

strong {

    font-weight: bold!important;
    font-size: large;
}
@media(max-width: 980px) {
    .floatBtn a {
        display: none!important;
    }
}
#newBridge .icon-right-center{
    display: none;
}
.floatBtn{
    width: 60px;
    height: 127px;

    border-radius: 4px;
    position: fixed;
    right: 10px;
    top: 60%;
    text-align: center;
    z-index: 999;
}
.floatBtn>a{
    height: 50%;
    margin: 5px auto;
    color: #000000;
    cursor: pointer;
    /* display: block; */
    background: rgba(230, 230, 230, 0.5);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.floatBtn>a:first-child::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    top: 64px;
    left: 10px;
    opacity: 0.2;
}
.floatBtn>a:first-child{
    position: relative;
}

.floatBtn img{
    width: 24px;
    height: 24px;
}
.telbox{
    width: 180px;
    height: 80px;
    box-shadow: 0px 18px 18px 0px rgba(10, 31, 68, 0.08);
    border-radius:6px;
    position: absolute;
    right: 70px;
    background-color: #FFFFFF;
    border:1px solid #F3F3F3;
    top: 0;
    display: none;
}
.telbox p{
    color: #A1A1A1;
    font-size: 12px;
    margin-top: 8px;
}
.telbox h3{
    font-size: 20px;
    color: #9C1D22;
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}


/* ===============================index*/

#newBridge{
    z-index: 999 !important;
}
#nb_toolbar_wrap{
    background: #fff !important;
}
#nb_toolbar_onlineConsult{
    width: 60% !important;
    border-radius: 8px !important;
}
#newBridge #nb_toolbar_wrap a:after{
    display: none !important;
}

.inner {
    width: 90%;
    margin: 0 auto;
}

.inner84 {
    width: 84%;
    margin: 0 auto;
}

.padd {
    padding: 88px 0;
}


/* 导航 */


/*900px导航*/

.header{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	display: flex;
	justify-content: space-between;
	top: 0%;
	z-index: 100;
	padding: 0px 5%;
	color: #fff;
	align-items: center;
	-webkit-transition: all .5s;
}
.header.active,.header.show{
	background: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	position: fixed;
}
.header.sco{
    position: fixed;
}
.header.active .nav a,.header.show .nav a{
	color: #3e3e3e;
}
.header.sco .nav a{color: #3e3e3e;}
.header.active .nav a.focus_box, .header.show .nav a.focus_box{
	color: #fff;
}
.header.active .logo img:nth-child(1),.header.show .logo img:nth-child(1){
	display: none;
}
.header.sco .logo img:nth-child(1){
    display: none;
}
.header.active .logo img:nth-child(2),.header.show .logo img:nth-child(2){
	display: block;
}
.header.sco .logo img:nth-child(2){
    display: block;
}
.header.active .navr,.header.show .navr{
	color: #3e3e3e;
}
.header.sco .navr{
    color: #3e3e3e;
}
.logo{
	display: block;
	position: relative;
}
.logo img{
	height: 100%;
	display: none;
	-webkit-transition: all .35s;
}
.logo img:nth-child(1){
	display: block;
}
.headers{
	width: calc(100% - 450px);
	display: flex;
	justify-content: space-between;
}
.nav{
	width: calc(100% - 200px);
	display: flex;
    margin-left: auto;
}
.nav a{
	color: #fff;
	display: block;
}
.navr{
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_box{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.lange_box{
	width: calc(100% - 75px);
	position: relative;
}
.lange_box .lange{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	    z-index: 1;
}
.lange_box .lange .icon{
	width: 30px;
	height: auto;
	line-height: 50px;
	font-size: 24px;
}
.search_box .icon{
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.lange_list a{
	display: block;
	width: 100%;
	height: auto;
	line-height: 35px;
	color: #3e3e3e;
	text-align: center;
}
.nav ul{
	display: flex;
	width: 100%;
}
.nav ul li{
	width: calc(100% / 6);
}

.nav ul li.active{
	z-index: 10;
}

.nav a{
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	height: 90px;
	position: relative;
}

.nav ul li .bar{
	width: 100%;
	height: 30px;
	position: absolute;
	overflow: hidden;
	line-height: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);	
	font-size: 18px;
	font-weight: bold;
}
.nav ul li .bar p{
	display: block;
	position: relative;
}
.nav ul li .bar p:first-child{
	-webkit-transition: all .35s;
}

.nav ul li .bar p:nth-child(2){
	background-image: -webkit-linear-gradient(45deg, #7c1321, #75242f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nav ul li.active .bar p:first-child{
	margin-top: -30px;
}

.nav ul li.active .dropdown_menu{
	opacity: 1;
	visibility: visible;
}

.dropdown_menu{
	position: absolute;
	width: 100%;
	height: auto;
	top: 90px;
	left: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
}

.dropdown_menu .menu_box{
	width: 90%;
	margin-left: 5%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 8px;
}
/* .nav ul li:nth-child(3) .dm_box{
	width: 61.5%;
}
.nav ul li:nth-child(6) .dm_box{
	width: 50%;
} */
/* .nav ul li:nth-child(3) .dm_focus,.nav ul li:nth-child(6) .dm_focus{
	width: 37.5%;
}
.nav ul li:nth-child(3) .dm_focus .focus_box,.nav ul li:nth-child(6) .dm_focus .focus_box{
	width: calc(50% - 4px);
} */
.dm_box{
	width: 25%;
	display: flex;
}
.dm_focus{
	width: 75%;
	display: flex;
	justify-content: flex-end;
}
.dm_menu{
	width: 100%;
	padding: 25px 50px;
}
.nav .dm_menu a{
	height: auto;
	line-height: 40px;
	width: 100%;
	color: #3e3e3e;
	text-align: left;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
	text-transform: uppercase;
}
.dm_focus .focus_box{
	width: calc(25% - 6px);
	height: auto;
	position: relative;
	margin-right: 8px;
	background: #000;
	overflow: hidden;
}
.dm_focus .focus_box img{
	opacity: .6;
	object-fit: cover;
	-webkit-transition: all .5s;
}

.dm_focus .focus_box:hover img{
	-webkit-transform: scale(1.1);
}


.dm_focus .focus_box:last-child{
	margin-right: 0%;
}
.header.show .dm_focus .focus_box{
	color: #fff;
}
.header.show .dm_focus .focus_box .info .link a{
	color: #fff;
}
.nav .dm_menu a:first-child{
	font-size: 20px;
	line-height: 60px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-weight: bold;
}
.nav .dm_menu a:first-child:hover{
	text-decoration: none;
}
.nav .dm_menu a:hover{
	text-decoration: underline;
}

.dm_focus .focus_box .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	line-height: 1.6;
	padding: 0px 10% 15%;
	text-align: left;
	font-weight: normal;
}

.dm_focus .focus_box .info .name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
    color: #fff;
}
.dm_focus .focus_box .info .more{
	display: flex;
	align-items: center;
	font-size: 12px;
    color: #fff;
}

.dm_focus .focus_box .info .more i{
	margin-left: 10px;
    color: #fff;
    display: block;
}

.lange_box .lange p{
	font-size: 14px;
	position: relative;
	top: -1px;
}

.dm_focus .focus_box .info .link a{
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	position: relative;
	padding-left: 12px;
	height: 25px;
	color: #fff;
}
.dm_focus .focus_box .info .link a:before{
	width: 5px;
	height: 5px;
	position: absolute;
	top: 11px;
	left: 0px;
	content: '';
	background: #fff;
	border-radius: 50%;
}

.dm_focus .focus_box .info .link a:hover{
	text-decoration: underline;
}

.header_mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .15s;
}
.header_mask.active{
	opacity: 1;
	visibility: visible;
}
.lange_list{
    width: 120%;
    height: auto;
    position: absolute;
    left: -10%;
    top: 0px;
    background: rgba(255,255,255,1);
    color: #3e3e3e;
    font-size: 12px;
    padding: 15px 0px;
    border-radius: 5px;
    padding-top: 40px;
    -webkit-transition:all .35s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.lange_box:hover .lange_list{
    opacity: 1;
    visibility: visible;
}

.lange_list a{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    color: #3e3e3e;
	padding-left: 45px;
}

.lange_list a:hover{
    opacity: .7;
}

.lange_box:hover .lange{
	color: #3e3e3e;
}

/* 内页 */
.header.white {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px 1px #eee;
}

.header.white .nav ul li a {
    color: #333 !important;
}

.header.white .logo .img1 {
    display: none;
}

.header.white .logo .img2 {
    display: block;
}

.header.white .hSs input {
    border-color: rgba(0, 0, 0, .2);
    color: #333;
}

.header.white .hSs input::placeholder {
    color: #333;
}

.header.white .hSs svg path {
    fill: #333;
}

.header.white .hSs .hMenu {
    border-color: #333;
}

.header.white .hSs .hMenu span {
    color: #333;
}

.header.white::after {
    width: 100%;
    background: rgba(0, 0, 0, .08);
    transition: all .3s;
}

.header.white .hSs .img1 {
    display: none;
}

.header.white .hSs .img2 {
    display: inline-block;
}

/* 底部 */

.footBuy {
    margin-bottom: 30px;
}

.footer {
    padding-top: 68px;
    border-top: 1px solid #f7f7fa;
    background-color: #fafafa;
    position: relative;
    z-index: 8;
}

.footerBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footNav {
    width: 65%;
}

.footNav ul {
    display: flex;
    justify-content: space-between;
}

.footNav ul li a {
    display: block;
    color: #999;
    font-size: 15px;
    padding-bottom: 4px;
    letter-spacing: 0;
}

.footNav ul li a span {
    display: block;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.footCon {
    width: 35%;
    padding-left: 5%;
    display: flex;
    justify-content: space-between;
}

.footEwm span {
    display: block;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.footEwm img {
    width: 120px;
}


.footConXq span {
    display: block;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.footBuy img {
    width: 42px;
    display: inline-block;
    margin-right: 20px;
}

.footFw {
    margin: 30px 0;
}

.footFw img {
    width: 30px;
    margin-right: 5px;
}

.footConXq p b {
    display: block;
    font-weight: bold;
    font-size: 32px;
     
}

/*  */
.footBot {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;

    border-top: 1px solid #f7f7fa;
}

.footBot p {
    color: #999;
    font-size: 12px;
}

.footBot p a {
    color: #999;
    font-size: 12px;
}

.footNav ul li a:hover {
    color: #75242f;
}

.footBot .a1 {
    padding: 0 10px;
    position: relative;
}

.footBot .a1 img {
    width: 50px;
}


.footLink {
    padding-bottom: 20px;
}

.footLink a {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 5px;
}



/* ===================================================公共 */
.inner {
    width: 90%;
    margin: 0 auto;
}

/*定义滚动条宽高及背景，宽高*/
::-webkit-scrollbar {
    width: 0px;
    /*对垂直流动条有效*/
    height: 0px;
    /*对水平流动条有效*/
}

.More a {
    padding: 10px 36px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #e4e4e4;
    color: #000000;
}

.More a b {
    font-size: 14px !important;
    color: #000000;
    margin-bottom: 0 !important;
}

.More a i {
    display: inline-block;
    color: #666;
    margin-left: 10px;
}

.More.center {
    text-align: center;
}

.More.bg a {
    color: #fff;
    background-color: #75242f;
}

.More.bg b {
    color: #fff;
}

.More.bg i {
    color: #fff;
}

.More a:hover {
    color: #fff;
    background-color: #75242f;
}

.More a:hover b {
    color: #fff;
}

.More a:hover i {
    color: #fff;
}



.Tit {
    margin-bottom: 40px;
}

.Tit.white span {
    color: #fff;
}

.Tit.white p {
    color: #fff;
}

.Tit span {
    display: block;
    font-size: 44px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    margin: 0;
    background-size: cover;
}

.Tit p {
    font-size: 26px;
    line-height: 1;
    color: #555;
    margin-bottom: 20px;
}

.Tit.center {
    text-align: center;
}

/* ============================================头部 */

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 35px;
    z-index: 9999;
    transition: all .48s;
}

.headerXq {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    height: 70px;
    position: relative;
}


.header .Nav ul li {
    display: inline-block;
    border-radius: 4px;
}


.header .Nav ul li a {
    display: block;
    color: #fff;
    /* vertical-align: top; */
    padding: 28px 0;
    margin: 0 32px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
}

.header .Nav ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .48s;
}

.header.white .Nav ul li a::after {
    background: #75242f;
}

.header .Nav ul li a:hover::after {
    width: 100%;
    transition: all .48s;
}

.header .Nav ul li.on a::after {
    width: 100%;
    transition: all .48s;
}

.header:hover .Nav ul li a::after {
    background: #75242f;
    
}

/*  */

.hSs {
    display: flex;
    align-items: center;
    position: relative;
}

.ipt {
    position: relative;
}

.ipt svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ipt svg path {
    fill: #fff;
}

.hSs input {
    width: 200px;
    background: none;
    color: #fff !important;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, .2);
    padding: 0 0 1px 0;
    font-size: 12px;
    letter-spacing: 1px;
}

.hSs input::placeholder {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

.hSs .img2 {
    display: none;
}

/*  */

.hMenuBox {
    display: inline-block;
    margin: 0 15px;
}

.hMenuBox img {
    width: 36px;
}

/* 下拉二级 */
.navZkBox {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 83px;
    padding: 40px 0 60px;
    z-index: 9998;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    display: none;
}

.navZkBox .inner {
    width: 84%;
}

.navZk {
    display: flex;
    justify-content: space-between;
}

.navZkL {
    width: 22%;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
}

.navZkL .navZkItem {
    flex: auto;
    margin-bottom: 8px;
    background: #f4f7fc;
    border-radius: 8px;
    padding: 25px 0 10px;
    text-align: center;
}

.navZkL .navZkItem img {
    height: 25px;
    object-fit: contain;
    margin-bottom: 10px;
}

.navZkL .navZkItem span {
    font-size: 14px;
    display: block;
}

.navZkL .navZkItem:last-child {
    margin-bottom: 0;
}

.navZkR {
    width: 78%;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #f1f1f3;
}

.navZkR .navZkItem {
    width: calc(25% - 40px);
}

.navZkR .navZkItem i {
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #ef2853;
    border-radius: 4px;
    font-size: 12px;
    color: #ef2853;
}

.navZkImg {
    width: 100%;
    background: #f4f7fc;
    border-radius: 8px;
    position: relative;
    padding-top: 110%;
}

.navZkImg img {
    width: 50%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 25%;
    top: 0;
}

.navZkText {
    margin-top: 15px;
    text-align: center;
}

.navZkText span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.navZkText p {
    color: #c7c7c7;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.navZkText img {
    margin-top: 20px;
    width: 22px;
}

/* 公司介绍 */
.header .Nav ul li .navZkBox a {
    margin: 0;
    padding: 0;
}

.navZkBox a::after {
    display: none;
}

.navZkAb {
    width: 84%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.navZkAb_item {
    width: calc(33.33% - 20px);
    display: block;
    border-radius: 8px;
}

.navZkAb_item .navZkAb_img {
    position: relative;
    padding-top: 62%;
    border-radius: 8px;
    overflow: hidden;
}

.navZkAb_item .navZkAb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.navZkAb_item span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 20px;
    text-align: center;
}

/* 服务支持 */
.navZkFw {
    width: 54%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.navZkFw_item {
    width: calc(33.33% - 15px);
    padding: 32px 0 !important;
    text-align: center;
    background: #f4f7fc;
    display: block;
    border-radius: 8px;
}

.navZkFw_item img {
    width: 35px;
    margin-bottom: 12px;
}

.navZkFw_item span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}




/* =========================================================================index */
/* ban */
.banImg {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #160402;
}
.box-3d{position: absolute;width: 100%;height:100%;left:5%;z-index: 3;top: 25%;transform: translate(-50%,-50%);}
#canvas{width:100%;height:120vh;transform: rotate(35deg)}

/* .banImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .26);
    position: absolute;
    left: 0;
    top: 0;
} */
.banImg a{
    position: relative;
    z-index: 5;
}
.indBan .swiper-slide{position: relative;}
.ban-txt{position: absolute;left: 10%;top: 50%;transform: translateY(-50%);z-index: 2;width: 80%;}
.ban-txt h4{font-size: 2.4vw;color: #fff;font-weight: 600;text-shadow: 2px 2px 3px #000;}
.ban-txt h3{font-size: 3.4vw;color: #fff;font-weight: 600;text-shadow: 2px 2px 3px #000;}
.ban-txt em{width: 160px;height: 2px;background-color: #fff;display: block;margin-top: 40px;}
.indBan .img_box{width: 100%;height: 100vh;overflow: hidden;}
.indBan img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.banVideo {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* .banVideo::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 50%) 20%, rgb(0 0 0 / 0%) 50%);
    position: absolute;
    left: 0;
    top: 0;
} */

.banVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banText {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 6;
    text-align: right;
}


.banText h3 {
    display: block;
    color: #fff;
    text-align: inherit;
    line-height: 1.2;
    font-weight: 600;
    font-size: 64px;
}
.banText h4{
    display: block;
    color: #fff;
    text-align: inherit;
    line-height: 1.2;
    font-weight: 600;
    font-size: 48px; 
    margin-top: 15px;
}

.banText h5 {
    width: 70%;
    font-size: 18px;
    color: #fff;
    margin-left: auto;
    line-height: 36px;
    margin-top: 20px;
}
.banText ul{margin-top: 60px;}
.banText ul li{text-align: center;width: 120px;}
.banText ul img{width: 50px;margin: 0 auto;}
.banText ul h5{text-align: center;width: 100%;margin: 0;font-size: 16px;line-height: 30px;margin-top: 8px;}
.banText p {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    margin-top: 10px;
}

.indBan_change {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.indBan .swiper-pagination {
    width: 100%;
    bottom: 40px;
    color: #fff;
}

.indBan .swiper-pagination span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: .4;
}

.indBan .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1 !important;
}

.indBan_change i {
    color: #fff;
    position: absolute;
    right: -2px;
    bottom: 16px;
    transform: rotate(90deg);
}

/*  */
.indBan .js_banJt {
    width: 40px;
    height: 100px;
    background: rgb(255 255 255 / 27%);
    background-image: url(../images/jt_r_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 30%;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    opacity: 0;
    z-index: 999;
}

.indBan .next {
    right: 0;
}

.indBan .prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}

.js_banJt:hover {
    background: rgba(255, 255, 255, .4);
    background-image: url(../images/jt_r_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% 40%;
}

.indBan:hover .js_banJt {
    opacity: 1;
    transform: translate(0, -50%);
}

.indBan:hover .prev {
    transform: translate(0, -50%) rotate(180deg);
}
.BackTop svg{width: 25px;}
.indBan .video-box{width: 100%;height: 100vh;overflow: hidden;display: flex;align-items: center;}
.indBan .video-box video{width: 100%;}

/* 新闻 */
.indShow {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 80px;
    box-sizing: border-box;
}

.indShow .inner {
    width: 92%;
}
.inx-03{width: 100%;margin-top: 60px;}
.inx-03 .left{width: 49%;}
.inx-03 .left a{width: 49%;display: block;background-color: #f4f4f4;}
.inx-03 .left a .img-box{height: 15vw;overflow: hidden;}
.inx-03 .left a .info{padding: 25px;box-sizing: border-box;}
.inx-03  h4{font-size: 1.2vw;transition: all .4s;color: #000;}
.inx-03  p{font-size: 16px;color: #7b7b7b;margin-top: 15px;}
.inx-03 .time{margin-top: 30px;background-image: url(../images/w_r.png);background-repeat: no-repeat;background-position: right center;font-size: 15px;width: 80%;transition:all .4s;}
.inx-03 a:hover .time{width: 100%;color: #75242f;}
.inx-03 .right{width: 50%;}
.inx-03 .right a{width: 49%;display: block;background-color: #f4f4f4;padding: 25px;box-sizing: border-box;height: 48%;}
.inx-03 .right a .info{width: 100%;height: 100%;}
.inx-03 .right a:nth-child(n+3){margin-top: auto;}
.inx-03-more{width: 100%;margin-top: 60px;display: flex;justify-content: center;}
.inx-03-more a{padding: 10px 36px;font-size: 14px;display: inline-flex;align-items: center;justify-content: center;border-radius: 5px;background-color: #75242f;color: #fff;}
.inx-03 a:hover h4{color: #75242f;font-weight: 600;}
/* 四大类 */
.section4{background-image: url(../picture/bj.jpg);background-size: cover; padding: 140px 0 60px 0;box-sizing: border-box;}
.section4 .inner {
    position: relative;
    z-index: 2;
   
}
.inxPro-nav{width: 100%;height: 100%;}
.inxPro-nav a{border-radius: 5px;padding: 10px 30px;margin: 0 20px;height: 100%;background-color: rgb(255 255 255 / 37%);transition: all .6s;}
.inxPro-nav a.active{background-color: #75242f;color: #fff;}
.inxPro-nav a svg{margin-right: 10px;transition: all .6s;}
.inxPro-nav a.active svg path{fill: #fff;}
.inx-pro{width: 100%;margin-top: 30px;}
.inx-pro ul{display: none;}
.inx-pro ul.active{display: flex;}
.inx-pro li{width: 25%;padding: 0 20px;box-sizing: border-box;}
.inx-pro li:nth-child(n+5){margin-top: 40px;}
.inx-pro li:last-child{margin-right: auto;}
.inx-pro li .pic-box{width: 100%;padding-bottom: 80%;position: relative;background-image: linear-gradient(#d2d2d2,#f4f4f5);border-radius: 10px;box-shadow: 2px 5px 20px rgba(0, 0, 0, .08);transition: all .6s;}
.inx-pro li:hover .pic-box{transform: translate(-15px,-15px);}
.inx-pro li .pic-box img{width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: auto;}
.inx-pro li .pic-box p{position: absolute;left: 20px;top: 20px;z-index: 2;}

.lxwm{    color: #fff;
    background-color: #75242f;
    padding: 10px 36px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;}
/* 首页关于 */
.indAb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url(../images/indab_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.indABjz {
    width: 35%;
    position: absolute;
    left: 5%;
    bottom: 30px;
    font-size: 12px;
    color: #e3e3e3;
}

.indAbBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indAbText {
    width: 55%;
}

.indAbText .tit {
    display: inline-flex;
    align-items: center;

    font-size: 20px;
    margin-bottom: 45px;
    position: relative;
}



.indAbText .tit .img1 {
    width: 140px;
    margin-right: 20px;
}

.indAbText .tit .img2 {
    width: 220px;
    height: 80px;
    padding-left: 20px;
    position: relative;
}

.indAbText .tit .img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.indAbText .img2 i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indAbText .img2::after {
    content: '';
    width: 1px;
    height: 45%;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, 0);
}

.indAbText .img2::before {
    content: '';
    width: 1px;
    height: 45%;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 0);
}

.indAbText span {
    font-size: 50px;
    line-height: 1.4;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}

.indAbText p {
    width: 94%;
    font-size: 22px;
    color: #333;
    margin-bottom: 50px;
}

.indAbTime {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.indAbTime a{width: 30%;background-color: #fff;padding: 20px;box-sizing: border-box;align-items: center;border-radius: 5px;box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);transition: all .6s;}
.indAbTime a:hover{transform: translate(-10px,-20px);}

.indAbTime img{height: 50px;display: block;}

.indAbTime .year_p {
    color: #333;
    font-size: 16px;
}


/*  */

.indAbShuju {
    width: 45%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indAbShuju img{width: 100%;}


/*  */
.bottomBox {
    padding-top: 145px;
    height: auto;
    display: flex;
    flex-direction: column;
}
/*换行*/
.flex_tap{flex-wrap: wrap;}
/*居中*/
.flex_cont{display: flex;justify-content: center;}
/*两端*/
.flex_sp{display: flex;justify-content: space-between;}
/*垂直*/
.flex_y{display: flex;justify-content: space-between;flex-direction: column;}
/* new */
.section3{background-image: url(../images/inx-bj4.png);background-position: bottom;background-repeat: no-repeat;background-color: #fafafa;overflow: hidden;}

.section7 .img-box{height: 55vh;position: relative;}
.section7 .img-box img{object-position: center top;}
.section7 .img-box .txt{width: 100%;height: 100%;background-color: rgba(0, 0, 0, .3);text-align: center;color: #fff;display: flex;align-items: center;position: relative;cursor: pointer;}
.section7 .img-box .txt h4{font-size: 54px;font-weight: 600;text-align: center;width: 100%;}
.section7 .img-box:hover img{transform: scale(1);}
/* ====================================================================pro */
.oth-banner{width: 100%;height: 600px;overflow: hidden;position: relative;}
.oth-banner .txt{position: absolute;top: 55%;transform: translateY(-50%);color: #75242f;z-index: 2;left: 0%;width: 100%;}
.oth-banner .txt h3{font-size: 2.8vw;font-weight: 600;text-align: center;width: 100%;}
.img{width: 100%;height: 100%;display: block;object-fit: cover;object-position: center;background-repeat: no-repeat;}
.padding{padding: 60px 0;}
/*公共面包屑*/
.web-mbx{padding:20px 0;background-color: #f4f4f4;}
.web-mbx p{line-height: 32px;width: 60%;}
.web-mbx p>img{display: inline-block;float: left;margin-right: 10px;height: 32px;}
.web-mbx p>a{display: inline-block;}
.web-mbx .item{line-height: 32px;margin-left: auto;width: 40%;}
.web-mbx .item a{margin: 0;margin-left: 50px;position: relative;font-size: 18px;}
.web-mbx .item a::after{position: absolute;content: "";width: 0;bottom: -10px;left: 0;height: 2px;background-color: #75242f;}
.web-mbx .item a:first-child{margin-left: auto;}
.web-mbx .item a.active{color: #75242f;}
.web-mbx .item a.active::after{width: 100%;}
.padding{padding: 80px 0;}
.ab-01 .left{width: 55%;}
.ab-01 .left h3{font-size: 2.4vw;font-weight: 600;line-height: 2.6vw;}
.ab-01 .left h5{text-transform: uppercase;color: #75242f;margin-top: 5px;font-size: 24px;}
.ab-01 .left p{color: #7b7b7b;margin-top: 30px;}
.ab-01 .left ul{margin-top: 50px;width: 90%;}
.ab-01 .left ul li{padding-left: 40px;box-sizing: border-box;position: relative;}
.ab-01 .left ul li::before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 80%;background-color: #75242f;content: "";opacity: .5;}
.ab-01 .left ul li h2{font-size: 54px;font-weight: 600;color: #75242f;}
.ab-01 .left ul li p{margin-top: 0;}
.ab-01 .left .txt{margin-top: 60px;}
.ab-01 .left .txt h5{font-size: 24px;color: #000;font-weight: 600;}
.ab-01 .left .txt h4{font-size: 28px;color: #75242f;font-weight: 600;}
.ab-01 .left .txt img{width: 36px;margin-top: 20px;}
.ab-01 .right{width: 35%;}
.ab-02{background-color: #f5f5f5;padding-bottom: 200px;}
.ab-02 .left{position: relative;padding-top: 30px;box-sizing: border-box;}
.ab-02 .left::before{position: absolute;content: "";left: 0;z-index: 1;height: 2px;width: 20%;background-color: #75242f;top: 0;}
.ab-02 .left h3{font-size: 2.4vw;line-height: 2.6vw;text-transform: uppercase;color: #75242f;}
.ab-02 .left img{height: 36px;width: 36px;margin-left: 2vw;margin-right: auto;margin-top: .3vw;}
.ab-02 .right h3{font-size:1.8vw;font-weight: 600;margin-bottom: 10px;}
.ab-02 p{font-size: 20px;color: #7b7b7b;}
.ab-03{margin-top: -120px;padding-bottom: 80px;}
.ab-03 ul li{width: 19%;background-color: #fff;box-shadow: 2px 5px 5px rgba(0, 0, 0, .1);position: relative;}
.ab-03 ul li .img-box{height: 23vw;}
.ab-03 ul li:nth-child(3){display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.ab-03 ul li:nth-child(3) img{width: 70%;margin-top: auto;}
.ab-03 ul li:nth-child(3) h4{width: 100%;text-align: center;margin-bottom: auto;margin-top: 15px;font-size: 24px;}
.ab-03 ul li p{position: absolute;width: 100%;background-color: #75242f;color: #fff;text-align: center;left: 0;bottom: 5%;z-index: 1;line-height: 3vw;}
.ab-04{width: 100%;background-color: #f5f5f5;}
.ab-04 .left{width: 45%;}
.ab-04 .right{width: 55%;background-color: #fff;padding: 80px;box-sizing: border-box;}
.ab-04 .right h4{font-size: 1.8vw;font-weight: 600;margin-bottom: 10px;}
.ab-04 .right p{color: #7b7b7b;margin-top: 15px;}
.ab-04 .right h5{font-size: 1.4vw;font-weight: 600;margin-top: 40px;}
.ab-04 .right ul{margin-top: 10px;flex-wrap: wrap;}
.ab-04 .right ul li img{height: 40px;margin-top: 20px;}
.ab-05 .tit-style{text-align: center;}
.ab-05 .tit-style h3{font-size: 2.4vw;font-weight: 600;line-height: 2.6vw;}
.ab-05 .tit-style h5{text-transform: uppercase;color: #75242f;margin-top: 5px;font-size: 24px;}
.ab-05 ul{margin-top: 50px;}
.ab-05 li{width: 31%;}
.ab-05 li .vid-box{width: 100%;position: relative;}
.ab-05 li .vid-box .play{position: absolute;width: 100%;height: 100%;background-color: rgb(0 0 0 / 30%);left: 0%;top: 0%;z-index: 1;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.ab-05 li .vid-box .play::after{position: absolute;content: "";width: 4vw;height: 4vw;border-radius: 50%;z-index: 1;background-color: rgb(255 255 255 / 60%);top: 50%;left: 50%;transform: translate(-50%,-50%);}
.ab-05 li .vid-box .play svg{width: 28px;height: 28px;position: relative;z-index: 2;}
.ab-05 li video{width: 100%;}
.ab-05 li p{text-align: center;margin-top: 10px;padding-bottom: 10px;border-bottom: 1px solid rgba(0, 0, 0, .1);}
.news-list{width: 100%;}
.news-list a{padding: 50px 0;box-sizing: border-box;border-top: 1px solid rgba(148, 48, 48, 0.1);position: relative;}
.news-list a::after{width: 0%;height: 2px;background-color: #75242f;left: 0;bottom: 0;content: "";z-index: 1;position: absolute;transition: all .6s;}
.news-list a:first-child{padding-top: 0;border: none;}
.news-list a .left{width: 56%;}
.news-list a .left .info{width: 100%;}
.news-list a .left .info h3{font-size: 38px;transition: all .6s;font-weight: 600;}
.news-list a .left .info p{font-size: 18px;line-height: 36px;margin-top: 15px;}
.news-list a .left .time{align-items: center;}
.news-list a .left h5{opacity: .8;letter-spacing: 1px;font-size: 22px;line-height: 1;text-transform: uppercase;font-weight: bold;font-family: 'Rousseau';transition: all .6s;}
.news-list a .left img{height: 4px;width: auto;}
.news-list a .img-box{width: 40%;height: 20vw;overflow: hidden;}
.news-list a:hover .info h3{color: #75242f;}
.news-list a:hover .left h5{color: #75242f;}
.news-list a:hover::after{width: 100%;}
/*page 分页器*/
.pagination {display: flex;justify-content: center;margin-top: 10px;margin-bottom: 60px;}
.pagination a {background: #fff;border: 1px solid #ccc;color: #333;font-size: 14px;padding: 8px 12px;margin: 0 5px;border-radius: 3px;}
.pagination span {color: #333;font-size: 14px;padding: 8px 2px;margin: 0 5px;border-radius: 3px;}
.pagination a:hover {color: #75242f;border: 1px solid #75242f;}
.pagination a.page-num-current {color: #fff;background: #75242f;border: 1px solid #75242f;}
.my-4{margin-top:40px;width: 100%}
/*新闻详情*/
.news_inner{width: 100%;background:#fff;}
.news_inner img{margin: 0 auto;display: inline-block;}
.news_inner>.inner>.ym_tit{margin-bottom: 30px;text-align:center;font-size: 26px;font-weight: bold;}
.news_inner>.inner>p:nth-child(2){text-align: center;height: 40px;border-bottom: 1px solid #eee;font-size: 14px;}
.news_inner>.inner>span{padding: 20px 0;display: block;font-size: 14px;color: #6f7173;}
.news_inner>.inner>span img{max-width: 100% !important;height: auto!important;}
.news_inner>.inner>div{width: 100%;margin-top:30px;height: 60px;line-height:30px;}
.news_inner>.inner>div>em:first-child{float: left;display: block;}
.news_inner>.inner>div>em:last-child{float: right;display: block;}
.news_inner>.inner>div>em>a{color: #333;display: inline-block;}
.news_inner>.inner>div>em>a:hover{color: #75242f;}
.news_inner>.inner>.video-box{width:100%;height: 100%;}
.news_inner video{width:80%;margin:0 auto;display: block;}
.pro-list{width: 100%;background-image: url(../picture/bj.jpg);background-size: cover;}
.pro-list .box{width: 25%;padding:0 20px;box-sizing: border-box;margin-bottom: 40px;}
.pro-list .box:last-child{margin-right: auto;}
.pro-list .box a{width: 100%;display: block;}
.pro-list .box a .pic-box{width: 100%;padding-bottom: 80%;position: relative;background-image: linear-gradient(#d2d2d2,#f4f4f5);border-radius: 10px;box-shadow: 2px 5px 20px rgba(0, 0, 0, .08);transition: all .6s;}
.pro-list .box a:hover .pic-box{transform: translate(-15px,-15px);}
.pro-list .box a .pic-box img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;width: 90%;height: auto;}
.pro-list .box a .pic-box p{position: absolute;left: 20px;top: 20px;z-index: 2;}
.pro-info{width: 100%;}
.pro-info .left{width: 45%;}
.pro-info .left.fiexd{position: fixed;left: 5%;top: 50%;transform: translateY(-50%);width: 40%;}
.pro-info .big-pro{width: 100%;background-color: #f5f5f5;}
.pro-info .big-pro ul{width: 100%;}
.pro-info .big-pro li{width: 100%;height:38vw;display: flex;align-items: center;justify-content: center;}
.pro-info .big-pro li:first-child img{width: 80%;}
.pro-info .big-pro li .img-box{width: 100%;height: 100%;}
.pro-info .big-pro .swiper-pagination-bullet{width: 12px;height: 12px;}
.pro-info .big-pro .swiper-pagination-bullet-active{background-color: #75242f;}
.pro-info .pro-desc{width: 50%;margin-left: auto;}
.pro-info .pro-desc h3{padding-left: 30px;font-size: 2vw;font-weight: 600;position: relative;box-sizing: border-box;margin-bottom: 20px;}
.pro-info .pro-desc h3::before{position: absolute;left: 0;top: 50%;width: 4px;height: 60%;content: "";transform: translateY(-50%);background-color: #75242f;}
.pro-info .pro-desc h5{font-size: 22px;font-weight: 600;}
.pro-info .pro-desc .box{margin-top: 30px;}
.pro-info .pro-desc .box h5{margin-top: 20px;}
.pro-info .pro-desc .box .info{width:83%;background-color: #fafafa;padding: 20px;box-sizing: border-box;}
.pro-info .pro-desc .box .info p{line-height: 50px;}
.pro-content{width: 100%;margin-top: 40px;}
.pro-content h4{font-size: 1.4vw;font-weight: 600;padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, .1);}
.pro-content .info{margin-top: 30px;}
.pro-content .info img{max-width: 100%;}
.pro-oth{width: 28%;margin-top: 40px;}
.pro-oth h4{font-size: 1.4vw;font-weight: 600;padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, .1);margin-bottom: 20px;}
.pro-oth a{width: 100%;margin-top: 30px;display: block;}
.pro-oth a .pic-box{width: 100%;padding: 60px 0;background-color: #fafafa;}
.pro-oth a .pic-box img{width: 60%;margin: 0 auto;display: block;}
.pro-oth a  p{border:1px solid rgba(0, 0, 0, .5);width: 100%;line-height: 50px;margin-top: 15px;text-align: center;}
.sleep-1{width: 100%;background-image: url(../picture/bg1.jpg);background-size: cover;padding: 200px 0;}
.sleep-1 h3{font-size: 2.4vw;font-weight: 600;}
.sleep-1 h3 em{font-size: 2.4vw;font-weight: 600;display: inline-block;color: #75242f;}
.sleep-1 p{width: 55%;font-weight: 600;color: #7b7b7b;}
.sleep-2{background-image: url(../picture/bg3.jpg);}
.sleep-2 .inner{display: flex;}
.sleep-2 .inner .info{margin-left: auto;width: 50%;color: #fff;}
.sleep-2 .inner .info p{width: 100%;color: #fff;}
.sleep-3{background-image: none;padding: 100px 0;}
.sleep-3 .inner{align-items: center;}
.sleep-3 .inner .info{width: 50%;}
.sleep-3 .inner .info p{width: 100%;}
.sleep-3 .inner img{width: 40%;}

.contact-box .top{padding-bottom: 100px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.contact-box .top .info{margin-top: 40px;}
.contact-box .top img{width: 40px;}
.contact-box .top h4{font-size: 28px;margin: 10px 0;}
.contact-box .top h5{font-size: 22px;opacity: .6;}
.contact-box .bottom{padding: 60px 0;width: 100%;}
.contact-box .bottom h3{font-size: 46px;font-weight: 300;}
.contact-box .bottom form{margin-top: 40px;}
.contact-box .bottom form input {width: 30%;height: 40px;border-bottom: 1px solid rgb(0 0 0 / 10%);font-size: 18px;}
.contact-box .bottom form input:nth-child(4){width: 70%;}
.contact-box .bottom form input:nth-child(4),.contact-box .bottom form button{margin-top: 80px;}
.contact-box .bottom form button{width: 200px;height: 50px;background-color: #75242f;border: none;color: #fff;font-size: 18px;font-family: "OPPOSans";margin-right: auto;margin-left: 40px;cursor: pointer;}

.m-header{background-color: rgba(255,255,255,1);box-sizing: border-box;position: fixed;left: 0;top: 0px;z-index: 9999;width: 100%;display: none;box-shadow: 2px 5px 5px rgba(0,0,0,.1);}
.m-header.on{border-bottom:1px solid #ddd;box-shadow: none;}
.m-header .inner{align-items: center;}
.m-header a{height: 70px;padding: 10px 0;transition: all .4s ease-in-out;}
.m-header a img{height: 100%;}
.m-header a img:last-child{display: none;}
.m-header .menu-btn{width: 34px;height: 40px;position: relative;}
.m-header .menu-btn span{position: absolute;display: block;width: 100%;height: 3px;background-color: #75242f;top: 10px;transition: all .25s;transform-origin: center center;}
.m-header .menu-btn span:nth-child(2){top: 19px;width: 25px;}
.m-header .menu-btn span:nth-child(3){top: 28px;}
.m-header .menu-btn.on span:first-child{transform: rotate(45deg);}
.m-header .menu-btn.on span:nth-child(2){transform: scaleX(0);}
.m-header .menu-btn.on span:last-child{transform: rotate(-45deg);}
.m-header .menu-btn.on span{top: 19px;}
.m-nav-box{width: 100%;height: 0;background-color: #fff;position: fixed;left: 0;top: 0;z-index: 10;box-sizing: border-box;overflow: hidden;transition: all .4s ease-in-out;}
.m-nav-box.active{height: 100%;}
.m-nav-box .m-nav-item{width: 100%;position: relative;}
.m-nav-box .m-nav-item:first-child{margin-top: 100px;}
.m-nav-box .m-nav-item a{font-size: 24px;display: block;line-height: 80px;border-bottom: 1px solid #ddd;transition: all .6s ease-in-out;overflow: hidden;height: 0px;opacity: 0;}
.m-nav-box.active .m-nav-item a{opacity: 1;height: 80px;}
.m-nav-box .m-nav-item .m-nav-top{width: 50%;position: absolute;height: 80px;right: 0;top: 0;z-index: 1;background: url(../images/ico-open.png) no-repeat right center;background-size: 3.4vw auto;}
.m-nav-box .m-nav-item .m-nav-top.on{background-image: url(../images/ico-close.png);}
.m-nav-box .m-nav-item .m-nav-list{overflow: hidden;width: 100%;padding-bottom: 0px;transition: all .6s ease-in-out;}
.m-nav-box .m-nav-item .m-nav-list a{font-size: 20px;line-height: 60px;padding: 0 10px;box-sizing: border-box;border:none;height: 0;overflow: hidden;transition: all .6s ease-in-out;}
.m-nav-box .m-nav-item .m-nav-list.active{padding-bottom: 30px;}
.m-nav-box .m-nav-item .m-nav-list.active a{height: 60px;}
.m-header.color{background-color: rgba(0,0,0,0);box-shadow: none;}
.m-header.color a{padding: 25px 0;}
.m-header.color a img{display: none;}
.m-header.color a img:last-child{display: block;}
.m-header.on a{padding: 10px 0;}
.m-header.on a img{display: block;}
.m-header.on a img:last-child{display: none;}
.m-header .menu-btn.color span{background-color: #fff;}
.m-header .menu-btn.on span{background-color: #75242f;}
.m-p{display: none;margin-top: 10px;font-size: 15px;text-align: center;border:1px solid rgba(0, 0, 0, .08);}
.m-pro-nav{display: none;margin-bottom: 20px;}