.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:#d5d5d5;
	height: 10px;
}
.h-logo{
	margin:25px 0px;
}
.h-by{
	width:250px;
	line-height: 28px;
	color: #383838;
	margin-top:35px;
	font-size: 15px;
	margin-left: 20px;
}
.h-by span{
	font-weight: bold;
	color: #0f6aee;
	font-size:16px;
}
.qiehuan{
	width:77px;
	float: left;
	margin-top:50px;
	margin-left:95px;
}
.h-tel{
	float: right;
	width:250px;	
	margin-top: 30px;
}
.tel-tu{
    margin-top:5px;	
}
.tel-nr{
	color: #252525;
	font-size:16px;
}
.h-tel p{
	color: #fa851c;
	font-size: 30px;
	font-family: impact;
}
.h-tel img{
	margin-right:5px;
}
.nav{
	background: #0f6aee;
	line-height: 55px;
}
.nav-con ul li{
	float: left;
	width:150px;
	text-align: center;
}
.nav-con>ul>li a{
	color: #fff;
	font-size:16px;
	display: block;
	width:150px;
	line-height:55px;
}
.nav-con ul li:hover{
	background: #fa851c;
}
.nav .menulevel{
	 padding:0;
	 z-index: 999;
	 padding-top: 3px;
}
.nav li {
	display: inline-block;
}
.nav li a#menu_selected{
	color: #fff;
	background: #fa851c;
}
.nav li a#menu_selected span{
	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:#0f6aee;
	padding:130px 0px 45px;
}
.footer1{
	background:#0f6aee;
	padding:45px 0px;
}
.f-lxfs{
	width:690px;
}
.lxfs-bt{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.lxfs-nr li{
	float: left;
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
	margin-right:30px;
}
.lxfs-nr li:last-child{
	margin-right:0px;
}
.wzbb{
	line-height:24px;
	font-size: 13px;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	background: #fa851c;
	color: #fff;
}
.wzbb a{
	font-size: 13px;
	color: #fff;
}
/*内页部分*/
.ny-nav{
	padding-top: 35px;
	height:45px;
	border-bottom: 1px solid #ccc;
}
.ny-bt{
	text-align: center;
	color: #0f6aee;
	font-size: 30px;
	font-weight: bold;
	line-height:45px;
	margin: 40px auto 30px;
}
.ny-bt p{
	font-weight: normal;
	text-transform: uppercase;
	font-size:40px;
	color: #cfcfcf;
	font-family: impact;
}
.ny11{
	width:920px;
}
.ny-dhwz{
	line-height: 45px;
	background: #efefef;
	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:270px;
	overflow: hidden;
}
.tpmk2-img{
	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 70px;
}
#spec-n1{
	height:215px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro{
	background: #f4f4f4;
	padding:65px 0px 120px;
}
.pro-title{
	text-align: center;
	color: #0f6aee;
	font-size: 30px;
	font-weight: bold;
	line-height:45px;
}
.pro-title p{
	font-weight: normal;
	font-size: 50px;
	color: #c5c5c5;
	font-family: impact;
}
.fenlei{
	line-height: 50px;
	background: #0f6aee;
	width:1120px;
	margin: 30px auto 40px;
}
.fenlei li{
	float: left;
	width: 160px;
	text-align: center;
}
.fenlei li a{
	color: #fff;
	font-size: 16px;
}
/*公司简介*/
.about{
	background: url(../images/about-bg.jpg) no-repeat center top;
	height:720px;
}
.about-title{
	text-align: center;
	color: #0f6aee;
	font-size: 30px;
	font-weight: bold;
	line-height:45px;
}
.about-title span{
	font-weight: normal;
	font-size: 50px;
	color: #c5c5c5;
	font-family: impact;
}
.about-con{
	margin-top: 190px;
	width: 690px;
}
.about-diao{
	line-height:36px;
	font-size:14px;
	color: #fff;
}
.about-more{
	margin-top:50px;
}
.about-more li{
	float: left;
	width: 175px;
	line-height: 40px;
	background: #FFF;
	text-align: center;
	border-radius: 50px;
	margin-right: 20px;
}
.about-more li a{
	color: #0f6aee;
	font-size: 15px;
}
.about-more li:hover{
	background: url(../images/about-more.png) no-repeat center top;
}
.about-more li:hover a{
	color: #ffff;
}
/*优势*/
.ad{
	height:1408px;
	padding-top:52px;
	background: url(../images/ad-bg.jpg) no-repeat center top;
}
.ad-title{
	text-align: center;
	color: #0f6aee;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}
.ad-title span{
	font-family: impact;
	color: #fa851c;
	font-size:45px;
	font-weight: normal;
}
.ad-title p{
	color: #8e8e8e;
	font-size:15px;
	font-weight: normal;
}
.ad-con{
	margin-top: 50px;
}
.ad-xbt{
	text-align: center;
	line-height: 36px;
	color: #252525;
	font-size: 18px;
	margin-top: -85px;
}
.ad-xbt p{
	line-height: 30px;
	color: rgba(37,37,37,0.5);
	font-size: 13px;
	text-transform: uppercase;
}
.ad1{
	position: relative;
	height: 450px;
	box-shadow: 1px 10px 10px #d7d7d7;
}
.ad1>p{
	color: #ffffff;
	margin-top: -35px;
	margin-left:105px;
	font-size: 15px;
}
.ad1:nth-child(2){
	margin: 0px 45px;
}
.ad1>.xq1{ 
	position: absolute; 
	left: 0; 
	bottom:0px; 
	color: #fff; 
	text-align: center; 
	background:#0f6aee; 
    height:385px; 
    padding-top:80px;
    width: 100%; 
    z-index: 99; 
    display: none;
}
.ad-bt{
	font-size:19px; 
	text-align: center; 
	color: #fff;
}
.ad-bt>p{
	font-size:13px; 
	color: rgba(255,255,255,0.5);
	text-align: center; 
	line-height:34px; 
	text-transform: uppercase;
}
.ad-nr{
	text-align:left; 
	margin:30px 40px 40px; 
	font-size: 14px; 
	line-height: 36px; 
	color: #fff;
}
.ad-more{
	width: 220px;
    margin: 0 auto;
    background: #fff; 
    line-height:50px;
    text-align: center; 
}
.ad-more a{
    color: #0f6aee;
    font-size: 15px;
}
.ad-gd{
	width: 390px;
	margin:60px auto 0px;
}
.ad-gd li{
	float: left;
	width: 175px;
	line-height: 40px;
	background: url(../images/ad-more.png) no-repeat center top;
	text-align: center;
	margin:0px 10px;
}
.ad-gd li a{
	color: #fff;
	font-size: 15px;
}
.ad-gd li:hover{
	background: url(../images/about-more.png) no-repeat center top;
}
/*新闻资讯*/
.dingwei{
	position: relative;
}
.news{
	height: 768px;
	background: url(../images/news-bg.png) no-repeat center top;
	width: 100%;
	position: absolute;
	top: -688px;
	left: 0;
	padding-top:80px;
	z-index: 999;
}
.news-title{
	text-align: center;
	color: #0f6aee;
	font-size: 30px;
	font-weight: bold;
	line-height:45px;
}
.news-title p{
	font-weight: normal;
	font-size: 50px;
	color: #c5c5c5;
	font-family: impact;
}
.news-con{
	width: 1120px;
	margin: 40px auto 0px;
}
.news-nr{
	background: #f2f7fa;
	width: 460px;
	height:127px;
	padding: 35px 50px;
}
.gs-xbt a{
	color: #2b2b2b;
	font-size:20px;
}
.gs-xnr {
	margin-top: 20px;
}
.gs-xnr a{
	color: #454545;
	font-size:13px;
	line-height: 36px;
}
.hangye{
	width: 1120px;
	margin:20px auto;
}
.hy-left{
	width:530px;
}
.hy-left li{
	width:530px;
	float: left;
	line-height:58px;
	border-bottom: 1px dashed #c5c5c5;
}
.hy-left li a{
	color: #2b2b2b;
	font-size:16px;
}
.hy-right{
	width:530px;
}
.hy-right li{
	width: 530px;
	float: left;
	line-height:58px;
	border-bottom: 1px dashed #c5c5c5;
}
.hy-right  li a{
	color: #2b2b2b;
	font-size:16px;
}
/*合作单位*/
.hzdw{
	height: 433px;
	background: url(../images/hzdw-bg.jpg) no-repeat center top;
	margin-top: 100px;
	padding-top: 60px;
}
.hzdw-title{
	text-align:center;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
.youqing{	
	padding:20px 40px;
	font-size:15px;
	line-height:30px;
	color: #000;
}
/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 10px;width:380px;}
.photos-demo span p{ margin-top: 10px;font-size:16px;}
.photos-demo span img{width: 100%;}

.photos-demo2 span{ display: inline-block; text-align: center; margin:0px 10px;width:280px;}
.photos-demo2 span p{ margin-top: 10px;font-size:16px;}
.photos-demo2 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: #fa851c; 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;}