@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:145px;
	position: fixed;
	background:#fff;
	z-index: 9999;
	top:0;
	}
.top{
	width:100%;
	height:45px;
	overflow:hidden;
	background:url(../images/topbg.jpg) no-repeat top center;
	background-size:cover;
	}
.top .toplf,.top .toprt{
	padding:0;
	}
.top .toplf{
	font-size:16px;
	color:#fff;
	line-height:45px;
	}
.top .toprt .toptel{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:45px;
	background:url(../images/icon1.png) no-repeat left center;
	padding-left:42px;
	}
.top .toprt .toptel span{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	}
.logo{
	overflow:hidden;
}
.topewm{
	overflow:hidden;
	padding:39.5px 0;
	line-height:100px;
	position:relative;
	}
.small{
	height:100px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
.small .top{
	display:none;
}
	
/* 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 .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	padding:0 30px;
	}
.nav .menu > li:last-child{
	padding-right:0;
	}
.nav .menu > li a:before{
	content:"";
	width:0;
	height:2px;
	background:#ff4217;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover a:before,.nav .menu > li.active a:before{
	width:100%;
	}

.nav .menu > li a{
	color:#000;
	font-size:16px;
	display:block;
	line-height:100px;
	position:relative;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#ff4217;
	font-weight:bold;
	}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;
	padding:5px 0;

	background:#183753;

	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 a:before{
	display:none;
	}

.nav .menu > li .submenu li:hover{

	background:#ff4217;

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:1436px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1436px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 145px;
}
.bannermore{
	width:100px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	border-left: solid 1px rgba(132,132,132,0.2);
	z-index:99;
}
.bannermore img{
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:0;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:26px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	text-align:center;
	color:#282828;
	margin-top:5px;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 28px;
  height: 50px;
  border-radius: 30px;
  border: 3px solid #000;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 12px;
  border-radius: 20px;
  background-color: #000;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-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);
  }
}

/**/
.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 {
	padding: 0;
	font-size: 18px;
	list-style: none;
	position:absolute;
	bottom:70px;
	left:50%;
	margin-left:-78px;
	z-index: 99;
}
.rslides_tabs li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 20px;
}
.rslides_tabs a {
	width: 100%;
	height: 100%;
	display: block;
	border:solid 1px #2e4a62;
	border-radius:50%;
}
.rslides_tabs li a:hover, .rslides_tabs .rslides_here a {
	background:#2e4a62;
}
.rslides_tabs li a:hover:before, .rslides_tabs .rslides_here a:before {
	background: #2e4a62;
}
/* 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{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:45px;
	color:#2c2c2c;
	line-height:55px;
	}
.tit h3 a{
	font-size:45px;
	color:#2c2c2c;
	}
.tit hr{
	width:92px;
	border:none;
	border-bottom:solid 3px #ff4217;
	margin:36px auto 0;
	}
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	display:block;
	width:192px;
	height:52px;
	text-align:center;
	line-height:52px;
	border:solid 2px #0040c4;
	border-radius:25px;
	margin:auto;
	font-size:15px;
	color:#0040c4;
	}

/* zyyw
-------------------------------------------------------------- */
.zyyw{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	}
.zyyw dl{
	overflow:hidden;
	height:306px;
	padding:44px 125px 0 125px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.zyyw dl dt,.zyyw dl dd{
	width:100%;
	overflow:hidden;
	}
.zyyw dl dt .zyywicon{
	width:100px;
	height:100px;
	border-radius:50%;
	border:solid 1px #cecece;
	margin:auto;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.zyyw dl dt .zyywicon span{
	display:block;
	width:100%;
	height:100%;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.zyyw dl:first-child dt .zyywicon span{
	background:url(../images/icon2.png) no-repeat center;
	}
.zyyw dl:hover dt .zyywicon{
	background: -webkit-linear-gradient(top, #ff8238 , #ff4117); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(bottom, #ff8238 , #ff4117); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(bottom, #ff8238 , #ff4117); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to bottom, #ff8238 , #ff4117); /* 标准的语法 */
	  border:none;
  }
.zyyw dl:first-child:hover dt .zyywicon span{
	background:url(../images/iconh2.png) no-repeat center;
	}
.zyyw dl:nth-child(2) dt .zyywicon span{
	background:url(../images/icon3.png) no-repeat center;
	}
.zyyw dl:nth-child(2):hover dt .zyywicon span{
	background:url(../images/iconh3.png) no-repeat center;
	}
.zyyw dl:nth-child(3) dt .zyywicon span{
	background:url(../images/icon4.png) no-repeat center;
	}
.zyyw dl:nth-child(3):hover dt .zyywicon span{
	background:url(../images/iconh4.png) no-repeat center;
	}
.zyyw dl dd h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:27px;
	color:#000;
	line-height:35px;
	font-weight:normal;
	margin-top:20px;
	}
.zyyw dl dd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#868686;
	line-height:30px;
	margin-top:12px;
	}
.zyyw dl:hover{
	background:#183753;
	}
.zyyw dl:hover dd h4{
	color:#fff;
	}
.zyyw dl:hover dd p{
	color:rgba(255,255,255,0.6);
	}
.zyyw dl:hover dt .zyywicon{
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:104px;
	padding-bottom:120px;
}
.pro .prolf{
	width:23.5%;
	overflow:hidden;
	background:#fff;
	}
.pro .protit{
	width:100%;
	height:135px;
	overflow:hidden;
	background:url(../images/protitbg.jpg) no-repeat top center;
	padding-top:33px;
	}
.pro .protit h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	}
.pro .protit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:16px;
	color:rgba(255,255,255,0.3);
	text-align:center;
	margin-top:6px;
	}
.pro .prolf ul{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	margin-top:16px;
	}
.pro .prolf ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-bottom:solid 1px #eeeeee;
	background:url(../images/icon9.png) no-repeat right center;
	padding:20px 20px 20px 0;
	}
.pro .prolf ul li a{
	font-size:16px;
	color:#183753;
	display:block;
	}
.pro .prolf ul li:hover a{
	color:#ff4217;
	}
.pro .prolf ul li:last-child{
	border:none;
	}
.pro .prort{
	width:74%;
	overflow:hidden;
	background:#fff;
	padding:32px;
	}
.pro .prort dl{
	padding:0 10px;
	overflow:hidden;
	margin:10px 0;
	border-bottom:solid 1px #e5e5e5;
	}
.pro .prort dl dt,.pro .prort dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.pro .prort dl dt{
	position:relative;
	height:244px;
	}
.pro 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;
	}
.pro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background: -webkit-linear-gradient(left, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* 标准的语法 */
	top:0;
	left: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%);
	}
.pro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pro dl dt .probg span{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/icon5.png) no-repeat center center;
	}
.pro .prort dl dd{
	font-size:16px;
	line-height:30px;
	color:#585858;
	padding:20px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.pro .pronr{
	margin-top:64px;
	}
.prort dl:hover dd{
	color:#ff4217;
	}
/* dzpro
-------------------------------------------------------------- */
.dzpro h3{
	width:100%;
	overflow:hidden;
	font-size: 35px;
    color: #1f1f1f;
    line-height: 45px;
    margin-bottom: 24px;
	}
.dzpro span{
    display: block;
    width: 350px;
    height: 2px;
    background: #ebebeb;
    position: relative;
}
.dzpro span:after{
	content:"";
	width:108px;
	height:2px;
	background:#9f2225;
	position:absolute;
	left:0;
	bottom:0;
	}
.dzpro .dzpronr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.dzpro .dzpronr .dzproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.dzpro .dzpronr .dzproimg img{
	max-width:100%;
	height:auto;
	}
/* yyhy
-------------------------------------------------------------- */
.yyhy{
	width:100%;
	height:860px;
	overflow:hidden;
	background:url(../images/yyhybg.jpg) no-repeat top center;
	background-size:cover;
	}
.yyhy dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	}
.yyhy dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhy dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	}
.yyhy dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.yyhy dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhy dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	margin-top:6px;
	}
.yyhy dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	display:none;
	}
.yyhy dl:hover{
	background:url(../images/yyhyimg2.jpg) no-repeat top center;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd hr{
	display:block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
	

/* case
-------------------------------------------------------------- */

html {
  font-size: 100px;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 70px;
  }
}
#luxy{
	width:100%;
	overflow:hidden;
}
.wt-ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.wt-ul li {
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 1.4rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.8s;
  cursor: pointer;
  position: relative;
}

.wt-ul li .bef .tit {
  font-size: 25px;
  color: #fff;
  width: 0.28rem;
  line-height: 1;
  transition: 0.8s;
  display: inline-block;
}

.wt-ul li .bef {
  height: 100%;
  width: 1.4rem;
  padding-top: 3.8rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: 0.5s;
}

.wt-ul li .bef:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url('../images/w4.png');
  background-position: center;
}

.wel-two .wcon .bg {
  width: 100%;
}

.wel-two .wcon {
  position: relative;
}

.wt-ul li .bea {
  opacity: 0;
  transition: 0.5s;
}

.wt-ul li .bea {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.8rem;
  padding-top: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.8s;
}

.wt-ul li .bea .tit-t {
  font-size:25px;
  color: #fff;
  position: relative;
  top: -40px;
  transition: all 1s;
  opacity: 0;
  text-align:center;
}

.wt-ul li.act .bea .tit-t {
  top: 0;
  opacity: 1;
}

.wt-ul li .bea .pic {
  width:100%;
  overflow:hidden;
  text-align:center;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: scale(0.8);
  margin-top:60px;
}
.wt-ul li .bea .pic img{
	max-width:100%;
	height:auto;
}

.wt-ul li.act .bea .pic {
  opacity: 1;
  transition: 1s all 0.5s;
  transform: scale(1);
}

.wt-ul li .bot {
  white-space: nowrap;
}

.wt-ul li .bea .pic .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3.85rem;
  height: 3.85rem;
  transition: 0.5s;
}

.wt-ul li .bea .pic:hover .img {
  transform: scale(1.1);
}

.wt-ul li .bea .bot {
  margin-top: 15%;
}

.wt-ul li .bea .font {
	width:100%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  top: 30px;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font {
  top: 0px;
}

.wt-ul li .bea .font .ti {
  font-size: 0.34rem;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li .bea .font .de {
	width:164px;
	height:48px;
	overflow:hidden;
	border:solid 1px #e26a12;
	text-align:center;
	line-height:48px;
	text-align:center;
  font-size: 16px;
  color: #e26a12;
  margin:auto;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  opacity: 0;
  transition: all 0.5s;
  white-space: normal;
}

.wt-ul li .bea .font .ded {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font .ti,
.wt-ul li.act .bea .font .de,
.wt-ul li.act .bea .font .ded {
  opacity: 1;
  transition: 0.5s all 0.5s;
}

.wt-ul li.act .bef .tit {
  margin-top: -100px;
}

.wt-ul li.act .bea {
  opacity: 1;
}

.wt-ul li.act {
  width: -moz-calc(100% - 7rem);
  width: -webkit-calc(100% - 7rem);
  width: calc(100% - 7rem);
}

.wt-ul li.act .bef {
  opacity: 0;
}

.wel-ti {
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

.wel-four .wel-ti {
  margin-bottom: 15%;
}

.wel-ti .en {
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.wel-ti .cn {
  font-size: 0.2rem;
  color: #333;
}

.pro-list {
  font-size: 0;
}

.pro-list a {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1.3%;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.08);
}

/* aboutys
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	}
.about .aboutlf{
	overflow:hidden;
	padding:76px 0 90px 0;
	background:#f0f0f0;
	}
.aboutlf .aboutnr{
	width:718px;
	overflow:hidden;
	float:right;
	padding-right:134px;
	}
.aboutlf .abouten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:55px;
	color:#183753;
	font-weight:bold;
	line-height:55px;
	}
.aboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#183753;
	line-height:35px;
	font-weight:normal;
	margin-top:7px;
	}
.aboutlf hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #989898;
	margin-top:30px;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	color:#808080;
	line-height:30px;
	font-size:16px;
	margin-top:34px;
	}
.about .aboutrt{
	overflow:hidden;
	height:727px;
	padding:0;
	background:url(../images/aboutimg.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutnr .aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.aboutnr .aboutlist dl{
	overflow:hidden;
	float:left;
	margin-right:52px;
	}
.aboutnr .aboutlist dl dt,.aboutnr .aboutlist dl dd{
	overflow:hidden;
	}
.aboutnr .aboutlist dl dt .abouticon{
	width:70px;
	height:70px;
	border-radius:50%;
	background:#fff;
	margin:auto;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutnr .aboutlist dl dt .abouticon span{
	display:block;
	width:100%;
	height:100%;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutnr .aboutlist dl:hover dt .abouticon{
	background: -webkit-linear-gradient(top, #ff8238 , #ff4117); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(bottom, #ff8238 , #ff4117); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(bottom, #ff8238 , #ff4117); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to bottom, #ff8238 , #ff4117); /* 标准的语法 */
	  }
.aboutnr .aboutlist dl:first-child dt .abouticon span{
	background:url(../images/icon6.png) no-repeat center;
	}
.aboutnr .aboutlist dl:first-child:hover dt .abouticon span{
	background:url(../images/iconh6.png) no-repeat center;
	}
.aboutnr .aboutlist dl:nth-child(2) dt .abouticon span{
	background:url(../images/icon7.png) no-repeat center;
	}
.aboutnr .aboutlist dl:nth-child(2):hover dt .abouticon span{
	background:url(../images/iconh7.png) no-repeat center;
	}
.aboutnr .aboutlist dl:nth-child(3) dt .abouticon span{
	background:url(../images/icon8.png) no-repeat center;
	}
.aboutnr .aboutlist dl:nth-child(3):hover dt .abouticon span{
	background:url(../images/iconh8.png) no-repeat center;
	}
.aboutnr .aboutlist dl dd{
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#383838;
	line-height:30px;
	margin-top:6px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:62px;
	}
.aboutmore a{
	display:block;
	font-size:16px;
	color:#ff4217;
	width:270px;
	height:60px;
	text-align:center;
	line-height:60px;
	border:solid 2px #ff4217;
	border-radius:30px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutmore a:hover{
	background:#ff4217;
	color:#fff;
}
/* num
-------------------------------------------------------------- */
.num{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding:83px 0 93px 0;
	}
.ab_fl dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
}
.ab_fl dl:last-child{
	border-right:none;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
.ab_fl dl dt font{
	font-size:20px;
	color:#1f1f1f;
	}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	margin-top:7px;
}
.ab_fl dl dt .counter{
	color:#fff;
	font-size:70px;
	font-family:Arial;
	line-height:70px;
	font-weight:bold;
	margin-right:10px;
	}
.ab_fl dl img{
	max-width:100%;
	height:auto;
}
/* ys
-------------------------------------------------------------- */
.ys{
	padding-top:86px;
	padding-bottom:128px;
	}
.ys .ysnr,.ysnr ul{
	width:100%;
	overflow:hidden;
	}
.ys .ysnr{
	margin-top:42px;
	}
.ysnr ul li{
	overflow:hidden;
	padding:0 6px;
	}
.ysnr ul li .ysrq{
	width:100%;
	height:614px;
	overflow:hidden;
	background:#f5f5f5;
	position:relative;
	}
.ysnr ul li .ysimg,.ysnr ul li .yslist{
	width:100%;
	overflow:hidden;
	}
.ysnr ul li .ysimg{
	text-align:center;
}
.ysnr ul li .ysimg img{
	max-width:100%;
	height:auto;
	}
.ysnr ul li .yslist{
	height:338px;
	padding-top:40px;
	background:#f5f5f5;
	position:absolute;
	bottom:0;
	left: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(52%);
	-moz-transform: translateY(52%);
	-ms-transform: translateY(52%);
	-o-transform: translateY(52%);
	transform: translateY(52%);
	}

.ysnr ul li:hover .yslist{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ysnr ul li .yslist .ysicon{
	width:100%;
	overflow:hidden;
	height:55px;
	}
.ysnr ul li:first-child .yslist .ysicon{
	background:url(../images/icon10.png) no-repeat center;
	}
.ysnr ul li:first-child:hover .yslist .ysicon{
	background:url(../images/iconh10.png) no-repeat center;
	}
.ysnr ul li:nth-child(2) .yslist .ysicon{
	background:url(../images/icon11.png) no-repeat center;
	}
.ysnr ul li:nth-child(2):hover .yslist .ysicon{
	background:url(../images/iconh11.png) no-repeat center;
	}
.ysnr ul li:nth-child(3) .yslist .ysicon{
	background:url(../images/icon12.png) no-repeat center;
	}
.ysnr ul li:nth-child(3):hover .yslist .ysicon{
	background:url(../images/iconh12.png) no-repeat center;
	}
.ysnr ul li:nth-child(4) .yslist .ysicon{
	background:url(../images/icon13.png) no-repeat center;
	}
.ysnr ul li:nth-child(4):hover .yslist .ysicon{
	background:url(../images/iconh13.png) no-repeat center;
	}
.ysnr ul li .yslist h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	color:#191919;
	margin-top:10px;
	}
.ysnr ul li .yslist .ysms{
	width:100%;
	overflow:hidden;
	padding:0 35px;
	font-size:15px;
	line-height:30px;
	margin-top:20px;
	color:rgba(255,255,255,0.5);
	}
.ysnr ul li:hover .ysrq .yslist{
	background:#183753;
	}
.ysnr ul li:hover .yslist h4{
	color:#fff;
	font-size:22px;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	height:819px;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:180px;
	}
.casenr .caself,.casenr .casert{
	padding:0;
	overflow:hidden;
	}
.casenr .casert{
	position:relative;
	}
.casenr .caself h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	font-weight:normal;
	color:#fff;
	padding-left:136px;
	position:relative;
	}
.casenr .caself h3:before{
	content:"";
	position:absolute;
	width:96px;
	height:2px;
	background:#fff;
	left:0;
	top:21.5px;
	}
.caself .casetit{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:43px;
	padding-left:136px;
	}
.caself .casetit span{
	font-size:45px;
	color:#ff4217;
	}
.caself .caseen{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	color:rgba(255,255,255,0.6);
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	padding-left:136px;
	}
.caself .casemore{
	width:100%;
	overflow:hidden;
	margin-top:176px;
	padding-left:136px;
	}
.caself .casemore a{
	display:block;
	width:270px;
	height:60px;
	border:solid 2px #fff;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:60px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.caself .casemore a:hover{
	background:#fff;
	color:#ff4217;
}
.casert .owl-carousel .owl-wrapper-outer{
	border:solid 15px #fff;
	
}
.casenr .casert .owl-wrapper .owl-item{
	position:relative;
	height:516px;
	}
.casenr .casert .caseimg{
	width:100%;
	overflow:hidden;
	}
.casenr .casert .caseimg 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;
	}
.casenr .casert .caseimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.case .owl-controls .owl-pagination,.case .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.case .owl-controls .owl-buttons div{
	width:34px;
	height:34px;
	position:absolute;
	z-index:99;
	}
.case .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev.png) no-repeat center;
	right:56px;
	bottom:7px;
	}
.case .owl-controls .owl-buttons .owl-next{
	background:url(../images/next.png) no-repeat center;
	right:0;
	bottom:7px;
	}
.case .casebt{
	width:100%;
	overflow:hidden;
	}
.case .casebt h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	color:#fff;
	font-weight:normal;
	position:relative;
	margin-top:17px;
	}
.case .casebt h4 a{
	font-size:22px;
	color:#fff;
	}
.case .casebt h4:after{
	content:"";
	width:70px;
	height:1px;
	background:#fff;
	position:absolute;
	left:132px;
	top:14.5px;
	}
.case .casebt p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
	font-family:Arial;
	color:#fff;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:106px;
	padding-bottom:142px;
	}
.newsnr .newslf{
	width:33%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	padding:0 40px;
	}
.newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .newstitlf{
	width:70%;
	overflow:hidden;
	padding-top:20px;
	}
.newstit .newstitlf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	}
.newstit .newstitlf h3 a{
	font-size:30px;
	color:#fff;
	}
.newstit .newstitlf p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#fff;
	font-size:16px;
	}
.newstit .newstitrt{
	width:30%;
	overflow:hidden;
	}
.newstit .newstitrt span{
	width:30px;
	height:30px;
	background:#ff4217 url(../images/icon14.png) no-repeat center;
	display:block;
	float:right;
	margin-top:40px;
	}
.newsnr .newslf dl{
	margin-top:30px;
	padding-bottom:32px;
	}
.newsnr .newslf dl,.newsnr .newslf dl dt,.newsnr .newslf dl dd{
	width:100%;
	overflow:hidden;
	}
.newsnr .newslf dl dt{
	position:relative;
	height:265px;
}
.newsnr .newslf 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;
}
.newsnr .newslf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
}
.newsnr .newslf dl dd{
	margin-top:36px;
	}
.newsnr .newslf dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:40px;
	color:#383838;
	font-weight:normal;
	}
.newsnr .newslf dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9b9b9b;
	margin-top:20px;
	}
.newsnr .newslf dl dd .newsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9b9b9b;
	line-height:30px;
	text-align:right;
	position:relative;
	margin-top:58px;
	}
.newsnr .newslf dl dd .newsdate:before{
	content:"";
	width:90px;
	height:1px;
	background:#dddddd;
	position:absolute;
	left:0;
	top:14.5px;
	}
.newsnr .newsrt{
	width:65%;
	overflow:hidden;
	}
.newstit .newstitlf h3 span{
	color:#ff4217;
	font-size:30px;
	}
.newslist{
	padding:0 40px;
	}
.newslist .newstit .newstitlf h3{
	color:#191919;
	}
.newslist .newstit .newstitlf p{
	color:#aeaeae;
	}
.newslist{
	width:100%;
	overflow:hidden;
	background:#fff;
	}
.newslist ul{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	width:48%;
	overflow:hidden;
	float:left;
	margin-top:30px;
	padding-bottom:32px;
	}
.newslist ul li:first-child{
	margin-right:2%;
	}
.newslist ul li:nth-child(2){
	margin-left:2%;
	}
.newslist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#383838;
	line-height:30px;
	font-weight:normal;
	    white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist ul li .newsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9b9b9b;
	margin-top:22px;
	}
.newslist ul li .newsdate {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #9b9b9b;
    line-height: 30px;
    text-align: right;
    position: relative;
    margin-top: 44px;
}
.newslist ul li .newsdate:before{
	content:"";
	width:90px;
	height:1px;
	background:#dddddd;
	position:absolute;
	left:0;
	top:14.5px;
	}
.newsmar{
	margin-top:32px;
	padding-bottom:5px;
	}
.newsmar ul li{
	margin-top:9px;
	}
.newsmar ul li h4{
	margin-top:34px;
	}
.messagejs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#aeaeae;
	line-height:30px;
	margin-bottom:27px;
	}
.message{
	width:100%;
	overflow:hidden;
	}
.message input{
	width:50%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	border:solid 1px #f0f0f0;
	color:#bababa;
	font-size:16px;
	float:left;
	padding-left:18px;
	}
.message input:first-child{
	border-right:none;
	}
.message input:last-child{
	width:100%;
	margin-top:15px;
	}
.newsmar ul li button{
	width:100%;
	height:46px;
	overflow:hidden;
	background:#183753;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#fff;
	margin-top:14px;
	}
.newslist ul li:hover h4,.newsnr .newslf dl:hover dd h4{
	color:#ff4217;
}
/* shzr
-------------------------------------------------------------- */
.shzr{
	width:100%;
	height:600px;
	overflow:hidden;
	background:url(../images/shzrbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:168px;
	}
.shzrrt{
	width:50%;
	overflow:hidden;
	padding-left:14%;
	}
.shzrrt h3{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:45px;
	color:#fff;
	font-weight:bold;
	line-height:50px;
	}
.shzrms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:35px;
	text-align:right;
	margin-top:34px;
	}
.shzrrt hr{
	width:66px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:57px;
	}

/* link
-------------------------------------------------------------- */
.link-select-box a:link, .link-select-box a:visited { color: #333;}
.link-select-box a:active,.link-select-box a:hover { color: #fff;}  
.link-select-box { font-family: arial, helvetica, sans-serif; width:222px; height: 50px; border:solid 1px #505050; position: relative; line-height: 50px; transition: 300ms; -webkit-transition: 300ms; color: #fff; margin-top:64px;}
.link-select-box .mt { background:url(../images/icon18.png) no-repeat 34px center; padding: 0 0 0 68px; position: relative; cursor: pointer; line-height: 50px; color:#fff; font-size:16px; }
.link-select-box .mt .aw { width: 50px; position: absolute; top: 0; bottom: 0; right: 0px; background:#ff4217 url(../images/icon19.png) no-repeat scroll center center; height: 100%; transition: 300ms; -webkit-transition: 300ms; }
.link-select-box .mc { padding-bottom: 3px; position: absolute; left: 0px; right: 0px; bottom: 46px; display: none; }
.link-select-box ul { background-color: #fff; padding: 8px 0; overflow: hidden; }
.link-select-box a { display: block; padding: 5px 15px; line-height: 1.4; font-size: 12px;}
.link-select-box a:hover { background-color: #ff4217; }
.link-select-box.act .mt .aw { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }	
/* footer
-------------------------------------------------------------- */
.line{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	}
.bothr{
	width:62%;
	border:none;
	border-bottom:solid 15px #ff4217;
	}
.footer{
	width:100%;
	overflow:hidden;
	background:#1e1e1e;
}
.footer .footerlf{
	width:69%;
	overflow:hidden;
	background:#232323;
	}
.footerlf .footernr{
	width:100%;
	overflow:hidden;
	padding-left:20%;
	}
.footer .footerlf ul{
	width:100%;
	}
.footer .footerlf ul li{
	width:30%;
	height:550px;
	float:left;
	padding-left:50px;
	border-left:solid 1px #343434;
	padding-top:118px;
	padding-bottom:85px;
	}
.footer .footerlf ul li:last-child{
	width:40%;
	}
.footer .footerlf ul li h4{
	width:100%;
	font-size:22px;
	color:#fff;
	line-height:46px;
	font-weight:normal;
	margin-bottom:26px;
	position:relative;
	}
.footer .footerlf ul li h4 a{
	font-size:22px;
	color:#fff;
	}
.footer .footerlf ul li h4:before{
	content:"";
	position:absolute;
	width:46px;
	height:46px;
	left:-72px;
	top:0;
	}
.footer .footerlf ul li:first-child h4:before{
	background:url(../images/icon15.png) no-repeat center;
	}
.footer .footerlf ul li:nth-child(2) h4:before{
	background:url(../images/icon16.png) no-repeat center;
	}
.footer .footerlf ul li:nth-child(3) h4:before{
	background:url(../images/icon17.png) no-repeat center;
	}
.footer .footerlf ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:10px;
	}
.footer .footerlf ul li p a{
	font-size:16px;
	color:rgba(255,255,255,0.4);
	}
.footer .footerlf .bot{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	font-size:16px;
	color:#808387;
	border-top:solid 1px #343434;
	padding:41px 0 41px 20%;
	}
.footer .footerlf .bot a{
	font-size:16px;
	color:#808387;
	}
.footer .footerrt{
	width:31%;
	overflow:hidden;
	}
.footerrtnr{
	width:100%;
	overflow:hidden;
	padding-right:42%;
	padding-top:148px;
	}
.footer .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footer .footerrt dl dt,.footer .footerrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.footer .footerrt dl dt img{
	max-width:100%;
	height:auto;
	}
.footer .footerrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top:145px;
}
@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:213px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:206px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:160px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:10px 0 10px 37px;
	background:url(../images/icon20.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #2976ba;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:50px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#343434;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#ff4217;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#ff4217;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
	
/* tit2
-------------------------------------------------------------- */
.tit2{
	width:100%;
	height:112px;
	font-size:77px;
	font-family:Arial;
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	position:relative;
}
.tit2 h3 {
	width:100%;
	overflow: hidden;
	font-size: 30px;
	color: #313131;
	line-height: 35px;
	text-align:center;
	position:absolute;
	top:50px;
	font-weight:normal;
}
.tit2 h3 a {
	font-size: 30px;
	color: #313131;
}
.tit2 hr{
	width:90px;
	overflow: hidden;
	border:none;
	border-bottom:solid 2px #183753;
	position:absolute;
	left:50%;
	margin-left:-45px;
	bottom:0;
}
/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	height:92px;
	overflow: hidden;
	background:#183753 url(../images/icon26.png) no-repeat 90% center;
	border-radius:8px;
	padding:14px 0 0 20px;
}
.ntit h3{
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	color: #e7e7e7;
	line-height: 35px;
	font-weight:normal;
}
.ntit .ntiten{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: rgba(231,231,231,0.6);
	font-family:Arial;
	line-height:25px;
	letter-spacing:3px;
	margin-top:4px;
}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:60px;
	margin-bottom:60px;
}
.nabout .naboutnr{
	width: 100%;
	overflow: hidden;
	margin-top:61px;
	color:#000;
	font-size:16px;
	line-height:30px;
}
.nabout .naboutnr p{
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	color:#000;
}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
/* nfzlclist
-------------------------------------------------------------- */
.nfzlclist{
	width:100%;
	overflow:hidden;
	}
.dsjlist{
	width:100%;
	overflow:hidden;
	background:url(../images/tb4.png) repeat-y left top;
	margin-top:88px;
	padding-bottom:100px;
	}
.dsjlist dl{
	width:100%;
	overflow:hidden;
	background:url(../images/tb5.png) no-repeat left center;
	box-sizing: border-box;
	padding-left:5%;
	margin-top:60px;
	}
.dsjlist dl dt p,.dsjlist dl dd{
	color:#fff;
	font-size:16px;
	}
.dsjlist dl dt{
	min-height: 84px;
	position:relative;
	}
.dsjlist dl dt p{
	position:absolute;
	height:30px;
	line-height:30px;
	top:50%;
	margin-top:-15px;
	}
/*dashiji*/
.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
}

.memorabiliaBox {
	height: 386px;
	overflow: hidden;
	cursor: url(../images/mouse.png) 16 16, default;
}

.memorabiliaBox .mCSB_scrollTools {
	visibility: hidden !important;
}

.industrial-bot {
	position: absolute;
	left: 116px;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #c1cbde;
	display: block;
}

.industrial-line {
	position: absolute;
	left: 120px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #c1cbde;
}

.industrial-item {
	padding: 30px 0px 30px 170px;
	position: relative;
	background:url(../images/tb5.png) no-repeat left center;
}

.industrial-item .time {
	position: absolute;
	left:5%;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	line-height: 1;
	color: #10397e;
	font-weight:bold;
}

.industrial-item .ico {
	border-radius: 50%;
	background-color: #f6d196;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: 105px;
	top: 50%;
	margin-top: -17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:before {
	content: "";
	background-color: #eaa334;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0px 0px -5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-item .sj {
	position: absolute;
	left: 142px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eaa334;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .pageC {
	padding: 0 40px 0 40px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size:16px;
	color:#585858;
	line-height:30px;
}
.industrial-item .pageC p{
	font-size:16px;
	line-height:30px;
	color:#585858;
	}

.industrial-item .pageC h3 {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
}

.industrial-btn {
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -60px;
	z-index: 10;
}

.industrial-btn span {
	cursor: pointer;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	position: relative;
}

.industrial-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-btn span:hover:before {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .37s;
	-o-transition: all .37s;
	transition: all .37s;
}

.industrial-prev {
	margin-bottom: 8px;
	background-image: url(../images/arrow_t.png);
}

.industrial-next {
	background-image: url(../images/arrow_b.png);
}

.industrial-btn span:hover {
	background-color: #263d8f;
}

.industrial-item:hover .ico {
	background-color: #76bee0;
}

.industrial-item:hover .ico:before {
	background-color: #204ea4;
}

.industrial-item:hover .ico:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s;
	transition: .5s;
}

.industrial-item:hover .time {
	color: #e7812f;
}

.industrial-item:hover .sj {
	border-left-color: #204ea4;
	margin-left: 5px;
}

.industrial-item:hover .pageC {
	border-color: #2c84b2;
}

.industrial-demo {
	height: 420px;
	overflow: hidden;
	cursor: url(../images/mouse.png) 20 20, default;
	margin-top: 18px;
}

.industrial-demo .mCSB_scrollTools {
	visibility: hidden !important;
}
/* njob
-------------------------------------------------------------- */
.njob{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	margin-bottom:66px;
	}
.njob .njobnr{
	padding:0 40px 0 0;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.njob .njobnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.njob .njobimg{
	padding:0 0 0 15px;
	text-align:right;
	}
.njob .njobimg img{
	max-width:100%;
	height:auto;
	}
.cxgj{
	width:100%;
	overflow:hidden;
	background:url(../images/jobbg.jpg) no-repeat top center;
	}
.cxgj .cxgjnr h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	}
.cxgj .cxgjnr{
	position:relative;
	padding-top:54px;
	}
.cxgj .cxgjnr .cxgjtit{
	overflow:hidden;
	position:absolute;
	left:0;
	top:53px;
	}
.cxgj .cxgjnr .cxgjtit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:35px;
	}
.cxgj .cxgjnr .cxgjtit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:rgba(255,255,255,0.5);
	}
.cxgjnr .cxgjlist{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	padding-bottom:20px;
	}
.cxgjnr .cxgjlist dl{
	width:30.3333333%;
	height:510px;
	overflow:hidden;
	margin:0 1.5%;
	float:left;
	background:#fff;
	padding:60px 36px 0 36px;
	box-shadow: 0px 0px 20px rgba(4,0,0,0.08);
	-moz-box-shadow: 0px 0px 20px rgba(4,0,0,0.08);
	-webkit-box-shadow: 0px 0px 20px rgba(4,0,0,0.08); 
	}
.cxgjnr .cxgjlist dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.cxgjnr .cxgjlist dl dt img{
	max-width:100%;
	height:auto;
	}
.cxgjnr .cxgjlist dl dd{
	width:100%;
	overflow:hidden;
	}
.cxgjnr .cxgjlist dl dd h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	line-height:35px;
	color:#343434;
	font-weight:normal;
	margin:30px 0 0 0;
	}
.cxgjnr .cxgjlist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-top:30px;
	}
.pxfz{
	margin-top:156px;
	margin-bottom:138px;
	}
.pxfz .pxfzimg{
	padding:0 74px 0 0;
	}
.pxfz .pxfzimg img{
	max-width:100%;
	height:auto;
	}
.pxfz .pxfznr{
	padding:42px 0 0 40px;
	}
.pxfz .pxfznr h3{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:26px;
	color:#343434;
	line-height:30px;
	font-weight:bold;
	}
.pxfz .pxfznr span{
	font-size:18px;
	color:#343434;
	line-height:30px;
	font-weight:normal;
	margin-left:20px;
	}
.pxfz .pxfznr .pxfzjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	margin-top:78px;
	}
.pxfz .pxfznr .pxfzjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	}
.botjob{
	width:100%;
	overflow:hidden;
	background:#efefef;
	padding:60px 0 57px 0;
	}
.botjob ul{
	padding:0 87px;
	}
.botjob ul li h3,.botjob ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.botjob ul li h3{
	font-size:26px;
	color:#303030;
	line-height:30px;
	font-weight:bold;
	}
.botjob ul li p{
	font-family:Arial;
	color:#838383;
	font-size:16px;
	margin-top:8px;
	}

/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 60px;
	margin-bottom: 60px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
}
.ncase .ncasenr ul {
	width: 100%;
	overflow: hidden;
}
.ncase .ncasenr ul li{
	width:23%;
	height:185px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:20px 1%;
}
.ncasenr ul li img{
	max-width:100%;
	height:auto;
}
.ncasenr ul li 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;
	}
.ncasenr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup {
	overflow: visible !important;
}
/* nkyhz
-------------------------------------------------------------- */
.nkyhz{
	margin-top:60px;
	margin-bottom:60px;
	}
.nkyhz dl{
	width:100%;
	overflow:hidden;
	padding:44px 0;
	border-bottom:solid 1px #e2e2e2;
	}
.nkyhz dl dt{
	width:17%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd{
	width:83%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd .nkyhzlf{
	width:70%;
	overflow:hidden;
	padding-left:58px;
	}
.nkyhz dl dd .nkyhzrt{
	width:12%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-top:20px;
	padding-left:5%;
	}
.nkyhzlf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#1e1e1e;
	font-weight:bold;
	margin:20px 0 0;
	}
.nkyhzlf .nkyhzms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#939393;
	margin-top:22px;
	}
.nkyhz dl dd .nkyhzrt span{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#b1b1b1;
	display:block;
	line-height:35px;
	}
.nkyhz dl dd .nkyhzrt i{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:30px;
	}
.nkyhz dl:hover dd .nkyhzlf h4{
	color:#0f3579;
	}
.nkyhz h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#343434;
	line-height:30px;
	font-weight:bold;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:40px;
	}
.nkyhz .fbnr{
	width:100%;
	overflow:hidden;
	color:#585858;
	font-size:16px;
	line-height:30px;
	margin-top:45px;
	}
.nkyhz .fbnr p{
	overflow:hidden;
	color:#585858;
	font-size:16px;
	line-height:30px;
	}
.nkyhz .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nrcln
-------------------------------------------------------------- */
.nrcln{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nrcln p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#333;
	}
/* ncc
-------------------------------------------------------------- */
.ncc{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.ncc .nccul{
	width:100%;
	overflow:hidden;
	}
.ncc .nccul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	}
.nccul li img{
	max-width:100%;
	height:auto;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nhzhbul{
	width:100%;
	overflow:hidden;
	}
.nhzhbul li{
	width:14.66666%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 1px #ccc;
	}
.nhzhbul li img{
	max-width:100%;
	height:auto;
	}

/* npro
-------------------------------------------------------------- */
.npro {
	margin-top: 60px;
	margin-bottom:60px;
}
.npro .nprolf{
	width:296px;
	overflow:hidden;
	}
.npro .nprort{
	width:1094px;
	overflow:hidden;
	}
.npro dl{
	padding:0 10px;
	margin:0 0 40px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	position:relative;
	height:258px;
	border:solid 1px #c1c1c1;
	}
.npro 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;
	}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	line-height:52px;
	font-size:18px;
	color:#757575;
	background:url(../images/icon25.png) no-repeat 99% center;
	padding-right:40px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background: -webkit-linear-gradient(left, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to right, rgba(255,65,23,0.9) , rgba(255,130,56,0.9)); /* 标准的语法 */
	top:0;
	left: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%);
	}
.npro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .probg span{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/icon5.png) no-repeat center center;
	}
.npro dl:hover dd{
	color:#183753;
}
.npromenu{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:10px 20px 40px 20px;
	border-top:none;
	margin-top:-6px;
	}
.npromenu .npromenunr h4{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	background:url(../images/icon27.png) no-repeat right center;
	margin-top:25px;
	}
.npromenu .npromenunr h4 a{
	font-size:18px;
	color:#3a3a3a;
	}
.npromenu .npromenunr ul{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon27.png) no-repeat right center;
	margin-top:20px;
	}
.npromenu .npromenunr ul li a{
	font-size:16px;
	color:#808080;
	}
.npromenu .npromenunr ul li:hover,.npromenu .npromenunr h4:hover,.npromenu .npromenunr h4.active{
	background:url(../images/icon28.png) no-repeat right center;
	}
.npromenu .npromenunr ul li:hover a,.npromenu .npromenunr h4:hover a,.npromenu .npromenunr h4.active a{
	color:#183753;
	}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:44px;
	}
.nlxfs .nlxfsnr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:30px 15px 26px 15px;
	border-top:none;
	margin-top:-6px;
	}
.nlxfs .nlxfsnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#808080;
	line-height:30px;
	}
.npro .left-pro{
	width:55%;
	}
.npro .t2{
	padding:0;
	border:solid 1px #c1c1c1;
}
.MagicZoom{
	margin:auto;
}
.main_img{
	max-width:99.99999%;
	height:auto;
}
.npro .t1,#showArea{
	width:100%;
	overflow:hidden;
}
#showArea a{
	display:block;
	width:18%;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	border:solid 1px #c1c1c1;
}
#showArea a img{
	max-width:100%;
	height:auto;
}
.npro .nproinfo{
	width:45%;
	overflow:hidden;
	padding-left:30px;
	}
.npro .nproinfo h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#323232;
	line-height:35px;
	}
.npro .nproinfo .npro_ms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	}
.npro .nproinfo .npro_fl{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #f4f4f4;
	border-bottom:solid 1px #f4f4f4;
	line-height:30px;
	padding:5px 0;
	margin-top:20px;
	}
.npro .nproinfo .nprobtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.npro .nproinfo .nprobtn a{
	display:block;
	width:130px;
	height:50px;
	background:#666;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}
.npro .nproinfo .nprobtn a:hover{
	background:#183753;
}
.npro .fbnr {
	width:100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.npro .fbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.npro .fbnr img {
	max-width: 100%;
	height: auto;
}
.npro .fbnr table{
	max-width:100%;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:207px;
	}
.nnewslist dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:100%;
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon22.png) no-repeat right center;
	font-size:16px;
	margin-top:30px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background:#183753;
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	background:url(../images/icon23.png) no-repeat right center;
	}

.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:30px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnewsnr{
	}
.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 !important;
	}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 45px;
	margin-bottom: 45px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncase .ncasenrr dl dt, .ncase .ncasenr dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase .ncasenr dl dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 12px 0;
	background: #ebebeb;
}
.ncase .ncasenr dl:nth-child(3n) {
	margin-right: 0;
}
.poptrox-popup{
	overflow:visible !important;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:660px;
}
.ncontact .ncontactnr{
	padding:40px 32px 32px 32px;
	background:#183753;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	height:660px;
	}
.ncontact .ncontactnr h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	line-height:40px;
	margin-bottom:20px;
	}
.ncontact .ncontactnr .ngsm{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-bottom:10px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#fff;
	}
.ntel{
	width:100%;
	overflow:hidden;
	background:url(../images/icon21.png) no-repeat left center;
	padding-left:57px;
	margin-top:20px;
	}
.ntel .nteltit{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:25px;
	}
.ntel .ntelnr{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	}
.ntel .ntelnr a{
	font-size:30px;
	color:#fff;
}
.ncontact .ncontactnr dl{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.ncontact .ncontactnr dl dt{
	overflow:hidden;
	float:left;
	}
.ncontact .ncontactnr dl dt img{
	max-width:100%;
	height:auto;
	}
.ncontact .ncontactnr dl dd{
	overflow:hidden;
	float:left;
	color:#fff;
	padding-left:20px;
	padding-top:26px;
	}

/* 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:#183753;color:#fff;border: 1px solid #183753; }
.pages ul a:hover{ background:#183753;color:#fff;border: 1px solid #183753;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#ff4217;
	text-decoration:none;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.rg{display:block;padding-top:34px;float:right; margin-right:5px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1599px) and (max-width: 1600px) {
	.npro dl dt{
		height:255px;
	}
	.ncase .ncasenr ul li{
		height:181px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:500px;
	}
}
 @media only screen and (min-width: 1440px) and (max-width: 1598px) {
	.npro dl dt{
		height:228px;
	}
	.ncase .ncasenr ul li{
		height:163px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:475px;
	}
}
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.npro dl dt{
		height:215px;
		}
	.ncase .ncasenr ul li{
		height:154px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:448px;
	}
}
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npro dl dt{
		height:201px;
		}
	.ncase .ncasenr ul li{
		height:145px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:422px;
	}
}
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:180px;
		}
	.ncase .ncasenr ul li{
		height:131px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:380px;
	}
}
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:158px;
		}
	.ncase .ncasenr ul li{
		height:116px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:338px;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:153px;
		}
	.ncase .ncasenr ul li{
		height:112px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:327px;
	}
}
 @media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:174px;
		}
	.ncase .ncasenr ul li{
		height:133px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:516px;
	}
}
 @media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:153px;
		}
	.ncase .ncasenr ul li{
		height:119px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:506px;
	}
}
 @media only screen and (min-width:640px) and (max-width: 767px) {
	.npro dl dt{
		height:196px;
		}
	.ncase .ncasenr ul li{
		height:151px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:422px;
	}
	.pro .prort dl dt{
		height:183px;
	}
}
 @media only screen and (min-width:540px) and (max-width: 639px) {
	.npro dl dt{
		height:163px;
		}
	.ncase .ncasenr ul li{
		height:128px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:356px;
	}
	.pro .prort dl dt{
		height:153px;
	}
	.newsnr .newslf dl dt{
		height:246px;
	}
}
 @media only screen and (min-width:425px) and (max-width: 539px) {
	.npro dl dt{
		height:125px;
		}
	.ncase .ncasenr ul li{
		height:100px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:280px;
	}
	.pro .prort dl dt{
		height:119px;
	}
	.newsnr .newslf dl dt{
		height:183px;
	}
}
 @media only screen and (min-width:375px) and (max-width: 424px) {
	.npro dl dt{
		height:108px;
		}
	.ncase .ncasenr ul li{
		height:89px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:246px;
	}
	.pro .prort dl dt{
		height:104px;
	}
	.newsnr .newslf dl dt{
		height:156px;
	}
}
 @media only screen and (min-width:320px) and (max-width: 374px) {
	.npro dl dt{
		height:90px;
		}
	.ncase .ncasenr ul li{
		height:75px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:211px;
	}
	.pro .prort dl dt{
		height:88px;
	}
	.newsnr .newslf dl dt{
		height:150px;
	}
}
 @media only screen and (min-width:0px) and (max-width: 319px) {
	.npro dl dt{
		height:70px;
		}
	.ncase .ncasenr ul li{
		height:72px;
	}
	.casenr .casert .owl-wrapper .owl-item{
		height:206px;
	}
	.pro .prort dl dt{
		height:84px;
	}
	.newsnr .newslf dl dt{
		height:146px;
	}
}

@media(max-width:1680px) {
	.zyyw dl {
		padding: 34px 90px 0 90px;
	}
}
@media(max-width:1600px) {
	.cont, .cont1 {
		width: 88%;
	}
	.nav .menu > li{
		padding: 0 25px;
	}
	.zyyw dl {
		padding: 34px 60px 0 60px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
	}
	.aboutlf .aboutnr{
		width:88%;
		padding-right:110px;
	}
	.npro .nprolf{
		width:21%;
	}
	.npro .nprort{
		width:77%;
	}
	.tit2{
		font-size:60px;
	}
	.caself .casetit,.caself .casetit span{
		font-size:40px;
	}
	.footerlf .footernr,.footer .footerlf .bot{
		padding-left:10%;
	}
	.footerrtnr{
		padding-right:22%;
	}
	
}
@media(max-width:1440px) {
	.nav .menu > li{
		padding: 0 20px;
	}
	.zyyw dl {
		padding: 34px 40px 0 40px;
	}
	.tit h3,.tit h3 a{
		font-size:36px;
		line-height:45px;
	}
	.tit hr{
		margin: 30px auto 0;
	}
	.npromenu .npromenunr{
		padding: 10px 20px 40px 20px;
	}
	.npro .nproinfo h1{
		font-size:20px;
	}
	.ab_fl dl dt .counter{
		font-size:60px;
		line-height:60px;
	}
	.ysnr ul li .ysrq{
		height:580px;
	}
	.ysnr ul li .yslist{
		-webkit-transform: translateY(42%);
		-moz-transform: translateY(42%);
		-ms-transform: translateY(42%);
		-o-transform: translateY(42%);
		transform: translateY(42%);
	}
	.ysnr ul li .yslist .ysms{
		padding: 0 25px;
		line-height:25px;
		margin-top:10px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		padding: 0 16px;
	}
	.aboutlf .aboutnr{
		padding-right:80px;
	}
	.tit2 {
		font-size: 50px;
		height: 100px;
	}
	.rslides_tabs{
		bottom:50px;
	}
	.casenr .caself h3{
		font-size:30px;
		line-height:40px;
	}
	.caself .casetit,.caself .casetit span{
		font-size:36px;
		line-height:45px;
	}
	.newsnr .newslf dl dd h4,.newslist ul li h4{
		font-size:20px;
		line-height:35px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li {
		padding: 0 12px;
	}
	.tit h3,.tit h3 a{
		font-size:32px;
		line-height:40px;
	}
	.tit hr {
		margin: 25px auto 0;
	}
	.ysnr ul li .ysrq {
		height: 540px;
	}
	.caself .casemore{
		margin-top:140px;
	}
	.ysnr ul li:hover .yslist h4{
		font-size:20px;
	}
	.zyyw dl dd h4{
		font-size:24px;
	}
	.npro .nprolf {
		width: 24%;
	}
	.npro .nprort {
		width: 74%;
	}
	.ntel .ntelnr{
		font-size:26px;
	}
	.case{
		height:auto;
	}
	.casenr .caself h3{
		font-size:28px;
	}
	.caself .casetit,.caself .casetit span{
		font-size:32px;
	}
}
@media(max-width:1152px) {
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:70px;
	}
	.aboutlf .aboutnr{
		padding-right:60px;
	}
	.ab_fl dl dt .counter{
		font-size:50px;
		line-height:50px;
	}
	.ysnr ul li .yslist{
		padding-top:30px;
	}
	.ysnr ul li .yslist .ysms {
		padding: 0 15px;
	}
	.ysnr ul li:hover .yslist h4{
		font-size:18px;
	}
	.ysnr ul li .ysrq {
		height: 500px;
	}
	.caself .casemore{
		margin-top:110px;
	}
	.newsnr .newslf dl dd h4,.newslist ul li h4{
		font-size:18px;
		line-height:30px;
	}
	.nnewslist dl dd .nnewsday {
		font-size: 26px;
	}
	.nnewslist dl dd .nnewsyear {
		font-size: 16px;
	}
	.nnewslist dl dd .dllf {
		padding-right: 40px;
	}
	.ntel .ntelnr{
		font-size:22px;
	}
	.npro .nprolf {
		width: 26%;
	}
	.npro .nprort {
		width: 72%;
	}
	.ncontact .ncontactnr {
		padding: 20px 30px 30px 20px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li {
		padding: 0 10px;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
		line-height:35px;
	}
	.tit hr {
		margin: 20px auto 0;
	}
	.rslides_tabs{
		bottom:30px;
	}
}
@media(max-width:1023px) {
	.headernr{
		width:98%;
	}
	.pro .prolf{
		display:none;
	}
	.pro .prort{
		width:100%;
		padding:20px;
	}
	.pro .prort dl:last-child{
		display:none;
	}
}
.about_img{
	display:none;
}
@media(max-width:991px) {
	.top .toprt{
		display:none;
	}
	.topnr{
		width:98%;
	}
	.header{
		height:115px;
	}
	.logo{
		padding:5px 0;
	}
	.logo img{
		height:60px;
	}
	.banner,.banner_n{
		margin-top:115px;
	}
	.rg{
		padding-top:19px;
	}
	.tit2 {
		height:80px;
		font-size: 40px;
	}
	.tit2 h3{
		top:30px;
		font-size:26px;
	}
	.caself .casetit, .caself .casetit span {
		font-size: 28px;
	}
	.about .aboutrt{
		background:none;
		height:auto;
		text-align:center;
	}
	.about_img{
		display:block;
		max-width:100%;
		height:auto;
	}
	.newsnr .newslf,.newsnr .newsrt{
		width:100%;
	}
	.newsnr .newslf{
		background:#fff;
	}
	.newslist ul li{
		width:100%;
	}
	.newslist ul li:nth-child(2) {
		margin-left: 0;
	}
	.news {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.zyyw dl dt .zyywicon {
		width: 80px;
		height: 80px;
	}
	.zyyw dl {
		padding: 24px 40px 0 40px;
	}
	.zyyw dl dd h4{
		margin-top:10px;
	}
	.zyyw dl dd p{
		line-height:26px;
	}
	.pro{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutlf .aboutnr{
		padding-right:0;
		float:none;
		margin:auto;
	}
	.ab_fl dl{
		margin-bottom:20px;
	}
	.num{
		padding: 40px 0 30px 0;
	}
	.ncase .ncasenr ul li{
		width:31.33333333%;
	}
	.ab_fl dl:nth-child(2){
		border:none;
	}
	.nnewslist dl dd .dlrt {
		display: none;
	}
	.nnewslist dl dd .dllf {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.nnews h1{
		font-size:20px;
	}
	.news-exp .news-explf, .news-exp .news-exprt{
		text-align:left;
	}
	.news-exp a{
		width:100%;
	}
	.news-exp a:last-child{
		text-align:left;
	}
	.aboutmore a,.caself .casemore a{
		width:200px;
	}
	.case{
		padding-top:60px;
		height:auto;
		padding-bottom:110px;
	}
	.caself .casemore{
		margin-top:40px;
	}
	.casenr .caself{
		margin-bottom:40px;
	}
	.npro .nproinfo{
		width:100%;
	}
	.npro .left-pro{
		width:99.99999%;
	}
	.npro .nproinfo{
		padding-left:0;
	}
	.npro .nprort,.npro .nprolf{
		width:100%;
	}
	.npro .nprort{
		margin-bottom:30px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.ncontact .ncontactnr h3{
		font-size:26px;
	}
	.ncontact .map{
		height:280px;
	}
	.ncontact{
		position:inherit;
	}
	.ncontact .ncontactnr{
		position:inherit;
		height:auto;
	}
	.nabout .naboutnr img{
		margin-bottom:10px;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.footerlf .footernr{
		padding-left:6%;
		padding-right:6%;
	}
	.footerrtnr{
		padding-top:40px;
		padding-bottom:40px;
		padding-right: 6%;
	}
	.footer .footerlf .bot{
		padding-left:6%;
		padding-right:6%;
	}
}
@media(max-width:767px) {
	.zyyw dl{
		height:auto;
		padding-bottom:20px;
	}
	.tit h3,.tit h3 a{
		font-size:24px;
		line-height:30px;
	}
	.tit hr {
		margin: 15px auto 0;
	}
	.rslides_tabs{
		bottom:20px;
	}
	.rslides img {
		width: 120%;
		margin-left: -10%;
	}
	.ab_fl dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.ncase .ncasenr ul li{
		width:48%;
	}
	.nmenu ul li{
		margin-right:30px;
	}
	.positionnr .positionrt,.positionnr .positionrt a{
		font-size:14px;
	}
	.npro dl dt .probg p{
		margin-top:40%;
	}
	.pronr dl {
		margin: 0 0 30px 0;
	}
	.ysnr ul li .yslist{
		padding-top:30px;
	}
	.ysnr ul li .yslist .ysms{
		padding:0 15px;
	}
	.footer .footerlf ul li{
		width:50%;
		padding-top:40px;
		padding-bottom:40px;
		height:auto;
	}
	.footer .footerlf ul li:last-child{
		width:100%;
	}
}
@media(max-width:640px) {
	.tit h3,.tit h3 a{
		font-size:20px;
	}
	.ab_fl dl dt .counter {
		font-size: 36px;
		line-height: 36px;
	}
	.rslides_tabs{
		bottom:10px;
	}
	.message input{
		width:100%;
		margin-top:15px;
	}
	.messagejs{
		margin-bottom:12px;
	}
	.newslist,.newsnr .newslf{
		padding: 0 20px;
	}
	.nnewslist dl dt, .nnewslist dl dd {
		width: 100%;
	}
	.nnewslist dl dd {
		padding-left: 0;
	}
	.nmenu ul li{
		margin-right:15px;
	}
	.ncontact .ncontactnr {
		padding: 40px 20px 32px 20px;
	}
	.npro dl dt .probg p{
		margin-top:45%;
		font-size:14px;
	}
	.pronr dl dd,.npro dl dd{
		background:none;
		padding-right:0;
	}
	.tit2{
		font-size:36px;
	}
	.casenr .caself h3,.caself .casetit,.caself .caseen,.caself .casemore{
		padding-left:60px;
	}
	.casenr .caself h3:before{
		width:40px;
	}
}
@media(max-width:540px) {
	.case .casebt h4:after{
		width:40px;
	}
	.footer .footerlf ul li{
		padding-left:30px;
	}
	.footer .footerlf ul li h4:before{
		left: -52px;
	}
	.footer .footerlf ul li h4,.footer .footerlf ul li h4 a{
		font-size:18px;
	}
}
@media(max-width:425px) {
	.ab_fl dl dt .counter {
		font-size: 32px;
		line-height: 32px;
	}
	.aboutnr .aboutlist dl{
		margin-right:30px;
	}
	.aboutlf .abouten{
		font-size:50px;
	}
	.aboutlf h3{
		font-size:22px;
	}
}
@media(max-width:375px) {
	.aboutnr .aboutlist dl{
		margin-right:20px;
	}
	
}
@media(max-width:320px) {
	
}