.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*/
.top{
	background:#dddddd;
	height:10px;
}
.h-logo{
	margin:25px 0px;
}
.h-tel{
	float: right;
	width: 365px;
	margin-top:35px;
}
.tel-nr{
	color: #000000;
	font-size: 15px;
}
.tel-nr p{
	font-family: impact;
	font-size:24px;
}
.nav{
	line-height: 55px;
	background: #0164d9;
}
.nav-con>ul>li{
	text-align: center;
	float: left;
	width:171px;
}
.nav-con>ul>li a{
	color: #fff;
	font-size:16px;
	display: block;
}
.nav-con>ul>li a span{
	color: #fff;
	font-size:16px;
}
.nav-con ul li:hover{
	background: #ff9f0a;
	color: #fff;
}
.nav-con ul li:hover a span{
	color: #fff;
}
.nav .menulevel{
	 padding:0;
	 z-index: 999;
	 padding-top: 3px;
}
.nav li {
	display: inline-block;
    font-size:14px;
}
.nav li a#menu_selected{
	background: #ff9f0a;
	color: #fff;
}
.nav li a#menu_selected span{
	background: #ff9f0a;
	color: #fff;
}
.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{
	background: url(../images/footer-bg.jpg) no-repeat center top;
	height:200px;
	padding-top:60px;
}
.f-nav-con li{
	float: left;
	margin-left: 40px;
}
.f-nav-con li a{
	color: #fff;
	font-size: 15px;
}
.f-lxfs{
	margin-top: 80px;
	margin-left: 65px;
}
.f-lxfs li{
	float: left;
	color: #fff;
	font-size: 15px;
	margin-right: 100px;
}
.wzbb{
	line-height:24px;
	font-size: 13px;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	background: #ff9f0a;
	color: #ffffff;
}
.wzbb a{
	font-size: 13px;
	color: #ffffff;
}
/*内页部分*/
/*在线留言页面*/
.page-guestbook{
	float: left;
	margin-left: 340px;
}
.liuyan-tu{
	margin-top:35px;
	margin-bottom: 50px;
}
.ny-nav{
	padding-top: 35px;
	height:45px;
	border-bottom: 1px solid #ccc;
}
.ny-bt{
	font-weight: bold;
	font-size: 20px;
	color: #0164d9;
	border-bottom: 3px solid #0164d9;
	padding-bottom:15px;
}
.ny11{
	width:920px;
}
.ny-dhwz{
	color: #222;
	line-height:30px;
	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: 430px;
	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 70px;
}
#spec-n1{
	height:205px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro{
	padding:70px 0px 50px;
	background: #ededed;
}
.pro-title{
	text-align: center;
	background: url(../images/xian.jpg) no-repeat center top;
	color:#121212;
	font-size: 24px;
}
.pro-title p{
	color:#545454;
	font-size:14px;
	margin-top: 10px;
}
.pro-con{
	margin-top: 45px;
	position: relative;
}
/*过渡*/
.gd{
	height:145px;
	padding-top: 80px;
	background: url(../images/gd-bg.jpg) no-repeat center top;
}
.gd-bt{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.gd-bt p{
	font-size: 16px;
	font-weight: normal;
	background: #fff;
	text-align: center;
	width: 330px;
	line-height: 35px;
	color: #282828;
}
.gd-by{
	margin-left: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height:30px;
}
.gd-by span{
	font-weight: normal;
	line-height:30px;
}
.gd-by p{
	font-weight: normal;
	font-size: 12px;
	color: rgba(255,255,255,0.4);
}
.gd-tel{
	text-align: right;
	font-family: impact;
	color: #fff;
	font-size: 22px;
}
.gd-tel p{
	background: #fff;
	text-align: center;
	width: 105px;
	line-height: 35px;
	margin-left: 180px;
	margin-top: 10px;
}
.gd-tel p a{
	color: #0164d9;
	font-size: 14px;
}
/*优势*/
.ad{
	height: 900px;
	padding-top: 125px;
	background: url(../images/ad-bg.jpg) no-repeat center top;
}
.ad-con{
	width: 665px;
	margin-left: 535px;
}
.ad-bt{
	color:#222222;
	font-size: 24px;
	font-weight: bold;
}
.ad-bt p{
	color:#222222;
	font-size:18px;
	font-weight: normal;
}
.ad-by{
	margin-left: 35px;
	line-height: 30px;
	color: #222222;
	font-size: 15px;
	margin-top: 28px;
}
.ad-con2{
	width: 600px;
	margin-left: 55px;
	margin-top: 150px;
}
.ad-bt2{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
}
.ad-bt2 p{
	color:#fff;
	font-size:18px;
	font-weight: normal;
}
.ad-by2{
	margin-left: 35px;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	margin-top: 28px;
}
.ad-con3{
	width: 665px;
	margin-left: 535px;
	margin-top:145px;
}
/*公司简介*/
.about{
	height:685px;
	padding-top: 65px;
	background: url(../images/about-bg.jpg) no-repeat center top;
}
.about-con{
	text-align: center;
	width: 1030px;
	margin: 0 auto;
}
.about-bt{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.about-diao{
	line-height: 32px;
	font-size: 15px;
	color: #fff;
	margin: 40px 0px 0px;
}
.about-more{
	width:31 0px;
	margin: 0px auto;
	width: 310px;
}
.about-more li{
	float: left;
	text-align: center;
	background: #fff;
	border-radius:50px;
	width: 135px;
	line-height: 35px;
	margin: 0px 10px;
}
.about-more li a{
	color: #2b2b2b;
	font-size: 15px;
}
.about-more li:hover{
	background: #ff9f0a;
}
.about-more li:hover a{
	color: #fff;
}
.case{
	position: relative;
	margin:110px auto 0px;
	width:990px;
}
/*新闻资讯*/
.news-bg{
	padding-top:70px;
	padding-bottom: 50px;
}
.news-bt{
	color: #242424;
	font-size: 32px;
	font-weight:500;
}
.news-fl li{
	float: left;
	width:130px;
	line-height:38px;
	text-align: center;
	background: #0164d9;
	margin-left:10px;
}
.news-fl li:hover{
	background: #ff9f0a;
}
.news-fl li a{
	color: #fff;
	font-size:15px;
}
.news-con{
	margin-top: 40px;
}
.news-tu{
	height: 235px;
	overflow: hidden;
	width: 490px;
}
.news-tu img{
	cursor: pointer;
	transition: all 0.6s;
}
.news-tu img:hover{
	transform: scale(1.1);
}
.gongsi{
	width: 490px;
}
.gs-con{
	background: #eeeeee;
	padding: 30px;
	height:100px;
}
.gs-xbt a{
	color: #2e2e2e;
	font-size: 16px;
	font-weight: bold;
}
.gs-xnr{
	margin-top: 20px;
}
.gs-con li:hover .gs-xbt a{
	color: #db1c29;
}
.gs-xnr a{
	color: #5a5a5a;
	font-size: 13px;
	line-height: 30px;
}
.hangye{
	width: 640px;
}
.zx-xbt a{
	font-size: 16px;
	color: #2e2e2e;
	font-weight: bold;
	line-height: 45px;
}
.zx-xbt{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.zx-xnr a{
	color: #5a5a5a;
	font-size: 13px;
	line-height:30px;
}
.bage{
	margin-top:10px;
}
.bage li{
	float: left;
	width: 50%;
	line-height: 60px;
	border-bottom: 1px dashed #c9c9c9;
}
.bage li a{
	color: #2e2e2e;
	font-size:15px;
}
.bage li img{
	margin-right: 20px;
}
.youqing{
	padding-bottom: 50px;
	line-height:28px;
	font-size: 16px;
}
/*图片列表*/
.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: #ff9f0a; 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;}
/*在线留言*/
.dbg{
	background: #f6f6f6;
    padding-bottom: 50px;
}
.dbg-bg {
    height: 660px;
    background: url(../images/liuyan-dbg.png) no-repeat bottom center;
}