/**
 * 西安食品工程高级技工学?xahthb.cn
 * 2022.07.18
 **/
@font-face {
    font-family: 'PingFang SC';
    src: url('/static/pc/fonts/pingfang-webfont.woff2') format('woff2'),
        url('/static/pc/fonts/pingfang-webfont.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
html,body,p,ul,li,h1,h2,h3,h4,h5,h6,div{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;
    color: #333;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
}
li{
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
.sideLeft {
    position: fixed;
    top: 40%;
    left: 10px;
    width: 196px;
    height: auto;
    margin-top: -230px;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    overflow: hidden;
    border-radius: 10px;
    z-index: 9999;
    display: none;
}
.side .side-close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.side .side-close i {
    font-size: 22px;
}
.sideLeft h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* color: #1E9FFF; */
    color: #ED6A00;
    padding-top: 20px;
    padding-bottom: 5px;
}
.sideLeft p {
    /* color: #1E9FFF; */
    color: #ED6A00;
    text-align: center;
    line-height: 30px;
}
.sideLeft>ul {
    padding: 0 15px;
}
.sideLeft>ul>li {
    height: 30px;
    line-height: 30px;
    color: #686868;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 14px;
}
.sideLeft>ul>li>a:hover .sideLeft>ul>li>a{
    color: #ED6A00;
}
.sideLeft>ul>li i {
    /* color: #1E9FFF; */
    color: #ED6A00;
    margin-right: 6px;
}
.sideLeft>ul>li img{
    width: 16px;
    vertical-align: middle;
    margin-top: -3px;
}
.sideLeft .side-bottom {
    height: 90px;
    padding-top: 30px;
    margin-top: 10px;
    text-align: center;
    /* background: #1E9FFF; */
    background: #ED6A00;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
}
.sideLeft .side-bottom a{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    cursor: pointer;
}
/*右侧悬浮*/
 .float-nav {
    position:fixed;
    right:5px;
    top:28%;
    z-index: 999999;
}
#yaw-chat {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #ED6A00;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    border-radius: 10px;
    cursor: pointer;
}
#yaw-chat p {
    margin: 5px 0;
    line-height: 23px;
    font-size: 14px;
}
#yaw-backup {
    position: relative;
    display:none;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #ED6A00;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}
#yaw-backup p {
    margin: 5px 0;
    line-height: 23px;
    font-size: 14px;
}
#yaw-phone {
    position: relative;
    display:inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #ED6A00;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}
#yaw-phone p {
    margin: 5px 0;
    line-height: 23px;
    font-size: 14px;
}
#yaw-phonecon {
    position: absolute;
    bottom: 0;
    right: 75px;
    display: inline-block;
    width: 505px;
    height: 198px;
    padding: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: none;
}
#yaw-phonecon-mask {
    position: absolute;
    bottom: -2px;
    right: 75px;
    width: 505px;
    height: 232px;
    padding: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    background: #000;
    opacity: 0.9;
    overflow: hidden;
    display: none;
}
#yaw-left {
    float: left;
    padding-left: 5px;
}
#yaw-right {
    float: right;
    width: 350px;
    margin-left: 15px;
}
#yaw-close {
    position: absolute;
    top: 6px;
    right: 14px;
    font-size: 24px;
    cursor: pointer;
}
#yaw-right p {
    margin-bottom: 26px;
    padding-right: 20px;
}
#yaw-right #dianhua1, #yaw-right #name1 {
    float: left;
    width:56%;
    height: 30px;
    border:none;
    border: 1px solid #999;
    padding: 0 5px;
    outline: none;
    /*margin-bottom: 5px;*/
}
#yaw-right #name1 {
    border-radius: 5px 0 0 0;
}
#yaw-right #dianhua1 {
    border-radius: 0 0 0 5px;
}
#yaw-right #tijiao1 {
    width: 32%;
    outline: none;
    height: 64px;
    border:none;
    background: #ED6A00;
    color: #fff;
    /*margin-top: 32px;*/
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
#alert{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 368px;
    height: 150px;
    margin: auto;
    background: #fff;
    color: #333;
    border-radius: 10px;
    border: 1px solid #f17d32;
    box-shadow: 0px 0px 9px #999;
    display: none;
    z-index: 9999999999999;
}
#alert .title{
    font-weight: bold;
    background: #f17d32;
    color: #fff;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    letter-spacing: 2px;
    overflow: hidden;
}
#alert .title .close{
    float: right;
    font-size: 14px;
}
#alert .title .close:before{
    content: '\2716';
}
#alert .content{
    text-align: center;
    padding: 45px 10px;
    font-weight: bold;
}
.index-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 88888888;
    display: none;
}
.index-alert-close{
    position: fixed;
    top: calc(50% - 333px);
    right: calc(50% - 180px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 9999999999;
    cursor: pointer;
}
.index-alert-close i{
    font-size: 18px;
}
.index-alert{
    position: fixed;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 88%;
    max-width: 345px;
    margin: auto;
    max-height: 600px;
    z-index: 999999999;
    background: url('/m/images/index-alert.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    display: none;
}
.index-alert-title{
    background: #ee7108;
    padding: 8px 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: rgb(0 0 0) 1px 1px 3px;
    letter-spacing: 2px;
    line-height: 1.6;
    border-radius: 8px 8px 0 0;
}
.index-alert ul{
    margin-top: 150px;
}
.index-alert ul li{
    padding: 0 8px 8px;
}
.index-alert ul li:nth-of-type(1){
    padding-top: 8px;
}
.index-alert ul li section{
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(112,112,112,.5);
    background: #fff;
    overflow: hidden;
    padding: 8px;
}
.index-alert ul li section img{
    width: 50%;
    float: left;
}
.index-alert-info{
    width: 50%;
    float: left;
    padding-left: 8px;
    box-sizing: border-box;
}
.index-alert-info h6{
    font-size: 16px;
}
.index-alert-info p{
    font-size: 14px;
    margin: 8px 0;
    color: #999;
}
.index-alert-link{
    overflow: hidden;
}
.index-alert-link span{
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.index-alert-link span a{
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 4px 16px;
    margin: auto;
    color: #fff;
    border-radius: 20px;
    /*background: linear-gradient(to right, #78b0ff, #5fa2ff);*/
    background: rgb(255,131,92);
    background: linear-gradient(90deg, rgba(255,131,92,1) 0%, rgba(255,147,113,1) 100%);
    box-shadow: 0 3px 8px rgba(255,138,100,.6);
}
.index-alert-link span:nth-of-type(2) a{
    background: linear-gradient(to right, #ffd387, #ffc259);
}
.index-alert-more{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: 6px auto;
}
.index-alert-more a{
    display: block;
    padding: 12px 16px;
    text-align: center;
    /*background: #ee7108;*/
    color: #c3491c;
    /*color: #fff;*/
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}
.scrollbar::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}
header{
    height: 36px;
    background: url(/static/pc/img/comm-header.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
header .wrap div{
    float: left;
    width: 50%;
    color: #fff;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
}
header .wrap div:nth-of-type(1) i{
    font-size: 16px;
}
header .wrap div:nth-of-type(2){
    text-align: right;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.head{
    padding: 24px 0 18px;
    overflow: hidden;
}
.head .logo,.head .search,.head .tel{
    float: left;
    width: 33.333333%;
}
.head .tel{
    width: 34%;
    float: right;
}
.head .logo img{
    float: left;
    width: 66%;
}
.head .logo .logo-text{
    float: right;
    width: calc(34% - 1px);
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 18px;
    border-left: 1px solid #dedede;
}
.head .search{
    width: 32%;
    text-align: center;
}
.head .search form{
    width: 80%;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    margin: 6px auto;
}
.head .search i{
    color: #ec6b01;
    font-size: 18px;
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding-left: 6px;
}
.head .search input{
    width: 46%;
    border: none;
    outline: none;
    height: 24px;
}
.head .search select{
    border: none;
    outline: none;
    cursor: pointer;
}
.head .search button{
    background: none;
    border: none;
    outline: none;
    color: #ec6b01;
    border-left: 1px solid #dedede;
    padding: 0 12px;
    cursor: pointer;
}
.head .tel p{
    float: left;
    padding: 0 12px;
    line-height: 48px;
}
.head .tel span{
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #ec6b01;
    color: #fff;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 12px;
}
.head .tel font{
    color: #ec6b01;
    font-size: 32px;
    font-weight: bold;
}
nav{
    background: #ec6b01;
    height: 60px;
    line-height: 60px;
}
nav a{
    display: block;
    width: 12.5%;
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
nav a:hover,nav a.active{
    /*background: #ed5100;*/
    background: rgb(237,81,0);
    background: linear-gradient(90deg, rgba(237,81,0,1) 0%, rgba(236,107,1,1) 50%, rgba(237,81,0,1) 100%);
}
.index-banner .swiper-slide img,.inner-banner img{
    width: 100%;
}
.index-banner .swiper-pagination-bullet-active{
    background: #ec6b01;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-zq{
    padding: 12px 0;
}
.index-zq ul li{
    position: relative;
    width: calc(20% - 30px/5);
    text-align: center;
}
.index-zq ul li a{
    display: block;
}
.index-zq ul li img{
    height: 48px;
}
.index-zq ul li .index-zq-line,.index-zq-hover-line{
    width: 54px;
    height: 1px;
    background: #ec6b01;
    margin: 12px auto;
}
.index-zq ul li span{
    display: block;
    color: rgba(0,0,0,.5);
    margin-top: 6px;
    text-transform: uppercase;
}
.index-zq-default{
    padding: 24px 0;
}
.index-zq-hover{
    position: relative;
    border-radius: 6px;
}
.index-zq-hover-info{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    padding: 18px;
    border: 2px solid #fff;
    color: #fff;
}
.index-zq-hover-info-even{
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.index-zq-hover-info-even span{
    color: rgba(255,255,255,.5)!important;
}
.index-zq-hover-line{
    background: #fff;
}
.index-activity-title{
    font-size: 36px;
    color: #333;
    margin-top: 18px;
    text-align: center;
}
.index-activity-title span{
    color: #ec6b01;
}
.index-activity{
    background: url('/static/pc/img/index-activity-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 24px 0;
    margin-top: 12px;
}
.index-activity p{
    text-align: center;
    color: #666;
    line-height: 1.8;
}
.index-activity-info{
    margin-top: 30px;
    overflow: hidden;
}
.index-activity-info-left{
    position: relative;
    float: left;
    width: 733px;
    height: 445px;
}
.index-activity-info-right{
    float: right;
    width: 450px;
    height: 445px;
}
.index-activity-info-left-title{
    height: 60px;
    line-height: 60px;
    background: rgb(237,81,0);
    background: linear-gradient(90deg, rgba(237,81,0,1) 0%, rgba(236,107,1,1) 50%, rgba(237,81,0,1) 100%);
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    overflow: hidden;
}
.index-activity-info-left-title li,.index-activity-info-left-info ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.index-activity-info-left-info{
    height: 360px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.index-activity-info-left-info ul{
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.index-activity-info-left-info li{
    height: 40px;
    line-height: 40px;
    color: #727272;
}
.red{
    color: #727272;
}
.red-btn{
    width: 111px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #f54141;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.index-activity-next{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #fff;
    color: #ec6b01;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    cursor: pointer;
    z-index: 999;
}
.index-activity-info-right-info{
    /*padding: 12px;*/
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.index-activity-info-right-info img{
    width: 100%;
}
.index-course{
    padding: 60px 0;
}
.index-title h2,.index-title-w h2{
    position: relative;
}
.index-title h2 p,.index-title-w h2 p{
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.index-title-w h2 p{
    color: #fff;
}
.index-title h2 .index-title-line,.index-title-w h2 .index-title-line{
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 320px;
    height: 12px;
    margin: 0 auto;
    background: rgb(239,133,46);
    background: linear-gradient(90deg, rgba(239,133,46,1) 0%, rgba(253,237,224,1) 100%);
}
.index-title-w h2 .index-title-line{
    background: rgb(253,237,224);
    background: linear-gradient(90deg, rgba(253,237,224,1) 0%, rgba(239,133,46,1) 100%);
}
.index-title h3,.index-title-w h3{
    color: #dedede;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 6px;
}
.index-title h3 span,.index-title-w h3 span{
    display: inline-block;
    padding: 0 12px;
    color: #333;
    font-size: 28px;
}
.index-title-w h3 span{
    color: #fff;
}
.index-course-info .horizontal li{
    display: inline-block;
    margin-right: 12px;
}
.index-course-info .horizontal{
    margin-bottom: 12px;
}
.index-course-info .horizontal li a{
    color: #666;
}
.index-course-info .horizontal li.active{
    background: none;
    border-bottom: 2px solid #ed5100;
    padding: 6px 0;
}
.index-course-info .horizontal li.active a{
    color: #333;
}
.index-course-info-left{
    position: relative;
    float: left;
    width: 700px;
    height: 520px;
}
.index-course-info-left img{
    height: 520px;
    border-radius: 10px;
}
.index-course-info-left-info{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 140px;
    padding: 24px 40px;
    background: rgba(255,255,255,.9);
    border-radius: 10px 0 10px 0;
}
.index-course-info-left-info-left{
    float: left;
    width: 25%;
}
.index-course-info-left-info-left h3{
    font-size: 18px;
    color: #ec6b01;
    margin: 24px 0 6px 0;
}
.index-course-info-left-info-left a{
    font-size: 14px;
    color: #a6a7a7;
}
.index-course-info-left-info-right{
    float: right;
    width: 75%;
}
.index-course-info-left-info-right p{
    color: #a6a7a7;
    font-size: 14px;
    line-height: 1.8;
    max-height: 100px;
    overflow-y: auto;
}
.index-course-info-left-info-right p::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.index-course-info-left-info-right p::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.index-course-info-left-info-right p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}
.index-course-info-right{
    position: relative;
    top: -36px;
    float: right;
    width: 420px;
}
.index-course-info-right-info{
    float: right;
    width: 258px;
    height: 110px;
    margin-left: 12px;
    background: #f7f7f7;
    border-radius: 10px;
}
.index-course-info-right-info h3{
    margin: 30px 0 0 30px;
}
.index-course-info-right-info p{
    margin-left: 30px;
    color: #a6a7a7;
    text-transform: uppercase;
}
.index-course-info-right ul li{
    margin-bottom: 30px;
}
.index-course-info-right ul li a{
    position: relative;
    overflow: hidden;
    display: block;
}
.index-course-info-right ul li a span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ec6b01;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px 0 10px 0;
    display: none;
}
.index-course-info-right ul li a:hover .index-course-info-right-info h3{
    color: #ec6b01;
}
.index-course-info-right ul li a:hover span{
    display: block;
}
.index-course-info-right-more{
    display: inline-block;
    margin-bottom: 12px;
}
.clear{
    clear: both;
}
.index-about{
    /*background: url('/static/pc/img/index-about-bg.png') no-repeat;*/
    /*background-size: cover;*/
    padding: 42px 0;
}
.index-about-info{
    margin-top: 42px;
    overflow: hidden;
}
.index-about-info-left{
    float: left;
    width: 50%;
    height: 408px;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
}
.index-about-info-left-info{
    position: relative;
}
.index-about-info-left-info-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
}
.index-about-info-left-info img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 76px;
    height: 76px;
    cursor: pointer;
}
.index-about-info-left-info p{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 12px;
    line-height: 1.8;
}
.index-about-info-left-info video{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 10px;
    display: none;
}
.index-about-info-center{
    float: left;
    width: 590px;
    padding: 0 60px 0 24px;
    color: #fff;
}
.index-about-info-center h3{
    font-size: 25px;
}
.index-about-info-center span{
    font-size: 13px;
    text-transform: uppercase;
}
.index-about-info-center p{
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.8;
}
.index-about-info-center-info-left{
    float: left;
    width: 253px;
}
.index-about-info-center-info-left a{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #ec6b01;
    border-radius: 20px;
    font-weight: bold;
    margin: 18px 0;
}
.index-about-info-center-info-left strong{
    display: block;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 42px;
}
.index-about-info-center-info-right{
    float: right;
    width: 253px;
}
.index-about-info-center-info-right-info{
    position: relative;
    width: 253px;
    height: 140px;
    background: #fff;
}
.index-about-info-center-info-right-info img{
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
}
.index-about-info-right{
    float: right;
    width: 50%;
    background: #fff;
    overflow: hidden;
}
.index-about-info-right ul li{
    width: calc(50% - 12px);
    float: left;
    margin: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
.index-about-info-right ul li:hover .index-about-info-right-info-hover{
    display: block;
}
.index-about-info-right ul li:hover .index-about-info-right-info p{
    display: none;
}
.index-about-info-right ul li .index-about-info-right-info{
    position: relative;
    text-align: center;
}
.index-about-info-right ul li .index-about-info-right-info img{
    width: 100%;
    height: 190px;
    border-radius: 10px;
}
.index-about-info-right ul li .index-about-info-right-info p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255,255,255,1);
    color: #000;
    border-radius: 0 0 10px 10px;
}
.index-about-info-right-info-hover{
    position: absolute;
    width: 94%;
    height: 115px;
    line-height: 1.8;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 12px;
    background: rgba(255,255,255,.9);
    color: #a6a7a7;
    text-align: left;
    font-size: 14px;
    border-radius: 10px 0 0 10px;
    display: none;
}
.index-about-info-right-info-hover strong{
    color: #333;
    font-size: 16px;
}
.index-about-info-right-info-hover a{
    display: block;
    width: 100px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    background: rgb(250,158,64);
    background: linear-gradient(180deg, rgba(250,158,64,1) 0%, rgba(240,111,46,1) 100%);
    border-radius: 5px;
    margin-top: 6px;
}
.index-about-foot ul{
    overflow: hidden;
    margin: 42px 0;
}
.index-about-foot ul li{
    float: left;
    width: calc(25% - 6px);
    color: #fff;
    text-align: center;
}
.index-about-foot ul li strong{
    font-size: 48px;
}
.index-about-foot span{
    font-size: 14px;
}
.index-about-foot-c{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    color: #ec6b01;
    border-radius: 50%;
    vertical-align: super;
    margin-left: 6px;
}
.index-about-foot-limit{
    float: left;
    width: 6px;
    padding: 30px 0;
}
.index-about-foot-limit span{
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 3px 0;
}
.index-scape{
    background: url('/static/pc/img/index-scape-bg.png') no-repeat;
    background-size: cover;
    padding: 42px 0;
}
.index-scape-info .horizontal{
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
}
.index-scape-info .horizontal li{
    float: left;
    width: calc(20% - 4px);
}
.index-scape-info .horizontal li.active a{
    color: #ec6b01;
}
.index-scape-info .horizontal span{
    float: left;
    margin-top: 24px;
    color: #999;
}
.index-scape-info .horizontal li a{
    display: block;
    color: #999;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
.index-scape-info-info{
    border: 1px solid #b2b2b2;
   /* padding: 6px;*/    
   background: #fff;
    border-radius: 10px;
    margin-top: 24px;
    overflow: hidden;
}
.index-scape-info-info ul{
    float: left;
    width: 50%;
}
.index-scape-info-info ul div{
    margin: 6px;
    height: 290px;
    border-radius: 10px;
}
.index-scape-info-info ul:nth-of-type(1) a:nth-of-type(2),.index-scape-info-info ul:nth-of-type(1) a:nth-of-type(3),.index-scape-info-info ul:nth-of-type(2) a:nth-of-type(1),.index-scape-info-info ul:nth-of-type(2) a:nth-of-type(2){
    float: left;
    width: 50%;
}
.index-scape-info-info ul:nth-of-type(2) a:nth-of-type(3) p{
    width: 580px;
    left: -592px;
}
.index-scape-info-info ul li{
    margin: 6px 6px 0 6px;;
    height: 220px;
    border-radius: 10px;
}
.index-teacher{
    padding: 42px 0;
}
.index-teacher-info{
    margin-top: 30px;
    border-radius: 6px;
}
.index-teacher-info-info{
    border: 4px solid #fff;
    border-radius: 6px;
}
.index-teacher-info-info-pic{
    position: relative;
    height: 400px;
    background: #dee4f0;
    border-radius: 6px;
}
.index-teacher-info-info-pic img{
    width: 280px;
    height: 400px;
}
.index-teacher-info-pic-info{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(239,133,46,.56);
    color: #fff;
    width: 100%;
    padding: 24px;
    display: none;
}
.index-teacher-info-info-info{
    margin-top: 6px;
    text-align: center;
}
.index-teacher-info-info-info div{
    width: 2px;
    height: 25px;
    margin: 0 auto;
    background: #000;
}
.index-teacher-info-info-info h3{
    margin-top: 12px;
}
.index-teacher-info-info-more{
    padding: 12px 24px;
    display: none;
}
.index-teacher-info-info-more p{
    color: #666;
    font-size: 14px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.index-teacher-info-info-more a{
    display: block;
    border-radius: 6px;
    border: 1px solid #ec6b01;
    color: #666;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 12px auto 0;
}
.index-teacher-info-info-more a:hover{
    background: #ec6b01;
    color: #fff;
}
.index-ad{
    margin: 30px 0;
}
.index-ad img{
    width: 100%;
}
.index-case{
    background: url('/static/pc/img/index-case-bg.png') no-repeat;
    background-size: cover;
    padding: 42px 0;
}
.index-case-info ul{
    margin-top: 30px;
    overflow: hidden;
}
.index-case-info ul li{
    float: left;
    width:calc(25% - 12px);
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    margin: 6px;
}
.index-case-info ul li img{
    border-radius: 10px;
    width: 100%;
}
.index-case-info-title{
    margin-top: 12px;
    overflow: hidden;
}
.index-case-info-title h3{
    float: left;
    width: 25%;
    padding-bottom: 6px;
    border-bottom: 2px solid #ec6b01;
    text-align: center;
}
.index-case-info-title p{
    float: left;
    width: 75%;
    padding-bottom: 6px;
    border-bottom: 2px solid #e9e9e9;
    text-align: right;
    margin-top: 4px;
}
.index-case-info-info{
    background: #f6fcf6;
    border-radius: 6px;
    padding: 12px;
    margin-top: 12px;
}
.index-case-more{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background: #ec6b01;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    margin: 24px auto;
}
.index-news{
    padding: 42px 0;
}
.index-news-title h2{
    text-align: center;
    color: #000;
    font-size: 32px;
}
.index-news-title h2 span{
    color: #ec6b01;
}
.index-news-title h4{
    color: #4c4c4c;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.index-news-info .index-news-info-up{
    margin-top: 18px;
    overflow: hidden;
}
.index-news-info .index-news-info-up li{
    width: calc(33.333333% - 24px);
    float: left;
    border-radius: 6px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin: 12px;
}
.index-news-info .index-news-info-up li:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}
.index-news-info .index-news-info-up li a{
    display: block;
}
.index-news-info-up-img{
    width: 100%;
    height: 200px;
    border-radius: 6px;
}
.index-news-info-up-date{
    margin: 12px 0;
    color: #bbb8b7;
}
.index-news-info-up-date strong{
    color: #5c5c5c;
}
.index-news-info-up-date span{
    float: right;
}
.index-news-info-up h3{
    font-size: 16px;
}
.index-news-info-up h4{
    color: #9c9a99;
    margin: 12px 0;
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-news-info-up h5{
    color: #c7c7c7;
    font-size: 18px;
}
.index-news-info-down{
    overflow: hidden;
}
.index-news-info-down li{
    float: left;
    width: calc(50% - 24px);
    padding: 12px;
    margin: 12px;
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 6px;
}
.index-news-info-down li:hover{
    border: 1px solid #ec6b01;
}
.index-news-info-down li:hover h3,.index-news-info-down li:hover .index-news-info-down-info-news{
    color: #ec6b01;
}
.index-news-info-down li:hover .index-news-info-down-info-news{
    border-bottom: 1px solid #ec6b01;
}
.index-news-info-down-img{
    float: left;
    width: 180px;
    height: 120px;
    border-radius: 6px;
}
.index-news-info-down-info{
    float: right;
    width: calc(100% - 192px);
}
.index-news-info-down-info h3{
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 6px;
}
.index-news-info-down-info span{
    display: block;
    color: #bbb8b7;
    font-size: 14px;
}
.index-news-info-down-info p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #9c9a99;
    margin: 12px 0;
    font-size: 14px;
}
.index-news-info-down-info-news{
    width: 140px;
    color: #bbb8b7;
    font-size: 13px;
    border-bottom: 1px solid #bbb8b7;
}
.index-work{
    background: url('/static/pc/img/index-work-bg.png') no-repeat;
    background-size: cover;
    padding: 42px 0;
}
.index-work-title{
    text-align: center;
}
.index-work-title h3{
    font-size: 32px;
    color: #fff;
}
.index-work-title h3 span{
    color: #ec6b01;
}
.index-work-title h4{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.index-work-info{
    margin-top: 24px;
}
.index-work-info-nav{
    border-bottom: 2px solid #fff;
}
.index-work-info .horizontal{
    width: 30%;
    margin: 0 auto;
    overflow: hidden;
}
.index-work-info .horizontal li{
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 6px 0;
}
.index-work-info .horizontal li.active{
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.index-work-info .horizontal li.active a{
    color: #4c4c4c;
}
.index-work-info .horizontal li a{
    color: #fff;
}
.index-work-info hr{
    margin: -1px 0;
}
.index-work-info-info{
    margin-top: 12px;
}
.index-work-info-info ul{
    overflow: hidden;
}
.index-work-info-info ul li{
    float: left;
    width: 50%;
}
.index-work-info-info ul li a{
    display: block;
    margin: 6px;
}
.index-work-info-info ul li a:nth-of-type(2){
    margin-top: 12px;
}
.index-work-info-info-img{
    width: 100%;
    height: 350px;
    border-radius: 6px;
}
.index-work-info-info ul li ul li{
    float: left;
    width: 50%;
}
.index-work-info-info ul li ul li a .index-work-info-info-img{
    height: 169px;
}
.index-co{
    padding: 42px 0;
}
.index-co-info{
    margin: 24px 0;
}
.index-co-info ul{
    overflow: hidden;
}
.index-co-info ul li{
    float: left;
    width: 14.285714%;
    padding: 3px;
    /*border-right: 1px solid #f2f2f2;*/
    /*border-top: 1px solid #f2f2f2;*/
}
.index-co-info ul li:nth-of-type(1),.index-co-info ul li:nth-of-type(2),.index-co-info ul li:nth-of-type(3),.index-co-info ul li:nth-of-type(4),.index-co-info ul li:nth-of-type(5){
    border-top: none;
}
.index-co-info ul li:nth-of-type(5),.index-co-info ul li:nth-of-type(10){
    border-right: none;
}
.index-co-info ul li a{
    display: block;
    padding: 3px;
}
.index-co-info ul li a img{
    width: 100%;
    /*border-radius: 10px;*/
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}
footer{
    padding: 42px 0 12px;
    background: url('/static/pc/img/footer-bg.png') no-repeat;
    background-size: cover;
}
.footer-info{
    overflow: hidden;
    color: #fff;
}
.footer-info-left{
    float: left;
    width: 65%;
}
.footer-info-left ul li{
    width: 25%;
    float: left;
}
.footer-info-left ul li h5{
    font-size: 18px;
}
.footer-info-left ul li p{
    font-size: 14px;
}
.footer-info-left ul li a{
    color: #fff;
    display: block;
    margin: 12px 0;
}
.footer-info-left-line{
    position: relative;
    top: 3px;
    left: 12px;
    display: inline-block;
    width: 5px;
}
.footer-info-left-line-info{
    width: 5px;
    height: 5px;
    margin-top: 3px;
    background: #e2ff1c;
}
.footer-info-left-line-info:nth-of-type(2){
    background: #fff;
}
.footer-info-right{
    float: left;
    width: 35%;
}
.footer-info-right ul{
    overflow: hidden;
}
.footer-info-right ul li{
    float: left;
    width: 152px;
}
.footer-info-right ul li:nth-of-type(2){
    float: right;
}
.footer-info-right ul li img{
    width: 152px;
    height: 152px;
    display: block;
}
.footer-info-right ul li p{
    width: 152px;
    text-align: center;
    margin-top: 12px;
}
.footer-contact{
    overflow: hidden;
    margin-top: 24px;
}
.footer-contact li{
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-contact li:nth-of-type(1){
    width: 50%;
}
.footer-contact-icon{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    text-align: center;
    background: #fff;
    color: #ec6b01;
    border-radius: 50%;
}
.footer-contact-icon img{
    position: relative;
    top: 4px;
}
.footer-contact li p{
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin-left: 12px;
}
.copyright{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    line-height: 1.8;
}
.copyright a{
    color: #999;
}
.copyright a:hover{
    color: #dcdcdc;
    text-decoration: #dcdcdc wavy underline;
}
.index-course-info-left-no{
    display: none;
}
/* 二级页面部分 */
.crumb{
    background: #fbf7f4;
    padding: 24px 0;
}
.list-news-menu{
    padding-top: 24px;
    overflow: hidden;
}
.list-news-menu-left{
    float: left;
}
.list-news-menu-left ul li{
    display: inline-block;
    margin-right: 12px;
}
.list-news-menu-left ul li a{
    display: block;
}
.list-news-menu-left ul li a p{
    width: 40px;
    height: 3px;
    background: #ec6b01;
    margin: 10px auto 0;
}
.list-news-menu-right{
    float: right;
    position: relative;
    top: -10px;
}
.list-news-menu-right-input{
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #989898;
    border-radius: 24px;
    padding: 0 12px;
}
.list-news-menu-right-input input{
    position: relative;
    top: -3px;
    width: 215px;
    height: 24px;
    border: none;
    outline: none;
    padding: 0 6px;
}
.list-news-menu-right-input button{
    position: relative;
    top: -2px;
    right: -9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ec6b01;
    border: none;
    outline: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}
.list-news li{
    padding: 24px 0;
    border-bottom: 1px dashed #989898;
}
.list-news li:hover .list-news-right h2{
    color: #ec6b01;
}
.list-news li a{
    display: block;
    overflow: hidden;
}
.list-news-left{
    float: left;
    width: 370px;
    height: 200px;
    border-radius: 6px;
    margin-right: 24px;
}
.list-news-right{
    float: right;
    width: calc(100% - 394px);
    padding: 12px 0;
}
.list-news-right h2{
    font-size: 20px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.list-news-right p{
    color: #959595;
    margin: 24px 0;
    line-height: 1.8;
}
.list-news-right div{
    color: #cdcdcd;
}
.list-news-right div span{
    display: inline-block;
    color: #979797;
    margin-right: 30px;
}
.pagelist{
    margin: 24px auto 42px;
}
.pagelist ul{
    overflow: hidden;
}
.pagelist ul li{
    float: left;
    margin-right: 12px;
}
.pagelist ul li a,.pagelist li.thisclass{
    display: inline-block;
    background: #f5f5f5;
    color: #959595;
    padding: 6px 12px;
    border-radius: 6px;
}
.pagelist ul li a:hover,.pagelist li.thisclass{
    background: #ec6b01;
    color: #fff;
}
.info-news{
    float: left;
    width: 70%;
    padding: 42px 0;
}
.info-right{
    float: right;
    width: 30%;
}
.info-right h3{
    text-align: center;
    font-size: 24px;
    padding-top: 24px;
}
.info-right ul li{
    margin: 12px auto;
}
.info-right ul li a div{
    width: 100%;
    height: 150px;
    border-radius: 6px 6px 0 0;
}
.info-right ul li a h4{
    font-size: 16px;
    color: #333;
    padding: 12px;
    background: #f1f1f1;
    border-radius: 0 0 6px 6px;
}
.info-news h2.info-news-title{
    text-align: center;
    color: #505050;
    font-size: 22px;
}
.info-news-subtitle{
    text-align: center;
    color: #8a8a8a;
    margin: 24px 0;
}
.info-news-subtitle i{
    position: relative;
    top: 2px;
    font-size: 20px;
}
.info-news-info{
    padding: 24px 0 36px;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    line-height: 1.8;
    max-width: 640px;
    margin: auto;
}
.info-news-info h3{
    padding: 0 12px;
    margin: 12px 0;
    border-left: 3px solid #ec6b01;
    color: #ec6b01;
}
.info-news-info img,.info-news-info video{
    display: block;
    max-width: 100%;
    height: auto!important;
    margin: 12px auto;
    border-radius: 6px;
}
.info-news-info-end{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    margin: -16px auto 0;
    color: #434343;
    letter-spacing: 2px;
    font-weight: bold;
}
.info-news-prenext{
    overflow: hidden;
    padding: 30px 0;
}
.info-news-prenext-text{
    float: left;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f5f5f5;
    color: #888;
    border: 1px solid #999;
    border-radius: 6px;
    margin-top: 100px;
}
.info-news-prenext-text:hover{
    background: #eb6b00;
    color: #fff;
    border: 1px solid #eb6b00;
}
.info-news-prenext-img,.info-news-prenext-img-big{
    float: left;
    position: relative;
    width: 344px;
    border-radius: 10px;
    cursor: pointer;
}
.info-news-prenext-img{
    padding: 24px;
    width: 260px;
}
.info-news-prenext-img p,.info-news-prenext-img-big p{
    position: absolute;
    width: calc(100% - 48px);
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 6px;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.info-news-prenext-img-big p{
    width: 100%;
    bottom: 0;
}
.list-tab a{
    display: inline-block;
    margin-right: 36px;
}
.list-tab a span{
    display: block;
    position: relative;
    top: 12px;
    left: 0;
    right: 0;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    background: #ec6b01;
    border-radius: 2px;
    opacity: 0;
}
.inner-about{
    background: url('/static/pc/img/inner-about-bg.jpg') no-repeat;
    background-size: 100% 100%;
}
.inner-title{
    font-size: 24px;
    text-align: center;
    padding: 42px 0;
}
.inner-title span{
    display: block;
    position: relative;
    top: 12px;
    left: 0;
    right: 0;
    width: 60px;
    height: 4px;
    margin: 0 auto;
    background: #ec6b01;
    border-radius: 2px;
}
.inner-about-img{
    margin: 30px 0;
    overflow: hidden;
}
.inner-about-img li{
    float: left;
    width: calc(25% - 12px);
    margin-right: 12px;
}
.inner-about-img li:nth-last-of-type(1){
    margin-right: 0;
}
.inner-about-img li img{
    width: 100%;
    border-radius: 10px;
}
.inner-about-info{
    text-align: center;
    line-height: 1.8;
    padding: 30px;
}
.inner-about-more{
    position: relative;
    padding: 60px 0;
}
.inner-about-more span{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 10px;
    height: 10px;
    background: #ec6b01;
    border-radius: 50%;
}
.inner-about-more span:nth-of-type(2){
    top: 30px;
    background: #ed9f60;
}
.inner-about-more span:nth-of-type(3){
    top: 50px;
    background: #eed4bf;
}
.inner-about-fzlc{
    position: relative;
    background: url('/static/pc/img/inner-about-fzlc-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}
.inner-about-fzlc-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.inner-about-fzlc h3{
    position: relative;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px rgba(0,0,0,.12);
    letter-spacing: 2px;
    font-size: 24px;
}
.inner-about-fzlc-year{
    position: relative;
    width: 500px;
    margin: 84px auto 0;
}
.inner-about-fzlc-year-line{
    position: absolute;
    top: 36px;
    left: 26px;
    width: 100px;
    height: 2px;
    background: rgba(255,255,255,.5);
}
.inner-about-fzlc-year p{
    position: absolute;
    color: #fff;
    display: inline-block;
}
.inner-about-fzlc-year p span{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    margin: 6px auto;
    cursor: pointer;
}
.inner-about-fzlc-year p:nth-of-type(1) span{
    background: rgba(255,255,255,1);
}
.inner-about-fzlc-year p:nth-of-type(2){
    left: 118px;
}
.inner-about-fzlc-year p:nth-of-type(3){
    left: 238px;
}
.inner-about-fzlc-year p:nth-of-type(4){
    left: 358px;
}
.inner-about-fzlc-year p:nth-of-type(5){
    left: 478px;
}
.inner-about-fzlc-year-line:nth-of-type(2){
    left: 146px;
}
.inner-about-fzlc-year-line:nth-of-type(3){
    left: 266px;
}
.inner-about-fzlc-year-line:nth-of-type(4){
    left: 386px;
}
.inner-about-fzlc-info{
    margin: 30px auto;
    cursor: e-resize;
}
.inner-about-fzlc-info h4{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    padding-left: 24px;
    font-size: 22px;
}
.inner-about-fzlc-info p{
    padding: 12px 30px;
    line-height: 1.8;
}
.inner-about-xyhj{
    padding: 60px 0;
}
.inner-about-xyhj h3{
    font-size: 24px;
    padding-left: 12px;
}
.inner-about-xyhj-info{
    overflow: hidden;
}
.inner-about-xyhj-info p{
    float: left;
    padding-left: 12px;
}
.inner-about-xyhj-info .horizontal{
    width: calc(50% - 108px);
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}
.inner-about-xyhj-info .horizontal li{
    float: left;
    width: 33.3333%;
}
.inner-about-xyhj-info .horizontal li a{
    padding-left: 15px;
}
.inner-about-xyhj-info .horizontal li.active a{
    color: #ec6b01;
    padding-left: 12px;
    border-left: 3px solid #ec6b01;
}
.inner-about-xyhj-info-info{
    clear: both;
    margin: 42px 0;
}
.inner-about-xyhj-info-info ul{
    overflow: hidden;
}
.inner-about-xyhj-info-info ul li{
    float: left;
    width: calc(25% - 24px);
    margin: 12px;
}
.inner-about-xyhj-info-info ul li:nth-of-type(2),.inner-about-xyhj-info-info ul li:nth-of-type(4){
    width: calc(50% - 24px);
}
.inner-about-xyhj-info-info ul li:nth-of-type(3),.inner-about-xyhj-info-info ul li:nth-of-type(6){
    margin-right: 0;
}
.inner-about-xyhj-info-info ul li div{
    height: 300px;
    border-radius: 10px;
}
.inner-about-rxzy{
    position: relative;
    background: url('/static/pc/img/inner-about-rxzy-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}
.inner-about-rxzy-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.inner-about-rxzy h3{
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.inner-about-rxzy h3 img{
    width: 24px;
    vertical-align: text-top;
}
.inner-about-rxzy h3 span{
    position: relative;
    left: -16px;
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin: 12px auto;
}
.inner-about-rxzy-info{
    margin-top: 60px;
}
.inner-about-rxzy-info-list{
    position: relative;
}
.inner-about-rxzy-info-list-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: none;
}
.inner-about-rxzy-info-list img{
    width: 100%;
    border-radius: 10px;
}
.inner-about-rxzy-info-list p{
    position: absolute;
    bottom: 0;
    padding: 12px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.inner-about-rxzy-info-list p span{
    float: left;
    display: block;
    width: 3px;
    height: 15px;
    margin-top: 7px;
    margin-right: 6px;
    background: #ec6b01;
    border-radius: 2px;
}
.inner-about-rxzy-info-list p strong{
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
}
.inner-about-rxzy-info-list p a{
    float: right;
    background: rgb(250,158,64);
    background: linear-gradient(180deg, rgba(250,158,64,1) 0%, rgba(240,111,46,1) 100%);
    border-radius: 13px;
    padding: 3px 12px;
    color: #fff;
}
.swiper-pagerxzy{
    margin-top: 24px;
    text-align: center;
}
.swiper-pagerxzy .swiper-pagination-bullet{
    background: #fff!important;
    opacity: 1!important;
}
.swiper-pagerxzy .swiper-pagination-bullet-active{
    background: #ec6b01!important;
    width: 18px;
    border-radius: 4px;
}
.inner-about-xxry{
    padding: 24px 0;
}
.inner-about-xxry-info .swiper-slide ul{
    overflow: hidden;
}
.inner-about-xxry-info .swiper-slide ul li{
    float: left;
    width: calc(25% - 24px);
    max-height: 200px;
    margin: 12px;
    border-radius: 10px;
    overflow: hidden;
}
.inner-about-xxry-info .swiper-slide ul li img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.inner-dqjy{
    position: relative;
}
.inner-dqjy-info{
    margin: 24px 0;
}
.inner-dqjy-info-list{
    position: relative;
}
.inner-dqjy-info-list:hover .inner-dqjy-info-list-mask{
    display: block;
}
.inner-dqjy-info-list img{
    width: 100%;
    border-radius: 10px;
}
.inner-dqjy-info-list-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    display: none;
}
.inner-dqjy-info-list-mask a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #b9b8b8;
    color: #fff;
}
.inner-dqjy-bg{
    display: block;
    position: relative;
    top: -95px;
    width: 100%;
}
.inner-dqjy-prev,.inner-dqjy-next{
    position: relative;
    display: inline-block;
    top: -230px;
    bottom: 0;
    left: -66px;
    width: 50px;
    height: 50px;
    line-height: 42px;
    font-size: 36px;
    text-align: center;
    margin: auto;
    color: #e9e9e9;
    border: 3px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
}
.inner-dqjy-next{
    float: right;
    left: unset;
    right: -66px;
}
.inner-dqjy-prev:hover,.inner-dqjy-next:hover{
    background: #ec6b01;
    border: 3px solid #ec6b01;
    color: #fff;
}
.inner-xzzy{
    margin-top: -42px;
}
.inner-xzzy-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 42px 0;
}
.inner-xzzy-info li{
    width: calc(33.333333% - 42px/3);
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    margin-bottom: 24px;
}
.inner-xzzy-info li:hover{
    border: 1px solid #ec6b01;
    box-shadow: 0 0 12px rgba(236,107,1,.8);
}
.inner-xzzy-info li div{
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
}
.inner-xzzy-info li h3{
    text-align: center;
    margin-top: 12px;
    color: #ec6b01;
}
.inner-xzzy-info li p{
    padding: 0 12px;
    margin: 12px 0;
    height: 81px;
    line-height: 1.7;
    overflow-y: auto;
}
.inner-xzzy-info li p::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.inner-xzzy-info li p::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.inner-xzzy-info li p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}
.inner-xzzy-info li a{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgb(250,158,64);
    background: linear-gradient(180deg, rgba(250,158,64,1) 0%, rgba(240,111,46,1) 100%);
    margin: 24px auto;
    border-radius: 20px;
    font-size: 18px;
}

.inner-teacher-title{
    font-size: 30px;
    text-align: center;
    padding: 42px 0;
}
.inner-teacher-title span{
    display: block;
    position: relative;
    top: -6px;
    left: 0;
    right: 0;
    width: 130px;
    height: 6px;
    margin: 0 auto;
    background: rgb(227,22,35);
    background: linear-gradient(90deg, rgba(227,22,35,1) 0%, rgba(255,95,57,1) 100%);
    border-radius: 3px;
}
.inner-teacher-a1 li{
    position: relative;
    width: calc(25% - 42px/4);
    margin: 0 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-radius: 10px;
    margin-bottom: 12px;
}
.inner-teacher-a1-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.inner-teacher-a1-info h3{
    display: inline-block;
    font-size: 22px;
    margin-right: 6px;
}
.inner-teacher-a1-info span{
    display: inline-block;
    color: #999;
}
.inner-teacher-a1-info p{
    color: #ec6b01;
    margin-top: 6px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.inner-teacher-a1-info-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 30px 24px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.inner-teacher-a1-info-hover h4{
    display: inline-block;
    font-size: 22px;
    margin-right: 6px;
}
.inner-teacher-a1-info-hover span{
    display: inline-block;
    font-size: 14px;
}
.inner-teacher-a1-info-hover hr{
    height: 1px;
    background: #fff;
    border-radius: 2px;
}
.inner-teacher-a1-info-hover p{
    line-height: 1.8;
    overflow-y: auto;
    max-height: 300px;
}
.inner-teacher{
    padding-bottom: 42px;
}
.inner-teacher-jxms{
    background: url('/static/pc/img/inner-teacher-jxms-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 42px;
    overflow: hidden;
}
.inner-teacher-jxms-left{
    width: 55%;
    float: left;
    position: relative;
}
.inner-teacher-jxms-left img{
    height: 520px;
    width: auto;
    padding-left: 48px;
}
.inner-teacher-jxms-left img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    right: 0;
    height: 435px;
    padding-left: 0;
}
.inner-teacher-jxms-right{
    width: 45%;
    float: left;
    padding-top: 42px;
}
.inner-teacher-jxms-right ul{
    padding-left: 90px;
}
.inner-teacher-jxms-right ul li{
    margin: 24px 0;
}
.inner-teacher-jxms-right ul li h3{
    display: inline-block;
    font-size: 30px;
    background: linear-gradient(to right, rgba(227,22,35,1), rgba(255,95,57,1));
    -webkit-background-clip: text;
    color: transparent;
}
.inner-teacher-jxms-right ul li h4{
    display: inline-block;
    font-size: 18px;
    background: linear-gradient(to right, rgba(227,22,35,1), rgba(255,95,57,1));
    -webkit-background-clip: text;
    color: transparent;
}
.inner-teacher-jxms-right ul li p{
    color: #666;
    margin-top: 6px;
}
.inner-teacher-jxfc{
    padding: 42px 0;
}
.inner-teacher-jxfc-title{
    text-align: center;
}
.inner-teacher-jxfc-title h3{
    font-size: 32px;
}
.inner-teacher-jxfc-title h3 span{
    color: #ec6b01;
}
.inner-teacher-jxfc-title p{
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 6px;
}
.inner-teacher-jxfc-info{
    overflow: hidden;
    padding: 30px 0;
}
.inner-teacher-jxfc-info-left{
    width: 40%;
    float: left;
}
.inner-teacher-jxfc-info-left h3{
    font-size: 24px;
}
.inner-teacher-jxfc-info-left p{
    margin: 12px 0;
    line-height: 1.7;
}
.inner-teacher-jxfc-info-left img,.inner-teacher-jxfc-info-left video{
    width: 100%;
    height: 320px;
    background: #000;
    border-radius: 10px;
    margin-bottom: 12px;
}
.inner-teacher-jxfc-info-right{
    width: 60%;
    float: right;
}
.inner-teacher-jxfc-info-right-top{
    position: relative;
    width: 100%;
    height: 540px;
}
.inner-teacher-jxfc-info-right-top-img{
    position: absolute;
    top: 50px;
    left: 80px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.inner-teacher-jxfc-info-right-top-img:nth-of-type(2){
    top: 80px;
    right: 60px;
    left: unset;
    width: 120px;
    height: 120px;
}
.inner-teacher-jxfc-info-right-top-img:nth-of-type(3){
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    margin: auto;
}
.inner-teacher-jxfc-info-right-top-img:nth-of-type(4){
    top: unset;
    bottom: 20px;
    left: 50px;
    width: 170px;
    height: 170px;
}
.inner-teacher-jxfc-info-right-top-img:nth-of-type(5){
    top: unset;
    left: unset;
    bottom: 30px;
    right: 100px;
    width: 130px;
    height: 130px;
}
.inner-teacher-jxfc-info-right-top-circle{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #448aca;
    border-radius: 50%;
}
.inner-teacher-jxfc-info-right-top-circle:nth-of-type(6){
    top: 30px;
    right: 200px;
}
.inner-teacher-jxfc-info-right-top-circle:nth-of-type(7){
    top: 160px;
    right: 210px;
    background: #f19149;
    width: 20px;
    height: 20px;
}
.inner-teacher-jxfc-info-right-top-circle:nth-of-type(8){
    top: 230px;
    left: 40px;
}
.inner-teacher-jxfc-info-right-top-circle:nth-of-type(9){
    top: 250px;
    right: 40px;
    background: #5f52a0;
}
.inner-teacher-jxfc-info-right-top-circle:nth-of-type(10){
    bottom: 185px;
    left: 195px;
    background: #f19149;
    width: 20px;
    height: 20px;
}
.inner-teacher-jxfc-info-right-top-circle:nth-of-type(11){
    bottom: 100px;
    right: 250px;
    background: #13b5b1;
}
.inner-teacher-jxfc-info-right-bottom{
    overflow: hidden;
    margin-top: 15px;
}
.inner-teacher-jxfc-info-right-bottom video,.inner-teacher-jxfc-info-right-bottom img{
    float: left;
    width: calc(70% - 24px);
    height: 320px;
    margin: 0 12px;
    border-radius: 10px;
    background: #000;
}
.inner-teacher-jxfc-info-right-bottom-info{
    float: right;
    width: calc(30% - 24px);
    margin: 0 12px;
}
.inner-teacher-jxfc-info-right-bottom-info h3{
    font-size: 22px;
    margin: 24px 0 30px;
}
.inner-teacher-jxfc-info-right-bottom-info p{
    line-height: 1.7;
}
.inner-teacher-form{
    background: url('/static/pc/img/inner-teacher-form-bg.png') no-repeat;
    background-size: cover;
    padding: 42px 0;
    overflow: hidden;
}
.inner-teacher-form-left{
    float: left;
    width: calc(60% - 12px);
    height: 350px;
    background: rgba(255,255,255,.6);
    text-align: center;
    border-radius: 10px;
    margin-right: 12px;
}
.inner-teacher-form-right{
    float: left;
    width: 40%;
    height: 350px;
    background: rgba(255,255,255,.6);
    border-radius: 10px;
}
.inner-teacher-form-left img{
    width: 42%;
    margin-top: 30px;
}
.inner-teacher-form-left-info{
    width: 75%;
    margin: 30px auto;
}
.inner-teacher-form-left-info ul{
    overflow: hidden;
    margin-bottom: 6px;
    color: #fff;
}
.inner-teacher-form-left-info ul li{
    width: calc(20% - 6px);
    float: left;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.2);
    border-radius: 10px 0 0 0;
    margin-right: 6px;
}
.inner-teacher-form-left-info ul li:nth-of-type(1) span{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-radius: 50%;
    color: rgba(0,0,0,.3);
    margin: 5px auto;
}
.inner-teacher-form-left-info ul li:nth-of-type(2){
    float: left;
    width: calc(50% - 6px);
    border-radius: 0;
}
.inner-teacher-form-left-info ul li:nth-of-type(3){
    float: left;
    width: 30%;
    background: #ec6b01;
    border-radius: 0 10px 0 0;
    margin-right: 0;
}
.inner-teacher-form-right h3{
    font-size: 24px;
    text-align: center;
    margin: 24px 0;
}
.inner-teacher-form-right form ul li{
    overflow: hidden;
    margin: 6px auto;
    width: 80%;
    height: 40px;
    line-height: 40px;
}
.inner-teacher-form-right form ul li span{
    display: inline-block;
    width: 30%;
    color: #666;
    text-align: center;
}
.inner-teacher-form-right form ul li input,.inner-teacher-form-right form ul li select{
    display: inline-block;
    width: 65%;
    height: 36px;
    border: none;
    outline: none;
    border-radius: 6px;
    background: rgba(255,255,255,.8);
    padding: 0 6px;
}
.inner-teacher-form-right form ul li select{
    width: 68%;
}
.inner-teacher-form-right form ul button{
    display: block;
    width: 50%;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    background: rgb(249,152,61);
    background: linear-gradient(180deg, rgba(249,152,61,1) 0%, rgba(237,100,40,1) 100%);
    color: #fff;
    border-radius: 6px;
    margin: 24px auto;
}
.inner-teacher-mszp{
    padding-bottom: 42px;
}
.inner-teacher-mszp ul{
    overflow: hidden;
}
.inner-teacher-mszp ul li{
    float: left;
    width: 33.333333%;
    overflow: hidden;
}
.inner-teacher-mszp ul li a{
    display: block;
    margin: 6px;
    float: left;
}
.inner-teacher-mszp ul li a:nth-of-type(1){
    width:calc(40% - 12px);
}
.inner-teacher-mszp ul li a:nth-of-type(2){
    width:calc(60% - 12px);
}
.inner-teacher-mszp ul li a:nth-of-type(3){
    width:calc(70% - 12px);
}
.inner-teacher-mszp ul li a:nth-of-type(4){
    width:calc(30% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(2) a:nth-of-type(1){
    width:calc(70% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(2) a:nth-of-type(2){
    width:calc(30% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(2) a:nth-of-type(3){
    width:calc(40% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(2) a:nth-of-type(4){
    width:calc(60% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(3) a:nth-of-type(1){
    width:calc(60% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(3) a:nth-of-type(2){
    width:calc(40% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(3) a:nth-of-type(3){
    width:calc(30% - 12px);
}
.inner-teacher-mszp ul li:nth-of-type(3) a:nth-of-type(4){
    width:calc(70% - 12px);
}
.inner-job-rxlc{
    overflow: hidden;
    padding: 30px 0;
}
.inner-job-rxlc li{
    position: relative;
    width: 30%;
    height: 500px;
    float: left;
    color: #fff;
}
.inner-job-rxlc span{
    display: block;
    width: 5%;
    float: left;
    text-align: center;
    margin-top: 450px;
}
.inner-job-rxlc span img{
    width: 24px;
    height: 27px;
}
.inner-job-rxlc li img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.inner-job-rxlc li img:nth-of-type(2){
    bottom: 90px;
    right: 98px;
}
.inner-job-rxlc li h3{
    position: absolute;
    bottom: 55px;
    right: 85px;
}
.inner-job-rxlc li p{
    position: absolute;
    bottom: 22px;
    right: 43px;
}
.inner-job-title{
    text-align: center;
    padding: 30px 0;
}
.inner-job-title h3{
    position: relative;
    top: 9px;
    font-size: 30px;
}
.inner-job-title span{
    display: block;
    width: 135px;
    height: 10px;
    margin: 0 auto;
    background: rgb(241,123,49);
    background: linear-gradient(90deg, rgba(241,123,49,1) 0%, rgba(255,95,57,1) 100%);
    border-radius: 6px;
}
.inner-job-jybz{
    background: url('/static/pc/img/inner-job-jybz-bg.png') no-repeat;
    background: cover;
    padding: 42px 0;
}
.inner-job-jybz img{
    width: 100%;
    margin: 30px 0;
}
.inner-job-jyfk{
    background: url('/static/pc/img/inner-job-cyfk-bg.png') no-repeat;
    background-size: cover;
    padding: 42px 0;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper {
	padding-top: 30px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 1106px;
	/*background: #fff;*/
	/*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify  .swiper-slide p {
	line-height: 42px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
	color: #fff;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(/static/pc/img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(/static/pc/img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
.inner-job-jyfk-1{
    position: absolute;
    top: 123px;
    left: 0;
    right: 0;
    width: 98%;
    height: 880px;
    line-height: 1.7;
    color: #000;
    padding: 0 18px 12px;
    margin: auto;
    overflow-y: auto;
}
.inner-job-jyfk-1::-webkit-scrollbar{
    width: 3px;
    background-color: #ddd;
}
.inner-job-jyfk-1::-webkit-scrollbar-thumb {
    background-color: #999;
}
.inner-job-jyfk-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #ddd;
}
.inner-job-zpxx ul{
    margin-top: 24px;
}
.inner-job-zpxx ul li{
    width: calc(33.333333% - 36px/3);
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(236,107,1,.3);
    margin-bottom: 18px;
}
.inner-job-zpxx-top{
    padding: 12px;
}
.inner-job-zpxx-top h4{
    overflow: hidden;
    font-size: 18px;
}
.inner-job-zpxx-top h4 img{
    width: 16px;
    margin-left: 6px;
    vertical-align: middle;
}
.inner-job-zpxx-top h4 strong{
    float: right;
    color: #fe574a;
    font-size: 18px;
}
.inner-job-zpxx-top span{
    display: inline-block;
    background: #f8f8f8;
    border-radius: 6px;
    margin: 12px 12px 12px 0;
    padding: 3px 12px;
}
.inner-job-zpxx-bottom{
    padding: 6px 12px;
    background: #fff9f4;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.inner-job-zpxx-bottom span img{
    width: 24px;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 3px;
}
.inner-job-zpxx-bottom span:nth-of-type(2){
    float: right;
}
.inner-job-zpxx-more{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background: #ec6b01;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    margin: 24px auto;
}
.inner-job-hzdw{
    position: relative;
    background: url(/static/pc/img/inner-job-hzdw-bg.png) no-repeat center;
    background-size: cover;
    padding: 100px 0 42px;
}
.inner-job-hzdw-info{
    margin: 30px 0;
}
.inner-job-hzdw .swiper-button-prev,.inner-job-hzdw .swiper-button-next{
    margin-top: 30px;
}
.inner-job-hzdw .swiper-button-prev{
    background: url(/static/pc/img/inner-job-hzdw-left.png) no-repeat;
    background-size: 100% 100%;
    left: 15%;
}
.inner-job-hzdw .swiper-button-prev:hover{
    background: url(/static/pc/img/inner-job-hzdw-left-hover.png) no-repeat;
    background-size: 100% 100%;
}
.inner-job-hzdw .swiper-button-next{
    background: url(/static/pc/img/inner-job-hzdw-right.png) no-repeat;
    background-size: 100% 100%;
    right: 15%;
}
.inner-job-hzdw .swiper-button-next:hover{
    background: url(/static/pc/img/inner-job-hzdw-right-hover.png) no-repeat;
    background-size: 100% 100%;
}
.inner-job-hzdw .swiper-button-prev:after, .inner-job-hzdw .swiper-rtl .swiper-button-next:after,.inner-job-hzdw .swiper-button-next:after, .inner-job-hzdw .swiper-rtl .swiper-button-prev:after{
    content: unset;
}
.inner-contact-title{
    text-align: center;
    margin: 42px 0;
    font-size: 24px;
}
.inner-contact-title span{
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
}
.inner-contact-title ul{
    overflow: hidden;
    margin: 18px auto;
    width: 285px;
}
.inner-contact-title ul li{
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    margin-right: 6px;
    margin-top: 2px;
}
.inner-contact-title ul div{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fe8077;
    margin: 0 6px;
}
.inner-contact-title ul div:nth-of-type(1){
    margin-left: 18px;
}
.inner-contact-title ul div:nth-of-type(2){
    background: #fd2c1c;
}
.inner-contact-title ul div:nth-of-type(3){
    margin-right: 18px;
}
.inner-contact-info{
    margin: 24px 0;
}
.inner-contact-info li{
    width: calc(33.333333% - 36px/3);
    background: #f2f2f2;
    text-align: center;
    border-radius: 6px;
    padding: 36px;
}
.inner-contact-info li:hover{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.inner-contact-info li img{
    height: 36px;
}
.inner-contact-info li h4{
    font-size: 20px;
    color: #333;
    margin: 12px 0;
}
.inner-contact-info li div{
    width: 60px;
    height: 8px;
    background: #f44b30;
    border: 1px solid #c52a15;
    margin: auto;
}
.inner-contact-info li p{
    color: #999;
    margin-top: 18px;
}
.inner-contact-line{
    overflow: hidden;
    margin: 24px auto;
    width: 840px;
    height: 270px;
}
.inner-contact-line li{
    width: 420px;
    padding: 12px;
}
.inner-contact-line li div{
    width: 400px;
    height: 180px;
    background: url('/static/pc/img/inner-contact-bus.png') no-repeat center;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
}
.inner-contact-line li:nth-of-type(2) div{
    background: url('/static/pc/img/inner-contact-car.png') no-repeat center;
}
.inner-contact-line li div:hover{
    background: url('/static/pc/img/inner-contact-bus-hover.png') no-repeat center;
    height: 253px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.inner-contact-line li:nth-of-type(2) div:hover{
    background: url('/static/pc/img/inner-contact-car-hover.png') no-repeat center;
    height: 253px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.inner-contact-train{
    margin: 24px 0;
}
.inner-contact-train li{
    padding: 12px 24px;
    background: #f2f2f2;
    border-radius: 10px;
    margin: 24px;
}
.inner-contact-train li h4{
    font-size: 20px;
}
.inner-contact-train li h4 img{
    width: 30px;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -5px;
}
.inner-contact-train li p{
    color: #666;
    margin-top: 6px;
}
.inner-contact-foot{
    position: relative;
    margin-bottom: -4px;
}
.inner-contact-foot img{
    width: 100%;
    margin-top: -50px;
}
.inner-contact-foot h3{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    font-size: 30px;
}
.inner-contact-foot-chat{
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: rgb(250,159,65);
    background: linear-gradient(90deg, rgba(250,159,65,1) 0%, rgba(239,110,46,1) 100%);
    border-radius: 10px;
}
.inner-contact-foot form{
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    width: 1200px;
    text-align: right;
    margin: 0 auto;
}
#inner-contact-phone{
    width: 350px;
    height: 50px;
    padding-left: 18px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 18px;
}
#inner-contact-submit{
    width: 140px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    background: #f8cd32;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    margin-left: 12px;
}
.inner-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 88888888;
    display: none;
}
.inner-contact-bus-pop,.inner-contact-car-pop{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 460px;
    height: 620px;
    margin: auto;
    z-index: 99999999;
    display: none;
}
.inner-contact-bus-pop img,.inner-contact-car-pop img{
    width: 100%;
}
.inner-contact-bus-pop h5,.inner-contact-car-pop h5{
    font-size: 16px;
    margin: 18px 0;
    text-align: center;
}
.inner-contact-bus-pop h5 span,.inner-contact-car-pop h5 span{
    color: #ec6b01;
}
.inner-contact-bus-pop form,.inner-contact-car-pop form{
    padding: 0 24px;
}
.inner-contact-bus-pop form #inner-contact-bus-name,.inner-contact-bus-pop form #inner-contact-bus-phone,.inner-contact-car-pop form #inner-contact-car-name,.inner-contact-car-pop form #inner-contact-car-phone{
    display: block;
    width: 362px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    outline: none;
    margin: 12px auto;
    padding-left: 18px;
    font-size: 16px;
}
.inner-contact-bus-pop form #inner-contact-bus-submit,.inner-contact-car-pop form #inner-contact-car-submit{
    display: block;
    width: 380px;
    height: 50px;
    border-radius: 10px;
    outline: none;
    margin: 12px auto;
    font-size: 16px;
    border: none;
    color: #fff;
    background: rgb(250,159,65);
    background: linear-gradient(180deg, rgba(250,159,65,1) 0%, rgba(239,110,46,1) 100%);
    cursor: pointer;
}
.inner-contact-bus-pop p,.inner-contact-car-pop p{
    width: 380px;
    margin: 0 auto;
    padding: 18px 0;
    font-size: 14px;
    color: #666;
}
.inner-contact-bus-pop p span,.inner-contact-car-pop p span{
    color: #ec6b01;
}
.inner-contact-pop-close{
    width: 50px!important;
    display: block;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}
.inner-pic-jxzj{
    overflow: hidden;
    margin: 12px 0;
}
.inner-pic-jxzj li{
    width: calc(25% - 48px/4);
    height: 120px;
    line-height:124px;
    text-align: center;
    background: #e5a28f;
    border-radius: 10px;
}
.inner-pic-jxzj-info .horizontal{
    width: 510px;
    margin: 24px auto;
    overflow: hidden;
}
.inner-pic-jxzj-info .horizontal li{
    float: left;
    width: 90px;
    height: 35px;
    line-height: 35px;
    margin: 0 6px;
}
.inner-pic-jxzj-info .horizontal li a{
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 22px;
}
.inner-pic-jxzj-info .horizontal li.active a{
    background: #ec6c01;
    color: #fff;
}
.inner-pic-jxzj-info-info a{
    position: relative;
    width: calc(25% - 48px/4);
    height: 280px;
    margin-bottom: 12px;
    border-radius: 10px;
}
.index-scape-info-info a{
    position: relative;
}
.inner-pic-jxzj-info-info a p,.inner-pic-jxkt-info a p,.index-scape-info-info a p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 12px;
    border-radius: 10px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.index-scape-info-info a p{
    width: calc(100% - 12px);
    margin: auto;
    left: 0;
    right: 0;
}
.inner-pic-jxzj-info-info-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    display: none;
}
.inner-pic-jxzj-info-info-con{
    width: 60%;
    padding: 24px;
    margin: 104px auto;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.inner-pic-jxzj-info-more{
    position: unset!important;
    display: block;
    width: 170px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center;
    border-radius: 20px!important;
    background: #ec6c01;
    color: #fff;
    margin: 24px auto!important;
}
.inner-pic-jxkt{
    padding-bottom: 42px;
}
.inner-pic-jxkt-info{
    margin: 12px 0;
}
.inner-pic-jxkt-info li{
    width: calc(50% - 16px/2);
}
.inner-pic-jxkt-info li a{
    position: relative;
    margin-bottom: 16px;
    width: calc(50% - 8px);
    float: left;
}
.inner-pic-jxkt-info li:nth-of-type(1) a:nth-of-type(1){
    width: 100%;
    margin-left: unset!important;
}
.inner-pic-jxkt-info li:nth-of-type(1) a:nth-of-type(odd){
    margin-left: 8px;
}
.inner-pic-jxkt-info li:nth-of-type(1) a:nth-of-type(even){
    margin-right: 8px;
}
.inner-pic-jxkt-info li:nth-of-type(2) a:nth-of-type(odd){
    margin-right: 8px;
}
.inner-pic-jxkt-info li:nth-of-type(2) a:nth-of-type(even){
    margin-left: 8px;
}
.window-list{
    padding: 30px 0;
}
.window-list-info{
    overflow: hidden;
}
.window-list-info li{
    float: left;
    width: calc(33.333333% - 6px);
    padding: 0 3px;
    border-radius: 6px;
    margin-bottom: 6px;
}
/*弹窗表单*/
#float-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999999998;
    display: none;
}
#float-info{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 320px;
    height: 520px;
    margin: auto;
    z-index: 9999999999;
    display: none;
}
#float-info-info{
    position: relative;
    height: 100%;
}
.float-info-form{
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    width: 210px;
    padding: 18px;
    margin: auto;
    background: #fff;
    border-radius: 6px;
}
.float-info-form-input{
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin: 10px auto;
    background: #f5f5f5;
    border-radius: 6px;
}
.float-info-form-input span{
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: rgb(253,143,121);
    background: linear-gradient(180deg, rgba(253,143,121,1) 0%, rgba(238,69,74,1) 100%);
    color: #fff;
    text-align: center;
    border-radius: 6px;
}
.float-info-form-input input{
    float: left;
    width: 94px;
    height: 40px;
    background: transparent;
    padding: 0 10px;
    border: none;
    outline: none;
}
#float-submit{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 160px;
    height: 40px;
    background: url('/static/m/img/float-submit.png') no-repeat;
    background-size: cover;
    outline: none;
    margin: auto;
    border: 0;
    cursor: pointer;
}
.float-info-img-main{
    width: 100%;
}
.float-info-img-close{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
}
/*滚动?/
.xqnotice-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:wrap;
	-ms-flex-flow:wrap;
	flex-flow:wrap;
	background-color:#cf2123;
	padding:0 3.125%;
	margin-top:-4px;
}
.xqnotice-xasp{
    width: 1080px;
    margin: 0 auto;
}
.xqnotice-thumb {
    float: left;
	width:24px;
	padding:6px;
}
.xqnotice-thumb img{
    width: 24px;
    margin-top: 5px;
}
.xqnotice-wrap .xqnotice-txt {
    float: left;
	width:calc(100% - 30px);
	margin-left:6px;
}
.xqnotice-wrap .xqnotice-txt a {
	font-size:inherit;
	color:inherit;
}
.xqnotice-wrap .xqnotice-txt #sdemo1 {
	color:#fff;
	font-size:18px;
	text-indent:18px;
}
.xqnotice-wrap .xqnotice-txt #sdemo1,.xqnotice-wrap .xqnotice-txt #sdemo2 {
	display:inline-block;
}
.xqnotice-wrap .xqnotice-txt #sdemo1 span,.xqnotice-wrap .xqnotice-txt #sdemo2 span {
	color:#f4ea2a;
	font-weight:bold;
}
.xqnotice-wrap .xqnotice-txt #sdemo2 {
	color:#fff;
	font-size:18px;
	text-indent:18px;
}
.xqnotice-wrap .xqnotice-txt #sdemo {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	line-height:46px;
	height:44px;
}
.index-banner-page{
    margin-bottom: -30px;
}
.index-banner-page-info{
    display: inline-block;
    bottom: 0!important;
    margin-bottom: 0;
}
.index-banner-page .jianbian{
    display: inline-block;
}
.index-banner-page .jianbian:first-child{
    position: absolute;
    bottom: 14px;
    left: calc(50% - 595px);
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-bottom: -14px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 9;
}
.index-banner-page .jianbian:last-child{
    position: absolute;
    bottom: 14px;
    right: calc(50% - 595px);
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-bottom: -14px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    z-index: 9;
}
.index-banner-page .swiper-pagination-bullet{
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    opacity: 1;
    margin: 0!important;
}
.index-banner-page .swiper-pagination-bullet-active{
    color: #f4ea2a;
}
.index-banner-prev{
    background: url('/static/pc/img/index-banner-left.png') no-repeat;
    background-size: cover;
    width: 30px!important;
    color: transparent!important;
    left: 20px!important;
    opacity: 0;
}
.index-banner-next{
    background: url('/static/pc/img/index-banner-right.png') no-repeat;
    background-size: cover;
    width: 30px!important;
    color: transparent!important;
    right: 20px!important;
    opacity: 0;
}
.index-banner:hover .index-banner-prev,.index-banner:hover .index-banner-next{
    opacity: 1;
}

.dasai-wrap{
    position: relative;
    overflow: hidden;
}
.dasai-wrap img{
    float: left;
    width: 100%;
}
.dasai-wrap video{
    position: absolute;
    top: calc(50% - 212px);
    left: calc(50% - 30.5%);
    border-radius: 10px;
}
ul.dasai-wrap{
    overflow: hidden;
}
ul.dasai-wrap li{
    float: left;
    width: 14.285714%;
}
ul.dasai-wrap li a{
    display: block;
    overflow: hidden;
}
.dasai-wrap-fc{
    background: #fd5e36;
}
.swiper-fc,.swiper-zp{
    position: relative;
    width: 66%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.swiper-fc a,.swiper-zp a{
    width: 100%;
    display: block;
}
.page-fc{
    text-align: center;
    margin-top: 20px;
    --swiper-pagination-color:#fff;
}
.prev-zp,.next-zp{
    --swiper-navigation-color: #fff;
}
.prev-zp:hover,.next-zp:hover{
    --swiper-navigation-color: #ec6c01;
}

.foot-tt{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 0;
    background: #da0023;
    color: #fff;
    z-index: 9999999999;
}
.foot-tt-wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.foot-tt-wrap li{
    width: 33.333333%;
    float: left;
    text-align: center;
    font-weight: 900;
    letter-spacing: 8px;
}
.foot-tt-wrap li:nth-of-type(1){
    border-right: 1px solid #fff;
    width: 40%;
}
.foot-tt-wrap li:nth-of-type(2){
    letter-spacing: 3px;
    width: 30%;
}
.foot-tt-wrap li:nth-of-type(3){
    width: 30%;
}
.foot-tt-wrap li:nth-of-type(3) a{
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 10px;
}
.foot-tt-wrap li:nth-of-type(3) a:nth-of-type(3){
    border-right: none;
}

.sb-prev,.sb-next{
    display: none!important;
}
