﻿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"]:focuscus, 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(1, 1fr);
    gap: 10px 10px;
}

/*返回顶部*/
.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:94%; 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;}
.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;margin-right:4%;height: 100%;display: 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:16px;}
.navbars41 li:hover .hide1 a:hover{ background: var(--main_color); border-radius:5px; color:#fff;}




/* 关于我们 */
.mendian .swiper-slide{
    height: auto;
}
.mendian .swiper-wrapper {
    position: relative;
    width: 100%;
  height: auto;}
.guanyu.width_1600 {display: flex;padding: 1% 0 0 0;align-items: center;margin-bottom: 5%;flex-direction: column;}
.gyl {flex: 1.5;max-width: 750px;}
.gyl img {width: 100%;}
.gyr {flex: 1;padding-left: 3%;}
.gyr h4 {font-size: 32px;font-weight: bold;line-height: 1.5;}
.gyr h4 span {color: #d80c18;font-size: 18px;}
.gyr h2 {font-size: 18px;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: 24px;height: 24px;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: 2em;}

/* 企业文化 */
.wenhua{display: flex;margin: 2% auto 5%;flex-direction: column;}
.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;margin-bottom: 4%;}
.wen img {width: 50%;}
.wens h2 {font-size: 1vw;font-weight: bold;text-align: center;line-height: 3;}
.wens p{font-size: 16px;width: 70%;margin: 0 auto;text-align: center;}

/* 荣誉 */
.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: 1.25vw;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: 12px; */}
.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:69%;}
.mendian .new-i-more {margin: 5% auto 0;}
.new-i-more {display: flex;align-items: center;width: -moz-max-content;width: max-content;}
.new-i-more.border .text {line-height: 40px;border: 1px solid var(--main_color);background: unset;color: #000;font-size: 16px;width: 100px;}
.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: 20px;overflow: hidden;margin-bottom: 4%;flex-direction: column;}
.lxb .mian {width: 50%;}
.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: 4%;}
.lxb img.onei{border-radius: 20px;}
.ewm a img {width: 82%;margin-bottom: 4%;border-radius: 20px;}


.history_a {
    width: 88%;
    margin: 0 auto;
}
.history_a li {
    border: 1px solid;
    margin-bottom: 4%;
    padding: 3%;
    /* text-align: center; */
    border-radius: 10px;
}
.history_a li h2 {
    font-size: 26px;
    text-align: center;color:var(--main_color);
}

/* 加盟优势 */
.box2 .swiper-wrapper {
    height: 490px!important;
}
.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: 2% 2%;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.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;
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

#tabs-container1 .box1 h2 {
    padding-bottom: 0%;
    font-size: 1.1vw;
    color:#fff;
    line-height: 20px;
}
#tabs-container1 .box1 p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    /* padding-bottom: 4%; */
}

#tabs-container1 .box1 h1 {
    font-size: 1vw;
    margin-top: 2%;
    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: 30px 0 30px 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: center;display: flex;justify-content: space-between;flex-direction: column;}
#box-5 .box1 li{padding: 20px 0 20px 0;position: relative;}
#box-5 .box1 li:nth-child(2n){/* padding-bottom: 32px; */}
#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: 7vw;height: 7vw;border-radius: 50%;position: relative;margin: auto;border: 1px solid #fff;transition: 0.5s;max-width: 138px;max-height: 138px;}
#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: 16px;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;}


.gz_name.is-inview {font-size: 1.4vw;line-height: 2;font-weight: bold;}
.page_text {
    margin: 5px;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 2em;
}
.zhaopin_list{/* width:80%; */margin: auto;min-height: inherit;margin-top: 4%;margin-bottom: 6%;}
.zhaopin_a .left{width: 100%;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;display: flex;justify-content: space-between;flex-direction: row;}
.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;display: flex;flex-direction: row;justify-content: space-between;}
.zhaopin_a .left li .title span{line-height:72px;float: left;}
.zhaopin_a .left li .title span:nth-child(-n+2){/* width: 34%; */}
.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;}

.input_text input {padding: 18px 0;}
input[type="submit"] { background-color: var(--main_color);}

/* 支持 */
.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: 100%;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: 20px;font-weight:bold;line-height: 0px;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{line-height:30px;height:120px;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: 16px;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;}


/*简历*/
.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);}

/*联系信息*/
.contact_uss{/* width:1470px; */margin:0 auto;}
.df {width: 94%;margin: 0 auto;display: flex;flex-wrap: wrap;flex-direction: column;}
.contact_uss .le_box {/* width: 46%; */display: flex;}
.contact_uss .le_box > div {width: 100%;margin: auto;/* padding: 0 1rem 0; */}
.contact_uss .le_box .content1 .txt {font-size: 24px;line-height: 1.2;color: #333;font-family: GilroyBold;}
.contact_uss .le_box .content1 .desc {margin-top: 0.1rem;color: var(--main_color);font-size: 18px;line-height: 1.2;}
.contact_uss .le_box .content2 {margin-top: 0.2rem;display: grid;gap: 0.3rem;}
.contact_uss .le_box .content2 .item {display: flex;flex-wrap: wrap;align-items: center;line-height: 1.6;}
.contact_uss .le_box .content2 .item .tips {width: 32%;display: flex;flex-wrap: wrap;align-items: center;}
.contact_uss .le_box .content2 .item .tips img {width: .3rem;}
.contact_uss .le_box .content2 .item .tips p {padding-left: 7%;flex: 1;font-family: GilroyMedium;color: var(--main_color);}
.contact_uss .le_box .content2 .item .txt {width: 68%;}
.contact_uss .le_box .content2 .item .txt p, .contact_us .le_box .content2 .item .txt a {transition: 0.4s;color: #666;}
.contact_uss .ri_box {/* width: 54%; */}
.contact_uss .ri_box a {width: 100%;overflow: hidden;}
.contact_uss .ri_box a img {transition: 0.4s;width: 100%;}
#box-6 .container{
    width: 100%;
}
#box-6{width: 94%;margin: 0 auto;height: auto;padding: 30px 0 30px 0;background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;}
#box-6 .ny_bt .ftitle {font-size: 24px;}
#box-6 .box1{margin-top: 25px;border: 1px solid rgba(0,0,0,0.1);border-radius: 10px;/* padding: 10px 7px 8px 7px; */}
#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;
    flex-direction: column;
    }
#box-6 li{box-sizing: border-box;padding: 10px;/padding:0 50px 32px 35px;display: flex;align-items: center;justify-content: center;}
#box-6 li:nth-child(-n+4):nth-child(odd) {
    /* flex: 1 1 calc(50% - 20px); */ /* Subtract margin */
}
 
#box-6 li:nth-child(-n+4):nth-child(even) {
    /* flex: 1 1 calc(50% - 20px); */ /* Subtract margin */
}
#box-6 h3{font-size: 24px;line-height: 1.2;color: #333;}
#box-6 li .title{color: #666;font-size: 18px;min-width: 110px;}
#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: #faf8f1;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: 10px;background: var(--main_color);display: inline-flex;border: 2px solid var(--main_color);z-index: 2;position: relative;overflow: hidden;transition: color 0.2s;}
#box-6 .submit input{background: transparent;border: none;font-size: 16px;color: #fff;font-weight: bold;padding: 20px 40px;line-height: 20px;}
#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/jiantou1.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: 16px 16px 0 0;}
.product-list{width:100%;padding: 0 10%;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: 16px;
    font-weight: bold;
    margin-top: 0px;
    background: #e60012;
    line-height: 40px;
    color: #fff;
    border-radius: 0 0 16px 16px;
    /* width: 80%; */
    text-align: center;
    }


/*联系*/
.boxes {position: relative;padding-bottom: 6vw;margin-top: 5%;}
.txt a {
    color: #e60012;
}
.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{width: auto;
    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;}
.n2_contain p:nth-child(1) {
    font-size: .15rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}


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



/*底部2*/
.foot3{ position: fixed; z-index: 999; bottom: 0; background: #fff;}
.footer{ margin-bottom: 60px; background: #e60012; padding: 15px;}
.footer_lt{ text-align: center;}
.footer_lt span {margin-top: 0.2rem;font-size:18px;display: block;width: 100%;margin-bottom: 0.2rem;}
.footer_lt img {width: 1rem;margin-bottom: 0.1rem;}
.footer_rt{ text-align: center;}
.footer_rt h2{ font-size:20px; line-height:20px; margin:0 0 8px 0;margin-bottom: 0.1rem;margin-top: 0.1rem;}
.footer_rt h2 a{color: #fff!important;}
.footer_rt p{font-size: 14px;line-height: 26px;margin-bottom: 0.1rem;padding: 0 18px;}


/*分页样式开始*/
.fy_all {
    width: 3.5rem;
    margin: .1rem auto;
    overflow: hidden;
}

    .fy_all div {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

        .fy_all div a {
            display: block;
            font-size: 0.13rem;
            padding: 0.02rem 0.05rem;
            background: #e60012;
            color: #fff;
            transition: 1s;
            text-decoration: none;
        }

    .fy_all a:nth-child(3) {
        background: none;
        color: #333;
    }
/*样式结束*/
/*分页1样式开始*/
.fy_all1 {
    width: 3.5rem;
    margin: 0 auto;
}

    .fy_all1 ul {
        overflow: hidden;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .fy_all1 li {
        padding: 0rem .04rem;
        border: 1px solid #333;
        font-size: .12rem;
    }

        .fy_all1 li a {
            color: #666;
            text-decoration: none;
            display: block;
        }
/*样式结束*/
/*上下篇样式开始*/
.tb_page {
    width: 3.75rem;
    /*margin-top: 50px;*/
    font-size: 15px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    margin: 0 auto;
}

    .tb_page a {
        color: rgb(25, 142, 246);
        font-size: 14px;
        text-decoration: underline;
    }

    .tb_page span:first-child {
        float: left;
        margin-left: 10px;
    }

    .tb_page span:last-child {
        float: right;
        margin-right: 10px;
    }
/*样式结束*/
/*上下篇1样式开始*/
.tb_page1 {
    width: 3.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: .1rem 0;
    margin: .1rem auto 0;
}

    .tb_page1 h4 {
        line-height: .2rem;
        font-size: .15rem;
    }

        .tb_page1 h4 a {
            display: inline;
            line-height: .3rem;
            color: #e60012;
            text-decoration: underline;
        }
/*样式结束*/


