@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myFirstFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/BAUHS93.TTF'),
		 url('../font/BAUHS93.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.header.on{
	background:#fff;
}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	padding:25px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.icon1{
	overflow:hidden;
	padding:25px 0;
}
.icon2{
	margin:35px 28px 0 0;
	font-family: Arial;
	position:relative;
	cursor:pointer;
}
.cnen{
	background:url(../images/icon1.png) no-repeat left center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	padding:0 0 0 30px;
	font-family: Arial;
}
.header.on .cnen{
	color:#333;
	background:url(../images/iconh1.png) no-repeat left center;
}
.icon2 img{
	margin-left:7px;
}
.icon2 .iconnr2{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:20px;
	background:#fff;
	border-radius:5px;
	z-index:99;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translate(0, 20px);
    transition: all .3s ease;
}
.iconnr2 p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	border-top:solid 1px #e3e2e2;
    transition: all .3s ease;
}
.iconnr2 p a{
	font-size:16px;
}
.icon2:hover .iconnr2{
	opacity:1;
}
.iconnr2 p:hover{
	background:#ff7701;
}
.iconnr2 p:hover a{
	color:#fff;
}
.iconnr2 p:first-child{
	border:none;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	padding:39.5px 0;
	width:100px;
	background:#e95416;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:200px;
	background-color:#e6e6e6;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

.nav{
	height:34px;
	text-align:right;
	margin-right:80px;
	position:relative;
	margin-top:33px;
	border-radius:30px;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	margin:0 32px;
	position:relative;
	}
.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:34px;
	text-transform:uppercase;
	position:relative;
	z-index:9;
	}
.header.on .nav .menu > li a{
	color:#333;
}
.nav .menu > li a::after{
	content:"";
	width:0;
	height:2px;
	background:#ff7701;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.nav .menu > li:hover a::after,.nav .menu > li.active a::after{
	width:100%;
}
.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
}

.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
	border-radius:5px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:5px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
	font-weight:normal;
}

.nav .menu > li .submenu li a:after{
	display:none;
}
.nav .menu > li .submenu li:hover{

	background:#ff7701;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:100%;
	}
.tel .telnr{
	width:320px;
	height:55px;
	border-radius:30px;
	padding-left:57px;
	background:#c21b29 url(../images/icon2.png) no-repeat 25px center;
	padding-top:5px;
	margin-top:27.5px;
	}
.tel .telnr p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	}
.tel .telnr h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:23px;
	line-height:20px;
	}
.tel .telnr span{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:17px;
	color:#fff;
	margin-right:9px;
	}
#toggleMenu {
  position: absolute;
  width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top:0;
  left:0;
  z-index:999;
  opacity:0;
}
#toggleMenu.active{
	min-height:100vh;
}
#toggleMenu.active{
	z-index:999;
  opacity:1;
}
#toggleMenu nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu nav .logo {
  position: relative;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 15;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu nav .full-width-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: #3fa736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu {
  opacity: 1;
  visibility: visible;
}

#toggleMenu nav .full-width-menu .cntBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
  padding: 0 15px;
  width: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
  padding: 0 15px;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #131313;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  background: -webkit-linear-gradient(top, #14b29d , #0b2c65);
    background: -o-linear-gradient(bottom, #14b29d , #0b2c65);
    background: -moz-linear-gradient(bottom, #14b29d , #0b2c65);
    background: linear-gradient(to bottom, #14b29d , #0b2c65);
	display:none;
}

#toggleMenu nav .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
}

#toggleMenu nav .navigation li {
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active nav .navigation li {
	width:100%;
	overflow:hidden;
  line-height:40px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active nav .navigation li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu.active nav .navigation li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu.active nav .navigation li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active nav .navigation li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active nav .navigation li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu nav .navigation li a {
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height:30px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  margin:0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#toggleMenu nav .navigation li p{
	margin-bottom:15px;
}
#toggleMenu nav .navigation li p a {
	font-size:18px;
	color:#fff;
}


#toggleMenu nav .hinfo {
	width:100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active nav .hinfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active nav .hinfo{
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active nav .hinfo:nth-child(2) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active nav .hinfo:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu nav .hinfo:not(:first-child) {
  margin-top: 30px;
}

#toggleMenu nav .hinfo li {
	width:100%;
	overflow:hidden;
	line-height:30px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  color: #fff;
  text-align:left;
  font-weight:normal;
}

#toggleMenu nav .hinfo li:nth-child(1) {
  font-size: 18px;
  opacity: 0.5;
}

#toggleMenu nav .hinfo li a {
  text-decoration: none;
	line-height:30px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin:0;
  font-weight:normal;
}

#toggleMenu nav .hinfo li a:hover {
  opacity: 0.5;
  color:#fff !important;
}

#toggleMenu nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#toggleMenu nav .social li:first-child {
  width: 100%;
}

#toggleMenu nav .social li {
  width: 50%;
}
.toggle {
	overflow:hidden;
  position: absolute;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  right:100px;
		  top:17px;
		  z-index:9998;
}
.top_menu{
	line-height:26px;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.top_line{
	overflow:hidden;
}
.toggle span {
  height: 2px;
  margin: 5px auto;
  width: 24px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.on .toggle span{
	background: #333;
}
.showHeader .toggle span,.hover .toggle span{
	background: #000;
}
.toggle.active span{
	background: #fff;
	height:3px;
}

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
      -ms-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle.active span:nth-child(2) {
  opacity: 0;
}

.toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
      -ms-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -7px);
}


#toggleMenu .content {
  position: relative;
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#toggleMenu .content h2 {
  position: relative;
  color: #fff;
  font-size: 4rem;
  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu .content h2 span {
  font-size: 0.2em;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 0 10px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  text-shadow: 0 5px 5px rgba(0,0,0,0);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
          box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu.active .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#toggleMenu .sci {
  position: absolute;
  bottom: 40px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

#toggleMenu .sci li {
  list-style: none;
  margin: 5px;
  padding: 0 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu.active .sci li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

#toggleMenu .sci li a {
  color: #111;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
}

#toggleMenu .sci li a:hover {
  background: #111;
  color: #fff;
}

#toggleMenu .sci li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#toggleMenu .sci li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu .sci li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	background:url(../images/bannerbg.jpg) no-repeat right center;
	background-size:cover;
	position:relative;
	padding:0 5%;
	}
.banner .bannernr{
	width:81.5%;
	overflow:hidden;
	margin:164px auto 0;
}
.banner .bannergg{
	width:29%;
	height:226px;
	background:#fff;
	border-radius:30px 0 0 0;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
	padding:44px 0 0 78px;
}
.bannergg .bannergsm{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#afafaf;
	line-height:30px;
	margin-bottom:25px;
}
.bannergg p{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#3c3c3c;
	line-height:45px;
}
.bannergg p span{
	display:inline-block;
	width: 14.5%;
	height:1px;
	background:#3fa736;
	margin-bottom:13px;
	margin-left:8%;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:5%;
	bottom:0;
	z-index:99;
	}
.banner .swiper-button div{
	width:160px;
	height:72px;
	overflow:hidden;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:#30a335 url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		}


@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	display: inline-block;
	outline:none;
	font-size:20px;
	color:#b3b3b3;
	font-weight:bold;
	font-family:Arial;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	color:#30a335;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	width:122px;
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:5%;
	bottom:90px;
	top:inherit;
	z-index:99;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width:100%;
	text-align:left;
	line-height:28px;
	margin:25px 0;
	position:relative;
}
.banner .swiper-pagination .swiper-pagination-bullet::after{
	content:"";
	width:34px;
	height:2px;
	background:#b3b3b3;
	position:absolute;
	left:34px;
	top:13px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after{
	background:#30a335;
	width:90px;
}
.banner .swiper-pagination-fraction span{
	font-size:50px;
	color:rgba(255,255,255,0.4);
	font-family:Arial;
	line-height:50px;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:50px;
	font-family:Arial;
	color:#fff;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"";
	position:absolute;
	width:12px;
	height:2px;
	background:#fff;
	left:50%;
	margin-left:-6px;
	top:0;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-top:16px;
	margin-top:16px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag {
    background: #55ae97;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#3c3c3c;
	line-height:55px;
	margin-top:10px;
	position:relative;
	}
.tit h3 a{
	font-size:45px;
	color:#3c3c3c;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:79px;
	color:#f3f3f3;
	line-height:79px;
	font-family: Arial;
	text-transform:uppercase;
	}
.more{
	width:150px;
	height:150px;
	border-radius:50%;
	border:dashed 1px rgba(97,171,152,0.5);
	}
.morecolor::after {
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 200%;
    width: 200%;
    position: absolute;
    margin: -50% 0 0 -50%;
    box-shadow: 0 0 6px 2px rgba(97, 171, 152, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
	left:0;
	top:0;
}
.morebg{
	width:110px;
	height:110px;
	background:#fff;
	border-radius:50%;
	margin:20px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	}
.morecolor{
	width:84px;
	height:84px;
	margin:13px;
	background:#61ab98;
	border-radius:50%;
	display:inline-block;
	padding-top:14px;
	position:relative;
	}
.morecolor p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:20px;
	}
.moreicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:7px;
	}
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) repeat-x bottom center;
	padding:90px 5% 115px 5%;
	position:relative;
	}
.about .brandwave{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	}
.about .aboutbg{
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	}
.about .tit{
	text-align:center;
	margin-bottom:90px;
}
.about .aboutlf{
	overflow:hidden;
	padding:0 110px 0 0;
}
.about .aboutrt{
	padding:0;
}
.aboutlist{
	width:87%;
	overflow:hidden;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	position:relative;
}
.aboutlist ul li::before{
	content:"";
	width:1px;
	height:76px;
	background:#e0e0e0;
	position:absolute;
	left:0;
	top:13px;
}
.aboutlist ul li:first-child::before{
	display:none;
}
.aboutlist ul li:nth-child(2),.aboutlist ul li:nth-child(3){
	display:flex;
}
.aboutlist ul li:nth-child(2){
	justify-content:center;
}
.aboutlist ul li:nth-child(3){
	justify-content:right;
}
.aboutlist ul li dl{
	overflow:hidden;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#3fa736;
	font-weight:normal;
}
.aboutlist ul li dl dt font{
	font-size:24px;
}
.aboutlist ul li dl dt .counter{
	font-size:79px;
	color:#3fa736;
	line-height:70px;
	font-family: myFirstFont;
}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#242424;
	line-height:30px;
}
.aboutlist .aboutnum{
	overflow:hidden;
	padding:0;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.aboutlist .aboutnum:first-child{
	border-right:solid 1px rgba(255,255,255,0.3);
}
.aboutlist .aboutnum .counter{
	font-size:77px;
	color:#fff;
	margin-right:15px;
}
.about .aboutlf h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#020202;
	line-height:32px;
	font-weight:normal;
	margin-top:56px;
}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#777d7e;
	text-align: justify;
	margin-top:8px;
}
.about .aboutlf .aboutimg{
	width:100%;
	overflow:hidden;
	margin-top:64px;
}
.about .aboutlf .aboutimg img,.aboutrtimg img,.about .aboutbg img{
	max-width:100%;
	height:auto;
}
.aboutrtimg{
	overflow:hidden;
	position:absolute;
	right:4%;
	top:19.8%;
	z-index:99;
}
.aboutmore{
	overflow:hidden;
	position:absolute;
	left:80px;
	bottom:44px;
	z-index:99;
}
.aboutmore a{
	display:block;
	width:106px;
	height:106px;
	color:#fff;
	font-weight:bold;
	background:#ff7701 url(../images/icon12.png) no-repeat center 75%;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	padding-top:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/* gylc
-------------------------------------------------------------- */
.gylc{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.gylc img{
	width:100%;
	height:auto;
	}
.gylc .tit{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:74px;
	}
.gylc .tit p{
	color:#dcdcdc;
	}
.gylc .wapgylc{
	display:none;
}
/* map_i
-------------------------------------------------------------- */
.map_i{
	width:100%;
	height:1094px;
	overflow:hidden;
	background:#fff url(../images/mapbg.jpg) no-repeat center 246px;
	padding:73px 5% 88px 5%;
	position:relative;
}
.map_i .tit{
	text-align:center;
}
.wapmap_i{
	display:none;
}
.wapmap_i img{
	width:100%;
	height:auto;
}
#plusDiv1,#plusDiv2,#plusDiv3,#plusDiv4,#plusDiv5,#plusDiv6,#plusDiv7,#plusDiv8{
	position:absolute;
	outline: none;
	background-color: rgba(63, 167, 54, 0.3);
	box-shadow: 1px 1px 8px 0 rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	z-index:1;
}
#plusDiv1{
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left:-430px;
	top:316px;
}
#plusDiv2{
	width: 34px;
	height: 34px;
	left: 50%;
	margin-left:-400px;
	top:462px;
}
#plusDiv4{
	width: 34px;
	height: 34px;
	left: 50%;
	margin-left:260px;
	top:388px;
}
#plusDiv3{
	width: 52px;
	height: 52px;
	left: 50%;
	margin-left:-200px;
	top:746px;
}
#plusDiv5{
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left:560px;
	top:646px;
}
#plusDiv6,#plusDiv7,#plusDiv8{
	width: 24px;
	height: 24px;
	left: 50%;
}
#plusDiv6{
	margin-left:620px;
	top:485px;
}
#plusDiv7{
	margin-left:695px;
	top:490px;
}
#plusDiv8{
	margin-left:685px;
	top:818px;
}
#plusDiv1::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 24px;
	width: 24px;
	background:#3fa736;
	position: absolute;
	margin: 18px 0 0 18px;
}
#plusDiv2::before,#plusDiv4::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 14px;
	width: 14px;
	background:#3fa736;
	position: absolute;
	margin: 10px 0 0 10px;
}
#plusDiv3::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	background:#3fa736;
	position: absolute;
	margin: 16px 0 0 16px;
}
#plusDiv5::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	background:#3fa736;
	position: absolute;
	margin: 13px 0 0 13px;
}
#plusDiv6::before,#plusDiv7::before,#plusDiv8::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	background:#3fa736;
	position: absolute;
	margin: 7px 0 0 7px;
}
#plusDiv1::after,#plusDiv2::after,#plusDiv3::after,#plusDiv4::after,#plusDiv5::after,#plusDiv6::after,#plusDiv7::after,#plusDiv8::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(63, 167, 54, 0.2);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
@keyframes trans1 {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(0);
	}
}
.map_i .maplogo{
	width:150px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:556px;
	top:298px;
}
.map_i .maplogo .maplogonr{
	width:100%;
	overflow:hidden;
}
.map_i .maplogo .maplogonr img{
	max-width:100%;
	height:auto;
}
.map_i .maplogo hr{
	width:1px;
	height:45px;
	border-left:solid 1px #3fa736;
	position:relative;
	left:50%;
	margin-left:-0.5px;
}
.aboutlist2{
	width:20%;
	overflow:hidden;
	position:absolute;
	left:5%;
	bottom:190px;
}
.aboutlist2 dl{
	overflow:hidden;
	margin-top:60px;
}
.aboutlist2 dl:first-child{
	margin-top:0;
}
.aboutlist2 dl dt,.aboutlist2 dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist2 dl dt{
	font-size:16px;
	color:#242424;
	font-weight:normal;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.aboutlist2 dl dt font{
	font-size:24px;
}
.aboutlist2 dl dt .counter{
	font-size:79px;
	color:#3c3c3c;
	line-height:70px;
	font-family: myFirstFont;
}
.aboutlist2 dl dd{
	font-size:16px;
	color:#242424;
	line-height:30px;
}
.aboutlist2 dl:hover dt .counter,.aboutlist2 dl:hover dt,.aboutlist2 dl:hover dt font{
	color:#3fa736;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding:80px 0 98px 5%;
}
.news .newsnr{
	width:100%;
	margin-top:57px;
}
.newsnr .swiper-container{
	width:120%;
	overflow:hidden;
}
.news .tit{
	text-align:center;
	}
.news .tit p{
	opacity:0.1;
	}
.news .tit h3,.news .tit h3 a{
	color:#fff;
	}
.news .newslist{
	width:100%;
	overflow:hidden;
}
.newslist .newsdate{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:132px;
	color:#fff;
	line-height:132px;
	font-family: myTwoFont;
	position:relative;
	z-index:1;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
	opacity:0;
}
.newslist .newscont{
	width:100%;
	overflow:hidden;
	border-radius:50px;
	padding:73px 80px 60px 80px;
	margin-top:-40px;
	position:relative;
	z-index:9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.newslist .newscont h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	margin-bottom:30px;
}
.newslist .newscont hr{
	width:82px;
	border:none;
	border-bottom:solid 3px #ff7701;
}
.newslist .newscont p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:35px;
	margin-bottom:54px;
}
.news .newslist:hover .newscont{
	background:#58bf47;
}
.news .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:92px;
}
.news .swiper-button div{
	width:40px;
	height:40px;
	display:inline-block;
	margin:0 21px;
	border:solid 3px #fff;
	border-radius:50%;
}
.news .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
}
.news .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
}
.newslist:hover .newsdate{
	opacity:1;
}
/* profl
-------------------------------------------------------------- */
.profl{
	margin-top:106px;
	margin-bottom:125px;
	position:relative;
	}
.profl .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	}
.profl .swiper-button div{
	width:50px;
	height:50px;
	float:left;
	}
.profl .swiper-button .swiper-button-prev{
	background:#004b96 url(../images/prev.png) no-repeat center;
	}
.profl .swiper-button .swiper-button-next{
	background:#b70103 url(../images/next.png) no-repeat center;
	}
.proflnr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	
	}
.proflnr .swiper-container:after{
	content:"";
	width:100%;
	height:4px;
	background:#ccdbea;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.proflnr .swiper-slide{
	padding-bottom:58px;
	position:relative;
}
.proflnr .swiper-slide:after{
	content:"";
	width:0;
	height:4px;
	background:#b70103;
	position:absolute;
	left:50%;
	margin-left:-76px;
	bottom:0;
	z-index:99;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.proflnr .swiper-slide:hover:after{
	width:152px;
}
.proflnr dl,.proflnr dl dt,.proflnr dl dd{
	width:100%;
	overflow:hidden;
	}
.proflnr dl dt{
	height:382px;
	position:relative;
	border:solid 2px #f2f5fe;
	border-bottom:none;
	}
.proflnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.proflnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.proflnr dl dt .profl_num{
	width:77px;
	height:77px;
	overflow:hidden;
	background:url(../images/numbg.png) no-repeat center;
	position:absolute;
	right:25px;
	top:25px;
	text-align:center;
	font-size:31px;
	color:#fff;
	font-family: myThreeFont;
	line-height:40px;
	padding-top:24px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.proflnr dl dd{
	background:#004b96;
	padding:46px 38px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.proflnr dl dd .profl_bt{
	width:80%;
	overflow:hidden;
	font-size:23px;
	color:#fff;
	line-height:30px;
	padding-left:40px;
	background:url(../images/icon3.png) no-repeat left center;
	}
.proflnr dl dd .profl_icon{
	width:20%;
	overflow:hidden;
	text-align:right;
	padding-top:4px;
	}
.proflnr dl dd .profl_icon img{
	max-width:100%;
	height:auto;
	}
.proflnr dl:hover dt{
	border:solid 2px #b70103;
	border-bottom:none;
	}
.proflnr dl:hover dd{
	background:#b70103;
	}
.proflnr dl:hover dd .profl_bt{
	background: url(../images/iconh3.png) no-repeat left center;
	}
.proflnr dl:hover dt .profl_num{
	background:url(../images/numbgh.png) no-repeat center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:80px;
	padding-bottom:118px;
	}
.pro .tit{
	text-align:center;
	margin-bottom:43px;
}
.pro .tit h3,.pro .tit h3 a{
	color:#fff;
}
.pro .tit p{
	color:rgba(255,255,255,0.1);
}
.pro .prolf{
	width:22%;
	overflow:hidden;
}
.pro .prort{
	width:78%;
	position:relative;
}
.pro .prolf ul{
	width:100%;
	overflow:hidden;
}
.pro .prolf ul li{
	width:100%;
	overflow:hidden;
	padding-left:24%;
	margin-top:46px;
	position:relative;
}
.pro .prolf ul li::before{
	content:"";
	width:20%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	opacity:0;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.pro .prolf ul li:hover::before,.pro .prolf ul li.active::before{
	opacity:1;
}
.pro .prolf ul li a{
	font-size:20px;
	color:#fff;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.pro .prolf ul li:hover a,.pro .prolf ul li.active a{
	font-size:30px;
	font-weight:bold;
}
.prort .swiper-container{
	width:160%;
	overflow:hidden;
}
.pro .swiper-button div{
	width:20px;
	height:35px;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-17.5px;
}
.pro .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-80px;
}
.pro .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:19%;
}
.pro .proimg:hover .pronr h4{
	color:#525252;
}
.prort_nr{
	width:100%;
	visibility:hidden;
	height:0;
}
.prort_nr.active{
	visibility:visible;
	height:auto;
}
.prort .swiper-slide{
	opacity:0.6;
}
.prort .swiper-slide-active{
	opacity:1;
}
.prolist{
	width:100%;
	overflow:hidden;
	border-radius:20px;
	background:#fff;
}
.prolist .proimg{
	width:57%;
	height:613px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.prolist .proimg .probg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/probg2.jpg) no-repeat right center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.prolist .proimg .propic{
	position:relative;
	z-index:9;
	top: 50%;
    transform: translate(0, -50%);
}
.prolist .proimg img,.prolist .proimg .probg img{
	max-width:100%;
	height:auto;
}
.prolist .pronr{
	width:43%;
	overflow:hidden;
	padding-left:35px;
}
.prolist .pronr h5{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#1a9b37;
	line-height:45px;
	margin-top:155px;
}
.prolist .pronr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1a9b37;
	line-height:30px;
	margin-top:20px;
}
.prolist .pronr .promore{
	width:104px;
	height:104px;
	color:#fff;
	font-weight:bold;
	background:#ff7701 url(../images/icon12.png) no-repeat center 75%;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	padding-top:30px;
	margin-top:114px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.nmessage .nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon18.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon19.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon20.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon22.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #004ea2;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* line
-------------------------------------------------------------- */
.line{
	width:100%;
	height:4px;
	background:#e95416;
	}
/* link
-------------------------------------------------------------- */
.link{
    width: 100%;
    overflow: hidden;
	background:#acacac;
	padding:60px 0;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.linknr{
	line-height:30px;
	color:#fff;
	font-size:15px;
	}
.linknr img{
	margin-right:32px;
	}
.linknr a{
	color:#fff;
	font-size:15px;
	margin-right:10px;
	}
.linknr a:hover{
	color:#e95416;
	}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#282828;
	padding:76px 0 0 0;
	}
.footernr .botlxfs{
	overflow:hidden;
	padding:0;
}
.footernr .botlxfs .botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
}
.footernr .botlxfs .botlogo img{
	max-width:100%;
	height:auto;
}
.footernr .botlxfs .botewm{
	width:100%;
	overflow:hidden;
	margin-top:68px;
}
.footernr .botlxfs .botewm img{
	max-width:100%;
	height:auto;
}
.footernr .botlxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.footernr .botlxfs p a{
	font-size:16px;
	color:#fff;
}
.footernr .botlxfs .boticon{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.footernr .botlxfs .boticon a{
	margin-right:6px;
}
.footernav{
	overflow:hidden;
	padding:0;
}
.footernav ul{
	width:100%;
	overflow:hidden;
}
.footernav ul li{
	overflow:hidden;
	padding:0;
	line-height:30px;
	margin-bottom:74px;
}
.footernav dl{
	overflow:hidden;
	float:right;
	}
.footernav dl dt,.footernav dl dd{
	width:100%;
	overflow:hidden;
	}
.footernav dl dt{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
}
.footernav dl dt a{
	font-size:16px;
	color:#fff;
}
.footernav dl dd{
	line-height:30px;
	font-size:16px;
	color:#fff;
	}
.footernav dl dd a{
	font-size:16px;
	color:#fff;
	}
.bot{
	width:100%;
	overflow:hidden;
	padding:13px 0 66px 0;
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	color:#fff;
	line-height:30px;
}
.botrt{
	text-align:right;
}
.botrt img{
	display:inline-block;
	margin-left:18px;
}
.bot p{
	width:100%;
	overflow:hidden;
	color:#fff;
	}
.bot p a{
	color:#fff;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:100px;
}
@media(min-width:1921px) {
	.banner_n{
		height:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:169px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:133px;
	}
}
@media(max-width:414px) {
	.banner_n{
		height:129px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:20px 0 20px 30px;
	background:url(../images/icon11.png) no-repeat left 24.5px;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #ff7701;
}
.menu_n {
	width:50%;
	overflow: hidden;
	padding-top:20px;
}
.menu_n ul {
	width:100%;
	overflow: hidden;
}
.menu_n ul li {
	overflow: hidden;
	float: left;
	line-height:30px;
	margin-right:30px;
}
.menu_n ul li a {
	font-size: 16px;
	color: #333;
	position:relative;
}
.menu_n ul li a:after{
	content:"";
	width: 0;
    height: 2px;
    background: #f25d0a;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#f25d0a;
}
.menu_n ul li:hover a:after,.menu_n ul li.active a:after{
	width: 100%;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #003198;
	margin:18px auto 0;
	}
/* about_n
-------------------------------------------------------------- */
.about_n{
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.about_n h3{
	width:100%;
	overflow:hidden;
    font-size: 45px;
    color: #ff7701;
    line-height: 55px;
    font-weight: normal;
}
.about_n .aboutnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	line-height:34px;
	}
.about_n .aboutimg_n{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	position:relative;
	}
.about_n .aboutimg_n img{
	width:100%;
	height:auto;
}
.aboutnr_n img{
	width:100%;
	height:auto;
	}
.aboutnr_n h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#404040;
	line-height:40px;
	margin-top:70px;
	margin-bottom:26px;
}
.aboutnr_n p{
	overflow:hidden;
	font-size:16px;
	color:#404040;
	line-height:34px;
}
.aboutlist_n{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:52px;
}
.aboutlist_n ul li{
	padding:0;
	text-align: center;
}
.aboutlist_n ul li dl{
	overflow:hidden;
	display: inline-block;
    text-align: left;
}
.aboutlist_n ul li dl dt,.aboutlist_n ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist_n ul li dl dt{
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
.aboutlist_n ul li dl dt font{
	font-size: 60px;
    font-weight: bold;
	line-height:50px;
}
.aboutlist_n ul li dl dt .counter{
	font-size:108px;
	color:#fff;
	line-height:98px;
	font-family: myFirstFont;
}
.aboutlist_n ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
/* gylc_n
-------------------------------------------------------------- */
.bg {
    width: 100%;
    overflow: hidden;
    background: #f9f0ec;
}
.gylc_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.gylc_n img{
	width:100%;
	height:auto;
}
.gylcnr_n{
	width:100%;
	overflow:hidden;
	margin-top:100px;
}
.gylcnr_n .swiper-container{
	width:108%;
	margin-left:-4%;
}
.gylc_n h3{
	width: 100%;
    overflow: hidden;
    font-size: 45px;
    color: #ff7701;
    line-height: 55px;
    font-weight: normal;
}
.gylcnr_n .gylcimg{
	width:85%;
	overflow:hidden;
	text-align:center;
	margin:auto;
	border: solid 4px #ff7701;
    border-radius: 100%;
}
.gylcnr_n .gylcimg img{
	max-width:100%;
	height:auto;
}
.gylcnr_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	font-size:20px;
	color:#333;
	line-height:30px;
}
.gylcnr_n .swiper-slide{
	padding:0 25px;
	position:relative;
}
.gylcnr_n .swiper-slide:after{
	content:"";
	width:25px;
	height:22px;
	background:url(../images/icon10.png) no-repeat center;
	position:absolute;
	right:-12.5px;
	top:50%;
	margin-top:-11px;
}
.gylc_n .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.gylc_n .swiper-button div{
	width:60px;
	height:60px;
	border-radius:50%;
	border:solid 1px #ff7701;
	display:inline-block;
	margin:0 14px;
}
.gylc_n .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.gylc_n .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n{
	width:100%;
	overflow:hidden;
}
.honornr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.honornr_n dl dt,.honornr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl dt{
	position:relative;
	height:196px;
	border: solid 1px #e3e3e3;
	border-radius:10px;
}
.honornr_n dl dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.honornr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.08);
	}
.honornr_n dl dd{
	text-align:center;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}

/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.promenu_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.promenu_n ul{
	overflow:hidden;
	display:inline-block;
}
.promenu_n ul li{
	overflow:hidden;
	float:left;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:10px;
	line-height:30px;
	margin:5px 10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.promenu_n ul li a{
	font-size:16px;
	color:#333;
}
.promenu_n ul li:hover,.promenu_n ul li.active{
	background:#ff7701;
	border:solid 1px #ff7701;
}
.promenu_n ul li:hover a,.promenu_n ul li.active a{
	color:#fff;
}
.pronr_n,.pronr_n ul{
	width:100%;
	overflow:hidden;
	}
.pronr_n ul li{
	overflow:hidden;
	margin:30px 0;
	}
.pronr_n ul li .proimg_n{
    width: 100%;
    overflow: hidden;
	height:380px;
	border-radius:20px;
	position:relative;
	border: solid 1px #e1e1e1;
}
.pronr_n ul li .proimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n ul li:hover .proimg_n img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pronr_n ul li h4{
	font-size:20px;
	color:#222222;
    overflow: hidden;
	text-align:center;
	line-height:30px;
	margin-top:10px;
	white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:normal;
}
.pronr_n ul li:hover h4{
	color:#f25d0a;
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.npro_jj{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	font-size:18px;
	line-height:30px;
	color:#333;
}
.npro_jj p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*

/* join
-------------------------------------------------------------- */
.join{
	margin-top:60px;
	margin-bottom:60px;
	}
.joinnr{
	width:100%;
	overflow:hidden;
	}
.joinfbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.joinfbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.joinfbnr img{
	max-width:100%;
	height:auto;
	}
/* job
-------------------------------------------------------------- */
.job{
	margin-top:60px;
	margin-bottom:60px;
	}
.jobnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.job .tit{
	width:100%;
	border-bottom:solid 1px #e0e1e1;
	padding-bottom:24px;
	}
.job .joblf{
	padding:60px 45px 0 0;
	}
.job .joblf h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
	}
.job .joblf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	}
.job .jobrt{
	padding:0;
	overflow:hidden;
	border-radius:20px 0;
	}
.job .jobrt img{
	width:100%;
	height:auto;
	}
.joblist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.jobfb{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n .pu_slide{
	width:31.33333333333%;
	float:left;
	margin:20px 3% 20px 0;
	border-top: 2px solid #ccc;
	padding-top:50px;
	position:relative;
	}
.newsnr_n .pu_slide:nth-child(3n){
	margin-right:0;
}
.newsnr_n .pu_slide::before {
    transition: 0.6s;
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #f25d0a;
}
.newsnr_n .pu_slide:hover::before {
  width: 100%;
}
.newsnr_n .pu_slide .t1{
	width:100%;
	overflow:hidden;
	font-size:32px;
	line-height:32px;
	color:#000;
}
.newsnr_n .pu_slide h4{
	width:100%;
	overflow:hidden;
	font-size:34px;
	line-height:44px;
	font-weight:normal;
	color:#000;
	margin-top:40px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.newsnr_n .pu_slide .newsimg_n{
	width:100%;
	height:280px;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
	border: solid 1px #e7e7e7;
	position:relative;
}
.newsnr_n .pu_slide .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsnr_n .pu_slide:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.contact_n .contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.contact_n .contactlf_n{
	width:35%;
	overflow:hidden;
	}
.contact_n .contactrt_n{
	width:65%;
	overflow:hidden;
}
.contact_n .contactlf_n .hello{
	width:100%;
	overflow:hidden;
	font-size:90px;
	color:#000;
	line-height:90px;
	text-transform:uppercase;
	}
.hello .hellonr{
	overflow:hidden;
	float:left;
	}
.hello .helloicon{
	overflow:hidden;
	float:left;
	}
.hello .helloicon img{
	max-width:100%;
	height:auto;
	}
.contact_n .contactlf_n p{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#000;
	line-height:34px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	border-left:solid 2px #212565;
	margin-top:34px;
	}
.contactnr_n ul li{
	overflow:hidden;
	padding:0 0 0 35px;
	font-size:18px;
	line-height:30px;
	}
.contact_n .contactrt_n h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.contact_n .contactrt_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	}
.contactlist_n{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.contactlist_n dl{
	overflow:hidden;
	padding:0;
	margin:10px 0;
	}
.contactlist_n dl dt,.contactlist_n dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlist_n dl dt{
	font-size:18px;
	line-height:30px;
	color:#004ea2;
	}
.contactlist_n dl dd{
	font-size:16px;
	line-height:30px;
	margin-top:4px;
	}
.map{
	width:70%;
	overflow:hidden;
	text-align:center;
	float:right;
	}
.map img{
	max-width:100%;
	height:auto;
	}
.zixun{
	width:40%;
	overflow:hidden;
	background:#ff7701;
	position:absolute;
	left:0;
	top:80px;
	z-index:9;
	padding:50px;
}
.zixun .details,.zixun .details h4,.zixun .details p{
	width:100%;
	overflow:hidden;
}
.zixun .details h4{
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
.zixun .details p{
	font-size:18px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.zixun .details p a{
	font-size:18px;
	color:#fff;
}
.zixun .details i {
    display: block;
    width: 8px;
    height: 8px;
    background: #f39a7a;
    border-radius: 50%;
    margin: 10px auto;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#ea5404;
}

.a_txt,.rg,.toggle{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm,.icon1{display:none}
.headernr{
	width:98%;
}
.toggle{
	display:block;
}
.rg{display:block;padding-top:14px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.honornr_n dl dt{
		height:165px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.honornr_n dl dt{
		height:156px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.honornr_n dl dt{
		height:146px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.honornr_n dl dt{
		height:130px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.honornr_n dl dt{
		height:114px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.honornr_n dl dt{
		height:110px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.honornr_n dl dt{
		height:138px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.honornr_n dl dt{
		height:123px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.honornr_n dl dt{
		height:114px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.honornr_n dl dt{
		height:146px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.honornr_n dl dt{
		height:121px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.honornr_n dl dt{
		height:92px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.honornr_n dl dt{
		height:80px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.honornr_n dl dt{
		height:66px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.honornr_n dl dt{
		height:56px;
	}
}

@media(max-width:1768px) {
	.banner .swiper-button div {
		width: 148px;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 50px;
	}
	.nav .menu > li {
		margin: 0 28px;
	}
	.bannergg p{
		font-size: 30px;
		line-height: 40px;
	}
	.banner .swiper-button div {
		width: 140px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav{
		margin-right:40px;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.banner .bannergg {
		padding: 44px 0 0 60px;
	}
	.banner .swiper-button div {
		width: 133px;
	}
	.newslist .newscont{
		padding: 60px;
	}
	.aboutlist ul li dl dt .counter,.aboutlist2 dl dt .counter{
		font-size:70px;
	}
	.prolist .pronr h5{
		font-size:30px;
		line-height:40px;
	}
	.nprort h1{
		font-size:26px;
		line-height:36px;
	}
	.aboutlist .aboutnum .counter {
		font-size: 65px;
	}
	.zixun{
		top:60px;
	}
	.gylclist dl dd{
		font-size:26px;
	}
	.aboutrt .abouten img{
		width:300px;
	}
	.aboutrt h3,.aboutrt h3 a,.newsnr h3,.newsnr h3 a,.gylc_n h3,.about_n h3,.gylc h3,.gylc h3 a{
		font-size: 40px;
		line-height: 50px;
	}
	.aboutlist_n ul li dl dt .counter {
		font-size: 90px;
		line-height: 80px;
	}
	.aboutlist_n ul li dl dt font {
		font-size: 50px;
		line-height: 40px;
	}
	.news .newslist dl dt{
		height:260px;
	}
	.newsnr_n .pu_slide .t1{
		font-size:28px;
		line-height:38px;
	}
	.newsnr_n .pu_slide h4{
		font-size:30px;
		line-height:40px;
	}
	.newsnr_n .pu_slide .newsimg_n{
		height:260px;
	}
	
}
@media(max-width:1440px) {
	.nav .menu > li {
		margin: 0 20px;
	}
	.banner .bannergg{
		height:200px;
		padding: 34px 0 0 50px;
	}
	.bannergg p {
		font-size: 26px;
		line-height: 36px;
	}
	.banner .swiper-button div {
		width: 120px;
	}
	.aboutlist ul li dl dt .counter,.aboutlist2 dl dt .counter{
		font-size:60px;
	}
	.aboutrt .abouten img{
		width:280px;
	}
	.prolist .pronr h5{
		font-size:25px;
		line-height:35px;
		margin-top:110px;
	}
	.prolist .pronr .promore{
		margin-top:80px;
	}
	.gylc .tit{
		top:40px;
	}
	.prolist .proimg{
		height:520px;
	}
	.zixun {
		top: 40px;
		padding-top:40px;
	}
	.news .newslist dl dt{
		height:240px;
	}
	.newslist .newscont p{
		margin-bottom:40px;
	}
	.newslist .newscont h5{
		font-size:24px;
		line-height:34px;
	}
	.aboutrt h3,.aboutrt h3 a,.newsnr h3,.newsnr h3 a,.gylc_n h3,.about_n h3,.gylc h3,.gylc h3 a{
		font-size: 36px;
		line-height: 46px;
	}
	.aboutlist_n ul li dl dt .counter {
		font-size: 80px;
		line-height: 70px;
	}
	.aboutlist_n ul li dl dt font {
		font-size: 40px;
		line-height: 30px;
	}
	.gylclist dl dd{
		font-size:22px;
	}
	.gylcnr{
		margin-top:200px;
	}
	.map_i .maplogo {
		width: 110px;
		margin-left: 576px;
		top: 338px;
	}
	.newsnr_n .pu_slide .t1 {
		font-size: 24px;
		line-height: 34px;
	}
	.newsnr_n .pu_slide h4 {
		font-size: 26px;
		line-height: 36px;
		margin-top:20px;
	}
	.newsnr_n .pu_slide .newsimg_n{
		margin-top:20px;
	}
	.newsnr_n .pu_slide{
		padding-top:30px;
	}
	.newsnr_n .pu_slide .newsimg_n{
		height:240px;
	}
}
@media(max-width:1360px) {
	.nav {
		margin-right: 30px;
	}
	.banner .swiper-button div {
		width: 114px;
	}
	.gylclist dl:nth-child(2) {
		top: 138px;
	}
	.gylclist dl:first-child {
		top: 30px;
	}
	.gylclist dl:nth-child(4) {
		top: 40px;
	}
	.gylclist dl:nth-child(5) {
		top: 0;
	}
	.prolist .proimg{
		height:480px;
	}
	.map_i{
		background-size: 1360px;
		height:876px;
	}
	#plusDiv1{
		margin-left: -310px;
		top: 286px;
	}
	#plusDiv2 {
		margin-left: -290px;
		top: 400px;
	}
	#plusDiv3 {
		margin-left: -150px;
		top: 590px;
	}
	#plusDiv4 {
		margin-left: 180px;
		top: 340px;
	}
	#plusDiv5 {
		margin-left: 395px;
		top: 525px;
	}
	#plusDiv6 {
		margin-left: 440px;
		top: 415px;
	}
	#plusDiv7 {
		margin-left: 480px;
		top: 420px;
	}
	#plusDiv8 {
		margin-left: 480px;
		top: 650px;
	}
	.map_i .maplogo {
		margin-left: 396px;
		top: 268px;
	}
	.aboutlist2{
		bottom:100px;
	}
	.aboutlist2 dl {
		margin-top: 40px;
	}
}
@media(max-width:1300px) {
	.aboutrtimg {
		width: 46%;
	}
	.nav .menu > li {
		margin: 0 15px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li {
		margin: 0 12px;
	}
	.icon2 {
		margin: 35px 30px 0 0;
	}
	.banner .bannergg{
		height:180px;
		padding: 34px 0 0 40px;
	}
	.bannergg p {
		font-size: 22px;
		line-height: 32px;
	}
	.banner .swiper-button div {
		width: 108px;
	}
	.about .aboutlf {
		padding: 0 80px 0 0;
	}
	.prolist .pronr {
		padding-left: 20px;
	}
	.prolist .pronr h5{
		font-size:22px;
		line-height:32px;
		margin-top:80px;
	}
	.prolist .proimg{
		height:440px;
	}
	.gylc .tit{
		top:20px;
	}
	.aboutlist_n ul li dl dt .counter {
		font-size: 70px;
		line-height: 60px;
	}
	.news .newslist dl dd h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.news .newslist dl dt{
		height:220px;
	}
	.gylclist dl:nth-child(2) {
		left: 214px;
	}
	.gylclist dl:nth-child(4) {
		right: 18%;
	}
	.newsnr_n .pu_slide .t1 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr_n .pu_slide h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.newsnr_n .pu_slide .newsimg_n{
		height:200px;
	}
	.zixun {
		top: 25px;
		padding-top: 30px;
	}
	.gylcnr{
		margin-top:150px;
	}
}
@media(max-width:1200px) {
	.pronr_n ul li h4 {
		font-size: 18px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li {
		margin: 0 10px;
	}
	.cnen{
		padding: 0 0 0 32px;
	}
	.icon2 {
		margin: 35px 20px 0 0;
	}
	.banner .swiper-button div {
		width: 96px;
	}
	.about .aboutlf {
		padding: 0 60px 0 0;
	}
	.gylclist dl:first-child {
		top: 70px;
	}
	.gylclist dl dd {
		font-size: 20px;
	}
	.prolist .pronr .promore {
		margin-top: 50px;
	}
	.positionnr .positionrt,.menu_n{
		width:100%;
	}
	.prolist .proimg{
		height:400px;
	}
	.aboutlist_n ul li dl dt .counter {
		font-size:60px;
		line-height:50px;
	}
	.aboutlist_n ul li dl dt font {
		font-size: 35px;
		line-height: 25px;
	}
	.menu_n {
		padding-top: 0;
	}
	.gylcnr{
		margin-top:120px;
	}
}
@media(max-width:1024px) {
	.nav {
		margin-right: 15px;
	}
	.nav .menu > li {
		margin: 0 8px;
	}
	.banner .swiper-button div {
		width: 85px;
	}
}

@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:30px;
	}
	.icon2 {
		margin: 15px 0 0 0;
	}
	.banner .bannernr{
		width:100%;
	}
	.banner .bannergg{
		display:none;
	}
	.banner .bannernr {
		margin: 100px auto 0;
	}
	.banner .swiper-pagination{
		display:none;
	}
	.banner .swiper-button div {
		width: 70px;
		height: 60px;
	}
	.banner_n{
		margin-top:60px;
	}
	.zixun{
		width:100%;
		height:auto;
		position:inherit;
		padding:40px 20px;
	}
	.map{
		float:inherit;
		width:100%;
	}
}
@media(max-width:991px) {
	.tit p{
		font-size: 60px;
		line-height:60px;
	}
	.tit h3,.tit h3 a{
		font-size:35px;
		line-height:45px;
	}
	.about{
		padding: 60px 5%;
	}
	.aboutrtimg{
		position:inherit;
		float:none;
		margin:auto;
		top:0;
		right:0;
		padding-top:30px;
	}
	.about .aboutbg{
		display:none;
	}
	.about .aboutlf {
		padding: 0;
	}
	.aboutrtimg {
		width: 60%;
	}
	.aboutlist{
		width:100%;
	}
	.about .tit{
		margin-bottom:40px;
	}
	.about .aboutlf h4,.about .aboutlf .aboutimg{
		margin-top:40px;
	}
	.aboutlist2{
		margin-top:20px;
	}
	.pro{
		padding-bottom:60px;
		padding-top:60px;
	}
	.pro .prolf{
		width:100%;
		padding:0 5%;
		margin-bottom:30px;
	}
	.pro .prolf ul li{
		padding-left:0;
		width:25%;
		text-align:center;
		float:left;
		margin-top:10px;
	}
	.pro .prolf ul li::before{
		display:none;
	}
	.pro .prolf ul li:hover a,.pro .prolf ul li.active a {
		font-size: 18px;
	}
	.pro .prort{
		width:100%;
		padding:0 5%;
	}
	.pro .swiper-button .swiper-button-prev{
		left:1%;
	}
	.pro .swiper-button .swiper-button-next{
		right:1%;
	}
	.prort .swiper-container{
		width:100%;
	}
	.prolist .proimg{
		height:456px;
	}
	.gylclist dl:first-child {
		top: 100px;
	}
	.gylclist dl:nth-child(2) {
		left: 170px;
	}
	.gylclist dl:nth-child(4) {
		right: 16%;
	}
	.gylc .pcgylc{
		display:none;
	}
	.gylc .wapgylc{
		display:block;
	}
	.gylc .tit{
		position:inherit;
		top:0;
		padding-top:40px;
		background:url(../images/gylcbg.jpg) repeat-y center;
	}
	.news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news .newslist dl {
		width: 48.5%;
	}
	.news .newslist dl:nth-child(2){
		margin-right:0;
	}
	.news .newslist dl:last-child {
		display:none;
	}
	.newsmore {
		margin-top: 40px;
	}
	.news .newslist dl dd {
		margin-top: 15px;
	}
	.datemore{
		margin-top:10px;
	}
	.map_i{
		background:none;
		height:auto;
		padding:60px 5%;
	}
	#plusDiv1,#plusDiv2,#plusDiv3,#plusDiv4,#plusDiv5,#plusDiv6,#plusDiv7,#plusDiv8,.map_i .maplogo{
		display:none;
	}
	.wapmap_i{
		display:block;
	}
	.aboutlist2 {
		width:100%;
		position:inherit;
		bottom:0;
		left:0;
	}
	.aboutlist2 dl{
		width:33.3333333333333333%;
		float:left;
		margin:10px 0;
	}
	.aboutlist2 dl:first-child{
		margin-top:10px;
	}
	.aboutlist2 dl dt, .aboutlist2 dl dd{
		text-align:center;
	}
	.aboutlist_n{
		bottom:30px;
	}
	.aboutlist_n ul li dl dt .counter {
		font-size: 50px;
		line-height: 40px;
	}
	.aboutlist_n ul li dl dt font {
		font-size: 30px;
		line-height: 20px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr_n .pu_slide{
		width:48.5%;
	}
	.newsnr_n .pu_slide:nth-child(3n){
		margin-right:3%;
	}
	.newsnr_n .pu_slide:nth-child(2n){
		margin-right:0;
	}
	.newsnr_n .pu_slide .t1 {
		font-size: 20px;
		line-height: 30px;
	}
	.newsnr_n .pu_slide h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
	.footer {
		padding: 60px 0 0 0;
	}
	.footernav{
		margin-top:30px;
	}
	.footernav ul li{
		margin-bottom:0;
	}
	.footernr .botlxfs .botewm {
		margin-top: 20px;
	}
	.footernav dl dd{
		display:none;
	}
	.bot {
		padding: 13px 0 40px 0;
	}
	.bot .botnr .botlf, .bot .botnr .botrt{
		text-align:center;
	}
	.bot .botrt{
		display:none;
	}
	.bot p{
		text-align:center;
	}
	.bot .botrt{
		display:none;
	}
	.footernav dl {
		float: left;
	}
}
@media(max-width:860px) {
	.gylcnr{
		background:none;
	}
	.gylclist{
		height:auto;
	}
	.gylclist dl{
		position:inherit;
		width:33.3333333333%;
		left:0 !important;
		top:0 !important;
		float:left;
		margin:10px 0;
		padding:0 5px;
	}
	.gylclist dl dt{
		text-align:center;
	}
	.gylclist dl dt img{
		width:100%;
	}
	.gylclist dl:nth-child(4){
		clear:both;
	}
	.gylcnr {
		margin-top: 60px;
	}
}
@media(max-width:768px) {
	.aboutrtimg {
		width: 70%;
	}
	.newsnr .swiper-container {
		width: 100%;
	}
	.news{
		padding: 60px 5%;
	}
	.news .newslist .newscont{
		background:#58bf47;
	}
	.newslist .newsdate{
		opacity:1;
	}
	.news .swiper-button{
		margin-top:30px;
	}
	.newslist .newsdate{
		font-size:100px;
		line-height:100px;
	}
	.newslist .newscont {
		padding: 50px;
		margin-top: -35px;
	}
	.news .swiper-button div{
		margin:0 10px;
	}
}
@media(max-width:767px) {
	.aboutfl{
		height:284px;
	}
	.aboutfl ul li{
		height:124px;
	}
	.aboutlist_n {
		bottom: 10px;
	}
	.aboutlist_n ul li dl dt .counter {
		font-size: 30px;
		line-height: 40px;
	}
	.aboutlist_n ul li dl dt font {
		font-size: 20px;
		line-height: 10px;
	}
	.aboutlist_n ul li dl dt,.aboutlist_n ul li dl dd{
		font-size: 14px;
	}
	.aboutlist_n ul li dl dd{
		line-height:25px;
	}
	.aboutlist_n ul li dl {
		text-align: center;
	}
}
@media(max-width:640px) {
	.banner{
		background-position: center center;
	}
	.banner .swiper-pagination{
		display:none;
	}
	.banner .swiper-button div {
		width: 60px;
		height: 40px;
	}
	.banner .bannernr {
		margin: 80px auto 0;
	}
	.tit p {
		font-size: 40px;
		line-height: 40px;
	}
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.tit h3{
		margin-top:5px;
	}
	.aboutrtimg {
		width: 100%;
	}
	.aboutmore{
		left:13%;
		bottom:6.3%;
	}
	.prolist .pronr h5 {
		font-size: 20px;
		line-height: 30px;
		margin-top:0;
	}
	.prolist .pronr .promore {
		margin-top: 20px;
	}
	.pro .prolf ul li a {
		font-size: 18px;
	}
	.prolist .proimg,.prolist .pronr{
		width:100%;
	}
	.prolist .pronr{
		padding:30px 20px;
	}
	.pro .prort {
		padding: 0 6%;
	}
	.prolist .proimg{
		height:auto;
	}
	.prolist .proimg .propic {
		top: 0;
		transform: translate(0, 0);
	}
	.newslist .newscont h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.newslist .newscont hr {
		border-bottom: solid 2px #ff7701;
	}
	.aboutrt .abouten img {
		width: 200px;
	}
	.aboutrt h3, .aboutrt h3 a,.newsnr h3,.newsnr h3 a,.gylc_n h3,.about_n h3,.gylc h3,.gylc h3 a{
		font-size: 28px;
		line-height: 38px;
	}
	.prolist .pronr .promore{
		width:70px;
		height:70px;
		padding-top: 10px;
	}
	.gylclist dl dd {
		font-size: 18px;
	}
	.aboutlist2 dl dt .counter {
		font-size: 50px;
		line-height:50px;
	}
	.about_n .aboutimg_n {
		height: 320px;
	}
	.about_n .aboutimg_n img {
		height: 100%;
		object-fit: cover;
	}
	.gylcnr_n .swiper-slide:after{
		display:none;
	}
	.gylcnr_n .gylcimg{
		width:100%;
	}
	.promenu_n ul li{
		width: 48%;
		margin: 5px 1%;
		padding: 5px 0;
	}
	.menu_n ul li{
		width:31.3333333333333%;
		margin-right:0;
		line-height:40px;
		text-align:center;
	}
	.menu_n ul li a{
		display:block;
	}
	.menu_n ul li a:after{
		bottom:0;
	}
	.news .newslist dl {
		width: 100%;
	}
	.news .newslist dl:nth-child(2){
		display:none;
	}
	.newsnr_n .pu_slide{
		width:100%;
	}
	.newsnr_n .pu_slide:nth-child(3n){
		margin-right:0;
	}
	.newsnr_n .pu_slide:nth-child(2n){
		margin-right:0;
	}
}
@media(max-width:540px) {
	.aboutlist2 dl dt .counter {
		font-size: 40px;
		line-height:40px;
	}
	.aboutlist2 dl dt,.aboutlist2 dl dd{
		font-size:14px;
	}
	.aboutlist2 dl dd{
		line-height:24px;
	}
}
@media(max-width:500px) {
	.promenu_n ul li{
		width: 100%;
		margin: 5px 0;
	}
	
}
@media(max-width:425px) {
	.banner .swiper-button div {
		width: 50px;
		height: 30px;
	}
	.aboutmore {
		left: 6%;
		bottom: 3%;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 40px;
	}
	.newslist .newsdate {
		font-size: 80px;
		line-height: 80px;
	}
	.newslist .newscont{
		margin-top:-25px;
		padding: 50px 30px;
	}
	.pro .prort {
		padding: 0 7%;
	}
	.pro .prolf ul li{
		width:50%;
	}
	.aboutlist2 dl dt .counter {
		font-size: 30px;
		line-height:30px;
	}
	.pronr_n ul li .proimg_n{
		height:262px;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.newsnr_n .pu_slide .newsimg_n {
		height: 160px;
	}
	.menu_n ul li{
		width:50%;
	}
	.pro .pronr {
		top: 50px;
	}
}