.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*/
.top{
    background: #efefef;	
    line-height: 35px;
}
.top-bt{
    color: #424242;
    font-size: 15px;
}
.top-dh{
    color: #424242;
    font-size: 15px;
}
.top-dh span{
    color: #0399d9;
    font-family: impact;
    font-size: 20px;
}
.logo{
	margin: 25px 0px;
}
.nav{
	width:700px;
}
.nav-con>ul>li{
	float: left;
	line-height:110px;
	width:100px;
	text-align: center;
}
.nav-con>ul>li a{
	color: #2b2b2b;
	font-size: 15px;
	display: block;
}
.nav-con>ul>li>a>span{
	color: #2b2b2b;
	font-size:15px;	 
}
.mobile_nav>ul{ 
	display:table;
}
.nav .menulevel{
	padding:0;
	z-index: 999;
	padding-top: 3px;
}
.nav-con li{
	display: inline-block;
    font-size: 14px;
    color: #fff;  
    text-align: center;
    position: relative;
}
.nav-con li:hover{
	background: #0399d9;
}
.nav-con li:hover span{
	color: #fff;
}
.nav li a#menu_selected{
	background: #0399d9;
}
.nav li a#menu_selected span{
	color: #fff;
}
.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: #fff;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:#2b2b2b;	
	padding: 50px 0px;
}
.f-bt{
	color: #FFF;
	font-size: 20px;
}
.f-bt p{
	color: rgba(255,255,255,0.5);
	font-size:14px;
	text-transform: uppercase;
}
.f-nav{
	width:300px;
	margin-top: 20px;
}
.f-nav li{
	width:100px;
	float: left;
}
.f-nav li a{
	color: #fff;
	font-size: 15px;
	line-height:40px;
}
.f-lx{
	margin-top: 20px;
}
.f-lx li{
	color: #fff;
	font-size: 15px;
	line-height:40px;
}
.f-logo{
	margin-top:60px;
}
.wzbb{
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
	background: #0399d9;
	color: #ffffff;
}
.wzbb a{
	color: #ffffff;
}
/*内页部分*/
.ny-title{
	color: #1b1b1b;
	font-weight: bold;
	font-size: 28px;	
	border-left:5px solid #0399d9;
	padding-left:15px;
	line-height:50px;
}
.ny-location{
	font-size: 14px;
	line-height: 60px;
	border-bottom: 1px solid #efefef;
	color: #2b2b2b;
}
.ny-location a{
	color: #2b2b2b;
}
.ny-location img{
	margin-right: 10px;
}
.dbg{
	padding-bottom: 60px;
}
.dbg-bg{
   background: #fff;
    width: 1100px;
    padding:30px 50px;
    box-shadow: 0px 5px 20px #f0f0f0;
    margin-top: 50px;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height:255px;
	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:220px;
	overflow: hidden;
}
/*首页部分*/
/*过渡*/
.gd{
	height:132px;
	padding-top: 20px;
	background: url(../images/gd-bg.jpg) no-repeat top center;	
}
.gd-con{
	width: 800px;
}
.gd-con li{
	text-align: center;
	color: #fff;
	float: left;
	width: 199px;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-transform: uppercase;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
}
.gd-con li p{
	margin-top:5px;
	color: #fff;
	font-size: 16px;
}
.gd-tel {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 218px;
}
.gd-tel p{
	font-size: 14px;
	color: #fff;
}
/*产品展示*/
.pro{
	padding: 75px 0px;
}
.pro-fenlei{
	width: 292px;
}
.pro-fenlei li{
	width: 122px;
	line-height: 88px;
	margin-bottom: 10px;
	padding-left: 170px;
}
.pro-fenlei li a{
	color: #fff;
	font-size: 18px;
}
.pro-fenlei li:nth-child(1){
	background: url(../images/pro-bg_03.jpg) no-repeat top center;
}
.pro-fenlei li:nth-child(2){
	background: url(../images/pro-bg_08.jpg) no-repeat top center;
}
.pro-fenlei li:nth-child(3){
	background: url(../images/pro-bg_10.jpg) no-repeat top center;
}
.pro-datu{
	float:right;
	width: 888px;
}
.pro-nr{
	width:285px;
	background: #efefef;
	padding:30px 50px;
	height: 221px;
}
.pro-xbt{
	color: #0455a9;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pro-xbt p{
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	font-size: 14px;
}
.pro-xnr{
	line-height: 30px;
	font-size: 14px;
	color: #2b2b2b;
}
/*简介*/
.about{
	height: 480px;
	padding-top: 130px;
	background: url(../images/about-bg.jpg) no-repeat top center;
}
.about-con{
	width: 450px;
	margin-left: 45px;
}
.about-bt{
	color: #313131;
	font-size: 25px;
	font-weight: bold;
}
.about-bt p{
	color: #2b2b2b;
	font-size: 13px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.about-diao{
	line-height:30px;
	font-size: 14px;
	color: #2b2b2b;
	margin-top: 55px;
}
.about-icon{
	text-align: center;
	width: 115px;
	color: #ffff;
	margin-left:95px;
	margin-top: 10px;
	text-transform: uppercase;
}
.about-icon p{
	text-align: center;
	color: #ffff;
	font-size: 25px;
	font-weight: bold;
}
.about-more{
	text-align: center;
    margin-top:30px;
	margin-right:50px;
}
.about-more a{
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
.about-more p{
	margin-top: 10px;
}
.bage li{
	float: left;
	width: 50%;
}/*新闻资讯*/
.news-bg{
	margin-top: 70px;
}
.news-title{
	text-align: center;
    font-weight: bold;
    color: #0399d9;
    font-size: 25px;
}
.news-title p{
	text-align: center;
    font-weight: normal;
    color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
}
.news-con{
	margin-top: 40px;
}
.gongsi{
	width: 560px;
}
.news-bt{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #0399d9;
	border-top: 1px solid #0399d9;
	color: #0399d9;
	font-size: 25px;
}
.news-bt img{
	margin-top:10px;
}
.news-bt span{
	color: #ccc;
    font-size: 14px;
	text-transform: uppercase;
}
.news-tu{
	margin-top: 20px;
}
.gongso-con{
	background: #0399d9;
	padding: 20px;
}
.gs-xbt a{
	color: #fff;
	font-size: 18px;
}
.gs-xnr{
	margin-top:20px;
}
.gs-xnr a{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.hangye{
	width:600px;	
}
.zixun-con{
	width: 360px;
}
.zx-xbt{
	margin-top: 20px;
}
.zx-xbt a{
	color: #0399d9;
	line-height: 40px;
	font-size: 17px;
}
.zx-xnr a{
	color: #464646;
	line-height: 40px;
	font-size: 13px;
}
.bage{
	border-bottom: 1px dashed #0399d9;
	border-top: 1px dashed #0399d9;
	padding: 20px 0px;
	margin-top: 20px;
}
.bage li{
	float: left;
	width: 50%;
}
.bage li a{
	font-size: 14px;
	line-height:44px;
}
.yqlj{
	padding: 30px 0px;
	font-size: 14px;
	color: #2b2b2b;
}

/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px;width:345px;}
.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-family: "微软雅黑";font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #0399d9; 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{
	padding:20px 0px;
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	line-height:20px;
}
.lxwm-dy li span{
	font-weight: bold;
	font-size: 20px;
	color: #0399d9;
}
.lxwm-dy li img{
	vertical-align: middle;
    margin-right:10px;
}