@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;	
}
iframe{
	border:0;
}
.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: 65px;
}
.header{
	width: 1180px;
	margin:0 auto;
}
.logo{
	float: left;
}
.tel{
	float: right;
	margin-top:28px;
}
.tel span{
	float: right;
	padding-left: 15px;
	font-size: 16px;
}
.nav_xdd{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background:#0293d7;
}
.nav{
	width: 1180px;
	margin:0 auto;
	overflow:hidden;
}
.nav ul li{
	float: left;

}
.nav ul li a{
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.nav ul li>a:hover,.nav ul li.on>a{
	background: #e6261b;
}
.nav ul li dl dd{
	transition: all 0.3s ease-in-out;
}
.nav ul li dl dd:hover{
	background: #1c6de4;
}
.nav ul li dl{
	display: none;
	position:absolute;
	z-index: 2;
	background: #e6261b;
	min-width: 160px;
}
/**banner**/
.bannerbox{ width: 100%; height:auto; padding-bottom:38px;
     overflow:hidden;  position:relative;}
 .banner {
      width: 100%;
     overflow:hidden;  position:relative;
    }
	 .banner.swiper-wrapper{
	  /* 通过改变animation-timing-function 制作弹性切换效果*/ 
		    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
		}
    .banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	 .banner .swiper-slide img{ width:auto; max-width:100%; height:auto}
	 
	 .banner .swiper-pagination-bullet{background:rgba(255,255,255,0.8); width:36px; height:6px; border-radius:0; }
	 .banner .swiper-pagination-bullet-active{ background:rgba(255,255,255,1); !important;}
.imgbox {
	width: 100%;
	height: 650px;
	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{
	background: #0293d7;
}
.pro_s p{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}
.pro_classify{
	background: #fafafa;
}
.pro_classify ul li{
	text-align: center;
}
.pro_classify ul li a{
	color:#3285FF;
	line-height: 45px;
	font-size: 15px;
	display: block;
	border-bottom: 1px dashed #ccc;
	background: url("../images/yuan.gif") 12px no-repeat;
	text-align: left;
    padding-left:24px;
}
.pro_r{
	float: right;
	width: 960px;
	border: 1px solid #e5e5e5;
}
.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 38px 20px 25px;
	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;
}
.pro li{
	float: left;
	text-align: center;
	margin-right:2%; width:31%; 
}
.pro li .pro_img img{ max-width:100%;}
.hf{
	margin-top: 60px;
	background: url("../images/hf.png") center no-repeat;
	height: 316px;
}
.link{
	color: #fff;
    font-size: 20px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 78px;
}
.customerAnli{
	width: 1200px;
	margin:0 auto;
	margin-top: 60px;
}
.title12{
	color: rgb(33,33,33);
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid #ccc;
}
.lineXian{
	background: #3285FF;
	display: block;
	position: relative;
	width: 6%;
	height: 4px;
	z-index: 2;
	margin: 22px auto -2px auto;
}
.case{
	margin-top: 30px;
}
.case ul{
	display: flex;
    justify-content:space-between;
    flex-flow: row wrap;
}
.case li{
	text-align: center;
}
.case_name{
	margin-top: 15px;
}
.case img{
	cursor: pointer;
	transition: all 0.6s;
}
.case img:hover{
	transform: scale(1.1);
}
.about_xdd{
	width: 100%;
	margin-top: 42px;
	background: #0997e3;
	overflow: hidden;
	position: relative;
}
.about{
	width: 1200px;
	margin: 0 auto;
	height: 471px;
	margin-top: 60px;
}
.about .title14{
	color:#fff;
	text-align: center;
	font-size: 28px;
}
.aboutCon{
	margin-top: 46px;
}
.aboutCon p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-indent: 2em;
}
.about .btn{
	text-align: center;
	margin-top: 44px;
}
.about .btn a{
	color: #0997e3;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}
.about_img{
	width:1200px;
	margin:0 auto;
	padding: 0px 20px;
	height:auto;
	
	position:relative;
	margin-top: -160px;
}
.about_img h2{ text-align:center; color:#fff; font-size:28px; padding-bottom:50px;}
.about_img ul{
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
	margin: 0px auto;
}
.about_img ul li{ margin-right:20px}
.about_img img{
	cursor: pointer;
	transition: all 0.6s;
}
.about_img img:hover{
	transform: scale(1.1);
}
.news{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.news .news_w{
	margin-right: 20px;
    width: 578px;
    float: left;
    border: 1px solid #e5e5e5;
}
.news_xdd{
	width: 100%;
	overflow: hidden;
    padding: 40px 30px;
    line-height: 46px;
}
.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: 512px;
}
.news_lb ul li{
	border-bottom: 1px dashed #ccc;
	background: url(../images/yuan.gif) left no-repeat;
	padding-left: 3%;
}
.news_lb ul li a{
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.news_lb ul li a:hover{
    color: #3285FF;
}
.news_lb span{
	float: right;
	color: #666666;
}
.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: #0997e3;
	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:22px;
	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:#0997e3;
    margin-top: 30px;
}
.bottom{
	width: 1200px;
    margin: 0 auto;
    height: 200px;
    padding-top: 30px;
}
.bottom_nav{
	float: left;
    width: 810px;
    height: 190px;
    line-height: 36px;
}
.bottom_nav ul li{
	float: left;
    margin-left: 33px;
}
.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: 13px;
	display: block;
	border-bottom: 1px dashed #ccc;
	background: url(../images/yuan.gif) 15px no-repeat;
    padding-left: 30px;
    text-align: left;
}
.n_title{
	background: #3285FF; margin-bottom:10px
}
.n_title p{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}
.n_right{
	width: 960px;
	float: right;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.mbx_nav{
	background: #f8f8f8;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.mbx_nav span{
	position: absolute;
	border-bottom:2px solid #3285FF;
	padding: 0 15px;
	left: 0px;
	top: -1px;
	font-size: 14px;
}
.mbx_nav .location{
	float: right;
	position: relative;
	right: 15px;
}
.about_text{
	margin-top: 30px;
	padding: 20px;
}
.about_text div,.about_text p{
	line-height: 36px;
	font-size: 14px;
	text-indent: 2em;
}
.news_n{
	overflow: hidden;
    padding-left: 5px;
    margin-top: 30px;
    border-bottom: 1px dashed #e5e5e5;
}
.news_time{
	padding: 10px 4px;
	font-size: 18px;
}
.news_time{
	float: left;
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 18px;
	height: 74px;
	color: #666666;
}
.news_con{
	float: right;
	width: 847px;
}
.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;
}
.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: #e6261b;
	color: #fff;
}
.miaoshu{
	margin-top: 20px;
    text-indent: 2em;
    margin-left: 57px;
}
.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;
}
.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;
}
.left_product{ padding:10px 0;}
.left_product li{ height:auto; overflow:hidden; padding:3px; margin-bottom:10px; border:1px solid #f5f5f5}
.left_product li img{ max-width:100%; height:auto; transition:all 0.5s}
.left_product li p{ text-align:center; line-height:36px; font-size:14px; color:#333}
.left_product li:hover img{ transform:scale(1.05)}
.left_news{ padding:10px 0;}
.left_news li{ line-height:30px; border-bottom:1px dashed #C3C3C3}
.left_news li a{ font-size:14px; color:#333}

/*第一套模板*/
.main_wrap{ width:100%; margin:0 auto; padding-bottom:20px;}
.r_mod{ padding-top:20px; background:#fff;}
.hd01{ height:40px; line-height:40px; border-bottom:1px solid #E32C0D; background:#eee;}
.hd01 h2{ font-size:18px; color:#333;}
.hd01 h2 i{ display:inline-block; width:40px; height:40px; background:url("../image/message.png") no-repeat #E32C0D; margin-right:10px; vertical-align:top;}
.r_mod .bd{ background:#fff; padding: 15px 20px;}
.r_mod .bd td {vertical-align: top;}
.r_mod .bd .input {width:90%; border: 1px solid #a9a9a9;padding: 4px; margin-bottom: 10px;color: #333;}
.r_mod .bd textarea {width:90%;height:100px;padding: 4px;resize:vertical;color: #333333;border: 1px solid #a9a9a9;}
.sbm {margin-top:20px;width: 100px;height:28px;line-height:28px;color:#ffffff;background:#f5473b;padding:0 10px;cursor:pointer;border-radius: 2px; border:0}
.sbm:hover {background:#f60;}