
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-rendering: geometricPrecision;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
  
  html {
    font-size: 10px;
    user-select: none;
    cursor: default;
  }
  body {
    font: 12px/1.5 "Microsoft yahei", arial, Simsun, sans-serif;
    color: #333;
    background-color: #fff;
}
/*public head/footer set style*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
    padding: 0;
}
  
a,a:hover {
    text-decoration: none;
}
  
a, a:active, a:focus {
    color: inherit;
    border: none;
    outline: none;
}

.flex, [class*=" flex-"], [class^="flex-"] {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex-aic {
    justify-content: flex-start;
    align-items: center;
}

.flex-tops {
    justify-content: flex-start;
    align-items: end;
}

.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: no-wrap;
}
.flex-end {
    justify-content: flex-end !important;
    align-items: center;
}

.flex-between {
    justify-content: space-between;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
    align-items: center;
}

.flex-ctr-end {
    justify-content: center;
    align-items: flex-end;
}

.space3 {
    clear: both;
    height: 3px;
    overflow: hidden;
}

.space5 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

.space7 {
    clear: both;
    height: 7px;
    overflow: hidden;
}

.space8 {
    clear: both;
    height: 8px;
    overflow: hidden;
}

.space10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}
.space108{
    height: 108px;
    background-color: #F5F5F5;
}
.space120{
    height: 120px;
    background-color: #F5F5F5;
}

.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 头部 css */
.topbox{
    position: relative;
}
.topbox .logo{
    position:absolute;
    left: 80px;
    top: 0px;
    width: 320px;
    height: 130px;
}
.topbox_bar{
    padding: 0 80px;
    height: 50px;
    background-color: #1e1e1e;
}
.topbox_bar a{
    display: inline-block;
    color: #969696;
    font-size:18px;
    margin-left: 30px;
}
.topbox_menu {
    height: 80px;
    padding: 0 80px;
    list-style: none;
    color: #000;
}
.topbox_menu >a ,.topbox_menu >.menu_item{
    display: inline-block;
    position: relative;
    height: 80px;
    width: 130px;
    text-align: center;
    line-height: 80px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    color:#000;
    text-decoration: none;
    overflow: hidden;
}
.topbox_menu >a{
    background-color: #fff;
}
.topbox_menu >.menu_item{
    background-color: #F5F5F5;
}
.topbox_menu a .layer_img{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 80px;
    width: 130px;
    line-height: 80px;
}
.layer_img img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.topbox_menu h2 a:hover {
    text-decoration: none;
}

/** 主体内容*/
.mainbox .mainbox_swiper{
    width: 100%;
    margin: 0 auto;
}
.swiper-container{
    width: 100%;
}
.awards_box{
    width: 1440px;
    margin: 0 auto;
    padding: 120px 0;
}
.awards_box >h2{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.awards_box >img{
    display: block;
    margin: 50px auto 80px;
}
.awards_desc{
    color:rgba(0,0,0,1);
    line-height:30px;
    font-size: 20px;
    width: 1000px;
    margin: 0 auto;
}

/** 尾部**/

.footer_box {
    margin: 0 auto;
    color: white;
    background-color: #000;
    font-weight: 400;
}
.footerbox_con{
    width: 1440px;
    margin: 0 auto;
    padding: 50px 80px;
    font-size: 18px;
}
.footerbox_left >h3{
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 400;
}
.footerbox_right{
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footerbox_right p.footer_address{
    width: 444px;
}
/** 滚动内容 **/
.swiper-button-next, .swiper-button-prev,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 25px!important;
}
.banner_img{
    display: block;
    width: 100%;
}
.mainbox_swiper .swiper-pagination-bullets {
    bottom: 140px!important;
    left: 529px!important
    /* width: 480px!important;
    height: 3px;
    background-color: rgba(255,255,255,.3); */
}
.mainbox_swiper .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255,255,255,.3);
    margin: 0 !important;
    opacity: 1;
}
.mainbox_swiper .swiper-pagination-bullet-active{
    background-color: rgba(255,255,255,1)!important;
}

.imglist_box{
    position: relative;
    width: 640px;
    height: 420px;
    overflow: hidden;
    flex-shrink: 1;
}
/**特色列表**/
.feature_box{
    background-color: #F5F5F5;
}
.feature_box_con{
    position: relative;
    width: 1280px;
    padding-top: 246px;
    margin: 0 auto;
}
.pop_box{
    position: absolute;
    width: 1280px;
    height: 300px;
    left: 50%;
    margin-left: -640px;
    top: -55px;
    background-color: #fff;
    z-index: 99;
}
.pop_box_desc{
    padding: 30px 20px 30px 60px;
    line-height: 30px;
    font-size: 18px;
}
.pop_box_desc_en{
    padding: 30px 20px 30px 30px;
    line-height: 30px;
    font-size: 18px;
}
.pop_box_img{
    display: block;
    width: 300px;
    height: 300px;
    flex-shrink: 1;
}
.feature_list_item{
    background-color: #fff;
}
.feature_list_item >img{
    display: block;
    width: 640px;
    height: 420px;
    flex-shrink: 1;
}
.desc_feature{
    width: 640px;
    padding: 0px 60px;
    color: #3c3c3c;
    font-size: 18px;
    line-height: 30px;
}
.title_desc_feature{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.buttn_desc_feature{
    width:160px;
    height:50px;
    text-align: center;
    line-height: 50px;
    border:2px solid rgba(0,0,0,1);
    font-size: 16px;
    color: #000;
    margin: 30px auto 0;
}
.bground_img img{
    display: block;
    width: 100%;
}
.joinus_box{
    background-color: #f5f5f5;
    position: relative;
    font-weight: 400;
    padding-bottom: 846px;
}
.joinus_box .joinus_box_con{
    position: absolute;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    padding: 100px 80px;
    font-size: 20px;
    color: #3c3c3c;
    background: #fff;
    top: -50px;
    z-index: 9;
}
.joinus_box .flex-aic{
    margin-top: 20px;
    line-height: 45px;
}
.joinus_box .title_joinus{
    text-align: center;
    margin-bottom: 80px;
    height:68px;
    font-size:46px; 
    font-weight:bold;
    color:rgba(195,13,35,1);
    line-height:68px;
}
.joinus_box .name_qr{
    color: #3c3c3c;
    font-weight: 500;
    margin-right: 80px;
}
.joinus_box .tips{
    font-size: 18px;
    color: #C30D23;
    margin-top: 76px;
}
.contactus_box{
    width: 100%;
    padding: 110px 0;
    height: 1075px;
    background: url(../newimages/image_bg.png) no-repeat center;
    background-size: cover;
}
.contactus_box .contactus_box_con{
    width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    padding: 80px;
}
.contactus_box .title_contactus{
    font-size:40px;
    font-weight:800;
    color:rgba(195,13,35,1);
    line-height:59px;
    margin-bottom: 60px;
}
.contactus_box .title_conus{
    font-size:30px;
    font-weight:500;
    color:rgba(195,13,35,1);
    line-height:45px;
    margin-bottom: 18px;
}
.contactus_box .unit_contact_unit{
    width: 645px;
}
.contactus_box .item_contact{
    font-size:18px;
    font-weight:500;
    color:rgba(60,60,60,1);
    line-height:36px;
}
.contactus_box .contact_img{
    display: block;
    width: 435px;
    margin-top: 60px;
}
.product_box .factory_box{
    position: relative;
}
.product_box .factory_box >img{
    display: block;
    width: 100%;
}
.product_box .factory_desc{
    position: absolute;
    width: 650px;
    height: 192px;
    top: 50%;
    margin-top: -96px;
    right: 10%;
    font-size:15px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:30px;
    z-index: 9;
}
.brands_list{
    width: 1280px;
    margin: 0 auto;
    padding: 120px 0;
}
.title_brands{
    text-align: center;
    font-size:46px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:68px;
}
.second_title_brands{
    text-align: center;
    font-size:20px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.brands_list >img{
    display: block;
    width: 100%;
}
.brands_list .img_line{
    margin: 50px auto;
    width: auto;
}
.logos_list >img{
    display: block;
    width:390px;
    border:1px dashed #3c3c3c;
}
.product_map{
    background: url(../newimages/map_bg.png) no-repeat center;
    background-size: cover;
}
.product_map_con{
    position: relative;
    width: 1440px;
    margin: 0 auto;
}
.product_map_con>img{
    display: block;
    width: 100%;
}
.companys_list{
    position: absolute;
    width: 400px;
    left: 0;
    top: 110px;
}
.companys_list_item{
    height: 100px;
    width: 100%;
    cursor: pointer;
}
.companys_list_item >p{
    width: 340px;
    margin: 0px 30px;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:29px;
}
.companys_list_item.choosen{
    background:linear-gradient(270deg,rgba(45,153,209,1) 0%,rgba(21,92,157,1) 100%);
}
.place_icon_item{
    position: absolute;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:29px;
    z-index: 9;
}
.place_icon_item.choosen{
    font-size: 20px;
}
.place_icon_item >img{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.place_icon_item.choosen >img{
    width: 35px;
}
.place_icon_item >span{
    display: block;
}
.sh_location{
    right: 290px;
    top: 573px;
}
.choosen.sh_location{
    right: 264px;
    top: 575px;
}
.ah_location{
    right: 408px;
    top: 507px;
}
.choosen.ah_location{
    right: 376px;
    top: 512px;
}
.yn_location{
    right: 295px;
    bottom: 250px;
}
.choosen.yn_location{
    right: 264px;
    bottom: 251px;
}
.jp_location{
    right: 78px;
    top: 485px;
}
.choosen.jp_location{
    right: 64px;
}
.companys_desc{
    position: absolute;
    width: 696px;
    font-size:15px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:30px;
    bottom: 380px;
}