html{
	font-size: 30px;
	color: #101010;
}
body{
	font-family: PingFangSC-Regular, sans-serif;
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
p, ul, h3, h6{
	padding: 0;
	margin: 0;
}
img{
	width: 100%;
}
.phone_menu{
	display: none
}
.phone_menu .menu_wrap{
	position: fixed;
	top: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 9999
}
.phone_menu .header_menu{
	position: fixed;
	right: 0;
	width: 77%;
	height: 100%;
	background: #140F35;
	top: 0;
	padding-top: 69px;
	z-index: 99999
}
.phone_menu .header_menu li{
	font-size: 14px;
	line-height: 50px;
	position: relative;
}
.phone_menu.header_menu li.active {
	border-bottom: 1px solid rgba(255,255,255,0.6)
}
.phone_menu .header_menu li a{
	color: #fff;
	display: block;
	padding-left: 30%
}
.phone_menu .header_menu li span{
	width: 45px;
	height: 1px;
	background: #fff;
	position: relative;
	top: -4px;
	margin-right: 7px;
	left: 0;
	display: none;
}
/*箭头*/
.phone_menu .header_menu li .top {
	position: absolute;
	right: 10px;
	top: -5px;
}
.phone_menu .header_menu li .top:after {
	position: absolute;
	right: 15px;
	top: 18px;
	width: 0;
	height: 0;
	content: "";
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #140F35 transparent;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.phone_menu .header_menu li .top:before {
	position: absolute;
	right: 13px;
	top: 18px;
	width: 0;
	height: 0;
	content: "";
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent;
	-webkit-transition: transform .25s;
	-moz-transition: transform .25s;
	-ms-transition: transform .25s;
	-o-transition: transform .25s;
	transition: transform .25s;
}
.phone_menu .header_menu li .top.active:after{
	top: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.phone_menu .header_menu li .top.active:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*箭头结束*/
.phone_menu .header_menu li.active span{
	display: inline-block;
	margin-left: 30%;
}
.phone_menu .header_menu li.active a{
	padding-left: 0;
}
.phone_menu .header_menu li .more_solution{
	display: none;
}
.phone_menu .header_menu li .more_solution ul li{
	padding-left: 2em;
	font-size: 12px;
}
.phone_menu .header_menu li .more_solution ul li a{
	opacity: 0.6;
}
.phone_menu .header_menu li .more_solution ul li.active a{
	opacity: 1;
}
.header{
	position: fixed;
	z-index: 999;
	background: #fff;
	width: calc(100vw - 40px);
	padding: 0 20px;
	top: 0;
}
.header .header-left{
	float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.header .header-left img{
	position: absolute;
	width: auto;
	height: 40px;
	top: 50%;
	transform: translate(0, -50%);
}
.header .header-right {
	display: flex;
    float: right;
    margin-top: 13px;
}
.header .header-right>div {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	color: #D81719;
	margin-right: 16px;
}
.header .header-right>div a {
	color: #D81719;
}
.header .header-right>div img {
	width: 16px;
	margin-right: 10px;
}
.header .header-right .header_line li{
	width: 18px;
	height: 2px;
	background: #101010;
	margin-top: 4px;
}

.banner_ul{
	display: flex;
	justify-content: flex-end;
	padding:15px 0 15px 0;
	line-height: 20px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: -1;
	opacity: 0;
	border-top: 1px solid #ddd;
}
.banner_ul li{
	font-size: 14px;
	padding-left: 50px;
}
.banner_ul li:first-child{
	padding-left: 0;
}
.end{
	padding: 20px 0 0 20px;
}
.end img{
	width: 43%;
	margin-bottom: 4px;
}
.end p , .end a{
	font-size: 12px;
	color: #101010;
	line-height: 22px;
}
.pop .wrap{
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 99999;
}
.pop .closeWap{
	width: 30px;
	position: absolute;
	top: -30px;
	right: -10px;
}
.pop{
	background: #E41628;
	display: none;
}
.pop .content{
	position: fixed;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: #C80000;
	padding: 10px;
	z-index: 999999;
}
.content_line{
	padding: 23px 25px 23px 30px;
	border: 1.5px solid #fff;
}
.pop .content h3{
	font-size: 15px;
	line-height: 24px;
}
.pop img{
	width: 50px;
	display: inline-block;
	margin: 0 auto;
}
.content_flex p{
	font-size: 12px;
	line-height: 17px;
}
.content_flex{
	text-align: center;
}
.content_flex div:first-child{
	margin: 0 0 26px 0;
}
.content_flex .button button{
	display: block;
	width: 109px;
	padding: 5px 0;
	background: none;
	border: 1px solid #fff;
	border-radius: 19px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	margin: 11px auto 0 auto;
}
.content_flex .button button a{
	color: #fff;
}
.content_flex .button button:first-child{
	margin-top: 11px;
}
.content_flex .button h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
}

.right_pop{
	/*background: #B20000;*/
	position: fixed;
	right: 0;
	top: 60%;
	transform: translate(0, -50%);
	z-index: 998;
}
.right_pop li.active{
	width: auto;
	left: 0;
}
.right_pop li.active .showHide{
	margin-left: 21px !important;
}
.right_pop li {
	background: #B20000;
	height: 50px;
	display: flex;
	align-items: center;
	width: 50px;
	position: relative;
	left: calc(100% - 50px);
}
.right_pop li>div{
	display: flex;
}
.right_pop li p span, .right_pop li div span{
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.right_pop li .hide{
	display: none;
}
.right_pop li.active .hide{
	display: block;
	align-items: center;
}
.right_pop li.active .hidefix{
	display: flex;
}
.hidefix button{
	padding: 4px 15px;
	margin-left: 10px;
	border-radius: 15px;
	border: none;
	background: #fff;
	color: #B20000;
}
.toTop{
	position: relative;
}
.toTop p{
	opacity: 0;
	position: absolute;
	font-size: 12px;
	color: #B20000;
	background: #fff;
	padding: 2px 7px;
	border-radius: 6px;
	bottom: 0;
	right: 2px;
}
