@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg') format('svg');
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg') format('svg');
}
/* html{ font-size:625%;} */
body{ font-size: 14px; background: #FFF; overflow-x:hidden;}
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure { margin: 0; padding: 0; }
body, html, input, button, textarea { color: #333333; font-family: 'OpenSans', Arial, Helvetica, sans-serif; line-height: 1.6; font-weight:400; }

a{ color:#222222}
a:hover{ color:rgb(24, 23, 23); transform: scale(1.0); transition: all 0.1s linear; text-decoration:none}
a:focus{ outline:none;}
ul,li,ol,dl,dt,dd{ list-style:none; padding:0; margin:0;}
img{ max-width:100%}
input[type="text"]:focus { outline:none;}
input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
a:active, select, input, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; outline: 0!important; }
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; outline: 0; }

.main_title:after{visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
* html .main_title{zoom: 1;}
*:first-child + html .main_title{zoom: 1;}
a{
    text-decoration: none;
}

.p10 {
	padding-left: 10px
}

.p20 {
	padding-left: 20px;
}

.p30 {
	padding-left: 30px
}

.t10 {
	padding-top: 10px
}

.b10 {
	padding-bottom: 10px;
}

.t20 {
	padding-top: 20px
}

.b20 {
	padding-bottom: 20px;
}

.t30 {
	padding-top: 30px
}

.b30 {
	padding-bottom: 30px;
}

.t40 {
	padding-top: 40px
}

.b40 {
	padding-bottom: 40px;
}

.t50 {
	padding-top: 50px
}

.b50 {
	padding-bottom: 50px;
}

.t60 {
	padding-top: 60px
}

.b60 {
	padding-bottom: 60px
}

.t80 {
	padding-top: 80px
}

.b80 {
	padding-bottom: 80px;
}

.t100 {
	padding-top: 100px
}

.b100 {
	padding-bottom: 100px;
}
.b120 {
	padding-bottom: 150px;
}
.tm10 {
	margin-top: 10px
}

.bm10 {
	margin-bottom: 10px;
}

.tm20 {
	margin-top: 20px
}

.bm20 {
	margin-bottom: 20px;
}

.tm30 {
	margin-top: 30px
}

.bm30 {
	margin-bottom: 30px;
}

.tm50 {
	margin-top: 50px
}

.bm50 {
	margin-bottom: 50px;
}

.tm80{
    margin-top: 80px;
}

.bm80{
    margin-bottom: 80px;
}

.tm100{
    margin-top: 100px;
}

.bm100{
    margin-bottom: 100px;
}
.tm150{
    margin-top: 150px;
}
.tm120{
    margin-top: 120px;
}

.bm120{
    margin-bottom: 120px;
}

/*gotop*/
.gotop {
	position: fixed;
	text-align: center;
	right: 50px;
	bottom: 50px;
	color: #fff;
	background-color: #333;
	text-align: center;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translateY(50%) scale(0.8);
	-webkit-transform: translateY(50%) scale(0.8);
	-ms-transform: translateY(50%) scale(0.8);
	-o-transform: translateY(50%) scale(0.8);
	transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
	background-color: #d72222!important;
	color: #fff;
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.gotop em {
	font-size: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.gotop:before {
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop:hover:before {
	-webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gotop:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* header通用样式 */
.nav0{
    /* background-color: #000000; */
    padding: 30px 0 88px 0;
}
.nav0 .n0main>.n0con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.nav0 .n0main .left{
    width: 20%;
}
.nav0 .n0main .left>img{width: 100%;}
.nav0 .n0main .center{width: 30%;}
.nav0 .n0main .center{display: flex;}
.nav0 .n0main .center>input{
    padding: 8px 5px;
    width: 100%;
}
.nav0 .n0main .center>button{
    border: 1px solid #d72222;
    padding: 10px 20px;
    background-color: #d72222;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.nav0 .n0main .right>ul{display: flex;}
.nav0 .n0main .right>ul>li{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.nav0 .n0main .right>ul>li>i{color: #000;}
.nav0 .n0main .n0line{
    width: 100%;
    background-color: #eee;
    height: 2px;
    margin-top: 30px;
}
.nav1{
    /* display: none; */
    position: fixed;
    top: 128px; 
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
#header .nav1{
    background-color: #FFFFFF;
}
.nav1 .container{padding: 0;}
#header .nav1main{
    display: flex;
    height: 80px;
    justify-content: start;
    align-items: center;
}
.nav1main .left{display: none;}
.nav1main .center{
    display: flex;
    justify-content: start;
    width: 75%;
}
.nav1main .center .search{padding-left: 15px;}
.nav1main .center .search>i{
    color: #000;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}
.nav1main .center .head_nav{
    display: flex;
    justify-content: space-around;
    /* margin-left: 150px; */
}
.nav1main .center .web_head{
    width: 80%;
}
.nav_wrap .head_nav>li:hover a{
    color: #d72222 !important;
}

.nav_wrap .head_nav li:hover .sub-menu li a{
    color: #000 !important;
}

.nav1main .center .head_nav>li>a{
    font-size: 16px;
    color: #000;
    /* font-weight: 600; */
}
.nav_wrap .head_nav>li li a{
    text-transform: capitalize;
}
.nav1main .center .head_nav>li>a:hover{
    border: 0;
    color: #d72222;
    /* border-top: 3px solid #000000; */
}

.nav1main .center .head_nav>li>a::after{
    background-color: transparent;
    
}
.nav1main .center .head_nav>li>a>em{
    font-size: 18px;
    margin: 0;
}
.nav1main .center .head_nav>li.active>a{
    font-size: 18px;
    color: #d72222;
    /* border-top: 3px solid #000000; */
    font-weight: 600;
}

.nav1main>.center .sub-menu>li:hover>a{
    color: #d72222;
}
.nav1main>.center .sub-menu>li:hover>a::before{
    background-color: #d72222;
}
.nav1main .right{
    display: flex;
}
.nav1main .right>div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
.nav1main .right>div>i{
    font-size: 35px;
    color: #d72222;
    margin-right: 10px;
}
.nav1main .right>div>div>h5{color: #000;}

.nav_wrap .head_nav li ul{top: 100% !important;left: 10% !important;}
.nav_wrap .head_nav>li ul ul{top: -30% !important;left: 100% !important;}
.nav2{
    position: relative;
    /* margin-top: 80px; */
}
/* .nav2 .carousel .carousel-item>a>img{width: 100%; height: 500px;} */
.nav2cont{
    position: absolute;
    top: 15%;
    left: 10%;
}
.nav2cont .on{
    border: 1px solid #ddd;
    width: 30%;
    padding: 5px ;
    border-radius: 55px;
    display: flex;
    background-color: #eff0f4;
    margin-bottom: 20px;
}
.nav2cont .on .left{
    width: 35%;
    background-color: #f89047;    
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    text-align: right;
}
.nav2cont .on .left>span{
    display: block;
    /* line-height: 50px; */
    color: white;
    font-size: 15px;
    padding: 10px 0;
}
.nav2cont .on .right{
    width: 60%;
}
.nav2cont .on .right>span{
    display: block;
    padding: 10px 0;
    /* line-height: 50px; */
    color: #9399a6;
    font-size: 15px
}
.nav2cont .in{
    margin-bottom: 40px;
}
.nav2cont .in>div{
    width: 40%;
    font-size: 60px;
    font-weight: 600;
    /* color: white; */
}
.nav2cont .un>button{
    padding: 15px 20px;
    background-color: #000000;
    color: white;
    border: 0;
    border-radius: 5px;
}
.nav2cont .un>button>i{
    width: 14px;
    margin: auto 0;
}
.nav2cont .un>button:hover{
    padding: 15px 20px;
    background-color: white;
    color: #000000;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
}
.nav2txt{
    position: absolute;
    display: flex;
    top: 15%;
    left: 45%;
}

.nav2txt>span{
    display: block;
    margin: 0 100px;
    color: white;
}
.nav2txt>span>p:nth-child(2){
    font-size: 23px;
    font-weight: 600;
}
.nav2txt>span:nth-child(2){
    text-align: right;
}
.nav2txt2{
    display: none;
}

.nav2lunbo{
    position: absolute;
    width: 30%;
    object-fit: cover;
    overflow: hidden;
    bottom: 3%;
    left: 10%;
}
.nav2lunbo .swiper{
    width: 100%;
}
.nav2lunbo .swiper img{width: 100%;}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background-color: #000000;
}
.d-block{width: 100% !important;}
.carousel-control-prev>img,.carousel-control-next>img{
    width: auto;
}
.nav2{position: relative;}
.nav2 .fl{
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.nav2 .fl .main{display: flex;}
.nav2 .fl .main>div:nth-child(1){
    background-color: #000000;
    width: 50%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 30px 20px;

}
.nav2 .fl .main>div:nth-child(1)>.img{
    width: 30%;
    margin: 0 15px;
}
.nav2 .fl .main>div:nth-child(1)>.txt>h3{
    font-size: 20px;
    font-weight: 600;
}
.nav2 .fl .main>div:nth-child(1)>.txt>p{
    padding: 15px 0;    
    font-size: 16px;
}
.nav2 .fl .main>div:nth-child(1)>.txt>h4{
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.nav2 .fl .main>div:nth-child(1)>.txt>h4:hover{
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}
.nav2 .fl .main>div:nth-child(2){
    background-color: #131428;
    width: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 30px 20px;

}
.nav2 .fl .main>div:nth-child(2)>.img{
    width: 30%;
    margin: 0 15px;
}
.nav2 .fl .main>div:nth-child(2)>.txt>h3{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.nav2 .fl .main>div:nth-child(2)>.txt>p{
    padding: 15px 0;    
    font-size: 16px;
    color: #fff;
}
.nav2 .fl .main>div:nth-child(2)>.txt>h4{
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}
.nav2 .fl .main>div:nth-child(2)>.txt>h4:hover{
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;

}
.carousel-caption{
    left: 67%;
    top: 60%;
}

#main4zz{
    position: fixed;
    top: 0;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    /* display: none; */
}
#main4zz .video{
    width: 100%;
    height: 100%;
    position: relative;
}
#main4zz #clmain4zz{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 55px;
    color: #d72222;
    cursor: pointer;
}
#main4zz>.video>video{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */

}
h1{font-size: 42px !important;font-weight: 600;}


/* footer通用样式 */
.footer{
    background-color: #fff;
}
.footer .fmain{
    padding: 60px 0;
}
.footer .fmain>ul>li>h3{
    font-size: 21px;
    font-weight: 600;
    color: #000;
}
.footer .fmain>ul>li>ul>li{
    margin: 15px 0;
    font-size: 16px;
}
.footer .fmain .fddd{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.footer .fmain .fddd>div{
    display: flex;
    align-items: center;
    /* width: 50%; */
    justify-content: space-between;
}

.footer .fmain .fddd>div>h3{
    margin: 15px 15px 15px 0;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    width: 25%;
}
.footer .fmain .fddd>div>.b>input{
    padding: 5px 5px;
    width: 60%;
    margin-left: 10px;
}
.footer .fmain .fddd>div>.b>button{
    padding: 5px 10px;
    border: 1px solid #d72222;
    background-color: #d72222;
    color: #fff;
    margin-left: 10px;
}
.footer .fmain .fddd>div>a{
    margin: 0 10px;
}
.footer .fmain .fline{
    display: flex;
    align-items: center;
    margin: 60px 0 10px 0;
}
.footer .fmain .fline>.fline1,
.footer .fmain .fline>.fline2{
    width: 100%;
    background-color: #eee;
    height: 2px;
}
.footer .fmain .fline>img{
    width: 20%;
    display: flex;
    flex-direction: row;
}
.footer .fmain .fline>img::before,
.footer .fmain .fline>img::after{
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}
.footer .fmain .wz{display: flex;justify-content: space-between;}
.footer .fmain .wz>div>div{text-align: right;}
.footer .fmain .wz>div>span{margin-left: 15px;}
.pright,.plist,.plistzz{
    display: none;
}
.pright>i{
    color: #000000;
}
.plist>div>img{
    width: 40% !important;
}
.nav_wrap .head_nav li ul{
    top: 75%;
    left: 20%;
}   
/* 客服模块 */
.side_content .side_list .cont li a:hover{
    color: #d72222;
}
.side_content .side_list .cont li i{color: #d72222;}

/* 手机导航样式 */
.plist{
    position: absolute;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 1087%;
    z-index: 99999;
    transition: 0.5s !important;
}
.plist>div{display: flex; justify-content: space-between;align-items: center;}
.plist>div>img{height: auto; margin-left: 10px;}
.plist>div>i{font-size: 40px; margin:10px; color: #d72222;}
.plistzz{
    position: absolute;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 1087%;

    z-index: 9999;
    transition: 1.8s;
}
.plist>ul{margin: 10px;}
.plist>ul>li{
    padding: 10px;
    color: #999;
    font-size: 16px;
}
.plist>ul>li>a{
    color: #999;
}
.plist>ul>li.active>a,
.plist>ul>li.active>i
{
    color: #d72222;
}
.plist>ul>li:hover{
    color: #000;
}
.plist>ul>li>ul{
    display: none;
}
.plist>ul>li>ul>li{
    padding: 5px;
    color: #333;
}
.plist>ul>li:nth-child(1){position: relative;}
.plist>ul>li:nth-child(1)>i{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
}
.plist>ul>li:nth-child(1)>input{
    width: 100%;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 25px;
}
.plist>ul>li>ul>li:hover{
    color: #000000;
}
.pright #nva1se{
    font-size: 30px;
    color: #000000;
    padding: 10px;
}
/* 查询 */
.szz .main{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}
.szz .main{display: none;}
.szz .main>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.szz .main>div>input{
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-left: 50px;
}
.szz .main>div>div{position: relative;}
.szz .main>div>div>i{
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}

.szz .main>i{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #d72222;
    cursor: pointer;
}

/* 客服  */
@media (max-width:576px)
{
    /*头部 脚部样式  */
    .nav0{display: none;}
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .nav1main .left{width: 50%;margin: 0;}
    .nav1main .left{display: block;}
    .nav1main .left>img{width: 100%;}

    .pright, .plist, .plistzz{display: block;}
    .plist>div>img{
        width: 50% !important;
    }
     #header .nav1main{
        justify-content: space-between;
    }
    .nav2{
        margin-top: 80px;
    }
    .footer .fmain .fddd{flex-direction: column;}
    .footer .fmain .fddd>div{flex-wrap: wrap;width: 100%;}
    .footer .fmain .fddd>div>.b{margin-top: 10px;}
    .footer .fmain .fddd>div>.b>input{width: 60%;margin-left: 0;}
    .footer .fmain .fline{margin: 25px 0;}
    .footer .fmain .wz{flex-direction: column;}
    .footer .fmain .wz>div>div{text-align: left;}
    .footer .fmain .wz>div>span{margin-left: 0;}
    /* 主体部分 */

    /* main1 */
    .main1 .m1main{flex-direction: column;}
    .main1 .m1main>.left{width: 100%;}
    .main1 .m1main>.right{width: 100%; margin-left: 0;}
    .main1 .m1main>.right>ul>li{padding: 20px 0;}
    /* main2 */
    .main2 .m2main>ul>li{width: 100%;}
    /* main3 */
    .main3 .m3main{flex-direction: column;}
    .main3 .m3main .left{width: 100%;}
    .main3 .m3main .right{width: 100%;}
    .main3 .m3main .left>.m3pz{position: static;}
    .main3 .m3main .right>h1{
        font-size: 35px;
    }
    .main3 .m3main .right{margin-left: 0;}
    .main3 .m3main .left>img{width: 100%; margin: 15px 0;}
    .main3 .m3main .right>h1{width: 100%;}
    .main3 .m3main .right>ul>li{width: 50%;}
    /* main5 */
    .main5 .m5main{display: none;}
    .main5 .m5main2{display: block;}
    .main5 .m5main .imgg1{height: auto;}
    /* main6 */
    .main6 .m6main .down>ul{flex-direction: column;}
    .main6 .m6main .down>ul>li{width: 100%;}
    .main6 .m6main .up>p{width: 100%;}
    .main6 .m6main .down>ul>li{margin: 15px 0;}
    /* main7 */
    .main7 .m7main{flex-direction: column;}
    .main7 .m7main .left{width: 100%;}
    .main7 .m7main .right{width: 100%;}
    .main7 .m7main .right .down{padding: 30px 0;}
    .main7 .m7main .right .down>.con{width: 80%;}
    .main7 .m7main .right>.up .main>div{
        margin: 25px 0;
    }
    .main7 .m7main .right .down .m7cont>p{width: 100%;}
    /* main8 */
    .main8 .m8main{flex-direction: column;}
    .main8 .m8main .left{width: 100%;justify-content: start;}
    .main8 .m8main .left .center>h1,
    .main8 .m8main .left .center>h2,
    .main8 .m8main .left .center>h3{
        font-size: 35px !important;
    }
    .main8 .m8main .left .center{width: 100%;}
    .main8 .m8main .left>div{width: 100%;}
    .main8 .m8main .right{width: 100%;}
    /* 字体大小 */
    h1,
    .main1 .m1main>.left>h1,
    .main3 .m3main .right>h1,
    .main6 .m6main .up>h1,
    .main6 .m6main .up>h2{font-size: 25px !important;}

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain{display: block;}

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left,
    .searchmodle .searchmain .left{width: 100%;}

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain .right,
    .searchmodle .searchmain .right{width: 100%;}

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container{padding: 0 20px;}
    /* new */
    .newmodle .main>.left{display: none;}
    .newmodle .right{margin-top: 20px;}
    .newmodle .right>ul>li{display: block;}
    .newmodle .right>ul>li>.lileft{width: 100%;}
    /* newlist */
    .newlistmodle{margin: 0;}
    /* newinfo */
    .newinfomodle .newinfomain>.left{display: none;}

    /* product */
    .productmodle .right .c{width: 100%;}
    .productmodle .productmain>.left{display: none;}
    /* productlist */
    .productlistmodle .right>ul>li{display: block;}
    .productlistmodle .right>ul>li>.img{width: 100%;}
    .productlistmodle .right>ul>li>img{width: 100%;}
    .productlistmodle .right>ul>li>.txt{width: 100%;}
    .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
    .productlistmodle .productlistmain>.left{display: none;}
    /* productinfo */
    .productinfomodle .right{margin: 0;}
    .productinfomodle .content{display: block;}
    .productinfomodle .content .right>button{width: 60%;}
    .productinfomain .content .left .cnext{top: 92%;right:0;}
    .productinfomain .content .left .cprev{top: 92%;left: 0;}
    .s{display: none;}
    .productinfomodle .show .ss{display: block; overflow: hidden;}
    .productinfomodle .show .ss .down .img{width: 100%; object-fit: cover;}
    .productinfomodle .show .ss .down .img>img{width: 100%; border-radius: 15px;}
    .productinfomodle{margin: 50px 0;}
    .productinfomain>.left{display: none;}
    .productinfomodle .content .right>span:nth-child(1){font-size: 16px;}
    .zoomContainer{display: none;}
    .productinfomodle .right .left{
        display: none;
    }
    .productinfomodle .right .leph{
        display: block;
    }

    /* search */
    .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
    .searchmodle .left .r{display: block;margin: 0;}
    .searchmodle .left .cards{display: block;width: 100%;margin: 10px 0;}
    .searchmain .left .r .imgs{ width: 100%;margin: 0;}
    /* 404 */
    .modle404 .container{padding: 0 20px;} 
    .modle404 .modlemain404{display: block;}
    .modlemain404 .left{width: 100%; display: flex; justify-content: center;}
    .modlemain404 .left>img{height: 300px;}
    .modlemain404 .right{width: 100%; text-align: center;}
    
    .footer .fmain .fddd div h3{ width:100%}
    .scrollsidebar{ display:none}
	}


@media (min-width:576px) and (max-width:767px)
{
        /* banner图内按钮 */
        /* 遮罩层 */
        #main4zz>.video>video{
            width: 80%;
            top: 30%;
            display: inline-block;
            /* height: 50%; */
            width: 100%;
        }
    /*头部 脚部样式  */
    /* .nav0{display: none;} */
    /*头部 脚部样式  */
    .nav0{display: none;}
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }  
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .nav1main .left{width: 50%;margin: 0;}
    .nav1main .left{display: block;}
    .nav1main .left>img{width: 50%;}

    .pright, .plist, .plistzz{display: block;}
    .plist>div>img{
        width: 50% !important;
    }
     #header .nav1main{
        justify-content: space-between;
    }
    .nav2{
        margin-top: 80px;
    }
    .footer .fmain .fddd{flex-direction: column;}
    .footer .fmain .fddd>div{flex-wrap: wrap;width: 100%;}
    .footer .fmain .fddd>div>.b{margin-top: 10px;}
    .footer .fmain .fddd>div>.b>input{width: 60%;margin-left: 0;}
    .footer .fmain .fline{margin: 25px 0;}
    .footer .fmain .wz{flex-direction: column;}
    .footer .fmain .wz>div>div{text-align: left;}
    .footer .fmain .wz>div>span{margin-left: 0;}
    .footer .fmain>ul>li{width: 50%;}

    /* 主体部分 */
    /* main1 */
    .main1 .m1main{flex-direction: column;}
    .main1 .m1main>.left{width: 100%;}
    .main1 .m1main>.right{width: 100%; margin-left: 0;}
    .main1 .m1main>.right>ul>li{padding: 20px 0;}
    /* main2 */
    .main2 .m2main>ul>li{width: 100%;}
    /* main3 */
    .main3 .m3main{flex-direction: column;}
    .main3 .m3main .left{width: 100%;}
    .main3 .m3main .right{width: 100%;}
    .main3 .m3main .left>.m3pz{position: static;}
    .main3 .m3main .right>h1{
        font-size: 35px;
    }
    .main3 .m3main .right{margin-left: 0;}
    .main3 .m3main .left>img{width: 100%; margin: 15px 0;}
    .main3 .m3main .right>h1{width: 100%;}
    .main3 .m3main .right>ul>li{width: 50%;}
    /* main5 */
    .main5 .m5main{display: none;}
    .main5 .m5main2{display: block;}
    .main5 .m5main .imgg1{height: auto;}
    /* main6 */
    .main6 .m6main .down>ul{flex-wrap: wrap;}
    .main6 .m6main .down>ul>li{width: 50%;}
    .main6 .m6main .up>p{width: 100%;}
    .main6 .m6main .down>ul>li{margin: 15px 0;}
    /* main7 */
    .main7 .m7main{flex-direction: column;}
    .main7 .m7main .left{width: 100%;}
    .main7 .m7main .right{width: 100%;}
    .main7 .m7main .right .down{padding: 30px 0;}
    .main7 .m7main .right .down>.con{width: 80%;}
    .main7 .m7main .right>.up .main{display: flex; flex-direction: row;justify-content: space-between;}
    .main7 .m7main .right>.up .main>div{
        margin: 25px 0;
    }
    .main7 .m7main .right .down .m7cont>p{width: 100%;}
    /* main8 */
    .main8 .m8main{flex-direction: column;}
    .main8 .m8main .left{width: 100%;justify-content: start;}
    .main8 .m8main .left .center>h1,
    .main8 .m8main .left .center>h2,
    .main8 .m8main .left .center>h3{
        font-size: 35px !important;
    }
    .main8 .m8main .left .center{width: 100%;}
    .main8 .m8main .left>div{width: 100%;}
    .main8 .m8main .right{width: 100%;}
    .main8 .m8main .left .center{width: 100%;}
    .main8 .m8main .left>div{width: 100%;}
    .main8 .m8main .right{width: 100%;display: flex;justify-content: center;}
    /* 字体大小 */
    h1,
    .main1 .m1main>.left>h1,
    .main3 .m3main .right>h1,
    .main6 .m6main .up>h1,
    .main6 .m6main .up>h2{font-size: 25px !important;}
         /* 子页通用样式 */
         .newinfomodle .newinfomain,
         .newmodle .main,
         .productlistmodle .productlistmain,
         .productmodle .productmain,
         .productinfomodle .productinfomain,
         .searchmodle .searchmain{display: block;}
     
         .newinfomodle .newinfomain .left,
         .newmodle .main .left,
         .productlistmodle .productlistmain .left,
         .productmodle .productmain .left,
         .productinfomodle .productinfomain .left,
         .searchmodle .searchmain .left{width: 100%;}
     
         .newinfomodle .newinfomain .right,
         .newmodle .main .right,
         .productlistmodle .productlistmain .right,
         .productmodle .productmain .right,
         .productinfomodle .productinfomain .right,
         .searchmodle .searchmain .right{width: 100%;}
     
         .newinfomodle .container,
         .newmodle .container,
         .productlistmodle .container,
         .productmodle .container,
         .productinfomodle .container,
         .searchmodle .container{padding: 0 20px;}
         /* new */
         .newmodle .main>.left{display: none;}
         .newmodle .right{margin-top: 20px;}
         .newmodle .right>ul>li{display: block;}
         .newmodle .right>ul>li>.lileft{width: 100%;}
         /* newlist */
         .newlistmodle{margin: 0;}
         /* newinfo */
         .newinfomodle .newinfomain>.left{display: none;}
         /* product */
         .productmodle .right .c{width: 45%;}
         .productmodle .productmain>.left{display: none;}
         .nav2cont .on{width: 80%;margin: 0 auto;}
         /* productlist */
         /* .productlistmodle .right>ul>li{display: block;} */
         .productlistmodle .right>ul>li>img{width: 100%;}
         .productlistmodle .right>ul>li>.txt{width: 65%;}
         .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
         .productlistmodle .productlistmain>.left{display: none;}
         /* productinfo */
         .productinfomodle .productinfomain .right .content{display: block;}
         .productinfomain .content .left .cnext{top: 92%;right:0;}
         .productinfomain .content .left .cprev{top: 92%;left: 0;}
         .productinfomain>.left{display: none;}
         .zoomContainer{display: none;}

         .s{display: none;}
         .productinfomodle .show .ss{display: block; overflow: hidden;}
         .productinfomodle .show .ss .down .img{width: 100%; object-fit: cover;}
         .productinfomodle .show .ss .down .img>img{width: 100%; border-radius: 15px;}
         .productinfomodle{margin: 50px 0;}
         .productinfomain>.left{display: none;}
         .productinfomodle .content .right>span:nth-child(1){font-size: 16px;}
 
         /* search */
         .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
         .searchmodle .left .r{display: block;margin: 0;}
         .searchmodle .left .cards{display: block;width: 100%;margin: 10px 0;}
         .searchmain .left .r .imgs{ width: 100%;margin: 0;}
         /* 404 */
         .modle404 .container{padding: 0 20px;} 
         .modle404 .modlemain404{display: block;}
         .modlemain404 .left{width: 100%; display: flex; justify-content: center;}
         .modlemain404 .left>img{height: 300px;}
         .modlemain404 .right{width: 100%; text-align: center;}
         
         .footer .fmain .fddd div h3{ width:100%!important}
         
         .scrollsidebar{ display:none}
	}

@media (min-width:768px) and (max-width:992px)
{
        /* banner图内按钮 */
        /* 遮罩层 */
        #main4zz>.video>video{
            width: 80%;
            top: 30%;
            display: inline-block;
            /* height: 50%; */
            width: 100%;
        }
    /*头部 脚部样式  */
    /* .nav0{display: none;} */
    /*头部 脚部样式  */
    .nav0{display: none;}
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    .nav1 .nav1main .right{display: none;}
    .nav1main .left{width: 50%;margin: 0;}
    .nav1main .left{display: block;}
    .nav1main .left>img{width: 55%;}

    .pright, .plist, .plistzz{display: block;}
    .plist>div>img{
        width: 50% !important;
    }
     #header .nav1main{
        justify-content: space-between;
    }
    .nav2{
        margin-top: 80px;
    }
    .footer .fmain .fddd{flex-direction: column;}
    .footer .fmain .fddd>div{flex-wrap: wrap;width: 100%;}
    .footer .fmain .fddd>div>.b{margin-top: 10px;}
    .footer .fmain .fddd>div>.b>input{width: 60%;margin-left: 0;}
    .footer .fmain .fline{margin: 25px 0;}
    .footer .fmain .wz{flex-direction: column;}
    .footer .fmain .wz>div>div{text-align: left;}
    .footer .fmain .wz>div>span{margin-left: 0;}
    .footer .fmain>ul>li{width: 50%;}
    /* 主体部分 */
    /* main1 */
    .main1 .m1main{flex-direction: column;}
    .main1 .m1main>.left{width: 100%;}
    .main1 .m1main>.right{width: 100%; margin-left: 0;}
    .main1 .m1main>.right>ul>li{padding: 20px 0;}
    /* main2 */
    .main2 .m2main>ul>li{width: 100%;}
    /* main3 */
    .main3 .m3main{flex-direction: column;}
    .main3 .m3main .left{width: 100%;}
    .main3 .m3main .right{width: 100%;}
    .main3 .m3main .left>.m3pz{position: static;}
    .main3 .m3main .right>h1{
        font-size: 35px;
    }
    .main3 .m3main .right{margin-left: 0;}
    .main3 .m3main .left>img{width: 100%; margin: 15px 0;}
    .main3 .m3main .right>h1{width: 100%;}
    .main3 .m3main .right>ul>li{width: 50%;}
    /* main5 */
    .main5 .m5main{display: none;}
    .main5 .m5main2{display: block;}
    .main5 .m5main .imgg1{height: auto;}
    /* main6 */
    .main6 .m6main .down>ul{flex-wrap: wrap;}
    .main6 .m6main .down>ul>li{width: 50%;}
    .main6 .m6main .up>p{width: 100%;}
    .main6 .m6main .down>ul>li{margin: 15px 0;}
    /* main7 */
    .main7 .m7main{flex-direction: column;}
    .main7 .m7main .left{width: 100%;}
    .main7 .m7main .right{width: 100%;}
    .main7 .m7main .right .down{padding: 30px 0;}
    .main7 .m7main .right .down>.con{width: 80%;}
    .main7 .m7main .right>.up .main{display: flex; flex-direction: row;justify-content: space-between;}

    .main7 .m7main .right>.up .main>div{
        margin: 25px 0;
        width: 50%;
    }
    .main7 .m7main .right .down .m7cont>p{width: 100%;}
    /* main8 */
    .main8 .m8main{flex-direction: column;}
    .main8 .m8main .left{width: 100%;justify-content: start;}
    .main8 .m8main .left .center>h1,
    .main8 .m8main .left .center>h2,
    .main8 .m8main .left .center>h3{
        font-size: 35px !important;
    }
    .main8 .m8main .left .center{width: 100%;}
    .main8 .m8main .left>div{width: 100%;}
    .main8 .m8main .right{width: 100%;display: flex;justify-content: center;}
    /* 字体大小 */
    h1,
    .main1 .m1main>.left>h1,
    .main3 .m3main .right>h1,
    .main6 .m6main .up>h1,
    .main6 .m6main .up>h2{font-size: 25px !important;}
        /* 子页通用样式 */
        .newinfomodle .newinfomain,
        .newmodle .main,
        .productlistmodle .productlistmain,
        .productmodle .productmain,
        .productinfomodle .productinfomain,
        .searchmodle .searchmain{display: block;}
    
        .newinfomodle .newinfomain .left,
        .newmodle .main .left,
        .productlistmodle .productlistmain .left,
        .productmodle .productmain .left,
        .productinfomodle .productinfomain .left,
        .searchmodle .searchmain .left{width: 100%;}
    
        .newinfomodle .newinfomain .right,
        .newmodle .main .right,
        .productlistmodle .productlistmain .right,
        .productmodle .productmain .right,
        .productinfomodle .productinfomain .right,
        .searchmodle .searchmain .right{width: 100%;}
    
        .newinfomodle .container,
        .newmodle .container,
        .productlistmodle .container,
        .productmodle .container,
        .productinfomodle .container,
        .searchmodle .container{padding: 0 20px;}
        /* new */
        .newmodle .main>.left{display: none;}
        .newmodle .right{margin-top: 20px;}
        /* .newmodle .right>ul>li{display: block;} */
        /* .newmodle .right>ul>li>.lileft{width: 100%;} */
        /* newlist */
        .newlistmodle{margin: 0;}
        .newlistmodle .c{width: 50%;}
        /* newinfo */
        .newinfomodle .newinfomain>.left{display: none;}
        /* product */
        .productmodle .right .c{width: 47%;}
        .productmodle .productmain>.left{display: none;}

        /* productlist */
        /* .productlistmodle .right>ul>li{display: block;} */
        .productlistmodle .right>ul>li>img{width: 100%;}
        .productlistmodle .right>ul>li>.txt{width: 100%;}
        .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
        .productlistmodle .productlistmain>.left{display: none;}
        /* productinfo */
        .productinfomodle .productinfomain .right .content{display: block;}
        .productinfomain .content .left .cnext{top: 95%;right:0;}
        .productinfomain .content .left .cprev{top: 95%;left: 0;}
        .productinfomain>.left{display: none;}
        .zoomContainer{display: none;}
        /* search */
        .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
        .searchmodle .left .r{display: flex;margin: 0;}
        .searchmodle .left .cards{display: block;width: 47%;margin: 10px 10px;}
        .searchmain .left .r .imgs{ width: 100%;margin: 0;}
        /* 404 */
        .modlemain404 .left{display: block;margin: auto;}
        .modlemain404 .left>img{width: 100%;}
	}
	

@media (min-width:992px) and (max-width:1200px)
{
            /* banner图内按钮 */
            /* 遮罩层 */
            #main4zz>.video>video{
                width: 80%;
                top: 30%;
                display: inline-block;
                /* height: 50%; */
                width: 100%;
            }
    /*头部 脚部样式  */
    .nav1{width: 100%; border-radius: 0;}
    .nav1 .container{padding: 0 10px;}
    .nav1 .nav1main .center{display: none;}
    /* .nav1 .nav1main .right{display: none;} */
    .pright, .plist, .plistzz{display: block;}
    #header .nav1main{
        justify-content: space-between;
    }
    .nav2 .fl{
        position: static;
        transform: translateX(0);
    }
    .nav2 .container{padding: 0;}
    .nav2 .fl .main{
        flex-direction: column;
    }
    .nav2 .fl .main>div:nth-child(1),
    .nav2 .fl .main>div:nth-child(2){
        width: 100%;
    }
    .footer .main>ul>li{
        width: 100%;
        margin: 15px 0;
    }
    .footer .main>ul>li:nth-child(3){
        width: 60%;
    }
    .footer .fmain>.up>li>p{width: 100%;}
    .footer .fmain>.down>li:nth-child(3)>button{
        width: 68%;
    }
    /* .footer .fmain>ul>li:nth-child(2),
    .footer .fmain>ul>li:nth-child(3){
        width: 50%;
    } */
    /* .footer .main{padding-top: 0;} */
    /* 主体部分 */
    .main3 .m3main .right{width: 30%;}

    h1{font-size: 32px !important;font-weight: 600;}
    /* main2 */
    .main2 .m2main>ul>li{width: 29%;margin:25px 19px;}
    /* main3 */
    .main3 .m3main .left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main3 .m3main .left>.m3pz{
        position: static;
        margin-top: 25px;
    }
    .main3 .m3main .right>h1{width: 100%;}
    .main3 .m3main .left>img{width: 100%;}
    .main3 .m3main .right>h1{font-size: 32px !important;}
    .main3 .m3main .right{width: 50%;}
    /* main7 */
    .main7 .m7main .right{width: 55%;}
    .main7 .m7main .left>img{width: 100%;height: 100%;object-fit: cover;}
    .main7 .m7main .right>.up .main{display: flex; flex-direction: row;justify-content: space-between;}
    .main7 .m7main .right>.up .main>div{margin: 0;}

    /* main8 */
    .main8 .m8main .left{justify-content: center;}
    /* .main8 .m8main .right>img{margin-left: 65px;} */
    .main8 .m8main .right{width: 50%;}
            /* 子页通用样式 */
            .newinfomodle .newinfomain,
            .newmodle .main,
            .productlistmodle .productlistmain,
            .productmodle .productmain,
            .productinfomodle .productinfomain,
            .searchmodle .searchmain{display: block;}
        
            .newinfomodle .newinfomain .left,
            .newmodle .main .left,
            .productlistmodle .productlistmain .left,
            .productmodle .productmain .left,
            .productinfomodle .productinfomain .left,
            .searchmodle .searchmain .left{width: 100%;}
        
            .newinfomodle .newinfomain .right,
            .newmodle .main .right,
            .productlistmodle .productlistmain .right,
            .productmodle .productmain .right,
            .productinfomodle .productinfomain .right,
            .searchmodle .searchmain .right{width: 100%;}
        
            .newinfomodle .container,
            .newmodle .container,
            .productlistmodle .container,
            .productmodle .container,
            .productinfomodle .container,
            .searchmodle .container{padding: 0 20px;}
            /* new */
            .newmodle .main>.left{display: none;}
            .newmodle .right{margin-top: 20px;}
            /* .newmodle .right>ul>li{display: block;} */
            /* .newmodle .right>ul>li>.lileft{width: 0%;} */
            /* newlist */
            .newlistmodle{margin: 0 10PX;}
    
            /* newinfo */
            .newinfomodle .newinfomain>.left{display: none;}
            /* product */
            .productmodle .right .c{width: 31%;}
            .productmodle .productmain>.left{display: none;}
    
            /* productlist */
            /* .productlistmodle .right>ul>li{display: block;} */
            .productlistmodle .right>ul>li>img{width: 100%;}
            .productlistmodle .right>ul>li>.txt{width: 100%;}
            .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
            .productlistmodle .productlistmain>.left{display: none;}
            /* productinfo */
            .productinfomodle .productinfomain .right .content{display: block;}
            .productinfomain .content .left .cnext{top: 95%;right:0;}
            .productinfomain .content .left .cprev{top: 95%;left: 0;}
            .productinfomain>.left{display: none;}
            .bg>img{height: 500px; object-fit: cover;}
            .zoomContainer{display: none;}
            
            /* search */
            .searchmodle .searchmain{display: flex;flex-direction: column-reverse;}
            .searchmodle .left .r{display: flex;margin: 0;}
            .searchmodle .left .cards{display: block;width: 47%;margin: 10px 10px;}
            .searchmain .left .r .imgs{ width: 100%;margin: 0;}
            /* 404 */
            .modlemain404 .left{display: block;margin: auto;}
	}

@media (min-width:1200px) and (max-width:1400px)
{
    .nav1main .left{height: auto;}
    .nav1{width: 100%; border-radius: 0;}
    .nav1main .left{width: 16%;}
    .nav1main .center{width: 69%;}
    .nav1main .right>div>div>h5{font-size: 16px;}
    .nav2 .fl{bottom: -20%;}
    .footer .fimg{
        width: 40%;
        bottom: 30px;
        right: 0;
    }
    h1{font-size: 32px !important;font-weight: 600;}
    /* main2 */
    .main2 .m2main>ul>li{width: 30%;margin:25px 19px;}
    /* main3 */
    .main3 .m3main .left{display: flex;justify-content: center;align-items: center;}
    .main3 .m3main .left>.m3pz{
        bottom: 100px;
    }
    .main3 .m3main .right>h1{width: 100%;}
    /* main7 */
    .main7 .m7main .right{width: 55%;}
    /* main8 */
    .main8 .m8main .left{justify-content: center;}

    .main8 .m8main .right{ display: flex;justify-content: center;}
        /* productinfo */
    .productinfomain .content .left .cnext{top: 92%;right:0;}
    .productinfomain .content .left .cprev{top: 92%;left: 0;}
    #bg{height: 290px;}
    #bg>img{height: 100%;object-fit: cover;}
    .productinfomodle .content .right>button{width: 60%;}
	
}
@media (min-width:1400px) and (max-width:1800px)
{
            /* banner图内按钮 */
            .cw{
                width: 45px;
                height: 45px;
            }
            .cw>i{font-size: 20px;}
            .bo::before{width: 45px; height:45px;}
            .bo::after{width: 45px; height: 45px;}
            /* .m1dr{
                top: -5%;
                left: 10%;
            } */
            /* 遮罩层 */
            /* #main4zz>.video>video{
                width: 100%;
                top: 25%;
            } */
    /* h1{font-size: 32px !important;font-weight: 600;} */

    .nav1main .left{height: auto;}
    .nav1{width: 100%; border-radius: 0;}
    .nav1main .left{width: 16%;}
    .nav2 .fl{bottom: -20%;}
    .footer .fimg{
        width: 40%;
        bottom: 30px;
        right: 0;
    }
    /* main3 */
    .main3 .m3main>ul>li{width: 30%;}
        /* productinfo */
    .productinfomain .content .left .cnext{top: 92%;right:0;}
    .productinfomain .content .left .cprev{top: 92%;left: 0;}
    #bg{height: 290px;}
    #bg>img{height: 100%;object-fit: cover;}
    .productinfomodle .content .right>button{width: 60%;}
	
}
.table_wrap table{overflow-x: auto;text-align: center;margin: 0 auto;width: 100%;border: 1px solid #000;}
.table_wrap table tr:nth-child(odd) {background-color: #e7f5ff;}
.table_wrap table td {border: 1px solid #ccc;text-align: center; padding: 10px;}
.current-menu-item{color:#000;}
.carousel-item {
    position: relative;
}
.bannercontent_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bannercontent_title h2 {
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bannercontent_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.bannercontent_link a {
    font-size: 18px;
    color: #fff;
}
.bannercontent_link i {
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
}
.bannercontent_link a {
    font-size: 18px;
    color: #fff;
}
.rank-math-breadcrumb span {
    color: #fff;
}
.bannercontent_link span {
    font-size: 18px;
    color: #fff;
}
.yandex-form #form #submit {
    width: 100%;
    color: #fff;
    background-color: #d72222!important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
#submit1 {
    width: 100%;
    color: #fff!important;
    background-color: #d72222!important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
a:hover{text-decoration:none!important;}