.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*/
.top{
	background: url(../images/top-bg.jpg) no-repeat top center;
	height: 31px;
}
.top-left{
	color: #2b2b2b;
	line-height: 31px;
	font-size: 14px;
}
.top-right{
	float: right;
	width: 325px;
}
.top-lxwm a{
	line-height: 31px;
	font-size: 14px;
	color: #2b2b2b;
}
.top-lxdh{
	line-height: 31px;
	font-size: 14px;
	color: rgba(7,7,7,0.58);
}
.top-lxdh span{
	font-size:20px;
	color: #006fd7;
	font-weight: bold;
	font-family: arial;
}
.header{
	background: #006fd7;
}
.h-logo{
	margin-top:20px;
}
.nav{
	width: 780px;
	line-height:96px;
}
.nav-con>ul>li{
	float: left;
	width:130px;
	line-height:96px;
}
.nav-con>ul>li a{
	color: #fff;
	font-size:14px;
	display: block;
	line-height:96px;
	text-align: center;
	width: 130px;
}
.nav-con>ul>li a span{
	color: #fff;
	font-size:14px;
	padding-bottom:35px;
	border-bottom: 3px solid #006fd7;
}
.nav-con ul li:hover a{
	line-height:96px;
	text-align: center;
	width:130px;
	color: #fff;
}
.nav-con ul li:hover a span{
	color: #fff;
	border-bottom: 3px solid #fff;
	padding-bottom:35px;
}
.nav-con ul li a{
	color: #fff;
	font-size: 14px;	 
}
.nav .menulevel{
	 padding:0;
	 z-index: 999;
	 padding-top: 3px;
}
.nav li {
	display: inline-block;
    font-size:14px;
    color: #0d0d0d;  
    text-align: center;
}
.nav li a{ 
	color:#0d0d0d;
}	
.nav li a#menu_selected{
	line-height:96px;
	color: #fff;
}
.nav li a#menu_selected span{
	color: #fff;
	padding-bottom:35px;
	border-bottom: 3px solid #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{
	background: url(../images/footer-bg.jpg) no-repeat top center;
	height:190px;
	padding-top: 65px;
}
.f-left{
	width:630px;
	margin-top: 40px;
}
.f-left li{
	float: left;
	line-height: 36px;
	color: #4f4f4f;
	font-size: 14px;
}
.f-left li span{
	font-weight: bold;
	color: #2a2a2a;
	font-size:15px;
}
.f-left li:nth-child(1){
    margin-right:450px;	
}
.f-left li:nth-child(2){
    margin-right:30px;	
}
.f-left li:nth-child(4){
    margin-right:31px;	
}
.f-right{
	width: 270px;
	text-align: right;
}
.f-logo{
	color: #2b2b2b;
	font-size: 22px;
	font-weight: bold;
}
.f-logo p{
	color: #282828;
	font-size:12px;
	font-weight: normal;
}
.f-tel{
	margin-top:10px;
	font-size: 25px;
	color: #0170d7;
	font-weight: bold;
}
.f-tel p{
	margin-top: 10px;
	font-size:15px;
	color: #282828;
	font-weight: normal;
}
.wzbb{
	line-height:26px;
	font-size: 14px;
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
	background: #2a2a2a;
	color: #ffffff;
}
.wzbb a{
	font-size: 14px;
	color: #ffffff;
}
/*内页部分*/
.ny11{
	width:900px;
}
.ny-dhwz{
	color: #fff;
	background:#006fd7;
	line-height:45px;
	padding-left: 20px;
	margin-top:50px;
}
.ny-dhwz a{
	color: #fff;
}
.ny-dhwz11{
	color: #fff;
	background:#006fd7;
	line-height:45px;
	padding-left: 20px;
	margin-top:107px;
}
.ny-dhwz11 a{
	color: #fff;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height: 200px;
	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:260px;
   margin-top:107px;
   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:20px 0 50px;
}
#spec-n1{
	height:225px;
	overflow: hidden;
}
/*首页部分*/
/*优势开始*/
.ad-bg{
	padding-top: 45px;
}
.ad-bt a{
	color: #2b2b2b;
	font-size: 25px;
}
.ad-bt a span{
	font-weight: bold;
	color: #006fd7;
	font-size: 25px;
}
.ad-by{
	margin-top: 10px;
	font-size: 15px;
	color: #1c1c1c;
}
.ad-con{
	margin-top: 40px;
}
.ad-con li{
	text-align: center;
	float: left;
	width:210px;
	height:236px;
	background: url(../images/ad-bg1.jpg) no-repeat top center;
	padding: 30px 25px 0px;
	margin-right: 53px;
}
.ad-con li:nth-child(4){
	margin-right:0px;
}
.ad-con li:hover{
	background: url(../images/ad-bg2.jpg) no-repeat top center;
}
.ad-xbt{
	color: #006fd7;
	font-size: 20px;
	font-weight: bold;
}
.ad-xbt p{
	color: rgba(43,43,43,0.5);
	font-size:13px;
	font-weight: normal;
}
.ad-xby{
	margin-top: 20px;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 28px;
}
/*过渡*/
.gd-bg{
	background: url(../images/gd-bg.jpg) no-repeat top center;
	height:300px;
	margin-top: 70px;
	padding-top: 50px;
}
.gd-left{
	width: 325px;
	margin-left:400px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
}
.gd-left p{
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}
.gd-right{
	width: 340px;
}
.gd-bt{
	line-height: 40px;
	color: #fff;
	font-size: 25px;
}
.gd-dh{
	color: #fff;
	margin-top: 65px;
	font-size: 15px;
}
.gd-dh p{
	font-size:28px;
	letter-spacing: -1px;
}
.gd-right img{
	margin-top: 25px;
}
/*产品展示*/
.pro-bg{
	margin-top: 45px;
}
.pro-more{
	width:105px;
	line-height: 35px;
	border: 1px solid #2b2b2b;
	text-align: center;
	margin-top: 5px;
}
.pro-more a{
	color: #2b2b2b;
	line-height: 35px;
	font-size: 15px;
	text-transform: uppercase;
}
.pro-con{
	margin-top: 40px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 20px;
}
/*关于我们*/
.about{
    background: url(../images/about-bg.jpg) no-repeat top center;
    height:410px;
    padding-top: 51px;
}
.about-title a{
	color: #0170d7;
	font-size: 25px;
}
.about-diao{
	margin-top:20px;
	width:825px;
	line-height:36px;
	font-size:13px;
	color: #2b2b2b;
}
/*新闻资讯*/
.news-bg{
	padding-top: 50px;
}
.news-con {
	margin-top: 40px;
}
.news-left {
	width: 840px;
}
.news-right{
	width:285px;
	border-left: 1px solid #d4d4d4;
	padding-left: 30px;
}
.hangye li{
	float: left;
	width: 400px;
}
.hy-xbt a{
	line-height: 55px;
	color: #0170d7;
	font-size: 15px;
}
.hy-xnr a{
    color: #2b2b2b;	
    line-height: 30px;
    font-size: 13px;
}
.hangye li:nth-child(1){
	margin-right:40px;
}
.news-right li{
	line-height: 40px;
}
.news-right li a{
	line-height: 40px;
	color: #2b2b2b;
	font-size: 13px;
}
.news-right li img{
	margin-right: 20px;
}
.yqlj{
	line-height:80px;
	color: #000;
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px 30px;width:280px;}
.photos-demo span p{ margin-top: 10px;font-size:16px;}
.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: #006fd7; 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;}