.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 #efefef;
}
.logo{
	margin: 30px 0px;
}
.h-by{
	margin-top: 30px;
	margin-left: 20px;
	color: #000;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
.h-by span{
	font-weight: bold;
	color: #c8090e;
	font-size:20px;
}
.tel{
	margin-top: 30px;
}
.nav{
	background: #c8090e;
	line-height: 55px;
	height: 55px;
}
.nav-con>ul>li{
	line-height:55px;
	float: left;
	width:133px;
	text-align: center;
}
.nav-con>ul>li a{
	display: block;
}
.nav-con>ul>li>a>span{
	color: #fff;
	font-size:16px;	 
}
.mobile_nav>ul{ 
	display:table;
}
.nav .menulevel{
	padding:0;
	z-index: 999;
	padding-top: 3px;
}
.nav-con li{
	display: inline-block;  
    position: relative;
}
.nav-con li:hover{
	background: #ebfd00;
}
.nav-con li:hover span{
	color: #000;
}
.nav li a#menu_selected{background: #ebfd00;}
.nav li a#menu_selected span{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{
	padding: 45px 0px;
	background: #292929;
}
.f-tel{
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	margin-left:50px;
}
.f-tel span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.f-tel img{
	vertical-align: middle;
}
.f-nav {
	float: right;
	width: 300px;
	margin-top: 30px;
	margin-left: 50px;
}
.f-nav li{
	float: left;
	width:99px;
	border-right: 1px solid rgba(255,255,255,0.2);
	line-height: 36px;
	text-align: center;
}
.f-nav li a{
	color: #fff;
	font-size: 15px;
}
.f-logo{
	margin-top:40px;
}
.wzbb{
	text-align:center;
	padding: 15px 0px;
	background: #c8090e;
	color: #fff;
	font-size: 14px;
}
.wzbb a{
	font-size: 14px;
	color: #fff;
}
/*内页部分*/
.ny-navbg{
	width:230px;
}
.lm-bt{
	padding: 30px 0px 30px 30px;
	width: 196px;
	background: #c8090e;
	color: #fff;
	font-size: 30px;
	line-height:32px;
}
.lm-bt p{
	text-transform: uppercase;
	color:rgba(255,255,255,0.5);
	font-family: "times new roman";
	font-size: 15px;
}
.lm-bt:after{
	display: block;
	content: "";
	background: #fff;
	height:2px;
	width: 50px;
	margin-top: 10px;
}
.lm-tu img{
	width: 100%;
}
.ny-bt{
	text-align: center;
	color: #000;
	font-size:34px;
	font-weight: bold;
}
.ny-bt p{
	margin-top:10px;
	font-weight: normal;	
	color: #7d7d7d;
	font-size:16px;
}
.ny-location{
	font-size: 14px;
	line-height: 55px;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
	color: #202020;
}
.ny-location a{
	color: #202020;
}
.ny-location img{
	margin-right: 10px;
}
.dbg{
	padding:40px 0px 60px;
	background: #f8f8f8;
}
.zy-ny{
    margin: 30px auto 0px;
}
.ny-fenlei{
	width:210px;
}
.ny-title{
	color: #161616;
	font-size:26px;
	line-height: 40px;
	text-align: center;
}
.ny-title span{
	color: #1570d2;
	font-size:32px;
}
.ny-title p{
	font-size:17px;
	color: #797979;
	background: url(../images/xian.png) no-repeat top center;
	line-height: 40px;
}
.dbg-bg{
    background: #fff;
    width:910px;
    padding:30px 20px;
}
.dbg-bg2{
	background: #fff;
    width:1100px;
    padding:30px;
    margin-top: 30px;
}
.ny-img {
	width:100%;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height:250px;
	overflow: hidden;
}
.tpmk-img img{
	width: 100%;
	height:250px;
	overflow: hidden;
}
.tpmk-img1{
	height:280px;
	overflow: hidden;
}
.tpmk-img1 img{
	width: 100%;
	height:280px;
	overflow: hidden;
}
.tpmk-img2{
	height:460px;
	overflow: hidden;
	border: 1px solid #efefef;
}
.tpmk-img2 img{
	width: 100%;
	height:460px;
	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:285px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro-bg{
	padding:90px 0px;
}
.pro-title{
	text-align: center;
	color: #999;
	font-size:16px;
}
.pro-title p{
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-size:30px;
	font-weight: bold;
}
.fenlei ul{
	/*padding: 0;
    display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    margin: 35px auto;
}
.fenlei ul li{
	width: 131px;
	float: left;
	text-align: center;
	line-height:50px;
	background: #c8090e;
	margin: 1px;
    /*flex-grow: 1;
    cursor: pointer;
    transition: all 0.6s;*/
}
.fenlei ul li a{
	color: #fff;
	font-size: 16px;
}
.fenlei ul li:hover{
	background: #202020;
}
.fenlei ul li:hover a{
	color: #fff;
}
.pro-con{
	margin-top: 35px;
}
/*简介*/
.about{
	background: #efefef;
	padding: 75px 0px;
}
.about-con{
	background: #fff;
	width: 500px;
	height: 390px;
	padding: 60px 50px 0px;
}
.about-bt{
	color: #000;
	font-weight: bold;
	font-size:26px;
}
.about-bt p{
	margin-top: 10px;
	text-transform: uppercase;
	color: #c2c2c2;
	font-weight:normal;
	font-size:13px;
}
.about-diao{
	color: #3c3c3c;
	font-size: 14px;
	line-height:35px;
	margin-top:30px;
}
.about-more{
	text-align: center;
	width: 150px;
	background: #c8090e;
	line-height:45px;
	margin-top:25px;
	border-right: 5px solid #ebfd00;
}
.about-more a{
	color: #fff;
	font-size: 15px;
}
/*过度*/
.gd{
	height: 150px;
	padding-top: 45px;
	background: url(../images/gd-bg.jpg) no-repeat top center;
}
.gd-title{
	text-align: center;
	color: #fff;
	font-size: 38px;
}
.gd-title span{
	font-weight: bold;
	color: #ebfd00;
	font-size: 38px;
}
.gd-title p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	margin-top: 10px;
}
/*优势*/
.ys{
	height: 1000px;
	padding-top:200px;
	background: url(../images/ys-bg.jpg) no-repeat top center;
}
.ys-con{
	width: 685px;
}
.ys-zt{
	width: 560px;
}
.ys-bt{
	font-size: 24px;
	color: #000;
	margin-top: 10px;
	font-weight: bold;
}
.ys-bt:after{
	display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #acacac;
    margin-bottom: 25px;
	margin-top: 25px
}
.ys-nr{
	height: 180px;
}
.ys-nr li{
	color: #292929;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 34px;
}
/*.ys-nr li:after{
    display: block;
    content: "";
    background: #c8090e;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}*/
.ys-more{
	border:1px solid #E1E1E1;
	width: 160px;
	line-height: 45px;
	margin-top: 20px;
	text-align: center;
}
.ys-more a{
	color: #999;
	font-size: 14px;
}
/*新闻中心*/
.news-bg{
	padding: 70px 0px;
}
.news-con{
	margin-top:35px;
}
.gongsi{
	width:620px;
}
.news-title{
	line-height: 60px;
	margin-bottom: 20px;
	background: #efefef;
}
.news-title li{
	float: left;
	width: 150px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.gs-con{
	width: 400px;
}
.gs-xbt a{
	line-height:55px;
	color: #000;
	font-size:17px;
}
.gs-xnr a{
	line-height:28px;
	color: #999;
	font-size:14px;
}
.gs-con li{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.jishu{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-top: 15px;
}
.jishu li{
	float: left;
	width: 50%;
	line-height:42px;
}
.jishu li{
	color: #000;
	font-size:15px;
}
.zixun{
	width:550px;
}
.zx-con{
	margin-top: 10px;
}
.zx-con li{
	border-bottom: 1px dashed #ccc;
	line-height: 48px;
}
.ba-con a{
	color: #000;
	font-size: 15px;
}
.date{
	color: #999;
	font-size:14px;
}

.yqlj{
	border-top: 1px solid #ccc;
	padding: 20px 0px;
	background: #efefef;
	font-size: 14px;
	color: #202020;
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px;width:346px;}
.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-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #c8090e; 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{
	border-bottom:1px solid #efefef;
	font-size: 16px;
	line-height:70px;
}
.lxwm-dy li img{
	vertical-align: middle;
}
