@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,
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;
}

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通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */
.nav0{background-color: #323232;}
.nav0 .nav0m>div{
    display: flex;
    align-items: center;

}
.nav0 .nav0m>div>i{font-size: 32px; color: #dc251e;margin-right: 10px;}
.nav0 .nav0m>div>span{color:#dc251e ; font-size: 16px;font-weight: 600; margin-right: 5px;}
.nav0 .nav0m>div>p{font-weight: 600; font-size: 16px; margin-right: 5px;color: #FFFFFF;}

.nav1 {
    position: fixed;
    top: 90px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: transparent;
    background-color: #FFFFFF;
}

.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: #fff;
    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: #333333;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
}

.nav1main .center .head_nav>li>a>i {
    color: #333333;
    font-size: 22px;
}
.nav1main .center .head_nav>li:hover>a>i{
    color: #FFFFFF;
} 
.nav1main .center .head_nav>li.active>a>i{
    color: #ffffff;
}
.nav1main .center .head_nav>li:hover>a{
    background-color: #dc251e;
    color: #ffffff;
    transition: 0.1s;
}
.nav1main .center .head_nav>li:hover>a>em{
    color: #ffffff;
}

.nav1main .center .head_nav>li>a::after {
    background-color: transparent;
}

.nav1main .center .head_nav>li.active{
    background-color: #dc251e;
}
.nav1main .center .head_nav>li.active>a{
    color: #FFFFFF;
}

.nav1main .right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav1main .right>i{
    font-size: 32px;
    color: #ffffff;
    background-color: #dc251e;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.nav1main .right>div>p{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

/* *******************************************banner图轮播部分************************************************************* */
/* *******************************************************视频遮罩********************************************************** */
#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: #363062;
    cursor: pointer;
}

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

}

/* *******************************************************footer通用样式********************************************* */
.footer{
    background-color: #323232;
    padding: 50px 0;
    color: #ffffff;
}
.footer .footerul>div{cursor: pointer; margin: 15px 0;}
.footer .footerul>div:nth-child(1)>img{
    margin-bottom: 32px;
}
.footer .footerul>div:nth-child(1)>div>div{
    display: flex;
    align-items: center;
}
.footer .footerul>div:nth-child(1)>div>div>i{
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 12px 12px 12px 0;
}
.footer .footerul>div:nth-child(1)>div>div>div{
    display: flex;
    flex-direction: column;
    font-weight: 600;
    width: 90%;
}
.footer .footerul>div:nth-child(2)>h5,
.footer .footerul>div:nth-child(3)>h5{
    margin-bottom: 16px;
    font-weight: 600;
}
.footer .footerul>div:nth-child(2)>ul>li>a,
.footer .footerul>div:nth-child(3)>ul>li>a{
    font-size: 16px;
    margin: 8px 0;
    transition: 0.3s;
    color: #fff;
}
.footer .footerul>div:nth-child(2)>ul>li>a:hover,
.footer .footerul>div:nth-child(3)>ul>li>a:hover{
    color: #dc251e;
    transition: 0.3s;
}
.footer .footerul>div:nth-child(4)>ul{
    display: flex;
    margin-top: 16px
}
.footer .footerul>div:nth-child(4)>ul>li i{
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    margin: 12px 12px 12px 0;
    transition: 0.5s;
    color: #fff;
}
.footer .footerul>div:nth-child(4)>ul>li i:hover{
    color: #dc251e;
    background-color: #ffffff;
    transition: 0.5s;
}
.footer .fline{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 35px 0;
}
.footer .container:nth-child(3){
    display: flex;
    justify-content: space-between;
}
.footer .container:nth-child(3)>span>em>a{
    color: #dc251e;
}
/* ********************************************手机导航栏************************************************************************** */
.pright,
.plist,
.plistzz {
    display: none;
}

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

.pright>i {
    font-size: 40px;
    color: #333333;
    line-height: 80px;
    float: right;
}

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

.nav_wrap .head_nav li ul {
    top: 75%;
    left: 20%;
}

/* ************************************************************MAIN模块************************************************** */
/* main1 */
.main1 h1{text-align: center; padding: 40px 0;}
.main1 .m1m>div{
    margin: 10px 0;
    cursor: pointer;
    padding: 0;
}
.main1 .m1m>div>.m1m2{
    width: 100%;
    margin: 0 auto;
}
.main1 .m1m>div>.m1m2>div:nth-child(1)>img{width: 100%;}
.main1 .m1m>div>.m1m2>div:nth-child(2){
background-color: #7c7c7c;
transition: 0.5s;
}
.main1 .m1m>div>.m1m2>div:nth-child(2):hover{
    background-color: rgba(74, 140, 220,.8);
    transition: 0.5s;
    
}
.main1 .m1m>div>.m1m2>div:nth-child(2)>div{
    position: relative;
    margin-top: 40px;
    margin-left: 10px;
}
.main1 .m1m>div>.m1m2>div:nth-child(2)>div>div{
    position: absolute;
    color: #ffffff;
    bottom: -150px;
    transition: 0.5s;
}
.main1 .m1m>div>.m1m2>div:nth-child(2):hover>div>div{
    color: #333333;
    transition: 0.5s;
}
.main1 .m1m>div>.m1m2>div:nth-child(2)>div>div>h3{
    color: #fff;
    margin-bottom: 25px;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
.main1 .m1m>div>.m1m2>div:nth-child(2)>div>div>a{
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    transition: 0.5s;
}
.main1 .m1m>div>.m1m2>div:nth-child(2):hover>div>div>a{
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: 0.5s;
}
/* main2 */
.main2{
    background-color: #ededed;
}
.main2 h1{
    text-align: center;
    padding: 40px;
}
.main2 .m2m>div{
    display: flex;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
.main2 .m2m>div>img{width: 100%;}
.main2 .m2m>div>.m2ml{
    position: absolute;
    right: 25px;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
}
.main2 .m2m>div>.m2ml>p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.main2 .m2m>div>.m2ml>a{
    border: 1px solid #dc251e;
    color: #dc251e;
    transition: 0.5s;
    padding: 15px 40px;
}
.main2 .m2m>div>.m2ml>a:hover{
    background-color: #dc251e;
    color: #ffffff;
    transition: 0.5s;
}
.main2 .m2m>div>.m2mz{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.main2 .m2m>div>.m2mz>img{width: 100%;}
.main2 .m2m>div>.m2mz>.m2mzz{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    background-color: rgba(74, 140, 220,.8);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main2 .m2m>div>.m2mz>.m2mzz>p{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    width: 60%;
    text-align: center;
    margin-bottom: 25px;
}
.main2 .m2m>div>.m2mz>.m2mzz>a{
    border: 1px solid #ffffff;
    padding: 15px 40px;
    color: #ffffff;
}
.main2 .m2m>div:hover>.m2mz>.m2mzz{
    top: 0;
    transition: 0.5s;
}
/* main3 */
.main3{
    background: url(../images/m3-1.png);
}
.main3 .m3zz{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: 100px 0;
    color: #ffffff;
}
.main3 .m3zz .m3mline{
    position: relative;
    margin: 25px 0 30px 0;
}
.main3 .m3zz .m3mline>h1{
    position: relative;
    z-index: 10;
    font-weight: 600;
    font-size: 42px;
}
.main3 .m3zz .m3mline .m3line{
    position: absolute;
    height: 6px;
    background-color: #dc251e;
    width: 15%;
    top: 50%;
    left: -85px;
}
.main3 .m3zz button{
    color: #ffffff;
    padding: 12px 25px;
    background-color: #dc251e;
    font-size: 16px;
    cursor: pointer;
    border: none;
}
/* main4 */
.main4 h1{
    text-align: center;
    padding: 40px;
}
.main4 .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main4 .right>h5{
    color: #dc251e;
    margin-bottom: 15px;
    font-weight: 600;
}
.main4 .right>.m4mp>p{
    margin: 10px 0;
    font-size: 16px;
}
.main4 .right>.m4mp{
    margin-bottom: 35px;
}
.main4 .right>a{
    padding: 10px 40px;
    border: 1px solid #dc251e;
    width: 150px;
    transition: 0.5s;
    color: #dc251e;
}
.main4 .right>a:hover{
    background-color: #dc251e;
    border: 1px solid transparent;
    color: #ffffff;
    transition: 0.5s;
}
/* main5 */
.main5{
    background-color: #ededed;
}
.main5 h1{
    padding: 40px;
    text-align: center;
}
.main5 .m5card{
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px 0;
}
.main5 .m5card>img{width: 100%;}
.main5 .m5card>div{
    padding: 25px;
}
.main5 .m5card>div>h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0 ;
}
.main5 .m5card>div>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0 35px 0;
}
.main5 .m5card>div>a{
    border: 1px solid #333333;
    padding: 10px 40px;
    transition: 0.5s;
}
.main5 .m5card>div>a:hover{
    border: 1px solid transparent;
    background-color: #dc251e;
    color: #ffffff;
    transition: 0.5s;
}
/* 轮播按钮 */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #666;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;
    /* 设置按钮大小 */
}

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

/* new */

.newmodle{
    background-color: transparent;
}
.newmodle .main>.left {
    margin-right: 40px;
}


.newmodle .left>.title {
    background-color: #dc251e;
    text-align: center;
    width: 100%;
}

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

.newmodle .left>ul {
    width: 100%;
}

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

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

.productinfomodle .left>ul>li>div>a.active {
    color: #0d6aa5;

}

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

.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: .875rem;
    padding: .3125rem;
}

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

.newmodle .right>ul>li>.liright>span:nth-child(2):hover {
    color: #dc251e;
}

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

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

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

.newmodle .right>ul>li>.liright>a {
    color: #dc251e;
    text-align: right;
    margin-right: .9375rem;
    padding: 1.25rem 0;
}

.newmodle .right>ul>li>.liright {
    margin-left: .625rem;
    width: 100%;

}

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

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

.newmodle .right>ul>li {
    position: relative;
}

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

.newmodle .right>ul>li>.line2 {
    width: 00%;
    height: .3125rem;
    background-color: #dc251e;
    position: absolute;
    bottom: -5%;
}

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

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

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

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

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

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

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

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

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

.newlistmodle .newlistmain .imge:hover>img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmodle .newlistmain {
    position: relative;
    box-shadow: 3xp .1875rem .25rem .125rem #dc251e;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.newlistmodle .newlistmain>.line2 {
    width: 0;
    height: .3125rem;
    background-color: #dc251e;
    position: absolute;
    bottom: 0;
}

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

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

.newlistmodle .c {
    padding: 1.25rem;
}



.newlistmodle .c {
    cursor: pointer;
}

/* newinfo */


.newinfomodle .newinfomain {
/*    display: flex;*/
    justify-content: space-between;
}

.newinfomodle .left {
    width: 27%;
}

.newinfomodle .left>.title {
    background-color: #dc251e;
    text-align: center;
    width: 100%;
}

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

.newinfomodle .left>ul {
    width: 100%;
}

.newinfomodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #eee;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
}

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

.newinfomodle .right .newtit {
    border-bottom: .1px dashed #bbb;
    padding: 10px 0;

}

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

.newinfomodle .newcon .newimgs {
    margin: 15px;
}
.newinfomodle .newcon .newimgs>img{
    margin: 15px 0;
}

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

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

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

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

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

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

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

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

.newinfomodle .right .updown>div>a:hover {
    color: #dc251e;
}

/* product */
.productmodle {
    background-color: transparent;
}
.productmodle .productmain>.left{
    margin-right: 40px;

}

.productmodle .left>.title {
    background-color: #dc251e;
    text-align: center;
    width: 100%;
}

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

.productmodle .left>ul {
    width: 100%;
}

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

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

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

.productmodle .left>ul>li>div>a.active {
    color: #dc251e;
}

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

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

.productmodle .right .c {
    padding: 0;
    text-align: center;
}


.productmodle .right .down {
    cursor: pointer;
    width: 100%;
}

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

.productmodle .right .down .img {
    width: 90%;
    overflow: hidden;
    position: relative;
    /*height: 12.5rem;*/
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
    ;
}

.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: #dc251e;
    opacity: 0.3;
    display: none;
}

.productmodle .right .c .up>i {
    font-size: 3.125rem;
    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: .3125rem;
}

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

#productlist>li>ul>li>a:hover {
    color: #dc251e;
}

#productlist>li>a:hover {
    color: #dc251e;
}

#productlist>li>div>i {
    color: #dc251e;
}

/* productlist */
.productlistmodle{
    background-color: transparent;
}
.productlistmodle .productlistmain>.left{
    margin-right: 40px;
}
.productlistmodle .left>.title {
    background-color: #dc251e;
    text-align: center;
    width: 100%;
}

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

.productlistmodle .left>ul {
    width: 100%;
}

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

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

.productlistmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    /* pointer-events: none */
}

.productlistmodle .left>ul>li>div>a.active {
    color: #4d4c7d;
}

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

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

.productlistmodle .right>.plst>a {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    margin: .9375rem;
    overflow: hidden;
}

.productlistmodle .right>.plst>a>.img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;

}

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

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

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

.productlistmodle .right>.plst>a>.txt>.sline {
    width: 40%;
    height: .3125rem;
    background-color: #dc251e;
}

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

.productlistmodle .right>.plst>a>.txt>button {
    padding: .625rem 1.125rem;
    border: 0;
    background-color: #dc251e;
    color: white;
    width: 30%;
}

.productlistmodle .right>.plst>a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.6s;
}

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

.productlistmodle .right>.plst>a:hover>.txt>button {
    background-color: #dc251e;
    transition: 0.3s;
}

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

#productlist>li>ul>li>a:hover {
    color: #dc251e;
}

#productlist>li>ul>li>div>a.active {
    color: #dc251e;
}

#productlist>li>div>a:hover {
    color: #dc251e;
}

#productlist>li>a.active {
    color: #dc251e;
}

/* productinfo */
.productinfomodle{
    background-color: transparent;
}
.productinfomodle .productinfomain {
    display: flex;
    justify-content: space-between;
}

.productinfomodle .right {
    margin: auto 1.25rem;
}

.productinfomodle .left>.title {
    background-color: #dc251e;
    text-align: center;
    width: 100%;
}

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

.productinfomodle .left>ul {
    width: 100%;
}

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

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

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

.productinfomodle .left>ul>li>div>a.active {
    color: #dc251e;
}

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

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

.productinfomodle .right .leph {
    display: none;
}

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

.productinfomodle .right .left .swiper-container {
    margin-top: .625rem;
}

.productinfomodle .content {
    display: flex;
}

.productinfomodle .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    justify-content: space-around;
    height: 25rem;
}

.productinfomodle .content .right>div {
    display: flex;
    flex-direction: column;
}

.productinfomodle .content .right>h4,
.productinfomodle .content .right>h3 {
    color: #dc251e;
    font-weight: 600;
}
.productinfomodle .content .right>p{
    width: 100%;
}

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

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

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

.productinfomodle .news .bt {
    display: flex;
    padding: 0;
}

.productinfomodle .news .bt>button {
    border: .0625rem solid #dc251e;
    color: #dc251e;
    background-color: white;
    font-size: 1rem;
    padding: .625rem;
    margin-right: 1.25rem;
}

.productinfomodle .news .bt>button.active {
    border: 0;
    color: white;
    background-color: #dc251e;
}

.productinfomodle .news .txt {
    padding: 1.25rem 0;
}

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

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

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

.productinfomodle .tab table {
    width: 100%;
    border: 1px solid #dc251e;
}

.productinfomodle .tab table tr {
    border: 1px solid #dc251e;
}

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

.productinfomodle .show {
    margin-top: 3.125rem;
    text-align: center;
}
.productinfomodle .show .show1{
    position: relative;
    margin-bottom: 50px;
}
.productinfomodle .show .show1 .swiper-pagination{
    bottom: -21%;
}
.productinfomodle .show2{
    display: none;
}
.productinfomodle .show .tit {
    margin: 1.875rem 0;
}

.productinfomodle .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
}

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

.productinfomodle .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;
}
.productinfomodle .down:hover .up>i{
    bottom: 0;
    transition: 0.6s;
}

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

.productinfomodle .down:hover>span>a {
    color: #dc251e;
}

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

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

.productinfomodle .content .swiper-container img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

.productinfomodle .content .swiper-container video {
    width: 5rem !important;
    height: 2.5rem;
}

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

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

.b {
    margin-top: 1.25rem;
}

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

.b img {
    height: 100%;
}

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

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

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

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

.productinfomain .content .left .cprev,
.productinfomain .content .left .cprev2
{
    position: absolute;
    top: 94%;
    left: 2%;
}

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2
{
    position: absolute;
    top: 92%;
    right: 2%;
}
/* 产品详情轮播 */
.swiper{
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }
  /*#bg{height: 340px;}*/
  #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;
}
.swiper-button-prev{
    background-image: url(../images/jtl.png) !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: -6px;
    transition: 0.5s;
}
.swiper-button-prev:hover{
    /* background-position-y: -36px; */
    transition: 0.5s;
}
.swiper-button-next{
    background-image: url(../images/jtr.png) !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: -6px;
    transition: 0.5s;
}
.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;
}

#productlist>li>a:hover {
    color: #dc251e;

}

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

#productlist>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 */
.searchmodle {
    background-color: transparent;
}
.searchmodle .searchmain {
    display: flex;
    flex-direction: column-reverse;
}

.searchmodle .searchmain .left {
    width: 100%;
}

.searchmodle .searchmain .right {
    width: 100%;
}

.searchmodle .left .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: .625rem;
    background-color: #f6f9fc;
    border-radius: .625rem;
    margin: .625rem;
}

.searchmodle .left .up {
    color: #86939f;
}

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

.searchmodle .left .up>p:nth-child(4) {
    padding: .625rem;
    color: #dc251e;
}

.searchmodle .left .up>p:nth-child(2) {
    padding: .9375rem;
}

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

.searchmodle .left .cards>.up>h6:hover {
    color: #dc251e;
}

.searchmodle .right .frame {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.searchmodle .right .frame>input {
    width: 100%;
    padding: .625rem;
    border: .0625rem solid transparent;
    background-color: #f6f9fc;
}

.searchmodle .right .frame>input:focus {
    border: .0625rem solid #dc251e;
    transition: 0.6s;
    background-color: #fff;
}

.searchmodle .right .frame>button {
    position: absolute;
    right: 0;
    border: 0;
    background-color: #dc251e;
    color: white;
}

.searchmodle .right .frame>button>i {
    padding: .9375rem;
}

.searchmodle .right .txt {
    height: 3.125rem;
    margin-top: .625rem;
    display: flex;
    font-size: 1.875rem;
}

.searchmodle .right .txt>span {
    line-height: 3.125rem;
    padding: 0 .625rem;

}

.searchmodle .right .txt>span:nth-child(3) {
    color: #dc251e;
    cursor: pointer;
}

.searchmodle .right .txt>span:nth-child(3):hover {
    color: #dc251e;
    transition: 0.8s;
}

.searchmodle .right .txt .t {
    width: .3125rem;
    height: 3.125rem;
    background-image: linear-gradient(red, yellow);
}

.searchmodle .right .hello {
    color: #50626f;
    font-size: 1.125rem;
    font-weight: 600;
    margin: .9375rem 0;
}

.searchmodle .right .hello:hover {
    color: #dc251e;
    transition: 0.6s;
}

.searchmodle .right .img {
    width: 100%;
    margin-top: 1.25rem;
    overflow: hidden;
    height: 25rem;
    position: relative;
}

.searchmodle .right .img>img {
    width: 100%;
    height: 25rem;
    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: .625rem;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 6%;
}

.searchmodle .right .img .txt>button {
    width: 50%;
    padding: .625rem 1.25rem;
    background-color: #dc251e;
    color: white;
    border: .0625rem solid transparent;
    font-size: 1rem;
    margin-top: 1.25rem;
    transition: 0.8s;

}

.searchmodle .right .img .txt>button:hover {
    background-color: transparent;
    border: .0625rem solid #dc251e;
    color: #fff;
    transition: 0.8s;
}

.searchmain .left .r .imgs {
    width: 55%;
    border-radius: .625rem;
}

.searchmain .left .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;
    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;
}
.modle404 .zz404 .modlemain4042>a:hover{
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000000;
    transition: 0.5s;
}
/* 页码 */
.pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

 .pagelist>a {
   
    line-height: 25px;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem;
    padding: 5px 14px;
}

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

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



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

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

/* ************************************************************手机导航样式*************************************** */
#header{
    position: relative;
}
.plist {
    position: fixed;
    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: 10px;
}

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

.plistzz {
    position: fixed;
    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: #4d4c7d;
}

.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)>i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
}

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

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

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

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

#phone {
    display: none;
}

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

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

.breadcrumb>div.active>a {
    /*color: #dc251e;*/
}
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/* *************************************************************************576*********************************************  */
@media (max-width:576px) {
    /*.nav2 .swiper img{*/
    /*    height: 100%;*/
    /*}*/
    /*.nav2{*/
    /*    height: 100%;*/
    /*}*/
.nav0{
    display: none;
}
    /*头部 脚部样式  */
    .nav0 .up ul>li:nth-child(2){
        display: none;
    }
    .nav0 .up ul>li:nth-child(1)>ul>li{
        display: block;
    }
    .nav0 .up ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav0 .down .dm>ul{
        display: none;
    }
    .nav0 .down .dm{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav1 {
        top: 0px;
        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;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

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

    .nav2 {
        margin-top: 100px;
    }

    .nav2 .swiper img {
        /*height: 100%;*/
    }

    /* main1 */
    .main1 .m1m>div>.m1m2>div:nth-child(1){padding: 0;}
    .main1 .m1m>div>.m1m2>div:nth-child(2)>div>div{
        position: static;
        padding: 30px 0;
    }
    .main1 .m1m>div{
        padding: 12px;
    }
    /* main4 */
    .main4 .right>h5{
        padding-top: 25px;
    }
    /* 子页通用样式 */
    .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{
        width: 100%;
        display: none;
    }

    .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 .right {
        margin-top: 20px;
    }

    .newmodle .right>ul>li {
        display: block;
    }

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

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

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

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

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

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

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

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

    .productlistmodle .productlistmain>.left {
        display: none;
    }

    /* productinfo */
    .productinfomodle .right {
        margin: 0;
        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;
    }
    .productinfomodle {
        margin: 50px 0;
    }

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

    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: block;
    }

    .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{background-size: unset;}
    /* 页码 */
    .pagelist>a.item2{
        margin: 15px 0;
    }
}

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

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

    /*头部 脚部样式  */
/*头部 脚部样式  */
.nav0 .up ul>li:nth-child(2){
    display: none;
}
.nav0 .up ul>li:nth-child(1)>ul>li{
    display: block;
}
.nav0 .up ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav0 .down .dm>ul{
    display: none;
}
.nav0 .down .dm{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav1 {
    top: 100px;
    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;
}
.pright,
.plist,
.plistzz {
    display: block;
}

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

.nav2 {
    margin-top: 50px;
}

.nav2 .swiper img {
    /*height: 100%;*/
}
    /* main1 */
    .main1 .m1m>div>.m1m2>div:nth-child(1){padding: 0;}
    .main1 .m1m>div>.m1m2>div:nth-child(2)>div>div{
        position: static;
        padding: 30px 0;
    }
    /* msin3 */
    .main3 .m3zz .m3mline .m3line{
        top: 20%;
        left: -60px;
    }
    /* main4 */
    .main4 .right>h5{
        padding-top: 25px;
    }
    



    /* 子页通用样式 */
    .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{
        width: 100%;
        display: none;
    }

    .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 .right {
        margin-top: 20px;
    }

    .newmodle .right>ul>li{
        display: block;
    }

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

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

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

    /* productlist */
    /* .productlistmodle .right>.plst>a{display: block;} */
    .productlistmodle .right>.plst>a>img {
        width: 100%;
    }

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

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

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

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

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

    .zoomContainer {
        display: none;
    }
    .productinfomodle .show .show1 .swiper-pagination{
        bottom: -50px;
    }

    .productinfomodle {
        margin: 50px 0;
    }

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

    .productinfomodle .right .left {
        display: block;
    }

    .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{background-size: unset;}

}

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

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

    /*头部 脚部样式  */
    /*头部 脚部样式  */
    .nav0 .up ul>li:nth-child(2){
        display: none;
    }
    .nav0 .up ul>li:nth-child(1)>ul>li{
        display: block;
    }
    .nav0 .up ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav0 .down .dm>ul{
        display: none;
    }
    .nav0 .down .dm{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav1 {
        border-radius: 0;
        top: 100px;
    }

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

    .pright,
    .plist,
    .plistzz {
        display: block;
    }
    #header .nav1main {
        justify-content: space-between;
    }
    .nav2{
        margin-top: 50px;
    }
    .nav2 .swiper img {
        /*height: 100%;*/
    }

    /* main1 */
    .main1 .m1m>div>.m1m2>div:nth-child(2)>div>div{
        position: static;
        padding: 30px 0;
    }
    .main1 .m1m>div>.m1m2>div:nth-child(1){padding: 0;}
    .main1 .m1m>div{
        padding: 12px;
    }
    h2{font-size: 30px !important;}
        /* main4 */
        .main4 .right>h5{
            padding-top: 25px;
        }    


    /* 子页通用样式 */
    .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{
        width: 100%;
        display: none;
    }

    .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 .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    .newlistmodle .c {
        width: 50%;
    }

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

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

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

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

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


    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: block;
    }

    .productinfomodle .right .leph {
        display: block;
    }
    .productinfomodle .show .show1 .swiper-pagination{
        bottom: -50px;
    }

    /* 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 */
    .modle404{background-size: unset;}

}

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

@media (min-width:992px) and (max-width:1200px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .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 .swiper img {
        /*height: 100%;*/
    }
    h2{font-size: 32px !important;}
    h3{font-size: 24px !important;}
    .main1 .m1m>div>.m1m2>div:nth-child(2)>div>div{
        bottom: -12px;
    }

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

    .productinfomain .content .left .cprev {
        top: 94%;
        left: 0;
    }
    #bg>img {
        height: 100%;
        object-fit: cover;
    }

    /* 子页通用样式 */
    .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{
        width: 100%;
        display: none;
    }

    .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 .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0 10PX;
    }
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>.plst>a>img {
        width: 100%;
    }

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

    /* productinfo */
    .productinfomodle .content .right>a{
        width: 50%;
    }
    .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 */
    .modle404{background-size: unset;}
}

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

@media (min-width:1200px) and (max-width:1600px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .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 .swiper img {
        /*height: 100%;*/
    }
    h2{
        font-size: 32px !important;
    }
    /* main1 */
    .main1 .m1m>div>.m1m2>div:nth-child(2)>div>div{
        bottom: -50px;
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

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


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

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

}
.nav2{margin-top:100px;}

.table_wrap table{overflow-x: auto;text-align: center;margin: 0 auto;width: 100%;border: 1px solid #000;}
.table_wrap table tr:nth-child(odd) {background-color: #e7f5ff;}
.table_wrap table td {border: 1px solid #ccc;text-align: center; padding: 10px;}
.yandex-form #form #submit {
    width: 100%;
    color: #fff;
    background-color: #dc251e!important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
#submit1 {
    width: 100%;
    color: #fff;
    background-color: #dc251e;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
a:hover{text-decoration:none!important;}

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

/**/
.header .utill{display:inline-block;position:relative;text-align: left;vertical-align: middle;margin-left: 30px;}
.header .utill .lang{
	display:inline-block; 
	color:#fff; 
	font-size:14px;
	font-weight:600;
	position: relative;
}
.header .utill .lang:hover{color:#fc0; text-decoration:none!important}
.header .lang-sub{
	position:absolute;
	top:18px;
	left:45px;
    padding-top: 9px;
    transform: translateX(-50%);
    width:100px;
    display:none;
	z-index:9999;
}
.header .lang-sub  .sub {
    border-radius: 6px;
    background-color: #fff;
	opacity:0.9;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.header .lang-sub .sub img{width:auto; padding-right:5px}
.lang-sub .sub a{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
    font-size:14px;
	color: #333333;
    transition: all .3s;
	letter-spacing:2px;
}
.lang-sub .sub a:hover{color:#231f20;text-decoration:none!important}