@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 1%;
	}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
	}
.logo{
	overflow:hidden;
}
.tel{
	padding:37px 0;
	margin-left:46px;
	position:relative;
	}
.tel:before{
	content:"";
	position:absolute;
	width:1px;
	height:24px;
	background:#ccc;
	left:-46px;
	}
.tel a{
	font-size:17px;
	}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:16px;
}
.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;
	}


.nav .menu > li a{
	color:#474747;
	font-size:16px;
	display:block;
	padding:0 36px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	background:#c7000a;
	color:#fff;
	}

.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:#c7000a;

	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:1400px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1400px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-top:100px;
	}
.mouse-index{
	position:absolute;
	bottom:30px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 47px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

@-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 {
	width:22px;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  position:absolute;
  top:50%;
  right:2%;
  z-index:99;
  display:inline-block;
  margin-top:-75px;
  }

.rslides_tabs li {
  float: left;
  width: 22px;
  height:22px;
  margin: 14px 0;
  }
.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-radius:50%;
  position:relative;
  }
.rslides_tabs li a:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	left:5px;
	top:5px;
	}

.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs li:hover a:before,.rslides_tabs .rslides_here a:before{
  background:#c7000a;
  }
.rslides_tabs li a:hover,.rslides_tabs .rslides_here a{
  border:solid 1px #c7000a;
  }

/* 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;
  margin-top: -45px;
  }
.banner .rslides_nav{
	width:38px;
	height:38px;
	position:absolute;
	display:block;
	z-index:998;
	border:solid 1px #fff;
	border-radius:50%;
	 }
.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;
	font-size:28px;
	color:#343434;
	text-align:center;
	line-height:40px;
	}
.tit h3 a{
	font-size:28px;
	color:#343434;
	}
.tit p{
	width:100%;
	overflow:hidden;
	color:#a3a3a3;
	font-family:Arial;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	margin-top:6px;
	}
.tit p:before{
	content:"";
	position:absolute;
	width:90px;
	height:1px;
	background:#c9c9c9;
	left:50%;
	margin-left:-170px;
	top:12px;
}
.tit p:after{
	content:"";
	position:absolute;
	width:90px;
	height:1px;
	background:#c9c9c9;
	right:50%;
	margin-right:-170px;
	top:12px;
}
.more{
	overflow:hidden;
	}
.more a{
	width:188px;
	height:50px;
	display:block;
	font-size:16px;
	color:#003f8c;
	line-height:50px;
	border:solid 1px #003f8c;
	padding-left:15px;
	position:relative;
	text-transform:uppercase;
	background:url(../images/tb9.png) no-repeat 90% center;
	}
	
/* 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 bottom center;
	background-size:cover;
	padding-top:64px;
	padding-bottom:144px;
}
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:34px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin:0 28px;
	padding-bottom:26px;
	position:relative;
	}
.promenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#c31f29;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promenu ul li a{
	font-size:16px;
	color:#343434;
	}
.promenu ul li:hover:after{
	width:100%;
	}
.promenu ul li:hover a{
	color:#c31f29;
	}
.pronr .prolf,.pronr .prort{
	padding:0;
	}
.pronr .prolf .protit{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#333;
	font-weight:bold;
	line-height:40px;
	}
.pronr .prolf .protiten{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#cacaca;
	font-family:Arial;
	margin-bottom:36px;
	}
.pronr .prolf{
	padding-top:120px;
	}
.pronr .prolf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.pronr .prolf .pormore{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.pronr .prolf .pormore a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:16px;
	background:#c31f29;
	}
.pronr .prort{
	background:url(../images/probg1.png) no-repeat center;
	min-height:607px;
	text-align:center;
	}
.pronr .prort img{
	max-width:100%;
	height:auto;
	}
.pronr .owl-carousel{
	margin-top:36px;
	}
	
/* about
-------------------------------------------------------------- */
.about{
	width:96%;
	overflow:hidden;
	margin:auto;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:106px;
	margin-top:90px;
	}
.aboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:40px;
	margin-bottom:23px;
	}
.aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.8);
	line-height:30px;
	}
.aboutmore{
	width: 127px;
    overflow: hidden;
    background: url(../images/jt.png) no-repeat left bottom;
    text-align: center;
    line-height: 40px;
	margin-top:72px;
	transition: all 0.3s ease;
	}
.aboutmore a{
	font-size:16px;
	color:#fff;
	}
.aboutmore:hover a{
	color:#c7000a;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.aboutlist dl{
	width:33.3333333%;
	height:320px;
	overflow:hidden;
	float:left;
	padding:72px 0 0 0;
	margin-bottom:0;
	border:solid 1px #fff;
	border-bottom:none;
	}
.aboutlist dl dt,.aboutlist dl dd,.aboutlist dl dd .abouttit,.aboutlist dl dd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlist dl dd .abouttit{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:30px;
	margin-top:20px;
	}
.aboutlist dl dd p{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:25px;
	}
.aboutlist dl:first-child{
	border-left:none;
	}
.aboutlist dl:last-child{
	border-right:none;
	}
.aboutlist dl:hover{
	background:rgba(199,0,10,0.8);
	}
.tab,.tab_box,.tablist{
	width:100%;
	overflow:hidden;
	}
.tab_box{
	width:100%;
	overflow:hidden;
	}
/* xhlist
-------------------------------------------------------------- */
.xhlist{
	width:96%;
	overflow:hidden;
	margin:auto;
	margin-bottom:75px;
	}
.xhlist .xhjs{
	padding:0;
	border-right:solid 1px #e0e0e0;
	}
.xhlist .xhjs dl{
	width:100%;
	overflow:hidden;
	margin-bottom:0;
	}
.xhlist .xhjs dl dt{
	width:100%;
	height:378px;
	overflow:hidden;
	background:url(../images/img1.jpg) no-repeat top center;
	background-size:cover;
	}
.xhlist .xhjs dl dt img{
	width:100%;
	height:auto;
	}
.xhlist .xhjs dl dt .xhtit{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px rgba(204,204,204,0.6);
	padding:25px 3% 12px 3%;
	line-height:40px;
	}
.xhlist .xhjs dl dt .xhtit .xhtit_rt{
	padding-top:5px;
	}
.xhlist .xhjs dl dt .xhtit .xhtit_nr{
	width:50%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	}
.xhlist .xhjs dl dd{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding:44px 36px;
	font-size:16px;
	color:#303030;
	line-height:30px;
	}
.xhlist .lsh{
	padding:0;
	border-right:solid 1px #e0e0e0;
	}
.lshtit{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px rgba(204,204,204,0.6);
	padding: 33px 3% 15px 3%;
	}
.lshtit .lshtit_nr{
	width:60%;
	overflow:hidden;
	font-size:22px;
	color:#343434;
	}
.lshtit .lshtit_rt{
	width:40%;
	overflow:hidden;
	text-align:right;
	}
.xhlist .lsh ul{
	width:100%;
	overflow:hidden;
	padding:22.5px 40px;
	}
.xhlist .lsh ul li{
	width:100%;
	height:35px;
	overflow:hidden;
	line-height:35px;
	}
.xhlist .lsh ul li a{
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.xhlist .lsh ul li a:hover{
	color:#c7000a
}
.xhlist .lsh .lshimg{
	width:100%;
	height:186px;
	overflow:hidden;
	}
.xhlist .lsh .lshbg1{
	background:url(../images/img2.jpg) no-repeat top center;
	background-size:cover;
}
.xhlist .lsh .lshbg2{
	background:url(../images/img3.jpg) no-repeat top center;
	background-size:cover;
}
.xhlist .lsh .lshimg img{
	width:100%;
	height:auto;
	}
.xhlist .lsh .lshul li a{
	width:80%;
	overflow:hidden;
	float:left;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.xhlist .lsh .lshul li span{
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
	}

/* news
-------------------------------------------------------------- */
.news{
	margin-top:40px;
	}
.newsrd{
	width:62%;
	overflow:hidden;
	}
.newsrd .newstit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:40px;
	background:url(../images/icon1.png) no-repeat left center;
	padding-left:28px;
	margin-bottom:18px;
	}
.newsrd .newstit a{
	font-size:20px;
	color:#343434;
}
.newsrd .newsrdnr{
	width:100%;
	overflow:hidden;
	background:#c7000a;
	}
.newsrdimg{
	width:64%;
	height:431px;
	overflow:hidden;
	position:relative;
	}
.newsrdimg img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsrdimg:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsrd_nr{
	width:36%;
	overflow:hidden;
	}
.newsrd_date{
	width:66px;
	height:77px;
	overflow:hidden;
	background:url(../images/titbg.png) no-repeat left top;
	text-align:center;
	color:#b71921;
	font-size:12px;
	}
.newsrd_date span{
	font-size:40px;
	font-family:Arial;
	color:#b71921;
	text-align:center;
	display:block;
	line-height:40px;
	}
.newsrd_nr dl{
	width:100%;
	overflow:hidden;
	padding:0 24px;
	}
.newsrd_nr dl dt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.5);
	padding-bottom:23px;
	margin-top:10px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsrd_nr dl dd{
	width:100%;
	overflow:hidden;
	}
.newsrd_nr dl dd .newsrd_ms{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:25px;
	margin-top:25px;
	}
.newsrd_nr dl dd .newsrd_more{
	width:127px;
	overflow:hidden;
	background:url(../images/jt.png) no-repeat left bottom;
	text-align:center;
	line-height:40px;
	margin-top:74px;
	}
.newsrd_nr dl dd .newsrd_more a{
	color:#fff;
	font-size:16px;
	}
.newslist{
	width:38%;
	overflow:hidden;
	padding-left:46px;
	}
.newslist_tit{
	width:70%;
	overflow:hidden;
	}
.newslist_tit{
	width:70%;
	overflow:hidden;
	}
.newslist_tit ul{
	width:100%;
	overflow:hidden;
	}
.newslist_tit ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	}
.newslist_tit ul li a{
	color:#343434;
	font-size:20px;
	padding:0 26px;
	display:block;
	}
.newslist_tit ul li:hover{
	background:url(../images/icon1.png) no-repeat left center;
	}
.newslist_nr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #e3e3e3;
	margin-top:23px;
	}
.newslist_nr ul{
	width:100%;
	overflow:hidden;
	}
.newslist_nr ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:20px;
	}
.newslist_nr ul li a{
	width:80%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist_nr ul li span{
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
	font-size:16px;
	color:#a3a3a3;
	}
.newslist_nr ul li:hover a{
	color:#c7000a;
	}


/* link
-------------------------------------------------------------- */
.link{
	line-height:30px;
	font-size:16px;
	padding:30px 0 47px 0;
	}
.linknr{
	color:rgba(255,255,255,0.5);
	font-size:16px;
	}
.link a{
	font-size:16px;
	margin-right:10px;
	color:rgba(255,255,255,0.5);
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#454545;
	background-size:cover;
	padding-top:92px;
	padding-bottom:88px;
}
.footernr .footerlf{
	width:72%;
	overflow:hidden;
	}
.footernr .footerlf dl{
	overflow:hidden;
	float:left;
	}
.footernr .footerlf dl dt{
	overflow:hidden;
	color:#fff;
	font-weight:normal;
	}
.footernr .footerlf dl dd{
	overflow:hidden;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	}
.footernr .footerlf .bbtn{
	width:130px;
	height:40px;
	line-height:40px;
	border:solid 1px #d92d36;
	background:url(../images/icon5.png) no-repeat 18px center;
	padding-left:52px;
	float:left;
	margin-left:20px;
	}
.footernr .footerlf .bbtn2{
	width:130px;
	height:40px;
	line-height:40px;
	border:solid 1px #d92d36;
	background:url(../images/icon6.png) no-repeat 18px center;
	padding-left:52px;
	float:left;
	margin-left:10px;
	}
.footernr .footerlf .bbtn a,.footernr .footerlf .bbtn2 a{
	color:#d92d36;
	}
.footernr .footerlf .bnav{
	width:100%;
	overflow:hidden;
	margin-bottom:38px;
	}
.footernr .footerlf .bnav a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	margin-right:48px;
	line-height:30px;
	}
.footernr .footerlf .add{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	font-size:15px;
	line-height:30px;
	}
.footernr .footerlf .bot{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	font-size:15px;
	}
.footernr .footerrt{
	width:28%;
	}
.footerrt dl{
	float:right;
	overflow:hidden;
	margin-bottom:0;
	}
.footerrt dl dt,.footerrt dl dd{
	overflow:hidden;
	}
.footerrt dl dd{
	text-align:center;
	font-size:15px;
	background:#c7000a;
	line-height:30px;
	color:#fff;
	padding:5px 0;
	}
.footerrt dl dt img{
	max-width:100%;
	height:auto;
}
.footer .bewm{
	padding:0;
	}
.footer .bewm dl{
	overflow:hidden;
	float:right;
	}
.footer .bewm dl dt{
	overflow:hidden;
	text-align:center;
	}
.footer .bewm dl dd{
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:7px;
	}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	width:33.3333333%;
	overflow:hidden;
	float:left;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	margin:0 0 20px 0;
	}
.footer .bnav ul li h5 a{
	font-size:17px;
	color:#fff;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:34px;
	}
.footer .bnav ul li p a{
	font-size:15px;
	}
.bot{
	line-height:30px;
	color:rgba(255,255,255,0.5);
	margin-top:30px;
	}
.bot a{
	color:rgba(255,255,255,0.5);
	}
.link-select-box a:link, .link-select-box a:visited { color: #fff;}
.link-select-box a:active,.link-select-box a:hover { color: #fff;}  
.link-select-box { background-color: #c7000a; font-family: arial, helvetica, sans-serif; width: 200px; float:left; height: 50px; position: relative; line-height: 46px; transition: 300ms; -webkit-transition: 300ms; color: #fff;  margin-top: 163px; }
.link-select-box .mt { padding: 0 58px 0 15px; position: relative; cursor: pointer; line-height: 50px; color:#fff; }
.link-select-box .mt .aw { width: 46px; position: absolute; top: 0; bottom: 0; right: 0px; background: url(../images/icon7.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:hover{ background-color: #c7000a;}
.link-select-box ul { background-color: #c7000a; 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: #d0b493; }
.link-select-box.act .mt .aw { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	margin-top:100px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n { 
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:921px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}

/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
}
.positionnr .nmenu,.positionnr .nmenu ul{
	overflow:hidden;
	}
.positionnr .nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:60px;
	}
.positionnr .nmenu ul li a{
	display:block;
	font-size:16px;
	color:#464646;
	padding:0 28px;
	}
.positionnr .nmenu ul li:hover,.positionnr .nmenu ul li.cur{
	background:#c7000a;
	}
.positionnr .nmenu ul li:hover a,.positionnr .nmenu ul li.cur a{
	color:#fff;
	}
.positionnr .positionrt{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	padding:15px 0;
	text-align:right;
	color:#464646;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#464646;
}
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.ntit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #c31f29;
	margin-top:20px;
	}

/* nabout
-------------------------------------------------------------- */
.t{
	position:relative;
}
.t .tnr{
	position:absolute;
	top:-100px;
}
.nabout,.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .naboutnr{
	width:75%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	font-size:16px;
	line-height:32px;
	}
.nabout .naboutlf{
	width:25%;
	overflow:hidden;
	}
.nabout .naboutlf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	line-height:40px;
	}
.nabout .naboutlf p{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:32px;
	color:#c7000a;
	text-transform:uppercase;
	margin-top:10px;
	}
.nabout .naboutlf hr{
	width:44px;
	height:2px;
	background:#c7000a;
	border:none;
	margin-top:50px;
	}
.nabout .naboutnr p{
	font-size:16px;
	line-height:32px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
#output {
	width:100%;
	height:686px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#output {
	position: relative
}

#output.single-output div.active {
	display: block;
	height: 100%;
	width: 100%
}
#output pre {
	font-size: 16px;
	white-space: pre-wrap;
	line-height:0;
	-moz-tab-size: 0;
	-o-tab-size: 0;
	tab-size:0;
	max-width: 100vw;
	font-family:Microsoft Yahei;
	font-family:微软雅黑;
}
#output pre p{
	font-size: 16px;
	color:#585858;
}

#output pre code {
	font-family: 'Source Code Pro', Menlo, Consolas, Monaco, monospace
}

#output .CodeMirror-guttermarker-subtle,#output .CodeMirror-linenumber {
	font-size: 13px
}

#output pre,#output iframe {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#output pre::-webkit-scrollbar,#output iframe::-webkit-scrollbar {
	width: 5px;
	height: 0.5em
}

#output pre::-webkit-scrollbar-thumb,#output iframe::-webkit-scrollbar-thumb {
	background: #c7000a
}

#output pre::-webkit-scrollbar-track,#output iframe::-webkit-scrollbar-track {
	background: none
}
#html-box,#css-box,#js-box,#result-box {
	display: none
}

#html-box.active,#css-box.active,#js-box.active,#result-box.active {
	display: block;
	height: 100%
}
.zzjg{
	width:100%;
	overflow:hidden;
	background:url(../images/naboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:95px;
	padding-bottom:114px;
	}
.zzjglf{
	width:32%;
	overflow:hidden;
	}
.zzjglf h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	}
.zzjglf p{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase;
	margin-top:10px;
	}
.zzjglf hr{
	width:44px;
	height:2px;
	background:#c7000a;
	border:none;
	margin-top:50px;
	}
.zzjgrt{
	width:68%;
	overflow:hidden;
	}
.zzjgrt img{
	max-width:100%;
	height:auto;
	}
.xhzc{
	background:#f9f9f9;
	padding:50px 52px;
	margin-top:60px;
	margin-bottom:60px;
	border-radius:10px;
	}
.xhzc h3{
	width:100%;
	overflow:hidden;
	color:#c7000a;
	font-size:30px;
	line-height:40px;
	}
.xhzc .xhzcnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#717171;
	margin-top:38px;
	}
.xhzc .xhzcnr p{
	overflow:hidden;
	font-size:16px;
	color:#717171;
	}
.hygc{
	margin-bottom:40px;
	}
.hygc .hygctit{
	width:100%;
	overflow:hidden;
	}
.hygc .hygctit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	text-align:center;
	line-height:40px;
	}
.hygc .hygctit p{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#c7000a;
	font-family:Arial;
	text-align:center;
	text-transform:uppercase;
	line-height:30px;
	margin-top:10px;
	}
.hygc .hygctit hr{
	width: 44px;
    height: 2px;
    background: #c7000a;
    border: none;
    margin-top: 50px;
	margin:auto;
	margin-top:42px;
	}
.hygc .hygcnr{
	width:100%;
	overflow:hidden;
	}
.hygc .hygcnr h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#c7000a;
	margin:0;
	line-height:40px;
	padding: 0 0.8%;
	margin-bottom:10px;
	margin-top:27px;
	}
.hygclist{
	width:100%;
	overflow:hidden;
	}
.hygclist dl{
	width:23.4%;
	height:148px;
	box-sizing: border-box;
	overflow:hidden;
	float:left;
	border-radius:10px;
	padding:13px 16px;
	margin:15px 0.8%;
	background:#f7f7f7;
	}
.hygclist dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:20px;
	font-weight:normal;
	border-bottom:solid 1px #e0e0e0;
	line-height:35px;
	padding-bottom:6px;
	}
.hygclist dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#323232;
	margin-top:22px;
	}
.hygclist dl dd P{
	font-size:16px;
	color:#414141;
	}
.marg{
	margin-bottom:40px;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonor ul{
	width:100%;
	overflow:hidden;
	}
.nhonor ul li{
	margin:10px 0;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro .promenu{
	margin-top:0;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	width:439px;
	overflow:hidden;
	float:left;
	margin:20px 41.5px 20px 0;
	background:#f6f6f6;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
}
.npro dl dt{
	height:362px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(195,31,41,0.9) url(../images/tb1.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:82%;
	margin:0 9%;
	color: #333;
    font-size: 18px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	border-top:solid 1px #a9a9a9;
	}
.npro dl:hover{
	background:rgba(195,31,41,0.9);
	}
.npro dl:hover dd{
	color:#fff;
	border-top:solid 1px #fff;
	}
.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_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#c31f29;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#c31f29;
	}
.tjpro{
	width:100%;
	overflow:hidden;
	}
.tjpro{
	width:100%;
	overflow:hidden;
	}
.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;
}
.tjpro{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.tjpro .ntit h3{
	text-align:center;
	}
.tjpro .ntit hr{
	margin:20px auto;
	}
.tjpronr{
	width:100%;
	overflow:hidden;
	}
/* 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:60px;
	margin-bottom:60px;
	}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:35px 0;
	background:#f8f8f8;
	}
.nnews dl dt{
	width:43%;
	overflow:hidden;
	float:left;
	position:relative;
	height:337px;
	}
.nnews 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;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.nnews dl dd{
	width:57%;
	overflow:hidden;
	float:right;
	padding-left:35px;
	padding-right:35px;
	padding-top: 40px;
	}
.nnews dl dd .nnewsdate{
	width:76px;
	height:90px;
	background:#c7000a;
	color:#fff;
	font-size:13px;
	font-family:Arial;
	text-align:center;
	padding-top:11px;
	}
.nnews dl dd .nnewsdate span{
	width:100%;
	color:#fff;
	display:block;
	font-size:40px;
	line-height:50px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#323232;
	line-height:30px;
	border-bottom:solid 1px #d3d3d3;
	padding-bottom:20px;
	margin-top:20px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#707070;
	line-height:25px;
	margin-top:20px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#c7000a;
	margin-top:46px;
	}
.nnews dl:hover dd .nnewstit{
	color:#c31f29;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #c7000a;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	}
.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;
	}
/* nzcfg
-------------------------------------------------------------- */
.nzcfg{
	margin-top:50px;
	margin-bottom:50px;
	}
.nzcfg dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
	padding-bottom:22px;
	}
.nzcfg dl dt{
	width:90%;
	overflow:hidden;
	float:left;
	padding-right:10%;
	}
.nzcfg dl dd{
	width:10%;
	overflow:hidden;
	float:right;
	}
.nzcfg dl dt .nzcfgtit{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#343434;
	line-height:35px;
	font-weight:normal;
	}
.nzcfg dl dt .nzcfgms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	font-weight:normal;
	margin-top:20px;
	}
.nzcfg dl dd{
	padding-left:50px;
	border-left:solid 1px #d2d2d2;
	}
.nzcfg dl dd .nzcfg_date{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#b1b1b1;
	}
.nzcfg dl dd .nzcfg_year{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#b1b1b1;
	}
.nzcfg dl dd .nzcfg_tb{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.nzcfg dl:hover{
	border-bottom:solid 1px #c7000a;
	}
.nzcfg dl:hover dt .nzcfgtit{
	color:#c7000a;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact_tit{
	width:100%;
	overflow:hidden;
	}
.ncontact_tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	line-height:40px;
	color:#c7000a;
	}
.ncontact_tit p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	font-family:Arial;
	color:#b8b8b8;
	line-height:25px;
	text-align:center;
	}
.ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:62px;
	}
.ncontactnr dl{
	overflow:hidden;
	margin-bottom:0;
	padding:0;
	}
.ncontactnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ncontactnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#343434;
	font-size:16px;
	line-height:30px;
	margin-top:16px;
	}
.ncontactnr dl dd a{
	color:#343434;
	font-size:16px;
}
.nmessage{
	padding:0 100px;
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#343434;
	text-align:center;
	line-height:40px;
	margin-bottom:33px;
	}
.nmessage ul{
	width:100%;
	overflow:hidden;
	}
.nmessage ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	margin-bottom:25px;
	}
.nmessage ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #cccccc;
	line-height:68px;
	padding:0 20px;
	font-size:16px;
	color:#4a4a4a;
	}
.nmessage ul li textarea{
	width:100%;
	height:210px;
	overflow:hidden;
	border:solid 1px #cccccc;
	line-height:30px;
	padding:0 20px;
	font-size:16px;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
}
.tjbtn button {
    width: 100%;
    height: 60px;
    background: #c7000a;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.maprq{
	margin-bottom:40px;
	}
.map{
	height:820px;
	overflow:hidden;
	padding:0;
	}

/* member
-------------------------------------------------------------- */
.member{
	margin-top:60px;
	margin-bottom:60px;
	padding:0 100px;
	}
.member ul{
	width:100%;
	overflow:hidden;
	}
.member ul li{
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
	}
.member ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #cccccc;
	line-height:60px;
	padding:0 20px;
	font-size:16px;
	color:#4a4a4a;
	}
.member ul li textarea{
	width:100%;
	height:210px;
	overflow:hidden;
	font-size:16px;
	border:solid 1px #cccccc;
	line-height:30px;
	padding:0 20px;
	}
.tjbtn2{
    width: 100%;
    overflow: hidden;
}
.tjbtn2 button {
    width: 100%;
    height: 60px;
    background: #c7000a;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.member .ncontact_tit{
	margin-bottom:40px;
}
/* nzmpp
-------------------------------------------------------------- */
.nzmpp{
	margin-top:60px;
	margin-bottom:60px;
}
.nzmppnr,.nzmppnr ul{
    width: 100%;
	overflow:hidden;
}
.nzmppnr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	box-shadow: 0px 0px 8px rgba(198,198,198, 0.75);
    -moz-box-shadow: 0px 0px 8px rgba(198,198,198, 0.75);
    -webkit-box-shadow: 0px 0px 8px rgba(198,198,198, 0.75);
}
.nzmppnr ul li img{
	max-width:100%;
	height:auto;
}

/* 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 #c7000a;
}

.dede_pages ul li.thisclass{
    background-color: #c7000a;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #c7000a;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#c7000a;
}

.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:#c7000a;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:58px;
	padding:0 1%;
	text-align:center;
	    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 */
	color:#c7000a;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#c7000a;
}
.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;
}


.a_txt,.rg,.tel{
	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 only screen and (min-width:1921px) and (max-width: 2560px) {
	.xhlist .xhjs dl dd{
		padding: 59px 36px;
	}
}
@media only screen and (min-width:640px) and (max-width: 767px) {
	.newsrdimg{
		height:433px;
	}
	.nnews dl dt{
		height:328px;
	}
}
@media only screen and (min-width:540px) and (max-width: 639px) {
	.newsrdimg{
		height:365px;
	}
	.nnews dl dt{
		height:277px;
	}
}
@media only screen and (min-width:425px) and (max-width:539px) {
	.newsrdimg{
		height:287px;
	}
	.nnews dl dt{
		height:218px;
	}
}
@media only screen and (min-width:375px) and (max-width:424px) {
	.newsrdimg{
		height:253px;
	}
	.nnews dl dt{
		height:192px;
	}
}
@media only screen and (min-width:320px) and (max-width:374px) {
	.newsrdimg{
		height:216px;
	}
	.nnews dl dt{
		height:164px;
	}
}
@media only screen and (min-width:0px) and (max-width:319px) {
	.newsrdimg{
		height:210px;
	}
	.nnews dl dt{
		height:160px;
	}
}

@media(max-width:1600px) {
	.nav .menu > li a {
		padding: 0 28px;
	}
	.nzcfg dl dd {
		padding-left: 30px;
	}
	.newslist_nr ul li a {
		width: 76%;
	}
	.newslist_nr ul li span {
		width: 23%;
	}
	.xhlist .lsh .lshul li a{
		width:78%;
	}
	.xhlist .lsh .lshul li span{
		width:22%;
	}
	.xhlist .xhjs dl dd{
		padding: 44px 30px;
	}
}
@media(max-width:1440px) {
	.cont,.cont1{
		width:88%;
	}
	.nav .menu > li a {
		padding: 0 24px;
	}
	.hygclist dl dt{
		font-size:18px;
	}
	.link-select-box{
		width:50%;
	}
	.footerrt dl{
		width:48%;
	}
	.xhlist .lsh .lshul li a{
		width:76%;
	}
	.xhlist .lsh .lshul li span{
		width:24%;
	}
}
@media(max-width:1426px) {
	.xhlist .xhjs dl dd {
		padding: 29px 30px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		padding: 0 18px;
	}
	.tel {
		margin-left: 20px;
	}
	.tel:before {
		left: -20px;
	}
	.hygclist dl dt{
		font-size:16px;
	}
	.hygclist dl dd{
		font-size:14px;
	}
	.nzcfg dl dd {
		padding-left: 20px;
	}
	.newslist_nr ul li a {
		width: 74%;
	}
	.newslist_nr ul li span {
		width: 25%;
	}
}
@media(max-width:1280px) {
	.newslist_tit ul li a {
		font-size: 18px;
		padding: 0 16px;
	}
	.nav {
		margin-right: 0;
	}
	.tel {
		margin-left: 10px;
	}
	.tel:before {
		left: -10px;
	}
	.nav .menu > li a {
		padding: 0 14px;
	}
	.nzcfg dl dd .nzcfg_date{
		font-size:24px;
	}
	.newslist_nr ul li a {
		width: 72%;
	}
	.newslist_nr ul li span {
		width: 27%;
	}
	.footerrt dl dd{
		font-size:14px;
	}
	.xhlist .lsh .lshul li a{
		width:72%;
	}
	.xhlist .lsh .lshul li span{
		width:28%;
	}
}
@media(max-width:1152px) {
	.newslist_tit ul li a {
		padding: 0 14px;
	}
	.nav .menu > li a {
		padding: 0 10px;
		font-size:14px;
	}
	.nzcfg dl dd {
		padding-left: 15px;
	}
	.newslist_nr ul li a {
		width: 67%;
	}
	.newslist_nr ul li span {
		width: 32%;
	}
	.link-select-box .mt {
		padding: 0 30px 0 15px;
	}
	.link-select-box .mt .aw {
		width: 30px;
	}
	.xhlist .lsh ul {
		padding: 18px 20px;
	}
	.xhlist .lsh .lshul li a{
		width:68%;
	}
	.xhlist .lsh .lshul li span{
		width:32%;
	}
}
@media(max-width:1140px) {
	.xhlist .xhjs dl dd {
		padding: 10px 30px;
	}
}
@media(max-width:991px) {
	.newsrd,.newslist{
		width:100%;
	}
	.newslist{
		margin-top:20px;
		padding-left:0;
		margin-bottom:20px;
	}
	.nabout .naboutlf,.nabout .naboutnr,.zzjglf,.zzjgrt{
		width:100%;
	}
	.hygclist dl {
		width: 48.4%;
	}
	.hygclist dl dt{
		line-height:30px;
	}
	.member,.nmessage{
		padding:0;
	}
	.map{
		height:300px;
	}
	.nzcfg dl dt {
		padding-right: 2%;
	}
	.nzcfg dl dt {
		width: 85%;
	}
	.nzcfg dl dd {
		width: 15%;
	}
	.nnews dl dd .nnewsmore{
		margin-top: 20px
	}
	.pages .pageslf,.pages .pagesrt{
		width:100%;
		text-align:left;
	}
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:70px;
	}
	.nnews h1{
		font-size:20px;
	}
	.aboutmore{
		margin-top:30px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footerrt dl {
		width: auto;
	}
	.footernr .footerrt {
		margin-top:20px;
	}
	.footer{
		padding-top:40px;
		padding-bottom:40px;
	}
}
@media(max-width:768px) {
	.nzcfg dl dt .nzcfgtit{
		font-size:18px;
	}
}
@media(max-width:767px) {
	.newsrdimg img{
		width:100%;
	}
	.nnews dl dt,.nnews dl dd{
		width: 100%;
		overflow: hidden;
	}
	.nnews dl dd{
		padding-bottom:20px;
	}
	.newsrdimg,.newsrd_nr{
		width: 100%;
	}
	.newsrd_nr dl dd .newsrd_more{
		margin-top:30px;
	}
	.aboutlist dl {
		width: 100%;
	}
	.aboutnr h3{
		font-size:22px;
	}
	.footernr .footerlf .bnav a{
		margin-right:30px;
	}
	.lshtit .lshtit_nr{
		font-size:20px;
	}
	.nzmppnr ul li{
		width:31.333333%;
	}
}
@media(max-width:640px) {
	.hygclist dl dd{
		margin-top: 10px;
	}
	.nzcfg dl dd{
		display:none;
	}
	.nzcfg dl dt {
		width: 100%;
		padding-right: 0;
	}
	.nzcfg dl dt .nzcfgms{
		margin-top:10px;
	}
	.footernr .footerlf .bnav a{
		margin-right:20px;
	}
}
@media(max-width:540px) {
	.xhzc {
		padding: 30px 20px;
	}
	.nnews dl dd {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footernr .footerlf dl{
		width:100%;
	}
	.footernr .footerlf .bbtn{
		margin-left:0;
	}
	.nzmppnr ul li{
		width:48%;
	}
}
@media(max-width:425px) {
	.hygclist dl {
		width: 100%;
		height: 108px;
		margin: 15px 0;
	}
	.link-select-box{
		width:100%;
		margin-top:0;
	}
	.footerrt dl{
		float:left;
		margin-top:20px;
	}
}
@media(max-width:375px) {
	
}
@media(max-width:320px) {
	
}