/* 解决页面左右溢出 */
html,
body {
    max-width: 100%;

    overflow-x: hidden;
}
.footershemei{
    margin-right: 10px;
}
.header .inner nav ul li .child {
    padding: 0px !important;
}

.header .inner nav ul li .child a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}

.childsheader .child2 {
    display: none;
    position: absolute;
    left: 100%;
    background-color: white;
    border-left: 2px solid red;
}

.childsheader {
    display: flex;
    flex-direction: column;
}

.childsheader a {
    height: 35px;
    line-height: 35px;
    font-family: Montserrat-l;
    font-weight: 600;
}

.childsheader a:hover {
    color: white !important;
    background-color: #e03e2d !important;
}

.newheadersearch {
    width: 250px;
    position: relative;
    height: 35px;
    border: 1px solid black;
    border-radius: 5px;
}

.newheadersearch .input {
    position: absolute;
    top: -35px;
}

.newheadersearch .input .inpt3 {
    font-family: Montserrat-l;
    height: 30px;
    width: 210px;
    border: none;
    padding-left: 10px;
    margin-left: 5px;
    outline: none;
}

@font-face {
    font-family: "Montserrat";
    src: url("/themes/template/static/fonts/Montserrat/Montserrat-SemiBold-9.otf");
}

@font-face {
    font-family: "Montserrat-l";
    src: url("/themes/template/static/fonts/Montserrat/Montserrat-Light-6.otf");
}

@font-face {
    font-family: "Montserrat-r";
    src: url("/themes/template/static/fonts/Montserrat/Montserrat-Regular-8.otf");
}

.header .inner nav ul li>a {
    font-family: Montserrat-l;
}

.reheader {
    width: 1440px;
    margin: 0 auto;
}
.hover1 .child2{
    top: 0px !important;
}
.hover2 .child2{
    top: 60px !important;
}
.hover3 .child2{
    top: 90px !important;
}
.xiayunlongpcheader {
    box-shadow: 0px 0px 32px 0px rgba(137, 137, 137, 0.24);
    width: 100%;
    position: fixed;
    background: #f3f3f3;
    padding-bottom: 40px;
    top: 101px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 99999;
    transition: all 1s;
}

.xiayunlongheader {
    width: 1280px;
    margin: 0 auto;
    display: flex;
}

.chanpingeshi {
    display: flex;
    flex-direction: column;
    margin-top: 46px;
    font-family: Montserrat-l;
    font-size: 15px;
}

.chanpingeshi2 {
    display: flex;
    margin-top: 76px;
}

.chanpingeshi p {
    width: 277px;
    height: 34px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #A3A3A3;
    margin-top: -17px;
    line-height: 20px;
    margin-bottom: 28px;
}

.chanpingeshi2 p {
    width: 194px;
    height: 54px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #A3A3A3;
    margin-top: -19px;
    line-height: 25px;
    margin-bottom: 50px;
}

.pcheaderxian {
    width: 1px;
    height: 80%;
    background: #999;
    margin-left: 96px;
    margin-right: 93px;
    margin-top: 35px;
}

.pcbiaotigeshi {
    width: 33%;
    height: 34px;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 300;
    color: #A3A3A3;
}

.pcbiaotigeshi a {
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: black;
}

.pcbiaotigeshi a:hover {
    color: #E51B24 !important;
}

.pcbiaotigeshi p {
    font-family: Montserrat-l;
    line-height: 20px;
    margin-top: -20px;
    width: 174px;
}

.pcbiaotigeshi2 {
    display: flex;
    flex-direction: column;
}

/*头部结束*/
.s-content {
    margin-top: 9%;
    max-width: 800px;
}

.swiper-pagination-bullet-active {
    background: #E51B24 !important;
    width: 23px !important;
    border-radius: 5px !important;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 1 !important;
}

.lunbobtn {
    display: block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid white;
}

.lunbobtn:hover {
    background: #E51B24;
    border: none;
}

.tongyongbtn2 {
    width: 240px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
    padding-top: 17px;
    padding-left: 31px;
}

.tongyongbtn2:hover {
    color: #E51B24;
}

.tongyongbtn {
    width: 192px;
    height: 55px;
    background: #E51B24;
    border-radius: 8px;
    display: block;
    font-size: 18px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 96px;
    padding-top: 16px;
    padding-left: 36px;
    cursor: pointer;
    transition: all 0.5s;
}

.tongyongtupian {
    width: 15px !important;
    height: 13px;
    margin-left: 21px;
    transition: all 0.5s;
}

.tongyongbtn:hover {
    color: white !important;
    width: 213px;
    background: #f02932;
}

.tongyongbtn:hover .tongyongtupian {
    margin-left: 31px;
}

/*主页*/
.layou {
    width: 1280px;
    margin: 0 auto;
}

.tongyong_titlegeshi {
    margin: 0 auto;
    text-align: center;
    margin-top: 147px;
}

.tongyong_red {
    font-size: 16px;
    font-family: Montserrat-l;
    font-weight: 400;
    color: #E51B24;
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 11px !important;
}

.tongyong_black {
    font-size: 38px;
    font-family: Montserrat;
    font-weight: 600;
    color: #000000;
    /*letter-spacing: -2px;*/
}

.tongyong_content {
    width: 940px;
    height: 39px;
    font-family: Montserrat-l;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    margin: 29px auto;
}

.diyi_box {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
    align-items: center;
}

.diyi_box_neirong p {
    font-size: 20px;
    font-family: Montserrat-l !important;
    font-weight: 300;
    color: #3B3B3B;
    min-height: 210px;
}

.diyi_box_lianjie {
    display: flex;
    flex-direction: column;
    margin-top: 33px;
}

.sanjiaozhengchang {
    display: block;
}

.sanjiaohover {
    display: none;
    transition: all 0.5s;
}

.layui-tab .layui-tab-title li {
    font-size: 20px !important;
}

.chumo1,
.chumo2 {
    font-size: 16px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #E51B24;
}

.chumo2 img {
    transition: all 0.5s;
}

.chumo1:hover,
.chumo2:hover {
    color: #E51B24;
}

.chumo1:hover .sanjiaohover {
    margin-left: 16px;
}

.chumo2:hover img {
    margin-left: 16px !important;
}

.chumo2:hover .sanjiaohover {
    margin-left: 16px;
}

.sanjiaozhengchang {
    width: 15px;
    height: 10px;
    margin-top: 6px;
    margin-left: 12px;
}

.sanjiaohover {
    width: 15px;
    height: 10px;
    margin-top: 6px;
    margin-left: 12px;
}

.diyi_fourbox {
    width: 295px;
    height: 150px;
    background: #F5F5F5;
    /*border: 1px solid #F5F5F5;*/
    border-radius: 10px;
}

.fiyi_box_content {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    justify-content: space-around;
    height: 310px;
    margin-top: 98px;
}

/*.diyi_fourbox:hover{*/
/*    border: 1px solid #E51B24;*/
/*}*/
/*.diyi_fourbox:hover .diyi_fourbox_title{*/
/*    color: #E51B24;*/
/*}*/
.xianshiimg {
    margin-top: 34px;
    margin-left: 32px;
    display: block;
}

.xianshiimg2 {
    margin-top: 34px;
    margin-left: 32px;
    display: none;
}

.diyi_fourbox_title {
    font-family: Montserrat-r;
    font-weight: 600;
    color: black;
    font-size: 35px;
    display: flex;
    margin-left: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.diyi_fourbox_title span {
    font-size: 35px;
    display: block;
    font-weight: bold;
    margin-left: 4px;
}

.diyi_title_c {
    font-size: 28px;
    margin-top: 7px;
    font-weight: 600;
}

.diyi_content {
    width: 220px;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    margin-left: 33px;
}

.layui-tab .layui-tab-title {
    text-align: center;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #E51B24 !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #E51B24 !important;
}

.tongyong_box_geshi {
    overflow: hidden;
    width: 625px;
    height: 201px;
    background: #F5F5F5;
}

.yong_box_title {
    font-size: 25px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
    margin-left: 33px;
}

.yong_box_content {
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
    margin-top: 27px;
    margin-left: 33px;
}

.xiayunlonggeshi {
    display: flex;
    justify-content: space-between;
}

.xiayunlonggeshi2 {
    height: 785px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chage_four_box {
    margin-top: 39px;
    display: flex;
    justify-content: space-between;
}

.chage_four_box_content {
    border: 1px solid #F5F5F5;
    width: 313px;
    height: 155px;
    background: #F5F5F5;
    border-radius: 10px;
}

.showimg,
.noshowimg {
    width: 35px;
    height: 35px;
    margin-top: 15px;
    margin-left: 34px;
}

.showimg {
    display: block;
}

.noshowimg {
    display: none;
}

/*.chage_four_box_content:hover{*/
/*    border: 1px solid #E51B24;*/
/*}*/
/*.chage_four_box_content:hover .chage_four_box_title{*/
/*    color: #E51B24;*/
/*}*/
.chage_four_box_title {
    font-size: 20px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
    margin-top: 15px;
    margin-left: 34px;
}

.chage_four_box_ctitle {
    width: 231px;
    height: 38px;
    font-size: 13px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #000000;
    margin-top: 15px;
    margin-left: 34px;
}

.chanpin_chage_right {
    width: 680px;
    height: 520px;
    background: #F5F5F5;
}

.chanpin_chage_geshi {
    margin-top: 39px;
    display: flex;
}

.xiayunlong_chage_type {
    margin-top: 63px;
    margin-left: 68px;
    font-size: 16px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #000000;
}

.xiayunlong_chage_cptitle {
    margin-top: 27px;
    margin-left: 68px;
    font-size: 25px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
}

.xiayunlong_chage_cocontent {
    margin-top: 27px;
    margin-left: 68px;
    width: 570px;
    height: 86px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 24px;
}

.xiayunlong_chage_cocontent2 {
    margin-top: 27px;
    margin-left: 68px;
    width: 531px;
    height: 38px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 24px;
}

.xiayunlong_chage_cpbtn {
    margin-top: 62px;
    margin-left: 68px;
}

.xiayunlong_chage_cocanshu {
    margin-top: 50px;
    margin-left: 68px;
    display: flex;
}

.titleofchgae {
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
}

.canshuofchgae {
    font-size: 20px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
}

.youshuxian {
    padding-right: 25px;
    border-right: 1px solid #A3A3A3;
}

.wangluoguanli_box {
    margin-top: 86px;
}

.ofthreebox_geshi {
    display: flex;
}

.geshi_ofthreebox_img1 {
    display: block;
}

.geshi_ofthreebox_img2 {
    display: none;
}

.geshi_ofthreebox_img2,
.geshi_ofthreebox_img1 {
    margin-bottom: 14px;
}

.geshi_ofthreebox_title {
    font-size: 20px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
}

.geshi_ofthreebox_content {
    width: 310px;
    height: 39px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 24px;
}

.geshi_ofthreebox {
    border-left: 2px solid #CDCDCD;
    padding-left: 20px;
    padding-right: 69px;
    height: 140px;
}

.index_forimg {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}

.index_lefttwoimg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index_toptwoimg {
    display: flex;
    justify-content: space-between;
}

.tongyong_imgforright {
    display: flex;
    justify-content: space-between;
}

.tongyong_imgforright_geshi {
    width: 568px;
    height: 400px;
    background: #F5F5F5;
}

.hei400px {
    width: 688px;
    height: 400px;
    object-fit: cover;
}

.tongyong_imgforright_geshi4 {
    height: 350px;
}

.tongyong_imgforright_geshi3 {
    height: 350px;
}

.xiayunlongnewxiugaiimggeshi {
    width: 688px;
    height: 350px;
}

.tongyong_imgforright_geshi2 {
    width: 568px;
    height: 450px;
    background: #F5F5F5;
}

.tongyong_imgforright_title {
    font-size: 25px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
    margin-top: 48px;
    margin-left: 33px;
    letter-spacing: -1px;
}

.tongyong_imgforright_content {
    width: 501px;
    height: 86px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
    margin-top: 33px;
    margin-left: 33px;
}

.tagesxiayunlong {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tongyong_top_margin {
    margin-top: 41px;
}

.tongyong_imgforright_btn {
    margin-top: 50px;
    margin-left: 33px;
}

.tongyong_time_geshi {
    display: flex;
    margin-left: 33px;
    margin-top: 37px;
    align-items: center;
}

.tongyong_time_geshi2 {
    margin-left: 23px;
    margin-top: 23px;
}

.tongyong_time_geshi_font {
    font-size: 16px;
    font-family: Montserrat-l;
    font-weight: 300;
}

.tanchu_box_geshi {
    height: 283px;
    margin-top: 77px;
    margin-bottom: 187px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.tanchu_box_geshi_title {
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 600;
    color: #FFFFFF;
}

.tanchu_box_geshi_title {
    width: 506px;
    /*height: 92px;*/
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 600;
    color: #FFFFFF;
    /*margin-bottom: 37px;*/
    letter-spacing: -2px;
}

.tanchu_box_geshi_content {
    font-size: 17px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #FFFFFF;
}

/*首页结束*/
.newfooter {
    width: 100%;
    height: 100%;
    background: #000000;
}

.bgfooterimg {
    background: url(/upload/image/20230717/5a52ff9406022f5d8605e23cb53977e6.png) 100% 100% no-repeat;
    border: 1px solid;
}

.bottomfooter {
    font-size: 15px;
    font-family: Montserrat-r;
    font-weight: 100;
    color: #FEFEFE;
    margin-bottom: 15px;
}

.bottomfooterofa {
    font-family: Montserrat-l;
    line-height: 36px;
    color: #A3A3A3;
}

.bottomfooterofa:hover {
    color: #E51B24;
    text-decoration: underline;
}

.bottomdaohang {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.keyword2 {
    width: 350px;
    height: 35px;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    color: white;
    background-color: #f0f8ff00;
    padding-left: 21px;
    font-family: Montserrat-l;
}

.ofsearch {
    margin-right: 32px;
}

.ofFollow {
    margin-right: 25px;
}

.shemeiimg1 {
    display: block;
    width: 40px;
    height: 40px;
}

.shemeiimg2 {
    display: none;
    width: 40px;
    height: 40px;
}

/*.footershemei{*/
/*    margin-right: 27px;*/
/*    position: relative;*/
/*    left: 62px;*/
/*}*/
.shemeigeshi_box {
    display: flex;
}

.bottom_foot_copyright {
    font-family: Montserrat-l;
    color: #A3A3A3;
    font-size: 16px;
}

.dis_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bottom_border_box {
    padding-bottom: 8px;
    /*margin-bottom: 25px;*/
}

.pcbottombanquan {
    margin-left: 220px;
}

#gudingbox {
    position: fixed;
    bottom: 35%;
    right: 20px;
    display: flex;
    z-index: 9999;
}

.gudingleft_box {
    display: block;
    width: 105px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 5px 0px 0px 5px;
    font-size: 16px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #3B3B3B;
    text-align: center;
    line-height: 42px;
}

.gudingleft_box2 {
    display: block;
    width: 42px;
    height: 42px;
    background: #E51B24;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
}

/*底部结束*/
/*内页banner*/
.neiyetitlegeshi {
    position: relative;
    top: -182px;
}

.yemei_geshioftitle {
    font-size: 16px;
    font-family: Montserrat-l;
    font-weight: 300;
    color: #FFFFFF;
}

.yemei_geshiocftitle {
    font-size: 40px;
    font-family: Montserrat-r;
    font-weight: 600;
    color: #FFFFFF;
}

/*supp*/
.geshi_of_fourbox {
    display: flex;
    justify-content: space-between;
}

.geshi_of_suppbox {
    width: 313px;
    height: 213px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.xiayunlongbottomxian {
    border-bottom: 1px solid #a3a3a333;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
}

.geshi_of_suppbox:hover {
    border: 1px solid #E51B24;
}

.geshi_of_suppbox:hover .geshi_suptitle {
    color: #E51B24;
}

.geshi_suptitle {
    font-size: 20px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: black;
}

.geshi_supimg1 {
    display: block;
    width: 70px;
    height: 70px;
}

.geshi_supimg2 {
    display: none;
    width: 70px;
    height: 70px;
}

.tanchu_box_geshi_content2 {
    width: 646px;
    height: 39px;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 300;
    color: #FFFFFF;
}

.three_geshi_ofimg {
    display: flex;
    margin-top: 78px;
    justify-content: space-between;
}

.maodianbox_geshi {
    display: flex;
    justify-content: space-around;
    height: 75px;
}

.maodianbox_font {
    font-size: 16px;
    font-family: Montserrat-r;
    font-weight: 300;
    color: #3B3B3B;
    display: block;
    line-height: 75px;
    padding-left: 10px;
    padding-right: 10px;
}
.maodianbox_font:hover{
    background-color: #E51B24;
    color: white !important;
}
.maodianbox {
    background: #FFFFFF;
    border-bottom: 1px solid #CDCDCD;
    width: 100%;
    display: flex;
    align-items: center;
}

.maodianbox a:hover {
    color: #E51B24;
}

.maodianbox_font:hover {
    border-bottom: 2px solid #E51B24 !important;
}

.chage_geshi_mar {
    margin-top: 77px;
}

.chage_geshi_mar2 {
    margin-top: 0px;
}

.juzhongtongyong {
    margin: 0 auto;
    margin-top: 79px;
}

.chanpingeshi3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.canshuofchgae2 {
    font-size: 20px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-top: 16px;
}

.tongyongleft_box {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #000000;
}

.neirongfont {
    font-size: 18px;
    font-family: Montserrat-l;
    font-weight: 400;
    color: #3B3B3B;
    border-bottom: 1px solid #CDCDCD;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.actxyl {
    color: #E51B24 !important;
}

.actxyl img {
    display: none !important;
}

.actxyl p img {
    display: block !important;
}

.neirongfont img {
    display: block;
    margin-right: 13px;
}

.neirongfont p img {
    display: none;
    margin-right: 13px;
}

.xixi {
    width: 20px;
    height: 20px;
}

.jiezhanbox {
    display: flex;
    margin-top: 39px;
}

.jiezhanbox_content_img {
    width: 348px;
    height: 354px;
}

.jiezhanbox_content_box {
    width: 621px;
    height: 353px;
    background: #F5F5F5;
}

.xiayunlongjiezhandingbu {
    margin-top: 85px;
}

.tongyong_imgforright_btn2 {
    margin-top: 10px;
    width: 305px;
}

.new2geshi_tongyong {
    display: flex;
    margin-top: 35px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.new2geshi_tongyong img {
    width: 100%;
}

.new2geshi_box {
    margin-right: 15px;
    display: block;
    width: 31%;
    height: 475px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.new2geshi_box_title {
    font-size: 20px;
    font-family: Montserrat-r;
    font-weight: 400;
    color: #1D262D;
    margin-top: 18px;
    margin-left: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    line-height: 25px !important;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.new2geshi_box_content {
    width: 263px;
    font-size: 15px;
    font-family: Montserrat-l;
    font-weight: 400;
    color: #374957;
    margin-top: 21px;
    margin-left: 23px;
}

.xiayunlongsogeshi {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xiayunlongrep {
    font-size: 25px !important;
    font-family: Montserrat-r !important;
    font-weight: 600 !important;
    color: black !important;
    margin-bottom: 35px;
}

.tongyong_imgforright_geshi2 {
    width: 615px;
    height: 100%;
    border: 1px dotted #bfbbbb;
    background: white;
    margin-top: 35px;
    border-radius: 50px;
}

.tongyong_imgforright_title2 {
    font-size: 18px;
    padding-right: 25px;
}

.sliudian {
    color: red;
    margin: 9px;
}

.soubottomimg {
    width: 1280px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.lianjiexiayun {
    color: #E51B24;
}

.lianjiexiayun .sanjiaozhengchang {
    display: none;
}

.lianjiexiayun .sanjiaohover {
    display: block !important;
}

.tongyong_cookie_box {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 35px;
    border-radius: 25px;
    background: #F5F5F5;
    font-family: 'Montserrat-l';
}

.ofthreebox_geshi2 {
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 70px;
}

.zhaopin_box {
    width: 100%;
    height: 175px;
    background: #F5F5F5;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 1px solid #F5F5F5;
    border-radius: 29px;
}

.zhaopin_box:hover {
    border: 1px solid #E51B24;
}

.zhaopin_box_title {
    margin-left: 35px;
    font-size: 25px;
    color: #E51B24;
    font-family: Montserrat-r;
}

.zhaopin_box_content {
    margin-left: 35px;
    font-size: 20px;
    font-family: Montserrat-l;
}

.lianxiwomen_box {
    display: flex;
    margin-top: 70px;
}

.lianxiwomen_content {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-right: 32px;
    margin-bottom: 40px;
    background: #F5F5F5;
    padding: 19px;
    border-radius: 10px;
}

.header .inner .index-search .content .inpt3 {
    font-family: Montserrat-l;
}

.header .inner .index-search .content .title {
    font-family: Montserrat-r;
}

.lianxibox1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Montserrat-r;
}

.lianxititle {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    font-family: Montserrat-r;
}

.lianxicontent {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Montserrat-l;
}

.xiayunlongzdyform {
    margin-top: 70px;
    margin-bottom: 70px;
}

#col-index-banner {
    margin-top: 100px;
}

.titleofbianji {
    font-family: Montserrat-l;
    font-weight: 300;
}

.titleofbianji2 {
    font-family: Montserrat;
    font-size: 60px !important;
}

/*.xiayunlonglunboheight{*/
/*height: 87vh !important;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right;*/
/*}*/
.xiayunlongydbox_neirong {
    width: 544px;
}

.diyiimggeshi {
    width: 625px;
    height: 563px;
}

.xiayunlongnewtop {
    margin-top: 100px;
    height: auto !important;
}

.xiayunlongsanjiao1 {
    display: block;
}

.xiayunlongsanjiao2 {
    display: none;
}

.tongyongbtn2 {
    display: flex;
}

.tongyong_imgforright_btn2:hover {
    width: 320px !important;
}

.soluxiugaigeshi {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
}

.soluxiugaigeshi2 {
    padding-bottom: 25px;
}

.soluxiugaigeshi_title {
    font-size: 25px;
    font-family: Montserrat-r;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.soluxiugaigeshi_top {
    margin-top: 25px;
}

.soluxiugaigeshi_top2 {
    margin-top: 10px;
}

.soluxiugaigeshi_dian {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #E51B24;
    margin-top: 4px;
    position: relative;
    left: -35px;
    top: 3px;
}

.soluxiugaigeshi_content {
    font-size: 17px;
    font-family: Montserrat-l;
    color: #000000;
    display: block;
}

.pddlefe25px {
    padding-left: 25px;
}

.hei400px1 {
    height: 600px;
}

.marleft0px {
    margin-left: 0px;
}

.marginbotm {
    margin-bottom: 0px;
}

.marginbotm2 {
    margin-bottom: 18px;
}

.cowh {
    color: white !important;
}

.xiayunlongydxianshi {
    display: none;
}

.xiayunlongnewchanpinho:hover .new2geshi_box_title {
    background-color: #E51B24;
}

.xiayunlongnewchanpinho:hover .new2geshi_box_title {
    color: white !important;
}

.newxiayunlongbiaoqianbox {
    border-top: 1px solid #c9c2c2;
    border-bottom: 1px solid #c9c2c2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.xiayunlong999 {
    display: flex;
    flex-wrap: wrap;
}

.biaoqianbox_title {
    font-size: 14px;
    font-family: Montserrat-l;
    padding: 3px 10px;
    background: #E51B24;
    color: white;
    margin-right: 6px;
    border-radius: 17px;
    word-wrap: break-word;
    word-break: break-all;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-top: 3px;
}

.marri25px {
    margin-right: 25px;
}

.xiayunlonggai2 {
    display: flex;
}

.xiayunlonggai3 {
    width: 170px;
    height: 35px;
    text-align: center;
    background-color: #F5F5F5;
    margin-right: 15px;
    color: #E51B24;
    line-height: 35px;
}

.xiayunlonggai3:hover {
    width: 170px;
    height: 35px;
    text-align: center;
    color: #F5F5F5;
    background-color: #E51B24;
    margin-right: 15px;
    line-height: 35px;
}

.xiayunlonggai5 {
    color: #666 !important;
}

.xiayunlonggai5:hover {
    color: #E51B24 !important;
}

.cengdiegeshi {
    width: 100%;
    height: 400px;
    background-color: #f6f6f675;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

.xiayunlongqiehuangeshi2 {
    display: none;
}
@media screen and (max-width: 1200px) {
    .newheadersearch{
        display: none;
    }
}
/* 响应式 */
@media screen and (max-width: 992px) {
    .new2geshi_box .imgcover{
        min-height: 385px;
    }
    .bottom_foot_copyright{
        font-size: 12px;
    }
    .jiezhanbox_content_img {
        width: auto;
        height: 335px;
    }

    .tongyong_black {
        font-size: 27px;
    }

    .entry {
        overflow-y: auto;
    }

    .lianxiwomen_box {
        display: flex;
        margin-top: 70px;
        width: 100% !important;
    }

    .marri25px {
        margin-right: 0px;
    }

    .biaoqianbox_title {
        line-height: 45px;
    }

    .detail-tabs .title {
        margin-bottom: 5px !important;
    }

    .product-view .swiper-button-next,
    .product-view .swiper-button-prev {
        background: none !important;
    }

    .product-view .product-image,
    .single_product_items {
        display: block !important;
        margin-bottom: 25px;
    }

    .xiayunlongydxianshi {
        display: block;
    }

    .xiayunlongimg34 {
        width: 100%;
    }

    .marginbotm3 {
        margin-bottom: 18px;
    }

    .imgtupian1 {
        margin-left: 0px;
    }

    .canshuofchgae2 {
        font-size: 18px;
    }

    .pddlefe25px {
        padding-left: 3px;
    }

    .pddlefe {
        padding-right: 5px;
    }

    .marle0px {
        margin-left: 3px;
    }

    .xiayunlong_chage_cocontent2 {
        margin-left: 19px;
        width: 100%;
    }

    .xiayunlonggeshi2 {
        height: 459px;
    }

    .martop25px {
        margin-top: 25px;
    }

    .new2geshi_tongyong {
        justify-content: center;
    }

    .matbo20 {
        margin-bottom: 0px;
    }

    .xiayunlongnewxiugaiimggeshi,
    .hei400px {
        width: 100%;
        height: auto;
    }

    .header.active .inner .flex,
    .header.cur .inner .flex {
        height: 80px !important;
        line-height: 80px !important;
    }

    #col-index-banner {
        margin-top: 80px;
    }

    .window_content {
        width: 100% !important;
    }

    /*.xiayunlonglunboheight{*/
    /*    height: 100vh;*/
    /*}*/
    .swiper-button-next,
    .swiper-button-prev {
        top: 85% !important;
    }

    .layou {
        width: 100% !important;
    }
    .col-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 38px !important;
        right: auto;
        top: 50% !important;
    }
    .col-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 38px !important;
        left: auto;
        top: 50% !important;
    }

    .xiayunlongydbox_neirong {
        width: 100%;
    }

    .wangluoguanli_box {
        margin-top: 35px;
    }

    .tongyong_titlegeshi {
        margin-bottom: 35px !important;
    }

    .diyi_box {
        flex-direction: column;
        margin-top: 35px !important;
    }

    .diyi_box_neirong p {
        padding: 15px;
    }

    .diyi_box_lianjie {
        width: 100%;
        padding-left: 15px;
    }

    .fiyi_box_content {
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 70px;
        flex-direction: row;
        align-items: center;
        flex-wrap: revert;
        justify-content: flex-start;
        flex-direction: column;
    }

    .diyi_fourbox {
        width: 47%;
        height: 184px;
        background: #F5F5F5;
        border-radius: 10px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .diyi_content {
        width: 100% !important;
    }

    .diyiimggeshi {
        width: 100%;
        height: 50%;
    }

    .xiayunlonggeshi {
        flex-direction: column;
    }

    .tongyong_box_geshi {
        width: 100%;
        padding: 2px;
        height: 210px;
    }

    .yong_box_title,
    .yong_box_content {
        margin-left: 8px;
    }

    .chumo2 {
        margin-left: 27px;
    }

    .xiayunlongimg_ges {
        width: 100%;
    }

    .xiayunlonggeshi2 {
        justify-content: center;
    }

    .chage_four_box {
        margin-top: 39px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        overflow-y: auto;
    }

    .chage_four_box_content {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        width: 160px;
        padding-right: 25px;
        height: 185px;
    }

    .chage_four_box_ctitle {
        width: 125px;
        margin-left: 22px;
    }

    .chage_four_box_title {
        font-size: 15px;
        margin-left: 22px;
    }

    .chanpin_chage_geshi {
        flex-direction: column;
    }

    .chanpin_chage_right {
        width: 100%;
    }

    .xiayunlong_chage_cocanshu {
        margin-left: 8px;
    }

    .xiayunlong_chage_type,
    .xiayunlong_chage_cptitle,
    .xiayunlong_chage_cocontent,
    .xiayunlong_chage_cpbtn {
        margin-left: 20px;
    }

    .xiayunlong_chage_cocontent {
        width: 100%;
    }

    .xiayunlong_chage_cocanshu {
        margin-top: 120px;
    }

    .xiayunlong_chage_cocontent {
        padding-right: 15px;
    }

    .chanpin_chage_right {
        height: 600px;
    }

    .ofthreebox_geshi {
        overflow-y: auto;
    }

    .xiuzheng {
        display: none !important;
        align-items: center !important;
    }

    .geshi_ofthreebox {
        margin-bottom: 30px;
        margin-left: 15px;
    }

    .index_forimg {
        flex-direction: column;
    }

    .tongyong_imgforright {
        flex-direction: column;
    }

    .chumomogui {
        margin-left: 0px;
    }

    .tongyong_imgforright_geshi {
        width: 100%;
    }

    .tongyong_imgforright_title {
        margin-left: 12px;
    }

    .tongyong_imgforright_content {
        margin-left: 12px;
        width: 100%;
        padding-right: 20px;
    }

    .tongyong_imgforright_btn {
        margin-left: 12px;
        margin-top: 48px;
    }

    .tongyong_time_geshi {
        margin-left: 12px;
    }

    .tanchu_box_geshi {
        height: 283px;
        margin-top: 77px;
        margin-bottom: 148px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        width: 100%;
    }

    .tanchu_box_geshi_title {
        width: 100%;
        height: 55px;
        font-size: 34px;
        font-family: Montserrat;
        font-weight: 600;
        color: #FFFFFF;
    }

    .tanchu_box_geshi_content {
        padding-left: 12px;
        margin-top: 60px;
    }

    .bottomdaohang {
        flex-direction: column;
    }

    .bottomdaohang .xiayunlongdivgeshi {
        padding: 15px;
    }

    .xiayunlonggeshiin {
        flex-direction: column;
    }

    .bottom_border_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .xiayunlonggeshiinin {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-left: 0px;
    }

    .xiayunlongnewtop {
        margin-top: 0px;
    }

    .xiayunlongbottomxian {
        border-bottom: 1px solid #a3a3a333;
        width: 87%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 6px;
        flex-direction: column;
        align-items: center;
    }

    .bottom_foot_copyright {
        text-align: center;
        .xiayunlonggeshiinin
    }

    .pd9px {
        padding: 9px;
    }

    .w544px {
        width: 100% !important;
    }

    #map {
        height: 500px;
        width: 100% !important;
    }

    .lianxiwomen_box {
        display: flex;
        margin-top: 70px;
        flex-direction: row;
        width: 100%;
        overflow-y: auto;
        padding-bottom: 29px;
    }

    .lianxiwomen_content {
        display: flex;
        width: 90%;
        margin-right: 18px;
        margin-bottom: -14px;
        padding: 25px;
        border-radius: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .jiezhanbox {
        flex-direction: column;
    }

    .jiezhanbox_content_box {
        width: 100%;
        height: 400px;
        background: #F5F5F5;
    }

    .xiayunlongzitigeshi3 {
        position: absolute;
        left: 48px;
    }

    .top500px {
        top: 480px;
    }

    .thisimgtitme {
        display: flex;
        margin-top: 37px;
        align-items: flex-start;
        flex-direction: column;
                flex-wrap: wrap;
    }

    .timepdnew {
        margin-top: 18px;
        margin-left: 0px !important;
    }

    .new2geshi_tongyong {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: 35px !important;
        justify-content: space-around !important;
        flex-direction: row;
        align-items: center;
    }

    .new2geshi_box {
        margin-right: 0px;
        width: 170px;
        height: 230px !important;
    }

    .new2geshi_box img {
        height: 150px !important;
    }

    .geshi_of_fourbox {
        margin-top: 0px !important;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        overflow: auto;
        padding-bottom: 15px;
    }

    .geshi_of_suppbox {
        margin-right: 25px;
    }

    .newsupporttime {
        margin-top: 25px;
    }

    .tongyong_content {
        width: 100%;
    }

    .three_geshi_ofimg {
        flex-direction: column;
    }

    .tanchu_box_geshi_content2 {
        width: 100%;
    }

    .tanchu_box_geshi {
        padding: 15px;
        margin-bottom: 0px !important;
    }

    .tongyongbtn2 {
        margin-top: 50px;
        padding-top: 13px;
    }

    .tongyongbtn111 {
        margin-top: 30px;
        padding-top: 7px;
    }

    .maodianbox {
        display: none;
    }

    .xiayunlongfanxiang {
        flex-direction: column-reverse !important;
    }

    .xiayunlongjuzhong {
        text-align: center;
    }

    .xiugaiydleft {
        margin-left: 8px;
    }

    .tongyongzhuanlunwang {
        overflow-y: auto;
        padding-bottom: 15px;
    }

    .xiayunkonggai5 {
        padding: 25px;
        margin-left: 15px;
    }

    .xiayunkonggai6 {
        margin-top: 5px;
        font-size: 15px;
        text-align: center;
        width: 90px;
    }

    .xiugai8 {
        height: 460px;
    }

    .xiayunlongqiehuangeshi {
        display: none;
    }

    .xiayunlongqiehuangeshi2 {
        display: block;
    }

    .yidonganijuli {
        margin-top: 15px;
    }

    .yidongdibujul {
        margin-bottom: 0px;
    }

    .xiayunlongpadding {
        padding: 10px !important;
    }

    .marginbottom43px {
        margin-bottom: 0px !important;
    }

    .marginbottom0px {
        margin-bottom: 0px;
    }

    .xiayunlonggaiwushu {
        align-items: center;
    }

    .xiayunloggaiwushu1 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .topmargin {
        margin-top: 20px;
    }

    .xiayunlogniubyds {
        position: relative;
        height: 50vh !important;
    }

    .titleofbianji {
        font-size: 15px !important;
    }

    .titleofbianji2 {
        font-size: 25px !important;
    }

    .tongyong_titlegeshi {
        margin-top: 40px !important;
    }

    .imgsupp {
        width: 188px;
        height: 333px;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 15px;
    }

    .xiayunlonggai123 {
        flex-direction: row !important;
        overflow-y: auto;
    }

    .xiayunlonggai989 {
        width: 120px;
    }

    .xiugai21 {
        padding: 4px !important;
    }

    .xiugai20 {
        padding: 4px !important;
        padding-left: 15px !important;
    }

    .xiugaixiayunlong99 {
        align-items: flex-start !important;
    }

    .top8px {
        margin-top: 8px !important;
        width: 10px !important;
        padding-right: 2px !important;
    }

    .toppr2px {
        padding-right: 0px !important;
        width: 10px !important;
    }

    .xiayunlongxiugai987 {
        width: 100% !important;
        float: unset !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-top: -30px;
        height: 60px;
        overflow: hidden;
        position: relative;
        transition: all 0.5s;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .neirongfont {
        justify-content: center;
    }

    .shoujiduanbtn {
        width: 159px;
        height: 46px;
        padding-left: 11px;
        padding-top: 11px;
        margin-top: 50px;
    }

    .lihe53px {
        line-height: 0px !important;
    }

    .margin-bottom30 {
        margin-bottom: 30px !important;
    }

    .diyi_fourbox_title span {
        font-size: 23px;
        display: block;
        font-weight: bold;
        position: absolute;
        left: 34%;
    }

    .diyi_fourbox_title {
        display: flex;
        flex-direction: column;
    }
    .newheadersearch{
       display: none; 
    }
    .bannerimg{
        height: 100% !important;
        min-height: 180px;
    }
}

.margin-bottom30 {
    margin-bottom: 0px;
}

.lihe53px {
    line-height: 38px;
}

.xiayunlongxiugai88 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.topmargin {
    margin-top: 70px;
}

.xiayunloggaiwushu1 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.marginbottom43px {
    margin-bottom: 43px;
}

.xiayunlongpadding {
    padding: 55px;
}

.w544px {
    width: 544px;
}

@media screen and (max-width: 1500px) {
    .reheader{
        width: 1300px;
    }
    .header .inner nav ul li{
        margin-right: 15px;
    }
    .header .inner nav ul li>a{
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 5% !important;
        left: auto;
        top: 10%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        right: 15% !important;
        left: auto;
        top: 10%;
    }
}
@media screen and (max-width: 1350px) {
    .newheadersearch{
        width: 150px;
    }
    .newheadersearch .input .inpt3{
        width: 115px;
    }
    .reheader{
        width: 1180px;
    }
    .header .inner nav ul li{
        margin-right: 10px;
    }
}
.xiayunlongdivgeshi{
    width: 30%;
}
.newbannerpage{
    margin-top: 100px;
    margin-bottom: 50px;
}
.newbannerpage img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.newbannerpage .curms{
    width: 100%;
    height: 40px;
    background-color: black;
}
.curmsgs{
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    font-family: 'Montserrat-l';
}
.curmsgs a{
    display: block;
    color: white;
    font-size: 22px;
    font-family: 'Montserrat-l';
}
@media screen and (max-width: 992px){
    .mm-searchfield .newheadersearch{
        display: block !important;
        width: 95%;
        margin: 5px auto !important;
        position: relative;
    }
    .mm-searchfield .newheadersearch .input{
        top: 0px;
        width: 100%;
        
    }
    .mm-searchfield .newheadersearch .input .inpt3{
        width: 100%;
        margin: 0px;
    }
    .mm-searchfield .newheadersearch .search-btn{
        position: absolute;
        top: 22%;
        right: 4%;
        z-index: 999;
    }
    #gudingbox{
        display: none;
    }
    .newfooter .layou{
        zoom: 1 !important;
    }
    .bottomdaohang{
        margin-bottom: 40px;
        border-bottom: 1px solid #333;
    }
    .xiayunlonggeshiin.lihe53px.margin-bottom30{
        flex-direction: row !important;
        align-items: center !important;
        padding-left: 0px !important;
    }
    .xiayunlonggeshiin{
        flex-direction: row;
        margin-bottom: 0px !important;
    }
    .xiayunlonggeshiin.lihe53px.margin-bottom30  .bottomfooter{
        margin-bottom: 0px !important;
    }
    .xiayunlongdivgeshi{
        width: 100% !important;
    }
    .curmsgs a{
        text-align: center;
    }
    .newbannerpage{
        margin-top: 0px;
    }
    .curmsgs{
        padding-left: 15px;
        flex-wrap: wrap;
    }
    .newbannerpage .curms{
        height: fit-content !important;
    }
    .newbannerpage .curms .layou{
        flex-direction: row;
        zoom: 1;
    }
}