@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	color: #000;
	font-size: 14px;
}

img {
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

body {
	color: #f5f5f5
}

.container {
	margin: 0 auto;
	width: 1220px;
}

.block {
	padding: 20px 0;
}



/* 主菜单 */

.head {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	height: 100px;
	z-index: 9999;
}

.head .navbox {
	width: 1200px;
	margin: 0 auto;
}
.head .navbox .sidenav img{
	width: auto;
	height: 77px;
}

.head .nav {
	display: block;
	float: right;
	width: calc(100% - 457px)
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

.head .nav ul li .f_a {
	line-height: 100px;
	display: block;
	text-align: center;
	font-size: 16px;
}

.head .nav ul li:hover .f_a {
	color: red;
	transition: all .3s
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	background-color: black;
	z-index: 9999;
	box-sizing: border-box;
	opacity: 0.8;
}

.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.head .nav ul li .s_navbox .s_a a:hover {
	color: red;
	background-color: white;
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

.active {
	color: #B63037;
	
}

.activ2 {
	background-color: #cf1322
}

/* 下拉侧边菜单 */
.sidenav {
	position: relative;
	width: 180px;
	display: block;
	float: left;
}

.sidenav img {
	margin-top: 10px;
}

.icon1 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon2 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon3 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon4 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon5 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon6 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon7 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.sidenav .side li:hover .side_main {
	display: block;
	z-index: 999;
}

.sidenav .side .side_main {
	display: none;
	width: 500px;
	background: #FFFFFF;
	position: absolute;
	left: 180px;
	top: 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	border: 1px #cecece solid;
	z-index: 7;
}

.sidenav .side .side_main dl {
	margin: 20px;
	padding: 0;
}

.sidenav .side .side_main dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	color: #0173b2;
	font-weight: bold;
}

.sidenav .side .side_main dl dt b {
	font-size: 15px;
}

.sidenav .side .side_main dl dd {
	margin-bottom: 10px;
	display: inline-block;
}

.sidenav .side .side_main dl dd a {
	position: relative;
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin: 0 4px;
	padding: 0 5px;
	border-right: 2px solid #bbbbbb;
	height: auto;
	line-height: 1.5;
	transition: all 0.2s ease 0s;
}

i.icon-hot,
i.icon-new {
	display: inline-block;
	height: 9px;
	width: 24px;
	background: url(../imgs/img_public.png) no-repeat;
	vertical-align: middle;
}

i.icon-hot {
	background-position: 0 -240px;
}

i.icon-new {
	background-position: -40px -240px;
}

.sidenav .side .side_main dl dd a span {
	color: #999;
}

.sidenav .side .side_main dl dd a:hover {
	background: none;
	color: #cf1322;
	transform: translateY(-2px);
}

.sidenav .side .side_main dl dd a:hover b {
	color: #40adf5;
}

.sidenav .side .side_main dl dd a:hover span {
	color: #40adf5;
}

/* 轮播图 */
.mySwiper1 {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}

.mySwiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}

.mySwiper1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper1 .swiper-pagination {
	bottom: 57px !important;
}

.mySwiper1 .swiper-pagination-bullet {
	width: 64px;
	height: 6px;
	border-radius: 0px;
}

.mySwiper1 .swiper-pagination-bullet-active {
	--swiper-theme-color: #FFFFFF;
}

.mySwiper1 .swiper-pagination-bullet {
	border-radius: 3px;
	background: #FFFFFF;
}

.mySwiper1 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.mySwiper1 .swiper-button-prev {
	width: 48px;
	height: 48px;
	background: url("../img/banner_le.png") no-repeat;
}

.mySwiper1 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';

}

.mySwiper1 .swiper-button-next {
	width: 48px;
	height: 48px;
	background: url("../img/banner_ri.png") no-repeat;

}

.mySwiper1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 248px;
}

.mySwiper1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 248px;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 14px
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px
	}

	.foot_top ul {
		margin-left: 60px
	}

	.nav ul li .s_navbox .s_a {
		width: 100%
	}
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 0.8rem;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 0.7rem;
		display: block;
		margin-left: 0.4rem;
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 17%;
		right: -36px;
		top: 2%;
		/* right: -25px; */
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999999;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 60%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
		margin-top: 25%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 1rem;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 0.28rem;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../img/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../img/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}

/* 简介 */
.brief {
	width: 100%;
	height: 760px;
	background: url(../img/banner1.png) no-repeat center;
	/* background-size: 100%; */
}

.brief_wrap {
	width: 1200px;
	/* height: 760px; */
	margin: 0 auto;
	overflow: hidden;
}

.brief_cont {
	width: 650px;
	height: auto;
	margin-top: 100px;
}

.brief_cont h1 {
	margin: 10px 0px;
	font-size: 46px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.brief_cont span {
font-size: 42px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #B63037;
line-height: 55px;
	margin-top: 34px;
	display: block;
	
}

.brief_cont p {
	/* width: 450px; */
	margin-top: 57px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 33px;
}

.brief_cont #btn {
	width: 140px;
	height: 45px;
	border-radius: 50px;
	margin-top: 100px;
	background: #b63037;
	color: white;
	border: none;
	display: block;
	text-align: center;
	line-height: 45px;

}

/* 我们的服务开始 */
.service {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.service_wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
}

.service_englist {
	text-align: center;
}

.service_englist p {
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	color: #B63037;
	line-height: 28px;
}

.service_englist h1 {
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}

.service_cont {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
}

.service_left {
	width: 50%;
	height: auto;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	float: left;
}

.service_left:hover {
	background: #f4f5f7;
}

.service_lefts {
	width: 49.9%;
	height: auto;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	float: left;
}

.service_lefts:hover {
	background: #f4f5f7;
}
.service_lefts .service_left_tit span{
	margin-left: 41px;
}
.service_lefts .service_left_tit ul{
	margin-left: 41px;
}
.service_rights .service_left_tit ul{
	margin-left: 40px;
}
.service_rights .service_left_tit span{
	margin-left: 40px;
}
.service_right {
	width: 50%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e6e6e6;
}

.service_right:hover {
	background: #f4f5f7;
}

.service_rights {
	width: 49.9%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.service_rights:hover {
	background: #f4f5f7;
}



.service_left_tit {
	width: 570px;
	height: 120px;
	float: right;
	margin: 40px 0px;
}

.service_left_tit img {
	display: inline-block;
	vertical-align: middle;

}

.service_left_tit h3 {
	display: inline-block;
	margin: 0px 10px;
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
}
.service_left_tit .jt{
	float: right;
	margin-right: 20px;
}
.service_left_tit .jt {
	display: none;
}




.service_left_tit span {
	display: block;
	margin: 5px 0px 10px 35px;
	font-size: 12px;
	color: #999999;
	font-size: 0.16rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

.service_left_tit ul {
	margin-left: 35px;
	margin-top: 30px;
}

.service_left_tit ul li {
	display: inline-block;
	margin-right: 50px;
	line-height: 25px;
}

.service_left_tit ul li a {
	font-size: 0.16rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #B63037;
}
.service_rights:hover .jt {
	display: block;
}
.service_left:hover .jt {
	display: block;
}
.service_lefts:hover .jt {
	display: block;
}
.service_right:hover .jt {
	display: block;
}
.move {
	float: left;
	margin-left: 50px;
}

/* 我们的服务的结束 */
/* 服务客户开始 */
.services {
	width: 100%;
	margin-top: 50px;
}

.tab {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.tab li {
	display: inline-block;
}





.tab li p {
font-size: 16px;
font-family: Arial Black;
font-weight: 400;
	color: #FFFFFF;
	margin: 29px 23px;
}

.tab li .tab_img {
	margin-top: 90px;
	margin-left: 23px;
}

.tab li span {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	margin-left: 23px;
	margin-top: 5px;
	display: block;
}

.tab li .tab_jianto {
	margin-left: 23px;
	margin-top: 30px;
}

.sows {
	width: 100%;
}

.sows .on {
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.sows .sows_nav {
	display: none;
}

.sows .on {
	display: block;
}



.tab li:first-child {
	width: 280px;
	height: 280px;
	background: url(../img/tp1.png) no-repeat;
}

.tab li:nth-child(2) {
	width: 280px;
	height: 280px;
	background: url(../img/fueu_qiye.png) no-repeat;
}

.tab li:nth-child(3) {
	width: 280px;
	height: 280px;
	background: url(../img/fuwu_xuexiao.png) no-repeat;
}

.tab li:nth-child(4) {
	width: 280px;
	height: 280px;
	background: url(../img/fuwu_jigo.png) no-repeat;
}

.sows {
	width: 100%;
	height: 335px;
	background: #f4f5f7;
	overflow: hidden;
}

.sows_cent {
	width: 1200px;
	height: 335px;
	margin: 0 auto;
}

.sows p {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 10px;
}

.sows .sows_list {
	width: 950px;
	float: left;
}

.sows_nav {
	width: 1200px;
	margin: 0 auto;
}

.sows ul li {
	width: 310px;
	display: inline-block;
	margin-top: 30px;
	/* margin-right: 120px; */

}

.sows ul li img {
	display: inline-block;
	vertical-align: middle;
}

.sows ul li span {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	margin-left: 22px;
}

.read_move{
	width: 200px;
	height: 70px;
	
	border-left: 1px solid #e6e6e6;
	float: right;
}
.bnts {
	width: 140px;
	height: 44px;
	float: right;
	line-height: 44px;
	margin-top: 13px;
	text-align: center;
	background: #b63037;
	border-radius: 30px;
	color: white;
	box-shadow: 0 7px 5px -5px #b63037;
}






/* 服务客户结束 */
.news {
	width: 100%;
	height: 780px;
	background: url(../img/NEWS.png) no-repeat center;
	/* background-size: 100%; */
	overflow: hidden;
}

.news_header {
	/* width: 200px; */
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

.news_header p {
	color: white;
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	color: #FFFFFF;
}

.news_header span {
	color: white;
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.banner_ban {
	/* width: 728px; */
	height: 273px;
	background: white;
	position: relative;
}

.banner_left {
	width: 140px;
	height: auto;
	float: left;
}

.banner_left time {
	font-size: 54px;
	font-family: Arial Black;
	font-weight: 400;
	color: #333333;
	line-height: 46px;
	display: block;
	margin-top: 50px;
	margin-left: 40px;
}

.banner_left span {
	font-size: 12px;
	font-family: Arial Black;
	font-weight: 400;
	color: #333333;
	margin-left: 40px;
	line-height: 23px;
}

.banner_left .index_img {
	width: 30px;
	height: 30px;
	margin-top: 84px;
	margin-left: 40px;
}

.banner_right {
	width: 500px;
	height: auto;
	float: left;
}

.banner_right h1 {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-top: 54px;
}

.banner_right p {
	font-size: 14px;
	margin-top: 41px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news_bat {
	width: 1200px;
	height: 100px;
	margin: 70px auto;
	text-align: center;
	line-height: 100px;
}

.news_bat a {
	width: 140px;
	height: 44px;
	background: #B63037;
	border-radius: 22px;
	display: inline-block;
	color: white;
	text-align: center;
	line-height: 44px;
}

.swiper-container2 {
	width: 100%;
	margin-top: 93px;
}

.swiper-container2 {
	width: 100%;
	margin-top: 93px;
}

.swiper-container2 .swiper-slide {
   width: 728px;
	height: auto;
	/* text-align: left; */
	font-size: 18px;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-container2 .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.swiper-container2 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.swiper-container2 .swiper-button-prev {
	width: 48px;
	height: 48px;
	background: url("../img/news_r.png") no-repeat;
}
.swiper-container2 .swiper-button-prev:hover{
	width: 48px;
	height: 48px;
	background: url("../img/index_act_le.png") no-repeat;
}

.swiper-container2 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';

}

.swiper-container2 .swiper-button-next {
	width: 48px;
	height: 48px;
	background: url("../img/index_ri.png") no-repeat;

}
.swiper-container2 .swiper-button-next:hover{
	width: 48px;
	height: 48px;
	background: url("../img/news_jt_r.png") no-repeat;

}

.swiper-container2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 248px;
}

.swiper-container2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 248px;
}










.footer {
	width: 100%;
	height: 389px;
	background: #222222;
}

.footer_cont {
	width: 1200px;
	height: 453px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_tit {
	width: 1200px;
	height: 100px;
	border-bottom: 1px solid #3b3b3b;
	margin-top: 30px;
}

.footer_tit img {
	display: inline-block;
	width: auto;
	height: 77px;
}

.footer_right {
	margin-top: 30px;
	float: right;
}

.footer_right p {
	color: #999999;
	text-align: right;
}

.footer_right span {
	font-size: 34px;
	font-family: DIN Condensed;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_conts {
	width: 1200px;
	height: 200px;
	margin-top: 30px;
}

.footer_about {
	width: 630px;
	height: 200px;
	float: left;
}



.footer_about dl {
	float: left;
	width: 120px;
}

.footer_about dl dt {
	height: 32px;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 16px;
}

.footer_about dl dt a {
	color: white;
}

.footer_about dl dd {
	/* color: white; */
	height: 28px;
	padding-right: 10px;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}

.footer_about dl dd a {
	color: #717171;
}

.footer_wechat {
	width: 300px;
	height: 200px;
	float: right;
}

.footer_wechat ul {
	text-align: center;
}

.footer_wechat ul li {
	display: inline-block;
	margin: 8px;
}

.footer_wechat ul li span {
	color: white;
	margin: 10px;
	display: block;
}

.icp {
	width: 100%;
	height: 63px;
	border-top: 1px solid #3b3b3b;
	background: #222222;
}

.icp_com {
	width: 1200px;
	height: 63px;
	margin: 0 auto;
}

.icp_com span {
	line-height: 63px;
	color: #717171;
	float: left;
}

.icp_com p {
	line-height: 63px;
	float: right;
	color: #717171;
	;
}
.icp_com p a{
	color: #616161;
}
.icp_com p img {
	display: inline-block;
}

.mobile_footer_tit {
	width: 90%;
	height: 150px;
	margin: 0 auto;
}

.mobile_footer_tit img {
	width: 35%;
	float: left;
	display: block;
	margin-top: 1rem;
}

.mobile_footer_phone {
	width: auto;
	height: 100px;
	float: right;
	margin-top: 20px;
}

.mobile_footer_phone p {
	color: white;
	margin-top: 30px;
	font-size: 1.5rem;
}

.mobile_footer_phone span {
	color: white;
	margin-top: 30px;
	font-size: 1.5rem;
	margin: 10px 0px;
	display: block;
}

.mobile_footer {
	width: 100%;
	height: auto;
	background: #111111;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.menu,
.tab-box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

.menu ul li {
	/*height:45px; */
	line-height: 56px;
	border-bottom: 1px solid #111111;
	font-size: 15px;
	background: #292929
}

.menu ul li span {
	color: white;
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	padding-left:20px;
}

.menu ul li span i {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../img/arr.png) no-repeat center center;
	background-size: 80% 80%;
	position: absolute;
	right: 54px;
	top: 50%;
	margin-top: -10px;
	transition: all 0.3s ease-out;
	transform: rotate(0deg);
}

.menu ul li span i.action {
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
}

.menu ul li>dl {
	display: none;
	background: #404040;
}

.menu ul li>dl a {
	color: #b2b2b2;
	padding-left: 18px;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.tab-box {
	width: 600px;
	margin-top: 40px;
}

.tab-box .tab {
	border-bottom: 1px solid #eee;
}

.tab-box .tab ul li {
	width: 33.3%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.tab-box .tab ul li.action {
	background: #d8e7f5;
}

.tab-box .box {
	width: 100%;
	height: 200px;
}

.tab-box .box .item {
	display: none;
	padding: 15px;
	height: 200px;
}

.tab-box .box .item:first-child {
	display: block;
}

.wech {
	width: 90%;
	margin: 0 auto;
}

.wech ul {
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wech ul li {
	margin: 20px;
}

.wech ul li span {
	text-align: center;
	display: block;
	color: white;
	margin-top: 0.32rem;
}

.wech ul li img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.mobile_icp {
	width: 85%;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid #404040;
	padding: 10px;
}

.mobile_icp p {
	width: 93%;
	color: white;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
}
.mobile_icp p a{
	color: white;
}
.mobile_icp p img {
	display: inline-block;
	vertical-align: middle;
}

.mobile_footer {
	display: none;
}
