body{
    background: #f2f2f2;
}
header,main,footer,.nav-bottom{
    display: block;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
}
.carousel .slide-item img{
    display: block;
    width: 100%;
}
main{
    background: #f2f2f2;
}
.img100 img{
    display: block;
    width: 100%;
}
/*flex*/
.items-start{
    align-items: flex-start !important;
}
.items-center{
    align-items: center !important;
}
.justify-start{
    justify-content: flex-start !important;
}
.justify-center{
    justify-content: center !important;
}
.justify-around{
    justify-content: space-around !important;
}
/*text*/
.truncate{
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lineTwo{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.paragraph{
    font-size: 1.15rem;
    line-height: 1.8;
    text-indent: 2rem;
    padding-bottom: .75rem;
}
.hide{display: none !important}
.show{display: block !important}
.summary2,.summary3,.summary4{
    position: relative;
    margin-bottom: .8rem;
}
.summary2 p,.summary3 p,.summary4 p{
    line-height: 1.4rem;
    text-align: center;
    color: #666;
    padding-bottom: .8rem;
}
.summary2 h3{
    font-size:3.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 4rem;
    color: #333;
}
.summary2 h3 span{
    display: inline-flex;
    align-items: flex-start;
    font-size: 1rem;
    height: 4rem;
    line-height: 1;
    font-weight: normal;
}
.summary2 p{
    font-size: 1.25rem;
}
.summary3 h3{
    font-size: 1.6rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #383838;
}
.summary3 h3 i{
    font-size: 3.2rem;
    text-align: center;
    color: #484848;
}
.summary3 p{
    font-size: 1rem;
}
.summary4 h3{
    font-size: 1.4rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #383838;
}
.summary4 h3 i{
    font-size: 2.6rem;
    text-align: center;
    color: #484848;
}
.slash{
    position: absolute;
    right: 0rem;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 1px solid #999;
    transform:rotate(20deg);
}
.brief{
    padding-left: .5rem;
    padding-right: .5rem;
}
.brief h4{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6rem;
    color: #383838;
    margin-bottom: .5rem;
}
.brief p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666;
}
.r-num{
    position: absolute;
    top: -.6rem;
    right: -1.2rem;
    font-size: .75rem;
    padding: 0 1px;
    border-radius: .2rem;
    background: #f00;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
/*轮播*/
.pro-carousel-box{
    padding-bottom: 2.5rem;
    overflow-x: hidden;
}
.pro-carousel img{
    width: 100%;
}
.pro-carousel{
    overflow: visible;
}
.pro-carousel .swiper-container{
    swiper-theme-color: #ff6600;
}
.pro-carousel .active{
    bottom: -1.8rem;
}
.pro-carousel .active span{
    width: .8rem;
    height: .8rem;
    background: #d2d2d2;
    opacity: 1;
}
.pro-carousel .active span.swiper-pagination-bullet-active{
    background: #057cd7;
}
.badge{
    font-size: .75rem;
    color: #fff;
    padding: 2px 4px 1px;
    margin-left: 3px;
    background: #f00;
    line-height: 1;
    border-radius: 3px;
    position: relative;
    top: -3px;
}
.telBox{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0380C9;
}
.telBox .tel{
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 5rem;
    font-weight: bold;
    color: inherit;
}
.tel i{
    font-weight: bold;
    font-style: normal;
}
.tel .big{
    font-size: 180%;
    animation: all .2s linear;
}
/*布局*/
.container{
    padding-left: 2.5%;
    padding-right: 2.5%;
    background: #fff;
    margin-bottom: .6rem;
}
.container-full{
    padding: 0;
    background: #fff;
    margin-bottom: .6rem;
}
.col-1{
    display: block;
}
.col-6,.col-5,.col-4,.col-3,.col-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.col-6 li{
    width: 16%;
}
.col-5 li{
    width: 19%;
}
.col-4 li{
    width: 24%;
}
.col-3 li{
    width: 32.3333%;
}
.col-2 li{
    width: 49%;
}
.col-6.full,.col-5.full,.col-4.full,.col-3.full,.col-2.full{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.col-6.full li{
    width: 16.6666%;
}
.col-5.full li{
    width: 20%;
}
.col-4.full li{
    width: 25%;
}
.col-3.full li{
    width: 33.3333%;
}
.col-2.full li{
    width: 50%;
}
.col-6 li img,.col-5 li img,.col-4 li img,.col-3 li img,.col-2 li img{
    width: 100%;
}
.circle-2 li,.circle-3 li,.circle-4 li{
    text-align: center;
}
.circle-2 li .circle{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    margin: 10px;
    font-size: 1.5rem;
    color: #383838;
    font-weight: bold;
    text-align: center;
    border: .6rem solid #057cd7;
    border-radius: 50%;
}
.circle-3 .circle{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 8.25rem;
    height: 8.25rem;
    margin: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    border: .6rem solid #057cd7;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}
.circle-4 .circle{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    font-size: 1.25rem;
    font-weight: bold;
    border: .6rem solid #057cd7;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}
.media{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #f2f2f2;
}
.media .media-left{
    width: 28%;
    text-align: center;
    position: relative;
}
.media .media-left i{
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.8rem;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    border-radius: 50%;
}
.media .media-body{
    width: 70%;
}
.media .media-body h4{
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .2rem;
}
.media .media-body p{
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #666;
}
/*padding margin color font-size line-height border box-shadow*/
.text-lowercase{
    text-transform: lowercase;
}
.text-uppercase{
    text-transform: uppercase;
}
.style-circle{
    padding-left: 1.5rem;
    list-style: circle;
}
.tc{
    text-align: center !important;
}
.tl{
    text-align: left !important;
}
.tr{
    text-align: right !important;
}
.lh14{
    line-height: 1.4 !important;
}
.lh16{
    line-height: 1.6;
}
.lh18{
    line-height: 1.8;
}
.f-8{
    font-size: .8rem !important;
}
.f-10{
    font-size: 1rem !important;
}
.f-12{
    font-size: 1.25rem !important;
}
.f-13{
    font-size: 1.35rem !important;
}
.f-15{
    font-size: 1.5rem !important;
}
.f-18{
    font-size: 1.8rem !important;
}
.f-25{
    font-size: 2.5rem;
}
.f-50{
    font-size: 5rem !important;
}
.c-fff{
    color: #fff !important;
}
.c-eee{
    color: #e0e0e0 !important;
}
.c-333{
    color: #383838 !important;
}
.c-666{
    color: #666 !important;
}
.c-999{
    color: #999 !important;
}
.c-red{
    color: #f00 !important;
}
.c-primary{
    color: #01AAED !important;
}
.bg-orange {
    background: #FFB800 !important;
}
.bg-none{
    background: transparent !important;
}
.bg-basis{
    background: linear-gradient(#48abf9,#057cd7);
}
.bg-white{
    background: #fff !important;
}
.bg-f2{
    background: #f2f2f2 !important;
}
.bg-f8{
    background: #f8f8f8 !important;
}
.bg-eee{
    background: #eee !important;
}
.bg-red{
    background: #D3101A !important;
}
.bg-primary{
    background: #1E9FFF !important;
}
.bg-success{
    background: #5EB95E !important;
}
.bg-warning{
    background: #F37B1D !important;
}
.b-box{
    padding: .8rem 1rem;
    background: rgba(255,139,56,.75);
    /*background: #FF8B38;*/
}
.radius5{
    border-radius: .5rem;
    overflow: hidden;
}
.radius8{
    border-radius: .8rem;
    overflow: hidden;
}
.b0{
    border: 0 !important;
}
.bb0{
    border-bottom: 0 !important;
}
.line-block{
    border-bottom: 1px solid #fff;
}
.border-style2{
    border:2px solid transparent;
}
.border-color-none{
    border-color: transparent !important;
}
.border-color-fff{
    border-color: #fff !important;
}
.border-color-c0{
    border-color: #c0c0c0 !important;
}
.border-color-999{
    border-color: #999 !important;
}
.border-color-primary{
    border-color: #1E9FFF !important;
}
.border-color-primary2{
    border-color: #0680CD !important;
}
.border-color-success{
    border-color: #6CCD0A !important;
}
.border-color-success2{
    border-color: #1BC15D !important;
}
.border-color-warning{
    border-color: #FA471F !important;
}
.border-color-orange2{
    border-color: #D63000 !important;
}
.border-color-yellow{
    border-color: yellow !important;
}
.border-color-yellow2{
    border-color: #FFD800 !important;
}
.border-color-red{
    border-color: #f00 !important;
}
.border-color-red2{
    border-color: #a00000 !important;
}
.box-shadow-primary2{
    box-shadow: 0 0 10px rgba(5,124,215,.75);
}
.p0{
    padding: 0 !important;
}
.pt0{
    padding-top: 0 !important;
}
.pt5{
    padding-top: .5rem !important;
}
.pt8{
    padding-top: .8rem !important;
}
.pt10{
    padding-top: 1rem !important;
}
.pt15{
    padding-top: 1.5rem !important;
}
.pt20{
    padding-top: 2rem !important;
}
.pt30{
    padding-top: 3rem !important;
}
.pl0{
    padding-left: 0;
}
.pl5{
    padding-left: .5rem !important;
}
.pl8{
    padding-left: .8rem;
}
.pl10{
    padding-left: 1rem !important;
}
.pl15{
    padding-left: 1.5rem !important;
}
.pl20{
    padding-left: 2rem !important;
}
.pb0{
    padding-bottom: 0 !important;
}
.pb5{
    padding-bottom: .5rem !important;
}
.pb8{
    padding-bottom: .8rem !important;
}
.pb10{
    padding-bottom: 1rem !important;
}
.pb15{
    padding-bottom: 1.5rem !important;
}
.pb20{
    padding-bottom: 2rem !important;
}
.pb30{
    padding-bottom: 3rem !important;
}
.pr0{
    padding-right: 0 !important;
}
.pr5{
    padding-right: .5rem !important;
}
.pr8{
    padding-right: .8rem !important;
}
.pr10{
    padding-right: 1rem !important;
}
.pr15{
    padding-right: 1.5rem !important;
}
.pr20{
    padding-right: 2rem !important;
}
.m0{
    margin: 0 !important;
}
.mb0{margin-bottom:0 !important;}
.mb5{
    margin-bottom: .5rem !important;
}
.mb8{
    margin-bottom: .8rem !important;
}
.mb10{
    margin-bottom: 1rem !important;
}
.mb15{
    margin-bottom: 1.5rem !important;
}
.mb20{
    margin-bottom: 2rem !important;
}
.mb50{
    margin-bottom: 5rem !important;
}
.mb60{
    margin-bottom: 6rem !important;
}
.mt0{
    margin-top: 0 !important;
}
.mt5{
    margin-top: .5rem !important;
}
.mt8{
    margin-top: .8rem !important;
}
.mt10{
    margin-top: 1rem !important;
}
.mt15{
    margin-top: 1.5rem !important;
}
.mt20{
    margin-top: 2rem !important;
}
.ml0{
    margin-left: 0 !important;
}
.ml5{
    margin-left: .5rem !important;
}
.ml8{
    margin-left: .8rem !important;
}
.ml10{
    margin-left: 1rem !important;
}
.ml15{
    margin-left: 1.5rem !important;
}
.ml20{
    margin-left: 20rem !important;
}
.mr0{
    margin-right: 0 !important;
}
.mr5{
    margin-right: .5rem !important;
}
.mr8{
    margin-right: .8rem !important;
}
.mr10{
    margin-right: 1rem !important;
}
.mr15{
    margin-right: 1.5rem !important;
}
.mr20{
    margin-right: 20rem !important;
}
.percent-plr25{
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.percent-mlr25{
    margin-left: 2.5%;
    margin-right: 2.5%;
}
/*title*/
.section-title{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 1rem;
    padding-bottom: .5rem;
    /*color: #0380C9;*/
    color: #383838;
}
.section-title-acc{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 1rem;
    padding-bottom: .5rem;
    color: #585858;
}
.section-title-shandow{
    line-height: .6;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #0380C9;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.section-title-shandow span{
    /*color: #CDEAF9;*/
    opacity: .25;
    text-transform:uppercase;
}
.left-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #f0f0f0;
}
.left-title>h3{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 1rem;
    position: relative;
}
.left-title h3:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 5px solid #0096FF;
}
.title-line{
    display: inline-block;
    height: 0;
    width: 3rem;
    margin-bottom: .8rem;
    border-bottom: 3px solid transparent;
}
.title-exp{
    color: #666;
    font-size: 1.15rem;
    text-align: center;
    margin-bottom: .8rem;
    text-transform:uppercase;
}
/*table*/
.table{
    /*padding-bottom: 1.5rem;*/
}
.table .table-body{
    overflow: hidden;
}
.table>ul,.table .table-body .table-body-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table .table-header{
    background: #E3E8ED;
}
.table .table-header li{
    color: #484848;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: bold;
}
.table .table-header li,.table .table-body .table-body-item li{
    border-right: 1px solid #999;
}
.table .table-body{
    border-bottom:1px solid #E6E9EB
}
.table .table-header li:last-child,.table .table-body .table-body-item li:last-child{
    border-right: none;
}
.table>ul>li,.table .table-body .table-body-item>li{
    text-align: center;
    font-size: 1.05rem;
    margin: .5rem 0;
    color: #383838;
    line-height: 1.4;
}
.table .table-body .table-body-item:nth-child(2n+1){
    /*background: #E6E9EB;*/
    background: #f0f0f0;
}
.table .table-body .table-body-item:nth-child(2n){
    background: #fcfcfc;
}
.table .table-body .table-body-item:last-child{
    border-bottom: 1px solid #f0f0f0;
}
.table>ul>li.li100:first-child,.table .table-body .table-body-item>li.li100:first-child,.table{
    border-right: 0;
}
.table>ul>li.li100,.table .table-body .table-body-item>li.li100{
    width: 100%;
}
.table>ul>li.li50,.table .table-body .table-body-item>li.li50{
    width: 50%;
}
.table>ul>li.li45,.table .table-body .table-body-item>li.li45{
    width: 45%;
}
.table>ul>li.li40,.table .table-body .table-body-item>li.li40{
    width: 40%;
}
.table>ul>li.li25,.table .table-body .table-body-item>li.li25{
    width: 25%;
}
.table>ul>li.li20,.table .table-body .table-body-item>li.li20{
    width: 20%;
}
.table>ul>li.li15,.table .table-body .table-body-item>li.li15{
    width: 15%;
}
.table .table-btn{
    display: inline-block;
    font-size: 1.15rem;
    padding: .4rem .5rem;
    line-height: 1;
    background: #0096FF;
    background: linear-gradient(#48abf9,#057cd7);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.transition>ul{
    transition: All .5s ease;
}
.major-box{
}
.major-box .img-content{
    display: block;
    position: relative;
}
.major-box .img-content img{
    width: 100%;
}
.major-box .img-content .b-bottom{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2rem;
    line-height: 2rem;
    /*line-height: 1;*/
    /*padding-top: .5rem;*/
    /*padding-bottom: .5rem;*/
    text-align: center;
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 1rem;
}
.major-box .img-content .t-hot{
    position: absolute;
    top: 0;
    left:0;
    width: 3rem;
    height: 3rem;
    background: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/hot.png) no-repeat;
    background-size: contain;
}
.major-box .img-content .t-trump{
    position: absolute;
    top: 0;
    right:0;
    color: #fff;
    padding: .2rem .5rem;
    background: #F25029;
}
.major-box .major-info{
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: .8rem 0;
}
.major-box .major-info h5,.major-box .major-info p{
    line-height: 1.6;
    font-size: 1.25rem;
}
.major-box .major-info .exp{
    font-size: 1.15rem;
    text-align: center;
    color: #666;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.major-btn{
    display: flex;
    justify-content: space-around;
}
.major-btn-center{
    display: flex;
    justify-content: center;
}
.btn-block{
    display: block;
    margin: .5rem 0;
    padding: 1rem .8rem;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: linear-gradient(#48abf9,#057cd7);
}
.btn-1{
    display: block;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    background: #0096FF;
    padding: .6rem 0;
    margin-bottom: .5rem;
    background: linear-gradient(#48abf9,#057cd7);
}
.btn-2{
    display: inline-flex;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    padding: 1rem .8rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border-radius: .3rem;
    background: linear-gradient(#48abf9,#057cd7);
}
.btn-2.outline,.btn-4.outline,.btn65.outline,.btn75.outline{
    color: #057cd7;
    border: 1px solid #057cd7;
    background: #fff;
}
.btn-4{
    display: inline-flex;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    padding: .5rem .8rem;
    border-radius: .3rem;
    background: linear-gradient(#48abf9,#057cd7);

}
.btn75,.btn65{
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 1.15rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    border-radius: 1.5rem;
    background: linear-gradient(#48abf9,#057cd7);
}
.btn75{
    width: 75%;
}
.btn65{
    width: 65%;
}
.btn-img65{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.btn-img75{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 75%;
}
.btn-img65 img,.btn-img75 img{
    width: 100%;
    height: 100%;
}
/*news*/
.news-box{
    padding-bottom: .8rem;
    width: 100%;
}
.news-box .news-item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.news-box li:last-child .news-item{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.news-item .img{
    width: 35%;
}
.news-item .img img{
    width: 100%;
}
.news-item .news-info{
    width: 63%;
}
.news-item .news-info .news-info-top{
    height: 3.9rem;
    overflow: hidden;
}
.news-item .news-info h4{
    font-size: 1.25rem;
    color: #484848;
    line-height: 1.7rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.news-item .news-info .news-intr{
    color: #888;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.news-item .news-info .news-bottom{
    display: flex;
    justify-content: space-between;
    color: #888;
    margin-top: .8rem;
}
.news-item .news-info .news-bottom i{
    font-size: 1.25rem;
    position: relative;
    top: -.1rem;
}

/*form*/
.form-control{
    display: block;
    width: 100%;
    margin-bottom: .5rem;
    position: relative;
}
.form-control:last-child{
    margin-bottom: 0;
}
.form-control label{
    display:none;
}
.form-control .input-block{
    display: block;
    width: 100%;
    height: 3rem;
    padding-left: .8rem;
    border-radius: .3rem;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		-ms-appearance:none;
}
.form-control .fa-caret-down{
    position: absolute;
    top: .75rem;
    right: 1rem;
    color: #555;
    font-size: 1.5rem;
    z-index: 2;
    pointer-events: none;
}
.form-control .button-block{
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.15rem;
    color: #fff;
    border-radius: .3rem;
    background: linear-gradient(#48abf9,#057cd7);
}
.form-control-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}
.form-control-flex li{
    margin-bottom: .35rem;
}
.form-control-flex .choose{
    color: #fff;
    background: #057cd7;
    border-color: #057cd7 !important;
    position: relative;
}
.form-control-flex .choose:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    background: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/popformicon.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}
.form-control-flex .btn-input{
    display: inline-block;
    font-size: 1.15rem;
    padding: .5rem .75rem;
    border: 1px solid #e0e0e0;
}
.control-label{
    font-size: 1.45rem;
    line-height: 1.6;
    color: #383838;
    font-weight: 600;
}
.radio-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 2;
}
.radio-list input[type="radio"]{
    width: 1.25rem;
    height: 1.25rem;
    color: #a0a0a0;
    margin-right: .5rem;
}
.form-tel-prompt{
    font-size: 1rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    color: #999;
}
.freeCall{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.freeCall input[name="mobile"]{
    width: 75%;
    height: 3rem;
    padding-left: .5rem;
    border-radius: 5px;
}
.freeCall input[type="button"]{
    width: 23%;
    height: 3rem;
    font-size: 1.2rem;
    background: linear-gradient(#48abf9,#057cd7);
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}
input[type="text"]:focus,select[type="text"]:focus{
    box-shadow: 0 0 4px rgba(5,124,215,.75);
}
input[type="text"].input-danger{
    box-shadow: 0 0 4px rgba(255,0,0,.75);
}
/*公共组件*/
.xj-banner{
	display:block;
}
.xj-banner img{
	width:100%
}
/*header*/
.headerBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 4.2rem;
    position: relative;
}
.headerBox .h-left{
    width: 85%;
    margin: 0;
}
.headerBox .h-left a{
    display: block;
}
.headerBox .h-left img{
    width: 100%;
}
.headerBox .h-right{
    width: 15%;
    margin: 0;
}
.h-right .h-icon{
    font-size: 2rem;
    color: #333;
    text-align: center;
}
.h-right .h-list{
    position: absolute;
    top: 4.2rem;
    left: 0;
    right: 0;
    width: 100%;
    background: #383838;
    height: 0;
    transition: All .5s ease;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
}
.h-right .h-list a{
    display: block;
    color: #d9d9d9;
    font-size: 1.25rem;
    line-height: 1.6rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #686868;
}
.h-right .h-list li:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h-right .h-list li:last-child .h-advisory{
    width: 3.8rem;
    letter-spacing: 3px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    padding: .5rem .25rem;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
}
.h-right .h-list li:last-child a{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: .8rem 0;
    color: #f0f0f0;
    border-color: #f0f0f0;
}
/*header end*/
/*footer*/
.footer-form{
    display: block;
}
.footer-info{
    font-size: 1rem;
    color: #666;
    line-height: 2rem;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4.5rem;
}
.footer-info a{
    color: #666;
}
.protect{
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #999;
    padding-top: .5rem;
}
.protect a{
    color: #41A6F6;
}
/*footer end*/
/*nav-bottom*/
.nav-bottom{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0,0,0,.12) ;
    z-index: 999;
}
.nav-bottom>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 4.2rem;
}
.nav-bottom>ul li{
    width: 25%;
    color: #666;
    text-align: center;
}
.nav-bottom>ul li:first-child,.nav-bottom>ul li:nth-child(2){
    padding-top: .4rem;
}
.nav-bottom>ul li:first-child i{
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    animation: volume 2s linear infinite;
    -moz-animation: volume 3s linear infinite; /* Firefox */
    -webkit-animation: volume 3s linear infinite; /* Safari and Chrome */
    -o-animation: volume 3s linear infinite; /* Opera */
}
.nav-bottom>ul li:nth-child(2) i{
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    animation: swing 3s linear infinite;
    -moz-animation: swing 3s linear infinite; /* Firefox */
    -webkit-animation: swing 3s linear infinite; /* Safari and Chrome */
    -o-animation: swing 3s linear infinite; /* Opera */
}
.nav-bottom>ul li:last-child{
    width: 50%;
    height: 100%;
    line-height: 4.2rem;
    font-size: 1.25rem;
    color: #fff;
    border-right: transparent;
    /*background: linear-gradient(#48abf9,#057cd7);*/
    background: linear-gradient(#FE0002,#D3101A);
}
.nav-bottom>ul li i{
    font-size: 2rem;
}
.nav-bottom>ul li p{
    color: #666;
    font-size: .8rem;
    line-height: 1.3rem;
    padding-top: .3rem;
}
.nav-bottom>ul li p a{
    color: #666;
}
/*nav-bottom end*/
/*侧边栏*/
.side{
    position: fixed;
    right: .2rem;
    bottom: 5rem;
    z-index: 999;
}
.side ul li:first-child{
    color: #fff;
    border-radius: .2rem;
    /*background: linear-gradient(#48abf9,#057cd7);*/
		background: linear-gradient(#FE0002,#D3101A);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    animation: tuition 2s linear infinite;
    -moz-animation: tuition 2s linear infinite; /* Firefox */
    -webkit-animation: tuition 2s linear infinite; /* Safari and Chrome */
    -o-animation: tuition 2s linear infinite; /* Opera */
}
.side ul li{
    padding: .5rem .8rem;
    background: #f0f0f0;
    text-align: center;
}
.side ul li a{
    display: block;
    color: #666;
    font-size: 1rem;
}
.side ul li{
    margin-bottom: .2rem;
}
.side ul li:last-child{
    margin-bottom: 0;
}
.side ul li i{
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #484848;
}
/*侧边栏 end*/
/*弹框*/
.pop-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9999;
    background: rgba(0,0,0,.45);
    display: none;
}
.pop-box .pop-item{
    position: relative;
    width: 85%;
    max-width: 512px;
    animation: all .2s linear;
    display: none;
}
.pop-box .pop-item .pop-img img{
    width: 100%;
}
.pop-box .pop-item .close{
    position: absolute;
    top: -17px;
    right: -17px;
    font-size: 18px;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #383838;
    border: 2px solid #fff;
}
.pop-box .pop-hotMajor{
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
}
.pop-box .pop-hotMajor h2{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    background: #057cd7;
    margin-bottom: .5rem;
}
.pop-form{
    padding: .8rem .5rem;
    border-radius: .5rem;
    background: #fff url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/popformbg.png) no-repeat;
    background-size: 100%
}
/*弹框 end*/
/*问题列表*/
.question-list{
    padding-bottom: 1.5rem;
}
.question-list .q-item{
    display: flex;
    justify-content: space-between;
    font-size: 1.15rem;
    color: #666;
    line-height: 2.5rem;
    border-bottom: 1px solid #e8e8e8;
}
.question-list .q-item .item-right{
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: .25rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    background: linear-gradient(#48abf9,#057cd7);
}
/*问题列表 end*/
/*animation*/
@-webkit-keyframes swing {
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    0%,50%,100% {
        transform: rotate(0deg);
    }
}
@-moz-keyframes swing {
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    0%,50%,100% {
        transform: rotate(0deg);
    }
}
@-o-keyframes swing {
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    0%,50%,100% {
        transform: rotate(0deg);
    }
}
@keyframes swing {
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    0%,50%,100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes volume {
    50% {
        transform:scale(1.3);
    }
    0%,100% {
        transform: rotate(0deg);
    }
}
@-moz-keyframes volume {
    50% {
        transform:scale(1.3);
    }
    0%,100% {
        transform: rotate(0deg);
    }
}
@-o-keyframes volume {
    50% {
        transform:scale(1.3);
    }
    0%,100% {
        transform: rotate(0deg);
    }
}
@keyframes volume {
    50% {
        transform:scale(1.3);
    }
    0%,100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes tuition {
    37.5% {
        transform: scale(1.2) rotate(10deg);
    }
    50% {
        transform: scale(1.2) rotate(0deg);
    }
    62.5% {
        transform: scale(1.2) rotate(-10deg);
    }
    25%,75% {
        transform: scale(1.2) rotate(0deg);
    }
    0%,100% {
        transform: scale(1) rotate(0deg);
    }
}
@-moz-keyframes tuition {
    37.5% {
        transform: scale(1.2) rotate(10deg);
    }
    50% {
        transform: scale(1.2) rotate(0deg);
    }
    62.5% {
        transform: scale(1.2) rotate(-10deg);
    }
    25%,75% {
        transform: scale(1.2) rotate(0deg);
    }
    0%,100% {
        transform: scale(1) rotate(0deg);
    }
}
@-o-keyframes tuition {
    37.5% {
        transform: scale(1.2) rotate(10deg);
    }
    50% {
        transform: scale(1.2) rotate(0deg);
    }
    62.5% {
        transform: scale(1.2) rotate(-10deg);
    }
    25%,75% {
        transform: scale(1.2) rotate(0deg);
    }
    0%,100% {
        transform: scale(1) rotate(0deg);
    }
}
@keyframes tuition {
    37.5% {
        transform: scale(1.2) rotate(10deg);
    }
    50% {
        transform: scale(1.2) rotate(0deg);
    }
    62.5% {
        transform: scale(1.2) rotate(-10deg);
    }
    25%,75% {
        transform: scale(1.2) rotate(0deg);
    }
    0%,100% {
        transform: scale(1) rotate(0deg);
    }
}
/*animation end*/