.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*/
.logo{
	margin-top:30px;
}
.h-right{
	width: 780px;
	text-align: right;
}
.h-tel{
	margin-top:20px;
    color: #2b2b2b;
    font-size: 14px;	
}
.h-tel span{
    color: #820000;
    font-size:23px;	
}
.nav{
	margin-top: 20px;
}
.nav-con>ul>li{
	float: left;
	width:70px;
	margin-left: 40px;
}
.nav-con>ul>li a{
	color: #0d0d0d;
	font-size:14px;
	display: block;
	text-align: center;
	width: 70px;
}
.nav-con ul li:hover a{
	text-align: center;
	width:70px;
	color: #000;
	border-bottom: 2px solid #820000;
	padding-bottom:20px;
}
.nav-con ul li:hover a{
	color: #000;
	border-bottom: 2px solid #820000;
	padding-bottom: 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{
	color: #000;
	border-bottom: 2px solid #820000;
	padding-bottom: 20px;
}
.nav li a#menu_selected span{
	color: #000;
}
.nav li:hover>a>span{ 
	text-decoration:none;
    color: #000;
}
.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:256px;
	padding-top: 40px;
}
.f-left{
	width:705px;
}
.lxfs-bt{
	color: #fff;
    margin-top: 15px;
	font-size: 16px;
}
.lxfs{
	margin-top: 5px;
}
.lxfs li{
	float: left;
	margin-right: 70px;
	color: #fff;
	line-height: 36px;
	font-size: 13px;
}
.lxfs li:nth-child(3){
	margin-right: 115px;
}
.lxfs li:last-child{
	margin-top: 20px;
	width: 110px;
	background: #972626;
	line-height:32px;
	border-radius: 20px;
	text-align: center;
}
.lxfs li a{
	font-size: 15px;
	color: #fff;
}
.f-right{
	margin-top:30px;
	margin-right: 25px;
}
.wzbb{
	line-height:26px;
	font-size: 14px;
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
	background: #972626;
	color: #ffffff;
}
.wzbb a{
	font-size: 14px;
	color: #ffffff;
}
/*内页部分*/
.dbg{
	background: url(../images/dbg.jpg) no-repeat center top;
}
.ny11{
	width:920px;
}
.ny-dhwz{
	background: url(../images/chang.jpg) no-repeat center top;
	color: #fff;
	line-height:100px;
	padding-left: 20px;
	margin-top:60px;
}
.ny-dhwz a{
	color: #fff;
}
.ny-dhwz11{
	color: #fff;
	background: url(../images/duan.jpg) no-repeat center top;
	line-height:100px;
	padding-left: 20px;
	margin-top:63px;
}
.ny-dhwz11 a{
	color: #fff;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height: 200px;
	overflow: hidden;
}
.tpmk-img1{
	/*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:240px;
   margin-top:90px;
   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:245px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro{
	padding-top: 71px;
	height: 1290px;
	background: url(../images/pro-bg.jpg) no-repeat center top;
}
.fenlei1 li{
	float: left;
	width: 171px;
	text-align: center;
	height:37px;
	padding-top: 110px;
	margin-right: 50px;
}
.fenlei1 li a{
	font-size: 14px;
	color: #494949;
}
.fenlei1 li:hover a{
	color: #fff;
}
.aa1{
	background: url(../images/fenlei1.jpg) no-repeat top center;
}
.aa1:hover{
	background: url(../images/fenlei11.jpg) no-repeat top center;
}
.aa2{
	background: url(../images/fenlei2.jpg) no-repeat top center;
}
.aa2:hover{
	background: url(../images/fenlei22.jpg) no-repeat top center;
}
.aa3{
	background: url(../images/fenlei3.jpg) no-repeat top center;
}
.aa3:hover{
	background: url(../images/fenlei330.jpg) no-repeat top center;
}
.aa4{
	background: url(../images/fenlei4.jpg) no-repeat top center;
}
.aa4:hover{
	background: url(../images/fenlei44.jpg) no-repeat top center;
}
.fenlei2{
	margin-top:50px;
}
.fenlei2 li{
	float: left;
	width: 171px;
	text-align: center;
	height:57px;
	padding-top:90px;
	margin-right: 50px;
}
.fenlei2 li a{
	font-size: 14px;
	color: #494949;
}
.fenlei2 li:hover a{
	color: #fff;
}
.aa5{
	background: url(../images/fenlei5.jpg) no-repeat top center;
}
.aa5:hover{
	background: url(../images/fenlei55.jpg) no-repeat top center;
}
.aa6{
	background: url(../images/fenlei6.jpg) no-repeat top center;
}
.aa6:hover{
	background: url(../images/fenlei66.jpg) no-repeat top center;
}
.aa7{
	background: url(../images/fenlei7.jpg) no-repeat top center;
}
.aa7:hover{
	background: url(../images/fenlei77.jpg) no-repeat top center;
}
.aa8{
	background: url(../images/fenlei8.jpg) no-repeat top center;
}
.aa8:hover{
	background: url(../images/fenlei88.jpg) no-repeat top center;
}
.pro-nrnr{
	margin-top: 50px;
}
.pro-bt{
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
.pro-bt span{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.pro-nr{
	color: #fff;
	width: 575px;
	line-height: 27px;
	font-size: 13px;
	margin-top:35px;
}
.pro-con{
	margin-top:75px;
}
/*优势开始*/
.ad{
	padding-top: 100px;
	background: url(../images/ad-bg.jpg) no-repeat top center;
	height:93px;
}
.ad-bg li{
	float: left;
}
.ad-bt{
	font-weight: bold;
	font-size: 18px;
	color: #2b2b2b;
}
.ad-bt p{
	font-weight: normal;
	font-size:13px;
	color: rgba(43,43,43,0.5);
}
.ad-nr{
	margin-top: 10px;
	color: #494949;
	font-size:13px;
}
.ad-bg li:nth-child(1){
	margin-left: 70px;
	margin-right:208px;
}
.ad-bg li:nth-child(2){
	margin-right:130px;
}
/*关于我们*/
.about{
   background: url(../images/about-bg.jpg) no-repeat top center;
   height: 603px;
   padding-top: 45px;
}
.about-title{
	text-align: center;
}
.about-title a{
	color: #810000;
	font-size: 25px;
	font-weight: bold;
}
.about-con{
	margin-left: 620px;
	margin-top: 90px;
	width: 540px;
}
.about-bt a{
	font-size: 20px;
	font-weight: bold;
	color: #810000;
}
.about-diao{
	color: #2b2b2b;
	line-height:30px;
	font-size: 13px;
	margin-top:17px;
}
/*新闻资讯*/
.news-title{
	background: url(../images/news-btbg.jpg) no-repeat top center;
	height: 88px;
}
.news-da{
	margin-top: 40px;
}
.news-da a{
	color: #820000;
	font-size: 25px;
	font-weight: bold;
}
.news-xiao li{
	float: left;
	width: 75px;
	margin-top:57px;
}
.news-xiao li a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.news-xiao li:first-child{
	margin-right:90px;
}
.news-xiao li:last-child{
	margin-right:58px;
}
.news-bg{
	margin-top: 45px;
}
.news-left{
	width: 675px;
}
.dongtai li{
	float: left;
	width: 315px;
}
.dongtai li:nth-child(1){
	margin-right: 45px;
}
.zx-xbt a{
	font-weight: bold;
	line-height: 55px;
	color: #810000;
	font-size: 16px;
}
.zx-xnr a{
	color: #292728;
	font-size: 13px;
	line-height:32px;
}
.news-right{
	width: 480px;
}
.news-right li{
	float: left;
	width:50%;
	line-height: 65px;
	border-bottom: 1px dotted #810000;
}
.news-right li a{
	font-size: 13px;
	color: #2b2b2b;
	line-height: 65px;
}
.news-right li img{
	margin-right: 15px;
}
.yoqing{
	background: #efefef;
}
.yqlj{
	margin-top: 50px;
	line-height:60px;
	color: #2b2b2b;
}
/*图片列表*/
.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: #820000; 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;}