/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: '微软雅黑';
    color: #333;
}

body{
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 16px;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}

li{
    list-style:none;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

body>section{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

section>.subject{
    width: 1200px;
    margin: 0 auto;
}


/* 导航条 */
.header-main{
    width: 100%;
    height: 147px;
    top: 30px;
    z-index: 9;
    position: absolute;
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.header-logo{
    width: 210px;
    display: inline-block;
    margin-right: 40px;
}

.header-logo>a{
    display: block;
}

.header-nav{
    width: 950px;
    float: right;
}

.header-main .header{
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
}

.header-main .header>ul{
    display: flex;
    justify-content: space-between;
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
    height: 100%;
    text-align: center;
}

.header>ul>li>p{
    margin: 0 !important;
}

.header-main .header>ul>li:hover>p>a, .header-main .header>ul>li.active>p>a{
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
    border-radius: 5px;
}

.header-main .header>ul>li:last-child:hover a{
    border:0;
}

.header-main .header>ul>li>p>a{
    margin: 20px 0;
    color: #fff;
}

.header ul li a{
    font-size: 16px;
    font-weight: bold;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 10px;
}

.header-main .header>ul>li>ul> li:hover{
    background-color: #F2F2F2;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);
    background-color: #fff;
    overflow: hidden;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
}

.header .cms-site-submenu li>p>a{
    font-size: 16px;
    font-weight: bold;
}

.header>ul>li:last-child img{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

.header>ul>li:last-child span{
    font-size: 18px;
    color: #fff;
}

/* 首页大图 */
.banner-contral{
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
}

.banner{
    width: 100%;
    min-width: 1200px;
}

.banner img{
    width: 100%;
}

/* index */
.main-title{
    text-align: center;
}

.main-title h3{
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
}

.project{
    margin-top: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    padding: 36px 0;
    background-color: #fff;
    padding-top: 40px;
}

.project ul{
    display: flex;
    justify-content: space-between;
}

.project ul li{
    display: flex;
    height: 72px;
}

.project ul li .img-outline{
    width: 73px;
    height: 73px;
    display: inline-block;
    margin-right: 8px;
}

.project .project-li-right{
    float: right;
    line-height: 24px;
    align-self: center;
}

.project .project-li-right h3{
    line-height: 30px;
}

.project .project-li-right p{
    font-size: 14px;
    color: #666;
    line-height: 17px;
}

.subscribe{
    margin: 70px auto;
}

.subscribe form{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #3298FF;
}

.subscribe .main-title h3{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.subscribe .img-outline{
    width: 40px;
    float: left;
}

.subscribe form input{
    width: 260px;
    display: inline-block;
    line-height: 40px;
    background-color: #fff;
    font-size: 13px;
    padding-left: 10px;
    outline: none;
}

.subscribe form .input{
    min-width: 340px;
    height: 40px;
    border-right: 1px solid #ccc;
    margin-top: 10px;
}

.subscribe form .input:nth-last-child(2){
    border: 0;
}

.subscribe button{
    width: 180px;
    height: 60px;
    background-color: #3298FF;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.subscribe-bottom{
    text-align: center;
    margin-top: 22px;
}

.subscribe-bottom h3{
    display: inline-block;
    width: 92px;
    height: 30px;
    font-size: 12px;
    background-color: #3298FF;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: -8px;
}

.subscribe-li p{
    margin-left: 16px;
}

.subscribe-bottom i{
    font-style: normal;
    margin: 0 9px;
    color: #666666;
    font-size: 14px;
}

.subscribe-bottom span{
    font-size: 12px;
    color: #666666;
}

.subscribe-slide{
    display: inline-block;
    line-height: 30px;
    height: 30px;
}


.package-service{
    padding: 40px 0;
    background: url(../images/index/package_banner.png);
    height: 1134px;
}

.package-tab{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.package-tab .package-tab-body{
    width: 388px;
    height: 384px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.package-tab-body-main{
    padding: 30px 20px;
}

.package-tab-body-main-top{
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 20px;
}

.package-tab-body-main-top p{
    color: #666;
}

.package-tab-body-main-top .img-outline{
    width: 100px;
    margin: 0 auto;
}

.package-tab-body-main-top h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.package-tab-body-main-bottom p{
    margin: 28px 0;
    font-weight: bold;
}

.package-tab-body-main-bottom p span:nth-child(1){
    font-size: 20px;
    color: #F35F5F;
}

.package-tab-body-main-bottom p span:nth-child(2){
    font-size: 16px;
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
}

.package-tab-body-main-bottom a{
    width: 259px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background-color: #fff;
    display: block;
    color: #3298FF;
    margin: 0 auto;
    border: 1px solid #3298FF;
    font-size: 14px;
}

.package-tab-body:hover{
    box-shadow: 0 0 20px rgba(60,   126, 129, 0.35);
}

.package-tab-body-main-bottom a:hover{
    background-color: #3298FF;
    color: #fff;
}

.service{
    margin-top: 70px;
}

.service-body>ul{
    width: 640px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.service-body>ul li{
    width: 132px;
    height: 36px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 36px;
    line-height: 36px;
    font-size: 14px;
}

.service-body>ul li:hover{
    color: #fff;
    background-color: #3298FF;
}

.service-body ul .active{
    color: #fff;
    background-color: #3298FF;
}

.service-tab{
    width: 100%;
    border-radius: 5px;
    display: none;
}

.service-tab:nth-child(1){
    display: block;
}

.service-tab table{
    height: 320px;
    background-color: #fff;
    border-radius: 5px;
}

.service-tab td{
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    height: 100px;
}

.service-tab .tab-title h4{
    font-size: 16px;
}

.service-tab .tab-title p{
    font-size: 12px;
    margin-top: 8px;
    color: #666;
}

.service-tab .one{
    width: 200px;
    height: 100%;
}

.service-tab:nth-child(1) .one{
    background: url(../images/index/service1.png) no-repeat;
    background-size: cover;
}

.service-tab:nth-child(2) .one{
    background: url(../images/index/service1-2.png) no-repeat;
    background-size: cover;
}

.service-tab:nth-child(3) .one{
    background: url(../images/index/service1-3.png) no-repeat;
    background-size: cover;
}

.service-tab:nth-child(4) .one{
    background: url(../images/index/service1-4.png) no-repeat;
    background-size: cover;
}

.service-tab a{
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border-radius: 28px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-right: 28px;
}

.service-tab a:hover{
    background-color: #3298FF;
    color: #fff;
    border: 1px solid #3298FF;
}

.service-tab table .bottom{
    border-bottom: 1px solid #ccc;
}

.service .one{
    position: relative;
    padding-top: 29px !important;
}

.service .one-top{
    color: #fff;
    padding-left: 28px;
}

.service .one-top h4{
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.service .one-top p{
    font-size: 14px;
    color: #fff;
}

.service .one a{
    display: block;
    margin: 0 auto;
    width: 136px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    border-radius: 28px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.30);
    margin-top: 203px;
    border: 0;
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

.service .one a:hover{
    background-color: rgba(255, 255, 255, 0.30);
    color: #fff;
}

.service .two{
    width: 350px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    height: 220px;
    padding-top: 13px;
    padding-left: 22px;
}

.service .two .two-left{
    height: 203px;
    display: inline-block;
}

.service .two-bottom{
    position: absolute;
    bottom: 32px;
}

.service .two-bottom a:nth-child(2){
    margin: 0;
}

.service .two-right{
    width: 103px;
    display: inline-block;
    position: absolute;
    right: 7px;
    bottom: 5px;
}

.service .three{
    width: 350px;
    border-right: 1px solid #ccc;
    padding-top: 13px;
    padding-left: 22px;
}

.service .three a{
    position: absolute;
    right: 0;
}

.service .four{
    width: 300px;
    padding-left: 22px;
    padding-top: 13px;
}

.service .four dt{
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #3298FF;
    padding-left: 4px;
}

.service .four a{
    border: 0;
    border-radius: 0;
    width: 257px;
    margin: 0 auto;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
}

.service .four a:hover{
    background-color: #fff;
    color: #3298FF;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.service .four a:hover span{
    color: #3298FF;
}

.service .four li:last-child a{
    border: 0 !important;
}

.service .four .img-outline{
    width: 22px;
    float: left;
    padding-right: 7px;
    margin-top: 2px;
}

.service .phone{
    width: 500px;
    margin: 0 auto;
    height: 54px;
    border: 1px solid #3298FF;
    border-radius: 5px;
    margin-top: 30px;
}

.service .phone .img-outline{
    width: 40px;
    float: left;
    position: relative;
    top: 7px;
    left: -20px;
}

.service .phone-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3298FF;
}

.service .phone-text a{
    text-align: center;
    width: 150px;
    height: 54px;
    background-color: #3298FF;
    display: block;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
}

.service .phone-text span:nth-child(1){
    display: inline-block;
    width: 28px;
    font-size: 14px;
    color: #3298FF;
}

.service .phone-text span:nth-child(2){
    font-size: 32px;
    font-weight: bold;
    color: #3298FF;
}

.advantage{
    padding: 70px 0;
    background-color: #fff;
}

.advantage-body{
    margin-top: 40px;
    text-align: center;
}

.advantage-body ul{
    display: flex;
    justify-content: space-between;
}

.advantage-body ul li{
    width: 187px;
    height: 202px;
    background-color: #EFF2FB;
    border-radius: 5px;
}

.advantage-body ul li:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.advantage-body .img-outline{
    width: 56px;
    height: 56px;   
    margin: 20px auto;
}

.advantage-body h3{
    margin-bottom: 20px;
}

.advantage-body p{
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.info{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.info-body>ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.info-body>ul li{
    width: 100%;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #CCCCCC;
}

.info-body>ul li:hover{
    border-bottom: 1px solid #3298FF;
    color: #3298FF;
    cursor: pointer;
}

.info-tab{
    display: none;
}

.info-tab:nth-child(1){
    display: block;
}

.info-left-top{
    height: 245px;
}

.info-tab:nth-child(1) .info-left-top{
    background: url(../images/index/info_left1.png) no-repeat;
    background-size: cover;
}

.info-tab:nth-child(2) .info-left-top{
    background: url(../images/index/info_left1-2.png) no-repeat;
    background-size: cover;
}

.info-tab:nth-child(3) .info-left-top{
    background: url(../images/index/info_left1-3.png) no-repeat;
    background-size: cover;
}

.info-tab:nth-child(4) .info-left-top{
    background: url(../images/index/info_left1-4.png) no-repeat;
    background-size: cover;
}

.info-tab:nth-child(5) .info-left-top{
    background: url(../images/index/info_left1-5.png) no-repeat;
    background-size: cover;
}

.info-left{
    width: 396px;
    height: 375px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
}

.info-left-top h3{
    width: 292px;
    padding-top: 40px;
    padding-bottom: 64px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.info-left-top a{
    display: block;
    width: 97px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 5px;
    background-color: #3298FF;
    color: #fff;
    margin-left: 52px;
}

.info-left-top a i{
    font-size: 10px;
    font-style: normal;
    margin-left: 4px;
    color: #fff;
}

.info-left-bottom{
    margin-top: 14px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    width: 396px;
    height: 116px;
    background: url(../images/index/info_left2.png);
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.info-left-bottom a{
    position: absolute;
    right: 38px;
    top: 42px;
    display: block;
    width: 160px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 5px;
}

.info-right{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    width: 790px;
    height: 375px;
    float: right;
}

.info-right ul{
    padding: 20px;
}

.info-right ul li a{
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18.5px;
    margin-bottom: 32.5px;
}

.info-right ul li a:hover h3{
    color: #3298FF;
}

.info-right ul li a h3{
    font-size: 18px;
    font-weight: normal;
}

.info-right ul li a h3 span{
    float: right;
    font-size: 12px;
    color: #999;
}

.info-right ul li a>p{
    font-size: 14px;
    margin-top: 8px;
    line-height: 22px;
    color: #666;
}

.info-right ul li:last-child a{
    border: 0;
}

.info .active{
    color: #3298FF;
    border-bottom: 1px solid #3298FF;
}

.aboutus{
    padding-top: 70px;
    background-color: #fff;
}

.aboutus-body>p{
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
}

.aboutus-list{
    margin-top: 40px;
    padding-bottom: 30px;
}

.aboutus-list ul{
    display: flex;
    justify-content: space-between;
}

.aboutus-list ul li{
    border-right: 1px dashed #ccc;
    width: 56px;
    text-align: center;
    padding-right: 86px;
    height: 132px;
    padding-top: 13px;
}

.aboutus-list ul li:last-child{
    padding-right: 0;
    border-right: 0;
}

.aboutus-list .img-outline{
    width: 46px;
    height: 46px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.aboutus-list p{
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
}

.aboutus>img{
    width: 100%;
}

/* 工商服务 */
.bus-banner{
    background: url(../images/bus_services/bannner.png);
    height: 545px;
    width: 100%;
    position: relative;
}

.bus-banner-body{
    position: absolute;
    bottom: 20px;
}

.bus-banner-body-top{
    display: flex;
    justify-content: space-between;
    width: 768px;
}

.bus-banner-body-left h3{
    font-size: 24px;
    color: #fff;
}

.bus-banner-body-left span{
    color: #FC9D58;
    font-size: 24px;
    font-weight: normal;
}

.bus-banner-body-left h1{
    font-size: 60px;
    color: #fff;
    margin-top: 24px;
}

.bus-banner-body-top table td:nth-child(1){
    width: 190px;
    height: 67px;
}

.bus-banner-body-top table td span{
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
}

.bus-banner-body-bottom{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    height: 154px;
    width: 1200px;
    margin-top: 40px;
    padding-top: 20px;
}

.bus-banner-body-bottom .subscribe{
    margin: 0;
}

.bus-banner-body-bottom form{
    width: 1120px;
    margin: 0 auto;
}

.bus-banner-body-bottom form input{
    background-color: #fff;
}

.bus-banner-body-bottom .input{
    min-width: 317px !important;
}

.register{
    margin: 70px auto;
} 

.register-body{
    margin-top: 40px;
    height: 538px;
    display: flex;
    justify-content: space-between;
}

.register-body>div{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.register-body-left{
    box-sizing: border-box;
    padding: 50px 40px;
}

.register-body-left h3{
    font-size: 18px;
    text-align: center;
    padding-bottom: 36px;
}

.register-body-left .input{
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 374px;
    height: 48px;
    display:flex;
}

.register-body-left .input .img-outline{
    width: 20px;
    height: 20px;
    align-self: center;
    padding: 0 6px;
}

.register-body-left .input>input {
    outline: none;
    font-size: 12px;
    margin-right: 10px;
    width: 300px;
}

.register-body-left .radio{
    padding: 0 30px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.register-body-left .radio p{
    font-size: 14px;
}

.register-body-left .radio p:nth-child(1){
    width: 140px;
}

.register-body-left .radio p input{
    margin-right: 10px;
}

.register-body-left .radio a{
    color: #3298FF;
    font-size: 14px;
}

.register-body-left .input:nth-child(5){
    margin-bottom: 20px;
}

.register-body-left .sub{
    width: 374px;
    height: 48px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #3298FF;
    color: #fff;
    margin-top: 20px;
}

.register-body-right{
    width: 700px;
}

.register-body-right>ul{
    display: flex;
    justify-content: space-between;
}

.register-body-right>ul li{
    width: 350px;
    text-align: center;
    padding: 45px 0;
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}

.register-body-right>ul .active{
    border-bottom: 2px solid #3298FF;
}

.register-body-right-bottom{
    box-sizing: border-box;
    padding: 35px;
    height: 428px;
    display: none;
}

.register-body-right-bottom:nth-child(2){
    display: block;
}

.register-body-right-bottom .img-outline{
    width: 22px;
    margin-right: 7px;
}

.register-body-right-bottom ul li{
    display: flex;
    height: 105px; 
    border-bottom: 1px dashed #ccc;
    margin-bottom: 33px;
}

.register-body-right-bottom ul li:last-child{
    border: 0;
}

.register-body-right-bottom ul li h3{
    font-weight: normal;
}

.register-body-right-bottom ul li p{
    font-size: 14px;
    color: #666;
    margin-top: 11px;
}

.hot-body{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.hot-body>div{
    width: 550px;
    height: 600px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.hot-body .hot-title{
    height: 168px;
    box-sizing: border-box;
    padding: 40px 35px;
    text-align: center;
}

.hot-body .hot-title h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 27px;
}

.hot-body .hot-title p{
    font-size: 16px;
    color: #fff;
}

.hot-body-left .hot-title{
    background: url(../images/bus_services/hot1.png);
}

.hot-body-right .hot-title{
    background: url(../images/bus_services/hot2.png);
}

.hot-body>div input[type="radio"]{
    display: none;
}

.hot-body>div input[type="radio"] + label::before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/bus_services/noselected.svg);
    vertical-align: middle;
    margin-right: 8px;
}

.hot-body .hot-body-left input[type="radio"]:checked + label::before{
    background: url(../images/bus_services/selected1.svg);
}

.hot-body .hot-body-left input[type="radio"]:checked + label{
    color: #16CCA7;
}

.hot-body .hot-body-right input[type="radio"]:checked + label::before{
    background: url(../images/bus_services/selected2.svg);
}

.hot-body .hot-body-right input[type="radio"]:checked + label{
    color: #9494FF;
}

.hot-body form{
    display: flex;
    width: 480px;
    margin: 0 auto;
    position: relative;
    height: 430px;
}

.hot-body form>ul{
    width: 100%;
}

.hot-body form>ul dt{
    font-size: 16px;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px;
}

.hot-body form>ul li{
    height: 40px;
}

.hot-body form>ul li label{
    color: #666;
}

.hot-body form>input{
    position: absolute;
    width: 260px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 40px;
}

.hot-body-left form>input{
    background-color: #16CCA7;
}

.hot-body-right form>input{
    background-color: #9494FF;
}

.vip{
    margin-top: 70px;
    height: 370px;
    background: url(../images/bus_services/vip_banner.png) center center;
}

.vip-body{
    box-sizing: border-box;
    padding-top: 56px;
}

.vip-body h4{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 35px;
}

.vip-body h4 span{
    color: #16CCA7;
    font-size: 32px;
}

.vip-body ul{
    width: 610px;
    margin-bottom: 45px;
}

.vip-body ul li{
    width: 300px;
    color: #f2f2f2;
    display: inline-block;
    margin-bottom: 16px;
}

.vip-body ul li img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 14px;
}

.vip-body>a{
    width: 220px;
    height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 50px;
    background-color: #16CCA7;
    border-radius: 5px;
}

.card{
    margin: 70px auto;
}

.card-body{
    margin-top: 40px;
}

.card-body>ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card-body>ul li{
    width: 336px;
    height: 197px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 29px 18px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 96px;
    margin-bottom: 40px;
}

.card-body>ul li:nth-child(3){
    margin-right: 0px;
}

.card-body>ul li .img-outline{
    width: 60px;
}

.card-body>ul li .card-body-text{
    width: 225px;
}

.card-body>ul li .card-body-text h4{
    font-size: 18px;
    margin-bottom: 8px;
}

.card-body>ul li .card-body-text span{
    color: #FC9D58;
    font-size: 18px;
}

.card-body>ul li .card-body-text p{
    font-size: 14px;
    height: 57px;
}

.card-body>ul li .card-body-text a{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #3298FF;
    border: 1px solid #3298FF;
    border-radius: 5px;
    margin-top: 13px;
}

.card-body>ul li .card-body-text a:hover{
    background-color: #3298FF;
    color: #fff;
}

.card-body>ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 52px solid #3298FF;
    border-left: 52px solid transparent;
}

.card-num{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}

.logonadv{
    margin: 70px auto;
}

.logonadv-title>.img-outline{
    width: 608px;
    margin: 20px auto;
    margin-top: 40px;
}

.logonadv-content{
    background: url(../images/bus_services/logonadv_banner.png) center top no-repeat;
    height: 400px;
}

.logonadv-content-body{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logonadv-content-left{
    width: 570px;
    text-align: right;
}

.logonadv-content ul li{
    padding-bottom: 20px;
    position: relative;
}

.logonadv-content ul li h6{
    padding-bottom: 12px;
    font-weight: normal;
    color: #333;
}

.logonadv-content ul li p{
    font-size: 14px;
    color: #666;
}

.logonadv-content-right{
    width: 590px;
}

.logonadv-content-right ul li{
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 40px;
}

.logonadv-content-right h6{
    color: #3298FF !important;
    font-weight: bold !important;
}

.logonadv-content-right ul li::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -11px;
    background-color: #fff;
    border-radius: 18px;
    border: 2px solid #3298FF;
}

.logonadv-content2{
    background:url(../images/bus_services/logonadv_banner2.png) center top no-repeat;
    height: 600px;
    display: flex;
}

.logonadv-content2-body{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    background-color: #fff;
    align-self: center;
    border-radius: 5px;
}

.logonadv-content2-body>ul{
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
}

.logonadv-content2-body>ul li{
    border-bottom: 2px solid #ccc;
    padding-bottom: 16px;
    width: 100%;
    text-align: center;
}

.logonadv-content2-body>ul .active{
    color: #3298FF;
}

.logonadv-content2-body>ul .active{
    border-bottom: 2px solid #3298FF;
}

.logonadv-content2-bottom .tab{
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}

.logonadv-content2-bottom .tab:nth-child(1){
    display: flex;
}

.logonadv-content2-bottom h3{
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.logonadv-content2-bottom ul{
    width: 516px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logonadv-content2-bottom ul li{
    width: 248px;
    height: 146px;
    padding: 28px 0;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #EFF2FB;
    margin-bottom: 20px;
}

.logonadv-content2-bottom .img-outline{
    width: 42px;
    height: 46px;
    margin: 0 auto;
}

.logonadv-content2-bottom p{
    font-size: 14px;
    margin-top: 26px;
}

.guarantee{
    margin: 70px auto;
}

.guarantee-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.guarantee-body ul li{
    width: 366px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 13px 24px;
    margin-bottom: 30px;
}

.guarantee-body .img-outline{
    width: 60px;
    height: 60px;
    align-self: center;
    margin-right: 20px;
}

.guarantee-li-right{
    align-self: center;
    width: 240px;
}

.guarantee-li-right h4{
    font-size: 18px;
    margin-bottom: 8px;
}

.guarantee-li-right p{
    color: #666;
    font-size: 14px;
}

.course{
    margin: 70px auto;
    margin-bottom: 0px;
    height: 750px;
    box-sizing: border-box;
    padding: 40px 0;
    background: url(../images/bus_services/course_banner.png) center top no-repeat;
}

.course-body{
    margin-top: 40px;
}

.course-body>ul{
    display: flex;
    justify-content: space-around;
}

.course-body>ul li{
    border-bottom: 2px solid #ccc;
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
}

.course-body>ul .active{
    border-bottom: 2px solid #3298FF;
    color: #3298FF;
}

.course-bottom{
    margin-top: 40px;
}

.course-bottom .tab{
    justify-content: space-between;
    display: none;
}

.course-bottom .tab:nth-child(1){
    display: flex;
}

.course-bottom .tab-left{
    width: 396px;
    height: 375px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.course-bottom .tab-left .img-outline{
    height: 302px;
}

.course-bottom .tab-left p{
    text-align: center;
    margin-top: 16px;
}

.course-bottom .tab-right{
    width: 790px;
    height: 375px;
    background-color: #fff;
    border-radius: 5px;
}

.course-bottom .tab-right dt{
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}

.course-bottom .tab-right li{
    margin: 0 20px;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}

.course-bottom .tab-right li:last-child{
    border-bottom: 0;
}

.course-bottom .tab-right li h4{
    font-weight: normal;
    margin-bottom: 13px;
}

.course-bottom .tab-right li p{
    font-size: 14px;
    color: #666;
}

.course-xx{
    text-align: center;
    margin-top: 30px;
}

.course-xx h2{
    margin-bottom: 20px;
}

.course-xx a{
    width: 97px;
    height: 33px;
    line-height: 33px;
    display: block;
    margin: 0 auto;
    background-color: #3298FF;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.course-xx i{
    font-style: normal;
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}

.list-left{
    width: 148px;
    min-width: 148px;
    height: 213px;
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    left: 142px;
    background: url(../images/bus_services2/list-left.svg) no-repeat;
    z-index: 9;
}

.list-left ul{
    margin-top: 60px;
    border: 1px solid #3298FF          ;
    background-color: #fff;
    width: 140px;
    border-radius: 5px;
    line-height: 50px;
    overflow: hidden;
}

.list-left ul li{
    height: 50px;
    text-align: center;
}

.list-left ul a{
    display: block;
}

.list-left ul .active a{
    color: #fff;
    background-color: #3298FF;
}

.list-left ul li:hover a{
    color: #fff;
    background-color: #3298FF;
}

/* 公司变更 */
.change{
    margin: 70px auto;
}

.change-body{
    margin-top: 40px;
}

.change-body ul{
    display: flex;
    justify-content: space-between;
}

.change-body ul li{
    width: 280px;
    height: 100px;
    background-color: #EFF2FB;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.change_process{
    margin: 70px auto;
}

.change_process-body{
    margin-top: 40px;
}

.change_process-body ul{
    display: flex;
    justify-content: space-between;
}

.change_process-body ul li{
    width: 120px;
    text-align: center;
}

.change_process-body .img-outline{
    width: 120px;
    height: 95px;
    margin-bottom: 25px;
}

.change_process-body ul li span{
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-top: 22px;
    color: #3298FF;
}

.change_stuff{
    margin: 70px auto;
    box-sizing: border-box;
    padding: 40px 0;
    background-color: #EFF2FB;
}

.change_stuff-body{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.change_stuff-body>ul{
    width: 580px;
}

.change_stuff-body>ul dt{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #3298FF;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.change_stuff-body>ul>li{
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #fff;
    display: flex;
}

.change_stuff-body>ul ul .img-outline{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.change_stuff-body>ul>li li{
    display: flex;
    margin-bottom: 18px;
    min-width: 280px;
}

.change_stuff-body>ul>li>a{
    width: 210px;
    display: block;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    background-color: #3298FF;
    color: #fff;
}

.change_stuff-body>ul:nth-child(2) dt{
    background-color: #9494FF;
}

.change_stuff-body>ul:nth-child(2)>li>a{
    background-color: #9494FF;
}

.change_services{
    margin: 70px auto;
}

.change_services-body{
    margin-top: 40px;
}

.change_services-body ul{
    display: flex;
    justify-content: space-between;
}

.change_services-body ul li .img-outline{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.change_services-body ul li h4{
    text-align: center;
    font-size: 18px;
}

/* 公司注销 */
.crisis{
    margin: 70px auto;
}

.crisis-body{
    margin-top: 40px;
}

.crisis-body ul{
    display: flex;
    justify-content: space-between;
}

.crisis-body ul li .img-outline{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.crisis-body ul li h4{
    font-size: 18px;
    text-align: center;
}

.cancellation{
    margin: 70px auto;
    background-color: #EFF2FB;
    padding: 40px 0;
}

.cancellation-body{
    margin-top: 40px;
}

.cancellation-body ul{
    display: flex;
    justify-content: space-between;
}

.cancellation-body ul li .img-outline{
    width: 136px;
    height: 103px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cancellation-body ul li .img-outline img{
    height: 100%;
}

.cancellation-body ul li h4{
    font-size: 18px;
    text-align: center;
}

.account_cancellation{
    margin: 70px auto;
}

.account_cancellation-body{
    margin-top: 40px;
}

.account_cancellation-body ul{
    display: flex;
    justify-content: space-between;
}

.account_cancellation-body ul li{
    background-color: #EFF2FB;
    border-radius: 5px;
    width: 154px;
    height: 224px;
    border: 5px;
    box-sizing: border-box;
    padding: 20px 17px;
}

.account_cancellation-body ul li .img-outline{
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.account_cancellation-body ul li h4{
    font-size: 16px;
    text-align: center;
}

.account_cancellation-body ul li p{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}







/* 财会税务 */
.tax-banner{
    background: url(../images/tax/tax-banner.png) center top no-repeat;
    height: 545px;
    position: relative;
}

.tax-banner-body{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 115px;
    width: 1200px;
}

.tax-banner-left{
    width: 703px;
    margin-top: 72px;
}

.tax-banner-left h1{
    width: 364px;
    height: 54px;
    background-color: #3298FF;
    line-height: 54px;
    border-bottom-left-radius: 27px;
    border-top-right-radius: 27px;
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    padding: 0 38px;
    color: #fff;
}

.tax-banner-left h2{
    font-size: 50px;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 22px;
}

.tax-banner-left h3{
    font-size: 30px;
    color: #fff;
}

.tax-banner-left a{
    width: 210px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #FC9D58;
    display: block;
    border-radius: 5px;
    color: #fff;
    margin-top: 35px;
}

.tax-banner-right{
    width: 310px;
    height: 390px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 26px 24px;
}

.tax-banner-right h3{
    font-size: 18px;
    margin-bottom: 22px;
}

.tax-banner-right h4{
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.tax-banner-right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tax-banner-right ul li label{
    width: 126px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.tax-banner-right ul input[type="radio"]{
    display: none;
}

.tax-banner-right ul input[type="radio"]:checked + label{
    color: #3298FF;
    background-color: #EFF2FB;
    display: inline-block;
    width: 126px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #EFF2FB;
}

.tax-banner-right .input{
    width: 262px;
    height: 40px;
    display: flex;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.tax-banner-right .input .img-outline{
    width: 20px;
    height: 20px;
    align-self: center;
}

.tax-banner-right .input input{
    font-size: 12px;
    margin-left: 6px;
    outline: none;
}

.tax-banner-right form>input{
    width: 262px;
    height: 40px;
    color: #fff;
    background-color: #3298FF;
    border-radius: 5px;
}

.tax-banner-right form>p{
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.tax-banner-right form>p span{
    font-size: 12px;
    color: #3298FF;
}

.tax-subscribe{
    margin: 0;
}

.pain{
    margin: 0 auto;
}

.pain .subject{
    margin-top: 70px;
}

.pain-body{
    margin-top: 40px;
    height: 280px;
}

.pain-tab{
    display: flex;
    justify-content: space-between;
}

.pain-tab li{
    position: relative;
    width: 280px;
    height: 260px;
    overflow: hidden;
}

.pain-tab .img-outline{
    border-radius: 5px;
    position: absolute;
}

.pain-li-main{
    position: absolute;
    bottom: 0;
}

.pain-li-bg{
    position: absolute;
    left: -10px;
    bottom: -40px;
    width: 330px;
    height: 150px;
    transform: rotate(-5deg);
    background-color: rgba(50, 152, 255, .9);
}

.pain-li-text{
    position: absolute;
    bottom: 26px;
    text-align: center;
    width: 280px;
}

.pain-li-text h3{
    margin-bottom: 14px;
    color: #fff;
    font-weight: normal;
}

.pain-li-text p{
    color: #fff;
    font-size: 14px;
}

.pain .subject:nth-child(2) .pain-li-bg{
    background-color: rgba(153, 153, 153, 0.9);
}

.tradebooking{
    margin: 70px auto;
}

.tradebooking-body{
    display: flex;
    justify-content: space-between;
    height: 330px;
    margin-top: 40px;
}

.tradebooking-body-left{
    width: 650px;
    align-self: center;
}

.tradebooking-body-left ul{
    display: flex;
    flex-wrap: wrap;
}

.tradebooking-body-left ul li{
    width: 140px;
    height: 48px;
    text-align: center;
    margin-right: 20px;
    line-height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tradebooking-body-left ul li:hover{
    background-color: #EFF2FB;
    color: #3298FF;
    border: #EFF2FB 1px solid;
}

.tradebooking-body-left .active{
    background-color: #EFF2FB;
    border: 1px solid #EFF2FB;
    color: #3298FF;
}


.tradebooking-body-right{
    width: 520px;
    height: 330px;
    box-sizing: border-box;
    padding: 47px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    background: url(../images/tax/cysp.png) center center no-repeat;
}

.tradebooking-body-right .tab{
    position: relative;
    height: 100%;
}

.tradebooking-body-right .line{
    width: 60px;
    height: 2px;
    background-color: #3298FF;
    margin-bottom: 30px;
}

.tradebooking-body-right h3{
    font-size: 18px;
    margin-bottom: 30px;
}

.tradebooking-body-right p{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.tradebooking-body-right a{
    position: absolute;
    bottom: 0;
    width: 210px;
    height: 48px;
    display: block;
    text-align: center;
    background-color: #3298FF;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
    border-radius: 5px;
}

.tradebooking-body-right .tab:nth-child(1){
    display: block;
}

.tradebooking-body-right .tab{
    display: none;
}

.accountservice{
    margin: 70px auto;
    background: url(../images/tax/accountservice_banner.png) center center no-repeat;
    box-sizing: border-box;
    padding: 40px 0;
    height: 587px;
}

.accountservice .main-title h3{
    color: #fff;
}

.accountservice .main-title p{
    color: #fff;
}

.accountservice-body{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.accountservice-body>div{
    width: 580px;
    height: 410px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.accountservice-body dt{
    font-size: 18px;
    background-color: #9494FF;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
}

.accountservice-body .img-outline{
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 8px;
}

.accountservice-body li{
    padding: 0 30px;
    padding-top: 20px;
}

.accountservice-body li span{
    font-size: 14px;
}

.accountservice-body a{
    width: 210px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #3298FF;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translate(-50%,0);
}

.accountservice-right>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accountservice-right>ul dt{
    width: 100%;
}

.accountservice-right>ul>li{
    padding: 0;
}

.accountservice-right>ul>li:nth-child(2) li{
    padding-right: 0;
}

.accountservice-right>ul>li:nth-child(3) li{
    padding-left: 0;
}

.data{
    margin: 70px auto;
}

.data-body{
    margin-top: 40px;
}

.data-body ul{
    display: flex;
    justify-content: space-between;
}

.data-body ul li{
    width: 216px;
    height: 190px;
}

.data-body ul li .img-outline{
    width: 216px;
    height: 160px;
}

.data-body ul li h4{
    text-align: center;
    margin-top: 10px;
}

.process{
    margin: 70px auto;
    background: url(../images/tax/process_banner.png) center center no-repeat;
    height: 402px;
    box-sizing: border-box;
    padding: 40px 0;
}

.process .main-title h3,.process .main-title p{
    color: #fff;
}

.process-body{
    margin-top: 30px;
}

.process-body ul{
    display: flex;
    justify-content: space-between;
}

.process-body ul li{
    width: 148px;
}

.process-body ul .img-outline{
    width: 108px;
    height: 108px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.process-body h3,.process-body p{
    color: #fff;
    text-align: center;
}

.process-body h3{
    margin-bottom: 12px;
}

.process-body p{
    font-size: 14px;
    width: 140px;
}

.process-body span{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.havedata{
    margin: 70px auto;
}

.havedata-body{
    margin-top: 50px;
}

.havedata-body ul{
    display: flex;
    justify-content: space-between;
}

.havedata-body ul li{
    height: 294px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.havedata-body .img-outline{
    width: 240px;
    height: 206px;
}

.havedata-body li p{
    text-align: center;
    font-weight: bold;
    margin-top: 24px;
}

.problem{
    margin: 70px auto;
    width: 100%;
    height: 527px;
    overflow: hidden;
    background: url(../images/tax/problem_banner.png) no-repeat;
    background-position: bottom;
    background-size: 1920px 300px;
}

.problem-body{
    margin-top: 40px;
    height: 350px;
    padding: 20px 0;
    box-sizing: border-box;
}

.problem .problem-text{
    width: 340px;
    height: 260px;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 20px rgba(60, 126, 229, 0.16);
    background-color: #fff;
    border-radius: 5px;
}

.problem .problem-text p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.problem .problem-text .line{
    width: 60px;
    height: 2px;
    background-color: #3298FF;
    margin-top: 14px;
    margin-bottom: 24px;
    /* margin-left: -30px; */
}

.problem .problem-slide{
    position: relative;
}

.problem .problem-slide .swiper-wrapper{
    height: 300px;
    padding-top: 40px;
}

.problem .swiper-slide-active, .problem .swiper-slide-duplicate-active{
    transition: all 1s;
    transform: scale(1.2);
}

.problem-pagination{
    text-align: center;
}

.problem-pagination .swiper-pagination-bullet{
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid #fff;
}

.problem-pagination .swiper-pagination-bullet-active{
    background-color: #fff !important;
}

.reason{
    margin: 70px auto;
    height: 745px;
    background: url(../images/tax/reason_banner.png) center top no-repeat;
    box-sizing: border-box;
    padding-top: 40px;
}

.reason .main-title h3, .reason .main-title p{
    color: #fff;
}

.reason-body{
    margin-top: 40px;
}

.reason-body>ul{
    display: flex;
    justify-content: space-around;
}

.reason-body>ul li{
    width: 100%;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #3298FF;
    padding: 16px 0;
}

.reason-body>ul .active{
    background-color: #3298FF;
}

.reason-bottom .tab{
    margin-top: 50px;
    display: none;
}

.reason-bottom .tab:nth-child(1){
    display: block;
}

.reason-bottom .tab-one>div>.img-outline{
    width: 682px;
    height: 463;
}

.reason-bottom .tab-one>div{
    display: flex;
}

.reason-bottom .tab-one .reason-right{
    width: 530px;
}

.reason-bottom .tab-one .reason-right>h4{
    color: #fff;
    font-weight: normal;
}

.reason-bottom .tab-one .reason-right ul:nth-child(2){
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.reason-bottom .tab-one .reason-right ul:nth-child(2) li{
    width: 250px;
    display: flex;
    margin-bottom: 20px;
}

.reason-bottom .tab-one .reason-right ul:nth-child(2) li h4{
    margin-left: 5px;
    color: #000;
    margin-top: 3px;
    font-weight: normal;
}

.reason-bottom .tab-one .reason-right ul:nth-child(2) li>.img-outline{
    width: 28px;
    height: 28px;
}

.reason-bottom .tab-one .reason-right ul:nth-child(3){
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-left: 20px;
}

.reason-bottom .tab-one .reason-right ul:nth-child(3) .img-outline{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.reason-bottom .tab-one .reason-right ul:nth-child(3) h5{
    font-weight: normal;
}

.reason-bottom .tab-two>div{
    display: flex;
}

.reason-bottom .tab-two>div>.img-outline{
    width: 580px;
    height: 500px;
}

.reason-bottom .tab-two .reason-right{
    width: 562px;
}

.reason-bottom .tab-two .reason-right h4{
    color: #fff;
    font-weight: normal;
}

.reason-bottom .tab-two .reason-right ul{
    margin-top: 90px;
}

.reason-bottom .tab-two .reason-right ul li{
    width: 100%;
    display: flex;
    margin-top: 48px;
}

.reason-bottom .tab-two .reason-right ul li .img-outline{
    width: 78px;
    height: 78px;
    margin-right: 24px;
}

.reason-bottom .tab-two .reason-right ul li .reason-text{
    align-self: center;
}

.reason-bottom .tab-two .reason-right ul li .reason-text h4{
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}

.reason-bottom .tab-two .reason-right ul li .reason-text p{
    color: #000;
    font-size: 14px;
}

.reason-bottom .tab-three>h4,.reason-bottom .tab-three>p{
    text-align: center;
    font-weight: normal;
    color: #fff !important;
}

.reason-bottom .tab-three ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 120px;
}

.reason-bottom .tab-three .img-outline{
    width: 90%;
    height: 180px;
    margin: 0 auto;
}

.reason-bottom .tab-three .img-outline img{
    height: 100%;
}

.reason-bottom .tab-three h5{
    margin: 28px 0 22px 0;
    font-size: 18px;
    font-weight: normal;
}

.reason-bottom .tab-three p{
    color: #999;
    font-size: 14px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 30px;
}

.reason-bottom .tab-three:nth-child(4) .img-outline,.reason-bottom .tab-three:nth-child(5) .img-outline{
    height: 230px !important;
}


.excellent{
    margin: 70px auto;
}

.excellent-body{
    margin-top: 20px;
}

.excellent-body ul{
    display: flex;
    justify-content: space-between;
}

.excellent-body ul li{
    width: 276px;
    margin-right: -20px;
    margin-left: -20px;
}

.excellent-body ul li .img-outline{
    width: 276px;
    height: 210px;
}

.excellent-body ul li h4{
    text-align: center;
    margin-bottom: 10px;
}

.excellent-body ul li p{
    text-align: center;
    width: 84px;
    margin: 0 auto;
    font-size: 14px;
}

/* 资质办理 */
.flair-banner{
    background: url(../images/flair/flair_banner.png) no-repeat center top;
    height: 545px;
    position: relative;
}

.flair-banner-body{
    position: absolute;
    bottom: 30px;
}

.flair-banner-body .flair-top h1{
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.flair-banner-body .flair-top h2{
    font-size: 24px;
    display: block;
    font-weight: normal;
    color: #fff;
    width: 398px;
    height: 54px;
    background-color: #FC9D58;
    text-align: center;
    margin: 0 auto;
    line-height: 54px;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    margin-bottom: 25px;
}

.flair-banner-body .subscribe{
    background-color: #fff;
    width: 1200px;
    height: 198px;
    box-sizing: border-box;
    padding: 20px 40px;
    margin: 0;
    border-radius: 5px;
}

.flair-banner-body .subject{
    width: 1120px;
}

.flair-banner-body .subscribe .subject>h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: normal;
}

.flair-banner-body .subscribe form>input{
    width: 175px;
}

.flair-banner-body .subscribe form .input{
    min-width: 320px
}

.necessaryflair{
    margin-top: 70px;
    box-sizing: border-box;
    padding: 40px 0;
    background-color: #EFF2FB;
}

.necessaryflair-body table{
    margin-top: 40px;
}

.necessaryflair-body table tr td{
    height: 180px;
    width: 300px;
    background-color: #fff;
}

.necessaryflair-body table tr td:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.necessaryflair-body table .tab-left{
    height: 236px;
}

.necessaryflair-body table .left{
    position: relative;
    height: 236px;
    min-width: 200px;
    max-width: 230px;
    margin: auto auto;
    text-align: center;
    padding: 0;
}

.necessaryflair-body table .left h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}

.necessaryflair-body table .left p{
    color: #fff;
}

.necessaryflair-body table .left .line{
    width: 52px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 22px;
}

.necessaryflair-body table .left a{
    width: 162px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.30);
    display: block;
    line-height: 52px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    color: #fff;
}

.necessaryflair-body table .left a:hover{
    background-color: rgba(255, 255, 255, 0.50);
}

.necessaryflair-body table tr td{
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 10px;
    padding-bottom: 30px;
    vertical-align: top;
}

.necessaryflair-body table tr td h4{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
}

.necessaryflair-body table tr td p{
    font-size: 14px;
    color: #666;
}

.necessaryflair-body tr:nth-child(1) td:nth-child(1){
    vertical-align: middle;
    width: 276px !important;
}

.necessaryflair-body tr td>a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.necessaryflair-body tr td .hot{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #F35F5F;
    color: #F35F5F;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

.necessaryflair-body tr td .img-outline{
    width: 118px;
    height: 84px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.food tr:nth-child(1) td:nth-child(1){
    background-color: #3298FF;
}

.necessaryflair-body .see{
    vertical-align: middle;
}

.necessaryflair-body .see a{
    width: 170px;
    display: flex;
    justify-content: space-between;
    height: 48px;
    margin: 0 auto;
}

.necessaryflair-body .see a .see-text h5{
    margin-bottom: 6px;
}

.necessaryflair-body .see img{
    width: 48px;
    height: 48px;
}

.necessaryflair-body .four_td td{
    width: 450px;
}

.necessaryflair-body .three_td td{
    width: 450px;
}

.necessaryflair-body .it tr:nth-child(1) td:nth-child(1){
    background-color: #9494FF !important;
}

.necessaryflair-body .yp tr:nth-child(1) td:nth-child(1){
    background-color: #FC9D58 !important;
}

.necessaryflair-body .wh tr:nth-child(1) td:nth-child(1){
    background-color: #16CCA7 !important;
}

.necessaryflair-body .zg tr:nth-child(1) td:nth-child(1){
    background-color: #F35F5F !important;
}

.necessaryflair-body .jy tr:nth-child(1) td:nth-child(1){
    background-color: #3298FF !important;
}

.necessaryflair-body .rl tr:nth-child(1) td:nth-child(1){
    background-color: #9494FF !important;
}

.necessaryflair-body .wl tr:nth-child(1) td:nth-child(1){
    background-color: #FC9D58 !important;
}

.necessaryflair-body .jz tr:nth-child(1) td:nth-child(1){
    background-color: #16CCA7 !important;
}

.necessaryflair-body .qt tr:nth-child(1) td:nth-child(1){
    background-color: #F35F5F !important;
}

.step{
    margin: 70px auto;
}

.step-body{
    margin-top: 40px;
}

.step-body ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.step-body ul .img-outline{
    height: 110px;
    width: 110px;
    margin: 0 auto;
}

.step-body ul h4{
    margin-top: 24px;
    margin-bottom: 12px;
}

.step-body ul p{
    font-size: 14px;
}

.step-body ul li{
    width: 130px;
}

.step-body ul li:nth-child(2n){
    width: 175px;
}

.step-body ul span{
    display: inline-block;
    margin-top: 20px;
    color: #3298FF;
    align-self: center;
    font-size: 40px;
    font-weight: bold;
}

.ys{
    margin: 70px auto;
    padding: 40px;
    box-sizing: border-box;
    background: url(../images/flair/ys_banner.png) center top no-repeat;
}

.ys .main-title h3{
    color: #fff;
}

.ys .main-title p{
    color: #fff;
}

.ys-body{
    margin-top: 40px;
}

.ys-body ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.ys-body ul li .img-outline{
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.ys-body ul h4{
    margin-top: 24px;
    margin-bottom: 12px;
    color: #fff;
}

.ys-body ul p{
    color: #fff;
}

.case{
    margin: 70px auto;
}

.case-body{
    margin-top: 40px;
}

.case-body .swiper-slide{
    display: flex;
    justify-content: space-between;

}

.case-body .img-outline{
    width: 230px;
    height: 157px;
}

.case-pagination{
    text-align: center;
    margin-top: 20px;
}

.case-pagination .swiper-pagination-bullet{
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid #3298FF;
}

.case-pagination .swiper-pagination-bullet-active{
    background-color: #3298FF !important;
}

/* flair_content */
.flair-content{
    margin: 70px auto;
}

.flair-content .return ul{
    display: flex;
}

.flair-content .return ul li a{
    color: #666;
    font-size: 14px;
}

.flair-content-main>div{
    margin-top: 75px;
}

.flair-content-main .what{
    width: 1200px;
    padding-bottom: 40px;
    border-radius: 10px;
    border: 1px solid #3298FF;
    position: relative;
}

.flair-content-main .flair-title{
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    padding: 22px 32px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}

.flair-content-main .what ul{
    width: 1150px;
    margin: 0 auto;
    margin-top: 40px;
}

.flair-content-main .what ul li{
    display: flex;
    justify-content: space-between;
}

.flair-content-main .what ul .img-outline{
    width: 95px;
    height: 95px;
    align-self: center;
}

.flair-content-main .what ul p{
    width: 1025px;
    align-self: center;
    font-size: 14px;
    color: #666;
}

.flair-content-main .condition{
    display: flex;
    justify-content: space-between;
}

.flair-content-main .condition-text{
    width: 585px;
    border: 1px solid #3298FF;
    border-radius: 10px;
    position: relative;
}

.flair-content-main .condition-text ul{
    width: 500px;
    margin: 64px auto;
}

.flair-content-main .condition-text ul li{
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
}

.flair-content-main .condition-text ul li i{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    font-style: normal;
    line-height: 30px;
    color: #fff;
    background-color: #3298FF;
    /* align-self: center; */
}

.flair-content-main .condition-text ul li span{
    width: 460px;
    display: inline-block;
    align-self: center;
    color: #666;
    font-size: 14px;
}

.flair-content-main .procedure{
    display: flex;
    justify-content: space-between;
}

.flair-content-main .procedure-text{
    width: 585px;
    border: 1px solid #3298FF;
    border-radius: 10px;
    position: relative;
}

.flair-content-main .procedure-text:nth-child(1)>div{
    margin: 64px;
    position: relative;
}

.flair-content-main .procedure-text:nth-child(1) td{
    align-self: center;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    vertical-align: middle;
    padding-bottom: 20px;
}

.flair-content-main .procedure-text:nth-child(1) tr td:nth-child(1){
    text-align: center;
    position: relative;
}

.flair-content-main .procedure-text:nth-child(1) tr td:nth-child(1)::after{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: -1;
    background-color: #3298FF;
    top: 10px;
    left: 50%;
    transform: translate(-50%,0);
}

.flair-content-main .procedure-text:nth-child(1) tr:last-child td:nth-child(1)::after{
    content: "";
    height: 0;
}

.flair-content-main .procedure-text:nth-child(1) tr:last-child td{
    padding: 0;
}

.flair-content-main .procedure-text:nth-child(1) td span{
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.flair-content-main .result>div{
    box-sizing: border-box;
    padding: 90px 30px;
}

.flair-content-main .result>div img{
    width: 100%;
}

.flair-content-main .flair-problem{
    border: 1px solid #a9acaf;
    border-radius: 10px;
}

.flair-content-main .flair-problem>div{
    width: 1120px;
    margin: 63px auto;
}

.flair-content-main .flair-problem div>h3{
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}

.flair-content-main .flair-problem div>h3::after{
    content: "";
    position: absolute;
    background: url(../images/flair_content/problem_ico.svg) center center;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
}

.flair-content-main .flair-problem p{
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
}

.flair-content-main .flair-problem p:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* 商标注册 */
.trademark-banner{
    background: url(../images/trademark/trademark_bannner.png) no-repeat center top;
    height: 545px;
    position: relative;
}

.trademark-banner>.subject{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.trademark-banner-body .trademark-top h1{
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.trademark-banner-body .trademark-top h2{
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.trademark-banner-body .trademark-top h2 span{
    font-size: 30px;
    color: #FC9D58;
}

.trademark-banner-body .subscribe{
    background-color: #fff;
    width: 980px;
    height: 230px;
    box-sizing: border-box;
    padding: 20px 40px;
    margin: 0 auto;
    border-radius: 5px;
}

.trademark-banner-body .subject{
    width: auto;
}

.trademark-banner-body .subscribe .subject>h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: normal;
}

.trademark-banner-body .subscribe form>input{
    width: 175px;
}

.trademark-banner-body .subscribe form .input{
    width: 660px !important;
}

.trademark-banner-body .subscribe form input{
    width: 610px !important;
}

.trademark-tab ul{
    display: flex;
    margin-bottom: 26px;
}

.trademark-tab ul li{
    width: 170px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #666;
    margin-right: 20px;
    cursor: pointer;
}

.trademark-tab ul li:hover{
    color: #3298FF;
}

.trademark-tab ul .active{
    border: 1px solid #EFF2FB;
    background-color: #EFF2FB;
    color: #3298FF;
}

.trademark-banner .tab{
    display: none;
}

.trademark-banner .tab:nth-child(2){
    display: flex;
}

.what-trademark{
    margin: 70px auto;
}

.what-trademark-body{
    margin-top: 40px;
}

.what-trademark-body ul{
    display: flex;
    justify-content: space-between;
}

.what-trademark-body ul li{
    width: 228px;
    height: 280px;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    background-color: #EFF2FB;
}

.what-trademark-body ul li .img-outline{
    width: 86px;
    height: 86px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.what-trademark-body ul li h4{
    margin-bottom: 12px;
}

.what-trademark-body ul li p{
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.notindustries{
    margin: 70px auto;
    padding: 40px 0;
    background: url(../images/trademark/notindustries_banner.png);
}

.notindustries .main-title h3{
    color: #fff;
}

.notindustries .main-title p{
    color: #fff;
}

.notindustries-body{
    border-top: 1px solid #3298FF;
    margin-top: 30px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.notindustries-body-tab ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 620px;
}

.notindustries-body-tab ul li{
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}

.notindustries-body-tab ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.notindustries-body-tab ul .active{
    color: #3298FF;
    background-color: #EFF2FB;
}

.notindustries-body-tab-text{
    width: 450px;
}

.notindustries-body-tab-text .tab-text{
    margin-bottom: 16px;
    line-height: 25px;
}

.notindustries-body-tab-text .tab h4,.notindustries-body-tab-text .tab p,.notindustries-body-tab-text>a{
    color: #fff;
}

.notindustries-body-tab-text .tab p{
    font-size: 14px;
}

.notindustries-body-tab-text a{
    width: 210px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    display: block;
    background-color: #3298FF;
    margin-top: 23px;
}

.notindustries-body-tab-text .tab{
    display: none;
}

.notindustries-body-tab-text .tab:nth-child(1){
    display: block;
}

.tindustriesproblem{
    margin: 70px auto;
}

.tindustriesproblem-body{
    margin-top: 40px;
}

.tindustriesproblem-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tindustriesproblem-body ul li{
    display: flex;
    width: 590px;
    box-sizing: border-box;
    padding: 45px 28px;
    background-color: #EFF2FB;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

.tindustriesproblem-body ul li:hover{
    width: 590px;
    border: 1px solid #3298FF;
}

.tindustriesproblem-body ul li .img-outline{
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.tindustriesproblem-body-text{
    width: 505px;
}

.tindustriesproblem-body-text h4{
    font-weight: normal;
    margin-bottom: 15px;
    color: #000;
}

.tindustriesproblem-body-text p{
    font-size: 14px;
    color: #666;
}

.tindustriesproblem-body ul li:hover h4{
    color: #3298FF;
}

.tindustriesproblem-body a{
    width: 466px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    background-color: #3298FF;
    color: #fff;
    border-radius: 5px;
}

/* 新闻 */
.news-banner{
    background: url(../images/news/caishuibanner.jpg) center top no-repeat;
    height: 545px;
}

.news{
    margin: 70px auto;
}

.news .subject{
    display: flex;
    justify-content: space-between;
}

.news-left{
    width: 860px;
    min-height: 600px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
    position: relative;
}

.news-left>.news-left-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.news-left>.news-left-title li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.news-left>.news-left-title li a{
    width: 100%;
    height: 100%;
    display: block;
}

.news-left>.news-left-title li a:hover{
    background-color: #3298FF;
    color: #fff;
}

.news-left>.news-left-title .active{
    background-color: #3298FF;
    color: #fff;
}

.news-left>.news-left-title .active a{
    color: #fff;
}

.news-left-body{
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
}

.news-left-body ul li>a{
    display: block;
    padding: 0 8px;
}

.news-left-body .list li a{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    height: 158px;
    overflow: hidden;
    padding: 0 8px;
}

.news-left-body ul li a:hover h4{
    color: #3298FF;
}

.news-left-body ul li a .img-outline{
    width: 263px;
    height: 158px;
    margin-right: 20px;
}

.news-left-body ul li .news-left-li-text{
    width: 500px;
    height: 145px;
}

.news-left-body ul li .news-left-li-text>h4{
    height: 21px;
    overflow: hidden;
}

.news-left-body .news-content h3{
    font-size: 20px;
    text-align: center;
}

.news-left-body .news-content .time{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.news-left-body .news-content img{
    max-width: 100%;
}

.news-left-body .news-content .time span{
    font-size: 14px;
}

.news-left-body .news-content .main-text{
    margin-top: 40px;
    line-height: 1.5em;
    font-size: 14px;
    color: #666;
}

.news-left-body .news-content .main-text p{
    line-height: 1.5em;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}

.news-left-body .content-bottom{
    margin-top: 40px;
}

.news-left-body .content-bottom .content-tip{
    display: flex;
    background-color: #EFF2FB;
    padding: 20px 10px;
    box-sizing: border-box;
}

.news-left-body .content-bottom .content-tip img{
    width: 18px;
    height: 18px;
    padding-top: 1px;
    padding-right: 5px;
}

.news-left-body .content-bottom .tip-text p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.news-left-body .content-page{
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.news-left-body .content-page>a{
    display: flex;
    max-width: 50%;
}

.news-left-body .content-page span,.news-left-body .content-page i,.news-left-body .content-page p{
    font-size: 14px;
    color: #666;
}

.news-left-body .content-page i{
    width: 15px;
    font-style: normal;
}

.news-left-body .content-page p{
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}

.news-left-body .content-ewm{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news-left-body .content-ewm>div{
    display: flex;
}

.news-left-body .content-ewm>div .img-outline{
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.news-left-body .content-ewm>div .content-ewm_text{
    align-self: center;
    margin-left: 10px;
}

.news-left-body .content-ewm>div .content-ewm_text h4{
    font-size: 16px;
    margin-bottom: 10px;
}

.news-left-body .content-ewm>div .content-ewm_text h4 img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.news-left-body .content-ewm>div .content-ewm_text p{
    font-size: 14px;
    border-radius: 20px;
    padding: 3px 10px;
}

.news-left-body .content-ewm_one .content-ewm_text p{
    background: #e9e9ff;
    color: #888aff;
}

.news-left-body .content-ewm_two .content-ewm_text p{
    background-color: #ffecde;
    color: #ff8c3b;
}

.main-text a{
    color: inherit !important;
    font-size: inherit !important;
}


.news-left-li-text time{
    display: flex;
    margin: 12px 0;
}

.news-left-li-text time .img-outline{
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px !important;
}

.news-left-li-text time p{
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
}

.news-left-li-text>p{
    color: #666;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;

    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news-left-li-text span{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 30px;
}

.news-left .pages li{
    display: inline-block;
    margin-right: 8px;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.news-left .pages li a{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.news-left .pages li a:hover{
    background-color: #3298FF;
    border: 1px solid #3298FF;
    color: #fff;
}

.news-left .pages li:hover a{
    color: #fff;
}

.news-left .pages .active a{
    background-color: #3298FF;
    border: 1px solid #3298FF;
    color: #fff;
}

.news-right{
    width: 320px;
}

.news-right-top{
    width: 320px;
    height: 191px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.news-right-bottom{
    width: 320px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.news-right-bottom>h4{
    border-left: 4px solid #3298FF;
    padding-left: 4px;
}

.news-right-bottom-img li:nth-child(1){
    width: 300px;
    height: 190px;
    margin-top: 20px;
    position: relative;
}

.news-right-bottom-img li:nth-child(1) h5{
    color: #fff !important;
}

.news-right-bottom-img li:nth-child(1) .img-outline{
    width: 100% !important;
    height: 100% !important;
}

.news-right-bottom-img li:nth-child(1) h5{
    height: 50px;
    width: 300px;
    line-height: 50px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right-bottom-img li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news-right-bottom-img li a{
    display: flex;
    justify-content: space-between;
}

.news-right-bottom-img li:last-child{
    border: 0;
}

.news-right-bottom-img li:hover h5{
    color: #3298FF;
}

.news-right-bottom-img li>a>.img-outline{
    width: 120px;
}

.news-right-bottom-img li>a .news-right-bottom-text{
    align-self: center;
}

.news-right-bottom-text h5{
    font-size: 12px;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 32px;
}

.news-right-bottom-img li time{
    width: 170px;
    display: flex;
}

.news-right-bottom-img li time p{
    font-size: 12px;
    color: #999;
    align-self: center;
    margin-right: 10px;
}

.news-right-bottom-img li time .img-outline{
    width: 15px;
    height: 20px;
}

.information-banner{
    background: url(../images/information/guanyuwomenbanner.jpg) center top no-repeat;
    height: 545px;
}

.information{
    margin: 70px auto;
}

.information-top{
    display: flex;
    justify-content: space-between;
}

.information-top-left{
    width: 575px;
}   

.information-top-left h1{
    font-size: 26px;
    font-weight: normal;
}

.information-top-left h6{
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
    margin-bottom: 20px;
}

.information-top-left p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.information-top-right{
    width: 450px;
    height: 500px;
    position: relative;
}

.information-top-right-one{
    width: 403px;
    height: 466px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
}

.information-top-right-two{
    width: 368px;
    height: 122px;
    position: absolute;
    right: 75px;
    background-color: #3298FF;
    bottom: 0;
    border-radius: 5px;
}

.information-top-right-three{
    width: 403px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.information-bottom ul{
    margin-top: 50px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.information-bottom ul h4{
    font-size: 26px;
    color: #3298FF;
}

.information-bottom p{
    font-size: 14px;
    color: #666;
}

.information-bottom li{
    border-right: 1px solid #ccc;
    width: 100%;
}

.information-bottom li:last-child{
    border: 0;
}

.hotservice{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.hotservice-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hotservice-body ul li{
    width: 285px;
    height: 108px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 28px 70px;
    margin-bottom: 20px;
}

.hotservice-body ul li a{
    display: flex;
    width: 100%;
    height: 100%;
}

.hotservice-body ul li:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.hotservice-body ul li .img-outline{
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.hotservice-body ul li p{
    align-self: center;
}

.serviceguarantee{
    margin: 70px auto;
}

.serviceguarantee-body ul{
    display: flex;
    justify-content: space-between;
}

.serviceguarantee-body-top{
    margin-top: 40px;
}

.serviceguarantee-body-top ul li{
    width: 154px;
    text-align: center;
}

.serviceguarantee-body ul li .img-outline{
    width: 86px;
    height: 86px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.serviceguarantee-body ul li p{
    font-size: 14px;
    margin-top: 12px;
}

.serviceguarantee-body-bottom{
    margin-top: 40px;
}

.contact{
    margin: 70px auto;
}

.contact-body{
    margin-top: 40px;
    position: relative;
}

.contact-body .map-content-wrapper,.contact-body .map-content{
    width: 100%;
    height: 430px;
    z-index: 99;
    position: relative;
}

.contact-text{
    position: absolute;
    top: 90px;
    left: 60px;
    z-index: 999;
    width: 402px;
    height: 250px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 44px 20px;
}

.contact-text ul li{
    display: flex;
    margin-bottom: 28px;
}

.contact-text img{
    margin-right: 10px;
}

.contact-text ul li p{
    font-size: 14px;
}























/* footer */
footer{
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    background-color: #333333;
    height: 435px;
    margin: 0 auto;
    margin-top: -4px;
}

.footer-main{
    width: 1200px;
    margin: 0 auto;
}

.footer-top{
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}

.footer-top>div{
    width: 33.3%;
    border-right: 1px solid #666;
}

.footer-top>div:last-child{
    border: 0;
}

.footer-top>div dt{
    color: #fff;
    margin-bottom: 18px;
}

.footer-top-one li{
    color: #fff;
    line-height: 30px;
}

.footer-top-one li span{
    color: #CCCCCC;
}

.footer-top-two ul{
    width: 160px;
    margin: 0 auto;
}

.footer-top-two li{
    display: inline-block;
    font-size: 14px;
    color: #CCCCCC;
    margin-bottom: 12px;
    padding-right: 20px;
}

.footer-top-three{
    display: flex;
    text-align: center;
    justify-content:flex-end;
}

.footer-top-three-left{
    margin-right: 50px;
}

.footer-top-three>div{
    width: 125px;
}

.footer-top-three dt{
    margin-bottom: 10px !important;
}

.footer-top-three li:nth-child(2){
    margin-bottom: 10px;
    color: #CCCCCC;
    font-size: 14px;
}

.footer-top-three li:nth-child(2) p{
    font-size: 14px;
    color: #ccc;
}

.footer-top-three .img-outline{
    width: 122px;
    margin: 0 auto;
}

.footer-content{
    font-size: 14px;
    color: #CCCCCC;
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer-content a{
    font-size: 14px;
    color: #CCCCCC;
}

.footer-content span{
    color: #ccc;
}

.footer-bottom{
    width: 760px;
    margin: 0 auto;
    text-align: center;
    color: #999;
    line-height: 24px;
}

.footer-bottom p{
    font-size: 14px;
    color: #999;
}

.footer-bottom-text{
    color: #999;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom-text p{
    color: #999;
}

.footer-bottom-text a{
    color: #999;
    font-size: 14px;
}

.open-kefu{
    cursor: pointer;
}


.nb-new-invite-tool-head-default{
    background-color: #fff !important;
}
#newBridge{
    z-index: 999 !important;
}


.mask-content{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.mask-bg{
    height: 100vh;
}
.mask-v-middle{
    position: relative;
    top: 45vh;
    transform: translate(0, -50%);
}

.alert-main{
    text-align: center;
    color: #fff;
    font-size: 0;
}
.alert-content{
    display: inline-block;
    padding: 10px 25px;
    background: rgba(0,0,0, .75);
    border-radius: 6px;
}
.alert-content p{
    line-height: 20px;
    text-align: center;
}
.alert-content .alert-body{
    font-size: 14px;
}
.mask-alert .warn .alert-content{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mask-alert .warn .alert-icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon-warn.svg) center top no-repeat;
    background-size: 30px;
}


.mask-messagebox .mask-bg{
    background: rgba(0,0,0, .65);
}
.messagebox-content{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    width: 320px;
}
.messagebox-title{
    text-align: center;
    font-size: 15px;
    line-height: 3;
    color: #ee0a24;
}
.messagebox-body{
    padding: 10px 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
}
.messagebox-buttons{
    display: flex;
}
.messagebox-buttons button{
    flex: 1;
    text-align: center;
    font-size: 13px;
    line-height: 3;
    color: #ee0a24;
    cursor: pointer;
}
.messagebox-buttons button:nth-child(1){
    border-right: 1px solid #d9d9d9;
    display: none;
    color: #999;
}
