/*
 * reset
 */
body {
	clear: both;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll;
	color: #393a45;
	font: 14px/1.8 'Microsoft Yahei', Arial, sans-serif;
	position: relative;
}

input, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: 0 0;
	vertical-align: middle
}

 button, dd, dl, form, h1, h2, h3, h4, h5, ol, p, ul, menu {
	margin: 0
}

ol, ul, menu {
	padding-left: 0;
	list-style-type: none
}

a, input, select, textarea {
	outline: none;
	star: expression(this.onFocus=this.blur());
}

/*禁止点击时出现蓝色区域*/
a {
	outline: 0;
	color: #000;
	text-decoration: none;
	font-family: "微软雅黑"
}

a:hover {
	color: #af302d
}

b, i {
	font-style: normal
}

input, b, h1, img, span, *:before, *:after, .arrs, .mask2, a.cateMore, .media-box h5,.media-box p {
	-moz-transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-o-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

.top-bar{
	clear: both;
	background: #e1e1e1;
	overflow: hidden;
	padding: 10px 0;
}
.top-bar p{
	float: left;
	font-size: 12px;
	color: #7c7c7c;
}
.header{
	clear: both;
	width: 100%;
}
.n-box{
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.toptel{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background:url(../images/toptel_icon.png) 8px #1d5ec9 no-repeat;
	border-radius: 30px;
	float: right;
	padding-left:60px;
	padding-right: 20px;
	height: 48px;
	line-height: 48px;
	margin-top: 50px;
}
/*导航*/
.nav-box{
	clear: both;
	height: 60px;
	background: #1d5ec9;
	position:relative;
}
.nav {
	width: 800px;
	float: right;
}
.nav ul li{
	width: 12.5%;
	text-align: center;
	line-height:115px;
	float: left;
	position: relative;
}
.nav ul li a{
	color: #000;
	font-size: 16px;
	display: block;
}
.nav ul li a:hover{
	background: #0055e2;
	color: #FFF;
}
.navXL { width:150px; float:left;position:absolute;overflow:hidden;display:none;z-index:999999; top:115px; margin-left:0px;*margin-left:0px; overflow:hidden;}
			.nav .navXL a{ background:#fc7a22 bottom no-repeat; width:100px; height:40px;line-height:40px;float:left;display:block;color:#fff;font-size:14px; overflow:hidden;z-index:9999; text-align:center; padding:0}
			.nav .navXL a:hover{color:#fff;width:100px; height:40px;overflow:hidden;background: #0265d7;  }
/*minhead*/
.header-min {position: fixed;padding: 0;left: 0;right: 0;top:0;z-index: 999; transition: .5s all; box-shadow: 1px 1px 1px #EFEFEF; }
.header-min .head {height: 60px;}
.header-min .head .tlogo {height: 60px;transition:.5s all;}
.header-min .logo {height: 60px;transition:.5s all;}
.header-min .logo img {max-height: 100%; }
.header-min .navBox {transition:.5s all;}
.header-min .nav_transform1 ul.navCont li.child {margin-top: 0;transition:.5s all;}
.header-min .childContent {top:60px;transition:.5s all;padding: 0;}
.header-min .head .toptel a {line-height: 60px;transition:.5s all;}
.header-min .head .toptel .tel-num {margin-top: 0;}

/*banner*/

.banner{
	clear: both;
}
.banner .swiper-pagination-bullet-active{
	background: #1d5ec9;
}
.banner .swiper-container .swiper-slide img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.swiper-pagination-in{
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 9999;
}
.logo{
	float: left;
	text-align: center;
}
.logo img{
	width: auto;
	max-width: 100%;
	max-height: 115px;
	float: left;
}
.hotsearch{
	float: left;
	width: 50%;
}
.hotsearch p{
	line-height: 40px;
}
.search{
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 0;
	background: #f8f8f8;

}

.search form{
	width: 35%;
	float: right;
	background: #FFF;
	overflow: hidden;
}
.search form .sc-input{
	height: 40px;
	float: left;
	background: #FFF;
	width: calc(100% - 112px);
	text-indent: 1rem;
}
.search form .sc-bt{
	background: url(../images/search_bt.png) #1d5ec9 10px 50% no-repeat;
	height: 40px;
	float: right;
	display: block;
	padding-left: 60px;
	color: #FFF;
	font-size: 16px;
	padding-right: 20px;
}
/*首页导航*/
.box-list-nav{
	clear: both;
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.box-list-nav ul{
	clear: both;
	padding:15px;
}
.box-list-nav ul li{
	float: left;
	width: 24%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
.box-list-nav ul li:nth-child(4):before,.box-list-nav ul li:nth-child(8):before{
background: none
}
.box-list-nav ul li:before{
	height: 60px;
	width: 1px;
	background: #dadada;
	content:'';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0;
}
.box-list-nav ul li .yuan{
	width: 60%;
	margin: 0 auto;
	
}

.box-list-nav ul li .yuan img{
	width: 100%;
	height: 100%;

}
.box-list-nav ul li p{
	font-size: 16px;
	line-height: 1;
}

/*核心业务*/
.yw-bar{
	clear: both;
	background: #084c98;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}
.yw-bar-t{
	clear: both;
	font-size: 42px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 70px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	width: 400px;
	margin: 0 auto;
}
.yw-bar-t:before{
	width: 20px;
	height: 13px;
	display: block;
	content:'';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	background: url(../images/show_t_bg.png) #FFF no-repeat;
	background-size: contain;
}

.yw-bar-t span{
	color: #1d5ec9;
}
.yw-bar-t i{
	padding: 0 20px;
}
.tip1{
	font-size: 16px;
	color: #9c9c9c;
	line-height: 2;
	clear: both;
	text-align: center;
}
.yw-list{
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}
.yw-list a{
	color: #FFF;
}
.yw-list ul li{
	float: left;
	width: 22%;
	box-sizing: border-box;
	padding:0;
	background: #FFF;
	margin:10px 1.5%; 
	box-sizing: border-box;
	background: #FFF;
}
.yw-list ul li:hover{
	background: #59b6f3;
	color: #FFF;
}
.yw-list ul li:hover p{
	color: #FFF;
}
.yw-list ul li .pic-box{
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
.yw-list ul li .pic-box p{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.yw-list ul li .pic-box p img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.yw-list .title{
	font-size: 22px;
	color: #FFF;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.yw-list .en{
	color: #b2b2b2;
	text-transform:uppercase;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	padding-bottom: 20px;
}
.pro-bar{
	clear: both;
	background: #f8f8f8;
	overflow: hidden;
	padding:20px 0;
}
.pro-bar .tip{
	font-size: 16px;
	color: #666;
	line-height: 4;
	text-align: center;
}
.cp-fl{
	float: left;
	overflow: hidden;
	margin-right: 20px;
	width: 280px;
	background: #FFF;
}
.cp-fl-t{
	clear: both;
	background: url(../images/pro_list_t.jpg) no-repeat;
	text-align: center;
	padding: 10px 0 18px 0;
}
.cp-fl-t .ch{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 2;
	text-align: center;
	clear: both;
}
.cp-fl-t .en{
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}
.cp-fl-t .en:before{
	content:'';
	height: 1px;
	width:30px;
	background: #4d4d4d;
	position: absolute;
	left: 50px;
	top: 50%;
}
.cp-fl-t .en:after{
	content:'';
	height: 1px;
	width: 30px;
	background: #4d4d4d;
	position: absolute;
	right: 50px;
	top: 50%;
}
.cp-fl ul{
	clear: both;
	background: #eee;
	overflow: hidden;
}
.cp-fl ul li{
	float: left;
	font-size: 14px;
	color: #666666;
	width: 100%;
}
.cp-fl ul li .sub{
	clear: both;
	overflow: hidden;
}
.left-tel{
	padding: 10px 0;
	background: url(../images/left_tel_ico.jpg)  10px 50% #FFF no-repeat;
	padding-left: 70px;
	list-style-type: none;
	clear: both;
	width: 100% !important;
}
.left-tel .ch{
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.left-tel .num{
	color: #333;
	font-size: 24px;
}
.cp-fl ul li a{
	display: block;
	background: url(../images/pro_li_hover.png) right 10px center #FFF no-repeat;
	line-height: 30px;
	color: #666;
	padding: 5px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}
.cp-fl ul li a:hover,.cp-fl ul li  .on{
	background: url(../images/pro_li_hover.png) right 10px center #1d5ec9 no-repeat;
	color: #FFF;
	border-bottom: 1px solid #eee;
}
.cp-fl ul li .sub a{
	float: left; 
	background: none;
	border: none;
	line-height: 24px;
	padding: 5px 10px;
}
.cp-fl ul li .sub a:hover{
	color: #084c98
}
.pro-box{
	float: right;
	overflow: hidden;
	width: 887px;
}
.pro-box .pro-li{
	float: left;
	width: 275px;
	margin-bottom:30px;
	box-sizing: border-box;
	border: 1px solid #dcdcde;
}
.pro-box .pro-li .pic-box{
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.pro-box .pro-li .pic-box p{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
.pro-box .pro-li .pic-box p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pro-box .pro-li .tac{
	clear: both;
	background: #FFF;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
.pro-box .pro-li:hover .tac{
	clear: both;
	background: #1d5ec9;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
.aboutbar{
	clear: both;
	overflow: hidden;
}
.aboutbar .tip{
	clear: both;
	text-align: center;
	line-height: 3;
	font-size: 16px;
}
.aboutbar .en{
	font-weight: bold;
	font-size: 90px;
	color: #eeeeee;
	line-height: 1.5;
	text-align: left;
}
.about-t{
	clear: both;
	font-size: 30px;
	font-weight: bold;
	color: #1d5ec9;
	position: relative;
	margin: 20px auto;
	height: 70px;
}
.about-t span{
	color: #363636;
}
.about-t p{
	position: relative;
	z-index: 10;
}
.about-t:before{
	color: #f6f6f6;
	position: absolute;
	left: 0;
	top: -45px;
	z-index: -1;
	content: 'MING QUAN';
	font-size: 80px;
}
.us-pic{
	width: 490px;
	float: right;
	margin-top: 20px;
}
.us-pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-bottom: 10px solid #0055e2;
}
.about-box{
	float: left;
	width: 650px;
}
.about-box .content{
	font-size: 15px;
	line-height:2;
	color: #686868;
	padding: 10px 0;
}
.about-more a{
	color: #1d5ec9;
	font-size: 14px;
	clear: both;
	text-align:right;
	display: block;
}
/*数字优势*/
.numbar{
	clear: both;
	width: 96%;
	background: #FFF;
	box-sizing: border-box;
	padding: 15px;
	color: #000;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	margin-bottom: 20px;
}
.numbar ul li{
	float: left;
	width: 33%;
	text-align: center;
	background: url(../images/num_ico.jpg) right 20px  center no-repeat;
	position: relative;
}
.numbar ul li:before{
	width: 1px;
	height: 70px;
	background: #e5e5e5;
	content: '';
	float: right;
	margin-top: 20px;
}
.numbar ul li:last:before{
	display: none;
}


.numbar ul li .numt{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.box-fw{
	width: 298px;
	background: #FFF;
	float: left;
	border: 1px solid #FFF;
	margin: 0 auto;
}

.box-fw .pic{
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	transition-duration: .8s;
}
.box-fw:hover  .pic{
	width: 100%;
	height: 0;
	padding-bottom: 90%;
	overflow: hidden;
	position: relative;
}

.box-fw:hover  .pic p,.box-fw .pic p{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.box-fw:hover  .pic img,.box-fw .pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.box-fw .content{
	font-size: 14px;
	line-height: 1.2;
	color: #6c6c6c;
	padding: 10px 0;
}
.box-fw .info{
	padding: 40px 20px 60px 20px;
	clear: both;
	background:url(../images/ys_li_bg.png) bottom 20px center #000000 no-repeat;
	background-size: 18% auto;
	text-align: center;
	color: #FFF;
	padding-bottom: 100px;
}
.box-fw .info:hover{
	padding: 40px 20px;
	clear: both;
	background:url(../images/ys_li_bg.png) bottom 20px center #0055e2 no-repeat;
	background-size: 18% auto;
	text-align: center;
	color: #FFF;
	padding-bottom: 100px;
}
.box-fw .info .title{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.box-fw .info .en{
	text-transform:uppercase;
}
.box-fw .info .content{
	font-size: 16px;
	color: #FFF;
	min-height: 90px;
}
.ys-bar{
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	background: url(../images/pro_show_bg.jpg) no-repeat;
}
.ys-bar .case-t{
	clear: both;
	background: url(../images/csae_title.png) no-repeat;
	line-height: 2;
	text-align: center;
	color:#0055e2;
	font-size: 40px;
	font-weight: bold;
	padding: 8px 0;
	background-size: cover;
	height: 83px;
}
.ys-bar .tip{
	font-size: 16px;
	color: #FFF;
	line-height: 1.5;
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	position: relative;
	width:750px;

}
.ys-bar .tip:before{
	content: '';
	left: -120px;
	position: absolute;
	top: 50%;
	width: 160px;
	height: 1px;
	background: #FFF;
}
.ys-bar .tip:after{
	content: '';
	right: -120px;
	position: absolute;
	top: 50%;
	width: 160px;
	height: 1px;
	background: #FFF;
}

.ys-bar .tip2{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 3;
	color: #FFF;
}
#case .swiper-slide{
	float: left;
	width: 300px;
	box-sizing: border-box;
}
#case .swiper-pagination-case{
	clear: both;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;	
}
#case .swiper-pagination-bullet-active{
	background: #1d5ec9;
}
#case .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next,.hj-bar .swiper-container-rtl .swiper-button-prev,.hj-bar .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	position: absolute;
    top: 60%;
    width: 27px;
    height: 24px;
}
.hj-bar{
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 20px 0;

}
.hj-bar:before{
	content:'';
	height: 280px;
	width: 100%;
	background: #0055e2;
	display: block;
	position: absolute;
	top:0;
}
.hj-bar .en{
	color: #1764e2;
	font-size: 100px;
	font-weight: bold;
	position: relative;
	z-index: 0;
	clear: both;
	text-align: center;
	margin-top: -130px;
	text-transform: uppercase;
}
.hj-t{ 
	clear: both;
	line-height: 2;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #FFF;
	text-align: center;
	position: relative;
	margin-top: 20px;
	width: 25%;
	margin: 50px auto 0 auto;
	z-index: 100;
 }
 .hj-t:before{
 	width: 23px;
 	height: 13px;
 	display: block;
 	background: url(../images/hj_title_bg.png) center #0055e2 no-repeat;
 	padding: 0 15px;
 	content: '';
 	margin-left: -20px;
 	bottom: -12px;
 	left: 50%;
 	position: absolute;
 }
 .hj-box{
 	clear: both;
 	overflow: hidden;
 	z-index: 100;
 	position: relative;
 }
 .hj-box ul{
 	width: 95%;
 	clear: both;
 	margin: 0 auto;
 }
 .hj-box ul li{
 	float: left;
 	width: 100%;
 	box-sizing: border-box;
 	margin-bottom: 10px;
 }
.hj-box ul li .pic-box{
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 0;
	padding-bottom: 70%;
	position: relative;
}

.hj-box ul li .pic-box p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hj-box ul li .pic-box p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hj-box ul li .title{
	background: #dadada;
	clear: both;
	text-align: center;
	line-height: 3;
	color: #000;
	font-size: 16px;
	padding: 5px 0;
}
.hj-box ul li:hover .title{
	background: #1d5ec9;
	clear: both;
	text-align: center;
	line-height: 3;
	color: #FFF;
	font-size: 16px;
	padding: 5px 0;
}
#eovn .swiper-pagination-bullet-active{
	background:#c10305;
}
#eovn .swiper-wrapper{
	clear: both;
	margin-bottom: 20px;
} 
#eovn .swiper-button-next{
   position: absolute;
    top: 100%;
    width: 27px;
    height: 24px;
}    
#case .swiper-button-prev, .swiper-container-rtl .swiper-button-next,#eovn .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/left_bt1.png) no-repeat;
	background-size: 100% 100%;
}
#case .swiper-button-next, .swiper-container-rtl .swiper-button-prev,#eovn .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/right_bt1.png) no-repeat;
	background-size: 100% 100%;
}
#eovn .hj-pic{
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
}
#eovn .hj-pic p{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#eovn .hj-pic p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#case .swiper-button-next{
	position: absolute;
    top: 60%;
    width: 27px;
    height: 24px;
}
.swiper-pagination-hj{ 
	clear: both;
	text-align: center;
 }
.ys-box{
	margin-bottom: 20px;
	padding-top: 40px;
}
.show-t{
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	padding: 0 10px;
	margin: 20px 0;
	border-bottom: 1px solid #ececec;
}
.show-t .en{
	text-transform: uppercase;
	color: #a09f9f;
	font-size: 13px;
	font-weight: normal;
}
.news1-bar{
	clear: both;
	padding: 20px 0;
}
.txt-list1{
	clear: both;
	overflow: hidden;
}
.txt-list1 ul {
	padding:0 10px;
}
.txt-list1 ul li{
	clear: both;
	padding: 20px 0;
	border-bottom: 1px dotted #9f9f9f;
}
.txt-list1 ul li i{
	color: #1d5ec9;
	margin-right: 10px;
}
.txt-list1 .title{
	font-size: 16px;
	font-weight: bold;
}
.txt-list1 .content{
	color: #9f9f9f;
	font-size: 14px;
}
.more2 a{
	width: 180px;
	background: #1d5ec9;
	color: #FFF;
	border-radius: 15px;
	clear: both;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin: 20px auto;
	clear: both;
	display: block;
}
.news-bar{
	clear: both;
	background: #faf9f9;
	padding: 64px 0;
}
.news-bar .en{
	font-size: 114px;
	color: #f1f1f1;
	font-weight: bold;
	clear: both;
	text-align: center; 
	margin-top: -156px;
}
.news-li1{ 
	width: 90%;
	clear: both;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
 }
.news-li1:before{
	clear: both;
	content: '';
	background: #a10304;
	height: 100px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.news-li1:after{
	clear: both;
	content: '';
	background: #f0f2f6;
	height: 215px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
}
.news1-box{
	width: 90%;
	position: relative;
	z-index: 10;
	clear: both;
	margin: 0 auto;
}
.news1-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-li1 .title1{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	z-index: 10;
	position: relative;
}
.news-li1 .content{
	font-size: 16px;
	color: #868686;
	position: relative;
	z-index: 10;
}
.news-li1 .date{
	clear: both;
	text-align:right;
	color: #888888;
	font-size: 14px;
	line-height: 2;
	position: relative;
	z-index: 10;
}
.in-news1{
	clear: both;
	width: 95%;
	margin: 0 auto;
}

.in-news2{
	float: right;
	width: 1002px;
}
.news-box ul li{
	float: left;
	margin: 10px;
	overflow: hidden;
	padding: 20px;
	width: 360px;
	box-sizing:border-box;
}

.news-box ul li:hover{
	background: #1d5ec9;
}
.news-box ul li .title{
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-box ul li:hover .title,.news-box ul li:hover .content,.news-box ul li:hover .more2,.news-box ul li:hover .date{
	color: #FFF;
}
.news-box ul li .title{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	margin-bottom: 15px;
}
.news-box ul li .content{
	height: 132px;
	border-bottom: 1px dotted #959595;
	margin-bottom: 20px;
	color: #696969;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news-box ul li .more2{
	float: left;
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
}
.news-box ul li .date{
	color: #7a7a7a;
	float: right;
	font-size: 20px;
	font-style: italic;
	font-family: '宋体';
}
.date2 .date-d{
	font-size: 18px;
	font-weight: bold;
	color: #545454;
	line-height: 1.5;
}
.date2 .date-y{
	font-size: 14px;
	color: #a4a4a4;
}
.news-right{
	float: right;
	width: 70%;
}
.in-news2  li{
	float: left;
	width: 470px !important;
}
.in-news2  li:hover{
	background: none !important;
}
.in-news2  li:hover .question{
	color: #0055e2;
}
.news-right .title{
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-right .content{
	font-size: 14px;
	color: #bababa;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news2-box-t{
	float: left;
	width: 144px;
	margin: 20px auto 0 auto;
	background: #1d5ec9;
	color: #FFF;
	line-height: 2;
	font-weight: bold;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 0 0 30px 30px;
	padding: 50px 0;
}
.news2-box-t .ch{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
	float: left;  
	font-size: 40px;
}
.news2-box-t .en{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode:tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
    font-size: 30px;
    float: left;
}
.border1{
	border-bottom: 1px dotted #e8e8e8;
	padding-bottom: 10px;
}
.news-box ul li .question{
	clear: both;
	font-size: 16px;
	font-weight: bold;
}
.news-box ul li .question span{
	color: #1d5ec9;
}

.news-box ul li .answer{
	clear: both;
	font-size: 15px;
	color: #999;
}


/*内页*/
.ny-banner{
	clear: both;
	height: 320px;
	background-size: cover;
	width: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 30px;
}
.ny-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.ny-banner .sub-title{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.ny-banner .sub-title .ch{
	text-align: center;
	line-height: 7;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}
.ny-banner .sub-title .tip{
	color: #FFF;
}
.ny-banner .sub-title .tip a{
	color: #FFF;
}
/*环境*/
.apic {padding:20px 0;overflow: hidden;position: relative;}
.apic:after {content:"";width: 100%;height: 250px;background:#084c98;background-size: 100% auto;position: absolute;left: 0;right: 0;top:130px;z-index: -1;}

.apiclist {padding:0;overflow: hidden;}
.apiclist .swiper-container {width: 100%;position: relative;padding: 2rem 0 3rem;}
.apiclist .swiper-slide {width: 80%;height: 100%;}
.apiclist .swiper-slide .hjitem {padding:10px;background: #efefef;overflow: hidden;border-radius: 10px;}
.apiclist  .swiper-pagination-bullet-active{
	background: #1d5ec9
}
.apiclist .swiper-slide .hjitem .hjzs-pic{
	width: 90%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 0 auto;
}
.apiclist .swiper-slide .hjitem .hjzs-pic p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.apiclist .swiper-slide .hjitem .hjzs-pic p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.apiclist .swiper-slide .hjitem a {display: block;width: 100%;height: 100%;}
.apiclist .swiper-slide .hjitem .icon {width: 100%;height: 100%;}
.apiclist .swiper-slide .hjitem .icon img {width: 100%;height: 100%;object-fit: contain;}
.apiclist .swiper-slide .hjitem .honortit {padding: 15px 0;overflow: hidden;background:#fff;}
.apiclist .swiper-slide .hjitem .hjtit  p {text-align: center;color: #333;font-size: 16px;line-height: 40px;}
.apiclist .swiper-container .swiper-slide-active .hjitem .hjtit p {color: #1d5ec9;}

.hjzs-t{
	clear: both;
	font-size: 30px;
	font-weight: bold;
	color: #1d5ec9;
	position: relative;
	text-align: center;
	margin:20px auto; 
}
.hjzs-t span{
	color: #363636;
}
.hjzs-t p{
	position: relative;
	z-index: 10;
}
.hjzs-t:before{
	color: #bae4ff;
	position: absolute;
	left: 10%;
	top: -45px;
	z-index: 1;
	content: 'ZHONGBAO';
	font-size: 80px;
	text-align: center;
}
.no-goods{
	clear: both;
	text-align: center;
	font-size: 16px;
	line-height: 3;
}
.pic-list{
	float: right;
	padding: 20px 0;
	overflow: hidden;
	width: 880px;
}
.pic-list2{
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	width: 1200px;
}
.pic-list ul li,.pic-list2 ul li{
	float: left;
	width: 33%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.pic-list ul li .cp-list-box,.pic-list2 ul li .cp-list-box{
	border: 1px solid #dbdbdb;
	box-shadow: 2px 2px 2px #EFEFEF;
	display: block;
	width: 90%;
	margin: 0 auto;
	clear: both;
}
.pic-list ul li .pic-box,.pic-list2 ul li .pic-box{
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.pic-list ul li .pic-box p,.pic-list2 ul li .pic-box p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pic-list2 ul li .pic-box p img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.pic-list ul li .pic-box p img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pic-list ul li  .tac,.pic-list2 ul li  .tac{
	clear: both;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 36px;

}

/*产品相册*/
.photo {overflow: hidden; float: left; }
.photo .p-block{padding: 10px;overflow: hidden; border: 1px solid #CCC;width: 450px; float: left;}
.photo .swiper-container {margin-left: auto;margin-right: auto;}
.photo .swiper-slide {background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #fff;}
.photo .gallery-top {height: 420px;width: 76%;float: left;}
.photo .gallery-thumbs {width: 20%;float:right;height:220px;box-sizing: border-box;padding: 0;}
.photo .gallery-thumbs .swiper-slide {height: 100%; width: 100%;opacity: 1;background-color: #fff;}
.photo .gallery-thumbs .swiper-slide-active {opacity: 1;}
 .pcon {padding: 15px 0;overflow: hidden;text-align: center; float: right;width: 380px;text-align: left;}
 .pcon h3 {color: #000;font-size: 22px;line-height: 50px;border-bottom: 1px solid #fff;margin-bottom: 10px; }
 .pcon p {color: #000;font-size: 16px;line-height: 25px;}
.pcon a {display: block;width: 96%;margin:10px auto;line-height: 50px;color: #fff;font-size: 16px;font-weight: bold;background: #1d5ec9;text-align: center;}
 .pcon a i {display: inline-block;width: 23px;height: 50px;vertical-align: middle;margin-right: 10px;}
 .pcon h5 {color: #000;font-size: 18px;line-height: 35px;}
 .pcon h4 {color: #000;font-size: 30px;line-height: 1;}
 .sect_inner{
 	margin-top: 50px;
 	clear: both;
 	overflow: hidden;
 }
.sect_inner .cptit {padding: 0;overflow: hidden;text-align: center; margin-bottom: 10px;}
.sect_inner .cptit h3 {color: #211e1c;font-size: 28px;line-height: 55px;border-bottom: 1px solid #1d5ec9;padding-bottom: 5px;margin-bottom: 5px;text-transform: uppercase;position: relative; margin-top: 20px;}
.sect_inner .cptit h3:after {content: "";width: 56px;height: 9px;background: #1d5ec9;position: absolute;;left: 50%;margin-left: -28px;bottom: -4px;z-index: 1;}
.sect_inner .content{ font-size: 16px; line-height: 1.;5 color: #595858; padding: 20px 0; }
.sect_inner .content img{
	width: 100%;
	max-width: 80%;
}
.info-pic{
	width: 50%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 0 auto;
}
.info-pic p{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.info-pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.txt-list{
	clear: both;
	padding: 10px 0;
}
.txt-list ul li{
	  clear: both;
	  border: 1px solid #CCC;
	  padding: 20px 20px;
	  margin-bottom:20px;
	  box-sizing: border-box;
}
.txt-list ul li h4{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.txt-list ul li .info{
	font-size: 14px;
	color: #616161;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.txt-list ul li .time{
	clear: both;
	overflow: hidden;
}
.txt-list ul li .time span{
	background: #1d5ec9;
	float: left;
	color: #FFF;
	border-radius: 5px;
	padding: 0 10px;
}
.txt-list ul li a:hover{
	color: #1d5ec9;
}
.proinfo-detail{
	float: right;
	width: 900px;
}
.footer{
	float: left;
	background: #eeeeee;
	width: 100%;
	z-index: 9999;
	text-align: center;
}
.footer ul li{
	float: left;
	text-align: center;
	color: #FFF;
	width: 25%;
	display: block;
	line-height: 1.3
}
.footer ul li i{
	font-size: 24px;
}
.footer ul li p,.footer ul li p a{
	color: #FFF;
}
.wx-ewm{
	width: 40%;
	float: right;
	margin-top: 30px;
}
.wx-ewm p{
	clear: both;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	color: #666;
	width: 150px;
	float: right;
}
.de-message{
	width: 900px;
	float: right;
}
.de-message .tips{
	font-size: 16px;
	text-align: center;
	color: #666;
}
.mes-form{
    background: #fff;
    min-height:500px;
    padding: 0 15px;
}
.mes-form h2 {
    color: #211e1c;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #fac13a;
}
#formData{
    width: 90%;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1d5ec9;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 100px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 1px solid #e6e6e6;
}

/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  clear: both;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  width: auto;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  margin: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1d5ec9;
  background: #1d5ec9;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  display: none;
}
.de-page-mian .page-inner a.prev.on {
  background: #ffffff;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  display: none;
}
.de-page-mian .page-inner a.next.on {
  background: #ffffff;
  display: none;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
.sh-box{
	clear: both;
	overflow: hidden;
	margin-top: 60px;
}
.sh-bar{
	clear: both;
	background: #f6f6f6;
	padding: 30px 0;
	overflow: hidden;
}
.sh-pic{
	width: 598px;
	height: 322px;	
	box-sizing: border-box;
	float: right;
}
.sh-pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sh-txt{
	width: 598px;
	height: 322px;
	background: #FFF;
	box-sizing: border-box;
	padding: 50px;
	float: left;
}
.sh-txt .title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	position: relative;
}
.sh-txt .title:before{
	background: #fac13a;
	width: 100px;
	height: 10px;
	content:'';
	float: left;
	position: absolute;
	bottom: -15px;
}
.sh-bar .sh-pic:nth-child(1){
	float: left;
}
.sh-txt .content{
	margin-top: 50px;
}
.gssl{
	clear: both;
	overflow: hidden;
	margin-top: 50px;
}
.gssl-t{
	clear: both;
	padding: 50px;
	box-sizing: border-box;
	background: #1d5ec9;
	color: #FFF;
}
.gssl-t .t1{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	clear: both;
	line-height: 2;
}
.gssl-t .t2{
	font-size: 20px;
	font-weight:normal;
	line-height: 2;
	text-align: center;
}
.lx-t{
	clear: both;
	text-align: center;
	color: #4a4846;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.lx-tip{
	display: block;
    width: 100%;
    margin: 0 auto;
    color: #909090;
    font-size: 16px;
    text-align: center;
}
.lx-li{
	float: left;
	text-align: center;
	width: 33%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ny-content{
	clear: both;
	margin-bottom: 50px;
}
.fr-link{
	clear: both;
	border-top: 1px solid #eeeeee;
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	margin-top: 50px;
}
.fr-link a{
	line-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	border-right: 1px solid #e5e5e5;
}
.fr-link-t{
	float: left;
	line-height: 1;
}
.fr-link-t .ch{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.fr-link-t .en{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}
.fr-link-t .en span{
	color: #0055e2;
}
.bot-nav ul li{
	width: 149px;
	float: left;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #000;
}
.bot-nav{
	padding-top: 30px;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.bot-nav ul li:last-child{
	border-right: none;
}
.bot-tel{
	float: left;
	text-align: left;
	margin-top: 20px;
	text-indent: 1rem;
	width: 60%;
}
.bot-tel .bot-txt{
	float: left;
}
.bot-tel .hot{
	float: left;
	margin-top: 10px;

}
.bot-tel .font1{
	font-size: 16px;
	color: #666;
	clear: both;
}
.bot-tel .font1 img{
	margin-right: 23px;
}
.bot-tel .font2{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.copyright{
	clear: both;
	padding: 10px 0;
	background: #282828;
	color: #fff;
	font-size: 16px;
}
.copyright p a{
	color: #FFF;
}
.plist-box2{
	clear: both;
	padding: 20px;
}
.plist-box2 ul li{
	float: left;
	width: 286px;
	height: 300px;
}
.plist-box2 ul li div{
	width:298px;
	height: 248px;
	border: 1px solid #dadada;
	clear: both;
}
.plist-box2 ul li div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prev_next{
	width: 45%;
	float: left;
	border: 1px solid #dadada;
	line-height: 28px;
	padding:5px 10px;
	font-size: 14px;
}
#prev_next li{
	width: 45%;
	float: left;
	border: 1px solid #dadada;
	line-height: 28px;
	padding:5px 10px;
	font-size: 14px;
	margin-bottom: 20px;
}
.newscopy {
    padding: 10px;
    font-size: 12px;
    background: #EFEFEF;
    border: 1px solid #CCC;
    line-height: 18px;
    box-sizing: border-box;
    clear: both;
    margin: 30px auto;
}
.ban{ width:500px; height:600px; position:relative; overflow:hidden;float: left;}
.ban2{ width:498px; height:500px; position:relative; overflow:hidden;border: 1px solid #CCC}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:500px; height:500px; text-align: center;}
.ban2 ul li img,.num ul li img{ object-fit: contain; width: 100%; height: 100%; }
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:500px; clear: both; overflow: hidden;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; border: 1px solid #CCC;}
.num ul li.on{ border:1px solid #1d5ec9 ; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}

/*客服*/
/*鎮诞閾炬帴*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.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:67px;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;background:url(../images/side_bg_arrow.png) no-repeat;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;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 h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{line-height:22px;font-size:15px; text-align: center;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; text-align: center;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}