﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0
}

html, body {
    overflow-x: hidden;
    /* height: 100% */
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    display: block;
}
    /* .layui-container {margin:1px auto} */
    a:hover {
        text-decoration: none;
        color: #333;
    }

.topHeader {
    /* height: 100px;
    line-height: 100px;*/
    position: absolute;
    top: 15px;
    left: 0px;
}

    .topHeader img {
        width: 120px;
        display: block;
        vertical-align: middle;
    }

.footer {
    background: #2f2f2f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0px
}

.aboutNew div span.font30 {
    font-size: 30px;
    padding-bottom: 10px;
    color: #c3bebe;
    font-family: "微软雅黑";
}

.aboutNew div span {
    font-size: 30px;
    line-height: 40px;
    color: #999999;
    text-transform: uppercase;
    font-family: "宋体";
    display: block;
    text-align: left;
}

.aboutNew {
    display: flex;
}

.footer p {
    /* border-top: 1px solid #373737; */
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.footer-bottom {
    width: 100%;
  /*  line-height: 100px;
    height: 100px;*/
}

    .footer-bottom p {
        line-height: 30px;
        font-size: 16px;
        color: #999999;
        text-align: center;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #565555;
    }

    .footer-bottom a {
        /* border-top: 1px solid #373737; */
        /*  line-height: 20px;
    font-size: 14px;
    color: #fff;*/
        text-decoration: none;
        color: #999999;
        display: inline-block;
    }

.teaFont30 {
    line-height: 30px;
    text-align: left;
    color: #999999;
    margin-top: 4px;
}

    .teaFont30 p {
        line-height: 20px;
        text-align: left;
        color: #999999;
    }

.aboutNew div {
    flex: 1;
}

.search {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
}
/* 导航 */
body .navbar-brand {
    height: 80px;
    padding: 0px;
    font-size: 0px;
    line-height: 80px;
}

body .navbar-default {
    height: 80px;
    border-color: none;
    position: relative;
    z-index: 1000
}

.navbar-nav > li > a {
    line-height: 50px;
    font-size: 18px;
}

.dropdown-menu > li > a {
    padding: 0px 10px;
    line-height: 30px;
}

.open {
    color: #555;
    background-color: #e7e7e7;
}

.caret {
    display: none
}
/* 导航修改的样式 */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content {
    max-width: 1200px;
    margin: 0px auto;
}

#demo-list > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #333;
    line-height: 100px;
}

#demo-list > li:after {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    width: 0px;
    left: 50%;
    margin-left: -10px;
    height: 2px;
    border-bottom: 2px solid #a37d04;
    top: 70px;
}

#demo-list > li:hover:after {
    width: 20px;
}

/*#demo-list .active > a {
    color: #333
}*/
#demo-list > li.active > a {
    color: #333;
}
#demo-list > li:hover > a {
    color: #333
}

#demo-list .mediaList {
    display: none
}

.jquery-accordion-menu-footer {
    display: none
}

#demo-list .submenu-indicator {
    font-size: 0px
}

.navBg {
    height: 100px;
}
/* banner */
.bannerImg img {
    display: block;
    width: 100%
}
.bannerTopImg a {
    position: absolute;
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    background: #ffe181;
    border-radius: 5px;
    text-shadow: 2px 2px 1px #000;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0px 40px;
}

.bannerTopImg .signtip {
    position: absolute;
    width: 273px;
    height: 73px;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%,0);
}
.bannerImg, .bannerTopImg, .secondBanner {
    text-align: center;
}
/* banner */
/* 
 新闻
 */
.musicNews {
    background: #f4f4f4;
    padding: 50px 0px;
}

.font28px {
    width: 20%;
    display: inline-block;
    margin-top: 15px;
}

    .font28px p {
        font-size: 90px;
        line-height: 90px;
        color: #999999;
        text-transform: uppercase;
        font-family: "宋体";
    }

        .font28px p i {
            display: block;
            width: 90px;
            height: 2px;
            background: #999999;
        }

    .font28px h3 {
        font-size: 30px;
        margin-top: 15px;
        color: #444
    }

.newsBtn span {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    line-height: 40px;
    width: 100%;
    height: 100%
}

.newsBtn {
    display: block;
    background: #f9be00;
    font-size: 14px;
    height: 40px;
    width: 80%;
    margin-top: 25px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

    .newsBtn:after {
        content: "";
        background: #f08c00;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 0px;
        border-radius: 4px;
        z-index: 1;
        transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .newsBtn:hover:after {
        width: 100%;
        transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

.newsHomeList li {
    margin-top: 15px;
}

.newsHomeList {
    width: 78%;
    float: right;
}

.news-img {
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
}

    .news-img img {
        display: block;
        height: 100px;
        object-fit: cover;
        transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
    }

.newsHomeList li:hover img {
    transform: scale(1.1);
}

.news-info {
    width: 46%;
    margin-left: 5%;
    margin-right: 10%;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.newsHomeList ul li a > div {
    display: inline-block;
    vertical-align: middle;
}

.news-btn {
    width: 70px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.time {
    font-size: 20px;
    color: #3b3936;
    line-height: 1;
    margin-bottom: 15px;
}

.more {
    border-left: 1px solid #bababa;
    padding-left: 20px;
}

.newsHomeList li:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

    .newsHomeList li:hover .news-info,
    .newsHomeList li:hover .news-btn {
        transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
    }

.news-info h4 {
    font-size: 16px;
    line-height: 30px;
}

.news-info p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}
/* 
 专家团队
 */
.musicTitle {
    margin: 0 auto;
    text-align: center;
}

    .musicTitle i {
        width: 90px;
        height: 2px;
        background: #999999;
        display: block;
        margin: 0 auto
    }

    .musicTitle span {
        font-size: 30px;
        line-height: 40px;
        color: #999999;
        text-transform: uppercase;
        font-family: "宋体";
    }

    .musicTitle h3 {
        font-size: 30px;
        margin-top: 15px;
        color: #444
    }

.musicZj {
    padding: 50px 0;
}

.homeZjList {
    margin-top: 30px;
}

    .homeZjList li {
        float: left;
        width: 19%;
        margin-left: 1%;
        overflow: hidden;
    }

        .homeZjList li img {
            display: block;
            width: 100%
        }

        .homeZjList li p {
            font-size: 16px;
            line-height: 30px;
            height: 50px;
            text-align: center;
        }

        .homeZjList li img {
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            max-width: 100%;
            height: auto;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .homeZjList li:hover {
            box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);
        }

            .homeZjList li:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
            }

        .homeZjList li .inteam-img {
            overflow: hidden;
            position: relative;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

.musicZj .newsBtn {
    width: 150px;
    margin: 20px auto 0;
}
/* 
名家会展 
 */
/* 本例子css */
.zjBanner {
    width: 100%;
    height: 100%;
}

.roll {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */ display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.musicZj .zjBanner {
    margin-top: 30px;
}

.roll {
    position: relative;
    margin-right: 70px;
    perspective: 1000px;
    cursor: pointer;
}

.tName {
    color: #fff;
    font-size: 18px;
    padding-top: 13px;
    margin-bottom: 5px;
}

.tTitle {
    font-size: 12px;
    color: #b4b4b4;
}

#prev {
    left: 0;
    width: 49px;
    height: 90px;
    background: url(../images/prev.png) no-repeat;
    position: absolute;
    cursor: pointer;
}

#next {
    right: 0;
    background: url(../images/next.png) no-repeat;
    width: 49px;
    height: 90px;
}

.roll .box-content {
    width: 100%;
    height: 302px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    overflow: hidden;
}

.roll .box-img {
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}

.roll:hover .box-img {
    transform: rotateY(-90deg);
}

.roll:hover .box-content {
    transform: rotateY(0);
}

.roll .box-content .t1, .roll .box-content2 .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
}

.roll .box-content .t2, .roll .box-content2 .t2 {
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
}

.roll .box-content .t3, .roll .box-content2 .t3 {
    width: 190px;
    height: 1px;
    background: #fff;
    margin: 20px auto 0;
}

.roll .box-content .t4, .roll .box-content2 .t4 {
    font-size: 14px;
    width: 182px;
    text-align: justify;
    color: #fff;
    margin: 20px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.box-content2 {
    position: absolute;
    left: 0px;
    top: -470px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
}

.box-img {
    position: relative;
}

    .box-img h3 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(0,0,0,0.5);
        width: 100%;
    }

.zjBanner .swiper-wrapper {
    overflow: hidden;
}

.footer {
    background: #2f2f2f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0px
}

.aboutNew {
    display: flex;
    justify-content: center;
    align-items: center
}

    .aboutNew div span {
        font-size: 30px;
        line-height: 40px;
        color: #999999;
        text-transform: uppercase;
        font-family: "宋体";
        display: block;
        text-align: left;
    }

        .aboutNew div span.font30 {
            font-size: 30px;
            padding-bottom: 10px;
            color: #c3bebe;
            font-family: "微软雅黑";
        }

.teaFont30 {
    line-height: 80px;
    color: #999999;
}

.aboutNew div {
    flex: 1
}

.teaFont30 p {
    line-height: 27px;
    text-align: left;
    color: #999999;
}

.footer > div > p {
    border-top: 1px solid #373737;
    line-height: 40px;
    font-size: 14px;
    color: #777;
}

.worksDemo .swiper-slide a p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #444;
}

.works {
    margin: 30px 1% 0
}

.worksDemo > div {
    background: #fff;
    transition: all 0.5s;
}

    .worksDemo > div:hover {
        box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);
    }

    .worksDemo > div img {
        margin: 10px auto 0;
        display: block;
        width: 162px;
        height:182px;
    }

.zjList > div {
    width: 232px;
    float: left;
}

.zjList {
    margin-top: 30px;
}

    .zjList > a {
        display: inline-block;
    }

#zjButton {
    margin-top: 40px;
}

.zjList .roll:last-child {
    margin-right: 0px;
}

/* 
	 二级页面
*/
.secondPage {
    width: 78%;
    float: left;
}

.secondNews li {
    margin-top: 15px;
}

    .secondNews li:hover img {
        transform: scale(1.1);
    }

.news-info {
    width: 46%;
    margin-left: 5%;
    margin-right: 10%;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.secondNews ul li a > div {
    display: inline-block;
    vertical-align: middle;
}

.news-btn {
    width: 70px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.time {
    font-size: 20px;
    color: #3b3936;
    line-height: 1;
    margin-bottom: 15px;
}

.more {
    border-left: 1px solid #bababa;
    padding-left: 20px;
}

.secondNews li:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

    .secondNews li:hover .news-info,
    .secondNews li:hover .news-btn {
        transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
    }

.secondPage {
    margin-top: 30px;
}

.pagelist {
    margin: 30px auto;
    text-align: center;
}

.secondRight {
    width: 20%;
    float: right;
    margin-top: 30px;
}

    .secondRight div {
        height: 54px;
        line-height: 54px;
        color: #333333;
        padding-left: 17px;
        background: #dcdcdc;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 18px;
    }

    .secondRight ul li {
        border: 1px solid #f0f0f0;
        border-top: none;
        font-size: 14px;
        padding: 15px;
        cursor: pointer;
    }

.breads a {
    color: #444;
    font-size: 14px;
}

.breads {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

    .breads a:last-child {
        color: #9b0614
    }
/* 
 大赛简介
 */
.secondText {
    width: 100%;
    background: #f7f7f7;
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.font16 {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    font-weight: bold;
    color: #444;
}

.font16_contactUs {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
    font-weight: bold;
    color: #444;
}

.font14 {
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    margin-top: 10px;
    color: #444
}

.secondCon {
    padding: 30px 30px 50px;
    min-height: 600px;
}

.font14p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    margin-top: 10px;
    color: #444;
    font-weight: bold;
}

.secondNav {
    margin: 40px auto 0;
    text-align: center;
    background: #fff;
}

#regular {
    margin: 0 auto;
    padding: 40px 0px 0
}

    #regular li {
        cursor: pointer;
    }

.secondNav ul {
    display: inline-block;
    margin: 0 auto
}

.pagination-container {
    margin-top: 10px;
}

.secondNav ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0px 20px;
    margin-left: 10px;
    border-radius: 5px;
}
    /*#regular li {
    cursor: pointer;
    padding: 0px;
}
#regular ul li {
    background: #f9be00;
}*/


    .secondNav ul li.liActive {
        background: #f9be00;
    }

    .secondNav ul li:hover {
        background: #f9be00;
    }

#regular ul li.liActive {
    background: #f9be00;
}

#regular ul li:hover {
    background: #f9be00;
}
/*#meiSheng > li:nth-child(2) {
    width: 16%;
    height: 240px;
    margin: 0 7%;

}*/
.secondCon .works-listOneC li a {
    display: block
}

.secondCon .works-listOneC li {
    width: 18%;
    height: 270px;
}

.works-listOneC li .works-img {
    height: 220px
}

#meiSheng > li:nth-child(2) .name {
    line-height: 24px;
    margin-bottom: 0px;
}
/*#meiSheng > li:first-child .works-img {
    height: 200px
}*/
#meiSheng li:nth-child(2) .works-img {
    box-shadow: 4px 4px 20px rgba(0,0,0,0.5)
}

#meiSheng li:nth-child(2) {
    width: 15%;
    margin-left: 2%
}

.works-list li:nth-child(6n+2) {
    margin-left: 4%
}

.works-list li {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    height: 220px;
    cursor: pointer;
    margin-top: 15px;
}

    .works-list li img {
        border-radius: 8px;
        width: 100%;
        /*	height:240px;*/
        transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
    }

.works-img {
    overflow: hidden;
    position: relative;
    height: 170px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    border-radius: 8px;
}

.works-list li:hover .works-img {
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

    .works-list li:hover .works-img img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

.works-list .name {
    font-size: 14px;
    line-height: 40px;
    color: #444;
    text-align: center;
    margin-bottom: 10px;
}

.works-list2 li {
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    ;
    cursor: pointer;
    margin-top: 15px;
    background: #fff;
    padding: 5px;
    border: 1px solid #efefef;
    transition: all 0.5s;
}

.exhimg, .exhname {
    width: 48%;
    float: left
}

.exhimg {
    width: 46%;
}

    .exhimg img {
        display: block;
        width: 100%
    }

.exhname {
    font-size: 14px;
    line-height: 30px;
    margin-left: 6%
}

    .exhname h4 {
        font-weight: bold;
        border-bottom: 1px solid #efefef;
    }

.exhname {
    margin-top: 15px;
}

    .exhname p {
        border-bottom: 1px solid #efefef;
        line-height: 22px;
        font-size: 12px;
    }

        .exhname p i {
            display: inline-block;
            margin-right: 5px;
            width: 14px;
            vertical-align: middle;
        }

            .exhname p i img {
                display: block;
                vertical-align: middle;
                width: 100%;
            }

.works-list2 li:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}
/* 
右侧飘窗 
 */
.comLeft1 {
    width: 60px;
    height: 163px;
    position: fixed;
    top: 40%;
    right: 1px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #efefef;
    z-index:100
}

    .comLeft1 div {
        cursor: pointer;
        position: relative;
        height: 40px;
        border-bottom: 1px dashed #ddd;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }

        .comLeft1 div p {
            position: absolute;
            top: 0px;
            right: 60px;
            width: 100px;
            background: #9B0614;
            color: #fff;
            display: none
        }

        .comLeft1 div p {
            padding: 0px 0
        }

            .comLeft1 div p > span {
                line-height: 26px;
                font-size: 14px;
                display: block;
            }

        .comLeft1 div:first-child {
            margin-top: 20px;
        }

        .comLeft1 div:last-child {
            border-bottom: none
        }

.comLeftBar1 img {
    width: 60px;
}

.comLeft1 div p.code img {
    width: 100px;
}

.comLeft1 div p.code {
    top: -30px;
    right: 65px;
}

/* 
 登录
 */
.secondBanner img {
    width: 1200px;
    display: block;
    margin: auto;
}
.infoBanner img  {
    width: 1200px;
    display: block;
    margin: auto;
}

#layui-form1 .layui-form-label, #layui-form6 .layui-form-label {
    width: 150px
}

#layui-form1, #layui-form6 {
    width: 580px;
    margin: 30px auto
}

    #layui-form1 .layui-form-item .layui-input-inline, #layui-form6 .layui-form-item .layui-input-inline {
        float: left;
        width: 290px;
        margin-right: 10px;
    }

#layui-form6 {
    display: none
}

.singTabo1 {
    position: relative;
}

.submit {
    background: #cb9c06;
    padding: 0px 50px;
}

.perHeader {
    height: 60px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(67, 67, 67, 0.14);
    box-shadow: 0 3px 6px 0 rgb(67, 67, 67, 0.14);
    margin-bottom: 25px;
    background: #fff
}

    .perHeader p {
        font-size: 16px;
        line-height: 60px;
        padding-left: 30px;
        cursor: pointer;
        display: inline-block
    }

        .perHeader p:hover, .perHeader div:hover {
            color: #f9be00;
            font-weight: bold;
        }

        .perHeader p img {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            margin-right: 5px;
        }

    .perHeader div {
        position: absolute;
        width: 150px;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
        right: 0px;
        top: 0px;
        text-align: center;
    }

.perLeft {
    width: 200px;
    background: #f4f4f4;
    padding: 0;
    float: left;
}

    .perLeft > div > div {
        font-size: 16px;
        line-height: 50px;
        display: inline-block;
        cursor: pointer;
        padding: 0px 15px;
        border-bottom: 2px solid #e7e7e7;
        background: #fff
    }

    .perLeft > div {
        margin: 10px auto;
        text-align: center;
        background: #fff;
        width: 90%
    }

        .perLeft > div > div.aActive a {
            color: #f9be00;
            font-weight: bold;
        }

        .perLeft > div > div.aActive {
            border-bottom: 2px solid #f9be00;
        }

.perRight {
    min-height: 600px;
    padding-top: 50px;
    background: #fff;
    margin-top: 43px;
    margin-bottom: 43px;
}

.perLeft img {
    display: block;
    width: 100%;
}

.perName {
    text-align: center;
    font-size: 16px;
    line-height: 28px
}

.perName1 {
    text-align: center;
    font-size: 14px;
    line-height: 22px
}

.perImg1 {
    width: 295px;
    height: 413px;
    margin: 0 auto
}

    .perImg1 img {
        width: 295px;
        height: 413px;
    }

#layui-form2 .layui-form-label {
    padding: 9px 15px;
    width: 120px;
}

#layui-form2 .layui-input-block {
    margin-left: 150px;
    width: 320px;
    min-height: 36px;
}

#layui-form2, .matchePaR {
    width: 79%;
    float: left;
    margin-left: 1%
}

.perLeftList > div {
    box-sizing: border-box;
    height: 50px;
}

.student01, .student02 {
    background: #fff;
    padding: 0px 50px 50px;
}

#faceimg {
    width: 150px;
    height: 150px;
}

#layui-form2 .layui-form-item .layui-input-inline {
    margin-left: 30px;
}

#layui-form2 .layui-form-item .layui-input-block {
    line-height: 38px
}

#layui-form2 .layui-form-item #quiz3, #layui-form2 .layui-form-item #quiz2,
#layui-form2 .layui-form-item #shenfen2 {
    margin-left: 0px;
}

.perBtm2 > a {
    display: block;
    border-color: #d7a609;
    background: #e7c34d;
    color: #363636;
    padding: 9px 20px;
    width: 150px;
    text-align: center;
    margin: 20px auto;
}

.perNameImg {
    width: 150px;
    height: 150px;
    margin: 0 auto
}

    .perNameImg img {
        display: block;
        width: 100%
    }

.matcheList li {
    display: flex;
    line-height: 40px;
    text-align: center;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #ddd
}

    .matcheList li:first-child {
        background: #e9e9e9;
        line-height: 40px;
    }

.matchebtn a {
    display: inline-block;
    padding: 0px 25px;
    line-height: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    background: #f9be00
}

.matcheList li p {
    flex: 1
}

#matchO3 li {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

    #matchO3 li > .layui-input-block {
        height: 40px;
        line-height: 40px;
        margin-left: 0px
    }

#matchO3 {
    width: 400px;
    margin: 0 auto
}

.ms01 {
    font-size: 12px;
    padding-left: 6px;
}

#layui-form4 .layui-form-label {
    padding: 9px 15px;
    width: 120px;
}

#layui-form4 .layui-input-block {
    margin-left: 150px;
    min-height: 36px;
}

#layui-form4 .layui-input-inline {
    margin-left: 30px;
}

#layui-form4 .layui2 {
    margin-left: 0px;
}

#layui-form4 .layui-elem-field legend {
    text-align: center;
}

.formBtn3 {
    text-align: center;
    margin-top: 50px
}

    .formBtn3 .layui-form-checkbox {
        height: 20px;
        line-height: 20px;
        margin-right: 10px;
        padding-right: 20px;
    }

        .formBtn3 .layui-form-checkbox i {
            width: 20px;
            height: 20px;
            border: 1px solid #d2d2d2;
            border-left: 1px solid #d2d2d2;
        }

    .formBtn3 p {
        margin-bottom: 5px;
    }

.layui3 {
    line-height: 38px;
    font-size: 14px;
    color: #444
}

.fon16 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.fon14 {
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 10px;
    padding: 0px 20px;
    text-align: justify;
}

#matchO3 .perBtm2 > a {
    margin: 20px 50px;
    padding: 0px;
}

.singTab div {
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
    padding: 0px 20px;
    display: inline-block;
    box-sizing: border-box;
}

.singTab {
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .singTab div.actDiv {
        color: #cb9c06;
        border-bottom: 2px solid #cb9c06
    }

.box-img img {
    width: 226px;
    height: 302px;
}

.upImg a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.musicText {
    padding: 50px;
    margin: 30px 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .musicText h4 {
        font-size: 20px;
        color: #333;
        line-height: 40px;
        text-align: center;
    }

.gechi img {
    display: block;
    margin: 0 auto;
}

.cover2 img {
    display: block;
    margin: 0 auto;
    width: 84%
}

.workcover img {
    display: block;
    margin: 0 auto;
    width: 50%
}

.numZuo {
    text-align: center;
    height: 50px;
    font-size: 14px;
}

    .numZuo span strong {
        color: #c30d23;
    }

.nextBTn {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .nextBTn a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        cursor: pointer;
    }

.numZuo .btnCtou {
    margin-left: 5px;
    display: inline-block;
    background: #c30d23;
    padding: 0px 10px;
    border-radius: 3px;
    line-height: 30px;
    color: #fff;
}

.zixun1 a, .zixun2 a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    cursor: pointer;
}

    .zixun1 a i, .zixun1 a i img, .zixun2 a i, .zixun2 a i img {
        display: inline-block;
        width: 16px;
        margin-right: 10px;
    }

.zixun1 p, .zixun2 p {
    font-size: 14px;
    line-height: 30px;
}

.zixun1, .zixun2 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #b7b6b6;
}

.textTop {
    background: #efefef;
    display: flex;
    border: 1px solid #ddd;
    margin-top: 30px;
}

    .textTop div {
        font-size: 14px;
        text-indent: 2em;
        line-height: 30px;
        color: #333
    }

.impImg img {
    width: 150px;
    margin: 20px 20px 5px;
    border-radius: 5px;
}

.impImg2 {
    padding: 40px 30px 40px 0;
}

.zjImg3 {
    margin-top: 20px;
}

    .zjImg3 strong {
        font-size: 14px;
        color: #c30d23;
        line-height: 30px;
    }

    .zjImg3 p {
        line-height: 28px;
        font-size: 14px;
        text-indent: 2em;
    }

.musicText .nextZj a {
    width: 50%;
    float: left;
    color: #871206
}

    .musicText .nextZj a:first-child {
        color: #a9630f
    }

.textTop .impImg {
    text-indent: 0em;
}

#layui-form4 {
    width: 100%
}

    #layui-form4 .layui-input-inline {
        margin-left: 30px;
    }

#laoshi li, #addStudent li {
    line-height: 36px;
    font-size: 14px;
    color: #666
}

    #laoshi li > div, #addStudent li > div {
        border: 1px solid #e6e6e6;
        line-height: 36px;
        padding-left: 2px;
    }

.teaBtn, .stuBtn2 {
    display: inline-block;
    cursor: pointer;
    padding: 8px 30px;
    color: #fff;
    font-size: 16px;
    background: #bf800e;
    border-radius: 5px;
}

.delTea, .delTea img, .delstu, .delstu img {
    width: 30px;
    display: inline-block;
    cursor: pointer;
}

.teaUp {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    width: 100px;
    color: #fff;
    font-size: 16px;
    background: #009688;
    border-radius: 5px;
}

.stuUp {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    width: 100px;
    color: #fff;
    font-size: 16px;
    background: #009688;
    border-radius: 5px;
}

.student05 {
    width: 400px;
    margin: 0 auto;
    padding-top: 30px
}

.teaBtn:hover, .teaUp:hover, .stuBtn2:hover {
    color: #fff
}

.student04 {
    width: 98%;
    margin: 0 auto;
    position: relative;
    padding: 30px 0px
}

    .student04 legend {
        position: absolute;
        background: #fff;
        height: 40px;
        padding: 0px 20px;
        line-height: 40px;
        font-size: 16px;
        left: 0px;
        top: -20px;
    }

#layui-form4 .layui-elem-field legend {
    text-align: center;
}

.student04 {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 40px;
}
.stepTwo{border:1px solid #ddd;padding-top:30px;}
.newModel {padding-bottom:50px;}
.grLeftCen,.stepTwo{width:160px;text-align: center;}
.stepTwo .comStep .layui-timeline-axis {background-color: #5FB878;color:#fff;font-size:0px;}
.stepTwo .selectStep .layui-timeline-axis {background-color: #5FB878;color:#fff;font-size:12px;}
.stepTwo .layui-timeline-axis {background-color: #ededed;color:#999;font-size:12px;left:10px;top:5px;}
.stepTwo .layui-timeline-item:before {left: 20px;top: 6px;}
.stepTwo .layui-timeline-title {font-size:14px;line-height:30px;cursor: pointer;}
.stepTwo .layui-timeline {box-shadow: 0px 4px 4px #ddd;}
#newForm .layui-form-label {padding: 9px 5px; width: 100px;}
.musicMatch {max-width:700px;margin:0 auto;}
.newBtnNext {display:inline-block;background:#e19500;color:#fff;font-size:16px;border-radius:5px;margin: 20px 40px 10px 165px;cursor: pointer;}
.numStudent > div {margin-top:20px;}
.newBtnNext2 {display:block;background:#e19500;color:#fff;font-size:16px;border-radius:5px;margin:10px auto;width:150px;text-align: center;}
.numStudent {clear: both;*zoom:1}
.clear{clear:both}
.numStudent,.numTexcher {position: relative;margin-top:30px;border-top: 1px solid #ddd;padding-top:20px;}
.xsMatch > div:first-child {margin-top:20px;}
#choiceNews {max-width: 600px;margin:30px auto;}
#choice { text-align: center;width:100%;text-align: center;}
#choice > div {margin:0 auto;width:320px;}
.numStudent legend,#addUl li legend,.numTexcher legend{    position: absolute;z-index:5;
    background: #fff;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 16px;
    left: 0px;
    top: -20px;}

.xsMatch .newBtBig ,.xsMatchTe .newBtBig{text-align: center;margin:20px auto;}
.xsMatch .newBtBig .newBtnNext,.xsMatchTe .newBtBig .newBtnNext{margin-left:0px;}
.demoText2,.sealText2 {text-align: center;}
.fildName,.fildTips {font-size:14px;line-height:30px;color:#444}
.stepTwo ul li .layui-text a:not(.layui-btn) {color:#333;text-decoration: none;}
.erPhoto {height:100px;width:110px;margin:0 auto}
.erPhoto img {display:block;height:100px;width:80px;margin:0 auto}
/* .numStudent > div.stQy {width:100%;} */
#newForm .rowThree {display: flex;}
#newForm .rowThree .layui-input-inline{flex:1}
.upImg {text-align: center;}
.numStudent .lineOne {width:200px;margin-top:10px;text-align: center;}
.numStudent  .layui-input-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.rowFour{display: flex;}
.rowFour > div:last-child {margin-right:5px;}
/* #newForm .rowFour > div label {width:50px}
#newForm .rowFour > div:first-child label {width:100px;padding:9px 5px} */
/* .addNewSt > div {width:50%;float: left;margin-top:10px;;} */
.addNewSt > div {margin-top:10px;}
.addNewSt > div.stQy {width:50%}
/* .addNewSt > div:first-child {width:49.5%} */
/* #newForm .rowFour > div > .layui-input-block {
    margin-left: 50px;
} */
#newForm .rowTwo {display: flex;}
#newForm .rowTwo > div{flex:1}
/* #newForm  .rowFour > div:first-child > .layui-input-block {
    margin-left: 110px;
} */
.addNewSt > div.rowFour {width:100%}
/* #newForm .rowFour > div .rowAge
{
	width:50px
} */
/* #newForm .rowFour > div .rowBirthday{
	width:80px
} */
#newForm .layui-input, #newForm .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    color: #7c7c7c;
}
#area-picker {padding-left:30%}
/* #newForm .rowFour > div .rowClass{
	width:150px
} */

.numStudent  .lineOneParent {width:200px;margin-top:0px}
.PopupWin {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 19891015;
    overflow-y: scroll;
    display: none;
}
.PopupWinBox {max-width: 1200px;margin:20px auto;background:#fff;position: relative;border-radius:5px}
.popClost {position: absolute;width:38px;height:38px;right:0px;top:0px;}
.PopupWinDemo {padding:20px 50px 10px;}
.PopupWinDemo > div {margin-top:10px;}
.ylFont20 {font-size:18px;font-weight:bold;line-height:40px;color:#444}
.ylDiv ul li label {font-size:14px;line-height:26px;width:100px;text-align: right;}
.ylDiv ul li span {font-size:14px;line-height:26px;padding-left:10px;color:#666}
.ylDiv ul li {display: flex;justify-content:flex-start;align-items: center;}
.ylDiv  li {width:50%;float: left;}
.ylDivTeDeom > li {position: relative;border:1px solid #e7eaee;}
.xsNumber {font-size: 20px;position: absolute;left:50%;margin-left:-85px;top:-24px;
    line-height: 43px;
    color: #565656;
    text-align: center;
    font-weight: bold;
   /* background: url(/images/flow.jpg);*/
    background-size: 100%;
    width: 170px;
    height: 40px;
    display: block;
}
.ylDivTeDeom2,.ylFoDeom2{display: none;}
.ylDivBtn {text-align: center;margin:20px 0 30px;}
.ylDivBtn > div {cursor: pointer; width:100px;background:#0076C0;color:#fff;font-size:16px;line-height:40px;height:40px;border-radius:2px;margin:10px auto 0;display:inline-block}
    .ylDivBtn > div:last-child{
        margin-left:50px
    }
.ylDivTeDeom > li>.phoRight {max-width:900px;padding-top:30px}
.phoRight > div {display: flex;justify-content:flex-start;align-items: center;width: 50%;float: left;margin-bottom: 5px;}
/* .ylDivTeDeom > li>.phoRight {max-width:900px;display: flex;justify-content:flex-start;align-items: center;} */
.ylDivTeDeom > li div label {font-size:14px;line-height:26px;width:100px;text-align: right;}
.ylDivTeDeom > li div span {font-size:14px;line-height:26px;padding-left:10px;color:#666;width:250px;}
.ylDivTeDeom > li div.phoDemo {width:350px;display:flex;justify-content: center;padding-top:40px;flex-direction: row;    border-right: 1px solid #e7eaee} 
.ylDivImg img,.ylDivImg2 img {width:150px;height:120px;display: block;margin:0 5px;}
.ylDivImg2{display: none;}

.ylFoDeom > li { position: relative;display: flex; border-top: 2px solid #e7eaee;padding-top: 20px;margin-top: 30px;}


    .ylFoDeom > li:first-child {
        margin-top: 10px;
    }
.ylFoDeom > li>div {flex:auto;display: flex;justify-content:flex-start;align-items: center;}
.ylFoDeom > li div label {font-size:14px;line-height:26px;padding:0px 10px;;text-align: right;}
.ylFoDeom > li div span {font-size:14px;line-height:26px;padding-left:10px;color:#666;width:auto;}
.ylDivTeDeom > li {display:flex;margin-top:30px;}
.ylFoDeom .xsNumber {top:-24px}
.ylDivBtn .btnShowline,.ylDivBtn .ylshowLine3 {background:#fe6265;display: none;width:60px;    line-height: 30px;height: 30px;}
.newAPoll {padding:40px 0}
.pollform {max-width:500px;margin:0px auto;padding-top:150px;min-height:500px;}
.pollformBtn {text-align: center;}
.newAPoll > .layui-container {
    background: #fff;
    box-shadow: 0 0 5px rgb(0, 0, 0,0.3);
    -webkit-box-shadow: 0 0 5px rgb(0, 0, 0,0.3);
}
.pollformBtn .layui-btn {padding:0 38px}
#consuPage {
    background: #fff;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
}
#consuPagTe {
    background: #f6f6f6;
    padding: 20px 0 50px;
}

.phoDemo p {font-size:14px;text-align: center;line-height:30px;}
.phoDemo .erPhoto {
    height: 130px;
    width: 110px;
    margin: 0 auto;
}
.popClost img {width:100%;}
.test2 {font-size: 14px;cursor: pointer;
    border-radius: 5px;
    margin-top: 2px;
    color: #fff;
    background: #0076C0;
    display: inline-block;
    padding: 0px 5px;
    line-height: 30px;
}
.test2:hover {color:#fff}
/* .numStudent > div.stQy  .layui-unselect {width:80px;} */
.stepTwo ul.layui-timeline-item:last-child:before {
    content: "";
        position: absolute;
        left: 5px;
        top: 0;
        z-index: 0;
        width: 0px;
        height: 100%;
}
.layui-timeline .comStep:before {
    background-color: #5fb878;
}
.stepTwo ul .selectStep .layui-text a:not(.layui-btn) {color:#5fb878;text-decoration: none;}
.addTeacher {
    top:24px;left:50%;margin-left:-24px;
    position: absolute;
    width: 48px;background:#fff;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;}
#addUl li {position: relative;border-top:1px solid #ddd;margin-top:50px;}
#addUl li .numStudent,#addUl li .numTexcher {border-top:none;margin-top:0px;}
#addUl li .numStudent {display: flex;flex-direction: row;}
.grFormT24p {position: absolute;right:0px;width:100%;top: -25px;
    z-index: 5;}
	.grShowBtn {
		display:inline-block;position:absolute;left:50%;margin-left:-24px;background:#fff;
	    width: 48px;
	    cursor: pointer;
	    color: #fff;
	    border-radius: 5px;
	    line-height: 32px;
	    
	    text-align: center;
	    font-size: 14px;
	}
	.grDelBtn {
        display:inline-block;margin-left:20px;position:absolute;right:5px;background:#fff;
	    width: 48px;
	    cursor: pointer;
	    color: #fff;
	    border-radius: 5px;
	    line-height: 32px;
	  
	    text-align: center;
	    font-size: 14px;
	}
	.grDelBtn img{width:36px;margin-top:6px;}
	.grShowBtn img {width:48px;}
	.grShowBtn i {position: absolute;font-size:16px;top:2px;right:0px;width:48px;line-height:48px;font-style: normal;font-weight: bold;;}
.stu_info div {
    border: 1px solid #e6e6e6;
    line-height: 36px;
    padding-left: 2px;
}
.newModel {
    display: flex;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #ddd;
}
#newForm {flex:0 960px;border-left:5px solid #ddd;margin-left:20px;}
#div_radio li {
    display: inline-block;
}
/*
 名家会客厅 
 */
.qiCenter {
    margin-top: 30px;
    background: #F7F7F7;
    border: 1px solid #ddd;
    padding: 10px;
}

.qih3 {
    font-size: 16px;
    line-height: 80px;
    font-weight: bold;
    background: #007DDB;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: url("../images/flower.png");
    height: 80px;
    width: 80px;
    background-size: 100% 100%;
    position: absolute;
    ;
    top: 0px;
    left: 0px;
}

.qiTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 30px 0px;
    text-align: center;
    position: relative;
}

.qiDao {
    font-size: 14px;
    margin-top: 10px;
    color: #1f2120;
    font-weight: bold;
}

.qiJie {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-top: 10px;
}

.qiCon {
    display: flex;
    margin-top: 40px;
}

.qiConLeft {
    width: 40%
}

    .qiConLeft video {
        display: block;
        width: 100%
    }

.qiConRight {
    width: 60%;
    padding-left: 20px;
}

    .qiConRight .qiFont14 {
        font-size: 14px;
        line-height: 28px;
        color: #a40914;
        text-align: left;
        font-weight: bold;
    }

    .qiConRight div {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
    }

.videoList, .m_fang {
    border-top: 5px solid #efefef;
    margin-top: 30px;
}

.videoList1 li {
    width: 24%;
    margin-left: 1%;
    border: 1px solid #BDBDBD;
    height: 400px;
    margin-top: 30px;
    box-sizing: border-box;
    float: left;
}

    .videoList1 li a p {
        margin: 10px 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .videoList1 li img {
        width: 94%;
        display: block;
        margin: 0 auto;
    }

    .videoList1 li div {
        text-indent: 2em;
        font-size: 14px;
        line-height: 28px;
        margin-top: 15px;
        padding: 0px 10px;
        ;
    }

.videoList .qiFont14, .m_fang .qiFont14 {
    font-size: 14px;
    line-height: 28px;
    color: #a40914;
    text-align: left;
    font-weight: bold;
}

.m_tan {
    /* width: 940px;
    height: 550px;
    overflow: scroll; */
    margin: 10px auto;
    background: #f9f9f9;
    padding: 10px;
}

.m_scr h4 {
    height: 40px;
    padding-left: 15px;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 16px;
    color: #F33;
    line-height: 40px;
    text-align: left;
}

.m_scr p {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 24px;
}

.m_scr1 strong {
    padding: 5px 10px;
}

.m_scr1 p {
    padding: 5px 10px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}

#game_box1 {
    width: 50%;
    height: 400px;
    border: 1px solid #ddd;
    margin: 0 auto 20px;
}

#game_box {
    text-align: center;
    margin: 0 auto 20px;
}

    #game_box video {
        text-align: center;
        width: 600px;
        overflow: hidden;
    }

#game_audio {
    text-align: center;
    margin: 0 auto 20px;
}

    #game_audio audio {
        text-align: center;
        width: 600px;
        overflow: hidden;
    }

.source {
    text-align: right;
    font-size: 12px;
    color: #606060;
    line-height: 28px;
    margin-bottom: 10px;
}

    .source .btnCtou {
        margin-left: 5px;
        display: inline-block;
        background: #c30d23;
        padding: 0px 10px;
        border-radius: 3px;
        line-height: 30px;
        color: #fff;
        cursor: pointer;
    }

.musicText h2 {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.secondRight ul {
    margin: 0 auto 20px;
}

.news-info2 {
    width: 60%;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0px 10px 25px
}

.news-img2 {
    height: 140px;
    overflow: hidden;
    border-radius: 6px
}

    .news-img2 img {
        display: block;
        height: 140px;
        object-fit: fill;
        transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
    }

.news-btn2 > div {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0px;
    color: #696865
}

.news-btn2 > .more2 {
    width: 15px;
}

.more2 img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.notice2 li {
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.news-info2 i {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 12px;
    line-height: 14px;
    background: red;
    margin-right: 5px;
    text-align: center;
}

.notice2 li::after, .notice2 li::before {
    content: "";
    display: table;
    clear: both;
}

.news-btn2 {
    margin-left: 2%
}
/* 列表的上一页下一页 */
.pagelist {
    padding: 50px 0 0px;
    text-align: center;
}

    .pagelist span, .pagelist li {
        border-radius: 3px;
        border: 1px solid #dfdfdf;
        display: inline-block;
        padding: 5px 12px;
    }

    .pagelist li {
        margin: 0 3px;
    }

        .pagelist li a {
            display: inline-block;
        }

    .pagelist ul li.active {
        background: #f9be00;
    }

    .pagelist li.upPage-click {
        background: #f9be00;
        color: #FFF;
        border-color: #f9be00;
        margin: 0 2px;
    }

    .pagelist ul li:hover {
        background: #f9be00;
        color: #FFF;
        border-color: #f9be00;
    }

    .pagelist label {
        padding-left: 15px;
        color: #999;
    }

        .pagelist label b {
            color: red;
            font-weight: normal;
            margin: 0 3px;
        }

.ansTitle_con .layui-form-radio {
    margin: 0px 10px 0 0;
    padding-right: 0px;
}

.secondBanner, .infoBanner {
    position: relative;
}

.threeBtn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    z-index: 5
}

.threeBtn2 {
    text-align: center;
}

    .threeBtn2 a {
        background: #fff;
        color: #333;
        font-size: 16px;
        border-radius: 5px;
        font-weight: bold;
        height: 48px;
        line-height: 48px;
    }

        .threeBtn2 a:first-child {
            color: #007AFF
        }

        .threeBtn2 a:last-child {
            color: #f9be00
        }

        .threeBtn2 a:hover {
            color: #fff;
            background: #f9be00;
            opacity: 1;
            box-shadow: 0 0 20px 0 #000;
        }

.zjList > div.swiper-button-next, .zjList > div.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
/*省会 */

.proDeom {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0, 0, 0,0.3);
    -webkit-box-shadow: 0 0 5px rgb(0, 0, 0,0.3);
}

.proContainer {
    background: #F5f5f5;
    padding: 40px 0px 30px
}

.proFont14 {
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.proFont14p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.proFont16 span {
    font-weight: 800;
    font-size: 16px;
    color: #444;
    line-height: 38px;
}

.proOne > li {
    width: 90%;
    margin-top: 20px;
    border: 1px solid #007DDB;
	box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}
.proOne { width: 15%;margin-top: 20px;
    height: 500px;
    overflow-y: scroll}
/* .proOne {
  width: 100%; 
} */
    .proOne > li:first-child {
        margin-top: 0;
    }
.proOne li.actli {
	background:#007DDB;
	color:#fff
}
.proText {
    display: flex;
}

.proTwoDeom {
    width: 35%;
}

.proTwo {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #007DDB;
    border-top: none;
    border-bottom: none
}

    .proTwo li p {
        width: 60%;
        border: 1px solid #007DDB;
        border-radius: 5px;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
        margin: 20px auto 0
    }

.proThree p, .proThree div {
    font-size: 16px;
    line-height: 38px;
}

    .proThree p a {
        padding: 0px 20px;
        color: #007DDB;
        cursor: pointer;
    }

.proThree > div > .pfont30 {
    margin-top: 20px
}

.proThree li > div p:first-child {
    margin-top: 20px;
    padding-top: 10px;
}

.proThree {
    width: 50%;
    margin-top: 20px;
}

    .proThree li {
        padding-left: 10px;
    }

    .proTwo li, .proThree li {
        display: none
    }

.proText li {
    cursor: pointer;
}

.proThree p.pFont14 {
    font-size: 14px;
    color: #7c7c7c
}

.rouMatch {
    font-size: 14px;
    color: #F5F5F5;
    line-height: 38px;
}

/*定义滚动条样式（高宽及背景）*/

/* .proText ::-webkit-scrollbar {
    width: 4px; 
	/* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
   /*  background: #e7e7e7;
} */
.proOne::-webkit-scrollbar {
width: 6px;
}
.proOne::-webkit-scrollbar-thumb{
	border-radius:10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background:rgba(0,0,0,0.2)
}
.proOne::-webkit-scrollbar-track{
	background:#d1d1d1;
	border-radius:0px;
	box-shadow: inset 0 0 5px #d1d1d1;
}
/*.works-listOne {text-align: center;}*/
.works-listOneC {
    text-align: center;
}

.works-listOne li {
    height: 250px;
}

    .works-listOne li p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        color: #5c5c5c;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bold;
    }

    .works-listOne li .name {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0px;
    }

.secondNav ul li {
    position: relative;
}

    .secondNav ul li p {
        display: block;
        padding: 0px 20px;
    }

#meiSheng3 {
    position: relative;
}

    #meiSheng3 div {
        position: absolute;
        z-index: 500;
        text-align: left;
        top: 41px;
        width: 350px;
        margin-left: -131px;
        display: none
    }

    #meiSheng3 ol > li {
        font-size: 14px;
        display: inline-block;
        border-radius: 5px;
        width: 100px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        padding: 0px;
    }

    #meiSheng3 > ol > li.liActive {
        background: #f9be00
    }

    #meiSheng3 > ol > li:first-child {
        margin-left: 0px
    }

.secondCon h2 {
    font-size: 16px;
    padding-left: 3%;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 50px;
    text-align: center;
}
/* .newShadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    z-index: 100
}*/
.newShadow p {
    margin-top: 5px;
    font-size: 26px;
}

.newShadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}

    .newShadow div {
        height: 100%;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
/*#mei5 h2, #mei6 h2 {padding-top:30px}*/

.musicGz {
    background: #F5F5F5;
    margin: 30px auto;
    padding: 30px 30px
}

    .musicGz h3 {
        font-size: 30px;
        color: #333;
        line-height: 50px;
        padding: 20px 0;
        text-align: center;
        font-weight: bold;
    }

.musicLei {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .musicLei li {
        flex: 1;
        text-align: center;
        color: #505050
    }

.musicGz h4 {
    font-size: 24px;
    color: #444;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}

.titleNumber {
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
    font-weight: bold;
}

.musicF16 {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

#table, #table1 {
    border: 1px solid #dbd9d9;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    #table td, #table th, #table1 td, #table1 th {
        line-height: 20px;
        font-size: 14px;
        border-bottom: 1px solid #dbd9d9;
        border-right: 1px solid #dbd9d9;
        padding: 15px 5px;
        font-weight: normal;
    }

        #table td:first-child, #table th:first-child, #table1 td:first-child, #table1 th:first-child {
            width: 100px;
            text-align: center;
        }

        #table td:nth-child(3), #table th:nth-child(3), #table1 td:nth-child(3), #table1 th:nth-child(3) {
            width: 100px;
            text-align: center;
            ;
        }

.musicF16h {
    color: #c10606;
    text-indent: 3em;
    font-size: 14px;
    line-height: 30px;
}

.musicDown img {
    width: 18px;
    height: 18px;
    display: inline;
    vertical-align: middle;
}

.musicDown a {
    font-size: 14px;
    display: inline;
    padding-left: 10px;
    line-height: 30px;
    color: #c10606;
}

.musicDown {
    margin-top: 20px;
    line-height: 30px;
    text-indent: 3em;
}

.tableTi {
    width: 90%;
    border: 1px solid #ddd;
    border-bottom: 0px;
    margin: 30px auto 0;
    font-size: 16px;
    font-weight: bold;
    ;
    padding: 15px;
    text-align: center;
}

.musicGd {
    margin: 40px 0;
    height: 40px;
}

.liSecond div {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e9e9e9;
    margin-left: 18px;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 20px;
}

.musicGd .swiper-button-next, .musicGd .swiper-button-prev {
    display: none
}

.liSecond .swiper-slide {
    width: auto;
}

.liSecond {
    display: flex;
}

    .liSecond li.liActive div {
        background: #f9be00;
    }
#introuVideo {
    width: 600px;
    margin: 20px auto;
    display: block;
}

/**前端批量导入*/
.expoTable th.tdOne {
    height: 60px;
    line-height: 60px;
    padding: 0;
}
.expoTable th.tdOne, .expoTable td.tdOne {
    position: absolute;
    width: 112px;
    background: #fff;
    border: none;
    z-index: 5;
    border-left: 1px solid #ddd;
    box-shadow: 2px 0px 2px #ddd;
}
.expoTable td > div {
    width: 80px;
    word-wrap: break-word;
    word-break: normal;
    text-align:center;
}
.wobExport {
    margin-left: 20px;
    margin-top: 30px;
    padding-top: 40px;
    margin-right: 10px;
    position: relative;
    border-top: 1px solid #ddd;
}
    .wobExport legend {
        position: absolute;
        background: #fff;
        height: 40px;
        padding: 0px 20px;
        line-height: 40px;
        font-size: 16px;
        left: 0px;
        top: -20px;
    }
.exportName {
    width: 50%;
}
.expoTable tr:first-child th {
    min-width: 110px;
    border-color: #c7c7c7;
    text-align: center;
}
.expoTable tr:first-child {
    text-align: center;
    height: 61px;
}
#TableTop {
    max-width: 1100px;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 auto;
}
.exportImg {
 /*   width: 80px;*/
 /*   height: 80px;*/
    display: inline-block;
}
    .exportImg img {
        display: block;
      
        width: 100%;
        max-width: none;
    }
.btnCenter {
    text-align: center;
}
div.btnCenter > div, div.btnCenter > button {
    margin: 20px 0 0 0;
}
/**承诺书*/
#newForm > .newDevise {
    display: none;
}

.newLetter {
    padding: 0px 20px;
}

    .newLetter > h3 {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        color: #444;padding:20px 0;
    }

.LeFont14 > p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #444;
    margin-bottom:10px
}

.LeFont14 li {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    text-indent: 4em;
}

.agLetter {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    color: #8d8d8d
}

.agreenNext {
    display: block;
    background: #e19500;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.ylDivBtn > div.ylBtnDel {
    background: #a50101;
}

.delNews .sendTel {
    width: 200px;
}

.delNews > div {
    position: relative;
}
.delNews {
    margin: 30px 20px;
}
.sendNum {
    position: absolute;
    top: 4px;
    right: 0px;
    padding: 0px 5px;
    color: #fff;
    font-size: 12px;
    height: 30px;
    border: none;
}

    

.delAffirm {
    background: #0a78c9;
    padding: 6px 30px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}

.btnAffirm {
    text-align: center;
    margin-top: 30px;
}

.delNews .layui-form-label {
    padding: 9px 0px;
    text-align: center;
    color: #606060
}

.delNews .layui-form-item .layui-input-block {
    margin-left: 80px
}
.divCenter{text-align:center;margin:30px auto}
    .divCenter > div, .divCenter >button {
        margin: 0;
    }
        .divCenter > div {margin-right:40px}

        /*验证码*/

#code {
    border: 0;
    padding: 5px 0px;
    letter-spacing: 0px;
    font-weight: bolder;
}


        @media screen and (max-width:750px) {
            #introuVideo {
        width: 90%;
        margin: 20px auto;
        display: block;
    }
}

/*admin 后台单人批量报名*/
#tbSignleRange thead tr th,#tbSignleRange2 thead tr th {
    font-size: 14px;
}

#tbSignleRange .stage-photo, #tbSignleRange2 .stage-photo {
    width: 80px;
}

    #tbSignleRange .stage-photo img, #tbSignleRange2 .stage-photo img {
        width: 100%;
        height: 66px;
        padding: 0 10px;
    }

#tbSignleRange td > div, #tbSignleRange2 td > div {
    width: 80px;
    word-wrap: break-word;
    word-break: normal;
    font-size: 14px;
    line-height: 18px;
}

#tbSignleRange .teble-fixed, #tbSignleRange2 .teble-fixed {
    position: absolute;
    background: #fff;
    z-index: 555;
    line-height: 20px;
    width: 110px;
    box-shadow: 1px 0 8px rgb(0, 0, 0, 0.1);
}

#tbSignleRange .teble-fixed, #tbSignleRange2 .teble-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tbSignleRange th,
#tbSignleRange td {
    /* width: 81px;*/
    padding: 10px 0px;
}

#tbSignleRange tbody tr td:first-child,
#tbSignleRange thead tr th:first-child {
    border-top: none
}
#tbSignleRange2 th,
#tbSignleRange2 td {
    /* width: 81px;*/
    padding: 10px 0px;
}

#tbSignleRange2 tbody tr td:first-child,
#tbSignleRange2 thead tr th:first-child {
    border-top: none
}

.showcontent {
    overflow:hidden
}
/**监考 摄像头*/

.Camera {
    height: 360px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

#video {
    border: 1px solid #ddd;
    box-sizing: border-box;
}
/*友情链接*/
.friendly-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .friendly-links li {
        margin-top: 35px;
        width: 205px;
    }

        .friendly-links li img {
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2)
        }

.bannerTopImg img {
    width: 100%;
}