﻿
/* CSS Document */
:root{
	--main_color:#d70010;        /* 主色 */
	--main_color_rgb:210,0,16;  /* rgba */
    --main_yell_color:#fdd228;   /* 辅色 */
}
.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:1500px; margin:0 auto;}
.container-fluid{overflow:hidden;}



.timeline-img.pic_lc {
    background: #D10015;
}
.timeline-img img {
    display: block;
    width: 90%;
    height: auto;
    position: relative;
    left: 5%;
    top: 5%;
}

#mould87106{ width:100%; position:fixed; top:0; left:0; background:none; z-index:99; transition: .6s ease-in-out;}
.navbars41{ width:1500px; height:100px; margin:0 auto;}
.navbars41 .logo{ float:left; width: 200px; height: 100%; display: table;background:url(/images/logo.png) no-repeat;background-size:contain; background-position: center;}
.navbars41 .logo a{ display: table-cell; vertical-align: middle;}
.navbars41 ul{display: table; height:100%;margin:0 auto;}
.navbars41 li{ display: table-cell; vertical-align: middle; position:relative;}
.navbars41 li a{ padding:0 30px; font-size:18px; font-weight:bold; color:#fff; transition: .4s ease-in-out;}
.navbars41 li a:hover{ color: #fdd900;}
.navbars41 li.active a{ color: #fdd900;}
.navbars41 .phone{ float:right; margin-top:25px; background:url(/images/icon_phone.png) no-repeat top left; padding-left:48px;}
.navbars41 .phone p{ color:#fff; font-size:15px; line-height:15px;}
.navbars41 .phone a{ color:#fff; font-family:arial; font-size:28px; line-height:35px; font-weight:bold;}

.header_active{ background: #fff!important; box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.header_active .navbars41{ height:100px;}
.header_active .navbars41 li a{ color:#333;}
.header_active .navbars41 li a:hover{ color: var(--main_color);}
.header_active .navbars41 li.active a{ color: var(--main_color);}
.header_active .navbars41 .phone p{ color: #222;}
.header_active .navbars41 .phone a{ color: #222;}
.header_active .navbars41 .phone{ margin-top:18px;}
.header_active .navbars41 .phone{ float:right; margin-top:25px; background:url(/images/icon_phone1.png) no-repeat top left; padding-left:48px;}
.header_active .navbars41 .logo{ float:left; width: 200px; height: 100%; display: table;background:url(/images/logo-a.png) no-repeat;background-size:contain; background-position: center;}
  
#mould76972 .swiper-slide {width: 100%!important;}
/*页面宽度*/
#mould76972{ width:100%;}
/*学习*/
#box-a{margin:0 auto;padding-top:100px;}
#box-a h2{ font-family:arial; font-size:48px; line-height:64px; font-weight:bold; color: var(--main_color); text-align:center;}
#box-a 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;}
#box-a .condition-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
        }
#box-a .condition-item {
      width: 45%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--main_color);
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: relative;
}
#box-a .condition-number {
	width: 46px;
    height: 60px;
    line-height: 85px;
    text-align: center;
    background-image: url(/images/huomiao.png);
    font-weight: bold;
    background-size: contain;
    color: white;
    margin: 0 20px;
}
#box-a .condition-text {
    display: flex;
    flex-direction: row;align-items: center;}
#box-a .red-bg {
background-color: var(--main_color);
    color: white;
    font-size: 16px;
    text-align: center;
    width: 120px;
    line-height: 52px;
    border-radius: 30px;
    margin-right: 24px;
}
#box-b{margin:0 auto;padding:100px 0;}
#box-b .cooperation-process {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
margin-top:10%;
}
#box-b .process-line {
width: 100%;
height: 2px; /* 线的粗细 */
background-color: black; /* 线的颜色 */
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: -1; /* 确保线在步骤内容的后面 */
}
#box-b .step {
width: 200px;
text-align: center;
position: relative;
z-index: 1; /* 确保步骤内容在线的上面 */
}

#box-b .step-number {
width: 60px;
    height: 72px;
    line-height: 78px;color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
}
#box-b .step:nth-child(odd) .step-number{
    background-image: url(/images/xia.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        }
        /* 为双数项设置背景图 */
#box-b .step:nth-child(even) .step-number{background-image: url(/images/top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        }

#box-b .step-text {
width: 100%;
left: 50%;
transform: translateX(-50%);
position: absolute;
}
#box-b .step-text h5{font-size:24px;font-weight:bold;line-height:2;}
#box-b .step-text.above {
top: -100px; /* 根据需要调整距离 */
}
#box-b .step-text.below {
bottom: -100px; /* 根据需要调整距离 */
}
#box-c{margin:0 auto;padding:100px 0;}
#box-c table {
    width: 100%;
    border-collapse: collapse;
}
#box-c th, td {
    border: 1px solid black;
    padding: 30px;
    text-align: center;
    background-color: var(--main_color);
    color: #fff;
}







/*基本页*/
#mould76976{ width:1600px; 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:60px; text-align:center; display:block; background: rgba(var(--main_color_rgb),0.08); 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;}


/* 简介 */
.brand_box1 .left{ width:50%; padding:6vw 5vw 0; box-sizing:border-box;}
.brand_box1 .left h2{ font-family:arial; font-size:64px; line-height:72px; font-weight:bold; color: var(--main_color);}
.brand_box1 .left h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: var(--main_color); margin:12px 0 36px 0;}
.brand_box1 .left p{ font-size:18px; line-height:36px; text-indent:2em;}
.brand_box1 .right{ width:50%;}

.brand_box2 .left{ padding:4vw 5vw 0;}
.brand_box2 .left p{ text-indent:0;}
.brand_box2 .left p span{ font-weight:bold; color: var(--main_color); display:block;}

.brand_box3 .left{ padding:4vw 5vw 0;}
.brand_box3 .left h4{ background: var(--main_yell_color); padding:20px 30px; box-sizing:border-box; text-align:center; margin-bottom:48px;}
.brand_box3 .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, 1fr);  
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    justify-content: space-around;
}
.brand_box3 li img{ width:150px; margin:0 auto; display:block;height:100%;}

.brand_box4{ background: url(/images/news-bg.jpg) no-repeat; padding:100px 0; background-attachment: fixed;}
.brand_box4 h2{ font-family:arial; font-size:64px; line-height:72px; font-weight:bold; color: #fff; text-align:center;}
.brand_box4 h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: #fff; text-align:center; margin:12px 0 48px 0;}
#index_case_btn{ overflow:hidden;}
.brand_box4 .swiper-slide p{ font-size:18px; line-height:30px; color:#fff; margin-top:12px;}


/* 产品 */
.product-list{ width:100%; padding:0 3%; box-sizing:border-box; margin-bottom:2%;}
.product-list > ul li{ width:24%; margin-bottom:2%;}
.product-list > ul li p:first-child{ height:auto;}
.product-list > ul li p:last-child{ font-size:30px; font-weight:bold; margin-top:12px;}
.product-list > ul li:hover p:last-child{ color: var(--main_color);}


/*联系*/
.boxes {position: relative;background: #fff}
.contactBox {position: relative;direction: rtl;}
.contactBox {width: 100%;height: auto;display: flex;justify-content: space-between;}
.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;
}


.picture1 .picture1-cont {width:1500px;}
.picture1 .picture1-cont > ul li a img {height:auto;}

/*新闻*/
.newslist{ width:100%; padding:0 3%; box-sizing:border-box;}
.newslist>ul li{ width:32%; transition: .8s ease-in-out;}
.newslist>ul li:hover{ border-radius:10px; overflow:hidden; margin-top:inherit;}
.newslist>ul li .newsimgs{ height:auto; border-radius:6px; overflow:hidden;}
.newslist>ul li .newsimgs img{ transition:.5s;}
.newslist>ul li:hover .newsimgs img{ transform:scale(1.08);}
.newslist>ul li .newsconts{ padding:10px 2% 10px 2%;}
.newslist>ul li .newsconts h3{ padding-bottom: 10px; line-height:30px; font-weight:bold; transition:.3s;}
.newslist li:hover .newsconts h3{ color: var(--main_color);}
.newslist li:hover .newsconts p{ color: #333;}
.newslist li .newsconts time{ display: block; margin-top:12px;}
.newslist li .newsconts time em{ background: url("/images/yan.png") no-repeat left center; padding-left:24px; float: right; font-size: 14px;}

.newcontent{ width:1600px; 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:1600px; margin:30px auto;}

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


/*视频*/
#mould35389,.width_1360{ width:1500px; margin: 0 auto;}
#mould35389 li{ width:48%; float:left; margin-bottom:2%;}
#mould35389 li:nth-child(even){ float:right;}
#mould35389 li .videos{ border:1px solid #ccc; height: auto;}
#mould35389 li video{ width:100%; height: auto;}
#mould35389 li p{ text-align:center; line-height:60px;}
#mould35389 li:hover p{ color: #333;}


/* 合作 */
.jm_box1{ padding:80px 0;}
.jm_box1 .left{ width:46%;}
.jm_box1 .left img{ width:80%; display:block; margin:0 auto;}
.jm_box1 .right{ width:54%; padding-right:8%; box-sizing:border-box;}
.jm_box1 .right h2{ font-family:arial; font-size:64px; line-height:72px; font-weight:bold; color: var(--main_color);}
.jm_box1 .right h3{ letter-spacing:2px; font-size:48px; line-height:48px; font-weight:bold; color: var(--main_color); margin:8px 0 16px 0;}
.jm_box1 .right li{ width:31%; margin-top:30px;}
.jm_box1 .right li h4{ font-size:18px; font-weight:bold; margin:15px 0 15px;}
.jm_box1 .right li p{ line-height:24px;text-align:justify;}

.jm_box2 .left{ width:50%; padding:4vw 5vw 0; box-sizing:border-box; background:#f4f4f4;}
.jm_box2 .left h2{ font-family:arial; font-size:48px; line-height:64px; font-weight:bold; color: var(--main_color);}
.jm_box2 .left h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: var(--main_color); margin:12px 0 36px 0;}
.jm_box2 .left p{ font-size:18px; line-height:36px;}
.jm_box2 .left a{ font-size:24px; font-weight:bold; color: var(--main_color); font-family:arial; margin-top:24px; display: block;}
.jm_box2 .right{ width:50%;}

.jm_box3{ background: #de2020; padding:80px 0;}
.jm_box3 h2{ font-family:arial; font-size:48px; line-height:64px; font-weight:bold; color: #fff; text-align:center;}
.jm_box3 h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: #fff; text-align:center; margin:12px 0 48px 0;}
.jm_box3 ul{ width: 1404px; height: 482px; padding: 0 24px; background: url(/images/join/bg_buspro.jpg) center no-repeat; margin: 0 auto; color: #fff;}
.jm_box3 li{ width:16.666%;}
.jm_box3 li div:first-child{ width:150px; height:150px; border-radius:50%; background:#fff; margin:50px auto 0 auto;}
.jm_box3 li div:first-child span{ color: var(--main_color); text-align:center; display: block; font-size:24px; font-weight:bold; line-height:150px;}
.jm_box3 li div:last-child{ background: rgb(255,255,255,0.3); height:60%; position:relative; top:-40px; border-radius:50px; margin: 0 6%; padding:64px 20px 0; box-sizing:border-box;text-align: center;}
.jm_box3 li div:last-child p{ line-height:28px;}


#box-5{background: #faf8f1;width: 100%;height: auto;padding: 50px 0 50px 0;background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;}
#box-5 h2{ font-family:arial; font-size:64px; line-height:72px; font-weight:bold; color: var(--main_color);text-align:center;}
#box-5 h3{ letter-spacing:2px; font-size:48px; line-height:48px; font-weight:bold; color: var(--main_color); margin:8px 0 16px 0;text-align:center;}
#box-5 .block {
    background: #faf8f1;
    border-radius: 50px;
    padding: 100px 80px 130px 80px;
}
#box-5 .box1 {
    padding-top: 55px;
    position: relative;
    overflow: hidden;
    margin: 0 -20px;
}
#box-5 .box1{padding-top: 55px;position: relative;overflow: hidden;margin: 0 -20px;}
#box-5 .box1 li{position: relative;}
#box-5 .box1 li:not(:last-child)::after{content: '';width: 13px;height: 20px;background: url(/images/zsjm_lc_jt.png) no-repeat center center;background-size: contain;position: absolute;right: -6px;top: 30%;}
#box-5 .box1 .img{width: 68%;margin: auto;}
#box-5 .box1 .title{text-align: center;font-size: 24px;color: #333;margin-top: 25px;}

#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: 80px;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(50% - 20px); /* Subtract margin */
}
 
#box-6 li:nth-child(-n+4):nth-child(even) {
    flex: 1 1 calc(50% - 20px); /* Subtract margin */
}
#box-6 h2{ font-family:arial; font-size:48px; line-height:48px; font-weight:bold; color: var(--main_color); text-align:center;}
#box-6 h3{ letter-spacing:2px; font-size:56px; line-height:64px; 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: #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: 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;}
#box-6 .submit input{background: transparent;border: none;font-size: 16px;color: #fff;font-weight: bold;padding: 0 85px 12px 30px;line-height: 30px;}
#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;}

.jm_box4{ background:url(/images/about_bg.jpg) no-repeat; background-attachment: fixed; width:100%; padding:80px 3% 100px; box-sizing:border-box;}
.jm_box4 h2{ font-family:arial; font-size:48px; line-height:48px; font-weight:bold; color: var(--main_color); text-align:center;}
.jm_box4 h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: var(--main_color); text-align:center; margin:0 0 24px 0;}
.jm_box4 .picture1 a{ width:24%; margin-top:30px; overflow:hidden;}
.jm_box4 .picture1 a img{ transition:.6s;}
.jm_box4 .picture1 a:hover img{ transform:scale(1.08);}

.jm_box5{ padding:100px 0;}
.jm_box5 h2{ font-family:arial; font-size:48px; line-height:48px; font-weight:bold; color: var(--main_color); text-align:center;}
.jm_box5 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;}
.jm_box5_cont{ width:100%; padding:0 3%; box-sizing:border-box;}
.fuwu .swiper-slide{ background: var(--main_color); padding:60px 0; box-sizing:border-box; color:#fff; text-align:center; cursor: pointer; border-radius:12px;}
.fuwu .swiper-slide h2{ font-size:30px; line-height:30px; font-weight:bold; letter-spacing:2px; color:#fff; margin-bottom:24px;}
.fuwu .swiper-slide .img{ width:84%; margin:0 auto; border:3px solid #fff; box-sizing:border-box; overflow:hidden; border-radius:12px;}
.fuwu .swiper-slide .img img{ transition:1s;}
.fuwu .swiper-slide .img:hover img{ transform:scale(1.08);}
.fuwu .swiper-slide p{ line-height:24px; width:84%; margin:16px auto 0 auto; text-align:left;}

.jm_box6{ width:100%; padding:80px 3% 60px; box-sizing:border-box;}
.jm_box6 h2{ font-family:arial; font-size:48px; line-height:48px; font-weight:bold; color: var(--main_color); text-align:center;}
.jm_box6 h3{ letter-spacing:2px; font-size:56px; line-height:64px; font-weight:bold; color: var(--main_color); text-align:center; margin:0 0 48px 0;}
.jm_box6 li{ width: 15%;}
.jm_box6 li img{ border:1px solid rgba(var(--main_color_rgb),0.1);}
.jm_box6 li p{ text-align:center; margin:10px 0 20px;}





/*底部*/
.footer_bg{width: 100%;background: var(--main_color);background-size: cover;padding: 0.3rem 0 0rem 0;}
.main_a{ width: 88%; margin: auto; max-width: 1500px; position:relative;}
.b_contact{    padding-top: 90px;padding-bottom: 40px;}
.b_contact .f_tel{ margin-top:15px; color:#fff;}
.b_contact .f_tel p{ font-size:32px; margin-bottom:10px;}
.b_contact .f_tel span{ font-size:70px; font-family: 'Beba'; color:#fff; font-weight: bold;}
.foot_pic{position:absolute;top:0;width: 54%;right: 1%;padding-top: 100px;}
.logo {width: 38%;}
.site-links {margin-top: 2%;width: 100%;}
.site-links ul {list-style: none;padding: 0;margin: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.site-links li {flex: 0 0 calc(17% - 17px);margin-right: 10px;margin-bottom: 10px;}
.site-links li:last-child {margin-right: 0;}
.site-links h4 {font-size: 18px;font-weight: bold;line-height: 40px;}
.site-links h5{line-height: 30px;}
.site-links li:last-child {margin-right: 0;}
.site-links a {color: #fff;text-decoration: none;padding: 5px 10px;display: block;transition: background-color 0.3s;}



.lj {width: 1280px;margin: 0 auto;padding: 30px 0;}
.lj p {color: #fff;}
.lj p a{color: #fff;}
.foot_ewm{ margin-top:20px;}
.foot_ewm li{ text-align:center;  color:rgba(255,255,255,.9); margin-right:10px;}
.foot_ewm li:last-child{ margin-right:0;}
.foot_ewm li .pic{ width:130px; height:130px; border-radius:6px; overflow:hidden; margin-bottom:12px;}

.foot_s{ width:550px; border-radius:46px; margin-top:25px; background:#fff; padding:6px 30px; box-sizing:border-box; font-family:'alimama'; font-size:23px; color:#888;}
.foot_s img{ display:block;}
.foot_s span{ background:var(--main_color); color:#fff; display:block; line-height:40px; border-radius:42px; padding:0 20px;}

.copyright{ padding:.2rem 0; border-top:solid 1px rgba(255,255,255,0.2); color:#fff; text-transform:uppercase; font-size:16px;}
.copyright a{ color:#fff;}


@media (max-width: 1680px){
  .picture1 .picture1-cont {width:92%;}
  #mould35389{width:92%;}
  .navbars41,.width_1600{width: 94%;}
  .brand_box1 .left h2 {font-family: arial;font-size: 56px;line-height: 60px;}
  .brand_box1 .left h3 {font-size: 48px;line-height: 40px;}
  .jm_box1 .left img {
    width: 88%;}
}


@media (min-width: 1560px) and (max-width: 1679px){
  .picture1 .picture1-cont {width:92%;}
  #mould35389{width:92%;}
  .brand_box1 .left p {font-size: 16px;line-height: 30px;}
  .brand_box3 .left h4 {margin-bottom: 30px;}
  .navbars41 li a {font-size: 16px;}
}

@media (min-width: 1440px) and (max-width: 1559px) {
  .picture1 .picture1-cont {width:92%;}
  #mould35389{width:92%;}
  .b_contact .f_tel span {font-size: 50px;}
  #box-5{padding:0;}
  .navbars41 li a {font-size: 16px;}
  .navbars41{ width:92%;}
  .width_1600{ width:92%;}
  .navbars41 li a {font-size: 16px;}
  .brand_box1 .left p {font-size: 16px;line-height: 30px;}
  .brand_box3 .left {padding: 5vw 5vw 0;}
  .brand_box1 .left h2 {font-size: 40px;line-height: 40px;}
  .brand_box1 .left h3 {font-size: 38px;line-height: 40px;}
  .brand_box3 li img {width: 80px;}
  .brand_box3 li:nth-child(3) img {width: 100px;}
  .brand_box3 .left h4 {margin-bottom: 22px;}
  .jm_box1 .right h2 {font-size: 58px;line-height: 60px;}
  .jm_box1 .right h3 {font-size: 44px;line-height: 44px;}
  .jm_box2 .left h2 {font-size: 48px;line-height: 64px;}
  .jm_box2 .left h3 {font-size: 50px;line-height: 40px;}
}

@media (max-width: 1440px){
  .picture1 .picture1-cont {width:92%;}
  #mould35389{width:92%;}
    .b_contact .f_tel span {font-size: 50px;}

  #box-5{padding:0;}
  .foot_pic {right: -1%;}
  .navbars41 li a {font-size: 16px;}
	.navbars41{ width:92%;}
   .width_1600{ width:92%;}
  .brand_box1 .left{ padding: 4vw 5vw 0;}
  .brand_box4 h2{ font-size: 48px; line-height: 48px;}
  .brand_box4 h3{ font-size: 42px; line-height: 48px;}
  .product-list > ul li p:last-child{ font-size: 24px;}
  
  .jm_box3 h2,.jm_box4 h2,.jm_box5 h2,.jm_box6 h2,.sub_title h2{ font-size: 42px; line-height: 48px;}
  .jm_box3 h3,.jm_box4 h3,.jm_box5 h3,.jm_box6 h3,.sub_title h3{ font-size: 48px; line-height: 48px;}
  
  .footer_a h2{ font-size: 48px; line-height: 48px;}
}

@media (min-width: 1360px) and (max-width: 1439px) {
  .picture1 .picture1-cont {width:92%;}
  #mould35389{width:92%;}
    .b_contact .f_tel span {font-size: 50px;}

  .foot_pic {right: -1%;}
  .header_active .navbars41 .logo {width: 180px;}
  .navbars41 li a {font-size: 16px;}
  .navbars41 .logo {width: 180px;}
  .width_1600{ width:92%;}
  .brand_box1 .left p {
    font-size: 16px;
    line-height: 30px;}
  .brand_box3 .left {
    padding: 4vw 5vw 0;
}
  .brand_box1 .left h2 {
    font-family: arial;
    font-size: 40px;
    line-height: 40px;
}
  .brand_box1 .left h3 {
    font-size: 38px;
    line-height: 40px;
}
  .brand_box3 li img {
    width: 80px;}
  .brand_box3 li:nth-child(3) img {width: 100px;}
  .brand_box3 .left h4 {margin-bottom: 22px;}
  .jm_box3 ul{width:92%;background-size: contain;}
  .jm_box1 .right h3 {font-size: 42px;line-height: 42px; margin: 8px 0 16px 0;}
  .jm_box1 .right h2 {font-size: 54px;line-height: 64px;}
  .jm_box1 .right li p {font-size:14px;}
  .jm_box2 .left p {font-size: 14px;line-height:28px;}
  .jm_box1 .right li {width: 31%;margin-top: 14px;}
  .jm_box2 .left h2 {font-size: 42px;line-height: 46px;}
  .jm_box2 .left h3 {font-size: 46px;line-height: 20px;margin: 14px 0 26px 0;}
  .jm_box2 .left p {font-size: 16px;}
  .jm_box3 ul{width:92%;background-size: contain;}
  .jm_box3 li {width: 15%;}
  .jm_box3 li div:first-child {width: 120px;height: 120px;margin: 48px auto 0 auto;}
  .jm_box3 li div:first-child span{line-height:120px;font-size:22px;}
  .jm_box3 li div:last-child p {line-height: 24px;font-size:14px;}
  .jm_box3 li div:last-child { padding: 64px 14px 0;}
  .jm_box2 .left h3 {margin: 12px 0 40px 0;}
  .fuwu .swiper-slide h2 {font-size: 28px;}
  #box-5{padding:0;}
  #box-5 h2 {font-family: arial;font-size: 50px;line-height: 50px;}
  #box-a h2,#box-b h2,#box-c h2 {font-family: arial;font-size: 48px;line-height: 48px;}
  #box-a h3,#box-b h3, #box-c h3,{font-family: arial;font-size: 50px;line-height: 50px;}
}

@media (max-width: 1360px){
  .picture1 .picture1-cont {width:92%;}
  #mould35389{width:92%;}
    .b_contact .f_tel span {font-size: 50px;}

  #box-a h2,#box-b h2,#box-c h2 {font-family: arial;font-size: 48px;line-height: 48px;}
  #box-a h3,#box-b h3, #box-c h3,{font-family: arial;font-size: 50px;line-height: 50px;}
  #box-5 h2 {font-family: arial;font-size: 50px;line-height: 50px;}
  #box-6 h2 {font-size: 40px;line-height: 40px;}
  #box-6 h3 { font-size: 50px;line-height: 66px;margin: 0 0 32px 0;}
  #box-5{padding:0;}
  .fuwu .swiper-slide h2 {font-size: 28px;}
   .header_active .navbars41 .logo {width: 180px;}
  .navbars41 .logo {width: 180px;}
  .navbars41 li a {font-size: 16px;}
   #box-6 .container
   .width_1600{ width:92%;}
  .foot_pic {right: -1%;}
  .jm_box1 .right h3 {font-size: 42px;line-height: 42px; margin: 8px 0 16px 0;}
  .jm_box1 .right h2 {font-size: 54px;line-height: 64px;}
  .jm_box1 .right li p {font-size:14px;}
  .jm_box2 .left p {font-size: 14px;line-height:32px;}
  .jm_box1 .right li {width: 31%;margin-top: 14px;}
  .jm_box2 .left h2 {font-size: 42px;line-height: 46px;}
  .jm_box2 .left h3 {font-size: 46px;line-height: 20px;margin: 14px 0 26px 0;}
  .jm_box2 .left p {font-size: 16px;}
  .jm_box3 ul{width:92%;background-size: contain;}
  .jm_box3 li {width: 15%;}
  .jm_box3 li div:first-child {width: 120px;height: 120px;margin: 48px auto 0 auto;}
  .jm_box3 li div:first-child span{line-height:120px;font-size:22px;}
  .jm_box3 li div:last-child p {line-height: 24px;font-size:14px;}
  .jm_box3 li div:last-child { padding: 64px 14px 0;}
}




