
/* page_section_banner_main */
.page_section_banner_main{
    width: 100%;
    height: auto;
    position: relative;
}
.page_section_banner{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-top: 150px;
}
.page_section_banner .page_con_banner{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.page_section_banner .page_con_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.page_banner_text{
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
}
.page_banner_text .text_box{
    width: 53%;
    height: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.page_banner_text .text_box .title{
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}
.page_banner_text .text_box .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    margin-top: 20px;
}

/* bread_crumbs */
.bread_crumbs{
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    background: #f1f2f7;
    border-bottom: 1px solid #eee;
}
.bread_crumbs_conter{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    font-weight: 400;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/home_icon2.svg) no-repeat left center;
    background-size: 24px;
}
.bread_crumbs_conter a{
    width: auto;
    height: auto;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    font-weight: 400;
    margin: 0 5px;
}
.bread_crumbs_conter a:hover{
    color: #0e9083;
}
.bread_crumbs_conter a:last-child{
    color: #0e9083;
}

.bread_crumbs_conter strong{
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #0e9083;
    line-height: 30px;
}




/* page_content */
.page_content{
    width: 100%;
    height: auto;
    position: relative;
}



/* about_page */
.about_page {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.about_page_section1{
    width: 100%;
    height: auto;
    padding: 100px 0;
    padding-top: 90px;
    box-sizing: border-box;
    background: #f1f2f7;
}
.about_page_section1_conter{
    width: 100%;
    height: auto;
}
.about_page_section1_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 50px;
    box-sizing: border-box;
}
.about_page_section1_conter .left_box h2 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
/* .about_page_section1_conter .left_box h2::after{
    content: " ";
    width: 100px;
    height: 2px;
    background: #6C6C6C;
    position: absolute;
    left: 0;
    bottom: 0;
} */
.about_page_section1_conter .left_box .text_box{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    box-sizing: border-box;
}
.about_page_section1_conter .left_box .text_box p{
    margin-bottom: 30px;
}
.about_page_section1_conter .left_box .text_box p:last-child{
    margin-bottom: 0;
}
.about_page_section1_conter .right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 30px;
    padding-top: 60px;
    box-sizing: border-box;
}
.about_page_section1_conter .right_box .pic_box{
     width: 100%;
    height: auto;
    position: relative;
}
.about_page_section1_conter .right_box .pic_box img{
    display:block;
     width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
/* .about_page_section1_conter .right_box .pic_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    border: 2px solid #b5b5b6;
    position: absolute;
    right: -30px;
    top: -30px;
} */
.about_page_section1_num{
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 50px 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-top: 50px;
}
.about_page_section1_num ul li{
    float: left;
    width: 18%;
    height: auto;
    text-align: center;
}
.about_page_section1_num ul li.li_1{
    width: 22%;
}
.about_page_section1_num ul li.li_4{
    width: 24%;
}
.about_page_section1_num ul li p{
    max-width: 170px;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #6C6C6C;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.about_page_section1_num ul li p strong{
    font-size: 36px;
    color: #191921;
    font-weight: bold;
    margin-right: 2px;
}
.about_page_section1_num ul li p span{
    font-size: 20px;
    font-weight: bold;
    color: #191921;
}

.about_page_section2{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
    background: url(../images/about_page_section2_banner.png) no-repeat center center;
    background-size: cover;
}
.about_page_section2 h2 {
    font-size: 36px;
    color: #191921;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 80px;
    position: relative;
}
.about_page_section2_conter{
    width: 112%;
    height: auto;
    margin-left: -6%;
}
.about_page_section2 .history_list{
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    position: relative;
    padding-top: 100px;
}
.about_page_section2 .history_list .xian{
    display: block;
    width: 100%;
    height: 5px;
    background: #C9063E;
    position: absolute;
    top: 235px;
    left: 0;
    border-radius: 10px;
}
.about_page_section2 .history_list .xian::after{
    content: " ";
    width: 36px;
    height: 36px;
    background: url(../images/history_yuan_icon_jt.png) no-repeat center center;
    background-size: 36px;
    position: absolute;
    right: -25px;
    top: -15px;
}
.about_page_section2 .history_list .ul2 li:nth-child(1){
    margin-left: 12%;
}
.about_page_section2 .history_list ul li{
    float: left;
    width: 25%;
    height: auto;
    padding-left: 6%;
    box-sizing: border-box;
}
.about_page_section2 .history_list .ul2 li:nth-child(2) .item{
    padding-top: 85px;
}
.about_page_section2 .history_list .ul2 li:nth-child(3) .item{
    padding-top: 85px;
}
.about_page_section2 .history_list .ul2 li:nth-child(4) .item{
    padding-top: 55px;
}
.about_page_section2 .history_list ul li .item{
    width: 160px;
    height: 140px;
    padding: 0px 10px;
    padding-right: 5px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    border-left: 2px dashed #cacaca;
    box-sizing: border-box;
}
.about_page_section2 .history_list ul li .item::after{
    content: " ";
    width: 24px;
    height: 24px;
     background: url(../images/history_yuan_icon.png) no-repeat center center;
     background-size: 24px;
    position: absolute;
    left: -13px;
    bottom: -10px;
}
.about_page_section2 .history_list ul.ul2 li .item::after{
    bottom: none;
    top: -13px;
}
.about_page_section2 .history_list ul li .item .time{
    font-size: 26px;
    color: #C9063E;
    line-height: 36px;
    font-weight: bold;
    position: absolute;
    top: -45px;
    left: -10px;
}
.about_page_section2 .history_list ul li .item .icon{
    width: 8px;
    height: 8px;
    background: #6C6C6C;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -5px;
}
.about_page_section2 .history_list ul li .item .time span{
    font-size: 18px;
    margin-left: 10px;
}
.about_page_section2 .history_list ul li .item .article{
    font-size: 16px;
    color: #6C6C6C;
    line-height: 20px;
    width: 250px;
    position: absolute;
    top: -100px;
    left: 65px;
    padding-left: 10px;
    box-sizing: border-box;
}
.about_page_section2 .history_list ul li .item .article::after{
    content: " ";
    width: 1px;
    height: 80px;
    background: #cacaca;
    position: absolute;
    left: 1px;
    top: 5px;
}
.about_page_section2 .history_list ul li .item h3{
    font-size: 18px;
    color: #191921;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.about_page_section2 .history_list .ul2 li .item{
    height: 120px;
}
.about_page_section2 .history_list .ul2 li .item .time{
    position: absolute;
    top: 130px;
    left: -10px;
}
.about_page_section2 .history_list .ul2 li .item .icon{
    position: absolute;
    top: 112px;
    left: -5px;
}
.about_page_section2 .history_list .ul2 li .item .article{
    position: absolute;
    top: 130px;
    left: 65px;
}

.about_page_section3{
    width: 100%;
    height: auto;
    min-height: 700px;
    background: url(../images/about_page_section3_banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    box-sizing: border-box;
}
.about_page_section3_conter{
    width: 100%;
    height: auto;
}
.about_page_section3_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 50px;
    padding-right: 100px;
    box-sizing: border-box;
}
.about_page_section3_conter .left_box h2 {
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.about_page_section3_conter .left_box .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #c1c1c1;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    box-sizing: border-box;
}
.about_page_section3_conter .left_box .text_box p{
    margin-bottom: 20px;
}
.about_page_section3_conter .left_box .text_box p:last-child{
    margin-bottom: 0;
}
.about_page_section3_conter .right_box{
    float: left;
    width: 50%;
    height: auto;
}
.about_page_section3_conter .right_box .pic_box{
    width: 100%;
    height: auto;
    position: relative;
}
.about_page_section3_conter .right_box .pic_box img{
    display:block;
    width: 100%;
    height: auto;
}

.about_page_section4{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
    background: #f1f2f7;
}
.about_page_section4_conter{
    width: 100%;
    height: auto;
}
.about_page_section4_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 60px;
    box-sizing: border-box;
}
.about_page_section4_conter .left_box h2 {
    font-size: 36px;
    color: #191921;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
}
.about_page_section4_conter .left_box .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #6C6C6C;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    box-sizing: border-box;
}
.about_page_section4_conter .left_box .text_box p{
    margin-bottom: 20px;
}
.about_page_section4_conter .left_box .text_box p:last-child{
    margin-bottom: 0;
}
.about_page_section4_conter .list_box{
    width: 100%;
    height: auto;
    margin-top: 150px;
}
.about_page_section4_conter .list_box ul li{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #6C6C6C;
    line-height: 24px;
    font-weight: 400;
    padding-left: 65px;
    margin-bottom: 30px;
}
.about_page_section4_conter .list_box ul li:nth-child(1){
    width: 55%;
    background: url(../images/about_page_section4_icon1.png) no-repeat left center;
    background-size: 50px;
}
.about_page_section4_conter .list_box ul li:nth-child(2){
    width: 45%;
    background: url(../images/about_page_section4_icon2.png) no-repeat left center;
    background-size: 50px;
}
.about_page_section4_conter .list_box ul li:nth-child(3){
    width: 70%;
    background: url(../images/about_page_section4_icon3.png) no-repeat left center;
    background-size: 50px;
    margin-bottom: 0;
}
.about_page_section4_conter .right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 40px;
    box-sizing: border-box;
}
.about_page_section4_conter .right_list_box{
    width: 100%;
    height: auto;
}
.about_page_section4_conter .right_list_box ul {
    float: left;
    width: 48%;
}
.about_page_section4_conter .right_list_box ul:nth-child(1){
    margin-top: 70px;
    margin-right: 4%;
}
.about_page_section4_conter .right_list_box ul li{
    float: left;
    width: 100%;
    height: auto;
    margin: 4% 0;
    position: relative;
}
.about_page_section4_conter .right_list_box ul li .pic_box{
    display:block;
    width: 100%;
    height:auto;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.about_page_section4_conter .right_list_box ul li .pic_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
}
.about_page_section4_conter .right_list_box ul li .pic_box img{
    display:block;
    width: 100%;
    height:auto;
    transition: all .5s;
}
.about_page_section4_conter .right_list_box ul li:hover .pic_box img{
    transform: scale(1.15);
}
.about_page_section4_conter .right_list_box ul li h3{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
}

.about_page_section5{
    width: 100%;
    height: 900px;
    background: url(../images/about_page_section5_banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    box-sizing: border-box;
}
.about_page_section5_conter{
    width: 100%;
    height: auto;
}
.about_page_section5_conter h2 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 36px;
    color: #191921;
    line-height: 46px;
    font-weight: bold;
    position: relative;
}
.about_page_section5_conter .left_box{
    float: left;
    width: 45%;
    height: auto;
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 110px;
}
.about_page_section5_conter .list_box{
    width: 100%;
    height: auto;
} 
.about_page_section5_conter .list_box ul li{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.about_page_section5_conter .list_box ul li::after{
    content: " ";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #646464;
    border-radius: 50%;
}
.about_page_section5_conter .list_box ul li h3{
    font-size: 18px;
    color: #6C6C6C;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.about_page_section5_conter .list_box ul li p{
    font-size: 18px;
    color: #6C6C6C;
    line-height: 24px;
    font-weight: 400;
}
.about_page_section5_conter .right_box{
    float: left;
    width: 55%;
    height: auto;
    box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 67px;
}
.about_page_section5_conter .test_report_list{
    width: 750px;
    height: auto;
    float: right;
}
.about_page_section5_conter .test_report_list ul li{
    float: left;
    width: 33.333333%;
    height: auto;
    cursor: pointer;
}
.about_page_section5_conter .test_report_list ul li img.pic{
    display:block;
    width: 140px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}
.about_page_section5_conter .test_report_list ul li .icon_box{
    display:block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}
.about_page_section5_conter .test_report_list ul li .icon_box img{
    display:block;
    width: 100%;
    height: auto;
}
.about_page_section5_conter .test_report_list ul li:nth-child(4){
    margin-left: 105px;
    margin-top: -23px;
}
.about_page_section5_conter .test_report_list ul li:nth-child(5){
    margin-left: 25px;
    margin-top: -23px;
}


/* outerdiv */
#outerdiv{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.80);
    z-index:2;
    display:none;
}
#outerdiv #innerdiv{
    position:absolute;
}
#outerdiv #innerdiv #bigimg{
    border:5px solid #fff;
    width: 100% !important;
    height: auto;
}

#outerdiv2{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.80);
    z-index:2;
    display:none;
}
#outerdiv2 #innerdiv2{
    position:absolute;
}
#outerdiv2 #innerdiv2 #bigimg2{
    border:5px solid #fff;
    width: 100% !important;
    height: auto;
}


.about_page #outerdiv #innerdiv {
    width: 360px;
    height: 520px;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -260px;
}
.case_page #outerdiv #innerdiv {
    width: 900px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -300px;
}


/* product_page */
.product_page {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.product_page .home_section_product_container .product_item_list ul li .pic_box{
    padding: 5% 10%;
}

/* view_product_page_content */
/*.view_product_page_content{*/
/*    background: #f5f5f5;*/
/*}*/
.view_product_page{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 120px;
    box-sizing: border-box;
}
.view_product_page .page_title_box h2{
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
    color: #000;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
}
.view_product_page .page_title_box h2::after{
    content: " ";
    width: 3px;
    height: 28px;
    background: #000;
    position: absolute;
    top: 10px;
    right: 0;
}

.view_product_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.view_product_conter .text_box{
     width: 100%;
    height: auto;

}
.view_product_conter .text_box img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.view_product_conter .item_box{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 60px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.view_product_conter .item_box h3{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.view_product_conter .item_box .link_box{
    float: right;
    font-size: 15px;
    text-decoration: underline;
    position: relative;
}
.view_product_conter .item_box .link_box::after {
    content: " ";
    width: 0;
    height: 1px;
    background: #191921;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.view_product_conter .item_box .link_box:hover::after {
    width: 100%;
    transition: all 0.5s;
}
  

/* product_details_page */
.product_details_page {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.product_details_page_section{
    width: 100%;
    height: auto;
}
.product_details_introduce_section{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.product_details_introduce_section .introduce_left_box{
    float: left;
    width: 47%;
    height: auto;
    box-sizing: border-box;
    border-radius: 15px;
    margin-right: 6%;
    position: relative;
    border: 2px solid #0e9083;
    padding: 5px 10px;
}
.product_details_introduce_section .introduce_right_box{
    float: left;
    width: 47%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}

.introduce_right_box h2{
    display: inline-block;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 25px;
    box-sizing: border-box;
    position: relative;
}

.introduce_right_box .icon_box{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.introduce_right_box .icon_box img{
    display: block;
    max-width: 100%;
    height: auto;
}
.introduce_right_box h3{
    font-size: 18pt;
    color: #da251d;
    line-height: 40px;
    text-align: left;
    font-weight: 300;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    margin-bottom: 20px;
}
.introduce_right_box .text_box {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #777;
    line-height: 28px;
    text-align: justify;
}
.introduce_right_box .text_box  p{
    margin-bottom: 20px;
}
.introduce_right_box .product_link_box{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.introduce_right_box .product_link_box .link{
    float: left;
    width: auto;
    height: auto;
    background: #0e9083;
    padding: 10px 30px;
    padding-left: 65px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    border: 2px solid #0e9083;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 20px;
}
.introduce_right_box .product_link_box .link1{
    background: #0e9083 url('../images/sidebar_box_icon_form.svg') no-repeat 25px center;
    background-size: 28px;
}
.introduce_right_box .product_link_box .link2{
    background: #25D366 url('../images/sidebar_box_icon_whatsapp.svg') no-repeat 25px center;
    background-size: 30px;
    color: #fff;
    border: 2px solid #25D366;
}

.introduce_right_box .product_link_box .link1:hover{
    background: #fff url('../images/sidebar_box_icon_form_hover.svg') no-repeat 25px center;
    background-size: 34px;
    color: #0e9083;
}
.introduce_right_box .product_link_box .link2:hover{
    background: #0e9083 url('../images/sidebar_box_icon_whatsapp.svg') no-repeat 25px center;
    background-size: 36px;
    color: #fff;
     border: 2px solid #0e9083;
}




.introduce_left_box .swiper-wrapper{
    width: 100%;
    height: auto;
}
.introduce_left_box .gallery_thumbs{
    width: auto;
    height: auto;
    position: relative;

    margin: 0 -5px;
    margin-top: 10px;
}
.introduce_left_box .gallery_thumbs .swiper-slide{
    float: left;
    width: 25%;
    height: auto;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
}
.introduce_left_box .gallery_thumbs .swiper-slide .small_pic{
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #f1f2f7;
    border-radius: 10px;
}
.introduce_left_box .gallery_thumbs .swiper-slide .small_pic img{
    display: block;
    width: 100%;
    height: auto;
}

.introduce_left_box .gallery_thumbs .swiper-wrapper{
   position: relative;
}

.introduce_left_box .gallery_thumbs .swiper-slide-thumb-active .small_pic{
    border: 2px solid #0e9083;
}

.introduce_left_box .gallery_top{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.introduce_left_box .gallery_top .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 5% 15%;
    box-sizing: border-box;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}

.introduce_left_box .gallery_top .swiper-slide .conter_box .video_box{
    /* max-width: 600px; */
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .video_box video{
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: hidden;
}

/*.introduce_left_box .swiper-button-next, .introduce_left_box .swiper-button-prev{*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*}*/
.introduce_left_box .swiper-button-prev{
    background: #f1f2f7 url('../images/swiper_button_prev_icon.png') no-repeat center center;
    background-size: 26px;
    left: 0;
    top: 40%;
    width: 35px;
    height: 50px;
}
.introduce_left_box .swiper-button-next{
    background: #f1f2f7 url('../images/swiper_button_next_icon.png') no-repeat center center;
    background-size: 26px;
    right: 0;
    top: 40%;
     width: 35px;
    height: 50px;
}
.introduce_left_box .swiper-button-prev:hover{
    background: #0e9083 url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 26px;
}
.introduce_left_box .swiper-button-next:hover{
    background: #0e9083 url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 26px;
}


/*product_details_conter_box*/
.product_details_conter_box{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.product_details_conter_box .title_box{
    width: 100%;
    height: auto;
    border-bottom: 2px solid #0e9083;
    margin-bottom: 30px;
}
.product_details_conter_box .title_box h3{
    float: left;
    width: auto;
    height: auto;
    background: #0e9083;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    box-sizing: border-box;
}
.product_details_conter_box .text_box{
    width: 100%;
    height: auto;
}
.product_details_conter_box .text_box img{
    display: block;
    width: 100%;
    height: auto;
}


/* case_details_page */
.case_details_page {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}
.case_details_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.case_details_page .title_box h2 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 25px;
}
.case_details_page .title_box h2::after{
    content: " ";
    width: 100px;
    height: 2px;
    background: #0e9083;
    position: absolute;
    left: 0;
    bottom: 0;
}
.case_details_page .text_box {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #777;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
}
.case_details_page .text_box p{
    margin-bottom: 15px;
}
.case_details_page .text_box p strong{
    color: #000;
    font-weight: 700;
}
.case_details_page .text_box p img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* project_page */
.project_page{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.project_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.project_page_list{
    width: 100%;
    height: auto;
}
.project_page_list ul li{
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.project_page_list ul li .left_box{
    float: left;
    width: 50%;
    height: auto;
    background: #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
}
.project_page_list ul li .left_box .pic_box{
    width: 100%;
    height: auto;
}
.project_page_list ul li .left_box .pic_box img{
    display: block;
    width: 100%;
    height: 400px;
}
.project_page_list ul li .right_box{
    float: left;
    width: 50%;
    height: auto;
    padding: 30px 50px;
    padding-right: 40px;
    box-sizing: border-box;
}
.project_page_list ul li .right_box h2{
    font-size: 26px;
    color: #191921;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.project_page_list ul li .right_box .text{
    width: 100%;
    height: 160px;
    font-size: 15px;
    color: #6C6C6C;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.project_page_list ul li .right_box .color_box{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.project_page_list ul li .right_box .color_box h3{
    font-size: 18px;
    color: #191921;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.project_page_list ul li .right_box .color_box p{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #6C6C6C;
    line-height: 20px;
    font-weight: 400;
}
.project_page_list ul li .right_box .color_box p span{
    display: inline-block;
    padding-left: 15px;
    box-sizing: border-box;
    margin-right: 40px;
    position: relative;
}
.project_page_list ul li .right_box .color_box p span::after{
    content: " ";
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.project_page_list ul li .right_box .app_box{
    width: 100%;
    height: auto;
}
.project_page_list ul li .right_box .app_box h3{
    font-size: 18px;
    color: #191921;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.project_page_list ul li .right_box .app_box .list{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #6C6C6C;
    line-height: 20px;
    font-weight: 400;
}
.project_page_list ul li .right_box .app_box .list p{
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
    margin-right: 15px;
    position: relative;
    margin-bottom: 5px;
}
.project_page_list ul li .right_box .app_box .list p:last-child{
    margin-right: 0;
}
.project_page_list ul li .right_box .app_box .list p span{
    width: 18px;
    height: 18px;
    background: #ccc;
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
}





/* pagination_center */
.pagination_center{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.pagination_box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;

    font-size: 14px;
    color: #6e6e6e;
}

.pagination_box li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
  
}

.pagination_box a {
    color: #000;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination_box .disabled a:link,.pagination_box .disabled a:visited,.pagination_box .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB;
}
.pagination_box .active {
    pointer-events: none;
}
.pagination_box .active,.pagination_box a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination_box li {
    margin:2px 5px;
    font-size:14px;
    border:none;
    border-radius:4px;
}
.pagination_box li a {
    border-radius:4px;
    color:#6e6e6e;
    background:#fff;
    padding:12px 16px;
    border:1px solid #DCDCDC;
}
.pagination_box li.active a,.pagination_box li a:hover {
    background:#000;
    color:#fff;
    border:1px solid #000;
    
}


/* download_page */
.download_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.download_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.download_page_nav{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.download_page_nav ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 40px;
}
.download_page_nav ul li .title_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.download_page_nav ul li .title_box p{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #999;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.download_page_nav ul li .title_box::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #191921;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.download_page_nav ul li.active .title_box p{
    color: #191921;
    transition: all 0.3s;
}
.download_page_nav ul li.active .title_box::after{
    width: 100%;
    transition: all 0.5s;
}
.download_page_nav ul li:hover .title_box p{
    color: #191921;
    transition: all 0.3s;
}
.download_page_nav ul li:hover .title_box::after{
    width: 100%;
    transition: all 0.5s;
}

.download_page_container{
    width: 100%;
    height: auto;
}
.download_item_list{
    width: 100%;
    height: auto;
}
.download_item_list ul{
    margin: 0 -1.5%;
}
.download_item_list ul li{
    float: left;
    width: 22%;
    height: auto;
    background: #f3f3f3;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 1.5%;
    margin-bottom: 3%;
    border: 1px solid #eee;
    cursor: pointer;
}
.download_item_list ul li .pic_box{
    width: 100%;
    height: auto;
}
.download_item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.download_item_list ul li .text_box{
    width: 100%;
    height: auto;
    padding: 10px 0;
    padding-top: 25px;
    box-sizing: border-box;
}
.download_item_list ul li .text_box p{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #191921;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.download_item_list ul li .text_box .link_box{
    display: inline-block;
    width: auto;
    height: auto;
    background: #191921 url('../images/download_icon_jt.png') no-repeat 100px center;
    background-size: 20px;
    padding: 5px 15px;
    padding-right: 35px;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.download_item_list ul li:hover{
    transition: all 0.3s;
    box-shadow: 6px 6px 12px 0px #999;
}
.download_item_list ul li:hover .text_box .link_box{
    background: #C9063E url('../images/download_icon_jt.png') no-repeat 100px center;
    background-size: 20px;
    transition: all 0.3s;
}

/* blog_page */
.blog_page{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.blog_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.blog_page_list{
    width: 100%;
    height: auto;
}
.blog_page_list ul{
    margin: 0 -1.5%;
}
.blog_page_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    margin-bottom: 3%;
}
.blog_page_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.blog_page_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
}
.blog_page_list ul li .text_box{
    width: 100%;
    height: auto;
    padding: 15px 0px;
    box-sizing: border-box;
}
.blog_page_list ul li .text_box h3{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog_page_list ul li .text_box .time{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #C9063E;
    line-height: 20px;
    margin-bottom: 15px;
}
.blog_page_list ul li .text_box .text{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.blog_page_list ul li:hover .pic_box img{
    transform: scale(1.15);
}

/* blog_details_page */
.blog_details_page{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.blog_details_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding-right: 500px;
    box-sizing: box-sizing;
}
.blog_details_page_conter .conter_box{
    width: 100%;
    height: auto;
}

.blog_details_page_conter .conter_box h3{
     width: 100%;
    height: auto;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog_details_page_conter .conter_box .time{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #C9063E;
    line-height: 20px;
    margin-bottom: 20px;
}
.blog_details_page_conter .conter_box .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
    line-height: 28px;
    text-align: justify;
}
.blog_details_page_conter .side_box{
    width: 400px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.blog_details_page_conter .side_box .list_box{
    width: 100%;
    height: auto;
}
.blog_details_page_conter .side_box .list_box h3{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog_details_page_conter .side_box .list_box ul li{
    float: left;
    width: 100%;
    height: auto;
    min-height: 90px;
    padding-left: 120px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    box-sizing: box-sizing;
    margin: 10px 0;
    position: relative;
    
}
.blog_details_page_conter .side_box .list_box ul li a{
    display: block;
}
.blog_details_page_conter .side_box .list_box ul li .pic_box{
    width: 120px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    
}
.blog_details_page_conter .side_box .list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
    border-radius: 5px;
}
.blog_details_page_conter .side_box .list_box ul li .text_box{
    width: 100%;
    height: auto;
    padding: 0px 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.blog_details_page_conter .side_box .list_box ul li .text_box h3{
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog_details_page_conter .side_box .list_box ul li:hover .text_box h3{
    text-decoration: underline;
}
.blog_details_page_conter .side_box .list_box ul li .text_box .time{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #888;
    line-height: 20px;
}




/*public_page*/
.public_page{
    width: 100%;
    height: auto;
    padding: 100px 0;
    padding-top: 60px;
    box-sizing: border-box;
    /*background: #f1f2f7;*/
}
.public_page_content {
    width: 100%;
    height: auto;
    min-height: 1000px;
    padding-left: 360px;
    box-sizing: border-box;
    position: relative;
}
.public_conter_box{
    width: 100%;
    height: auto;
}
.public_side_box {
    width: 320px;
    height: auto;
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}
.public_side_box .sidenav_box{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.public_side_box .sidenav_box h2{
    width: 100%;
    height: auto;
    background: #0e9083;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.public_side_box .sidenav_box ul li{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}
.public_side_box .sidenav_box ul li:last-child{
    border-bottom: none;
}
.public_side_box .sidenav_box ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 20px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #777;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.5s;
}
.public_side_box .sidenav_box ul li a:hover{
    color: #0e9083;
    font-weight: 700;
}
.public_side_box .sidenav_box ul li.active a{
    color: #0e9083;
    font-weight: 700;
}


.public_side_box .sidecontact_box{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.public_side_box .sidecontact_box h2{
    width: 100%;
    height: auto;
    background: #0e9083;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sidecontact_box .online_message_form_box{
    padding: 25px 15px;
    box-sizing: border-box;
}
.sidecontact_box .online_message_form_box .item_box{
    width: 94%;
    margin-bottom: 15px;
}
.sidecontact_box .online_message_form_box .item_btn .sub{
    width: 94%;
    margin-top: 5px;
}
.sidecontact_box .online_message_form_box .item_box input{
    border: 1px solid #ddd;
}
.sidecontact_box .online_message_form_box .item_box textarea{
    height: 130px;
    border: 1px solid #ddd;
}



/* case_page */
.case_page {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    box-sizing: border-box;
}
.case_item_list{
    width: 100%;
    height: auto;
}
.case_item_list ul{
    margin: 0 -1.5%;
}
.case_item_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    margin-bottom: 4%;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    /*border: 1px solid #ddd*/
}
.case_item_list ul li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.case_item_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case_item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
}
.case_item_list ul li .text_box{
    width: 100%;
    height: 75px;
    padding: 15px 0;
    box-sizing: border-box;
    background: #fff;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case_item_list ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #777;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
}
.case_item_list ul li:hover .pic_box img{
    transform: scale(1.08);
}
.case_item_list ul li:hover a{
     transition: all 0.3s;
}



/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.contact_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
   
}
.contact_left_box{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 80px;
}
.contact_left_box .pic_box{
     width: 100%;
    height: auto;
}
.contact_left_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.contact_left_text_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.contact_left_text_box h2{
    font-size: 40px;
    color: #0e9083;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 100px;
    text-align: center;
}
.contact_left_text_box .text_box{
    width: 100%;
    height: auto;
}
.contact_left_text_box .text_box ul{
    margin: 0 -1.5%;
}
.contact_left_text_box .text_box ul li{
    float: left;
    width: 30.333333%;
    height: 220px;
    margin: 0 1.5%;
    /*border: 1px solid rgba(0,0,0,0.04);*/
    box-sizing: border-box;
    padding: 50px 60px;
    padding-top: 80px;
    position: relative;
    background: #fafafa;
    text-align: center;
    border-radius: 15px;
}
.contact_left_text_box .text_box ul li:nth-child(1)::after{
    content: " ";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    border-radius: 50%;
    margin-left: -50px;
    background: #fff url(../images/contact_page_dx_icon.png) no-repeat center center;
    background-size: 55px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
}
.contact_left_text_box .text_box ul li:nth-child(2)::after{
     content: " ";
   width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    border-radius: 50%;
    margin-left: -50px;
    background: #fff url(../images/contact_page_yx_icon.png) no-repeat center center;
    background-size: 55px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    
 
}
.contact_left_text_box .text_box ul li:nth-child(3)::after{
     content: " ";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    border-radius: 50%;
    margin-left: -50px;
    background: #fff url(../images/contact_page_dz_icon.png) no-repeat center center;
    background-size: 55px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    
   
}
.contact_left_text_box .text_box ul li p{
    font-size: 20px;
    color: #777;
    line-height: 30px;
    text-align: justify;
    text-align: center;
}
.contact_left_text_box .text_box ul li p strong{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.contact_right_box{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 80px;
    box-sizing: border-box;
    background: #fafafa;
    padding-left: 53%;
    position: relative;
    overflow: hidden;
}
.contact_right_box .pic_box{
    width: 51%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.contact_right_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.contact_right_box .right_form_box{
    width: 100%;
    height: auto;
    padding-left: 60px;
    box-sizing: border-box;
}
.contact_right_box h2{
    font-size: 36px;
    color: #0e9083;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 4%;
    box-sizing: border-box;
}
.online_message_form_box{
    width: 100%;
    height: auto;
}
.online_message_form_box .item_box{
    float: left;
    width: 44%;
    height: auto;
    position: relative;
    /*padding-left: 95px;*/
    box-sizing: border-box;
    margin: 0 3%;
    margin-bottom: 30px;
}
.online_message_form_box .item_box:nth-child(3){
    width: 94%;
}
.online_message_form_box .item_box label{
    display:block;
    width: 80px;
    height: auto;
    margin-bottom: 5px;
    font-size: 20px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: right;
    display: none;
}
.online_message_form_box .item_box input {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 13px 15px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    color: #777;
    font-weight: 500;
    border: 1px solid #0e9083;
}
.online_message_form_box .item_box textarea {
    width: 100%;
    height: 150px;
    background: #fff;
    padding: 13px 15px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    color: #777;
    font-weight: 500;
    border: 1px solid #0e9083;
}
textarea::placeholder {
    font-family: none;
}
.online_message_form_box .item_btn{
    float: left;
    width: 100%;
    height: auto;
}
.online_message_form_box .item_btn .sub {
    display: block;
    width: 160px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #0e9083;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    text-transform: uppercase;
    
    border: 2px solid #0e9083;
    transition: all 0.5s;
}
.online_message_form_box .item_btn .sub:hover{
    background: #fff;
    color: #0e9083;
}



/* online_message */
.online_message_box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    
    display: none;
}
.online_message_bj{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .90);
    position: absolute;
    top: 0;
    left: 0;
}
.online_message_conter_box{
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 9;
    padding: 20px;
    box-sizing: border-box;
}
.online_message_conter{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 35px 25px;
    position: relative;
}
.online_message_conter h2{
    font-size: 32px;
    color: #0e9083;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.online_message_conter .close_box{
    width: auto;
    height: auto;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.online_message_conter .close{
    width: 40px;
    height: 40px;
    background: url('../images/first_visit_link_close_icon.png') no-repeat center center;
    background-size: 40px;
    cursor: pointer;
}


/*.online_message_box .online_message_form_box .item_box{*/
/*    width: 92%;*/
/*}*/
.online_message_box .online_message_form_box .item_box{
    margin-bottom: 20px;
}




@media screen and (max-width: 1440px){
    .section_container_con{
        width: 1200px;
    }
}


@media screen and (max-width: 1280px){

}


@media screen and (max-width: 960px){

}


@media screen and (max-width: 768px){

}