@charset "utf-8";
body,ul,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,figure,tr,td,img{
    margin:0;
    padding:0;
    font:14px "微软雅黑";
    color:#727272;
}
ul,dl{
    list-style:none;
}
a{
    text-decoration: none;
}
img{
    border:0;
}
.center{
    width:1200px;
    margin:0 auto;
}
.clear{
    clear: both;
}


/*banner*/

.banner{
    width:100%;
    min-width: 1200px;
    overflow:hidden;
    position: relative;
}
.banner img{
    width: 100%;
}

/*模块一*/
.main1{
    background: #eee;
    overflow: hidden;
}
.main1-container{
    width: 1200px;
    margin: 0 auto;
}
/*热点*/
.hot-box{
    font-size: 0;
    padding: 10px 0 0;
}
.hot-box>div{
    display: inline-block;
    vertical-align: top;
}
.hot-box .hot-list{
    position: relative;
    width: 350px;
    height: 408px;
    box-shadow: -4px 3px 7px 3px
    rgba(230, 230, 230, 0.3);
    background: white;
    margin-right: 10px;
}
.hot-list>img{
    position: absolute;
    top:0;
    left: 0;
    width: 66px;
}
.hot-box .hot-list>ul{
    width: 294px;
    margin-top: 40px;
    margin-left: 30px;
}
.hot-box .list-title{
    font-size: 16px;
    line-height: 12px;
    color: #000000;
    margin-bottom: 25px;
	font-weight: bold;
}
.hot-box .list-title span{
    font-size: 14px;
    opacity: 0.6;
}
.hot-box .list-item{
    height: 26px;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-box .list-item:hover{
    color:#ed1c24;
}

.hot-box .list-bottom{
    margin-top: 25px;
}

.hot-box  .hot-img {
    width: 839px;
    height: 408px;
    box-shadow: -4px 3px 7px 3px
    rgba(230, 230, 230, 0.3);
    overflow: hidden;
}
.hot-box  .hot-img>img{
    position: relative;
    height: 100%;
    object-fit: cover;
}
/*名师讲堂*/
.teacher{
    padding-top: 110px;
    padding-bottom: 20px;
}
.teacher-title{
    margin: 0 auto;
    padding-bottom: 20px;
}
.teacher-title-top{
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    color: #000000;
    line-height: 1.5;
}
.teacher-title-top span{
    color: #e50004;
    letter-spacing: 1px;
}
.teacher-title-top small{
    font-size: 16px;
    letter-spacing: 0;
    opacity: 0.73;
}
.teacher-title-bottom{
    color: #000000;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    opacity: 0.73;
    margin-top: 20px;
}
.teacher-tab{
    text-align: center;
}
.teacher-tab li{
    width: 145px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #f2f2f2;
    text-align: center;
    margin: 30px 20px 30px;
}
.teacher-tab .teacher-tab-active{
    color:white;
    background: red;
    border-color: red;
}
.teacher-tab-active::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: red;
    transform: rotate(45deg);
    margin: -6px auto 0;
}
.teacher-card {
    font-size: 0;
}
.teacher-card-item:nth-child(4n) {
    margin-right: 0;
}

.teacher-card-item {
    width: 270px;
    height: 372px;
    background: white;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
    vertical-align: top;
    transition: all .2s;
}
.teacher-card-item:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.teacher-card-item>a{
    display: block;
    width: 100%;
    height: 100%;
}
.teacher-pic{
    width: 100%;
    height: 185px;
    background: #eee;
}
.teacher-pic img{
    width: 100%;
    height: 100%;
}
.teacher-msg{
    padding: 15px 20px;
}
.teacher-msg h3{
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
}
.teacher-msg h3 span{
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #666;
    border: 1px dashed #666;
    display: inline-block;
    padding: 3px 10px;
}
.teacher-msg p{
    margin-top: 18px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    height: 74px;
}
.teacher-btn{
    font-size:0;
    border:1px solid #999;
}
.teacher-btn>div{
    display: inline-block;
    color:#999;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    width: 50%;
}
.teacher-btn>div:last-child{
    color:white;
    background: #999;
}
.teacher-btn:hover{
    border-color: red;
}
.teacher-btn:hover>div{
    color:red;
}
.teacher-btn:hover>div:last-child{
    color:white;
    background: red;
}

/*专业类别*/
.major{
    margin-top: 20px;
}
.major-title{
    text-align: center;
    margin-bottom: 40px;
}
.major-small-title{
    font-size: 21px;
    color: #000000;
    opacity: 0.7;
}
.major-card{
    font-size: 0;
}
.major-card-item{
    width: 288px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
}

.card-item4,.card-item8,.card-item12{
    margin-right: 0;
}
.major-degree{
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
    color:#000;
}
.major-card-box{
    width: 288px;
    height: 288px;
    padding: 10px;
    box-sizing: border-box;
}
.major-card-content{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px dotted white ;
}
.major-card-top{
    position: absolute;
    bottom: 117px;
    text-align: center;
    width: 100%;
}
.major-card-top p{
    font-size: 16px;
    color: #ffffff;
}
.major-card-content .middle-line{
    margin-top: 162px;
    height: 2px;
    background: white;
}
.major-type{
    padding-top: 10px;
    text-align: center;
    font-size: 47px;
    color: #ffffff;
}
.card-item1>.major-card-box,.card-item9>.major-card-box{
    background: #ed8b66
}

.card-item2>.major-card-box,.card-item10>.major-card-box{
    background: #efa18d
}

.card-item3>.major-card-box,.card-item11>.major-card-box{
    background: #aba533
}

.card-item4>.major-card-box{
    background-color: #665c27;
    opacity: 0.84;
}

.card-item5>.major-card-box{
    background: #665c27
}

.card-item6>.major-card-box{
    background-color: #e0ad5e;
    opacity: 0.84;
}

.card-item7>.major-card-box{
    background: #5fc9e1
}
.card-item8>.major-card-box{
    background-color: #efa18d;
    opacity: 0.84;
}
.card-item12>.major-card-box{
    background-color: #e3b875;
    opacity: 0.84;
}


    /*模块二*/
.main2{
    background: white;
    padding-bottom: 30px;
}
.service{
    width: 1200px;
    margin: 0 auto;
}

.service-table{
    text-align: center;
    border-collapse: collapse
}
.service-table tr>td{
    position: relative;
    padding: 14px 34px;
    color:black;
    border:1px solid #787878;
    font-size: 14px;
    z-index: 0;
}
.service-table tr>td div{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
    z-index: -1;
}
.service-table tr>td:first-child,.service-table tr>td:last-child{
    width: 200px;
}
.service-table tr:nth-child(n +2)>td:nth-child(2){
    text-align: left;
}
.sevice-table-tr0 div{
    background-color: #686868;
}
.sevice-table-tr1 div{
    background-color: #efa18d;
}
.sevice-table-tr2 div{
    background-color: #e5c189;
}
.sevice-table-tr3 div{
    background-color: #aba533;
}
.sevice-table-tr4 div{
    background-color: #d66d20;
}
.sevice-table-tr5 div{
    background-color: #cb8450;
}
.service-btn-ask{
    position: relative;
    width: 104px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    border-radius: 20px;
    border:unset;
    z-index: 0;
    overflow: hidden;
    outline: none;
}
.service-btn-ask>div{
    opacity: 0.6;
    background-color: #474747;
}
.banner2{
    background: #5b5c5b;
    text-align: center;
    height: 196px;
    overflow: hidden;
}
.doctor-img{
    position: absolute;
    height: 148%;
    top: -49px;
    left: -298px;
}
.main2-img{
    position: relative;
    width: 1160px;
    margin-top: 40px;
}
    /*模快三*/
/*优势一*/
.mores {
    padding-top: 20px;
    width: 100%;
    height: 683px;
    box-sizing: border-box;
}
.mores .more {
    width: 1200px;
    margin: 0 auto;
}
.mores .more ul {
    margin-top: 30px;
    overflow: hidden;
}

.mores .more ul li {
    width: 192px;
    height: 320px;
    float: left;
    margin-right: 7px;
    background: #f2f2f2;
    border-radius: 15px 15px 0 0 ;
}
.mores .more ul li:hover{
    background: #e40011;
}

.advantage1-img{
    width: 100%;
    height: 115px;
    border-radius: 15px 15px 0 0 ;
}
.mores .more ul li h2 {
    color: #000;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 8px;
    padding:0 8px;
    box-sizing: border-box;
}
.mores .more ul li:hover h2{
    color:white;
}
.mores .more ul li .message {
    height: 100px;
    color:#333;
    margin-bottom: 8px;
    padding:0 8px;box-sizing: border-box;
    font-size: 14px;
}
.mores .more ul li:hover .message{
    color:white;
}
.mores .more ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    background-color: #9f9f9f;
    border-radius: 10px;
    width: 155px;
    margin: 0 auto;
    color:white;
}
.mores .more ul li:hover a{
    color:#e40011;
    background: white;
}
/*标题*/
.main5-head-tittle{
    position: relative;
    text-align: center;
}
.main5-head-tittle>p{
    display: inline-block;
    margin-left: 15px;
    font-size:40px;
    color:#000;
}
.main5-head-tittle span{
    color:#e50004;
}
.main5-head-tittle img{
    position: relative;
    top: 3px;

}
/*优势二*/
.advantage2{
    padding-top: 50px;
    height: 495px;
    box-sizing: border-box;
}
.advantage-box{
    width: 1200px;
    margin: 0 auto;
}
.advantage-card{
    padding-top: 45px;
    font-size: 0;
}
.advantage-card-item{
    display: inline-block;
    width: 287px;
    height: 261px;
    padding: 13px;
    box-sizing: border-box;
    margin-right: 17px;
    background-color: #e9e9e9;
    border-radius: 10px;
    vertical-align: top;
}
.advantage-card-item:last-child{
    margin: 0;
}
.advantage-card-title{
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #000000;
}
.advantage-card-title p{
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
    color: #000000;
}
.advantage-card-title a{
    margin-top: 3px;
    float: right;
    font-size: 14px;
    color:#000;
    opacity: 0.64;
}
.advantage-list{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-left: 3px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.advantage-card-item:hover{
    background:#e40011;
}
.advantage-card-item:hover p,
.advantage-card-item:hover .advantage-card-title,
.advantage-card-item:hover a{
    color:white;
}
/*优势3*/
.advantage3{
    padding: 54px 0 44px;
    box-sizing: border-box;
}
.advantage3 .advantage-card-item{
    vertical-align: top;
    width: 281px;
    height: 194px;
    margin-right: 24px;
    padding: 18px;
    background-color: #f2f2f2;
    border-radius: 0 0 0 64px;
}
.advantage3 .advantage3-item4{
    margin: 0;
}
.advantage3 .advantage-card-item:hover{
    background:#e40011 ;
}
.advantage-card-left{
    vertical-align: top;
    display: inline-block;
    position: relative;
    height: 116px;
    background-color: #9f9f9f;
    border-radius: 36px;
    text-align: center;
    overflow: hidden;
    padding: 0 15px;
}
.advantage3 .advantage-card-item:hover .advantage-card-left{
    background:#f2f2f2 ;

}
.advantage-card-left span{
    display: inline-block;
    margin-top: 15px;
    font-size: 34px;
    line-height: 40px;
    color:white;
}
.advantage3 .advantage-card-item:hover .advantage-card-left span{
    color:#e40011;
}

.advantage-card-right{
    padding-top: 30px;
    margin-left: 30px;
    display: inline-block;
}

.advantage3-item4 .advantage-card-right{
    margin-top: -20px;
}
.advantage-card-right li{
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 4px;
    color: #3d3a38;
}
.adv3-bg-img{
    width: 89px;
    height: 76px;
    background: url(../img/home/adv-play.png) no-repeat;
    background-size: 100% 100%;
}
.advantage3 .advantage-card-item:hover .advantage-card-right li{
    color:white;
}
.advantage3 .advantage-card-item:hover .adv3-bg-img{
    background-image: url(../img/home/adv-play-white.png);
}

/*优势四*/
.advantage4{
    height: 912px;
    box-sizing: border-box;
    background: #f4f4f4;
}
.advantage4 .main5-head-tittle{
    padding: 70px 0 60px;
}
.advantage4 table{
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #e9e9e9;
}
.advantage4 td{
    width: 268px;
    height: 173px;
    text-align: center;
    border: 1px solid #ccc;
}
.advantage4 td p{
    font-size: 20px;
    color: #3d3a38;
}
.advantage4 td:hover{
    background: red;
}
.advantage4 td:hover p{
    color:white;
}
.adv4-img{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.adv4-img1{
    background-image: url(../img/home/adv4-1.png);
}
.advantage4 td:hover .adv4-img1{
    background-image: url(../img/home/adv4-1-white.png);
}
.adv4-img2{
    background-image: url(../img/home/adv4-2.png);
}
.advantage4 td:hover .adv4-img2{
    background-image: url(../img/home/adv4-2-white.png);
}
.adv4-img3{
    background-image: url(../img/home/adv4-3.png);
}
.advantage4 td:hover .adv4-img3{
    background-image: url(../img/home/adv4-3-white.png);
}
.adv4-img4{
    background-image: url(../img/home/adv4-4.png);
}
.advantage4 td:hover .adv4-img4{
    background-image: url(../img/home/adv4-4-white.png);
}
.adv4-img5{
    background-image: url(../img/home/adv4-5.png);
}
.advantage4 td:hover .adv4-img5{
    background-image: url(../img/home/adv4-5-white.png);
}
.adv4-img6{
    background-image: url(../img/home/adv4-6.png);
}
.advantage4 td:hover .adv4-img6{
    background-image: url(../img/home/adv4-6-white.png);
}
.adv4-img7{
    background-image: url(../img/home/adv4-7.png);
}
.advantage4 td:hover .adv4-img7{
    background-image: url(../img/home/adv4-7-white.png);
}
.adv4-img8{
    background-image: url(../img/home/adv4-8.png);
}
.advantage4 td:hover .adv4-img8{
    background-image: url(../img/home/adv4-8-white.png);
}
.adv4-img9{
    background-image: url(../img/home/adv4-9.png);
}
.advantage4 td:hover .adv4-img9{
    background-image: url(../img/home/adv4-9-white.png);
}
.adv4-img10{
    background-image: url(../img/home/adv4-10.png);
}
.advantage4 td:hover .adv4-img10{
    background-image: url(../img/home/adv4-10-white.png);
}
.adv4-img11{
    background-image: url(../img/home/adv4-11.png);
}
.advantage4 td:hover .adv4-img11{
    background-image: url(../img/home/adv4-11-white.png);
}
.adv4-img12{
    background-image: url(../img/home/adv4-12.png);
}
.advantage4 td:hover .adv4-img12{
    background-image: url(../img/home/adv4-12-white.png);
}
.adv4-link-btn{
    text-align: center;
}
.adv4-link-btn a{
    display: inline-block;
    color:white;
    width: 199px;
    height: 44px;
    background-color: #f3001b;
    border-radius: 22px;
    margin: 80px 16px 0;
    text-align: center;
    line-height: 44px;
    border:1px solid transparent;
}
.adv4-link-btn a:hover{
    background: white;
    border-color:#f3001b ;
    color:#f3001b;
}
/*模快四*/
.container {
    width: 1200px;
    padding: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.tit {
    font-size: 40px;
    line-height: 66px;
    padding-top: 10px;
    text-align: center;
    color: #000;
}
.xbt{text-align: center; margin:10px 0 35px 0; font-size: 26px;color: #000;}
.shouhuo ul {
    margin: 0 -15px 30px 0;
    overflow:hidden;
    font-size: 0;
}
.shouhuo-list{
    display: inline-block;
    width: 384px;
    margin-right: 24px;
    font-size: 16px;
    margin-bottom: 50px;
    background: #eee;
    text-align: center;
    padding: 25px 30px;
    box-sizing: border-box;
}
.shouhuo-list:hover{
    background: #f3001b;
}
.shouhuo-list:nth-child(3n){
    margin-right: 0;
}
.shouhuo-list h4{
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.shouhuo-list p{
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}
.shouhuo-list:hover h4,.shouhuo-list:hover p{
    color:white;
}
.shouhuo-list .btn2{
    min-width: 151px;
    height: 39px;
    background-color: #b1b1b1;
    border-radius: 7px;
    border: unset;
    font-size: 18px;
    padding: 0 10px;
}

.shouhuo-list .btn2 a{
    color: #ffffff;
}
.shouhuo-list:hover .btn2{
    background: white;
}
.shouhuo-list:hover  .btn2 a{
    color: #f3001b;
}

    /*模快五*/
.yxdn{
    width: 1100px;
    margin: 0 auto;
}
.yxdn img{ float:left; width:544px; height:300px;}
.yxdn ul{ float:right;width: 471px; margin:20px;}
.yxdn ul span{
    display: inline-block;
    width:86px;
    box-sizing: border-box;
    margin-right:16px;
    font-weight:bold;
    font-size: 52px;
    color: #e40011;
    vertical-align: top;
}
.yxdn ul li{
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.yxdn ul p{
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;

}
.yxdn .adv4-link-btn a{
    margin-top: 25px;
}
/*<!--模快六-->*/
.main6 .major-title{
    margin-bottom: 0;
}
.main6 .type-btn{
    text-align: center;
}
.main6 .type-btn div{
    display: inline-block;
    padding: 5px 25px;
    color:#e40011;
    border: 1px solid #e40011;
    border-radius: 5px;
    margin: 0 20px 15px;
    position: unset;
}
.main6 .type-btn div:hover{
    background: #e40011;
    color:white;
    cursor: pointer;
}
.main6 .type-btn .type-active{
    background: #e40011;
    color:white;
}
.main6-table{
    width: 98%;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    margin: 0 auto 5px;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    box-shadow: 0 0 14px 2px rgba(54, 54, 54, 0.2);
}
.main6-table h3{
    height: 58px;
    background-color: #e40011;

    font-size: 30px;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 58px;
    text-align: center;
}
.main6-thead {
    background-color: #bcbcbc;
    box-shadow: 0 0 2px 0 rgba(230, 33, 41, 0.3);
    font-size: 0;
    text-align: center;
}
.main6-thead li{
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    line-height: 58px;
}
.table-td{
    height: 58px;
    display: inline-block;
    width: 20%;
    text-align: center;
}
.main6-tr{
    font-size: 0;
}
.main6-tr:hover{
    box-shadow: 0 0 5px 2px #ccc;
}
.main6-tr li{
    font-size: 18px;
    line-height: 56px;
    color: #000000;
}
.main6 .swiper-father{
    position: relative;
}
#swiper2{
    width: 1100px;
}
.main6-prev,.main6-next{
    position: absolute;
    top:calc(50% - 15px);
    outline: none
}
.main6-prev{
    left: 0;
}
.main6-next{
    right:0;
}
.main6-prev img,.main6-next img{
    width: 35px;
}



/*模快七*/
.main7-card{
    font-size: 0;
    overflow: hidden;
    margin-top: 20px;
}
.main7-card-item{
    display: inline-block;
    width: 240px;
    height: 425px;
    margin-right: 80px;
    vertical-align: top;
}
.main7-card-item:last-child{
    margin-right: 0;
}
.main7-card-item:nth-child(2),.main7-card-item:nth-child(3){
    margin-top: 50px;
}
.main7-card-item h3{
    text-align: center;
    font-size: 30px;
    color: #000000;
    opacity: 0.9;
    font-weight: bold;
    padding: 30px 0 38px;
}
.main7-card-item p{
    display: inline-block;
    height: 40px;
    line-height: 30px;
    border-radius: 20px;
    background: white;
    box-sizing: border-box;
    padding: 5px 15px 5px 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}
.main7-card-item p span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: red;
    border-radius: 50%;
    line-height: 30px;
    color:white;
    margin-right: 10px;
}
.main7-btn{
    width: 245px;
    height: 48px;
    background-color: #e40011;
    box-shadow: 1px 1px 1px 0 #6c0e14;
    border-radius: 14px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    border:1px solid transparent;
    margin: 50px 0 130px;
}
.main7-btn:hover{
    background: white;
    color:#e40011;
    border-color:#e40011;
    box-shadow: unset;
}
.main7-white-card{
    width: 431px;
    height: 132px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding:20px 24px;
    box-sizing: border-box;
}
.main7-white-card div{
    background-color: #e3e4e8;
    opacity: 0.64;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main7-white-card h3{
    font-size: 40px;
    letter-spacing: 5px;
    color:#000;
}
.main7-white-card p{
    font-size: 31px;
    letter-spacing: 2px;
    color:#000;
}
.main7-bottom{
    padding-top: 60px;
    text-align: center;
    padding-bottom: 80px;

}
.main7-bottom h3{
    font-size: 50px;
    letter-spacing: 6px;
    margin-bottom: 30px;
    color:white;
}
.main7-bottom p{
    position: relative;
    right:50px;
    font-size: 40px;
    color:white;
    letter-spacing: 5px;
    white-space: nowrap;
}

.main80{
    padding: 20px 0 40px;
    background: #f2f2f2;
}

.main80 ul{
    padding-top: 20px;
    font-size: 0;
}
.main80 li{
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 15px;
}
.main80 li:nth-child(8n){
    margin-right: 0;
}
.main80 li a{
    display: inline-block;
    width: 134px;
    line-height: 32px;
    background: #0a62c3;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color:white;
}
/*.main8 li a:hover{*/
    /*background: #f3001b;*/
    /*color:white;*/
/*}*/
.main80-btn{
    text-align: center;
    margin-top: 15px;
}
.main80-btn a{
    display: inline-block;
    width: 200px;
    line-height: 36px;
    font-size: 18px;
    color:white;
    background: #f3001b;
    border-radius: 5px;
}




















