.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*/
.header-top{
	background: #308be0;
	line-height: 40px;
}
.hyjr{
	font-size: 14px;
	color: #fff
}
.fwrx{
	font-size: 13px;
	color: #fff;
}
.fwrx span{
	font-size: 20px;
	font-weight: bold;
}
.header{
	padding: 30px 0;
}
.nav .mobile_nav>ul>li{
	float: left;
	line-height: 30px;
}
.nav .mobile_nav>ul>li a{
	padding: 0 34px;
	border: solid 1px #fff;
}
.nav .mobile_nav ul li:hover a{
	border: solid 1px #308be0;
	border-radius: 20px;
}
.nav .mobile_nav ul li:hover a span{
	color: #308be0;
}
.nav .mobile_nav ul li a span{
	color: #2b2b2b;
	font-size: 14px;	 
}
.nav{ text-align:center;margin-top: 20px;}
.nav ul{  padding:0; }
.mobile_nav>ul{ display: table;}
.nav .menulevel{ padding:0;z-index: 999;padding-top: 3px;}
.nav li {
	display: inline-block;
    font-size: 14px;
    color: #2b2b2b;
    
    text-align: center;
    position: relative;}
.nav li a{ color:#212121; display: block;}	
.nav li a#menu_selected{
	border: solid 1px #308be0;
	border-radius: 20px;
}
.nav li a#menu_selected span{
	color: #308be0;}
.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: url(../images/footer-bg.jpg) no-repeat center top;
	padding: 45px 0;
}
.b-lxtit{
	font-size: 22px;
	font-weight: bold;
	color: #2b2b2b;
}
.b-lxtit:after{
	content: "";
	display: block;
	width: 87px;
	height: 3px;
	background: #0061bb;
	margin: 10px 0 20px;
}
.b-lxcon{
	width: 470px;
	background: #fff;
	padding: 30px;
}
.b-lxcon ul li{
	font-size: 13px;
	color: #2B2B2B;
	line-height: 47px;
	float: left;
	margin-right: 80px;
}
.b-lxcon ul li:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #0061bb;
	border-radius: 10px;
	float: left;
	margin-top: 21px;
	margin-right: 20px;
}
.b-lxcon ul li:nth-child(2),.b-lxcon ul li:nth-child(4){
	margin-right: 0;
}
.akmy-bg{
	background: #0061bb;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 26px;
}
.akmy-bg a{
	font-size: 13px;
	color: #fff;
}
.foot-content{
	color: #fff;
}
.foot-content a{
	color: #fff;
}
/*内页部分*/
.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;
}
.ny-top{
	margin-bottom: 10px;
}
.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-neirong{
	width: 900px;
}
.ny-dqwz{
	border-bottom: solid 1px #308be0;
	border-top: solid 1px #308be0;
	padding-left: 20px;
	margin-bottom: 20px;
}
.ny-location{
	font-size: 14px;
	line-height: 50px;
}
.ny-lxwm{
	width: 900px;
}
.ny-lxbg{
	background: url(../images/ny-lxwmbg.png) no-repeat center top;
}
.ny{
	padding: 60px 0;
}
#spec-n1{
	height: 260px;
	overflow: hidden;
}
/*首页部分*/
.banner-bottombg{
	background: url(../images/banner-bottombg.jpg) no-repeat center top;
	padding: 28px 0;
}
.bb-logo p:first-child{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.bb-logo p:last-child{
	font-size: 20px;
	color: #a2bde7;
}
.bb-text{
	width: 460px;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	margin-left: 60px;
}
.bb-tel{
	margin-right: 20px;
}
.bb-tel p:first-child{
	font-size: 13px;
	color: #fff;
	line-height: 30px;
}
.bb-tel p:last-child{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.cp-bg{
	background: url(../images/cp-bg.jpg) no-repeat center top;
	padding: 80px 0;
}
.cp-tupian{
	height: 290px;
	overflow: hidden;
}
.cp-tupian a img{
	width: 100%;
	min-height: 390px;
}
.cp-mc{
	line-height: 50px;
	text-align: center;
	background: #0061bb;
}

.about-bg{
	background: #efefef;
	padding: 50px 0;
}
.gsjj-left{
	width: 540px;
	margin-top: 40px;
}
.gsjj-tit{
	border-bottom: solid 1px #0061bb;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.gsjj-tit a{
	font-size: 20px;
	color: #0061bb;
	font-weight: bold;
}
.gsjj-text{
	font-size: 13px;
	line-height: 36px;
	color: #2b2b2b;
}

.ys-bg{
	background: url(../images/ys-bg.jpg) no-repeat center top;
	padding: 61px 0;
	margin-bottom: 40px;
}
.ys-bg ul li{
	float: left;
	width: 135px;
	margin-left: 150px;
}
.ys-bg ul li p:first-child{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.ys-bg ul li p:last-child{
	font-size: 13px;
	color: #98b0d4;
}

.xwzx-tit{
	text-align: center;
}
.xwzx-tit a{
	font-size: 22px;
	color: #2B2B2B;
	font-weight: bold;
}
.xwzx-tit:after{
	content: "";
	display: block;
	width: 87px;
	height: 3px;
	background: #0061bb;
	margin: 10px auto 40px;
}
.hyzx-tit{
	background: url(../images/hyzx-bg.jpg) no-repeat center top;
	padding: 45px 33px 40px 30px;
}
.hyzx-tit p:first-child a{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.hyzx-tit p:last-child a{
	font-size: 13px;
	color: #99b1d6;
	text-transform: uppercase;
}
.hyzx-tit p:last-child{
	width: 110px;
	margin-top: 10px;
}
.hyzx-con{
	background: #efefef;
	width: 387px;
	padding: 26px 20px 27px;
}
.zx-xbt a{
	font-size: 15px;
	color: #2b2b2b;
	display: block;
	font-weight: bold;
}
.zx-xbt{
	border-bottom: dotted 1px #0061bb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.zx-xnr a{
	font-size: 13px;
	line-height: 30px;
	color: #2b2b2b;
	display: block;
	height: 60px;
}
.xw-ltop{
	margin-bottom: 10px;
}
.xw-right{
	width: 565px;
}
.xw-lbottom{
	width: 248px;
	background: #efefef;
	padding: 0 20px;
}
.xwdt-text a{
	font-size: 18px;
	color: #0061BB;
	font-weight: bold;
}
.xwdt-text:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #0061bb;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}
.xwdt-tit{
	line-height: 50px;
	background: url(../images/xw-line.jpg) no-repeat center bottom;
}
.xwdt-more a{
	font-size: 13px;
	color: #2B2B2B;
	text-transform: uppercase;
}
.xw-lbottom ul li{
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #0061bb;
}
.xw-lbottom ul li a{
	font-size: 13px;
	color: #2b2b2b;
	line-height: 40px;
	font-weight: normal;
}
.xwdt-con{
	padding: 5px 0;
}

.yqlj{
	line-height: 60px;
}

/*图片列表*/

.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{
	max-width: 100%;
	height: 100%;
}
.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: #308be0; 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;}