﻿textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, 
input[type="date"]:focus, input[type="month"]:focuscus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{box-shadow: none;}
a.tabs {
    padding: 0 1.8%;
}

/* CSS Document */
:root{
	--main_color:#e60012;
  --main-bg-color:#e60012;       /* 主色 */   /* 辅色 */
}

input::-webkit-input-placeholder {
    color: #fff; /* 针对Chrome, Safari, Opera等WebKit内核浏览器 */
}
input::-moz-placeholder {
    color: #fff; /* 针对Firefox浏览器 */
}
input:-ms-input-placeholder {
    color: #fff; /* 针对Internet Explorer 10+ */
}
input::placeholder {
    color: #fff; /* 针对现代浏览器，包括Chrome, Firefox, Safari, Edge等 */
}

.product-list > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
}

/*返回顶部*/
.back_top{ position: fixed; right: 24px; bottom: 126px; width: 64px; height: 64px; color: #fff; border-radius:50px; background-color: var(--main_color); text-align:Center; cursor: pointer;z-index: 9;}
.back_top img{ width: 40px; display: block; margin:0 auto 5px auto; padding-top:10px;}
.back_top p{ font-size: 14px;}

.container-fluid {position: relative;overflow: hidden;}
.t_left_center{ display: flex; flex-direction: column; justify-content: center;}
.flex_start{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
.flex_space{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.t_center{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.width_1600{ width:1600px; margin:0 auto;}
.container-fluid{overflow:hidden;}
/*内页大图*/
.fixed_img img {width: 100vw;}
.fixed_img{ width:100%; position:relative; overflow:hidden;}
.fixed_img .txt{ position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; background: rgba(230,0,19,0.2);}
.fixed_img .txt h2{line-height: 2;font-family:'alimama';color:#fff;font-size: 4vw;}
.fixed_img .txt h5{ font-size:2vw; line-height: 3rem; font-weight:600; color:#fff;  text-transform: uppercase;}
.txt .main_a {text-align: center;}
.timeline-img.pic_lc {background: var(--main_color);}
.timeline-content { box-shadow: 0 3px 0 var(--main_color);}
.picture1 .picture1-cont{margin:0 auto;width:auto;}
.picture1 .picture1-cont > ul li a img {height: auto;}
.picture1 .picture1-cont > ul a {border: 1px solid #999;}
/* 导航 */
#mould86072{ width:100%; position:relative; top:0; left:0; background:#fff!important; z-index:99; transition:1s; box-shadow: 0 0 10px rgb(0 0 0 / 20%);height:100px;}
.navbars41{width: 1800px;height: 100px;position: absolute;right: 0;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;}
.navbars41 .logo{/* float:left; */width: 300px;line-height: 100px;margin-right:4%;height: 100%;displaylay: table;/* padding-left:2%; */}
.navbars41 .logo a{ display: table-cell; vertical-align: middle;}
.navbars41 ul{float:right;display: table;height:100%;margin-right: 1%;}
.navbars41 li{ display: table-cell; vertical-align: middle; position:relative;}
.navbars41 li>a{padding: 0 30px;font-size:18px;transition:.5s;/* font-weight:bold; */}
.navbars41 li>a:hover{ color:var(--main_color);}
.navbars41 li.active a{ color:var(--main_color);}
.navbars41 .tab{display: block;align-items: center;justify-content: center;}
.dropdown {
            position: relative;
            display: inline-block;
            /* display: flex; */
            text-align: center;    padding: 0 1.5%;
        }
        
        .tab {
            width: 26px;height: 26px;
  background: url(/images/diqiu.gif) var(--main-bg-color) no-repeat center center;-webkit-border-radius: 100%;background-size: cover;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 94px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            top: 35px;
            left: -8%;;
            border-radius: 10px;
        }
        
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            
        }
.dropdown-content a:nth-child(1){border-bottom: 1px solid #e5e5e5;}
        .dropdown-content a:hover {
            color:var(--main_color);
        }
        
        .show {
            display: block;
        }
.navbars41 .phone_a{float:right;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding: 0 36px;}
.navbars41 .phone_a p{ background:url(/images/phone.png) no-repeat left center; padding-left:30px; font-size:24px; font-weight:bold; font-family:arial; line-height:100px;}

.navbars41 .btngsearch{float:right;width:85px;height:100px;line-height:100px;background:var(--main_color) url(/images/search.png) no-repeat center;}
#searchBox{ position:fixed; top:100px; left:0; width:100%; background:rgba(0,0,0,0.2); z-index:99;}
#searchBox div{ width:1200px; padding:30px 0; position:relative; margin:0 auto;}
#searchBox input{width: 100%;height: 60px;line-height: 60px;background: #f5f5f5;font-size: 16px;transition:.5s;box-shadow:none;border: 2px solid var(--main_color);padding: 0 20px;box-sizing:border-box;margin-bottom:0;}
#searchBox a{ background:var(--main_color) url(/images/search.png) no-repeat center; width:80px; height:60px; display:block; position:absolute; right:0; top:30px;}

.navbars41 li .hide1{ width:170px; position:absolute; top:80px; left:50%; transform:translateX(-50%); background: #fff; padding:10px; box-sizing:border-box; border-radius:5px; display:none;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);z-index:999;}
.navbars41 li:hover .hide1{ display:block; text-align:center;}
.navbars41 li .hide1 a{ display:block; padding:0 20px;}
.navbars41 li:hover .hide1 a{ background: none; border-radius:inherit; color:#333; line-height:44px; font-size:18px;}
.navbars41 li:hover .hide1 a:hover{ background: var(--main_color); border-radius:5px; color:#fff;}




/* 关于我们 */
.guanyu.width_1600 {display: flex;padding: 1% 0 0 0; align-items: center;margin-bottom: 5%; flex-direction: column;}
.gyl {flex: 1.5;    margin-bottom: 2%;}
.gyl img {width: 100%;}
.gyr {flex: 1;padding-left: 3%;}
.gyr h4 {font-size: 32px;font-weight: bold;line-height: 1.5;text-align: center;}
.gyr h4 span {color: #d80c18;}
.gyr h2 {font-size: 24px;justify-content: center;font-weight: bold;line-height: 1.5;display: flex;align-items: flex-end;flex-direction: row;margin-bottom: 2%;}

.gyr h2 span {font-size: 14px;font-weight: normal;width: 30px;height: 30px;text-align: center;background: #d80c18;color: #fff;border-radius: 50%;align-content: center;justify-content: center;align-items: center;display: flex;}
.gyr p {font-size: 16px;line-height: 2;text-indent: 2rem;}

/* 企业文化 */
.wenhua{display: flex;    margin: 2% auto 5%;}
.wen {background: url(/images/wh.png) no-repeat center;flex: 1;background-size: contain;padding: 6% 0%;display: flex;flex-direction: column;align-items: center;}
.wen img {width: 50%;}
.wens h2 {font-size: 1.5vw;font-weight: bold;text-align: center;line-height: 3;}
.wens p{font-size: 14px;
    width: 80%;
    text-align: center;
    margin: 0 auto;}

/* 荣誉 */
.mendian {background: #fff;padding: 1.5% 0 3%;position:relative;}
.mendians .TitHead h2 {margin-bottom: 2%;}
.TitHead h2:before {width: 60px;height: 4px;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;background: var(--main_color);}
.TitHead h2 {text-align: center;font-size: 2vw;font-weight: bold;color: #000;margin-bottom: 1vw;position: relative;padding-bottom: 1%;}
.TitHead .desc {padding: 0 0 0 1.82vw;}
.TitHead .desc {color: #142233;}
.mendian .swiper-slide a {display: flex;flex-direction: column;align-items: center;}
.mendian .swiper-slide img {position: relative;}
.mendian .swiper-slide h5{position: absolute;bottom: 0;line-height: 3;background: var(--main_color);color: #fff;width: 100%;text-align: center;font-size: 14px;}
.mendian .swiper-container {position: unset;}

.mendian .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--main_color);}
.mendian .swiper-container-horizontal>.swiper-pagination-progressbar {width: 70%;height: 4px;left: 15%;top: 74%;}
.mendian .new-i-more {margin: 4% auto 0;}
.new-i-more {display: flex;align-items: center;width: -moz-max-content;width: max-content;}
.new-i-more.border .text {line-height: 50px;border: 1px solid var(--main_color);background: unset;color: #000;}
.new-i-more .text {width: clamp(68.2666666667px,6.6666666667vw,128px);display: flex;align-items: center;justify-content: center;border-radius: 99px;font-size: clamp(0.75rem,0.6071428571rem + 0.2232142857vw,0.875rem);font-weight: bold;transition: .3s;}
.new-i-more.border .arrow {background: var(--main_color);color: #fff;border-radius: 50%;display: flex;align-items: center;overflow: hidden;transition: .3s;justify-content: center;}
.new-i-more .arrow .fa {width: 50px;height: 50px;background:url(/images/jiantou.png) no-repeat center;}
.new-i-more:hover .text{background:var(--main_color);color:#fff;}
.new-i-more:hover .fa{transform: rotate(45deg);}
.lxb {background:  var(--main_color);display: flex;justify-content: space-between;align-items: center;border-radius:50px;overflow: hidden;    margin-bottom: 4%;}
.lxb .mian {width: 25%;}
.ewm {display: grid;grid-template-columns: repeat(2, 1fr); /* 两列等宽 */gap: 10px; /* 单元格间距 */margin: 0 auto;}
.ewm div {text-align: center;display: flex;flex-direction: column;align-items: center;color:#fff;}
.lxb  .onei{padding:1%;}
.lxb img.onei{border-radius:50px;}
.ewm a img {width: 70%;    margin-bottom: 4%;}

/* 加盟优势 */
.join_c{ background:url(/images/join/jm_bg2.jpg) no-repeat center top; background-size:cover; padding:1.5rem 0 1rem; overflow:hidden;    margin-top: 4%;}
.join_c .main_a{ margin: auto; max-width: 1600px; position:relative;}
.join_c .swiper-slide{width:1600px;}
.tabs1{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;padding-top: 2%;
}

.tabs1 a {
    padding: 3% 7%;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}
.tabs1 a.active{background:  var(--main_color);color:#fff;border: 1px solid var(--main_color);}
.tabs1 a:hover{color:#333;}
.tabs1 a.active:hover{color:#fff;}
#tabs-container1 li {
    display: flex;
    justify-content: space-between;
}

#tabs-container1 img {
    flex: 1;
    background: #666;
}

div#tabs-container1 {
    padding-top: 3%;
}

#tabs-container1 li .box1 {
    display: flex;
    flex-direction: column;
    padding: 7% 5%;
    flex: 1;background: url(/images/box2.jpg) no-repeat center center;background-size: cover;
}

#tabs-container1 .box1 h2 {padding-bottom: 3%;
    font-size: 2vw;color:#fff;
}
#tabs-container1 .box1 p {
    font-size: 18px;
    line-height: 1.75;color:#fff;
}

#tabs-container1 .box1 h1 {
    font-size: 4vw;
    margin-top: 14%;
    padding-left: 9%;
    font-weight: bold;
    color: #e72523; /* 文字颜色 */
    text-shadow: 
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
    letter-spacing: 7px;
}



/* liucheng */
#box-5{background: url(/images/box5.jpg) no-repeat center center;background-size: cover;padding:120px 0 50px 0;margin-top: 5%;}
#box-5 .TitHead h2 {color:#fff;}
#box-5 .block01{border-bottom: 1px solid rgba(255,255,255,0.2);}
#box-5 .box1{position: relative;overflow: hidden;}
#box-5 .box1 ul{align-items: flex-end;display: flex;justify-content: space-between;}
#box-5 .box1 li{padding: 60px 0 340px 0;position: relative;}
#box-5 .box1 li:nth-child(2n){padding-bottom: 155px;}
#box-5 .box1 li::after{content: '';width: 1px;height: 70%;background: rgba(255,255,255,0.2);display: block;position: absolute;left: 50%;top: 43%;}
#box-5 .box1 li:nth-child(2n)::after{top: 63%;}
#box-5 .box1 li>div{width: 9.5vw;height: 9.5vw;border-radius: 50%;position: relative;margin: auto;border: 1px solid #fff;transition: 0.5s;max-width: 144px;max-height:144px;}
#box-5 .box1 li>div::after{content: '';width: 100%;height: 100%;background: url(../img/hzjm_box5_yw.png) no-repeat center center;background-size: cover;position: absolute;left: 0%;top: 0%;transform: scale(1.4);opacity: 0;transition: 0.5s;}
#box-5 .box1 li .box{text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;overflow: hidden;width: 100%;height: 100%;border-radius: 50%;position: relative;}
#box-5 .box1 li .content{width: 100%;}
#box-5 .box1 li .content .img{width: 26%;margin: auto;}
#box-5 .box1 li .content .title{font-size: 20px;color: #fff;padding: 5px 10px 10px 10px;}
#box-5 .box1 li .number{position: absolute;bottom: 0;width: 5vw;height:5vw;background: var(--main_color);border-radius: 50%;bottom: -3.5vw;padding: 5px;font-size: 18px;color: #fff;line-height: 1.1;}

#box-5 .box1 li.active>div::after{opacity: 1;}
#box-5 .box1 li.active>div{background: #C60019;border: none;}
#box-5 .box1 li.active .number{color: #C60019;}
#box-5 .swiper-pagination {padding-top: 40px;}




/* 支持 */
.study_a.pinlei.width_1200 {margin-top: 5%;}
.dingwei1 li:hover h2{ color:#fff;}
.dingwei1 li:hover p{ color:#fff;}
.dingwei1 li:hover h2:after{ background:#fff;}
.dingwei1{ margin-top:30px;}
.dingwei1 li{ width:32%; float:left; margin:0% 2% 2% 0; background:#fff7ee; padding:40px 30px 30px 30px; box-sizing:border-box; color:#fff;border-radius:10px;}
.dingwei1 li:hover{ background:var(--main_color);}
.dingwei1 li:nth-child(3){ margin-right:0;}
.dingwei1 li h2{font-size: 24px;font-weight:bold;line-height: 30px;text-align:center;position:relative;padding-bottom:30px;margin-bottom:30px;color: var(--main_color);}
.dingwei1 li h2:after{ content:""; width:60px; height:2px; background:var(--main_color); position:absolute; bottom:0; margin-left:-30px; left:50%;}
.dingwei1 li p{l;line-height: 26px;color:#333;}


/* 人才理念 */
.st_fadeUp.is-inview {-webkit-transform: translateY(0px);opacity: 1;margin-top: 2%;}
.singePage.st_fadeUp.is-inview {padding: 3%;border: 1px solid var(--main_color);border-radius: 30px;height: auto;}
.singePage p {margin-bottom: 15px;line-height: 2;font-size: 14px;padding-right: 10px;text-indent: 2em;}
.rczp{padding-top:4%;}
.rcln_box{margin-bottom:2%;width: 100%;display: flex;position: relative;justify-content: space-between;align-items: center;}
.rcln_box .left{width: 45%;}
.gz_name {text-align:center;font-size: 2vw;font-weight: bold;color: #000;margin-bottom: 1vw;position: relative;line-height: 2;}
.gz_name:before{width: 60px;height: 4px;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;background:  var(--main_color);}
.rc_icons{width: 45%;position: relative;}
.rc_icons ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.rc_icons ul li{width: 30%;position: relative;margin-right: 5%;margin-bottom: 3vw;}
.rc_icons ul li:nth-child(even){-webkit-transition: all 1s ease 0.4s;}
.rc_icons ul li:nth-child(3n){-webkit-transition: all 1s ease 0.5s;}
.rc_icons ul li:nth-child(n+4){margin-bottom: 0px;}
.rc_icons ul li:nth-child(3n){margin-right: 0%;}
.rc_icons ul li .icon{width: 40px;height: auto;position: relative;background: var(--main_color);border-radius: 50%;margin: 0px auto;padding: 27px;}
.rc_icons ul li .icon:before{width: 122px!important;height: 122px!important;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);content: '';background: url(/images/icon_huan.png);}
.rc_icons ul li p{text-align: center;display: block;position: relative;margin-top: 25px;font-size: 18px;color:var(--main_color);}
.rcln_box .left .name{font-size: 24px;margin-bottom: 10px;}
/*招聘页*/
.zhaopin_list{ width:80%; margin: auto; min-height:600px;    margin-top: 4%;}
.zhaopin_a .left{ width:70%; float:left;}
.zhaopin_a .left .zhaopin_column{ background: var(--main_color); color:#fff; padding:0 24px; box-sizing:border-box; border-radius:4px; margin-bottom:1px;}
.zhaopin_a .left .zhaopin_column span{ display:inline-block; line-height:80px;}
.zhaopin_a .left .zhaopin_column span:nth-child(-n+2){ width:24%;}
.zhaopin_a .left .zhaopin_column span:nth-child(3){ width:20%;}
.zhaopin_a .left .zhaopin_column span:nth-child(4){ width:32%;}
.zhaopin_a .left li{ border-bottom:1px solid #e5e5e5;}
.zhaopin_a .left li .title{ padding:0 24px; box-sizing:border-box;}
.zhaopin_a .left li .title span{ line-height:72px; float: left;}
.zhaopin_a .left li .title span:nth-child(-n+2){ width:24%;}
.zhaopin_a .left li .title span:nth-child(3){ width:20%;}
.zhaopin_a .left li .title span:nth-child(4){ width:30%;}
.zhaopin_a .left li .title em{ float:left; width:2%; width:14px; height:14px; background-position:center; background-image: url(/images/ico2.png); margin-top:33px;}
.zhaopin_a .left li .title.active{ background: var(--main_color); color:#fff;}
.zhaopin_a .left li .requirement{ padding:24px; box-sizing:border-box; display:none; border:2px solid var(--main_color); box-sizing:border-box;}
.zhaopin_a .left li .requirement h2{ font-size:18px; font-weight:bold;}
.zhaopin_a .left li .requirement p{ line-height:30px;}

.zhaopin_a .right{ width:27%; float:right;}
.zhaopin_a .right .img_boxs{ background:url(/images/zhaopin.jpg) no-repeat; background-size: cover; color:#fff; padding:40px 36px 80px 36px; box-sizing:border-box; border-radius:6px;}
.zhaopin_a .right .img_boxs span{ font-size:24px; letter-spacing: 2px;}
.zhaopin_a .right .img_boxs h2{ font-size:24px; font-weight:bold; line-height:40px; margin:12px 0;}
.zhaopin_a .right .img_boxs p{ line-height:18px;}
.zhaopin_a .right .img_boxs a{ border:1px solid #fff; width:128px; line-height:40px; display:inline-block; color:#fff; text-align:Center; margin-top:20px;}
.zhaopin_a .right .img_boxs a:hover{ color:var(--main_color); background:#fff;}
.zhaopin_a .right .text_boxs{ background:#f2f2f2; color:#333; border-radius:6px; margin-top:20px; padding:36px;}
.zhaopin_a .right .text_boxs h2{ font-size:24px; margin-bottom:10px;}
.zhaopin_a .right .text_boxs p{ line-height:30px;}


/*简历*/
.resume{ margin-bottom:64px; width:1080px;    margin-top: 4%;}
.resume textarea{ width:100%; padding:20px; box-sizing:border-box;}
.resume .resume_submit{ margin-top: 30px; height:48px; line-height:48px; border-radius:6px;}
.resume .resume_submit:hover{ background:var(--main_color);}

/*联系*/
.lianxi {width: 1500px;margin: 5% auto 0;display: flex;align-items: center;padding: 5% 0;background: #fff7ee;justify-content: space-around;border-radius:50px;}
.lxl h1 {font-size: 76px;font-weight: bold;line-height: 1.5;background: url(/images/bj.png) no-repeat top right;margin-right: -14%;}
.lxl p {font-size: 20px;font-weight: 500;}
.lxr {flex: 1;display: flex;flex-direction: column;max-width: 1060px;}
.lxr h3 {font-size: 36px;line-height: 3;}
.lxr ul {display: flex;justify-content: space-between;}
.lxr ul li img {margin-bottom: 7%;}
.lxr ul li p {margin-bottom: 4%;font-size: 18px;}
.lxr ul li p a:hover{color:var(--main_color);}
.lxr ul li strong {font-size: 26px;color:var(--main_color);}
#box-6{width: 100%;height: auto;padding: 100px 0 100px 0;background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;}
#box-6{padding-top: 3%;padding-bottom: 80px;}
#box-6 .ny_bt .ftitle {font-size: 24px;}
#box-6 .box1{margin-top: 55px;border: 1px solid rgba(0,0,0,0.1);border-radius: 50px;padding: 100px 75px 80px 75px;}
#box-6 ul{display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none;display: flex;flex-wrap: wrap;margin: 0 auto;padding: 0;list-style: none;margin: 0 -35px;display: flex;flex-wrap: wrap;}
#box-6 li{box-sizing: border-box;padding: 10px;/padding:0 50px 32px 35px;display: flex;align-items: center;}
#box-6 li:nth-child(-n+4):nth-child(odd) {
    flex: 1 1 calc(30% - 20px); /* Subtract margin */
}
 
#box-6 li:nth-child(-n+4):nth-child(even) {
    flex: 1 1 calc(30% - 20px); /* Subtract margin */
}
#box-6 h2{font-family:arial;font-size: 32px;line-height: 2;font-weight:bold;color: var(--main_color);text-align:center;}
#box-6 h3{letter-spacing:2px;font-size: 50px;line-height: 1;font-weight:bold;color: var(--main_color);text-align:center;margin:0 0 48px 0;}
#box-6 li .title{color: #666;font-size: 24px;min-width: 140px;}
#box-6 li .title span{color:  var(--main_color);font-size: 24px;margin-left: 5px;}
#box-6 li input,#box-6 textarea{width: 100%;border: 1px solid #E2E2E2;border-radius: 10px;margin: 10px 0;padding: 15px;background: #fff7ee;font-size: 16px;height: 60px;outline-color:  var(--main_color)!important;}
#box-6 li input::-webkit-input-placeholder{color: #BBB;}
#box-6 .textarea{flex: 1 1 100%;}
#box-6 .textarea p{margin-bottom: 10px;}
#box-6 .textarea textarea{height: 240px;}
#box-6 .textCenter{text-align: center;}
#box-6 .submit{border-radius: 50px;background: var(--main_color);display: inline-flex;border: 2px solid var(--main_color);z-index: 2;position: relative;overflow: hidden;transition: color 0.2s;/* margin-top: 15px; *//* text-align: center; */margin: 0 auto;justify-content: center;}
#box-6 .submit input{background: transparent;border: none;font-size: 16px;color: #fff;font-weight: bold;/* padding: 0 85px 12px 30px; */line-height: 52px;width: 150px;text-align: center;}
#box-6 .submit>div:hover input{color: var(--main_color);}
#box-6 .submit>div img{width: 26px;margin-left: 10px;transition: 1s;position: absolute;right: 35px;top: 35%;}
#box-6 .submit>div:hover img{content: url(/images/index_btn_jtC.png);transform: translateX(5px);}
#box-6 .submit>div::before {content: "";will-change: transform;transform-origin: 50% 0%;border-radius: 50%;width: 150%;height: 200%;transition: transform 1s cubic-bezier(.5,0,0,1);position: absolute;top: -50%;left: -25%;transform: scaleY(0);z-index: -1;background-color: #fff;}
#box-6 .submit>div:hover::before {transform-origin: 50% 100%;transform: none;}






  
#mould76972 .swiper-slide {width: 100%!important;}
/*页面宽度*/
#mould76972{ width:100%;background: var(--main_color);}

/*基本页*/
#mould76976{ width:1500px; margin:0 auto;}
#mould76976 p{ line-height:30px;}
#mould76976 p img{ margin:5px 0;}

/*内页栏目*/
.ny_lanmu{ margin:0 auto;}
.ny_lanmu ul{ margin:64px auto;}
.ny_lanmu li{ width: 180px; float:left;}
.ny_lanmu li a{font-size:18px;line-height: 50px;text-align:center;display:block;/* background: rgba(var(--main_color_rgb),0.08); */border: 1px solid var(--main_color);border-radius:30px;margin:0 10px;}
.ny_lanmu li.active a{ background: var(--main_color); color: #fff;}
.ny_lanmu li:hover a{ background: var(--main_color); color: #fff;}


/* 简介 */



/* 产品 */
.product-list > ul li img { border-radius: 40px 40px 0 0;}
.product-list{ width:100%; padding:0 3%; box-sizing:border-box; margin-bottom:2%;}
.product-list > ul li{ width:100%; margin-bottom:7%;}
.product-list > ul li p:first-child{ height:auto;    border-radius: 40px 40px 0 0;}
.product-list > ul li p:last-child{     font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    background: #e60012;
    line-height: 52px;
    color: #fff;    border-radius: 0 0 40px 40px;}


/*联系*/
.boxes {position: relative;padding-bottom: 6vw;margin-top: 5%;}
.contactBox {position: relative;direction: rtl;}
.contactBox {width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 3%;}
.sub_title{margin:0 auto;}
.sub_title h2{ font-family:arial; font-size:48px; line-height:64px; font-weight:bold; color: var(--main_color); text-align:center;margin-top:3%;}
.sub_title h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: var(--main_color); text-align:center; margin:12px 0 48px 0;}
.map {width: 55%;height: 500px;background: #fff;overflow: hidden;position: relative;z-index: 0;background-color: rgb(243, 241, 236);color: rgb(0, 0, 0);text-align: left;}
.map img {width: 100%;height: 100%;object-fit: cover;}
.cons {
    width: 45%;
    height: 500px;
    background: var(--main_color);
    padding: 0px 50px;
    color: #fff;
    position: relative;
    direction: initial;
}
.cons h2 {
      margin-top: 6%;
    display: block;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.cons ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}
.cons ul li {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.cons ul li .icon {
    width: 45px;
    height: 45px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: 1px;
}
.cons ul li .info {
    width: 100%;
}
.cons ul li .name {
    font-size: 14px;
}
.cons ul li .info a {
    font-size: 28px;
    font-family: GeoBrandBold;
    color: #fff;
}




/*新闻*/
.newslist{ width:100%; padding:0 3%; box-sizing:border-box;}
.newslist>ul li{width: 49%;transition: .8s ease-in-out;}
.newslist>ul li:hover{ border-radius:10px; overflow:hidden; margin-top:inherit;}
.newss{
    display: flex;
}
.newsconts span {
    width: 100px;
    background:  var(--main_color);
    float: right;
    line-height: 2;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-top: 4%;border:1px solid var(--main_color);
}
.newslist>ul li .newsconts span:hover {background: none;border:1px solid var(--main_color);color:var(--main_color);}
.newslist>ul li .newsimgs{
    height: auto;
    border-radius: 6px;
    overflow: hidden;}
.newslist>ul li .newsimgs img{ transition:.5s;width: auto;}
.newslist>ul li:hover .newsimgs img{ transform:scale(1.08);}
.newslist>ul li .newsconts{padding: 10px 2% 10px 2%;/* margin-left: 2%; */}
.newslist>ul li .newsconts h3{padding-bottom: 2px; line-height:30px; font-weight:bold; transition:.3s;border-bottom:none;white-space: normal;}
.newslist li:hover .newsconts h3{ color: var(--main_color);}
.newslist>ul li .newsconts p {border-top: 1px solid #ccc;
    width: 100%;
  padding-top: 3%;}
.newslist li:hover .newsconts p{ color: #333;}
.newslist li .newsconts time{display: flex;margin-top:8%;justify-content: flex-end;}
.newslist li .newsconts time em{ background: url("/images/yan.png") no-repeat left center; padding-left:24px; float: right; font-size: 14px;margin-left: 7%;}

.newcontent{ width:1500px; min-height:400px; padding-top:0;}
.newcontent h2{ font-size:30px; line-height:30px;}
.newcontent p{ line-height:30px;}
.newcontent h3 a,.tb_page h4 a,.fenye3_all h4 a{ color:var(--main_color);}
.tb_page{ width:1500px; margin:30px auto;}

.f-pageone.fenye{ margin:10px 0 48px;}


/*视频*/
.menu_a div {display: flex;justify-content: space-between;}
.menu_a a {margin-right: 2%;/* width: 150px; */text-align: center;/* padding: 0 2%; */flex: 1;}
.menu_a a:last-child{margin-right:0;}
.menu_a{margin: 0 auto;margin-top: -1.5%;margin-bottom: 2%;}
.menu_a p {line-height: 2.5;font-size: 16px;border: 1px solid var(--main_color); border-radius: 5px;}
.menu_a a.active p{background:var(--main_color);color:#fff;border: 1px solid var(--main_color);}
.menu_a a:hover p{background:var(--main_color);color:#fff;border: 1px solid var(--main_color);}
#mould35389 ul {display: flex;}
#mould35389{box-sizing:border-box;margin: 0 auto;}
#mould35389 li{ margin-bottom: 2%;
    flex: 1;
    padding-right: 2%;}
#mould35389 li:nth-child(3n){padding-right: 0;}
#mould35389 li .videos{ height: 600px;}
#mould35389 li video{ width:100%; height: 100%; border:none; display:block;}
#mould35389 li p{ text-align:center; line-height:60px;font-size: 1.2vw;}
#mould35389 li:hover p{ color: #333;}








/*底部*/
.footer{background:var(--main_color);}
.fnav {padding-top: 5%;background-color: #333;}
.f-nav.width_1600 {display: flex;flex-direction: column;}
.sec {display: flex;flex-direction: row;justify-content: space-between;margin-top: 2%;margin-bottom: 3%;}
.sec ul.clearfix {display: flex;flex: 1.5;justify-content: space-between;margin-right: 2%;/* color: #fff; */}
.tu {display: flex;width: 1;align-items: center;color:#fff;}
.tu1 {flex: 1;max-width: 190px;display: flex;flex-direction: column;align-items: center;margin-left: 5%;}
.tu1 p{line-height:2;}
.tu1:nth-child(1) img{border-radius: 10px;}
.tu1:nth-child(2) img{border-radius: 10px;}
.sec ul li {flex: 1;}
.sec li h4 {font-size: 20px;margin-bottom: 7%;position: relative;/* line-height: 2; */padding-bottom: 10%;}
.sec li h4::after {content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 1px;width: 35%;background-color: #ffffff3b;}
.sec a{color:#fff;}
.sec li h5 {font-size: 16px;line-height: 2;margin-bottom: 4%;}
.foo {display: flex;flex-direction: row;justify-content: space-between;margin: 3% 0 3%;color:#fff;align-items: center;}
.foo h2 {font-size: 30px;font-weight: bold;flex: 1;display: flex;align-items: center;}
.foo h2 img {margin-right: 3%;}
.foo h4 img {margin-right: 2%;}
.foo h4 {font-size: 26px;flex: 2;}
.copyright div {display: flex;justify-content: space-between;color:#fff;}
.copyright{border-top: 1px solid #ffffff3b;padding:2% 0;}
.copyright a{color:#fff;}


/*浮动*/
#mould82323 .left {flex: 1.5;    padding-bottom: 1%;}
#mould82323 .left .wz span{background: url(/images/sz.png) no-repeat right;padding-right: 2.5%;}
#mould82323{ width:100%;bottom: 0;position: fixed;z-index:9999;}
#mould82323::after {content: '';width: 100%;height: 136px;background: var(--main_color);position: absolute;left: 0;bottom: 0;z-index: -1;}
#mould82323 .width_1600{display:flex;align-items: flex-end;justify-content: space-between;position: relative;}
#mould82323 .right {width: 200px;margin-right: 1%;}
#mould82323 .right img{width: 86%;}
#mould82323 h2{color:#fff;font-size:30px; font-weight:bold;margin: 50px 0 10px 50px;}
#mould82323 p{color:#fff;    font-size: 24px;line-height: 2;}
#mould82323 .left .wz a {font-size: 24px;line-height: 2;font-weight: bold;color: #fff;}
.messages3{background:none;display: flex;flex-direction: row;width: 100%;}
.messages3 input{padding:0;text-indent: 2em;}
input[type="text"]{background-color: #ffffff78;
  border: none;}
#name2{ width:476px;height: 42px;margin-right: 20px;border-radius: 30px;    padding: 0;margin-bottom: 0;}
#mobile2{width:476px;height: 42px;margin-right: 80px;border-radius: 30px;padding: 0;margin-bottom: 0;}
.messages3 a{margin-left: 2;background:#f5bd83;width: 144px;display: inline-block;color:#fff;line-height: 52px;text-align: center;font-weight: bold;border-radius: 100px;color:var(--main_color);}
.guanbi{bottom: 70px;right: 5px;border:none;position: absolute;flex: 1;}



@media (max-width: 1680px){.join_c .swiper-slide{width: 88%;}#tabs-container1 .box1 h1 {padding-left:0;font-size: 3vw;}
.width_1600 {
  width: 88%;}.navbars41 {
    width: 96%;}
  .navbars41 li>a {
    padding: 0 17px;}
  .footer_down {padding-top: 1%;}
  .footer_down_cont {padding-top: 3%;}
  .footer_down_left ul {
    padding-top: 7%;
}
  .copyright {visibility: visible;}
}
@media (min-width: 1560px) and (max-width: 1679px){ 
  .dropdown-content {left: -16%;}
.navbars41 .logo {width: 280px;}
.lxb .mian {width: 18%;}.wens p {font-size: 16px;}
  .wens p {font-size: 14px; width: 70%;}
}

@media (min-width: 1440px) and (max-width: 1559px) {
  .dropdown-content {left: -16%;}
  .navbars41 .logo {width: 250px!important;margin-right: 0;}
#tabs-container1 img {max-width: 600px;}
  .navbars41 .logo {margin-right: 1%;}
  #tabs-container1 li .box1 {padding: 6% 5%;}
  .lxb .mian {width: 18%;}
.wens p {
    font-size: 16px;
}
}

@media (min-width: 1360px) and (max-width: 1439px) {
  .navbars41 .logo {width: 200px!important;}
  .navbars41 .phone_a {padding: 0 16px!important;}
  .lxb img.onei {max-width: 650px;}
    #tabs-container1 img {max-width: 600px;}

  .gyl {
    flex: 1;}
  .product-list > ul li p:last-child {
    font-size: 14px;}
  .navbars41 .logo {width: 200px;}
.navbars41 .phone_a {padding: 0 12px;}.navbars41 li>a { font-size: 16px;}
.gyr h4 {font-size: 26px;}.gyr h2 {font-size: 20px;}
  .wens p {font-size: 16px;}
}




