@charset "utf-8";



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

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

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

/* 全局样式

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

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

p{line-height:25px;}

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

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



*{margin:0;padding:0;}

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

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

.body{background:#fff;}

.nbody{background:#efefef;}

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



img{border:0px;}

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

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

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

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



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

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

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

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

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

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

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



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

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



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



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

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

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

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

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position: absolute;
	z-index: 999;
	left:0;
	top:0;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	padding:0 1% 0 0;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	overflow:hidden;
}
.logo img{
	max-width:100%;
	height:auto;
}
.icon2{
	overflow:hidden;
	background:#212565 url(../images/icon1.png) no-repeat 20px center;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	height:36px;
	line-height:36px;
	padding:0 24px 0 60px;
	border-radius:20px;
	margin:32px 0;
}
.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;
}
/* 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:84px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

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


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

.nav .menu > li a{
	color:#fff;
	font-size:18px;
	display:block;
	line-height:100px;
	text-transform:uppercase;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:after{
	content:"";
	width:0px;
	height:4px;
	background:#212565;
	position:absolute;
	left:0;
	bottom:40px;
	z-index:-1;
	-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,.nav .menu > li.active a{
}


.nav .menu > li .submenu{

	width:180px;
	left:50%;
	margin-left:-90px;
	}

.nav .menu > li .submenu li{

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

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0 10px;
	border-bottom:solid 1px #dfdfdf;
}
.nav .menu > li .submenu li:last-child a{
	border-bottom:none;
}

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

	background:#212565;

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	}
.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;
	}
.banner .swiper-button .swiper-button-prev,.banner .swiper-button .swiper-button-next{
	width:50px;
	height:50px;
	border-radius:50%;
	outline:none;
	float:left;
	border:solid 4px rgba(255,255,255,0.3);
	transition: all .5s ease;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index:99;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:30px;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:30px;
	}
/*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;
	}
.mouse {
  position: relative;
  width: 32px;
  height: 52px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:16px auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}

@-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 {
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	float:left;
	margin:36.5px 32px;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}
.swiper-pagination-fraction .swiper-pagination-total{
	padding-left:112px;
}
.swiper-pagination-fraction .swiper-pagination-total:after{
	content:"";
	width:104px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:9px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	padding-right:112px;
}
.swiper-pagination-fraction .swiper-pagination-current:after{
	content:"";
	width:104px;
	height:2px;
	background:#e38f0e;
	position:absolute;
	right:0;
	bottom:9px;
}
.swiper-pagination-fraction span:before{
	content:"0";
	}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	margin:0 10px 3px 10px;
	background:#fff;
	outline:none;
}

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

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

.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	margin:0 10px;
}

.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*/
.scrollnews{
	width:50%;
	height:165px;
	overflow:hidden;
	padding:0 0 0 125px;
	background:#c21b29;
	position:absolute;
	left:0;
	bottom:-14px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	border-radius:0 40px 0 0;
	z-index:99;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:176px; 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;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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:12%;
	bottom:68px;
	z-index:99;
	}
.scrollnews_nr img{
	max-width:100%;
	height:auto;
	}
.tnewslf{
	width:10%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	}
.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:35%;
	overflow:hidden;
	font-size:30px;
	line-height:30px;
	color:#fff;
	font-family:Arial;
	padding-left:26px;
	border-left:solid 1px #fff;
	}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	min-height:86px;
	position:relative;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#141414;
	line-height:60px;
	position:absolute;
	left:0;
	top:28px;
	}
.tit h3 a{
	font-size:50px;
	color:#141414;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#ececec;
	line-height:50px;
	font-family: Arial;
	font-weight:bold;
	text-transform:uppercase;
	}
	
/* 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:#f5f5f5 url(../images/aboutbg.jpg) no-repeat left top;
	padding-top:142px;
	padding-bottom:102px;
	position:relative;
	}
.aboutnr{
	position:relative;
	z-index:9;
	}
.about .aboutimg{
	width:49%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:80px;
	z-index:0;
	}
.about .aboutimg img{
	max-width:100%;
	height:auto;
	border-radius: 50px;
	}
.aboutcont{
	width:100%;
	overflow:hidden;
	}
.aboutms{
	width:83%;
	overflow:hidden;
	background:#fff;
	padding:80px 80px 112px 84px;
	border-radius:15px;
	margin-top:100px;
	position:relative;
	min-height:384px;
	}
.aboutms:before{
	content:"";
	width:38px;
	height:32px;
	background:url(../images/icon8.png) no-repeat center;
	position:absolute;
	left:32px;
	top:55px;
	}
.aboutms .abouten{
	width:60%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:20px;
	bottom:0;
	z-index:0;
	}
.aboutms .abouten img{
	max-width:100%;
	height:auto;
	}
.aboutms h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:36px;
	color:#000;
	}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#6b6b6b;
	line-height:30px;
	margin-top:33px;
	position:relative;
	z-index:9;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #d5d5d5;
	}
.aboutlist dl:first-child{
	width:18%;
	}
.aboutlist dl:nth-child(2){
	width: 32%;
    padding-left: 136px;
	}
.aboutlist dl:nth-child(3){
	width: 28%;
    padding-left: 116px;
	}
.aboutlist dl:nth-child(4){
	width: 22%;
    padding-left: 124px;
	border-right:none;
	}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	}
.aboutlist dl dt{
	font-size:18px;
	color:#212565;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt .counter{
	font-size:80px;
	color:#212565;
	font-family: myThreeFont;
	line-height:80px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dd{
	font-size:22px;
	color:#272c40;
	line-height:30px;
	font-weight:bold;
	margin-top:13px;
}
.aboutlist dl:hover dt,.aboutlist dl:hover dt .counter{
	color:#d71515;
}
/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	overflow:hidden;
	background:url(../images/gsslbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:407px;
	padding-bottom:106px;
	}
.gsslnr .tit{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.gsslnr{
	position:relative;
	padding-bottom:158px;
	}
.gsslnr .tit p{
	color:rgba(255,255,255,0.1);
	}
.gsslnr .tit h3{
	color:#fff;
	}
.gssllist{
	width:100%;
	overflow:hidden;
	padding-left:50%;
	}
.gsslcont{
	margin-top:108px;
	}
.gsslcont,.gsslcont h4,.gsslcont p{
	width:100%;
	overflow:hidden;
	}
.gsslcont h4{
	font-size:28px;
	color:#fff;
	line-height:38px;
	text-align:right;
	margin-bottom:24px;
	}
.gsslcont p{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	text-align:right;
	}
.gsslnr .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	}
.gsslnr .swiper-button div{
	width:60px;
	height:60px;
	border:solid 2px #fff;
	border-radius:50%;
	float:left;
	opacity:0.5;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.gsslnr .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	}
.gsslnr .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:34px;
	}
.gsslnr .swiper-button div:hover{
	opacity:1;
	background-color:rgba(255,255,255,0.2);
	}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	background:url(../images/hzkhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:83px;
	padding-bottom:196px;
	}
.hzkhtit{
	width:100%;
	overflow:hidden;
	}
.hzkh .tit h3,.hzkh .tit h3 a{
	color:#fff;
	}
.hzkh .tit p{
	color:rgba(255,255,255,0.1);
	}
.hzkhmore{
	overflow:hidden;
	margin-top:34px;
	}
.hzkhmore a{
	display:block;
	width:180px;
	height:46px;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#fff;
	border:solid 1px #fff;
	border-radius:25px;
	}
.hzkhlist{
	width:100%;
	margin-top:77px;
	position:relative;
	}
.hzkhlist .swiper-slide{
	padding:0 1px;
	}
.hzkhlist .hzkhimg{
	width:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.3);
	text-align:center;
	border-radius:20px;
	}
.hzkhlist .hzkhimg img{
	max-width:100%;
	height:auto;
	}
.hzkhlist .swiper-button{
	overflow:hidden;
	}
.hzkhlist .swiper-button div{
	width:20px;
	height:37px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-18.5px;
	}
.hzkhlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-70px;
	}
.hzkhlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-70px;
	}

/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f2f3f5;
	padding-bottom:84px;
	padding-top:114px;
	position:relative;
	}
.casenr{
	width:100%;
	overflow:hidden;
	margin-top:75px;
	}
.casenr .swiper-slide{
	padding:0 13px;
	}
.casenr .swiper-slide dl,.casenr .swiper-slide dl dt,.casenr .swiper-slide dl dd{
	width:100%;
	overflow:hidden;
	}
.casenr .swiper-slide dl{
	background:#fff;
	padding:45px 24px 62px 24px;
	border-radius:5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casenr .swiper-slide dl dt{
	border-radius:5px;
	}
.casenr .swiper-slide dl dt img{
	width:100%;
	height:auto;
	}
.casenr .swiper-slide dl dd{
	font-size:20px;
	color:#262626;
	line-height:30px;
	margin-top:28px;
	}
.casenr .swiper-slide dl:hover{
	background:#0063c6;
	}
.casenr .swiper-slide dl:hover dd{
	color:#fff;
	}
.case .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	}
.case .swiper-button div{
	width:30px;
	height:30px;
	overflow:hidden;
	border:solid 2px #c0c1c2;
	border-radius:50%;
	display:inline-block;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.case .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	}
.case .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh3.png) no-repeat center;
	}
.case .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:26px;
	}
.case .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth3.png) no-repeat center;
	margin-left:26px;
	}
.case .swiper-button div:hover{
	border:solid 2px #2c2c2c;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f7f8fc;
	padding-top:114px;
	padding-bottom:168px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	margin-bottom:98px;
	}
.newsmenu{
	overflow:hidden;
	text-align:right;
	margin-top:36px;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	width:206px;
	height:46px;
	overflow:hidden;
	border:solid 1px #b4b4b4;
	border-radius:25px;
	float:left;
	line-height:46px;
	text-align:center;
	margin-left:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmenu ul li:first-child{
	margin-left:0;
	}
.newsmenu ul li a{
	overflow:hidden;
	color:#b4b4b4;
	font-size:16px;
	display:block;
	}
.newsmenu ul li:hover{
	border:solid 1px #212565;
	}
.newsmenu ul li:hover a{
	color:#212565;
	}
.news .newslist{
	width:100%;
	overflow:hidden;
	}
.newslf{
	overflow:hidden;
	height:449px;
	padding:0;
	position:relative;
	}

.newslf .newsbot{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	bottom:32px;
	}
.newslf .newsbot .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.newslf .newsbot p{
	width:100%;
	overflow:hidden;
	font-size:19px;
	line-height:30px;
	color:#fff;
	}
.newslf .newsbg{
	width:100%;
	height:35%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -moz-linear-gradient(top,rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
	}
.newsrt{
	overflow:hidden;
	background:#fff;
	height:449px;
	padding:12px 56px 0 60px;
	}
.newsrt ul{
	width:100%;
	overflow:hidden;
}
.newsrt ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #ededed;
	padding-bottom:22px;
	margin-top:23px;
}
.newsrt ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7a7a7a;
	font-family:Arial;
	line-height:30px;
	}
.newsrt ul li h5{
	width:100%;
	overflow:hidden;
	font-size:19px;
	color:#141414;
	line-height:33px;
	padding-right:40px;
}
.newsrt ul li .newsms{
	width:100%;
	overflow:hidden;
	color:#808080;
	font-size:15px;
	line-height:25px;
	margin-top:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	height:0;
}
.newsrt ul li:hover .newsms{
	opacity:1;
	height:auto;
	margin-top:10px;
	}
.newsrt ul li:hover h5{
	background:url(../images/icon7.png) no-repeat right center;
	color:#212565;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:94px;
	padding-bottom:94px;
	position:relative;
	}
.proen1{
	overflow:hidden;
	position:absolute;
	left:10%;
	bottom:20px;
	z-index:0;
}
.proen2{
	overflow:hidden;
	position:absolute;
	right:10%;
	top:20px;
	z-index:0;
}
.pro .pronr{
	position:relative;
	z-index:9;
}
.pro .protit{
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
	}
.protit .newsmenu ul li{
	margin-left:6px;
	}
.prolist,.prolist ul{
	width:100%;
	}
.prolist ul li{
	width:32%;
	overflow:hidden;
	border:solid 2px #f8f8f8;
	float:left;
	border-radius:10px;
	margin:20px 2% 20px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	position:relative;
	}
.prolist ul li:nth-child(3n){
	margin-right:0;
	}
.prolist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#1a1a1a;
	line-height:32px;
	margin-bottom:4px;
	}
.prolist ul li .model{
	float:left;
	padding:0 15px;
	overflow:hidden;
	background:#ededed;
	height:34px;
	line-height:34px;
	color:#757575;
	font-size:16px;
	border-radius:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.prolist ul li .proimg{
	width:100%;
	overflow:hidden;
	height:289px;
	position:relative;
	}
.prolist ul li .proimg 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;
	}
.prolist ul li:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.prolist ul li .probot{
	width:100%;
	overflow:hidden;
	padding:5px 10px;
}
.prolist ul li p{
	width:100%;
	overflow:hidden;
	background:url(../images/icon6.png) no-repeat 70px center;
	font-size:15px;
	color:#757575;
	line-height:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.prolist ul li:hover{
	border:solid 2px #212565;
	box-shadow: 5px 19px 18px rgba(13,13,18,0.3);
	-moz-box-shadow: 5px 19px 18px rgba(13,13,18,0.3);
	-webkit-box-shadow: 5px 19px 18px rgba(13,13,18,0.3);
	}
.prolist ul li:after{
	content:"";
	width:100%;
	height:4px;
	background:#212565;
	border-radius:0 0 10px 10px;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	}
.prolist ul li:hover .model{
	background:#212565;
	color:#fff;
	}
.prolist ul li:hover:after{
	opacity:1;
	}
.prolist ul li:hover p{
	color:#212565;
	background:url(../images/iconh6.png) no-repeat 70px center;
	}

/* message
-------------------------------------------------------------- */
.message ::-webkit-input-placeholder {
  color: #fff;
}
.message :-moz-placeholder {
  color: #fff;
}
.message ::-moz-placeholder{
color: #a3a3a3;
}
.message :-ms-input-placeholder {
  color: #fff;
}
.message{
	width:100%;
	overflow:hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:158px;
	padding-bottom:186px;
	}
.message .tit h3,.message .tit h3 a,.message .tit p{
	color:#fff;
	}
.message .messagecont{
	width:50%;
	overflow:hidden;
	}
.messagelist,.messagelist ul,.messagelist ul li{
	width:100%;
	overflow:hidden;
	}
.messagelist ul li{
	border-bottom:solid 1px rgba(255,255,255,0.4);
	padding-bottom:22px;
	margin-top:22px;
	}
.messagelist ul li input{
	width:100%;
	overflow:hidden;
	background-color:transparent;
	line-height:30px;
	color:#fff;
	font-size:16px;
	padding-left:44px;
	background-position:left center;
	background-repeat:no-repeat;
	}
.messagelist ul li:first-child input{
	background-image:url(../images/icon8.png);
	}
.messagelist ul li:nth-child(2) input{
	background-image:url(../images/icon9.png);
	}
.messagelist ul li textarea{
	width:100%;
	overflow:hidden;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:44px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	}
.messagelist ul li:nth-child(3) textarea{
	background-image:url(../images/icon10.png);
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#fff;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #fff;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.messagelist .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:54px;
}
.messagelist .tjbtn button {
    width: 100%;
    height: 48px;
    background:#e38f0e;
    color: #fff;
	text-align:center;
	font-size:16px;
	border-radius:10px;
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#212565;
	padding:36px 0;
	}
.linknr{
	font-size:15px;
	color:#fff;
	line-height:30px;
	}
.link a{
	font-size:15px;
	color:#fff;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#22232b;
}
.footernr{
	padding-top:78px;
	padding-bottom:72px;
	}
.footertop{
	width:100%;
	overflow:hidden;
	}
.footerlf{
	width:34%;
	overflow:hidden;
	}
.botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:33px;
	}
.botlogo img{
	max-width:100%;
	height:auto;
	}
.bottel{
	width:100%;
	overflow:hidden;
	padding-left:42px;
	background:url(../images/icon2.png) no-repeat left center;
	font-size:16px;
	color:#c1c3c0;
	line-height:35px;
	}
.bottel a{
	font-family:Arial;
	font-size:30px;
	color:#3a3f93;
	font-weight:bold;
	}
.botadd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#c1c3c0;
	line-height:30px;
	padding-left:42px;
	background:url(../images/icon3.png) no-repeat left 24px;
	border-top:solid 1px #2f3039;
	padding-top:20px;
	margin-top:25px;
	}
.footernr .botnav{
	width:64%;
	overflow:hidden;
	}
.footernr .botnav ul{
	width:100%;
	overflow:hidden;
	}
.footernr .botnav ul li{
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#fff;
	border-left:solid 1px #2f3039;
	padding-left:80px;
	}
.footernr .botnav ul li:first-child{
	border-left:none;
}
.footernr .botnav ul li:first-child,.footernr .botnav ul li:last-child{
	width:30%;
	}
.footernr .botnav ul li:nth-child(2){
	width:40%;
	}
.footernr .botnav ul li h4{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	margin-bottom:34px;
	}
.footernr .botnav ul li h4 a{
	font-size:20px;
	color:#fff;
	}
.footernr .botnav ul li a{
	font-size:16px;
	color:#fff;
	}
.footernr .botnav ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#c4c6c5;
	margin-top:10px;
	}
.footernr .botnav ul li p a{
	font-size:16px;
	color:#c4c6c5;
	}
.footernr .botnav ul li p span{
	color:#515259;
	margin-left:18px;
	}
.footernr .footerbot{
	width:100%;
	overflow:hidden;
	margin-top:16px;
	}
.footernr .footerbotlf{
	width:43%;
	overflow:hidden;
	}
.footernr .footerbotlf dl{
	overflow:hidden;
	}
.footernr .footerbotlf dl dt,.footernr .footerbotlf dl dd{
	overflow:hidden;
	float:left;
	}
.footernr .footerbotlf dl dt img{
	width:98px;
	max-width:100%;
	height:auto;
	}
.footernr .footerbot dl dd{
	color:#c1c3c0;
	line-height:22px;
	text-align:center;
	margin-left:24px;
	padding-top:24px;
	}
.search{
	width:35%;
	overflow:hidden;
	}
.search input{
	width:84%;
	height:52px;
	line-height:52px;
	overflow:hidden;
	float:left;
	border: solid 1px #2f3039;
	padding:0 20px;
	background:none;
	}
.search button{
	width:16%;
	overflow:hidden;
	height:52px;
	line-height:52px;
	background:#3a3f93 url(../images/icon4.png) no-repeat center;
	}
.botlxfs{
	width:22%;
	overflow:hidden;
	text-align:right;
	}
.botlxfs img{
	max-width:100px;
	height:auto;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#22232b;
	}
.bot .botnr{
	padding:44px 0;
	border-top: solid 1px #434343;
	}
.bot .botnr .botlf,.bot .botnr .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#969696;
	}
.bot .botnr .botlf a,.bot .botnr .botrt a{
	color:#969696;
	}
.bot .botnr .botrt{
	text-align:right;
	}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:240px;
	margin-bottom:60px;
}
.searchnr_n{
	overflow:hidden;
	margin-bottom:15px;
}
.searchnr_n .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150 img{
	max-width:100%;
	height:auto;
}
.searchlist{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	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:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
}
.positionnr .positionrt {
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon14.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.nmenu {
	overflow: hidden;
}
.nmenu ul {
	overflow: hidden;
	margin: 0;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 50px;
	text-align: center;
}
.nmenu ul li a {
	padding:0 44px;
	font-size: 16px;
	color: #262626;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#163c7e;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #003198;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	padding-top:60px;
	padding-bottom:80px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	font-size:16px;
	line-height:30px;
	}
.aboutnr_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.aboutnr_n img{
	max-width:100%;
	height:auto;
	}

/* nhonor
-------------------------------------------------------------- */
.nhonor{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:95px;
}
.nhonor .tit{
	border-bottom:solid 1px #dddddd;
	padding-bottom:24px;
	}
.nhonorlist{
	margin-top:50px;
	padding-bottom:85px;
	position:relative;
	}
.nhonorlist,.nhonorlist .nhonorimg{
	width:100%;
	overflow:hidden;
	}
.nhonorlist .nhonorimg{
	text-align:center;
	}
.nhonorlist .nhonorimg img{
	max-width:100%;
	height:auto;
	}
.nhonorlist .swiper-slide{
	padding:0 10px;
	}
.nhonorlist .swiper-button{
	width:136px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-68px;
	bottom:0;
	}
.nhonorlist .swiper-button-prev,.nhonorlist .swiper-button-next{
	width:50px;
	height:50px;
	border-radius:50%;
	}
.nhonorlist .swiper-button-prev{
	background:#595959 url(../images/prev3.png) no-repeat center;
	float:left;
}
.nhonorlist .swiper-button-next{
	background:#595959 url(../images/next3.png) no-repeat center;
	float:right;
}
.nhonorlist .swiper-button-prev:hover,.nhonorlist .swiper-button-next:hover{
	background-color:#c21b29;
	}
.nqywh{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:236px;
	padding-bottom:234px;
	}
.nqywh .nqywhlf,.nqywh .nqywhrt{
	padding:0;
	}
.nqywh .nqywhlf .tit h3:after {
    background: #0f1920;
}
.nqywh .nqywhlf .tit p{
	line-height:20px;
	}
.nqywh .nqywhlf .tit h3 a{
	color:#fff;
	}
.nqywh .nqywhlf .tit h3{
	margin-top:20px;
	}
.nqywh .nqywhlf span{
	width: 6px;
    height: 68px;
    display: block;
    background: #c21b29;
    border-radius: 5px;
    margin-top: 110px;
	}
.nqywh .nqywhrtnr{
	overflow:hidden;
	float:right;
	}
.nqywh .nqywhrtnr dl{
	overflow:hidden;
	margin-top:50px;
	}
.nqywh .nqywhrtnr dl dt,.nqywh .nqywhrtnr dl dd{
	overflow:hidden;
	}
.nqywh .nqywhrtnr dl dt{
	font-size:23px;
	color:#c21b29;
	line-height:28px;
	}
.nqywh .nqywhrtnr dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.nqywh .nqywhrtnr dl dd p{
	font-size:16px;
	color:#fff;
	line-height:28px;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
}
.menu_n ul{
	overflow:hidden;
	display:inline-block;
}
.menu_n ul li{
	overflow:hidden;
	line-height:30px;
	padding:5px 20px;
	border:solid 1px #b4b4b4;
	border-radius:20px;
	float:left;
	margin:10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li a{
	font-size:16px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li:hover,.menu_n ul li.active{
	border:solid 1px #212565;
	}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#212565;
	}
/* npro
-------------------------------------------------------------- */
.margin{
	margin-top:60px;
	margin-bottom:60px;
	}
.pro_n{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	border-radius:15px;
	float:left;
	margin:20px 1%;
	padding-bottom:40px;
	position:relative;
	}
.pro_n dl dt,.pro_n dl dd{
	width:100%;
	overflow:hidden;
	}
.pro_n dl dt img{
	max-width:100%;
	height:auto;
	}
.pro_n dl dd{
	text-align:center;
	font-size:18px;
	color:#212121;
	line-height:30px;
	}
.pro_n dl .probg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(22,60,126,0.77) url(../images/icon3.png) no-repeat center;
	z-index:99;
	transition: all .5s ease;
	opacity:0;
	}
.pro_n dl:hover .probg{
	opacity:1;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*

/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.case_n dl{
	overflow:hidden;
	padding:0 15px;
	margin:20px 0;
	}
.case_n dl dt,.case_n dl dd{
	width:100%;
	overflow:hidden;
	}
.case_n dl dt{
	position:relative;
	height:279px;
	}
.case_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.case_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.case_n dl dd{
	line-height:30px;
	height:60px;
	font-size:18px;
	color:#333;
	margin-top:10px;
	}
.case_n dl:hover dd{
	color:#212565;
}
.gallery{
	width:100%;
	overflow:hidden;
	position:relative;
}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.news_n ul{
	width:100%;
	overflow:hidden;
}
.news_n ul li{
	width: 33.3333333333%;
    float: left;
    padding: 35px;
    padding-top: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #888888;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    line-height: 1;
    transition: .5s ease-in-out;
	}
.news_n ul li:nth-child(3n+1) {
    border-left: 1px solid #dddddd;
}
.news_n ul li .time{
	width:100%;
	overflow:hidden;
	font-size: 12px;
}
.news_n ul li .t0 {
	width:100%;
	overflow:hidden;
	font-size: 19px;
    line-height: 30px;
    height: 60px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    transition: .5s ease-in-out;
    margin-bottom: 20px;
}
.news_n ul li .t2 {
	width:100%;
	overflow:hidden;
    margin-bottom: 20px;
}
.news_n ul li .img{
	width:100%;
	overflow:hidden;
	height:215px;
	position:relative;
}
.news_n ul li .img 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;
}
.news_n ul li:hover .img img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news_n ul li .p {
	width:100%;
	overflow:hidden;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 50px;
}
.news_n ul li .more0 {
	width:100%;
	overflow:hidden;
    width: 75px;
    height: 13px;
    background: url(../images/o12.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease-in-out;
}
.news_n ul li:hover{
	background:#212565;
}
.news_n ul li:hover .time,.news_n ul li:hover .t0,.news_n ul li:hover .t2,.news_n ul li:hover .p{
	color:#fff;
}
.news_n ul li:hover .more0{
	background: url(../images/o13.png) no-repeat center;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contact_n .contactnr_n{
	width:100%;
	overflow:hidden;
	padding:0 15%;
	margin-top:60px;
	}
.contact_n .contactnr_n h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#000;
	font-weight:normal;
	margin-bottom:15px;
	}
.contact_n .contactnr_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#646464;
	line-height:30px;
}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	border-left:solid 2px #212565;
	margin-top:34px;
	}
.contactnr_n ul li{
	overflow:hidden;
	padding:0 0 0 35px;
	font-size:18px;
	line-height:30px;
	}
.contactnr_n ul li a{
	font-size:18px;
}
.map{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.map img{
	max-width:100%;
	height:auto;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:90px;
}
.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;
	font-size:16px;
	line-height:30px;
	font-weight: normal;
	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:42px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:42px;
	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/icon9.jpg) no-repeat 10px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon10.jpg) no-repeat 10px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon11.jpg) no-repeat 10px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon12.jpg) no-repeat 10px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon13.jpg) no-repeat 10px 25.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #212565;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* 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:#212565;
}

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1280px) and (min-width: 0px){
.nav,.icon1,.icon2{
	display:none
}
/**/
#toggleMenu {
  position: absolute;
  width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top:0;
  left:0;
  z-index:-1;
  opacity:0;
}
#toggleMenu.active{
	min-height:100vh;
}
#toggleMenu.active{
	z-index:999;
  opacity:1;
}
#toggleMenu nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

#toggleMenu nav .social li {
  width: 50%;
}
.toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  right:1%;
		  top:10px;
		  z-index:9999;
}

.toggle span {
  height: 3px;
  margin: 3px 5px;
  width: 30px;
  display: block;
  background: #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: 1280px) and (max-width: 1280px) {
	.prolist ul li .proimg{
		height:267px;
	}
	.news_n ul li .img{
		height:195px;
	}
	.case_n dl dt {
		height: 255px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.prolist ul li .proimg{
		height:240px;
	}
	.news_n ul li .img{
		height:170px;
	}
	.case_n dl dt {
		height: 228px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.prolist ul li .proimg{
		height:213px;
	}
	.news_n ul li .img{
		height:146px;
	}
	.case_n dl dt {
		height: 200px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.prolist ul li .proimg{
		height:206px;
	}
	.news_n ul li .img{
		height:140px;
	}
	.case_n dl dt {
		height: 193px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.prolist ul li .proimg{
		height:275px;
	}
	.news_n ul li .img{
		height:196px;
	}
	.case_n dl dt {
		height: 258px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.prolist ul li .proimg{
		height:245px;
	}
	.news_n ul li .img{
		height:170px;
	}
	.case_n dl dt {
		height: 228px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.newslf{
		height:362px;
	}
	.prolist ul li .proimg{
		height:203px;
	}
	.news_n ul li .img{
		height:315px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.newslf{
		height:305px;
	}
	.prolist ul li .proimg{
		height:353px;
	}
	.news_n ul li .img{
		height:259px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.newslf{
		height:240px;
	}
	.prolist ul li .proimg{
		height:277px;
	}
	.news_n ul li .img{
		height:194px;
	}
	.case_n dl dt {
		height: 254px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.newslf{
		height:212px;
	}
	.prolist ul li .proimg{
		height:244px;
	}
	.news_n ul li .img{
		height:165px;
	}
	.case_n dl dt {
		height: 222px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.newslf{
		height:181px;
	}
	.prolist ul li .proimg{
		height:208px;
	}
	.news_n ul li .img{
		height:134px;
	}
	.case_n dl dt {
		height: 186px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newslf{
		height:158px;
	}
	.prolist ul li .proimg{
		height:181px;
	}
	.news_n ul li .img{
		height:112px;
	}
	.case_n dl dt {
		height: 160px;
	}
}

@media(max-width:1800px) {
	.nav {
		margin-right: 60px;
	}
	.nav .menu > li {
		margin: 0 40px;
	}
}
@media(max-width:1768px) {
	.nav .menu > li {
		margin: 0 35px;
	}
	.proen1{
		left:7%;
	}
	.proen2{
		right:7%;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li {
		margin: 0 30px;
	}
	.proen1{
		left:5%;
	}
	.proen2{
		right:5%;
	}
	.aboutcont{
		padding: 0 5%;
	}
	.aboutlist dl:nth-child(2) {
		padding-left: 110px;
	}
	.aboutlist dl:nth-child(3) {
		padding-left: 110px;
	}
	.aboutlist dl:nth-child(4) {
		padding-left: 90px;
	}
}
@media(max-width:1600px) {
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li {
		margin: 0 20px;
	}
	.prolist ul li h4{
		font-size:20px;
		line-height:30px;
	}
	.aboutcont {
		padding: 0 10%;
	}
	.aboutlist dl:nth-child(4) {
		padding-left: 70px;
	}
	.aboutlist dl:nth-child(2),.aboutlist dl:nth-child(3) {
		padding-left: 90px;
	}
	.aboutlist dl dt .counter {
		font-size: 70px;
		line-height: 70px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 0;
	}
	.nav .menu > li {
		margin: 0 15px;
	}
	.proen1{
		left:1%;
	}
	.proen2{
		right:1%;
	}
	.aboutcont {
		padding: 0 15%;
	}
	.aboutlist dl dt .counter {
		font-size: 60px;
		line-height: 60px;
	}
	.aboutlist dl dd {
		font-size: 20px;
	}
	.aboutlist dl:nth-child(2), .aboutlist dl:nth-child(3) {
		padding-left: 80px;
	}
	.nprort h1{
		font-size: 24px;
		line-height: 34px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
}
@media(max-width:1360px) {
	.icon2 {
		padding: 0 15px 0 50px;
	}
	.nav .menu > li {
		margin: 0 10px;
	}
	.aboutcont {
		padding: 0 17%;
	}
	.aboutlist dl:nth-child(2), .aboutlist dl:nth-child(3) {
		padding-left: 70px;
	}
	.aboutlist dl dt {
		font-size: 16px;
	}
	.aboutlist dl dt .counter {
		font-size: 56px;
		line-height: 56px;
	}
}
@media(max-width:1280px) {
	.cont,.cont1{
		width:88%;
		}
	.header,.logo img{
		height:60px;
	}
	.hzkhlist .swiper-button .swiper-button-prev{
		left:-40px;
	}
	.hzkhlist .swiper-button .swiper-button-next{
		right:-40px;
	}
	.aboutlist dl:nth-child(2), .aboutlist dl:nth-child(3) {
		padding-left: 60px;
	}
	.aboutlist dl:nth-child(4) {
		padding-left: 50px;
	}
	.aboutlist dl dt .counter {
		font-size: 52px;
		line-height: 52px;
	}
	.aboutlist dl dd {
		font-size: 18px;
	}
	.news_n h1{
		font-size: 24px;
		line-height: 34px;
	}
	.prolist ul li h4{
		font-size:18px;
	}
	.newsmenu ul li {
		width: 180px;
	}
	.footernr .botnav ul li {
		padding-left: 60px;
	}
}
@media(max-width:1200px) {
	.aboutlist dl:nth-child(4) {
		padding-left: 40px;
	}
}
@media(max-width:1152px) {
	.aboutcont {
		padding: 0 20%;
	}
	.prolist ul li h4{
		font-size:16px;
	}
	.aboutlist dl:nth-child(4) {
		padding-left: 20px;
	}
	.aboutlist dl:nth-child(2), .aboutlist dl:nth-child(3) {
		padding-left: 50px;
	}
	.aboutlist dl dt .counter {
		font-size: 48px;
		line-height: 48px;
	}
	.case_n dl dd{
		font-size:16px;
	}
	.aboutlist {
		margin-top: 70px;
	}
	.footernr .botnav ul li {
		padding-left: 40px;
	}
	
}
@media(max-width:1024px) {
	.footernr .botnav ul li {
		padding-left: 30px;
	}
	
}
@media(max-width:1023px) {
	.about{
		background:none;
		padding-top:60px;
		padding-bottom:0;
		margin-bottom:60px;
	}
	.aboutcont {
		padding: 0;
	}
	.about .aboutimg{
		position:inherit;
		width:100%;
		text-align:center;
		padding:0 6%;
		top:0;
		margin-top:30px;
	}
	.aboutms {
	    width: 100%;
		margin-top: 40px;
	}
	.aboutms:before{
		left:0;
		top:0;
	}
	.aboutms {
		padding: 0 0 112px 50px;
	}
	.aboutms h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.aboutms{
		min-height: auto;
		}
	.proen1,.proen2{
		display:none;
	}
	.gssl {
		padding-top: 200px;
		padding-bottom: 80px;
	}
	.gssllist{
		padding-left:0;
	}
	.gsslcont {
		margin-top: 60px;
	}
	.news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news .newstit{
		margin-bottom:50px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
}
@media(max-width:991px) {
	.prolist ul li{
		width:49%;
	}
	.prolist ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.prolist ul li:nth-child(2n) {
		margin-right: 0;
	}
	.pro .protit .tit,.pro .protit .newsmenu{
		width:100%;
	}
	.pro .protit .newsmenu{
		text-align:left;
	}
	.protit .newsmenu ul li {
		margin-left: 0;
		margin-right:6px;
	}
	.pro{
		padding-top:60px;
		padding-bottom:60px;
	}
	.newslf .newsbot{
		padding: 0 20px;
		bottom:20px;
	}
	.newslf .newsbot p{
		font-size:18px;
	}
	.newsmenu ul li {
		width: auto;
		padding: 0 15px;
		height: 36px;
		line-height: 36px;
		margin-left:10px;
	}
	.newsrt {
		padding: 12px 30px 0 30px;
	}
	.news .newstit .tit,.news .newstit .newsmenu{
		width: 100%;
	}
	.news .newstit .newsmenu{
		text-align:left;
	}
	.newsrt ul li h5{
		font-size:18px;
	}
	.newsrt{
		height:auto;
	}
	.newslf img{
		width:100%;
		height:auto;
	}
	.gsslcont h4{
		font-size:24px;
		line-height:34px;
	}
	.gsslnr {
		padding-bottom: 130px;
	}
	.gssl {
		padding-top: 160px;
	}
	.hzkhtit .tit{
		width:100%;
	}
	.hzkhmore{
		float:left;
	}
	.hzkh {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.hzkhmore a {
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.news_n ul li{
		width:50%;
	}
	.news_n ul li:nth-child(3n+1) {
		border-left:none;
	}
	.news_n ul li:nth-child(2n+1) {
		border-left: 1px solid #dddddd;
	}
	.tit p {
		font-size: 46px;
		line-height: 46px;
	}
	.tit h3,.tit h3 a{
		font-size: 46px;
		line-height: 56px;
	}
	.tit h3{
		top:22px;
	}
	.aboutnr_n{
		margin-top:30px;
	}
	.gsslnr .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.contact_n .contactnr_n{
		padding:0;
	}
	.footerlf,.footernr .botnav{
		width:100%;
	}
	.footernr .botnav{
		margin-top:30px;
	}
	.footernr .botnav ul li p{
		display:none;
	}
	.footernr .botnav ul li h4,.footernr .botnav ul li h4 a {
		font-size: 18px;
	}
	.footernr .botnav ul li{
		width:33.33333333333%;
		text-align:center;
		padding:0;
	}
	.footernr .footerbotlf,.search,.botlxfs,.bot .botnr .botlf, .bot .botnr .botrt{
		width:100%;
	}
	.footernr {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.search,.botlxfs{
		margin-top:30px;
	}
	.botlxfs{
		text-align:left;
	}
	.bot .botnr .botlf, .bot .botnr .botrt{
		text-align:center;
	}
}
@media(max-width:767px) {
	.tit p {
		font-size: 42px;
		line-height: 42px;
	}
	.tit h3, .tit h3 a {
		font-size: 42px;
		line-height: 52px;
	}
	.tit h3 {
		top: 20px;
	}
	.aboutlist dl{
		width:50% !important;
		padding:0 !important;
		margin:10px 0;
	}
	.aboutlist dl dt,.aboutlist dl dd{
		text-align:center;
	}
	.aboutlist {
		margin-top: 50px;
	}
	.banner .swiper-button .swiper-button-prev, .banner .swiper-button .swiper-button-next {
		width: 30px;
		height: 30px;
		background-size:10px;
		margin-top:-15px;
	}
	.banner .swiper-button .swiper-button-prev{
		left:10px;
	}
	.banner .swiper-button .swiper-button-next{
		right:10px;
	}
	.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:240px;
	}
	.hzkhlist .swiper-button .swiper-button-prev{
		left:-25px;
	}
	.hzkhlist .swiper-button .swiper-button-next{
		right:-25px;
	}
	.contactnr_n ul li {
		padding: 0 0 0 20px;
	}
	.aboutlist dl:nth-child(2){
		border-right:none;
	}
	.news_n h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.news_n ul li {
		width: 100%;
	}
	.news_n ul li:nth-child(2n){
		border-left: 1px solid #dddddd;
	}
	.case_n dl dd{
		height:auto;
	}
	.nprort h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.nprort .npro_infolei, .nprort .npro_infolei span {
		font-size: 16px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.bottel a{
		font-size:26px;
	}
}
@media(max-width:640px) {
	.header, .logo img {
		height: 50px;
	}
	.toggle{
		top:5px;
	}
	.banner .swiper-slide .img img {
		width: 120%;
		height: auto;
		margin-left: -10%;
	}
	.tit p {
		font-size: 38px;
		line-height: 38px;
	}
	.tit h3, .tit h3 a {
		font-size: 38px;
		line-height: 48px;
	}
	.protit .newsmenu ul li {
		margin:5px 5px 5px 0;
		width:auto;
		padding:0 10px;
	}
	.tit {
		min-height: 76px;
	}
	.aboutms:before {
		display:none;
	}
	.aboutms {
		padding: 0 0 80px 0;
	}
	.newsrt {
		padding: 12px 20px 0 20px;
	}
	.aboutms .abouten{
		display:none;
	}
	.aboutms {
		padding: 0;
	}
	.contact_n .contactnr_n h4{
		font-size: 22px;
	}
	.menu_n ul li{
		margin: 10px 5px;
	}
	.footernr .botnav ul li h4, .footernr .botnav ul li h4 a {
		font-size: 16px;
	}
}
@media(max-width:639px) {
	.prolist ul li{
		width:100%;
	}
	.prolist ul li:nth-child(3n) {
		margin-right: 0;
	}
	
}
@media(max-width:540px) {
	.tit p {
		font-size: 34px;
		line-height: 34px;
	}
	.tit h3, .tit h3 a {
		font-size: 34px;
		line-height: 44px;
	}
	.tit h3 {
		top: 16px;
	}
	
}
@media(max-width:500px) {
	
	
}
@media(max-width:425px) {
	.banner .swiper-button .swiper-button-prev{
		left:5px;
	}
	.banner .swiper-button .swiper-button-next{
		right:5px;
	}
	.news_n ul li{
		padding:20px;
	}
	.hzkhlist .swiper-button .swiper-button-prev{
		left:-20px;
	}
	.hzkhlist .swiper-button .swiper-button-next{
		right:-20px;
	}
	.bottel a{
		font-size:24px;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.aboutms h4 {
		font-size: 20px;
		line-height: 30px;
	}
}