@charset "utf-8";
/* CSS Document */

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	min-width: 1260px;
	background: #fff;
	max-width: 100%;
	overflow: auto;
	color: #666;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:active {
	star:expression(this.onFocus=this.blur());
}
img {
	border: 0px;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333;
	outline: none;
}
ul, p, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
input{margin:0;padding:0;outline:0;-webkit-appearance:none;}
input::-webkit-input-placeholder{color:#ccc;}
input::-ms-input-placeholder{color:#ccc;}
input::-moz-placeholder{color:#ccc;}
input[type=button],input[type=submit]{cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input {
	background: transparent;
	padding: 0px;
	font-size: 14px;
	color: #888;
	border: 0px;
	outline: none;
}

em {
	font-style: normal;
}
i {
	font-style: normal;
}
/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
/************全局样式************/
.fl {  float: left;  }
.fr { float: right;  }
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto}
img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;margin-left: auto; margin-right: auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }

.avatar img{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
.avatar:hover img {transform: scale(1.3); transition: all 1s ease 0s; -webkit-transform: scale(1.3);  }
/*文字超出隐藏*/
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2 {display: -webkit-box;display: block;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/**/
.wal {
	width: 1200px;
	margin: 0px auto;
}

/*顶部导航*/
.headDiv {
	height: 80px;
	border-bottom: 1px rgba(244,244,244,.25) solid;
	width:100%;
	position:absolute;
	z-index:999;

}
.headDiv .wal {
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headDiv .logo {

	height: 80px;
	flex:3;
}

.nav {
	flex: 7;
	height: 80px;
}
.nav li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
	padding: 0 17px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav a:hover, .nav a.aNow1 {
	color: #E07B28;

}

.nav .line{
	width:0px;
	height:3px;
	background-color :#E07B28;
	margin:0 auto;
	position: absolute;
	top: 79px;
	left :0px;
	right :0px;
	transition:width 0.5s linear;}
.nav a:hover .line{
	width: 90px;}
.headDiv .topRight {
	flex: 1;
	height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headDiv .topRight .tel{
	display: inline-block;
}
.headDiv .topRight .tel-num{
	font-size: 13px;
	color: #fff;
	padding-left: 5px;
}
.headDiv .topRight .tel-num b{	font-size: 20px;}
/*顶部导航 end*/
/*首页banner图*/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide img {
	display: block;
	width: 100%;
}
.swiper-button {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
.swiper-button:hover {
	background:rgba(0,98,183,1);
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}

.swiper-slide .content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.scalePic {
	position:relative;
	left:auto;
	top:auto;
	transform:translate(0) scale(1.08);
	width:100%;
	max-width:none;
	transition:all 2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.swiper-slide.swiper-slide-active .scalePic {
	transform:translate(0) scale(1);
}
.swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
}

.swiper-pagination-bullet::before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#c6c6c6;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}
.banner-txt{ position: absolute; top:30%; left: 0; z-index: 99; color: #fff; left: 10%; right: 10%; text-align: center; font-size: 20px;}
.banner-txt b{ display: block; font-size: 42px; margin-bottom: 28px;}

/*首页banner图 end*/
/*关于我们*/
.about{  margin-top: 50px;}
.ab_left{ float:left; width:48%; margin-top:40px;}
.ab_left b{ color:#105DB7; font-size:42px; font-weight:bold;  display: block;}
.ab_left p{ line-height:26px; color:#646464; margin: 5px 0;}
.ab_left span{ color:#333; margin-top:0; font-weight:bold; display: block; font-size: 20px; margin-bottom: 30px;}
.ab_right{ float:right; width:49%; margin-top:20px;}
.btn_more {
	display: inline-block;
	padding: 12px 40px;
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border-radius: 5px;
	background-size: 200% auto;
	background-image: -webkit-linear-gradient(to right, #034376, #0065B3, #E07B28);
	background-image: -o-linear-gradient(to right, #034376, #0065B3, #E07B28);
	background-image: linear-gradient(to right, #034376, #0065B3, #E07B28);
}

.btn_more:hover {
	color: #fff;
	background-position: center right;
}
/*产品中心*/
.title{

	padding: 30px 0;
	position: relative;
	text-align: center;

}
.title b{
	font-size: 30px;
	color: #333;
	display: block;
	line-height: 46px;
	font-weight: 600;
}
.title .en{
	font-size:15px;
	color: #555555;
	line-height: 35px;
}
.title .line{ width: 120px; background: #0062B7; height: 2px; margin:5px auto;}
.title  a{ display: block; width:200px;background:#0062B7; color: #fff;  text-align:center;height: 38px;
	line-height: 38px;
	padding: 10px 5px;
	text-align: center;
	font-size: 16px;
	margin: 10px auto;
}

.title a:hover{  background:#E07B28;  transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s;}
#product{	position: relative;
	background: #f7f7f7;
	padding-bottom: 50px;
	margin-top: 50px;
}
#product .swiper-container{

	overflow: hidden;
	padding-bottom:60px;
	position: relative;
}
#product .swiper-slide {

	text-align: center;
	font-size: 18px;
	background: #fff;
	transition: 300ms;
	transform: scale(0.8);
	cursor: pointer;
}

#product .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}

#product .swiper-slide img {
	display: block;
	width: 100%;
	float: left;
}
#product  .swiper-slide p {
	line-height:30px;

	padding:8px 0;

	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	width: 100%;
	float: left;
}
#product .swiper-slide a span{ font-size: 14px; display: block; }
#product .swiper-slide a .pic{ overflow: hidden;}
#product .swiper-slide a{ display: block;	padding-bottom: 10px; }
#product .swiper-slide a:hover img{transform: scale(1.1);  }
#product .swiper-slide a .pic img{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
#product .swiper-slide a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }
#product .swiper-slide a:hover p{ color: #E07B28;}
#product .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#product .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#product .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #E07B28;
	background-color: #fff;
}

#product .swiper-pagination-bullet::before {

	background:none;
}
/**/
.product_nav { margin-top:50px; margin-bottom:10px; text-align:center;}
.product_nav ul{ padding:0; }
.product_nav ul li{ float:left; list-style:none; width:113px;background:#0062B7;  text-align:center;height: 38px;
	line-height: 38px;
	padding: 10px 5px;
	text-align: center;
	font-size: 16px;
	margin:5px 5px;}
.product_nav ul li a{ color: #fff; display:block;  text-decoration:none;}
.product_nav ul li:hover{  background:#E07B28;  transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s;}
.product_list{  margin-top: 15px;}
.product_list ul{ padding:0;}
.product_list ul li{ float:left; width:25%; list-style:none; margin-top:5px;}
.product_bian{ margin:8px 5px; border:1px solid #E5E5E5; background:#fff; padding:0; box-shadow:0 15px 10px -15px #999;}
.product_bian b{ color:#333; text-align:center;font-size:15px; font-weight:bold; padding:20px 10px; margin:0; display: block;}
.product_bian p{ overflow: hidden;}
.product_bian a{ text-decoration:none; display:block;}
.product_bian a:hover b{ color:#E07B28}
.product_bian a img{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
.product_bian a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }
/*新闻中心*/
.news{padding-top: 20px; padding-bottom: 50px; background: #f7f7f7; margin-top: 50px;}
.news dl{width:360px; margin:0 20px;float: left;;padding-top:20px; }
.news dl dt b{ display: block;}
.news dl dt b a{font-size: 18px;color: #333;}
.news dl dt b em{font-size: 14px;color: #999;display: block;margin-top: 8px; font-weight: normal; }
.news dl dt span{display: block;overflow: hidden;margin:15px 0;}
.news dl dt span a{display: block;height: 220px;}
.news dl dt span a img{display: block;width: 100%;transition: .8s;}
.news dl:hover dt span a img{transform: scale(1.1);}
.news dl:hover dd i{background: url(../images/News04.png) no-repeat center;width: 100px;}
.news dl dd p{font-size: 14px;color: #606060;line-height: 25px;}
.news dl dd i{background: url(../images/News03.png) no-repeat center;width: 62px;height: 7px;display: block;margin-top:30px;transition: .8s;}
.news-list{ margin-top: 40px;}
.news-title{ width: 250px; background: #0062B7; color: #fff; height: 124px; margin:15px 20px ; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: bold;}
.news-list ul{ width: 900px;}
.news-list ul li {
	overflow: hidden;
	padding:15px 0;
	width:420px;
	margin-left: 30px;
	float: left;
}

.news-list ul li i {
	font-style: normal;
	color: #646464;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	padding-bottom: 5px;
}
.news-list ul li i:hover {
	color: #092E95;
}
.news-list ul li em {
	font-style: normal;

}
.news-list ul li a {
	color: #646464;
}
.news-list ul li span {
	display: block;
	color: #646464;
	font-size: 14px;
}

/*合作案例*/
#case{

	width: 1200px;
	margin: 30px auto;
	position: relative;
}

#case .swiper {

	margin-left: auto;
	margin-right: auto;
	height: 400px;
	margin-top: 30px;
	width: 100%;
}

#case .swiper-slide {
	text-align: center;
	font-size: 14px;
	background: #fff;
	height: 190px;


}
#case .swiper-slide a{ display: block;}

#case .swiper-slide img {
	display: block;
	border: 1px solid #dedede;
	width:calc(100% - 2px);;

}
#case .swiper-slide p{ margin-top: 5px;}
#case .swiper-button-prev {
	position: absolute;
	top:24%;
	outline: none;
	left:90%;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;

}

#case .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#case .swiper-button-next {
	outline: none;
	right:0;
	position: absolute;
	top:24%;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#case .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#case .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: '';
}
#case .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: '';
}


/*底部*/
#footer{width:100%;padding:29px 0 24px 0;background:#2C2C2C; margin-top:80px;}
#footer .title{ display: block; font-size: 18px; color: #fff; margin-bottom: 30px; padding: 0; border: none; font-weight: bold; text-align: left;}
.footer-content{ display: flex; padding: 40px 0;}
.footer_nav{flex:3;padding:0; }
.footer_nav li{height:45px;line-height:45px;border-bottom:1px solid #363636;  list-style:none; float: left; width: 48%;  margin-right: 2%;}
.footer_nav li a{padding:0 7.7% 0 3px;font-size:15px;color:#ECF5FB; display: block;}
.footer_nav li a:hover{ text-decoration:none;}
.footer_nav i{width:15px;height:5px;background:url(../images/ind_more.png) no-repeat;float:right;margin-top:21px;}
.footer_nav li a:hover i{margin-right:-8px;}
.footer_right{ flex: 3;color:#ECF5FB;  padding-left: 80px;}
.footer_right p{font-size:15px;color:#ECF5FB;line-height:30px; }
.footer_ewm{ flex: 2; }
#footer .footer_ewm .title{ text-align: center;}
.footer_ewm p{font-size:14px;color:#ECF5FB;padding-top:10px;text-align:center;}
.footer_copy{padding:18px 0 0 0;font-size:13px;color:#ECF5FB;line-height:22px; text-align:center; border-top:1px solid #363636;}
.footer_copy span a{color:#ECF5FB;}

/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 80px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #0062B7;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}
.suspension .a.active, .suspension .a:hover {
	background: #0062B7;
}
.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.suspension .a-qrcode .i {
	background-position: -44px 0;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #D2D3D6;
	display: none;
}
.suspension .a-top:hover {
	background: #c0c1c3;
}
.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 57px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;

	right: -8px;
	top: 31px;
}
.suspension .d-service {
	top: 0;
}
.suspension .d-service-phone {
	top: 34px;
}
.suspension .d-qrcode {
	top: 78px;
}
.suspension .d .inner-box {
	padding: 8px 22px 12px;
}
.suspension .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;

}
.suspension .d-service-item .text .number {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	line-height: 28px;
	font-size: 14px;

	text-align: center;
	color: #888;
}

.suspension .d-qrcode {
	text-align: center;
}
.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}
.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}