
/* page_content */
.page_content{
    width: 100%;
    height: auto;
    position: relative;
}
.page_content_section{
    width: 100%;
    height: auto;
    padding: 70px 0;
    box-sizing: border-box;
}
.page_title_box{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.page_title_box h2{
    font-size: 32pt;
    color: #da251d;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
}



/* bread_crumbs */
.bread_crumbs{
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.bread_crumbs_conter{
    width: 100%;
    height: auto;
}
.bread_crumbs_conter ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
}
.bread_crumbs_conter ul li a{
    display: block;
    width: auto;
    height: auto;
}
.bread_crumbs_conter ul li a:hover span{
    color: #da251d;
}
.bread_crumbs_conter ul li span{
    display: block;
    width: auto;
    height: auto;

    font-size: 13pt;
    color: #666;
    line-height: 30px;
}
.bread_crumbs_conter ul li strong{
    display: block;
    width: auto;
    height: auto;
    font-size: 13pt;
    color: #da251d;
    line-height: 30px;
    font-weight: normal;
}



/* service_page */
.service_page{
    width: 100%;
    height: auto;
}
.service_page .home_service{
    background: #fff;
    padding-top: 70px;
}
.service_page .home_service_conter ul{
    margin: 0 -1.5%;
}
.service_page .home_service_conter ul li{
    width: 47%;
    min-height: 360px;
    margin: 0 1.5%;
    margin-bottom: 3%;
    background: #fff;
    border: 2px solid #eee;
}
.service_page .home_service_conter ul li .text_box{
    float: left;
    width: 55%;
}
.service_page .home_service_conter ul li .pic_box{
    float: right;
    width: 50%;
    margin-top: -110px;
    margin-right: -25px;
}
.service_page .home_service_conter ul li{
    padding: 40px;
    padding-bottom: 35px;
}
.service_page .home_service_conter ul li .text_box h3{
    font-size: 32px;
    margin-bottom: 20px;
}
.service_page .home_service_conter ul li .text_box .text{
    font-size: 18px;
    line-height: 28px;
     font-weight: 500;
}
.service_page .home_service_conter ul li .text_box .list p{
    font-size: 16px;
    margin: 8px 0;
    font-weight: 500;
}
.service_page .home_service_conter ul li .text_box .list{
    margin-top: 40px;
}


/* case_page */
.case_page{
    width: 100%;
    height: auto;
}
.case_page .home_case{
    background: #fff;
    padding-top: 70px;
    padding-bottom: 60px;
}
.case_page .home_case_conter ul li{
    background: #fff;
    border: 1px solid #eeeeee;
}


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

/* about_introduction */
.about_introduction{
    width: 100%;
    height: auto;
    padding: 100px 0;
    padding-top: 100px;
    box-sizing: border-box;
}
.about_introduction_conter{
    width: 100%;
    height: auto;
    /*min-height: 620px;*/
    
    /*padding: 60px 80px;*/
    /*box-sizing: border-box;*/
    /*background: url('../images/about_page_pic.jpg') no-repeat right center;*/
    /*background-size: 100%;*/
    border-radius: 10px;
}
.about_introduction_conter .left_box{
    float: right;
    width: 48%;
    height: auto;
    padding:  25px 40px;
    box-sizing: border-box;
}
.about_introduction_conter .left_box .title_box{
    margin-bottom: 30px;
}
.about_introduction_conter .left_box .title_box h2{
    font-size: 28px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
}
.about_introduction_conter .left_box .title_box h2 strong{
    color: #ff4e38;
}
.about_introduction_conter .left_box .text_box{
    font-size: 18px;
    line-height: 36px;
    color: #666;
    font-weight: 400;
}
.about_introduction_conter .left_box .text_box p{
    margin-bottom: 20px;
}

.about_introduction_conter .banner_pic{
    float: left;
    width: 48%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.about_introduction_conter .banner_pic img{
    display: block;
    width: 100%;
    height: auto;
}

.about_introduction_conter .about_num_box{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.about_introduction_conter .about_num_box ul li{
    float: left;
    width: 30%;
    height: auto;
    text-align: center;
}
.about_introduction_conter .about_num_box ul li:nth-child(2){
    width: 40%;
}
.about_introduction_conter .about_num_box ul li p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: left;
    margin: 5px 0;
}
.about_introduction_conter .about_num_box ul li p strong{
    font-size: 52px;
    color: #ff4e38;
    font-weight: 500;
    margin-right: 5px;
}
.about_introduction_conter .about_num_box ul li p span{
    font-size: 24px;
    color: #ff4e38;
}
.about_introduction_conter .right_box{
    float: left;
    width: 40%;
    height: auto;
}
.about_introduction_conter .right_box .pic_box{
    display: block;
    width: 100%;
    height: auto;
}
.about_introduction_conter .right_box .pic_box img{
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.about_introduction_conter .pic_list_box{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.about_introduction_conter .pic_list_box ul {
    margin: 0 -1.5%;
}
.about_introduction_conter .pic_list_box ul li{
    float: left;
    width: 22%;
    height: auto;
    margin: 0 1.5%;
}
.about_introduction_conter .pic_list_box ul li .pic_box{
    display: block;
    width: 100%;
    height: auto;
}
.about_introduction_conter .pic_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}


/* about_working */
.about_working{
    width: 100%;
    height: auto;
    padding: 90px 0;
    box-sizing: border-box;
}
.about_working .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.about_working .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;
}
.about_working .title_box h2{
    font-size: 32px;
    color: #000;
    line-height: 50px;
    font-weight: 500;
}
.about_working_conter{
    width: 100%;
    height: auto;
}
.about_working_conter{
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-left: 46%;
    box-sizing: border-box;
    position: relative;
}
.about_working_conter .left_box{
    width: 45%;
    height: auto;
    position: absolute;
    top: 30px;
    left: 0;
}
.about_working_conter .left_box .pic_box{
    width: 90%;
    height: auto;
}
.about_working_conter .left_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.about_working_conter .right_box{
    width: 100%;
    height: auto;
}
.about_working_conter .right_box ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 330px;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}
.about_working_conter .right_box ul li h3{
    width: 300px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    padding-left: 50px;
    box-sizing: border-box;
}
.about_working_conter .right_box ul li h3::after{
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/about_section2_icon.png') no-repeat center center;
    background-size: 20px;
}
.about_working_conter .right_box ul li p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.about_working_conter .right_box ul li:hover{
    border-bottom: 1px solid #ff4e38;
}
.about_working_conter .right_box ul li:hover h3{
    color: #ff4e38;
}
.about_working_conter .right_box ul li:hover h3::after{
    background: url('../images/about_section2_icon_hover.png') no-repeat center center;
    background-size: 20px;
}


.about_page .home_partner{
    background: none;
}
/* .about_page .home_partner_conter ul li{
    background: #f5f5f5;
} */




/* news_page */
.news_page{
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.news_page .news_list_box ul li{
    width: 31.333333%;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.news_page .news_list_box ul li a{
    width: 100%;
    height: 150px;
    /*padding-left: 200px;*/
    box-sizing: border-box;
    position: relative;
}
.news_page .news_list_box ul li .pic_box{
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 6px;
    box-sizing: border-box;
    
    display: none;
}
.news_page .news_list_box ul li .pic_box img{
    border-radius: 10px;
}
.news_page .news_list_box ul li .title .time{
    display: none;
}
.news_page .news_list_box ul li .title{
    width: auto;
    position: absolute;
    top: -20px;
    right: 0;
    padding: 0 20px;
}
.news_page .news_list_box ul li .text_box{
    padding-top: 15px;
    height: 110px;
}
.news_page  .news_list_box ul li .more{
    padding-top: 5px;
    padding-bottom: 5px;
}
.news_page .news_list_box ul li{
    padding: 10px;
    box-sizing: border-box;
}
.news_page .news_list_box ul li .text_box h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}


/*contact_page*/
.contact_form_box{
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: box-sizing;
    background: #f2f4f8;
}





@media screen and (max-width: 1600px){
    .service_page .home_service_conter ul li .text_box .text{
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .service_page .home_service_conter ul li .text_box h3{
        font-size: 26px;
    }
    .service_page .home_service_conter ul li .text_box{
        height: 130px;
    }
    .service_page .home_service_conter ul li .text_box .list p {
        font-size: 15px;
        margin: 5px 0;
        font-weight: 400;
    }
    .service_page .home_service_conter ul li .pic_box {
        margin-top: -80px;
    }
    .service_page .home_service{
        padding-top: 60px;
    }
    .case_page .home_case{
        padding-top: 60px;
    }
    .about_introduction{
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .about_introduction_conter .left_box .title_box h2{
        font-size: 24px;
        line-height: 36px;
    }
    .about_introduction_conter .left_box{
        padding: 25px;
        padding-left: 35px;
        padding-right: 0;
    }
    .about_introduction_conter .left_box .text_box{
        font-size: 16px;
        line-height: 30px;
    }
    .about_introduction_conter .about_num_box{
        margin-top: 40px;
    }
    .about_introduction_conter .about_num_box ul li p strong{
        font-size: 46px;
    }
    .about_introduction_conter .about_num_box ul li p span{
        font-size: 20px;
    }
    .about_introduction_conter .about_num_box ul li p{
        font-size: 16px;
        line-height: 26px;
    }
    
    .home_contact .left_box .text_box ul{
        margin: 0 -0.5%;
    }
    .home_contact .left_box .text_box ul li{
        width: 24%;
        margin: 0 0.5%;
    }
    .home_contact .left_box .text_box ul li p{
        font-size: 16px;
        line-height: 26px;
    }
}



@media screen and (max-width: 1440px){
     .header_box .section_container_con{
        width: 88%;
    }
    .section_container_con{
        width: 88%;
    }
    
    .service_page .home_service_conter ul li .text_box{
        width: 58%;
    }
    .about_introduction_conter .left_box {
        padding: 0;
        padding-left: 30px;
        padding-right: 0;
    }
    .about_introduction_conter .left_box .title_box h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .about_introduction_conter .left_box .text_box {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home_contact .left_box .text_box ul li{
        padding: 45px 20px;
        padding-left: 90px;
    }
    .home_contact .left_box .text_box ul li::after {
        content: " ";
        width: 50px !important;
        height: 50px  !important;

        background-size: 26px !important;
        position: absolute;
        top: 40px !important;
        left: 20px !important;
    }
    .home_contact .left_box .text_box ul li h3{
        font-size: 18px;
    }
    
    .home_contact .right_box{
        padding: 25px;
    }
    .home_contact .contact_form_box{
        padding: 30px 40px;
    }
    .home_faqs{
        width: 59%;
        padding: 10px;
    }
    .home_faqs .title_box h2{
        font-size: 26px;
    }
    .home_faqs .title_box h2::after {
        width: 50px;
        height: 2px;
        left: 2px;
        bottom: -5px;
    }
    .home_faqs .title_box .link {
      
        padding: 3px 0;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 15px;
        background: url(../images/header_jt_icon_hover_h.png) no-repeat right center;
        background-size: 11px;
    }
    .home_faqs .title_box{
        margin-bottom: 30px;
    }
    .home_faqs_conter ul li {
        padding: 20px 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .home_faqs_conter ul li p.w{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .home_faqs_conter ul li p{
        font-size: 15px;
    }
    .home_faqs_conter ul li p span {
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 26px;
        top: 2px;
        font-weight: 600;
    }
    
    .home_contact .contact_form_box .title_box h2{
        font-size:24px;
        font-weight: 500;
    }
    .home_contact .contact_form_box .title_box p {
        font-size: 15px;
        line-height: 24px;
    }
    .about_introduction_conter .about_num_box ul li p strong {
        font-size: 40px;
    }
    
    .home_contact .contact_form_box .item_box input {
      
        padding: 12px 15px;
        font-size: 15px;
        line-height: 20px;
        padding-left: 95px;
        border-radius: 8px;
    }
    .home_contact .contact_form_box .item_box label {
        font-size: 15px;
        top: 8px;
        left: 15px;
    }
    .home_contact .contact_form_box .item_box{
        margin-bottom: 10px;
    }
    .home_contact .contact_form_box .item_box textarea{
        min-height: 85px;
        padding: 12px 15px;
        font-size: 15px;
         padding-left: 95px;
    }
    .home_contact .contact_form_box .title_box{
        margin-bottom: 30px;
    }
    .home_contact .contact_form_box .item_btn{
        margin-top: 30px;
    }
    .home_contact .contact_form_box .item_btn .sub {
        padding: 8px 20px;
        font-size: 16px;
        line-height: 26px;
        margin-top: 35px;
    }
    
    .footer_box .top_box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .footer_box .footer_nav ul li p,.footer_box .footer_right p{
        font-size: 18px;
        line-height: 26px;
    }
    .footer_box .footer_nav ul li a{
        font-size:15px;
        line-height: 24px;
    }
    .footer_right .logo_pic img{
        width: 140px;
    }
    .footer_left .logo_pic img{
        width: 170px;
    }
    .footer_left .text{
        font-size:15px;
        line-height: 24px;
    }
    .footer_left p{
         font-size:14px;
        line-height: 24px;
    }
    .footer_left .phone {
        background: #ff4e38 url(../images/phone_icon_bai1.png) no-repeat 20px center;
        background-size: 20px;
        padding: 5px 20px;
        padding-left: 50px;
        font-size: 18px;
        margin-top: 10px;
    }
    .footer_box .bottom_box p{
        padding: 10px 0;
        font-size: 14px;
    }
    .footer_left {

        width: 37%;

        padding-right: 7%;

    }
        
    
    
    
}



@media screen and (max-width: 1240px){
    body{
        width: 1280px;
    }
    .header_box .section_container_con{
        width: 1200px;
    }
    .section_container_con{
        width: 1200px;
    }
}











