.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*/
.header{
	height: 100px;
	background: url(../images/header-bg.jpg) no-repeat top center;
}
.nav{
	width: 720px;
	line-height: 100px;
}
.nav-con>ul>li{
	float: left;
	width:120px;
	line-height:100px;
	margin-top: 35px;
}
.nav-con>ul>li a{
	color: #0d0d0d;
	font-size:14px;
	display: block;
	line-height: 35px;
	text-align: center;
	width: 120px;
}
.nav-con ul li:hover a{
	line-height: 35px;
	text-align: center;
	width: 120px;
	color: #fff;
	background: #e7b56c;
	border-radius:20px;
}
.nav-con ul li:hover a{
	color: #fff;
	background: #e7b56c;
	border-radius:20px;
}
.nav-con ul li a{
	color: #0d0d0d;
	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:35px;
	color: #fff;
	background: #e7b56c;
	border-radius:20px;
}
.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{
	background: url(../images/footer-bg.jpg) no-repeat top center;
	height:160px;
	padding-top: 40px;
}
.footer-left{
	width: 600px;
}
.f-bt{
	font-weight: bold;
	color: #fff;
	font-size: 26px;
}
.f-bt p{
	font-weight: normal;
	color: #fff;
	font-size:12px;
	text-transform: uppercase;
}
.f-nav{
	margin-top:45px;
}
.f-nav li{
	float: left;
	margin-right: 40px;
}
.f-nav li a{
	color: #fff;
	font-size: 14px;
}
.footer-right{
	width: 550px;
}
.f-lxwm{
	font-weight: bold;
	color: #fff;
	font-size:18px;
	margin-top: 30px;
}
.lxwm-nr{
	margin-top: 45px;
}
.lxwm-nr li{
	float: left;
	margin-right:30px;
	font-size: 14px;
	color: #fff;
}
.wzbb{
	line-height:26px;
	font-size: 14px;
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
	background: #2f2f2f;
	color: #ffffff;
}
.wzbb a{
	font-size: 14px;
	color: #ffffff;
}
/*内页部分*/
.ny11{
	width:900px;
}
.ny-dhwz{
	color: #fff;
	background: url(../images/duan1.jpg) no-repeat center top;
	line-height:45px;
	padding-left: 20px;
	margin-top:50px;
}
.ny-dhwz a{
	color: #fff;
}
.ny-dhwz11{
	color: #fff;
	background: url(../images/duan.jpg) no-repeat center top;
	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:265px;
   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:20px 0 50px;
}
#spec-n1{
	height:225px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro{
	background: url(../images/pro-bg.jpg) no-repeat center top;
	height: 1280px;
	padding-top: 90px;
}
.chanpin-con{
	width: 900px;
}
.chanpin-title{
	text-align: right;
	width: 265px;
	margin-top: 40px;
}
.pro-bt:after{
	display: block;
	content: "";
	background: #c8c8c8;
	height: 1px;
	width: 56px;
	margin-top:20px;
	margin-left:205px;
}
.pro-bt a{
	font-weight: bold;
	color: #3e3e3e;
	font-size: 24px;
}
.pro-bt a span{
	color: #eaaf5e;
}


.pro-by{
	color: #212121;
	font-size: 13px;
	line-height: 26px;
	margin-top: 15px;
}
.pro-more{
	margin-top:35px;
	margin-left:40px;
}
.pro-more li{
	text-align:center;
	line-height: 35px;
	width: 105px;
	background: #fff;
	border: 1px solid #c8c8c8;
	float:left;
}
.pro-more li:nth-child(1){
	margin-right: 10px;
}
.pro-more li:hover{
	background: #eaaf5e;
	border: 1px solid #eaaf5e;
}
.pro-more li:hover a{
	color: #fff;
}
/*关于我们*/
.about{
	margin-top: 115px;
}
.about-title{
	text-align: center;
	width:350px;
	margin-left: 420px;
}
.about-bt a{
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
	color: #3e3e3e;
}
.about-bt a span{
	font-weight: bold;
	font-size: 35px;
	font-size: 35px;
	color: #eaaf5e;
}
.about-by a{
	font-weight: bold;
	font-size:24px;
	color: #3e3e3e;
}
.about-by a span{
	font-weight: bold;
	font-size:24px;
	color: #eaaf5e;
}
.about-diao{
	margin-top:145px;
	width: 735px;
	margin-left: 15px;
	line-height: 40px;
	font-size: 15px;
	color: #1d0f00;
}
/*优势*/
.ad{
	margin-top: 120px;
}
.ad li{
	width: 240px;
	float: left;
	text-align: center;
	color: #212121;
	font-size: 15px;
	line-height: 26px;
	border-bottom: 2px solid #d3d3d3;
	padding-bottom: 30px;
	
}
.ad li:hover{
	border-bottom: 2px solid #eaaf5e;
}
.ad li p{
	text-transform: uppercase;
	color: #212121;
	font-size:12px;
}
.aa1{
	background: url(../images/ad1.jpg) no-repeat top center;
	padding-top:76px;
}
.aa1:hover{
	background: url(../images/ad11.jpg) no-repeat top center;
	padding-top:76px;
}
.aa2{
	background: url(../images/ad2.jpg) no-repeat top center;
	padding-top:76px;
}
.aa2:hover{
	background: url(../images/ad22.jpg) no-repeat top center;
	padding-top:76px;
}
.aa3{
	background: url(../images/ad3.jpg) no-repeat top center;
	padding-top:76px;
}
.aa3:hover{
	background: url(../images/ad33.jpg) no-repeat top center;
	padding-top:76px;
}
.aa4{
	background: url(../images/ad4.jpg) no-repeat top center;
	padding-top:76px;
}
.aa4:hover{
	background: url(../images/ad44.jpg) no-repeat top center;
	padding-top:76px;
}
.aa5{
	background: url(../images/ad5.jpg) no-repeat top center;
	padding-top:76px;
}
.aa5:hover{
	background: url(../images/ad55.jpg) no-repeat top center;
	padding-top:76px;
}
/*新闻资讯*/
.news{
	background: url(../images/news-bg.jpg) no-repeat top center;
	height:574px;
	padding-top:65px;
}
.news-left{
	width: 686px;
}
.news-bt{
	border-bottom: 1px dotted #ddd7d4;
	padding-bottom: 20px;
}
.hangye{
	margin-top: 25px;
}
.hangye img{
	float: left;
}
.hangye-con{
	width:602px;
}
.hangye-con li{
	background: #f7f3ec;
	padding: 15px 35px;
}
.hangye-con li:nth-child(1){
	margin-bottom:15px;
}
.hy-xbt a{
	color: #432500;
	font-size: 17px;
}
.hy-xnr{
	margin-top: 10px;
}
.hy-xnr a{
	color: #6f6f6f;
	font-size: 13px;
	line-height: 26px;
}
.news-right{
	width: 485px;
	margin-top:45px;
}
.news-right li{
	background: url(../images/news-more.png) no-repeat right center;
	line-height:55px;
	padding-left: 30px;
	margin-bottom: 1px;
}
.news-right li a{
	font-size: 14px;
	color: #2d2d2d;
}
.news-right li:nth-child(1),.news-right li:nth-child(3),.news-right li:nth-child(5),.news-right li:nth-child(7){
	background: #f6f6f6;
}
.news-right li:nth-child(2),.news-right li:nth-child(4),.news-right li:nth-child(6),.news-right li:nth-child(8){
	background: #f7f3ec;
}
.news-right li:hover{
	background: url(../images/news-more.png) no-repeat right 20px center #eaaf5e;
	line-height: 57px;
	padding-left: 30px;
}
.news-right li:hover a{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.yqlj{
	margin-top:25px;
	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: #c27d2f; 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;}