@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: 'Noto-sans', Arial, Helvetica, sans-serif; line-height: 1.6; font-weight:400; }
em{font-style:initial}
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;
}
.var{
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.6);
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px;
    top: 200px;
    left: 43%;
}
/*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: #095ca3!important;
	color: #fff;
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

 .breadcrumbs_ty a,
    .breadcrumbs_ty span
  {
      font-size: 18px;
      color: #000000;
  }
  .breadcrumbs_ty p{
      margin: 5px 0;
  }
   .breadcrumbs_ty{
       padding: 15px 0;
   }
   .ty_line_down{
       width: 100%;
       background-color: #cdcdcd;
       height: 1px;
   }

.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{
    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 #095ca3;
    padding: 10px 20px;
    background-color: #095ca3;
    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:0; 
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
#header .nav1{
    background-color: #2b2c2f;
}
.nav1 .container{padding: 0;}
#header .nav1main{
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.nav1main .left{width: 20%;}
.nav1main .left   img{width:50%;}
.nav1main .center{
    display: flex;
    justify-content: center;
    width: 55%;
}
.nav1main .center .search{padding-left: 15px;}
.nav1main .center .search   i{
    color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}
.nav1main .center .head_nav{
    display: flex;
    justify-content: space-between;
    /* margin-left: 150px; */
}
.nav1main .center .web_head{
    width: 70%;
}
.nav1main .center .head_nav li a{
    font-size: 16px;
    color: #fff;
    /* font-weight: 600; */
}
.nav1main .center .head_nav li a:hover{
    border: 0;
    color: #095ca3;
    /* border-top: 3px solid #000000; */
}
.nav1main .center .head_nav   li   a::after{
    background-color: transparent;
    
}
.nav1main .center .head_nav   li   a   em{
    margin: 0;
}
.nav1main .center .head_nav   li.active   a{
    font-size: 16px;
    color: #095ca3;
    /* border-top: 3px solid #000000; */
    font-weight: 600;
}
.nav1main   .center .sub-menu   li:hover   a{
    color: #095ca3;
}
.nav1main   .center .sub-menu   li:hover   a::before{
    background-color: #095ca3;
}
.bannercontent img{width:100%}
.nav1main button{border:0}
.nav1main .right{
    display: flex;
    position: relative;
    width: 12%;
	padding-top:20px;
}
.nav1main .right   i{
    font-size: 25px;
    position: absolute;
    right: 40px;
    top: 50%;
    color: #FFF;
    transform: translateY(-50%);
}
.nav1main .right   input{
    background-color: transparent;
    padding: 15px 10px;
    border: 1px solid #fff;
    width: 100%;
    color: #FFF;
}
.nav1main .right   input::placeholder{color: #fff;}


.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{
    left: -6%;
}
.carousel-control-next{
    right: -6%;
} */
.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%;
}
.nav2 {
    position: relative;
    /* margin-top: 112px; */
}

.nav2 .n2img1 {
    position: absolute;
    width: 25rem;
    left: 0;
    bottom: -5%;
    z-index: 10;
}

.nav2 .n2img2 {
    position: absolute;
    width: 25rem;
    right: 0;
    bottom: -35%;
    z-index: 10;
}

.nav2 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    object-fit: cover;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
}

.nav2n .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}
#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: #095ca3;
    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: #252628;
}
.footer .fmain{
    padding: 60px 0;
}
.footer .fmain>ul>li{width: 24%;}
.footer .fmain   ul   li a  h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.footer .fmain>ul>li>ul>li{
    margin: 15px 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}
.footer .fmain   ul   li   p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
    margin: 25px 0;
    font-size: 16px;
}
.ful a{
    color: #ffffff;
}
.footer .fmain   ul   li:nth-child(1){
    margin-right: 50px;
}
.footer .fmain   ul   li:nth-child(1)   img{width: 40%;}
.footer .fmain   ul   li:nth-child(1)   ul   li   i{
    color: #095ca3;
    font-size: 20px;
    margin-right: 18px;
    width: 20px;
}
.footer .fmain   ul   li:nth-last-child(1)   div{
    display: flex;
    width: 80%;
    align-items: center;
    color: #fff;
    margin-top: 25px;   
}
.footer .fmain   ul   li:nth-last-child(1)   div   i{
    font-size: 25px;
    color: #095ca3;
    margin-right: 18px;
}
.footer .fmain   ul   li:nth-last-child(1)   ul{
    display: flex;
    /*justify-content: space-between;*/
}
.footer .fmain   ul   li:nth-last-child(1)   ul   li{
    margin-right: 20px !important;
}
.footer .fmain   ul   li:nth-last-child(1)   ul   li   i{
    font-size: 30px;
    transition: 0.5s;
    cursor: pointer;
}
.footer .fmain   ul   li:nth-last-child(1)   ul   li:hover   i{
    color: #095ca3;
    transition: 0.5s;
}
.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{color: #fff;}
.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: #095ca3;
}
.side_content .side_list .cont li i{color: #095ca3;}

/* 手机导航样式 */
.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: #095ca3;}
.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: #095ca3;
}
.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;list-style:none;}
.plist   ul   li:nth-child(1)   i{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
}
.plist   ul   li:nth-child(1)   input{
    width: 95%;
    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: #095ca3;
    cursor: pointer;
}
.table_wrap td{border:1px solid #000}
/* main */
/* main1 */
.main1{background-color: #f2f2f2;}
.m1main   ul   li{display: flex; align-items: center;}
.m1main   ul   li   img{margin-right: 15px;}
.m1main   ul   li   div   h2{font-size: 24px;font-weight: 600;}
.m1main   ul   li   div   p{font-size: 16px;color: #bcbcbc;}
/* main2*/
.m2main .up   h1{ margin: 15px;font-size: 36px !important;}
.m2main .up   p{ margin: 15px 0; font-size: 16px;}
.m2main .down{display: flex;justify-content: space-between;}
.m2main .down   .left{width: 45%;margin-right: 40px;}
.m2main .down   .right{width: 50%;}
.m2main .down   .left   img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.m2main .down   .right   h4{
    text-align: end;
    width: 70%;
    margin-bottom: 18px;
}
.m2main .down   .right   h1{
    font-size: 42px;
    padding: 10px ;
    background:linear-gradient(to bottom right, #1271c3, #095ba0);
    color: #fff;
    /* width: 75%; */
    margin: 15px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.m2main .down   .right   h4{width: 100%;}
.m2main .down   .right   h1   p{
    padding: 20px 0;
    margin-left: 20px;
    font-size: 36px;
}
.m2main .down   .right   div{
    /* width: 75%; */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.m2main .down   .right   div   p{
    margin: 15px 0;
}
.m2main .down   .right   div   a{
    padding: 10px 50px;
    text-align: center;
    color: #095ba0;
    border: 1px solid #095ba0;
    cursor: pointer;
    align-items: end;
    margin-top: 18px;
    transition: 0.5s;
}
.m2main .down   .right   div   a:hover{
    border: 1px solid transparent;
    background-color: #095ba0;
    color: #fff;
    transition: 0.5s;
}
/* main3 */
.m3main   ul   li{
    margin: 15px 0;
    height: 300px;
    position: relative;
}
.m3main   ul   li a  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.m3main   ul   li a  .img1{
    transition: 0.5s;
}
.m3main   ul   li a  .img2{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    transform:rotateY(-180deg);
    perspective: 1000px;
    background-color: #000000;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility:hidden;
    transition: 0.5s;
}
.m3main   ul   li:hover a  .img1{
    transform: rotateY(-180deg);
}
.m3main   ul   li:hover  a .img2{
    transform: rotateY(-360deg);
}
.m3main .txt{text-align: center; width: 50%;margin: 0 auto;}
/* .m3main .txt   h1{} */
.m3main .txt   p{margin: 18px 0 ;}
/* main5*/
.main5{background-color: #44474c; padding: 150px 50px 150px 0;}
.main5 .container-fluid{padding-left: 0;}
.m5main{display: flex; align-items: center;}
.m5main .left{width: 40%; margin-right: 50px;}
.m5main .right{width: 55%;}
.m5main .right .cards{
    color: #fff; 
    background-color: #1271c3;
    padding:40px 20px;
}
.m5main .right .cards .xx   i{color: #e7c75b;}
.m5main .right .cards   .con   img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 20px;
}
.m5main .right .cards   .con   div   h3{font-size: 22px;}
.m5main .right .cards   .con{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding: 15px 0;
}
.m5main .right .cards   .con   div   p{color: #bcbcbc; margin-top: 8px;}
.m5main .right .cards   p{padding: 10px 0;color: #bcbcbc;}
.m5main .right .s1{display: block;}
.m5main .right .s2{display: none;}
/* main6 */
.m6main{
    display: flex;
    justify-content: space-around;
}
.m6main   div{
    width: 45%;
    background: linear-gradient(50deg, #252628, #575454);
    padding: 50px;
    color: #fff;    
}
.m6main   div:nth-child(2){
    background: linear-gradient(50deg, #252628, #575454);
}
.m6main   div   h5{font-size: 24px;color: #bcbcbc;}
.m6main   div   h2{margin: 10px 0;display: flex; color: #ffffff;}
.m6main   div   h2   span{font-size: 40px;font-weight: 600;}
/* .m6main   div   h2   span:nth-child(2){position: relative;} */
.m6main   div   h2   span:nth-child(2)   p{
    display: block;
    /* position: absolute; */
    /* background: #1271c3; */
    height: 38%;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 22px;
    /* width: 100%; */
    /* bottom: 0; */
    /* z-index: 1; */
}
.m6main   div   p{
    font-size: 16px;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 width: 100%;
 overflow: hidden;
 margin: 20px 0;
 color: #bcbcbc;
}
.m6main   div   button{
    font-size: 16px;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    transition: 0.5s;
}
.m6main   div   button:hover{
    color: #1271c3;
    transition: 0.5s;
}
.m6main   div   button   i{margin-left: 20px;}
/* main7 */
.main7{
    background-color: #515153;
    padding: 50px 0;
    color: #fff;
}
.m7main .left{width: 40%;}
.m7main .right{width: 50%; position: relative;}
.m7main{display: flex;}
.m7main .left   h3{color: #bcbcbc;}
.m7main .left   h1{
    padding: 15px 0;
    margin: 20px 0;
}
.m7main .left   p{color: #bcbcbc;padding: 15px 0;margin: 20px 0;}
.m7main .left   a{
    padding: 20px 50px ;
    border: 1px solid transparent;
    background-color: #095ba0;
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
    transition: 0.5s;
    cursor: pointer;

}
.m7main .left   a:hover{
    border: 1px solid #095ba0;
    background-color: transparent;
    color: #fff;
    transition: 0.5s;
}
.m7main .right   img{
    position: absolute;
    top: -35%;
    left: 20%;
    transition: 0.5s;
}
.m7main .right   img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
/* main8 */
.main8{background-color: #fff;}
.m8main .txt{text-align: center; margin-bottom: 50px;}
.m8main .txt   h4{ color: #095ba0;}
.m8main .txt   h1{ margin: 20px 0;}
.m8main .txt   p{width: 30%; margin: 0 auto;color: #bcbcbc;}
.m8main .cont   ul   li a  h6{
    padding: 10px 0;
}
.m8main .cont   ul   li a  h6   i{margin-right: 6px;}
.m8main .cont   ul   li a  h4{
    padding: 10px 0;
}
.m8main .cont   ul   li a  p{
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
 margin: 10px 0;
}
.m8main .cont   ul   li a  button{
    color: #095ba0;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 16px;
    margin-top: 10px;
}
.m8main .cont   ul   li{
    width: 31%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin:0 15px;
    padding: 10px;
}
/* main9 */
.main9{background-color: #f2f2f2; padding: 50px ;}
.m9main .tit{text-align: center;}
.m9main .tit   h2{font-size: 42px ; color: #000;font-weight: 600;}
.m9main .tit   p{width: 50%; margin: 15px  auto;color: #bcbcbc;}
.m9main .inpt{
    position: relative; 
    padding: 50px;
    text-align:center;
}
.m9main .inpt   input{
    padding: 20px 80px 20px 10px;
    border: 1px solid transparent;
    width: 40%;
}
.m9main .inpt   button{
    /* position: absolute; */
    padding: 20px 80px;
    border: 1px solid transparent;
    background-color: #095ba0;
    color: #fff;
    transition: 0.5s;
    opacity: 0.9;
}
.m9main .inpt   button:hover{
    opacity: 1;
    transition: 0.5s;
}

/* neiye */
/* new */
.newmodle{
    margin: 100px 0;
}
.newmodle .main{
    display: flex;
    justify-content: space-between;
}
.newmodle .left{
    width: 27%;
}
.newmodle .right{
    width: 70%;
}
.newmodle .left   .title{
    background-color: #1d73ba;
    text-align: center;
    width: 100%;
}
.newmodle .left   .title   a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.newmodle .left   ul{
    width: 100%;
}
.newmodle .left   ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.newmodle .left   ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.newmodle  .left   ul   li   ul   li:nth-last-child(1){
    border: 0;
}
.newmodle .right   ul   li{
    display: flex;
}
.newmodle .right   ul   li   .liright{
    display: flex;
    flex-direction: column;
}
.newmodle .right   ul   li   .liright   span:nth-child(1){
    color: #bbb;
    font-size: 14px;
    padding: 5px;
}
.newmodle .right   ul   li   .liright   span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}
.newmodle .right   ul   li   .liright   span:nth-child(2):hover{
    color: #1d73ba;
}
.newmodle .right   ul   li   .liright   span:nth-child(3){
    font-size: 14px;
    padding: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newmodle .right   ul   li   .lileft   img{
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newmodle .right   ul   li   .lileft{
    width: 30%;
}
.newmodle .right   ul   li   .liright   a{
    color: #1d73ba;
    text-align: right;
    margin-right: 15px;
    padding: 20px 0;
}
.newmodle .right   ul   li   .liright{
    margin-left: 10px;
    width: 100%;

}
.newmodle .right   ul   li{
    padding-bottom: 10px;
    margin: 50px 0;
    cursor: pointer;
}
.newmodle .right   ul   li:nth-child(1){
    margin-top: 0;
}
.newmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.newmodle .pagelist   a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.newmodle .pagelist   a.item2{
    width: 120px;
}
.newmodle .pagelist   a:hover{
    color: #1d73ba;
}
.newmodle .pagelist   a.on{
	background: #1d73ba;
	color: #fff;
}
.newmodle .right   ul   li{
    position: relative;
}
.newmodle .right   ul   li   .line{
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    bottom: -5%;
}
.newmodle .right   ul   li   .line2{
    width: 00%;
    height: 5px;
    background-color: #1d73ba;
    position: absolute;
    bottom: -5%;
}
.newmodle .right   ul   li:hover   .line2{
    width: 100%;
    transition: 0.5s;
}
#newlist   li   a:hover{
    color: #1d73ba;
}
#newlist   li   a.active{
    color: #1d73ba;
}
/* newlist */
.newlistmodle{
    margin: 100px;
}
.newlistmodle .newlistmain .txt   span:nth-child(1){
    color: #bbb;
    font-size: 14px;
    padding: 5px;
}
.newlistmodle .newlistmain .txt   span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}
.newlistmodle .newlistmain .txt   span:nth-child(3){
    font-size: 14px;
    padding: 5px;
    color: #bbb;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newlistmodle .newlistmain .txt   a{
    color: #3f6ad7;
}
.newlistmodle .newlistmain .txt{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border: 1px solid #bbb;
}
.newlistmodle .newlistmain .imge{
    width: 100%;
    overflow: hidden;
    /* height: 300px; */
}
.newlistmodle .newlistmain .imge   img{
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.newlistmodle .newlistmain .imge:hover   img{
    transform: scale(1.1);
    transition: 0.5s;
}
.newlistmodle .newlistmain{
    position: relative;
    box-shadow: 3xp 3px 4px 2px #1d73ba;
}
/* .newlistmodle .newlistmain    .line{
    width: 100%;
    height: 5px;
    background-color: #bbb;
    position: absolute;
    bottom: 0;
} */
.newlistmodle .newlistmain   .line2{
    width: 00%;
    height: 5px;
    background-color: #1d73ba;
    position: absolute;
    bottom: 0;
}
.newlistmodle .newlistmain:hover   .line2{
    width: 100%;
    transition: 0.5s;
}

.newlistmodle .newlistmain .txt{
border: 0;
box-shadow: 2px 2px 2px 2px #eee;
padding: 30px 15px 50px 15px;
}

.newlistmodle .c{
    padding: 20px;
}
.newlistmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.newlistmodle .pagelist   a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.newlistmodle .pagelist   a.item2{
    width: 120px;
}
.newlistmodle .pagelist   a.on{
    background: #1d73ba;
	color: #fff;
	border-color: #1d73ba
}
.newlistmodle .c{
    cursor: pointer;
}
/* newinfo */
.newinfomodle{
    margin: 100px 0;
}
.newinfomodle .newinfomain{
    display: flex;
    justify-content: space-between;
}
.newinfomodle .left{
    width: 27%;
}
.newinfomodle .right{
    width: 70%;
}
.newinfomodle .left   .title{
    background-color: #1d73ba;
    text-align: center;
    width: 100%;
}
.newinfomodle .left   .title   a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.newinfomodle .left   ul{
    width: 100%;
}
.newinfomodle .left   ul   li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.newinfomodle .left   ul   li   ul   li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.newinfomodle .right .newtit{
    border-bottom: 1px dashed #bbb;
    padding: 10px 0;
}
.newinfomodle .newtime{
    margin: 10px 0;
}

.newinfomodle .newcon{
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
}
.newinfomodle .newcon   p{
    padding: 5px 15px;
}
.newinfomodle .updown{
    padding: 10px 0;
}
.newinfomodle .updown   div{
    padding: 5px 0;
}
#newlist   li   a   i{
    display: none;
}
#newlist   li   a:hover{
    color: #1d73ba;
}
#newlist   li   a.active{
    color: #1d73ba;
}
.newinfomodle .right .updown  div  a:hover{
    color: #1d73ba;
}
/* prouuct */
.productmodle{
    margin: 100px 0;
}
.productmodle .productmain{
    display: flex;
    justify-content: space-between;
}
.productmodle .left{
    width: 27%;
}
.productmodle .right{
    width: 70%;
}
.productmodle .left .title{
    background-color: #1d73ba;
    text-align: center;
    width: 100%;
}
.productmodle .left .title a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productmodle .left  ul{
    width: 100%;
}
.productmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee !important;
    padding: 10px;
}
.productmodle .left  ul  li  ul li:nth-last-child(1){
    border: 0;
}
.productmodle .right .c{
    padding: 0;
    text-align: center;
    margin: 10px;
    width: 30%;
}
.productmodle .right .row{
    width: 100%;                                                                                                                
}
.productmodle .right .down{
    cursor: pointer;
    width: 100%;
}
.productmodle .right .down .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    height: 200px;
    object-fit: cover;
}
.productmodle .right .down .img   img{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productmodle .right .c .down .img .up{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #1d73ba;
    opacity: 0.3;
    display: none;
}
.productmodle .right .c .up   i{
    font-size: 50px;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.productmodle .right .down .img:hover   img{
    transform: scale(1.1);
    transition: 0.5s;
}
.productmodle .right .down .img:hover .up{
    display: block;
    transition: 1s;
}
.productmodle .right .down   span{
    padding: 5px;

}
    .pagelist{text-align:center}
    .pagelist a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #1d73ba;
    border: 1px solid #1d73ba;
    }
    .current{
        background-color: #1d73ba !important;
        color: #fff !important;
        border: 1px solid #1d73ba !important;
    }
    .pagelist a:hover{        background-color: #1d73ba !important;
        color: #fff !important;
        border: 1px solid #1d73ba !important;}
        .current2{display:none;}
.none{display:none;}
#productlist   li   ul   li   a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}
#productlist   li   ul   li   a:hover{
    color: #1d73ba;
}
/* #productlist   li   ul   li   a.active{
    color: #1d73ba;
} */
#productlist   li   a:hover{
    color: #1d73ba;
}
/* #productlist   li   a.active{
    color: #1d73ba;
} */
/* productlist */
.productlistmodle{
    margin: 100px 0;
}
.productlistmodle .productlistmain{
    display: flex;
    justify-content: space-between;
}
.productlistmodle .left{
    width: 27%;
}
.productlistmodle .right{
    width: 70%;
}
.productlistmodle .left   .title{
    background-color: #1d73ba;
    text-align: center;
    width: 100%;
}
.productlistmodle .left   .title   a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productlistmodle .left   ul{
    width: 100%;
}
.productlistmodle .left   ul   li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productlistmodle .left   ul   li   ul   li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productlistmodle .left   ul   li   ul   li:nth-last-child(1){
    border: 0;
}
.productlistmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.productlistmodle .pagelist   a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.productlistmodle .pagelist   a.item2{
    width: 120px;
}
.productlistmodle .pagelist   a.on{
    background: #1d73ba;
	color: #fff;
	border-color: #1d73ba
}
.productlistmodle .right   ul   li{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    margin: 15px;
    overflow: hidden;
}
.productlistmodle .right   ul   li   .img{
    width: 35%;
    overflow:hidden;
    border-radius: 15PX;

}
.productlistmodle .right   ul   li   .img   img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 20px;
}
.productlistmodle .right   ul   li   .txt{
    width: 63%;
}
.productlistmodle .right   ul   li   .txt   span:nth-child(1){
font-weight: bold;
font-size: 35px;
}
.productlistmodle .right   ul   li   .txt   .sline{
    width: 40%;
    height: 5px;
    background-color: #1d73ba;
}
.productlistmodle .right   ul   li   .txt   span:nth-child(3){
    display: block;
    margin: 20px 0 40px 0; 
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
.productlistmodle .right   ul   li   .txt   button{
    padding: 10px 18px;
    border: 0;
    background-color: #1d73ba;
    color: white;
}
.productlistmodle .right   ul   li:hover{
    box-shadow: 3px 3px 2px 2px #ddd;
    transition: 0.6s;
}
.productlistmodle .right   ul   li:hover   .img   img{
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}
.productlistmodle .right   ul   li:hover   .txt   button{
    background-color: #1d73ba;
    transition: 0.3s;
}

#productlist   li   ul   li   a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
    /* padding: 0 5px; */
}
#productlist   li   ul   li   a:hover{
    color: #1d73ba;
}
#productlist   li   ul   li   a.active{
    color: #1d73ba;
}
#productlist   li   a:hover{
    color: #1d73ba;
}
#productlist   li   a.active{
    color: #1d73ba;
}

/* productinfo */
/* img{width: 100%;} */
.productinfomodle {
    margin: 100px 0;
}
.productinfomodle  .productinfomain{
    display: flex;
    justify-content: space-between;
}
.productinfomodle  .left{
    width: 27%;
}
.productinfomodle  .right{
    width: 70%;
}
.productinfomodle  .left   .title{
    background-color: #1d73ba;
    text-align: center;
    width: 100%;
}
.productinfomodle  .left   .title   a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productinfomodle  .left   ul{
    width: 100%;
}
.productinfomodle  .left   ul   li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productinfomodle  .left   ul   li   ul   li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productinfomodle  .left   ul   li   ul   li:nth-last-child(1){
    border: 0;
}
.productinfomodle .right .left{
    width: 50%;
}
.productinfomodle .right .leph{
    display: none;
}
.productinfomodle .right .left .big{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.productinfomodle .right .left .swiper-container{
    margin-top: 10px;
}
.productinfomodle .content{
    display: flex;
}
.productinfomodle .content .right{

    padding: 0 20px;

}
.productinfomodle .content .right   div{
    display: flex;
    flex-direction: column;
}
.productinfomodle .content .right   span:nth-child(1){
    font-size: 20px;
    color: #1d73ba;
    font-weight: 600;
}
.productinfomodle .content .right   button{
    width: 50%;
    padding: 10px 0;
    border: 0;
    color: white;
    background-color: #1d73ba;
    margin-top: 10px;
}
.productinfomodle .content .right   button:hover{
    background-color: white;
    border: 2px solid #1d73ba;
    color: #1d73ba;
    transition: 0.6s;
}

.productinfomodle .news{
    margin-top: 50px;
    border: 0;
}
.productinfomodle .news .bt{
    display: flex;
    padding: 0;
}
.productinfomodle .news .bt   button{
    border: 1px solid #1d73ba;
    color: #1d73ba;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    margin-right: 20px;
}
.productinfomodle .news .bt   button.active{
    border: 0;
    color: white;
    background-color: #1d73ba;
}  
.productinfomodle .news .txt{
    padding: 20px 0;
}
.productinfomodle .news .txt   h3{
    padding: 10px 0;
}
.productinfomodle .tit{
    background-color: #1d73ba;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
}
.productinfomodle .inp .inpmain   ul   li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.productinfomodle .inp .inpmain   ul   li   div{
    width: 48%; 
}
.productinfomodle .inp .inpmain   ul   li   div   input{
    width: 100%;
    padding: 10px 5px;
    border-radius: 6px;
    border: 0;
    background-color: #f6f7fa;
    margin-top: 3px;
}
.productinfomodle .inp .inpmain .textarea{
    width: 100%;
}
.productinfomodle .inp .inpmain .textarea   textarea{
    width: 100%;
    background-color: #f6f7fa;
    border: 0;
    border-radius: 6px;
}
.productinfomodle .inp .inpmain   button{
    padding: 15px 25px;
    background-color: #1d73ba;
    color: white;
    border-radius: 8px;
    border: 0;
    margin-top: 10px;
}
.productinfomodle .show{
    margin-top: 50px;
    text-align: center;
}
.productinfomodle .show .tit{
    margin: 30px 0;
}

.productinfomodle .down .img{
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    height: 300px;
    width: 100%;
}
.productinfomodle .down .up{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 15px;
    background-color: #1d73ba;
    opacity: 0.6;
    display: none;
}
.productinfomodle .down .up   i{
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.productinfomodle .down:hover .up{
    display: block;
    transition: 0.6s;
}
.productinfomodle .down:hover .img   img{
    transform: scale(1.1);
    transition: 0.6s;
}
.productinfomodle .down:hover   span   a{
    color: #1d73ba;
}
.swiper-pagination{
    position: relative;
    bottom: 0;
    font-size: 30px;    
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #1d73ba;
}
.productinfomodle .show .ss{
    display: none;
}
.productinfomodle .content .swiper-container img{
    width: 80px;
    height: 40px;
    object-fit: cover;
}
.productinfomodle .content .swiper-container video{
    width: 80px !important;
    height: 40px;
}

.content .swiper-container{
    width: 80%;
    margin: auto;
}
.productinfomodle .s{
    width: 100%;
    overflow: hidden;
}
.b{
    margin-top: 20px;
}
.b .swiper-slide{
    width: 80px !important;
    height: 50px;
}
.b img{
    height: 100%;
}
.b   .swiper-wrapper   .swiper-slide   a.active   img{
    border: 2px solid #1d73ba;
}
.b   .swiper-wrapper   .swiper-slide   a.active   video{
    border: 2px solid #1d73ba;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left{
    position: relative;
}
.productinfomain .content .left .cprev{
    position: absolute;
    top: 92%;
}
.productinfomain .content .left .cnext{
    position: absolute;
    top: 92%;
}
.div-not-click {
    pointer-events: none;
    opacity: 0.5;
    /* transform: scale(); */
}
.bg   img{
    position: relative; 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content{
    position: relative;
}
.thumbnail{
    width: 400px;
    height: 300px;
    position: relative;
}
.original{
    position: absolute;
    top: 0;
    left: 100%;
    width: 600px;
    height: 300px;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}
.original   img{
    width: 1200px;
    height: 600px;
    position: absolute;
    object-fit: cover;
}
.magnifier{
    width: 50px;
    height: 50px;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* #productlist   li   a.active{
    color: #1d73ba;
} */
#productlist   li   a:hover{
    color: #1d73ba;

}
.show .s .img   img{border-radius: 15px;object-fit: cover;height: 100%;width: 100%;}

.productinfomain .left   ul   li   ul   li:hover   a{
    color: #1d73ba;
}
#productlist   li   ul   li   a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

/* search */
.searchmodle{
    margin: 100px 0;
}
.searchmodle .searchmain{
    display:flex;
}
.searchmodle .searchmain .left{
    width: 70%;
    /* border: 1px solid #1d73ba; */
}
.searchmodle .searchmain .right{
    width: 29%;
    /* border: 1px solid #1d73ba; */
}
.searchmodle .left .cards{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 80%;
    padding: 10px;
    background-color: #f6f9fc;
    border-radius: 10px;
    margin: 10px;
}
.searchmodle .left .up{
    color:#86939f ;
}
.searchmodle .left .line{
    border-bottom: 1px solid #86939f;
    display: none;
}
.searchmodle .left .up   p:nth-child(4){
    padding: 10px;
    color: #1d73ba;
}
.searchmodle .left .up   p:nth-child(2){
    padding: 15px;
}
.searchmodle .left .up   h6{
    font-size: 24px;
    padding: 18px 15px 10px 15px;
}
.searchmodle .left .cards   .up   h6:hover{
    color: #1d73ba;
}

.searchmodle .right .frame{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.searchmodle .right .frame   input{
    width: 100%;
    padding: 10px;
    border:1px solid  transparent;
    background-color: #f6f9fc;

}
.searchmodle .right .frame   input:focus{
    border:1px solid  #1d73ba;
    transition: 0.6s;
    background-color: #fff;
}
.searchmodle .right .frame   button{
    position: absolute;
    right: 0;
    border: 0;
    background-color: #1d73ba;
    color: white;
}
.searchmodle .right .frame   button   i{
    padding: 15px;
}
.searchmodle .right .txt{
    height: 50px;
    margin-top: 10px;
    display: flex;
    font-size: 30px;
}
.searchmodle .right .txt   span{
    line-height: 50px;
    padding: 0 10px;

}
.searchmodle .right .txt   span:nth-child(3){
    color: #1d73ba;
    cursor: pointer;
}
.searchmodle .right .txt   span:nth-child(3):hover{
    color: #1d73ba;
    transition: 0.8s;
}
.searchmodle .right .txt .t{
    width: 5px;
    height: 50px;
    background-image: linear-gradient(red,yellow);
}
.searchmodle .right .hello{
    color: #50626f;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
.searchmodle .right .hello:hover{
    color: #1d73ba;
    transition: 0.6s;
}
.searchmodle .right .img{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    height: 400px;
    position: relative;
}
.searchmodle .right .img   img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.8s;
}
.searchmodle .right .img:hover   img{
    transform: scale(1.2);
    transition: 0.8s;
    cursor: pointer;
}
.searchmodle .right .img   .zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#2e3a46;
    opacity: 0.5;
    top: 0;
    transition: 0.8s;
}
.searchmodle .right .img:hover   .zz{
    opacity: 0.8;
    transition: 0.8s;
}
.searchmodle .right .img .txt{
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 6%;
}
.searchmodle .right .img .txt   button{
    width: 50%;
    padding: 10px 20px;
    background-color: #1d73ba;
    color: white;
    border: 1px solid transparent;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.8s;

}
.searchmodle .right .img .txt   button:hover{
    background-color:transparent;
    border: 1px solid #1d73ba;
    color: #fff;
    transition: 0.8s;
}

.searchmain .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.searchmain .pagelist   a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.searchmain .pagelist   a.item2{
    width: 120px;
}
.searchmain .pagelist   a:hover{
    color: #1d73ba;
}
.searchmain .pagelist   a.on{
	background: #1d73ba;
	color: #fff;
}
.searchmain .left .r .imgs{
    width: 20%;
    /* object-fit: cover; */
    border-radius: 10px;
}
.searchmain .left .r .imgs   img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 404 */
.modle404 {
    background-image: url(../images/R-C.png);
}
.modle404 .modlemain404{display: flex;}
.modlemain404 .left{width: 60%; display: flex; justify-content: end;}
.modlemain404 .left   img{width: 80%;object-fit: cover;}
.modlemain404 .right{width: 39%;}
.modlemain404 .right   h1{padding: 10px 0;font-size: 100px;}
.modlemain404 .right   h6{font-size: 30px; padding: 10px 0;}
.modlemain404 .right   p{
    padding: 10px 0;
}
.modlemain404 .right   button{
    padding: 11px 20px;
    border-radius: 55px;
    border: 2px solid #0d3de5;
    background-color: white;
    margin: 20px 0;
}
.modlemain404 .right   button:hover{
    background-color: #0d3de5;
    color: white;
    transition: 0.5s;
}

.fl{display: none;}
#main4zz   .video   video{
    width: auto;
}
.footer .fmain h3{color:#fff}
.footer .fmain a{color:#fff}
/* 客服  */
@media (max-width:576px)
{
	#scrollsidebar{display:none;}
    /*头部 脚部样式  */
    .nav0{display: none;}
    .nav1{
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .var{top: 100px;
    left: 37%;}
    .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   ul   li{width: 100%;margin: 25px 0;}
    /* main1 */
    .m1main   ul   li{margin: 15px 0 ;}
    /* main2 */
    .m2main .down{flex-direction: column;}
    .m2main .down   .right   h4{text-align: center;margin: 15px 0;width: 100%;}
    .m2main .down   .right   h1{width: 100%;}
    .m2main .down   .right   div{width: 100%; align-items: center;}
    .m2main .down   .right   div   p{width: 100%;}
    .m2main .down   .left{width: 100%;}
    .m2main .down   .right{width: 100%;}
    .m2main .up{text-align: center;}
    .m2main .up   p{margin: 15px;}
    .m2main .up   h1{font-size: 24px !important;}
    .m2main .down   .right   h1   p{font-size: 21px;}

    /* main3 */
    .m3main .txt{width: 100%;}
    /* main5 */
    .main5{padding: 0;}
    .m5main{flex-direction: column;}
    .m5main .left{width: 100%;margin: 15px 0;}
    .m5main .right{width: 100%; padding-bottom: 30px;}
    .m5main .s1{display: none !important;}
    .m5main .s2{display: block !important;}
    .main5 .container-fluid{padding-left: 12px;}
    /* main6 */
    .m6main{flex-direction: column;}
    .m6main   div{width: 100%;}
    .m6main   div   h2{flex-direction: column;}
    .m6main   div{margin-top: 25px;}
    .footer .fmain   ul   li:nth-last-child(1)   div{width: 100%;}
    /* main7 */
    .m7main .right   img{position: static;}
    .m7main{flex-direction: column;}
    .m7main .left{width: 100%;text-align: center;}
    .m7main .right{width: 100%;}
    /* main8 */
    .m8main .txt   p{width: 100%;}
    .m8main .cont   ul   li{margin: 15px 0; width: 100%;}
    /* main9 */
    .m9main .tit   p{width: 100%;}
    .m9main .inpt{flex-direction: column;padding: 0;}
    .m9main .inpt   input{width: 100%;margin: 15px 0;}
    h1{font-size: 24px !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{width:90%!important;margin-top:20px;padding:0 !important;}
    .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{}
    .productinfomodle .content .right   span:nth-child(1){font-size: 16px;}
    .zoomContainer{display: none;}
    .productinfomodle .right .left{
        
    }
    .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;}
	}


@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: 45%; margin: 15px 0;}
    .footer .fmain   ul   li:nth-last-child(1)   div{width: 100%;}

    /* 主体部分 */
    /* main1 */
    .m1main   ul   li{margin: 15px 0 ; width:50%;}
    /* main2 */
    .m2main .down{flex-direction: column;}
    .m2main .down   .right   h4{text-align: center;margin: 15px 0;width: 100%;}
    .m2main .down   .right   h1{width: 100%;}
    .m2main .down   .right   div{width: 100%; align-items: center;}
    .m2main .down   .right   div   p{width: 100%;}
    .m2main .down   .left{width: 100%;}
    .m2main .down   .right{width: 100%;}
    .m2main .up{text-align: center;}
    .m2main .up   p{margin: 15px;}
    .m2main .up   h1{font-size: 24px !important;}
    .m2main .down   .right   h1   p{font-size: 28px;}

    /* main3 */
    .m3main .txt{width: 100%;}
    .m3main   ul   li{width: 50%;}
    /* main5 */
    .main5{padding: 0;}
    .m5main{flex-direction: column;}
    .m5main .left{width: 100%;margin: 15px 0;}
    .m5main .right{width: 100%; padding-bottom: 30px;}
    .m5main .s1{display: none !important;}
    .m5main .s2{display: block !important;}
    .main5 .container-fluid{padding-left: 12px;}

    /* main6 */
    .m6main{flex-direction: column;}
    .m6main   div{width: 100%;}
    .m6main   div   h2{flex-direction: column;}
    .m6main   div{margin-top: 25px;}
    /* main7 */
    .m7main .right   img{position: static;}
    .m7main{flex-direction: column;}
    .m7main .left{width: 100%;text-align: center;}
    .m7main .right{width: 100%;}
    /* main8 */
    .m8main .txt   p{width: 100%;}
    .m8main .cont   ul   li{margin: 15px;width: 44%;}
    /* main9 */
    .m9main .tit   p{width: 100%;}
    .m9main .inpt{flex-direction: column;padding: 0;}
    .m9main .inpt   input{width: 100%;margin: 15px 0;}
    h1{font-size: 24px !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: 60%;}
         .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;}
         .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;}
	}

@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: 46%; margin: 15px 0;}
    .footer .fmain   ul   li:nth-last-child(1)   div{width: 100%;}

    /* 主体部分 */
    /* main1 */
    .m1main   ul   li{margin: 15px 0 ;width: 50%;}
    /* main2 */
    .m2main .down{flex-direction: column;}
    .m2main .down   .right   h4{text-align: center;margin: 15px 0;width: 100%;}
    .m2main .down   .right   h1{width: 100%;}
    .m2main .down   .right   div{width: 100%; align-items: center;}
    .m2main .down   .right   div   p{width: 100%;}
    .m2main .down   .left{width: 100%;}
    .m2main .down   .right{width: 100%;}
    .m2main .up{text-align: center;}
    .m2main .up   p{margin: 15px;}
    .m2main .up   h1{font-size: 24px !important;}
    /* main3 */
    .m3main .txt{width: 100%;}
    .m3main   ul   li{width: 50%;}
    /* main5 */
    .main5{padding: 0;}
    .m5main{flex-direction: column;}
    .m5main .left{width: 100%;margin: 15px 0;}
    .m5main .right{width: 100%; padding-bottom: 30px;}
    .m5main .s1{display: block !important;}
    .m5main .s2{display: none !important;}
    .main5 .container-fluid{padding-left: 12px;}

    /* main6 */
    .m6main{flex-direction: column;}
    .m6main   div{width: 100%;}
    .m6main   div   h2{flex-direction: column;}
    .m6main   div{margin-top: 25px;}
    /* main7 */
    .m7main .right   img{position: static;}
    .m7main{flex-direction: column;}
    .m7main .left{width: 100%;text-align: center;}
    .m7main .right{width: 100%;}
    /* main8 */
    .m8main .txt   p{width: 100%;}
    .m8main .cont   ul   li{margin: 15px;width: 45%;}
    /* main9 */
    .m9main .tit   p{width: 100%;}
    .m9main .inpt{flex-direction: column;padding: 0;}
    .m9main .inpt   input{width: 100%;margin: 15px 0;}
    h1{font-size: 24px !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;}
        .productinfomodle .right .left{
            display: none;
        }
        .productinfomodle .right .leph{
            display: block;
        }
        /* 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;}
    .nav1main .right{display: none;}
    /* .nav1 .nav1main .right{display: none;} */
    .pright, .plist, .plistzz{display: block;}
    #header .nav1main{
        justify-content: space-around;
    }
    .nav1main .left   img{width: 100%;}
    .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 .fmain   ul   li{width: 23%;}
    .footer .fmain   ul   li   ul   li{margin: 5px;}
    /* .footer .fmain   ul   li:nth-child(2),
    .footer .fmain   ul   li:nth-child(3){
        width: 50%;
    } */
    /* .footer .main{padding-top: 0;} */
    /* 主体部分 */
    /* main2 */
    .m2main .down{justify-content: space-between;}
    .m2main .down   .right   div{width: 100%;}
    .m2main .down   .right   h1{width: 100%;}
    .m2main .down   .right   h4{width: 100%;}
    .m2main .down   .right   h1   p{font-size: 25px;}
    /* main3 */
    .m3main   ul   li{width: 33%;}
    /* main5 */
    .m5main .s1{display: none !important;}
    .m5main .s2{display: block !important;}
    /* main6 */
    .m6main   div   h2{flex-direction: column;}
    /* main7 */
    .m7main .right   img{position: static;}
    /* main8 */
    .m8main .cont   ul   li{margin: 15px;width: 30%;}

            /* 子页通用样式 */
            .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{width: 50%;}
            .productinfomain .content .left .cnext{top: 92%;right:0;}
            .productinfomain .content .left .cprev{top: 92%;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:1600px)
{
    /* .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;
    } */
    .nav1main .left   img{width: 80%;}
    .nav1main .right{width: 20%; margin-right: 15px;}
    .nav1main .center{width: 90%;}
    .footer .fmain   ul   li{width: 23%;}
    .m8main .cont   ul   li{width: 30%; margin: 15px;}
    h1{font-size: 32px !important;font-weight: 600;}
        /* 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;}

    .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%;} */
	
}