@charset "utf-8";



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

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

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

/* 全局样式

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

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"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:90px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.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:22.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.icon1{
	overflow:hidden;
	padding:25px 0;
}
.icon2{
	margin:35px 25px 0 0;
	font-family: Arial;
	position:relative;
	cursor:pointer;
}
.cnen{
	background:url(../images/icon1.png) no-repeat left center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding:0 0 0 34px;
	font-family: Arial;
}
.icon2 img{
	margin-left:6px;
}
.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:#dc5513;
}
.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{
	text-align:right;
	margin-right:40px;
	position:relative;
}
.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;
	line-height:90px;
	margin:0 35px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:17px;
	display:block;
	line-height:90px;
	position:relative;
	z-index:9;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.nav .menu > li a::after{
	content:"";
	width: 0;
	height:2px;
	background:#ff7701;
	position:absolute;
	left:0;
	bottom:0;
	z-index: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{
	color:#ff7701;
	font-weight:bold;
}


.nav .menu > li .submenu{
	width:200px;
	left:50%;
	margin-left:-100px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#dc5513;
	text-align:center;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a:after{
	display:none;
}
.nav .menu > li .submenu li:hover{
	opacity:0.8;
}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.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;
	}
.icont{
	width:1630px;
	overflow:hidden;
	margin:auto;
	}
.icont1{
	width:1630px;
	height:auto;
	margin:auto;
	}
.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.bannerrq{
	width:100%;
	overflow:hidden;
	background:url(../images/bannerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:78px;
	position:relative;
}
.bannerrq .swiper-pagination{
	width:2px;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-172.5px;
	z-index:99;
}
.bannerrq .swiper-pagination span{
	display:block;
	width:2px;
	height:115px;
	background:#dddadc;
	font-size:25px;
	color:#2ea136;
	font-weight:bold;
	margin:0;
	position:relative;
}
.bannerrq .swiper-pagination span::before{
	position:absolute;
	top:-35px;
	left:-13px;
	opacity:0;
}
.bannerrq .swiper-pagination span:first-child::before{
	content:"01";
}
.bannerrq .swiper-pagination span:nth-child(2)::before{
	content:"02";
}
.bannerrq .swiper-pagination span:nth-child(3)::before{
	content:"03";
}
.bannerrq .swiper-pagination .swiper-pagination-bullet-active{
	background:#269628;
}
.bannerrq .swiper-pagination .swiper-pagination-bullet-active::before{
	opacity:1;
}
.bannerimg{
	margin-top:138px;
}
.bannerimg img{
	max-width:100%;
	height:auto;
}
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.bannernr{
	margin-top:26px;
}
.bannernr .bannerlf{
	width:29%;
	height:650px;
	overflow:hidden;
}
.bannernr .bannerlf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.bannernr .bannerrt{
	width:70%;
	overflow:hidden;
}
.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%;
	height:650px;
	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:100%;
	object-fit:cover;
}
.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;
	}
.banner .swiper-button div{
	width:54px;
	height:54px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-27px;
	border:solid 4px #fff;
	border-radius:50%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	z-index:99;
	opacity:0.5;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:40px;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:40px;
}
.banner .swiper-button div:hover{
	opacity:1;
}
/*shubiao*/
.shubiao{
	position:absolute;
	right:3%;
	bottom:36px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 26px;
  height: 44px;
  border-radius: 30px;
  border: 3px 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:6px;
}
.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 {
	width: 44px;
	height:5px;
	display: inline-block;
	margin:0 5px;
	background:#fff;
	outline:none;
}

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 {
	background:#ea5415;
}

.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:55px;
	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;
	right:4%;
	bottom:90px;
	top:inherit;
	z-index:99;
}
.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:63px;
	color:#2d2d2d;
	line-height:73px;
	}
.tit h3 a{
	font-size:63px;
	color:#2d2d2d;
	}
.more{
	overflow:hidden;
	}
.more a{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	border:solid 1px #2ea136;
	border-radius:25px;
	padding-left:25px;
	font-size:16px;
	color:#2ea136;
	position:relative;
	}
.more a span{
	font-size:16px;
	color:#2ea136;
	position:relative;
	z-index:99;
}
.more a::before{
	content:"";
	width:0;
	height:100%;
	background:#2ea136;
	border-radius:25px;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    z-index: 0;
}
.more a i{
	float:right;
	position:absolute;
	right:10px;
	top:6px;
	z-index:99;
}
.more a:hover::before{
	width:100%;
}
.more a:hover span{
	color:#fff;
}
.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;
	padding-top:130px;
	padding-bottom:95px;
	position:relative;
	}
.aboutlf{
	overflow:hidden;
	padding: 0 158px 0 0;
}
.aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#ff7701;
	line-height:50px;
}
.aboutlf h3 a{
	font-size:40px;
	color:#ff7701;
}
.aboutlf .gsm{
	width:100%;
	overflow:hidden;
	font-size:63px;
	color:#141414;
	line-height:73px;
	font-weight:bold;
}
.aboutlf hr{
	border:none;
	width:84px;
	height:2px;
	background:#141414;
	margin-top:28px;
}
.aboutrt{
	overflow:hidden;
	padding:0;
}
.aboutimg{
	width:50%;
	overflow:hidden;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
.aboutimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:154px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutlist ul li{
	width:23%;
	overflow:hidden;
	background:#f8f8f8;
	height:238px;
	border-radius:10px;
	padding:0 26px 0 35px;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutlist ul li .icon{
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:22px;
}
.aboutlist ul li .icon img{
	float:right;
}
.aboutlist ul li .icon .iconimgh,.aboutlist ul li:hover .icon .iconimg{
	display:none;
}
.aboutlist ul li:hover .icon .iconimgh{
	display:block;
}
.aboutlist ul li dl,.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl{
	padding:0 26px 0 36px;
	position:absolute;
	left:0;
	bottom:22px;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#2d2d2d;
	height:78px;
	line-height:78px;
	font-weight:normal;
}
.aboutlist ul li dl dt .counter{
	font-size:68px;
	color:#2d2d2d;
	font-weight:bold;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#929292;
}
.aboutlist ul li:hover{
	background: -webkit-linear-gradient(left, #1d9221, #b0c01d);
    background: -o-linear-gradient(right, #1d9221, #b0c01d);
    background: -moz-linear-gradient(right, #1d9221, #b0c01d);
    background: linear-gradient(to right, #1d9221, #b0c01d);
}
.aboutlist ul li:hover dl dt,.aboutlist ul li:hover dl dt .counter,.aboutlist ul li:hover dl dd{
	color:#fff;
}

.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#929292;
	margin-top:74px;
}
.aboutlf .more{
	margin-top:46px;
}
.aboutfl{
	width:88.5%;
	padding-right:20%;
	height:124px;
	box-shadow:0 3px 7px rgba(0,0,0,0.07);
	position:absolute;
	right:0;
	bottom:0;
}
.aboutfl ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.aboutfl ul li{
	height:100%;
	overflow:hidden;
	padding:0;
	position:relative;
}
.aboutfl ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#dc5513;
	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;
}
.aboutfl ul li:hover:after{
	width:100%;
}
.aboutfl ul li .abouticon,.aboutfl ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.aboutfl ul li .abouticon{
	opacity:0;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutfl ul li .abouticon img{
	max-width:100%;
	height:auto;
}
.aboutfl ul li p{
	font-size:18px;
	color:#444444;
	line-height:30px;
	margin-top:9px;
}
.aboutfl ul li:hover .abouticon{
	opacity:1;
	margin-top:24px;
}
.aboutfl ul li:hover p{
	color:#dc5513;
	font-weight:bold;
}

/* gylc
-------------------------------------------------------------- */
.gylc{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.gylc .gylctit{
	position:absolute;
	left:50%;
	margin-left:-815px;
	top:112px;
}
.gylc .gylctit .tit,.gylc .gylctit .more{
	padding:0;
}
.gylc .gylctit .more{
	display:flex;
	justify-content:right;
	margin-top: 11.5px;
}
.gylc img{
	width:100%;
	height:auto;
	}
.gylc .wapgylc{
	display:none;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:144px;
	padding-bottom:164px;
}
.pro .icont > h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#ff7701;
	line-height:50px;
	}
.pro .icont > h3 a{
	font-size:40px;
	color:#ff7701;
}
.pronr{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:12px;
}
.prolist{
	width:78%;
	overflow:hidden;
	height:0;
	opacity:0;
}
.prolist.active{
	height:auto;
	opacity:1;
}
.prolist .prolf{
	width:39%;
	overflow:hidden;
	padding-right:20px;
}
.prolist .prolf .profl{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:32px;
	margin-top:58px;
}
.prolist .prolf .profl a{
	font-size:22px;
	color:#fff;
}
.prolf .tit h3,.prolf .tit h3 a{
	color:#fff;
}
.prolist .prolf .more{
	margin-top:208px;
}
.prolist .prolf .more a{
	border-color:#fff;
	color:#fff;
}
.prolist .prolf .more a span{
	color:#fff;
}
.prolist .prolf .more a::before{
	background:#ff6100;
}
.prolist .prolf .more a:hover{
	border-color:#ff6100;
}
.prolist .prort{
	width:61%;
	overflow:hidden;
}
.prolist .prort img{
	max-width:100%;
	height:auto;
}
.promenu{
	width:21%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:107px;
}
.promenu ul{
	width:100%;
	overflow:hidden;
}
.promenu ul li{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:22px;
	color:#878787;
	line-height:32px;
	position:relative;
	margin-top:32px;
}
.promenu ul li::before{
	content:"";
	width:30%;
	height:1px;
	background:#2ea136;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.promenu ul li.active::before{
	opacity:1;
}
.promenu ul li a{
	font-size:22px;
	color:#878787;
}
.promenu ul li.active a{
	font-size:25px;
	color:#2ea136;
	font-weight:bold;
}
.pronr .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	z-index:100;
}
.pronr .swiper-button div{
	width:58px;
	height:58px;
	border:solid 1px #209221;
	border-radius:50%;
	display:inline-block;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr .swiper-button .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
}
.pronr .swiper-button .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	margin-left:14px;
}
.pronr .swiper-button .swiper-button-prev:hover{
	background:#209221 url(../images/prevh4.png) no-repeat center;
}
.pronr .swiper-button .swiper-button-next:hover{
	background:#209221 url(../images/nexth4.png) no-repeat center;
}
.message_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.message_n h3{
	width:100%;
	overflow:hidden;
	font-size: 36px;
    color: #333;
    line-height: 46px;
}
/* nmessage
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
/* message
-------------------------------------------------------------- */
.message ::-webkit-input-placeholder {
  color: #fff;
}
.message :-moz-placeholder {
  color: #fff;
}
.message ::-moz-placeholder{
color: #a3a3a3;
}
.message :-ms-input-placeholder {
  color: #fff;
}
.message{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.message dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:50px;
	}
.message dl:nth-child(2n){
	margin-left:2%;
	}
.message dl:last-child{
	width:100%;
	}
.message dl dt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#232323;
	text-transform:uppercase;
	font-weight: normal;
	line-height:26px;
	}
.message dl dd{
	width:100%;
	overflow:hidden;
	}
.message dl dd input{
	width:100%;
	overflow:hidden;
	background:none;
	font-size:16px;
	color:#232323;
	border-bottom:solid 2px #dde1e5;
	line-height:40px;
	}
.message dl dd textarea{
	width:100%;
	height:190px;
	overflow:hidden;
	background:none;
	font-size:16px;
	color:#232323;
	border:solid 2px #dde1e5;
	line-height:25px;
	border-radius:10px;
	padding:10px;
	}
.message dl:last-child dt{
	margin-bottom:10px;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.tjbtn input{
	width:100%;
	height:76px;
	overflow:hidden;
	line-height:76px;
	background:#ff4800;
	border-radius:10px;
	text-align:center;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	}
.btn1{
	width:100%;
	overflow:hidden;
	color:#343434;
	margin-top:20px;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* xswl
-------------------------------------------------------------- */
.xswl{
	width:100%;
	overflow:hidden;
	background:url(../images/mapbg.jpg) no-repeat top center;
	padding-top:87px;
	padding-bottom:108px;
	position:relative;
}
.xswllf{
	overflow:hidden;
	padding:0;
}
.xswllf .tit h3,.xswllf .tit h3 a{
	color:#fff;
}
.xswllist{
	margin-top:157px;
}
.xswllist,.xswllist dl,.xswllist dl dt,.xswllist dl dd{
	width:100%;
	overflow:hidden;
}
.xswllist dl{
	margin-top:36px;
}
.xswllist dl dt{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	height:79px;
	line-height:79px;
}
.xswllist dl dt .counter{
	font-size:79px;
	color:#fff;
	font-family: myOneFont;
}
.xswllist dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:5px;
}
.xswllist dl dt font{
	font-size:16px;
}
#plusDiv{
	width: 26px;
    height: 26px;
    outline: none;
    background-color: rgba(255, 72, 0, 0.3);
    box-shadow: 1px 1px 8px 0 rgba(255, 72, 0, 0.3);
    border-radius: 100%;
    transform-origin: 0 0;
    display: block;
	margin:auto;
	position:relative;
	}
#plusDiv::before{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background: #ff4800;
    position: absolute;
    margin: 6px;
}
#plusDiv::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(255, 72, 0, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
}
.plusText{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	margin-top:2px;
	position:absolute;
}
.plusRq{
	position: absolute;
	left:50%;
}
.plusDiv1{
	width:60px;
	top:262px;
	margin-left: -325px;
}
.plusDiv2{
	width:60px;
	top:404px;
	margin-left: -282px;
}
.plusDiv3{
	width:120px;
	top:674px;
	margin-left: -94px;
}
.plusDiv4{
	width:60px;
	top:324px;
	margin-left: 220px;
}
.plusDiv5{
	width:60px;
	top:554px;
	margin-left: 260px;
}
.plusDiv6{
	width:60px;
	top:414px;
	margin-left:600px;
}
.plusDiv7{
	width:60px;
	top:394px;
	margin-left:740px;
}
.plusDiv8{
	width:120px;
	top:598px;
	margin-left:595px;
}
.plusDiv9{
	width:70px;
	top:740px;
	margin-left:710px;
}
.maplogo{
	width:110px;
	overflow:hidden;
	position:absolute;
	top:408px;
	left:50%;
	margin-left:638px;
}
.maplogo .maplogoimg,.maplogo p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.maplogo .maplogoimg img{
	max-width:100%;
	height:auto;
}
.maplogo p{
	font-size:13px;
	color:#ff6100;
	font-weight:bold;
	text-transform:uppercase;
}
.wapmap{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:none;
}
.wapmap img{
	width:100%;
	height:auto;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:140px;
	padding-bottom:204px;
}
.newstit{
	width:100%;
	overflow:hidden;
}
.newstit .tit,.newstit .more{
	overflow:hidden;
	padding:0;
}
.newstit .more{
	display:flex;
	justify-content:right;
	margin-top:11.5px;
}
.newsnr{
	margin-top:39px;
}
.newsnr,.newsnr ul,.newsnr ul li{
	width:100%;
	overflow:hidden;
}
.newsnr ul li{
	border-bottom:solid 1px #c9c4c7;
	padding-bottom:42px;
	margin-top:38px;
}
.newsnr ul li .newsdate{
	width:16%;
	overflow:hidden;
	font-size:25px;
	color:#929292;
	line-height:35px;
}
.newsnr ul li .newsin{
	width:84%;
	overflow:hidden;
	background:url(../images/icon21.png) no-repeat right top;
	padding: 0 60px 0 0;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.newsnr ul li:hover .newsin{
	background:url(../images/iconh21.png) no-repeat right top;
}
.newsnr ul li .newsin h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2d2d2d;
	line-height:50px;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.newsnr ul li .newsin p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#b9b9b9;
	margin-top:4px;
}
.newsnr ul li:hover .newsin h5{
	background: -webkit-linear-gradient(to right, #3d9331, #b1c01d); /* Chrome, Safari */
    background: linear-gradient(to right, #3d9331, #b1c01d); /* 标准语法 */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent; 
}
/* 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{
	background:#eae8e9;
	padding:158px 0 0 0;
	position:relative;
	}
.footer .botmessage{
	height:196px;
	position:absolute;
	left:50%;
	margin-left:-815px;
	top:-98px;
	padding:43px 76px 0 76px;
	background: -webkit-linear-gradient(left, #1d9221, #b0c01d);
    background: -o-linear-gradient(right, #1d9221, #b0c01d);
    background: -moz-linear-gradient(right, #1d9221, #b0c01d);
    background: linear-gradient(to right, #1d9221, #b0c01d);
	border-radius:20px;
}
.footer .botmessage .botmessagelf{
	width:24%;
	overflow:hidden;
}
.footer .botmessage .botmessagelf p{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#fff;
	line-height:55px;
	font-weight:bold;
}
.footer .botmessage .botmessagert{
	width:76%;
	overflow:hidden;
}
.footer .botmessage .botmessagert ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:25px;
	flex-wrap: wrap;
}
.footer .botmessage .botmessagert ul li{
	width:25.5%;
	overflow:hidden;
}
.footer .botmessage .botmessagert ul li input,.footer .botmessage .botmessagert ul li textarea{
	width:100%;
	height:60px;
	line-height:60px;
	background:#fff;
	border-radius:10px;
	padding:0 10px 0 58px;
}
.footer .botmessage .botmessagert ul li:nth-child(4){
	width:10%;
	overflow:hidden;
}
.footer .botmessage .botmessagert ul li:last-child{
	width:12%;
	overflow:hidden;
}
.footer .botmessage .botmessagert ul li:first-child input{
	background:#fff url(../images/icon18.png) no-repeat 22px center;
}
.footer .botmessage .botmessagert ul li:nth-child(2) input{
	background:#fff url(../images/icon19.png) no-repeat 22px center;
}
.footer .botmessage .botmessagert ul li:nth-child(3) textarea{
	background:#fff url(../images/icon20.png) no-repeat 22px center;
}
.footer .botmessage .botmessagert ul li:nth-child(4) input{
	padding:0 5px;
	height:30px;
}
.footer .botmessage .botmessagert ul li:nth-child(4) img{
	height:30px;
}
.footer .botmessage .botmessagert ul li button{
	width:100%;
	overflow:hidden;
	height:60px;
	line-height:60px;
	background:#ff4800;
	font-size:16px;
	color:#fff;
	border-radius:10px;
}
.footerlf{
	width:32%;
	overflow:hidden;
}
.footerlf .bottel{
	width:100%;
	overflow:hidden;
	color:#8c8c8c;
	font-size:16px;
}
.footerlf p{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#727272;
	line-height:45px;
	font-weight:bold;
}
.footerlf p a{
	font-size:35px;
	color:#727272;
}
.footerlf dl{
	overflow:hidden;
	background:#fff;
	float:left;
	margin-top:32px;
}
.footerlf dl dt,.footerlf dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footerlf dl dd{
	color:#8c8c8c;
	line-height:25px;
}
.footernav{
	width:68%;
	overflow:hidden;
}
.footernav ul{
	width:100%;
	overflow:hidden;
}
.footernav ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footernav ul li h4,.footernav ul li p{
	width:100%;
	overflow:hidden;
}
.footernav ul li h4{
	line-height:30px;
	font-size:17px;
	color:#8c8c8c;
	border-bottom:solid 1px #d9d5d7;
	padding-bottom:24px;
	margin-bottom:14px;
}
.footernav ul li h4 a{
	font-size:17px;
	color:#8c8c8c;
}
.footernav ul li p{
	line-height:30px;
	font-size:16px;
	color:#8c8c8c;
	margin-top:10px;
}
.footernav ul li p a{
	font-size:16px;
	color:#8c8c8c;
}
.footernav ul li a:hover{
	color:#2ea136;
}
.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;
	color:rgba(255,255,255,0.4);
	}
.footernav dl dd a{
	color:rgba(255,255,255,0.4);
	}
.footernav dl dd a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	padding:22px 0;
	margin-top:62px;
	border-top:solid 1px #d9d5d7;
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	font-size:16px;
	color:#8c8c8c;
	line-height:30px;
}
.bot .botrt{
	text-align:right;
}
.botrt img{
	display:inline-block;
	margin-right:18px;
}
.bot a{
	font-size:16px;
	color:#8c8c8c;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.banner_n .banner_nnr{
	position:absolute;
	left:50%;
	margin-left:-738px;
	bottom:0;
	background:#fff;
	height:65px;
	box-shadow:5px 0px 10px rgba(66,66,66,0.1);
	border-radius:15px 15px 0 0;
	}
.banner_nnr .menu_n,.menu_m{
	overflow:hidden;
	padding:0;
	}
.menu_n ul{
	overflow:hidden;
	}
.menu_n ul li{
	overflow:hidden;
	float:left;
	line-height:65px;
	}
.menu_n ul li a{
	font-size:16px;
	color:#333333;
	padding:0 20px;
	display:block;
	}
.menu_n ul li:hover,.menu_n ul li.active{
	background:#dc5513;
	border-radius:15px 0 15px 0;
	}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#fff;
	font-weight:bold;
	}
.banner_n .position{
	overflow:hidden;
	padding:0 20px 0 0;
	}
.banner_n .positionnr{
	overflow:hidden;
	background:url(../images/icon27.png) no-repeat left 20.5px;
	font-size:16px;
	color:#333;
	line-height:65px;
	padding-left:34px;
	float:right;
	}
.banner_n .positionnr a{
	font-size:16px;
	color:#333;
}
.banner_n .positionnr a:hover{
	color:#dc5513;
}
.menu_m{
	display:none;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:500px;
	}
}
@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;
	}
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #004b96;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#004b96;
}


/* 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{
	margin-top:60px;
	margin-bottom:160px;
	}
.about_n h3{
	width:100%;
	overflow:hidden;
	font-size: 36px;
    color: #333;
    line-height: 46px;
	}
.about_n .aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	margin-top:50px;
	}
.about_n .aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.about_n .aboutnr_n img{
	max-width:100%;
	height:auto;
}
/* lvgylc_n
-------------------------------------------------------------- */
.lvgylc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.lvgylcnr_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:160px;
}
.lvgylcnr_n img{
	max-width:100%;
	height:auto;
}
.zytd_n,.zytd_n .zytdimg_n{
	width:100%;
	overflow:hidden;
}
.zytd_n{
	position:relative;
}
.zytd_n .zytdimg_n img{
	width:100%;
	height:auto;
}
.zytd_n .swiper-button{
	overflow:hidden;
}
.zytd_n .swiper-button div{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index:99;
}
.zytd_n .swiper-button .swiper-button-prev{
	background:#ddd url(../images/prev.png) no-repeat center;
	left:20%;
}
.zytd_n .swiper-button .swiper-button-next{
	background:#ddd url(../images/next.png) no-repeat center;
	right:20%;
}
.zytd_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
/* lvyd_n
-------------------------------------------------------------- */
.lvyd_n{
	width:100%;
	overflow:hidden;
	margin-top:132px;
	margin-bottom:80px;
	}
.lvydnr_n p{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#737373;
	line-height:32px;
	box-shadow: 6px 0px 32px #ececec;
	-moz-box-shadow: 6px 0px 32px #ececec;
	-webkit-box-shadow: 6px 0px 32px #ececec;
	padding:27px 40px;
	margin:52px 0;
	border-radius:15px;
	}
.lvydnr_n{
	padding-top:28px;
	}
.lvydnr_n p span{
	font-size:22px;
	color:#ea5415;
	margin-right:68px;
	position:relative;
	}
.lvydnr_n p span:after{
	content:"";
	width:26px;
	height:2px;
	background:#737373;
	position:absolute;
	left:48px;
	top:15px;
	}
.lvydnr_n p:hover{
	background:#ea5415;
	color:#fff;
	}
.lvydnr_n p:hover span{
	color:#fff;
	}
.lvydnr_n p:hover span:after{
	background:#fff;
	}
/* cmxg_n
-------------------------------------------------------------- */
.cmxg_n,.cmxgnr_n,.cmxgnr_n ul{
	width:100%;
	overflow:hidden;
	}
.cmxg_n{
	margin-top:96px;
	}
.cmxgnr_n ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 0 0;
	}
.cmxgnr_n ul li img{
	max-width:100%;
	height:auto;
	}
.cmxgnr_n ul li:last-child{
	margin-right:0;
	}
.cmxgnr_n{
	margin-top:23px;
	margin-bottom:40px;
	}
.xcsg_n{
	margin-bottom:100px;
	}
.xcsg_n .tit{
	margin-bottom:62px;
	}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:160px;
}
.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:226px;
	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;
}
/* aboutlist_n
-------------------------------------------------------------- */
.aboutlist_n{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	margin-bottom:140px;
}
.aboutlist_n ul{
	width:100%;
	overflow:hidden;
}
.aboutlist_n ul li{
	width:24.25%;
	height:656px;
	overflow:hidden;
	float:left;
	margin-right:1%;
	padding-top:185px;
}
.aboutlist_n ul li:last-child{
	margin-right:0;
	}
.aboutlist_n ul li:first-child{
	background:url(../images/aboutbg1.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(2){
	background:url(../images/aboutbg2.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(3){
	background:url(../images/aboutbg3.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li:nth-child(4){
	background:url(../images/aboutbg4.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlist_n ul li .nabout_icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlist_n ul li .nabout_icon img{
	max-width:100%;
	height:auto;
	}
.aboutlist_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-top:32px;
	margin-bottom:16px;
	}
.aboutlist_n ul li span{
	display:block;
	width:30px;
	height:1px;
	background:#fff;
	margin:auto;
	}
.aboutlist_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:14px;
	}
.zzjg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zzjg img{
	width:100%;
	height:auto;
	}
/* promenu_n
-------------------------------------------------------------- */
.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:#dc5513;
	border:solid 1px #dc5513;
}
.promenu_n ul li:hover a,.promenu_n ul li.active a{
	color:#fff;
}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:160px;
	}
.npronr{
	width:100%;
	overflow:hidden;
}
.npronr dl{
	padding:0 10px;
	margin:20px 0;
	}
.npronr dl dt,.npronr dl dd{
	width:100%;
	overflow:hidden;
	}
.npronr dl dt{
	width:100%;
	overflow:hidden;
	height:380px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	border: solid 1px #e1e1e1;
	border-radius: 20px;
	}
.npronr dl dt 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;
}
.npronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npronr dl dd{
	padding:17px 0;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.npronr dl:hover dd,.proyy_n dl:hover dd{
	color:#dc5513;
}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.nprolf{
	width:50%;
}
.imglist{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.imglist .swiper-pagination{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:10px;
	z-index:99;
}
.imglist .swiper-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#8ec43d;
	margin:0 10px;
}
.imglist .swiper-pagination .swiper-pagination-bullet-active{
	background:#f08336;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.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;
}
.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;
}
.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:140px;
	}

.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;
	}
/* gylc_n
-------------------------------------------------------------- */
.bg {
    width: 100%;
    overflow: hidden;
    background: #f9f0ec;
}
.gylc_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-bottom: 100px;
    background: #e6ebef;
}
.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: 36px;
    color: #dc5513;
    line-height: 46px;
    font-weight: normal;
}
.gylcnr_n .gylcimg{
	width:72%;
	overflow:hidden;
	text-align:center;
	margin:auto;
	border: solid 4px #dc5513;
    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/icon11.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 #dc5513;
	display:inline-block;
	margin:0 14px;
}
.gylc_n .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
}
.gylc_n .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
}
	
/* contact_n
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:160px;
	}
.ncontact h3{
	width:100%;
	overflow:hidden;
	font-size: 36px;
    color: #333;
    line-height: 46px;
	}
.ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
.ncontactnr .slide{
	width:32%;
	height:308px;
	float:left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 40px;
    overflow: hidden;
	margin:20px 2% 0 0;
}
.ncontactnr .slide:last-child{
	margin-right:0;
}
.slide .e1 {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide .e2 {
    z-index: 2;
    position: relative;
    margin:30px 0 0;
}
.slide .e2 .text {
    font-size: 30px;
	line-height:40px;
    color: #000;
}
.slide .e2 .desc {
    display: block;
    margin: 20px 0 0;
	font-size: 20px;
	line-height:30px;
    display: grid;
}
.slide .e2 .desc p{
	font-size: 20px;
	line-height:30px;
}
.slide .e2 .desc p a{
	font-size: 20px;
}
.slide::after {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 6px;
    background: #ff7701;
}
.slide:hover::after {
	width:100%;
}
/* 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;
}
/* toggle
-------------------------------------------------------------- */
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.icon1{
	display:none
}
/**/
#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:-1;
  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: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: #151515;
  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) {
  width: 80%;
  background: #000;
  -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, #1ccc98 , #042d93);
    background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
    background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
    background: linear-gradient(to bottom, #1ccc98 , #042d93);
}

#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:18px;
  line-height:28px;
  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 .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 {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  right:1%;
		  top:10px;
		  z-index:9999;
}

.toggle span {
  height: 3px;
  margin: 3px 5px;
  width: 30px;
  display: block;
  background: #ff7701;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showHeader .toggle span,.hover .toggle span{
	background: #000;
}
.toggle.active span{
	background: #ff7701;
}

.toggle span:nth-child(2) {
  width: 25px;
  margin-left: -10px;
}


.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;
}
}


@media only screen and (min-width: 1768px) and (max-width: 1768px) {
	
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	.honornr_n dl dt{
		height:195px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.honornr_n dl dt{
		height:185px;
	}
}
@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) {
	
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	
}
@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: 360px) and (max-width: 374px) {
	.honornr_n dl dt{
		height:76px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.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:1680px) {
	.icont,.icont1{
		width:88%;
	}
	.bannernr .bannerlf,.banner .img{
		height:591px;
	}
	.gylc .gylctit{
		top:80px;
	}
	.aboutlf .gsm,.tit h3,.tit h3 a{
		font-size: 50px;
		line-height: 60px;
	}
	.promenu ul li a{
		font-size:20px;
	}
	.promenu ul li.active a{
		font-size:22px;
	}
	.promenu ul li::before{
		width:25%;
	}
	.gylc .gylctit .more{
		margin-top:5px;
	}
	.aboutlf {
		padding: 0 130px 0 0;
	}
	.aboutlist {
		margin-top: 120px;
	}
	.aboutlist ul li dl dt{
		height:70px;
		line-height:70px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 60px;
	}
	.xswllist dl dt .counter {
		font-size: 70px;
	}
	.xswllist dl dt{
		height:70px;
		line-height:70px;
	}
	.ggjs p {
		font-size: 45px;
		line-height: 50px;
	}
	.ggmore {
		margin-top: 60px;
	}
	.newsnr ul li .newsin h5{
		font-size:35px;
		line-height:45px;
	}
	.footer .botmessage,.gylc .gylctit{
		margin-left:-44%;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.bannernr .bannerlf,.banner .img{
		height:564px;
	}
	.banner_n .banner_nnr {
		margin-left: -44%;
	}
	.footernr .botlxfs .add {
		padding-right: 140px;
	}
	.footernr .botlxfs .add {
		padding-right: 80px;
	}
	.footer .botmessage .botmessagelf p{
		font-size:45px;
	}
}
@media(max-width:1440px) {
	.bannernr .bannerlf,.banner .img{
		height:507px;
	}
	.aboutlf {
		padding: 0 100px 0 0;
	}
	.aboutjs{
		margin-top:50px;
	}
	.aboutlist {
		margin-top: 100px;
	}
	.aboutlist ul li dl dt{
		height:60px;
		line-height:60px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 50px;
	}
	.aboutlist ul li{
		height:220px;
	}
	.aboutlist ul li dl,.aboutlist ul li{
		padding: 0 25px;
	}
	.aboutlf .gsm, .tit h3, .tit h3 a {
		font-size: 40px;
		line-height: 50px;
	}
	.xswl{
		background-size:1440px;
	}
	.xswllist {
		margin-top: 50px;
	}
	.xswllist dl {
		margin-top: 20px;
	}
	.xswllist dl dt .counter {
		font-size: 60px;
	}
	.xswllist dl dt{
		height:60px;
		line-height:60px;
	}
	.plusDiv1{
		top:195px;
		margin-left:-250px;
	}
	.plusDiv2{
		top: 302px;
		margin-left: -218px;
	}
	.plusDiv3{
		top: 500px;
		margin-left: -88px;
	}
	.plusDiv4{
		top: 240px;
		margin-left: 160px;
	}
	.plusDiv5 {
		top: 410px;
		margin-left: 190px;
	}
	.plusDiv6 {
		top: 310px;
		margin-left: 450px;
	}
	.plusDiv7 {
		top: 295px;
		margin-left: 545px;
	}
	.plusDiv8 {
		top: 445px;
		margin-left: 435px;
	}
	.plusDiv9 {
		top: 555px;
		margin-left: 525px;
	}
	.maplogo {
		top: 300px;
		margin-left: 460px;
	}
	.plusText{
		font-size:15px;
		line-height:20px;
	}
	.newsnr ul li .newsin h5{
		font-size:32px;
		line-height:42px;
	}
	.promenu ul li::before{
		width:20%;
	}
	.gylc .gylctit .more,.newstit .more{
		margin-top: 0;
	}
	.gylc .gylctit{
		top:60px;
	}
	.gg {
		padding-top: 150px;
		padding-bottom: 200px;
	}
	.ggjs p {
		font-size: 40px;
		line-height: 45px;
	}
	.pro {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.nprort h1{
		font-size:22px;
		line-height:32px;
	}
	.ncontactnr .slide{
		padding:30px;
	}
	.footer .botmessage{
		padding:43px 50px 0 50px;
	}
	.slide .e2 .text {
		font-size: 28px;
		line-height: 38px;
	}
	.slide .e2 .desc p {
		font-size: 18px;
		line-height: 25px;
	}
}
@media(max-width:1360px) {
	.bannernr .bannerlf,.banner .img{
		height:479px;
	}
	.about {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.aboutlist {
		margin-top: 60px;
	}
	.aboutlf .more {
		margin-top: 30px;
	}
	.gg {
		padding-top: 130px;
		padding-bottom: 170px;
	}
	.ggjs p {
		font-size: 35px;
		line-height: 40px;
	}
	.newsnr ul li .newsin h5{
		font-size:28px;
		line-height:38px;
	}
	.newsnr ul li .newsdate{
		font-size:22px;
		line-height:32px;
	}
	.footer .botmessage .botmessagelf p{
		font-size:40px;
	}
}
@media(max-width:1280px) {
	.bannernr .bannerlf,.banner .img{
		height:450px;
	}
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.aboutlist ul li {
		height: 200px;
	}
	.aboutlist ul li dl dt{
		height:50px;
		line-height:50px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 40px;
	}
	.aboutlf .gsm, .tit h3, .tit h3 a {
		font-size: 35px;
		line-height: 45px;
	}
	.gylc .gylctit{
		top:40px;
	}
	.promenu ul li a{
		font-size:18px;
	}
	.promenu ul li.active a{
		font-size:20px;
	}
	.promenu ul li::before {
		width: 16%;
	}
	.newsnr ul li .newsin h5{
		font-size:24px;
		line-height:34px;
	}
	.newsnr ul li .newsdate{
		font-size:20px;
		line-height:30px;
	}
	.footer .botmessage {
		padding: 43px 40px 0 40px;
	}
	.footer .botmessage .botmessagelf p {
		font-size: 35px;
	}
	.footerlf p,.footerlf p a{
		font-size:32px;
		line-height:42px;
	}
	.footer .botmessage .botmessagert ul li button{
		font-size:14px;
	}
}
@media(max-width:1152px) {
	.bannernr .bannerlf,.banner .img{
		height:406px;
	}
	.nav .menu > li {
		margin: 0 20px;
	}
	.aboutlist ul li {
		width: 24%;
	}
	.aboutlist ul li dl,.aboutlist ul li{
		padding: 0 20px;
	}
	.promenu ul li a{
		font-size:16px;
	}
	.promenu ul li.active a{
		font-size:18px;
	}
	.footerlf p,.footerlf p a{
		font-size:30px;
		line-height:40px;
	}
}
@media(max-width:1100px) {
	.nav .menu > li {
		margin: 0 15px;
	}
}
@media(max-width:1024px) {
	.bannernr .bannerlf,.banner .img{
		height:360px;
	}
}

@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:12px 0;
	}
	.logo img{
		height:36px;
	}
	.icon2 {
		margin: 15px 45px 0 0;
	}
	.icon2 img {
		margin-left: 4px;
	}
	.cnen{
		font-size:15px;
		padding: 0 0 0 26px;
	}
	.bannerrq{
		padding-bottom: 50px;
	}
	.bannerimg {
		margin-top: 108px;
	}
	.banner_n .banner_nnr{
		display:none;
	}
	.gylc_n img {
		width: 120%;
		margin-left: -10%;
	}
	.menu_m{
		display:block;
	}
	.news{
		padding-bottom:100px;
	}
	.wapmap{
		display:block;
	}
	.plusRq,.maplogo{
		display:none;
	}
	.xswl{
		background:url(../images/wapmapbg.jpg) repeat-y;
		background-size:100%;
		padding-top:60px;
		padding-bottom:60px;
	}
	.xswllist {
		margin-top: 30px;
	}
	.xswllist dl dt .counter {
		font-size: 50px;
	}
	.xswllist dl dt{
		height:50px;
		line-height:50px;
	}
	.xswllist dl {
		margin-top: 10px;
	}
	.about_n,.honor_n,.npro,.news_n,.ncontact{
		margin-bottom: 60px;
	}
	.gylc_n{
		padding-bottom:0;
	}
	.botlogo,.footernr .botlxfs,.footernav,.footerlf{
		width:100%;
	}
	.footernr .botlxfs{
		margin-top:30px;
	}
	.footernr .botlxfs .add {
		padding-right: 0;
	}
	.footernav{
		margin-top:30px;
	}
	.footernav dl{
		float:left;
	}
	.footer{
		padding: 60px 0 0 0;
	}
	.bot{
		margin-top:30px;
	}
	.footer .botmessage{
		height:auto;
		position:inherit;
		top:0;
		margin-bottom:30px;
		padding:30px;
	}
	.footer .botmessage .botmessagelf,.footer .botmessage .botmessagert,.footer .botmessage .botmessagert ul li:nth-child(4){
		width:100%;
	}
	.footer .botmessage .botmessagert ul li{
		width:100%;
		margin:10px 0;
	}
	.footer .botmessage .botmessagert ul li:last-child{
		width:100%;
	}
	.footer .botmessage .botmessagert ul li:nth-child(4) input{
		height:60px;
	}
	.footer .botmessage .botmessagert ul li:nth-child(4) img{
		height:auto !important;
	}
	.footernav ul li p{
		display:none;
	}
	.footernav ul li h4{
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
	}
}
@media(max-width:991px) {
	.bannernr .bannerlf,.banner .img{
		height:349px;
	}
	.shubiao {
		right: 1%;
		bottom: 20px;
	}
	.mouse {
		width: 20px;
		height: 34px;
		border: 2px solid #fff;
	}
	.bannerrq .swiper-pagination{
		margin-top:-120px;
	}
	.bannerrq .swiper-pagination span{
		height:80px;
	}
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.aboutlist ul li {
		width: 49%;
		margin-bottom:20px;
	}
	.aboutjs {
		margin-top: 30px;
	}
	.aboutlist {
		margin-top: 40px;
	}
	.aboutimg{
		display:none;
	}
	.aboutlf {
		padding: 0;
	}
	.newsnr ul li .newsdate,.newsnr ul li .newsin{
		width:100%;
	}
	.newsnr ul li .newsin{
		margin-top:10px;
	}
	.newsnr ul li .newsin h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr ul li .newsin p{
		font-size:16px;
	}
	.newsnr ul li .newsin{
		background:none;
		padding:0;
	}
	.newsnr ul li:hover .newsin{
		background:none;
	}
	.newsnr ul li {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.gg {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.ggjs p {
		font-size: 30px;
		line-height: 35px;
	}
	.pro{
		background: -webkit-linear-gradient(left, #1d9221, #b0c01d);
		background: -o-linear-gradient(right, #1d9221, #b0c01d);
		background: -moz-linear-gradient(right, #1d9221, #b0c01d);
		background: linear-gradient(to right, #1d9221, #b0c01d);
	}
	.prolist .prolf,.prolist .prort,.prolist{
		width:100%;
	}
	.prolist .prort{
		margin-top:30px;
	}
	.prolist .prolf .more,.prolist .prolf .profl{
		margin-top: 40px;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.promenu{
		width:100%;
		position:inherit;
		top:0;
	}
	.promenu ul li{
		margin-top:20px;
		color:#fff;
		text-align:left;
		padding-left:60px;
	}
	.promenu ul li::before {
		width: 50px;
		background:#fff;
	}
	.promenu ul li a,.promenu ul li.active a{
		color:#fff;
	}
	.promenu ul li.active a{
		font-weight:bold;
	}
	.promenu ul li.active a{
		font-size:16px;
	}
	.pronr .swiper-button{
		position:inherit;
		margin-top:20px;
	}
	.pronr .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.news {
		padding-top: 60px;
		padding-bottom:60px;
	}
	.gylc{
		background:#e5ebee;
	}
	.gylc .gylctit{
		position:inherit;
		top:0;
		margin-top:30px;
	}
	.gylc .pcgylc{
		display:none;
	}
	.gylc .wapgylc{
		display:block;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.message_n h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.ncontactnr .slide{
		width:100%;
		height:auto;
	}
	.slide .e1 img {
		width: 50px;
	}
	.ncontact h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.bot .botnr .botlf, .bot .botnr .botrt{
		text-align:center;
	}
	.botlf {
		text-align: center;
	}
	.bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	.bannernr .bannerlf,.banner .img{
		height:303px;
	}
}
@media(max-width:768px) {
	.bannernr .bannerlf,.banner .img{
		height:270px;
	}
	.aboutlf .gsm,.tit h3,.tit h3 a{
		font-size: 30px;
		line-height: 40px;
	}
	.ggjs p {
		font-size: 25px;
		line-height: 30px;
	}
	.newsnr ul li .newsin h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.message_n h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.ncontact h3 {
		font-size: 28px;
		line-height: 38px;
	}
}
@media(max-width:767px) {
	.gylc .gylctit .more{
		justify-content:left;
		margin-top:20px;
	}
	.promenu ul li {
		margin-top: 10px;
	}
	.more a {
		width: 140px;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		font-size: 14px;
	}
	.more a span{
		font-size: 14px;
	}
	.more a i img{
		width:28px;
	}
	.newstit .more{
		justify-content:left;
		margin-top:20px;
	}
}
@media(max-width:640px) {
	.bannernr .bannerlf,.banner .img{
		height:225px;
	}
	.mouse {
		width: 16px;
		height: 28px;
	}
	.bannerrq .swiper-pagination span::before{
		display:none;
	}
	.bannerrq .swiper-pagination{
		margin-top:-60px;
	}
	.bannerrq .swiper-pagination span{
		height:40px;
	}
	.bannerrq {
        padding-bottom: 30px;
    }
	.bannerimg{
    	margin-top:88px;
    }
	.aboutlist ul li dl dt .counter {
		font-size: 30px;
	}
	.aboutlist ul li dl dt {
		height: 40px;
		line-height: 40px;
	}
	.aboutlist ul li .icon img{
		width:45px;
	}
	.aboutlist ul li {
		height: 160px;
	}
	.aboutlist ul li dl dt,.aboutlist ul li dl dd {
		font-size: 14px;
	}
	.honornr_n dl {
		margin: 10px 0;
	}
	.aboutmore a,.ggmore a{
		width: 160px;
		height: 60px;
		line-height:60px;
		padding-left: 20px;
		font-size:16px;
	}
	.ggmore {
		margin-top: 30px;
	}
	.gg {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.ggjs p {
		font-size: 20px;
		line-height: 25px;
	}
	.message dl{
		width:100%;
	}
	.message dl:nth-child(2n) {
		margin-left:0;
	}
	.message_n h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.ncontactnr .slide{
		padding: 30px 20px;
	}
	.footernav ul li {
		width: 33.3333333333333333%;
		text-align:center;
	}
	.footernav ul li h4,.footernav ul li h4 a {
		font-size: 16px;
	}
}
@media(max-width:540px) {
	.bannernr .bannerlf,.banner .img{
		height:190px;
	}
	.aboutlf .gsm,.tit h3,.tit h3 a{
		font-size: 26px;
		line-height:36px;
	}
	.ggjs p {
		font-size: 18px;
	}
}
@media(max-width:500px) {
	
	
}
@media(max-width:425px) {
	.bannernr .bannerlf,.banner .img{
		height:150px;
	}
	.aboutlist ul li dl, .aboutlist ul li {
		padding: 0 10px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 26px;
	}
	.aboutlist ul li dl dt, .aboutlist ul li dl dd {
		font-size: 13px;
	}
	.aboutlist ul li .icon{
		margin-top:10px;
	}
	.aboutlist ul li {
		height: 140px;
	}
	.aboutlist ul li dl{
		bottom:15px;
	}
	.npronr dl dt{
		height: 262px;
	}
	.footer .botmessage {
		padding: 30px 20px;
	}
	.footerlf p, .footerlf p a {
		font-size: 26px;
		line-height: 36px;
	}
}
@media(max-width:424px) {
	.aboutlist .aboutnum {
		width: 50%;
	}
	
}
@media(max-width:375px) {
	.bannernr .bannerlf,.banner .img{
		height:132px;
	}
	.shubiao {
		right: 1%;
		bottom: 10px;
	}
	.footernav ul li h4,.footernav ul li h4 a {
		font-size: 15px;
	}
}
@media(max-width:320px) {
	.bannernr .bannerlf,.banner .img{
		height:113px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 22px;
	}
	.aboutlist ul li dl dt, .aboutlist ul li dl dd {
		font-size: 12px;
	}
}