@charset "utf-8";



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

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

@font-face
{
	font-family: myThreeFont;
	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:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 0 0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.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{
	overflow:hidden;
	padding:13px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.cnen{
	overflow:hidden;
	padding:39.5px 0;
	margin-right:20px;
	line-height:22px;
}
.cnen a{
	color:#fff;
	font-weight:bold;
}
.cnen a:hover{
	color:#e95416;
}
.icon2{
	overflow:hidden;
	background:url(../images/icon1.png) no-repeat left center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	padding:0 0 0 34px;
	margin:35px 30px 0 0;
	font-family: Arial;
}
.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:220px;
	position: absolute;
	top:100px;
	right:0;
	background-color:#e95416;
	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;
	padding-right:80px;
	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:110px;
	margin:0 43px;
	position:relative;
	}
.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	display:block;
	line-height:100px;
	text-transform:uppercase;
	position:relative;
	z-index:9;
	}
.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
	color:#e95416;
}


.nav .menu > li .submenu{

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

.nav .menu > li .submenu li{

	width:100%;
	line-height:25px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

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

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

	background:#e95416;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:100%;
	}
.tel .telnr{
	width:320px;
	height:55px;
	border-radius:30px;
	padding-left:57px;
	background:#c21b29 url(../images/icon2.png) no-repeat 25px center;
	padding-top:5px;
	margin-top:27.5px;
	}
.tel .telnr p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	}
.tel .telnr h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:23px;
	line-height:20px;
	}
.tel .telnr span{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:17px;
	color:#fff;
	margin-right:9px;
	}
.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.mban{
	display:none;
}
.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:900px;
	overflow:hidden;
	position:relative;
}
.banner .indexbg{
	width:100%;
	height:50%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(bottom,rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.5));
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner .img{
		height:1200px;
	}
}
@media(max-width:1680px) {
	.banner .img{
		height:788px;
	}
}
@media(max-width:1440px) {
	.banner .img{
		height:675px;
	}
}
@media(max-width:1360px) {
	.banner .img{
		height:638px;
	}
}
@media(max-width:1280px) {
	.banner .img{
		height:600px;
	}
}
@media(max-width:1152px) {
	.banner .img{
		height:540px;
	}
}
@media(max-width:1024px) {
	.banner .img{
		height:480px;
	}
}
.banner .img .bannernr0{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:22%;
	z-index:99;
	}
.banner .img .bannernr1{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:22%;
	z-index:99;
	}
.banner .img h5{
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:40px;
	text-shadow: rgba(0,0,0,0.8) 2px 0px 5px;
}
.banner .img h4{
	overflow:hidden;
	font-size:66px;
	color:#fff;
	line-height:76px;
	text-shadow: rgba(0,0,0,0.8) 2px 0px 5px;
}
.banner .swiper-container .bannernr1 h4{
    	font-size:66px;
	color:#fff;
	line-height:70px;
}
.banner .swiper-container .bannernr1 h5{
    	font-size:54px;
	color:#fff;
	line-height:60px;
	margin-bottom: 30px;
}
.banner .swiper-container .bannernr0 h5{
    	font-size:40px;
	color:#fff;
	line-height:40px;
}
.banner .swiper-container .bannernr0 h4{
    	font-size:66px;
	color:#fff;
	line-height:76px;
	margin-top: 10px;
}
.banner .swiper-container .bannernr2{
	overflow:hidden;
	position:absolute;
	right:11.5%;
	bottom:40%;
}
.banner .swiper-container .bannernr2 h5{
	text-align:right;
	font-size: 54px;
	line-height: 60px;
	margin-bottom: 32px;
}
.banner .swiper-container .bannernr2 h4{
	text-align:right;
	font-size: 66px;
	line-height: 70px;
}
.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;
}
.banner video{ width:100%; height:100%; object-fit: cover;}
.banner video::-webkit-media-controls{ 
	display:none !important;
}
.banner video::-webkit-media-controls-enclosure{
    display: none !important;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

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

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

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

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

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

@-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;
	height:40px;
	line-height: 40px;
	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 {
	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:11.5%;
	bottom:78px;
	top:inherit;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.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:38px;
	color:#373737;
	font-weight:normal;
	line-height:48px;
	margin-top:2px;
	position:relative;
	}
.tit h3 a{
	font-size:38px;
	color:#373737;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:55px;
	color:#373737;
	line-height:55px;
	font-family: Arial;
	text-transform:uppercase;
	}
.more{
	width:150px;
	height:150px;
	border-radius:50%;
	border:dashed 1px rgba(97,171,152,0.5);
	}
.morecolor::after {
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 200%;
    width: 200%;
    position: absolute;
    margin: -50% 0 0 -50%;
    box-shadow: 0 0 6px 2px rgba(97, 171, 152, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
	left:0;
	top:0;
}
.morebg{
	width:110px;
	height:110px;
	background:#fff;
	border-radius:50%;
	margin:20px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	}
.morecolor{
	width:84px;
	height:84px;
	margin:13px;
	background:#61ab98;
	border-radius:50%;
	display:inline-block;
	padding-top:14px;
	position:relative;
	}
.morecolor p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:20px;
	}
.moreicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:7px;
	}
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#f0f0f0 url(../images/aboutbg.jpg) no-repeat bottom right;
	position:relative;
	padding-top:110px;
	padding-bottom:108px;
	}
.about:before{
	content:"about";
	text-transform:uppercase;
	position:absolute;
	left:-460px;
	top:425px;
	font-size:325px;
	line-height:325px;
	color:#e8e8e8;
	font-family:Arial;
	font-weight:bold;
	transform: rotate(90deg);
	z-index:0;
	}
.aboutnr{
	position:relative;
	z-index:9;
}
.about .tit{
	width:100%;
	}
.about .tit h3,.about .tit p{
	text-align:center;
	}
.aboutjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#6b6b6b;
	padding:0 18%;
	font-size:18px;
	line-height:30px;
	margin-top:40px;
	margin-bottom:110px;
	}
.qywhnr,.qywhnr ul{
	width:100%;
	overflow:hidden;
	}
.qywhnr{
	margin-top:30px;
	}
.qywhnr ul li{
	width:31.33333333333%;
	height:266px;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding:54px 50px 0 50px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.04); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.qywhnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#373737;
	line-height:45px;
	border-bottom:solid 1px #e0e0e0;
	padding-bottom:16px;
	}
.qywhnr ul li h4 span{
	font-family:Arial;
	font-size:20px;
	color:#c0c0c0;
	font-weight:normal;
	text-transform:uppercase;
	margin-left:30px;
	}
.qywhnr ul li .qywhbot{
	width:100%;
	overflow:hidden;
	background:url(../images/icon3.png) no-repeat right center;
	margin-top:28px;
	}
.qywhnr ul li .qywhbot p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#373737;
	line-height:30px;
	}
.qywhnr ul li:hover{
	background:#e95416 url(../images/aboutbg2.jpg) no-repeat right bottom;
	}
.qywhnr ul li:hover h4,.qywhnr ul li:hover h4 span,.qywhnr ul li:hover .qywhbot p{
	color:#fff;
	}
.qywhnr ul li:hover .qywhbot{
	background:url(../images/iconh3.png) no-repeat right center;
	}
/* tzsj
-------------------------------------------------------------- */
.tzsj{
	margin-top:60px;
	margin-bottom:60px;
}
.tzsjnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.tzsjnr img{
	max-width:100%;
	height:auto;
}
/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../images/yybg.jpg) no-repeat bottom center;
	background-size:cover;
	}
.hyyynr{
	position:relative;
	}
.hyyytit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:90px;
	z-index:99;
	}
.hyyytit .tit{
	text-align:center;
	}
.hyyytit .tit p,.hyyytit .tit h3,.hyyytit .tit h3 a{
	color:#fff;
	}
.hyyynr ul{
	width:100%;
	overflow:hidden;
	height:1000px;
	}
.hyyynr ul li{
	width:20%;
	overflow:hidden;
	height:100%;
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
	padding-top:420px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hyyynr ul li:first-child{
	border-left:solid 1px rgba(255,255,255,0.2);
	}
.hyyynr ul li .hyyyicon,.hyyynr ul li p{
	width:100%;
	overflow:hidden;
	}
.hyyynr ul li .hyyyicon{
	text-align:center;
	}
.hyyynr ul li .hyyyicon img{
	max-width:100%;
	height:auto;
	}
.hyyynr ul li p{
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	margin-top:35px;
	}
.hyyynr ul li span{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:106px auto 0;
	}
.hyyynr ul li span img{
	max-width:100%;
	height:auto;
	}
.hyyynr ul li:hover {
    background: rgba(232,118,19,0.7);
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:155px;
	background-attachment: fixed;
	}
.ysnr{
	position:relative;
	height:845px;
	padding-bottom:105px;
	}
.ysnr .tit p,.ysnr .tit h3{
	color:#fff;
}
.yslist,.yscont{
	width:100%;
	overflow:hidden;
	}
.yslist{
	margin-top:153px;
	}
.yscont{
	width:100%;
	overflow:hidden;
	display:none;
	}
.yscont.active{
	display:block;
	}
.yscont .yslf{
	overflow:hidden;
	font-size:25px;
	color:#fff;
	padding:125px 0 0 0;
	position:relative;
	}
.yscont .yslf:before{
	font-family:Arial;
	font-size:260px;
	line-height:210px;
	color:rgba(255,255,255,0.1);
	font-weight:bold;
	font-style:italic;
	position:absolute;
	left:0;
	top:0;
	}
.yscont:first-child .yslf:before{
	content:"01";
}
.yscont:nth-child(2) .yslf:before{
	content:"02";
}
.yscont:nth-child(3) .yslf:before{
	content:"03";
}
.yscont:nth-child(4) .yslf:before{
	content:"04";
}
.yscont:nth-child(5) .yslf:before{
	content:"05";
}
.yscont:nth-child(6) .yslf:before{
	content:"06";
}
.yscont .ysrt{
	overflow:hidden;
	padding:125px 0 0 0;
	}
.yscont .ysrt a{
	width:180px;
	height:50px;
	line-height:50px;
	display:block;
	font-size:16px;
	color:#ea5415;
	padding-left:28px;
	background:#fff url(../images/icon11.png) no-repeat 90% center;
	float:right;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.yscont .ysrt a:hover{
	background-position:85%;
}
.promore:hover{
	background-position:90%;
	color: #ea5415;
}
.ystab{
	position:absolute;
	left:0;
	bottom:105px;
	}
.ystab,.ystab ul{
	width:100%;
	overflow:hidden;
	}
.ystab ul li{
	width:16.25%;
	height:198px;
	overflow:hidden;
	background:rgba(255,255,255,0.3);
	float:left;
	padding:33px 32px 0 32px;
	margin-right:0.5%;
	position:relative;
	cursor:pointer;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ystab ul li:last-child{
	margin-right:0;
	}
.ystab ul li h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	}
.ystab ul li p{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:30px;
	padding-left:32px;
	}
.ystab ul li:hover,.ystab ul li.active{
	background:#ea5415 url(../images/ysbg2.jpg) no-repeat right bottom;
	}
/* hzhb
-------------------------------------------------------------- */
.hzhb{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding-top:82px;
	padding-bottom:16px;
	}
.hzhbnr{
	text-align:center;
	position:relative;
	}
.hzhbnr img{
	max-width:100%;
	height:auto;
	}
.hzhbbt{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:150px;
	z-index:99;
}
.hzhbbt h4{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#373737;
	line-height:60px;
	text-align:center;
	margin-bottom:10px;
}
.hzhbbt p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#313131;
	line-height:30px;
	text-align:center;
}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	padding-top:112px;
	padding-bottom:70px;
	}
.casetit .tit{
	width:70%;
	overflow:hidden;
	}
.casetit .casemore{
	width:30%;
	overflow:hidden;
	}
.casetit .casemore a{
	display:block;
	font-size:16px;
	color:#656565;
	width:138px;
	line-height:30px;
	background:url(../images/icon4.png) no-repeat right center;
	border-bottom:solid 1px #e0e0e0;
	padding-bottom:6px;
	float:right;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casetit .casemore a:hover{
	background-position:90%;
	color: #ea5415;
}
.casetit .casemore a:after{
	content:"";
	width:25px;
	height:1px;
	background:#ea5415;
	position:absolute;
	left:0;
	bottom:0;
	}
.casenr{
	width:100%;
	overflow:hidden;
	margin-top:65px;
	padding:0 2.5% 106px 2.5%;
	position:relative;
	}
.casenr .swiper-slide .caseimg,.casenr .swiper-slide .casebt{
	width:100%;
	overflow:hidden;
	}
.casenr .swiper-slide .caseimg {
    height: 462px;
    position: relative;
}
.casenr .swiper-slide{
	background:#fff;
	}
.casenr .swiper-slide .caseimg img{
	width:100%;
	height:auto;
	}
.casenr .swiper-slide .casebt{
	line-height:30px;
	padding:26px 60px;
	background:#ea5415 url(../images/icon13.png) no-repeat 95% center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}

.casenr .swiper-slide .casebt font{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	float:left;
}
.casenr .swiper-slide .casebt span{
	display:block;
	width:140px;
	border:none;
	border-bottom:solid 1px #fff;
	float:left;
	margin-top:14.5px;
	margin-left:32px;
}
.case .swiper-button{
	overflow:hidden;
	}
.casenr .swiper-button{
	overflow:hidden;
}
.casenr .swiper-button div{
	width:25px;
	height:45px;
	overflow:hidden;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-100px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	z-index:99;
}
.casenr .swiper-button .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:20%;
}
.casenr .swiper-button .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	right:20%;
}
.casenr .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.9);
	transform: scale(0.9);
}

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

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

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

.casenr .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.casenr .swiper-slide-active .casebt{
	opacity:1;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
}
.cjsb{
	width:100%;
	overflow:hidden;
	padding-left:11.6%;
	padding-top:126px;
	}
.cjsbnr{
	width:100%;
	overflow:hidden;
	margin-top:26px;
	}
.cjsbnr .cjsblf{
	width:20%;
	overflow:hidden;
	padding-top:68px;
	}
.cjsbnr .cjsblf ul,.cjsbnr .cjsblf ul li{
	width:100%;
	overflow:hidden;
	}
.cjsbnr .cjsbrt{
	width:80%;
	overflow:hidden;
	position:relative;
	}
.cjsbnr .cjsbrt .swiper-container{
	width:150%;
}
.cjsbnr .cjsblf ul li{
	line-height:32px;
	position:relative;
	margin-top:25px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.cjsbnr .cjsblf ul li:before{
	content:"";
	width:50px;
	height:1px;
	background:#e95416;
	position:absolute;
	left:0;
	top:15.5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.cjsbnr .cjsblf ul li:hover,.cjsbnr .cjsblf ul li.active{
	padding-left:68px;
}
.cjsbnr .cjsblf ul li:hover:before,.cjsbnr .cjsblf ul li.active:before{
	opacity:1;
}
.cjsbnr .cjsblf ul li a{
	font-size:22px;
	color:#373737;
	}
.cjsbnr .cjsblf ul li:hover a,.cjsbnr .cjsblf ul li.active a{
	font-size:25px;
	color:#e95416;
	font-weight:bold;
}
.cjsbnr .cjsblf .cjsbmore{
	margin-top:206px;
}
.cjsbnr .cjsblf .cjsbmore a{
	width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    background: #e95416 url(../images/icon14.png) no-repeat 90% center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.cjsbnr .cjsblf .cjsbmore a:hover{
	background-position:85%;
}
.cjsblist{
	width:100%;
	overflow:hidden;
	padding-left:48px;
}
.cjsbrt .swiper-slide .cjsbimg{
	width:100%;
	overflow:hidden;
	height:593px;
	float:right;
	position:relative;
}

.cjsbrtcont{
	width:100%;
	overflow:hidden;
	visibility:hidden;
	height:0;
}
.cjsbrtcont.active {
    visibility: visible;
    height: auto;
}
.cjsbimg 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;
}
.cjsbimg:hover img{
	transform:translate(-50%, -50%) scale(1.08);
	}
.cjsbtit{
	width:495px;
	height:252px;
	background:rgba(233,84,22,0.8);
	position:absolute;
	left:0;
	bottom:35px;
	padding:48px 40px 0 40px;
	z-index:99;
	visibility:hidden;
}
.cjsbtit .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.cjsbtit h4{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#fff;
	line-height:33px;
	font-weight:normal;
	border-bottom:solid 1px #fff;
	padding-bottom:20px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.cjsbtit .newsms{
	width:100%;
	height:60px;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.7);
	line-height:30px;
	margin-top:20px;
}
.cjsbrtcont .swiper-slide-active .cjsbtit{
	visibility:visible;
}
.cjsbnr .cjsbrt .swiper-button{
	overflow:hidden;
	position:absolute;
	left:439px;
	bottom:35px;
	z-index:100;
}
.cjsbnr .cjsbrt .swiper-button div{
	width:56px;
	height:56px;
	overflow:hidden;
	float:left;
}
.cjsbnr .cjsbrt .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev3.png) no-repeat center;
}
.cjsbnr .cjsbrt .swiper-button .swiper-button-next{
	background:#e95416 url(../images/next.png) no-repeat center;
}
/* profl
-------------------------------------------------------------- */
.profl{
	margin-top:106px;
	margin-bottom:125px;
	position:relative;
	}
.profl .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	}
.profl .swiper-button div{
	width:50px;
	height:50px;
	float:left;
	}
.profl .swiper-button .swiper-button-prev{
	background:#004b96 url(../images/prev.png) no-repeat center;
	}
.profl .swiper-button .swiper-button-next{
	background:#b70103 url(../images/next.png) no-repeat center;
	}
.proflnr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	
	}
.proflnr .swiper-container:after{
	content:"";
	width:100%;
	height:4px;
	background:#ccdbea;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.proflnr .swiper-slide{
	padding-bottom:58px;
	position:relative;
}
.proflnr .swiper-slide:after{
	content:"";
	width:0;
	height:4px;
	background:#b70103;
	position:absolute;
	left:50%;
	margin-left:-76px;
	bottom:0;
	z-index:99;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.proflnr .swiper-slide:hover:after{
	width:152px;
}
.proflnr dl,.proflnr dl dt,.proflnr dl dd{
	width:100%;
	overflow:hidden;
	}
.proflnr dl dt{
	height:382px;
	position:relative;
	border:solid 2px #f2f5fe;
	border-bottom:none;
	}
.proflnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.proflnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.proflnr dl dt .profl_num{
	width:77px;
	height:77px;
	overflow:hidden;
	background:url(../images/numbg.png) no-repeat center;
	position:absolute;
	right:25px;
	top:25px;
	text-align:center;
	font-size:31px;
	color:#fff;
	font-family: myThreeFont;
	line-height:40px;
	padding-top:24px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.proflnr dl dd{
	background:#004b96;
	padding:46px 38px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.proflnr dl dd .profl_bt{
	width:80%;
	overflow:hidden;
	font-size:23px;
	color:#fff;
	line-height:30px;
	padding-left:40px;
	background:url(../images/icon3.png) no-repeat left center;
	}
.proflnr dl dd .profl_icon{
	width:20%;
	overflow:hidden;
	text-align:right;
	padding-top:4px;
	}
.proflnr dl dd .profl_icon img{
	max-width:100%;
	height:auto;
	}
.proflnr dl:hover dt{
	border:solid 2px #b70103;
	border-bottom:none;
	}
.proflnr dl:hover dd{
	background:#b70103;
	}
.proflnr dl:hover dd .profl_bt{
	background: url(../images/iconh3.png) no-repeat left center;
	}
.proflnr dl:hover dt .profl_num{
	background:url(../images/numbgh.png) no-repeat center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-left:12%;
	position:relative;
	}
.pro .protit{
	width:100%;
	overflow:hidden;
	}
.promore{
	overflow:hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promore a{
	display:block;
	font-size:16px;
	color:#fff;
	width:244px;
	height:70px;
	line-height:70px;
	padding-left:32px;
	background:#004b96 url(../images/icon5.png) no-repeat 85% center;
	}
.pronr{
	position:relative;
}
.pronr .tit{
	position:absolute;
	left:0;
	top:108px;
}
.pronr .mySwiper{
	width:600px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:340px;
	z-index:99;
}
.pronr,.prolist{
	width:100%;
	overflow:hidden;
	}
.prolist{
	position:relative;
}
.prolist .prolf{
	width:44%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:90px;
}
.prolf dl{
	width:100%;
	overflow:hidden;
	padding-right:150px;
}
.prolf dl dt,.prolf dl dd{
	width:50%;
	overflow:hidden;
	float:left;
}
.prolf dl dt img{
	max-width:100%;
	height:auto;
}
.prolf dl dd{
	overflow:hidden;
	float:left;
	padding-left:50px;
	padding-top:38px;
}
.prolf dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#373737;
	line-height:40px;
	margin-bottom:17px;
}
.prolf dl dd p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#474747;
	line-height:30px;
}
.prolist .prort{
	width:56%;
	height:910px;
	overflow:hidden;
}
.prolist .prort img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.probt,.probt .pronum,.probt h5{
	width:100%;
	overflow:hidden;
}
.mySwiper .swiper-slide .probt{
	height:147px;
	border:solid 1px #cacaca;
	padding:20px 0;
	cursor:pointer;
}
.mySwiper .swiper-slide{
	padding-bottom:14px;
	position:relative;
}
.mySwiper .swiper-slide:after{
	content:"";
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #cacaca;
	position:absolute;
	left:50%;
	margin-left:-7px;
	bottom:0;
	opacity:0;
}
.mySwiper .swiper-slide:hover .probt,.mySwiper .swiper-slide-thumb-active .probt{
	background:#cacaca;
}
.mySwiper .swiper-slide:hover:after,.mySwiper .swiper-slide-thumb-active:after{
	opacity:1;
}
.mySwiper .swiper-slide:hover .probt .pronum,.mySwiper .swiper-slide:hover .probt h5,.mySwiper .swiper-slide-thumb-active .probt .pronum,.mySwiper .swiper-slide-thumb-active .probt h5{
	color:#fff;
}
.probt .pronum{
	color:#e4e4e4;
	font-size:66px;
	font-family:Arial;
	line-height:66px;
	font-weight:bold;
	text-align:center;
}
.probt h5{
	font-size:18px;
	color:#656565;
	text-align:center;
	font-weight:normal;
}
.promore{
	font-size:16px;
	color:#656565;
	width:138px;
	line-height:30px;
	background:url(../images/icon4.png) no-repeat right center;
	border-bottom:solid 1px #e0e0e0;
	padding-bottom:6px;
	position:relative;
	margin-top:50px;
}
.promore:after{
	content:"";
	width:25px;
	height:1px;
	background:#ea5415;
	position:absolute;
	left:0;
	bottom:0;
	}
.pro .swiper-button{
	overflow:hidden;
}
.pro .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	position:absolute;
	bottom:202px;
	z-index:99;
}
.pro .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:7%;
}
.pro .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	left:45%;
}

/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon19.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon20.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon21.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #e95416;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.contactrt .btn1{
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
}
/* line
-------------------------------------------------------------- */
.line{
	width:100%;
	height:4px;
	background:#e95416;
	}
/* link
-------------------------------------------------------------- */
.link{
    width: 100%;
    overflow: hidden;
	background:#acacac;
	padding:60px 0;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.linknr{
	line-height:30px;
	color:#fff;
	font-size:15px;
	}
.linknr img{
	margin-right:32px;
	}
.linknr a{
	color:#fff;
	font-size:15px;
	margin-right:10px;
	}
.linknr a:hover{
	color:#e95416;
	}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#acacac;
	padding-top:50px;
	padding-bottom:70px;
	}
.footer .footerrt{
	width:18%;
	overflow:hidden;
	padding-top:20px;
	}
.footerrt .botlogo{
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:50px;
	}
.footerrt .botlogo img{
	max-width:100%;
	height:auto;
	}
.footerrt .telbt,.footerrt .telnr{
	width:100%;
	overflow:hidden;
	text-align: right;
	}
.footerrt .telbt{
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-bottom:8px;
	}
.footerrt .telnr,.footerrt .telnr a{
	font-size:15px;
	color:#fff;
	}
.footer .footerlf{
	width:67%;
	overflow:hidden;
	}
.footer .footerlf .botsearch,.footer .footerlf .botsearch p{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf .botsearch{
	margin-bottom:60px;
	}
.footer .footerlf .botsearch p{
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-bottom:18px;
	}
.botsearch_box{
	width:100%;
	overflow:hidden;
	}
.botsearch_box input{
	width:376px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	background:#fff;
	padding:0 20px;
	font-size:15px;
	color:#bcbbbc;
	float:left;
	}
.botsearch_box button{
	width:118px;
	height:50px;
	overflow:hidden;
	background:#e95416 url(../images/icon2.png) no-repeat center;
	float:left;
	}
.footer .footerlf ul{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf ul li{
	width:20%;
	overflow:hidden;
	padding:0;
	}
.footer .footerlf ul li h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	}
.footer .footerlf ul li h4 a{
	font-size:17px;
	color:#fff;
	}
.footer .footerlf ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:8px;
	}
.footer .footerlf ul li p a{
	font-size:15px;
	color:#fff;
	}
.footerrt dl{
	overflow:hidden;
	float:right;
	margin-top:60px;
	}
.footerrt dl dt,.footerrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.footerrt dl dd{
	font-size:15px;
	line-height:30px;
	color:rgba(255,255,255,0.5);
	margin-top:4px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#989898;
	padding:38px 0;
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#fff;
	}
.bot .botlf a,.bot .botrt a{
	color:#fff;
	}
.bot .botrt{
	text-align:right;
	}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    width: 78px;
    right: 0;
    bottom: 10%;
    z-index: 999;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-bottom: 0;
}
.side ul li {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all .3s;
}
.side ul li i.bgs4 {
    background-image: url(../images/icon17.png);
}
.side ul li.sidetop {
    background: #e95416;
    color: #fff;
}
.side ul li i.bgs6 {
    background-image:url(../images/icon18.png);
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:253px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 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;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* ivideo
-------------------------------------------------------------- */
.ivideo{
	width:60%;
	overflow:hidden;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:99;
	display:none;
}
.ivideo video{
	width:100%;
	height:auto;
}
.close-btn{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
    cursor: pointer;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:700px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:933px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:613px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:496px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:467px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:420px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:361px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:280px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:233px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:197px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	background:#f6f6f6;
}
.positionnr{
	font-size: 15px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon15.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #e95416;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-bottom:40px;
}
.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 #e95416;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#e95416;
}


/* 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;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow:hidden;
	background-size:cover;
	padding-top:86px;
	padding-bottom:100px;
	}
.aboutnr_n .aboutjs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2e2e2e;
	line-height:30px;
	margin-top:54px;
	}
.aboutnr_n .aboutjs_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#2e2e2e;
	line-height:34px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:57px;
}
.ab_fl dl{
	width:25%;
	overflow:hidden;
	float:left;
}
.ab_fl dl dt,.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#2e2e2e;
	font-size:16px;
}
.ab_fl dl dt{
	font-weight:normal;
	line-height:40px;
}
.ab_fl dl dt .counter{
	color:#2e2e2e;
	font-family:Arial;
	font-size:40px;
}
/* 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);
	position:relative;
}
.zytd_n .swiper-slide p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	background: linear-gradient(rgba(234, 84, 21, 0), rgba(234, 84, 21, 1));
	padding: 40px 20px 20px 20px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
}
.team_n{
	margin-top:80px;
	margin-bottom:100px;
}
.team_n .tit{
	margin-bottom:60px;
}
@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;
	}
/* gswh_n
-------------------------------------------------------------- */
.gswh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:137px;
	padding-bottom:235px;
}
.gswh_n,.gswh_n dl,.gswh_n dl dt,.gswh_n dl dd{
	width:100%;
	overflow:hidden;
	}
.gswh_n dl{
	margin:51px 0;
	}
.gswh_n dl dt{
	font-size:49px;
	color:#fff;
	}
.gswh_n dl dt span{
	font-size:49px;
	color:#fff;
	background:#ea5415;
	padding:5px 30px 12px 30px;
	}
.gswh_n dl dd{
	font-size:35px;
	color:#fff;
	line-height:45px;
	margin-top:16px;
	}
.honor_n{
	width:100%;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:200px;
	}
.honornr_n .tit p,.honornr_n .tit h3{
	text-align:center;
	}
.honorlist_n{
	width:100%;
	margin-top:78px;
	position:relative;
	}
.honorlist_n .swiper-slide{
	padding:0 10px;
	}
.honorlist_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.honorlist_n .swiper-slide .honorimg_n img{
	max-width:100%;
	height:auto;
	}
.honorlist_n .swiper-button{
	overflow:hidden;
	}
.honorlist_n .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15.5px;
	}
.honorlist_n .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-36px;
	}
.honorlist_n .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-36px;
	}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
}
.nsbnr dl{
	overflow:hidden;
	margin:15px 0;
}
.nsbnr dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:260px;
}
.nsbnr dl dd {
	width:100%;
	height: 60px;
	overflow:hidden;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}
.nsbnr 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;
	}
.nsbnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.nsbnr dl:hover dd {
	color: #e95416;
}
/* gcyj_n
-------------------------------------------------------------- */
.gcyj_n,.gcyjnr_n,.gcyjnr_n dl,.gcyjnr_n dl dt,.gcyjnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.gcyjnr_n{
	margin-top:46px;
}
.gcyjnr_n dl{
	padding:16px;
}
.gcyjnr_n dl dt{
	font-size:100px;
	color:#ea5415;
	line-height:100px;
	font-family:Arial;
}
.gcyjnr_n dl dd{
	font-size:20px;
	color:#373737;
	line-height:30px;
	padding:28px 40px;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.05);
	margin:30px 0;
}
/* 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;
	}
/* npro
-------------------------------------------------------------- */
.probg_n{
	background:#e5edf4;
	}
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	}
.pro_n dl dt{
	width:100%;
	overflow:hidden;
	height:369px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	border: solid 1px #e4e4e4;
	}
.pro_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;
}
.pro_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pro_n dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(233,84,22,0.7) url(../images/tb11.png) no-repeat center;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pro_n dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.pro_n dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.pro_n dl dd{
	width:100%;
	overflow:hidden;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.pro_n dl:hover dd{
	color:#e95416;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*

/* join
-------------------------------------------------------------- */
.join{
	margin-top:60px;
	margin-bottom:60px;
	}
.joinnr{
	width:100%;
	overflow:hidden;
	}
.joinfbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.joinfbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.joinfbnr img{
	max-width:100%;
	height:auto;
	}
/* job
-------------------------------------------------------------- */
.job{
	margin-top:60px;
	margin-bottom:60px;
	}
.jobnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.job .tit{
	width:100%;
	border-bottom:solid 1px #e0e1e1;
	padding-bottom:24px;
	}
.job .joblf{
	padding:60px 45px 0 0;
	}
.job .joblf h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
	}
.job .joblf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	}
.job .jobrt{
	padding:0;
	overflow:hidden;
	border-radius:20px 0;
	}
.job .jobrt img{
	width:100%;
	height:auto;
	}
.joblist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.jobfb{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li{
	width:100%;
}
.newsnr_n ul li{
	overflow:hidden;
	background:#f2f2f2;
	margin:50px 0;
	}
.newsnr_n ul li .newslf_n{
	width:28%;
	overflow:hidden;
	position:relative;
	height:300px;
}
.newsnr_n ul li .newslf_n 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;
}
.newsnr_n ul li:hover .newslf_n img{
	transform:translate(-50%, -50%) scale(1.1);
}
.newsnr_n ul li .newsrt_n{
	width:72%;
	overflow:hidden;
	padding:5%;
}
.newsms_n{
	width:72%;
	overflow:hidden;
	padding:0 20px;
	}
.newsms_n h4,.newsms_n p{
	width:100%;
	overflow:hidden;
	}
.newsms_n h4{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-bottom:10px;
	}
.newsdate_n{
	width:28%;
	overflow:hidden;
	}
.newsdate_n .day,.newsdate_n .year{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	text-align:right;
	}
.newsdate_n .day{
	font-size:56px;
	line-height:66px;
	}
.newsdate_n .year{
	font-size:16px;
	}
.newsnr_n ul li:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff
}
.newsnr_n ul li:hover .newsms_n h4,.newsnr_n ul li:hover .newsdate_n .day,.newsnr_n ul li:hover .newsdate_n .year{
	color:#e95416;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contact_n .contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.contact_n .contactlf_n{
	width:35%;
	overflow:hidden;
	}
.contact_n .contactrt_n{
	width:100%;
	overflow:hidden;
}
.contact_n .contactlf_n .hello{
	width:100%;
	overflow:hidden;
	font-size:90px;
	color:#000;
	line-height:90px;
	text-transform:uppercase;
	}
.hello .hellonr{
	overflow:hidden;
	float:left;
	}
.hello .helloicon{
	overflow:hidden;
	float:left;
	}
.hello .helloicon img{
	max-width:100%;
	height:auto;
	}
.contact_n .contactlf_n p{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#000;
	line-height:34px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	border-left:solid 2px #212565;
	margin-top:34px;
	}
.contactnr_n ul li{
	overflow:hidden;
	padding:0 0 0 35px;
	font-size:18px;
	line-height:30px;
	}
.contact_n .contactrt_n h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.contact_n .contactrt_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	}
.contactlist_n{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.contactlist_n dl{
	overflow:hidden;
	padding:0;
	margin:10px 0;
	}
.contactlist_n dl dt,.contactlist_n dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlist_n dl dt{
	font-size:18px;
	line-height:30px;
	color:#e95416;
	}
.contactlist_n dl dd{
	font-size:16px;
	line-height:30px;
	margin-top:4px;
	}
.map_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.map_n img{
	width:100%;
	height:auto;
	}


/* dede_pages

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

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.side{
		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) {
	  padding: 0 15px;
	  width: 70%;
	  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:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .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:130px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -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: #fff;
	}

	.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: 1919px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:543px;
	}
	.casenr .swiper-slide .caseimg{
		height:425px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:514px;
	}
	.casenr .swiper-slide .caseimg{
		height:404px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:488px;
	}
	.casenr .swiper-slide .caseimg{
		height:385px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.newsnr_n ul li .newslf_n{
		height:295px;
	}
	.pro_n dl dt{
		height:351px;
	}
	.nsbnr dl dt{
		height:247px;
	}
	.card-img-150{
		height:239px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:435px;
	}
	.newsnr_n ul li .newslf_n{
		height:265px;
	}
	.pro_n dl dt{
		height:314px;
	}
	.nsbnr dl dt{
		height:221px;
	}
	.card-img-150{
		height:213px;
	}
	.casenr .swiper-slide .caseimg{
		height:346px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:409px;
	}
	.newsnr_n ul li .newslf_n{
		height:251px;
	}
	.pro_n dl dt{
		height:296px;
	}
	.nsbnr dl dt{
		height:207px;
	}
	.card-img-150{
		height:199px;
	}
	.casenr .swiper-slide .caseimg{
		height:327px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:383px;
	}
	.newsnr_n ul li .newslf_n{
		height:236px;
	}
	.pro_n dl dt{
		height:277px;
	}
	.nsbnr dl dt{
		height:194px;
	}
	.card-img-150{
		height:186px;
	}
	.casenr .swiper-slide .caseimg{
		height:308px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:341px;
	}
	.newsnr_n ul li .newslf_n{
		height:212px;
	}
	.pro_n dl dt{
		height:248px;
	}
	.nsbnr dl dt{
		height:173px;
	}
	.card-img-150{
		height:165px;
	}
	.casenr .swiper-slide .caseimg{
		height:277px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:299px;
	}
	.newsnr_n ul li .newslf_n{
		height:189px;
	}
	.pro_n dl dt{
		height:218px;
	}
	.nsbnr dl dt{
		height:152px;
	}
	.card-img-150{
		height:144px;
	}
	.casenr .swiper-slide .caseimg{
		height:246px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:368px;
	}
	.newsnr_n ul li .newslf_n{
		height:183px;
	}
	.pro_n dl dt{
		height:211px;
	}
	.nsbnr dl dt{
		height:147px;
	}
	.card-img-150{
		height:139px;
	}
	.casenr .swiper-slide .caseimg{
		height:238px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:368px;
	}
	.newsnr_n ul li .newslf_n{
		height:168px;
	}
	.pro_n dl dt{
		height:298px;
	}
	.nsbnr dl dt{
		height:209px;
	}
	.card-img-150{
		height:176px;
	}
	.casenr .swiper-slide .caseimg{
		height:219px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:368px;
	}
	.newsnr_n ul li .newslf_n{
		height:151px;
	}
	.pro_n dl dt{
		height:266px;
	}
	.nsbnr dl dt{
		height:186px;
	}
	.card-img-150{
		height:156px;
	}
	.casenr .swiper-slide .caseimg{
		height:197px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:368px;
	}
	.newsnr_n ul li .newslf_n{
		height:141px;
	}
	.pro_n dl dt{
		height:248px;
	}
	.nsbnr dl dt{
		height:173px;
	}
	.card-img-150{
		height:152px;
	}
	.casenr .swiper-slide .caseimg{
		height:185px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:368px;
	}
	.newsnr_n ul li .newslf_n{
		height:118px;
	}
	.casenr .swiper-slide .caseimg{
		height:166px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pro_n dl dt{
		height:425px;
	}
	.nsbnr dl dt{
		height:147px;
	}
	.card-img-150{
		height:194px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:294px;
	}
	.casenr .swiper-slide .caseimg{
		height:280px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pro_n dl dt{
		height:356px;
	}
	.nsbnr dl dt{
		height:122px;
	}
	.card-img-150{
		height:161px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:231px;
	}
	.newsnr_n ul li .newslf_n{
		height:280px;
	}
	.pro_n dl dt{
		height:276px;
	}
	.nsbnr dl dt{
		height:94px;
	}
	.card-img-150{
		height:123px;
	}
	.casenr .swiper-slide .caseimg{
		height:220px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:204px;
	}
	.newsnr_n ul li .newslf_n{
		height:247px;
	}
	.pro_n dl dt{
		height:242px;
	}
	.nsbnr dl dt{
		height:81px;
	}
	.card-img-150{
		height:106px;
	}
	.casenr .swiper-slide .caseimg{
		height:194px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:174px;
	}
	.newsnr_n ul li .newslf_n{
		height:211px;
	}
	.pro_n dl dt{
		height:204px;
	}
	.nsbnr dl dt{
		height:68px;
	}
	.card-img-150{
		height:88px;
	}
	.casenr .swiper-slide .caseimg{
		height:166px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:152px;
	}
	.newsnr_n ul li .newslf_n{
		height:184px;
	}
	.pro_n dl dt{
		height:176px;
	}
	.nsbnr dl dt{
		height:58px;
	}
	.card-img-150{
		height:75px;
	}
	.casenr .swiper-slide .caseimg{
		height:145px;
	}
}

@media(max-width:1680px) {
	.prolf dl dd h4{
		font-size:30px;
		line-height:40px;
	}
	.prolf dl dd{
		padding-left:30px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.tit p{
		font-size:50px;
		line-height:50px;
	}
	.nav {
		padding-right: 60px;
	}
	.nav .menu > li {
		margin: 0 35px;
	}
    .banner .img .bannernr0,.banner .img .bannernr1{
        left: 6%;
    }
	.banner .swiper-container .bannernr2{
		right:6%;
	}
	.banner .swiper-container .bannernr0 h5 {
        font-size: 36px;
        line-height: 36px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 62px;
        line-height: 72px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 50px;
        line-height: 56px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 62px;
        line-height: 66px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 50px;
    	line-height: 56px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 62px;
    	line-height: 66px;
    }
	.pronr .mySwiper {
		width: 41%;
	}
	.prolf dl dd h4{
		font-size:28px;
		line-height:38px;
	}
	.nsbnr dl dd{
	    font-size: 16px;
	    line-height: 25px;
	    height: 50px;
	}
	.casenr .swiper-slide .casebt {
		padding: 26px 50px;
	}
	.casenr .swiper-slide .casebt font{
		font-size:20px;
	}
	.casenr .swiper-slide .casebt span{
		margin-left:20px;
	}
	.aboutjs {
		padding: 0 15%;
	}
	.hzhbbt h4{
		font-size:46px;
		line-height:56px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 128px;
		line-height: 100px;
	}
	.gswh_n dl dt h4{
		font-size:36px;
		line-height:46px;
	}
	.lvgylcnr_n{
		margin-top:100px;
	}
	.newsdate_n .day {
		font-size: 50px;
		line-height: 60px;
	}
	.gcyjnr_n dl dt{
		font-size:90px;
		line-height:90px;
	}
	.footer .footerrt {
		width: 20%;
	}
}
@media(max-width:1440px) {
	.nav {
		padding-right: 40px;
	}
	.nav .menu > li {
		margin: 0 30px;
	}
	.tit p{
		font-size:45px;
		line-height:45px;
	}
	.tit h3,.tit h3 a{
		font-size:32px;
		line-height:42px;
	}
	.yscont .yslf{
		font-size:22px;
		line-height:32px;
	}
	.ystab ul li {
		padding: 33px 22px 0 22px;
	}
	.prolf dl dd h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.prolf dl dd p{
		font-size:16px;
	}
	.prolf dl {
		padding-right: 130px;
	}
	.hzhbbt h4{
		font-size:42px;
		line-height:52px;
	}
	.cjsbnr .cjsblf .cjsbmore {
		margin-top: 180px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 118px;
		line-height: 90px;
	}
	.casenr .swiper-slide .casebt {
		padding: 26px 40px;
	}
	.footer .footerlf {
		width: 70%;
	}
	.footer .footerrt {
		width: 23%;
	}
}
@media(max-width:1360px) {
	.nav {
		padding-right: 20px;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.cjsbnr .cjsblf .cjsbmore {
		margin-top: 160px;
	}
	.hzhbbt{
		bottom:140px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 108px;
		line-height: 80px;
	}
	.newsnr_n ul li .newsrt_n {
		padding: 3%;
	}
	.qywhnr ul li{
		padding: 54px 40px 0 40px;
	}
	.ab_fl dl dt .counter {
		font-size: 36px;
	}
}
@media(max-width:1280px) {
	.icon2 {
		margin: 35px 20px 0 0;
		font-size: 16px;
	}
	.nav .menu > li {
        margin: 0 20px;
    }
	.nav .menu > li a{
		font-size:16px;
	}
	.tit p{
		font-size:40px;
		line-height:40px;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
		line-height:38px;
	}
	.banner .swiper-container .bannernr0 h5 {
        font-size: 32px;
        line-height: 32px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 58px;
        line-height:68px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 46px;
        line-height: 52px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 58px;
        line-height: 62px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 46px;
    	line-height: 52px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 58px;
    	line-height: 62px;
    }
	.hzhbbt h4 {
		font-size: 38px;
		line-height: 48px;
	}
	.hzhbbt{
		bottom:120px;
	}
	.prolf dl {
		padding-right: 100px;
	}
	.prolf dl dd h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.ab_fl dl dt .counter {
		font-size: 32px;
	}
	.cjsbnr .cjsblf .cjsbmore {
		margin-top: 140px;
	}
	.casenr .swiper-slide .casebt {
		padding: 26px 30px;
	}
	.ystab ul li h4{
		font-size:20px;
		line-height:30px;
	}
	.ystab ul li p{
		padding-left:22px;
		}
	.probt .pronum{
		font-size:60px;
		line-height:60px;
	}
	.probt h5{
		font-size:16px;
	}
	.qywhnr ul li h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.qywhnr ul li h4 span{
		font-size:18px;
		margin-left:20px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 98px;
		line-height: 70px;
	}
	.gswh_n dl dt h4{
		font-size:32px;
		line-height:42px;
	}
	.gswh_n dl dt p{
		font-size:18px;
		line-height:28px;
	}
	.gswh_n dl dt .gswhnr_n{
		font-size:22px;
		line-height:32px;
	}
	.gswh_n dl dt {
		padding: 70px 50px 0 50px;
	}
	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.lvgylcnr_n{
		margin-top:60px;
	}
	.pro_n dl dd{
		font-size:18px;
		padding: 15px 0;
	}
	.newsdate_n .day {
		font-size: 46px;
		line-height: 56px;
	}
	.gcyjnr_n dl dt{
		font-size:80px;
		line-height:80px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li {
		margin: 0 15px;
	}
	.nav {
		padding-right: 10px;
	}
	.icon2 {
        font-size: 15px;
    }
	.banner .swiper-button{
		bottom:30px;
	}
	.banner .swiper-container .bannernr0 h5 {
        font-size: 28px;
        line-height: 28px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 54px;
        line-height:64px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 42px;
        line-height: 48px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 54px;
        line-height: 58px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 42px;
    	line-height: 48px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 54px;
    	line-height: 58px;
    }
	.cjsbnr .cjsblf .cjsbmore {
		margin-top: 100px;
	}
	.qywhnr ul li .qywhbot p{
		font-size:16px;
	}
	.qywhnr ul li {
		padding: 54px 30px 0 30px;
	}
	.qywhnr ul li h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 88px;
		line-height: 60px;
	}
	.qywhnr ul li h4 span{
		margin-left:10px;
	}
	.qywhnr ul li h4 span {
		font-size: 16px;
	}
}
@media(max-width:1100px) {
	.nav .menu > li {
		margin: 0 13px;
	}
}

@media(max-width:1024px) {
	.cjsbnr .cjsblf .cjsbmore {
		margin-top: 70px;
	}
	.banner .swiper-container .bannernr0 h5 {
        font-size: 24px;
        line-height: 24px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 50px;
        line-height:60px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 38px;
        line-height: 44px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 50px;
        line-height: 54px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 38px;
    	line-height: 44px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 50px;
    	line-height: 54px;
    }
}
@media(max-width:1023px) {
	.header{
		height:70px;
	}
	.cnen {
        padding: 19px 0;
        margin-right: 10px;
    }
	.mban,.ivideo{
		display:block;
	}
	.pcban,.pcban video{
		display:none;
	}
	.banner .img{
		height:auto;
	}
	.banner .swiper-pagination{
		right:2%;
		bottom:20px;
	}
	.search {
		padding: 25px 0;
		width: 70px;
	}
	.search_box{
		top:70px;
	}
	.logo{
		padding:5px 0;
	}
	.logo img {
		height: 60px;
	}
	.pro{
		padding-left:6%;
		padding-right:6%;
		padding-bottom:60px;
	}
	.pronr .tit {
		position: inherit;
		left: 0;
		top: 0;
		margin-top:60px;
	}
	.prolist .prolf,.prolist .prort{
		width:100%;
	}
	.prolist .prolf{
		position: inherit;
		left: 0;
		bottom: 0;
		margin-top:50px;
	}
	.prolf dl {
		padding-right: 0;
	}
	.pronr .mySwiper {
		width: 60%;
	}
	.pronr .mySwiper{
		position:inherit;
		top:0;
		margin-top:30px;
	}
	.prolist .prort{
		display:none;
	}
	.pro .swiper-button .swiper-button-prev{
		left:2%;
	}
	.pro .swiper-button .swiper-button-next{
		left:inherit;
		right:2%;
	}
	.cjsbnr .cjsblf,.cjsbnr .cjsbrt{
		width:100%;
	}
	.cjsb {
		padding-left: 6%;
		padding-right:6%;
		padding-top:60px;
	}
	.cjsbnr .cjsblf{
		padding-top:30px;
	}
	.cjsbnr .cjsblf .cjsbmore {
		margin-top:40px;
	}
	.cjsbnr .cjsbrt{
		margin-top:40px;
	}
	.contact_n .contactlf_n,.contact_n .contactrt_n{
		width:100%;
	}
	.contact_n .contactrt_n{
		margin-top:30px;
	}
}
@media(max-width:991px) {
	.tit p{
		font-size:35px;
		line-height:35px;
	}
	.banner .swiper-button div {
		width: 35px;
		height: 35px;
	}
	.banner .img .bannernr1,.banner .swiper-button{
		left:6%;
	}
	.banner .swiper-container .bannernr2{
		right:6%;
	}
	.banner .swiper-container .bannernr0 h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 46px;
        line-height:56px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 34px;
        line-height: 40px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 46px;
        line-height: 50px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 34px;
    	line-height: 40px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 46px;
    	line-height: 50px;
    }
	.ys{
		padding-top:60px;
	}
	.yslist {
		margin-top: 40px;
	}
	.ystab {
		bottom: 60px;
	}
	.ystab ul li{
		width:33%;
		margin-bottom:10px;
	}
	.ystab ul li:nth-child(3n){
		margin-right: 0;
	}
	.yscont .ysrt {
		padding: 20px 0 0 0;
	}
	.ysnr{
		padding-bottom:60px;
	}
	.yscont .yslf{
		font-size:20px;
		line-height:30px;
		padding: 100px 0 0 0;
	}
	.yscont .yslf:before {
		font-size: 180px;
		line-height: 180px;
	}
	.casenr .swiper-button div{
		margin-top:-55px;
	}
	.case{
		padding-top:60px;
		padding-bottom:60px;
	}
	.casenr {
		padding: 0 2.5% 0 2.5%;
	}
	.casenr .swiper-slide .casebt span{
		width:90px;
	}
	.casenr .swiper-slide .casebt{
		background-size:35px;
	}
	.yscont .yslf:before{
		font-size: 200px;
		line-height: 200px;
	}
	.qywhnr ul li{
		width:100%;
		height:auto;
		padding:30px 20px;
	}
	.about{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.aboutjs {
		padding:0;
		margin-bottom:60px;
	}
	.ab_fl dl{
		width:33.33333333333%;
		margin-bottom:20px;
	}
	.ab_fl dl:nth-child(4){
		clear:both;
	}
	.about:before {
		left: -285px;
		top: 210px;
		font-size: 200px;
		line-height: 305px;
	}
	.hyyynr ul li {
		width: 31.333333333%;
	}
	.hyyynr ul li{
		height:500px;
		padding-top:180px;
		border-bottom: solid 1px rgba(255,255,255,0.2);
	}
	.hyyynr ul li:nth-child(4){
		border-left: solid 1px rgba(255,255,255,0.2);
	}
	.hyyytit{
		top:30px;
	}
	.hyyynr ul li span,.hyyynr ul li p{
		margin-top:30px;
	}
	.aboutnr_n .aboutjs_n,.ab_fl{
		margin-top:40px;
	}
	.gswh_n{
		margin-top:0;
	}
	.honorlist_n .swiper-button .swiper-button-prev{
		left:-16px;
	}
	.honorlist_n .swiper-button .swiper-button-next{
		right:-16px;
	}
	.honor_n {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.honorlist_n{
		margin-top:40px;
	}
	.gswh_n dl dt,.gswh_n dl dd{
		width:100%;
		height:auto;
	}
	.gswh_n dl dd img{
		object-fit:inherit;
		height:auto;
	}
	.gswh_n dl dt {
		padding: 40px 40px 100px 40px;
	}
	.gswh_n dl dt .gswhnr_n{
		margin-top:30px;
	}
	.about_n {
		padding-top: 60px;
		padding-bottom:40px;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.team_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.team_n .tit {
		margin-bottom: 40px;
	}
	.cmxg_n {
		margin-top: 60px;
	}
	.lvgylc_n {
		margin-bottom: 20px;
	}
	.xcsg_n .tit {
		margin-bottom: 40px;
	}
	.xcsg_n {
		margin-bottom: 60px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.nprort .npro_infolei{
		font-size:18px;
		margin-bottom:0;
	}
	.nprort .npro_infolei span{
		font-size:18px;
	}
	.lvyd_n{
		margin-top:60px;
	}
	.lvydnr_n p{
		margin:40px 0;
	}
	.lvyd_n{
		margin-bottom:40px;
	}
	.gcyjnr_n dl dt{
		font-size:70px;
		line-height:70px;
	}
	.link {
		padding: 30px 0;
	}
	.footer .footerlf .botsearch {
		margin-bottom: 30px;
	}
	.footerrt dl{
		margin-top:30px;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.footer {
		padding-bottom:50px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot {
		padding: 20px 0;
	}
	.footer .footerlf ul li{
		margin-bottom:5px;
	}
	.footer .footerlf ul li p{
		display:none;
	}
}
@media(max-width:912px) {
	.hzhbbt {
		bottom: 100px;
	}
	.hzhbbt h4 {
		font-size: 34px;
		line-height: 44px;
	}
}
@media(max-width:768px) {
	.tit p{
		font-size:30px;
		line-height:30px;
	}
	.tit h3,.tit h3 a{
		font-size:24px;
		line-height:34px;
	}
	
}
@media(max-width:767px) {
	.banner .swiper-container .bannernr0 h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 42px;
        line-height:52px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 42px;
        line-height: 46px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 30px;
    	line-height: 36px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 42px;
    	line-height: 46px;
    }
	.yscont .yslf{
		font-size:18px;
		line-height:25px;
	}
	.casetit .tit,.casetit .casemore{
		width:100%;
	}
	.casetit .casemore{
		margin-top:30px;
	}
	.casetit .casemore a{
		float:left;
	}
	.hzhbbt {
		bottom: 80px;
	}
	.pronr .mySwiper {
		width: 100%;
	}
	.prolf dl dt, .prolf dl dd{
		width:100%;
	}
	.prolf dl dd{
		padding-left:0;
	}
	.prolf dl dt{
		text-align:center;
	}
	.pro .swiper-button .swiper-button-prev{
		left:1%;
	}
	.pro .swiper-button .swiper-button-next{
		left:inherit;
		right:1%;
	}
	.promore{
		margin-top:30px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.nmessagenr dl dd textarea {
		height: 220px;
	}
	.hzhbbt h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.newsms_n, .newsdate_n {
		width: 100%;
		padding: 0;
	}
	.newsdate_n .day, .newsdate_n .year{
		text-align:left;
	}
	.contact_n .contactlf_n .hello{
		font-size:70px;
		line-height:70px;
	}
	.contact_n .contactrt_n h4{
		font-size:26px;
		line-height:36px;
	}
	.nsbnr dl{
		padding:0 10px;
	}
	.ystab ul li h4 {
		font-size: 18px;
		line-height: 25px;
	}
	.footer .footerlf ul li {
		width: 33.333333333333%;
	}
}
@media(max-width:668px) {
	.zytd_n .swiper-button div{
		width:30px;
		height:30px;
		margin-top:-15px;
	}
	.zytd_n .swiper-button .swiper-button-prev{
		left:10px;
	}
	.zytd_n .swiper-button .swiper-button-next{
		right:10px;
	}
	.casenr .swiper-button .swiper-button-prev{
		left:5%;
	}
	.casenr .swiper-button .swiper-button-next{
		right:5%;
	}
}
@media(max-width:640px) {
	.logo img {
		height: 50px;
	}
	.header{
		height:60px;
	}
	.search{
		width:60px;
		padding:20px 0;
	}
	.search_box{
		top:60px;
	}
	.toggle{
		right:120px;
	}
	.banner .swiper-container .bannernr0 h5 {
        font-size: 14px;
        line-height: 16px;
    }
    .banner .swiper-container .bannernr0 h4 {
        font-size: 32px;
        line-height:42px;
    }
    .banner .swiper-container .bannernr1 h5 {
        font-size: 20px;
        line-height: 26px;
    	margin-bottom: 10px;
    }
    .banner .swiper-container .bannernr1 h4 {
        font-size: 32px;
        line-height: 36px;
    }
    .banner .swiper-container .bannernr2 h5{
    	font-size: 20px;
    	line-height: 26px;
    	margin-bottom: 10px;
    }
    .banner .swiper-container .bannernr2 h4{
    	font-size: 32px;
    	line-height: 36px;
    }
	.banner .swiper-slide .img img {
		width: 130%;
		margin-left: -15%;
	}
	.banner .swiper-button div {
		width: 25px;
		height: 25px;
	}
	.banner .swiper-button {
		bottom: 10px;
	}
	.banner .swiper-pagination-bullet{
		width:20px;
		bottom: 10px;
	}
	.casenr .swiper-slide .casebt {
		padding: 20px;
	}
	.casenr .swiper-slide .casebt font {
		font-size: 18px;
	}
	.casenr .swiper-slide .casebt span {
		width: 60px;
		margin-left:10px;
	}
	.cjsbnr .cjsbrt .swiper-container{
		width:100%;
	}
	.cjsblist{
		padding-left:0;
	}
	.cjsbtit{
		width:100%;
		height:auto;
		position:inherit;
		bottom:0;
		padding:20px;
	}
	.cjsbnr .cjsbrt .swiper-button div {
		width: 36px;
		height: 36px;
	}
	.cjsbnr .cjsbrt .swiper-button{
		bottom:10px;
		left:inherit;
		right:10px;
	}
	.cjsbtit h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.hzhbbt h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.gswh_n dl dt h4,.qywhnr ul li h4{
		font-size: 28px;
		line-height: 38px;
	}
	.yscont .yslf{
		font-size:16px;
		line-height:22px;
	}
	.hzhb{
		padding-top:60px;
	}
	.hzhbnr{
		padding-top:100px;
	}
	.hzhbbt {
		bottom: inherit;
		top: 0;
	}
	.yscont .yslf:before{
		font-size: 180px;
		line-height: 180px;
	}
	.ab_fl dl dt .counter{
		font-size:28px;
	}
	.ab_fl dl dt, .ab_fl dl dd{
		font-size:14px;
	}
	.ysnr{
		height:940px;
	}
	.yscont .yslf:before {
		font-size: 150px;
		line-height: 150px;
	}
	.yscont .yslf {
		padding: 70px 0 0 0;
	}
	.yslist {
		margin-top: 30px;
	}
	.ystab ul li {
		width: 49.5%;
		height:160px;
		margin-right: 1%;
	}
	.ystab ul li:nth-child(3n) {
		margin-right: 1%;
	}
	.ystab ul li:nth-child(2n) {
		margin-right: 0;
	}
	.nsbnr dl dd {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
	.hyyynr ul li .hyyyicon img{
		height:50px;
	}
	.newsnr_n ul li .newslf_n,.newsnr_n ul li .newsrt_n{
		width:100%;
	}
	.newsms_n h4{
		font-size:18px;
	}
	.contact_n .contactlf_n .hello{
		font-size:60px;
		line-height:60px;
	}
	.contact_n .contactrt_n h4{
		font-size:22px;
		line-height:32px;
	}
	.botsearch_box input {
		width: 75%;
	}
	.botsearch_box button {
		width: 25%;
	}
	.footer .footerlf ul li h4 a{
		font-size:16px;
	}
}
@media(max-width:540px) {
    .banner .swiper-container .bannernr1 h4,.banner .swiper-container .bannernr2 h4{
        font-size: 22px;
        line-height: 26px;
    }
    .banner .swiper-container .bannernr1 h5,.banner .swiper-container .bannernr2 h5{
    	font-size: 18px;
    	line-height:22px;
    }
	.ab_fl dl {
		width: 50%;
	}
	.ab_fl dl:nth-child(3),.ab_fl dl:nth-child(5){
		clear:both;
	}
	.ab_fl dl:nth-child(4) {
		clear:none;
	}
}
@media(max-width:500px) {
	.ab_fl dl dt .counter{
		font-size:32px;
	}
	.ab_fl dl dt, .ab_fl dl dd{
		font-size:14px;
	}
	.gswh_n dl dt {
		padding: 40px 30px 100px 30px;
	}
	.gswh_n dl dt .gswhnr_n {
		font-size: 20px;
		line-height: 30px;
	}
	.gswh_n dl dt h4,.qywhnr ul li h4{
		font-size: 26px;
		line-height: 36px;
	}
	.gswh_n dl dt p {
		font-size: 16px;
		line-height: 26px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 78px;
	}
	.nsbnr dl dd {
        font-size: 12px;
        height: 60px;
    }
}
@media(max-width:425px) {
	.ab_fl dl dt .counter {
		font-size: 28px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 68px;
	}
	.contact_n .contactrt_n h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.ystab ul li {
		padding: 20px 15px 0 15px;
	}
	.ystab ul li p{
		padding-left:15px;
		bottom:20px;
	}
	.hzhbbt p{
		font-size:16px;
	}
	.ystab ul li h4 {
		font-size: 16px;
		line-height:22px;
	}
}
@media(max-width:375px) {
	.banner .swiper-container .bannernr2{
		bottom:35%;
	}
	.banner .img h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.banner .img h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.ab_fl dl dt .counter {
		font-size: 24px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 58px;
	}
	.hyyynr ul li p{
		font-size:16px;
	}
	.hyyynr ul li .hyyyicon img {
		height: 40px;
	}
}
@media(max-width:319px) {
	.banner .swiper-container .bannernr2{
		bottom:32%;
	}
	.banner .img h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.banner .img h5 {
		font-size: 15px;
		line-height: 25px;
	}
	.ab_fl dl dt .counter {
		font-size: 22px;
	}
	.gswh_n dl dt .gswhen {
		font-size: 48px;
	}
	
}