.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;
  }
.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-bg{
	background: url(../images/header-bg.jpg) no-repeat center top;
}
#searchtext{
	border-radius: 10px;
	width: 175px;
	height: 23px;
	border: solid 1px #666666;
	padding-left: 20px;
	font-size: 12px;
	color: #9e9e9e;
	outline: none;
}
#searchbutton{
	background: url(../images/search.png) no-repeat center top;
	border: none;
}
.in-aboutsearch{
	margin-top: 20px;
}
.header{
	padding: 20px 0;
}
.rnyw{
	font-size: 16px;
	color: #282727;
	margin: 5px 0 0 10px;
}
.nav-bg{
	border-top: solid 1px #7fceff;
}
.nav .mobile_nav ul li{
	float: left;
	line-height: 43px;
	padding: 0 38px;
	border-bottom: solid 3px #fff;
}
.nav .mobile_nav ul li:last-child{
	background: none;
}
.nav .mobile_nav ul li:hover{
	border-bottom: solid 3px #2f90d9;
}
.nav .mobile_nav ul li a span{
	color: #4b4a4a;
	font-size: 14px;	
}
#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部分*/
.footer-bg{
	background: #69686c;
}
.footer{
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
}
.zhiding{
	position: absolute;
	top: -25px;
	right: 0;
}
.footer-ewm{
	margin-right: 110px;
}
.footer-middle{
	height: 164px;
	border-right: solid 1px #a5a4a7;
	padding-right: 60px;
	margin-right: 120px;
}
.footer-zhong{
	height: 164px;
	border-right: solid 1px #a5a4a7;
	padding-right: 110px;
}
.f-tit{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.f-tit:after{
	content: "";
	display: block;
	width: 64px;
	height: 1px;
	background: #a5a4a7;
	margin-top: 5px;
}
.f-tit span{
	font-family: arial;
	font-weight: normal;
	margin-left: 5px;
}
.footer-middle p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.kjdh ul{
	float: left;
	margin-right: 50px;
}
.kjdh ul li a{
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}
.footer-public{
	background: #1975c3;
	padding: 10px 0;
}
.foot-content{
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.foot-content a{
	color: #fff;
}
.bq{
	margin-top: 5px;
}

/*内页部分*/
.ddsmoothmenu-v{
	background: #efefef;
}
.ddsmoothmenu-v ul li a{
	font-size: 13px;
	color: #010101;
}
.ddsmoothmenu-v ul li{
	border-bottom: dotted 1px #2f90d9;
	text-align: center;
	line-height: 60px;
}
.ddsmoothmenu-v ul li a img{
	display: none;
}
.ddsmoothmenu-v>ul>li:hover{
	border-left: solid 5px #fec90d;
	background: #33b1f3;
}
.ddsmoothmenu-v ul li:last-child{
	border-bottom: none;
}
.related-list{
	line-height: 50px;
}
.lbox-top {
    text-align: center;
    background: #006bc5;
}
.cp-navbot{
	background: #2f90d9;
	padding: 30px 40px;
}
.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{
    font-size: 26px;
    color: #fff;
}
.cpdh-tel {
    text-align: center;
    background: url(../images/ny-tel.jpg) no-repeat;
    padding: 20px 40px 14px;
}
.ny-navbg{
	width: 265px;
	background: #f7f7f7;
}
.ny-img img{
	width: 100%;
}
.ny-dqwz{
	background: #F7F7F7;
	margin-bottom: 30px;
}
.ny-neirong{
	width: 890px;
}
.ny-location{
	font-size: 14px;
	line-height: 50px;
}
.ny-lxwm{
	background: url(../images/ny-lxwmbg.png) no-repeat 200px top;
	margin-top: 30px;
}
.ny{
	margin-bottom: 50px;
}
/*首页部分*/
.cpzs-bg{
	background: #ebebeb;
	padding-top: 50px;
	padding-bottom: 40px;
}
.lnav-top{
	background: url(../images/lnav-bg.jpg) no-repeat center top;
	padding: 50px 20px 58px 10px;
}
.cpfl-left{
	width: 240px;
}
.cpfl-wz p:first-child a{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.cpfl-wz p:last-child a{
	font-size: 13px;
	color: #fff;
	font-family: arial;
}
.lnav-jt{
	margin-top: 17px;
}
.lnav-bbottom{
	background: #fff;
	padding-bottom: 25px;
}
.lnav-bbottom ul li{
	line-height: 52px;
	padding-left: 30px;
	border-bottom: solid 1px #cccccc;
	background: url(../images/navlist-jt.png) no-repeat 260px center;
	border-left: solid 7px #fff;
}
.lnav-bbottom ul li a{
	font-size: 14px;
	color: #303030;
}
.lnav-bbottom ul li:hover{
	border-left: solid 7px #fec90d;
	background: url(../images/navlist-jt1.png) no-repeat 260px center #33b1f3;
}
.lnav-bbottom ul li:hover a{
	color: #fff;
}
.cpfl-rtop{
	background: #fff;
	padding: 20px;
	width: 902px;
	height: 355px;
}
.cp-tit a:first-child{
	font-size: 24px;
	font-weight: bold;
	color: #009ef0;
}
.cp-tit a:last-child{
	font-size: 14px;
	color: #009ef0;
}
.cp-tit{ text-align:center;
}
.cp-nr a{
	font-size: 16px;
	line-height: 30px;
	color: #434343;
}
.cp-tm{
	width: 470px;
	margin-top: 60px;
}
.cp-tupian{
	overflow: hidden;
	height:220px;
	margin:60px auto 0;
}
#anlitu li p{
	width: 289px;
	height: 237px;
	background: url(../images/khal-imgh.png) no-repeat;
	position: absolute;
	top: 0;
	display: none;
}
.cpfl-rbottom{
	margin-top: 10px;
}
.cpfl-rbottom ul li{
	float: left;
	margin-right: 37px;
	position: relative;
}
.cpfl-rbottom ul li:last-child{
	margin-right: 0;
}
.cpimg-tit{
	background: #2fa2e5;
	text-align: center;
	line-height: 38px;
}
.cpimg-tit a{
	font-size: 14px;
	color: #fff;
}
.gywm-bg{
	background: url(../images/gsjj-bg.jpg) no-repeat center top;
	padding-top: 83px;
	padding-bottom: 80px;
}
.ythj a{
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.ythj{
	margin-bottom: 30px;
}
.gsjj-text{
	width: 660px;
	font-size: 14px;
	line-height: 36px;
	color: #393939;
	margin-bottom: 50px;
}
.gsjj-more{
	width: 180px;
	line-height: 40px;
	background: rgba(0,130,220,.8);
	padding-left: 20px;
}
.gsjj-more a{
	font-size: 14px;
	color: #fff;
}
.sdjs-bg{
	background: url(../images/sdjs-bg.jpg) no-repeat center top;
	padding-top: 70px;
	padding-bottom: 50px;
}
.sdjs-text{
	width: 1060px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #383838;
	margin-top: 20px;
	margin-bottom: 63px;
}
.sdjs-tit{
	font-size: 36px;
	font-weight: bold;
	color: #0082dc;
	text-align: center;
}
.sdjs-con ul li{
	width: 281px;
	text-align: center;
	float: left;
	margin: 0 9px;
}
.sdjs-con ul li p{
	margin-top: 20px;
	font-size: 18px;
	color: #0f0f0f;
}
.xwzx{
	margin-top: 70px;
}
.xw-ltop{
	background: url(../images/xw-topbg.jpg) no-repeat center top;
	padding: 60px 0 58px 20px;
}
.xwzx-left{
	width: 597px;
}
.xw-ltop p:first-child a{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.xw-ltop p:last-child a{
	font-size: 12px;
	color: #fff;
}
.xw-lbottom{
	background: #fbfbfb;
	padding: 20px;
}
.xwbtlb{
	border-bottom: solid 1px #ececec;
	padding-bottom: 20px;
}
.new_content p:first-child a{
	font-size: 16px;
	color: #000;
}
.new_content p:first-child{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.new_content p:last-child a{
	font-size: 14px;
	color: #565656;
	line-height: 24px;
}
.xw-list1 ul li{
	line-height: 50px;
	border-bottom: solid 1px #e9e9e9;
}
.xw-list1 ul li a{
	font-size: 14px;
	color: #555;
}
.xwzx-right{
	width: 545px;
	background: #f5f5f5;
	padding: 30px 20px 10px;
}
.xw-rtop{
	margin-bottom: 20px;
}
.xw-more a{
	font-size: 12px;
	font-family: arial;
	color: #0082dc;
}
.xw-more a img{
	margin-left: 5px;
}
.xw-more{
	margin-bottom: 30px;
}
.hydt p:first-child a{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.hydt p:first-child:before{
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	background: #000;
	margin-bottom: 20px;
}
.hydt p:last-child a{
	font-size: 12px;
	color: #000;
}
.xw-jt{
	margin-top: 30px;
}
.xw-rlist ul li{
	float: left;
	line-height: 45px;
	width: 270px;
}
.xw-rlist ul li a{
	font-size: 14px;
	color: #4b4b4b;
}
.yqlj{
	margin-top: 30px;
	line-height: 40px;
	font-size: 14px;
}



/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 20px 20px;}
.photos-demo span p{ margin-top: 10px;font-size: 20px;}

.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: #137ed0; 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;}