@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;	
}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/overflow-x:hidden;}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
.clear{clear:both;}
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {margin: 0px; color:#3F3F3F; font-size: 12px; font-family: Microsoft YaHei,宋体,Arial, Helvetica, sans-serif;}
a:link { text-decoration: none;color: #131313;}
a:visited {text-decoration: none; color: #131313;}
a:hover { text-decoration: none;}
a:active {text-decoration: none; color: #131313;}
.xp_xdd{
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}
.xp{
	width: 1180px;
	margin:0 auto;
}
.xp_l{
	float: left;
}
.xp_r{
	float: right;
}
.header_xdd{
	width: 100%; 
	height: 70px;
}
.header{
	width: 1180px;
	margin:0 auto;
}
.logo{
	float: left;
	padding-top:15px;
}
.tel{
	float: right;
	width:800px;
}
.tel span{
	float: right;
	padding-left: 15px;
	font-size: 16px;
}
.nav_xdd{
	width: 100%;
	height: 70px;
	line-height: 70px; 
}
.nav{ 
	margin:0 auto; 
}
.nav ul li{
	float: left;

}
.nav ul li a{
	font-size: 16px; 
	display: block;
	transition: all 0.3s ease-in-out;
}
.nav .na1{ padding:0 30px;}
.nav ul li>a:hover{
	background: #f7c613;
	color: #fff;
}
.nav ul li dl dd{
	transition: all 0.3s ease-in-out;
	background: #2d2d2d; color:#fff;
}
.nav ul li dl dd a{ color:#fff;
}
.nav ul li dl dd a:hover{
	background: #ff9d0b; color:#2d2d2d;
}
.nav ul li dl{
	display: none;
	position:absolute;
	z-index: 2;
	background: #2d2d2d; color:#fff;
	min-width: 160px;
}
.banner {
	width: 100%;
	height: 500px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.imgbox {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}
.img{
	position: absolute;
	display: none;
}
.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre {
	left: 1%;
}
.next {
	right: 1%;
}
.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}
.cir {
	width: 12px;
	height: 12px;
	background-color: white;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.cir:hover {
	background-color:#3285FF;
	transition: 0.8s;
}
.cr {
	opacity: 1;
}
.cr:hover {
	background-color: white;
}
.main{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 60px;
}
.pro_l{
	float: left;
	width: 220px;

}
.pro_s{
	text-align:left;
	font-weight:bold;
}
.pro_s p{ 
	font-size: 18px;
    font-weight: bold;
    line-height: 50px;
	background: url(../images/mainForms-c.jpg) bottom repeat-x;
}
.pro_s p span{
    border-bottom: 2px solid #282828;display: table-cell;}
.pro_classify{ 
}
.pro_classify ul li{
	text-align: center;
}
.pro_classify ul li a{ 
	line-height: 35px; 
	display: block;  
	font-weight:bold;
	text-align: left;
    padding-left: 22px;
}
.pro_classify ul li a:hover{ 
	color:#fa8100;
	font-size:14px;
}
.pro_r{
	float: right;
	width: 960px; 
}
.proNav{
	background: #fafafa;
	height: 46px;
	line-height: 46px;
}
.proNav span{
	color: #3285FF;
	font-size: 15px;
	background: url("../images/skt.png") 4px no-repeat;
	padding-left: 32px;
}
.proNav a{
	float: right;
	background: url("../images/more.png") right no-repeat;
	width: 46px;
    height: 46px;
    background-size: 40px;
}
.pro{
	background: #fff;
	padding:40px 0px 20px 0px;
	overflow: hidden;
}
.pro_img{
	cursor: pointer;
    transition: all 0.6s;
}
.pro_img:hover{
	transform: scale(1.1);
}
.pro .pro_name{
	margin-top: 7px;
    margin-bottom: 10px;
	text-align:left;
	padding-left:5px;
}
.pro li{
	float: left;
	text-align: center; 
	width: 25%;
}
.hf{
	margin-top: 60px;
	background: url("../images/hf.png") center no-repeat;
	height: 260px;
}
.link{
	color: #fff;
    font-size: 20px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 96px;
}
.customerAnli{
	width: 100%;
	margin:0 auto;
	margin-top: 60px;
}
.title12{
	color: rgb(33,33,33); 
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.lineXian{
	background: #000;
    display: block;
    position: relative;
    width: 12%;
    height: 2px;
    z-index: 2;
}
.case{
	margin-top: 30px;
}
.case ul{
	display: flex;
    justify-content:space-between;
    flex-flow: row wrap;
}
.case li{
	text-align: center;
	padding:0 5px;
}
.case_name{
	margin-top: 15px;
}
.case img{
	cursor: pointer;
	transition: all 0.6s;
}
.case img:hover{
	transform: scale(1.1);
}
.about_xdd{
	width: 100%;
	background: #3285FF;
	position: relative;
}
.about{
	width: 1200px;
	margin: 0 auto;
	height: 471px;
	margin-top: 60px;
}
.about .title14{
	color:#fff;
	text-align: center;
	font-size: 28px;
	padding-top: 50px;
}
.aboutCon{
	margin-top: 46px;overflow: hidden;
}
.about1{ position: relative; overflow: hidden;}
.aboutCon span{ float:left;}
.aboutCon p{ 
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    float: left;
    width: 450px;
    padding-left: 15px;
}
 
.about1 .btn a{
	color: #3285FF;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
	width:100%;
	text-align:right;
}
.about_img{
	width: 1200px;
	background: #fff;
	margin:0 auto;
	padding: 40px 20px;
	overflow: hidden;
	position: absolute;
	top:350px;
}
.about_img ul{
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.about_img img{
	cursor: pointer;
	transition: all 0.6s;
}
.about_img img:hover{
	transform: scale(1.1);
}
.news{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	margin-top: 33px;
}
.news .news_w{ 
    width: 100%;
    float: left; 
}
.news_xdd{
	width: 100%;
	overflow: hidden;  
}
.news_img{
	float: left;
}
.news_fir{
	float: right;
	width: 285px;
}
.newstitle{
	color: #666666;
	font-size: 20px;
	font-family: "微软雅黑";
}
.news_fir span{
	width: 264px;
	display: block;
	color: rgb(169, 169, 169);
	line-height: 24px;
}
.news_more{
	margin-top: 13px;
}
.news_more a{
	display: inline-block;
    background: #e9e9e9;
    padding: 0px 39px;
}
.mg_12{
	margin-bottom: 30px;
}
.news_lb{
	width: 100%;
}
.news_lb ul li{ 
	padding-left: 2%;
}
.news_lb ul li a{
	line-height:35px;
	height:35px;
	display:block;
	width:100%;
	cursor: pointer; 
}
.news_lb ul li a:hover{
    color: #fff;
	background-color:#cccccc;
	display:block;	line-height:35px;
	height:35px;
	width:100%;
}
.news_lb span{
	float: right; 
}
.business_card{
	width: 100%;
	overflow: hidden;
}
.card{
	width: 1200px;
	margin:0 auto;
	background:#fafafa;
	overflow: hidden;
	padding: 20px;
	box-shadow: 1px 0px 5px rgba(0,0,0,0.2), 0px 1px 5px rgba(0,0,0,0.2);
}
.card_con{
	float: left;
	width: 542px;
	color: #fff;
	background: #3285FF;
	white-space: pre-wrap;
	border-radius: 15px;
	box-shadow: 1px 0px 5px rgba(0,0,0,0.2), 0px 1px 5px rgba(0,0,0,0.2);
}
.card_con span{
	line-height: 30px;
	font-size: 14px;
}
.business_map{
	float: right;
}
.mg_50{
	margin-top: 50px;
}
.sm{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 30px;
}
.sm a{
	padding: 0 20px;
}
.footer{
	width: 100%;
    background:url(../images/ba.jpg);
    margin-top: 30px;
    overflow: hidden;
}
.bottom{
	    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    display: block;
    overflow: hidden;
	padding-bottom:10px;
}
.bottom_nav{
	float: left;
    width: 28%;
    height: 220px;
    line-height: 36px;
}
.bottom_nav ul p{ font-size:20px; font-weight:bold; color:#fff;}
.bottom_nav ul li{
	    float: left;
    margin-left: 3px;
    height: 35px;
    width: 90%;
}
.bottom_nav ul li:first-child{
	margin-left: 0px;
}
.bottom_nav ul li a{
	color: #fff;
    font-size: 15px;
}
.banquan{
	font-size: 14px;
    line-height: 35px;
    width: 683px;
    margin: 0 auto;
    text-align: center;
    height: 140px;
    color: #fff;
}
.copyright{
	color: #fff;
	line-height: 30px;
}
.copyright a{
	color: #fff;
}
.cityspread{
    color: #fff;
}
.ewm{
	float: right;
}
.banner_n{
	width: 100%;
}
.banner_n img{
	max-width: 100%;
	height: auto;
	display: block;
}
.ty_kj{
	width: 1200px;
	margin:0 auto;
	margin-top: 30px;
	overflow: hidden;
}
.n_left{
    width: 220px;
    float: left;
}
.n_lb{
	background: #fafafa;
}
.n_lb ul li{
	text-align: center;
}
.n_lb ul li a{
	color:#3285FF;
	line-height: 45px;
	font-size: 16px;
	display: block;
	border-bottom: 1px dashed #ccc;
	background: url(../images/yuan.gif) 37px no-repeat;
    padding-left: 53px;
    text-align: left;
}
.n_title{
	background: #3285FF;
}
.n_title p{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}
.n_right{
	width: 960px;
	float: right; 
	overflow: hidden;
}
.mbx_nav{ 
	line-height: 45px;
	position: relative;
}
.mbx_nav span{  
	font-size: 22px;
}
.mbx_nav .location{
	float: right;
	position: relative;
	right: 15px;
}
.about_text{ 
	padding: 20px;
}
.about_text p{
	line-height: 36px;
	font-size: 14px;
}
.news_n{
	overflow: hidden;
    padding-left: 5px; 
}
.news_time{
    float: left;
    font-size: 12px;
    text-align: center;
    color: #666666;
	padding-top:6px;
}
 
.news_con{
	float: right;
    width: 90%;
    border-left: 1px solid #ccc;
    padding: 5px 0 20px 20px;
}
.news_title a{
	color: rgb(75,75,75);
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	cursor: pointer;
}
.news_title a:hover{
	color: #3285FF;
}
.news_con p{
	margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    margin-bottom: 6px;
}
.news_con{ position:relative;}
.news_con .d{
	position: absolute;
    width: 12px;
    height: 12px;
    background: #bababa;
    border-radius: 50%;
    left: -7px;
    top: 10px;
    z-index: 2;
	}
.pages{
	text-align: center;
	margin-bottom: 20px;
    margin-top: 20px;
}
.pages ul li{
	display: inline-block;
}
.pages ul li a{
	display: block;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.gl a{
	background: #3285FF;
    color: #fff;
}
.pages ul li a:hover{
	background: #3285FF;
	color: #fff;
}
.miaoshu{
	margin-top: 20px; 
}
.n_right1{
	width: 960px;
    float: right;
    overflow: hidden;
}
.mbx_nav1{
	height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.mbx_nav1 span{
	position: absolute;
	border-bottom:2px solid #3285FF;
	padding: 0 15px;
	left: 0px;
	top: -1px;
	font-size: 14px;
}
.mbx_nav1 .location{
	float: right;
	position: relative;
	right: 15px;
}
.content{
	padding: 10px 0;
    line-height: 30px;
}
.pro_detail h1{
	line-height: 30px;
    font-weight: 700;

}
.text-center{
	text-align: center;
}
.n_para{
	border-bottom: 1px solid #e0e1dc;    margin-top: 10px;
}
.p_detail{
    padding: 15px 0;
}
.p_detail p{
	line-height: 30px;
}
.tag{
	border-top: 1px dashed #e0e1dc;
    color: #999;
}
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
    color: #3285FF;
    font-size: 14px;
}
.related_news li a{
	width: 75%;
    float: left;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
}
.related_news li a:hover{
	color: #3285FF
}
.related_news li span{
	width: 25%;
    float: right;
    text-align: right;
}
.related_pro li{
	margin: 20px 0;
	width: 25%;
	float: left;
	text-align: center;
}
.related_img{
	overflow: hidden;
}
.related_img img{
	display: inline;
    cursor: pointer;
    transition: all 0.4s;
}
.related_img img:hover{
	transform: scale(1.1);
}
.related_pro li span{
	display: block;
    line-height: 30px;
}
.para{
	margin-top: 15px;
}
.cp_img{
	width: 33.33333333%;
	float: left;
}
.cp_des{
	width: 50%;
	float: left;
}
.para p{
	line-height: 30px;
    border-bottom: 1px dashed #e0e1dc;
}
.cityspread a{
	color: #fff;
}
.map img{
	max-width: none;
}
.business_map img{
	max-width: none;
}
.map_con{
	margin-bottom: 10px;
	padding:5px 8px;
	height: 30px;
}
.map_con ul li{
	float: left;
	margin-left: 12px;
	line-height: 30px;
}

.rollBox{width:95%;overflow:hidden;margin:0 auto;background:#fff;}
.rollBox .Cont{width:900px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:227px;float:left;text-align:center;margin:0px 12px;}
.rollBox #List1,.rollBox #List2{float:left;}

.n_left12{ width:600px; float:left;}
.n_right12{width:600px; float:right;}




 .liuyan_con input{background: #fff;
    color: #000;
    border: 1px solid #ccc; line-height: 30px; margin-bottom: 10px; 
        text-indent: 10px;  width: 98%; float: left; margin-right: 10px; }
.liuyan_con .layui-col-xs7 input{background: #fff;
    color: #000;
    border: 1px solid #ccc; line-height: 30px; margin-bottom: 10px; 
        text-indent: 10px;  width: 400px; float: left; margin-right: 10px; }
      .liuyan_con textarea{background: #fff;
    color: #000;
    border: 1px solid #ccc;  line-height: 25px; margin-bottom: 10px; padding-left: 10px;}
      .liuyan_con img{ width: 100px; }
      .liuyan_con button{ width: 170px; line-height: 35px;  text-align: center ; background: #1d83eb;
    color: #fff;
    border: 1px solid #ccc;}
	
.liuyan_con .layadmin-user-login-icon{
	width:100%;
	display:block;
	line-height: 30px;overflow: hidden;
    font-size: 15px;
}
.liuyan_con .layui-form-item1{ width:90%;}
.liuyan_con .layui-form-item{ width:90%;}