body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,option,p,blockquote,th,td{margin:0;padding:0;}
* {outline: 0 none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul li{list-style: none;}
a{color:black;outline:0 none;text-decoration: none;cursor:pointer;}
img{border:0;}

body{
    /*font-family: Arial, "Source Han Sans CN", -apple-system, sans-serif;*/
    font-size:14pt;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@900&family=Noto+Sans+SC:wght@800&display=swap');

.wrapper{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper_main{
    width: 100%;
    margin: 0 auto;
}

.section_container_con{
    width: 84%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}

/* header_box */
.header_box{
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
}
.header_box .section_container_con{
    width: 84%;
}
.header_middle{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    background: none;
    position: relative;
    border-radius: 10px;
    /*box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.06);*/
    border-bottom: 1px solid #e5e5e5;
}
.header_middle .section_container_con::after{
    content: " ";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.header_middle .conter_box{
    width: 100%;
    height: 50px;
    position: relative;
    padding-left: 230px;
    padding-right: 185px;
    box-sizing: border-box;
}
.header_middle .conter_box .logo_box{
    width: auto;
    height: auto;
    position: absolute;
    top: -5px;
    left: 0;
}
.header_middle .conter_box .logo_box a{
    display: block;
}
.header_middle .conter_box .logo_box img{
    float: left;
    width: auto;
    height: 60px;
}
.header_middle .conter_box .logo_box .text{
    float: left;
    padding-left: 15px;
    /*padding-top: 7px;*/
    box-sizing:border-box;
}
.header_middle .conter_box .logo_box .text h2{
    font-size: 26px;
    color: #ff4e38;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 2px;
    font-family: Noto Serif SC;
}
.header_middle .conter_box .logo_box .text p{
    font-size: 16px;
    color: #555;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Noto Serif SC;
    position: relative;
}
.header_middle .conter_box .logo_box .text p::after{
    content: " ";
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    top: -3px;
    left: 0;
}
.header_middle .conter_box .header_middle_menu{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.header_middle .conter_box .header_middle_menu a{
    display: block;
    width: 280px;
    height: 50px;
    background: #da251d;
    padding: 10px 15px;
    padding-left: 18px;
    box-sizing: border-box;
    border-radius: 5px;
}
.header_middle .conter_box .header_middle_menu .menu_icon{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.header_middle .conter_box .header_middle_menu .title{
    float: left;
    width: auto;
    height: 30px;
    font-size: 14pt;
    color: #fff;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_middle .conter_box .text_conter_box .text_box{
    width:auto;
    height: auto;
    padding: 13px;
    box-sizing: border-box;
    display: none;
}
.header_middle .conter_box .text_conter_box h3{
    width: 100%;
    height: auto;
    font-size: 18pt;
    color: #000;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
}
.header_middle .conter_box .text_conter_box p{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #666;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
}
.header_middle .conter_box .text_conter_box{
    width: 100%;
    height: auto;
}
.header_middle .conter_box .header_link_box{
    display: inline-block;
    width: auto;
    height: auto;
    background: #ff4e38 url('../images/header_jt_icon.png') no-repeat 130px center;
    background-size: 18px;
    padding: 5px 15px;
    padding-right: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    border: 1px solid #ff4e38;
    position: absolute;
    top: 5px;
    right: 0;
}
.header_middle .conter_box .header_link_box:hover{
     background: #fff url('../images/header_jt_icon_hover.png') no-repeat 130px center;
    background-size: 18px;
    color: #ff4e38;
}


.header_nav{
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.header_nav .nav_menu{
    width: 100%;
    height: auto;
    box-sizing: border-box;
} 
.header_nav .nav_menu .nav_menu_ul{
    width: 100%;
    height: auto;
    text-align: center;
}
.header_nav .nav_menu ul li{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 25px;
}
.header_nav .nav_menu ul li:last-child{
    margin-right: 0;
}
.header_nav .nav_menu ul li .link{
    display: block;
    width: auto;
    height: auto;
    color: #000;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;

    font-size: 18px;
    font-weight: 500;
}
.header_nav .nav_menu ul li .link::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #ff4e38;
    position: absolute;
    left: 0;
    bottom: -10px;

    display: none;
}
.header_nav .nav_menu ul li .link:hover{
    color: #ff4e38;
    transition: all 0.2s;
}
.header_nav .nav_menu ul li .link:hover::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li.active .link::after{
    width: 100%;
    transition: all 0.5s;
}

.header_nav .nav_menu ul li.active .link::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li.active .link{
    color: #ff4e38;
}


/*banner*/
.home_banner_section{
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.home_banner_section .swiper-wrapper .swiper-slide img{
    float: left;
    display: block;
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-pagination-bullet{
     width: 20px;
    height: 4px;
    border-radius: 0;
    background: #f0f0f0;
    opacity: 1;
}
.home_banner_section .swiper-pagination-bullet-active{
     background: #ff4e38;
}
.home_banner_section .swiper-container-horizontal>.swiper-pagination-bullets, .home_banner_section .swiper-pagination-custom, .home_banner_section .swiper-pagination-fraction {
    width: 300px;
    left: inherit;
    right: 35px;
    bottom: 35px;
}

.home_banner_section .banner_pro{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_pro_conter{
    width: 40%;
    height: auto;
    padding-top: 210px;
    box-sizing: border-box;
}
.banner_pro1 .banner_pro_conter .t{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ff4e38;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner_pro1 .banner_pro_conter .t{
    /*font-size: 16px;*/
}
.banner_pro1 .banner_pro_conter h2{
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #000000;
    line-height: 66px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.banner_pro1 .banner_pro_conter h2 strong{
    color: #ff4e38;
    font-weight: 500;
}
.page_banner_section{
    width: 100%;
    height: auto;
    min-height: 500px;
}
.page_banner_section .banner_pro1 .banner_pro_conter h2{
    font-weight: 500;
}
.page_banner_section .banner_pro1 .banner_pro_conter h2 strong{
    font-weight: 500;
}

.banner_pro1 .banner_pro_conter .text{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 50px;
}
.banner_pro1 .banner_pro_conter .link_box{
    width: 100%;
    height: auto;
}
.banner_pro1 .banner_pro_conter .link_box .link{
    float: left;
    width: auto;
    height: auto;
    padding: 9px 20px;
    padding-right: 40px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 25px;
}
.banner_pro1 .banner_pro_conter .link_box .link_fa{
    
    background: #ff4e38 url(../images/header_jt_icon.png) no-repeat 155px center;
    background-size: 18px;
    
    color: #fff;
    border: 1px solid #ff4e38;
}
.banner_pro1 .banner_pro_conter .link_box .link_al{
      background: #fff url(../images/header_jt_icon_hover_h.png) no-repeat 122px center;
    background-size: 18px;
}
.banner_pro1 .banner_pro_conter .link_box .link:hover{
     background: #ff4e38 url(../images/header_jt_icon.png) no-repeat 122px center;
    background-size: 18px;
    color: #fff;
    border: 1px solid #ff4e38;
}
.banner_pro1 .banner_pro_conter .link_box .link_fa:hover{
       background: #fff url(../images/header_jt_icon_hover.png) no-repeat 155px center;
    background-size: 18px;
    color: #ff4e38;
    border: 1px solid #ff4e38;
}

.banner_pro_conter .list_box{
    width: 100%;
    height: auto;
    margin-top: 70px;
}
.banner_pro_conter .list_box ul li{
    float: left;
    width: 30%;
    height: auto;
    margin-right: 1%;
    padding-left: 45px;
    box-sizing: border-box;
}
.banner_pro_conter .list_box ul li:nth-child(1){
    background: url('../images/home_banner_icon1.png') no-repeat left 5px;
    background-size: 30px;
    width: 31%;
}
.banner_pro_conter .list_box ul li:nth-child(2){
    background: url('../images/home_banner_icon2.png') no-repeat left 5px;
    background-size: 30px;
}
.banner_pro_conter .list_box ul li:nth-child(3){
    background: url('../images/home_banner_icon3.png') no-repeat left 5px;
    background-size: 30px;
}
.banner_pro_conter .list_box ul li h3{
     width: 100%;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.banner_pro_conter .list_box ul li p{
     width: 100%;
    height: auto;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 400;
}


.banner_pro .banner_pic{
    width: 50%;
    height: auto;
    position: absolute;
    top: 180px;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}



/* home_banner_logo */
.home_banner_logo{
    width: 100%;
    height: 150px;
    padding: 5px 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: #fff;
}
.home_banner_logo .str_wrap.str_active{
    background: none;
}
.home_banner_logo .str_wrap{
    background: none;
}
.home_banner_logo_conter{
    width: 100%;
    height: auto;
    position: relative;
}
.home_banner_logo_conter .title{
    width: 100%;
    height: 40px;
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
}
.home_banner_logo_conter .title::after{
    content: " ";
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 20px;
    left: 0;
}
.home_banner_logo_conter .title p{
    display: inline-block;
    width: 220px;
    height: auto;
    padding: 5px 5px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    color: #777;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -110px;
    z-index: 9;
}
.home_banner_logo_conter .title p strong{
    color: #ff4e38;
    font-weight: 600;
    margin: 0 5px;
}
.home_banner_logo_conter .list_box{
    width: 100%;
    height: auto;
}
.home_banner_logo_conter .list_box ul {
    margin: 0 -10px;
}
.home_banner_logo_conter .list_box ul li{
    display: inline-block;
    width: 160px;
    height: 70px;
    background: #fff;
    margin: 0 10px;
    margin-bottom: 0;
    border-radius: 5px;
}
.home_banner_logo_conter .list_box ul li .pic_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: unset;
 
  fill-opacity: 0.5;
}
.home_banner_logo_conter .list_box ul li .pic_box img{
    max-width: 55%;
    max-height: 50%;
    display: block;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    filter: grayscale(1);
}


/* page_content */
.page_content{
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-top: 0;
    box-sizing: border-box;
    background: #fff;
}

.home_page_content{
    padding-top: 0;
}


/* home_partner */
.home_partner{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
    background: #fff;
}


/* home_service */
.home_service{
    width: 100%;
    height: auto;
    padding: 70px 0;
    box-sizing: border-box;
    background: #f5f7fb;
}
.home_service .title_box{
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 300px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.home_service .title_box p{
    float: right;
    width: auto;
    height: auto;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    border-bottom: 1px solid #ff4e38;
    margin-bottom: 15px;
}
.home_service .title_box h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
.home_service .title_box h2::after{
    content:" ";
    width: 60px;
    height: 3px;
    background: #ff4e38;
    position: absolute;
    left: 2px;
    bottom: -10px;
}
.home_service_conter{
    width: 100%;
    height: auto;
}
.home_service_conter ul{
    margin: 0 -1%;
}
.home_service_conter ul li{
    float: left;
    width: 23%;
    height: auto;
    background: #fff;
    margin: 0 1%;
    border: 2px solid #fff;
    padding: 40px 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;
}
.home_service_conter ul li .icon_box{
    width: 50px;
    height: auto;
    position: absolute;
    top: 35px;
    right: 35px;
}
.home_service_conter ul li .icon_box img{
    display: block;
    width: 100%;
    height: auto;
}
.home_service_conter ul li .text_box{
    width: 100%;
    height: 150px;
}
.home_service_conter ul li .text_box h3{
    font-size: 26px;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 25px;
}
.home_service_conter ul li .text_box .text{
    font-size: 16px;
    color: #777;
    line-height: 30px;
    font-weight: 500;
}
.home_service_conter ul li .text_box .list{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.home_service_conter ul li .text_box .list p{
    float: left;
    width: 50%;
    height: auto;
    font-size: 15px;
    color: #666;
    line-height: 26px;
    padding-left: 22px;
    box-sizing: border-box;
    background: url('../images/home_service_sz_icon.png') no-repeat left center;
    background-size: 16px;
    margin: 3px 0;
     font-weight: 400;
}
.home_service_conter ul li .pic_box{
    width: 100%;
    height: auto;
}
.home_service_conter ul li .pic_box img{
    display: block;
    max-width: 80%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* home_case */
.home_case{
    width: 100%;
    height: auto;
    padding: 70px 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: #fff;
}
.home_case .title_box{
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 300px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.home_case .title_box .link{
    float: right;
    width: auto;
    height: auto;
    padding: 5px 0;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    border-bottom: 1px solid #ff4e38;
    background: url(../images/header_jt_icon_hover_h.png) no-repeat right center;
    background-size: 14px;
    margin-bottom: 15px;
}
.home_case .title_box .link:hover{
    color: #ff4e38;
      background: url(../images/header_jt_icon_hover.png) no-repeat right center;
    background-size: 14px;
}
.home_case .title_box h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
.home_case .title_box h2::after{
    content:" ";
    width: 60px;
    height: 3px;
    background: #ff4e38;
    position: absolute;
    left: 2px;
    bottom: -10px;
}
.home_case_conter{
    width: 100%;
    height: auto;
}
.home_case_conter ul{
    margin: 0 -1.5%;
}
.home_case_conter ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
    margin: 0 1.5%;
    margin-bottom: 3%;
    padding: 10px;
    position: relative;
}
.home_case_conter ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.home_case_conter ul li .title{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 12px;
    box-sizing: border-box;
    background: rgba(234, 90, 4, 0.80);
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    border-radius: 6px;
    position: absolute;
    left: 10px;
    top: -20px;
    z-index: 9;
}
.home_case_conter ul li .pic_box{
    width: 100%;
    height: auto;
}
.home_case_conter ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}
.home_case_conter ul li .text_box{
    width: 100%;
    height: auto;
    padding: 15px 5px;
    box-sizing: border-box;
}
.home_case_conter ul li .text_box h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.home_case_conter ul li .text_box .text{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
}
.home_case_conter ul li .text_box .text span{
    margin-right: 10px;
}




/* home_customer */
.home_customer{
    width: 100%;
    height: auto;
    padding: 50px 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    background: #f5f7fb;
}
.home_customer .title_box{
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 300px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.home_customer .title_box h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
.home_customer .title_box h2::after{
    content:" ";
    width: 60px;
    height: 3px;
    background: #ff4e38;
    position: absolute;
    left: 2px;
    bottom: -10px;
}
.home_customer_conter{
    width: 100%;
    height: auto;
    min-height: 220px;
    padding-left: 43%;
    box-sizing: border-box;
    position: relative;
}
.home_customer_conter .says_box{
    width: 40%;
    height: auto;
    min-height: 220px;
    background: rgba(0, 0, 0, 0.02);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.home_customer_conter .num_box{
    width: 100%;
    height: auto;
    padding: 50px 20px;
    padding-left: 10%;
    box-sizing: border-box;
}
.home_customer_conter .num_box ul li{
    float: left;
    width: 20%;
    height: auto;
    text-align: center;
}
.home_customer_conter .num_box ul li:nth-child(1){
    width: 25%;
}
.home_customer_conter .num_box ul li:nth-child(2){
    width: 29%;
}
.home_customer_conter .num_box ul li:nth-child(3){
    width: 27%;
}
.home_customer_conter .num_box ul li:nth-child(4){
    width: 19%;
}
.home_customer_conter .num_box ul li p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin: 10px 0;
}
.home_customer_conter .num_box ul li p strong{
    font-size: 50px;
    color: #ff4e38;
    font-weight: 500;
    margin-right: 5px;
}
.home_customer_conter .num_box ul li p span{
    /*font-size: 24px;*/
    /*color: #ff4e38;*/
    
     font-size: 26px;
    color: #ff4e38;
    font-weight: 500;
}



/* home_news */
.home_news{
    width: 100%;
    height: auto;
    padding: 70px 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    background: #fff;
}
.home_news .title_box{
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 300px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.home_news .title_box .link{
    float: right;
    width: auto;
    height: auto;
    padding: 5px 0;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    border-bottom: 1px solid #ff4e38;
    background: url(../images/header_jt_icon_hover_h.png) no-repeat right center;
    background-size: 14px;
    margin-bottom: 15px;
}
.home_news .title_box .link:hover{
    color: #ff4e38;
      background: url(../images/header_jt_icon_hover.png) no-repeat right center;
    background-size: 14px;
}
.home_news .title_box h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
.home_news .title_box h2::after{
    content:" ";
    width: 60px;
    height: 3px;
    background: #ff4e38;
    position: absolute;
    left: 2px;
    bottom: -10px;
}
.home_news_conter{
    width: 100%;
    height: auto;
}
.news_list_box{
    width: 100%;
    height: auto;
}
.news_list_box ul{
    margin: 0 -1%;
}
.news_list_box ul li{
    float: left;
    width: 23%;
    height: auto;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 2%;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
.news_list_box ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.news_list_box ul li .title{
    width: 100%;
    height: auto;
    padding: 15px 20px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.news_list_box ul li .title .label{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px 10px;
    box-sizing: border-box;
    background: rgba(234, 90, 4, 0.10);
    font-size: 14px;
    color: #ff4e38;
    line-height: 20px;
    font-weight: 500;
    border-radius: 6px;
    margin-right:0px;
}
.news_list_box ul li .title .time{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px 10px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    font-weight: 500;
}
.news_list_box ul li .pic_box{
    width: 100%;
    height: auto;
}
.news_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news_list_box ul li .text_box{
    width: 100%;
    height: 105px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.news_list_box ul li .text_box h3{
    font-size: 18px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}
.news_list_box ul li .text_box .text{
    font-size: 15px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
}
.news_list_box ul li .more{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    
}
.news_list_box ul li .more span{
    
    width: auto;
    height: auto;
    padding: 2px 0;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ff4e38;
    line-height: 20px;
    text-align: right;
    font-weight: 500;
    background: url(../images/header_jt_icon_hover.png) no-repeat right center;
    background-size: 14px;
   
}
.news_list_box ul li:hover .more span{
    border-bottom: 1px solid #ff4e38;
}


/* home_partner */
.home_partner{
    width: 100%;
    height: auto;
    padding: 90px 0;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: #f2f4f8;
    
    /*display: none;*/
}
.home_partner .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.home_partner .title_box p{
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #ff4e38;
    line-height: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
}
.home_partner .title_box h2{
    font-size: 32px;
    color: #000;
    line-height: 50px;
    font-weight: 500;
}
.home_partner_conter{
    width: 100%;
    height: auto;
}
/*.home_partner_conter ul {*/
/*    margin: 0 -0.5%;*/
/*}*/
.home_partner_conter ul li{
    display: inline-block;
    width: 250px;
    height: 150px;
    background: #f5f7fb;
    margin: 10px;
    border-radius: 5px;
}
.home_partner_conter ul li .pic_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: unset;
}


.home_partner_conter .str_wrap.str_active{
    background: none;
}
.home_partner_conter .str_wrap{
    background: none;
}

/* home_faqs */
.home_faqs{
    float: left;
    width: 58%;
    height: auto;
    padding: 0 0;
    padding-bottom: 80px;
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, 0.03);*/
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
    /*border: 1px solid #eee;*/
}
.home_faqs .title_box{
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 300px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.home_faqs .title_box .link{
    float: right;
    width: auto;
    height: auto;
    padding: 5px 0;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    border-bottom: 1px solid #ff4e38;
    background: url(../images/header_jt_icon_hover_h.png) no-repeat right center;
    background-size: 14px;
    margin-bottom: 15px;
}
.home_faqs .title_box .link:hover{
    color: #ff4e38;
      background: url(../images/header_jt_icon_hover.png) no-repeat right center;
    background-size: 14px;
}
.home_faqs .title_box h2{
    width: auto;
    height: auto;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
.home_faqs .title_box h2::after{
    content:" ";
    width: 60px;
    height: 3px;
    background: #ff4e38;
    position: absolute;
    left: 2px;
    bottom: -10px;
}
.home_faqs_conter{
    width: 100%;
    height: auto;
}
.home_faqs_conter ul{
    float: left;
    width: 100%;
    height: auto;
}

.home_faqs_conter ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 30px;
    padding-bottom: 25px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    /*box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);*/
    border-radius: 10px;
    margin-bottom: 30px;
}
.home_faqs_conter ul li:nth-child(3){
    margin-bottom: 10px;
}
.home_faqs_conter ul li p{
    width: 100%;
    height: auto;
    min-height: 30px;
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;

    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-weight: 400;
}
.home_faqs_conter ul li p span{
    width: 32px;
    height: 32px;
    border: 1px solid #ff4e38;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 16px;
    color: #ff4e38;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -1px;
    left: 0;
    font-weight: 600;
}
.home_faqs_conter ul li p.w{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 12px;
}
.home_faqs_conter ul li p.d span{
    background: #ff4e38;
    color: #fff;
}
.home_faqs_conter ul li p.d{
    padding-top: 3px;
    box-sizing: border-box;
}



/* home_contact */
.home_contact{
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 50px 0;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.home_contact .left_box{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
/*.home_contact .title_box{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-bottom: 50px;*/
/*}*/
/*.home_contact .title_box .t{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    font-size: 16px;*/
/*    color: #ff4e38;*/
/*    line-height: 26px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.home_contact .title_box h2{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    font-size: 46px;*/
/*    color: #000000;*/
/*    line-height: 66px;*/
/*    font-weight: 500;*/
/*    margin-bottom: 30px;*/
/*    letter-spacing: 2px;*/
/*}*/
/*.home_contact .title_box h2 strong{*/
/*    color: #ff4e38;*/
/*    font-weight: 600;*/
/*}*/
/*.home_contact .title_box .text{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    font-size: 18px;*/
/*    color: #666;*/
/*    line-height: 28px;*/
/*    font-weight: 400;*/
/*    margin-bottom: 50px;*/
/*}*/
.home_contact .left_box .text_box{
    width: 100%;
    height: auto;
}
.home_contact .left_box .text_box ul{
    margin: 0 -1%;
}
.home_contact .left_box .text_box ul li{
    float: left;
    width: 23%;
    height: 180px;
    background: #fff;
    min-height: 180px;
    box-sizing: border-box;
    padding: 55px 20px;
     padding-left: 125px;
    margin: 0 1%;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eee;
   
    border-radius: 10px;
     box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
}
.home_contact .left_box .text_box ul li:nth-child(1)::after{
    content: " ";
    width: 70px;
    height: 70px;
    background: #fef0f0 url('../images/contact_icon_phone.png') no-repeat center center;
    background-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 30px;
}
.home_contact .left_box .text_box ul li:nth-child(2)::after{
    content: " ";
    width: 70px;
    height: 70px;
    background: #fef0f0 url('../images/contact_icon_phone.png') no-repeat center center;
    background-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 30px;
}
.home_contact .left_box .text_box ul li:nth-child(3)::after{
    content: " ";
    width: 70px;
    height: 70px;
    background: #fef0f0 url('../images/contact_icon_add.png') no-repeat center center;
    background-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 30px;
}
/*.home_contact .left_box .text_box ul li:nth-child(4)::after{*/
/*    content: " ";*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: url('../images/contact_icon_yx.png') no-repeat top center;*/
/*    background-size: 28px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.home_contact .left_box .text_box ul li:nth-child(4){
    padding-top: 25px;
}
.home_contact .left_box .text_box ul li:nth-child(4)::after{
    content: " ";
    width: 70px;
    height: 70px;
    background: #fef0f0 url('../images/contact_icon_code2.png') no-repeat center center;
    background-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 30px;
}
.home_contact .left_box .text_box ul li h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.home_contact .left_box .text_box ul li p{
    font-size: 18px;
    color: #777;
    line-height: 28px;
    font-weight: 400;
}
.home_contact .left_box .text_box ul li p img{
    display: block;
    width: 130px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 6px;
}
.home_contact .right_box{
    float: right;
    width: 100%;
    height: auto;
    background: #f2f4f8;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 10px;
     border: 1px solid #eee;
     /*box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.03);*/
}
.home_contact .contact_form_box .title_box{
    margin-bottom: 40px;
}
.home_contact .contact_form_box .title_box h2{
    color: #000;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}
.home_contact .contact_form_box .title_box p{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
}
.home_contact .contact_form_box{
    float: right;
    width: 36%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
    box-sizing: border-box;
    border: 1px solid #eee;
   
}
.home_contact .contact_form_box .item_box{
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-bottom: 25px;
    box-sizing: border-box;
    position: relative;
}
.home_contact .contact_form_box .item_box label{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 20px;
}
.home_contact .contact_form_box .item_box input {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: 500;
    border: none;
    border: 1px solid #dddddd;

    padding-left: 110px;
    border-radius: 8px;
}
.home_contact .contact_form_box .item_box textarea {
   display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    background: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: 500;
    border: none;
    border: 1px solid #e5e5e5;

    padding-left: 110px;
    border-radius: 8px;
}
.home_contact .contact_form_box .item_btn{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.home_contact .contact_form_box .item_btn .sub {
    display: block;
    width: 100%;
    height: auto;
    background: #ff4e38;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #ff4e38;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 35px;
}
.home_contact .contact_form_box .item_btn .sub:hover{
    background: #fff;
    color: #ff4e38;
}


/* footer_box */
/*.footer_box{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    background: #333;*/
/*    padding: 20px 0;*/
/*    box-sizing: border-box;*/
/*}*/
/*.footer_box p{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    font-size: 16px;*/
/*    color: #d5d5d5;*/
/*    line-height: 26px;*/
/*}*/
/*.footer_box p span{*/
/*    float: right;*/
/*}*/



/* footer */
.footer_container {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #333;
}
.footer_box{
    width: 100%;
    height: auto;
}
.footer_box .top_box{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.footer_left{
    float: left;
    width: 40%;
    height: auto;
    padding-top: 20px;
    padding-right: 12%;
    box-sizing: border-box;
}
.footer_left .logo_pic{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.footer_left .logo_pic img{
    display: block;
    width: 220px;
    height: auto;
}
.footer_left .text{
    font-size: 18px;
    color: #d5d5d5;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 400;
    
}
.footer_left p{
    font-size: 16px;
    color: #d5d5d5;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}
.footer_left p.add span{
    margin-left: 30px;
}

.footer_left .phone{
    display: inline-block;
    width: auto;
    height: auto;
    background: #ff4e38 url("../images/phone_icon_bai1.png") no-repeat 20px center;
    background-size: 26px;
    padding: 8px 20px;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_box .footer_nav{
    float: left;
    width: 45%;
    height: auto;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .footer_box .footer_nav ul li{
        float: left;
        width: 25%;
        height: auto;
  }
  .footer_box .footer_nav ul li:nth-child(1){
      width: 33%;
  }
  .footer_box .footer_nav ul li:nth-child(2){
      width: 35%;
  }
  .footer_box .footer_nav ul li:nth-child(3){
      width: 32%;
  }
  .footer_box .footer_nav ul li p{
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
     padding: 5px;
    box-sizing: border-box;
    height: 30px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .footer_box .footer_nav ul li a{
    display: block;
    font-size: 16px;
    color: #ddd;
    line-height: 26px;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
  }
  .footer_box .footer_nav ul li p a{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .footer_box .footer_nav ul li a:hover{
    color: #ff4e38;
  }

.footer_box .bottom_box{
    width: 100%;
    height: auto;
    border-top: 1px solid #666;
}
.footer_box .bottom_box p{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    font-size: 15px;
    color: #d5d5d5;
    line-height: 30px;
    text-align: left;
}
.footer_box .bottom_box p a{
     color: #d5d5d5;
     margin: 0 0px;
}
.footer_box .bottom_box p a:hover{
    color: #ff4e38;
}
.footer_box .bottom_box p span{
    float: right;
}
.footer_box .footer_right{
    float: right;
    width: 15%;
    height: auto;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .footer_box .footer_right p{
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    
  }
  .footer_right .logo_pic{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
}
.footer_right .logo_pic img{
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
}




