@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

@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');
}
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,
span,
figure {
    margin: 0;
    padding: 0;
    font-family :"Raleway", Sans-serif;
}

body,
html,
input,
button,
textarea {
    color: #333333;
    font-family: 'Noto-sans', 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;
}

.bm150 {
    margin-bottom: 150px;
}



/* ********************************************************************header通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */
.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 9999;
    background-color: transparent;
    background-color: #ffffff;
    color: #ffffff;
}

 .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;
   }

.n1y{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
}
.n1y1{
    width: 30%;
    border-top: 0 solid transparent;
    border-left: 0rem solid transparent;
    border-right: 5rem solid transparent;
    border-bottom: 5rem solid #333333;
}
.n1y2{
    width: 30%;
    border-top: 5rem solid #333333;
    border-left: 5rem solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 0 solid transparent;
}
.nav1 .nav1main .left img{
    width: 5.3125rem;
    position: relative;
    z-index: 10;
}
.nav1 .container-fluid{padding: 0;}
.nav1 .container {
    padding: 0;
}

.nav1main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav1main .center {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .search {
    padding-left: 15px;
}

.nav1main .center .search>i {
    color: #ffffff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}

.nav1main .center .head_nav {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .web_head .nav_wrap {
    float: left;
    margin: 0;
}

.nav1main .center .head_nav>li>a {
    font-size: 16px;
    color: #000000;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    display: inline-block;
}

.nav1main .center .head_nav>li>a>i{
    color: #000000;
    font-size: 22px;
}
.nav1main .center .head_nav>li:hover>a>i{
    color: #000000 !important;
} 
.nav1main .center .head_nav>li.active>a>i{
    color: #000000;
}
.nav1main .center .head_nav>li:hover>a>.xhx{
    opacity: 1;
    transition: 0.3s;
}
.nav1main .center .head_nav>li:hover>a>em{
    color: #000000;
}

.nav1main .center .head_nav>li>a::after {
    background-color: transparent;
}
.nav1main .center .head_nav>li.active>a{
    color: #000000;
    font-weight: 600;
    display: inline-block;
}
.nav1main .center .head_nav>li>a>.xhx{
    width: 100%;
    height: 3px;
    background-color: #000000;
    opacity: 0;
    transition: 0.3s;
}
.nav1main .center .head_nav>li.active>a>.xhx{
    opacity: 1;
    transition: 0.3s;
}

.nav1main .right>i{
    padding: .8125rem .625rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    border: .0625rem solid transparent;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.5rem;
    position: relative;
    z-index: 10;
}
.nav1main .right>input:hover{
    border: .0625rem solid #ffffff;
    color: #ffffff;
    transition: 0.3s;
    background-color: transparent;
}
.m5leftd h2{
    font-weight: 600;
  }
  .m5leftd p{
    margin: 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .m5leftd a{
    padding: 15px 40px;
    color: #ffffff;
    background-color: #333333;
    
  }
/* 导航栏搜索框 */
.btn-box {
    color: #fff;
    width: auto;
    border-radius: 25px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(315deg, #333333 0, #ffffff 100%);
    background-size: 104% 104%;
    cursor: pointer;
    }
    
    .btn-box span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    }
    
    .btn-box input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #000000;
    padding-left: 20px;
    line-height: 50px !important;
    height: 50px;
    box-sizing: border-box;
    vertical-align: 4px;
    font-size: 16px;
    width: 50px;
    transition: all .3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 5px;
    }
    
    .btn-box:hover input {
    display: inline-block;
    width: 80%;
    padding-right: 50px
    }
    
    .btn-box input:not(:placeholder-shown) {
    display: inline-block;
    width: 80%;
    padding-right: 50px
    }

/* *******************************************banner图轮播部分************************************************************* */
.nav2{
    position: relative;
    margin-top: 4.25rem;
}
.nav2 .n2img1{
    position: absolute;
    width: 400px;
    left: 0;
    bottom: -5%;
    z-index: 10;
}
.nav2 .n2img2{
    position: absolute;
    width: 400px;
    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: 50rem;}
.nav2n .swiper .swiper-wrapper .swiper-slide>a>img{width: 100%;object-fit: cover;max-height: 31.25rem;}

/* *******************************************************视频遮罩********************************************************** */
#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 55px;
    color: #333333;
    cursor: pointer;
}

#main4zz>.video>video {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
}

/* *******************************************************footer通用样式********************************************* */
.footer{
    padding: 30px 0 30px 0;
}
.frowcol:nth-child(1)>div{
    background-color: #f2f2f2;
    padding: 18px;
}
.frowcol:nth-child(1)>div>img{
    width: 92px;
}
.frowcol:nth-child(1)>div>p{
    margin: 55px 0 18px 0;
}
.frowcol:nth-child(1)>div>a{
    display: block;
    margin: 12px 0;
}
.frowcol{
    margin: 15px 0;
}
.frowcol h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}
.frowcol ul>li{
    margin: 12px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.frowcol ul>li>a{
    color: #6b6b6b;
}
.frowcol ul>li:hover>a{
    color: #000000;
}
.frowcol ul>li>a>i{
    margin-right: 12px;
    color: #000000;
}
.frowcol>div{
    height: 100%;
    padding: 0 12px;
}
.fline{
    width: 100%;
    background-color: #eeeeee;
    height: 1px;
    margin: 25px 0;
}
.footerlast{
    text-align: center;
}
.footerlast em{
    font-weight: 600;
    color: #000000;
}
/* 地图 */
#map{
    width: 100%;
    height: 500px;
}

/* ********************************************手机导航栏************************************************************************** */
.pright,
.plist,
.plistzz {
    display: none;
}

.pright {
    width: 100%;
}
.pright>i:nth-child(1){
    float: left;
}

.pright>i {
    font-size: 40px;
    color: #000000;
    line-height: 80px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.plist>div {
    background-color: transparent;
}

.nav_wrap .head_nav li ul {
    top: 75%;
    left: 20%;
}
/* 视频按钮 */
.dr{
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translateX(-50%);
}

.drbtn{
    position: relative;
}
 .cw{
    width: 85px;
    height: 85px;
    border-radius: 50px;
    /* background-color: #bfe35c; */
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .cw:hover{
    border: 1px solid transparent;
    background-color: #333333;
    transition: 0.5s;
}
.cw:hover>i{
    color: #fff;    
}
 .cw>i{
    font-size: 28px;
    color: #ffffff;
}
.bo {
	position: absolute;
	top: 0;
}

.bo::before {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	/* background-color: #0d3de5; */
    border:2px solid #333333;
    /* border: 3px solid #fff; */
	animation: scale 2s infinite;
}

.bo::after {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
    /* border: 1px solid #fff; */
	/* background-color: #0d3de5; */
    border:2px solid #333333;
	animation: scale2 2s infinite;
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}
/* *************************************************************分界线************************************************************ */
.fjx{
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 1.5625rem 0;
}
.fjx>div:nth-child(1){
    height: .125rem;
    width: 48%;
    background-color: #333333;
}
.fjx>img{
    padding: 0 .9375rem;
}
.fjx>div:nth-child(3){
    height: .125rem;
    width: 48%;
    background-color: #333333;
}
em{font-style:initial}
/* ************************************************************MAIN模块************************************************** */
/* main1 */
.m1{
    text-align: center;
    
}
.m1>h3{
    font-size: 16px;
    color: #8f8f8f;
    margin: 15px;
}
.m1>p{
    font-size: 21px;
    margin-top: 25px;
    font-size: 21px;
    color: #777;
    line-height: 1.4
}
/* mian2 */
.m2m{
    position: relative;
    margin: 15px 0;
}
.m2mzz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10;
}
.m2>div{
    margin: 15px 0;
}
.m2leftcol>div{
    padding-right: 55px;
}
.smdz{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    z-index: 100;
    color: #ffffff;
}
.smdz>h5{
    font-weight: 600;
}
.smdz>span{
    color: #ffffff;
}
.xmdz{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    color: #ffffff;

}
.m2rightcol>div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* main3 */
.m3imgs{
    display: flex;
    align-items: center;
}
.m3img>img{
    width: 126px;
}
/* main4 */
.m4tit{
    text-align: center;
    margin-bottom: 60px;
}
.m4tit>h4{
    font-size: 16px;
    color: #8f8f8f;
}
.m4tit>h1{
    font-size: 60px;
    font-weight: 600;
    margin-top: 45px;
    color: #000000;
}
.m4rowcol{
    text-align: center;
    margin: 25px 0;
}
.m4rowcol>h2{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
.m4rowcol>.m4a{
    border-bottom: 1px solid #aaaaaa;
    font-size: 12px;
    transition: 0.5s;
    position: relative;
    top: 0;
}
.m4rline{
    width: 100%; 
    background-color: #bbbbbb; 
    height: 1px;
    margin-top: 8px;
}
.m4rowcol>.m4a:hover{
    transition: 0.5s;
    top: -15px;
}
.m4rowcol>.imgs{
    position: relative;
    display: block;
    overflow: hidden;
}
.m4rowcol>.imgs>.m4rz{
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    align-items: start;
    text-align: start;
    padding: 12px;
    transition: 0.5s;
}
.m4rowcol>.imgs:hover>.m4rz{
    top: 0;
    transition: 0.5s;
}
.m4rowcol>.imgs>.m4rz>p{
    margin-top: 25px;
}
.m4rowcol>.imgs>.m4y{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
/* main5 */
.main5{
    background-color: #f2f2f2;
}
.m5s{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    cursor: pointer;
}
.m5s>i{
    font-size: 80px;
    opacity: 0.3;
}
.m5s>p{
    text-align: center;
    margin: 10px 0 10px;
    font-size: 21px;
    color: #777;
    line-height: 1.4;
}
.m5s>div{
    display: flex;
    margin: 35px 0;
    align-items: center;
    justify-content: center;
}
.m5s>div>img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
}
.m5s>div>div>h4{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}
.m5s>div>div>p{
    font-size: 14px;
}
.main5 .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
}
/* main6 */
.m6tit{
    text-align: center;
    margin-bottom: 30px;
}
.m6tit>h4{
    font-size: 16px;
    color: #8f8f8f;
}
.m6tit>h1{
    font-size: 60px;
    font-weight: 600;
    margin-top: 45px;
    color: #000000;
}
.m6cob{
    margin: 90px 0 60px 0;
}
.m6s{
    text-align: center;
    overflow: hidden;
}
.m6s>h2{
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
}
.m6s>.m4a{
    display: inline-block;
    padding-bottom: 8px;
    font-size: 12px;
    transition: 0.3s;
}
.m6s>.m4a:hover{
    color: #000000;
    font-size: 14px;
    transition: 0.3s;
}
.m6s>.imgs{
    position: relative;
    display: block;
}
.m6s>.imgs>img{
    width: 100%;
}
.m6s>.imgs>.m4y{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.main6 .swiper-wrapper{
    padding-bottom: 100px;
}
.main6 .swiper-pagination-bullet{
    border: 1px solid #888888;
    background-color: transparent;
}
.sp2>span{
    background-color: #aaaaaa !important;
    opacity: 0;
    transition: 0.5s;
}
.sp2>span:hover{
    transition: 0.5s;
    opacity: 1;
    -webkit-animation: animate 1s linear infinite;
}
@keyframes animate {
    0%{
        transform: scale(1);
        opacity: 0.5;  
    }
    100%{
        transform: scale(2);  
        opacity: 0;   /*圆形放大的同时，透明度逐渐减小为0*/
    }
}
.m6scard {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* height: 380px; */
    object-fit: cover;
    transition: 0.8s;
  }
  .m6scard>img{
    width: 100%;
    height: 100%;
  }
  
  .m6scard:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
    transition: 0.8s;
  }
  
  .m6scard__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.6s;
  }
  
  .m6scard:hover .m6scard__content {
    transform: rotateX(0deg);
    transition: 0.6s;
  }
  
  .m6scard__title {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: 700;
  }
  
  .m6scard:hover img {
    scale: 0;
  }
  
  .m6scard__description {
    margin: 10px 0 10px;
    font-size: 12px;
    color: #777;
    line-height: 1.4;
  }
  
  .m6scard__button {
    padding: 15px;
    border-radius: 8px;
    background: #777;
    border: none;
    color: white;
  }
  
  .secondary {
    background: transparent;
    color: #777;
    border: 1px solid #777;
  }
/* main7 */
.main7{
    background-color: #f2f2f2;
}
.m7rowcol{
    position: relative;
    cursor: pointer;
    margin: 25px 0;
}
.m7tit{
    text-align: center;
    margin-bottom: 60px;
}
.m7tit>h4{
    font-size: 16px;
    color: #8f8f8f;
}
.m7tit>h1{
    font-size: 60px;
    font-weight: 600;
    margin-top: 45px;
    color: #000000;
}
.m7row>div:nth-child(1)>.m7rowcol{
    padding-right: 50px;
}
.m7row>div:nth-last-child(1)>.m7rowcol{
    padding-left: 50px;
}
.m7rowcol>.imgs{
    display: inline-block;
    position: relative; 
}
.m7rowcol>.imgs>img{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.m7con{
    background-color: #ffffff;
    padding:55px 25px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.m7con>h4{
    font-size: 21px;
    font-weight: 600;
}
.m7con>p{
    margin: 25px 0;
    color: #333333;
}
.m7con>a{
    display: inline-block;
    font-size: 12px;
    padding-bottom: 8px;
    transition: 0.3s;
}
.m7con>a:hover{
    font-size: 13px;
    color: #000000;
    transition: 0.3s;
}
.imgsn{
    position: absolute;
    background-color: #333333;
    color: #ffffff;
    padding:3px 15px;
    border-radius: 12px;
    top: 10px;
    right: 10px;
}
.m7user{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: 25px;
    z-index: 10;
}
.m7rowcol:hover .m7czz{
    transition: 0.3s;
    opacity: 0.3;

}
.m7czz{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.3));
    transition: 0.3s;
}
/* main8 */
.main8{
    padding: 40px 0;
}
.m8rowcol{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 15px;
}
.m8rowcol>img{
    width: 55px;
    height: 55px;
    margin-right: 12px;
}
.m8rowcol>div>h4{
    font-size: 16px;
    font-weight: 600;
}
.m8rowcol>div>p{
    font-size: 16px;
    margin-top: 15px;
}
.mline{
    width: 95%;
    margin: 25px auto;
    height: 1px;
    background-color: #aaaaaa;
}
/* ********************************************************************************************************************** */
.img-responsive{
    width: 100%;
    padding: 0;
    margin: 0;
}
.gray{
position:fixed;
top:0;
left:0;
background:rgba(0,0,0,0.7);
z-index:999;
width:100%;
height:100%;
display:none;
}
.gray>.ind{
    display: flex;
    margin-left: 1.5625rem;
    margin-top: .9375rem;
}
.gray>.ind>p{
    font-size: 1.125rem;
    color: #ffffff;
}
.showImg{
    position:absolute;
    display: none;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    top: 28%;
}
.imgname{
    display: block;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.5625rem;
}
.showprev{
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.shownext{
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.graylist{
    display: flex;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}
.graylist>li{
    color: #ffffff;
    margin: 0 .9375rem;
    font-size: 1.125rem;
    cursor: pointer;
}
.grayupzz{
    position: absolute;
    background-color: #ffffff;
    right: 2.9375rem;
    top: 4.0625rem;
    display: none;
}
.grayupzz>.sj{
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #ffffff;
    transform: rotate(-45deg)skew(0deg,0deg);
    right: 1.875rem;
    top: -0.3125rem;

}
.grayupzz>.graymain>ul{
    padding: .625rem .9375rem;
}
.grayupzz>.graymain>ul>li{
    margin: .9375rem 0;
    cursor: pointer;
}
.grayupzz>.graymain>ul>li>a>i{
    margin-right: .5rem;
}
.bigimgs{
    transform: scale(2);
}

/* 轮播按钮 */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #333333;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* new */
.newmainleft {
    margin-right: 40px;
}


.newmainleft>.title {
    background-color: #000000;
    text-align: center;
    width: 100%;
}

.newmainleft>.title>a {
    width: 100%;
    font-size: 21px;
    color: white;
    padding: 1.25rem 8px;
    display: block;
}

.newmainleft>ul {
    width: 100%;
}

.newmainleft>ul>li {
    width: 100%;
    border: .0625rem solid #333333;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.newmainleft>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomainleft>ul>li>div>a.active {
    color: #0d6aa5;
}

.newmainleft>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}
.newmainleft>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.newmainright>ul>li {
    display: flex;
}

.newmainright>ul>li>.liright {
    display: flex;
    flex-direction: column;
}

.newmainright>ul>li>.liright>span:nth-child(1) {
    color: #bbb;
    font-size: .875rem;
    padding: .3125rem;
    margin-top: 5px;
}

.newmainright>ul>li>.liright>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
    color: #333;
}

.newmainright>ul>li>.liright>span:nth-child(2):hover {
    color: #333333;
}

.newmainright>ul>li>.liright>span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newmainright>ul>li>.lileft>img {
    border-radius: .9375rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newmainright>ul>li>.lileft {
    width: 30%;
}

.newmainright>ul>li>.liright>a {
    color: #333333;
    text-align: right;
    margin-right: .9375rem;
    padding: 1.25rem 0;
}
.newmainright>ul>li>.liright>a>i{
    margin-left: .5rem;
}
.newmainright>ul>li>.liright {
    margin-left: .625rem;
    width: 100%;

}

.newmainright>ul>li {
    padding-bottom: .625rem;
    margin: 3.125rem 0;
    cursor: pointer;
}

.newmainright>ul>li:nth-child(1) {
    margin-top: 0;
}

.newmainright>ul>li {
    position: relative;
}

.newmainright>ul>li>.line {
    width: 100%;
    height: .3125rem;
    background-color: transparent;
    position: absolute;
    bottom: -5%;
}

.newmainright>ul>li>.line2 {
    width: 00%;
    height: .3125rem;
    background-color: #333333;
    position: absolute;
    bottom: -5%;
    transition: 0.5s;
}

.newmainright>ul>li:hover>.line2 {
    width: 100%;
    transition: 0.5s;
}

#newlist>li>a:hover {
    color: #333333;
}

#newlist>li>a.active {
    color: #333333;
}

/* newlist */
 .newlistmain .txt>span:nth-child(1) {
    padding: .3125rem;
}
 .newlistmain .txt>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
}

 .newlistmain .txt>span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 .newlistmain .txt>a {
    color: #3f6ad7;
}

 .newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 1.25rem .625rem;
    border: .0625rem solid #bbb;
}

 .newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

 .newlistmain .imge>img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: 0.5s;
}

 .newlistmain:hover .imge>img {
    transform: scale(1.1);
    transition: 0.5s;
}
 .newlistmain {
    position: relative;
    box-shadow: 3xp .1875rem .25rem .125rem #333333;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

 .newlistmain>.line2 {
    width: 0;
    height: .3125rem;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}

 .newlistmain:hover>.line2 {
    width: 100%;
    transition: 0.5s;
}

 .newlistmain .txt {
    border: 0;
    box-shadow: .125rem .125rem .125rem .125rem transparent;
    padding: 1.875rem .9375rem 3.125rem .9375rem;
}

 .newlistmainc{
    padding: 1.25rem;
}



 .newlistmainc{
    cursor: pointer;
}

/* newinfo */
.newinfomainright .newtit {
    border-bottom: .1008px dashed #bbb;
    padding: 10px 0;

}

.newinfomainright .newcon>p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
}

.newinfomainright .newcon .newimgs {
    margin: 15px;
}
.newinfomainright .newcon .newimgs>img{
    margin: 15px 0;
    object-fit: cover;
}

.newinfomainright .newtime {
    margin: 10px 0;
}

.newinfomainright .newcon {
    border-bottom: .0625rem solid #bbb;
    padding: 1.25rem 0;
}

.newinfomainright .newcon>p {
    padding: .3125rem .9375rem;
}

.newinfomainright .updown {
    padding: .625rem 0;
}

.newinfomainright .updown>div {
    padding: .3125rem 0;
}

#newlist>li>a>i {
    display: none;
}

#newlist>li>a:hover {
    color: #333333;
}

#newlist>li>a.active {
    color: #333333;
}

.newinfomainright .updown>div>a:hover {
    color: #333333;
}

/* product */
.productmainleft{
    margin-right: 40px;

}

.productmainleft>.title {
    background-color: #000000;
    text-align: center;
    width: 100%;
}

.productmainleft>.title>a {
    width: 100%;
    font-size: 21px;
    color: white;
    padding: 1.25rem 8px;
    display: block;
}

.productmainleft>ul {
    width: 100%;
}

.productmainleft>ul>li {
    width: 100%;
    border: .0625rem solid #000000;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productmainleft>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}
.productmainleft>ul>li>h5>a{
    color: #333333;
}
.productmainleft>ul>li>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
}

.productmainleft>ul>li>div>a.active {
    color: #333333;
}

.productmainleft>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productmainleft>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}
.productmainrightc {
    padding: 0;
    text-align: center;
}


.productmainright .down {
    cursor: pointer;
    width: 100%;
}

.productmainright .down>a:nth-child(2) {
    display: block;
    padding: 15px 0;
}

.productmainright .down .img {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.pt{
    position: absolute;
    top: 0;
    width: 0;
    height: .25rem;
    background-color:  #333333;
    transition: 0.5s;
    z-index: 99;
}
.productmainright .down .img:hover .pt{
    width: 100%;
    transition: 0.5s;
}
.pb{
    position: absolute;
    bottom: 0;
    width: 0;
    height: .25rem;
    background-color:  #333333;
    transition: 0.5s;
    z-index: 99;
}
.productmainright .down .img:hover .pb{
    width: 100%;
    transition: 0.5s;
}
.pl{
    position: absolute;
    left: 0;
    height: 0;
    width: .25rem;
    background-color: #333333;
    transition: 0.5s;
    z-index: 99;
}
.productmainright .down .img:hover .pl{
    height: 100%;
    transition: 0.5s;
}
.pr{
    position: absolute;
    right: 0;
    height: 0;
    width: .25rem;
    background-color:  #333333;
    transition: 0.5s;
    z-index: 99;
}
.productmainright .down .img:hover .pr{
    height: 100%;
    transition: 0.5s;
}
.productmainright .down .img>img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmainrightc .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -70%;
    left: -70%;
    border-radius: 50%;
    background-color: #aaaaaa;
    opacity: 0.5;
    transition: 0.8s;
}
.productmainrightc .down:hover .img .up{
    transform: scale(5);
    transition: 0.8s;
    opacity: 0.3;
}
.productmainrightc .down .img .picon{
    position: absolute;
    font-size: 3.125rem;
    color: white;
    display: flex;
    height: 100%;
    top: -100%;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.productmainrightc .down:hover .img .picon{
    top: 0;
    transition: 0.5s;
}

.productmainright .down .img:hover>img {
    transform: scale(1.2);
    transition: 0.3s;
}
.productmainright .down>span {
    padding: .3125rem;
}
.productmainright .down>span>a{
    display: inline-block;
    margin: 12px 0;
}


#nldhl>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#nldhl>li>ul>li>a:hover {
    color: #333333;
}

#nldhl>li>a:hover {
    color: #333333;
}

#nldhl>li>div>i {
    color: #333333;
}

/* productlist */
.productlistmainleft{
    margin-right: 40px;
}
.productlistmainleft>.title {
    background-color: #000000;
    text-align: center;
    width: 100%;
}

.productlistmainleft>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productlistmainleft>ul {
    width: 100%;
}

.productlistmainleft>ul>li {
    width: 100%;
    border: .0625rem solid #333333;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productlistmainleft>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productlistmainleft>ul>li>div {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.productlistmainleft>ul>li>div>a.active {
    color: #333333;
}

.productlistmainleft>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productlistmainleft>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productlistmainright>.plst>a {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    margin: 12px 0;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.5s;
}

.productlistmainright>.plst>a:hover>.txt>.sline{
    background-color: #ffffff;
}
.productlistmainright>.plst>a:hover>.txt>button{
    background-color: transparent;
    border: 1px solid #ffffff;
}
.productlistmainright>.plst>a>.img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;
}

.productlistmainright>.plst>a>.img>img {
    width: 100%;
    height: 300px;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 1.25rem;
    margin: 20px 25px 20px 0;
}

.productlistmainright>.plst>a>.txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmainright>.plst>a>.txt>span:nth-child(1) {
    font-weight: bold;
    font-size: 2.1875rem;
}

.productlistmainright>.plst>a>.txt>.sline {
    width: 40%;
    height: .3125rem;
    background-color: #333333;
    margin: 10px 0;
}

.productlistmainright>.plst>a>.txt>span:nth-child(3) {
    display: block;
    margin: 1.25rem 0 2.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.productlistmainright>.plst>a>.txt>button {
    padding: .625rem 1.125rem;
    border: 0;
    background-color: #333333;
    color: white;
    width: 30%;
}
.productlistmainright>.plst>a{
    position: relative;
}
.plstcolor{
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #333333;
    top: 0;
    left: -100%;
    transition: 0.5s;
}
.productlistmainright>.plst>a:hover>.plstcolor{
    left: 0;
    transition: 0.5s;
}
.productlistmainright>.plst>a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #ffffff;
    transition: 0.6s;
}

.productlistmainright>.plst>a:hover>.img>img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmainright>.plst>a:hover>.txt>button {
    background-color: #333333;
    transition: 0.3s;
}

#nldhl>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#nldhl>li>ul>li>a:hover {
    color: #333333;
}

#nldhl>li>ul>li>div>a.active {
    color: #333333;
}

#nldhl>li>div>a>.plstcolor {
    color: #333333;
}

#nldhl>li>a.active {
    color: #333333;
}

/* productinfo */   

.productinfomainright {
    margin-left: 3.75rem;
    overflow-x: auto;
}
.productinfomainright .news td{border:1px solid #000;padding-left:5px;}
.productinfomainleft>.title {
    background-color: #333333;
    text-align: center;
    width: 100%;
}

 .productinfomainleft>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

 .productinfomainleft>ul {
    width: 100%;
}

 .productinfomainleft>ul>li {
    width: 100%;
    border: .0625rem solid #333333;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

 .productinfomainleft>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productinfomainleft>ul>li>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
}

 .productinfomainleft>ul>li>div>a.active {
    color: #333333;
}

.productinfomainleft>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

 .productinfomainleft>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

 .productinfomainright .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomainright .left .swiper-container {
    margin-top: .625rem;
    padding: 0 .3125rem;
}

 .productinfomainright .content {
    display: flex;
}

.productinfomainright .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    justify-content: flex-start;
    height: 25rem;
    margin-left: 12px;
}
.productinfomainright .content .right>div {
    display: flex;
    flex-direction: column;
}

.productinfomainright .content .right>h4,
.productinfomainright .content .right>h3 {
    color: #333333;
    font-weight: 600;
}
.productinfomainright .content .right>p{
    width: 100%;
	margin-top:5px;
}

.productinfomainright .content .right>a {
    width: 50%;
    padding: .625rem 0;
    border: 2px solid transparent;
    color: white;
    background-color: #333333;
    margin-top: .625rem;
    text-align: center;
}

.productinfomainright .content .right>a:hover {
    background-color: white;
    border: 2px solid #333333;
    color: #333333;
    transition: 0.6s;
}

.productinfomainright .news {
    margin-top: 3.125rem;
    border: 0;
}

.productinfomainright .news .bt {
    display: flex;
    padding: 0;
    justify-content: start;
}

.productinfomainright .news .bt>button {
    border: .0625rem solid #333333;
    color: #333333;
    background-color: white;
    font-size: 1rem;
    padding: 1.125rem;
}

.productinfomainright .news .bt>button.active {
    border: .0625rem solid transparent;
    color: white;
    background-color: #333333;
}

.productinfomainright .news .txt {
    padding: 1.25rem;
}

.productinfomainright .news .txt>h3 {
    padding: 10px 0;
    font-weight: 600;
    color: #333333;
}

.productinfomainright .news .txt>p {
    font-size: 16px;
    padding: 10px 0;
}

.productinfomainright .tit {
    background-color: #333333;
    font-size: 1.125rem;
    color: white;
    width: 100%;
    padding: .5rem;
    text-align: center;
}
.productinfomainright .bd{
    margin: 30px 0;
}
.productinfomainright .bd .feedbackForm{
    padding: 40px 0;
}

.productinfomainright .tab table {
    width: 100%;
    border: 1px solid #333333;
    overflow-x: auto;
}

.productinfomainright .tab table tr {
    border: 1px solid #333333;
}

.productinfomainright .tab table tr td {
    border: 1px solid #333333;
    padding: 15px;
}

.productinfomainright .show {
    text-align: center;
    margin: 50px 0;
}
.productinfomainrighte .show .show1{
    position: relative;
    margin: 50px 0; 
}
.productinfomainright .show .show1 .swiper-pagination{
    position: static;
    bottom: -21%;
}
.productinfomainright .show .tit {
    margin: 1.875rem 0;
}

.productinfomainright .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
    height: 11.25rem;
    display: inline-block;
}
.productinfomainright .down .img>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.productinfomainright .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    /* border-radius: 15px; */
    background-color: #333333;
    opacity: 0.6;
    transition: 0.5s;
}
.productinfomainright .down:hover .up{
    bottom: 0;
    transition: 0.5s;
}

.productinfomainright .down .up>i {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 100%;
    font-size: 2.5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.4s;
}
.productinfomainright .down:hover .up>i{
    bottom: 0;
    transition: 0.6s;
}

.productinfomainright .down:hover .img>img {
    transform: scale(1.2);
    transition: 0.5s;
}

.productinfomainright .down:hover>span>a {
    color: #333333;
}

.swiper-pagination {
    /* position: absolute; */
    bottom: 5%;
    font-size: 1.875rem;
}

.swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background-color: #000000;
}

.productinfomainright .content .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomainright .content .swiper-container video {
    width: 3.75rem !important;
    height: 3.75rem;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomainright .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 1.25rem;
}

.b .swiper-slide {
    width: 3.75rem !important;
    height: 3.75rem;
}

b .swiper-wrapper>.swiper-slide:nth-last-child(1){
    margin-right: 0;
}

.b img {
    height: 100%;
}

.b>.swiper-wrapper>.swiper-slide>a.active>img {
    border: .125rem solid #333333;
}

.b>.swiper-wrapper>.swiper-slide>a.active>video {
    border: .125rem solid #333333;
}

video {
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
}

.productinfomain .content .left .cprev
{
    position: absolute;
    top: 92%;
    left: 2%;
    /* transform: rotateY(180deg); */
}

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2
{
    position: absolute;
    top: 92%;
    right: 2%;
}
/* contact */
.contactmain .up {
    display: flex;
}

.contactmain .up>.left {
    display: flex;
    align-items: center;
}

.contactmain .up>.left>div {
    padding: 25px 25px 25px 0;
}

.contactmain .up>.left>div>h4 {
    padding: 10px;
}

.contactmain .up>.left>div>p {
    padding: 10px;
}

.contactmain .up>.left>div>ul {
    padding: 10px;
}

.contactmain .up>.left>div>ul>li {
    margin: 15px 0;
    padding: 15px 0;
    font-size: 18px;
}

.contactmain .up>.left>div>ul>li>i {
    color: #333333;
    margin-right: .5rem;
}

.contactmain .up>.right>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactmain .up>.right>div>span {
    margin-right: .625rem;
    font-size: 18px;
}

.contactmain .up>.right>div>input {
    width: 100%;
    margin: .9375rem 0;
    padding: .5rem .625rem;
}

.contactmain .up>.right>div>textarea {
    width: 100%;
    margin: .9375rem 0;
    padding: .5rem .625rem;
}

.contactmain .up>.right>input {
    padding: .625rem 2.5rem;
    border: .0625rem solid #333333;
    color: #333333;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up>.right>input:hover {
    border: .0625rem solid transparent;
    background-color: #333333;
    color: #fff;
    transition: 0.5s;

}
/* 产品详情轮播 */
.swiper{
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }

  #bigimgs{
    overflow: hidden;
  }
    #bigimgs>#bigimg{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
    #bigimgs>#bigf{
     height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #bigve,#bigframe{width: 100%;height: 340px;}
  #bigve2,#bigframe2{width: 100%;height: 340px;}
  .productinfomain 
  .swiper-button-next:after,
  .productinfomain 
  .swiper-button-prev:after{
    font-size: 32px;
    color:transparent !important;
}
.productinfomain .swiper-button-prev{
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: -6px;
    transition: 0.5s;
}
.productinfomain .swiper-button-prev:hover{
    /* background-position-y: -36px; */
    transition: 0.5s;
}
.productinfomain .swiper-button-next{
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: -6px;
    transition: 0.5s;
}
.productinfomain .swiper-button-next:hover{
    /* background-position-y: -36px; */
    transition: 0.5s;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
}

.thumbnail {
    width: 25rem;
    height: 18.75rem;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 37.5rem;
    height: 18.75rem;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original>img {
    width: 75rem;
    height: 37.5rem;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 3.125rem;
    height: 3.125rem;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#nldhl>li>a:hover {
    color: #333333;

}

.show .s .img>img {
    /* border-radius: 15px; */
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.productinfomain .left>ul>li>ul>li:hover>a {
    color: #333333;
}

#nldhl>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* search */

.searchmainleft {
    width: 100%;
}
.searchmainleft>.r{
    width: 100%;
}

.searchmainleft .srrow{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.searchmainleft .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: .625rem;
    background-color: #f6f9fc;
    border-radius: .625rem;
    margin: .625rem;
    width: 100%;
}

.searchmainleft .up {
    color: #86939f;
}

.searchmainleft .line {
    border-bottom: .0625rem solid #86939f;
    display: none;
}

.searchmainleft .up>p:nth-child(4) {
    padding: .625rem;
    color: #333333;
}

.searchmainleft .up>p:nth-child(2) {
    padding: .9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

.searchmainleft .up>h6 {
    font-size: 1.5rem;
    padding: 1.125rem .9375rem .625rem .9375rem;
}

.searchmainleft .cards>.up>h6:hover {
    color: #333333;
}

.searchmainleft .r .imgs {
    width: 20%;
    border-radius: .625rem;
}

.searchmainleft .r .imgs>img {
    border-radius: .3125rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 404 */
.modle404{
    background: url(../images/404.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}
.modle404 .zz404{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}
.modle404 .zz404 .modlemain4042>h1{
    font-size: 220px !important;
    color: #ffffff;
}
.modle404 .zz404 .modlemain4042>p{
    font-size: 32px;
    color: #ffffff;
    margin: 15px 0;
}
.modle404 .zz404 .modlemain4042>div{
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 5px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 25px 0 35px 0;
}
.modle404 .zz404 .modlemain4042>div>input{
    width: 79%;
    height: 75%;
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 8px;
    color: #ffffff;
    font-size: 18px;
}
.modle404 .zz404 .modlemain4042>div>input::placeholder{
    color: #eeeeee;
}
.modle404 .zz404 .modlemain4042>div>button{
    position: absolute;
    right: 0;
    border: 1px solid transparent;
    height: 75%;
    padding: 0 40px ;
    width: 20%; 
    margin-right: 5px;
    border-radius: 15px;
}
.modle404 .zz404 .modlemain4042>ul{
    display: flex;
    margin-top: 35px;
}
.modle404 .zz404 .modlemain4042>ul>li{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.5s;
}
.modle404 .zz404 .modlemain4042>ul>li:hover{
    background-color: #fff;
    color: #000000;
    transition: 0.5s;
}
.modle404 .zz404 .modlemain4042>a{
    padding: 10px 40px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
    margin: 15px 0;
}
.modle404 .zz404 .modlemain4042>a:hover{
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000000;
    transition: 0.5s;
}
/* 页码 */
.pagelist {
    text-align: center;

    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}
.pagelist a{    padding: 5px 10px;
background-color: #fff;
margin-right: 10px;
font-size:15px;
color: #000;
border: 1px solid #000;
}
.none{display:none;}
.current{
	background-color: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}
.pagelist a:hover{        background-color: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;}
.current2{display:none;}
 .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

 .pagelist>a.item2 {
    width: 7.5rem;
}

.pagelist>a.on {
    background: #333333;
    color: #fff;
    border-color: #333333
}



/* ************************************************************客服模块******************************************* */
.side_content .side_list .cont li a:hover {
    color: #333333;
}

.side_content .side_list .cont li i {
    color: #333333;
}

/* ************************************************************手机导航样式*************************************** */
#header{
    position: relative;
}
.plist {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 100vh;
    z-index: 99999;
    transition: 0.5s !important;
}

.plist>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plist>div>img {
    height: auto;
    margin: .625rem;
    padding-left: .625rem;
    width: 81px;
}

.plist>div>i {
    font-size: 40px;
    margin: 10px;
    color: #333333;
}

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh ;
    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: #333333;
}

.plist>ul>li:hover {
    color: #000;
}

.plist>ul>li>ul {
    display: none;
}

.plist>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li>ul>li>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li:nth-child(1) {
    position: relative;
}

.plist>ul>li:nth-child(1)>button {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 25px;
    border: 0;
    background-color: transparent;
}

.plist>ul>li:nth-child(1)>input {
    width: 100%;
    padding: 2px 15px 2px 10px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 16px;
}

.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: 999999999;
}

.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:0 10px;
}

.szz .main>div>div {
    position: relative;
}

.szz .main>div>div>button {
    position: absolute;
    font-size: 30px;
    color: #fff;
    right:10px;
    bottom: -50px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

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

#phone {
    display: none;
}

/* *************************************************************************面包屑导航********************************** */
.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
    padding-top: 35px;
    width: 100%;
}

.breadcrumb>div {
    display: inline;
    font-size: 16px;
}

.breadcrumb>div:not(:first-child):before {
    content: "/";
    margin: 0 5px;
    color: gray;
}

.breadcrumb>div>a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb>div>a:hover {
    color: #333333;
}

.breadcrumb>div.active>a {
    color: #333333;
}
/* 图片点击显示框 */
#m3map>div{
    cursor: pointer;
    position: relative;
}
#m3map>div>div{
    position: absolute;
    top: -106px;
    left: -25px;
    display: none;
}
#m3map>div>div>.nr{
    background-color: rgba(0, 0, 0, .8);
    border-radius: 8px;
    color: #ffffff;
    width: 300px;
    padding: 15px;
}
#m3map>div>div>.sj{
    border-top: 15px solid rgba(0, 0, 0, .8);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 15px;
    position: absolute;
    top: 92px;
    left: 20px;
}
#m3map>div>div>.nr>div{
    display: flex;
    align-items: center;
}
#m3map>div>div>.nr>div>img{
    border-collapse: 8px;
}
#m3map>div>div>.nr>div>img{
    margin-right: 12px;
}
#m3map>div:hover>div{
    display: block;
}
#m3map>div>i{
    font-size: 32px;
    color: #4d7014;
    transition: 0.1s;
}
#m3map>div:hover>i{
    font-size: 32px;
    color: #ff6600;
    transition: 0.1s;
}

/* *************************************************************************576*********************************************  */
@media (max-width:576px) {

    /*头部 脚部样式  */
    .nav1 {
        border-radius: 0;
        top: 0 !important;
        background-color: #ffffff !important;
    }
    .nav1 .nav1main .left{
        display: block;
    }
    .nav1 .container {
        padding: 0 10px;
    }
    .nav1 .nav1main .center {
        display: none;
    }
    .nav1 .nav1main .right {
        display: none;
    }
    .n1y1,.n1y2{width: 40%;}
    .nav2{
        margin-top: 5rem;
    }
    .nav1main .left {
        display: block;
    }
    .nav1main .left{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pright,
    .plist,
    .plistzz {
        display: block;
    }
    #header .nav1main {
        justify-content: space-between;
    }
    .nav2 .swiper img {
        height: 100%;
    }
    .dr{top: 50%;}
    .ffrow>div{flex-direction: column;}
    .ffrow>div>.fftxt{margin: .9375rem 0;}

    .footerlast{
        margin-bottom: 25px;
    }
    /* main */
    .m2leftcol>div{
        padding: 0;
    }
    .m5s{
        padding: 0;
    }
    .main5 .swiper-wrapper{
        padding-bottom: 50px;
    }
    .m4rowcol>.imgs>.m4y{
        top: -15px;
        right: 7px;
    }
    .m7row>div:nth-last-child(1)>.m7rowcol,
    .m7row>div:nth-child(1)>.m7rowcol{
        padding: 0;
    }
    h1,h2{
        font-size: 1.25rem !important;
    }
    /* 子页通用样式 */

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft{
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }


    /* new */

    .newmainright {
        margin-top: 20px;
    }

    .newmainright>ul>li {
        display: block;
    }

    .newmainright>ul>li>.lileft {
        width: 100%;
    }

    /* newlist */

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright>.plst>a {
        display: block;
    }

    .productlistmainright>.plst>a>.img {
        width: 100%;
    }

    .productlistmainright>.plst>a>img {
        width: 100%;
    }

    .productlistmainright>.plst>a>.txt {
        width: 100%;
        position: static;
    }

    .productlistmainright>.plst>a>.txt>button {
        position: static;
    }

    .productlistmainright>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmainleft {
        display: none;
    }

    /* productinfo */
    .productinfomainright {
        margin: 0;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomainright .content .right>button {
        width: 60%;
    }

    .productinfomain .content .left .cnext {
        top: 90%;
        right: 10px;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 10px;
    }

    .productinfomainright .content .right>span:nth-child(1) {
        font-size: 16px;
    }
    .productinfomainright .show .show1 .swiper-pagination{
        bottom: -50px;
    }
    .productinfomainright{
        margin: 0;
    }

    .zoomContainer {
        display: none;
    }


    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}
        /* contact */
        .contactmain .up>.right>div{
            display: block;
        }
        .contactmain .up>.right>div>input,
        .contactmain .up>.right>div>textarea
        {
            width: 100%;
        }
    /* 页码 */
    .pagelist>a.item2{
        margin: 15px 0;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:576px) and (max-width:768px) {

    /*头部 脚部样式  */
/*头部 脚部样式  */
.nav0{
    display: none;
}
.n1y1,.n1y2{
    width: 35%;
}
.nav1 {
    border-radius: 0;
    top: 0;
    background-color: #ffffff;
}
.nav1 .nav1main .left{
    display: block;
}

.nav1 .container {
    padding: 0 10px;
}

.nav1 .nav1main .center {
    display: none;
}

.nav1 .nav1main .right {
    display: none;
}
.nav1main .left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pright,
.plist,
.plistzz {
    display: block;
}

#header .nav1main {
    justify-content: space-between;
}

.nav2{
    margin-top: 4.875rem;
}
.nav2 .swiper img {
    height: 100%;
}
.footerlast{
    margin-bottom: 25px;
}
    /* main */
    .m2leftcol>div{
        padding: 0;
    }
    .m5s{
        padding: 0;
    }
    .main5 .swiper-wrapper{
        padding-bottom: 50px;
    }
    .m4rowcol>.imgs>.m4y{
        top: -15px;
        right: -10px;
    }
    .m7row>div:nth-last-child(1)>.m7rowcol,
    .m7row>div:nth-child(1)>.m7rowcol{
        padding: 0;
    }
    h1,h2{
        font-size: 24px !important;
    }

    /* 子页通用样式 */
    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft{
        width: 100%;
        display: none;
    }

     .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 20px;
    }

    .newmainright>ul>li{
        display: block;
    }

    .newmainright>ul>li>.lileft {
        width: 100%;
    }

    /* newlist */
    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    .productlistmainright>.plst>a>img {
        width: 100%;
    }

     .productlistmainright>.plst>a>.txt {
        width: 60%;
    }

     .productlistmainright>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

     .productlistmainright>.plst>a>.txt>button {
        width: 50%;
    }
     .productlistmainright>.plst>a{
        flex-direction: column;
    }
     .productlistmainright>.plst>a>.img{width: 100%;}
     .productlistmainright>.plst>a>.txt{width: 100%;}
    /* productinfo */
    .productinfomainright .content .right{
        margin: 0 !important;
        padding: 0 !important;
    }
    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 90%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 0;
    }
    .productinfomainright{
        margin: 0;
    }
    .zoomContainer {
        display: none;
    }
    .productinfomainright .show .show1 .swiper-pagination{
        bottom: -50px;
    }


    .productinfomainright .content .right>span:nth-child(1) {
        font-size: 16px;
    }

    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}
    /* contact */
    .contactmain .up>.right>div{
        display: block;
    }
    .contactmain .up>.right>div>input,
    .contactmain .up>.right>div>textarea
    {
        width: 100%;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:768px) and (max-width:992px) {

    /*头部 脚部样式  */
    .nav0{
        display: none;
    }
    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #FFFFFF;
    }
    .nav1 .nav1main .left{
        display: block;
    }
    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }
    .nav1main .left{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }
    #header .nav1main {
        justify-content: space-between;
    }
    .nav2{
        margin-top: 4.9375rem;
    }
    .nav2 .swiper img {
        height: 100%;
    }   
        /* main */
        .m2leftcol>div{
            padding: 0;
        }
        .m5s{
            padding: 0;
        }
        .main5 .swiper-wrapper{
            padding-bottom: 50px;
        }
        .m4rowcol>.imgs>.m4y{
            top: -15px;
            right: 7px;
        }
        .m7row>div:nth-last-child(1)>.m7rowcol,
        .m7row>div:nth-child(1)>.m7rowcol{
            padding: 0;
        }
    h1,h2{
        font-size: 24px !important;
    }
    
    /* 子页通用样式 */


    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft{
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 20px;
    }
    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright>.plst>a>img {
        width: 100%;
    }

    .productlistmainright>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomainright .content .right{
        margin: 0 !important;
        padding: 0 !important;
    }
    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 90%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 0;
    }
    .productinfomainright{
        margin: 0;
    }
    .zoomContainer {
        display: none;
    }

    .productinfomainright .show .show1 .swiper-pagination{
        bottom: -50px;
    }

    /* search */
    .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}

}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:992px) and (max-width:1200px) {
    .nav0{display: none;}
    .nav1 {
        width: 100%;
        border-radius: 0;
        top: 0;
        background: #FFFFFF;
    }
    .nav1 .nav1main .left{display: block;}
    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }
    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }
    .nav2{
        margin-top: 4.875rem;
    }
    .nav2 .swiper img {
        height: 100%;
    }
    #main4zz>.video>video{
        top: 20%;
    }
    /* main1 */
    h1{
        font-size: 1.75rem !important;
    }
    h2{
        font-size: 1.5rem !important;
    }
    h3{
        font-size: 1.375rem !important;
    }
    h4{
        font-size: 1.25rem !important;
    }

    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 90%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 90%;
        left: 0;
    }
    #bg>img {
        height: 100%;
        object-fit: cover;
    }
    
    /* 子页通用样式 */
    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft{
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright{
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 20px;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright>.plst>a>img {
        width: 100%;
    }

    .productlistmainright>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomainright .content .right>a{
        width: 50%;
    }
    .bg>img {
        height: 500px;
        object-fit: cover;
    }
    .productinfomainright{
        margin: 0;
    }

    .zoomContainer {
        display: none;
    }

    /* search */
    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}
}

/* *************************************************************************1200-1600*********************************************  */

@media (min-width:1200px) and (max-width:1400px) {
    .n1y1,.n1y2{width: 20%;}
    .nav2 .swiper img {
        height: 100%;
    }
    /* main1 */
    h1{
        font-size: 36px !important;
    }
    h2{
        font-size: 32px !important;
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 0;
    }


    #bg>img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomainright .content .right>button {
        width: 60%;
    }
    /* 404 */
    .modle404{background-size: unset;}

}
/* 详情页 按钮样式 */
 .arrow {
    cursor: pointer;
    height: 60px;
    position: absolute;
    transition: transform 0.1s;
  }
  
  .cnext .arrow-top, 
  .cnext .arrow-bottom {
    background-color: #666;
    height: 4px;
    left: -5px;
    position: absolute;
    width: 100%;
  }
  
  .cnext .arrow-top:after, 
  .cnext .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
  }
  
  .cnext .arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
  
  .cnext .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
  }
  
  .cnext .arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
  }
  
  .cnext .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
  }

  .cprev.arrow {
    cursor: pointer;
    height: 60px;
    position: absolute;
    transition: transform 0.1s;
  }
  
  .cprev .arrow-top, 
  .cprev .arrow-bottom {
    background-color: #666;
    height: 4px;
    left: -5px;
    position: absolute;
    width: 100%;
  }
  
  .cprev .arrow-top:after, 
  .cprev .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
  }
  
  .cprev .arrow-top {
    transform: rotate(-45deg);
    transform-origin: bottom left;
  }
  
  .cprev .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
  }
  
  .cprev .arrow-bottom {
    transform: rotate(45deg);
    transform-origin: top left;
  }
  
  .cprev .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
  }
  
   .arrow:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
  }
  
   .arrow:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
  }
  
   .arrow:active {
    transform: scale(0.5) !important;
  }

  /* ****************************************************************************************************************** */
  