@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */
@font-face
{
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSCN-NORMAL.OTF'),
		 url('../font/SOURCEHANSANSCN-NORMAL.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF'),
		 url('../font/SOURCEHANSANSCN-MEDIUM.eot'); /* IE9 */
}
@font-face
{
	font-family: myThreeFont;
	src: url('../font/BELLB.TTF'),
		 url('../font/BELLB.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"myFirstFont","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;
	background:#fff;
	position: fixed;
	z-index: 999;
	padding:0 1%;
	top: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;
	padding:24.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.icon1{
	overflow:hidden;
	padding:32px 0;
	cursor:pointer;
	margin-left:88px;
	}
.icon1 .iconnr1{
	width:36px;
	height:36px;
	border-radius:50%;
	box-shadow:0px 0px 10px rgba(13,13,18,0.06);
	background:url(../images/icon1.png) no-repeat center;
	}
.icon1 .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:5px;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
}
.icon1 .ewmimg img{
	width:100px;
}
.icon1:hover .ewmimg{
	opacity:1;
}
.icon2{
	overflow:hidden;
}
.icontit2{
	overflow:hidden;
	padding:32px 0;
	margin-right:8px;
}
.iconnr2{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	background:#231815;
	height:36px;
	line-height:36px;
	padding:0 30px;
	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:74px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	margin:0 42px;
	position:relative;
	}
.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#1d1d1d;
	font-size:17px;
	display:block;
	line-height:100px;
	text-transform:uppercase;
	position:relative;
	}
.nav .menu > li a:after{
	content:"";
	width:0px;
	height:2px;
	background:#e87613;
	position:absolute;
	left:0;
	bottom:24px;
	-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{
	color:#e87613;
	font-weight:bold;
}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	padding:0 10px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
	border-bottom:solid 1px #e0e0e0;
}
.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:#e87613;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:100%;
	}
.tel .telnr{
	width:320px;
	height:55px;
	border-radius:30px;
	padding-left:57px;
	background:#c21b29 url(../images/icon2.png) no-repeat 25px center;
	padding-top:5px;
	margin-top:27.5px;
	}
.tel .telnr p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	}
.tel .telnr h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:23px;
	line-height:20px;
	}
.tel .telnr span{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:17px;
	color:#fff;
	margin-right:9px;
	}
.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:100px;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	bottom:50px;
	left:11.6%;
	z-index:99;
	}
.banner .swiper-button .swiper-button-prev,.banner .swiper-button .swiper-button-next{
	width:85px;
	height:85px;
	border-radius:50%;
	outline:none;
	float:left;
	transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-prev:hover{
	background:rgba(255,255,255,0.3) url(../images/prevh.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next:hover{
	background:rgba(255,255,255,0.3) url(../images/nexth.png) no-repeat center;
	}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
.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;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:55px;
	color:#231815;
	line-height:65px;
	font-weight:normal;
	font-family: myTwoFont;
	margin-top:4px;
	}
.tit h3 a{
	font-size:55px;
	color:#231815;
	font-family: myTwoFont;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#e87613;
	line-height:30px;
	font-family: Arial;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 4px;
	}
	
/* 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);
	}
}
/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../images/hyyybg1.jpg) no-repeat bottom center;
	background-size:cover;
	}
.hyyynr{
	position:relative;
	}
.hyyytit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:90px;
	z-index:99;
	}
.hyyytit .tit{
	text-align:center;
	}
.hyyytit .tit h3,.hyyytit .tit h3 a{
	color:#fff;
	}
.hyyynr ul{
	width:100%;
	overflow:hidden;
	height:1000px;
	}
.hyyynr ul li{
	overflow:hidden;
	height:100%;
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
	padding-top:420px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hyyynr ul li:first-child{
	border-left:solid 1px rgba(255,255,255,0.2);
	}
.hyyynr ul li .hyyyicon,.hyyynr ul li p{
	width:100%;
	overflow:hidden;
	}
.hyyynr ul li .hyyyicon{
	text-align:center;
	}
.hyyynr ul li .hyyyicon img{
	max-width:100%;
	height:auto;
	}
.hyyynr ul li p{
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:32px;
	}
.hyyynr ul li span{
	display:block;
	width:16px;
	height:1px;
	background:#fff;
	margin:62px auto 0;
	}
.hyyynr ul li:hover{
	background:rgba(232,118,19,0.7);
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	padding-top:142px;
	padding-bottom:238px;
	}
.about .aboutlf{
	width:32%;
	overflow:hidden;
	padding:0;
	}
.aboutlf .tit span{
	display:block;
	width:40px;
	height:4px;
	background:#e87613;
	margin-top:28px;
	}
.about .aboutlf h4{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#231815;
	line-height:33px;
	margin-top:45px;
	}
.about .aboutlf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:308px;
	}
.about .aboutlf .aboutmore a{
	display:block;
	font-size:16px;
	color:#fff;
	width:228px;
	height:56px;
	line-height:56px;
	background:#231815 url(../images/icon14.png) no-repeat 98% center;
	border-radius:28px;
	padding-left:68px;
	letter-spacing:2px;
	}
.about .aboutrt{
	width:68%;
	overflow:hidden;
	}
.aboutrt .aboutnr_rt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7b7b7b;
	line-height:30px;
	}
.aboutimg{
	width:100%;
	overflow:hidden;
	border-radius:20px;
	margin-top:84px;
	}
.aboutimg img{
	width:100%;
	height:auto;
	}
/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../images/gsslbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:162px;
	padding-bottom:138px;
	position:relative;
	}
.gsslnr{
	padding-bottom:181px;
}
.gssltit{
	width:100%;
	overflow:hidden;
	margin-bottom:170px;
	}
.gssltit .tit{
	margin-top:68px;
	}
.gssltit .tit h3{
	color:#fff;
	}
.gsslen{
	width:50%;
	overflow:hidden;
	}
.gsslen img{
	max-width:100%;
	height:auto;
	}
.botgssl{
	width:50%;
	overflow:hidden;
	}
.gssllist{
	display:none;
	}
.gssllist.active{
	display:block;
	}
.gssllist,.gssllist h4,.gssllist p{
	width:100%;
	overflow:hidden;
	}
.gssllist h4{
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-bottom:24px;
	}
.gssllist p{
	font-size:16px;
	color:rgba(255,255,255,0.66);
	line-height:30px;
	}
.gsslmenu{
	position:absolute;
	left:50%;
	margin-left:-736px;
	bottom:134px;
	}
.gsslmenu ul{
	width:100%;
	overflow:hidden;
	}
.gsslmenu ul li{
	width:32.66666666667%;
	height:94px;
	overflow:hidden;
	background:#fff url(../images/gsslbg.png) no-repeat right bottom;
	float:left;
	margin:10px 1% 0 0;
	border-radius:10px;
	padding:0 38px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.gsslmenu ul li h5{
	width:100%;
	height:100%;
	overflow:hidden;
	font-size:20px;
	color:#262626;
	line-height:94px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.gsslmenu ul li:first-child h5{
	background:url(../images/icon9.png) no-repeat 96% 24px;
	}
.gsslmenu ul li:first-child:hover h5,.gsslmenu ul li:first-child.active h5{
	background:url(../images/iconh9.png) no-repeat 96% 24px;
	}
.gsslmenu ul li:nth-child(2) h5{
	background:url(../images/icon10.png) no-repeat 96% 29px;
	}
.gsslmenu ul li:nth-child(2):hover h5,.gsslmenu ul li:nth-child(2).active h5{
	background:url(../images/iconh10.png) no-repeat 96% 29px;
	}
.gsslmenu ul li:nth-child(3) h5{
	background:url(../images/icon11.png) no-repeat 96% 29px;
	}
.gsslmenu ul li:nth-child(3):hover h5,.gsslmenu ul li:nth-child(3).active h5{
	background:url(../images/iconh11.png) no-repeat 96% 29px;
	}
.gsslmenu ul li:last-child{
	margin-right:0;
	}
.gsslmenu ul li:hover,.gsslmenu ul li.active{
	background:#e87613;
	}
.gsslmenu ul li:hover h5,.gsslmenu ul li.active h5{
	color:#fff;
	}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	padding-top:104px;
	padding-bottom:114px;
	}
.hzkh .tit h3,.hzkh .tit p{
	text-align:center;
	}
.hzkh ul{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.hzkh ul li{
	width:23.5%;
	overflow:hidden;
	float:left;
	border:solid 6px #f5f5f5;
	text-align:center;
	margin:10px 2% 10px 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.hzkh ul li:hover{
	border:solid 6px #e87613;
	}
.hzkh ul li img{
	max-width:100%;
	height:auto;
	}
.hzkh ul li:nth-child(4n){
	margin-right:0;
	}

/* 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:#f6f6f6;
	padding-top:100px;
	padding-bottom:114px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	margin-bottom:98px;
	}
.newsmenu{
	overflow:hidden;
	text-align:right;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 88px 7px 10px;
	position:relative;
	}
.newsmenu ul li a{
	overflow:hidden;
	color:#3c3533;
	font-size:16px;
	letter-spacing:2px;
	}
.newsmenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#3c3533;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.newsmenu ul li:hover:after{
	width:100%;
	}
.newsmenu ul li:hover{
	background:url(../images/icon2.png) no-repeat 96% center;
	}
.news .newslist{
	width:100%;
	overflow:hidden;
	}
.newslist ul{
	width:100%;
	overflow:hidden;
}
.newslist ul li{
	width:31.33333333333%;
	overflow:hidden;
	float:left;
	margin:10px 3% 10px 0;
}
.newslist ul li:last-child{
	margin-right:0;
	}
.newslist ul li .zi{
	width:100%;
	overflow:hidden;
}
.newslist ul li .zi .timex {
    font-size: 16px;
    color: #231815;
    display: flex;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 17px;
}
.newslist ul li .zi .timex span {
    width: 100px;
    height: 38px;
    border: solid 3px #e87613;
    line-height: 32px;
    text-align: center;
	font-size:16px;
    color: #e87613;
    margin-right: 16px;
    font-weight: 500;
    border-radius: 20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist ul li .zi h4 {
    font-size:25px;
    color: #333333;
    line-height:35px;
	font-weight:normal;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newslist ul li .newsimg_n{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	position:relative;
	height:286px;
	border-radius:15px;
}
.newslist ul li .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newslist ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newslist ul li .ck {
	width:100%;
	overflow:hidden;
    font-size: 16px;
    color: #231815;
	line-height:30px;
	margin-top:64px;
	background:url(../images/icon18.png) no-repeat left center;
	padding-left:15px;
}
.newslist ul li:hover .ck{
	color:#e87613;
	background:url(../images/iconh18.png) no-repeat left center;
	}
.newslist ul li:hover .zi .timex span{
	background:#e87613;
	color:#fff;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-bottom:80px;
	padding-left:11.6%;
	padding-top:193px;
	position:relative;
	}
.pro:before{
	content:"Product";
	font-size:286px;
	font-family:Arial;
	color:#eeeeee;
	line-height:286px;
	font-weight:bold;
	position:absolute;
	left:50%;
	margin-left:-540px;
	top:172px;
	}
.pro .protit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:94px;
	}
.prolist{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.pronr{
	width:100%;
	overflow:hidden;
	}
.pronr .prolf,.pronr .prort{
	width:33%;
	overflow:hidden;
	}
.pronr .prolf{
	padding-top:300px;
	}
.pronr .prort{
	padding-top:116px;
	}
.pronr .prolf h4{
	width:100%;
	overflow:hidden;
	font-size:43px;
	color:#231815;
	line-height:53px;
	}
.pronr .prolf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a6a6a6;
	line-height:30px;
	margin-top:33px;
	}
.pronr .prolf .promore{
	width:170px;
	overflow:hidden;
	font-size:16px;
	color:#231815;
	font-family:Arial;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	background:url(../images/icon2.png) no-repeat 96% 9px;
	border-bottom:solid 2px #231815;
	margin-top:84px;
	letter-spacing: 3px;
	padding:0 10px 8px 10px;
	}
.pronr .proin{
	width:34%;
	overflow:hidden;
	text-align:center;
	}
.pronr .proin img{
	max-width:100%;
	height:auto;
	}
.pronr .prort dl{
	overflow:hidden;
	float:right;
	}
.pronr .prort dl dt,.pronr .prort dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr .prort dl dt{
	text-align:center;
	}
.pronr .prort dl dt img{
	max-width:100%;
	height:auto;
	}
.pronr .prort dl dd{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#e87613;
	font-weight:bold;
	margin-top:20px;
	}
.prolist .swiper-button{
	overflow:hidden;
	position:absolute;
	right:12%;
	bottom:0;
	z-index:99;
	}
.prolist .swiper-button div{
	width:86px;
	height:86px;
	border-radius:50%;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.prolist .swiper-button .swiper-button-prev{
	background:#e3e3e3 url(../images/prev2.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-prev:hover{
	background:#e87613 url(../images/prevh.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next{
	background:#e3e3e3 url(../images/next2.png) no-repeat center;
	margin-left:36px;
	}
.prolist .swiper-button .swiper-button-next:hover{
	background:#e87613 url(../images/nexth.png) no-repeat 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{
	color:#969696;
	line-height:30px;
	padding:30px 0 0 0;
	margin-top:42px;
	}
.link a{
	margin-right:10px;
	color:#969696;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#333333;
}
.footernr{
	padding-top:80px;
	padding-bottom:57px;
	}
.footertop{
	width:100%;
	overflow:hidden;
	border-bottom: solid 1px #434343;
	padding-bottom:60px;
	}
.botlogo{
	width:35%;
	overflow:hidden;
	}
.botlogo h3,.botlogo p{
	width:100%;
	overflow:hidden;
	}
.botlogo h3{
	font-size:30px;
	line-height:40px;
	color:#fff;
	}
.botlogo p{
	font-family:Arial;
	color:rgba(255,255,255,0.5);
	letter-spacing: 1.6px;
	}
.footernr .botnav{
	width:65%;
	overflow:hidden;
	text-align:right;
	margin-top:15px;
	}
.footernr .botnav ul{
	overflow:hidden;
	display:inline-block;
	}
.footernr .botnav ul li{
	overflow:hidden;
	float:left;
	margin:0 43px;
	font-size:16px;
	color:#fff;
	}
.footernr .botnav ul li:last-child{
	margin-right:0;
	}
.footernr .botnav ul li a{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.footernr .botnav ul li a:hover{
	font-weight:bold;
	color:#ff6b03;
	}
.footernr .footerbot{
	width:100%;
	overflow:hidden;
	margin-top:138px;
	}
.footernr .footerbot dl{
	overflow:hidden;
	float:left;
	}
.footernr .footerbot dl dt,.footernr .footerbot dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerbot dl dd{
	color:#969696;
	line-height:30px;
	font-size:16px;
	margin-top:10px;
	}
.botlxfs{
	overflow:hidden;
	margin-left:68px;
	}
.boticon{
	width:100%;
	overflow:hidden;
	}
.boticon img{
	max-width:100%;
	height:auto;
	}
.botlxfs h4{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin-top:13px;
	}
.botlxfs .bottel{
	width:100%;
	overflow:hidden;
	font-size:35px;
	font-family:Arial;
	line-height:40px;
	color:#fff;
	margin-top:10px;
	}
.botlxfs .bottel a{
	font-size:35px;
	color:#fff;
}
.botlxfs p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}
.botly{
	overflow:hidden;
	}
.botly{
	overflow:hidden;
	}
.botly p{
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:2px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#333333;
	}
.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;
	}
/* scrolltop
-------------------------------------------------------------- */
.scrolltop{
	width:88px;
	overflow:hidden;
	background:#231815;
	position:fixed;
	right:0;
	bottom:10%;
	border-radius:10px 0 0 10px;
	z-index:998;
	}
.scrolltop p{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:36px 0;
	}
.scrolltop p img{
	max-width:100%;
	height:auto;
	}
.return{
	cursor:pointer;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:450px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:600px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:127px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	text-align: right;
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon21.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;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.nmenu ul li a {
	padding:0 30px;
	font-size: 16px;
	color: #262626;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#e87613;
}
.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;
	}
/* about_n
-------------------------------------------------------------- */
.about_n{
	padding-top:80px;
	padding-bottom:80px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	font-size:16px;
	line-height:30px;
	}
.aboutnr_n p{
	overflow:hidden;
	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;
	}

/* npro
-------------------------------------------------------------- */
.bg{
	background:#f8f9fa ;
	}
.pro_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.pro_n dl{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	}
.pro_n dl dt{
	width:100%;
	overflow:hidden;
	height:352px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	border: solid 1px #e4e4e4;
	}
.pro_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.pro_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pro_n dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(232,118,19,0.8) url(../images/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pro_n dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.pro_n dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.pro_n dl dd{
	width:100%;
	overflow:hidden;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.pro_n dl:hover dd{
	background:rgba(232,118,19,0.8);
	}
.pro_n dl:hover dd{
	color:#fff;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
}
.nprofbnr p,.nprofbnr p span,.nprofbnr p a,.nprofbnr p strong{
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*

/* join
-------------------------------------------------------------- */
.join{
	margin-top:60px;
	margin-bottom:60px;
	}
.joinnr{
	width:100%;
	overflow:hidden;
	}
.joinfbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.joinfbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.joinfbnr img{
	max-width:100%;
	height:auto;
	}
/* job
-------------------------------------------------------------- */
.job{
	margin-top:60px;
	margin-bottom:60px;
	}
.jobnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.job .tit{
	width:100%;
	border-bottom:solid 1px #e0e1e1;
	padding-bottom:24px;
	}
.job .joblf{
	padding:60px 45px 0 0;
	}
.job .joblf h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
	}
.job .joblf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	}
.job .jobrt{
	padding:0;
	overflow:hidden;
	border-radius:20px 0;
	}
.job .jobrt img{
	width:100%;
	height:auto;
	}
.joblist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.jobfb{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	width:31.33333333333%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
}
.newsnr_n ul li .zi{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .zi .timex {
    font-size: 16px;
    color: #333333;
    display: flex;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.newsnr_n ul li .zi .timex span {
    width: 100px;
    height: 38px;
    border: solid 3px #e87613;
    line-height: 32px;
    text-align: center;
    color: #e87613;
    margin-right: 16px;
    font-weight: 500;
    border-radius: 20px;
}
.newsnr_n ul li .zi h4 {
    font-size:30px;
    color: #333333;
    line-height:40px;
	font-weight:normal;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newsnr_n ul li .newsimg_n{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	height:300px;
}
.newsnr_n ul li .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr_n ul li .ck {
	width:100%;
	overflow:hidden;
    margin-top: 3.125vw;
    font-size: 16px;
    color: #000;
	line-height:30px;
	margin-top:30px;
}
.news_n dl{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	padding:20px;
	float:left;
	box-shadow: 0px 0px 10px #e0e1e1;
	border-radius: 6% 10px 6% 10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}

.news_n dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:246px;
	border-radius:20px;
	border-radius: 6% 10px 6% 10px;
	}
.news_n dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.news_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news_n dl dd{
	width:100%;
	overflow:hidden;
	}
.news_n dl dd h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:24px;
	margin-top:20px;
	border-bottom:solid 1px #efefef;
	padding-bottom:14px;
	font-weight:normal;
	}
.news_n dl dd .nnewsjs{
	width:100%;
	overflow:hidden;
	color:#777777;
	margin-top:22px;
	}
.news_n dl dd .nnews_date{
	width:100%;
	overflow:hidden;
	color:#8a8a8a;
	line-height:30px;
	margin-top:18px;
	}
.news_n dl:hover dd h5{
	color:#163c7e;
	}
.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;
	}
/* case_n
-------------------------------------------------------------- */
.case_n,.honor_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.case_n dl,.honor_n dl{
	overflow:hidden;
	padding:0 20px;
	margin:20px 0;
	}
.case_n dl dt,.case_n dl dd,.honor_n dl dt,.honor_n dl dd{
	width:100%;
	overflow:hidden;
	}
.case_n dl dt{
	position:relative;
	height:338px;
	}
.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,.honor_n dl dd{
	line-height:30px;
	font-size:20px;
	color:#333;
	margin-top:20px;
	text-align:center;
	}
.case_n dl:hover dd,.honor_n dl:hover dd{
	color:#e87613;
}
.gallery{
	width:100%;
	overflow:hidden;
	position:relative;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n dl dt{
	position:relative;
	height:647px;
	}
.honor_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;
	}
.honor_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
/* hzkh_n
-------------------------------------------------------------- */
.hzkh_n{
	margin-top:60px;
	margin-bottom:60px;
}
.hzkhnr_n,.hzkhnr_n ul{
	width:100%;
	overflow:hidden;
}
.hzkhnr_n ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border: solid 6px #f5f5f5;
	position:relative;
	height:121px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hzkhnr_n ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhzhb ul li img{
	max-width:100%;
	height:auto;
	}
.hzkhnr_n ul li:hover{
	border: solid 6px #e87613;
}
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:80px;
	position:relative;
	z-index:2;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	background: #e87613;
	padding:40px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	}
.contactnr_n ul li{
	width:25%;
	overflow:hidden;
	float:left;
	margin:10px 0;
	}
.contactnr_n ul li .icon{
	width:100%;
	overflow:hidden;
}
.contactnr_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	margin-top:20px;
}
.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#fff;
}
.contactnr_n ul li p a{
	font-size:20px;
	color:#fff;
}
.contactnr_n ul li dl{
	overflow:hidden;
	}
.contactnr_n ul li dl dt,.contactnr_n ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.contactnr_n ul li dl dt img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.map{
	width:100%;
	overflow:hidden;
	margin-top:-150px;
	position:relative;
	z-index:1;
	}
.map img{
	width:100%;
	height:auto;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:90px;
	margin-bottom:154px;
}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#343434;
	line-height:45px;
	text-align:center;
	font-weight:normal;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon22.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon23.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #093682;
    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:#e87613;
}

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) 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: #231815;
  -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: 1600px) and (max-width: 1600px) {
	.pro_n dl dt{
		height:335px;
	}
	.case_n dl dt{
		height:321px;
		}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.pro_n dl dt{
		height:299px;
	}
	.case_n dl dt{
		height:286px;
		}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.pro_n dl dt{
		height:282px;
	}
	.case_n dl dt{
		height:268px;
		}
	.newsnr_n ul li .newsimg_n{
		height: 288px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.pro_n dl dt{
		height:264px;
	}
	.case_n dl dt{
		height:251px;
		}
	.newsnr_n ul li .newsimg_n{
		height: 271px;
	}
	.newslist ul li .newsimg_n{
		height:277px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.pro_n dl dt{
		height:236px;
	}
	.case_n dl dt{
		height:223px;
		}
	.newsnr_n ul li .newsimg_n{
		height: 244px;
	}
	.newslist ul li .newsimg_n{
		height:249px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.pro_n dl dt{
		height:208px;
	}
	.case_n dl dt{
		height:195px;
		}
	.newsnr_n ul li .newsimg_n{
		height: 216px;
	}
	.newslist ul li .newsimg_n{
		height:221px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.pro_n dl dt{
		height:201px;
	}
	.case_n dl dt{
		height:188px;
		}
	.newsnr_n ul li .newsimg_n{
		height: 210px;
	}
	.newslist ul li .newsimg_n{
		height:214px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.pro_n dl dt{
		height:266px;
	}
	.case_n dl dt{
		height:153px;
		}
	.newsnr_n ul li .newsimg_n{
		height:279px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.pro_n dl dt{
		height:236px;
	}
	.case_n dl dt{
		height:223px;
		}
	.newsnr_n ul li .newsimg_n{
		height:249px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pro_n dl dt{
		height:405px;
	}
	.case_n dl dt{
		height:392px;
		}
	
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pro_n dl dt{
		height:339px;
	}
	.case_n dl dt{
		height:326px;
		}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pro_n dl dt{
		height:263px;
	}
	.case_n dl dt{
		height:250px;
		}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.pro_n dl dt{
		height:230px;
	}
	.case_n dl dt{
		height:217px;
		}
	.newsnr_n ul li .newsimg_n{
		height:253px;
	}
	.newslist ul li .newsimg_n{
		height:259px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.pro_n dl dt{
		height:194px;
	}
	.case_n dl dt{
		height:181px;
		}
	.newsnr_n ul li .newsimg_n{
		height:216px;
	}
	.newslist ul li .newsimg_n{
		height:221px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pro_n dl dt{
		height:168px;
	}
	.case_n dl dt{
		height:154px;
		}
	.newsnr_n ul li .newsimg_n{
		height:189px;
	}
	.newslist ul li .newsimg_n{
		height:193px;
	}
}

@media(max-width:1680px) {
	.nav{
		margin-right:50px;
	}
	.icon1{
		margin-left:60px;
	}
	.pronr .prolf h4 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav .menu > li {
		margin: 0 35px;
	}
	.tit h3,.tit h3 a{
		font-size: 50px;
		line-height: 60px;
	}
	.newslist ul li .zi h4{
		font-size: 22px;
		line-height: 32px;
	}
	.newslist ul li .ck{
		margin-top:40px;
	}
	.gsslmenu{
		margin-left:-44%;
	}
	.pro{
		padding-left:6%;
	}
	.pro .protit{
		left:6%;
	}
	.pronr .prolf h4 {
		font-size: 36px;
		line-height: 46px;
	}
	.newsnr_n ul li .zi h4{
		font-size: 26px;
		line-height:36px;
	}
	.contactnr_n ul li h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n ul li p, .contactnr_n ul li p a {
		font-size: 18px;
	}
	.botlxfs .bottel,.botlxfs .bottel a{
		font-size: 30px;
		line-height: 35px;
	}
	.footernr .botnav ul li {
		margin: 0 30px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li {
		margin: 0 30px;
	}
	.icon1 {
		margin-left: 40px;
	}
	.tit h3,.tit h3 a{
		font-size:45px;
		line-height:55px;
	}
	.pro:before {
		font-size: 240px;
		margin-left: -453px;
	}
	.newslist ul li .ck {
		margin-top: 30px;
	}
	.newsnr_n ul li .zi h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.pronr .prolf h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.nprort h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.contactnr_n ul li h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.contactnr_n ul li p, .contactnr_n ul li p a {
		font-size: 16px;
	}
	.botlogo h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.botlogo p {
		letter-spacing: 0.6px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		margin: 0 25px;
	}
}
@media(max-width:1280px) {
	.icon1 {
		margin-left: 20px;
	}
	.nav {
		margin-right: 10px;
	}
	.nav .menu > li {
		margin: 0 20px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.banner .swiper-button{
		bottom:20px;
	}
	.about .aboutlf h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.newslist ul li .zi h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.pronr .prolf h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.pro_n dl dd,.case_n dl dd, .honor_n dl dd{
		font-size:18px;
	}
	
	.gsslmenu ul li{
		padding: 0 20px;
	}
	.botlxfs .bottel,.botlxfs .bottel a{
		font-size: 25px;
		line-height: 30px;
	}
	.footernr .botnav ul li {
		margin: 0 20px;
	}
	.botlogo h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.botlogo p {
		letter-spacing: 0;
		font-size: 13px;
	}
}
@media(max-width:1152px) {
	.icon1 {
		margin-left:10px;
	}
	.nav {
		margin-right:0;
	}
	.nav .menu > li {
		margin: 0 16px;
	}
	.iconnr2 {
		padding: 0 20px;
	}
	.footernr .botnav ul li {
		margin: 0 20px;
	}
}
@media(max-width:1100px) {
	.gsslmenu ul li h5{
		font-size:18px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li {
		margin: 0 14px;
	}
	
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.banner .swiper-button .swiper-button-prev, .banner .swiper-button .swiper-button-next{
		width:40px;
		height:40px;
	}
	.banner .swiper-pagination{
		margin: 14px 20px;
	}
	.banner .swiper-button {
		bottom: 10px;
		left:2%;
	}
	.about{
		padding-top:80px;
		padding-bottom:80px;
	}
	.about .aboutlf,.about .aboutrt{
		width:100%;
	}
	.about .aboutlf .aboutmore {
		margin-top: 40px;
	}
	.about .aboutrt,.aboutimg{
		margin-top:40px;
	}
	.botlogo,.footernr .botnav{
		width:100%;
	}
	.footernr .botnav{
		text-align:left;
	}
	.footernr .footerbot {
		margin-top: 60px;
	}
	.scrolltop{
		display:none;
	}
}
@media(max-width:991px) {
	.tit h3,.tit h3 a{
		font-size:35px;
		line-height:45px;
	}
	.tit p{
		font-size:16px;
		letter-spacing: 3px;
	}
	.pro{
		padding-bottom: 60px;
		padding-right:6%;
	}
	.pro:before {
		display:none;
	}
	.pro .protit{
		top:60px;
	}
	.pronr .prolf, .pronr .proin, .pronr .prort {
		width: 100%;
		overflow: hidden;
	}
	.pronr .prolf {
		padding-top: 0;
		margin-bottom:30px;
	}
	.pronr .prolf .promore{
		margin-top:40px;
	}
	.pronr .prolf h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.pronr .prort dl{
		float:left;
	}
	.pronr .prort {
		padding-top: 60px;
	}
	.prolist .swiper-button{
		right:2%;
	}
	.prolist .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.prolist{
		padding-bottom:60px;
	}
	.prolist .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.pro_n dl dd{
		font-size:16px;
		padding: 10px 0;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
	.hzkh {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hzkh ul{
		margin-top:40px;
	}
	.case_n dl dd, .honor_n dl dd{
		font-size:16px;
		margin-top:10px;
	}
	.nmenu ul li a {
		padding: 0 20px;
	}
	.news{
		padding-top:60px;
		padding-bottom:60px;
	}
	.news .newstit .tit,.newsmenu{
		width:100%;
	}
	.newsmenu{
		text-align:left;
		margin-top:30px;
	}
	.newsnr_n ul li {
		width: 48%;
	}
	.news .newstit{
		margin-bottom:40px;
	}
	.newslist ul li {
		width: 100%;
	}
	.newslist ul li {
		margin: 10px 0;
	}
	.hzkhnr_n ul li {
		width: 31.333333333%;
	}
	.hyyynr ul li{
		height:500px;
		padding-top:180px;
		border-bottom: solid 1px rgba(255,255,255,0.2);
	}
	.hyyynr ul li:nth-child(4){
		border-left: solid 1px rgba(255,255,255,0.2);
	}
	.hyyytit{
		top:30px;
	}
	.hyyynr ul li span,.hyyynr ul li p{
		margin-top:30px;
	}
	.hzkhnr_n ul li{
		margin: 10px 1%;
	}
	.gssllist h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.gssl{
		height:800px;
		padding-top:60px;
		padding-bottom:0;
	}
	.gsslmenu{
		bottom:60px;
	}
	.gsslmenu ul li{
		width:49.5%;
	}
	.gsslmenu ul li:nth-child(2){
		margin-right:0;
	}
	.gssltit .tit {
		margin-top: 20px;
	}
	.botgssl {
		width: 100%;
	}
	.gssltit {
		margin-bottom: 100px;
	}
	.nprort h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.contactnr_n ul li {
		width: 50%;
	}
	.contactnr_n ul li:nth-child(3){
		clear:both;
	}
	.map{
		margin-top:0;
	}
	.footernr .botnav{
		margin-top:20px;
		text-align:left;
	}
	.footernr .footerbot {
		margin-top: 50px;
	}
	.footernr .footerbot dl{
		width:100%;
		margin-bottom:30px;
	}
	.footernr {
		padding-top: 60px;
	}
	.footertop {
		padding-bottom: 30px;
	}
	.botlogo h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.botlogo p {
		font-size: 12px;
	}
	.botlxfs,.botlxfs{
		width:50%;
		margin-left:0;
	}
	.botly{
		width:100%;
		margin-top:30px;
	}
	.bot .botnr .botlf, .bot .botnr .botrt{
		text-align:center;
	}
	.bot .botnr {
		padding: 30px 0;
	}
}
@media(max-width:767px) {
	.hzkh ul li{
		width:49%;
	}
	.hzkh ul li:nth-child(2n){
		margin-right:0;
	}
	.pronr .prolf h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.gsslmenu ul li {
		width: 100%;
		margin-right:0;
	}
	.gssltit {
		margin-bottom: 50px;
	}
	.gssllist h4{
		margin-bottom:14px;
	}
	.gssllist h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.gssllist p{
		font-size:14px;
		line-height:25px;
	}
	.newsnr_n ul li {
		width: 100%;
		margin: 20px 0;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.news_n h1{
		font-size:22px;
		line-height:30px;
	}
	.hzkhnr_n ul li {
		width: 48%;
	}
	.footernr .botnav ul li {
		margin: 0 10px;
	}
}
@media(max-width:640px) {
	.banner .swiper-slide .img img {
		width: 120%;
		margin-left: -10%;
	}
	.tit h3,.tit h3 a{
		font-size:30px;
		line-height:40px;
	}
	.tit p{
		font-size:14px;
		letter-spacing: 2px;
	}
	.banner .swiper-button .swiper-button-prev, .banner .swiper-button .swiper-button-next{
		display:none;
	}
	.banner .swiper-pagination {
		margin: 0 10px;
	}
	.banner .swiper-button {
		bottom: 5px;
	}
	.gsslen{
		display:none;
	}
	.gssllist h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.nmenu ul li a {
		padding: 0 10px;
	}
	.hyyy{
		height:800px;
	}
	.hyyynr ul li{
		height:400px;
		padding-top:150px;
	}
	.hyyynr ul li .hyyyicon img{
		width:50px;
	}
	.contactnr_n ul li {
		width: 100%;
	}
	.botlxfs, .botlxfs {
		width: 100%;
		margin:10px 0;
	}
	.footernr .botnav ul{
		width:100%;
	}
	.footernr .botnav ul li {
		margin: 0;
		width:33.3333333333%;
		text-align:center;
	}
}
@media(max-width:540px) {
	.hzkhnr_n ul li{
		height:83px;
	}
	
}
@media(max-width:500px) {
	
}
@media(max-width:425px) {
	
}
@media(max-width:375px) {
	.hyyynr ul li .hyyyicon img {
		width: 40px;
	}
	.hzkhnr_n ul li{
		height:56px;
	}
}
@media(max-width:319px) {
	.gsslmenu ul li {
		padding: 0 10px;
	}
	.gsslmenu ul li h5 {
		font-size: 16px;
	}
	.botlogo h3 {
		font-size: 18px;
	}
}