/* top */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 999999;
	background-color: #fff;
	transition: all 0.6s;
}
header ul{
	width: 1200px;
	margin: 0 auto;
}
header ul.top{
	height: 100px;
}
header ul.top li.logo{
	float: left;
	height: 80px;
	margin-top: 10px;
}
header ul.top li.logo img{
	display: block;
	width: auto;
	height: 100%;
}
header ul.top li.tel{
	float: right;
	height: 48px;
	margin: 26px 0;
	padding-left: 60px;
	background-image: url(../images/icon_tel.png);
	background-repeat: no-repeat;
}
header ul.top li.tel h6{
	font-size: 14px;
	color: #333333;
	line-height: 1;
}
header ul.top li.tel h1{
	font-size: 32px;
	font-style:italic;
	color: #027acb;
	line-height: 1;
	text-shadow: 0.5px 0.866px 1px rgba(3, 28, 22, 0.4);
	margin-top: 5px;
}
/* nav */
header .nav{
	width: 100%;
	height: 48px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(2,114,227) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(2,114,227) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(2,114,227) 99%);
}
header .nav ul{
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;display: -webkit-flex;display: flex;
}
header .nav ul li{
	float: left;
	-webkit-box-flex:1;-webkit-flex: 1;flex: 1;width: 100%;
	border-left: 1px solid #2987e5;
}
header .nav ul li:last-child{
	border-right: 1px solid #2987e5;
}
header .nav ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 48px;
	text-align: center;	
	transition: all 0.6s;
}
header .nav ul li a:hover,
header .nav ul li a.active{
	background-color: #005c98;
}




/* banner */
.page_banner{
	width: 100%;
	position: relative;
	margin-top: 148px;
	z-index: 99;
	overflow: hidden;
}
.page_banner img{
	display: block;
	width: 100%;
	height: auto;
}
.page_banner .banner_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	text-align: center;
	margin-left: -200px;
	margin-top: -100px;
}
.page_banner .banner_btn h1{
	font-size: 48px;
	color: #fff;
}
.page_banner .banner_btn h2{
	width: 136px;
	height: 48px;
	margin: 0 auto;
}
.page_banner .banner_btn h2 a{
	display: block;
	width: 100%;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	background-color: #212121;
}
.page_banner .banner_btn h2 a:hover{
	background-color: #0068b7;
}

/* page_main */
/* page-main-nav */
.page-main-nav{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	z-index: 9999;
}

.page-main-nav .main-nav-box{
	background-color: rgba(255,255,255,0.9);
	/* border-bottom: 1px solid #e5e5e5; */
	width: calc((100% - 1200px) / 2 + 1200px);
	margin-left: calc((100% - 1200px) / 2);
	padding-right: calc((100% - 1200px) / 2);
}
.page-main-nav div.left{
	float: left;
	width: 68px;
	height: 48px;
	background-color: #212121;
}
.page-main-nav div.left>a{
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/top-nav-home.png);
	background-repeat: no-repeat;
	background-position: 22px 12px;
	transition: all 0.5s ease 0s;
}
.page-main-nav div.left>a:hover{
	background-image: url(../images/top-nav-home1.png);
	transition: all 0.5s ease 0s;
}
.page-main-nav div.center{
	float: left;
	width: 1132px;
}
.page-main-nav div.center ul{
	display: -webkit-box;display: -webkit-flex;display: flex;
}
.page-main-nav div.center ul li{
	float: left;
	-webkit-box-flex:1;-webkit-flex: 1;flex: 1;width: 100%;
	text-align: center;
	border-right: 1px solid #fff;
}
.page-main-nav div.center ul li a{
	display: block;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 48px;
	line-height: 48px;
	display: block;
	transition: all 0.5s ease 0s;
}
.page-main-nav div.center ul li:hover a,
.page-main-nav div.center ul li.active a{
	background-color: #0068b7;
	color: #fff;
	transition: all 0.5s ease 0s;
}

/* 产品列表导航 */
.page-cp-nav {
}
.page-cp-nav div.left{
}
.page-cp-nav div.left>a{
	
}
.page-cp-nav div.center{
	float: left;
	width: 1132px;
}
.page-cp-nav div.center ul{
	display: -webkit-box;display: -webkit-flex;display: flex;
}
.page-cp-nav div.center ul li{
	float: left;
	-webkit-box-flex:1;-webkit-flex: 1;flex: 1;width: 100%;
	text-align: center;
	border-right: 1px solid #fff;
}
.page-cp-nav div.center ul li a{
	display: block;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 48px;
	line-height: 48px;
	display: block;
	transition: all 0.5s ease 0s;
}
.page-cp-nav div.center ul li:hover a,
.page-cp-nav div.center ul li.active a{
	background-color: #0068b7;
	color: #fff;
	transition: all 0.5s ease 0s;
}



.page-main-nav div.right{
	float: right;
	font-size: 12px;
	line-height:48px;
	color: #b0b0b0;
}
.page-main-nav div.right img{
	width: 14px;
	height: 14px;
}
.page-main-nav div.right a{
	font-size: 12px;
	line-height: 48px;
	color: #b0b0b0;
}
.page-main-nav div.right a:hover{
	color: #0068b7 ;
}

/* page_main */
.page_main{
	width: 1200px;
	margin: 0 auto;
	padding: 64px 0;
	min-height: 400px;
}
.page>p{
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
}

/* 荣誉资质 */
.page_honor ul.honor{
	width: 100%;
}
.page_honor ul.honor li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
	transition: all 0.5s ease 0s;
}
.page_honor ul.honor li:nth-child(3n){
	margin-right: 0;
}
.page_honor ul.honor li a{
	width: 100%;
	height: auto;
}
.page_honor ul.honor li a .img-box{
	width: 100%;
	height: 240px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	box-sizing: border-box;
}
.page_honor ul.honor li a .img-box img{
	width: 100%;
	height: auto;
	display: block;
}
.page_honor ul.honor li p{
	width: 100%;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
	text-align: center;
	background: #e5e5e5;
	transition: all 0.5s ease 0s;
}
.page_honor ul.honor li:hover a .img-box{
	border: 1px solid #0068b7;
	border-bottom: 0;
	transition: all 0.5s ease 0s;
}
.page_honor ul.honor li:hover p{
	color: #fff;
	background: #0068b7;
	transition: all 0.5s ease 0s;
} 
/* page_honor 详情页 */
.page_honor_xq div.left{
	float: left;
	width: 280px;
	margin-right: 40px;
}
.page_honor_xq div.left .col-tit{
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	height: 48px;
	text-align: center;
	background: #0068b7;
	margin-bottom: 1px;
}
.page_honor_xq div.left ul{
	width: 100%;
}
.page_honor_xq div.left ul li{
	width: 100%;
	height: 48px;
	margin-bottom: 1px;
}
.page_honor_xq div.left ul li a{
	width: 100%;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #808080;
	background: #e5e5e5;
	border-bottom: 1px solid #f5fffa;
	display: block;
}
.page_honor_xq div.left ul li a:hover{
	color: #fff;
	background: #0068b7;
}
.page_honor_xq div.left ul li a.active{
	color: #fff;
	background: #0068b7;
}
.page_honor_xq div.right{
	float: right;
	width:calc(100% - 320px);
}
.page_honor_xq div.right div.tit{
	width: 100%;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 48px;
}
.page_honor_xq div.right .in-box{
	width: 100%;
}
.page_honor_xq div.right .in-box p{
	width: 100%;
	text-align: center;
}
.page_honor_xq div.right .in-box img{
	max-width: 880px;
	margin: 0 auto;
	display: block;
} 
/* back */
.back a{
	width: 16rem;
	height: 48px;
	border-radius: 0.25rem;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #808080;
	background: #e5e5e5;
	margin: 48px auto 0;
	display: block;
}
.back a:hover{
	color: #fff;
	background: #0068b7;
}

/* 公司环境 */
.page_hj ul.hj{
	width: 100%;
}
.page_hj ul.hj li{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.page_hj ul.hj li:nth-child(2n){
	margin-right: 0;
}
.page_hj ul.hj li img{
	width: 100%;
	height: auto;
}
.page_hj ul.hj li p{
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #212121;
}

/* 新闻中心 */
.news-box .news-list,
.news-box .news-list li{
	width: 100%;
	background: #fff;
}
.news-box .news-list li{
	padding: 20px 0;
	border: 1px solid #dedede;
	border-bottom: 0;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li:last-child{
	border-bottom: 1px solid #dedede;
}
.news-box .news-list li .time{
	float: left;
	width: 14%;
	border-right: 1px solid #dedede;
	box-sizing: border-box;
}
.news-box .news-list li .time h1{
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	width: 100%;
	color: #adadad;
	text-align: center;
	padding-top: 20px;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li .time h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	width: 100%;
	color: #bdbdbd;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 12px;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li .title{
	float: left;
	width: 80%;
	min-height: 100px;
	margin: 0 3%;
	position: relative;
}
.news-box .news-list li .title h3{
	font-size: 16px;
	line-height: 1;
	color: #0068b7;
	display: block;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li .title p{
	font-size: 12px;
	line-height: 2;
	color: #999999;
	width: 100%;
	max-height: 48px;
	overflow: hidden;
	margin-top: 12px;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li .title h4{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #999999;
	margin-top: 12px;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li:hover{
	background: #0068b7;
	border-color: #0068b7;
	transition: all 0.5s ease 0s;
}
.news-box .news-list li:hover h1,
.news-box .news-list li:hover h2,
.news-box .news-list li:hover h3,
.news-box .news-list li:hover h4,
.news-box .news-list li:hover p{
	color: #fff;
	transition: all 0.5s ease 0s;
}
/*新闻详情*/
.news-box .news-xq div.tit{
	width: 100%;
	font-size: 20px;
	line-height: 48px;
	color: #000;
	text-align: center;
}
.news-box .news-xq div.time{
	width: 100%;
	font-size: 12px;
	line-height: 1;
	color: #666;
	padding-bottom: 12px;
	border-bottom: 1px dashed #808080;
	margin-bottom: 24px;
	text-align: center;
}
.news-box .news-xq div.text{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	text-align: justify;
}
.news-box .news-xq div.text p{
	text-indent: 2em;
}
.news-box .news-xq div.text p img{
	max-width: 100%;
}
/* 产品中心 */
.page_cp ul.cp{
	width: 100%;
}
.page_cp ul.cp li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
	transition: all 0.5s ease 0s;
}
.page_cp ul.cp li:nth-child(3n){
	margin-right: 0;
}
.page_cp ul.cp li a{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 66.625%;
}
.page_cp ul.cp li a .img-box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.page_cp ul.cp li a .img-box img{
	display: block;
	vertical-align: middle;
	/*图片必须设置宽、高为100%*/
	width: 100%;
	height: 100%;
	max-width: 100%;
	transition: all 0.6s;
}
.page_cp ul.cp li a .img-box img:hover{
        transform: scale(1.05);
    }
.page_cp ul.cp li p{
	width: 100%;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
	text-align: center;
	/* background: #e5e5e5; */
	transition: all 0.5s ease 0s;
}
.page_cp ul.cp li:hover a .img-box{
	
}
.page_cp ul.cp li:hover p{
	color: #fff;
	background: #0068b7;
	transition: all 0.5s ease 0s;
} 
/* 人才招聘 */
.join_zp{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.join_zp .join_zp_t{
	background-color: #cdcdcd;
	font-family: "宋体";
	font-size: 16px;
	color: #333333;
	height: 48px;
	line-height: 48px;
}
.join_zp .join_zp_c{
	background-color: #f3f3f3;
	font-family: "宋体";
	font-size: 14px;
	color: #808080;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

.join_zp .join_zp_c:hover{
	color: #0068b7;
}
.join_zp .join_zp_n{
	text-align: left;
	background-color: #dbdbdb;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	display: none;
}
.join_zp .join_zp_n td{
	padding: 24px 0;
}
.join_zp_n .join_ms{
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 48px;
	margin: 0 auto;
	padding-left: 68px;
	line-height: 48px;
}
.join_zp_n .join_ms i{
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #dbdbdb;
	margin-right: 10px;
}
.join_zp_n .join_cn{
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	background-color: #dbdbdb;
	padding-left: 88px;
}
.join_zp_n .join_mail{
	float: right;
	font-family: "宋体";
	font-size: 16px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	background-color: #0068b7;
	padding:0 68px;
	margin-right: 68px;
	text-align: center;
	margin-top: 24px;
}
.join_zp_n .join_mail a{
	font-family: "宋体";
	font-size: 16px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.join_zp .join_active{
	display: table-row;
	transition: all 0.5s ease 0s;
}

/* 联系我们 */
.page_contact_main h1{
	width: 100%;
}
.page_contact_main h1 p{
	width: 100%;
	font-size: 24px;
	color:#0068b7;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
}
.page_contact_main ul{
	width: 100%;
	margin-top: 48px;
}
.page_contact_main ul li.left{
	float: left;
	width: 300px;
}
.page_contact_main ul li.left dl{
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #dddddd;
}
.page_contact_main ul li.left dl dt {
	font-size: 24px;
	color: #212121;
	line-height: 1;
	margin-bottom: 8px;
}
.page_contact_main ul li.left dl dd {
	width: 100%;
}
.page_contact_main ul li.left dl dd p{
	width: 100%;
	font-size: 14px;
	color: #454545;
	line-height: 2;
	text-align: left;
}
.page_contact_main ul li.left dl:first-child{
	padding:0 0 24px 0;
}
.page_contact_main ul li.right{
	float: right;
	width: 870px;
	height: 521px;
}
.BMap_scaleCtrl{
	display: none;
}
.BMap_omCtrl{
	display: none;
}
.BMap_cpyCtrl{
	display: none;
}
.BMap_bubble_title{
	font-size: 16px !important;
	line-height: 2 !important;
	color: #0068b7 !important;
	border-bottom: 1px solid #313131;
}
.BMap_bubble_content{
	font-size: 12px !important;
	line-height: 2 !important;
	color: #4d4d4d !important;
}
.BMapLabel{
	padding: 4px !important;
	color: #fff !important;
	background-color: #0068b7 !important;
	border-radius: 4px !important;
	border-color:#0068b7 !important;
}
.anchorBL{
	bottom: 0 !important;
}

/* 在线反馈 */
.page_form ul{
	width: 100%;
	padding-left: 28%;
	padding-bottom: 48px;
	border-bottom: 1px dashed #d7d7d7;
	box-sizing: border-box;
}
.page_form ul li{
	float: left;
	margin-right: 16px;
}
.page_form ul li h3{
	font-size: 18px;
	line-height: 35px;
	color: #0068b7;
}
.page_form ul li h5{
	font-size: 18px;
	line-height: 35px;
	color: #333333;
}
.page_form .form-box{
	width: 44%;
	margin: 48px 28%;
}
/*表单设置*/
#form{width: 100%;margin: 0 auto;}
#form tr{width: 100%;}
#form tr td{padding-bottom: 20px;}
#form tr td.left2{width: 1%;padding-right:1%;font-size:16px;height: 44px;line-height: 42px;}
#form tr td.right2{width: 98%;}
#form tr td.right2 input{width:50%;height:44px;padding-left: 1%; font-size:16px;border: 0; border:#ccc 1px solid;box-sizing: border-box;}
#form tr td.right2 input:hover{}
#form tr td.right2 textarea{width:99%;height:100px;font-size:16px; line-height:42px;padding-left:1%;border: #ccc 1px solid;box-sizing: border-box; }
#form tr td.right2 textarea:hover{}
#form tr td.right2 select{width:68px;height:44px;font-size:16px;padding-left:1%;border:0;box-sizing: border-box;}
#form tr td.center2 input{width:160px;height:44px;font-size:18px;color: #fff;background-color: #0068b7;text-align: center;line-height: 44px;cursor: pointer;border-radius: 2px;margin-top: 13px;border:0;}

/* footer */
.footer{
	width: 100%;
	min-height: 200px;
	padding: 48px 0;
	background-color: #1a1b1c;
}
.footer>ul{
	width: 1200px;
	margin: 0 auto;
}
.footer>ul>li{
	float: left;
}

.footer>ul>li.ewm_box{
	width: 57%;
}
.footer>ul>li.ewm_box img{
	width: 176px;
	height: 176px;
	margin-left: calc((100% - 176px) / 2);
}
.footer>ul>li.ewm_box p{
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	color: #b3b3b3;
	text-align: center;
	margin-top: 10px;
}
.footer>ul>li.add_box{
	width: 24%;
	text-align: left;
}
.footer>ul>li.add_box h2{
	font-size: 22px;
	color: #fff;
	line-height: 1;
}
.footer>ul>li.add_box h3{
	font-size: 12px;
	color: #cccccc;
	line-height: 28px;
}
.footer>ul>li.add_box p{
	width: 100%;
	font-size: 14px;
	color: #cccccc;
	line-height: 2;
	padding: 12px 0;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	margin-top: 20px;
}
.footer>ul>li.bottom_logo{
	float: right;
	width: 19%;
}
.footer>ul>li.bottom_logo img{
	width: 100%;
}
/* copy */
.copy_box{
	width: 100%;
	/* height: 64px; */
	background-color: #1a1b1c;
	border-top: 1px solid #313131;
	
}
.copy_box ul{
	width: 1200px;
	margin: 0 auto;
}
.copy_box ul li{
	float: left;
	font-size: 14px;
	color: #888888;
	line-height: 64px;
}
.copy_box ul li.cnzz{
	margin-left: 24px;
	margin-top: 26px;
}
.copy_box ul li.webodm{
	float: right;
}
.copy_box ul li.webodm a{
	color:  #888888;
	transition: all ease .6s;
}
.copy_box ul li.webodm a:hover{
	color:  #ffc803;
}


/*悬浮链接*/
.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:#027acb;}
.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:-10px;}
.suspension .d-qrcode{top:38px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d .inner-box .qrcode-img img{
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
}
.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 h3{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;margin-left:12px;}
.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;}
.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;}