body{min-width: 1200px;}
*{padding: 0;margin: 0;list-style: none;font-size: 14px;text-decoration: none;max-width: 100%;}
.color-blue{color:#0046b8;}
.color-green{color: green;}
.color-red{color: #e03333;}
header{width: 100%;height: 64px;background-color: #fff;}
.header{
    width: 1200px;height: 64px;margin: auto;display: flex;align-items: center;justify-content: space-between;
}
.header .logo{display: flex;align-items: center;}
.header .logo span{background-color: #e03333;color: #fff;font-size: 12px;padding: 5px 10px;margin-left: 5px;}
body{background-color: #f7f7f7;}
.header .nav{width: 720px;display: flex;justify-content: space-between;align-items: center;}
.header .nav ul{display: flex;}
.header .nav ul li{padding: 0 18px;height: 64px;line-height: 64px;}
.header .nav .active{color: #0046b8;border-bottom: 2px solid #0046b8;}
.header .nav input{width: 325px;height: 36px;border: 1px solid #0046b8;border-radius: 30px;outline: none;padding-left: 15px;box-sizing: border-box;}
.header .nav button{width: 74px;height: 36px;border: 0;background-color: #0046b8;color: #fff;border-radius: 30px;margin-left: -74px;cursor: pointer;}
.header .nav ul li a{color: #000;display: flex;align-items: center;}

.header .pop{display: none;z-index: 9999; box-shadow: 0 4px 4px -3px rgba(0,0,0,.08),0 8px 8px 1px rgba(0,0,0,.04),0 4px 16px 2px rgba(0,0,0,.04);padding:0 10px;padding-bottom: 20px; box-sizing: border-box;border-radius:5px;position: absolute;width: 700px;background-color: #fff;}
.header .pop .title{height: 50px;color: #999;line-height: 50px;border-bottom: 1px solid #ebebeb;margin-bottom: 10px;}
.header .nav ul li ul{display: flex;flex-wrap: wrap;}
.header .nav ul li ul li{width: 130px;display: flex;height: 50px!important;height: 50px!important;align-items: center;color: #333;}
.header .nav ul li ul li img{width: 25px;height: 25px;margin-right: 10px;}
    


footer{width: 100%;height: auto;overflow: hidden;background-color: #fff;padding: 40px 0 0 0;}
footer .footer{width: 1200px;margin: auto;display: flex;justify-content: space-between;border-bottom: 1px solid #ebebeb;padding-bottom: 40px;}
footer .footer .menu{display: flex;width: 750px;justify-content: space-between;}
footer .footer .menu .item{width: 85px;}
footer .footer .menu .item .title{font-size: 14px;font-weight: bold;color: #333;}
footer .footer  .menu .item .list a{font-size: 14px;color: #888888;margin-top: 15px;text-decoration: none;margin-top: 15px;margin-right: 25px; display: inline-block;}
footer .footer .qrcode {width: 28%;}
footer .footer .qrcode .list{display: flex;justify-content: space-between;}
footer .footer .qrcode .list .item{width: 156px;padding: 15px;box-sizing: border-box;background-color: #f7f7f7;color: #777;font-size: 14px;text-align: center;}
footer .footer .qrcode .list .item img{width: 100%; display: block;text-align: center;}
footer .footer .qrcode .list .item span{margin-top: 15px;display: block;}
footer .copyright{font-size: 14px;color: #888888;text-align: center;text-align: center;height: 55px;line-height: 55px;}

.btn-login{width: 64px;height: 32px;border: 0; background:#0046b8;color:#fff;border-radius: 4px;text-align: center;line-height: 32px;font-size: 14px;margin-left: 15px;}
.btn-reg{width: 64px;height: 32px; border: 1px solid #0046b8;;color:#0046b8;background-color: #fff; border-radius: 4px;text-align: center;line-height: 32px;font-size: 14px;}
.banner{width: 100%;height: 450px;position: relative; background-color: #0d5dce;color: #fff;display: flex;align-items: center;justify-content: center;background-position: top center;background-size: 50%;background-repeat: no-repeat;baco}
.banner .banner-bg::before{content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../static/images/banner-bg.png');
    background-size: 50%;
    background-position:center 50px;
    opacity: 0.2; /* 设置透明度 */
    z-index: 1;
    background-repeat: no-repeat;
}
.banner .title{font-size: 46px;}
.banner .subtitle{font-size: 20px;margin: 35px 0;}
.banner .content{text-align: center;z-index: 2;}
.banner input{width: 700px;height: 48px;text-align: left; border: 0;background-color: #fff;color: #0046b8;border-radius: 30px;line-height: 40px;font-size: 14px;outline: none;padding-left: 25px;box-sizing: border-box;}
.banner .btn-search{width: 120px;height: 48px;border: 0; background:#ff934a;color:#fff;border-radius: 30px;text-align: center;line-height: 32px;font-size: 16px;margin-left: -120px;font-weight: bold;cursor: pointer;}
.banner .hotnews{margin-top: 50px;font-size: 14px;color: #b8d3f8;}
.index-service{width: 1200px;height: 200px; position: relative; margin: auto; background-color: #fff;border-radius: 5px;margin-top: -30px;padding: 38px;box-sizing: border-box;display: flex;flex-wrap: wrap;}
.index-service .item{width: 20%;height: 40px; display: flex;align-items: center;justify-content: start;margin-bottom: 35px;}
.index-service .item .icon{width: 40px;height: 40px;margin-right: 8px; background-image: url(../images/icon-bg.png);background-position: center center;background-repeat: no-repeat;display: flex;align-items: center;justify-content: center;}
.index-service .item .title{font-size: 16px;font-weight: bold;color: #333;}
.index-service .item .subtitle{font-size: 14px;color:#999;}
.ad{width: 1200px; margin: 20px auto;}
.ad img{width: 100%;}
.main{width: 1200px;margin: auto;display: flex;justify-content: space-between;margin-bottom: 75px;}
.main >.left{width: 790px;min-height: 500px; background-color: #fff;padding:0 35px;box-sizing: border-box;}
.main >.right{width: 396px;min-height: 500px; background-color: #fff;}
.main .left .newslist .item{display: flex;justify-content: space-between;padding: 30px 0;border-bottom: 1px solid #f2f2f2;}
.main .left .newslist .item .left{width: 475px;}
.main .left .newslist .item .left .title ,.main .left .newslist .item .left .title a{font-size: 20px;font-weight: bold;color: #333;}
.main .left .newslist .item .left .subtitle{font-size: 14px;color: #888888;margin-top: 15px;}
.main .left .newslist .item .left .tags{margin-top: 15px;}
.main .left .newslist .item .left .tags span{font-size: 12px;background-color: #e2f1fc; color: #128bed;border-radius: 4px;padding: 5px 10px;margin-right: 10px;}
.main .left .newslist .item .left .publish{margin-top: 15px;font-size: 12px;color: #888888;}
.main .left .newslist .item .right img{width: 220px;height: 140px;}
.main>.right{padding: 30px 20px;box-sizing: border-box;}
.main>.right .item{margin-bottom: 40px;}
.main>.right .menu .item .title{font-size: 20px;font-weight: bold;color: #333;}
.main>.right .menu .item .list a{font-size: 14px;color: #888888;margin-top: 15px;text-decoration: none;margin-top: 15px;margin-right: 25px; display: inline-block;}
.main>.right .qrcode .list{display: flex;justify-content: space-between;}
.main>.right .qrcode .list .item{width: 156px;padding: 15px;box-sizing: border-box;background-color: #f7f7f7;color: #777;font-size: 14px;text-align: center;}
.main>.right .qrcode .list .item img{width: 100%; display: block;text-align: center;}
.main>.right .qrcode .list .item span{margin-top: 15px;display: block;}
.main>.right .copyright{font-size: 14px;color: #888888;text-align: center;line-height: 25px;}

.position{width: 1200px;color:#777;margin: 30px auto;cursor: pointer;}
.position a{color: #0046b8;}

.hs_list{background-color: #fff;min-height: 500px;display: block;padding:30px 25px;box-sizing: border-box;overflow: hidden;}
.hs_list .title{font-size: 16px;color: #333;margin-bottom: 20px;}
.hs_list .title span{font-size: 16px;font-weight: bold;}
.hs_list table{width: 100%;text-align: left;border: 0;border-collapse: collapse;}
.hs_list table td,th{padding-left: 10px;box-sizing: border-box;;border-bottom: 1px solid #f2f2f2;padding: 15px;}
.hs_list table .title{background-color:#f9f9f9;color: #333;height: 48px;}


.enterprise_services{
    width: 1200px;
    background-color: #fff;
    margin: auto;
    padding: 25px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 50px;
}
.enterprise_services .title{
    width: 100%;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.enterprise_services .type{display: flex;margin-top: 25px;}
.enterprise_services .type_title{width: 55px;}
.enterprise_services .type_list ul{display: flex;flex-wrap: wrap;}
.enterprise_services .type_list ul li{color: #666;background-color: #fafafa;margin-left: 10px;margin-bottom: 10px;padding: 5px 10px;}
.enterprise_services .services_list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}
.enterprise_services .services_list .item{border: 1px solid #eee;width: calc((100% -75px) / 4); margin-bottom: 25px;}
.enterprise_services .services_list .title{font-size: 15px;color: #666;border-bottom: 0;padding-bottom: 0;margin: 15px 0;padding: 0 10px;}
.enterprise_services .services_list .desc{font-size: 14px;color: #999;margin-bottom: 25px;padding: 0 10px;}



.article_detail .left{padding: 30px 25px;box-sizing: border-box;}
.article_detail .left .title{font-size: 30px;font-weight: bold;color: #333;}
.article_detail .left .tags{margin-top: 15px;}
.article_detail .left .tags span{font-size: 12px;background-color: #e2f1fc; color: #128bed;border-radius: 4px;padding: 5px 10px;margin-right: 10px;}
.article_detail .left .publish{margin-top: 15px;font-size: 12px;color: #888888;}
.article_detail .left .content{margin-top: 25px;line-height: 30px;font-size: 16px;}
.line{width: 100%;height: 1px;background-color: #f2f2f2;margin: 25px 0;}
.article_detail .right{background-color: unset;padding: 0;}
.article_detail .right .menu{margin-bottom: 15px;background-color: #fff;padding: 30px 25px;}
.article_detail .right .menu .item .title{font-size: 18px;font-weight: bold;color: #333;display: flex;align-items: center;}
.article_detail .right .menu .item .title img{margin-right: 10px;}
.article_detail .right .menu .item .list a span{width: 20px;display: inline-block;}

.services_detail{margin-top: 30px;padding: 25px;box-sizing: border-box;background-color: #fff;min-height: 100px;margin-bottom: 20px;}
.services_detail .left{width: 550px;padding: 0;margin: 0;min-height: unset;}
.services_detail .right{padding: 0; padding-left: 30px; width: calc(100% - 550px);min-height: unset;}
.services_detail .right .title{font-size: 20px;}
.services_detail .right .desc{color: #999;padding: 30px 0;border-bottom: 1px solid #f2f2f2;}
.services_detail .right .btn{width: 125px;height: 40px;background-color: #0d5dce;color: #fff;border: 0;border-radius: 4px;margin-top: 20px;}

.services_detail_main{background-color:#f7f7f7;}
.services_detail_main .left{padding: 0;box-sizing: border-box;width: 880px;}
.services_detail_main .left .title{font-size: 18px;;color: #333;line-height: 60px;border-bottom: 1px solid #f7f7f7;padding-left: 25px;}
.services_detail_main .left .content{padding: 25px;}
.services_detail_main .right{background-color: #f7f7f7;padding: 0;width: 300px;}
.services_detail_main .right .company{background-color: #fff;min-height: 500px;display: block;padding:30px 25px;box-sizing: border-box;overflow: hidden;padding: 25px;min-height: 0;}
.services_detail_main .right .community{background-color: #fff;margin-top: 20px;min-height: unset;}
.services_detail_main .right .company .logo{width: 80px;height: 80px;overflow: hidden;border-radius: 50%;margin: auto;}
.services_detail_main .right .company .title{font-weight: bold;text-align: center;font-size: 16px;color: #333;margin-top: 10px;}
.services_detail_main .right .community .title{font-size: 16px;color: #333;margin-top: 10px;border-bottom: 1px solid #f2f2f2;line-height: 50px;padding-left: 20px;display: flex;align-items: center;}
.services_detail_main .right .community .title::before{content: '';width: 4px;height: 20px;background-color: #128bed;display: inline-block;margin-right: 10px;}
.services_detail_main .right .community .list{padding:20px;}
.services_detail_main .right .community .list .item{display: flex;line-height: 40px;align-items: center;margin-bottom: 0;}
.services_detail_main .right .community .list .item>div:nth-child(2){width: calc(100% - 100px);}
.services_detail_main .right .community .list .item img{display: block;padding-right: 10px;}
.services_detail_main .right .community .list .item a{font-size: 14px;width: 56px;height: 28px;background-color: #e03333;border-radius: 4px;text-align: center;line-height: 28px;color: #fff;display: block;margin-left: 10px;}

.brand_type .left{width: 100%;}
.brand_type .left .content .subtitle:first-child{margin-top: 0;}
.brand_type .left .content .subtitle{background-color: #f2f2f2;font-size: 18px; padding: 10px 20px;font-weight: bold;margin-top:50px;}
.brand_type .left .content .text{padding-left: 50px;padding-top: 20px;line-height: 30px;}

.hs_detail .left{width: 110px;position: fixed;}
.hs_detail .right{width: calc(100% - 110px);padding-left: 20px; padding: 0;margin-left: 110px;}
.hs_detail .right .title{font-size: 20px;font-weight: bold;color: #333;display: flex;align-items: center;padding-right: 20px;}
.hs_detail .right .btn{height: 28px;background-color: #2972fa;color: #fff;border: 0;border-radius: 4px;line-height: 28px; display: block;padding: 0 8px;text-align: center;font-weight: normal;}
.hs_detail .right .desc{font-size: 14px;color: #999;}
.hs_detail .left{background-color: unset;padding: 0;}
.hs_detail .left a{display: block; color: #666;line-height: 40px;padding-left: 20px;position: relative;}
.hs_detail .left .active{color: #0046b8;}
.hs_detail .left .active::before{content: '';width: 10px;height: 10px;background-color: #0046b8;border-radius: 10px;position: absolute;left: 0;top: 15px;}
.hs_detail .right .title{line-height: 70px;border-bottom: 1px solid #f2f2f2;display: flex;justify-content: space-between;padding: 0 20px;}
.hs_detail .right .title .code{font-size: 28px;;}
.hs_detail .right .content{padding: 20px;}
.hs_detail .right table{border-collapse: collapse;width: 100%;}
.hs_detail .right .content table{width: 100%;margin-bottom: 20px;}
.hs_detail .right .content table tr{border-bottom: 1px solid #fff;height: 40px;}
.hs_detail .right .content table tr .subtitle{font-size: 14px;background-color: #f2f2f2;color: #e03333;padding-left: 20px;text-align: left!important;}
.hs_detail .right .content .table1 tr td:first-child{width: 250px;text-align: right;padding-right: 20px;border-right: 2px solid #fff;}
.hs_detail .right .content .table1 tr td:nth-child(2){padding-left: 20px;}
.hs_detail .right .content .table1 tr:nth-child(odd){background-color: #f9f9f9;}
.hs_detail .right .content .table2 tr:nth-child(2){background-color: #f2f2f2;text-align: center;}
.hs_detail .right .content .table2 tr:nth-child(3){background-color: #f9f9f9;text-align: center;}
.hs_detail .right .content .table2 tr:nth-child(3) td{border-right: 2px solid #fff;}