@charset "utf-8";



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

------------------------------------------------------------------------------------------------------ */
@font-face
{
	font-family: myTwoFont;
	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:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

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

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



*{margin:0;padding:0;}

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

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

.body{background:#fff;}

.nbody{background:#efefef;}

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



img{border:0px;}

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

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

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","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;cursor:default;}

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;
	background:#fff;
	position: fixed;
	z-index: 998;
	top:0;
	padding:0 1%;
	}
.logo{
	overflow:hidden;
	padding:26.5px 0;
}
.icon1{
	overflow:hidden;
	padding:37.5px 10px;
	cursor:pointer;
	}
.icon1 .iconnr1{
	width:25px;
	height:25px;
	border-radius:50%;
	box-shadow:0px 0px 10px rgba(13,13,18,0.06);
	background:url(../images/icon2.png) no-repeat center;
	}
.icon1 .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:60px;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
}
.icon1 .ewmimg img{
	width:100px;
}
.icon1:hover .ewmimg{
	opacity:1;
}
.icon2{
	overflow:hidden;
	padding:37.5px 0;
	margin-right:20px;
	}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* 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;

}

/* Shield

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

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:56px;
}
.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;
	padding:0 36px;
	line-height:100px;
	}

.nav .menu > li a{
	font-size:16px;
	color:#242424;
	display:block;
	line-height:100px;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
}

.nav .menu > li a:after{
	content:"";
	width:0;
	height:2px;
	background:#216355;
	position:absolute;
	bottom:20px;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:100%;
	}

.nav .menu > li .submenu{

	width:200px;
	left:50%;
	margin-left:-100px;

	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	padding:5px 0;
	background:#fff;

	text-align:center;
	margin-top:1px;
	border-radius:10px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#333;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}
.nav .menu > li .submenu li a:after{
	display:none;
	}

.nav .menu > li .submenu li:hover{

	background:#216355;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
}
.nav .menu > li:hover:after,.nav .menu > li.active:after{
	width:40px;
	}

.cont{
	width:1438px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1438px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:100px;
	}
.banner_bot{
	width:38%;
	height:100px;
	background:#fff;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
.banner .down{
	width:60px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:18px;
	z-index:99; 
}
.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:28%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	bottom:18%;
	z-index:99;
	}
.banner .img .banner1-2{
	width:100%;
	overflow:hidden;
}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .img .banner1-1 .more{
	margin-top:184px;
}
.banner .img .banner2-1 .more,.banner .img .banner3-1 .more{
	margin-top:142px;
}
.banner .img .more a{
	background:#fff;
	color:#216254;
	border:none;
	text-align:left;
}
.banner .img .more a i{
	background: url(../images/icon26.png) no-repeat center;
}
.banner .swiper-container .banner2-1{
	width:37%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:28%;
}
.banner .swiper-container .banner3-1{
	width:33%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:30%;
	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
}

.banner .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

/*shubiao*/
.shubiao{
	overflow:hidden;
	padding-top:20px;
}
.mouse {
  position: relative;
  width: 24px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.5px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:30px;
	margin-top:6px;
}

@-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);
  }
}
.banner_more{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	position:absolute;
	left:18%;
	bottom:124px;
	z-index:99;
}

.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{
	overflow:hidden;
	position:absolute;
	bottom:40px;
	z-index:100;
	right:12.6%;
	}
.banner .swiper-button div{
	width:58px;
	height:58px;
	outline:none;
	border:solid 2px rgba(255,255,255,0.6);
	float:left;
	border-radius:50%;
	}
.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;
	margin-left:32px;
	}
.banner .swiper-button div:hover{
	background-color:#a97b50;
	border:solid 2px #a97b50;
	}
.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	width:100%;
	position: absolute;
	text-align: center;
	bottom:35px;
	left:272px;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 99;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	float:left;
	width:8px;
	height:8px;
	background:#d1d1d1;
	border-radius:50%;
	display:block;
	color:rgba(255,255,255,0.3);
	margin:0 19px;
	font-size:22px;
	font-family:Arial;
	line-height:30px;
	position:relative;
	}
.banner .swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:20px;
	height:20px;
	border:solid 1px #024d9e;
	border-radius:50%;
	position:absolute;
	left:-6px;
	top:-6px;
	opacity:0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #024d9e;
	}
.banner .swiper-pagination .swiper-pagination-bullet:hover,.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #024d9e;
	}
.banner .swiper-pagination .swiper-pagination-bullet:hover:before,.banner .swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
	}

.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:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}

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

.zsjmnr .swiper-pagination-bullet {
	width: 144px;
	height: 2px;
	display: inline-block;
	background: #fff;
	margin:10px 0;
	outline:none;
}

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

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

.zsjmnr  .swiper-pagination-bullet-active {
	background: #b50b1e;
}

.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 {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.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*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:60px;
	background-image:-webkit-linear-gradient(left,#47766b,#48b7ab); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
	line-height:60px;
	text-transform:uppercase;
	font-family: myTwoFont;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:37px;
	color:#000;
	line-height:47px;
	margin-top:6px;
	}
.tit h3 a{
	font-size:37px;
	color:#000;
	}
.bg{
	background:#f8f8f8;
	}
/* more
-------------------------------------------------------------- */
.more{
	overflow:hidden;
	}
.more a{
	display:block;
	width:166px;
	height:50px;
	line-height:50px;
	font-size:15px;
	color:#216254;
	border: solid 2px #216254;
	border-radius:25px;
	padding-left:25px;
	}
.more a i{
	width:27px;
	height:100%;
	background:url(../images/icon3.png) no-repeat center;
	float:right;
	margin-right:12px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more a:hover i{
	margin-right:6px;
	}
.more a:hover{
	background: -webkit-linear-gradient(left, #216355 , #23ad9f);
    background: -o-linear-gradient(right, #216355 , #23ad9f);
    background: -moz-linear-gradient(right, #216355 , #23ad9f);
    background: linear-gradient(to right, #216355 , #23ad9f);
	color:#fff;
	border:solid 2px #fff;
	}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding-top:105px;
	padding-bottom:144px;
	position:relative;
	}
.aboutnr{
	position:relative;
	}
.aboutnr:after{
	content:"about us";
	position:absolute;
	left:0;
	bottom:0;
	text-transform:uppercase;
	color:#f7f7f7;
	font-size:225px;
	line-height:200px;
	font-family: myTwoFont;
	letter-spacing: 18px;
	z-index:-1;
	}
.about .more{
	margin-top:123px;
	}
.about .aboutlf{
	overflow:hidden;
	padding:50px 0;
	}
.about .aboutlf span{
	display:block;
	width:96px;
	height:2px;
	background:#232323;
	display:block;
	margin-bottom:45px;
	}
.about .aboutlf .tit{
	width:100%;
	}
.aboutnr .aboutjs{
	width:100%;
	overflow:hidden;
	padding-right:90px;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-top:54px;
	}
.about .aboutrt{
	width:50%;
	height:610px;
	overflow:hidden;
	background:url(../images/aboutimg.jpg) no-repeat left top;
	background-size:cover;
	position:absolute;
	right:0;
	top:105px;
	}
.about .aboutrt ul{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:17px;
	}
.about .aboutrt ul li{
	overflow:hidden;
	text-align:center;
	}
.about .aboutrt ul li .abouticon,.about .aboutrt ul li p{
	width:100%;
	overflow:hidden;
	}
.about .aboutrt ul li p{
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:18px;
	}
.about .aboutrt ul li .abouticon .imgh{
	display:none;
	}
.about .aboutrt ul li:hover .abouticon .imgh{
	display:block;
	margin:auto;
	}
.about .aboutrt ul li .abouticon img{
	max-width:100%;
	height:auto;
	}
.about .aboutrt ul li:hover .abouticon .img{
	display:none;
	}
.about .aboutrt ul li:hover p{
	color:#ebcfaf;
	}
/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	height:1000px;
	background:url(../images/sl-sccj.jpg) no-repeat top center;
	background-size:cover;
	}
.sb ul{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.sb ul li{
	overflow:hidden;
	height:100%;
	padding:0;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.sb ul li .sbnr{
	width:100%;
	overflow:hidden;
	padding:0 75px;
	position:absolute;
	left:0;
	bottom:138px;
	}
.sb ul li .sbnrh{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	position:absolute;
	left:0;
	bottom:205px;
	}
.sb ul li .sbicon{
	width:100%;
	overflow:hidden;
	}
.sb ul li .sbicon img{
	max-width:100%;
	height:auto;
	}
.sb ul li h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	line-height:42px;
	color:#fff;
	margin-top:17px;
	}
.sb ul li .sbnrh .sbicon,.sb ul li .sbnrh h4{
	text-align:center;
	}
.sb ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:35px;
	display:none;
	}
.sb ul li .sbmore{
	width:166px;
	height:50px;
	padding-left:25px;
	background:rgba(255,255,255,0.25);
	line-height:50px;
	font-size:15px;
	color:#fff;
	border-radius:25px;
	margin:126px auto 0;
	display:none;
	}
.sb ul li .sbmore i{
	width:27px;
	height:100%;
	background:url(../images/icon3.png) no-repeat center;
	float:right;
	margin-right:12px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.sb ul li:hover{
	background:rgba(34,153,139,0.6);
	}
.sb ul li:hover p,.sb ul li:hover .sbmore{
	display:block;
	}
.sb ul li .sbnrh{
	display:none;
	}
.sb ul li:hover .sbnrh{
	display:block;
	}
.sb ul li:hover .sbnr{
	display:none;
	}
/* bsc
-------------------------------------------------------------- */
.bsc{
	width:100%;
	overflow:hidden;
	background:url(../images/bscbg.jpg) no-repeat center right;
	padding-top:200px;
	padding-bottom:278px;
	}
.bscnr{
	overflow:hidden;
	padding:0;
	}
.bscnr h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#535353;
	line-height:45px;
	}
.bscnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#999999;
	margin-top:46px;
	}
.bscnr ul{
	width:100%;
	overflow:hidden;
	margin-top:200px;
	}
.bscnr ul li{
	width:33.333333333%;
	height:86px;
	overflow:hidden;
	padding-left:106px;
	padding-top:28px;
	float:left;
	}
.bscnr ul li:first-child{
	background:url(../images/icon11.png) no-repeat left center;
	}
.bscnr ul li:first-child:hover{
	background:url(../images/iconh11.png) no-repeat left center;
	}
.bscnr ul li:nth-child(2){
	background:url(../images/icon12.png) no-repeat left center;
	}
.bscnr ul li:nth-child(2):hover{
	background:url(../images/iconh12.png) no-repeat left center;
	}
.bscnr ul li:nth-child(3){
	background:url(../images/icon13.png) no-repeat left center;
	}
.bscnr ul li:nth-child(3):hover{
	background:url(../images/iconh13.png) no-repeat left center;
	}
.bscnr ul li h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#216254;
	line-height:30px;
	}
.bscnr ul li .bscen{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#216254;
	font-family:Arial;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	padding-top:106px;
	padding-bottom:146px;
	}
.protit .menu_i{
	margin-top:60px;
	}
.protit .menu_i ul li a:hover{
	border:solid 2px #f4f4f4;
	}
.protit .more:hover a{
	color:#1a1a1a;
	}
.pro .prolist{
	width:100%;
	margin-top:95px;
	position:relative;
	}
.proscroll{
	width:100%;
	overflow:hidden;
	visibility:hidden;
	position:relative;
	z-index:-1;
	height:0;
	}
.proscroll .hide{
}
.proscroll.cur{
	visibility:visible;
	position:relative;
	z-index:1;
	height:auto;
	}
.proscroll.active{
	display:block;
	}
.pro .prolist dl,.pro .prolist dl dt,.pro .prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.pro .prolist dl dt img{
	max-width:100%;
	height:auto;
	}
.prolist dl:hover dt img {
    transform: scale(1.05);
}
.pro .prolist dl dd{
	line-height:30px;
	font-size:18px;
	color:#222222;
	text-align:center;
	padding:18px 0;
	}
.prolist .swiper-slide{
	padding:0 10px;
	}
.pro .prolist dl:hover dd{
	color:#216355;
	}
.pro .prolist .swiper-container .swiper-slide{
	opacity:0.5;
}
.pro .prolist .swiper-container .swiper-slide-active{
	opacity:1;
}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button div{
	width:19px;
	height:35px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-17.5px;
	z-index:99;
	}
.prolist .swiper-button .swiper-button-prev{
	left:12.5%;
	background:url(../images/prev2.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next{
	right:12.5%;
	background:url(../images/next2.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
}
/* news
-------------------------------------------------------------- */
.menu_i{
	overflow:hidden;
	text-align:right;
	}
.menu_i ul{
	overflow:hidden;
	display:inline-block;
	}
.menu_i ul li{
	overflow:hidden;
	float:left;
	margin-left:20px;
	}
.menu_i ul li:first-child{
	margin-left:0;
	}
.menu_i ul li a{
	display:block;
	width:166px;
	height:50px;
	line-height:46px;
	text-align:left;
	font-size:15px;
	border:solid 2px #216254;
	border-radius:25px;
	padding-left:25px;
	color:#216254;
	}
.menu_i ul li a i{
	width:27px;
	height:100%;
	background:url(../images/icon3.png) no-repeat center;
	float:right;
	margin-right:12px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.menu_i ul li a:hover i,.menu_i ul li.active a i{
	margin-right:6px;
	}
.menu_i ul li a:hover,.menu_i ul li.active a{
	background: -webkit-linear-gradient(left, #216355 , #23ad9f);
    background: -o-linear-gradient(right, #216355 , #23ad9f);
    background: -moz-linear-gradient(right, #216355 , #23ad9f);
    background: linear-gradient(to right, #216355 , #23ad9f);
	color:#fff;
	border:solid 2px #fff;
	}
.news{
	width:100%;
	overflow:hidden;
	padding-bottom:118px;
	margin-top:84px;
	}
.news .menu_i{
	margin-top:60px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	background:url(../images/newsen.png) no-repeat left top;
	margin-bottom:35px;
	}
.news .newstit .tit{
	width:40%;
	overflow:hidden;
	}
.news .newstit .newsmenu{
	width:60%;
	overflow:hidden;
	text-align:right;
	}
.news .newstit .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.news .newstit .newsmenu ul li{
	overflow:hidden;
	float:left;
	width:210px;
	height:60px;
	line-height:60px;
	text-align:left;
	background:#fff url(../images/icon4.png) no-repeat 88% center;
	padding-left:46px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newstit .newsmenu ul li:nth-child(2){
	margin-left:28px;
	}
.news .newstit .newsmenu ul li a{
	font-size:16px;
	color:#7f8082;
	display:block;
	}
.news .newstit .newsmenu ul li:hover{
	background:#024d9e url(../images/iconh4.png) no-repeat 92% center;
	}
.news .newstit .newsmenu ul li:hover a{
	color:#fff;
	}
.news .newslist{
	width:100%;
	}
.news .newslist dl{
	width:32%;
	box-shadow:6px 0px 35px rgba(239,239,244,0.7);
	margin:35px 2% 35px 0;
	border-radius:30px;
	float:left;
	}
.news .newslist dl:last-child{
	margin-right:0;
	}
.news .newslist dl dt,.news .newslist dl dd,.news .newslist dl dd p,.news .newslist dl dd h4,.news .newslist dl dd .newsicon{
	width:100%;
	overflow:hidden;
	}
.news .newslist dl dt{
	border-radius: 30px 30px 0 0;
	height:258px;
	position:relative;
	}
.news .newslist dl dt img{
	width:100%;
	height:auto;    
	}
.news .newslist dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.news .newslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
}
.news .newslist dl dd{
	padding:22px 40px 32px 40px;
	}
.news .newslist dl dd p{
	font-family:Arial;
	color:#b0b0b0;
	line-height:30px;
	}
.news .newslist dl dd h4{
	font-size:19px;
	color:#000;
	line-height:30px;
	font-weight:normal;
	margin-top:13px;
	}
.news .newslist dl dd .newsicon{
	margin-top:30px;
	}
/* nfzlc
-------------------------------------------------------------- */
.nfzlc{
	width:100%;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:257px;
	padding-bottom:257px;
}
.nfzlcnr{
	position:relative;
}
.nfzlcnr h3{
	width: 100%;
    overflow: hidden;
    font-size: 40px;
    color: #343434;
    line-height: 50px;
    font-weight: normal;
}
.nfzlcnr dl,.nfzlcnr dl dt,.nfzlcnr dl dd{
	width:100%;
	overflow:hidden;
}
.nfzlcnr dl dt{
	height:218px;
	font-size:15px;
	color:#808080;
	background:#fff;
	padding:28px 40px 10px 40px;
	font-weight:normal;
}
.nfzlcnr dl dt p{
	font-size:15px;
	color:#808080;
}
.nfzlcnr dl dd{
	font-size:18px;
	color:#fff;
	line-height:30px;
	background:#227a6c;
	padding:19px 0;
	text-align:center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nfzlcnr dl:hover dd{
	background:#a97b50;
}
.nfzlcnr .swiper-button{
	overflow:hidden;
}
.nfzlcnr .swiper-button div{
	width:60px;
	height:60px;
	border:solid 1px #227a6c;
	border-radius:50%;
	opacity:0.4;
	position:absolute;
	top:50%;
	margin-top:-30px;
	z-index:99;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nfzlcnr .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	left:-100px;
}
.nfzlcnr .swiper-button .swiper-button-prev:hover{
	background:#227a6c url(../images/prevh3.png) no-repeat center;
	opacity:1;
}
.nfzlcnr .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	right:-100px;
}
.nfzlcnr .swiper-button .swiper-button-next:hover{
	background:#227a6c url(../images/nexth3.png) no-repeat center;
	opacity:1;
}
.nfzlc .swiper-slide::after{
	content:"";
	width:19px;
	height:16px;
	background:url(../images/icon31.png) no-repeat center;
	position:absolute;
	right:-35.5px;
	top:50%;
	margin-top:-8px;
}
/*大事记start*/
.event_box{width:100%;margin:100px auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;position:relative;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd:after{content:'';width:85%;height:1px;background:#000;position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:26%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:60px;}
.parBd h4{position:relative;font-size:40px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:20px;z-index:99;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:50%;margin-left: -12px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	margin-top:120px;
	}
.hzkh .hzkhtit{
	width:100%;
	overflow:hidden;
	}
.hzkh .hzkhtit .more{
	margin-top:61px;
	}
.hzkh ul{
	width:100%;
	overflow:hidden;
	margin-top:36px;
	}
.hzkh ul li{
	width:23.5%;
	overflow:hidden;
	float:left;
	border:solid 6px #f5f5f5;
	text-align:center;
	margin:20px 2% 20px 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.hzkh ul li:hover{
	border:solid 6px;
	border-image:linear-gradient(to right,#216355,#23ad9f) 4;
	}
.hzkh ul li img{
	max-width:100%;
	height:auto;
	}
.hzkh ul li:nth-child(4n){
	margin-right:0;
	}
.hzkh ul li:hover img {
    transform: scale(1.05);
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:15px;
	background:#464952;
	color:#b2b3b5;
	line-height:30px;
	padding:46px 0 22px 0;
	}
.link a{
	font-size:15px;
	color:#b2b3b5;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#464952;
	padding-bottom:70px;
	padding-top:50px;
}
.footernr .footernav{
	width:100%;
	overflow:hidden;
	margin-bottom:65px;
}
.footernr .footernav ul{
	width:100%;
	overflow:hidden;
}
.footernr .footernav ul li{
	overflow:hidden;
	padding:0;
	float:left;
	position:relative;
}
.footernr .footernav ul li h4,.footernr .footernav ul li p{
	width:100%;
	overflow:hidden;
}
.footernr .footernav ul li h4{
	line-height:30px;
	font-size:18px;
	color:#fff;
	padding-bottom:14px;
}
.footernr .footernav ul li h4 a{
	font-size:18px;
	color:#fff;
}
.footernr .footernav ul li p{
	line-height:30px;
	margin-top:15px;
}
.footernr .footernav ul li p,.footernr .footernav ul li p a{
	font-size:16px;
	color:#b2b3b5;
}
.footernr .footernav ul li p a:hover{
	color:#fff;
}
.footer .footerbot{
	width:100%;
	overflow:hidden;
}
.footer .footerbot dl{
	overflow:hidden;
	float:left;
}
.footer .footerbot dl dt,.footer .footerbot dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footer .footerbot dl dd{
	color:#fff;
	line-height:30px;
	margin-top:3px;
}
.footerbot .bottel{
	overflow:hidden;
	border-left:solid 1px #60636c;
	margin-left:66px;
	padding:0 0 23px 50px;
}
.footerbot .bottel .teltit,.footerbot .bottel .telnr{
	width:100%;
	overflow:hidden;
}
.footerbot .bottel .teltit{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
}
.footerbot .bottel .telnr{
	font-size:60px;
	color:#fff;
	line-height:60px;
	font-family:myTwoFont;
	margin-top:3px;
}
.botlxfs{
	overflow:hidden;
	border-left:solid 1px #60636c;
	padding:8px 0 20px 80px;
	margin-left:98px;
}
.botlxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#b0b1b3;
	line-height:30px;
	margin-top:4px;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#40404a;
	}
.bot .botnr{
	font-size:15px;
	color:#131313;
	line-height:30px;
	padding:26px 0;
}
.bot a{
	color:#b2b3b5;
}
.bot a:hover{
	color:#fff;
}
.botnr .botlf,.botnr .botrt{
	padding:0;
	color:#b2b3b5;
}
.botnr .botrt{
	text-align:right;
}
/* rtmessage
-------------------------------------------------------------- */
.rtmessage{
	width:250px;
	padding-bottom:18px;
	overflow:hidden;
	background:#fff;
	position:fixed;
	right:5px;
	bottom:5px;
	z-index:999;
}
.rtmessage h4{
	 width:100%;
	 height:45px;
	 line-height:45px;
	overflow:hidden;
	background:#0d7b62;
	font-size:20px;
	color:#fff;
	padding-left:22px;
 }
.rtmessage ul{
	width:100%;
	overflow:hidden;
	padding:0 10px;
	margin-top:15px;
}
.rtmessage ul li,.rtmessage ul li input{
	width:100%;
	overflow:hidden;
}
.rtmessage ul li{
	margin:10px 0;
}
.rtmessage ul li input{
	height:40px;
	line-height:40px;
	border:solid 1px #dbdcdf;
	border-radius:5px;
	color:#b8bac0;
	padding:0 5px 0 34px;
}
.rtmessage ul li:first-child input{
	background:url(../images/icon27.png) no-repeat 10px center;
}
.rtmessage ul li:nth-child(2) input{
	background:url(../images/icon28.png) no-repeat 10px center;
}
.rtmessage ul li:nth-child(3) input{
	background:url(../images/icon29.png) no-repeat 10px center;
}
.rtmessage ul li:nth-child(4) input{
	background:url(../images/icon30.png) no-repeat 10px center;
}
.rtmessage ul li textarea{
	width:100%;
	height:116px;
	border:solid 1px #dbdcdf;
	border-radius:5px;
	color:#b8bac0;
	padding:0 14px;
}
.rtmessage .tjbtnrt{
	margin-top:10px;
}
.rtmessage .tjbtnrt,.rtmessage .tjbtnrt button{
	width:100%;
	overflow:hidden;
}
.rtmessage .tjbtnrt button{
	font-size:15px;
	color:#fff;
	text-align:center;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background:#0d7b62;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:533px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:213px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:206px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:160px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:133px;
	}
}
/* position
-------------------------------------------------------------- */
.post{
}
.menunr,.position{
	padding:0 !important;
}
.menunr{
	box-shadow:1px 1px 8px rgba(0,0,0,0.1);
}
.menunr li{
	float:left;
	position:relative;
	background:url(../images/about05.jpg) no-repeat right center;
}
.menunr li:last-child{
	background:none;
}
.menunr li > a {
    position: relative;
    font-size: 22px;
    height: 115px;
    line-height: 115px;
    color: #7a7a7a;
    display: block;
	padding:0 50px;
    transition: 0.3s ease 0s;
}
.menunr li.active > a,
.menunr li > a:hover{
	color:#272727;
	font-weight:bold;
}
.menunr li.active > a:before{
	width:100%;
	left:0%;
	background-color:#085ab2;
	position:absolute;
	content:'';
	height:2px;
}
.menunr li > a:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:0%;
	height:2px;
	background-color:none;
	transition:all .3s;
}
.menunr li > a:hover:before{
	width:100%;
	left:0%;
	background-color:#216355;
}
.menunr li.active > a:before {
    width: 100%;
    left: 0%;
    background-color: #216355;
    position: absolute;
    content: '';
    height: 2px;
	bottom:0;
}
.nabout_menu li > a:hover:before{
	width:100%;
	left:0%;
	background-color:#009944;
}
.position a:hover{
	color:#0039c8;
}
.position{
	border-bottom:1px solid #e5e5e5;
	background:#f7f7f7;
	height:70px;
	line-height:70px;
}
.position img{
	vertical-align:middle;
	margin:-3px 10px 0 0;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#024d9e;
	line-height:45px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size: 22px;
    color: #b21e23;
	line-height:32px;
	font-weight:bold;
	}
.margin{
	padding-top:100px;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.menu_n ul{
	overflow:hidden;
	display:inline-block;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	text-align:center;
	padding-bottom:5px;
	line-height:30px;
	margin:10px 30px;
	position:relative;
}
.menu_n ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#216355;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.menu_n ul li a{
	display:block;
	font-size:18px;
	color:#565656;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#216355;
}
.menu_n ul li:hover:after,.menu_n ul li.active:after{
	width:100%;
	}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:76px;
	margin-bottom:80px;
}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-top:56px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutnr:hover img {
    transform: scale(1.05);
}
/* nhzkh
-------------------------------------------------------------- */
.ngssl{
	position:relative;
	padding:0;
}
.ngssl dl{
	height:600px;
	padding:0 35px 0 35px;
	margin:69px 0 35px 0;
	background:#fff;
	}
.ngssl dl dt{
	height:600px;
	overflow:hidden;
	padding:0;
	margin-top:-34px;
	position:relative;
	z-index:2;
}
.ngssl dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.ngssl dl dt img:hover{
    transform: scale(1.05);
}
.ngssl dl dd{
	overflow:hidden;
	padding:68px 0 0 0;
	font-size:16px;
	color:#484848;
	line-height:30px;
	position:relative;
	z-index:2;
}
.ngssl dl dd h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-bottom:10px;
}
.ngssl dl dd p{
	overflow:hidden;
	font-size:16px;
	color:#484848;
	line-height:30px;
}
.ngssl dl dd ul{
	width:100%;
	overflow:hidden;
}
.ngssl dl dd ul li{
	overflow:hidden;
	font-size:16px;
	color:#484848;
	line-height:30px;
	background:url(../images/icon19.png) no-repeat left center;
	padding:0 15px 0 26px;
	margin-top:10px;
}
.ngssl dl dd ul li a{
	font-size:16px;
	color:#484848;
	}
.ngssl dl dd ul li:hover{
	background:url(../images/iconh19.png) no-repeat left center;
	}
.ngssl dl dd ul li:hover a{
	font-size:16px;
	color:#12699e;
	}
.ngssl:nth-child(2n) .proen{
	left:0;
	}
.ngssl .ngsslnum{
	overflow:hidden;
	font-size:94px;
	color:#4f4f4f;
	position:absolute;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	z-index:3;
	}
.ngssl:nth-child(2n+1) .ngsslnum{
	right:50px;
}
.ngssl:nth-child(2n) .ngsslnum{
	left:50px;
}
.ngssl:first-child .ngsslnum::before,.ngssl:nth-child(2) .ngsslnum::before,.ngssl:nth-child(3) .ngsslnum::before,.ngssl:nth-child(4) .ngsslnum::before,.ngssl:nth-child(5) .ngsslnum::before
,.ngssl:nth-child(6) .ngsslnum::before,.ngssl:nth-child(7) .ngsslnum::before,.ngssl:nth-child(8) .ngsslnum::before,.ngssl:nth-child(9) .ngsslnum::before{
	content:"0";
}
.ngssl .ngsslen{
	overflow:hidden;
	font-size:130px;
	line-height:130px;
	color:#f7f7f7;
	position:absolute;
	bottom:50px;
	text-transform:uppercase;
	font-family: myTwoFont;
	z-index:0;
	}
.ngssl:nth-child(2n+1) .ngsslen{
	right:5px;
}
.ngssl:nth-child(2n) .ngsslen{
	left:5px;
}
.ngssl:nth-child(2n+1) dl dd{
	padding-left:100px;
	padding-right:0;
	float:left;
}
.ngssl:nth-child(2n) dl dt{
	float:right;
}
.ngssl:nth-child(2n) dl dd{
	padding-right:100px;
	padding-left:0;
}
/* nhzkh
-------------------------------------------------------------- */
.nhzkh {
	margin-top:60px;
	margin-bottom:60px;
}
.nhzkhnr{
	width:100%;
	overflow:hidden;
}
.nhzkhnr ul{
	width:100%;
	overflow:hidden;
	}
.nhzkhnr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	border:solid 6px #f5f5f5;
	text-align:center;
	margin:20px 1%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	position:relative;
	height:118px;
	}
.nhzkhnr ul li:hover{
	border:solid 6px;
	border-image:linear-gradient(to right,#216355,#23ad9f) 4;
	}
.nhzkhnr ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nhzkhnr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
/* nqywhnr
-------------------------------------------------------------- */
.nqywh{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
	}
.nqywhnr{
	width:100%;
	padding-top:54px;
	}
.nqywhlist{
	width:100%;
	overflow:hidden;
	padding:22px 0 22px 50px;
	box-shadow:6px 0px 32px #ececec;
	margin:54px 0;
	border-radius:10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nqywhlist_lf{
	overflow:hidden;
	font-size:30px;
	color:#343434;
	font-weight:bold;
	line-height:40px;
	padding-right:16px;
	}
.nqywhlist_rt{
	overflow:hidden;
	font-size:25px;
	color:#737373;
	line-height:40px;
	padding-left:108px;
	position:relative;
	}
.nqywhlist_rt:before{
	content:"";
	width:90px;
	height:1px;
	background:#bebebe;
	position:absolute;
	left:0;
	top:19.5px;
	}
.nqywhlist:hover{
	background: -webkit-linear-gradient(left, #216355 , #23ad9f);
    background: -o-linear-gradient(right, #216355 , #23ad9f);
    background: -moz-linear-gradient(right, #216355 , #23ad9f);
    background: linear-gradient(to right, #216355 , #23ad9f);
	cursor:pointer;
	}
.nqywhlist:hover .nqywhlist_lf,.nqywhlist:hover .nqywhlist_rt{
	color:#fff;
	}
/* honor
-------------------------------------------------------------- */
.honor{
	padding-top:208px;
	padding-bottom:200px;
	}
.honor,.honornr{
	width:100%;
	overflow:hidden;
	}
.honornr{
	padding-bottom:100px;
	}
.honorimg{
	width:100%;
	overflow:hidden;
	}
.honornr{
	margin-top:40px;
	}
.honornr .swiper-slide{
	padding:0 20px;
	text-align:center;
	}
.honornr .swiper-button{
	overflow:hidden;
	text-align:center;
	margin-top:44px;
	}
.honornr .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 27px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.honornr .swiper-button-prev{
	background:url(../images/prev5.png) no-repeat center;
	}
.honornr .swiper-button-next{
	background:url(../images/next5.png) no-repeat center;
	}
.honornr .swiper-button div:hover{
	background-color:#b50b1e;
	border:solid 1px #b50b1e;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:60px;
	}
.nprolist{
	overflow:hidden;
	float:left;
	margin:15px 0;
}
.nprolist a{
	display:block;
	overflow:hidden;
}

.nprolist .nproimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 260px;
}
.nprolist .nproimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nprolist .nproimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nprolist .nproimg:hover em{
	display:block;
}
.nprolist .nprotit{
	line-height:60px;
	color: #1a1a1a;
	font-size:16px;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*.nprolist .nprotit:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 18px;
	background: #216355;
	left: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}*/
.nprolist .nproimg em {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
	display: none;
}

.nprolist .nproimg i {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #216355;
	border-radius: 100%;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}

.nprolist .nproimg i:after {
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
} 
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:459px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,63,140,0.8) url(../images/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.npro dl:hover dd{
	background:rgba(0,63,140,0.8);
	}
.npro dl:hover dd{
	color:#fff;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.npro .nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.npro .npronrname{
	color:#216355;
	font-size:30px;
	line-height:60px;
	position:relative;
	font-weight:bold;
	margin-bottom:30px;
	border-bottom:1px solid #216355;
	padding-bottom:30px;
}
.npro .npronrname::after{
	position:absolute;
	left:0;
	bottom:30px;
	width:46px;
	height:2px;
	background:#216355;
	content:"";
}
.npro .npronrimg{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.npro .npronrimg img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.npro .nprotit{
	height:50px;
	line-height:50px;
	background: #216355;
	color:#fff;
	/*margin:25px 0;*/
	font-size:18px;
	padding-left:33px;
}
.npro .nprotit:hover{
	background: #a97b4f;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:240px;
	}
.nnewslist dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:77%;
	overflow:hidden;
	float:right;
	padding-left:42px;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;;
	line-height:30px;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon25.png) no-repeat right center;
	font-size:16px;
	margin-top:30px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background: -webkit-linear-gradient(left, #216355 , #23ad9f);
    background: -o-linear-gradient(right, #216355 , #23ad9f);
    background: -moz-linear-gradient(right, #216355 , #23ad9f);
    background: linear-gradient(to right, #216355 , #23ad9f);
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	background:url(../images/iconh25.png) no-repeat right center;
	}
.nnewsnr{
	margin-top:60px;
	margin-bottom:60px;
}
.nnewsnr h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	font-weight: normal;
	}
.nnewsnr .nnewsfbt{
    width: 100%;
    overflow: hidden;
    text-align: center;
     font-size: 18px;
	line-height:30px;
	margin-bottom: 10px;
}
.nnewsnr .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 23px;
}
.nnewsnr .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.nnewsnr .fbnr p,.nnewsnr .fbnr p span,.nnewsnr .fbnr p strong{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.nnewsnr .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* nzsjm
-------------------------------------------------------------- */
.nzsjm {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm p{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm img{
	max-width:100%;
	height:auto;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonornr{
	width:100%;
	overflow:hidden;
}
.nhonornr ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nhonornr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	text-align:center;
	}
.nhonornr ul li .nhonorimg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:400px;
}
.nhonornr ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:5px;
}
.nhonornr ul li .nhonorimg img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhonornr ul li:hover .nhonorimg img{
	transform: scale(1.05);
	}
.nhonornr ul li:hover p{
	color:#55d562;
}
/* ncontact
-------------------------------------------------------------- */
.bg{
    background: #f7f7f7;
}
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.ncontactnr .ncontactlf{
	overflow:hidden;
	height:616px;
	background:#216355;
	padding: 60px 40px 10px 40px;
	}
.ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:35px;
	margin-top: 20px;
	}
.ncontactnr .ncontactlf p a{
	font-size:16px;
	color:#fff;
}
.ncontactnr .ncontactlf p img {
    vertical-align: middle;
    margin: -3px 8px 0 0;
}
.ncontactnr .ncontactrt{
	overflow:hidden;
	padding:0;
	}
.ncontactnr .ncontactlf .ewm{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.map{
	height:488px;
	overflow:hidden;
	padding:0;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage ::-webkit-input-placeholder {
  color: #a3a3a3;
}
.nmessage :-moz-placeholder {
  color: #a3a3a3;
}
.nmessage ::-moz-placeholder{
color: #a3a3a3;
}
.nmessage :-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	margin-top:80px;
	margin-bottom:40px;
	width:100%;
	overflow:hidden;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon20.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon22.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon23.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon24.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background:#216355;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;width:auto;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:#216355;
}

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


@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.news .newslist dl dt{
		height:247px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.news .newslist dl dt{
		height:211px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.news .newslist dl dt{
		height:184px;
	}
}

@media(max-width:1680px) {
	.nfzlcnr .swiper-button .swiper-button-prev {
		left: -80px;
	}
	.nfzlcnr .swiper-button .swiper-button-next{
		right: -80px;
	}
	.nfzlcnr dl dt {
		padding: 20px 30px 10px 30px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.banner .img .banner1-1 .more {
		margin-top: 20%;
	}
	.banner .img .banner2-1 .more,.banner .img .banner3-1 .more{
		margin-top: 16%;
	}
	.sb ul li h4{
		font-size:30px;
		line-height:40px;
	}
	.ngssl dl dd p{
		font-size:15px;
		line-height:26px;
	}
	.ncontactnr .ncontactlf {
		padding: 34px 30px 0 30px;
	}
	.ncontactnr .ncontactlf p,.ncontactnr .ncontactlf p a{
		font-size:15px;
	}
	.nqywhlist_lf{
        font-size: 26px;
    }
    .nqywhlist_rt{
        font-size: 22px;
    }
	.footernr .footernav ul li {
		padding-left: 90px;
	}
}
@media(max-width:1440px) {
	.news .newslist dl dd {
		padding: 22px 30px 32px 30px;
	}
	.nav .menu > li {
		padding: 0 30px;
	}
	.sb ul li h4{
		font-size:26px;
		line-height:36px;
	}
	.ncontactnr .ncontactlf{
		padding: 34px 20px 0 20px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 58px;
		line-height: 58px;
	}
	.footernr .footernav ul li {
		padding-left: 80px;
	}
}
@media(max-width:1360px) {
	.nfzlcnr .swiper-button .swiper-button-prev {
		left: -70px;
	}
	.nfzlcnr .swiper-button .swiper-button-next{
		right: -70px;
	}
	.nfzlcnr dl dt {
		padding: 20px 20px 10px 20px;
	}
	.news .newslist dl dd h4 {
		font-size: 17px;
	}
	.ncontactnr .ncontactlf{
		width:32%;
	}
	.ncontactnr .ncontactrt{
		width:68%;
	}
	.nqywhlist_lf{
        font-size: 22px;
    }
    .nqywhlist_rt{
        font-size: 18px;
    }
	.footernr .footernav ul li {
		padding-left: 70px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 54px;
		line-height: 54px;
	}
}
@media(max-width:1300px) {
    
}
@media(max-width:1280px) {
	.tit p{
		font-size:50px;
		line-height:50px;
	}
	.tit h3,.tit h3 a{
		font-size:32px;
		line-height:42px;
	}
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li {
		padding: 0 25px;
	}
	.sb ul li h4{
		font-size:22px;
		line-height:32px;
	}
	.nfzlcnr dl dt,.nfzlcnr dl dt p{
		font-size:14px;
	}
	.ngssl dl dd {
		padding: 50px 0 0 0;
	}
	.ngssl dl dd p {
		font-size: 14px;
		line-height: 25px;
	}
	.ngssl:nth-child(2n+1) dl dd {
		padding-left:50px;
	}
	.ngssl:nth-child(2n) dl dd {
		padding-right: 50px;
	}
	.nfzlc .swiper-slide::after{
		right: -28px;
	}
	.bscnr h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.news {
		padding-bottom: 60px;
	}
	.news .newslist dl dd {
		padding: 22px 20px 32px 20px;
	}
	.news .newslist dl dd h4 {
		font-size: 16px;
	}
	.menu ul li {
		margin-left: 20px;
	}
	.npro .npronrname{
		font-size:26px;
		line-height:56px;
	}
	.footernr .footernav ul li {
		padding-left: 60px;
	}
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 46px;
		line-height: 46px;
	}
	.botlxfs {
		padding: 22px 0 20px 40px;
		margin-left:40px;
	}
	.footerbot .bottel{
		margin-left:40px;
	}
}
@media(max-width:1200px) {
	.nfzlcnr .swiper-button div {
		width: 45px;
		height: 45px;
	}
	.nfzlcnr .swiper-button .swiper-button-prev {
		left: -50px;
	}
	.nfzlcnr .swiper-button .swiper-button-next{
		right: -50px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li {
		padding: 0 20px;
	}
	.menu_i ul li {
		margin-left: 15px;
	}
	.ncontactnr .ncontactlf {
		padding: 34px 20px 0 20px;
	}
	.nfzlc .swiper-slide::after{
		right: -20px;
	}
	.nqywhlist {
        padding: 22px 0 22px 30px;
	}
	.nqywhlist_rt:before {
        width: 40px;
	}
	.nqywhlist_rt {
        padding-left: 58px;
	}
	.nqywhlist_lf {
        font-size: 20px;
    }
    .nqywhlist_rt {
        font-size: 16px;
    }
	.footerbot .bottel .telnr,.footerbot .bottel .telnr a{
		font-size: 36px;
		line-height: 36px;
	}
	.footernr .footernav ul li {
		padding-left: 50px;
	}
	.footerbot .bottel {
		margin-left: 25px;
		padding: 18px 0 23px 25px;
	}
	.botlxfs {
		padding: 22px 0 20px 25px;
		margin-left: 25px;
	}
}
@media(max-width:1080px) {
	.ncontactnr .ncontactlf p,.ncontactnr .ncontactlf p a{
		font-size:14px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li {
		padding: 0 15px;
	}
	.footernr .footernav ul li {
		padding-left: 35px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo {
		padding: 15px 0;
	}
	.logo img{
		height:30px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.nfzlc .swiper-slide::after{
		right: -28px;
	}
	.nfzlc{
		padding-top:120px;
		padding-bottom:120px;
	}
	.nfzlcnr .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.nfzlcnr .swiper-button .swiper-button-prev {
		left: -35px;
	}
	.nfzlcnr .swiper-button .swiper-button-next{
		right: -35px;
	}
	.news .newstit .tit,.news .menu_i{
		width:100%;
	}
	.news .menu_i {
		margin-top: 30px;
		text-align:left;
	}
	.menu_n ul li{
		margin:10px;
	}
	.menu_n ul li a{
		font-size:16px;
	}
	.menu_i {
		width:100%;
		text-align: left;
		margin-top:30px;
	}
	.menu_i ul li {
		margin-left: 0;
		margin-right:15px;
		margin-top:5px;
	}
	.ncontactnr .ncontactlf,.ncontactnr .ncontactrt{
		width:100%;
	}
	.ncontactnr .ncontactlf{
		height:auto;
		padding-bottom:20px;
	}
	.ncontactnr .ncontactrt{
		margin-top:30px;
	}
	.ncontactnr .ncontactlf p{
	    margin-top: 0;
	}
	.ncontactnr .ncontactlf .ewm {
        margin-top: 30px;
    }
    .nqywhlist_lf,.nqywhlist_rt{
        width: 100%;
        padding-left: 0;
        line-height: 30px;
        margin-top: 10px;
    }
    .nqywhlist_rt:before{
        display: none;
    }
    .nqywhlist {
        padding: 20px;
    }
	.footerbot .bottel,.botlxfs{
		width:100%;
		margin:20px 0 0 0;
		padding:0;
		border:none;
	}
}
@media(max-width:991px) {
	.banner .swiper-button div {
		width: 38px;
		height: 38px;
	}
	.banner .swiper-button .swiper-button-next {
		margin-left: 10px;
	}
	.banner .swiper-button{
		right:20px;
		bottom:20px;
	}
	.banner .down{
		display:none;
	}
	.banner .img .banner1-1,.banner .img .banner2-1,.banner .img .banner3-1{
		left:6%;
	}
	.tit p{
		font-size:40px;
		line-height:40px;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
		line-height:38px;
	}
	.aboutnr:after{
		display:none;
	}
	.sb ul li{
		height:50%;
	}
	.sb ul li .sbnrh{
		bottom:60px;
	}
	.sb ul li .sbmore {
		margin: 60px auto 0;
	}
	.nabout {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.ngssl dl{
		margin:30px 0;
	}
	.ngssl dl,.ngssl dl dt{
		height:auto;
	}
	.ngssl dl dt img {
		height: auto;
		object-fit: inherit;
	}
	.ngssl dl dt{
		margin-top:35px;
	}
	.ngssl:nth-child(2n) dl dd {
		padding-right: 0;
	}
	.ngssl:nth-child(2n+1) dl dd {
		padding-left: 0;
	}
	.ngssl dl dd {
		padding: 30px 0 30px 0;
	}
	.ngssl .ngsslnum{
		display:none;
	}
	.pro .prolist{
		margin-top:40px;
	}
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about .aboutlf{
		padding-top:0;
	}
	.about .aboutlf span{
		margin-bottom:20px;
	}
	.about .aboutrt{
		width:100%;
		position:inherit;
		top:0;
	}
	.aboutnr .aboutjs{
		padding-right:0;
	}
	.aboutnr .aboutjs{
		margin-top:30px;
	}
	.about .more {
		margin-top: 40px;
	}
	.hzkh ul li{
		width:31.333333333%;
		margin:20px 1%;
	}
	.hzkh ul li:nth-child(4n) {
		margin-right: 1%;
	}
	.bscnr h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.news .newslist dl{
		width:100%;
		margin:20px 0;
	}
	.menunr li > a {
		font-size: 16px;
		height:60px;
		line-height: 60px;
		padding: 0 10px;
	}
	.ngssl .ngsslen {
		font-size: 100px;
		line-height: 100px;
	}
	.npro .npronrname{
		font-size:22px;
		line-height:40px;
	}
	.nnewsnr h1{
		font-size:20px;
	}
	.nnewslist dl dd .dllf{
		width:100%;
		padding-right:0;
		border-right:none;
	}
	.nnewslist dl dd .dlrt{
		display:none;
	}
	.nnewslist dl dd{
		padding-left:20px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.nhzkhnr ul li {
		width: 31.33333333%;
	}
	.ncontactnr .ncontactrt img{
		max-width:100%;
		height:auto;
	}
	.footernr .footernav ul li{
		width:33.333333333%;
		padding:0;
		text-align:center;
	}
	.footernr .footernav ul li:nth-child(4){
		clear:both;
	}
	.footernr .footernav ul li p{
		display:none;
	}
	.footernr .footernav ul li:before{
		display:none;
	}
	.botnr .botlf, .botnr .botrt{
		text-align:center;
	}
	.bot .botnr {
		padding: 20px 0;
	}
}
@media(max-width:860px) {
	
}
@media(max-width:768px) {
	.sb ul li .sbnrh,.sb ul li .sbnr{
		padding: 0 20px;
	}
	.sb ul li p{
		font-size:15px;
		line-height:25px;
	}
}
@media(max-width:767px) {
	.banner .swiper-slide .img .banimg {
		width: 120%;
		margin-left: -10%;
	}
	.bscnr ul li{
		width:100%;
		margin: 10px 0;
	}
	.bscnr ul li {
		background-size: 60px !important;
		padding-left:70px;
		padding-top: 20px;
	}
	.about .aboutrt ul li{
		margin-bottom:10px;
	}
	.nfzlc .swiper-slide::after{
		display:none;
	}
	.npro .npronrname{
		font-size:20px;
		line-height:35px;
	}
	.nhzkhnr ul li {
		width: 48%;
	}
	.ngssl .ngsslen {
		font-size: 80px;
		line-height: 80px;
	}
}
@media(max-width:640px) {
	.banner .swiper-button {
		right: 10px;
		bottom: 10px;
	}
	.banner .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.banner .img .banner1-1 {
		width: 38%;
	}
	.banner .img .banner2-1 {
		width: 47%;
	}
	.banner .img .banner3-1 {
		width: 43%;
	}
	.banner .img .banner1-1 .more {
		margin-top: 10%;
	}
	.banner .img .banner2-1 .more,.banner .img .banner3-1 .more{
		margin-top: 6%;
	}
	.tit p{
		font-size:36px;
		line-height:36px;
	}
	.tit h3,.tit h3 a{
		font-size:24px;
		line-height:34px;
	}
	.sb ul li p{
		margin-top:20px;
	}
	.sb ul li .sbmore {
		margin: 30px auto 0;
	}
	.sb ul li .sbmore {
		width: 120px;
		padding-left: 15px;
	}
	.bscnr h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.hzkh ul li{
		width:48%;
	}
	.menu_i ul{
		width:100%;
	}
	.menu_i ul li {
		width:48%;
		margin:5px 1% 0 1%;
	}
	.menu_i ul li:first-child {
		margin-left: 1%;
	}
	.menu_i ul li a{
		width:100%;
	}
	.more a {
		width: 120px;
		height:40px;
		line-height:40px;
		padding-left: 15px;
		font-size:14px;
	}
	.more a i{
		width:20px;
		background-size: 20px !important;
	}
	.hzkh .hzkhtit .more{
		width:100%;
		margin-top:30px;
	}
	.about .aboutrt {
		height: 408px;
		background-size: 640px;
	}
	.sb ul li h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.sb ul li .sbicon img{
		width:50px;
	}
	.bsc {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.bscnr ul {
		margin-top: 60px;
	}
	.hzkh {
		margin-top: 60px;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nfzlc {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.nfzlcnr .swiper-button{
		width:100%;
		text-align:center;
		margin-top:30px;
	}
	.nfzlcnr .swiper-button div{
		position:inherit;
		margin-top: 0;
		display:inline-block;
		margin:0 5px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:220px;
	}
	.nnewslist dl dt, .nnewslist dl dd {
		width: 100%;
	}
	.nnewslist dl dd{
		padding-left:0;
	}
	.ngssl .ngsslen {
		font-size: 70px;
		line-height: 70px;
	}
	.ngssl .ngsslnum{
		font-size:80px;
	}
	.ngssl dl{
		padding:0 20px;
	}
	.ngssl dl dt {
		margin-top: 20px;
	}
	.footernr .footernav ul li h4,.footernr .footernav ul li h4 a{
		font-size:16px;
	}
	.footernr .footernav {
		margin-bottom: 20px;
	}
	.footer {
		padding-bottom: 40px;
	}
}
@media(max-width:540px) {
	.nhzkhnr ul li{
		height:85px;
	}
}
@media(max-width:425px) {
	.tit p{
		font-size:32px;
		line-height:32px;
	}
	.tit h3,.tit h3 a{
		font-size:20px;
		line-height:30px;
	}
	.ngssl .ngsslen {
		font-size: 60px;
		line-height: 60px;
	}
	.banner .more a{
		width: 100px;
		height: 35px;
		line-height: 35px;
		padding-left: 10px;
		font-size: 12px;
	}
	.banner .img .banner1-1 {
		width: 48%;
	}
	.banner .img .banner2-1 {
		width: 57%;
	}
	.banner .img .banner3-1 {
		width: 53%;
	}
	.menu_i ul li {
		width:100%;
		margin:5px 0 0 0;
	}
	.menu_i ul li:first-child {
		margin-left:0;
	}
	.nfzlcnr dl dt, .nfzlcnr dl dt p {
		font-size: 13px;
		line-height: 23px;
	}
}
@media(max-width:375px) {
	.footernr .footernav ul li h4,.footernr .footernav ul li h4 a{
		font-size:15px;
	}
}
@media(max-width:319px) {
	.nfzlcnr dl dt, .nfzlcnr dl dt p {
		font-size: 12px;
		line-height: 22px;
	}
	.footernr .footernav ul li h4,.footernr .footernav ul li h4 a{
		font-size:14px;
	}
	
}