.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{
	border-top: 5px solid #005bac;
}
.logo{
	margin: 30px 0px;
}
.h-by{
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-top:35px;
	margin-left: 10px;
}
.h-by p{
	font-size: 15px;
	font-weight: normal;
}
.tel{
	margin-top:30px;
}
.nav{
	border-top: 1px solid #ccc;
	height: 55px;
	line-height:55px;
}
.nav-con>ul>li{
	line-height:55px;
	float: left;
	width:200px;
	text-align: center;
}
.nav-con>ul>li a{
	display: block;
}
.nav-con>ul>li>a>span{
	color: #202020;
	font-size:15px;	 
}
.mobile_nav>ul{ 
	display:table;
}
.nav .menulevel{
	padding:0;
	z-index: 999;
	padding-top: 3px;
}
.nav-con li{
	display: inline-block;  
    position: relative;
}
.nav-con li:hover{
	background:#005bac;
}
.nav-con li:hover span{
	color: #fff;
}
.nav-con li a#menu_selected{
	background:#005bac;
}
.nav-con li a#menu_selected span{color: #fff;}
.nav-con 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: #a8242f;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部分*/
.footer{
	background: #282828;
	padding:35px 0px;
}
.footer-bg{
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.footer-bg img{
	vertical-align: middle;
}
.footer-bg p{
	color: #fff;
	font-size: 15px;
}
.wzbb{
	text-align:center;
	padding: 15px 0px;
	background: #005bac;
	color: #fff;
	font-size: 14px;
}
.wzbb a{
	font-size: 14px;
	color: #fff;
}
/*内页部分*/
.ny-navbg{
	width:230px;
}
.lm-bt{
	width: 202px;
	height:90px;
	background: #005bac;
	color: #fff;
	padding-left: 30px;
	font-size: 24px;
	padding-top:15px;
	font-weight: bold;
}
.lm-bt p{
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.lm-bt:after{
	display: block;
	content: "";
	background: #fff;
	height: 3px;
	width: 50px;
	margin-top: 15px;
}
.lm-tu img{
	width: 100%;
}
.dbg{
	padding:40px 0px 60px;
	background: #f8f8f8;
}
.zy-ny{
    margin: 30px auto 0px;
}
.ny-fenlei{
	width:230px;
}
.ny-title{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.ny-bt{
	color: #202020;
	font-size: 19px;
}
.ny-bt span{
	color: #005bac;
}
.ny-bt p{
	color: #d5d5d5;
	font-size: 50px;
	text-transform: uppercase;
	font-family: "times new roman";
}
.ny-location{
	font-size: 14px;
	color: #202020;
	margin-top:70px;
}
.ny-location a{
	color: #202020;
}
.ny-location img{
	margin-right: 10px;
}
.dbg-bg{
    background: #fff;
    width:910px;
    padding:30px 20px;
}
.dbg-bg2{
	background: #fff;
    width:1140px;
    padding:30px;
    margin-top: 30px;
}
.ny-img {
	width:100%;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height:210px;
	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{
	border: solid 2px #535353;
}
.ddsmoothmenu-v ul li:last-child{
	border-bottom: none;
}
.related-list{
	line-height: 50px;
	font-size: 14px;
}
.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;
}
#spec-n1{
	height:270px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro{
	height: 930px;
	padding-top: 70px;
	background: url(../images/pro-bg.jpg) no-repeat top center;
}
.pro-title{
	text-align: center;
	color: #202020;
	font-weight: bold;
	font-size:36px;
}
.pro-title p{
	margin-top: 10px;
}
.pro-znr {
	margin-top: 40px;
}
.fenlei{
	width: 240px;
}
.fenlei li{
	background: #3c4044;
	margin-bottom: 10px;
	line-height: 92px;
	padding-left: 30px;
}
.fenlei li a{
	color: #fff;
	font-size: 16px;
}
.fenlei li a:after{
	display: block;
	content: "";
	background: #fff;
	float: right;
	width:15px;
	height: 3px;
	margin-top:52px;
	margin-right: 50px;
}
.fenlei li:hover{
	background: #026ac7;
}
.pro-con{
	width: 960px;
}
/*优势*/
.ad-bg{
	padding: 65px 0px;
}
.ad-con{
	margin-top: 70px;
}
.ad-nr {
	width: 570px;
}
.ad-bt{
	color: #0e4ca9;
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
}
.ad-xtu{
	width: 169px;
	height: 114px;
}
.adad li{
	margin-top: 30px;
}
.ad-xnr{
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	width: 358px;
	height: 72px;
	line-height: 30px;
	border: 1px solid #ccc;
}
.ad-xnr p{
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
/*简介*/
.about{
	height:540px;
	padding-top: 80px;
	background: url(../images/about-bg.jpg) no-repeat top center;
}
.about-con{
	width: 520px;
	margin-left: 645px;
	margin-top: 80px;
}
.about-diao{
	color: #202020;
	font-size: 15px;
	line-height: 35px;
}
.about-more{
	text-align: center;
	background: #005bac;
	margin-top: 25px;
	width: 170px;
	line-height: 40px;
}
.about-more a{
	color: #fff;
	font-size: 14px;
}
/*新闻中心*/
.news-bg{
	padding:40px 0px 60px;
}
.news-bt{
	margin-top: 40px;
}
.news-bt li{
	float: left;
	border-radius: 50px;
	background: #202020;
	line-height: 45px;
	width: 180px;
	margin-right: 20px;
	text-align:center;
}
.news-bt li a{
	font-size: 15px;
	color: #fff;
}
.news-bt li:hover{
	background: #305dc4;
}
.news-con{
	margin-top: 40px;
}
.gongsi{
	width: 380px;
}
.gongsi li{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 19px;
	margin-bottom: 19px;
}
.hy-xbt a{
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}
.hy-xnr a{
	color: #888;
	font-size: 14px;
	line-height: 30px;
}
.gongsi li:hover .hy-xbt a{
	color: #005bac;
}
.zixun{
	width: 760px;
}
.zxzx{
	width: 470px;
}
.zx-xbt a{
	color: #005bac;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}
.zx-xnr a{
	color: #888;
	font-size: 14px;
	line-height: 30px;
}
.zx-xgd{
	text-align: center;
	background: #305dc4;
	width: 130px;
	line-height: 40px;
	margin-top: 20px;
}
.zx-xgd a{
	color: #fff;
	font-size: 14px;
}
.jishu li{
	border-bottom: 1px dashed #ccc;
	line-height: 60px;
}
.jishu li a{
	color: #202020;
	font-size: 15px;
}
.yqlj{
	padding: 20px 0px;
	background: #efefef;
	font-size: 14px;
	color: #202020;
}
.yqlj a{
	color: #202020;
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px;width:285px;}
.photos-demo span p{line-height:60px;font-size:15px;}
.photos-demo span img{max-width: 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-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #005bac; 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;}
.newsList{}
/*联系我们单页*/
.lxwm-dy{
	width: 400px;
}
.lxwm-dy li{
	border-bottom:1px solid #efefef;
	font-size: 16px;
	line-height:70px;
}
.lxwm-dy li img{
	vertical-align: middle;
}
