﻿/* 手机 mobile start*/
@media (max-width: 767px) {
body{
	background-size:100% auto;
	font-size:14px;
}

.visible-xs{display: block !important;}
.visible-xs-block {display: block !important;}
.visible-xs-inline {display: inline !important;}
.visible-xs-inline-block {display: inline-block !important;}
.hidden-xs{display:none !important;}

.wrapin{
	width:100%;
}


.banner{
	height: 200px;
	margin-top:-2px;
}
.banner .swiper-slide{
	height: 200px;
}
.banner .swiper-slide a{
	display: block;
	height: 200px;
}
.banner .swiper-slide img{
	object-fit:cover;
	width: 100%;
	height: 100%;
}

.h_about{
	background:url(../images/habbg.png) no-repeat top center;
	background-size:cover;
	padding:0 3%;
}
.h_head{	
	height: 60px;
	line-height: 60px;
	clear: both;
	overflow: hidden;
	padding-top:5px;
}
.h_head .t1{
	float: left;
	font-size:17px;
	font-weight:bold;
}
.h_head .t2{	
	font-size:14px;
	color:#999;
	float: left;
	padding-left:10px;
	line-height: 62px;
}
.h_about .cleft{
	
}
.h_about .tip{
	font-size:14px;
	line-height: 1.8;
}
.h_about .cts{
	padding:25px 0 25px 0;
	height: 42px;
	display:flex;
	justify-content: space-between;	
}

.h_about dl{
	height: 42px;
	border-right:1px solid #ccc;
	float: left;	
	text-align: center;
}
.h_about .end{
	border-right:0;
}
.h_about dt{
	height: 25px;
	line-height: 25px;
	position: relative;
	padding:0 40px;
}
.h_about dt span{
	font-size:22px;
	color:#004b74;
}
.h_about dt em{
	position: absolute;
	font-size:12px;
	color:#999999;
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 25px;
}
.h_about dd{
	line-height: 17px;
	font-size:12px;
	color:#999;
}
.h_about .photo{
	display: block;
	width: 100%;
	height: auto;	
}
.h_about .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.h_about .more{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	margin:25px auto;
	background:#004b75;
	text-align: center;
	color:#fff;
}

.h_busi{
	padding:0 3% 27px 3%;
}
.h_busi .wrapin{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_busi .clear{
	width: 120px;
	height: 0;
}
.h_busi .item{
	display: block;
	width: 120px;
	height: 135px;
	padding-top:25px;		
	border-radius:15px;
	box-sizing:border-box;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	margin-top:15px;
}
.h_busi .item:hover{
	background:#004b75;
	color:#fff;
	box-shadow:0 0 15px rgba(0,75,120,0.15);
}
.h_busi .ico{
	display: block;
	width: 50px;
	height: 50px;
	margin:0 auto;
	overflow: hidden;	
	position: relative;
	margin:0 auto;
}
.h_busi .im1{
	display: block;
	width: 50px;
	height: 50px;
}
.h_busi .im2{
	display: none;
	width: 50px;
	height: 50px;
}
.h_busi .item:hover .im1{
	display: none;
}
.h_busi .item:hover .im2{
	display: block;
}
.h_busi .name{
	text-align: center;
}

.h_case{
	
	background:url(../images/hcase.jpg) no-repeat top center;
	background-size:cover;
	padding:0 3%;
}
.h_case .h_head{
	color:#fff;
}
.h_case .h_head .t2{
	color:#fff;
}
.hc_slider{
	width: 100%;
	margin:0 auto;	
	overflow: hidden;
	position: relative;
}
.hc_slider .item{
	display: block;
	width: 100%;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 10%;
}
.hc_slider .item img{
	display: block;
	width: 100%;
	height:auto;
}
.hc_slider .name{
	line-height: 40px;
	color:#fff;
	display: block;
	text-align: center;
	font-size:16px;
}
.hc_slider .cbtn{
	height: 180px;
	width: 15px;
	position: absolute;
	z-index: 20;
	top: 0;
	cursor: pointer;
}
.hc_slider .my-prev{
	left: 10px;
	background:url(../images/hc_pre.png) no-repeat center center;
	background-size:100% auto;
}
.hc_slider .my-next{
	right: 10px;
	background:url(../images/hc_next.png) no-repeat center center;
	background-size:100% auto;
}
.h_case .more{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	border:1px solid #fff;
	border-radius:22px;
	margin:10px auto 20px auto;
}
.h_case .more:hover{
	color:#004b75;
	background:#fff;
}

.hm_news{
	padding:0 3%;
}
.hmn_slider{
	position: relative;
}
.hmn_slider img{
	display: block;
	width: 100%;
	height:auto;
	margin-bottom:10px;
}
.hmn_slider dt{
	line-height: 23px;
	height: 23px;
}
.hmn_slider dd{
	line-height: 20px;
	color:#999;
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:40px;
}
.hmn_slider .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:15px;
}
.hmn_slider .cbtn{
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 60;
	cursor: pointer;
}
.hmn_slider .my-prev{
	left: 0;
	top: 110px;
	background:url(../images/hm_pre.png) no-repeat center center;
	background-size:90% 90%;
}
.hmn_slider .my-next{
	right: 0;
	top: 110px;
	background:url(../images/hm_next.png) no-repeat center center;
	background-size:90% 90%;
}

.hm_news .list{
	border-top:1px solid #ddd;
	margin-top:10px;
}
.hm_news .item{
	height: 60px;
	border-bottom:1px solid #dddddd;
	position: relative;
	padding-left:70px;
}
.hm_news .date{	
	position: absolute;
	left: 0;
	top: 15px;	
	width: 60px;
	text-align: center;
	height: 30px;
	border-right:1px dashed #ddd;
}
.hm_news .date dt{
	height: 15px;
	line-height: 15px;
	font-size:17px;
	font-weight: bold;
	font-family:arial;
	color:#004b75;
}
.hm_news .date dd{
	line-height: 15px;
	font-size:12px;
	color:#999;
}
.hm_news .inf{	
	padding-top:9px;
}
.hm_news .inf dt{
	height: 22px;
	line-height: 22px;
	font-size:14px;
}
.hm_news .inf .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_news .inf dd{
	height: 20px;
	line-height: 20px;
	color:#999;
}
.hm_news .inf .tip{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_news .more{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background:#004b75;
	text-align: center;
	color:#fff;
	margin:15px auto;
}

.h_par{
	padding:0 3% 30px 3%;
}
.h_par .wrapin{
	position: relative;
	overflow: hidden;
}
.h_par .s_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_par .clear{
	width: 110px;
	padding:0 1px;
	height: 0;
}
.h_par a{
	display: block;
	width: 120px;
	height: 60px;		
	border:1px solid #dddddd;
	margin-bottom:10px;
}
.h_par img{
	display: block;
	width: 120px;
	height: 60px;
}
.h_par .more {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #004b75;
    text-align: center;
    color: #fff;
    margin: 15px auto;
}

.cm_banner{
	height: 200px;
	background-repeat:no-repeat;
	background-position:top center;
	position: relative;
	background-size:cover;
}
.cm_banner dl{
	width: 94%;
	color:#fff;
	position: absolute;
	left: 3%;
	top: 50%;	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 2;
}
.cm_banner dt{
	font-size:20px;
	font-weight: bold;
}
.cm_banner dd{
	font-size:13px;
}

.gu_list{
	padding:0 3% 20px 3%;	
	position: relative;
	overflow: hidden;
}
.gu_list .s_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.gu_list a{
	display: block;
	width: 48%;
	height: auto;
	border:1px solid #ddd;
	margin-top:15px;
}
.gu_list img{
	display: block;
	width: 100%;
	height: auto;
}
.gu_list .clear{
	width: 48%;
	padding:0 1px;
	height: 0;
}

.al_list{
	width: 94%;
	margin:20px auto;
	overflow: hidden;
}
.al_item{
	display: block;
	width: 100%;
	padding-bottom:14px;	
}
.al_item img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom:10px;
}
.al_item dt{
	height: 35px;
	line-height: 35px;
	font-size:17px;
}
.al_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.al_item dd{
	font-size:14px;
	line-height: 21px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.al_item:hover dd{
	color:#004b75;
}
div.page{
	text-align: center;
	padding:20px 0;
}
.page a,.page span.hover{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius:100%;
	border:1px solid #e5e5e5;
	margin:0 4px;
}
.page a:hover,.page .hover{
	background:#004b75;
	border-color:#004b75;
	color:#fff;
}

.page a[disabled] {
    cursor: not-allowed;
    opacity: .35;
    background: #fff;
    color: inherit;
    border-color:#e5e5e5;
}

.cn_toper{
	width: 94%;
	margin:10px auto;
}
.cn_toper .title{
	font-size:18px;
	color:#004b72;
	line-height: 30px;
}
.cn_toper .tags{
	height: 20px;
	line-height: 20px;
	font-size:15px;
	color:#bbb;
	border-bottom:1px solid #004b72;
	margin-bottom:5px;
}
.cn_toper li{
	line-height: 56px;
	height: 50px;
	clear: both;
	font-size:16px;
	color:#999;
	padding-left:30px;
	position: relative;
}
.cn_toper em{
	font-size:14px;
	line-height: 21px;
	height:16px;
	color:#333;
	position: absolute;
	left: 65px;
	top: 50%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	transform: translateY(-45%);
}
.cn_toper .tit{
	float: left;
	font-size:14px;
	font-weight: bold;
	color:#004b74;
	height:70px;
}
.cn_toper .l1{
	background:url(../images/cn_li1.png) no-repeat left center;
	background-size:30px auto;
}
.cn_toper .l2{
	background:url(../images/cn_li2.png) no-repeat left center;
	background-size:30px auto;
}
.cn_toper .l3{
	background:url(../images/cn_li3.png) no-repeat left center;
	background-size:30px auto;
}
.cn_toper strong{
	float: left;
	font-size:20px;
	color:#333;
	padding-left:10px;
}

.cn_mes{
	background:#f2f4f7;
	padding:0 3% 20px 3%;
}

.cn_mes .title{
	font-size:15px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	color:#004b74;
}
.cn_mes .fg14{
	height: 14px;
	clear: both;
}
.cn_mes .text{
	width: 49%;
	height: 30px;
	line-height: 30px;
	border:0;
	background:#fff;
	box-sizing:border-box;
	padding:0 15px;
}
.cn_mes .cnt{
	height: 140px;
	width: 100%;
	box-sizing:border-box;
	border:0;
	padding:10px 15px;
	resize:none;
	margin-bottom:10px;
}
.cn_mes .sub{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:#004b75;
	font-size:16px;
	color:#fff;
}
.cn_mes .map{	
	display: block;
	width: 100%;
	height: auto;
	border:2px solid #fff;
	margin-top:10px;
	box-sizing:border-box;
}
.cn_mes .temp{
	display: block;
	width: 100%;
	height: auto;
}

.job_wp{
	width: 96%;
	margin:0 auto;
	padding-bottom:30px;
}
.job_tip{
	font-size:14px;
	line-height: 1.6;
	color:#666;
	padding:30px 0 20px 0;
}
.job_tip strong{
	font-size:18px;
	color:#004b73;
}
.job_table{
	width: 100%;
	text-align: center;
	border:1px solid #dfe5e9;
	color:#666;
}
.job_table th{
	height: 36px;
	background:#004b74;
	font-weight: normal;
	color:#fff;
	font-size:14px;
	border:1px solid #dfe5e9;
	min-width: 30%;
}
.job_table td{
	height: 36px;
	border:1px solid #dfe5e9;
	min-width: 30%;
	font-size:14px;
}
.job_table .bk td{
	background:#f2f5f9;
}
.job_table .zk td{
	background:#f2f5f9;
	padding:10px 20px 30px 20px;
	text-align:left;
	display: none;
}
.job_table dt{
	line-height: 45px;
	font-size:16px;
}
.job_table dd{
	line-height: 20px;
	color:#666;
	font-size:13px;
}

.cm_navs{
	height: 45px;
	line-height: 45px;
	background:#f8f8f8;
	width:100%;
	font-size:15px;
	overflow-y: hidden;
    overflow-x: auto;
	text-align: justify;
	white-space: nowrap;
}
.cm_navs::-webkit-scrollbar {
    display: none;
}
.cm_navs .wrapin{
	padding:0 3%;
	width:1515px;

}
.cm_navs a{
	float: left;
	display: inline-block;	
	padding:0 8px;
	height: 45px;
	line-height: 45px;
	box-sizing:border-box;
}
.cm_navs .hover{
	color:#004b75;
	border-bottom:2px solid #004b75;
}

.ne_list{
	width: 94%;
	margin:0 auto;
}
.ne_list .page{
	margin-top:15px;
}
.ne_item{
	padding:20px 0 10px 0;
	border-bottom:1px solid #ddd;
	position: relative;
}
.ne_item .photo{	
	display: block;
	width: 100%;
	height: auto;
}
.ne_item .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.ne_item .inf{	
	
}
.ne_item .name{	
	line-height: 20px;
	font-size:15px;
}
.ne_item .tip{
	line-height: 21px;
	color:#999;
	padding-top:10px;	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	font-size:14px;
}
.ne_item .date{
	font-size:15px;
	height: 48px;
	line-height: 48px;
	color:#004b75;

}

.pr_toper{
	width: 94%;
	margin:0 auto;
}
.pr_toper .photo{
	width: 90%;
	margin:20px auto;
}
.pr_toper .photom{
	width: 90%;
	margin:20px 0 30px 0;
}
.pr_toper .photo2{
	width: 100%;
	margin:10px 0 30px 0;
}
.pr_toper .photo3{
	float: left;
	padding:15px 15px;
	border-style:dotted;
	width:80%;
	margin:10px 10px 20px 15px;
}
.pr_toper .photo4{
	float: left;
	padding:15px 15px;
	border: 1px solid #ddd;
	width:90%;
	margin:10px;
}
.pr_toper .probz_tit{
	color:#004B75;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding-left:18px;
}
.pr_toper .probz_tit dt{
	color:#666;
	font-size:14px;
	padding:0 0 12px 0;
}
.pr_toper .probz_tit dd{
	color:#666;
	height:30px;
	line-height:30px;
	font-size:14px;
}
.pr_toper ul{	
	
}
.pr_toper li{
	line-height: 20px;
	background:#f3f3f3;
	padding:10px 15px;
	margin-bottom:12px;
	color:#666;
}

.pr_fw{
	width: 94%;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.pr_fw .head{
	padding:10px 0;
	text-align: center;
}
.pr_fw .head dt{
	line-height: 27px;
	font-size:18px;
	font-weight:bold;
}
.pr_fw .head dd{
	line-height: 1.8;
	color:#999;
}
.pr_fw .head1{
	padding:10px 0;
	text-align: left;
}
.pr_fw .head1 dt{
	line-height: 27px;
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
}
.pr_fw .head1 dd{
	line-height: 1.8;
	color:#999;
	padding-top:20px;
}
.pr_fw .head2{
	padding:10px 0;
	text-align: left;
}
.pr_fw .head2 dt{
	line-height: 27px;
	font-size:16px;
	padding-top:20px;
}
.pr_fw .head3{
	padding:10px 0;
	text-align: center;
}
.pr_fw .head3 dd{
	line-height: 27px;
	font-size:16px;
	text-align: left;
	padding-top:10px;
	text-align: justify;
}
.pr_fw .head3 dt{
	line-height: 27px;
	font-size:18px;
    font-weight: bold;
}
.pr_fw .head3 img{
	width:100%;
	padding:20px 0;
}
.pr_item{
	display: block;
	width: 100%;
	padding-bottom:20px;
	
	position: relative;
}
.pr_item img{
	display: block;
	width: 100%;
	height:auto;
}
.pr_item .intro{
	width: 260px;
	height: 110px;
	padding:10px 15px 0 15px;
	margin:-55px auto 20px auto;
	position: relative;
	z-index: 20;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.pr_item .name{
	height: 24px;
	line-height: 24px;
	font-size:16px;
}
.pr_item .tip{
	font-size:14px;
	line-height: 20px;
	color:#868686;
}
.pr_item .read{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color:#1b3685;
	padding-right:15px;
	background:url(../images/more2.png) no-repeat right center;
}

.vi_detail{
	width: 94%;
	margin:0 auto;	
}
.vi_head{
	padding:17px 0 5px 0;
	border-bottom:1px solid #ddd;
	position: relative;
}
.vi_head i{
	display: block;
	width: 43px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background:#004b74;
}
.vi_head .t1{
	font-size:22px;
	line-height: 1.5;
}
.vi_head .date{
	line-height: 35px;
	color:#999;
	font-size:14px;
}
.vi_cnt{
	font-size:16px;
	color:#666;
	line-height: 1.8;
	padding:15px 0 20px 0;
}
.vi_cnt img{
	display: block;
	margin:10px auto;
	max-width:100%;
}
.vi_page{
	margin-bottom:30px;
}
.vi_page .link{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 40px;
	box-sizing:border-box;
	border:1px solid #ddd;	
	padding-left:1em;
	margin-top:10px;
}
.vi_page .link:hover{
	color:#fff;
	background:#004b74;
	border-color:#004b74;
}
.vi_page span{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ab_toper{
	width: 94%;
	margin:20px auto 0 auto;
}
.ab_toper .cleft{	
	width: 100%;
}
.ab_toper .date{
	font-size:35px;
	color:#ebebeb;
}
.ab_toper .name{
	font-size:19px;
	line-height: 40px;
	color:#333;
}
.ab_toper p{
	font-size:14px;
	line-height: 2;
	color:#999;
}
.ab_toper .vview{
	display: block;	
}
.ab_toper .vdo{
	margin-top:10px;
	
	width: 100%;
	height: auto;
	display: block;	
}
.ab_toper .txt{
	display: block;
	text-align:center;
	line-height:16px;
	margin-top:25px;
	position: relative;
	font-size:16px;
	height:30px;
	color:#999;
}
.ab_toper img{
    width:25px;
	height:16px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}

.ab_tags{
	width: 94%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ab_tags .item{
	display: block;
	width: 48%;
	height: 130px;
	background:#f2f4f7;	
	margin-top:20px;
}

.ab_tags dt{
	height: 54px;
	line-height: 54px;
	padding-top:24px;
	position: relative;
	text-align: center;
}
.ab_tags span{
	font-size:36px;
	color:#004b74;
	font-family:arial;
}
.ab_tags em{
	position: absolute;
	right: 20px;
	top: 25px;
}
.ab_tags .end em{
	right: 10px;
}
.ab_tags dd{
	line-height: 50px;
	color:#999;
	text-align: center;
}
.ab_tags .zw{
	width: 48%;
	height: 0;
}
.ab_culm{
	width: 94%;
	margin:0 auto;
}
.ab_culm .head{
	text-align: center;
	padding:32px 0 15px 0;
}
.ab_culm .head dt{
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
}
.ab_culm .head dd{
	line-height: 24px;
	color:#999;
}
.ab_culm .item{
	padding-bottom:15px;
}
.ab_culm .item img{
	display: block;
	width: 100%;
	height:auto;
	margin-bottom:7px;
}
.ab_culm .name{
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
}
.ab_culm p{
	font-size:14px;
	line-height: 2;
	color:#999;
}

.ab_his{
	padding:0 0 50px 0;
	background:url(../images/ab_his.jpg) no-repeat bottom center;
	background-size:cover;
}
.ab_his .title{
	font-size:18px;
	font-weight:bold;
	line-height: 60px;
	text-align: center;
}
.ab_his .lis{
	width: 94%;
	margin:0 auto;
	position: relative;
}
.ab_his .pos{
	display: block;
	width: 22px;
	height: 25px;
	background:url(../images/ab_pos.png) no-repeat top center;
	margin-left:120px;
	position: relative;
	z-index: 20;
	left:-11px;
	margin-bottom:30px;
}
.ab_his .line{
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left:120px;
	margin-left:-1px;
	background:#ccc;
}
.ab_his .item{	
	padding-left:150px;
	position: relative;
	font-size:13px;
	min-height: 60px;
	clear: both;
	line-height: 20px;
}
.ab_his .date{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	text-align: center;
	font-size:13px;	
	font-weight: bold;
	color:#004b75;
}
.ab_his .ck{
	display: block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	background:#fff;
	position: absolute;
	top: 6px;
	z-index: 10;
	left: 113px;
	border:2px solid #d0131d;
}

.ab_his .after{
	display: none;
}
.ab_his .load{
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	border-radius:3px;
	color:#fff;
	text-align: center;
	margin-left:80px;
	background:#004b75;
	position: relative;
	z-index: 20;
}

.ab_honor{
	padding-bottom:40px;
}
.ab_honor .title{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size:18px;
	font-weight:bold;	
}
.ab_outer .cbtn{
	display: none;	
}
.ab_outer{
	position: relative;
}
.ho_slider{
	width: 100%;
	height: auto;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	padding:50px 0;
}
.ho_slider .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;	
}
.ho_slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      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;
	  transition: 300ms;
	  transform: scale(0.8);
}
.ho_slider .swiper-slide-active,.ho_slider .swiper-slide-duplicate-active{
      transform: scale(1.4);
      position: relative;
      z-index: 20;
}

/* 手机 mobile end*/	
}
