.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.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;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_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;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.ztop{
	background: #efefef;
	line-height: 30px;
	font-size: 13px;
	color: #989898;
}
.header{
	margin: 20px auto;
}
.logo-text{
	margin-left: 20px;
	margin-top: 4px;
}
.logo-text p:first-child{
	font-size: 16px;
	color: #004ba8;
	font-weight: bold;
}
.logo-text p:last-child{
	font-size: 13px;
	color: #2b2b2b;
}
.tel-icon{
	margin-top: 7px;
}
.tel-text{
	margin-left: 10px;
}
.tel-text p:first-child{
	font-size: 13px;
	color: #2b2b2b;
}
.tel-text p:last-child{
	font-size: 20px;
	color: #004ba8;
	font-weight: bold;
}
.nav-bg{
	background: #004ba8;
	line-height: 47px;
}
.nav .mobile_nav>ul>li{
	float: left;
	margin: 0 11px;
}
.nav .mobile_nav>ul>li a{
	width: 128px;
}
.nav .mobile_nav ul li:hover a{
	background: #033a7e;
}
.nav .mobile_nav ul li a span{
	color: #fff;
	font-size: 14px;	 
}
.nav{ text-align:center;}
.nav ul{  padding:0; }
.mobile_nav>ul{ display: table;}
.nav .menulevel{ padding:0;z-index: 999;padding-top: 3px;}
.nav li {
    /*height: 34px;*/
	display: inline-block;
    font-size: 15px;
    color: #212121;
    
    text-align: center;
    position: relative;}
.nav li a{ color:#212121; display: block;}	
.nav li a#menu_selected{
	background: #033a7e;
}
.nav li a#menu_selected span{
	color: #fff;}
.nav li:hover{}
.nav li:hover>a>span{ text-decoration:none;color: #a8242f;}
.nav li:hover>.menulevel{ display:block;}
.menulevel{ width:100%; left:0; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 43px;
    }
.menulevel li{ display:block;margin-bottom: 2px;background: rgba(100,218,211,0.8);}
.menulevel li a span{
	color: #464646;
}
.menulevel li:hover{}
.menulevel li:hover a span{
	 text-decoration:none;color: #0f8c36;
	 font-weight: bold;
}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}




#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*foot部分*/
.bottom-bg{
	background: #2b2b2b;
	padding: 40px 0 20px;
}
.b-htmx{
	font-size: 20px;
	color: #efefef;
	text-transform: uppercase;
	border-bottom: dotted 1px #737373;
	width: 640px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.b-htmx span{
	font-weight: bold;
}
.fwzx-tel ul li{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}
.bottom-right{
	text-align: right;
	margin-top: 20px;
}
.ytmy{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.ytmy-en{
	font-size: 13px;
	color: #6a6a6a;
}
.jzzy{
	font-size: 13px;
	color: #ababab;
	width: 380px;
	line-height: 24px;
	margin-top: 20px;
}
.mfrx{
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
}
.mfrx span{
	font-size: 26px;
}
.footer-bg{
	background: #004ba8;
	text-align: center;
	padding: 10px 0;
}
.wzbb{
	color: #a3b4d6;
	line-height: 24px;
}
.wzbb a{
	color: #a3b4d6;
}
.foot-content{
	color: #a3b4d6;
}
.foot-content a{
	color: #a3b4d6;
}
/*内页部分*/
.ny-bg{
	margin-top: 30px;
}
.ny{
	margin: 40px 0;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height: 200px;
	overflow: hidden;
}
.cpnav-tit{
	width: 136px;
	height: 106px;
	background: #28983a;
	text-align: center;
	padding-top: 30px;
}
.cpnav-tit p a{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
.ddsmoothmenu-v ul li:last-child{
	border-bottom: none;
}
.cp-navbg{
	background: #efefef;
	padding: 20px 0;
}
.related-list{
	line-height: 50px;
}
.lbox-top {
    text-align: center;
    background: #006bc5;
}
.cp-navbot{
	background: #64dad3;
	padding: 30px 43px;
}
.cp-navbot p:first-child{
	font-size: 18px;
	color: #fff;
}
.cp-navbot p:first-child img {
    margin-right: 10px;
    vertical-align: middle;
}
.cp-navbot p:last-child {
    font-size: 26px;
    color: #fff;
}
.ny-dqwz{
	background: #F7F7F7;
	margin-bottom: 30px;
}
.ny-location{
	font-size: 14px;
	line-height: 50px;
}
.ny-lxwm{
	background: url(../images/ny-lxwmbg.png) no-repeat center top;
	margin-top: 30px;
}
#spec-n1{
	height: 260px;
	overflow: hidden;
}
/*首页部分*/
.cptj{
	margin: 60px auto;
}
.cptj-left{
	width: 600px;
}
.hsjg-box{
	width: 410px;
	margin-left: 40px;
	margin-top: 20px;
}
.hsjg a{
	font-size: 25px;
	color: #006bc5;
	font-weight: bold;
}
.hsjg-en{
	font-size: 13px;
	color: #2b2b2b;
}
.cxgn{
	margin-top: 30px;
}
.cxgn{
	font-size: 13px;
	color: #2b2b2b;
	line-height: 25px;
}
.hylx-bg{
	background: url(../images/hylx-bg.jpg) no-repeat center top;
	margin-top: 20px;
	padding: 28px 60px 28px 30px;
}
.hylx{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.hylx span{
	color: #2b2b2b;
	margin-left: 10px;
}
.lxfs-icon{
	width: 109px;
	line-height: 25px;
	background: #006bc5;
	border-radius: 10px;
	text-align: center;
}
.lxfs-icon a{
	font-size: 13px;
	color: #fff;
}
.hsjg-img{
	margin-top: 19px;
}

.cp-bg{
	background: url(../images/cp-bg.jpg) no-repeat center top;
	padding-top: 45px;
	padding-bottom: 40px;
}
.cpzx-t{
	text-align: center;
}
.cpzx-t a{
	font-size: 25px;
	color: #004ba8;
	font-weight: bold;
}
.cpzs-nav{
	border-top: solid 1px #004ba8;
	border-bottom: solid 1px #004ba8;
	width: 750px;
	margin: 20px auto 0;
}
.cpzs-timg{
	margin-top: 35px;
}
.cpzs-nav ul li{
	float: left;
	line-height: 50px;
	text-align: center;
	margin: 0 25px;
}
.cpzs-nav ul li a{
	font-size: 15px;
	color: #2b2b2b;
}
.cpzs-nav ul li:hover a{
	color: #004ba8;
}
.cp-tupian{
	height: 233px;
	overflow: hidden;
	border: solid 1px #fff;
}
#ScrollBox li:hover .cp-tupian{
	border: solid 1px #004ba8;
}
.cp-tupian a img{
	width: 100%;
	min-height: 233px;
}
.cp-mc{
	line-height: 40px;
	text-align: center;
	border-bottom: solid 1px #50555c;
}
#ScrollBox li:hover .cp-mc{
	border-bottom: solid 1px #004ba8;
}
#ScrollBox li:hover a{
	color: #004ba8;
}

.gsjj{
	margin: 60px auto;
}
.gsjj-box{
	width: 564px;
}
.gsjj-tit a{
	font-size: 22px;
	color: #004ba8;
	font-weight: bold;
}
.gsjj-tit{
	margin-bottom: 20px;
	margin-top: 10px;
}
.gsjj-text{
	font-size: 13px;
	line-height: 36px;
	color: #2b2b2b;
}
.about-more{
	width: 110px;
	line-height: 31px;
	background: #004ba8;
	text-align: center;
	border-radius: 10px;
	margin-top: 22px;
}
.about-more a{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.ys-bg{
	background: url(../images/ys-bg.jpg) no-repeat center top;
	padding-top: 62px;
	padding-bottom: 54px;
}
.ys-tit p:first-child{
	font-size: 25px;
	color: #000;
	font-weight: bold;
}
.ys-tit p:first-child span{
	color: #004ba8;
}
.ys-tit p:last-child{
	font-size: 13px;
	color: #a0a0a0;
}
.ys-con{
	width: 600px;
	margin-top: 100px;
}
.ys-con ul li{
	width: 193px;
	float: left;
	text-align: center;
}
.ys-con ul li:nth-child(1),.ys-con ul li:nth-child(2),.ys-con ul li:nth-child(3){
	margin-bottom: 130px;
}
.ys-con ul li p:first-child{
	font-size: 16px;
	color: #004ba8;
	font-weight: bold;
	margin-bottom: 10px;
}
.ys-con ul li p:last-child{
	font-size: 13px;
	color: #2b2b2b;
	line-height: 21px;
	width: 169px;
	margin: 0 auto;
}

.index-news{
	margin-top: 70px;
}
.xw-left{
	width: 300px;
}
.gsxw-tit{
	background: #004ba8;
	line-height: 40px;
	padding: 0 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.gsxw a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.xw-more a{
	font-size: 18px;
	color: #fff;
}
.gsxw-list{
	background: #efefef;
	padding: 0 35px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.gsxw-list ul li{
	line-height: 40px;
	border-bottom: solid 1px #c8c8c8;
	text-align: center;
}
.gsxw-list ul li a{
	font-size: 13px;
	color: #2b2b2b;
}
.xw-right{
	margin-right: 40px;
}
.hyxw-list{
	padding: 20px 0;
	border-bottom: solid 1px #004ba8;
}
.xw-con{
	width: 408px;
}
.zx-xbt a{
	font-size: 15px;
	color: #004ba8;
	line-height: 50px;
}
.zx-xnr a{
	font-size: 13px;
	line-height: 24px;
	color: #2b2b2b;
}
.zx-xnr{
	height: 50px;
}

.yqlj{
	padding: 30px 0;
}

/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 15px 20px;width: 270px;}
.photos-demo span p{ margin-top: 10px;font-size: 20px;}
.photos-demo span img{
	width: 100%;
	min-height: 200px;
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{ font-family: "微软雅黑";font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #004ba8; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}