@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
	padding:0 2%;
	}
.logo{
	overflow:hidden;
	padding:17.5px 0;
}
.en{
	overflow:hidden;
	padding:39px 0;
	margin-right:10px;
	}
.en a{
	font-size:18px;
	color:#000;
	}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:2px;
	background:#ff9031;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-50px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:after{
	content:"";
	width:7px;
	height:4px;
	position:absolute;
	background:url(../images/tb3.png) no-repeat right center;
	right:28px;
	top:48px;
}
.nav .menu > li:first-child:after,.nav .menu > li:nth-child(5):after,.nav .menu > li:nth-child(6):after{
	display:none;
}
.nav .menu > li:hover:before,.nav .menu > li.current:before{
	width:100px;
	}

.nav .menu > li a{
	color:#474747;
	font-size:18px;
	display:block;
	padding:0 30px;
	margin:0 15px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	color:#ff9031;
	}

.nav .menu > li:hover span,.nav .menu > li.current span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#ff9031;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#ee8544;

}
.nav .menu > li.current:after{
	width:84px;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}
.cont2{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-top:100px;
	}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
	width:194px;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  position:absolute;
  bottom:90px;
  left:50%;
  margin-left:-97px;
  z-index:99;
  display:inline-block;
  }

.rslides_tabs li {
  float: left;
  width: 22px;
  height:22px;
  margin: 0 32px;
  }
.rslides_tabs li:first-child{
	margin-left:0;
	}
.rslides_tabs li:last-child{
	margin-right:0;
	}

.rslides_tabs a {
	width:100%;
  height: 100%;
  display:block;
  border:solid 1px #fff;
  border-radius:50%;
  position:relative;
  }
.rslides_tabs li a:before{
	content:"";
	width:12px;
	height:12px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	left:4px;
	top:4px;
	}
.rslides_tabs li a:after{
	content:"";
	width:64px;
	height:1px;
	background:#fff;
	position:absolute;
	left:21px;
	top:10px;
	}
.rslides_tabs li:last-child a:after{
	display:none;
	}

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs li a:hover,.rslides_tabs .rslides_here a{
  background: #fff;
  }

/* Callback example */
.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	margin:0;
	border-left:solid 6px #ff9031;
	padding-left:10px;
	}
.tit h4 a{
	font-size:30px;
	color:#000;
	}
.tit hr{
	width:94px;
	height:1px;
	overflow:hidden;
	background:#dc0000;
	border:none;
	margin-top:13px;
	margin-bottom:14px;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:58px;
	color:#000;
	line-height:60px;
	font-weight:bold;
	margin-bottom:16px;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:180px;
	height:58px;
	display:block;
	font-size:16px;
	color:#333;
	line-height:58px;
	border:solid 1px #333333;
	padding-left:28px;
	position:relative;
	}
.more a:after{
	content:"";
	width:54px;
	height:1px;
	background:#333;
	position:absolute;
	left:98px;
	top:27px;
	transition: all 0.3s ease;
	}
.more a:hover{
  border:solid 1px #ff9031;
  color:#ff9031;
}
.more a:hover:after{
    left:105px;
	background:#ff9031;
}
	
/* fuwu
-------------------------------------------------------------- */
.fuwu{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:29px 0 40px 0;
	}
.fuwunr dl{
	width:20%;
	overflow:hidden;
	float:left;
	}
.fuwunr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.fuwunr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:66px;
}
.sb .sbnr{
	margin-top:40px;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-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(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:88px;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.sb .more{
	margin-top:58px;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:55px;
	padding-bottom:74px;
	}
.jyfw .titen{
	color:#fff;
	}
.jyfw .tit h4 a{
	background:none;
	color:#fff;
	}
.jyfwnr{
	margin-top:56px;
	}
.jyfwnr dl{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	background:#fff;
	padding-top:38px;
	margin-right:50px;
	margin-bottom:0;
	}
.jyfwnr dl:last-child{
	margin-right:0;
	}
.jyfwnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all 0.5s;
	}
.jyfwnr dl dt .fwimg2{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg1{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg2{
	display:block;
	margin:auto;
	}
.jyfwnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#098367;
	line-height:30px;
	margin-top:10px;
	}
.jyfwnr dl:hover dt{
	transform: rotateY(180deg);
	}
.jyfwnr dl:hover{
	background:#098367;
	}
.jyfwnr dl:hover dd{
	color:#fff;
	}
.fwtel{
	width:340px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	position:relative;
	left:50%;
	margin-left:-170px;
	font-size:26px;
	color:#098367;
	padding-left:20px;
	margin-top:58px;
	}
.fwtel .fwtelnr{
	width:248px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#098367;
	color:#fff;
	font-size:26px;
	border-radius:30px;
	text-align:center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:72px;
	padding-bottom:74px;
}
.pro .tit{
	overflow:hidden;
	margin-bottom:52px;
	}
.pro .tit h4,.pro .tit h4 a{
	color:#fff;
	text-align:center;
}
.pro .tit hr{
	margin:13px auto;
	}
.pro .tit p{
	color:#fff;
	text-align:center;
	}
.pronr dl{
	overflow:hidden;
	margin:0 15px;
	}
.pronr dl dt{
	width:100%;
	overflow:hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.pronr dl dt img{
	width:100%;
	max-width:100%;
	height:auto;
}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	border-bottom:solid 2px rgba(255,255,255,0.6);
	padding-bottom:16px;
	}
.pronr dl dd .protit{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:30px;
	margin-top:26px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.pronr dl dd .proms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	margin-top:17px;
	background:url(../images/tb3.png) no-repeat right center;
	padding-right:10%;
	opacity:0.6;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.pronr dl:hover dt{
	background:#fd5d14;
	}
.pronr dl:hover dd .proms{
	opacity:1;
	color:#fff;
	}
.pronr dl:hover dd .protit{
	color:#dc0000;
	}
.pronr dl:hover dd{
	border-bottom:solid 2px #fff;
	}
.pronr dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}	
.pro .promore{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.pro .promore a{
	width:226px;
	height:62px;
	overflow:hidden;
	display:block;
	text-align:center;
	line-height:62px;
	background:#fff;
	color:#0b1f66;
	font-size:26px;
	margin:auto;
	}

/* zsjm
-------------------------------------------------------------- */
.zsjm .zsjmnr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.zsjm .zsjmnr table{
	width:100%;
	overflow:hidden;
	border:solid 1px #fff;
	border-collapse:collapse;
	}
.zsjm .zsjmnr table tr td{
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:55px;
	}
.zsjm .zsjmnr img{
	max-width:100%;
	height:auto;
	}
/* partner
-------------------------------------------------------------- */
.partner .partnernr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.partner .partnernr img{
	max-width:100%;
	height:auto;
	}

/* client
-------------------------------------------------------------- */
.pro_gp{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	padding:80px 0;
	}
.pro_gp .pro_gpnr{
	width:80%;
	overflow:hidden;
	float:right;
	position:relative;
	}
.pro_lf{
	width:33%;
	overflow:hidden;
	margin-top: 34.6%;
	}
.pro_rt{
	width:64%;
	overflow:hidden;
	position:relative;
	}
.pro_rt img{
	width:100%;
	}
.pro_rt:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.pro_rt .pro_gptit{
	width:100%;
	line-height:30px;
	padding:33px 0;
	text-align:center;
	font-size:26px;
	color:#333;
	background:rgba(255,255,255,0.5);
	position:absolute;
	bottom:0;
	}
.pro_gp_ms{
	width:43%;
	overflow:hidden;
	background:#fafafa;
	position:absolute;
	top:60px;
	left:0;
	z-index:99;
	padding:66px 0 66px 20px;
	}
.pro_lf{
	padding-left:20px;
}
.pro_gpcn{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:34px;
	}
.pro_gpen{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	line-height:30px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:30px;
	}
#my-slide{
	width:100%;
}

#my-slide .slide-list{
	max-width: 1300px;
	width:100%;
	min-height:230px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}

#my-slide .slide-list li{
	margin-right:20px;
	position: absolute;
	top:0;
	overflow: hidden;
	width:calc(100% - 20px - 50%);
	max-width: 660px;
	opacity:0.5;
}
#my-slide .slide-list li.active{
	opacity:1;
	}

#my-slide .slide-list li img{
	width:100%;
	height:auto;
}
#my-slide .slide-list li:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}

/**é¡¶éƒ¨å¹»ç¯ç‰‡æŒ‰é’®**/
.slick-top-prev{
	position:absolute;
	display: block;
	height: 94px;
	width:56px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	top: 50%;
	left: 0px;
	margin-top:-47px;
}

.slick-arrow{
	font-family: monospace;
	font-weight: 100;
	font-size: 50px;
	color: #333;
	outline: none;
	z-index: 1;
	opacity: .95;
}

.slick-top-prev:before{
	content: "<";
	font-weight: bold;
}

.slick-top-next{
	position:absolute;
	display: block;
	height: 40px;
	width:22px;
	top: 50%;
	right: 0px;
	margin-top:-20px;
	background:none;
}

.slick-top-next:before{
	content: ">";
	font-weight: bold;
	    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 22px;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:60px;
	}
.about .aboutlf{
	padding:0;
	}
.about .aboutlf .tit{
	padding-left:20px;
	}
.about .aboutlf .tit p,.about .aboutlf .tit h4{
	color:#fff;
	}
.about .aboutlf .tit h4{
	border-left: solid 6px #fff;
	}
.about .aboutlf .aboutnr h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#000;
	margin:0;
	line-height:40px;
	margin-top:6px;
	}
.about .aboutlf .aboutimg{
	width:100%;
	overflow:hidden;
	margin-top:42px;
	}
.about .aboutlf .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .aboutlf .aboutimg:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:35px;
	margin-bottom:65px;
	padding-left:20px;
}
.ab_fl dl{
	overflow:hidden;
	float:left;
	margin:0;
}
.ab_fl dl:first-child{
	margin-right:60px;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	font-weight:normal;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
}
.ab_fl dl dt span{
	font-size:52px;
    width: 100%;
	color:#fff;
	font-weight:bold;
}
.about .aboutrt{
	padding:202px 0 0 164px;
	}
.about .aboutrt h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	font-weight:bold;
	margin:0;
	line-height:40px;
	}
.about .aboutrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.about .aboutrt .more{
	margin-top:68px;
	}
/* imglist
-------------------------------------------------------------- */
.pro_gt{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:90px 0;
	}
.mpro_gt_nr{
	width:88%;
	overflow:hidden;
	display:none;
	margin:auto;
	}
.mpro_gt_nr .pro_cn{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:10px;
	}
.mpro_gt_nr .pro_en{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	margin-top:5px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:10px;
	}
.pro_gt_nr{
	width:38%;
	overflow:hidden;
	position:absolute;
	left:20px;
	top:0;
	padding-top:45px;
	}
.pro_gt_nr .pro_cn{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:34px;
	}
.pro_gt_nr .pro_en{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	margin-top:5px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:40px;
	}
.pro_btn{
	width:68px;
	height:68px;
	border-radius:50%;
	background:#ff9031;
	position: absolute;
    left: 50%;
    margin-left: -8%;
    z-index: 99;
	top: 50%;
    margin-top: -34px;
	}
.pro_btn:after{
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#dbdbdb;
	left:32px;
	top:32px;
	}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 80%;
  float:right;
  position:relative;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-slide-duplicate,
.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}




.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #fff;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 16px;
  color: #fff;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 56%;
    margin-right: 10px;
  }
}
.gallery-top .swiper-slide img{
    width: 100%;
	height:auto;
  }

.gallery-thumbs {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 36%;
    padding: 0 5% 0 0;
	margin-top:22%;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
  overflow:hidden;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: row nowrap;
    
  }
  .gallery-thumbs .swiper-slide img{
	  max-width:100%;
	  height:auto;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}

/* news
-------------------------------------------------------------- */
.news{
	margin-bottom:90px;
	padding-top:80px;
	}
.news .tit{
	width:60%;
	}
.news .more{
	margin:58px 20px 0 0;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.news .newsnr dl{
	width:440px;
	overflow:hidden;
	float:left;
	margin-right:78px;
	}
.news .newsnr dl:last-child{
	margin-right:0;
	}
.news .newsnr dl dt,.news .newsnr dl dd{
	width:100%;
	overflow:hidden;
	}
.news .newsnr dl dt{
	height:314px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.news .newsnr 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;
}
.news .newsnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newsnr dl dd .newsdate{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	}
.news .newsnr dl dd .newsdate span{
	font-size:46px;
	color:#000;
	}
.news .newsnr dl dd .newstit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-top:8px;
	}
.news .newsnr dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	}
.news .newsnr dl:hover dd .newsdate,.news .newsnr dl:hover dd .newsdate span,.news .newsnr dl:hover dd .newstit,.news .newsnr dl:hover dd .newsms{
	color:#ff9031;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:68px;
	}
.case .tit{
	margin-bottom:54px;
	}
.case .tit h4,.case .tit h4 a,.case .tit p{
	color:#fff;
	}
.case .more a{
	border: solid 1px #fff;
	color:#fff;
	float:right;
	}
.case .more {
    margin-top: 36px;
}
.casenr dl{
	overflow:hidden;
	padding:0 10px;
}
.casenr dl dt{
	width:100%;
	overflow:hidden;
}
.casenr dl dt img{
	width:100%;
	max-width:100%;
	height:auto;
}
.casenr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-top:20px;
}

/* link
-------------------------------------------------------------- */
.link{
	line-height:30px;
	font-size:16px;
	padding:0 0 38px 0;
	}
.link a{
	font-size:16px;
	margin-right:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:48px;
}
.footer .footernr{
	margin-bottom:38px;
}
.footer .blogo{
	padding:0;
	}
.footer .blogo img{
	width:240px;
	max-width:100%;
	height:auto;
	}
.footer .bewm{
	padding:0;
	}
.footer .bewm dl{
	overflow:hidden;
	float:right;
	}
.footer .bewm dl dt{
	overflow:hidden;
	}
.footer .bewm dl dd{
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin:0;
	}
.footer .bnav ul li h5 a{
	font-size:16px;
	color:#000;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:25px;
	}
.footer .bnav ul li p a{
	font-size:16px;
	}
.footer .bnav{
	position:relative;
}
.footer .bnav:before{
	content:"";
	position:absolute;
	width:1px;
	height:212px;
	background:#e4e4e4;
	left:-70px;
	top:0;
}
.bot{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	border-top:solid 1px #e4e4e4;
	padding:15px 0;
	}
.botlf{
	color:#666;
	}
.botlf a,.botrt a{
	font-size:16px;
	}
.botrt{
	text-align:right;
	font-size:16px;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:498px;
	margin-top:80px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
.banner_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:46px;
	color:#fff;
	font-family:siyuan;
	padding-top:94px;
	}
.banner_n span{
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:auto;
	margin-top:34px;
	}

/* position
-------------------------------------------------------------- */
.weizhi {
    margin-top: -50px;
	z-index:99;
}
.weizhi .w1200m {
	padding: 40px 0;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
}

.menu_er {
	float: left;
	margin-left: 25px;
}

.menu_er div a {
	font-size: 16px;
	display: inline-block;
	height: 20px;
	min-width: 100px;
	color: #222222;
	text-align: center;
	line-height: 20px;
	position: relative;
	transition: all 0.8s ease;
}

.menu_er div a:after {
	content: '';
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ff9031;
	display: none;
	transition: all 0.8s ease;
}

.menu_er div span {
	display: inline-block;
	margin: 0 11px;
	height: 20px;
	line-height: 20px;
}

.menu_er div {
	float: left;
	transition: all 0.8s ease;
}

.menu_er div:nth-child(1) span {
	display: none;
}

.menu_er .cur a {
	color: #ff9031;
}

.menu_er .cur a:after {
	display: block;
}

.menu_er div:hover a {
	color: #ff9031;
}

.menu_er div:hover a:after {
	display: block;
}

.position {
	float: right;
	margin-right: 40px;
	padding-left:32px;
	background: url(../images/tb1.png) no-repeat left center;
}

.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}

.item img {
	max-width: 100%;
}
/* ncontent
-------------------------------------------------------------- */
.bg{
	background:#f2f4f6;
	}
.nmenu{
	overflow:hidden;
	margin-top:52px;
	}
.nmenu ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	width:202px;
	overflow:hidden;
	line-height:52px;
	float:left;
	text-align:center;
	background:#fff;
	}
.nmenu ul li a{
	font-size:20px;
	color:#098367;
	display:block;
	}
.nmenu ul li:hover{
	background:#098367;
	}
.nmenu ul li:hover a{
	color:#fff;
	font-size:20px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout,.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	margin:27px 0 45px 0;
	}
.nabout .naboutimg{
	padding:0;
	text-align:right;
	}
.nabout .nabout_js img{
	max-width:100%;
	height:auto;
	margin-left: 20px;
	}
.nabout .naboutnr{
	padding:22px 0 0 0;
	}
.nabout .nabout_js{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:36px;
	color:#333;
	margin-top:30px;
	}
.nabout .nabout_js p{
	overflow:hidden;
	font-size:18px;
	line-height:36px;
	color:#333;
	}
.nabout .nabout_js .tit{
    margin-bottom: 30px;
}
.nabout .nabout_js .tit p{
    font-size: 58px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
}
.nabout .nabout_js img{
	max-width:100%;
	height:auto;
	}
.nab_fl{
	width:100%;
	overflow:hidden;
	margin-top:44px;
}
.nab_fl dl{
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
}
.nab_fl dl dt{
	overflow:hidden;
	font-size:52px;
	color:#ff9031;
	font-weight:bold;
	float:left;
	line-height:70px;
}
.nab_fl dl dd{
	overflow:hidden;
	font-size:18px;
	color:#000;
	float:left;
	line-height:60px;
	margin-left:12px;
}
.nab_fl dl dt span{
	font-size:52px;
    width: 100%;
	color:#ff9031;
	font-weight:bold;
	line-height:60px;
}
/* nvideo
-------------------------------------------------------------- */
.nvideo{
	margin-top:60px;
	margin-bottom:60px;
}
.videonr,.videonr ul { 
	width:100%;
	overflow: hidden; 
	}
.videonr ul li { 
	width:23%;
	display: block; 
	overflow:hidden;
	float: left; 
	margin:10px 1%; 
	height:245px;
	position:relative;
	}
.videonr ul li img { 
	display: block; 
	border: 0; 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;	
	}
.videonr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}

/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro dl{
	width:426px;
	overflow:hidden;
	margin:10px 99px 10px 0;
	float:left;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
}
.npro dl dt{
	height:305px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,144,49,0.7) url(../images/tb2.png) no-repeat center 60%;
	opacity:0;
	-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(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dd{
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	}
.npro dl:hover dd{
	color:#ff9031;
	font-weight:bold;
	}
.npro .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infort{
	padding:110px 0 0 0;
}
.npro .npro_infort{
	padding-left:105px;
}
.npro .npro_infort p{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:16px;
}
.npro .npro_infort .nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:86px;
}
.npro .npro_infort .nlxfs a{
	display:block;
	width:140px;
	height:42px;
	background:#ff9031;
	color:#fff;
	text-align:center;
	line-height:42px;
	font-size:20px;
	border-radius:5px;
}
.npro h1{
	width:100%;
	font-size:32px;
	color:#ff9031;
	font-weight:bold;
	margin:0;
	line-height:40px;
	position:relative;
	margin-bottom:53px;
}
.npro h1:before{
	content:"";
	width:70px;
	height:4px;
	background:#ff9031;
	position:absolute;
	left:-105px;
	top:18px;
}
.nprofb{
	width:100%;
	overflow:hidden;
	background:url(../images/nprobg.jpg) no-repeat top center;
	background-size:cover;
	padding:118px 0 200px 0;
	}
.nprofb .nproen{
	width:100%;
	overflow:hidden;
	font-size:30px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	line-height:40px;
	}
.nprofb .nprocn{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:40px;
	}
.npro .box{width:100%;}
.left-pro{width:100%;}
.left-pro .t1{width:100%;margin-top:10px;}
.left-pro .t2{width:100%;text-indent:0;}
.left-pro .t2 img{text-indent:0; }
.left-pro .t2 .main_img{
	width:100%;
}
#showArea a img{cursor:pointer;display:block;width:19.2%;padding:1px;float:left;margin-left:1%;}
#showArea a img.active{border:solid 1px #ff9031;}
#showArea a:first-child img{margin-left:0;}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{width:100%;overflow:hidden}
/* CSS class for zoomed area */
.MagicZoomBigImageCont{border:1px solid #ff9031;overflow:hidden}
.MagicZoomBigImageCont img{width:800px;height:470px}
.MagicZoomBigImageCont iframe{width:300px;height:176px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#ff9031;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}
.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:106px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:588px;background:transparent url(graphics/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(graphics/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:50px;
	margin-bottom:50px;
}
.container {
  position: relative;
  margin: 0 auto;
}

.accordion {
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #74777b;
  vertical-align: middle;
}

.accordion .fa {
  position: relative;
  float: right;
}

.accordion h4 {
  position: relative;
  line-height:80px;
  margin: 0;
  font-size: 18px;
  color: #000;
  padding:0 2%;
}

.accordion a {
  position: relative;
  display: block;
  font-size:18px;
  color: #000;
  line-height:80px;
  text-decoration: none;
  background:#f5f5f5;
  margin-bottom:10px;
}

.accordion a:hover {
  text-decoration: none;
  color: #2cc185;
  background-color: #e7ecea;
  transition: 0.3s;
}

.accordion-desc {
  color: #eee;
  z-index: 2;
  border-top: 1px solid #ff9031;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
margin-bottom:10px;
}
.accordion-desc h5{
  color: #000;
  font-size:18px;
  z-index: 2;
  line-height:80px;
  border-bottom: 1px dashed #dedede;
  margin:0;
  padding:0 2%;
}
 @media (min-width:480px) {

.container { max-width: 80%; }
}
 @media (min-width:768px) {

.container { max-width: 600px; }
}
.njobnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#000;
	padding:25px 2%;
}
.njobnr p{
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#000;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:50px;
	margin-bottom:50px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	border-bottom:solid 1px #ebebeb;
	margin-bottom:0;
	}
.nnews dl:first-child{
	padding-top:0;
	}
.nnews dl:last-child{
	border:none;
	}
.nnews dl dt{
	width:25%;
	height:276px;
	overflow:hidden;
	float:left;
	position:relative;
	border-radius:10px;
	}
.nnews dl:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews 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;
}
.nnews dl dd{
	width:75%;
	overflow:hidden;
	float:left;
	padding-top:27px;
	padding-left:7%;
	}
.nnews dl dd .date{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:16px;
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
	color:#333;
	line-height:32px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:23px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#ff9031;
	margin-top:32px;
	}
.nnews dl:hover dd .nnewsbt,.nnews dl:hover dd .date,.nnews dl:hover dd .nnewsms{
	color:#ff9031;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #ff9031;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
.nnews .fbnr video{
	max-width:100%;
	height:auto;
}
	
/* ncontact
-------------------------------------------------------------- */
.ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:32px;
	}
.ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	}
.ncontactnr p a{
	font-size:18px;
	color:#333;
}
.nabout .map{
	height:358px;
	overflow:hidden;
	padding:0;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	padding: 56px 0 64px 0;
}
.nmessage h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#098367;
	margin:0;
	line-height:45px;
	text-align:center;
	margin-bottom:25px;
	}
.nmessage hr{
	width:36px;
	height:2px;
	overflow:hidden;
	background:#098367;
	margin-bottom:30px;
	margin:auto;
	}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:60px;
	}
.nmessagenr ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #c6c6c6;
	line-height:60px;
	background:none;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:254px;
	overflow:hidden;
	border:solid 1px #c6c6c6;
	line-height:30px;
	padding:0 5px;
	background:none;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
}
.tjbtn button {
    width: 100%;
    height: 76px;
    background: #098367;
    color: #fff;
	text-align:center;
	font-size:22px;
}

/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #ff9031;
}

.dede_pages ul li.thisclass{
    background-color: #ff9031;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #ff9031;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#ff9031;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:40px;
	padding:0 1%;
	text-align:center;
	background:#f7f7f7;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	background:#ff9031;
	color:#fff;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#fff;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.pro_btn{
		margin-left: -8.7%;
	}
	.gallery-thumbs {
		width: 40%;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	.videonr ul li{
		height:201px;
	}
	.news .newsnr dl dt{
		height:284px;
	}
	.npro dl dt{
		height:278px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.videonr ul li{
		height:190px;
	}
	.news .newsnr dl dt{
		height:268px;
	}
	.npro dl dt{
		height:262px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.videonr ul li{
		height:179px;
	}
	.news .newsnr dl dt{
		height:252px;
	}
	.npro dl dt{
		height:247px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.videonr ul li{
		height:161px;
	}
	.news .newsnr dl dt{
		height:227px;
	}
	.npro dl dt{
		height:222px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.videonr ul li{
		height:143px;
	}
	.news .newsnr dl dt{
		height:202px;
	}
	.npro dl dt{
		height:197px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.videonr ul li{
		height:189px;
	}
	.news .newsnr dl dt{
		height:195px;
	}
	.npro dl dt{
		height:191px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.videonr ul li{
		height:164px;
	}
	.news .newsnr dl dt{
		height:195px;
	}
	.npro dl dt{
		height:166px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.videonr ul li{
		height:164px;
	}
	.news .newsnr dl dt{
		height:151px;
	}
	.npro dl dt{
		height:148px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.videonr ul li{
		height:186px;
	}
	.news .newsnr dl dt{
		height:403px;
	}
	.npro dl dt{
		height:193px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.videonr ul li{
		height:157px;
	}
	.news .newsnr dl dt{
		height:340px;
	}
	.npro dl dt{
		height:163px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.videonr ul li{
		height:124px;
	}
	.news .newsnr dl dt{
		height:267px;
	}
	.npro dl dt{
		height:128px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nnews dl dt{
		height:236px;
	}
	.videonr ul li{
		height:109px;
	}
	.news .newsnr dl dt{
		height:236px;
	}
	.npro dl dt{
		height:113px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nnews dl dt{
		height:201px;
	}
	.videonr ul li{
		height:93px;
	}
	.news .newsnr dl dt{
		height:201px;
	}
	.npro dl dt{
		height:96px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nnews dl dt{
		height:200px;
	}
	.videonr ul li{
		height:90px;
	}
	.news .newsnr dl dt{
		height:200px;
	}
	.npro dl dt{
		height:94px;
	}
}

@media(max-width:1920px) {
	.swiper-container-wrapper,.pro_gp .pro_gpnr{
		width: 89%;
	}
	.slick-top-next{
		margin-top: -47px;
	}
	.gallery-thumbs {
		margin-top: 25%;
	}
}
@media(max-width:1768px) {
	.swiper-container-wrapper, .pro_gp .pro_gpnr {
		width: 92%;
	}
}
@media(max-width:1680px) {
	.gallery-thumbs {
		margin-top: 25%;
	}
	.swiper-container-wrapper,.pro_gp .pro_gpnr{
		width: 95%;
	}
	.banner_n{
		height:350px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.nav .menu > li a{
		padding: 0 20px;
	}
	.nav .menu > li:after{
		right:18px;
	}
	.npro dl {
		width: 30.66666%;
		margin: 10px 4% 10px 0;
	}
	.news .newsnr dl{
		width:31.33333%;
		margin-right:3%;
	}
	.pro_gt_nr .pro_cn{
		margin-top:20px;
	}
	.pro_gt_nr .pro_en{
		margin-bottom:20px;
	}
}
@media(max-width:1560px) {
	.pro_gp_ms {
		padding: 50px 0 50px 20px;
	}
	.pro_gpcn{
		margin-top:20px;
	}
	.pro_gpen{
		margin-bottom:20px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a{
		margin: 0 10px;
	}
	.nav .menu > li:after{
		right:13px;
	}
	.tit p,.nabout .nabout_js .tit p{
		font-size: 48px;
		line-height:50px;
	}
	.tit h4{
		font-size:26px;
	}
	.slick-top-next{
		margin-top: -77px;
	}
	.banner_n{
		height:300px;
	}
	.pro_gt_nr .pro_en {
		margin-bottom: 10px;
	}
	.footer .bnav:before{
	    left:-35px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a{
		padding: 0 15px;
	}
	.nav .menu > li:after{
		right:11px;
	}
	.pro_gp_ms {
		padding: 40px 0 40px 20px;
		top:40px;
	}
	.banner_n{
		height:283px;
	}
	.pro_gt_nr .pro_cn {
		margin-top: 10px;
	}
	.pro_btn {
		margin-left: -8.7%;
	}
}
@media(max-width:1280px) {
	.nav .menu > li a{
		padding: 0 10px;
		font-size: 16px;
	}
	.nav .menu > li:after{
		right:6px;
	}
	.tit p,.nabout .nabout_js .tit p{
		font-size: 38px;
		line-height:45px;
	}
	.tit h4{
		font-size:22px;
	}
	.ab_fl dl dt span {
		font-size: 46px;
	}
	.banner_n{
		height:267px;
	}
	.tit p,.nabout .nabout_js .tit p{
		margin-bottom:5px;
	}
    .nabout .nabout_js img{
        height: 350px;
	}
	.footer .bnav:before{
	    left:-15px;
	}

}
@media(max-width:1152px) {
	.nav .menu > li a{
		padding: 0 5px;
		margin: 0 5px;
	}
	.nav .menu > li:after{
		right:0;
	}
	.ab_fl dl dt span {
		font-size: 36px;
	}
	.ab_fl dl dd{
		font-size:15px;
	}
	.gallery-thumbs {
		margin-top: 26%;
	}
	.pro_gt_nr .pro_cn {
		margin-top: 10px;
	}
	.pro_gt_nr .pro_en {
		margin-bottom: 10px;
		margin-top:0;
	}
	.pro_gp_ms {
		padding: 30px 0 30px 20px;
		top: 30px;
	}
	.pro_gpcn {
		margin-top: 10px;
	}
	.pro_gpen {
		margin-bottom: 10px;
		line-height:25px;
	}
	.slick-top-next{
		margin-top: -87px;
	}
	.banner_n{
		height:240px;
	}
	.pro_gt_nr {
		padding-top: 30px;
	}
	.footer .blogo img{
	    width: 210px;
	}
}
@media(max-width:1140px) {
    .nabout .nabout_js img {
        height: 300px;
    }
}
@media(max-width:1090px) {
	.pro_gt_nr .pro_cn {
		margin-top: 5px;
	}
	.pro_gt_nr .pro_en {
		margin-bottom:5px;
	}
	.pro_gt_nr {
		padding-top: 20px;
	}
}
@media(max-width:1024px) {
	.pro_gp_ms {
		padding: 25px 0 25px 20px;
		top: 20px;
	}
	.slick-top-next{
		margin-top: -97px;
	}
	.banner_n{
		height:213px;
	}
	.pro_btn {
		margin-left: -9.2%;
	}
	.footer .blogo img{
	    width: 200px;
	}
	.footer .bnav:before {
        left: -10px;
    }
}
@media(max-width:1023px) {
	.videonr ul li {
		width: 31.333333%;
	}
	.ab_fl dl:first-child {
		margin-right: 30px;
	}
	.rslides_tabs{
		bottom:30px;
	}
	.nabout .nabout_js img {
	    width: 100%;
        height: auto;
        float: none !important;
        margin: 0 0 10px 0;
    }
    .nabout .nabout_js{
        margin-top: 0;
    }
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}
@media(max-width:991px) {
	.logo {
		padding: 25px 0;
	}
	.logo img{
		width:auto;
		height:50px;
	}
	.nabout .naboutimg {
		text-align: center;
	}
	.nabout .nabout_js{
		padding-right:0;
		margin-bottom:10px;
	}
	.news .newsnr dl dd .newsdate span {
		font-size: 36px;
	}
	.news .newsnr dl dd .newstit{
		font-size:18px;
	}
	.news .newsnr dl dd .newstit{
		margin-top:0;
	}
	.news .newsnr dl dd .newsms{
		margin-top:10px
	}
	.about .aboutlf .tit p, .about .aboutlf .tit h4 {
		color: #333;
	}
	.about .aboutlf .tit h4 {
		border-left: solid 6px #ff9031;
	}
	.ab_fl dl dt span{
		color:#ff9031;
	}
	.ab_fl dl dd{
		color:#666;
	}
	.about .aboutrt {
		padding: 0 0 30px 0;
	}
	.about .aboutrt p{
		margin-top:20px;
	}
	.about .aboutrt .more {
		margin-top: 20px;
	}
	.ab_fl{
		margin-bottom:30px;
	}
	.about .aboutlf .tit {
		padding-left: 0;
	}
	.news {
		margin-bottom: 40px;
		padding-top: 40px;
	}
	.botlf,.botrt{
		width:100%;
		text-align:center;
	}
	.swiper-container-wrapper, .pro_gp .pro_gpnr {
		width: 88%;
		float: none;
		margin: auto;
	}
	.pro_gp_ms{
		width: 100%;
		position: inherit;
		padding: 25px 0 25px 0;
	}
	.pro_lf{
		width:100%;
		margin-top:0;
	}
	.pro_rt{
		width:100%;
		margin-top:20px;
	}
	.pro_gp {
		padding: 0 0 50px 0;
	}
	.slick-top-next{
		margin-top: -20px;
	}
	.pro_gt_nr {
		display:none;
	}
	.mpro_gt_nr{
		display:block;
	}
	.pro_gt {
		padding: 50px 0;
	}
	.npro .npro_infolf {
		padding: 0;
	}
	.npro .npro_infort {
		padding: 30px 0 0 0;
	}
	.npro h1:before{
		left:0;
		width: 50px;
	}
	.npro h1{
		padding-left:70px;
		font-size:24px;
		margin-bottom:20px;
	}
	.npro .npro_infort .nlxfs{
		margin-top:30px;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
	}
	.pages .pagesrt{
		margin-top:10px;
	}
	.banner_n{
		height:206px;
	}
	.nabout .map{
		height:280px;
	}
	.footer .bnav ul li p{
	    margin-top: 0;
	}
	.footer .blogo img {
        width: 180px;
    }
}
@media(max-width:860px) {
	.pro_btn {
		margin-left: -10%;
	}
	.footer .bnav:before {
        left: 0;
    }
}
@media(max-width:767px) {
	.weizhi .w1200m {
		padding: 20px 0;
	}
	.position{
		margin: 0 0 20px 0;
		padding-left: 42px;
		background: url(../images/tb1.png) no-repeat 10px center;
	}
	.position,.menu_er{
		width:100%;
	}
	.menu_er{
		margin-left:0;
	}
	.menu_er div a:after {
		bottom: -21px;
	}
	.footer .blogo{
		margin-bottom:10px;
	}
	.footer .bewm{
		text-align:center;
		margin-top:10px;
	}
	.footer .bewm dl{
		float:none;
	}
	.footer .bnav{
		padding:0;
	}
	.videonr ul li{
		width: 48%;
	}
	.news .newsnr dl {
		width: 100%;
		margin-right: 0;
	}
	.pro_rt .pro_gptit {
		padding: 15px 0;
		font-size: 22px;
	}
	.npro dl {
		width: 48%;
		margin: 10px 2% 10px 0;
	}
	.npro dl:nth-child(3n) {
		margin-right: 2%;
	}
	.npro dl:nth-child(2n) {
		margin-right: 0;
	}
	.npro dl dd{
		font-size:16px;
		padding: 10px 0;
	}
	.pro_btn {
		margin-left: -10.5%;
	}
	.nab_fl {
        margin-top: 20px;
    }
	.footer .blogo img {
        width: auto;
    }
}
@media(max-width:640px) {
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nnews dl dd{
		padding-left:0;
		padding-top:10px;
	}
	.footer .bnav ul li p a {
		font-size: 14px;
	}
	#my-slide .slide-list{
		min-height:180px;
	}
	.pro_btn {
		margin-left: -11.5%;
	}
}
@media(max-width:540px) {
	.nab_fl dl dt,.nab_fl dl dt span{
		font-size:36px;
	}
	.nab_fl dl dd{
		font-size:16px;  
		margin-left:5px;
	}
	.menu_er div span {
		margin: 0 5px;
	}
	.rslides_tabs{
		bottom:10px;
	}
	#my-slide .slide-list{
		min-height:160px;
	}
	.gallery-thumbs{
		display:none;
	}
	.gallery-top{
		width:100%;
	}
	.swiper-container-wrapper{
		margin-top:20px;
	}
	.pro_gt {
		padding: 50px 0 90px 0;
	}
	.pro_btn{
		top: 102%;
		margin-top: 0;
		margin-left: -34px;
	}
	.about .aboutrt h5{
		font-size:24px;
	}
}
@media(max-width:500px) {
	.footer .bnav ul li {
		width: 33.33333%;
	}
}
@media(max-width:480px) {
	#my-slide .slide-list{
		min-height:140px;
	}
}
@media(max-width:425px) {
	.nab_fl dl dt,.nab_fl dl dt span{
		font-size:30px;
	}
	.nab_fl dl dd{
		font-size:14px;  
	}
	#my-slide .slide-list{
		min-height:120px;
	}
}
@media(max-width:375px) {
	.menu_er div a{
		min-width:80px;
	}
	#my-slide .slide-list{
		min-height:100px;
	}
}
@media(max-width:320px) {
	
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ff9031; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}