
/* 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: 20px;
}
.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: 50px;
    padding-bottom: 30px;
}
.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: 20px;
    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: 90px 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: 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: 30px;
    color: #000;
    line-height: 46px;
    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: 32px;
    color: #666;
    font-weight: 400;
}
.about_introduction_conter .left_box .text_box p{
    margin-bottom: 15px;
}

.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: 70px;
}
.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: 20px;
    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;
}
.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;
}
.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;
}



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














