.hidden{
	overflow: hidden;
}
.deal_bg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1001;
}
.deal_content{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1002;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width:659px;
	background:linear-gradient(232deg,rgba(239,247,255,1),rgba(199,226,255,1));
	border-radius:13px;
	padding: 0 126px 65px;
}
.deal_content .title{
	text-align: center;
	padding: 42px 0 40px;
	font-size: 30px;
	font-weight: normal;
}
.deal_content .btn_close{
	position: absolute;
	top: 16px;
	right: 20px;
	width: 24px;
	cursor: pointer;
}
.deal_content .deal_box .group{
	margin-top: 15px;
	background: #FFFFFF;
	border-radius: 5px;
	position: relative;
	height: 56px;
	padding: 0 10px 0 66px;
	line-height: 56px;
}
.deal_content .deal_box .group .img{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.deal_content .deal_box .group input{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 56px;
}
.deal_content .subgroup{
	margin-top: 25px;
}
.deal_content .subgroup .deal_btn{
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border: 0;
	outline: none;
	background: #2585EB;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 5px;
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	transition: background-color .4s;
}





.banner{
	position: relative;
}
.banner .swiper-slide img{
	height: 700px;
}
.banner a{
	display: block;
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.banner .index_title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	font-size: 40px;
	color: #ffffff;
}
.banner .banner_con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #FFFFFF;
	line-height: 1;
	font-size: 34px;
	text-align: center;
}
.banner .banner_con span{
	display: block;
	width:36px;
	height:2px;
	background:rgba(246,246,246,1);
	margin: 30px auto 0;
}
.banner .swiper-pagination{
	bottom: 32px !important;
}
.banner .swiper-pagination-bullet{
	width:35px;
	height:5px;
	background:rgba(255,255,255,0.7);
	border-radius:3px;
	border: 0;
}
.banner .swiper-pagination-bullet-active{
	background:rgba(255,255,255,1);
}
.hd_title{
	text-align: center;
	font-size: 34px;
	padding-top: 52px;
	padding-bottom: 60px;
}
.hd_title .line{
	display: block;
	height: 3px;
	width: 60px;
	background: #C5012F;
	margin: 30px auto 0; 
}
.pro_list{
	margin: 0 -13px;
}
.pro_list li{
	float: left;
	width: 25%;
	padding: 0 13px;
	
	/*transition-delay: 1s;*/
}
.pro_list li .inbox{
	padding: 10px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 0px 24px rgba(0,0,0,.1);
	position: relative;
	transition: all .4s;
}
.pro_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_list li .img{
	height: 170px;
	overflow: hidden;
}
.pro_list li .img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.pro_list li .con{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.pro_list li .con h3{
	font-size: 22px;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
}
.pro_list li .con .line{
	display: block;
	width:43px;
	height:1px;
	background:rgba(220,220,220,1);
	margin: 24px auto;
}
.pro_list li .con .word{
	color: #646464;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}
.pro_list li .lead_bt{
	display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: -webkit-gradient(245deg,rgba(255,17,17,1),rgba(197,1,47,1));
    background: -webkit-linear-gradient(245deg,rgba(255,17,17,1),rgba(197,1,47,1));
    background: -o-linear-gradient(245deg,rgba(255,17,17,1),rgba(197,1,47,1));
    background: linear-gradient(245deg,rgba(255,17,17,1),rgba(197,1,47,1));
    border-radius: 50%;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.pro_list li .lead_bt span{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: auto;
    border-top: 8px dashed #fff;
    border-top: 8px solid\9 #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.pro_more{
	position: relative;
	margin-top: 30px;
	margin-bottom: -25px;
}
.pro_more img{
	display: block;
	height: 170px;
	margin: 0 auto;
}
.pro_more a{
	width:126px;
	height:37px;
	line-height: 35px;
	border-radius: 18px;
	text-align: center;
	display: block;
	color: #CC0000;
	border:1px solid rgba(204,0,0,1);
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
.advan_box{
	/*background: #F7F7F7;*/
	background: url(../images/home_youshi.jpg) no-repeat;
	background-position: center center;
	padding-bottom: 90px;
	margin-top: 20px;
}
.advan_box .hd_title{
	color: #ffffff;
}
.advan_box .ad_top{
	margin: 0 auto;
	display: none;
}
.advan_list{
	margin: 0 -18px;
}
.advan_list .li{
	float: left;
	width: 33.33333%;
	padding: 0 18px;
}
.advan_list .li .inbox{
	box-shadow: 0px 0px 24px rgba(0,0,0,.15);
	padding: 30px 0;
	background: #ffffff;
    border-radius: 6px;
}
.advan_list .li .icon{
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-bottom: 27px;
}
.advan_list .li .icon img{
	max-height: 70px;
}
.advan_list .li .ad_name{
	font-size: 24px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    line-height: 66px;
    height: 66px;
    text-align: center;
}
.advan_list .li .ad_more{
	width:126px;
	height:37px;
	line-height: 35px;
	text-align: center;
	color: #969696;
	border-radius: 18px;
	margin: 20px auto 0;
	border:1px solid rgba(200,200,200,1);
	-webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.customer_list{
	margin: 0 -15px;
}
.customer_list li{
	float: left;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.customer_list li .inbox{
	display: block;
	height: 110px;
	line-height: 110px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.customer_list li .inbox img{
	max-height: 80%;
	max-width: 80%;
	transition: all .4s;
}

.contact_box{
	text-align: center;
	padding-bottom: 63px;
}
.contact_box .phone{
	display: inline-block;
	background: url(../images/icon-phone-circle.png) no-repeat;
	background-size: 44px 44px;
	background-position: left center;
	padding-left: 57px;
	height: 44px;
	line-height: 44px;
	font-size: 47px;
	font-style: italic;
}
.contact_box .ask_more{
	display: block;
	width:172px;
	height:44px;
	line-height: 44px;
	text-align: center;
	background:linear-gradient(90deg,rgba(191,9,10,1),rgba(233,15,15,1));
	border-radius:5px;
	margin: 47px auto 0;
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	transition: all .4s;
}
.contact_box .ask_more:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	background: rgba(201,201,201,0.51);
	border-radius: 5px;
	z-index: -1;
	transition: all .4s;
}



.new_box{
	position: relative;
	padding-bottom: 50px;
}
.new_box .new_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px;
	object-fit: cover;
	z-index: -1;
}
.new_box .hd_title{
	color: #FFFFFF;
}
.new_box .hd_title .line{
	background: #FFFFFF;
}
.new_box .tab_hd{
	margin: 0 -3px 5px;
}
.tab_hd li{
	float: left;
	width: 33.33333%;
	padding: 0 3px;
	cursor: pointer;
}
.tab_hd li .inbox{
	background: #FFFFFF;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 22px;
	transition: all .6s;
}
.tab_hd li.on .inbox{
	background:linear-gradient(90deg,rgba(191,9,10,1),rgba(233,15,15,1));
	color: #FFFFFF;
}

.new_body{
	display: none;
}
.tab_show{
	display: block !important;
}
.new_body li{
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 25px 0 25px 35px;
	border: 1px solid #EEEEEE;
	transition: all .4s;
}
.new_body li .inbox{
	display: block;
	width: 100%;
	height: 160px;
	position: relative;
	padding-left: 296px;
	padding-right: 280px;
}
.new_body li .n_img{
	width: 260px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 5px;
}
.new_body li .n_img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.new_body li .n_con{
	padding-top: 34px;
}
.new_body li .n_con h3{
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
	transition: all .4s;
}
.new_body li .n_con .tu{
	color: #787878;
	font-size: 14px;
	line-height: 1.8;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.new_body li .n_time{
	position: absolute;
	right: 0;
	top: 25px;
	width: 207px;
	height: 110px;
	text-align: center;
	border-left: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(120,120,120,0.5);
	line-height: 1.7;
}
.new_body li .n_time .tb{
	text-align: left;
}
.new_body li .n_time p{
	font-size: 22px;
}
.new_body li .n_time span{
	font-size: 16px;
}




/*服务项目*/
.project_box{
	margin: 45px 0;
}
.project_box ul{
	margin: 0 -15px;
}
.project_box li{
	width: 33.333333%;
	float: left;
	padding: 15px;
}
.project_box li .item{
	border: 1px solid #EEEEEE;
	transition: all .32s ease;
}
.project_box li .item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 105px;
}
.project_box li .item .img{
	height: 250px;
}
.project_box li .item .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .36s ease;
}
.project_box li .item .inbox{
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 30px;
	transition: all .36s ease;
}
.project_box li .item .tit{
	height: 105px;
	padding-bottom: 25px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 16px;
}
.project_box li .item .tit:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	width: 47px;
	height: 1px;
	background: #C8C8C8;
}
.project_box li .item .p{
	margin: 0 30px 26px;
	color: #787878;
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	height: 96px;
	overflow: hidden;
}
.project_box li .item .href{
	display: block;
	margin: 0 auto;
	width:126px;
	height:37px;
	border-radius: 18px;
	line-height: 35px;
	text-align: center;
	color: #CC0000;
	border:1px solid rgba(204,0,0,1);
	transition: all .4s;
}



.tab-head{
	overflow: hidden;
	border-radius: 2px;
	position: relative;
	margin-top: -75px;
    margin-bottom: 50px;
	box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -webkit-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -moz-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -ms-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -o-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
}
.tab-head .tab-li{
	width: 33.33333333%;
    float: left;
    background: #FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 3px solid #F8F8F8;
}
.tab-head .tab-li:first-child{
	border-left: 0;
}
.tab-head .tab-li .link {
    display: block;
    color: #000;
    padding: 39px 0 32px;
    text-align: center;
}
.tab-head .tab-li .link .tab-icon {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 50px;
    margin: 0 auto 27px auto;
    background-size: 100% 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tab-head .tab-li .link .icon-news{
	background: url(../img/icon-new1.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.tab-head .tab-li .link .icon-industry{
	background: url(../img/icon-new2.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.tab-head .tab-li .link .icon-policy{
	background: url(../img/icon-new3.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.tab-head .tab-li .link .tab-text{
	line-height: 1;
	font-size: 22px;
}
.tab-head .tab-li.active {
    background:linear-gradient(90deg,rgba(191,9,10,1),rgba(233,15,15,1));
}
.tab-head .tab-li.active .icon-news{
	background: url(../img/icon-new1-h.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.tab-head .tab-li.active .icon-industry{
	background: url(../img/icon-new2-h.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.tab-head .tab-li.active .icon-policy{
	background: url(../img/icon-new3-h.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.tab-head .tab-li.active .tab-text{
	color: #FFFFFF;
}
.tab-body-container .tab-body-box {
    width: 100%;
    display: none;
}
.tab-body-container .tab-body-box.active {
    display: block;
}
.tab-body-container .tab-body-box .messages {
	padding: 24px 0 24px 34px;
    margin: 5px auto 18px auto;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.tab-body-container .tab-body-box .messages:last-child{
	margin-bottom: 0;
}
.tab-body-container .tab-body-box .messages .link{
	display: block;
	width: 100%;
	height: 100%;
}
.tab-body-container .tab-body-box .messages .messages-img{
	float: left;
	width: 260px;
	height: 160px;
	border-radius: 5px;
	overflow: hidden;
}
.tab-body-container .tab-body-box  .messages .messages-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.tab-body-container .tab-body-box .messages .messages-content {
    width: 600px;
    position: relative;
    float: left;
    margin-left: 36px;
    padding-top: 35px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.tab-body-container .tab-body-box .messages .messages-content .title{
	font-size: 18px;
	line-height: 1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.tab-body-container .tab-body-box .messages .messages-content .context{
	font-size: 14px;
	color: #787878;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 30px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.tab-body-container .tab-body-box .messages .messages-time-box {
    width: 207px;
    height: 160px;
    float: right;
    position: relative;
}
.tab-body-container .tab-body-box .messages .messages-time-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 114px;
    margin-top: -57px;
    background: #DEDEDE;
}
.tab-body-container .tab-body-box .messages .messages-time-box .messages-time {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	color:rgba(120,120,120,0.5);
	line-height: 1;
	font-size: 16px;
}
.tab-body-container .tab-body-box .messages .messages-time-box .messages-time .m-d{
	font-size: 22px;
	margin-bottom: 19px;
}
.tab-body-container .tab-body-box .messages .messages-time-box .messages-time p{
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.pages{
	text-align: center;
}
.pages .link,.pages a,.pages span{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #656565;
	font-size: 14px;
	margin: 0 4px;
	border: 1px solid #E5E5E5;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.pages a.laypage_next,.pages a.laypage_prev{
	width: auto;
	padding: 0 10px;
}
.pages .link.active,.pages .laypage_curr{
	background: #CC0000;
	border-color: #CC0000;
	color: #FFFFFF;
}
.pages .betw{
	font-family: simhei;
}
.tab-body-container .pages{
	margin: 50px 0;
}

.new_detail{
	background: #F8F8F8;
	padding-bottom: 67px;
}
.nav_bread{
	height: 66px;
	line-height: 66px;
}
.nav_bread a,.nav_bread i{
	color: #787878;
}
.news_body{
	background: #FFFFFF;
	padding: 0 37px;
}
.news_body .new_hd{
	text-align: center;
	padding: 40px 0;
	line-height: 1;
	border-bottom: 1px dotted #ccc;
}
.news_body .new_hd h3{
	font-weight: 400;
	font-size: 24px;
}
.news_body .new_hd .info{
	color: #969696;
	margin-top: 30px;
}
.news_body .new_hd .info span{
	margin-right: 10px;
}
.news_body .new_con{
	padding: 40px 0;
}
.news_body .new_con table{
	width: 100% !important;
}
.news_body .new_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
	width: auto !important;
    height: auto !important;
}
.news_body .new_con p{
	color: #505050;
	line-height: 1.8;
	margin-bottom: 20px;
}
.news_two{
	background: #FFFFFF;
	margin-top: 1px;
	height: 60px;
	line-height: 60px;
}
.news_two .item{
	float: left;
	width: 50%;
	height: 60px;
	padding: 0 25px;
	overflow: hidden;
	font-size: 16px;
	
}
.news_two .item:first-child{
	border-right: 1px solid #F8F8F8;
}
.news_two .item a{
	color: #969696;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}



/*关于我们*/
.pageab_top{
	height: 80px;
	background: #F8F8F8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageab_top .topLink{
	display: block;
	line-height: 26px;
	height: 26px;
	padding: 0 70px;
	font-size: 22px;
	border-left: 1px solid #A2A2A2;
}
.pageab_top .topLink:first-child{
	border-left: 0;
}
.pageab_top .topLink.active{
	color: #CE2E29;
}
.pageab_main .page_title{
	font-size: 30px;
	text-align: center;
	line-height: 1;
}
.page_compcon{
	padding-top: 60px;
	position: relative;
	width: 100%;
	/* background: url(about_bg.jpg) bottom center no-repeat; */
	background-size: cover;
}
.bg_company{
	position: absolute;
	right: 0;
	top: 42px;
	bottom: 100px;
	z-index: -1;
}
.page_compcon .con_info{
	padding: 60px;
	/*text-align: center;*/
	color: #505050;
	font-size: 16px;
	line-height: 2;
	/*width: 900px;*/
	margin: 0 auto;
}
/* .page_compcon.con_info img {
    max - width: 100 % ;
    display: block;
    margin - left: auto;
    margin - right: auto;
} */

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

.page_compcon .con_info .ifd ul {
	display: flex;
	justify-content: space-between;
}

.page_compcon .con_info .ifd ul li .p1 {
	font-size: 18px;
	color: #333333;
	line-height: 1
}

.page_compcon .con_info .ifd ul li .p2 {
	font-size: 70px;
	line-height: 1;
	font-family: "DINCond";
	color: #c21c1f;
	margin-top: 15px;
}

.page_compcon .con_info .ifd ul li .p2 span {
	font-size: 16px;
	color: #333333;
}


.com_slide{
	margin: 0 -30px;
}
.com_slide .swiper-container{
	padding: 30px;
}
.com_slide .item{
	width: 100%;
	padding: 0 10px;
	transition: all .4s;
}
.com_slide .item img{
	display: block;
	width: 100%;
	border-radius: 10px;
	transition: all .4s;
}
.com_slide .swiper-wrapper{
	box-sizing: border-box;
}
.com_slide .swiper-slide{
	transition: all .4s;
}
.page_cultrue{
	background: url(../images/bg_cultrue.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 83px 0 99px;
}
.page_cultrue .page_title{
	color: #FFFFFF;
	margin-bottom: 73px;
}
.page_cultrue .slide_culture {
	padding-top: 15px;
}
.slide_culture .swiper-slide{
	border-radius: 5px;
	padding: 30px 40px 44px;
	transition: all .4s;
}
.slide_culture .pic{
	width: 141px;
	height: 141px;
	margin: 0 auto;
	transition: all .4s;
}
.slide_culture .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.slide_culture .tt{
	font-size: 24px;
	line-height: 1;
	margin: 31px 0 32px;
}
.slide_culture .con{
	font-size: 16px;
	line-height: 2em;
	height: 4em;
	overflow: hidden;
	text-align: center;
}
.page_contact{
	/* padding: 76px 0 66px; */
	position: relative;
	/* background: url(../images/bg_map.jpg) no-repeat; */
	background-position: center center;
}
.page_contact .wapper{
	position: relative;
}
.page_contact .bg_map{
	position: absolute;
	right: -50px;
	left: -50px;
	top: -100px;
	z-index: -1;
}
.page_contact .page_title{
	/* margin-bottom: 80px; */
}
.page_contact .maplist{
	padding: 20px 0;
	/* margin: 0 -27px; */
}
.maplist .li{
	width: 50%;
	padding: 25px 27px;
	float: left;
}
.maplist .li .item{
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background: #f7f8fa;
	box-sizing: border-box;
}
.maplist .li .item .my-map{
	margin-bottom: 30px;
}
.maplist .li .item .info{
	display: flex;
	padding-left: 10px;
	padding-bottom: 25px;
}
.maplist .li .item .info img{
	height: 20px;
	width: 16px;
	margin-right: 20px;
}
.maplist .li .item .info h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.maplist .li .item .info p{
	line-height: 30px;
}
.my-map { margin: 0 auto; width: 100%; height: 276px; }
/* .my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; } */
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}









.banner_adv img{
	height: 600px;
	object-fit: cover;
}
.banner_con .title{
	text-align: center;
	margin-bottom: 40px;
}
.depnum{
	display: flex;
	justify-content: center;
}
.depnum .li{
	width: 204px;
	height: 204px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 40px;
	transition: all .4s;
}
.depnum .li .in{
	text-align: center;
	font-size: 18px;
}
.depnum .li .in strong{
	font-size: 56px;
	line-height: 1;
	font-weight: normal;
}
.depnum .li .in .tt{
	margin-top: 30px;
}
.page_advan .item{
	padding: 190px 0 80px;
}
.page_advan .item .adv_box{
	position: relative;
}
.page_advan .item .img{
	width: 70%;
	overflow: hidden;
}
.page_advan .item .img img{
	display: block;
	width: 100%;
	transition: all .4s;
}
.page_advan .item .info{
	width: 56%;
	height: 100%;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 21px 0px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	position: absolute;
	right: 0;
	top: -112px;
	padding: 84px;
}
.page_advan .item .info .ad_top{
	margin-bottom: 50px;
}
.page_advan .item .info .ad_top .lf{
	float: left;
	font-size: 24px;
}
.page_advan .item .info .ad_top .lf span{
	display: block;
	width:86px;
	height:2px;
	background:rgba(204,0,0,1);
	margin-bottom: 48px;
}
.page_advan .item .info .ad_top .pai{
	float: right;
	font-size: 72px;
	font-weight: 100;
	color: #515151;
	line-height: 1;
	font-family: 'pingfang';
}
.page_advan .item .info .ad_con{
	color: #515151;
	font-size: 14px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.page_advan .item .info .more{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	transition: all .4s;
	border: 1px solid rgb(81, 81, 81);
	color: rgb(81, 81, 81);
	margin-top: 40px;
}
.page_advan .item:nth-child(even){
	background: #F6F6F6;
}
.page_advan .item:nth-child(even) .img{
	margin-left: auto;
}
.page_advan .item:nth-child(even) .info{
	left: 0;
	right: auto;
}


.banner_adv .word{
	font-size: 16px;
	text-align: center;
	line-height: 2.4;
}






/*人才招聘*/
.recruit_box{
	/* background: url(../images/bg_recu.png) no-repeat; */
	background-position: center left;
}
.recruit_box .titile{
	text-align: center;
	font-size: 24px;
	padding: 57px 0 67px;
}
.recruit_box .info{
	height: 106px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	background: #FFFFFF;
}
.service_title{
	border-radius:10px;
	text-indent:2em;
	box-shadow:0px 0px 20px rgba(0, 0, 0, .15);
	padding:8px 20px;
	font-size:16px;
	background:#FFFFFF;
}
.service_title p{
	line-height: 2;
}
.recruit_box .info p{
	line-height: 1;
}
.recruit_box .info a{
	color: #2585EB;
}
.recru_list {
	margin: 0 -15px 70px;
}
.recru_list .item{
	margin-top: 36px;
	float: left;
	width: 50%;
	padding: 0 15px;
}
.recru_list .item .recu_top{
	padding: 42px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	background: #FFFFFF;
}
.recru_list .item .recu_top .inbox{
	position: relative;
	padding-left: 110px;
}
.recru_list .item .recu_top .cr_left{
	width: 74px;
	height: 74px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.recu_top .recu_rig .ss_1{
	line-height: 1;
	font-size: 18px;
	margin-bottom: 33px;
}
.recu_top .recu_rig .ss_1 i{
	font-size: 16px;
	color: #2585EB;
}
.recu_top .recu_rig .io{
	line-height: 15px;
	color: #969696;
	margin-bottom: -20px;
}
.recu_top .recu_rig .io span{
	display: inline-block;
	margin-right: 40px;
}
.recu_top .recu_rig .io img{
	vertical-align: middle;
	margin-right: 9px;
	margin-bottom: 3px;
}
.recu_top .rec_more{
	display: block;
	width:109px;
	height:32px;
	line-height: 30px;
	text-align: center;
	color: #B4B4B4;
	border:1px solid rgba(229,229,229,1);
	border-radius:5px;
	margin-left: auto;
	cursor: pointer;
	transition: all .4s;
}
.recu_top .rec_more.on{
	color: #CC0000;
	border: 1px solid #CC0000;
}
.recu_bot{
	padding: 34px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	color: #646464;
	display: none;
}
.recu_bot .sec{
	margin-top: 35px;
	color: #646464;
}
.recu_bot .sec:first-child{
	margin-top: 0;
}
.recu_bot h3{
	font-weight: normal;
	line-height: 1;
	margin-bottom: 34px;
	font-size: 18px;
}
.recu_bot p{
	line-height: 1.5;
}



.conssult_box .titile{
	padding: 70px 0;
	text-align: center;
	font-size: 30px;
}
.sevtype_list{
	margin: 0 -30px 30px;
} 
.sevtype_list .item{
	float: left;
	width: 33.333333%;
	padding: 0 30px;
	margin-bottom: 70px;
}
.sevtype_list .item .inbox{
	background: #FFFFFF;
	box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius:5px;
	padding: 0 36px;
	transition: all.4s;
}
.sevtype_list .item .img{
	padding: 50px 0 34px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}
.sevtype_list .item .io{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	transition: all.4s;
}
.sevtype_list .item .ip{
	font-size: 19px;
	line-height: 1;
	margin-top: 40px;
}
.sevtype_list .item .word{
	padding: 45px 0;
	color: #969696;
	line-height: 2;
}
.sevtype_list .item .word .iu{
	min-height: 8em;
	height: 12em;
	overflow: hidden;
}
.sevtype_list .item .word .iu img{
	max-width: 100%;
	height: 100% !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}
.sevtype_list .item:nth-child(1) .line{
	height:3px;
	background:linear-gradient(90deg,rgba(32,127,234,1),rgba(84,193,243,1));
	border-radius:5px;
}
.sevtype_list .item:nth-child(1) .ip{
	color: #2383EB;
}
.sevtype_list .item:nth-child(2) .line{
	height:3px;
	background:linear-gradient(90deg,rgba(237,65,53,1),rgba(254,131,83,1));
	border-radius:5px;
}
.sevtype_list .item:nth-child(2) .ip{
	color: #EE4537;
}
.sevtype_list .item:nth-child(3) .line{
	height:3px;
	background:linear-gradient(90deg,rgba(78,188,205,1),rgba(59,215,239,1));
	border-radius:5px;
}
.sevtype_list .item:nth-child(3) .ip{
	color: #4DBECF;
}
.sevtype_list .item:nth-child(4) .line{
	height:3px;
	background:linear-gradient(90deg,rgba(243,152,63,1),rgba(255,180,0,1));
	border-radius:5px;
}
.sevtype_list .item:nth-child(4) .ip{
	color: #F49A3B;
}
.sevtype_list .item:nth-child(5) .line{
	height:3px;
	background:linear-gradient(90deg,rgba(80,179,124,1),rgba(35,215,115,1));
	border-radius:5px;
}
.sevtype_list .item:nth-child(5) .ip{
	color: #4DB67B;
}
.sevtype_list .item:nth-child(6) .line{
	height:3px;
	background:linear-gradient(90deg,rgba(157,60,176,1),rgba(204,25,225,1));
	border-radius:5px;
}
.sevtype_list .item:nth-child(6) .ip{
	color: #B21DAC;
}
.serve_ad{
	background: url(../images/bg_ask.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 90px;
}
.serve_ad .titile{
	color: #FFFFFF;
}
.serve_ad .serve_list{
	margin: 0 -60px;
	display: flex;
	justify-content: space-around;
}
.serve_list .item{
	float: left;
	width: 25%;
	padding: 0 60px;
	text-align: center;
	transition: all .8s;
}
.serve_list .item .img{
	width: 171px;
	height: 191px;
	margin: 0 auto 40px;
}
.serve_list .item .wprd{
	color: #FFFFFF;
}
.serve_list .item .wprd h3{
	line-height: 1.5em;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
}
.serve_list .item .wprd .p{
	line-height: 1.8em;
	color:rgba(255,255,255,0.6);
}
.serve_process{
	padding-bottom: 100px;
}
.serve_process .process_list{
	margin: 0 -40px;
	position: relative;
	/*padding-top: 135px;*/
}
.serve_process .slick-track{
	padding-top: 135px;
}
.process_list .item{
	width: 20%;
	float: left;
	padding: 10px 40px;
	display: flex !important;
	flex: 1;
    flex-wrap: wrap; 
    position: relative;
}
.process_list button{
	display: none !important;
}
.process_list .item .num,.process_list .item .word{
 	width: 100%;
 }
.process_list .item .num {
	padding: 0 10px;
	width:61px;
	margin: 11px auto;
	background: #fff;
}
.process_list .item .num span{
	display: block;
	height:41px;
	line-height: 41px;
	text-align: center;
	background:rgba(204,0,0,1);
	border-radius:50%;
	
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 300;
}
.process_list .item .word{
	background:rgba(255,255,255,1);
	border-radius:5px;
	box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	padding: 30px 15px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	height: 135px !important;
	overflow: hidden;
}
.process_list .item .word img{
	display: block;
	margin: 0 auto 20px;
	/*height: 37px;*/
}
.process_list .item:nth-child(even){
	flex-wrap: wrap-reverse;
	transform: translateY(-135px);
}
.process_list:before{
	content: '';
	display: block;
	height: 1px;
	background: #dddddd;
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	z-index: -1;
}


.welfare_type{
	margin-bottom: 80px;
}
.weltype_list .wel_tabhd{
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}
.weltype_list .li_1{
	width: 100%;
}
.weltype_list .li_2{
	width: 50%;
}
.weltype_list .li_3{
	width: 33.333333%;
}
.weltype_list .li_4{
	width: 25%;
}
.weltype_list .li_5{
	width: 20%;
}
.weltype_list .item{
	padding: 66px 0;
	transition: all .4s;
	border-radius: 6px;
}
.weltype_list .item.on{
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.weltype_list .item .img{
	position: relative;
	width: 134px;
	height: 134px;
	z-index: 10;
	margin: 0 auto;
}
.weltype_list .item .img .ci{
	display: block;
	width: 100%;
}
.weltype_list .item .ty{
	text-align: center;
	margin-top: 26px;
	font-size: 18px;
}
.weltype_list .item .img .wel_bg{
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: -1;
}
.wel_con .wel_li{
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 34px;
	display: none;
	transition: all .4s;
}
.wel_con .wel_li img{
	display: block;
	/*width: 100%;*/
	
}
.wel_con .wel_li.active{
	display: block;
}
.pc_show{
	display: block;
}
.mb_show{
	display: none;
}
.gallery-top .swiper-slide{
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 34px;
}
.gallery-top .swiper-slide img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
}



.banner_con_c{
	position: absolute;
	top: 163px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
}
.banner_con_c .cal_li{
	margin: 0 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1;
	position: relative;
}
.banner_con_c .cal_li .img_main{
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto 28px;
}
.banner_con_c .cal_li .img_sj{
	display: none;
	width: 47px;
	height: 29px;
	margin: 26px auto 0;
}
.banner_con_c .cal_li.cal-active .img_sj{
	display: block;
}
.calculator_box{
	margin-top: -175px;
	position: relative;
	z-index: 99;
	margin-bottom: 70px;
}
.calculator_main{
	background: #FFFFFF;
	padding: 63px 50px;
	border-radius: 10px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.15);
}
.calculator_main .cal_title{
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.calculator_main .cal_left,.calculator_main .cal_right{
	float: left;
	width: 50%;
}
.cal_left .social_group{
	width: 405px;
}
.cal_left .social_group .cal_title{
	margin-bottom: 32px;
}
.cal_left .social_group .item{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	margin-bottom: 20px;
	position: relative;
	line-height: 56px;
	padding-left: 58px;
	padding-right: 26px;
	height: 58px;
}
.cal_left .social_group .item .icon_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
}
.cal_left .social_group .item .input{
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.cal_left .social_group .item select.input{
	background: url(../images/icon-down.png) no-repeat center right;
}
.seltype label i {
	font-size: 0.13rem;
	font-style: normal;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	border: #C9C9C9 1px solid;
	border-radius: 3px;
}
.seltype label i img {
	width: 11px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.seltype input[type="checkbox"],input[type="radio"] {
	display: none;
}
.seltype input[type="radio"]+i {
	border-radius: 50%;
}
.seltype input[type="checkbox"]:checked+i,input[type="radio"]:checked+i {
	background: #5FD7BC;
	border: 0;
}
.seltype input[type="checkbox"]:disabled+i,input[type="radio"]:disabled+i {
	border-color: #ccc;
}
.seltype input[type="checkbox"]:checked:disabled+i,input[type="radio"]:checked:disabled+i {
	background: #ccc;
}
.cal_left .social_group .check_lab{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.cal_left .social_group .check_lab input{
	margin-right: 10px;
}
.cal_left .social_group .item.it_tip{
	margin-bottom: 40px;
}
.cal_left .social_group .item .tip{
  	position: absolute;
  	bottom: -30px;
  	left: 58px;
  	line-height: 20px;
  	color: #F4A440;
}                      
.cal_left .social_group .tip_lab{
	position: absolute;
	right: 30px;
	top: 0;
	color: #646464;
	font-size: 16px;
}
.cal_left .social_group .btn-box{
	margin: 33px 0 0;
	display: flex;
	justify-content: space-between;
}
.cal_left .social_group .btn-box .btn{
	width: 49%;
	height: 59px;
	line-height: 59px;
	display: block;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	background: #5FD7BC;
	color: #FFFFFF;
	border: 0;
	outline: none;
}
.cal_left .social_group .btn-box .btn.reset_btn{
	background: #F7F7F7;
	color: #646464;
}
.cal_right .cal_title{
	margin-bottom: 32px;
}
.money_dt .table{
	width: 100%;
	border: 1px solid #EEEEEE;
	border-left: 0;
}
.money_dt .table th,.money_dt .table td{
	vertical-align: middle;
	font-weight: normal;
}
.money_dt .table .th{
	background: #5FD7BC;
	color: #FFFFFF;
	line-height: 48px;
	font-size: 12px;
}
.money_dt .table th{
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.money_dt .table td{
	border-left: 1px solid #EEEEEE;
	line-height: 40px;
	font-size: 12px;
	color: #646464;
	text-align: center;
}
.money_dt .table tr:nth-child(odd){
	background: #F4F7FA;
}
.money_dt .table tr.th:nth-child(odd){
	background: #5FD7BC;
}
.money_num{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.money_num .item{
	width: 158px;
	height: 158px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.money_num .item:nth-child(1){
	border: 2px solid #F4A440;
}
.money_num .item:nth-child(2){
	border: 2px solid #69DBCB;
}
.money_num .item:nth-child(3){
	border: 2px solid #749EE5;
}
.money_num .item:nth-child(1) .num{
	color: #F4A440;
}
.money_num .item:nth-child(2) .num{
	color: #69DBCB;
}
.money_num .item:nth-child(3) .num{
	color: #749EE5;
}
.money_num .item .tt{
	line-height: 1;
	color: #8A8A8A;
	font-size: 16px;
	margin-bottom: 30px;
}
.money_num .item .num{
	font-size: 28px;
	text-align: center;
}
.money_num .item i{
	font-size: 18px;
	margin-right: 5px;
}
.calcul_tip{
	border:1px dashed #54C1F3;
	/*background:linear-gradient(0deg,rgba(32,127,234,1),rgba(84,193,243,1));*/
	border-radius:13px;
	padding: 16px 35px;
	margin-top: 80px;
}
.calcul_tip .tp{
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 25px;
	margin-bottom: 15px;
}
.calcul_tip .tp img{
	display: block;
	margin-right: 15px;
}
.calcul_tip .p{
	color: #787878;
	line-height: 1.8;
}

.person_cal{
	margin: -10px;
}

.person_cal .choose{
	float: left;
	padding: 10px;
	width: 14.285%;
}
.person_cal .choose .inbox{
	border: 1px solid #E5E5E5;
	text-align: center;
	padding: 20px 5px;
	border-radius: 5px;
	display: block;
}
.person_cal .choose .inbox .img{
	width: 30px;
	height: 30px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.person_cal .choose .inbox img{
	display: block;
}
.person_cal .choose .inbox .sih{
	display: none;
}
.person_cal .choose .inbox p{
	color: #646464;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}




.person_cal .choose.choose_active .inbox{
	background: #5FD7BC;
	border: 1px solid transparent;
	box-shadow: 4px 4px 10px rgba(0,0,0,.15);
}
.person_cal .choose.choose_active .inbox .si{
	display: none;
}
.person_cal .choose.choose_active .inbox .sih{
	display: block;
}
.person_cal .choose.choose_active .inbox p{
	color: #FFFFFF;
}
.person_result{
	margin-top: 65px;
}
.person_result .iFrame{
	display: block;
	width: 100%;
}
.person_count .cal_left,.person_count .cal_right{
	float: left;
	width: 50%;
}
.person_count .cal_right{
	/*min-height: 530px;*/
}
.person_count .cal_title{
	font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 32px;
}
.person_count .count_lox{
	width: 420px;
}
.person_count .count_lox .group{
	position: relative;
	padding-left: 140px;
}
.person_count .count_lox .group .span{
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	line-height: 58px;
	font-size: 16px;
}
.person_count .count_lox .group .g_inp{
	background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    line-height: 56px;
    padding-left: 29px;
    padding-right: 26px;
    height: 58px;
}
.person_count .count_lox .group .input{
	display: block;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
}
.person_count .count_lox .group select.input{
	background: url(../images/icon-down.png) no-repeat center right;
}
.person_count .count_lox .group .yuan{
	position: absolute;
	right: 26px;
	top: 0;
	color: #F6A441;
	font-size: 16px;
}
.person_count .count_lox .group.inp_blue .input::-webkit-input-placeholder{color:#57C9E9;}
.person_count .count_lox .group.inp_blue .input:-moz-placeholder{color:#57C9E9;}
.person_count .count_lox .group.inp_blue .input::-moz-placeholder{color:#57C9E9;}
.person_count .count_lox .group.inp_blue .input:-ms-input-placeholder{color:#57C9E9;}
.person_count .count_lox .g_btn button{
	border: 0;
	outline: none;
	font-size: 16px;
	background: #FFFFFF;
}
.person_count .count_lox .g_btn .count_btn{
	width:180px;
	height:55px;
	line-height: 55px;
	text-align: center;
	background:rgba(95,215,188,1);
	border-radius:5px;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 30px;
}
.cont-list{
	width: 260px;
	padding-bottom: 30px;
	border-bottom: 2px solid #F8F8F8;
}
.cont-list .li{
    padding:10px 0;
    overflow: hidden;
  }
  .cont-list .li .box{
    float: left;
    box-sizing: border-box;
  }
  .cont-list .li i{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin:0 15px -4px 0;
  }
  .cont-list .li span{
  	display: inline-block;
  	text-align: left;
  	width: 110px;
  }
  .cont-list .li .first{
    text-align: right;
  }
  .cont-list .li .last{
    padding-left: 15px;
    float: right;
  }
.person_count .echarts{
	display: flex;
	align-items: center;
}

.person_count  .tot_num{
	text-align: center;
	margin-top: 70px;
	line-height: 1;
	margin-bottom: 30px;
}
.person_count  .tot_num p{
	color: #969696;
	font-size: 18px;
	margin-bottom: 20px;
}
.person_count  .tot_num h3{
	color: #5FD7BC;
	font-size: 36px;
}
.person_count  .tot_num i{
	font-size: 18px;
}
.result_ck{
	display: flex;
	/*margin-top: 26px;*/
}
.result_ck .ck_tip{
	width: 240px;
	text-align: center;
	align-self: flex-end;
	color: #787878;
	font-size: 12px;
}
.result_ck .ck_list{
	width: 240px;
}
.result_ck .ck_list p{
	margin-top: 20px;
	line-height: 1;
}
.result_ck .ck_list em{
	color: #57C9E9;
}
/*.m_licheng{margin:0;position:relative;overflow:hidden}
.m_licheng:after{content:'';position:absolute;left:0;width:100%;top:72px;height:1px;z-index:0;background-color:#dcdcdc}
.licheng_list{max-width:1224px;margin:0 auto}
.licheng_list .item{float:left;width:25%;padding:0 6px;cursor:pointer;color:#323232}
.licheng_list .year{font-size:20px;font-weight:700;text-align:center;white-space:nowrap;line-height:1.5em;padding-bottom:32px;margin-bottom:42px;position:relative}
.licheng_list .year span{
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background: rgba(204,0,0,1);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;}
.licheng_list .year:after{content:'';position:absolute;bottom:-11px;left:50%;margin-left:-11px;width:21px;height:21px;z-index:2;background:url(../images/icon_s01.png) no-repeat}
.licheng_list .txt{font-size:14px;line-height:30px;padding:22px;margin-bottom:14px;border:1px solid #dcdcdc;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;background: #ffffff;}
.slick-slider{z-index: 2;}
.licheng_list .slick-arrow{position:absolute;width:42px;height:42px;top:51px;border:none;font-size:0;text-indent:999px;cursor:pointer}
.licheng_list .slick-prev{left:-42px;background:url(../images/prev_s01.png) center center no-repeat #d1d1d1}
.licheng_list .slick-next{right:-42px;background:url(../images/next_s01.png) center center no-repeat #d1d1d1}
.txt_box{padding: 20px;text-align: center;}*/
.slick-slide{outline: none;}
.slick-dots{
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
	height: 20px;
	width: 100%;
}
.slick-dots li{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ddd;
	margin: 0 6px;
}

.slick-dots li.slick-active{
	background: rgba(204,0,0,1);
}

/* 底部 */
.im div p a {
    color: #fff;
}