* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html {
	font-size: 14px;
	width: 100%;
	color: #111111;
	font-family: "microsoft yahei","微软雅黑";
}
body{
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #111111;
}
a:hover, a:active, a:focus{
	color: #111111;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
input,button,select,textarea {
	outline: none!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.h_166{
	height: 166px;
}
.clear {
	clear: both;
}
.main{
	width: 1600px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.wrap{
	flex-wrap: wrap;
}
.s_a{
	justify-content: space-around;
}
.s_b{
	justify-content: space-between;
}
.s_c{
	justify-content: center;
}
.a_l_c{
	align-items: center;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.head .top{
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.head .top .main{
	height: 100%;
}
.head .language{
	border-radius: 8px;
	overflow: hidden;
}
.head .language .list{
	height: 30px;
	line-height: 30px;
	width: 70px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.head .language .ons.list{
	background-color: #5bb8ff;
	color: #fff;
}
.head .language .list:last-child{
	border-radius: 0 8px 8px 0;
}
.head .logo{
	margin-top: 10px;
}
.head .logos{
	display: none;
}
.head .nav{
	margin-top: 10px;
	border-radius: 8px;
}
.head .nav .list{
	height: 52px;
	width: 100%;
	background-color: #2b73d5;
	line-height: 52px;
	text-align: center;
	position: relative;
}
.head .nav .list:first-child{
	border-radius: 8px 0 0 8px;
}
.head .nav .list:last-child{
	border-radius: 0 8px 8px 0;
}
.head .nav .list a{
	color: #FFFFFF;
	font-size: 16px;
}
.head .nav .list img{
	margin-right: 5px;
}
.ym1 .nav .ons1 , .ym2 .nav .ons2 , .ym3 .nav .ons3 , .ym4 .nav .ons4 , .ym5 .nav .ons5 , .ym6 .nav .ons6 , .ym7 .nav .ons7 , .ym8 .nav .ons8{
	background-color: #5bb8ff;
}
.head .nav .list:hover{
	background-color: #5bb8ff;
}
.head .nav .xiala{
	display: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 2px solid #0054c8;
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 11;
}
.head .nav .list:hover .xiala{
	display: block;
}
.head .nav .xiala a{
	color: #111111;
}
.head .nav .xiala .xlist:hover{
	background-color: #eff6ff;
}
.head .nav .xiala .xlist:hover a{
	color: #2b73d5;
}
.footer{
	background-image: url(../images/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 80px;
}
.footer .main{
	width: 1300px;
}
.footer .top{
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #2882fc;
}
.footer .nav .list{
	margin-top: 15px;
}
.footer .nav .list a{
	color: #FFFFFF;
}
.footer .nav .listtitle{
	font-size: 16px;
}
.footer .nav .b_b{
	margin: 20px 0 16px;
}
.footer .nav .xlist{
	line-height: 28px;
}
.footer .nav .xlist a{
	color: #aeaeae;
}
.footer .nav .xlist a:hover{
	color: #FFFFFF;
}
.footer .bottom{
	color: #666666;
	text-align: center;
	padding-bottom: 20px;
}
.footer .bottom .text{
	margin-top: 5px;
}
.search{
	height: 88px;
}
.search .types{
	width: 86px;
	height: 40px;
}
.search .types select{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 8px;
	background-color: #0055c9;
	color: #FFFFFF;
	padding: 0 10px;
}
.search .start , .search .end{
	margin-left: 20px;
	width: 300px;
	border-radius: 8px;
	border: 1px solid #999999;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
}
.search .start input , .search .end input{
	height: 100%;
	width: 100%;
	border: none;
	padding: 0 20px;
	border-radius: 8px;
}
.search .start:hover , .search .end:hover{
	border: 1px solid #5bb8ff;
}
.search .xiala{
	position: absolute;
	display: none;
	width: 100%;
	top: 39px;
	background-color: #FFFFFF;
}
.search .start:hover .xiala , .search .end:hover .xiala{
	display: block;
}
.search .xiala .jiantou{
	padding-left: 25px;
	height: 8px;
	line-height: 8px;
}
.search .xiala .mains {
    border: 1px solid #dcdcdc;
    height: 160px;
    overflow-y: auto;
}
.search .xiala .list{
	height: 30px;
	padding: 0 15px;
	color: #666666;
}
.search .xiala .list:hover{
	color: #2b73d5;
	background-color: #eff6ff;
}
.search .submits{
	width: 86px;
	margin-left: 20px;
	height: 40px;
	border: none;
	border-radius: 8px;
	background-color: #0055c9;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.search .submits button{
	color: #fff;
	border: none;
	background: none;
}
.search .right{
	font-size: 24px;
	font-weight: bold;
}
.search .right img{
	margin-right: 10px;
}
.search .right span{
	font-weight: 400;
}
.hide{
	display: none;
}
.serve{
	padding: 40px 0 60px;
	background-color: #f4f4f4;
}
.serve .left{
	width: 700px;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 1px #cdcdcd;
	padding: 0 20px 20px;
}
.serve .left .titles{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #999999;
	color: #666666;
}
.serve .left .mains{
	margin-top: 20px;
}
.serve .left .list{
	border-radius: 40px;
	width: 150px;
	overflow: hidden;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #999999;
	height: 40px;
}
.serve .left .list:nth-child(4n){
	margin-right: 0;
}
.serve .left .ioc{
	background-color: #5bb8ff;
	width: 41px;
	height: 41px;
	border-radius: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serve .left .name{
	width: 110px;
	text-align: center;
}
.serve .left .list:hover{
	border: none;
	background-color: #2B73D5;
	color: #FFFFFF;
}
.serve .left .list:hover .ioc{
	border: 2px solid #FFFFFF;
	background-color: #2B73D5;
}
.serve .city a{
	margin-right: 25px;
	margin-bottom: 25px;
	color: #666666;
	font-size: 16px;
}
.serve .city a:hover{
	color: #2b73d5;
}
.serve .right{
	width: 800px;
	flex-direction: column;
}
.serve .right .banner{
	overflow: hidden;
	border-radius: 8px;
}
.promotion .titles{
	font-size: 20px;
	color: #000000;
}
.promotion .mains{
	margin-top: 26px;
}
.promotion .mains .img{
	width: 110px;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.promotion .mains .img img{
	width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
}
.promotion .mains .text_main{
	width: 160px;
	margin-left: 20px;
	text-align: left;
}
.promotion .mains .name{
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.promotion .mains .b_b{
	width: 20px;
	height: 2px;
	background-color: #666666;
	margin: 10px 0;
}
.promotion .mains .text{
	line-height: 20px;
	font-size: 14px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sy_business{
	margin-top: 60px;
}
.sy_business .title{
	height: 60px;
	font-size: 24px;
	background-image: url(../images/title_b_b.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sy_business .mains{
	margin-top: 40px;
}
.sy_business .swiper-wrapper{
	align-items: center;
}
.sy_news{
	margin-top: 60px;
}
.sy_news .title{
	height: 60px;
	font-size: 24px;
	background-image: url(../images/title_b_b.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sy_news .mains.flex.s_b.wrap{
	margin-top: 75px;
}
.sy_news .lists{
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	width: 500px;
	padding: 0 30px 25px 10px;
	position: relative;
}
.sy_news .lists .titles{
	height: 50px;
	line-height: 50px;
	margin-top: -37px;
	background-image: url(../images/title_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 20px;
	color: #FFFFFF;
	font-size: 20px;
}
.sy_news .lists .text_main{
	margin-top: 20px;
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}
.sy_news .lists .list{
	line-height: 28px;
	display: flex;
	justify-content: space-between;
}
.sy_news .lists .name{
	background-image: url(../images/jiantous.png);
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}
.sy_news .lists .name a{
	color: #666666;
}
.sy_news .lists .list:hover .name{
	background-image: url(../images/jiantous_t.png);
}
.sy_news .lists .list:hover .name a{
	color: #2b73d5;
}
.sy_news .lists .list:hover .time{
	color: #2b73d5;
}
.sy_news .lists .more{
	position: absolute;
	bottom: -15px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	right: 75px;
	background-color: #2882fc;
	border-radius: 8px;
	z-index: 2;
}
.sy_news .lists .more a{
	color: #FFFFFF;
}
.sy_news .lists:nth-child(3) .text_main{
	overflow: hidden;
	height: 240px;
}
.sy_news .lists:nth-child(3) .list{
	color: #2882fc;
}
.sy_news .lists:nth-child(3) .list .name{
	background: none;
	padding: 0;
}
.sy_news .lists:nth-child(3) .list .name span{
	color: #da690f;
	margin: 0 10px;
}
.sy_news .lists:nth-child(3) .list .time{
	width: 65px;
	height: 18px;
	border-radius: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #d7e8ff;
}
.sy_news .left , .sy_news .right{
	margin-top: 130px;
}
.sy_news .left .lists:nth-child(1) .mains{
	padding: 20px 0 20px 20px;
}
.sy_news .left .lists:nth-child(1) .img{
	border-radius: 8px;
	overflow: hidden;
}
.sy_news .left .lists:nth-child(1) .img img{
	width: 100%;
}
.sy_news .left .lists:nth-child(1) .text{
	margin-top: 15px;
	line-height: 26px;
	text-indent: 2em;
}
.sy_news .left .lists:nth-child(2){
	margin-top: 95px;
}
.sy_news .right .lists{
	width: 970px;
}
.sy_news .right .mains{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.sy_news .right .list{
	width: 450px;
	margin-bottom: 16px;
	padding: 12px 14px;
}
.sy_news .right .list .img{
	width: 180px;
	height: 135px;
	overflow: hidden;
	position: relative;
}
.sy_news .right .list .img img{
	width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
}
.sy_news .right .list .text_mains{
	width: 230px;
}
.sy_news .right .list:hover{
	box-shadow: 0 0 10px 1px #ebebeb;
}
.sy_news .right .list .name{
	line-height: 32px;
	font-size: 16px;
	background: none;
	padding: 0;
}
.sy_news .right .list .name a{
	color: #111111;
}
.sy_news .right .list .b_b{
	background-image: url(../images/list_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 2px;
	margin-top: 10px;
}
.sy_news .right .list .text{
	line-height: 20px;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sy_news .right .list:hover .name{
	background: none;
}
.sy_news .right .list:hover .text{
	background: none;
	color: #2b73d5;
}
.sy_business .swiper-button-next:after, .sy_business .swiper-button-prev:after{
	content: none;
}
.sy_business .swiper-button-next{
	background-image: url(../images/right.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.sy_business .swiper-button-prev{
	background-image: url(../images/left.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.promotion .swiper-button-next:after, .promotion .swiper-button-prev:after{
	content: none;
}
.promotion .swiper-button-next{
	background-image: url(../images/rights.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.promotion .swiper-button-prev{
	background-image: url(../images/lefts.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.link{
	background-color: #eeeeee;
	padding: 20px 0;
	color: #000000;
	margin-top: 95px;
}
.link a{
	margin-right: 10px;
	color: #666666;
}
.first_box .xlist:first-child{
	display: none;
}
.page{
	text-align: center;
}
.page a,.page .thispage{
	padding: 2px 5px;
    border: 1px solid #DCDCDC;
	display: inline-block;
}
.page .thispage,.page a:hover{
	background: #0055C9;
    color: #FFFFFF;
}
.hcmb-rightdetail_body img{
	max-width: inherit;
}
.head .language .ons.list a{
	color: #fff;
}
.search .submits input{
	border: none;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.yw_box{
	background: url(../images/sy_bg.png) no-repeat center;
    text-align: center;
    width: 100%;
    height: 210px;
    background-size: cover;
    padding: 30px 0;
}
.yw_img{
	margin: 20px 0;
}
.yw_img img{
	height: 55px;
}
.yw_img img.img_h{
	display: none;
}
.yw_box span{
	display: none;
	width: 20px;
	height: 1px;
	background: #fff;
	margin: 15px auto;
}
.yw_box p{
	font-size: 20px;
	color: #111;
}
.yw_box:hover{
	background: url(../images/sy_bg-hover.png) no-repeat center;
	color: #fff;
	background-size: cover;
}
.yw_box:hover img.img{
	display: none;
}
.yw_box:hover img.img_h{
	display: block;
	margin: auto;
}
.yw_box:hover span{
	display: block;
}
.yw_box:hover p{
	color: #fff;
}
.tb_dy .xlist:first-child{
	display: none;
}
.img_flex{
	height: 285px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_detail{
	max-width: 1200px;
	margin: 0 auto;
    border-radius: 5px;
    background: none repeat scroll 0% 0% #FFF;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e3e5;
    box-shadow: 0px 0px 8px #ccc;
}
.price_detail h1 {
    border-bottom: 1px solid #DEDEDE;
    font-size: 22px;
    height: 68px;
    line-height: 68px;
    margin: 0 15px;
    text-align: center;
    font-weight: normal;
}
.kuai {
    margin: 20px 0px;
}
.kuai ul {
    /*width: 350px;*/
    height: 40px;
    /*background: url(../images/kuaibc.jpg) no-repeat;*/
    margin: 0 auto;
	text-align: center;
}
.kuai ul li {
    width: 74px;
    height: 40px;
    display: inline-block;
	position: relative;
	margin-right: 6px;
	background: url(../images/kuaibc_li.jpg) no-repeat;
}
.kuai ul li b.bignum {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ff6300;
    text-align: center;
    line-height: 40px;
}
.kuai ul li span.smanum {
	position: absolute;
	bottom: 0;
	right: 0;
    font-size: 12px;
    font-weight: normal;
    color: #39C;
}
.kuai ul li:hover{
	background: url(../images/kuai1bcc.jpg) no-repeat;
}
.price_detail ol {
    margin: 10px 15px;
    overflow: hidden;
}
.price_detail ol ul {
    border-bottom: 1px dashed #dedede;
}
.price_detail ol ul li {
    width: 24.5%;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: left;
}
.nr{
	margin: 20px 15px;
	font-size: 14px;
	line-height: 24px;
}

@media only screen and (max-width: 1399px) {
	.main , .footer .main{
		width: 1200px;
	}
	.img_flex{
		height: 240px;
	}
	.yw_box{
		height: 165px;
		padding: 20px 0;
	}
	.yw_img img{
		height: 45px;
	}
	.yw_box:hover{
		height: 155px;
	}
	.yw_img {
		margin: 10px 0;
	}
	.search .start, .search .end{
		width: 200px;
	}
	.serve .left{
		width: 600px;
	}
	.serve .right{
		width: 570px;
	}
	.serve .left .list{
		width: 125px;
	}
	.serve .left .name{
		width: 75px;
	}
	.promotion .mains .text{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.serve .city a{
		margin-bottom: 10px;
	}
	.sy_news .lists{
		width: 385px;
	}
	.sy_news .right .lists{
		width: 795px;
	}
	.sy_news .right .list{
		width: 375px;
	}
	.sy_news .right .list .img{
		width: 150px;
		height: 110px;
	}
	.sy_news .right .list .text_mains{
		width: 190px;
	}
	.sy_news .right .list .b_b{
		margin-top: 5px;
	}
	.sy_news .right .list .text{
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
@media only screen and (max-width: 1199px) {
	.main , .footer .main{
		width: 95%;
	}
	.head .nav .list a{
		font-size: 14px;
	}
	.head .nav .list img{
		height: 14px;
	}
	.search .right{
		display: none;
	}
	.serve .main{
		flex-direction: column;
	}
	.serve .left , .serve .right{
		width: 100%;
	}
	.serve .left .list:nth-child(4n){
		margin-right: 20px;
	}
	.serve .right{
		margin-top: 20px;
	}
	.sy_news .lists{
		width: 48%;
	}
	.sy_news .lists:nth-child(3){
		margin-top: 135px;
	}
	.sy_news .left, .sy_news .right{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.sy_news .right .lists{
		width: 100%;
	}
	.sy_news .right .list{
		width: 48%;
	}
	.sy_news .right .list .img{
		width: 45%;
	}
	.sy_news .right .list .text_mains{
		width: 55%;
	}
	.yw_box p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.fl , .fr{
		float: none;
	}
	body{
		padding-top: 60px;
	}
	.head .top , .head .logo{
		display: none;
	}
	.img_flex {
		height: 145px;
	}
	.head .logos{
		display: flex;
		background-image: url(../images/logo_bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		height: 60px;
		padding: 0 2.5%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 20;
	}
	.head .logos .img img{
		height: 36px;
	}
	.head .logos .menu img{
		height: 30px;
	}
	.head .nav{
		position: fixed;
		margin: 0;
		top: -100%;
		left: 0;
		width: 100%;
		flex-direction: column;
		transition: all 0.6s;
		z-index: 19;
	}
	.head .nav.ons{
		top: 60px;
	}
	.search{
		display: none;
	}
	.head .nav .list{
		height: auto;
		line-height: 52px;
	}
	.head .nav .list:first-child , .head .nav .list:last-child{
		border-radius: 0;
	}
	.head .nav .xiala{
		position: relative;
		top: auto;
	}
	.serve .left .mains{
		justify-content: space-between;
	}
	.serve .left .list{
		width: 48%;
		margin-right: 0;
	}
	.serve .left .name{
		width: calc( 100% - 41px );
	}
	.serve .left .list:nth-child(4n){
		margin-right: 0;
	}
	.promotion{
		margin-top: 20px;
	}
	.promotion .mains{
		margin-top: 10px;
	}
	.sy_business{
		margin-top: 20px;
	}
	.sy_business .title{
		height: 40px;
		font-size: 16px;
	}
	.sy_business .title img{
		height: 16px;
	}
	.promotion .titles{
		font-size: 14px;
	}
	.promotion .titles img{
		height: 16px;
	}
	.sy_news .lists{
		width: 100%;
	}
	.sy_news .lists .name{
		font-size: 12px;
		width: 80%;
		overflow: hidden;
	}
	.sy_news .lists .time{
		font-size: 12px;
		width: 20%;
		text-align: right;
	}
	.sy_news .lists .titles{
		height: 40px;
		line-height: 40px;
		background-size: auto 100%;
		font-size: 16px;
		margin-top: -30px;
	}
	.sy_news .lists .titles img{
		height: 30px;
	}
	.sy_news{
		margin-top: 30px;
	}
	.sy_news .title{
		height: 40px;
		font-size: 16px;
	}
	.sy_news .title img{
		height: 16px;
	}
	.sy_news .mains.flex.s_b.wrap{
		margin-top: 45px;
	}
	.sy_news .lists{
		margin-bottom: 60px;
	}
	.sy_news .lists:nth-child(3){
		margin-top: 0;
	}
	.sy_news .left, .sy_news .right{
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.sy_news .left .lists:nth-child(2){
		margin-top: 0;
	}
	.sy_news .right .lists{
		padding: 0 10px 20px;
	}
	.sy_news .right .list{
		width: 100%;
	}
	.sy_news .right .list .img{
		width: 40%;
	}
	.link{
		margin-top: 0;
	}
	.footer{
		margin-top: 10%;
	}
	.footer .top , .footer .nav{
		display: none;
	}
	.footer .bottom{
		padding: 10px 0;
		color: #FFFFFF;
	}
	.footer .bottom .ta_c{
		display: none;
	}
	.hjq-center_main-body .hcmb-leftmenu , .hjq-center_main-body .hjq-center_main-body-rightdetail{
		width: 100%;
	}
	.hjq-center_main-body .hjq-center_main-body-rightdetail{
		margin-top: 10px;
	}
	.hjq-center_main-body .hcmb-rb_cxhd_ul_li{
		display: flex;
		justify-content: space-between;
	}
	.hjq-center_main-body .cxhdulli_right-numbox{
		display: flex;
	}
	.hjq-center_main-body .hcmb-rightdetail_cxhddetail{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.hcmb-rightdetail_body .hcmb-rb_ctsbjk_bottom{
		width: 100%;
	}
	.hjq-center_main-body-rightdetail .hcmb-rb_jckxm_ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.hcmb-rb_jckxm_ul .hcmb-rb_jckxm_ul_li{
		width: 48%;
		margin-right: 0;
	}
	.hcmb-rb_jckxm_ul .hcmb-rb_jckxm_ul_li .jckxm_ul_li-img{
		height: 200px;
	}
	.hcmb-tabledetail_body .hcmb-tb_table table thead{
		font-size: 12px;
	}
	.hcmb-tb_tell-box .hcmb-tb_phone{
		width: auto;
		padding: 0 10px;
	}
	.hcmb-rb_job-box-item .hcmb-rb_job-box{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hcmb-rightdetail_body .hcmb-rb_contact-box{
		width: 100%;
	}
	.hcmb-rb_contact-box .contact-box-top{
		width: 80%;
		text-align: center;
	}
	.contact-box-bottom .contact-box-bottom_div{
		width: 95%;
		display: flex;
		flex-direction: column;
		line-height: 30px;
	}
	.contact-box-bottom .contact-box-bottom_div .fl img{
		height: 14px;
		width: 14px;
	}
	.hcmb-rb_contact-box .contact-box-bottom_div .fl .line{
		display: none;
	}
}