.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:10px solid #ccc;
	background: #f1f1f1;
	padding: 25px;
}
.h-by{
	width: 420px;
	font-weight: bold;
	color: #363636;
	font-size: 17px;
	line-height: 28px;
	margin-left: 20px;
	margin-top: 7px;
}
.h-by span{
	width: 420px;
	color: #0071bf;
}
.h-tel{
	float: right;
}
.tel-tu{
	margin-top: 10px;
	margin-right: 10px;
}
.tel-hm{
	color: #7b7b7b;
	font-size: 15px;
}
.tel-hm p{
	color: #0071bf;
	font-size:30px;
	font-family: "times new roman";
	font-weight: bold;
}
.nav{
	background: #0071bf;
	line-height: 55px;
}
.nav-con>ul>li{
	width: 200px;
	float: left;
	text-align: center;
}
.nav-con ul li a {
	color: #595959;
	display: block;
    font-size: 15px;
}
.nav-con ul li a span{
	color: #fff;
    font-size: 15px;
}
.nav-con ul li:hover{
	background: #02b29c;
}
.nav .menulevel{
	 padding:0;
	 z-index: 999;
	 padding-top: 3px;
}
.nav li {
	display: inline-block;
}	
.nav li a#menu_selected{
	background: #02b29c;
}
.nav li a#menu_selected span{
	color: #fff;
}
.nav li:hover>a>span{ 
	text-decoration:none;
    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: #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-nav{
	background: #0071be;
	padding: 25px 0px;
	border-bottom: 1px solid #0583d9;
}
.f-nav-bg li{
	border-right: 1px solid #0583d9;
	border-left: 1px solid #0583d9;
	line-height: 15px;
	width:198px;
	float: left;
	text-align: center;
}
.f-nav-bg li a{
	color: #fff;
	font-size: 15px;
}
.footer{
	padding: 30px 0px;
	background: #0071be;
}
.f-lxfs{
	width: 620px;
}
.f-lxfs li{
	font-size: 15px;
	float: left;
	color: #fff;
	margin-right:40px;
	line-height: 30px;
	height: 30px;
}
.f-lxfs li span{
	font-family: impact;
	font-size: 24px;
}
.f-logo{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.wzbb{
	background:#02b29c;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
.wzbb a{
	font-size:14px;
	color: #fff;
}
/*内页部分*/
.ny-bg{
	background: #f8f8f8;
}
.ny-bt{
	margin: 60px auto 0px;
	text-align: center;
	font-size:30px;
	color: #202020;
}
.ny-bt p{
	margin: 15px 0px;
}
.ny-bt span{
	font-size: 16px;
	color: #7f7f7f;
}
.ny11{
	width:930px;
}
.ny-dhwz{
	color: #2b2b2b;
	background:#f2f2f2;
	line-height:60px;
	padding-left: 20px;
}
.ny-dhwz img{
	margin-right: 10px;
}
.ny-dhwz a{
	color: #2b2b2b;
}
.ny-dhwz11{
	color: #2b2b2b;
	background:#f2f2f2;
	line-height:60px;
	padding-left: 20px;
	margin-top:60px;
}
.ny-dhwz11 img{
	margin-right: 10px;
}
.ny-dhwz11 a{
	color: #2b2b2b;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height:190px;
	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;
}
.ny-navbg{
   width: 240px;
   margin-top:60px;
   margin-bottom: 100px;
}
.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;
}
.ny-dqwz{
	background: #ededed;
}
.ny-title{
	margin:50px auto 20px;
}
.ny-location{
	font-size: 14px;
	line-height: 50px;
}
.ny-lxwm{
	background: url(../images/ny-lxwmbg.png) no-repeat center top;
	margin-top: 30px;
}
.ny{
	padding-bottom:50px;
}
#spec-n1{
	height:200px;
	overflow: hidden;
}
/*首页部分*/
/*简介*/ 
.about{
	padding: 60px 0px 50px;
}
.about-con{
	width:660px;
}
.about-bt{
	color: #2f2f2f;
	font-size: 24px;
}
.about-bt p{
	color: #59c3b2;
	font-size: 31px;
	font-family: "times new roman";
	font-weight: bold;
}
.about-diao{
	color: #2f2f2f;
	font-size: 15px;
	line-height: 34px;
	margin-top:25px;
}
.about-nav{
	margin-top: 30px;
}
.about-nav li{
	width:159px;
	padding:0px 30px;
	border-right: 1px solid #e8e8e8;
	float: left;
	text-transform: uppercase;
	display: block;
}
.value,.value2,.value3{
	color: #59c3b2;
	font-size:40px;
	font-family: "times new roman";
}
.nian{
	margin-left: 10px;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif; 
	font-size: 16px;
	color: #59c3b2;
	margin-top:15px;
}
.about-nav li p{
	color: #2d2d2d;
	font-size:16px;
}
/*产品展示*/
.pro{
	height:474px;
	padding-top:50px;
	background: url(../images/pro-bg.jpg) no-repeat top center;
}
.pro-title{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
}
.pro-title p{
	color: #fff;
	font-weight: normal;
	font-size:18px;
	margin-top: 20px;
}
.pro-con{
	margin-top: 40px;
}
/*优势*/
.ad{
	background: #f8f8f8;
	padding: 75px 0px 60px;
}
.ad-title{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}
.ad-title p{
	margin: 10px 0px;
}
.ad-title span{
	color: #696969;
	font-size: 18px;
	font-weight: normal;
}
.ad-con{
	margin-top: 40px;
}
.ad-con li{
	float: left;
	text-align: center;
	width: 352px;
	height:120px;
	padding-top:362px;
	color: #000;
	font-size: 22px;
}
.ad-con li p{
	text-transform: uppercase;
	color: #797979;
	font-size: 13px;
	margin-top: 10px;
}
.aa1{
	background: url(../images/ad-tu_03.png) no-repeat top center;
}
.aa2{
	background: url(../images/ad-tu_05.png) no-repeat top center;
}
.aa3{
	background: url(../images/ad-tu_07.png) no-repeat top center;
}
/*过渡*/
.gd{
	height: 230px;
	padding-top: 69px;
	background: url(../images/gd-bg.jpg) no-repeat top center;
}
.gd-bt{
	font-weight: bold;
	color: #fff;
	font-size: 36px;
	margin-left: 165px;
}
.gd-bt p{
	font-size: 24px;
	font-weight: normal;
}
.gd-tel{
	margin-top:50px;
	margin-left: 65px;
}
.gd-dh{
	color: #fff;
	font-size: 18px;
}
.gd-dh span{
	color: #fff;
	font-size: 36px;
	font-family: "times new roman";
}
.gd-zx{
	margin-left:150px;
	margin-top: 10px;
}
.gd-zx a{
	color: #0583d9;
	font-size: 22px;
}
/*新闻资讯*/
.news{
	background: #f7f7f7;
	padding: 60px 0px;
}
.news-con{
	margin-top:45px;
}
.news-left{
	width:755px;
}
.news-right{
	width:415px;
}
.news-title{
	border-bottom: 1px solid #ccc;
	height: 60px;
}
.news-title li{
	line-height: 60px;
	width: 120px;
	float: left;
}
.news-title li a{
	font-size: 16px;
	color: #202020;
}
.news-title li:hover{
	border-bottom: 2px solid #0071be;
}
.news-title li:hover a{
	color: #0071be;
	font-weight:bold;
}
.gongsi{
	margin-top: 25px;
}
.news-nr{
	width: 460px;
}
.zx-xbt a{
	color: #202020;
	font-weight: bold;
	line-height: 45px;
	font-size: 18px;
}
.zx-xnr{
	margin: 20px 0px 25px;
}
.zx-xnr a{
	color: #7b7b7b;
	line-height: 28px;
	font-size: 14px;
}
.zx-more a{
	font-weight: bold;
	color: #0071be;
	font-size: 14px;
}
.bage{
	margin-top: 25px;
	border-top: 1px dashed #ccc;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
}
.bage li{
	float: left;
	width:47%;
	line-height:50px;
	padding: 0px 10px;
}
.ba-con a{
	color: #000;
	font-size:14px;
}
.date a{
	color: #878787;
	font-size: 14px;
}
.zixun{
	padding: 20px;
}
.zixun li{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.js-xbt a{
	line-height: 30px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: bold;
}
.js-xbt:before{
	content: "";
    display: block;
    float: left;
    width:20px;
    height:20px;
    margin-right: 10px;
    margin-top: 5px;
    background: url(../images/qa_03.jpg) no-repeat top center;
}
.js-xnr {
	margin-top:12px;
}
.js-xnr a{
	line-height: 25px;
	color: #636363;
	font-size: 13px;
}
.js-xnr:before{
	content: "";
    display: block;
    float: left;
    width:20px;
    height:20px;
    margin-right: 10px;
    margin-top: 5px;
    background: url(../images/qa_06.jpg) no-repeat top center;
    margin-bottom: 20px;
}
.yqlj{
	background: #f7f7f7;
	font-size: 14px;
	color: #2b2b2b;
	padding-bottom: 30px;
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0px 10px 20px;width:265px;}
.photos-demo span p{ margin-top: 10px;font-size:15px;}
.photos-demo span img{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: #16a57b; 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{
	margin-top: 30px;
}