﻿html,body,div,h1,h2,h3,h4,h5,h6,p,a,img,span,ul,
li,input,table,th,tr,td,form,fieldset,textarea{
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: "微软雅黑","Microsoft Yahei","隶书", "SimLi";
}
ul,ol,dl {   
    list-style:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.sky-hunyin-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sky-hunyin-flex>span{
    color: red;
    font-weight: bold;
}
.zhifuh1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhifuh1>a{
    display: inline-block;
}
.btn-yellow {
    background-color: #fcc525;
    border-color: #fcc525;
    color: #fff!important;
}
.btn-info {
    color: #fff;
    background-color: #ffb22b;
    border-color: #ffb22b;
}
.danger{
    color: red;
}
.gopay{
    color: #33cabb;
}
.btn-gopay{
    background: #33cabb;
    color: #fff;
}
.btn-gopay:hover{
    color: #fff;
}
.success{
    color: #5cb85c;
}
.yellow{
    color: #fcc525;
}
.red{
    color: red !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    border: medium none;
    vertical-align: middle;
    width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
a {
    text-decoration: none;
    color: #202328;
}
a:hover{
    text-decoration: none;
}
.breadcrumb {
    background: #fff;
    padding: 25px 0;
    font-size: 15px;
    border-bottom: 1px solid #e6e3e3;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
}
.breadcrumb .active{
    color: #ffb22b;
}
.breadcrumb img{
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
.nav-box{
    height: 84px;
    line-height: 84px;
    width: 100%;
    position: fixed;
    z-index: 9999;
    padding: 0;
}
.logo-link{
    min-width: 130px;
}
.logo-link img{
    width: 112px;
    height: 80px;
}
.nav-list{
    display: flex;
}
.nav-list>li{
    position: relative;
}
.nav-list>li>a{
    display: block;
    color: #282c33;
    cursor: pointer;
    outline: 0;
    padding: 0 16px;
    text-decoration: none;
    height: 84px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
}
.nav-list>li>a:hover{
    color: #ffb22b;
}
.nav-list>li>a:hover .caret{
    border-top: 0 dashed;
    border-bottom: 4px dashed;
}
.nav-list>li>a:hover::after{
    margin-left: -14px;
    width: 54px;
    background-color: #ffb22b;
    border-radius: 1.5px;
    bottom: 0;
    content: '';
    height: 3px;
    left: 35%;
    position: absolute;
    transition: background-color .2s ease-out,width .2s,margin-left .2s;
    z-index: 1;
}
.nav-list>.active>a{
    color: #ffb22b;
}
.nav-list>.active>a::after {
    margin-left: -14px;
    width: 54px;
    background-color: #ffb22b;
    border-radius: 1.5px;
    bottom: 0;
    content: '';
    height: 3px;
    left: 35%;
    position: absolute;
    transition: background-color .2s ease-out,width .2s,margin-left .2s;
    z-index: 1;
}
.dropdown-menu>li>a{
    line-height: 35px;
}
.dropdown-menu>li>a:hover{
    color: #ffb22b;
    background: #fff;
}
.nav-menu{
    width: 350px;  
}
.nav-menu-list{
    width: 50%;
    padding: 5px 20px;
}
.nav-menu-list>h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 15px;
}
.nav-menu-list>a{
    display: block;
    line-height: 30px;
}
.nav-menu-list>a:hover{
    color: #ffb22b;
}
.nav-denglu{
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
}
.nav-denglu1{
    background: #ffb22b;
    color: #fff;
    border: 1px solid #ffb22b;
    margin-right: 10px;
}
.nav-denglu2{
    background: #f9f9f9;
    color: #ffb22b;
    border: 1px solid #f9f9f9;
    margin-right: 10px;
}
.nav-denglu3{
    color: #ffb22b;
    border: 1px solid #fff;
}
.nav-denglu1:hover{
    background: #1067ea;
    color: #fff;
    border: 1px solid #1067ea;
    margin-right: 10px;
}
.nav-denglu2:hover{
    background: #f4f4f4;
    color: #ffb22b;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
}
.nav-denglu3:hover{
    color: #ffb22b;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}
.menu-click{
    background: #f2f2f2;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    width: 50px;
    border-radius: 5px;
    display: none;
    cursor: pointer;
}
.menu-default{
    display: none;
    position: absolute;
    left: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px #cdcdcd;
}
.menu-default>li{
    line-height: 35px;
    padding: 5px 20px;
}
.menu-default>li:hover{
    background: #cdcdcd;
}
.menu-default-children{
    padding: 10px 15px 10px 35px;
    line-height: 30px;
}
.menu-default-children>li>a{
    display: block;
    font-size: 14px;
} 
.banner{
    padding-top: 200px;
    padding-bottom: 30px;
}
.sky-banner-left{
    padding-top: 10px;
        line-height: 25px;
    margin-bottom: 20px;
}
.sky-banner-left>h1{
    display: block;
    color: red;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}
.sky-banner-left>p{
    margin-top: 12px;
    color: #484848;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 25px;
}
.sky-banner-left>span{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #707070;
}
.sky-banner-left-link{
    margin-bottom: 25px;
}
.sky-banner-left-link>a{
    width: 192px;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    background-color: #ffb22b;
    color: #fff;
    text-align: center;
}
.sky-huangse{
    box-shadow: 0 4px 8px 0 rgb(242 140 44 / 20%);
    background-image: url(../image/huangse.jpg);
    margin-left: 17px;
    display: flex;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}
.gongyong{
    margin-bottom: 50px;
}
.gongyong>h2{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: red;
}
.yewu{
    padding-top: 150px;
}
.yewu-box{
    padding-bottom: 150px;
}
.yewu-back01{
    background: url(../image/yewubk01.svg) no-repeat;
    background-size: cover;
}
.yewu-back02{
    background: url(../image/yewubk02.svg) no-repeat;
    background-size: cover;
}
.yewu-back03{
    background: url(../image/yewubk03.svg) no-repeat;
    background-size: cover;
}
.yewu-back04{
    background: url(../image/yewubk04.svg) no-repeat;
    background-size: cover;
}
.yewu-item>h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.yewu-item>p{
    margin-top: 40px;
    color: #656a72;
    font-size: 15px;
    line-height: 36px;
}
.yewu-item>a{
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgb(0 43 181 / 20%);
    width: 130px;
    height: 47px;
    line-height: 47px;
    border-radius: 4px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 42px 0;
}
.yewu-item>h2>span{
    color: red;
    margin-left: 15px;
}
.yewu01{
    color: #48b0f7;
}
.yewu02{
    color: #ffb22b;
}
.yewu03{
    color: #00bf6f;
}
.yewu04{
    color: #7464ff;
}
.yewubk01{
    background: #48b0f7;
}
.yewubk02{
    background: #ffb22b;
}
.yewubk03{
    background: #00bf6f;
}
.yewubk04{
    background: #7464ff;
}
.yewu-img{
    width: 100%;
    height: 350px;
}
.yewu-img>img{
    display: block;
    width: 100%;
    height: 100%;
}
.muban{
    padding-bottom: 80px;
}
.students{
    height: 480px;
    position: relative;
    margin-bottom: 50px;
}
#four_flash{
    position:relative;
    width: 100%;
    height:410px; 
    margin:0 auto;
    position:absolute;
    bottom:40px;
}
#four_flash .flashBg{
    height:410px; 
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
#four_flash .flashBg ul.mobile{
    width:2000%;
    height:410px; 
    position:absolute;
    top:15; 
    left:0;
}
#four_flash .flashBg ul.mobile li{
    border-radius: 12px;
    box-shadow: 0 6px 12px 0 rgb(31 35 41 / 6%), 0 8px 24px 8px rgb(31 35 41 / 4%);
    float:left;
    width:363px;
    height:406px;
    margin-left:26px;
    color:#6C6E85;
    transition:all 1s ease 0s;
    overflow: hidden;
}
#four_flash .flashBg ul.mobile li a>img{
    width: 100%;
    height: 172px;
}
#four_flash .flashBg ul.mobile li dd{
    position: relative;
    margin-top: -15px;
    font-size: 16px;
    font-weight: bold;
    color: #202328;
    padding: 30px 30px 10px;
    border-radius: 16px;
    overflow: hidden;
    height: 79px;
    background: #fff;
}
#four_flash .flashBg ul.mobile li a>p{
    font-size:12px; 
    color: #656a72;
    line-height: 25px;
    margin: 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.muban-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 25px;
}
.muban-link>p{
    width: 45%;
    text-align: center;
    line-height: 25px;
}
.muban-link>p>span{
    font-size: 14px;
    font-weight: bold;
    color: #202328;
}
.muban-link>p>small{
    color: #aaaaaa;
}
.muban-link>.muban-wx{
    width: 45%;
    text-align: center;
    line-height: 25px;
    border-left: 1px solid #d8d8d8;
    position: relative;
}
.muban-weixin{
    display: none;
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 50px;
    left: 34px;
    border: 1px solid #d8d8d8;
}
.muban-xiaoweixin{
    width: 16px;
    height: 16px;
}
.muban-link>.muban-wx:hover .muban-weixin{
    display: block;
}
.muban-dianji{
    text-align: center;
    padding-top: 50px;
}
#four_flash .but_left,#four_flash .but_right{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 15px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgb(31 35 41 / 6%), 0 8px 24px 8px rgb(31 35 41 / 4%);
    cursor: pointer;
    text-align: center;
}
#four_flash .but_left>img,#four_flash .but_right>img{
    width: 16px;
    height: 16px;
}
.jiazhi{
    background: url(../image/jiazhibk.png);
    background-size: cover;
}
.jiazhi-item{
    padding-top: 130px;
    padding-bottom: 130px;
}
.jiazhi-item>h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 60px;
    color: red;
}
.jiazhi-item>h2>span{
    margin-left: 5px;
}
.jiazhi-jishu{
    display: flex;
    margin-bottom: 30px;
}
.jiazhi-jishu>p{
    margin-right: 50px;
}
.jiazhi-jishu>p>span{
    font-size: 30px;
    color: #ffb22b;
    font-weight: bold;
}
.jiazhi-jishu>p>small{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: bold;
}
.jiazhi-huoban{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.jiazhi-huoban li{
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 30%;
    height: 90px;
    margin-bottom: 20px;
}
.jiazhi-huoban li>span{
    background: rgba(0, 143, 111,0.7);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.jiazhi-huoban li>a{
    position: absolute;
    top: 38%;
    text-align: center;
    width: 100%;
    display: block;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.jiazhi-huoban li>a:hover{
    color: red;
}
.jiazhi-huoban li>img{
    display: block;
    width: 100%;
    height: 100%;
}


.jiazhi-item>a{
    width: 130px;
    height: 47px;
    line-height: 47px;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    background-color: #ffb22b;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.myscroll {
     height: 900px; 
     margin: 0 auto; 
     overflow: hidden;
}
.myscroll li{ 
    overflow: hidden;
    margin-top: 24px;
    border-radius: 8px;
    background: rgba(255, 178, 43,0.3);
    box-shadow: 0 6px 12px 0 rgb(31 35 41 / 6%);
    padding: 35px 35px 25px;
}
.myscroll ul li>p{ 
    font-size: 14px;
    line-height: 22px;
    color: #656a72;
    text-align: justify;
}
.myscroll ul li>a{ 
    margin-top: 15px;
    padding-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eaeaea;
}
.myscroll ul li>a>img{ 
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 15px;
}
.myscroll ul li>a>span{ 
    font-size: 16px;
    color: #202328;
}
.anli{
    padding-top: 100px;
    padding-bottom: 100px;
}
.anli-item{
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0 6px 12px 0 rgb(31 35 41 / 6%), 0 8px 12px 8px rgb(31 35 41 / 4%);
}
.anli-item>img{
    display: block;
    width: 100%;
    height: 196px;
}
.anli-text{
    display: block;
    padding: 30px;
}
.anli-text>h3{
    font-size: 16px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    font-weight: bold;
}
.anli-text>p{
    font-size: 14px;
    color: #656a72;
    margin-top: 15px;
    line-height: 25px;
    height: 60px;
}
.anli-text>span{
    display: inline-block;
    font-size: 14px;
    color: #656a72;
    margin-top: 40px;
}
.zhushou{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../image/zhushoubk.png) no-repeat;
    background-size: cover;
}
.zhushou-item{
    margin-top: 40px;
}
.zhushou-item h2{
    font-size: 50px;
    font-weight: bold;
    color: red;
    line-height: 70px;
}
.zhushou-item h2>span{
    font-size: 50px;
    font-weight: bold;
    color: red;
}
.zhushou-item>p{
    margin-top: 0;
    font-size: 22px;
    line-height: 42px;
    color: #656a72;
}
.zhushou-item div{
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    margin-top: 28px;
}
.zhushou-item div>img{
    width: 120px;
    height: 120px;
}
.zhushou-item div>p{
    font-size: 12px;
    margin-top: 10px;
    color: #707070;
}
.zhushou-img{
    width: 100%;
    height: auto;
}
.zhushou-img>img{
    display: block;
    width: 100%;
    height: 100%;
}
.wenjuan-box{
    padding-top: 100px;
    padding-bottom: 150px;
}
.wenjuan{
    padding-top: 20px;
    padding-bottom: 50px;
}
.wenjuan-item{
    padding-top: 100px;
    text-align: center;
}
.wenjuan-item>h2{
    font-size: 50px;
    color: #48b0f7;
    font-weight: bold;
}
.wenjuan-item>h2>span{
    color: red;
}
.wenjuan-item>p{
    margin-top: 20px;
    font-size: 18px;
    color: #202328;
}
.wenjuan-item>a{
    width: 192px;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    background-color: #ffb22b;
    color: #fff;
    margin-top: 30px;
}
.sky-botton{
    margin-top: 30px;
}






footer{
    background: rgba(27,26,28,1);
    padding: 50px 0 20px;
}
.sky-foot{
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 35px;
}
.sky-foot-left{
    line-height: 40px;
    color: #5a5a5a;
    border-right: 1px solid #5a5a5a;
}
.sky-foot-left>p>img{
    width: 17px;
    height: 17px;
}
.sky-foot-dianhua{
    font-size: 26px;
    color: #fff;
    margin-left: 15px;
}
.sky-foot-time{
    margin-left: 15px;
    color: #999;
}
.sky-foot-address{
    margin-left: 15px;
    color: #999;
}
.sky-foot-link{
    display: inline-block;
    padding: 2px 50px;
    background: #ff9937;
    color: #fff;
    margin: 10px 0;
}
.sky-foot-link:hover{
    background: #31aae2;
    color: #fff;
}
.sky-foot-right ul{
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.sky-foot-right ul li a{
    color: #fff;
}
.sky-foot-weixin{
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}
.sky-foot-weixin p{
    text-align: center;
    margin-left: 40px;
}
.sky-foot-weixin p img{
    width: 128px;
    height: 128px;
    border: 1px solid #f2f2f2;
}
.sky-foot-weixin p span{
    display: block;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
}
.sky-foot-bottom{
    color: #fff;
    text-align: center;
    padding-top: 20px;
  	display:inline-block;
}
.sky-foot-weixin h3{
    color: #dedede;
    font-size: 16px;
    margin-bottom: 15px;
}
.sky-foot-show{
    color: #999;
    font-size: 14px;
  line-height:28px;
}
.textcenter{
    text-align: center;
}
.sky-list-banner{
    background: url(../image/list-banner.jpg) no-repeat;
    padding-top: 100px;
    padding-bottom: 70px;
}
.sky-tongyong-white{
    width: 250px;
    margin: 0 auto 0px;
    text-align: center;
    position: relative;
    padding: 35px 0 0px 0;
}
.sky-tongyong-white>h2{
    font-size: 32px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    padding-bottom: 5px;
    color: #fff;
}
.sky-tongyong-white>p{
    font-family: "Arial";
    font-size: 12px;
    min-height: 14px;
    display: block;
    color: #fff;
}
.sky-tongyong-white:before {
    content: "";
    left: 50%;
    display: inline-block;
    width: 90px;
    height: 25px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.sky-tongyong-white:after{
    content: "";
    left: 50%;
    display: inline-block;
    width: 90px;
    height: 25px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.manyi{
    padding-bottom: 110px;
    position: relative;
}
.sky-manyi{
    text-align: center;
}
.sky-manyi>h2{
    font-family: PingFangSC-Semibold;
    color: red;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 28px;
    padding-top: 80px;
}
.sky-manyi>p{
    font: inherit;
    vertical-align: baseline;
    font-family: Open Sans,Arial,PingFangSC,Noto Sans SC,sans-serif;
    color: #00bf6f;
    font-size: 18px;
    line-height: 35px;
}
.sky-manyi>p>img{
    width: 32px;
    height: 32px;
    margin-top: 20px;
}
.sky-manyi-left{
    position: absolute;
    width: 204px;
    height: 148px;
    background-image: url(../image/rect-bg.png);
    background-size: 100% 100%;
    bottom: -110px;
    left: 0;
}
.sky-manyi-right{
    position: absolute;
    width: 320px;
    height: 192px;
    background-image: url(../image/circle-bg.png);
    background-size: 100% 100%;
    top: 0;
    right: 0;
}
.chengben{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sky-h3title{
    font-family: PingFangSC-Semibold;
    color: red;
    font-size: 28px;
    line-height: 42px;
    padding: 20px 0;
    text-align: center;
}
.sky-ptext{
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}
.sky-chengben-item{
    text-align: center;
    margin-top: 25px;
}
.sky-chengben-item>img{
    width: 226px;
    height: 226px;
    border-radius: 50%;
}
.sky-chengben-item>h3{
    padding: 23px 0 0;
    line-height: 32px;
    font-size: 18px;
    color: #7464ff;
    text-align: center;
}
.sky-chengben-item>p{
    line-height: 25px;
    color: #666;
    margin-top: 15px;
    padding: 0 20px;
}
.koubei{
    padding-top: 50px;
    padding-bottom: 100px;
}
.sky-koubei-item{
    text-align: center;
    margin-top: 40px;
}
.sky-koubei-item>h3{
    font-size: 50px;
    font-weight: bold;
    color: #ffb22b;
}
.sky-koubei-item>p{
    font-size: 14px;
    margin-top: 20px;
    color: #606266;
    line-height: 25px;
}
.sky-koubei-link{
    display: inline-block;
    font-size: 16px;
    background: #ffb22b;
    border-radius: 3.6px;
    color: #fff;
    margin: 80px 0 0;
    padding: 10px 35px;
}
.chepin{
    padding-top: 40px;
    padding-bottom: 80px;
    background: #f7f8fb;
}
.sky-chepin-item{
    display: block;
    cursor: pointer;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 8px 20px 4px rgba(177,188,199,.15);
    border-radius: 8px;
    text-align: center;
    padding: 30px;
}
.sky-chepin-item>img{
    width: 100px;
    height: 100px;
    margin: 20px 0 26px;
    border-radius: 50%;
}
.sky-chepin-item>h3{
    font-size: 20px;
    color: #ffb22b;
    margin-bottom: 25px;
    font-weight: bold;
}
.sky-chepin-item>p{
    font-size: 14px;
    line-height: 30px;
    color: #909399;
    height: 90px;
}
.sky-wenjuan-item{
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f2f2f2;
    height: 197px;
    min-height: 197px;
    max-width: 197px;
    box-shadow: 0 8px 20px 4px rgba(177,188,199,.15);
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.sky-wenjuan-item>img{
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.sky-wenjuan-item>h3{
    font-size: 15px;
    height: 16.5px;
    color: #303313;
    margin-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sky-wenjuan-item>p{
    font-size: 12px;
    margin: 5px 0;
}
.sky-wenjuan-item>a{
    background: #ffb22b;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}
.fangan{
    padding-top: 50px;
    padding-bottom: 80px;
}
.sky-fangan-item{
    box-shadow: 0 2px 20px 0 rgba(38,114,255,.1);
    border-radius: 8px;
    padding: 30px 40px;
    background-image: url(../image/fanganback.png);
    background-position: 0 100%;
    background-size: 100% 100%;
    display: flex;
    justify-content: start;
    margin-top: 30px;
}
.sky-fangan-item>img{
     width: 84px;
    height: 84px;
    border-radius: 50%;
}
.sky-fangan-text{
    margin-left: 15px;
}
.sky-fangan-text>h3{
    color: #48b0f7;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}
.sky-fangan-text>p{
    font-size: 14px;
    color: #606266;
    margin-bottom: 15px;
}
.sky-fangan-text>p>img{
    width: 16px;
    height: 16px;
}
.duibi{
    padding-top: 40px;
    padding-bottom: 80px;
}
.sky-duibi-left{
    background: #FFD39B;
    box-shadow: 0 0 16px 0 #d2e0f9;
    border-radius: 10px;
    padding: 0 50px 50px 50px;
    margin-top: 30px;
}
.sky-duibi-left>h2{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 50px 0 30px;
    font-weight: 500;
}
.sky-duibi-left>p{
    text-align: center;
    margin-bottom: 20px;
}
.sky-duibi-left>p>span{
    display: inline-block;
    width: 38px;
    background: #e1e4eb;
    height: 1px;
    margin-bottom: 3px;
}
.sky-duibi-left>p>small{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #e1e4eb;
    border-radius: 50%;
    border: 2px solid #e1e4eb;
    margin: 0 10px;
}
.sky-duibi-left>ul>li{
    margin-bottom: 20px;
    display: flex;
}
.sky-duibi-left>ul>li>img{
    width: 23px;
    height: 23px;
    margin-top: 5px;
    margin-right: 15px;
}
.sky-duibi-left>ul>li>p>span{
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}
.sky-duibi-left>ul>li>p>small{
    font-size: 14px;
    display: block;
    color: #606266;
    line-height: 30.5px;
}
.sky-duibi-right{
    background: #EED8AE	;
    box-shadow: 0 0 16px 0 #e9f1ff;
    border-radius: 10px;
    padding: 0 50px 50px 50px;
    margin-top: 30px;
}
.sky-duibi-right>h2{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 50px 0 30px;
    font-weight: 500;
    color: #333;
}
.sky-duibi-right>p{
    text-align: center;
    margin-bottom: 20px;
}
.sky-duibi-right>p>span{
    display: inline-block;
    width: 38px;
    background: #fff;
    height: 1px;
    margin-bottom: 3px;
}
.sky-duibi-right>p>small{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 10px;
}
.sky-duibi-right>ul>li{
    margin-bottom: 20px;
    display: flex;
}
.sky-duibi-right>ul>li>img{
    width: 23px;
    height: 23px;
    margin-top: 5px;
    margin-right: 15px;
}
.sky-duibi-right>ul>li>p>span{
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    color: #333;
}
.sky-duibi-right>ul>li>p>small{
    font-size: 14px;
    display: block;
    color: #333;
    line-height: 23px;
}
.tiyan{
    position: relative;
    height: 280px;
    background-color: #ffb22b;
    background-image: url(../image/apply-bg.png);
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.sky-tiyan-item{
    text-align: center;
}
.sky-tiyan-item>h3{
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    letter-spacing: 0;
    line-height: 52px;
    text-align: center;
    padding: 52px 0 12px;
}
.sky-tiyan-item>p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}
.sky-tiyan-item>a{
    display: inline-block;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 3.6px;
    color: #fff;
    margin: 40px 0 0;
    padding: 10px 35px;
}
.sky-tiyan-item>a:hover{
    background: #fff;
    color: #ffb22b;
}
.sky-show-banner{
    background: url(../image/show-banner.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 25px;
}
.mid-show-all{
    padding-top: 10px;
    padding-bottom: 100px;
}
.mid-right-show{
    margin: 25px 0 60px;
}
.mid-right-show>h1{
    font-size: 34px;
    text-align: center;
    color: #333;
      font-weight: bold;
}
.mid-right-show-excert{
    margin: 15px  0 30px;
    color: #777777;
    overflow: hidden;
}
.mid-time-01{
    font-size: 20px;
    color: #000;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.mid-time-01 span{
    background: #fff;
    padding: 8px;
}
.mid-time-01::after{
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: -1;
}
.mid-time-02{
    font-size: 34px;
    color: #000;
    text-align: center;
}
.mid-xiaochengxu{
    font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.mid-xiaochengxu span{
    background: #fff;
    padding: 8px;
}
.mid-xiaochengxu::after{
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: -1;
}
.xiaochengxu{
    text-align: center;
    margin-top: 20px;
}
.xiaochengxu>p{
    color: #808080;
    font-size: 12px;
}
.xiaochengxu>img{
    width: 100px;
    height: 100px;
    box-shadow: 0 12px 18px 2px rgb(204 204 204 / 17%);
}
.mid-lianxilehui{
    font-size: 12px;
    color: #808080;
}
.mid-lianxilehui>p{
    text-align: center;
    line-height: 28px;
    margin: 10px 0;
}
.mid-showtext{
    overflow: hidden;
    margin-bottom: 60px;
    color: #666 !important;
      font-size: 16px;
  line-height: 31px;
}
.mid-list-right{
    margin-bottom: 25px;
}
.mid-list-right-post{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.mid-list-right-post .mid-list-right-title>h3{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 0;
    font-weight: bold;
}
.mid-list-right-post .excert{
    font-size: 14px;
    line-height: 30px;
}
.mid-list-right-img>img{
    display: block;
    width: 100%;
    height: 100%;
}
.mid-pager{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mid-pager li{
    margin-bottom: 15px;
}
.mid-pager li a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.mid-list-left{
    margin-bottom: 25px;
}
.mid-list-left-tuijian{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 8px;
    color: #666;
}
.mid-list-left-text{
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.mid-list-left-text>p{
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    color: #808080;
}
.mid-list-left-duan{
    border: 1px solid #f2f2f2;
    position: relative;
    padding: 28px 16px 0;
    margin-bottom: 30px;
}
.mid-list-left-duan>h3{
    margin-left: -58px;
    position: absolute;
    top: -10px;
    left: 50%;
    padding: 0 18px;
    z-index: 2;
    background-color: #FFF;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.cat-list li a{
    display: block;
    padding: 12px 0;
    border-bottom: 2px dotted #eee;
}
.cat-list li:hover a{
    border-bottom: 2px dotted #333;
}
.sky-cepin>h3{
    font-weight: bold;
    font-size: 18px;
}
.sky-cepin-progress{
    width: 100%;
    background: #cfd9e9;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}
.sky-cepin-jindu{
    background: #ffb22b;
    position: absolute;
    color: #fff;
    height: 17.14px;
    border-radius: 10px;
}
.sky-cepin-munber{
    color: #fff;
    position: relative;
    z-index: 999;
}
.sky-cepin-item{
    margin-top: 40px;
}
.sky-cepin-question{
    margin: 10px 0 30px 0;
    padding: 20px;
    position: relative;
    width: 100%;
    height: 324px;
}
.sky-cepin-h2{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}
.sky-cepin-question-title{
margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
}
.sky-cepin-question-title>h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.sky-cepin-question .lyear-radio,
.sky-cepin-question .lyear-checkbox{
    cursor: pointer;
    display: block;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sky-cepin-question .lyear-checkbox span::before, 
.sky-cepin-question .lyear-radio span::before {
    top: 5px;
    border: 1px solid #666;
}
.sky-cepin-question .lyear-checkbox span::after,
.sky-cepin-question .lyear-radio span::after {
    top: 8px;
}
.sky-cepin-question .lyear-radio:hover,
.sky-cepin-question .lyear-checkbox:hover{
    background: #e1e4e9;
}
.sky-cepin-button{
    font-size: 14px;
    background: #ffb22b;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #ffb22b;
    margin-top: 5px;
    border-radius: 15px;
}
.sky-hiddle{
    display: none;
}
.sky-next{
    background: #ffb22b;
    color: #fff;
}
.sky-next:hover{
    color: #fff;
}
.sky-prev{
    background: #ccc;
    color: #fff;
}
.sky-prev:hover{
    color: #fff;
}
.sky-cepin-jieshao{
    margin-bottom: 40px;
    line-height: 28px;
}
.sky-cepin-start{
    text-align: center;
}
.sky-cepin-start>h3{
        font-weight: bold;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}
.sky-cepin-start .sky-cepin-content{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: left;
}

.mik-register-box{
    margin: 15px auto;
    position: relative;
}
.mik-register-h3{
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-family: '宋体';
}
.mik-register-input{
    width: 100%;
    background-color: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.075);
    padding: 10px 15px;
    outline:none;
    color: #fff;
}
.mik-duanxin-input{
    width: 49%;
    background-color: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.075);
    padding: 10px 15px;
    outline:none;
        color: #fff;
}
.mik-submit-input{
    width: 100%;
    background-color: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.075);
    padding: 10px 15px;
    color: #fff;
    outline:none;
}
.mik-yanzhengma-input{
    width: 49%;
    padding: 10px 15px;
    background-color: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.075);
    color: #fff;
    outline:none;
}
.register-tips{
    position: absolute;
    bottom: 13px;
    font-size: 10px;
    color: red;
    right: 2px;
}
.lyear-login {
    display: flex !important;
    min-height: 100vh;
    align-items: center !important;
    justify-content: center !important;
}
.login-center {
    background-color: rgba(255,255,255,.075);
    min-width: 29.25rem;
    padding: 2.14286em 3.57143em;
    border-radius: 3px;
}
.mik-register-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #f2f2f2;
  }
.mik-register-box input:-ms-input-placeholder { /* IE 10+ */
    color: #f2f2f2;
  }
.mik-register-box input:-moz-placeholder { /* Firefox 18- */
    color: #f2f2f2;
    opacity: 1;
  }
.mik-register-box input::-moz-placeholder { /* Firefox 19+ */
   color: #f2f2f2;
   opacity: 1;
 }

.mik-resting {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    font-size: 14px;
}
.mik-resting li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mik-resting li img{
    width: 16px;
    height: 16px;
}
.sky-banner-left-span{
    color:red !important;
    font-size:15px !important;
    font-weight:bold !important;
}
.sidebar {
    overflow:hidden;
}
.sidebar ul li {
    background-color: #f3f3f3;
    margin-bottom: 15px;
}
.sidebar ul li a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 47px;
    display: block;
    position: relative;
    cursor: pointer;
}
.sidebar ul li a::after {
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    right: 47px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/icon-bgimg-02.gif) no-repeat;
}
.sidebar .active {
    background: #ffb22b;
    color: #fff;
}
.cepin-input{
    background: #ffb22b;
    color: #fff;
    border: 1px solid #ffb22b;
    margin: 30px auto 0;
    display: block;
}
.example-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sky-hunyin-item{
    box-shadow: 0 2px 20px 0 rgba(38,114,255,.1);
    border-radius: 8px;
    padding: 20px;
    background-image: url(../image/fanganback.png);
    background-position: 0 100%;
    background-size: 100% 100%;
    display: flex;
    justify-content: start;
    margin-top: 30px;
    position: relative;
    line-height: 28px;
}
.sky-hunyin-item>img{
    width: 100px;
    height: 100px;
}
.sky-hunyin-text{
    margin-left: 15px;
}
.sky-hunyin-text>h3{
    color: #303133;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.sky-hunyin-text>p{
    font-size: 14px;
    color: #606266;
    margin-bottom: 15px;
}
.sky-hunyin-button{
    color: #fff;
    background: #ffb22b;
    outline: none !important;
    border: 1px solid #ffb22b;
}
.createoreder,.member-box{
    padding-top: 40px;
    padding-bottom: 84px;
    background: #f2f3f3;
}
.createoreder-item{
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    font-weight: bold;
    overflow: hidden;
}
.sky-shenqing-item{
    margin-bottom: 20px;
}
 .sky-createoreder-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
 }
 .sky-shenqing-item>h3{
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 1px solid #ebebeb;
     font-family: PingFangSC-Semibold;
     color: #303133;
     font-size: 28px;
     line-height: 42px;
     text-align: center;
 }
 .sky-account-money{
     display: inline-block;
     width: 132px;
     min-width: 132px;
     height: 44px;
     border-radius: 4px;
     text-align: center;
     line-height: 44px;
     cursor: pointer;
     position: relative;
     overflow: hidden;
     border: 1px solid #e4e9f0;
     margin: 5px;
 }
 .sky-account-money img{
     height: 100%;
     display: block;
 }
 .check-money{
     font-size: 10px;
     position: absolute;
     bottom: 0;
     right: 0;
     color: #fff;
     display: none;
 }
 .check-money::before{
     content: "\2713";
     position: absolute;
     bottom: -14px;
     right: 3px;
     z-index: 1;
 }
 .check-money::after{
     content: '';
     position: absolute;
     bottom: -22px;
     right: 0;
     z-index: 0;
     border: 22px solid transparent;
     border-right-color: #dd9900;
 }
 .moneyactive{
     border: 1px solid #dd9900;
 }
 .moneyactive>i{
     display: block;
 }
 .sky-price-info{
     margin: 15px 0;
 }
 .sky-price-info>span{
     text-align: right;
     display: inline-block;
     width: 50%;
     font-size: 16px;
 }
 .sky-price-info>.sky-price-order{
     text-align: right;
     display: inline-block;
     font-size: 18px;
     width: 35%;
 }
 .sky-price-info>#sky-price-ying{
     text-align: right;
     display: inline-block;
     font-size: 20px;
     width: 35%;
     color: red;
 }
 .sky-topay-box{
     border-top: 1px solid #ebebeb;
     text-align: right;
     margin-bottom: 20px;
 }
 .sky-topay-box>p{
     margin: 15px 0 10px;
     font-size: 12px;
 }
 .sky-topay{
     padding: 10px 40px;
     background: #FF9900;
     border: 1px solid #FF9900;
     color: #fff;
     font-size: 15px;
     border-radius: 4px;
     margin-top: 25px;
     margin-right: 20px;
 }
 .wxpay{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f2f3f3;
 }
 .wxpay-box{
    margin: 20px auto;
}
.wxpay-box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    line-height: 25px;
    color: #333;
}
.wxpay-box-middle{
    background: url('../image/background.png') no-repeat;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 20px;
}
.wxpay-item{
    width: 50%;
    text-align: center;
}
.wxpay-item-border{
    border-right: 1px solid #e8e8e8;
}
.wxpay-img-01{
    width: 200px;
    height: 200px;
    border: 1px solid #e8e8e8;
    padding: 9px;
    margin-bottom: 14px;
}
.wxpay-img-02{
    width: 220px;
    height: 72px;
}
.wxpay-red{
    color: #ff6600;
}
.sky-news-item{
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 0 0px;
    border-bottom: 1px solid #f2f2f2;
    transition: 0.5s;
    margin-bottom: 15px;
    height: 143px;
}
.sky-news-item:hover{
    transition: 0.5s;
}
.sky-news-item>.sky-news-link{
    display: block;
    padding: 20px 0;
}
.sky-news-item>.sky-news-link>h2{
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    margin-bottom: 10px;
    transition: 0.5s;
    line-height: 30px;
}
.sky-news-item>.sky-news-link>p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.sky-news-link:hover>h2{
    transition: 0.5s;
    color: #0052cc;
}
.sky-news-time{
    position: absolute;
    top: 30px;
    right: 0;
    color: #888;
}
.feedback-box{
    background: url('../image/hunyinback.jpg') repeat;
}
.feedback-item{
    margin-top: 40px;
    margin-bottom: 84px;
    background: #fff;
    border-radius: 10px;
}
.feedback{
    padding: 30px 20px;
}
.feedback>h2{
text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: bold;
}
.feedback>p{
    line-height: 30px;
    color: #666;
}
.feedback-zonghe{
    margin-top: 20px;
}
.feedback-zonghe>span{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.feedback-zonghe>small{
    font-size: 30px;
    color: red;
}
.feedback-fenlei{
    margin-top: 20px;
}
.feedback-fenlei>span{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.feedback-fenlei>small{
    font-size: 30px;
    color: #ffb22b;
}
.feedback-progress{
    width: 100%;
    background: #cfd9e9;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.feedback-jindu{
    background: red;
    position: absolute;
    color: #fff;
    height: 17.14px;
    border-radius: 10px;
}
.feedback-jindu-yellow{
    background: #ffb22b;
    position: absolute;
    color: #fff;
    height: 17.14px;
    border-radius: 10px;
}
.feedback-munber{
    color: #fff;
    position: relative;
    z-index: 999;
}
.feedback-zongshu{
    margin-top: 8px;
}
.feedback-pingyu{
    line-height: 25px;
    color: #666;
}
#jindu{
    border: none;
    width: 30px;
    min-width: 30px;
    background: #fff;
    outline-style: none;
    text-align: center;
}
.mid-sky-box{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mid-sky-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background: #f1f1f1;
    margin: 20px 0;
    padding: 30px 60px;
}
.mid-sky-box .sky-img{
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-right: 30px;
}
.mid-sky-box .sky-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.mid-sky-box .sky-text{
    text-align: center;
    line-height: 35px;
    padding-left: 30px;
    border-left: 1px solid #c2c2c2;
}
.mid-sky-box .sky-text h3{
    font-size: 48px;
    color: #333;
}
.mid-sky-box ul li .sky-text p{
    font-size: 14px;
    color: #666;
}
.mid-index-biaoti{
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.mid-index-biaoti>h3{
    color: #333333;
    font-size: 24px;
}
.mid-index-biaoti>p{
    color: #b9b9b9;
    font-size: 14px;
}
.mid-index-biaoti-left{
    width: 100%;
    height: 500px;
}
.mid-index-biaoti-left>img{
    display: block;
    width: 100%;
    height: 100%;
}
.mid-index-biaoti-right{
    margin-top: 100px;
}
.mid-index-biaoti-right>h3{
    font-size: 18px;
    color: #666;
    margin: 50px 0;
}
.mid-index-biaoti-right>p{
    font-size: 14px;
    color: #999;
    line-height: 35px;
}
.mid-index-biaoti-text{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 70px;
}
.mid-index-biaoti-text li{
    text-align: center;
    line-height: 35px;
    position: relative;
}
.mid-index-biaoti-text li::before{
    content: "";
    position: absolute;
    top: -10px;
    right: -57px;
    width: 1px;
    height: 60px;
    background: #ccc;
}
.mid-index-biaoti-text li:last-of-type::before{
    content: "";
    background: #fff;
}
.mid-index-biaoti-text li h5{
    color: #666;
    font-size: 16px;
}
.mid-index-biaoti-text li p{
    color: #b9b9b9;
    font-size: 14px;
}
.text-align-p{
    width: 60%;
    text-align: center;
    color: #999999;
    line-height: 30px;
    margin: 30px auto;
}
.sky-lianxi{
    padding: 30px 0 0;
}
.sky-lianxi-item{
    color: #666;
    margin-top: 15px;
}
.sky-lianxi-item>div{
    font-size: 16px;
    margin: 20px 0 10px;
}
.sky-lianxi-item>p{
    font-size: 14px;
}
.mid-contact {
    padding: 100px 0;
}
.mid-contact-img{
    background: url('../image/mid-contact-back-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.mid-contact-back{
    position: relative;
    margin: 60px auto;
    width: 80%;
    height: 440px;
    color: #fff;
}
.mid-contact-back>img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.mid-contact-back-text{
    padding: 80px 50px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 2;
}
.mid-contact-back-text>h2{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0;
}
.mid-contact-back-text>span{
    font-size: 14px;
    color: #fff;
}
.mid-contact-back-text>p{
    margin: 20px 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.mid-contact-back-text>a{
    display: inline-block;
    background: #fff;
    color: #1f87eb;
    border-radius: 20px;
    padding: 8px 30px;
}
.text-align {
    text-align: center;
}




/*会员中心开始*/
.sidebar-main{
    background: #fff;
    font-size: 15px;
    padding: 20px;
    height: 350px;
}
.sidebar-main .active{
    background-color: rgb(240 244 245);
    border-radius: 3px;
}
.sidebar-main .active>a{
    color: #377dff;
}
.sidebar-main li{
    margin-bottom: 15px;
}
.sidebar-main li a{
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 8px 16px;
}
.card{
    padding: 20px;
    background: #fff;
}
.menber-top{
    margin-bottom: 30px;
}
.menber-top-img{
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
}
.menber-top-img>img{
    display: block;
    width: 100%;
    height: 100%;
}
.menber-top .member-title{
   width: 100%;
   padding: 8px 24px 24px;
   background: #fff;
   position: relative;
}
.menber-top .member-title>img{
   width: 80px;
   height: 80px;
   border-radius: 50%;
   margin-top: -40px;
   border: 4px solid #fff;
}
.menber-top .member-title>h3{
    color: #212529;
    font-weight: 700;
    font-size: 20px;
    margin-left: 95px;
    margin-top: -35px;
    margin-bottom: 10px;
}
.menber-top .member-title>span{
    color: #6c757d;
    font-size: 15px;
    margin-left: 95px;
    margin-top: -35px;
}
#mik-yingimg{
    max-width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}
#mik-yingimg>img{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f2f2f2;
}
.upload_thumb{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.mik-clickup {
    position: relative;
    display: inline-block;
    background: #ffb22b;
    padding: 8px 51px;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    color: #ffff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.mik-clickup input {
    position: absolute;
    font-size: 100px;
    left: 0;
    top: 0;
    opacity: 0;
}
.mik-clickup:hover {
    background: #0c79e6;
    border-color: #399af2;
    color: #fff;
    text-decoration: none;
}
.form-horizontal{
    padding-top: 30px;
}
.yun-distpicker-fuild{
    width: 100%;
    outline: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}
.yun-distpicker{
    width: 33.3%;
    padding: 7px 5px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #dcdfe9;
    overflow: hidden;
    color: #666;
}
.edit-span{
    min-width: 100px !important;
    text-align: right;
    position: relative;
}
.edit-before::before {
    content: '\2736';
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 1px;
    color: red;
}
.edit-input{
    width: 49%;
    padding: 8px 15px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #dcdfe9;
    overflow: hidden;
}
.edit-phone-tips{
    background: #f5f7fa;
    border-radius: 4px;
    border: 1px solid #2ba3f6;
    padding: 5px 29px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #2ba3f6;
    line-height: 30px;
}
.edit-input-fuild{
    width: 100%;
    padding: 8px 15px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #dcdfe9;
    overflow: hidden;
}
.mid-mask{
    cursor: not-allowed;
    background: #f5f7fa !important;
}
.modal{
    top: 100px;
    z-index: 99999;
}
/*会员中心结束*/

#mik-showbox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 9999;
    font-weight: bold;
    display: none;
}
.mik-showcon {
    text-align: center;
    max-width: 800px;
    max-height: 100%;
    background: #fff;
    margin: 150px auto;
    position: relative;
    z-index: 10000;
    border-radius: 5px;
    border: 5px solid #fff;
    box-shadow: none;
}
.mik-showcon>h2 {
    padding: 40px 0;
    border-bottom: 1px solid #cdcdcd;
}
.mik-button-1{
    color: red;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #cdcdcd;
}
.mik-button-2{
    display: block;
      padding: 20px 0;
    width: 100%;
    cursor: pointer;
}

@media (min-width:768px) and (max-width:1024px){
    .menu-click{
        display: none;
    }
}
@media (max-width: 768px){
    .mid-contact-back-text>h2{
        font-size: 16px;
    }
    .mid-contact-back-text>p{
        font-size: 12px;
    }
    .mid-contact-back-text{
        padding: 20px;
    }
    .text-align-p{
        width: 100%;
        
    }
    .sidebar-main{
        height: auto;
    }
    .sky-news-time{
        display: none;
    }
    .wxpay-item{
        width: 100%;
    }
    .wxpay-item-none{
        display: none;
    }
    .sky-hunyin-item>img{
       display: none;
    }
    .mid-showtext{
        margin-bottom: 20px;
    }
    .mid-right-show {
        margin: 5px 0 25px;
    }
    .mid-right-show>h1{
        font-size: 24px;
    }
    .mid-list-zuo{
        display: none;
    }
    .breadcrumb{
        font-size: 12px;
    }
    .sky-banner-left{
        padding-top: 120px;
    }
    .sky-list-banner{
        padding-top: 70px;
    }
    .sky-tongyong-white{
        display: none;
    }
    .mik-hiddle{
        display: none;
    }
     .nav-item{
        display: none;
    }
    .menu-click{
        display: block;
    }
    .sky-cepin-start>h3{
        font-size: 24px;
    }
    .fangan{
        padding-bottom: 20px;
    }
    .sky-duibi-left>h2,.sky-duibi-right>h2{
        font-size: 18px;
        font-weight: bold;
    }
    .sky-duibi-left>ul>li>p>span,.sky-duibi-right>ul>li>p>span{
        font-size: 16px;
        font-weight: bold;
    }
    .sky-duibi-left>ul>li>p>small,.sky-duibi-right>ul>li>p>small{
        font-size: 14px;
    }
    .sky-fangan-text>h3{
        font-size: 18px;
        font-weight: bold;
    }
    .sky-tiyan-item>h3{
        font-size: 20px;
        font-weight: bold;
    }
    .sky-tiyan-item>p{
        font-size: 14px;
    }
    .sky-koubei-item{
        margin-top: 20px;
    }
    .sky-koubei-item>h3 {
        font-size: 30px;
    }
    .sky-koubei-item>p{
        font-size: 13px;
    }
    .sky-koubei-link{
        margin-top: 40px;
    }
    .sky-manyi>h2{
        font-size: 18px;
        color: #303133;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .sky-manyi>p{
        font-size: 14px;
        font-weight: normal;
    }
    .chengben{
        padding-top: 0;
        background: #f7f8fb;
    }
    .sky-h3title{
        font-size: 20px;
        color: #303133;
        font-weight: bold;
    }
    .sky-chengben-item{
        margin-top: 0;
    }
    .sky-chengben-item>img {
        width: 76px;
        height: 76px;
    }
    .sky-chengben-item>h3{
        font-size: 13px;
        padding: 10px 0 0;
    }
    .nav-title{
        margin-left: 0;
    }
    .nav-title li,.nav-phone{
        height: 24px;
        line-height: 24px;
        margin-top: 15px;
    }
    .nav-title li>a{
        margin: 8px 5px 0;
    }
    .banner{
        padding-top: 0;
    }
    .sky-banner-left>h1{
        font-size: 23px;
    }
    .sky-banner-left>p{
        font-size: 15px;
    }
    .sky-banner-left-link>a{
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .navbar-default{
        background: rgba(255, 255, 255);
    }
    .gongyong{
        margin-bottom: 15px;
    }
    .gongyong>h2{
        font-size: 30px;
    }
    .yewu{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .yewu-item>h2{
        font-size: 16px;
           line-height: 26px;
    }
    .yewu-item>p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 30px;
    }
    .yewu-item>a{
        width: 130px;
        font-size: 16px;
        margin: 25px 0;
        height: 48px;
        line-height: 48px;
    }
    .yewu-box {
        padding-bottom: 30px;
    }
    .yewu-img{
        width: 100%;
        height: auto;
    }
    .jiazhi-item{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .jiazhi-item>h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .jiazhi-jishu>p>span {
        font-size: 20px;
    }
    .jiazhi-huoban>img {
        width: 100px;
        min-width: 100px;
        height: 60px;
        margin-bottom: 15px;
    }
    .jiazhi-item>a {
        width: 130px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .zhushou-item{
        margin-top: 0;
        box-shadow: 0 6px 12px 0 rgb(31 35 41 / 6%);
        background: #fff;
        border-radius: 12px;
        text-align: center;
        padding: 24px;
    }
    .zhushou-item h2{
        font-size: 30px;
        line-height: 38px;
    }
    .zhushou-item h2>span{
        font-size: 24px;
    }
    .zhushou-item div{
        padding: 0;
        margin-top: 0;
    }
    .zhushou-item>p{
        font-size: 18px;
        margin-top: 0;
    }
    .zhushou-img{
        display: none;
    }
    .wenjuan-box{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .wenjuan{
        padding-top: 0;
    }
    .wenjuan-item{
        padding-top: 60px;
    }
    .wenjuan-item>h2{
        font-size: 26px;
    }
    .wenjuan-item>p{
        font-size: 16px;
    }
    .wenjuan-item>a{
        width: 130px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .sky-foot-link{
        display: block;
        text-align: center;
    }
    .sky-foot-left{
        border-right: none;
    }
    .sky-foot-right>ul{
        display: none;
    }
    .sky-foot-weixin{
        justify-content: space-around;
    }
    .sky-foot-show{
        display: none;
    }
    .sky-foot-weixin p{
        margin-left: 0;
    }
    .manyi{
        padding-bottom: 40px;
    }
    .sky-manyi-left,.sky-manyi-right{
        display: none;
    }
    #four_flash .flashBg ul.mobile li{
        width: 300px;
    }
    .sky-news-item{
        height: auto;
        padding: 0;
    }
    .sky-news-item>.sky-news-link>p{
        display: none;
    }
    .sky-news-item>.sky-news-link{
        padding: 0;
    }
    .sky-news-item>.sky-news-link>h2{
        font-size: 14px;
        line-height: 15px;
    }
    .anli-item{
        display: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
