* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: '微软雅黑';
    -webkit-text-size-adjust: none;
    font-size: 24px;
    color: #333;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4d4d4d;
}

li {
    list-style: none;
}

body {
    margin: 0 auto;
    width: 750px;
    position: relative;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    width: 670px;
    margin: 0 auto;
}

.banner-slide .banner-contral{
    position: absolute;
    z-index: 10;
}

.banner-contral span{
    position: relative;
    top: 350px;
}
.banner-slide .banner-pagination{
    width: 100%;
    text-align: center;
    bottom: 50px;
    left: 0;
}
.banner-slide .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    margin: 0 18px;
    border-radius: 7px;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 25px;
}

.banner_content{
    position:relative;
    width: 750px;
}

.banner_content .tax{
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translate(-50%,0);
    width: 257px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    background-color: #FC9D58;
    border-radius: 5px;
}

header {
    position: fixed;
    height: auto;
    width: 750px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
}

header::-webkit-scrollbar{
    width: 0;
}

.header-top {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 999;
}

.header-top>div {
    float: left;
    margin: auto;
}

.xiala{
    margin-left: 250px !important;
}

.header-top .xiala>div {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    background-color: #333;
    transition: 0.4s;
    border-radius: 3px;
}

.xiala-style div:nth-child(1) {
    height: 3px;
    width: 40px;
    transform: rotate(45deg) translate(8.5px, 9px);
}

.xiala-style div:nth-child(2) {
    width: 0;
}

.xiala-style div:nth-child(3) {
    height: 3px;
    width: 40px;
    transform: rotate(-45deg) translate(9.5px, -10px);
}

.xiala-text {
    width: 750px;
    height: 0;
    position: fixed;
    left: 50%;
    top: 140px;
    transform: translate(-50%, 0);
    background: #3298FF;
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s;
}

.xiala-text>ul>li {
    border-bottom: 1px solid #ccc;
    width: 670px;
    margin: 0 auto;
    position: relative;
}

.xiala-text>ul>li a {
    color: #fff;
}

.xiala-text>ul>li>a{
    font-weight: bold;
}

.xiala-text>ul>li>a,  .xiala-text>ul>li>ul>li>a{
    position: relative;
    padding: 26px 0px;
    display: block;
    line-height: 1;
    z-index: 0;
}
.xiala-text>ul>li>ul>li>a{
    padding-left: 0;
    padding-right: 0;
}

.xiala-text>ul>li>ul {
    margin-left: 60px;
    width: 629px;
}

.xiala-text>ul>li:last-child {
    border: 0;
}

.xiala-text>ul>li span{
    font-size: 34px;
    line-height: 32px;
    display: block;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 570px;
    top: 0;
    padding: 22px 0;
    color: #fff;
}

.xiala-text>ul>li>ul>li {
    padding-left: 0;
    border-top: 1px dashed #ccc;
}


.xiala-text a {
    color: #4d4d4d;
    font-size: 26px;
}

.xiala-text ul li ul {
    width: 670px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
}

.toggleone {
    height: auto;
}

.open>ul {
    height: 100% !important;
    transition: all 0.4s;
}

.open span {
    display: inline-block;
}

.logo {
    width: 335px;
    height: 68px;
    margin-left: 40px !important;
}

.xiala-text>ul>li:last-child>a{
    display: flex;
}

.xiala-text>ul>li:last-child>a>p{
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}

.active>a {
    padding-bottom: 6px;
    border-bottom: 2px solid #FDC26D;
}

.none1{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
}

.k{
    height: 140px;
}

/* 首页 */
.title{
    display: flex;
}

.title>span{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: 8px solid #3298FF;
    align-self: center;
    margin-right: 20px;
}

.title>h2{
    font-size: 34px;
}

.package{
    background-color: #EFF2FB;
    padding: 40px 0;
}

.package-body{
    margin-top: 30px;
    height: 870px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 5px;
}

.package-body ul li{
    display: flex;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px dashed #3298FF;
}

.package-body ul li:last-child{
    border-bottom: 0;
}

.package-body ul li>div{
    width: 100%;
}

.package-body-l .img-outline{
    width: 100px;
    height: 103px;
    margin: 0 auto;
}

.package-body ul li h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
}

.package-body-r{
    align-self: center;
}

.package-body-r>p:nth-child(1){
    font-size: 40px;
    color: #F35F5F;
    font-weight: bold;
    margin-bottom: 10px;
}

.package-body-r>p:nth-child(2){
    font-size: 26px;
    text-decoration:line-through;
}

.service{
    padding-bottom: 30px;
    background-color: #EFF2FB;
}

.service-body{
    margin-top: 30px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 20px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.service-body>ul{
    display: flex;
    justify-content: space-between;
}

.service-body>ul li{
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}

.service-body>ul .active{
    border-bottom: 2px solid #3298FF;
}

.service-main{
    margin-top: 30px;
}

.service-tab{
    display: none;
}

.service-tab:nth-child(1){
    display: block;
}

.service-tab ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-tab ul li a{
    display: block;
    margin-bottom: 20px;
    width: 196px;
    height: 68px;
    border-radius: 68px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    background-color: #ccc;
}

.service-tab ul li:nth-child(1) a{
    background-color: #FC9D58;
}

.service-tab ul li:nth-child(2) a{
    background-color: #3298FF;
}

.service-tab ul li:nth-child(3) a{
    background-color: #9494FF;
}

.service-tab ul li:nth-child(4) a{
    background-color: #16CCA7;
}

.service-tab ul li:nth-child(5) a{
    background-color: #F35F5F;
}

.service-tab ul li:nth-child(6) a{
    background-color: #FC9D58;
}

.service-tab ul li:nth-child(7) a{
    background-color: #9494FF;
}

.service-tab ul li:nth-child(8) a{
    background-color: #16CCA7;
}

.service-tab ul li:nth-child(9) a{
    background-color: #3298FF;
}

.subscribe{
    box-sizing: border-box;
    padding: 40px;
}

.subscribe form{
    margin-top: 40px;
}

.subscribe form input{
    outline: none;
    width: 100%;
}

.subscribe .input{
    display: flex;
    height: 90px;
    box-sizing: 25px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.subscribe form .img-outline{
    width: 40px;
    height: 40px;
    align-self: center;
    margin-right: 10px;
    margin-left: 10px;
}

.subscribe form>input{
    width: 100%;
    height: 90px;
    background-color: #3298FF;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
}

.advantage{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.advantage .title{
    margin-top: 40px;
    margin-bottom: 30px;
}

.advantage-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.advantage-body ul li{
    width: 210px;
    height: 263px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.advantage-body .img-outline{
    width: 63px;
    height: 63px;
    margin: 0 auto;
}

.advantage-body h3{
    margin: 20px 0;
    font-size: 26px;
}

.info .subject{
    display: flex;
    justify-content: space-between;
}

.info .subject>a{
    align-self: center;
}

.info .title{
    padding: 40px 0;
}

.info .swiper-slide{
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.info .swiper-container{
}

.info .swiper-wrapper{
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
}

.info .swiper-wrapper .active{
    border-bottom: 4px solid #3298FF;
    color: #3298FF;
    font-weight: bold;
    margin-bottom: -2px;
}

.info-main{
    width: 670px;
    margin: 30px auto;
}

.info-main ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.info-main ul li:last-child{
    border-bottom: 0;
}

.info-main ul li time{
    color: #999;
    display: flex;
}

.info-main ul li time span{
    color: #999;
    line-height: 30px;
    margin-right: 40px;
}

.info-main ul li h3{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}

.info-main ul li p{
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    line-height: 40px;
    height: 120px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.info-main ul li time img{
    width: 28px;
    height: 28px;
    margin: 0 10px;
}

.info-tab{
    display: none;
}

.info-tab:nth-child(1){
    display: block;
}

.hot{
    background: #EFF2FB;
    padding: 40px 0;
    padding-bottom: 0;
}

.hot-body{
    margin-top: 40px;
}

.hot-body .hot-title{
    height: 208px;
    box-sizing: border-box;
    padding: 40px 35px;
    text-align: center;
    background: #16CCA7;
}

.hot-body .hot-title h4{
    color: #fff;
    font-size: 26px;
    margin-bottom: 27px;
}

.hot-body .hot-title p{
    font-size: 24px;
    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: 630px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    height: 525px;
    background-color: #fff;
}

.hot-body form>ul{
    width: 100%;
}

.hot-body form>ul dt{
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px;
}

.hot-body form>ul li{
    height: 40px;
    margin-bottom: 10px;
}

.hot-body form>ul li label{
    color: #666;
}

.hot-body form>input{
    position: absolute;
    width: 630px;
    height: 90px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 40px;
    top: auto;
}

.hot-body-left form>input{
    background-color: #16CCA7;
}

.hot-body-right form>input{
    background-color: #9494FF;
}

.hot-pagination{
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}

.hot-body .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    background: #ccc;
    display: inline-block;
    margin: 0 18px;
    border-radius: 7px;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.hot-body .swiper-pagination-bullet-active{
    width: 20px;
    height: 4px;
    background: #3298FF;
    display: inline-block;
    margin: 0 18px;
    border-radius: 7px;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.ad{
    padding: 40px 0;
    background: #EFF2FB;
}

.card{
    margin: 40px 0;
}

.card-body{
    margin-top: 30px;
    position: relative;
}


.card-body ul{
    display: flex;
    justify-content: space-between;
}

.card-body ul li{
    align-self: center;
    text-align: center;
}

.card-body ul li h3{
    margin-top: 20px;
    color: #3298FF;
    width: 200px;
}

.card-body ul li p{
    margin-top: 20px;
    width: 200px;
}

.card-body ul li p span{
    color: #3298FF;
}

.card-body ul a>.img-outline{
    width: 135px;
    margin: 0 auto;
}

.card-body ul li>.img-outline{
    width: 30px;
    height: 60px;
    margin: 0 auto;
}

.card-body .cade-bottom{
    margin: 35px 0;
    margin-left: 560px;
}

.data{
    padding: 40px 0;
    background: #EFF2FB;
}

.data-body{
    margin-top: 30px;
}

.data-body>ul{
    position: relative;
}

.data-body>ul>li{
    position: relative;
    width: 656px;
    padding-bottom: 30px;
    border-left: 2px dashed #ccc;
    margin-left: 15px;
}

.data-body>ul>li:last-child{
    border-left: 0;
}

.data-body>ul>li:last-child li{
    width: 366px;
}

.data-body>ul h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #3298FF;
    width: 222px;
    position: absolute;
    left: -55px;
    height: 70px;
    line-height: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 0;
    z-index: 3;
}

.data-body>ul h3 span{
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    border: 8px solid #3C7EE5;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 20px;
}

.data-body>ul>li ul{
    position: relative;
    margin-top: 35px;
    width: 636px;
    border-radius: 5px;
    background: #fff;
    height: 190px;
    float: right;
    box-sizing: border-box;
    padding: 0 30px;
    padding-top: 54px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data-body>ul>li ul li{
    list-style-type: disc;
    color: #3C7EE5;
    margin-left: 30px;
}

.data-body>ul>li::after{
    content: "";
    display: block;
    clear: both;
}

.dataed{
    margin: 40px 0;
}

.dataed-body{
    margin-top: 30px;
}

.dataed-body .img-outline{
    width: 210px;
    height: 275px;
}

.dataed-body h3{
    margin-top: 20px;
    text-align: center;
}

.dataed-body .dataed-pagination{
    text-align: center;
    margin-top: 30px;
}

.dataed-body .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    background: #ccc;
    display: inline-block;
    margin: 0 18px;
    border-radius: 7px;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.dataed-body .swiper-pagination-bullet-active{
    width: 20px;
    height: 4px;
    background: #3298FF;
    display: inline-block;
    margin: 0 18px;
    border-radius: 7px;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.course{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.course-body{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.course-body>div{
    width: 325px;
}

.course-body>div h3{
    width: 100%;
    height: 86px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    line-height: 86px;
    color: #fff;
    font-size: 26px;
    background-color: #3298FF;
}

.course-body>div ul{
    box-sizing: border-box;
    padding: 40px 20px;
    background-color: #fff;
    padding-bottom: 0;
}

.course-body>div a{
    width: 325px;
    height: 95px;
    display: block;
    text-align: center;
    line-height: 95px;
    background-color: #3298FF;
    color: #fff;
    margin-top: 30px;
    border-radius: 95px;
    font-size: 28px;
}

.course-body>div ul li{
    display: flex;
    padding-bottom: 30px;
}

.course-body>div ul li h4{
    color: #3298FF;
    margin-bottom: 20px;
}

.course-body>div ul li p{
    color: #666;
}

.course-body>div .img-outline{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.course-body>div .course-i{
    max-width: 195px;
}

.course-body .course-right h3{
    background-color: #FC9D58;
}

.course-body .course-right ul li h4{
    color: #FC9D58;
}

.course-body .course-right a{
    background: #FC9D58;
}

.problem{
    margin: 40px 0;
}

.problem-body{
    margin-top: 30px;
}

.problem-body ul li{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.problem-body ul li:last-child{
    border: 0;
}

.problem-body ul li .img-outline{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.problem-body ul li .problem-body-r{
    width: 620px;
}

.problem-body ul li .problem-body-r h3{
    margin-bottom: 20px;
    font-size: 26px;
}

.problem-body ul li .problem-body-r p{
    font-size: 24px;
    color: #666;
}

.problem-body a{
    display: block;
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #3298FF;
    color: #fff;
    border-radius: 5px;
}

.guarantee{
    padding: 40px 0;
    background: #EFF2FB;
}

.guarantee-body{
    margin-top: 30px;
}

.guarantee-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guarantee-body ul li{
    width: 325px;
    height: 355px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing:border-box;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.guarantee-body ul li img{
    margin-bottom: 20px;
}

.guarantee-body ul li h3{
    margin-bottom: 20px;
    font-size: 26px;
}

.guarantee-body ul li p{
    line-height: 34px;
}

.founded{
    margin: 40px 0;
}

.founded .title{
    margin-bottom: 30px;
}

.founded-slide{
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.founded-slide .active{
    color: #3298FF;
    padding-bottom: 20px;
    border-bottom: 1px solid #3298FF;
}

.founded-main{
    width: 670px;
    margin: 0 auto;
}

.founded-tab{
    display: none;
}

.founded-tab:nth-child(1){
    display: block;
}

.founded-tab ul{
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.founded-tab h3{
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.founded-tab ul li{
    margin-bottom: 40px;
}

.founded-tab h4{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}

.founded-tab p{
    color: #666;
}

.founded-tab h5{
    text-align: center;
    margin-bottom: 30px;
}

.founded-tab a{
    display: block;
    width: 325px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    background: #3298FF;
    border-radius: 95px;
    color: #fff;
    margin: 0 auto;
}

/* bus_services2 */
.risk{
    margin: 40px 0;
}

.risk-body{
    margin-top: 30px;
}

.risk-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.risk-body ul li{
    width: 325px;
    text-align: center;
    height: 100px;
    border-radius: 5px;
    background-color: #3298FF;
    line-height: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.change_process{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.change_process-body{
    margin-top: 30px;
}

.change_process-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.change_process-body ul li{
    width: 325px;
    height: 235px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 50px;
    background-color: #fff;
    margin-bottom: 20px;
}

.change_process-body ul li .img-outline{
    width: 154px;
    height: 121px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.change_process-body ul li h3{
    font-size: 26px;
}

.change_data{
    padding: 40px 0;
    background: #EFF2FB;
}

.change_data-body{
    margin-top: 30px;
}

.change_data-body .swiper-slide>div{
    border-radius: 10px;
    overflow: hidden;
}

.change_data-title{
    width: 100%;
    height: 208px;
    background-color: #3298FF;
    box-sizing: border-box;
    padding: 40px 20px;
    text-align: center;
}

.change_data-title h4{
    font-size: 26px;
    margin-bottom: 20px;
}

.change_data-title h4,.change_data-title p{
    color: #fff;
}

.change_data-text{
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 20px;
    height: 610px;
    position: relative;
}

.change_data-text ul li{
    margin-bottom: 20px;
    line-height: 40px;
}

.change_data-text ul li i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #3298FF;
    border-radius: 40px;
    margin-right: 20px;
}

.change_data-text>a{
    width: 630px;
    left: 50%;
    transform: translate(-50%,0);
    height: 90px;
    line-height: 90px;
    color: #fff;
    display: block;
    border-radius: 5px;
    background-color: #3298FF;
    text-align: center;
    position: absolute;
    top: 480px;
}

.change_data-body-right .change_data-title{
    background-color: #9494FF;
}

.change_data-body-right .change_data-text i{
    background-color: #9494FF;
}

.change_data-body-right .change_data-text>a{
    background-color: #9494FF;
}

.change_data-pagination{
    text-align: center;
    margin-top: 30px;
}

.change_data-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 4px;
}

.change_data-pagination .swiper-pagination-bullet-active{
    width: 20px;
}

.change_order{
    border-top: 40px solid #EFF2FB;
    border-bottom: 40px solid #EFF2FB;
    padding: 40px 0;
}

.change_order-body{
    margin-top: 40px;
}

.change_order-body ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.change_order-body ul li{
    width: 170px;
    height: 137px;
    text-align: center;
    margin-bottom: 40px;
}

.change_order-body ul li .img-outline{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* bus_services3 */
.crisised{
    margin: 40px 0;
}

.crisised-body{
    margin-top: 30px;
}

.crisised-body ul{
    display: flex;
    justify-content: space-between;
}

.crisised-body ul li{
    width: 104px;
    height: 175px;
}

.crisised-body ul li .img-outline{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.crisised-body ul li h3{
    font-size: 26px;
    text-align: center;
}

.logout_process{
    border-top: 30px solid #EFF2FB;
    border-bottom: 30px solid #EFF2FB;
    padding: 40px 0;
}

.logout_process-body{
    margin-top: 70px;
    position: relative;
}

.logout_process-body ul{
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.logout_process-body ul li{
    line-height: 60px;
    width: 280px;
    height: 60px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.logout_process-body ul li span{
    display: block;
    background: #3298FF;
    border-radius: 40px;
}

.logout_process-body ul li i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #3298FF;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}

.logout_process-body ul li span{
    color: #fff;
}

.logout_process-body ul li:nth-child(2n-1)::before{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    font-size: 50px;
    top: 10px;
    left: 240px;
    transform:rotate(45deg);
    background-color: #3298FF;
}

.logout_process-body ul li:nth-child(2n)::before{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: -1px;
    transform: rotate(180deg) rotate(45deg);
    background-color: #3298FF;
    top: 10px;
}

.logout_process-body ul li:nth-child(2)::before{
    background: #FC9D58 !important;
}

.logout_process-body ul li:nth-child(2) span{
    background-color: #FC9D58 !important;
}

.logout_process-body ul li:nth-child(3)::before{
    background: #9494FF !important;
}

.logout_process-body ul li:nth-child(3) span{
    background-color: #9494FF !important;
}

.logout_process-body ul li:nth-child(4)::before{
    background: #16CCA7 !important;
}

.logout_process-body ul li:nth-child(4) span{
    background-color: #16CCA7 !important;
}

.logout_process-body ul li:nth-child(5)::before{
    background: #F35F5F !important;
}

.logout_process-body ul li:nth-child(5) span{
    background-color: #F35F5F !important;
}

.logout_process-body ul li:nth-child(6)::before{
    background: #3C7EE5 !important;
}

.logout_process-body ul li:nth-child(6 ) span{
    background-color: #3C7EE5 !important;
}

.logout_process-body ul li:nth-child(2n-1) i{
    position: absolute;
    left: 315px;
}

.logout_process-body ul li:nth-child(2n) i{
    position: absolute;
    left: -75px;
}

.logout_process-body ul li:nth-child(2n){
    position: relative;
    left: 100%;
    transform: translate(-100%,0);
}

.logout_process-x{
    width: 8px;
    height: 100%;
    border-radius: 8px;
    background-color: #3298FF;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    z-index: -1;
}

.logout_organ{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.logout_organ-body{
    margin-top: 30px;
}

.logout_organ-body ul li{
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 166px;
    margin-bottom: 20px;
}

.logout_organ-body ul li .logout_organ-text{
    width: 496px;
}

.logout_organ-body ul li h3{
    margin-bottom: 20px;
    font-size: 26px;
}

.logout_organ-body ul li p{
    color: #666;
}

.logout_organ-body ul li .img-outline{
    width: 104px;
    height: 104px;
    align-self: center;
}

/* tax */
.pain{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.pain-body{
    margin-top: 30px;
}

.pain-body ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pain-body ul li{
    width: 325px;
    height: 354px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px ;
}

.pain-body ul li .img-outline{
    height: 154px;
}

.pain-body ul li .pain-body-text{
    box-sizing: border-box;
    padding: 40px 20px;
    text-align: center;
}

.pain-body ul li .pain-body-text h3{
    font-size: 26px;
    margin-bottom: 20px;
}

.pain-body ul li .pain-body-text p{
    color: #666;
    line-height: 34px;
}

.tradebooking{
    border-top: 40px solid #EFF2FB;
    padding: 40px 0;
}

.tradebooking-body{
    margin-top: 30px;
}

.tradebooking-li{
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#tradebooking_category{
    display: block;
    width: 630px;
    height: 100%;
    margin: auto;
    outline:none;
}

.tradebooking-text{
    min-height: 350px;
    margin-top: 30px;
}

.tradebooking-tab:nth-child(1){
    display: block;
}

.tradebooking-tab{
    display: none;
    position: relative;
    min-height: 350px;
}

.tradebooking-tab h3{
    font-size: 26px;
    margin-bottom: 20px;
}

.tradebooking-tab span{
    display: block;
    width: 108px;
    height: 2px;
    background-color: #3C7EE5;
    margin-bottom: 30px;
}

.tradebooking-tab p{
    color: #666;
    margin-top: 20px;
}

.tradebooking-tab a{
    display: block;
    width:100%;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 28px;
    background-color: #3298FF;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}

.account_service{
    padding: 40px 0;
    background: #EFF2FB;
}

.account_service-body{
    margin-top: 30px;
    background-color: #fff;
}

.account_service-body>ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.account_service-body>ul>li{
    width: 50%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ccc;
    font-size: 26px;
}

.account_service-body>ul .active{
    border-bottom: 1px solid #3298FF;
    background: #3298FF;
    color: #fff;
}

.account_service-tab{
    height: 790px;
    line-height: 40px;
}

.account_service-text>div{
    display: none;
    box-sizing: border-box;
    padding: 40px 20px;
}

.account_service-text>div:nth-child(1){
    display: block;
}

.account_service-text>div ul{
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}

.account_service-text>div ul li{
    display: flex;
}

.account_service-tab i{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #3298FF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
    align-self: center;
}

.account_service-tab a{
    width: 100%;
    height: 90px;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #fff;
    background: #3298FF;
}

.service_process{
    margin: 40px 0;
}

.service_process-body{
    margin-top: 30px;
    position: relative;
}

.service_process ul{
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.service_process ul li{
    line-height: 60px;
    width: 280px;
    height: 60px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.service_process ul li span{
    display: block;
    background: #3298FF;
    border-radius: 40px;
}

.service_process ul li i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #3298FF;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}

.service_process ul li span{
    color: #fff;
}

.service_process ul li:nth-child(2n-1)::before{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    font-size: 50px;
    top: 10px;
    left: 240px;
    transform:rotate(45deg);
    background-color: #3298FF;
}

.service_process ul li:nth-child(2n)::before{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: -1px;
    transform: rotate(180deg) rotate(45deg);
    background-color: #3298FF;
    top: 10px;
}

.service_process ul li:nth-child(2)::before{
    background: #FC9D58 !important;
}

.service_process ul li:nth-child(2) span{
    background-color: #FC9D58 !important;
}

.service_process ul li:nth-child(3)::before{
    background: #9494FF !important;
}

.service_process ul li:nth-child(3) span{
    background-color: #9494FF !important;
}

.service_process ul li:nth-child(4)::before{
    background: #16CCA7 !important;
}

.service_process ul li:nth-child(4) span{
    background-color: #16CCA7 !important;
}

.service_process ul li:nth-child(5)::before{
    background: #F35F5F !important;
}

.service_process ul li:nth-child(5) span{
    background-color: #F35F5F !important;
}

.service_process ul li:nth-child(6)::before{
    background: #3C7EE5 !important;
}

.service_process ul li:nth-child(6) span{
    background-color: #3C7EE5 !important;
}

.service_process ul li:nth-child(7)::before{
    background: #FC9D58 !important;
}

.service_process ul li:nth-child(7) span{
    background-color: #FC9D58 !important;
}

.service_process ul li:nth-child(2n-1) i{
    position: absolute;
    left: 315px;
}

.service_process ul li:nth-child(2n) i{
    position: absolute;
    left: -75px;
}

.service_process ul li:nth-child(2n){
    position: relative;
    left: 100%;
    transform: translate(-100%,0);
}

.service_process-x{
    width: 8px;
    height: 100%;
    border-radius: 8px;
    background-color: #3298FF;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
    top: 0;
}

.havedata{
    border-top: 40px solid #EFF2FB;
    border-bottom: 40px solid #EFF2FB;
    padding: 40px 0;
}

.havedata-body{
    margin-top: 30px;
}

.havedata-body h3{
    text-align: center;
    margin-top: 20px;
}

.havedata-pagination{
    text-align: center;
    margin-top: 30px;
}

.havedata-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 4px;
}

.havedata-pagination .swiper-pagination-bullet-active{
    width: 20px;
}

.problem-tax .problem-body p{
    line-height: 40px;
}

.founded-tax .founded-main h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.founded-tax{
    border-top: 40px solid #EFF2FB;
    border-bottom: 40px solid #EFF2FB;
    padding: 40px 0;
}

.founded-tab-tax ul{
    border-bottom: 0;
}

.founded-tab-tax ul li{
    text-align: center;
}

.founded-tab-tax ul li img{
    margin-bottom: 20px;
}

.founded-tab-tax ul li h4{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}

.high_quality{
    margin-top: 40px;
}

.high_quality-body{
    margin-top: 30px;
}

.high_quality-body .swiper-slide{
    text-align: center;
}

.high_quality-body .img-outline{
    margin-bottom: 20px;
}

.high_quality-body h3{
    margin-bottom: 20px;
    font-size: 24px;
}

.high_quality-body p{
    color: #666;
}

.high_quality-pagination{
    text-align: center;
    margin-top: 30px;
}

.high_quality-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 4px;
}

.high_quality-pagination .swiper-pagination-bullet-active{
    width: 20px;
}

.necessaryflair{
    background-color: #EFF2FB;
    padding: 40px 0;
}

.necessaryflair-body{
    margin-top: 30px;
}

.necessaryflair-body>ul{
    position: relative;
}

.necessaryflair-body>ul>li{
    position: relative;
    width: 656px;
    padding-bottom: 30px;
    border-left: 2px dashed #ccc;
    margin-left: 15px;
}

.necessaryflair-body>ul>li:last-child{
    border-left: 0;
}

.necessaryflair-body>ul h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #3298FF;
    width: 222px;
    position: absolute;
    left: -55px;
    height: 70px;
    line-height: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 0;
    z-index: 3;
}

.necessaryflair-body>ul h3 span{
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    border: 8px solid #3C7EE5;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 20px;
}

.necessaryflair-body>ul>li ul{
    position: relative;
    margin-top: 35px;
    width: 636px;
    border-radius: 5px;
    background: #fff;
    float: right;
    box-sizing: border-box;
    padding: 54px 60px;
    padding-bottom: 24px; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.necessaryflair-body>ul>li ul li{
    list-style-type: disc;
    color: #3C7EE5;
    margin-bottom: 20px;
    min-width: 40%;
}

.necessaryflair-body>ul>li::after{
    content: "";
    display: block;
    clear: both;
}

.necessaryflair-body>ul li ul li i{
    color: #F35F5F;
    border-radius: 25px;
    height: 25px;
    width: 50px;
    display: inline-block;
    border: 1px solid #F35F5F;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 3px;
}

.step{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.step-body{
    margin-top: 30px;
}

.step-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.step-body ul li{
    width: 325px;
    height: 320px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
    margin-bottom: 20px;
}

.step-body ul li .img-outline{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.step-body ul li h3{
    margin: 20px 0;
    font-size: 26px;
}

.step-body ul li p{
    color: #666;
    font-size: 24px;
}

.ys{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.ys-body{
    margin-top: 30px;
}

.ys-body ul li{
    width: 100%;
    height: 146px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.ys-body ul li .img-outline{
    width: 88px;
    height: 88px;
    margin-right: 30px;
}

.ys-body ul li .ys-text{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.ys-body ul li .ys-text h3{
    font-size: 26px;
}

.ys-body ul li .ys-text p{
    color: #666;
}

.case{
    margin: 40px 0;
}

.case-body{
    margin-top: 30px;
}

.case-pagination{
    text-align: center;
    margin-top: 30px;
}

.case-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 4px;
}

.case-pagination .swiper-pagination-bullet-active{
    width: 20px;
}

.what_trademark{
    padding: 40px 0;
    background-color: #EFF2FB;
}

.what_trademark-body{
    margin-top: 30px;
}

.what_trademark-body ul li{
    width: 100%;
    height: 166px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.what_trademark-body ul li .img-outline{
    width: 104px;
    height: 104px;
    margin-right: 30px;
    align-self: center;
}

.what_trademark-body ul li .ys-text{
    display: flex;
    align-self: center;
    flex-direction: column;
    width: 496px;
}

.what_trademark-body ul li .ys-text h3{
    font-size: 26px;
}

.what_trademark-body ul li .ys-text p{
    color: #666;
    line-height: 40px;
}

.trademark_register{
    border-top: 40px solid #EFF2FB;
    padding: 40px 0;
}

.trademark_register-body{
    margin-top: 30px;
}

.trademark_register-li{
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#trademark_register_c{
    display: block;
    width: 630px;
    height: 100%;
    margin: auto;
    outline:none;
}

.trademark_register-text{
    min-height: 350px;
    margin-top: 30px;
}

.trademark_register-tab:nth-child(1){
    display: block;
}

.trademark_register-tab{
    display: none;
    position: relative;
    min-height: 478px;
}

.trademark_register-tab h3{
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.trademark_register-tab span{
    display: block;
    width: 108px;
    height: 2px;
    background-color: #3C7EE5;
    margin-bottom: 30px;
}

.trademark_register-tab p{
    color: #666;
    margin-top: 20px;
    min-height: 31px;
}

.trademark_register-tab a{
    display: block;
    width:100%;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 28px;
    background-color: #3298FF;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}

.problem-trademark{
    margin-top: 0;
    border-top: 40px solid #EFF2FB;
    padding-top: 40px;
}

.problem-trademark p{
    line-height: 40px;
}

/* news */
.hot_info{
    margin: 40px 0;
    position: relative;
    padding-bottom: 20px;
}

.hot_info-body h3{
    top: 400px;
    width: 140px;
    height: 54px;
    border-radius: 5px;
    background-color: #3298FF;
    text-align: center;
    line-height: 54px;
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}

.hot_info-body h4{
    font-size: 26px;
    margin-bottom: 20px;
}

.hot_info-body time{
    color: #999;
    display: flex;
    margin-bottom: 15px;
}

.hot_info-body time span{
    color: #999;
    margin-right: 40px;
}

.hot_info-body time img{
    margin-right: 10px;
}

.hot_info-body p{
    line-height: 40px;
    height: 120px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.hot_info-body .title{
    margin-bottom: 30px;
}

.hot_info-pagination{
    text-align: center;
    margin-top: 40px;
}

.hot_info-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 4px;
}

.hot_info-pagination .swiper-pagination-bullet-active{
    width: 20px;
}

.news{
    margin: 40px 0;
}

.news-body{
    margin-top: 30px;
}

.news-title{
    margin-top: 30px;
}

.news-title ul{
    display: flex;
    justify-content:space-around;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.news-title .active{
    color: #3298FF;
    font-weight: bold;
}

.news-body>ul{
    border-bottom: 1px solid #ccc;
}

.news-body>ul li{
    margin-bottom: 50px;
}

.news-body>ul li p{
    height: 108px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.news-body .news-content{
    margin-bottom: 70px;
}

.news-body .news-content h3{
    font-size: 28px;
    text-align: center;
}

.news-body .news-content .time{
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}

.news-body .news-content img{
    max-width: 100%;
}

.news-body .news-content .time span{
    font-size: 24px;
}

.news-body .news-content .main-text{
    margin-top: 40px;
    line-height: 1.5em;
}

.news-body .content-bottom .content-tip{
    display: flex;
    background-color: #EFF2FB;
    padding: 20px 10px;
    box-sizing: border-box;
}

.news-body .content-bottom .content-tip img{
    width: 36px;
    height: 36px;
}

.news-body .content-bottom .tip-text p{
    font-size: 28px;
    color: #666;
    line-height: 42px;
}

.news-body .content-page{
    margin-top: 50px;
    margin-bottom: 30px;
}

.news-body .content-page>a{
    display: flex;
    max-width: 100%;
    margin-bottom: 10px;
}

.news-body .content-page span,.news-left-body .content-page i,.news-left-body .content-page p{
    font-size: 24px;
    color: #666;
    line-height: 36px;
}

.news-body .content-page i{
    width: 15px;
}

.news-body .content-page p{
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}

.news-body .img-outline{
    width: 100%;
}

.news-body h3{
    margin: 20px 0;
}

.news-body time{
    color: #999;
    display: flex;
    margin-bottom: 15px;
}

.news-body time span{
    color: #999;
    margin-right: 40px;
}

.news-body time img{
    margin-right: 10px;
}

.news-body p{
    color: #666;
    line-height: 36px;
}

.news-body .pages{
    margin-top: 30px;
}

.news-body .pages ul{
    display: flex;
    justify-content: space-between;
}

.news-body .pages .up{
    width: 210px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    border-radius: 5px;
    border: 1px solid #333;
    cursor: pointer;
}

.news-body .pages .leaf{
    height: 73px;
    line-height: 73px;
    text-align: center;
}

.news-body .pages .leaf span:nth-child(1){
    color: #3298FF;
}

.news-body .pages .down{
    width: 210px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    border-radius: 5px;
    border: 1px solid #333;
    cursor: pointer;
}

.introduce{
    margin: 40px 0;
}

.introduce-body{
    margin-top: 30px;
}

.introduce-body p{
    line-height: 40px;
    margin: 30px 0;
    color: #666;
}

.introduce-body img{
    margin-left: -40px;
}

.introduce-body .introduce-one{
    color: #333 !important;
    font-size: 26px;
}

.business{
    margin: 40px 0;
}

.business-body{
    margin-top: 30px;
}

.business-body ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business-body ul li{
    width: 210px;
    height: 198px;
    padding: 40px 50px;
    box-sizing: border-box;
    background-color: #EFF2FB;
    margin-bottom: 20px;
    border-radius: 5px;
}

.business-body ul li a{
    display: block;
    text-align: center;
}

.business-body ul li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contact{
    margin: 40px 0;
}

.contact-body{
    margin-top: 30px;
}

.contact-text ul li{
    display: flex;
    margin-bottom: 20px;
    line-height: 40px;
}

.contact-text ul li img{
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.map-content{
    width: 100%;
    height: 430px;
}

.flair{
    margin: 40px 0;
}

.flair-body{
    margin-top: 30px;
}

.flair-body>ul{
    position: relative;
}

.flair-body>ul>li{
    position: relative;
    width: 656px;
    padding-bottom: 30px;
    border-left: 2px dashed #ccc;
    margin-left: 15px;
}

.flair-body>ul>li:last-child{
    border-left: 0;
}

.flair-body>ul h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #3298FF;
    padding-right: 80px;
    position: absolute;
    left: -55px;
    height: 70px;
    line-height: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: 0;
    z-index: 3;
}

.flair-body>ul h3 span{
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    border: 8px solid #3C7EE5;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 20px;
}

.flair-body>ul>li ul{
    position: relative;
    margin-top: 35px;
    width: 636px;
    border-radius: 5px;
    border: 1px solid #3298FF;
    float: right;
    box-sizing: border-box;
    padding: 54px 60px;
    padding-bottom: 24px; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flair-body>ul>li ul li{
    list-style-type: disc;
    color: #3C7EE5;
    margin-bottom: 20px;
    min-width: 47%;
    line-height: 40px;
}

.flair-body>ul>li ul li p{
    color: #666;
}

.flair-body>ul>li::after{
    content: "";
    display: block;
    clear: both;
}

.flair-body>ul>li:last-child ul li{
    list-style: none;
}

.flair-body>a{
    display: block;
    width: 100%;
    height: 90px;
    text-align: center;
    border-radius: 5px;
    line-height: 90px;
    color: #fff;
    background-color: #3298FF;
}

.flair-body>ul>li .end{
    position: relative;
    margin-top: 35px;
    width: 636px;
    border-radius: 5px;
    border: 1px solid #3298FF;
    float: right;
    box-sizing: border-box;
    padding: 54px 60px;
    padding-bottom: 24px; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}









.yema {
    width: 670px;
    margin: 40px 0;
}

.yema>ul {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.yema>ul>li {
    width: 100px;
    height: 36px;
    background-color: #132460;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.yema>ul>li.num{
    width: auto;
    background: none;
    font-size: 24px;
    padding: 0 30px;
}
.yema>ul>li.num strong{
    color: #0b68ad;
    font-weight: normal;
}

.yema>ul>li>a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

/* content */
.pages-prev-next{
    position: relative;
    text-align: right;
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid;
}

.pages-prev-next li{
    display: inline-block;
    width: 320px;
    color: #ccc;
}

.pages-prev{
    text-align: left;
}

.pages-next{
    text-align: right;
}

/* footer */
footer{
    width: 100%;
    background-color: #333333;
    padding-bottom: 60px;
}

.footer-top-img{
    text-align: center;
    display: flex;
    padding-top: 40px;
}

.footer-top-img>div{
    width: 100%;
}

.footer-top-img .img-outline{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.footer-top-img h3{
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    margin: 10px 0;
}

.footer-top-img p{
    font-size: 24px;
    color: #fff;
}

.footer-top-text p{
    color: #fff;
    margin: 20px 0;
}

.footer-top-text span{
    color: #CCCCCC;
}

.footer-top-content{
    text-align: center;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    color: #ccc;
}

.footer-top-content span{
    color: #CCCCCC;
}

.footer-bottom{
    text-align: center;
    margin: 0 auto;
    width: 660px;
}

.footer-bottom>p{
    margin: 20px 0;
}

.footer-bottom>a{
    display: inline-block;
    min-width: 320px;
}

.footer-bottom>p,.footer-bottom>a{
    font-size: 22px;
    color: #999;
}



.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 7.5%;
}
.messagebox-title{
    text-align: center;
    font-size: 1.05rem;
    line-height: 3;
    color: #ee0a24;
}
.messagebox-body{
    padding: 10px 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    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: 1rem;
    line-height: 3;
    color: #ee0a24;
    cursor: pointer;
}
.messagebox-buttons button:nth-child(1){
    border-right: 1px solid #d9d9d9;
    display: none;
    color: #999;
}
