.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{
	color: #656565;
	font-size: 13px;
	background: #f2f2f2;
	line-height:35px;
}
.logo {
	margin:30px 0px;
}
.header-by{
	width:450px;
	margin-left: 15px;
	margin-top: 28px;
	color: #5c5c5c;
	font-size: 20px;
	font-weight: bold;
}
.header-by span{
	color: #eb4529;
}
.header-by p{
	color: #545454;
	font-size:16px;
	font-weight: normal;
	margin-top: 8px;
}
.header-tel{
	width:290px;
	color: #191919;
	font-size: 17px;
	margin-top: 32px;
	float: right;
}
.tel img{
	margin-right: 10px;
	margin-top: 10px;
}
.tel-nr{
	color: #595959;
	font-size: 16px;
}
.tel-nr p{
	font-family:"imprint mt shadow";
	color: #e55035;
	font-size: 30px;
}
.nav{
	background: #eb4529;
	line-height: 50px;
}
.nav-con ul li{
	width:200px;
	text-align: center;
	float: left;
	line-height: 50px;
}
.nav-con>ul>li a{
	color: #fff;
	font-size:16px;
	display: block;
}
.nav-con ul li:hover{
	background: #c01f31;
}
.nav-con ul li:hover a{
	background: #c01f31;
	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: #c01f31;
	color: #fffs;
}
.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:#0b3f86;
	padding-top: 50px;
	padding-bottom: 40px;
}
.f-nav{
	width: 690px;
}
.f-navbt img{
	margin-right: 20px;
	vertical-align: middle;
}
.f-navbt{
	height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #1e5eb5;
	padding-bottom:40px;
	margin-bottom:25px;
}
.f-navnr li{
	float: left;
}
.f-navnr li a{
	color: #fff;
	font-size: 15px;
	margin-right: 40px;
}
.f-lxfs{
	width: 360px;
}
.f-navbt1 img{
	margin-right: 20px;
	vertical-align: middle;
}
.f-navbt1{
	height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.f-lxnr{
	margin-top: 25px;
}
.f-lxnr li{
	float: left;
	color: #fff;
	font-size:15px;
	line-height: 36px;
}
.f-lxnr li:first-child{
	margin-right:50px;
}
.dibu{
	background:#0b3f86;
	line-height:50px;
	border-top: 1px solid #1e5eb5;
}
.dibu-bg{
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 13px;
}
/*内页*/
.neiye{
	margin-bottom:80px;
}
.ny-nav{
	padding-top: 35px;
	height:45px;
	border-bottom: 1px solid #ccc;
}
.ny-bt{
	background: url(../images/xian.jpg) no-repeat top center;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	margin: 50px auto 30px;
}
.ny-bt p{
	text-transform:uppercase;
	color: #a2a2a2;
    font-size:15px;
    margin-top:8px;
}
.page-news2{
	width:730px;
	margin-top: 40px;
}
.page-news4,.ny22{
	width:910px;
}
.ny11{
	width:900px;
}
.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:210px;
	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:240px;
	overflow: hidden;
}
/*首页部分*/
/*产品展示*/
.pro{
	background: #e9e9e9;
	padding: 100px 0px 70px;
}
.fenlei{
	width: 240px;
}
.fenlei-bt{
	padding-top: 15px;
	width: 240px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: url(../images/fenlei-bg.jpg) no-repeat top center;
}
.fenlei-bt p{
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 5px;
}
.fenlei-con{
	background: #fff;
	box-shadow: 1px 5px 10px #dfdfdf;
}
.fenlei-con li{
	line-height: 58px;
	border-bottom: 1px dashed #bbbbbb;
	padding-left:20px;
}
.fenlei-con li a{
	font-size: 14px;
	color: #222222;
}
.fenlei-con li:hover a{
	color: #ea3819;
}
.pro-con{
	width: 945px;
}
/*过渡*/
.gd{
	background: url(../images/gd-bg.jpg) no-repeat center top;
	height:171px;
	padding-top: 45px;
}
.gd-bt{
	color: #fff;
	margin-top: 10px;
	font-size: 34px;
}
.gd-bt p{
	color: #fff;
	font-size:20px;
	margin-top:20px;
}
.gd-bt p span{
	color: #eb462a;
	font-size:20px;
}
.gd-tel{
	width: 178px;
	text-align: right;
}
.gd-hm{
	color: #fff;
	font-size: 15px;
}
.gd-hm p{
	letter-spacing: -2px;
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}
.gd-zx{
	width: 110px;
	line-height: 40px;
	text-align: center;
	background: #c01f31;
	margin: 15px 0px 0px 70px;
}
.gd-zx a{
	color: #fff;
	font-size: 14px;
}
/*优势*/
.ad{
	height:1016px;
	padding-top: 65px;
	background: url(../images/ad-bg.jpg) no-repeat top center;
}
.ad-title{
	text-align: center;
	color: #1e1a1as;
	font-size: 30px;
}
.ad-title p{
	text-transform: uppercase;
	color: #797979;
	font-size: 14px;
	margin-top: 5px;
}
.ad-con{
	width: 550px;
	margin-left: 650px;
	margin-top:60px;
}
.ad-bt{
	color: #ea3516;
	font-size: 26px;
	font-weight: bold;
}
.ad-bt p{
	color: #949494;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top:25px;
}
.ad-by{
	color: #3b3b3b;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
}
.ad-con li:first-child{
	margin-bottom:50px;
}
.ad-con2{
	width: 550px;
	margin-left:65px;
	margin-top:90px;
}
.ad-con2 li:first-child{
	margin-bottom:55px;
}
/*公司简介*/
.about{
	height:580px;
	background: url(../images/about-bg.jpg) no-repeat center top;
	padding-top:65px;
}
.about-title{
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.about-title p{
	text-transform: uppercase;
	margin-top:5px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.about-con{
	margin-top:80px;
}
.about-nr{
	width: 595px;
	margin-right: 20px;
}
.about-diao{
	color: #2b2b2b;
	font-size: 15px;
	line-height:40px;
}
.about-more{
	text-align: center;
	background: #c01f31;
	width: 130px;
	line-height:40px;
}
.about-more a{
	color:#FFF;
	font-size: 14px;
}
/*新闻资讯*/
.news-title{
	text-align: center;
	color: #1e1a1as;
	font-size: 30px;
	background: url(../images/xian.jpg) no-repeat center top;
}
.news-title p{
	text-transform: uppercase;
	color: #797979;
	font-size: 14px;
	margin-top: 5px;
}
.news-con{
	margin-top: 30px;
}
.news-left{
	width: 815px;
	background: #f4f4f4;
}
.news-bt{
	background: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
}
.news-bt li{
	margin-left: 30px;
	float: left;
}
.news-bt li a{
	color: #1a1a1a;
	font-size: 17px;
	font-weight: bold;
	line-height: 55px;
}
.news-bt li:hover a{
	color: #c01f31;
}
.zixun{
	width: 755px;
	margin-left: 30px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-top: 25px;
}
.zixun-nr{
	width: 455px;
}
.zx-xbt a{
	color: #242424;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
}
.zx-xnr{
	margin: 10px 0px;
}
.zx-xnr a{
	color: #7b7b7b;
	font-size: 14px;
	line-height: 28px;
}
.zx-more a{
	color: #c01f31;
	font-size: 13px;
	font-weight: bold;
}
.hangye{
	margin-left: 30px;
	margin-top:10px;
	width: 755px;
}
.hangye li{
	float: left;
	line-height: 55px;
	width: 50%;
	border-bottom: 1px dashed #e1e1e1;
}
.hangye li a{
	color: #3c3c3c;
	font-size: 14px;
}
.news-right{
	width: 360px;
	background: #f4f4f4;
}
.wt-bt{
	background: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
}
.wt-bt a{
	color: #c01f31;
	font-size: 17px;
	font-weight: bold;
	line-height: 55px;
	margin-left: 20px;
}
.wenda{
	width: 310px;
	margin-left: 20px;
	margin-top: 30px;
}
.wenda li{
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom: 15px;
}
.gs-xbt img{
	vertical-align: middle;
	margin-right: 10px;
}
.gs-xbt a{
	font-weight: bold;
	color: #2b2b2b;
	font-size: 15px;
}
.gs-xnr img{
	vertical-align: middle;
	margin-right: 10px;
}
.gs-xnr{
	margin-top: 10px;
}
.gs-xnr a{
	color: rgba(43,43,43,0.88);
	font-size: 13px;
	line-height:25px;
}
.youqing{
	padding: 20px 0px;
	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: #c01f31; 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;}
/*图片内页样式*/
.zuo{
	width:500px;
}
.you{
	width:350px;
}
#ShowImages li{
	background: #eeeeee;
	overflow: hidden;
	display: inline;
	float: left;
	margin-left: 15px;
	text-align: center;
	width:275px;
	padding:5px;
	margin-bottom:30px;
}
#ShowImages .images_img{
	overflow: hidden;
	width:275px;
	height:220px;
}
#ShowImages .images_img img{
	cursor: pointer;
	transition: all 0.6s;
}
#ShowImages .images_img img:hover{
	transform: scale(1.08);
}
#ShowImages li:hover{
	background: #004ea2;
	color: #fff;
}
#ShowImages li:hover a{
	color: #fff;
}
#ShowImages .images_img a {
    display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	height:215px;
}
#ShowImages .images_img img {
   width: 100%;
   max-height:210px;
   overflow: hidden;
}
#ShowImages .images_title a{
	height:55px;
	line-height:55px;
	font-size: 16px;
}
#proinfo_c img{
	max-width: 100%;
	height:auto;
}
