/*common css*/
.loading-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    text-align: center;
    top: 0;
    padding-top: 20%;
    display: none;
}
.imgbox img{
    width: 100%;
}
body{
    font-size: 16px;
    color: #222222;
    max-width: 1920px;
    margin: auto;
}
.inside-pagination {
    padding: 4rem 0;
    text-align: center;
}
.inside-pagination ul li{
    display: inline-block;
    margin: 0 3px;
    font-size: 18px;
    font-weight: bold;
    background: #dadada;
    border-radius: 3px;
    padding: 10px 20px;
}
.inside-pagination ul li.pre-page,
.inside-pagination ul li.next-page{
    padding: 10px 15px;
}
.inside-pagination ul li a{
    color: #000;
}
.inside-pagination ul li.active,
.inside-pagination ul li:hover{
    background: #0c42b5;
}
.inside-pagination ul li.active a,
.inside-pagination ul li:hover a{
    color: #fff;
}
.inside-pagination ul li.pre-page>a>img{
    transform: rotate(180deg);
}
.inside-pagination ul li:hover a img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(10000%);
}
.swiper-pagination-bullet-active{
    background: #0c42b5;
}
/*page css*/
.page-banner {
    
}
.page-banner .img-auto{
    width: 100%;
}



/*about us*/
.about-content{
    margin: 110px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-content .left{
    width: 48%;
    /*padding-right: 10%;*/
}
.about-content .left .content-title{
    font-size: 46px;
    color: #0c42b5;
    margin-bottom: 25px;
}
.about-content .left .content *{
    line-height: 1.4;
    margin: 10px 0;
    font-size: 18px;
}
.about-content .left .content h1,
.about-content .left .content h2,
.about-content .left .content h3,
.about-content .left .content h4,
.about-content .left .content h5,
.about-content .left .content h6{
    font-size: 30px;
}
.about-content .right{
    width: 41%;
    
}
.about-content .right .about-item-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20%;
}
.about-content .right .about-item-box > div{
    width: 30%;
    padding-left: 25px;
    padding-right: 3%;
    border-left: 1px solid #dce1ea;
    color: #0c42b5;
}
.about-content .right .about-item-box > div .imgbox{
    max-width: 86px;
}
.about-content .right .about-item-box > div strong{
    font-size: 40px;
    margin: 15px 0;
}
.about-header-block{
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.about-header-block .title-block{
    margin: 40px 0;
    font-size: 40px;
    font-weight: bold;
    color: #222222;
}
.about-header-block .title-remark{
    color: #666666;
}
.about-customers{
    padding: 40px 0;
    display: none;
}
.about-customers .swiper-about-customers{
    margin: 40px 0 100px 0;
}
/*.about-customers .swiper-about-customers .swiper-slide .imgbox{*/
/*    background: #f4f4f4;*/
/*}*/
/*.about-customers .swiper-about-customers .swiper-slide .imgbox img{*/
/*    -webkit-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*}*/
/*.about-customers .swiper-about-customers .swiper-slide:hover .imgbox img{*/
/*    -webkit-filter: grayscale(0%);*/
/*    filter: grayscale(0%);*/
/*}*/
.about-company{
    background: #f4f4f4;
    padding: 40px 0 120px 0;
}
.about-company .swiper-about-company{
    margin-top: 40px;
}

/*case list*/
.case_list_box{
    padding: 100px 0 40px 0;
    background: #f8f8f8;
}
.case_list_box .header{
    text-align: center;
}
.case_list_box .header .title{
    font-size: 46px;
    /*margin-bottom: 25px;*/
}
.case_list_box .header .title span{
    color: #0c42b5;
}
.case_list_box .header p{
    font-size: 18px;
    color: #666666;
}
.case_list_box .case_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.case_list_box .case_list .case_item{
    width: 32.5%;
    margin-bottom: 20px;
}
.case_list_box .case_list .case_item .textbox{
    padding: 30px;
    background: #fff;
}
.case_list_box .case_list .case_item .textbox h4{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.case_list_box .case_list .case_item .textbox .remark{
    margin: 20px auto;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.case_list_box .case_list .case_item .textbox .arr4{
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 16px;
  background: url(../images/arr-btn2.png) no-repeat center;
  background-size: auto;
  background-size: 100%;
}
.case_list_box .case_list .case_item .imgbox{
    overflow: hidden;
}
.case_list_box .case_list .case_item:hover .imgbox img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.case_list_box .case_list .case_item:hover .textbox{
    background: #0c42b5;
}
.case_list_box .case_list .case_item:hover .textbox h4,
.case_list_box .case_list .case_item:hover .textbox .remark{
    color: #fff;
}
.case_list_box .case_list .case_item:hover .textbox .arr4{
    background-image: url(../images/arr2-white.png);
}

/*post infomation*/
.post_infomation{
    background: #f8f8f8;
    padding: 80px 0;
}
.post_infomation .auto-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post_infomation .auto-container .left{
    width: 77.5%;
}
.post_infomation .auto-container .left .infomation{
    background: #fff;
    padding: 40px;
    font-size: 16px;
    color: #333333;
}
.post_infomation .auto-container .left .infomation .header{
    margin-bottom: 40px;
}
.post_infomation .auto-container .left .infomation .header .title{
    font-size: 30px;
    font-weight: bold;
    color: #222222;
}
.post_infomation .auto-container .left .infomation .header .icon{
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
}
.post_infomation .auto-container .left .infomation .header .icon > span{
    background: #eeeeee;
    padding: 10px 15px;
    border-radius: 5px;
}
.post_infomation .auto-container .left .infomation .header .icon > span:first-child{
    margin-right: 10px;
}
.post_infomation .auto-container .left .infomation .header .icon > span img{
    max-width: 18px;
    margin-right: 10px;
    padding-bottom: 4px;
}
.post_infomation .auto-container .left .infomation .content{
    padding: 40px 0;
    border-top: 2px dashed #cccccc;
}
.post_infomation .auto-container .left .infomation .content *{
    max-width: 100%;
    line-height: 1.6;
    margin: 10px 0;
}
.post_infomation .auto-container .left .infomation .content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.post_infomation .auto-container .left .infomation .content ul li {
    list-style-type: disc;
    margin-left: 10px;
}
.post_infomation .auto-container .left .infomation .content table{
    border-color: #dddddd;
}
.post_infomation .auto-container .left .infomation .content table td{
    padding: 10px;
}
.post_infomation .auto-container .left .other-post{
    margin-top: 40px;
}
.post_infomation .auto-container .left .other-post > div{
    margin: 20px 0;
}
.post_infomation .auto-container .left .other-post > div > a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post_infomation .auto-container .left .other-post > div > a div{
    padding-top: 11px;
}
.post_infomation .auto-container .left .other-post > div > a div:first-child{
    width: 45px;
    height: 45px;
    text-align: center;
    background: #dadada;
    border-radius: 5px;
}
.post_infomation .auto-container .left .other-post > div > a.prev-page div:first-child img{
    transform: rotate(180deg);
}
.post_infomation .auto-container .left .other-post > div > a div:last-child{
    width: 94%;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.post_infomation .auto-container .left .other-post > div:hover a div:first-child{
    background: #0c42b5;
}
.post_infomation .auto-container .left .other-post > div:hover a div:first-child img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(10000%);
}
.post_infomation .auto-container .left .other-post > div:hover a div:last-child{
    color: #0c42b5;
}
/*.post_infomation .auto-container .left .other-post > p{*/
    /*margin-top: 20px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 1;*/
/*    height: 60px;*/
/*    padding-top: 15px;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a{*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    color: #222222;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a span{*/
/*    padding: 10px 12px;*/
/*    background: #dadada;*/
/*    border-radius: 5px;*/
/*    margin-right: 20px;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a span img{*/
/*    padding-bottom: 4px;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a.prev-page span img{*/
/*    transform: rotate(180deg);*/
/*    padding-bottom: 0px;*/
/*    margin-bottom: 3px;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a:hover{*/
/*    color: #0c42b5;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a:hover span{*/
/*    background: #0c42b5;*/
/*}*/
/*.post_infomation .auto-container .left .other-post > p a:hover span img{*/
/*    -webkit-filter: grayscale(100%);*/
/*    filter: grayscale(100%) brightness(10000%);*/
/*}*/



.post_infomation .auto-container .right{
    /*width: 30%;*/
    width: 21%;
}
.post_infomation .auto-container .right > div{
    background: #fff;
     padding: 20px;
}
.post_infomation .auto-container .right .header{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.post_infomation .auto-container .right .header img{
    max-width: 50px;
    margin-right: 15px;
}
.post_infomation .auto-container .right .recommend{
    
}
.post_infomation .auto-container .right .recommend .item{
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
}
.post_infomation .auto-container .right .recommend .item:hover{
    border-top: 1px solid #0c42b5;
}
.post_infomation .auto-container .right .recommend .item .title{
    
}
.post_infomation .auto-container .right .recommend .item .title a{
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.post_infomation .auto-container .right .recommend .item:hover .title a{
    color: #0c42b5;
}
.post_infomation .auto-container .right .recommend .item .icon {
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
}
.post_infomation .auto-container .right .recommend .item .icon > span {
    background: #eeeeee;
    padding: 10px 15px;
    border-radius: 5px;
}
.post_infomation .auto-container .right .recommend .item .icon > span:first-child {
    margin-right: 10px;
}
.post_infomation .auto-container .right .recommend .item .icon > span img {
    max-width: 18px;
    margin-right: 10px;
    padding-bottom: 4px;
}

/*list*/
.news_list_box{
    padding: 100px 0 40px 0;
    background: #f8f8f8;
}
.news_list_box .header{
    text-align: center;
}
.news_list_box .header .title{
    font-size: 46px;
    /*margin-bottom: 25px;*/
}
.news_list_box .header .title span{
    color: #0c42b5;
}
.news_list_box .header p{
    font-size: 18px;
    color: #666666;
}
.news_list_box .news_list{
    margin-top: 70px;
}
.news_list_box .news_list .news_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}
.news_list_box .news_list .news_item .imgbox{
    width: 36%;
    overflow: hidden;
}
.news_list_box .news_list .news_item:hover .imgbox img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.news_list_box .news_list .news_item .textbox{
    width: 63%;
    padding: 30px 4%;
}
.news_list_box .news_list .news_item .textbox .icon{
    font-size: 14px;
    color: #666666;
     margin: 20px 0;
}
.news_list_box .news_list .news_item .textbox .icon > span{
    background: #eeeeee;
    padding: 10px 15px;
    border-radius: 5px;
}
.news_list_box .news_list .news_item .textbox .icon > span:first-child{
    margin-right: 10px;
}
.news_list_box .news_list .news_item .textbox .icon > span img{
    max-width: 18px;
    margin-right: 10px;
    padding-bottom: 4px;
}
.news_list_box .news_list .news_item .textbox a h4{
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    margin-top: 35px;
}
.news_list_box .news_list .news_item:hover .textbox a h4{
    color: #0c42b5;
}
.news_list_box .news_list .news_item .textbox .remark{
    color: #666666;
    margin: 20px 0 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_list_box .news_list .news_item .textbox .arr4{
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 16px;
    background: url(../images/arr-btn2.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: 100%;
}

/*contact us*/
.contact_box{
    
}
.contact_box .auto-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto;
}
.contact_box .auto-container div .header{
    margin-bottom: 60px;
}
.contact_box .auto-container div .header .title{
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    /*margin: 25px 0;*/
}
.contact_box .auto-container div .header > p{
    font-size: 18px;
    color: #666666;
    min-height: 36px;
}
.contact_box .auto-container .left{
    width: 55%;
    /*padding-right: 5%;*/
}
.contact_box .auto-container .left .on-box{
    margin-right: 5%;
    border-right: 2px solid #e9e9e9;
}
.contact_box .auto-container .left .infomation{
    margin-bottom: 45px;
}
.contact_box .auto-container .left .infomation .p_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.contact_box .auto-container .left .infomation .p_row .imgbox{
    /*width: 10%;*/
    width: 5%;
}
.contact_box .auto-container .left .infomation .p_row .imgbox img{
    max-width: 38px;
}
.contact_box .auto-container .left .infomation .p_row .text{
    /*width: 90%;*/
    width: 94%;
    color: #222222;
}
.contact_box .auto-container .left .infomation .p_row .text a{
    font-size: 20px;
    color: #222222;
}
.contact_box .auto-container .left .business_box{
    
} 
.contact_box .auto-container .left .business_box .header{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
    width: 90%;
} 
.contact_box .auto-container .left .business_box .header hr{
    width: 85%;
    height: 1px;
    background: #e9e9e9;
    float: right;
    margin-top: 14px;
}
.contact_box .auto-container .left .business_box .business-list{
    width: 90%;
}
.contact_box .auto-container .left .business_box .business-list .business{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 15px;
}
.contact_box .auto-container .left .business_box .business-list .business .content{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
}
.contact_box .auto-container .left .business_box .business-list .business .content .imgbox{
    /*width: 30%;*/
    /*padding-top: 3%;*/
    width: 28%;
    padding-top: 2%;
}
.contact_box .auto-container .left .business_box .business-list .business .content .imgbox img{
    border-radius: 50%;
}
.contact_box .auto-container .left .business_box .business-list .business .content .info{
    width: 60%;
}
.contact_box .auto-container .left .business_box .business-list .business .content .info p.title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.contact_box .auto-container .left .business_box .business-list .business .content .info p{
    margin-top: 10px;
}
.contact_box .auto-container .left .business_box .business-list .business .content .info p a{
    font-size: 16px;
    color: #666666;
}
.contact_box .auto-container .left .business_box .business-list .business .wechact{
    width: 20%;
    text-align: center;
    padding: 8% 0;
    color: #666666;
    position: relative;
}
.contact_box .auto-container .left .business_box .business-list .business .wechact .icon{
    cursor: pointer;
}
.contact_box .auto-container .left .business_box .business-list .business .wechact .icon:hover + .ewm{
    display: block;
}
.contact_box .auto-container .left .business_box .business-list .business .wechact .ewm{
    display: none;
    width: 150px;
    height: 150px;
    /*width: 210px;*/
    /*height: 210px;*/
    position: absolute;
    /*top: 10%;*/
    top: 3%;
    right: -120%;
    /*top: -14%;*/
    /*right: -180%;*/
    background: #fff;
    padding: 5px;
}
.contact_box .auto-container .left .business_box .business-list .business .wechact .ewm img{
    width: 100%;
}
.contact_box .auto-container .left .business_box .business-list .business .wechact .ewm span{
    position: absolute;
    left: -13%;
    /*left: -9%;*/
    top: 50%;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 20px solid #fff;
}
.contact_box .auto-container .right{
    width: 43%;
}
.contact_box .auto-container .right .frombox{
    
}
.contact_box .auto-container .right .frombox .input-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.contact_box .auto-container .right .frombox .input-item .lable{
    width: 15%;
    padding-top: 20px;
    color: #222222;
}
.contact_box .auto-container .right .frombox .input-item .lable span{
    color: red;
}
.contact_box .auto-container .right .frombox .input-item .input{
    width: 84%;
}
.contact_box .auto-container .right .frombox .input-item .input > *{
    /*border: 2px solid #9bb8d2;*/
    border: 2px solid #f5f5f5;
    border-radius: 50px;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 10px;
}
.contact_box .auto-container .right .frombox .input-item .input textarea{
    resize: none;
    height: 230px;
}
.contact_box .auto-container .right .frombox .input-item .input .active{
    border: 2px solid #9bb8d2;
    background: unset;
}
.contact_box .auto-container .right .frombox .submit{
    padding-left: 16%;
    margin-top: 20px;
}
.contact_box .auto-container .right .frombox .submit input{
    border: 0;
    background: #0c42b5;
    padding: 20px 60px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
}

.contact_box .auto-container .right .frombox .upload-box{
    margin-top:50px
}
.contact_box .auto-container .right .frombox .upload-box #fileName{
    width:100%!important;
    margin-top:10px;
    color:#222;
    font-size:16px;
    overflow:hidden
}
.contact_box .auto-container .right .frombox .upload-box .upload-wrap{
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    max-width: 85%;
    padding:20px;
    background: #F5F5F5;
    /* border:1px solid #d7d7d7; */
    border-radius: 100vh;
    margin-bottom:15px
}
.contact_box .auto-container .right .frombox .upload-box .upload-wrap .file-open{
    height:55px;
    width:150px;
    line-height:55px;
    padding:0 10px;
    border-radius:4px;
    border:1px solid #d4d4d4;
    background:#fff;
    text-align:center
}
.contact_box .auto-container .right .frombox .upload-box .upload-wrap p{
    font-size:16px;
    color:#999;
    display:inline-block;
    line-height:22px;
    margin-left:30px;
    max-width: 62%;
}
.contact_box .auto-container .right .frombox .upload-box .upload-wrap .file-open img{
    vertical-align:middle;
    filter:brightness(0) invert(.5)
}
.contact_box .auto-container .right .frombox .upload-box .upload-wrap .file-ele{
    position:absolute;
    top:0;
    right:0;
    opacity:0;
    height:100%;
    width:100%;
    cursor:pointer;
    z-index:2
}
.contact_box .maps{
    margin: 90px 0 30px 0;
}

/*advantage*/
.advantage-page{
    padding: 100px 0 40px 0;
}
.advantage-page .header{
    text-align: center;
}
.advantage-page .header .title{
    font-size: 46px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.advantage-page .header .title span{
    color: #0c42b5;
}
.advantage-page .advantage-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 100px 0;
    padding: 0 60px;
}
.advantage-page .advantage-list .advantage-item{
    /*width: 30%;*/
    width: 27%;
    text-align: center;
    margin: 15px 0;
}
.advantage-page .advantage-list .advantage-item a h4{
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    margin: 20px 0;
}
.advantage-page .advantage-list .advantage-item .remark{
    color: #222222;
}
.advantage-page .contact_us{
    position: relative;
}
.advantage-page .contact_us > img{
    width: 100%;
}
.advantage-page .contact_us .buttonbox{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 450px;
    height: 120px;
    text-align: center;
}
.advantage-page .contact_us .buttonbox p{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.advantage-page .contact_us .buttonbox a {
    font-size: 20px;
    font-weight: bold;
    color: #0c42b5;
    padding: 20px 30px;
    background: #fff;
    border-radius: 30px;
}
.advantage-page .contact_us .buttonbox a img{
    margin-left: 20px;
}

/*service page*/
.service_page{
    margin: 80px 0 0 0;
}
.service_page .auto-container{
    max-width: 1250px;
}
.service_page .header{
    text-align: center;
}
.service_page .header .title{
    font-size: 46px;
    margin-bottom: 25px;
}
.service_page .header .title span{
    color: #0c42b5;
}
.service_page .service_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_page .service_item:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
}
.service_page .service_item .infomation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
    border: 4px dashed #e5e5e5;
    width: 90%;
    margin: 10px 0;
    border-radius: 30px;
}
.service_page .service_item .infomation .imgbox{
    width: 38%;
}
.service_page .service_item .infomation .imgbox img{
    border-radius: 10px;
}
.service_page .service_item .infomation .text{
    width: 58%;
    font-size: 16px;
    color: #666666;
}
.service_page .service_item .infomation .text > div{
    margin-bottom: 10px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
}
.service_page .service_item .infomation .text .title{
    font-size: 18px;
    /*font-weight: bold;*/
    color: #222222;
}
.service_page .service_item .infomation .text .title a{
    font-size: 30px;
    line-height: 1.2;
    color: #222222;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
}
.service_page .service_item .icon{
    width: 10%;
    position: relative;
}
.service_page .service_item .icon .box{
    position: absolute;
    top: 40%;
    left: 30%;
}
.service_page .service_item:nth-child(2n) .icon .box{
    left: unset;
    right: 30%;
}
.service_page .service_item .icon .box div{
    background: #0c42b5;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    bottom: -25px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
}
.service_page .service_item:nth-child(2n) .icon .box div{
    right: -75%;
}
.service_page .service_item:nth-child(2n) .icon .box img{
    transform: rotateY(180deg);
}
.service_page .service_item:last-child .icon .box img{
    display: none;
}
.service_page .bottom_menu{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.2%;
}
.service_page .bottom_menu .menu_item{
    width: 49.9%;
    position: relative;
}
.service_page .bottom_menu .menu_item .imgbox::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
}
.service_page .bottom_menu .menu_item .button{
    width: 70%;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.service_page .bottom_menu .menu_item .button p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.service_page .bottom_menu .menu_item .button span{
    background: #fff;
    border-radius: 50%;
    /*padding: 11px 10px;*/
    padding: 21px 20px;
}
.service_page .bottom_menu .menu_item .button > span > img{
    max-width: 20px;
}

/*page*/
.page{
    color: #222222;
    margin: 30px 0;
}
.page .header{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0;
}
.page .content{
    font-size: 16px;
    padding: 10px;
}
.page .content *{
    max-width:100%;
    line-height: 1.6;
    margin: 10px 0;
}
.page .content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.page .content ul li {
    list-style-type: disc;
    margin-left: 10px;
}
/*search page*/
.search_page{
    background: #f8f8f8;
    padding: 40px;
}
.search_page .search_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    background: #fff;
    border-radius: 15px;
}
.search_page .search_item .imgbox{
    width: 29%;
    overflow: hidden;
}
.search_page .search_item .imgbox img{
    border-radius: 15px;
}
.search_page .search_item .textbox{
    width: 69%;
    padding: 40px;
    color: #222222;
}
.search_page .search_item .textbox h4{
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}

 .list_faq{
    margin-top:45px
}
 .list_faq .list_faq_box .list_faq_head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
 .list_faq .list_faq_box .list_faq_head h1{
    font-size:36px;
    line-height:1.3;
    text-transform:capitalize;
    margin-bottom:30px
}
 .list_faq .list_faq_box .list_faq_head p{
    font-size:18px;
    line-height:1.5
}
 .list_faq .list_faq_box .list_faq_head p a{
    color:var(--color)
}
 .list_faq .list_faq_box .list_faq_head .left{
    width:60%
}
 .list_faq .list_faq_box .list_faq_head .search_box{
    display:flex;
    width:25%;
    border-radius:2px;
    overflow:hidden
}
 .list_faq .list_faq_box .list_faq_head .search_box .form_control.keywords{
    background:#eaeaea;
    padding:0 10px;
    font-size:14px;
    width:100%
}
 .list_faq .list_faq_box .list_faq_head .search_box .search_btn{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:var(--color);
    cursor:pointer;
    transition:all .3s linear
}
 .list_faq .list_faq_box .list_faq_head .search_box .search_btn img{
    filter:brightness(0) invert(1)
}
 .list_faq .list_faq_box .list_faq_item_box{
    margin-top:40px;
    margin-bottom:45px
}
 .list_faq .list_faq_box .list_faq_item_box .item{
    display:flex;
    padding:35px 0;
    border-bottom:1px solid #ddd
}
 .list_faq .list_faq_box .list_faq_item_box .item .left{
    margin-right:10px
}
 .list_faq .list_faq_box .list_faq_item_box .item .left img{
    max-width:30px
}
 .list_faq .list_faq_box .list_faq_item_box .item .right{
    width:97%
}
 .list_faq .list_faq_box .list_faq_item_box .item .item_head{
    display:flex;
    cursor:pointer
}
 .list_faq .list_faq_box .list_faq_item_box .item .item_head .title{
    font-size:22px;
    width:97%;
    transition:all .3s linear
}
 .list_faq .list_faq_box .list_faq_item_box .item .item_head .title:hover{
    color:var(--color)
}
 .list_faq .list_faq_box .list_faq_item_box .item .item_head .faq_icon{
    width:30px;
    height:30px;
    position:relative;
    cursor:pointer
}
 .list_faq .list_faq_box .list_faq_item_box .item .item_head .faq_icon:after{
    content:'';
    display:block;
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:10px solid #666;
    position:absolute;
    left:0;
    right:0;
    top:25%;
    margin:auto;
    transform:rotate(-90deg)
}
 .list_faq .list_faq_box .list_faq_item_box .item .item_head .faq_icon.open:after{
    transform:rotate(90deg)
}
 .list_faq .list_faq_box .list_faq_item_box .item .remark{
    font-size:18px;
    color:#666;
    display:none;
    margin-top:15px
}
 .list_faq .list_faq_box .list_faq_item_box .item .remark p{
    margin-bottom:10px
}
 .list_faq .list_faq_box .list_faq_item_box .item .remark a{
    color:var(--color)
}

 .additional-features{
    position:fixed;
    right:20px;
    top:45%;
    z-index:200;
    box-sizing:border-box;
    border-bottom:0
}
 .additional-features li{
    padding:3px 0
}
 .additional-features .opa-0{
    display:none
}
 .additional-features .additional-icon{
    height:50px;
    position:relative;
    cursor:pointer
}
 .additional-features .additional-icon a{
    display:inline-block
}
 .additional-features .additional-icon img{
    max-width:50px;
    width:50px
}
