@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	padding:37.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:100px;
	margin-right:27px;
	position:relative;
}
.language a{
	font-size:15px;
	color:#fff;
	margin:0 7px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(3,88,181,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#0358b5;
}
.topicon{
	overflow:hidden;
	padding:37px 0;
	margin-right:44px;
}
.topicon a{
	margin:0 6px;
}
.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:37px 0;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:5px;
	background-color:#00666e;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

.nav{
	text-align:right;
	margin-right:22px;
	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:100px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	display:block;
	line-height:100px;
	text-transform:uppercase;
	margin:0 30px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:hover,.nav .menu > li.active a{
	color:#dc5512;
}
.nav .menu > li a:after{
	content:"";
	width:8px;
	height:8px;
	background:#dc5512;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-4px;
	bottom:20px;
	z-index:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity:0;
}
.nav .menu > li a:hover:after,.nav .menu > li.active a:after{
	opacity:1;
}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	border-top:solid 1px #ddd;
}
.nav .menu > li .submenu li:first-child{
	border-top:none;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a:after{
	display:none;
}
.nav .menu > li .submenu li:hover{

	background:#dc5512;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}

.cont{
	width:89.6%;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:89.6%;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	}
.scrollnews{
	width:40%;
	height:175px;
	overflow:hidden;
	padding:0 0 0 80px;
	background:#dc5512;
	position:absolute;
	right:0;
	bottom:-22px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	border-radius:40px 0 0 0;
	z-index:99;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:175px; overflow:hidden;  -moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;} 
.scrollnews ul li a{width:75%;overflow:hidden;display:block; text-align:left; float:left;font-size:16px;color:#fff;}
.scrollnews ul li span{width:25%;overflow:hidden; display:block; float:left;font-size:16px;color:#fff;text-align:right;}
.scrollnews ul li:hover .spanT{ color:#e0222c;}
.scrollnews_nr{
	width:270px;
	overflow:hidden;
	position:absolute;
	right:5.2%;
	bottom:58px;
	z-index:99;
	}
.scrollnews_nr img{
	max-width:100%;
	height:auto;
	}
.tnewslf{
	width:15%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	}
.tnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	background:url(../images/icon2.png) no-repeat 60px center;
	margin-top:10px;
	}
.tnewsrt{
	width:54%;
	overflow:hidden;
	font-size:26px;
	line-height:26px;
	color:#fff;
	font-family:Arial;
	padding-left:24px;
	border-left:solid 1px #fff;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left: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;
		}

@-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;
	font-size:18px;
	font-family:Arial;
	float:left;
	position:relative;
}
.swiper-pagination-fraction .swiper-pagination-current{
	font-size:50px;
	color:#fff;
	font-weight:normal;
	font-family:Arial;
	}

.swiper-pagination-fraction span::before{
	content:"0";
	}
.swiper-pagination-fraction span:first-child::after{
	content:"/";
	font-size:18px;
	color:#fff;
	margin-left:5px;
	}
.swiper-pagination-fraction span:first-child{
	padding-right:5px;
	}
.swiper-pagination-fraction span:last-child{
	margin-top:10px;
	}

.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: 34px;
	height:34px;
	display: inline-block;
	margin:0 12px;
	outline:none;
	border-radius:50%;
	position:relative;
}
.swiper-pagination-bullet::after{
	content:"";
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	left:12px;
	top:12px;
}

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{
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

.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;
	left:5.2%;
	bottom:45px;
	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 p{
	width:100%;
	overflow:hidden;
	font-size:69px;
	color:#373737;
	line-height:69px;
	font-family: Arial;
	font-weight:bold;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:69px;
	color:#373737;
	line-height:79px;
	}
.tit h3 a{
	font-size:69px;
	color:#373737;
	}
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	width:212px;
	height:66px;
	line-height:66px;
	display:block;
	background:#dc5512;
	font-size:16px;
	color:#fff;
	padding-left:40px;
	border-radius:33px;
	}
.more a i{
	height:100%;
	float:right;
	margin-right:34px;
	display:flex;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a:hover i{
	margin-right:24px;
}
.more .morelf{
	width:79%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	text-align:center;
	}
.more .morert{
	width:21%;
	height:100%;
	overflow:hidden;
	border-left:solid 1px rgba(255,255,255,0.4);
	background:url(../images/icon7.png) no-repeat center;
	}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:142px;
	padding-bottom:50px;
	}
.about .aboutlf{
	width:36.5%;
	overflow:hidden;
	}
.about .aboutin{
	width:28.1%;
	overflow:hidden;
	padding:60px 20px 0 92px;
}
.about .aboutin img{
	max-width:100%;
	height:auto;
}
.about .aboutrt{
	width:35.4%;
	overflow:hidden;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#989898;
	line-height:30px;
	margin-top:68px;
}
.aboutlf .aboutjs p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#989898;
	line-height:30px;
}
.about .more a{
	margin-top:142px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
}
.aboutlist dl{
	width:100%;
	overflow:hidden;
	padding-bottom:54px;
	border-bottom:solid 1px #c6c6c6;
	margin-bottom:60px;
}
.aboutlist dl dt,.aboutlist dl dd{
	overflow:hidden;
	padding:0;
}
.aboutlist dl dt{
	font-size:110px;
	color:#dc5512;
	}
.aboutlist dl dt .aboutnum{
	width:100%;
	overflow:hidden;
	line-height:110px;
}
.aboutlist dl dt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	font-weight:normal;
	}
.aboutlist dl dd{
	text-align:right;
	padding-top:25px;
}
.aboutlist dl dd img{
	max-width:100%;
	height:auto;
}
.aboutlist dl dt .counter{
	color:#dc5512;
	font-size:110px;
	line-height:110px;
	font-family: myOneFont;
}
.aboutimg{
	width:100%;
	overflow:hidden;
	border-radius:20px;
	text-align:center;
	margin:20px 0;
}
.aboutimg img{
	width:100%;
	height:auto;
}
/* about_jt
-------------------------------------------------------------- */
.about_jt{
	width:100%;
	overflow:hidden;
	background:url(../images/jtbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:145px;
	padding-bottom:80px;
}
.about_cont{
	position:relative;
}
.about_cont .tit{
	width:50%;
	position:absolute;
	top:40px;
	right:0;
}
.about_jtnr{
	width:100%;
	overflow:hidden;
}
.about_jtnr .about_jtimg,.about_jtnr .about_jtrt{
	overflow:hidden;
}
.about_jtnr .about_jtimg{
	padding:0 85px 0 0;
}
.about_jtnr .about_jtimg img{
	max-width:100%;
	height:auto;
}
.about_jtnr .about_jtrt{
	padding:122px 0 0 10px;
}
.about_jt .tit h3,.about_jt .tit h3 a{
	color:#fff;
}
.about_jtnr .about_jtrt h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
}
.about_jtnr .about_jtrt .about_jtjs{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	margin-top:50px;
}
.about_jtnr .about_jtrt .more{
	margin-top:80px;
}
.about_jtnr .about_jtrt .more a{
	background:#fff;
	color:#2f2f2f;
	height:56px;
	line-height:56px;
	padding-left:26px;
}
.about_jtnr .about_jtrt .more a i{
	margin-right:20px;
}
.about_cont .button{
	overflow:hidden;
	position:absolute;
	right:0;
	top:435px;
	text-align:right;
	z-index:99;
}
.about_cont .button div{
	overflow:hidden;
	display:inline-block;
	width:52px;
	height:52px;
	border:solid 2px #fff;
	border-radius:50%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0.5;
}
.about_cont .button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.about_cont .button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:24px;
}
.about_cont .button div:hover{
	opacity:1;
}
/* jtsl
-------------------------------------------------------------- */
.jtsl{
	width:100%;
	overflow:hidden;
	background:#fee1d1;
	padding-top:114px;
	padding-bottom:154px;
}
.jtslnr .tit h3{
	text-align:center;
}
.jtsllist,.jtsllist ul,.jtsllist ul li .jtslicon,.jtsllist ul li h5,.jtsllist ul li p{
	width:100%;
	overflow:hidden;
}
.jtsllist{
	margin-top:78px;
}
.jtsllist ul{
	display:flex;
	justify-content:space-between;
}
.jtsllist ul li{
	width:23%;
	height:536px;
	overflow:hidden;
	background:#fff;
	border-radius:45px 0 0 0;
	padding:80px 36px 0 36px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
}
.jtsllist ul li:hover{
	background:#dc5512 url(../images/slbg.jpg) no-repeat center right;
}
.jtsllist ul li .jtslicon i{
	display:block;
	width:106px;
	height:106px;
	border-radius:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.jtsllist ul li:first-child .jtslicon i{
	background:#fdd7be url(../images/icon10.png) no-repeat center;
}
.jtsllist ul li:first-child:hover .jtslicon i{
	background:#fa9c5d url(../images/iconh10.png) no-repeat center;
}
.jtsllist ul li:nth-child(2) .jtslicon i{
	background:#fdd7be url(../images/icon11.png) no-repeat center;
}
.jtsllist ul li:nth-child(2):hover .jtslicon i{
	background:#fa9c5d url(../images/iconh11.png) no-repeat center;
}
.jtsllist ul li:nth-child(3) .jtslicon i{
	background:#fdd7be url(../images/icon12.png) no-repeat center;
}
.jtsllist ul li:nth-child(3):hover .jtslicon i{
	background:#fa9c5d url(../images/iconh12.png) no-repeat center;
}
.jtsllist ul li:nth-child(4) .jtslicon i{
	background:#fdd7be url(../images/icon13.png) no-repeat center;
}
.jtsllist ul li:nth-child(4):hover .jtslicon i{
	background:#fa9c5d url(../images/iconh13.png) no-repeat center;
}
.jtsllist ul li h5{
	font-size:25px;
	color:#373737;
	line-height:35px;
	margin-top:14px;
}
.jtsllist ul li p{
	font-size:16px;
	color:#5b5b5b;
	margin-top:10px;
}
.jtsllist ul li .more{
	padding:0 36px;
	position:absolute;
	left:0;
	bottom:40px;
}
.jtsllist ul li:hover .more a{
	background:#fff;
	color:#2f2f2f;
}
.jtsllist ul li .more i .j_iconh,.jtsllist ul li:hover .more i .j_icon{
	display:none;
}
.jtsllist ul li:hover .more i .j_iconh{
	display:block;
}
.jtsllist ul li:hover h5,.jtsllist ul li:hover p{
	color:#fff;
}
/* xswl
-------------------------------------------------------------- */
.xswl{
	width:100%;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	padding-top:150px;
}
.xswlnr{
	margin-bottom:32px;
	position:relative;
}
.xswllf{
	width:26%;
	overflow:hidden;
	position:relative;
	z-index:99;
}
.xswljs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#868686;
	margin-top:100px;
}
.xswllf .more{
	margin-top:177px;
}
.wapxswl{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	display:none;
}
.wapxswl img{
	max-width:100%;
	height:auto;
}
.xswl_contact{
	width:100%;
	overflow:hidden;
}
.xswl_contactnr{
	width:47%;
	overflow:hidden;
	background:#dc5512;
	padding:40px 5.2% 40px 0;
	border-radius:35px 0 0 0;
	text-align:right;
}
.xswl_contactnr dl{
	display:inline-block;
}
.xswl_contactnr dl dt,.xswl_contactnr dl dd{
	float:left;
}
.xswl_contactnr dl dd{
	padding-left:20px;
}
.xswl_contactnr dl dd h5,.xswl_contactnr dl dd p{
	width:100%;
	overflow:hidden;
	text-align:left;
}
.xswl_contactnr dl dd h5{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:20px;
}
.xswl_contactnr dl dd p{
	font-size:25px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
}
.xswl_contactnr dl:last-child{
	margin-left:60px;
}
#plusDiv{
	width: 40px;
    height: 40px;
    outline: none;
    background-color: rgba(220, 85, 18, 0.3);
    box-shadow: 1px 1px 8px 0 rgba(220, 85, 18, 0.3);
    border-radius: 100%;
    transform-origin: 0 0;
    display: block;
	margin:auto;
	position:relative;
	}
#plusDiv::before{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    background: #dc5512;
    position: absolute;
    margin: 12px;
}
#plusDiv::after{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 200%;
    width: 200%;
    position: absolute;
    margin: -50% 0 0 -50%;
    box-shadow: 0 0 6px 2px rgba(220, 85, 18, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
}
.plusText{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#5b5a5a;
	text-align:center;
	line-height:25px;
	margin-top:2px;
	position:absolute;
}
.plusRq{
	position: absolute;
}
.plusDiv1{
	width:60px;
	top:192px;
	left:50%;
	margin-left: -420px;
}
.plusDiv2{
	width:94px;
	top:224px;
	left:50%;
	margin-left: -334px;
}
.plusDiv3{
	width:50px;
	top:325px;
	left:50%;
	margin-left: -410px;
}
.plusDiv4{
	width:104px;
	top:448px;
	left:50%;
	margin-left: -240px;
}
.plusDiv5{
	width:120px;
	top:520px;
	left:50%;
	margin-left: -320px;
}
.plusDiv6{
	width:110px;
	top:100px;
	left:50%;
	margin-left: 28px;
}
.plusDiv7{
	width:84px;
	top:136px;
	left:50%;
	margin-left: 106px;
}
.plusDiv8{
	width:54px;
	top:122px;
	left:50%;
	margin-left: 182px;
}
.plusDiv9{
	width:54px;
	top:210px;
	left:50%;
	margin-left: 136px;
}
.plusDiv10{
	width:84px;
	top:192px;
	left:50%;
	margin-left: 288px;
}
.plusDiv11{
	width:50px;
	top:330px;
	left:50%;
	margin-left: 192px;
}
.plusDiv12{
	width:86px;
	top:238px;
	left:50%;
	margin-left: 714px;
}
.plusDiv13{
	width:50px;
	top:314px;
	left:50%;
	margin-left: 790px;
}
.plusDiv14{
	width:104px;
	top:427px;
	left:50%;
	margin-left: 676px;
}
.plusDiv15{
	width:64px;
	top:539px;
	left:50%;
	margin-left: 800px;
}
.sjlogo{
	position:absolute;
	top:257px;
	left: 50%;
    margin-left: 639px;
}
.sjlogo img{
	max-width:100%;
	height:auto;
}
@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);
	}
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
}
.newslf{
	width:53%;
	height:960px;
	overflow:hidden;
	background:url(../images/newsbg1.jpg) no-repeat top center;
	background-size:cover;
	padding-top:190px;
	padding-left:5.2%;
	}
.newslf .newslf_lf{
	width:55.5%;
	height:632px;
	overflow:hidden;
	background:rgba(240,139,29,0.65);
	padding:154px 55px 0 55px;
	border-radius:60px 0 60px 0;
}
.newslf .newslf_lf .date .day,.newslf .newslf_lf .date .year{
	width:100%;
	overflow:hidden;
}
.date{
	width:98px;
	height:98px;
	background:#f08b1d;
	padding-top:10px;
	border-radius:20px 0 15px 0;
}
.date .day{
	font-size:45px;
	color:#fff;
	line-height:45px;
	text-align:center;
}
.date .year{
	font-size:16px;
	color:#fff;
	text-align:center;
}
.newslf .newslf_lf h5{
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-top:40px;
}
.newslf .newslf_lf p{
	font-size:16px;
	color:#fff;
	margin-top:8px;
}
.newsmore{
	width: 212px;
    height: 58px;
    line-height: 58px;
    display: block;
    background: #dc5512;
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    border-radius: 33px;
	margin-top:28px;
}
.newsmore i{
	float:right;
	margin-right:34px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmore:hover i{
	margin-right:18px;
}
.newslf .newsrt_rt{
	width:42%;
	overflow:hidden;
	margin-left:1.5%;
}
.newslf .newsrt_rt ul,.newslf .newsrt_rt ul li,.newslf .newsrt_rt ul li .newsimg,.newslf .newsrt_rt ul li .newsbt{
	width:100%;
	overflow:hidden;
}
.newslf .newsrt_rt ul li{
	position:relative;
	padding-right:35px;
	margin-bottom:12px;
}
.newslf .newsrt_rt ul li .newsimg{
	border-radius:0 30px 0 0;
	height:236px;
	position:relative;
}
.newslf .newsrt_rt ul li .newsbt{
	height:74px;
	background:#fff;
	font-size:20px;
	color:#373737;
	padding:12px 35px;
	border-radius:0 0 0 30px;
	line-height:25px;
}
.newslf .newsrt_rt ul li .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslf .newsrt_rt ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.05);
}
.newslf .newsrt_rt ul li .date{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-49px;
}
.newsrt{
	width:47%;
	height:960px;
	overflow:hidden;
	background:url(../images/newsbg2.jpg) no-repeat top center;
	background-size:cover;
	padding:80px 5.2% 0 88px;
}
.newsrt ul,.newsrt ul li,.newsrt ul li h5,.newsrt ul li p,.newsrt ul li .newsdate{
	width:100%;
	overflow:hidden;
}
.newsrt ul{
	margin-top:30px;
}
.newsrt ul li{
	border-bottom:solid 1px #dddddd;
	padding-bottom:24px;
	margin-top:20px;
}
.newsrt ul li:last-child{
	border-bottom:none;
}
.newsrt ul li h5{
	font-size:35px;
	line-height:45px;
	color:#373737;
	margin-bottom:6px;
}
.newsrt ul li p{
	font-size:16px;
	color:#9b9b9b;
	background:url(../images/icon17.png) no-repeat right top;
	padding-right:154px;
	line-height:33px;
}
.newsrt ul li .newsdate{
	font-size:16px;
	color:#dc5512;
	line-height:30px;
	margin-top:13px;
}

/* area_n
-------------------------------------------------------------- */
.area_n{
	width:100%;
	height:1140px;
	overflow:hidden;
	background:url(../images/mapbg.jpg) no-repeat center 138px;
	padding-top:124px;
	position:relative;
}
.areajs_n{
	width:30%;
	overflow:hidden;
	font-size:16px;
	color:#807f83;
	line-height:28px;
	margin-top:110px;
}
.mark{
	overflow:hidden;
	background:none;
	position:absolute;
	right:50%;
	padding:0;
	margin-right: -575px;
    top: 470px;
}
.mark .markimg,.mark p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.mark .markimg img{
	max-width:100%;
	height:auto;
}
.mark p{
	font-size:16px;
	color:#292929;
	line-height:30px;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:#dc5512;
	padding:75px 0;
	}
.contact ul{
	width:100%;
	overflow:hidden;
	}
.contact ul li{
	overflow:hidden;
	min-height:150px;
	border-right:solid 1px rgba(255,255,255,0.5);
	padding:0 48px;
	}
.contact ul li .icon,.contact ul li h5,.contact ul li p,.contact ul li .contact_add{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.contact ul li h5{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	margin-top:22px;
	margin-bottom:3px;
}
.contact ul li p{
	font-size:25px;
	color:#fff;
	line-height:35px;
}
.contact ul li p a{
	font-size:25px;
	color:#fff;
}
.contact ul li .contact_add{
	font-size:18px;
	color:#fff;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:234px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.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%;
	height:30px;
	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;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #071427;
	padding-top:78px;
}
.botlogo{
	width:100%;
	overflow:hidden;
	padding-bottom:26px;
	border-bottom:solid 1px rgba(255,255,255,0.1);
}
.botlogo img{
	max-width: 100%;
	height:auto;
	}
.footernr{
	width:100%;
	overflow:hidden;
	padding-top:57px;
	position:relative;
}
.footernr .lxicon{
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
}
.footernr .lxicon a{
	margin-right:26px;
}
.footer .footernav{
	width:15.7%;
	overflow:hidden;
	}
.footer .footerin{
	width:20%;
	overflow:hidden;
	margin-left:11.6%;
	}
.footernav h4,.footerin h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	position:relative;
	padding-bottom:10px;
	margin-bottom:30px;
}
.footernav h4 a,.footerin h4 a{
	font-size:20px;
	color:#fff;
}
.footernav p,.footerin p{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	font-size:16px;
	margin-top:10px;
	}
.footernav p a,.footerin p a{
	color:#fff;
	font-size:16px;
	}
.footer .footerrt{
	width:39.5%;
	overflow:hidden;
	}
.footerrt h4{
	width:100%;
	overflow:hidden;
	background:url(../images/icon22.png) no-repeat left center;
	padding-left:58px;
	font-size:20px;
	color:#fff;
	line-height:34px;
	margin-bottom:16px;
}
.footerrt h4 a{
	font-size:20px;
	color:#fff;
}
.footerrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
}
.footerrt ul{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.footerrt ul li{
	width:48.5%;
	overflow:hidden;
	float:left;
	margin-bottom:16px;
}
.footerrt ul li dl,.footerrt ul li dl dt,.footerrt ul li dl dd{
	width:100%;
	overflow:hidden;
}
.footerrt ul li dl dt{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	margin-bottom:5px;
}
.footerrt ul li dl dd input{
	width:100%;
	height:48px;
	overflow:hidden;
	line-height:48px;
	background:#fff;
	font-size:16px;
	color:#333;
	padding:0 10px;
}
.footerrt ul li:first-child{
	margin-right:1.5%;
}
.footerrt ul li:nth-child(2){
	margin-left:1.5%;
}
.footerrt ul li:last-child{
	width:100%;
}
.footerrt ul li textarea{
	width:100%;
	background:#fff;
	height:126px;
	padding:0 10px;
}
.yzmbtn,.yzmbtn lable,.yzmbtn .yzmtext{
	width:100%;
	overflow:hidden;
}
.yzmbtn .yzm{
	width:65%;
	overflow:hidden;
}
.yzmbtn .yzm label{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
}
.yzmbtn .yzm{
	width:65%;
	overflow:hidden;
	position:relative;
}
.yzmbtn .yzm input{
	width:100%;
	height:48px;
	background:#fff;
	line-height:48px;
	padding:0 20% 0 10px;
}
.yzmbtn .yzm img{
	position:absolute;
	right:0;
	bottom:0;
}
.yzmbtn .btn{
	width:33%;
	overflow:hidden;
	padding-top:35px;
	padding-bottom:0;
}
.yzmbtn .btn button{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	height:48px;
	line-height:48px;
	padding-left:24px;
	text-align:left;
	background: -webkit-linear-gradient(to right, #03666d, #d95613);
    background: -o-linear-gradient(to right, #03666d, #d95613);
    background: -moz-linear-gradient(to right, #03666d, #d95613);
    background: linear-gradient(to right, #03666d, #d95613);
}
.yzmbtn .btn button i{
	float:right;
	margin-right:22px;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-top:solid 1px rgba(255,255,255,0.1);
	padding:38px 0;
	margin-top:65px;
	position:relative;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:16px;
	color:#fff;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:16px;
	color:#fff;
	}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right: 0;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:64px;
	height:64px;
    position: relative;
    cursor: pointer;
	background:#f2f2f2;
	margin:2px 0;
	box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-webkit-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-moz-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	border-radius:5px;
}
.side ul li:last-child,.side ul li:hover{
	background:#00666e;
}
.side ul li:last-child p{
	color:#fff;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 150px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul .sidetel .sideimg{
	background:url(../images/icon29.png) no-repeat center;
}
.side ul .sidetel:hover .sideimg{
	background:url(../images/iconh29.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon28.png) no-repeat center;
}
.side ul .sidezx:hover .sideimg{
	background:url(../images/iconh28.png) no-repeat center;
}
.side ul .sidely .sideimg{
	background:url(../images/icon30.png) no-repeat center;
}
.side ul .sidely:hover .sideimg{
	background:url(../images/iconh30.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon31.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidezx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:760px;
	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:1013px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:665px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:570px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:538px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:507px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:456px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:405px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:392px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:304px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:253px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:214px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:168px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	padding:30px 0;
	border-bottom:solid 1px #e4e4e4;
}
.positionnr{
	overflow:hidden;
	text-align:right;
	padding:0;
	font-size: 16px;
	color: #373737;
	line-height: 30px;
	font-weight:bold;
}
.positionnr a {
	font-size: 16px;
	color: #373737;
}
.positionnr a:hover{
	color:#dc5512;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	overflow:hidden;
	padding:0;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:54px;
	font-size:17px;
	color:#373737;
	font-weight:bold;
	line-height:30px;
	position:relative;
}
.menu_n ul li a{
	font-size:17px;
	color:#373737;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#dc5512;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #272631;
    font-size: 40px;
    line-height: 50px;
	font-weight:normal;
	margin-bottom:22px;
	}
.ntit span{
    width: 60px;
	height:1px;
    overflow: hidden;
	display:block;
	background:#033faf;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	padding-top:0;
	}
.aboutnr_n{
	margin-top:86px;
	}
.aboutlf_n{
	padding-top:34px;
}
/* hxyw_n
-------------------------------------------------------------- */
.hxyw_n{
	width:100%;
	overflow:hidden;
	background:url(../images/hxywbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:120px;
	}
.hxywnr_n{
	margin-top:60px;
}
.hxywimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:52px;
}
.hxywimg_n img{
	max-width:100%;
	height:auto;
}
.hxywjs_n{
	width:100%;
	overflow:hidden;
	padding:0 22%;
	font-size:16px;
	color:#6b6c6e;
	line-height:30px;
}
.hxywjs_n p{
	overflow:hidden;
	font-size:16px;
	color:#6b6c6e;
	line-height:30px;
}
/* fzlc
-------------------------------------------------------------- */
.fzlc_n{
	width:100%;
	max-width:1920px;
	margin:auto;
	height:1020px;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	padding-top:78px;
}
.fzlcbg_n{
	width:95.1%;
	height:811px;
	overflow:hidden;
	background:url(../images/fzlcbg2.png) no-repeat center bottom;
	position:absolute;
	left:0;
	bottom:0;
}
.fzlc_n .ntit{
	position:absolute;
	left:11.6%;
	top:79px;
	z-index:99;
}
.fzlclist_n,.fzlctit_n,.fzlcjs_n{
	width:100%;
}
.fzlcnr_n{
	position:relative;
}
.fzlcnr_n .fzlclist_n{
	width:274px;
	height:170px;
	background:#fff;
	float:left;
	box-shadow:6px 0px 13px rgba(0,0,0,0.14);
	border-radius:10px;
	padding:20px 22px 0 22px;
	position:relative;
}
.fzlcnr_n .fzlclist_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#de5413;
	line-height:32px;
	font-weight:normal;
}
.fzlcnr_n .fzlclist_n h5 span{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#de5413;
	font-family:Arial;
	font-weight:bold;
}
.fzlcnr_n .fzlclist_n::before{
	content:"";
	width:1px;
	height:110px;
	background:#181818;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
}
.fzlcnr_n .fzlctop_n::before{
	bottom:-110px;
}
.fzlcnr_n .fzlclist_n::after{
	content:"";
	width:10px;
	height:10px;
	background:#181818;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-5px;
}
.fzlcnr_n .fzlctop_n::after{
	bottom:-110px;
}
.fzlcnr_n .fzlctop_n:first-child{
	left:0;
	top:200px;
}
.fzlcnr_n ul{
	width:100%;
	float:left;
}
.fzlcnr_n ul li{
	width:274px;
	height:172px;
	background:#fff;
	float:left;
	box-shadow:6px 0px 13px rgba(0,0,0,0.14);
	border-radius:10px;
	padding:0 22px;
	margin-right:30px;
	position:relative;
	z-index:100;
	display:flex;
	justify-content:center;
	align-items:center;
}
.fzlcnr_n ul li div{
	overflow:hidden;
	font-size:20px;
	color:#272631;
	line-height:30px;
}
.fzlcnr_n ul:first-child li:nth-child(4){
	margin-top:-67px;
}
.fzlcnr_n ul:first-child li:nth-child(3){
	margin-top:-22px;
}
.fzlcnr_n ul:first-child li:nth-child(2){
	margin-top:42px;
}
.fzlcnr_n ul:first-child li:first-child{
	margin-top:128px;
}
.fzlcnr_n ul li::before{
	content:"";
	width:1px;
	height:110px;
	background:#181818;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
}
.fzlcnr_n ul:first-child li::before{
	bottom:-110px;
}
.fzlcnr_n ul:last-child li::before{
	top:-110px;
}
.fzlcnr_n ul li::after{
	content:"";
	width:10px;
	height:10px;
	background:#181818;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-5px;
}
.fzlcnr_n ul:first-child li::after{
	bottom:-110px;
}
.fzlcnr_n ul:last-child li::after{
	top:-110px;
}
.fzlcnr_n ul:last-child{
	margin-top:8px;
	padding-left:14%;
}
.fzlcnr_n ul:last-child li:nth-child(4){
	margin-top:-8px;
}
.fzlcnr_n ul:last-child li:nth-child(3){
	margin-top:55px;
}
.fzlcnr_n ul:last-child li:nth-child(2){
	margin-top:157px;
}
.fzlcnr_n ul:last-child li:first-child{
	margin-top:294px;
}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg1.jpg) no-repeat top center;
	background-size:cover;
	padding-top:138px;
	padding-bottom:195px;
}
.qywhlist_n{
	width:36%;
	overflow:hidden;
	margin-top:26px;
}
.qywhlist_n dl{
	width:100%;
	overflow:hidden;
	margin-top:45px;
	position:relative;
}
.qywhlist_n dl dt{
	width:35.5%;
	overflow:hidden;
	float:left;
	position:absolute;
	top:50%;
	margin-top:-20px;
}
.qywhlist_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#272631;
	font-weight:normal;
	line-height:40px;
	padding-left:16px;
	position:relative;
}
.qywhlist_n dl dt h5::before{
	content:"";
	width:6px;
	height:30px;
	background:#033faf;
	position:absolute;
	left:0;
	top:5px;
}
.qywhlist_n dl dd{
	width:64.5%;
	overflow:hidden;
	float:right;
}
.qywhlist_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#969699;
	line-height:30px;
}
.qywh2_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg2.jpg) no-repeat top center;
	background-size:cover;
	padding:228px 0 226px 0;
}
.qywh2_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.qywh2_n ul li{
	width:23.5%;
	height:506px;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	padding-top:108px;
}
.qywh2_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#272631;
	line-height:40px;
	font-weight:normal;
}
.qywhnr2_n{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	margin-top:24px;
}
.qywhnr2_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6b6a6f;
}
.qywhnr2_n p span{
	color:#033faf;
	font-size:16px;
}
.qywhnr2_n h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#6b6a6f;
	font-weight:normal;
	line-height:30px;
	margin-bottom:8px;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	}
.honorcont_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n{
	margin-top:50px;
}
.honornr_n,.honornr_n dl dt,.honornr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl{
	width:32%;
	height:351px;
	overflow:hidden;
	padding:70px 65px 0 65px;
	background:#fff url(../images/rybg.jpg) no-repeat center;
	background-size:100%;
	border-radius:20px;
	float:left;
	margin:20px 2% 20px 0;
}
.honornr_n dl:nth-child(3n){
	margin-right:0;
}
.honornr_n dl dt{
	font-size:40px;
	color:#dc5512;
	line-height:50px;
}
.honornr_n dl dd{
	font-size:16px;
	color:#373737;
	margin-top:45px;
}
.honornr_n dl dd p{
	font-size:16px;
	color:#373737;
}
/* cultrue_n
-------------------------------------------------------------- */
.cultrue_n{
	width:100%;
	overflow:hidden;
	margin:60px 0;
}
.cultrue_tit{
	width:100%;
	overflow:hidden;
}
.cultrue_tit .titjs{
	font-size:40px;
	color:#373737;
	line-height:50px;
	padding-top:54px;
	margin-left:60px;
}
.cultrue_js{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#373737;
	line-height:36px;
	margin-top:85px;
}
.cultrue_list1{
	margin-top:24px;
}
.cultrue_list1,.cultrue_list1 ul{
	width:100%;
}
.cultrue_list1 ul li{
	width:22.75%;
	height:325px;
	overflow:hidden;
	background:#fff url(../images/qywhbg.jpg) no-repeat right bottom;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	float:left;
	margin:10px 3% 10px 0;
	border-radius:20px;
	padding:82px 30px 0 30px;
}
.cultrue_list1 ul li:last-child{
	margin-right:0;
}
.cultrue_list1 ul li h5{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#dc5512;
	line-height:42px;
	text-align:center;
	padding-bottom:20px;
	position:relative;
	margin-bottom:26px;
}
.cultrue_list1 ul li h5::after{
	content:"";
	width:30px;
	height:2px;
	background:#dc5512;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:0;
}
.cultrue_list1 ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#373737;
	line-height:30px;
	text-align:center;
}
.cultrue_list2,.cultrue_bg{
	width:100%;
	overflow:hidden;
}
.cultrue_bg{
	border-radius:30px;
	position:relative;
	margin:50px 0;
}
.cultrue_list2{
	padding-top:40px;
}
.cultrue_list2 dl{
	width:98.8%;
	overflow:hidden;
	background:#fafafa;
	border-radius:30px;
	padding:72px 100px;
}
.cultrue_bg::after{
	content:"";
	width:20%;
	height:100%;
	background:#dc5512;
	border-radius:0px 30px 30px 0px;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
.cultrue_list2 dl dt,.cultrue_list2 dl dd,.cultrue_list2 dl dd p{
	width:100%;
	overflow:hidden;
}
.cultrue_list2 dl dt{
	font-size:30px;
	color:#dc5512;
	line-height:40px;
	margin-bottom:38px;
}
.cultrue_list2 dl dd,.cultrue_list2 dl dd p{
	font-size:20px;
	color:#373737;
	line-height:30px;
}
/* quality_n
-------------------------------------------------------------- */
.quality_n{
	width:100%;
	overflow:hidden;
	background:#f2f2f2 url(../images/pzbg.jpg) no-repeat left 90px;
}
.qualitynr_n{
	margin-top:80px;
	margin-bottom:80px;
}
.qualitylf_n{
	overflow:hidden;
	padding:6px 10px 0 0;
}
.qualityrt_n{
	overflow:hidden;
	padding:0 0 0 100px;
}
.qualityrt_n .qualityimg_n{
	width:100%;
	overflow:hidden;
	border-radius:20px;
}
.qualityrt_n .qualityimg_n img{
	width:100%;
	height:auto;
}
.qualityms_n{
	margin-top:55px;
}
.qualityms_n,.qualityms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#808080;
}
.zs_n{
	margin-bottom:98px;
}
.zsnr_n{
	margin-top:50px;
}
.zsnr_n,.zsimg_n{
	width:100%;
	overflow:hidden;
}
.zsimg_n{
	text-align:center;
}
.zsimg_n img{
	max-width:100%;
	height:auto;
}
.zsnr_n .button{
	width:100%;
	overflow:hidden;
	margin-top:76px;
	position:relative;
}
.zsnr_n .button::after{
	content:"";
	width:83%;
	height:1px;
	background:#dddddd;
	position:absolute;
	right:0;
	top:39.5px;
}
.zsnr_n .button div{
	width:80px;
	height:80px;
	border-radius:50%;
	float:left;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.zsnr_n .button .swiper-button-prev{
	background:#fff url(../images/prev2.png) no-repeat center;
}
.zsnr_n .button .swiper-button-prev:hover{
	background:#dc5512 url(../images/prevh2.png) no-repeat center;
}
.zsnr_n .button .swiper-button-next{
	background:#fff url(../images/next2.png) no-repeat center;
	margin-left:22px;
}
.zsnr_n .button .swiper-button-next:hover{
	background:#dc5512 url(../images/nexth2.png) no-repeat center;
}
/* dsj_n
-------------------------------------------------------------- */
.dsj_n{
	width:100%;
	overflow:hidden;
	margin:60px 0;
	position:relative;
}
.dsjnr_n{
	width:100%;
	height:800px;
	overflow:hidden;
	padding-left:5.2%;
	margin-top:92px;
	position:relative;
}
.dsjnr_n::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #373737;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}
.dsjlist_n{
	width:100%;
	height:400px;
	position:relative;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n{
	margin-top:400px;
	padding-top:116px;
}
.dsjnr_n h5,.dsjnr_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n h5{
	margin-bottom:5px;
}
.dsjnr_n .swiper-slide .dsjlist_n::before {
    content: "";
    width: 1px;
    height: 110px;
    background: #373737;
    position: absolute;
	left:4.5px;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::before,.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::after {
	bottom:-4.5px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::before,.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::after {
	top:-4.5px;
}
.dsjnr_n .swiper-slide .dsjlist_n::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #373737;
    border-radius: 50%;
    position: absolute;
    left:0;
}
.dsjnr_n h5{
	font-size:22px;
	color:#373737;
	font-weight:normal;
}
.dsjnr_n h5 span{
	font-size:40px;
	color:#dc5512;
	font-family:Arial;
	font-weight:bold;
}
.dsjnr_n p{
	font-size:15px;
	color:#373737;
	line-height:22px;
}
.dsj_n .swiper-button{
	overflow:hidden;
	position:absolute;
	right:5.2%;
	top:74px;
	z-index:99;
}
.dsj_n .swiper-button div{
	width:50px;
	height:50px;
	border:solid 3px #dc5512;
	border-radius:50%;
	float:left;
}
.dsj_n .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-next{
	margin-left:32px;
	background:url(../images/next3.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-disabled{
	opacity:0.2;
}
/* history_n
-------------------------------------------------------------- */
.history_n{
	width:100%;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat bottom center;
	padding:100px 0 160px 0;
}
.historynr_n{
	width:100%;
	overflow:hidden;
	height:890px;
	position:relative;
	margin-top:14px;
}
.historynr_n .scroll_cont{
	width:100%;
	overflow:hidden;
	padding-right:20px;
}
.historynr_n ul,.historynr_n ul li{
	width:100%;
	overflow:hidden;
	}
.historynr_n ul{
	position:relative;
	padding:140px 0;
}
.historynr_n ul::before{
	content:"";
	width:1px;
	height:100%;
	background:#cccccc;
	position:absolute;
	left:15px;
	top:0;
}
.historynr_n ul li{
	position:relative;
	padding-left:47px;
	display: flex;
    align-items: center;
	margin:42px 0;
	}
.historynr_n ul li .historylf_n{
	width:11%;
	overflow:hidden;
	font-size:25px;
	line-height:35px;
	color:#060606;
	font-weight:bold;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.historynr_n ul li .historylf_n::after{
	content:"";
	width:32px;
	height:1px;
	background:#060606;
	position:absolute;
	left:70px;
	top:17px;
}
.historynr_n ul li .historyrt_n{
	width:89%;
	overflow:hidden;
}
.historynr_n ul li .historyrt_n h5{
	width:100%;
	overflow:hidden;
	font-size:150px;
	height:0px;
	line-height:150px;
	color:#dc5512;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.historynr_n ul li .historyrt_n h5 span{
	font-size:25px;
	color:#dc5512;
	font-weight:normal;
	margin-left:40px;
}
.historynr_n ul li:hover .historyrt_n h5{
	opacity:1;
	height:150px;
}
.historynr_n ul li .historyrt_n .historytext_n,.historynr_n ul li .historyrt_n .historytext_n p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#9f9f9f;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.historynr_n ul li:hover .historyrt_n .historytext_n,.historynr_n ul li:hover .historyrt_n .historytext_n p{
	color: #060606;
	font-size:23px;
	font-weight:bold;
}
.historynr_n ul li::before{
	content:"";
	width:30px;
	height:30px;
	background:#fff;
	border:solid 2px #cccccc;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-15px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.historynr_n ul li::after{
	content:"";
	width:6px;
	height:6px;
	background:#dc5512;
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-3px;
	border-radius:50%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity:0;
	}
.historynr_n ul li:hover::before{
	border-color:#dc5512;
}
.historynr_n ul li:hover::after{
	opacity:1;
}
.historynr_n ul li:hover .historylf_n{
	color:#dc5512;
}
.historynr_n ul li .num{
	width:10%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	}
.historynr_n ul li .honorin_n{
	width:65%;
	overflow:hidden;
	padding:0;
	}
.historynr_n ul li .honorin_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#cdcdcd;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.historynr_n ul li .honoryear_n{
	width:35%;
	overflow:hidden;
	color:#e7e7e7;
	font-size: 60px;
	font-family:Arial;
	}
.historynr_n ul li:hover .honorin_n p{
	color:#000;
	}
.historynr_n ul li:hover .honoryear_n{
	color:#de5413;
}
.historynr_n .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}

.historynr_n .scroll_sliders {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.historynr_n .scroll_sliders:hover{
	opacity: 1
}
#dv_scroll_bar {position:absolute;right:0;top:0;width:3px;height:100%;border-left:1px solid #B5B5B5;}
#dv_scroll_bar .Scrollbar-Track{position:absolute;left:0;top:0;width:3px;height:100%;}
#dv_scroll_bar .Scrollbar-Handle{position:absolute;left:-2px;top:0;width:3px;height:180px;overflow:hidden;background:#dc5512;cursor:pointer;}
#dv_scroll_text {
	position:absolute;
	}
.waphistory{
	display:none;
}
/* ldsc_n
-------------------------------------------------------------- */
.ldsc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.ldscnr_n{
	width:100%;
	overflow:hidden;
}
.ldscnr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:20px 2% 20px 0;
}
.ldscnr_n dl:nth-child(3n){
	margin-right:0;
}
.ldscnr_n dl dt,.ldscnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.ldscnr_n dl dt{
	position:relative;
	height:352px;
}
.ldscnr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ldscnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.ldscnr_n dl dd{
	font-size:16px;
	color:#272631;
	line-height:30px;
	margin-top:14px;
}
.ldscnr_n dl:hover dd{
	color:#033faf;
}
/* cz_n
-------------------------------------------------------------- */
.cz_n{
	margin-top:60px;
	margin-bottom:60px;
}
.cznr_n,.cznr_n ul,.czmenu,.czmenu ul{
	width:100%;
	overflow:hidden;
}
.czmenu{
	margin-bottom:20px;
}
.czmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding-bottom:7px;
	margin-right:72px;
	position:relative;
}
.czmenu ul li::after{
	content:"";
	width:6px;
	height:6px;
	background:#033faf;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.czmenu ul li a{
	font-size:16px;
	color:#272631;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.czmenu ul li:hover a{
	color:#033faf;
	font-weight:bold;
}
.czmenu ul li:hover::after{
	opacity:1;
}
.cznr_n ul li{
	width:32%;
	overflow:hidden;
	height:352px;
	float:left;
	margin:20px 2% 20px 0;
	position:relative;
}
.cznr_n ul li:nth-child(3n){
	margin-right:0;
}
.cznr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.cznr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
/* fwtd_n
-------------------------------------------------------------- */
.tdbg{
	background:#f8f8f8;
}
.fwtd_n{
	margin-top:70px;
	margin-bottom:45px;
}
.fwtdnr_n,.fwtdlist_n,.fwtdrt ul,.fwtdrt ul li{
	width:100%;
	overflow:hidden;
}
.fwtdnr_n{
	margin-top:10px;
}
.fwtdlf{
	width:16.5%;
	overflow:hidden;
	padding-top:16px;
}
.fwtdrt{
	width:74%;
	overflow:hidden;
}
.fwtdtit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#272631;
	line-height:30px;
	font-weight:bold;
}
.fwtdrt ul li{
	background:#fff;
	border-radius:10px;
	min-height:90px;
	margin-bottom:20px;
}
.fwtdrt ul li .fwtd_num{
	width:15%;
	overflow:hidden;
	text-align:center;
	font-size:79px;
	font-family:Arial;
	font-weight:bold;
	line-height:90px;
	background: linear-gradient(to top, rgba(228,228,228,0), #e4e4e4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; 
}
.fwtdrt ul li .fwtd_js{
	width:85%;
	height:90px;
	overflow:hidden;
	font-size:16px;
	color:#272631;
	display:flex;
	align-items:center;
}
.fwtdrt ul li .fwtd_js p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#272631;
	line-height:30px;
}
.fwtdrt ul li .fwtd_js span{
	font-size:16px;
	color:#0d46b1;
	font-weight:bold;
}
.fwtdlist_n{
	margin:80px 0;
}
/* zzjg_n
-------------------------------------------------------------- */
.zzjg_n{
	width:100%;
	overflow:hidden;
	background:#e8e8e8;
}
.zzjgnr_n{
	position:relative;
	padding:148px 0;
}
.zzjgnr_n .ntit{
	position:absolute;
	left:0;
	top:98px;
}
.zzjgimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.zzjgimg_n img{
	width:100%;
	height:auto;
}
/* gjyw_n
-------------------------------------------------------------- */
.gjyw_n{
	margin-top:60px;
	margin-bottom:80px;
}
.gjywnr_n,.gnywnr_n{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.gjyw_n .gjywlf_n{
	overflow:hidden;
	padding:76px 20px 0 0;
}
.gjyw_n .gjywlf_n div,.gnywnr_n div{
	padding:0;
}
.gjyw_n .gjywlf_n h5,.gnywnr_n h5,.carlist h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#272631;
	line-height:35px;
	font-weight:normal;
	padding-left:16px;
	position:relative;
	margin-bottom:5px;
}
.gjyw_n .gjywlf_n h5::before,.gnywnr_n h5::before,.carlist h5::before{
	content:"";
	width:6px;
	height:22px;
	background:#033faf;
	position:absolute;
	left:0;
	top:6.5px;
}
.gjyw_n .gjywlf_n p,.gnywnr_n p,.carlist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#807f83;
}
.gjyw_n .gjywrt_n,.gnywrt_n{
	overflow:hidden;
	padding:0;
	border-radius:30px 0 0 0;
}
.gjyw_n .gjywrt_n img,.gnywrt_n img{
	width:100%;
	height:auto;
}
.gnywnr_n .gnywlf_n{
	overflow:hidden;
	padding:76px 130px 0 0;
}
.carlist{
	width:100%;
	overflow:hidden;
	margin-top:52px;
}
.carlist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#807f83;
	margin-top:12px;
}
.carlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:24px;
}
.carlist ul li{
	width:24.3%;
	overflow:hidden;
}
.carlist ul li img{
	max-width:100%;
	height:auto;
	 transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.carlist ul li:hover img{
	transform:scale(1.1);
	}
.carlist dl,.carlist dl dt,.carlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.carlist dl dd{
	font-size:18px;
	line-height:30px;
	color:#272631;
	margin-top:8px;
}
/* group_n
-------------------------------------------------------------- */
.group_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
}
.groupnr_n,.groupnr_n ul{
	width:100%;
}
.groupnr_n ul li{
	width:49%;
	overflow:hidden;
	float:left;
	margin:20px 2% 20px 0;
	box-shadow: 0 0 27px rgba(220,85,18,0.09);
	border-radius: 10px;
}
.groupnr_n ul li .grouptext{
	width:100%;
	overflow:hidden;
	height:250px;
	padding:0 35px 30px 35px;
}
.groupnr_n ul li:nth-child(2n){
	margin-right:0;
}
.groupnr_n ul li .groupimg_n,.groupnr_n ul li h5,.groupnr_n ul li p{
	width:100%;
	overflow:hidden;
}
.groupnr_n ul li .groupimg_n{
	height:338px;
	position:relative;
}
.groupnr_n ul li .groupimg_n img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.groupnr_n ul li:hover .groupimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.groupnr_n ul li h5{
	font-size:24px;
	color:#dc5512;
	margin-top:30px;
	line-height:30px;
	height:60px;
}
.groupnr_n ul li p{
	font-size:16px;
}
/* rd_n
-------------------------------------------------------------- */
.rd_n{
	margin-top:60px;
	padding-bottom:60px;
}
.rd_n,.rdnr_n,.rdnr_n p{
	width:100%;
	overflow:hidden;
}
.rdnr_n{
	margin-top:24px;
}
.rdnr_n,.rdnr_n p{
	font-size:16px;
	color:#868686;
}
.rdlf_n{
	overflow:hidden;
	padding:8px 10px 0 0;
}
.rdrt_n{
	overflow:hidden;
	padding:0 0 0 102px;
}
.rdimg_n{
	width:100%;
	overflow:hidden;
	border-radius:60px;
}
.rdimg_n img{
	width:100%;
	overflow:hidden;
}
.rdlist_n{
	margin-top:118px;
}
.rdlist_n,.rdlist_n ul{
	width:100%;
}
.rdlist_n ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin:0 2% 32px 0;
	border-radius:25px;
	box-shadow:0px 0px 32px rgba(0,0,0,0.32);
}
.rdlist_n ul li:last-child{
	margin-right:0;
}
.rdlist_n ul li:nth-child(2n+1){
	margin-top:60px;
}
.rdlist_n ul li img{
	width:100%;
	height:auto;
}
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:88px;
	margin-bottom:88px;
	}
.contactnr_n{
	margin-top:60px;
}
.contactnr_n dl{
	padding-left:46px;
	margin-top:34px;
}
.contactnr_n,.contactnr_n ul{
	width:100%;
	overflow:hidden;
}
.contactnr_n ul li .icon, .contactnr_n ul li h5, .contactnr_n ul li p, .contactnr_n ul li .contact_add{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.contactnr_n ul li {
    overflow: hidden;
    min-height: 172px;
    border-right: solid 1px rgba(0, 0, 0, 0.5);
    padding: 0 48px;
}
.contactnr_n ul li h5{
	font-size:18px;
	color:#dc5512;
	font-weight:normal;
	line-height:30px;
	margin-top:22px;
	margin-bottom:3px;
}
.contactnr_n ul li p{
	font-size:25px;
	color:#373737;
	line-height:35px;
}
.contactnr_n ul li p a{
	font-size:25px;
	color:#373737;
}
.contactnr_n ul li .contact_add{
	font-size:18px;
	color:#373737;
}
.contactnr_n ul li:last-child{
	border-right:none;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.message_n{
	width: 100%;
    overflow: hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:174px;
	}
.message_n .ntit,.message_n .ntit span{
	color:#fff;
}
.messagenr_n{
	width: 100%;
    overflow: hidden;
	margin-top:36px;
}
.messagenr_n dl{
	width:33%;
    overflow: hidden;
	float:left;
	margin:10px 0.5% 10px 0;
}
.messagenr_n dl:nth-child(3){
	margin-right:0;
}
.messagenr_n dl dt,.messagenr_n dl dd{
	width:100%;
    overflow: hidden;
}
.messagenr_n dl dt{
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	padding-bottom:10px;
}
.messagenr_n dl dd input{
	width:100%;
    overflow: hidden;
	height:64px;
	line-height:64px;
	padding-left:48px;
	font-size:15px;
	color:#a3a3a3;
}
.messagenr_n dl:first-child dd input{
	background:#fff url(../images/icon36.png) no-repeat 16px center;
}
.messagenr_n dl:nth-child(2) dd input{
	background:#fff url(../images/icon37.png) no-repeat 16px center;
}
.messagenr_n dl:nth-child(3) dd input{
	background:#fff url(../images/icon38.png) no-repeat 16px center;
}
.messagenr_n dl:nth-child(4),.messagenr_n dl:nth-child(4) textarea{
	width:100%;
}
.messagenr_n dl:nth-child(4) textarea{
	height:272px;
	padding-left:48px;
	font-size:15px;
	color:#a3a3a3;
	background:#fff url(../images/icon39.png) no-repeat 16px 20px;
	line-height:30px;
	padding-top:14px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#fff;
	}
.btn1 .intxt{
	width:100px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
}
.tjbtn button{
	width:146px;
	background:none;
	line-height:60px;
	margin:auto;
}
.tjbtn button i{
	display:block;
	width:60px;
	height:60px;
	background:#fff url(../images/icon40.png) no-repeat center;
	border-radius:50%;
	float:left;
}
.tjbtn button span{
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-left:22px;
	position:relative;
}
.tjbtn button span::after{
	content:"";
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:15px;
}

/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li .newsimg_n,.newsnr_n ul li .newsdate_n,.newsnr_n ul li h5,.newsnr_n ul li p{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin:20px 2% 20px 0;
}
.newsnr_n ul li:nth-child(3n){
	margin-right:0;
}
.newsnr_n ul li .newsimg_n{
	height:308px;
	position:relative;
}
.newsnr_n ul li .newsimg_n img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsnr_n ul li .newsdate_n{
	font-size:16px;
	line-height:30px;
	margin-top:20px;
}
.newsnr_n ul li h5{
	font-size:24px;
	color:#373737;
	line-height:34px;
	margin-top:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newsnr_n ul li p{
	height:100px;
	font-size:16px;
	margin-top:10px;
}
.newsnr_n ul li:hover .newsdate_n,.newsnr_n ul li:hover h5,.newsnr_n ul li:hover p{
	color: #dc5512;
}
.newsinfo_n{
	margin-top:60px;
	margin-bottom:60px;
}
.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 #ececec;
	padding-bottom:24px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	color:#272631;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    color: #807f83;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #807f83;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* shgy_n
-------------------------------------------------------------- */
.shgy_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.shgynr_n,.shgyjs_n,.shgylist_n,.shgylist_n .shgyimg_n{
	width:100%;
	overflow:hidden;
	}
.shgyjs_n{
	margin-top:60px;
	}
.shgyjs_n,.shgyjs_n p{
	font-size:16px;
	line-height:30px;
	}
.shgylist_n{
	margin-top:60px;
	}
.shgylist_n .shgyimg_n{
	text-align:center;
	}
.shgylist_n .shgyimg_n img{
	max-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:#ea5404;
}
.newsbot_n{
	width: 100%;
    overflow: hidden;
	background:#fff;
	border-top:solid 1px #cfdaf0;
	display:flex;
	justify-content:space-between;
	padding:21px 0;
	margin-top:30px;
}
.newsbot_n .newsprev,.newsbot_n .newsnext{
	width:43%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsprev a,.newsbot_n .newsnext a{
	font-size:16px;
	color:#000;
}
.newsbot_n .newsfh{
	width:14%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsfh img{
	margin-right:8px;
}
.newsbot_n .newsnext{
	text-align:right;
}
.newsbot_n a{
	font-size:16px;
	color:#000;
}
.newsbot_n a:hover{
	color:#033faf;
}

.a_txt,.rg{
	display:none;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1279px) and (min-width: 0px){
	.nav{
		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: #00666e;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  width: 100%;
	  background: #00666e;
	  -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: #00666e;
	  -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:270px;
			  top:30px;
			  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) {
	.groupnr_n ul li .groupimg_n{
		height:312px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 285px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	.groupnr_n ul li .groupimg_n{
		height:296px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 270px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.groupnr_n ul li .groupimg_n{
		height:282px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 257px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.groupnr_n ul li .groupimg_n{
		height:254px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 232px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.groupnr_n ul li .groupimg_n{
		height:240px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 219px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.groupnr_n ul li .groupimg_n{
		height:226px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 206px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.groupnr_n ul li .groupimg_n{
		height:203px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 185px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.groupnr_n ul li .groupimg_n{
		height:180px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 165px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.groupnr_n ul li .groupimg_n{
		height:175px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 159px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.groupnr_n ul li .groupimg_n{
		height:161px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 225px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.groupnr_n ul li .groupimg_n{
		height:144px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 202px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.groupnr_n ul li .groupimg_n{
		height:135px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 189px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.groupnr_n ul li .groupimg_n{
		height:230px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.newsnr_n ul li .newsimg_n {
		height: 272px;
	}
	.groupnr_n ul li .groupimg_n{
		height:194px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.newsnr_n ul li .newsimg_n {
		height: 214px;
	}
	.groupnr_n ul li .groupimg_n{
		height:153px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 524px) {
	.newsnr_n ul li .newsimg_n {
		height: 208px;
	}
	.groupnr_n ul li .groupimg_n{
		height:149px;
	}
}
@media only screen and (min-width: 393px) and (max-width: 413px) {
	.newsnr_n ul li .newsimg_n {
		height: 198px;
	}
	.groupnr_n ul li .groupimg_n{
		height:141px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 392px) {
	.newsnr_n ul li .newsimg_n {
		height: 188px;
	}
	.groupnr_n ul li .groupimg_n{
		height:135px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.newsnr_n ul li .newsimg_n {
		height: 161px;
	}
	.groupnr_n ul li .groupimg_n{
		height:115px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newsnr_n ul li .newsimg_n {
		height: 141px;
	}
	.groupnr_n ul li .groupimg_n{
		height:100px;
	}
}

@media(max-width:1768px) {
	.jtsllist ul li{
		padding: 60px 30px 0 30px;
	}
	.jtsllist ul li h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.jtsllist ul li p {
		font-size: 15px;
	}
	.jtsllist ul li .more{
		padding:0 30px;
	}
	.topicon {
		margin-right: 30px;
	}
	.tnewsrt{
		font-size: 24px;
		line-height: 24px;
	}
	.xswl_contactnr dl:last-child {
		margin-left: 30px;
	}
	.xswl_contactnr dl dd p {
		font-size: 22px;
	}
	.newsnr_n ul li h5 {
		font-size: 22px;
		line-height:32px;
	}
}
@media(max-width:1680px) {
	.nav .menu > li a{
		margin:0 25px;
	}
	.tit h3,.tit h3 a{
		font-size: 60px;
		line-height:70px;
	}
	.scrollnews{
		padding: 0 0 0 60px;
	}
	.tnewsrt {
		font-size: 22px;
		line-height: 22px;
		padding-left:20px;
	}
	.tnewslf {
		font-size: 20px;
		line-height: 30px;
	}
	.scrollnews_nr {
		width: 240px;
	}
	.newsrt ul li h5{
		font-size: 30px;
		line-height: 40px;
	}
	.newsnr_n ul li h5 {
		font-size: 20px;
		line-height:30px;
	}
	.aboutlist dl dt .counter,.aboutlist dl dt{
		font-size: 100px;
		line-height: 100px;
	}
	.aboutlist dl dt .aboutnum{
		line-height: 100px;
	}
	.cultrue_list1 ul li{
		padding: 82px 20px 0 20px;
	}
	.cultrue_list1 ul li h5{
		font-size:30px;
		line-height:40px;
	}
	.cultrue_list1 ul li p{
		font-size:18px;
		line-height:28px;
	}
	.newslf .newsrt_rt ul li .newsbt{
		padding: 12px 25px;
		font-size:18px;
	}
	.newslf .newslf_lf{
		padding: 100px 50px 0 50px;
	}
	.newsrt{
		padding: 60px 5.2% 0 60px;
	}
	.newslf .newslf_lf h5 {
		font-size: 26px;
		line-height:36px;
	}
	.rdlf_n,.qualitylf_n{
		padding: 0;
	}
	.rdrt_n,.qualityrt_n{
		padding: 0 0 0 80px;
	}
	.groupnr_n ul li h5 {
		font-size: 22px;
	}
}
@media(max-width:1600px) {
	.language,.topicon{
		margin-right:20px;
	}
	.nav{
		margin-right:10px;
	}
	.nav .menu > li a {
		margin: 0 20px;
		font-size:14px;
	}
	.scrollnews_nr {
		width: 220px;
		bottom:80px;
	}
	.newsrt ul li h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.newsrt ul li p{
		padding-right:100px;
	}
	.cultrue_tit .titjs{
		font-size:36px;
	}
	.about_jtnr .about_jtrt h5{
		font-size: 36px;
		line-height: 46px;
	}
	.about_jt{
		padding-top: 100px;
	}
	.about_jtnr .about_jtrt .more {
		margin-top: 60px;
	}
	.dsjnr_n h5 span{
		font-size:35px;
	}
	.historynr_n ul li .historyrt_n h5{
		font-size:130px;
		line-height:130px;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		height:130px;
	}
	.hxywjs_n {
		padding: 0 15%;
	}
	.qualityms_n {
		margin-top: 30px;
	}
	.honornr_n dl{
		padding: 70px 50px 0 50px;
	}
	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.xswl_contactnr dl dd p {
		font-size: 20px;
	}
	.xswl_contactnr dl dd {
		padding-left: 10px;
	}
	.contactnr_n ul li,.contact ul li{
		padding: 0 30px;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a,.contact ul li p,.contact ul li p a{
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n ul li .contact_add,.contact ul li .contact_add{
		font-size: 16px;
	}
	.footer .footerrt {
		width: 43%;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a {
		margin: 0 12px;
	}
	.tit h3,.tit h3 a{
		font-size: 55px;
		line-height:65px;
	}
	.scrollnews {
		padding: 0 0 0 40px;
	}
	.tnewslf {
		font-size: 18px;
	}
	.tnewsrt{
		padding-left:15px;
	}
	.about_jtnr .about_jtrt h5{
		font-size: 32px;
		line-height: 42px;
	}
	.aboutlist dl dt .counter,.aboutlist dl dt{
		font-size: 90px;
		line-height: 90px;
	}
	.aboutlist dl dt .aboutnum{
		line-height: 90px;
	}
	.groupnr_n ul li .grouptext{
		height:285px;
	}
	.newsrt ul li h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.newslf .newslf_lf {
		padding: 100px 40px 0 40px;
	}
	.date {
		width: 90px;
		height: 90px;
	}
	.newslf .newslf_lf h5{
		margin-top:30px;
		font-size: 24px;
		line-height: 34px;
	}
	.newsrt ul li p {
		padding-right: 80px;
	}
	.xswl{
		background-size:1300px;
	}
	.plusDiv1 {
		top: 70px;
		margin-left: -280px;
	}
	.plusDiv2 {
		top: 102px;
		margin-left: -244px;
	}
	.plusDiv3 {
		top: 165px;
		margin-left: -270px;
	}
	.plusDiv4 {
		top: 240px;
		margin-left: -200px;
	}
	.plusDiv5 {
		top: 310px;
		margin-left: -240px;
	}
	.plusDiv6 {
		top: 20px;
		margin-left: -5px;
	}
	.plusDiv7 {
		top: 40px;
		margin-left: 56px;
	}
	.plusDiv8 {
		top: 30px;
		margin-left: 126px;
	}
	.plusDiv9 {
		top: 100px;
		margin-left: 106px;
	}
	.plusDiv10 {
		top: 90px;
		margin-left: 170px;
	}
	.plusDiv11 {
		top: 180px;
		margin-left: 135px;
	}
	.plusDiv12 {
		top: 110px;
		margin-left: 470px;
	}
	.plusDiv13 {
		top: 165px;
		margin-left: 540px;
	}
	.plusDiv14 {
		top: 240px;
		margin-left: 420px;
	}
	.plusDiv15 {
		top: 315px;
		margin-left: 520px;
	}
	.sjlogo {
		top: 125px;
		margin-left: 410px;
	}
	.xswllf {
		width: 30%;
	}
	.xswljs{
		margin-top:60px;
	}
	.xswllf .more {
		margin-top: 100px;
	}
	.menu_n ul li {
		margin-right: 40px;
	}
	.cultrue_tit .titjs{
		font-size:32px;
	}
	.cultrue_list1 ul li h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.cultrue_list1 ul li p {
		font-size: 16px;
		line-height: 26px;
	}
	.about_jtnr .about_jtrt .about_jtjs{
		margin-top:30px;
	}
	.about_jtnr .about_jtrt .more {
		margin-top: 40px;
	}
	.newsnr_n ul li h5 {
		font-size: 18px;
	}
	.newsnr_n ul li p{
		font-size:15px;
	}
	.dsjnr_n h5 span{
		font-size:32px;
	}
	.historynr_n ul li .historyrt_n h5{
		font-size:110px;
		line-height:110px;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		height:110px;
	}
	.historynr_n ul li:hover .historyrt_n .historytext_n, .historynr_n ul li:hover .historyrt_n .historytext_n p {
		font-size: 20px;
	}
	.hxywjs_n {
		padding: 0 13%;
	}
	.rdrt_n,.qualityrt_n{
		padding: 0 0 0 60px;
	}
	.honornr_n dl dd {
		margin-top: 30px;
	}
	.honornr_n dl {
		padding: 70px 40px 0 40px;
	}
	.contactnr_n ul li,.contact ul li{
		padding: 0 20px;
	}
	.card-img-150{
		height:198px;
	}
	.footer .footerin {
		margin-left: 8%;
	}
	.footer .footerrt {
		width: 48%;
	}
}
@media(max-width:1360px) {
	.language, .topicon {
		margin-right: 10px;
	}
	.nav {
		margin-right: 0;
	}
	.topicon a,.language a{
		margin: 0 5px;
	}
	.jtsllist ul li h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.jtsllist ul li p {
		font-size: 14px;
	}
	.jtsllist ul li {
		padding: 50px 20px 0 20px;
	}
	.jtsllist ul li .more {
		padding: 0 20px;
	}
	.newsrt ul li h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.xswl_contactnr dl dd p {
		font-size: 18px;
	}
	.xswl_contactnr dl dt img{
		width:34px;
	}
	.newslf .newsrt_rt ul li .newsbt {
		padding: 12px 20px;
		font-size: 16px;
	}
	.newsrt ul li p {
		padding-right: 60px;
	}
	.more a {
		width: 160px;
		height: 46px;
		line-height: 46px;
		padding-left: 20px;
	}
	.more a i{
		margin-right:15px;
	}
	.menu_n ul li {
		margin-right: 30px;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a,.contact ul li p,.contact ul li p a{
		font-size: 20px;
		line-height: 30px;
	}
	.contactnr_n ul li .contact_add,.contact ul li .contact_add{
		font-size: 15px;
	}
	.contactnr_n ul li,.contact ul li{
		padding: 0 10px;
	}
}
@media(max-width:1300px) {
	
}
@media(max-width:1280px) {
	.banner .swiper-pagination{
		bottom:30px;
	}
	.tit h3,.tit h3 a{
		font-size: 50px;
		line-height:60px;
	}
	.scrollnews {
		padding: 0 0 0 20px;
	}
	.tnewslf {
		width: 17%;
	}
	.tnewsrt{
		font-size: 20px;
		line-height: 30px;
	}
	.scrollnews_nr {
		width: 180px;
		bottom: 100px;
	}
	.menu_n ul li,.menu_n ul li a{
		font-size:16px;
	}
	.aboutlist dl dt .counter,.aboutlist dl dt{
		font-size: 80px;
		line-height: 80px;
	}
	.aboutlist dl dt .aboutnum{
		line-height: 80px;
	}
	.about_jtnr .about_jtrt h5{
		font-size: 28px;
		line-height: 38px;
	}
	.newsrt ul li h5{
		font-size: 20px;
		line-height: 30px;
	}
	.date .day {
		font-size: 40px;
		line-height: 40px;
	}
	.newslf .newslf_lf h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.about_jtnr .about_jtrt .about_jtjs{
		margin-top:30px;
		font-size:16px;
		line-height:26px;
	}
	.xswljs{
		margin-top:40px;
	}
	.xswllf .more {
		margin-top: 60px;
	}
	.newslf .newslf_lf {
		padding: 100px 30px 0 30px;
	}
	.newsrt ul li p {
		padding-right: 40px;
	}
	.newsrt {
		padding: 60px 5.2% 0 40px;
	}
	.newsrt ul {
		margin-top: 20px;
	}
	.jtsllist ul li {
		width: 24%;
	}
	.jtsllist ul li .jtslicon i {
		width: 90px;
		height: 90px;
	}
	.cultrue_tit .titjs{
		margin-left:40px;
	}
	.historynr_n ul li .historyrt_n .historytext_n, .historynr_n ul li .historyrt_n .historytext_n p{
		font-size:18px;
	}
	.historynr_n ul li .historylf_n {
		width: 13%;
	}
	.historynr_n ul li .historyrt_n{
		width: 87%;
	}
	.historynr_n ul li .historyrt_n h5{
		font-size:100px;
		line-height:100px;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		height:100px;
	}
	.zsnr_n .button::after{
		width:80%;
	}
	.zsnr_n .button div {
		width: 40px;
		height: 40px;
	}
	.zsnr_n .button .swiper-button-next{
		margin-left:15px;
	}
	.zsnr_n .button::after{
		top:19.5px;
	}
	.zsnr_n .button{
		margin-top:40px;
	}
	.zs_n {
		margin-bottom: 60px;
	}
	.honornr_n dl dt {
		font-size: 36px;
		line-height: 46px;
	}
	.honornr_n dl dd p {
		font-size: 15px;
	}
	.honornr_n dl {
		padding: 70px 30px 0 30px;
	}
	.groupnr_n ul li h5 {
		font-size: 20px;
	}
	.groupnr_n ul li p {
		font-size: 15px;
	}
	.groupnr_n ul li .grouptext {
		padding: 0 30px 30px 30px;
	}
	.xswl_contactnr dl:last-child {
		margin-left: 15px;
	}
	.xswl_contactnr dl dd p {
		font-size: 16px;
	}
	.card-img-150{
		height:175px;
	}
	.footer .footerin {
		margin-left: 6%;
	}
	.footer .footerrt {
		width: 52%;
	}
}
@media(max-width:1200px) {
	.newsnr_n ul li p{
		height:125px;
	}
	.footer .footerin {
		margin-left: 4%;
	}
	.footer .footerrt {
		width: 56%;
	}
}
@media(max-width:1152px) {
	.tit h3,.tit h3 a{
		font-size: 45px;
		line-height:55px;
	}
	.aboutlist dl dt .counter,.aboutlist dl dt{
		font-size: 70px;
		line-height: 70px;
	}
	.aboutlist dl dt .aboutnum{
		line-height: 70px;
	}
	.menu_n ul li {
		margin-right: 20px;
	}
	.cultrue_tit .titjs {
		font-size: 28px;
		margin-left: 30px;
	}
	.jtsllist ul li .jtslicon i {
		width: 80px;
		height: 80px;
	}
	.jtsllist ul li .more{
		bottom:30px;
	}
	.groupnr_n ul li p {
		font-size: 14px;
		line-height: 24px;
	}
	.xswl_contactnr dl dd {
		padding-left: 5px;
	}
	.xswl_contactnr dl dt img {
		width: 30px;
	}
	.xswl_contactnr dl dd h5{
		font-size:14px;
	}
	.xswl_contactnr dl dd p {
		font-size: 15px;
	}
	.dsjnr_n h5 span {
		font-size: 30px;
	}
	.dsjnr_n p{
		font-size:14px;
	}
	.historynr_n ul li .historyrt_n h5{
		font-size:80px;
		line-height:80px;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		height:80px;
	}
	.footer .footerin {
		margin-left: 2%;
	}
	.footer .footerrt {
		width: 60%;
	}
}
@media(max-width:1110px) {
	
}
@media(max-width:1024px) {
	
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:30px;
	}
	.toggle{
		top:10px;
	}
	.side,.topicon{
		display:none;
	}
	.language{
		line-height:60px;
	}
	.search{
		padding: 17px 0;
	}
	.toggle{
		right:140px;
	}
	.search_box{
		margin-top:60px;
	}
	.about{
		padding-top:60px;
	}
	.about .aboutlf,.about .aboutrt{
		width:100%;
	}
	.about .aboutin{
		display:none;
	}
	.aboutnr_n {
		margin-top: 34px;
	}
	.aboutlf .aboutjs{
		margin-top:40px;
	}
	.about .aboutrt{
		margin-top:30px;
	}
	.aboutlist dl {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.about .more a {
		margin-top: 30px;
	}
	.scrollnews,.scrollnews_nr{
		display:none;
	}
	.newslf,.newsrt{
		width:100%;
		height:auto;
		padding:60px 5.2%;
	}
	.xswl{
		background:none;
		padding-top: 60px;
	}
	.xswllf {
		width: 100%;
	}
	.wapxswl{
		display:block;
	}
	.plusRq,.sjlogo{
		display:none;
	}
	.xswljs,.xswllf .more{
		margin-top: 30px;
	}
	.jtsl{
		padding-top:60px;
		padding-bottom:60px;
	}
	.jtsllist {
		margin-top: 40px;
	}
	.jtsllist ul{
		display:inherit;
	}
	.jtsllist ul li{
		width: 49%;
		height:420px;
		float:left;
		margin:10px 2% 10px 0;
	}
	.jtsllist ul li:nth-child(2n){
		margin-right:0;
	}
	.xswl_contactnr{
		display:none;
	}
	.honornr_n dl {
		width: 49%;
	}
	.honornr_n dl:nth-child(2n){
		margin-right:0;
	}
	.honornr_n dl:nth-child(2n+1){
		margin-right:2%;
	}
	.honornr_n {
		margin-top: 30px;
	}
	.cultrue_tit .tit,.cultrue_tit .titjs{
		width:100%;
	}
	.cultrue_tit .titjs{
		margin-left:0;
		line-height:38px;
		padding-top: 30px;
	}
	.cultrue_js{
		margin-top:20px;
	}
	.cultrue_list2 {
		padding-top: 0;
	}
	.cultrue_list1 ul li {
		width: 48.5%;
	}
	.cultrue_list1 ul li:nth-child(2n){
		margin-right:0;
	}
	.cultrue_list2 dl{
		padding:70px 60px;
	}
	#dv_scroll_bar{
		display:none;
	}
	#dv_scroll_text {
		position: inherit;
		padding-right: 0;
	}
	.historynr_n{
		height:auto;
	}
	.historynr_n ul{
		padding:0;
	}
	.history_n{
		padding: 60px 0;
	}
	.rdlf_n,.qualitylf_n{
		width:100%;
	}
	.rdrt_n,.qualityrt_n{
		width:100%;
		padding: 0;
		margin-top:20px;
	}
	.qualitynr_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.rdlist_n {
		margin-top: 60px;
	}
	.footer .footernav,.footer .footerin,.footer .footerrt{
		width:100%;
	}
	.footer .footerin{
		margin-left:0;
		margin-top:10px;
	}
	.footernr{
		padding-top:30px;
	}
	.footernav p, .footerin p{
		display:none;
	}
	.footernav h4, .footerin h4{
		margin-bottom:10px;
	}
	.footer .footerrt{
		margin-top:20px;
	}
	.footernr .lxicon{
		position:inherit;
		margin-top:30px;
	}
}
@media(max-width:991px) {
	.position {
		padding: 10px 0;
	}
	.positionnr{
		text-align:left;
	}
	.tit h3, .tit h3 a {
		font-size: 40px;
		line-height: 50px;
	}
	.about_jt {
		padding-top: 60px;
		padding-bottom:60px;
		background:#dc5512;
	}
	.about_jtnr .about_jtimg {
		padding: 0;
	}
	.about_cont .tit {
		width: 100%;
		position: inherit;
		top: 0;
		margin-bottom:30px;
	}
	.about_jtnr .about_jtrt {
		padding: 10px 0 0 10px;
	}
	.about_cont .button{
		position: inherit;
		top:0;
		margin-top:20px;
	}
	.groupnr_n ul li .grouptext {
		height: 320px;
	}
	.dsj_n .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.dsj_n .swiper-button .swiper-button-prev,.dsj_n .swiper-button .swiper-button-next{
		background-size: 12px;
	}
	.dsj_n .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.historynr_n ul li{
		padding-left:40px;
	}
	.historynr_n ul li .historylf_n {
		width: 15%;
	}
	.historynr_n ul li .historyrt_n{
		width: 85%;
	}
	.historynr_n ul li .historyrt_n h5{
		font-size:60px;
		line-height:60px;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		height:60px;
	}
	.historynr_n ul li:hover .historyrt_n .historytext_n, .historynr_n ul li:hover .historyrt_n .historytext_n p {
		font-size: 18px;
	}
	.historynr_n ul li .historylf_n::after{
		left:65px;
	}
	.historynr_n ul li .historyrt_n .historytext_n, .historynr_n ul li .historyrt_n .historytext_n p {
		font-size: 16px;
	}
	.hxywimg_n {
		margin-bottom: 30px;
		margin-top:30px;
	}
	.hxywjs_n {
		padding: 0;
	}
	.hxyw_n {
		padding-bottom: 60px;
	}
	.shgyjs_n,.shgylist_n {
		margin-top: 30px;
	}
	.newsnr_n ul li{
		width:49%;
	}
	.newsnr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.newsnr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.newsnr_n ul li h5 {
		font-size: 16px;
	}
	.newsnr_n ul li p {
		font-size: 14px;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.news-exp2 a,.news-exp2 a:last-child{
		width:100%;
		text-align:center;
	}
	.groupnr_n ul li .grouptext {
		padding: 0 20px 30px 20px;
	}
	.groupnr_n ul li h5 {
		font-size: 18px;
	}
	.groupnr_n ul li p {
		font-size: 14px;
	}
	.contact_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.contactnr_n ul li:nth-child(2n),.contact ul li:nth-child(2n){
		border-right:none;
	}
	.contactnr_n ul li,.contact ul li{
		margin:10px 0;
	}
	.message_n {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer{
		padding-top:60px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot{
		margin-top:40px;
		padding:30px 0;
	}
}
@media(max-width:820px) {
	.groupnr_n ul li .grouptext {
		height: 350px;
	}
}
@media(max-width:768px) {
	.cultrue_list2 dl{
		padding:50px 30px;
	}
	.cultrue_list2 dl dt{
		margin-bottom:20px;
		font-size: 26px;
		line-height: 36px;
	}
	.cultrue_list2 dl dd, .cultrue_list2 dl dd p {
		font-size: 18px;
	}
	.dsjnr_n h5 span {
		font-size: 26px;
	}
	.historynr_n ul li .historylf_n {
		width: 20%;
	}
	.historynr_n ul li .historyrt_n {
		width: 80%;
	}
	.historynr_n ul li .historyrt_n h5{
		font-size:40px;
		line-height:40px;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		height:40px;
	}
	.historynr_n ul li:hover .historyrt_n .historytext_n, .historynr_n ul li:hover .historyrt_n .historytext_n p {
		font-size: 16px;
	}
	.historynr_n ul li .historylf_n::after{
		width:26px;
	}
	.honornr_n dl {
		padding: 60px 25px 0 25px;
	}
	.honornr_n dl dd {
		margin-top: 20px;
	}
}
@media(max-width:767px) {
	.banner .swiper-pagination {
		bottom: 10px;
	}
	.swiper-pagination-bullet{
		margin:0 5px;
		width: 24px;
		height: 24px;
	}
	.swiper-pagination-bullet::after{
		left:7px;
		top:7px;
	}
	.banner .swiper-slide .img img {
		width: 110%;
		margin-left: -5%;
	}
	.groupnr_n ul li .grouptext{
		height:auto;
	}
	.jtsllist ul li{
		width: 100%;
		height:auto;
		margin:10px 0;
		padding: 40px 20px;
	}
	.jtsllist ul li .more{
		position:inherit;
		bottom:0;
		padding:0;
		margin-top:20px;
	}
	.contact {
		padding: 50px 0;
	}
	.newslf .newslf_lf,.newslf .newsrt_rt{
		width:100%;
	}
	.newslf .newslf_lf{
		height:auto;
		padding:40px 30px;
	}
	.newslf .newsrt_rt{
		margin-top:20px;
	}
	.newsmore i {
		margin-right: 20px;
	}
	.newsmore {
		width: 160px;
		height: 48px;
		line-height: 48px;
		padding-left: 20px;
	}
	.newsnr_n ul li {
		width: 100%;
		margin: 20px 0;
	}
	.newsnr_n ul li:nth-child(2n+1) {
		margin-right:0;
	}
	.newsnr_n ul li p{
		height:auto;
	}
	.groupnr_n ul li {
		width: 100%;
		margin: 20px 0;
	}
	.groupnr_n ul li h5{
		height:auto;
		margin-top:20px;
	}
	.groupnr_n ul li .grouptext {
		padding: 0 20px 20px 20px;
	}
	.contactnr_n ul li{
		min-height:auto;
		border-right:none;
		border-bottom: solid 1px rgba(0, 0, 0, 0.5);
		padding:10px 0 30px 0;
	}
	.contact ul li{
		min-height:auto;
		border-right:none;
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
		padding:10px 10px 30px 10px;
	}
	.contactnr_n ul li:last-child,.contact ul li:last-child{
		border-bottom:none;
	}
	.contact_n {
		margin-bottom: 40px;
	}
	.messagenr_n dl{
		width:100%;
		margin: 10px 0;
	}
	.messagenr_n dl:nth-child(4) textarea{
		height:180px;
	}
}
@media(max-width:640px) {
	.menu_n ul li {
		margin-right: 0;
		width: 50%;
		text-align: center;
	}
	.aboutlist dl dt .counter,.aboutlist dl dt{
		font-size: 60px;
		line-height: 60px;
	}
	.aboutlist dl dt .aboutnum{
		line-height: 60px;
	}
	.aboutlist dl dd {
		padding-top: 10px;
	}
	.about_cont .button div{
		width:40px;
		height:40px;
	}
	.about_cont .button .swiper-button-next{
		margin-left:10px;
	}
	.tit h3, .tit h3 a {
		font-size: 35px;
		line-height: 45px;
	}
	.about_jtnr .about_jtrt .about_jtjs {
		margin-top: 20px;
	}
	.about_jtnr .about_jtrt h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.cultrue_list2 dl{
		padding:40px 20px;
	}
	.cultrue_list2 dl dt{
		font-size: 24px;
		line-height: 34px;
	}
	.cultrue_list2 dl dd, .cultrue_list2 dl dd p {
		font-size: 16px;
	}
	.dsjnr_n h5 span {
		font-size: 24px;
	}
	.dsjnr_n p {
		font-size: 13px;
	}
	.historynr_n ul li .historylf_n {
		width: 25%;
	}
	.historynr_n ul li .historyrt_n {
		width: 75%;
	}
	.honornr_n dl dd {
		margin-top: 10px;
	}
	.rdlist_n ul li{
		width:100%;
		margin: 20px 0;
	}
	.rdlist_n ul li:nth-child(2n+1) {
		margin-top: 20px;
	}
	.honornr_n dl {
		width: 100%;
		margin:15px 0;
		height:auto;
		padding: 30px 20px;
	}
	.yzmbtn .yzm,.yzmbtn .btn{
		width:100%;
	}
	.yzmbtn .btn{
		padding:20px 0 0 0;
	}
	.footernav h4, .footerin h4,.footernav h4 a,.footerin h4 a{
		font-size:18px;
	}
}
@media(max-width:540px) {
	.zsnr_n .button::after {
		width: 75%;
	}
	.card-img-150{
		height:145px;
	}
}
@media(max-width:500px) {
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.cultrue_list1 ul li {
		width: 100%;
		height:auto;
		margin: 10px 0;
		padding: 40px 20px;
	}
	.about_jtnr .about_jtrt h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.about_jtnr .about_jtrt .about_jtjs{
		font-size:14px;
		line-height:24px;
	}
}
@media(max-width:425px) {
	.tit h3, .tit h3 a {
		font-size: 26px;
		line-height: 36px;
	}
	.banner .swiper-pagination {
		bottom: 5px;
	}
	.aboutlist dl dt .counter,.aboutlist dl dt{
		font-size: 50px;
		line-height: 50px;
	}
	.aboutlist dl dt .aboutnum{
		line-height: 50px;
	}
	.aboutlist dl dd img{
		height:50px;
	}
	.zsnr_n .button::after {
		width: 70%;
	}
	.card-img-150{
		height:111px;
	}
}
@media(max-width:424px) {
	.menu_n ul li {
		width: 100%;
	}
	.historynr_n ul li{
		display:inherit;
	}
	.historynr_n ul li .historylf_n,.historynr_n ul li .historyrt_n{
		width: 100%;
	}
	.historynr_n ul li:hover .historyrt_n h5{
		display:none;
	}
}
@media(max-width:375px) {
	.toggle {
		right: 115px;
	}
	.language a {
		margin: 0 3px;
	}
	.language{
		margin-right:5px;
	}
	.tit h3, .tit h3 a {
		font-size: 24px;
		line-height: 34px;
	}
	.zsnr_n .button::after {
		width: 65%;
	}
	.newslf .newslf_lf {
		padding: 40px 20px;
	}
	.card-img-150{
		height:96px;
	}
}
@media(max-width:320px) {
	.dsjnr_n p {
		font-size: 12px;
		line-height: 20px;
	}
	.zsnr_n .button::after {
		width: 60%;
	}
}
@media(max-width:319px) {
	
}