@media screen and (min-width: 1200px) {
.pro_list li:hover .inbox{
	    transform: translateY(-20px);
}
.pro_list li:hover .lead_bt span	{
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pro_list li:hover .img img{
	transform: scale(1.1);
}
.pro_more a:hover{
	background: #CC0000;
	color: #FFFFFF;
}
.advan_list .li:hover .ad_name{
	background: #CC0000;
    margin: 0px -16px;
    border-radius: 6px;
    color: #FFFFFF;
}
.advan_list .li:hover .ad_more{
	border: 1px solid #CC0000;
	color: #CC0000;
}
.new_body li:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.new_body li:hover .n_img img{
	transform: scale(1.1);
}
.new_body li:hover .n_con h3{
	color: #CC0000;
}
.customer_list li:hover .inbox img{
	transform: scale(1.1);
}
.window_right .item:hover{
	background: #C91212;
}
.window_right .item:hover span{
	color: #FFFFFF;
}
.window_right .li_1:hover .img{
	background: url(../img/icon-window1-h.png) no-repeat;
	background-position: center center;
}
.window_right .li_2:hover .img{
	background: url(../img/icon-window2-h.png) no-repeat;
	background-position: center center;
}
.window_right .li_3:hover .img{
	background: url(../img/icon-window3-h.png) no-repeat;
	background-position: center center;
}
.window_right .li_4:hover .img{
	background: url(../img/icon-window4-h.png) no-repeat;
	background-position: center center;
}
.window_right .li_5:hover .img{
	background: url(../img/icon-window5-h.png) no-repeat;
	background-position: center center;
}
.contact_box .ask_more:hover{
	/*opacity: .7;
	-moz-opacity: .7;
	-webkit-opacity: .7;*/
	background: linear-gradient(90deg,rgba(191,9,10,.7),rgba(233,15,15,.7));
}

.project_box li:hover .item{
	box-shadow: 0 14px 50px -8px rgba(0,0,0,.1);
	border: 1px solid transparent;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,.15);*/
}
.project_box li:hover .item .inbox{
	top: 61px;
}
.project_box li .item .href:hover{
	background: #CC0000;
	color: #FFFFFF;
}
.project_box li:hover .item .img img{
	-webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.tab-head .tab-li:hover .tab-icon {
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.tab-body-container .tab-body-box .messages:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    border: 1px solid transparent;
}
.tab-body-container .tab-body-box .messages:hover .messages-time-box p{
	transform: translate(10px,0);
    -webkit-transform: translate(10px,0);
    -moz-transform: translate(10px,0);
    -o-transform: translate(10px,0);
}
.tab-body-container .tab-body-box  .messages:hover .messages-img img{
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.pages .link:hover{
	background: #CC0000;
	border-color: #CC0000;
	color: #FFFFFF;
}
.news_two .item:hover a{
	color: #CC0000;
}
.com_slide .swiper-slide:hover{
	z-index: 999;
}
.com_slide .swiper-slide:hover .item{
	transform: scale(1.24);
}
.com_slide .swiper-slide:hover img{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.slide_culture .swiper-slide:hover{
	transform: translateY(-15px);
}
.slide_culture .swiper-slide:hover .pic{
	transform: rotate(180deg);
}
.depnum .li:hover{
	transform: translateY(-20px);
}
.page_advan .item .adv_box:hover img{
	transform: scale(1.05);
}
.recu_top .rec_more:hover{
	color: #CC0000;
	border: 1px solid #CC0000;
}
.serve_list .item:hover{
	transform: translateY(-20px);
}
.sevtype_list .item:hover .inbox{
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.sevtype_list .item:hover .io{
	transform: scale(1.1);
}
.header .nav_list li .nav_second a:hover{
	background: #d33030;
	color: #ffffff;
}
.deal_content .subgroup .deal_btn:hover{
	background-color: #62a5ec;
}
.footer .linklist .lin_r a:hover{
	color:rgba(255,255,255,0.9);
}
.page_advan .item .info .more:hover{
	border: 1px solid rgba(204,0,0,1);
	color: rgba(204,0,0,1);
}


}

@media screen and (max-width: 1200px){
.wapper{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.header{
	display: none;
}
.main{
	margin-top: 55px;
}
.banner .index_title{
	font-size: 20px;
}
.hd_title{
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 35px;
}
.hd_title .line{
	margin: 16px auto 0;
}
.product_box .wapper{
	padding: 0 10px;
}
.pro_list{
	margin: 0 -5px;
}
.pro_list li{
	width: 50%;
	padding: 0 5px;
	margin-bottom: 30px;
}
.pro_list li .img{
	height: auto;
}
.pro_list li .con{
	padding-top: 15px;
	padding-bottom: 30px;
}
.pro_list li .con h3{
	font-size: 15px;
}
.pro_list li .con .line{
	margin: 12px auto;
}
.pro_list li .con .word{
	font-size: 13px;
	line-height: 1.6;
}
.pro_list li .lead_bt{
	width: 30px;
	height: 30px;
	bottom: -15px;
}
.pro_list li .lead_bt span{
	border-top: 6px dashed #fff;
    border-top: 6px solid\9 #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.pro_more{
	margin-top: 0;
	margin-bottom: -35px;
}
.pro_more img{
	height: auto;
	width: 86%;
}
.pro_more a{
	top: 30px;
}
.advan_box{
	padding-bottom: 40px;
	background-size: cover;
	margin-top: 10px;
	padding-top: 40px;
}
.wapper_mb{
	width: 100%;
	padding-left: 15px;
}
.advan_list{
	margin: 0;
}
.advan_list .li{
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	background: transparent;
}
.advan_list .li .inbox{
	box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	padding: 20px 0;
	width: 100%;
}
.advan_list .li .icon{
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}
.advan_list .li .icon img{
	max-height: 50px;
}
.advan_list .li .ad_name{
	font-size: 20px;
	line-height: 50px;
	height: 50px;
}
.advan_list .li .ad_more{
	font-size: 14px;
}
.customer_list{
	margin: 0 -5px;
}
.customer_list li{
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.customer_list li .inbox{
	height: 70px;
	line-height: 70px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.contact_box{
	padding-bottom: 30px;
}
.contact_box .phone{
	font-size: 30px;
	background-size: 30px 30px;
	padding-left: 40px;
}
.contact_box .ask_more{
	margin: 30px auto 0;
}
.new_box .new_bg{
	display: none;
}
.new_box .hd_title{
	color: #323232;
}
.new_box .hd_title .line{
	background: #C5012F;
}
.new_box .tab_hd {
	margin-bottom: 20px;
}
.tab_hd li .inbox{
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	background: #EEEEEE;
}
.new_body li .n_time{
	display: none;
}
.new_body li{
	padding: 15px 15px 20px 15px;
}
.new_body li .inbox{
	padding-left: 0;
	padding-right: 0;
	height: auto;
}
.new_body li .n_img{
	width: 100%;
	height: auto;
	position: relative;
}
.new_body li .n_con{
	padding-top: 20px;
}
.new_body li .n_con h3{
	margin-bottom: 10px;
	font-size: 16px;
}
.new_body li .n_con .tu{
	font-size: 13px;
	line-height: 1.6;
}
.new_box{
	padding-bottom: 30px;
}
.footer .info{
	padding: 25px 15px 15px;
}
.footer .info .fot_l{
	float: none;
}
.footer .info .fot_r{
	float: none;
	margin-top: 12px;
}
.footer .info .fot_l .phone{
	margin-bottom: 10px;
	font-size: 18px;
	background-size: 20px 20px;
	height: 20px;
	line-height: 20px;
}
.footer .info .fot_l .im{
	line-height: 24px;	
	font-size: 13px;
}
.footer .info .fot_r .ewm{
	display: block;
	margin: 0 auto;
}
.footer .linklist{
	padding: 15px;
	font-size: 12px;
	display: none;
}
.footer .linklist .lin_l{
	position: relative;
	top: 0;
}
.footer .linklist .lin_r a{
	margin-right: 10px;
}
.footer .copyright{
	height: auto;
	line-height: 20px;
	font-size: 12px;
	padding: 15px;
	
}
.window_right{
	display: none;
}
.project_box li{
	width: 50%;
}
.footer .info .fot_l .inim{
	display: block;
}
.footer .info .fot_l .inim>div{
	width: 100%;
}
.footer .info .fot_l .inim p{
	padding: 3px 0 3px 35px;
	position: relative;
	line-height: 30px;
}
.footer .info .fot_l .inim img{
	margin-right: 0;
	transform: scale(.8);
	position: absolute;
	left: 0;
	top: 3px;
}
.banner .banner_con{
	font-size: 28px;
}
.banner .banner_con span{
	margin: 20px auto 0;
}
.tab-head .tab-li .link{
	padding: 15px 0;
}
.tab-head .tab-li .link .tab-icon{
	width: 24px;
	height: 24px;
	margin: 0 auto 10px auto;
}
.tab-head .tab-li .link .tab-text{
	font-size: 14px;
}
.tab-head{
	margin-top: 20px;
	margin-bottom: 20px;
}
.tab-body-container .tab-body-box .messages{
	padding: 15px;
}
.tab-body-container .tab-body-box .messages .messages-img,.tab-body-container .tab-body-box .messages .messages-content{
	float: none;
	width: 100%;
	margin-left: 0;
}
.tab-body-container .tab-body-box .messages .messages-img{
	height: auto;
}
.tab-body-container .tab-body-box .messages .messages-content{
	padding-top: 20px;
}
.tab-body-container .tab-body-box .messages .messages-content .title{
	line-height: 1.5;
	height: 1.5em;
	font-size: 16px;
}
.tab-body-container .tab-body-box .messages .messages-content .context{
	font-size: 14px;
	margin-top: 10px;
}
.tab-body-container .tab-body-box .messages .messages-time-box{
	display: none;
}
.tab-body-container .pages{
	margin: 30px 0;
}
.new_detail{
	padding-bottom: 30px;
}
.nav_bread{
	height: 50px;
	line-height: 50px;
}
.news_body{
	padding: 0 10px;
}
.news_body .new_hd{
	padding: 20px 0;
}
.news_body .new_hd h3{
	font-size: 16px;
	line-height: 1.6;
}
.news_body .new_hd .info{
	margin-top: 15px;
	font-size: 12px;
}
.news_body .new_con{
	padding: 20px 0;
}
.news_body .new_con table{
	font-size: 12px;
}
.news_body .new_con img{
	margin-bottom: 20px;
}
.news_body .new_con p{
	line-height: 1.6;
	margin-bottom: 15px;
}
.news_two{
	height: 100px;
	line-height: 50px;
}
.news_two .item{
	float: none;
	width: 100%;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
.news_two .item:first-child{
	border-right: 0;
	border-bottom: 1px solid #F8F8F8;
}
.pageab_top{
	height: 50px;
}
.pageab_top .topLink{
	font-size: 14px;
	padding: 0;
	width: 33.333333%;
	text-align: center;
	    height: 14px;
    line-height: 14px;
}
.pageab_main .page_title{
	font-size: 20px;
}
.page_compcon{
	padding-top: 40px;
	padding-bottom: 50px;
}
.page_compcon .con_info{
	padding: 30px 0;
	font-size: 12px;
	width: 100%;
}

.page_compcon .con_info .ifd {
	margin: 20px 0;
}

.page_compcon .con_info .ifd ul{
	width: 100%;
}
.page_compcon .con_info .ifd ul li .p1 {
	font-size: 14px;
}
.page_compcon .con_info .ifd ul li .p2 {
	font-size: 28px;
}
.page_compcon .con_info .ifd ul li .p2 span {
	font-size: 12px;
	color: #333333;
}

.com_slide .swiper-container{
	padding: 0;
}
.com_slide .item{
	padding: 0;
}
.com_slide .item img{
	border-radius: 5px;
}
.page_cultrue{
	padding: 40px 0;
}
.slide_culture .swiper-slide{
	padding: 10px;
}
.slide_culture .pic{
	width: 100px;
	height: 100px;
}
.slide_culture .tt{
	font-size: 14px;
	margin: 10px 0 15px;
}
.slide_culture .con{
	font-size: 12px;
	line-height: 1.6;
}
.page_cultrue .page_title{
	margin-bottom: 30px;
}
.page_cultrue .wapper{
	padding: 0 0 0 15px;
}
.page_contact{
	padding: 40px 0;
}
.page_contact .page_title{
	margin-bottom: 40px;
}
.page_contact .maplist{
	margin: 0;
}
.maplist .li{
	width: 100%;
	padding: 0;
	margin-bottom: 30px
}
.maplist .li .item .my-map{
	margin-bottom: 20px;
}
.my-map{
	height: 170px;
}
.maplist .li .item .info img{
	margin-right: 10px;
	width: 14px;
	height: 18px;
}
.maplist .li .item .info h3{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
}
.maplist .li .item .info p{
	line-height: 20px;
	font-size: 12px;
}
.banner_adv img{
	height: 400px;
}
.banner_con .title{
	margin-bottom: 30px;
}
.depnum .li{
	width: 120px;
	height: 120px;
	margin: 0 15px;
}
.depnum .li .in{
	font-size: 14px;
}
.depnum .li .in strong{
	font-size: 30px;
}
.depnum .li .in .tt{
	margin-top: 10px;
}
.page_advan .item{
	padding: 40px 0;
}
.page_advan .item .img{
	width: 100%;
}
.page_advan .item .info{
	width: 96%;
	/*height: auto;*/
	margin: -30px auto 0;
	position: relative;
	left: auto;
	right: 0;
	top: auto;
	padding: 40px;
}
.page_advan .item .info .ad_top .lf{
	font-size: 16px;
}
.page_advan .item .info .ad_top .lf span{
	width: 40px;
	margin-bottom: 24px;
}
.page_advan .item .info .ad_top .pai{
	font-size: 50px;
}
.page_advan .item .info .ad_top{
	margin-bottom: 50px;
}
.page_advan .item .info .ad_con{
	font-size: 12px;
}
.banner .banner_con{
	width: 100%;
}
.banner_adv .word{
	font-size: 12px;
	line-height: 1.6;
	margin: 0 -6px;
	width: 100% !important;
	    max-height: 4.8em;
    overflow: hidden;
}
.recruit_box .titile{
	padding: 30px 0;
	font-size: 20px;
}
.recruit_box .info{
	font-size: 12px;
	padding: 0 10px;
	height: 80px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.service_title{
	font-size: 12px;
	padding: 4px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.service_title p{
	line-height: 1.5;
}
.recruit_box .info p{
	line-height: 1.5;
}
.recru_list{
	margin: 0 0 40px;
}
.recru_list .item{
	margin-top: 20px;
	width: 100%;
	float: none;
	padding: 0;
}
.recru_list .item .recu_top{
	padding: 20px 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.recru_list .item .recu_top .inbox{
	padding-left: 60px;
}
.recru_list .item .recu_top .cr_left{
	width: 44px;
	height: 44px;
}
.recu_top .recu_rig .ss_1{
	margin-bottom: 15px;
	font-size: 14px;
}
.recu_top .recu_rig .ss_1 i{
	font-size: 14px;
}
.recu_top .recu_rig .io{
	margin-bottom: 15px;
	font-size: 13px;
}
.recu_top .recu_rig .io span{
	margin-right: 10px;
}
.recu_top .recu_rig .io img{
	margin-right: 4px;
}
.recu_top .rec_more{
	width: 90px;
	font-size: 13px;
}
.recu_bot{
	padding: 20px 15px;
}
.recu_bot .sec{
	margin-top: 20px;
}
.recu_bot h3{
	font-size: 16px;
	margin-bottom: 20px;
}
.recu_bot p{
	font-size: 14px;
}
.sevtype_list .item{
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
.conssult_box .titile{
	padding: 40px 0;
	font-size: 20px;
}
.sevtype_list{
	margin: 0 0 30px;
}
.sevtype_list .item .inbox{
	padding: 0 25px;
}
.sevtype_list .item .img{
	padding: 40px 0 30px;
}
.sevtype_list .item .ip{
	font-size: 16px;
	margin-top: 30px;
}
.sevtype_list .item .word{
	padding: 30px 0;
}
.sevtype_list .item .word .iu{
	min-height: auto;
}
.serve_ad{
	padding-bottom: 30px;
}
.serve_ad .serve_list{
	margin: 0;
	display: block;
}
.serve_list .item{
	width: 50% !important;
	padding: 0 10px 30px;
}
.serve_list .item .img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.serve_list .item .img img{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.serve_list .item .wprd h3{
	font-size: 16px;
}
.serve_list .item .wprd .p{
	font-size: 12px;
	height: 5.4em;
	overflow: hidden;
}
.serve_process .process_list{
	margin: 0;
	padding-top: 0;
}
.process_list .item{
	width: 50%;
	padding: 0;
	flex-wrap: nowrap;
	float: none;
	display: block !important;
	padding-left: 45px;
	margin-left: auto;
}
.process_list:before{
	height: 100%;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
	right: auto;
}
.process_list .item .num, .process_list .item .word{
	width: auto;
}
.process_list .item .num{
	width: 30px;
	height: 40px;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 0;
}
.process_list .item .num span{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.process_list .item .word{
	padding: 20px 10px;
	font-size: 16px;
}
.process_list .item:nth-child(even){
	transform: translateY(0);
}
.process_list .item:nth-child(even){
	margin-right: auto;
	margin-left: 0;
	padding-left: 0;
	padding-right: 45px;
}
.process_list .item:nth-child(even) .num{
	left: auto;
	right: -15px;
}
.serve_process{
	padding-bottom: 50px;
}
.pc_show{
	display: none;
}
.mb_show{
	display: block;
}
.weltype_list .item{
	width: 100%;
	padding: 30px 0;
}
.weltype_list .item .img{
	width: 80px;
	height: 80px;
}
.weltype_list .item .img .wel_bg{
	width: 100px;
	height: 100px;
	top: 5px;
	left: 5px;
}
.weltype_list{
	margin: 0 -15px;
}
.weltype_list .gallery-thumbs{
	padding-bottom: 40px;
}
.weltype_list .gallery-thumbs .swiper-slide{
	padding: 15px;
}
.weltype_list .swiper-slide-active .item{
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.weltype_list .item .ty{
	font-size: 14px;
	margin-top: 20px;
}
.weltype_list .swiper-pagination{
	bottom: 10px !important;
}
.weltype_list .swiper-pagination-bullet{
    background-color: #DDDDDD;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    opacity: 1;
}
.weltype_list .swiper-pagination-bullet-active{
	background-color: rgba(204,0,0,1);
}
.gallery-top .swiper-slide{
	border: 0;
	padding: 20px 15px;
}
.welfare_type{
	margin-bottom: 30px;
}
.banner_con_c{
	top: auto;
	bottom: -1px;
}
.calculator_box{
	margin-top: 0;
	margin-bottom: 30px;
}
.calculator_main .cal_left, .calculator_main .cal_right{
	float: none;
	width: 100%;
}
.banner_con_c .cal_li{
	margin: 0 20px;
	font-size: 14px;
}
.banner_con_c .cal_li .img_main{
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
}
.banner_con_c .cal_li .img_sj{
	width: 34px;
	height: 20px;
}
.calculator_main{
	padding: 25px 15px;
	box-shadow: none;
}
.cal_left .social_group{
	width: 100%;
}
.calculator_main .cal_title{
	font-size: 16px;
}
.cal_left .social_group .cal_title{
	margin-bottom: 20px;
}
.cal_left .social_group .item{
	height: 48px;
	line-height: 46px;
	margin-bottom: 15px;
	padding-left: 48px;
	padding-right: 15px;
}
.cal_left .social_group .item .icon_img{
	width: 48px;
	height: 48px;
	line-height: 48px;
}
.cal_left .social_group .item .tip{
	left: 48px;
}
.cal_left .social_group .check_lab{
	font-size: 14px;
}
.cal_left .social_group .tip_lab{
	font-size: 14px;
	right: 15px;
}
.cal_left .social_group .btn-box{
	margin: 20px 0 30px;
}
.cal_left .social_group .btn-box .btn{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.cal_right .cal_title{
	margin-bottom: 20px;
}
.money_num .item{
	width: 100px;
	height: 100px;
}
.money_num{
	margin-top: 30px;
}
.money_num .item .tt{
	font-size: 12px;
	margin-bottom: 10px;
}
.money_num .item .num{
	font-size: 18px;
}
.money_num .item i{
	font-size: 14px;
	margin-right: 2px;
}
.calcul_tip{
	margin-top: 30px;
	padding: 10px 20px;
}
.calcul_tip .tp{
	font-size: 14px;
	margin-bottom: 10px;
}
.calcul_tip .p{
	font-size: 12px;
}
.person_cal{
	margin: -5px;
}
.person_cal .choose{
	width: 25%;
	padding: 5px;
}
.person_cal .choose .inbox{
	padding: 8px 5px;
}
.person_cal .choose .inbox .img{
	margin: 0 auto;
}
.person_cal .choose .inbox p{
	font-size: 12px;
}
.person_cal .choose .inbox img{
	transform: scale(.8);
}

.person_result{
	margin-top: 30px;
}
.mb_slide{
	width: 100%;
	text-align: justify;
}
.footer_logo {
	display: none;
}
.footer_list {
	display: grid;
	grid-template-columns: 30% 70%;
}
.footer_list .item {
	align-self: center;
}
.footer_list .item h3 {
	display: none;
}
.footer_list .item_phone {
	display: none;
}
.footer_list .item::before{
	display: none;
}
.footer_list .item::after{
	display: none;
}




/*.m_licheng:after{left:85px;width:1px;height:100%;top:0;background-color:#dcdcdc}
.licheng_list .item{float:none;width:auto;padding:0;overflow:hidden;margin-bottom:10px}
.licheng_list .year{float:left;font-size:14px;height:40px;line-height:40px;width:60px;margin-right:20px;padding-bottom:0;margin-bottom:0}
.licheng_list .year:after{bottom:auto;top:12px;left:auto;right:-18px;margin:0;width:16px;height:16px;background-size:100% 100%}
.licheng_list .txt_box{overflow:hidden;text-align: left;padding: 10px;background: #f6f6f6}
.licheng_list .txt{padding:4px 8px;margin-bottom:10px}
.licheng_list .tit{text-align:left;line-height:1.8em}
.licheng_list .year span{width: 24px;height: 24px;line-height: 24px;font-size: 14px;margin-top: 8px;}*/

}
@media screen and (max-width: 900px){
.person_count .count_lox{
	width: 100%;
}
.person_count .tot_num{
	margin-top: 20px;
	margin-bottom: 20px;
}
.person_count .tot_num p{
	font-size: 14px;
	margin-bottom: 10px;
}
.person_count .tot_num h3{
	font-size: 24px;
}
.person_count .tot_num i{
	font-size: 14px;
}
.person_count .cont{
	width: 140px !important;
	height: 140px !important;
}
.person_count .echarts{
	justify-content: space-around;
}
.cont-list .li{
	font-size: 12px;
}
.cont-list .li i{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.cont-list .li span{
	font-size: 12px;
	width: 87px;
}
.cont-list .li .last{
	padding-left: 10px;
}
.cont-list{
	width: auto;
	padding-bottom: 10px;
}
.result_ck .ck_list p{
	margin-top: 14px;
	font-size: 12px;
}
.person_count .cal_title{
	font-size: 18px;
}
.person_count .count_lox .group{
	padding-left: 100px;
}
.person_count .count_lox .group .span{
	width: 90px;
	font-size: 12px;
	line-height: 48px;
}
.person_count .count_lox .group .g_inp{
	height: 48px;
	line-height: 46px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
.person_count .count_lox .group .yuan{
	font-size: 14px;
	right: 15px;
}
.person_count .count_lox .g_btn .count_btn{
	width: 110px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
.person_count .count_lox .g_btn button{
	font-size: 14px;
}
.person_count .cal_right{
	margin-top: 40px;
}
}
@media screen and (max-width: 1000px){
.person_count .cal_left, .person_count .cal_right{
	float: none;
	width: 100%;
}

}
@media screen and (max-width: 768px){
.banner img,.banner .swiper-slide img{
	height: 200px;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 6px !important;
}
.banner .swiper-pagination-bullet{
	width: 26px;
	/*height: 10px;*/
}
.project_box{
	margin: 20px 0;
}
.project_box li{
	width: 100%;
}
.project_box li .item .img{
	height: auto;
}
.project_box li .item{
	
}
.project_box li .item a{
	padding-bottom: 70px;
}
.project_box li .item .inbox{
	height: 70px;
	overflow: hidden;
	top: auto;
	bottom: 0;
	padding-bottom: 0;
}

.project_box li .item .tit{
	height: 70px;
	padding-bottom: 20px;
}
.project_box li .item .tit:before{
	bottom: 20px;
}
.banner .banner_con{
	font-size: 24px;
}

.banner_adv img{
	height: 200px;
}
.banner_con .title{
	margin-bottom: 20px;
}
.depnum .li{
	width: 80px;
	height: 80px;
	margin: 0 3px;
}
.depnum .li .in{
	font-size: 10px;
}
.depnum .li .in strong{
	font-size: 22px;
}
.depnum .li .in .tt{
	margin-top: 10px;
}
}
