*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
.wrapper{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #fff;
}
.wrapper .header{
	width: 100%;
	background-color: transparent;
	position: relative;
	z-index: 999;
	min-height: 90px;
	/* height: 5.1875rem; */
	/* overflow: hidden; */
	padding-top: 1.5rem;
}
.wrapper .header .logos{
	float: left;
	width: 30%;
	margin-left: 5%;
	/* height: 5.1875rem; */
	overflow: hidden;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.wrapper .header .logos img{
	display: block;
	width: 80%;
	height: auto;
}
/* 导航 */
.nav-box{
	float: right;
	/* width: 50%; */
	max-width: 60%;
	height: 5.1875rem;
}
.nav-bg{
	display: none;
	transition: .3s;
}
.wrapper .header .small-menu{
	width: 12.5rem;
	height: 100vh;
	position: fixed;
	right: -12.5rem;
	top: 0;
	background-color: #20222A;
	z-index: 3;
	transition: .6s;
}
.layui-nav{
	background-color: transparent;
}
.layui-nav .layui-nav-item a{
	color: #333;
	transition: none;
}
.layui-nav .layui-nav-item.layui-this a{
	color: #CC271F;
}
.layui-nav .layui-nav-item a:hover{
	color: #CC271F;
}
.layui-nav .layui-this:after{
	display: none;
}
span.layui-nav-bar{
	display: none;
}
/* 产品菜单 */
.layui-nav .layui-nav-item.product:hover>a{
	background: url(../img/prodown.png) center 66px no-repeat;
	background-size: 20%;
}
.layui-nav .layui-nav-item,.layui-nav{
	position: static;
	line-height: 100px;
}
.layui-nav .layui-nav-item.product:hover .menu-procuct{
	display: block;
}
.menu-procuct a{
	color: #262626!important;
}
.menu-procuct{
	display: none;
	width: 100vw;
	overflow: hidden;
	/* background: url(../img/menunavbg1.png) center top no-repeat;
	background-size:cover; */
	background-color: #fff;	box-shadow: 0 0 5px 5px #dddddd;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 9999;
	padding-top: 10px;
}
.menu-procuct .menu-item{
	float: left;
	width: 32%;
	overflow: hidden;
	margin-top: 20px;
}
.menu-procuct .menu-item a:hover{
	font-weight: bold;
}
.menu-item .menu-second{
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 50px;
}
.menu-item .menu-second .img-menu-left{
	float: left;
	width: 30%;
	height: auto;
	margin-top: 60px;
}
.menu-item .menu-second .img-menu-left a{
	display: block;
	overflow: hidden;
}
.menu-item .menu-second .img-menu-left a img{
	width: 100%;
	height: auto;
}
.menu-item .menu-second .text-menu-right{
	float: right;
	width: 68%;
}
.menu-item .menu-second .text-menu-right>h5{
	width: 90%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #262626;
}
.menu-item .menu-second .text-menu-right>p{
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	margin-bottom: 20px;
}
.menu-three{
	width: 100%;
	overflow: hidden;
}
.menu-three .menu-three-left{
	float: left;
	width: 50%;
	border-right: solid 1px #CCCCCC;
	padding-right: 5px;
	box-sizing: border-box;
}
.menu-three a{
	display: block;
	height: 20px;

	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	margin-bottom: 9px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
}
.menu-three .menu-three-right{
	float: right;
	width: 49%;
	box-sizing: border-box;
	padding-left: 5px;
}

/* banner */
.banner-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 46px;
}
.banner-box img{
	width: 100%;
	height: auto;
}

.wrapper h4{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1.3125rem;
	position: relative;
	transition: .8s;
}
.wrapper h4 p{
	margin: 0 auto;
	font-size: 2.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 0.6875rem;
} 
.wrapper h4 p span.red{
	color: red;
}
.wrapper h4 img{
	display: block;
	width: 5.875rem;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0.9375rem;
}
.wrapper h4 b{
	display: block;
	margin: 0 auto;
	width: 80%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 轮播1 */
.banner1{
	width: 100%;
	margin: 0 auto;
/*	margin-top: 50px;*/
	position: relative;
}
.swiper-button-next.one{
	right: -30px;
}
.swiper-button-prev.one{
	left: -30px;
}
.banner1 a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner1 a img{
	display: block;
	width: 100%;
	height: auto;
}
.banner1 a .text-box{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 80px;
	bottom: 30px;
}
.banner1 a .text-box h5{
	height: 27px;
	line-height: 27px;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #CC271F;
	margin-bottom: 17px;
}
.banner1 a .text-box p{
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	outline: none;
}
.swiper-button-next{
	background: url(../img/swipernext.png) 50% center no-repeat;
	background-size: 300%;
	background-position: -52px 4px;
}
.swiper-button-prev{
	background: url(../img/swipernext.png) 50% center no-repeat;
	background-size: 300%;
	background-position: 0 4px;
}

/* 选项卡 */
.tab-wrap{
	width: 100%;
	overflow: hidden;
	_max-height: 900px;
	min-height: 400px;
	background: url(../img/pbg4.png) center no-repeat;
	background-size: cover;
}
.tab-wrap .tab-box {
	width: 70%;
	margin: 42px auto;
	overflow: hidden;
	max-width: 1200px;
}
.tab-wrap .tab-box .tab-title{
	float: left;
	width: 100%;
	height: auto;
	/* height: 67px;
	overflow: hidden; */
}
.tab-wrap .tab-box .tab-title a{
	float: left;
	padding: 24px 3%;
	box-sizing: border-box;
	height: 67px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #ED1C24;
}
.tab-wrap .tab-box .tab-title a.shows{
	background-color: #fff;
}
.tab-wrap .tab-box .tab-title a:hover{
	background-color: #fff;
}
.swiper-container.four{
	width: 100%;
	overflow: hidden;
	float: left;
}

.swiper-container.five{
	width: 100%;
	overflow: hidden;
	float: left;
}

/* .tab-wrap .tab-box .tab-content{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #fff;
} */
.tab-wrap .tab-box  .tab-content-item{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #fff;
}
/* .tab-wrap .tab-box .tab-content .tab-content-item.shows{
	display: block;
} */

.pro{
	width: 100%;
	min-height: 700px;
}
.pro .img-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: .8s;
}
.pro .img-box img{
	display: block;
	height: auto;
	margin: 30px auto;
}
.pro1{
	background: url(../img/pbg1.png) center no-repeat;
	background-size: cover;
	padding-top: 40px;
	box-sizing: border-box;
}
.pro1  .img-box{
	left: -3000px;
}
.pro1  h4{
	right: -3000px;
}
.pro1  .img-box img{
	width: 40%;
}
.pro2{
	background: url(../img/pbg2.png) center no-repeat;
	background-size: cover;
	padding-top: 45px;
	box-sizing: border-box;
}
.pro2  .img-box{
	left: -3000px;
}
.pro2  h4{
	right: -3000px;
}
.pro2  .img-box img{
	width: 16%;
}

.pro3{
	background: url(../img/pbg3.png) center no-repeat;
	background-size: cover;
	padding-top: 52px;
	box-sizing: border-box;
}
.pro3  .img-box{
	left: -3000px;
}
.pro3  h4{
	right: -3000px;
}
.pro3 .img-box img{
	width: 40%;
	margin-top: 100px;
}

.pro4{
	background: url(../img/pbg4.png) center no-repeat;
	background-size: cover;
	padding-top: 50px;
	box-sizing: border-box;
}
.wrapper .pro4 h4 p,.wrapper .pro4 h4 b{
	color: #fff;
}
.pro4  .img-box{
	left: -3000px;
}
.pro4  h4{
	right: -3000px;
}
.pro4 .img-box img{
	width: 40%;
	margin-top: 100px;
}

.pro5{
	background: url(../img/pbg5.png) center no-repeat;
	background-size: cover;
	padding-top: 47px;
	box-sizing: border-box;
}
.pro5  .img-box{
	left: -3000px;
}
.pro5  h4{
	right: -3000px;
}
.pro5 .img-box img{
	width: 30%;
	margin-top: 80px;
}

.pro6{
	background: url(../img/pbg6.png) center no-repeat;
	background-size: cover;
	padding-top: 53px;
	box-sizing: border-box;
}
.pro6  .img-box{
	left: -3000px;
}
.pro6  h4{
	right: -3000px;
}
.pro6 .img-box-pro{
	width: 50%;
	margin: 0 auto;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.pro6 .img-box-pro img{
	width: 30%;
	height: auto;
}

.pro7{
	background: url(../img/pbg7.png) center no-repeat;
	background-size: cover;
	padding-top: 56px;
	box-sizing: border-box;
}
.pro7  .img-box{
	left: -3000px;
}
.pro7  h4{
	right: -3000px;
}
.wrapper .pro7 h4 p,.wrapper .pro7 h4 b{
	color: #fff;
}
.pro7 .img-box img{
	width: 40%;
	margin-top: 39px;
	margin-bottom: 20px;
}

.pro8{
	background: url(../img/pbg8.png) center no-repeat;
	background-size: cover;
	padding-top: 42px;
	box-sizing: border-box;
}
.pro8  .img-box{
	left: -3000px;
}
.pro8  h4{
	right: -3000px;
}
.pro8 .img-box img{
	width: 40%;
	margin-top: 60px;
	margin-bottom: 0;
}
.pro9{
	background: url(../img/pbg9.png) center no-repeat;
	background-size: cover;
	padding-top: 50px;
	box-sizing: border-box;
}
.wrapper .pro9 h4 p,.wrapper .pro9 h4 b{
	color: #fff;
}
.pro9  .img-box{
	left: -3000px;
}
.pro9  h4{
	right: -3000px;
}
.pro9 .img-box img{
	width: 40%;
	margin-top: 90px;
}
.pro10{
	width: 100%;
	height: 710px;
	background: url(../img/pbg10.png) center no-repeat;
	background-size: cover;
	padding-top: 50px;
	box-sizing: border-box;
}
.pro10 .video-box{
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.pro10 .video-box img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10%;
	height: auto;
	margin-left: -5%;
	margin-top: -5%;
	cursor: pointer;
}
.pro10 video{
	display: inline-block;
	width: auto;
	height: 400px;
	margin: 30px 0;
	outline: none;
}
.pro11{
	width: 100%;
	min-height: 400px;
	padding-top: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	/* position: relative; */
	background-color: #F5F6F7;
}
.pro11 .swiper-boxes{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
/* 轮播图2*/
.swiper-container.twos{
	margin: 0 60px;
}
.swiper-container.twos a{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.swiper-container.twos a:hover img{
	transform: scale(1.1);
}
.swiper-container.twos a img{
	width: 100%;
	height: auto;
	transition: .3s;
}
.swiper-container.twos a p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.3);
}
.swiper-container.twos a p span{
	display: block;
	padding: 0 10px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-button-next.small{
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 30%;
}
.swiper-button-prev.small{
	position: absolute;
	top: auto;
	left: 10px;
	bottom: 30%;
}

.pro12{
	width: 100%;
	min-height: 400px;
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background: url(../img/pbg7.png) center no-repeat;
}
.wrapper .pro12 h4 p,.wrapper .pro12 h4 b{
	color: #fff;
}
.pro12 .boxes{
	display: block;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
	/*background: url(../img/pbg7.png) center no-repeat;*/
	background-size: cover;
}
.pro12 .boxes>img{
	display: block;
	width: 60%;
	height: auto;
	margin: 30px auto;
	margin-bottom: 100px;
}
.pro12 .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 0.5;
	transition: .4s;
}
.pro12 .swiper-pagination-bullet-active{
	width: 42px;
	height: 13px;
	background: #FFFFFF;
	border-radius: 5px;
	opacity: 1;
}
/* 轮播3 */
.pro12 .swiper-pagination3{
	text-align: center;
}

.customized{
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 60px;
	box-sizing: border-box;
	/* background-color: #845D5D; */
}
.customized-content{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.customized-content>h3{
	line-height: 36px;
	text-align: center;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-bottom: 21px;
}
.customized-content>p{
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-bottom: 49px;
}
.customized-content .forms{
	width: 100%;
	overflow: hidden;
}
.customized-content .forms .forms-item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.customized-content .forms .forms-item .layui-input{
	width: 30%;
	float: left;
	margin-right: 42px;
	height: 48px;
	line-height: 44px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	padding-left: 73px;
}
.customized-content .forms .forms-item .layui-input:nth-child(3){
	margin-right: 0;
}
.customized-content .forms .forms-item .layui-input.name{
	background: url(../img/names.png) 30px center no-repeat #fff;
	background-size: 19px 19px;
}
.customized-content .forms .forms-item .layui-input.phone{
	background: url(../img/phones.png) 30px center no-repeat #fff;
	background-size: 19px 15px;
}
.customized-content .forms .forms-item .layui-input.company{
	background: url(../img/company.png) 30px center no-repeat #fff;
	background-size: 21px 21px;
}
.customized-content .forms .forms-item .layui-textarea{
	resize: none;
	height: 178px;
	background: url(../img/xuqiu.png) 30px 30px no-repeat #fff;
	background-size: 18px 16px;
	padding: 30px 73px;
	box-sizing: border-box;
	border-radius: 5px;
}
.customized-content .forms .forms-item.yzm{
	width: 60%;
	margin: 0 auto ;
}
.customized-content .forms .forms-item .yzm-box{
	width: 68%;
	float: left;
}
.customized-content .forms .forms-item .yzm-box .layui-input{
	width: 60%;
	margin-right: 0;
}
.customized-content .forms .forms-item .layui-btn{
	display: inline-block;
	margin-left: 26px;
	width: 28%;
	text-align: center;
	line-height: 48px;
	height: 48px;
	/* background: #CB2118; */
	border-radius: 4px;
}

.btn-7 {
/* background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%); */
  background: #CC271F;
  /* line-height: 42px; */
  padding: 0;
  border: none;
  position: relative;
}
.btn-7 span {
  position: relative;
  display: block;
  font-size: 1rem;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
 /* box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3); */
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  /* box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3); */
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

#mpanel2{
	float: right;
	height: 68px;
	width: 35%;
}
#mpanel2 .cerify-code-panel .verify-code{
	height: 48px!important;
	line-height: 46px!important;
	box-sizing: border-box;
}
.verify-input-area,.verify-change-area{
	display: none;
}


/* 底部内容 */
.wrapper .footer-wrap .footer{
	width: 100%;
	overflow: hidden;
	background: url(../img/1@2x.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
	box-sizing: border-box;
}
.wrapper .footer-wrap .footer .footer-left{
	display: inline-block;
	width: 54%;
	height: auto;
	display: flex;
	justify-content: space-around;
	padding: 0 1.875rem;
	box-sizing: border-box;
	position: relative;
}

.wrapper .footer-wrap .footer .footer-center{
	display: inline-block;
	/* width: 33%; */
	padding: 0 10px;
	box-sizing: border-box;
	height: auto;
	position: relative;
}
.wrapper .footer-wrap .footer .footer-right{
	display: inline-block;
	width: 25%;
	height: auto;
	padding: 0 20px;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item{
	display: inline-block;
	height: auto;
}
.wrapper .footer-wrap .footer  h6{
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item  a{
	display: block;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
	margin-bottom: 0.9375rem;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item  a:hover{
	color: #fff;
}
.wrapper .footer-wrap .footer .footer-center p{
	display: block;
	overflow: hidden;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-center p span{
	float: left;
	width: 49%;
	/* padding-right: 0.625rem; */
	height: 0.875rem;
	line-height: 0.875rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img{
	width: 100%;
	overflow: hidden;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm{
	float: left;
	overflow: hidden;
	width: 25%;
	margin-right: 1.875rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm img{
	width: 100%;
	height: auto;
	margin-bottom: 0.5rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm p{
	text-align: center;
	font-size: 0.75rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
}
/* 底部声明 */
.wrapper  .footer-statement{
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	background-color: #2A2A2A;
}
.wrapper  .footer-statement p{
	text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.75rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D5D5D5;
}

.wrapper .footer-wrap .footer .footer-left::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0.625rem;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}
.wrapper .footer-wrap .footer .footer-center::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}


/* 侧边悬浮导航 */
.right_nav{ right:0; bottom:100px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background:#0085cd;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li:nth-child(1),.right_nav li:nth-child(2),.right_nav li:nth-child(3),.right_nav li:nth-child(4){display: none;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#cf1322}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #0085cd;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}
/*添加css*/
.wrapper h4 b{display: block !important;}
.bg_hide{background: none !important;}
.bg_hide h4{right: 0 !important;}
.fixed_box .fixed_img{width: 100%;}
.swiper-button-next.one{display: none;}
.swiper-button-prev.one{display: none;}