.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:25px 0px;
}
.h-tel{
	background: #098f8d;
	border-radius: 50px;
	color: #fff;
	font-family: impact;
	font-size: 22px;
	width: 210px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
}
.nav{
	width:560px;
	margin-top:50px;
	margin-left:20px;
}
.nav-con ul li{
	width:70px;
	text-align: center;
	float: left;
}
.nav-con>ul>li a{
	color: #2b2b2b;
	font-size:15px;
	display: block;
}
.nav-con ul li:hover a{
	color: #098f8d;
	font-weight: bold;
	border-bottom: 5px solid #098f8d;
	padding-bottom:30px;
}
.nav .menulevel{
	 padding:0;
	 z-index: 999;
	 padding-top: 3px;
}
.nav li {
	display: inline-block;
    font-size:15px;
}
.nav li a#menu_selected{
	color: #098f8d;
	font-weight: bold;
	border-bottom: 5px solid #098f8d;
	padding-bottom:30px;
}
.nav li a#menu_selected span{color: #098f8d;}
.nav li:hover>a>span{ text-decoration:none;}
.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: 50px;
	background: #2b2b2b;
}
.footer-nav{
	margin-top: 20px;
}
.f-dhbt{
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}
.f-nav{
	float: left;
	margin-left:30px;
}
.f-nav li{
	float: left;
	margin-top: 10px;
}
.f-nav li a{
	float: left;
	font-size: 16px;
	margin-right: 30px;
	border-right: 1px solid #fff;
	padding-right: 30px;
	line-height: 15px;
	color: #fff;
}
.f-lxfs{
	margin-top:20px;
}
.lxfs-con{
	margin-top: 25px;
}
.lxfs-con li{
	float: left;
	color: #fff;
	margin-right:25px;
	font-size:15px;
}
.lxfs-con li img{
	margin-right: 10px;
}
.wzbb{
	line-height:24px;
	font-size: 13px;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	background: #098f8d;
	color: #ffffff;
	border-top: 1px solid #3b9ed3;
}
.wzbb a{
	font-size: 13px;
	color: #ffffff;
}
/*内页部分*/
.ny-nav{
	padding-top: 35px;
	height:45px;
	border-bottom: 1px solid #ccc;
}
.ny-bt{
	text-align: center;
	margin:50px auto 30px;
}
.ny-bt1{
	margin:50px auto 30px;
}
.about-title1{
	color: #098f8d;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
}
.about-title1 p{
	color: rgba(2,2,2,0.5);
	font-family: "times new roman";
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.page-news2{
	width:730px;
	margin-top: 40px;
}
.page-news4,.ny22{
	width:920px;
}
.ny11{
	width:920px;
}
.ny-dhwz{
	box-shadow: 1px 5px 10px #eaeaea;
	line-height:50px;
	color: #2b2b2b;
	font-size: 14px;
}
.ny-dhwz a{
	color: #222;
	font-size: 14px;
}
.ny-dhwz img{
	vertical-align: middle;
    margin-bottom: 5px;
	margin-right: 10px;
}
.ny-dhwz11{
	color: #fff;
	line-height:50px;
	font-size: 14px;
	margin-top: 20px;
}
.ny-dhwz11 a{
	color: #fff;
}
.ny-img img{
	width: 100%;
}
.tpmk-img{
	height:275px;
	overflow: hidden;
}
.tpmk-img1{
	/*height:440px;*/
	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;
}
.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:0px 0 50px;
}
#spec-n1{
	height:210px;
	overflow: hidden;
}
/*首页部分*/
/*公司简介*/
.about{
	padding: 70px 0px 55px;
}
.about-bg{
	text-align: center;
}
.about-title{
	text-align: center;
	color: #098f8d;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
}
.about-title p{
	color: rgba(2,2,2,0.5);
	font-family: "times new roman";
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.about-diao{
	margin: 30px auto 0px;
	width: 1090px;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 36px;
	text-align: left;
}
.about-tu{
	margin-top: 30px;
}
.gd-con{
	width:1040px;
	margin: 20px auto 0px;
}
.gd-con li{
	border-right: 1px solid #e7e7e7;
	width:259px;
	font-family: "times new roman";
	text-align: center;
	color: #068e8c;
	font-size:65px;
	float: left;
	display: block;
	padding-top:20px;
}
.gd-con li:last-child{
	border-right:none;
}
.gd-con li span{
	font-size: 25px;
	color: #068e8c;
}
.gd-con li .timer{
	text-align: right;
	padding-right: 5px;
	display: inline-block;
}
.gd-con li .aa{
    margin: 0 auto; 
    text-align:center;
}
.gd-con li p{
	color: #202020;
	font-size:16px;
}
.about-more{
	text-align: center;
	background: #098f8d;
	width: 165px;
	line-height: 40px;
	margin: 45px auto 0px;
}
.about-more a{
	color: #FFF;
	font-size: 14px;
}
/*分类*/
.fenlei{
	height: 244px;
	padding-top: 160px;
	background: url(../images/icon_10.jpg) no-repeat center top;
}
.fenlei-con{
  text-align:left;
}
.fenlei-bt{
  color: #fff;	
  font-size: 28px;
  font-weight: bold;
  margin-left: 60px;
  border-left:5px solid #fff;
  padding-left: 20px;
}
.fenlei-bt p{
  text-transform: uppercase;
  color: #fff;	
  font-size: 33px;
  font-weight: normal;
  font-family: "times new roman";
  margin-top: 10px;
}
.fenlei-nr{
	margin-top:80px;
}
.fenlei-nr li{
	float: left;
	border-right: 1px solid #FFF;
	padding-right:13px;
	margin-left: 14px;
	line-height: 15px;
}
.fenlei-nr li a{
	color: #fff;
	font-size: 16px;
}
/*产品展示*/
.pro-con{
	margin-top: 80px;	
}
/*优势*/
.ad{
	height:657px;
	padding-top: 80px;
	background: url(../images/ad-bg.jpg) no-repeat top center;
	margin-top: 70px;
}
.ad-title{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.ad-title p{
	font-family: "times new roman";
	font-size: 33px;
	color: rgba(255,255,255,0.5);
	font-weight: normal;
	text-transform: uppercase;
}
.ad-con {
	width: 565px;
	margin-top:60px;
}
.ad-con li{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom: 1px dashed #efefef;
}
.ad-nr{
	width: 480px;
	margin-left:20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.ad-nr p{
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	margin-top: 10px;
}
/*新闻资讯*/
.news-bg{
	padding: 50px 0px 30px;
}
.news-con{
	margin-top: 30px;
}
.news-left{
	float: left;
	width: 840px;
}
.gongsi{
	width: 420px;
	height: 550px;
}
.gongs-con{
	height:215px;
	width: 360px;
	background: #efefef;
	padding: 30px;
}
.hy-xbt{
	margin-top: 10px;
	margin-bottom: 20px;
}
.hy-xbt a{
	color: #2b2b2b;
	font-size: 19px;
	font-weight: bold;
}
.hy-xnr a{
	color: #2b2b2b;
	font-size: 13px;
	line-height: 36px;
}
.hy-xgd{
	text-align: center;
	border: 1px solid #098f8d;
	width: 110px;
	line-height: 30px;
	margin-top: 10px;
}
.hy-xgd a{
	color: #098f8d;
	font-size: 14px;
}
.jishu{
	width: 340px;
}
.jishu-title{
	line-height: 55px;
	background: #098f8d;
	padding: 0px 20px;
}
.jishu-bt{
	color: #fff;
	font-size:20px;
}
.jishu-gd a{
	color: #fff;
	font-size:15px;
	text-transform: uppercase;
}
.js-con{
	background: #efefef;
	height: 435px;
	padding: 30px;
}
.js-con li{
	border-bottom: 1px dashed #ccc;
	line-height: 60px;
}
.js-con li a{
	color: #2b2b2b;
	font-size: 15px;
}
.youqing{
	padding: 40px 0px;
	font-weight: bold;
	font-size:16px;
	color: #2b2b2b;
}
.youqing a{
	line-height: 28px;
	font-size: 15px;
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px 30px;width:380px;}
.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: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif; font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #098f8d; color: #fff; display: block; width: 80px; line-height: 30px; margin:30px auto 0px; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
/*联系我们内页*/
.lxwm-dy{
	width: 400px;
}
.lxwm-dy li{
	line-height:70px;
	color: #2b2b2b;
	font-size: 16px;
	border-bottom: 1px dashed #efefef;
}
/*在线留言*/ 
.liuyan-tu {
	width:430px;
	height:430px;
	overflow: hidden;
}
.liuyan-tu img{
	cursor: pointer;
	transition: all 0.6s;
}
.liuyan-tu img:hover{
	transform: scale(1.01);
}
.ny-left-tu1{
	background: #098f8d;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	font-size:28px;
	padding-left: 40px;
}
