.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*/
.logo-text{
	font-size: 13px;
	color: #666666;
	width: 270px;
	line-height: 24px;
	margin-left: 30px;
	margin-top: 10px;
}
.logo-text span{
	font-size: 15px;
	font-weight: bold;
	color: #137ed0;
}
.tel{
	margin-top: 10px;
}
.header{
	padding: 20px 0;
}
.nav-bg{
	background: #005393;
}
.nav .mobile_nav ul li{
	float: left;
	line-height: 43px;
	padding: 0 72px;
	border-bottom: solid 3px #005393;
	background: url(../images/nav-xx.jpg) no-repeat right center;
}
.nav .mobile_nav ul li:last-child{
	background: none;
}
.nav .mobile_nav ul li:hover{
	border-bottom: solid 3px #fff;
}
.nav .mobile_nav ul li a span{
	color: #fff;
	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: url(../images/footer-bg.jpg) no-repeat center top;
	border-top: solid 13px #137ed0;
	padding-top: 40px;
}
.footer-middle{
	
}
.footer-ewm{
	margin-top: 20px;
}
.footer-middle p:first-child{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.footer-middle p:nth-child(2){
	margin-bottom: 20px;
}
.footer-ewm p:first-child{
	font-size: 18px;
}
.footer-middle p{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}
.footer-ewm{
	text-align: right;
}
.footer-ewm p:first-child{
	font-size: 30px;
	font-weight: bold;
	color: #afacab;
}
.footer-ewm p:nth-child(2){
	font-size: 15px;
	color: #fff;
	margin-bottom: 60px;
	margin-top: 10px;
}
.footer-ewm p a{
	color: #99989a;
	font-size: 13px;
	display: block;
}
.footer-ewm p:last-child{
	margin-top: 10px;
}
.foot-content{
	text-align: center;
	color: #c3c3c3;
	margin-top: 19px;
	line-height: 40px;
}
.foot-content a{
	color: #c3c3c3;
}
/*内页部分*/
.ddsmoothmenu-v{
	background: #efefef;
	padding: 0 30px;
}
.ddsmoothmenu-v ul li a{
	font-size: 13px;
	color: #010101;
}
.ddsmoothmenu-v ul li{
	border-bottom: dotted 1px #137ed0;
	text-align: center;
	line-height: 50px;
}
.ddsmoothmenu-v ul li:last-child{
	border-bottom: none;
}
.related-list{
	line-height: 50px;
}
.lbox-top {
    text-align: center;
    background: #006bc5;
}
.cp-navbot{
	background: #137ed0;
	padding: 30px 50px;
}
.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;
}
.cpdh-tel {
    text-align: center;
    background: url(../images/ny-tel.jpg) no-repeat;
    padding: 20px 40px 14px;
}
.ny-navbg{
	width: 265px;
	background: #f7f7f7;
}
.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;
}
/*首页部分*/
.cpfl-top{
	background: url(../images/cpfl-bg.jpg) no-repeat center top;
	margin-top: 76px;
}
.cpfl-tleft{
	width: 218px;
	text-align: center;
	padding: 55px 0;
}
.cpfl-tleft p:first-child a{
	font-size: 30px;
	font-weight: bold;
	color: #fff
}
.cpfl-tleft p:last-child a{
	font-size: 20px;
	color: #fff;
	font-family: arial;
}
.cpfl-tmtop{
	margin: 40px 0 0 50px;
}
.cpfl-tmtop p:first-child a{
	font-size: 20px;
	font-weight: bold;
	color: #137ed0;
}
.cpfl-tmtop p:last-child a{
	font-size: 13px;
	color: #000000;
	font-family: arial;
}
.cpfl-tmbottom{
	margin: 35px 0 0 170px;
}
.cpfl-tmbottom ul li{
	float: left;
}
.cpfl-tmbottom ul li:first-child{
	margin-right: 130px;
}
.cpfl-tmbottom ul li:last-child{
	margin-left: 110px;
}
.cpfl-tmbottom ul li p:first-child{
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.cpfl-tmbottom ul li p:last-child{
	font-size: 13px;
	color: #000000;
	font-family: arial;
}
.cpfl-tright{
	margin: 50px 46px 0 0;
	text-align: center;
}
.cpfl-tright p{
	margin-top: 20px;
}
.cpfl-tright p a{
	font-size: 18px;
	color: #fff;
}
.cpfl-bottom{
	background: #efefef;
	padding: 30px 20px;
}
.cpfl-bottom ul li{
	width: 213px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	float: left;
	margin-right: 23px;
}
.cpfl-bottom ul li:nth-child(5),.cpfl-bottom ul li:nth-child(10){
	margin-right: 0;
}
.cpfl-bottom ul li:nth-child(1),.cpfl-bottom ul li:nth-child(2),.cpfl-bottom ul li:nth-child(3),.cpfl-bottom ul li:nth-child(4),.cpfl-bottom ul li:nth-child(5){
	margin-bottom: 23px;
}
.cpfl-bottom ul li a{
	font-size: 14px;
	color: #464646;
}
.cp-bg{
	background: url(../images/cpzs-bg.jpg) no-repeat center top;
	margin-top: 75px;
	padding-top: 20px;
	margin-bottom: 74px;
}
.cp-title p:first-child a{
	font-size: 25px;
	font-weight: bold;
	color: #137ed0;
}
.cp-title p:last-child a{
	font-size: 15px;
	color: #464646;
	font-family: arial;
}
.cp-title p:last-child{
	margin-top: 20px;
}
.cp-title{
	text-align: center;
	margin-bottom: 28px;
}
.cp-tupian a img{
	width: 288px;
	min-height: 300px;
}
.cp-tupian{
	height: 300px;
	overflow: hidden;
}
.cp-tit{
	border-bottom: dotted 1px #464646;
}
.cp-tm{
	background:#efefef;
}
.cp-more{
	text-align: center;
	line-height: 40px;
}
.cp-more a{
	font-size: 15px;
	color: #464646;
}
.cp-tit a{
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #1a1a1a;
}
.productsroll ul li:hover .cp-tm{
	background: #137ed0;
}
.productsroll ul li:hover .cp-tit{
	border-bottom: dotted 1px #fff;
}
.productsroll ul li:hover .cp-more a{
	color: #fff;
}
.productsroll ul li:hover .cp-tit a{
	color: #fff;
}
.cp-tt{
	width: 250px;
	height: 99px;
}
.cp-tt a:first-child{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.cp-tt a:last-child{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.gywm-bg{
	background: url(../images/gsjj-bg.jpg) no-repeat center top;
	padding-bottom: 83px;
}
.gywm-top{
	width: 800px;
	padding: 12px 0 0 10px;
}
.gywm-tleft{
	margin-top: 8px;
}
.gywm-tleft a{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.gywm-tmiddle{
	width: 260px;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	margin-left: 33px;
	margin-top: 14px;
}
.gywm-tright{
	width: 154px;
	text-align: center;
}
.gywm-tright p:first-child a{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.gywm-tright p:last-child a{
	font-size: 18px;
	color: #fff;
}
.gywm-box{
	width: 520px;
	margin-right: 40px;
}
.gywm-bottom{
	margin-top: 100px;
}
.gsjj-title{
	margin-bottom: 24px;
}
.gsjj-fwzx{
	font-size: 14px;
	color: #137ed0;
	margin-left: 20px;
	margin-bottom: 50px;
}
.gsjj-fwzx span{
	font-weight: bold;
}
.gsjj-text{
	font-size: 13px;
	line-height: 35px;
	color: #464646;
}
.cklx{
	margin-top: 10px;
}
.cklx ul li{
	width: 119px;
	line-height: 26px;
	border: solid 1px #137ed0;
	text-align: center;
	float: left;
}
.cklx ul li a{
	font-size: 15px;
	color: #137ed0;
}
.cklx ul li:hover{
	background: #137ed0;
}
.cklx ul li:hover a{
	color: #fff;
}
.cklx ul li:first-child{
	margin-right: 10px;
}
.ywfw-bg{
	background: #efefef;
	padding: 60px 0;
	margin-bottom: 60px;
}
.ywfw-tit{
	text-align: center;
	margin-bottom: 40px;
}
.ywfw-tit p:first-child{
	font-size: 25px;
	font-weight: bold;
	color: #137ed0;
}
.ywfw-tit img{
	margin: 10px 0;
}
.ywfw-tit p:last-child{
	font-size: 15px;
	color: #464646;
	font-family: arial;
}
.ywfw-con ul li{
	float: left;
	background: #fff;
	width: 260px;
	padding: 30px 20px 30px 10px;
	margin-right: 13px;
}
.ywfw-con ul li:hover{
	box-shadow: 5px 5px 10px #d2d2d2;
}
.ywfw-con ul li:last-child{
	margin-right: 0;
}
.ywfw-text1{
	width: 143px;
	font-size: 13px;
	line-height: 24px;
	color: #464646;
	margin-top: 20px;
}
.ywfw-text{
	width: 143px;
	font-size: 13px;
	line-height: 24px;
	color: #464646;
}
.kwtxw p a{
	font-size: 25px;
	font-weight: bold;
	color: #137ed0;
}
.kwtxw p a span{
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin-left: 15px;
}
.xwck ul li{
	float: left;
	width: 132px;
	line-height: 35px;
	background: #137ed0;
	text-align: center;
}
.xwck ul li:first-child{
	margin-right: 20px;
}
.xwck ul li a{
	font-size: 16px;
	color: #fff;
}
.xw-title{
	background: url(../images/xw-titline.jpg) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.xwzx-left{
	width: 441px;
}
.xwbtlb{
	background: #efefef;
	padding: 20px;
}
.new_content p:first-child a{
	font-size: 15px;
	font-weight: bold;
	color: #137ed0;
}
.new_content p:first-child{
	text-align: center;
	margin-bottom: 10px;
	border-bottom: dotted 1px #137ed0;
	padding-bottom: 10px;
}
.new_content p:last-child a{
	font-size: 13px;
	color: #272727;
	line-height: 30px;
}
.new_content p:last-child{
	text-align: center;
}
.xw-ckgd{
	width: 115px;
	line-height: 27px;
	background: #932d0a;
	text-align: center;
	margin: 20px auto 0;
}
.xw-ckgd a{
	font-size: 13px;
	color: #fff;
}
.xwzx-right{
	width: 720px;
}
.hyzx a{
	font-size: 18px;
	color: #fff;
}
.hyzx span{
	margin-left: 10px;
}
.hyzx a span{
	font-size: 13px;
}
.xw-jt{
	margin-top: 16px;
}
.tupianxinwen{
	background: #efefef;
	padding: 5px 40px;
}
.tupianxinwen ul li a{
	font-size: 14px;
	color: #454545;
}
.tupianxinwen ul li{
	border-bottom: dotted 1px #137ed0; 
	line-height: 60px;
	float: left;
	width: 290px;
}
.tupianxinwen ul li:nth-child(1),.tupianxinwen ul li:nth-child(3),.tupianxinwen ul li:nth-child(5),.tupianxinwen ul li:nth-child(7){
	margin-right: 40px;
}
.tupianxinwen ul li:nth-child(7),.tupianxinwen ul li:nth-child(8){
	border-bottom: none;
}
.tupianxinwen ul li:before{
	content: "";
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	background: #137ed0;
	margin-top: 29px;
	margin-right: 30px;
	margin-left: 10px;
}
.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;}