.single_page_banner {
   position: relative;
    overflow: hidden;
    height: 50px;
}
.single_page_banner img {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
}
.diaplayNone {
    display: none;
}
/* trainingPopu start */
.trainingPopu {
    padding: 40px;
    width: 600px;
    height: 420px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}
.trainingPopu h1 {
    color: #333;
    font-size: 28px;
    text-align: center;
}
.trainingPopu h1 span {
    margin-left: 20px;
    color: #9f0811;
    font-size: 24px;
}

.trainingPopu .main div {
    display: block;
    margin: auto;
    margin-top: 25px;
    width: 480px;
    height: 48px;
}
.trainingPopu .main div input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: solid 1px #999;
    box-sizing: border-box;
}
.trainingPopu .main div button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    background: #9f0811;
}
/* trainingPopu end */


/* trainingPopu start */
.trainingdmPopu {
    padding: 40px;
    width: 600px;
    height: 420px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}
.trainingdmPopu p {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    text-align: center;
}
.trainingdmPopu h1 {
    color: #333;
    font-size: 28px;
    text-align: center;
}
.trainingdmPopu h1 span {
    margin-left: 20px;
    color: #9f0811;
    font-size: 24px;
}

.trainingdmPopu .main div {
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 480px;
    height: 48px;
}
.trainingdmPopu .main div input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: solid 1px #999;
    box-sizing: border-box;
}
.trainingdmPopu .main div button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    background: #9f0811;
}
/* trainingPopu end */




/* teacher-roll start */
.teacher-roll {
    height: 1191px;
    background: url("../../imgaes/single_page/listing_training/img_bg3.jpg") no-repeat;
}
.teacher-roll h1 {
    color: #fff;
}
.teacher-roll .main {
    margin-top: 80px;
}
.roll {
    position: relative;
    height: 600px;
    background: url("../../imgaes/single_page/listing_training/img_border.png") no-repeat;
}
.teacher-roll .swiper-button-next,
.teacher-roll .swiper-button-prev {
    width: 64px;
    height: 90px;
}
.teacher-roll .swiper-button-next {
    background: url("../../imgaes/single_page/listing_training/btn_right.png") no-repeat;
}
.teacher-roll .swiper-button-prev {
    background: url("../../imgaes/single_page/listing_training/btn_left.png") no-repeat;
}
.teacher-roll .swiper-container {
    overflow: inherit;
}
.teacher-roll .swiper-pagination-bullet {
    float: left;
    width: 110px;
    height: 110px;
    border: solid 10px #4d4d4d;
    opacity: 1;
}
.teacher-roll .swiper-pagination-bullet img {
    width: 100%;
}
.teacher-roll .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.teacher-roll .swiper-container-horizontal>.swiper-pagination-bullets {
    margin-top: 60px;
}
.teacher-roll .swiper-pagination {
    position: inherit;
}
.teacher-roll .swiper-pagination-bullets span {
    float: left;
}
.teacher-roll .swiper-pagination-bullet-active {
    border: solid 10px #9f0811;
    background: #4d4d4d;
}
.teacher-roll .swiper-slide img {
    height: 600px;
}
.teacher-roll-btn {
    clear: both;
    margin: auto;
    padding-top: 40px;
}
/* teacher-roll end */

/* advantage start */
.advantage {
    height: 1082px;
    background: url("../../imgaes/single_page/listing_training/img_bg4.jpg") no-repeat;
}
.advantage header h2 {
    margin: 40px 0 50px 0;
}
.advantage header h2 img {
    margin: auto;
}
.advantage ul {
    padding: 10px;
    margin-left: -20px;
}
.advantage ul li {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 60px 30px;
    width: 380px;
    height: 518px;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.05);
    background: #fff;
}
.advantage ul li img {
    margin: auto;
    width: 180px;
    height: 180px;
}
.advantage ul li h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #333;
    font-size: 28px;
    text-align: center;
}
.advantage ul li p {
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}
.advantage ul li p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #9f0811;
}
.advantage-btn {
    float: left;
    margin-top: 40px;
}
/* advantage end */

/* experience start */
.experience {
    height: 770px;
    background: url("../../imgaes/single_page/listing_training/img_bg5.jpg") no-repeat;
}
.experience .title {
    float: left;
    width: 472px;
}
.experience .title h2 {
    margin-top: 40px;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.experience .tag {
    margin-top: 60px;
    margin-left: 45px;
    width: 400px;
}
.experience  p {
    float: left;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 20px;
    width: 100px;
    height: 100px;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    border: solid 1px #333;
}
.experience  p:hover,
.experience .tagclick {
    color: #fff;
    border: solid 1px #9f0811;
    background: #9f0811;
}

.experience .trainning {
    float: left;
    width: 728px;
}
.experience .trainning img {
    width: 100%;
}
/* experience end */



/* footer start */
.footer {
    position: relative;
    width: 100%;
    height: 904px;
}
.footer .footer-bg1{
    position: relative;
    clear: both;
    width: 100%;
    height: 904px;
    background: url("../../imgaes/single_page/listing_training/img_student1.jpg") no-repeat center center;
}
.footer .footer-bg2{
    position: relative;
    clear: both;
    width: 100%;
    height: 904px;
    background: url("../../imgaes/single_page/listing_training/img_student2.jpg") no-repeat center center;
}
.footer .footer-bg3{
    position: relative;
    clear: both;
    width: 100%;
    height: 904px;
    background: url("../../imgaes/single_page/listing_training/img_student3.jpg") no-repeat center center;
}
.footer img {
    width: 100%;
}
.footer .submit {
    position: absolute;
    padding: 30px;
    z-index: 2;
    bottom:92px;
    width: 637px;
    height: 250px;
    box-sizing: border-box;
    background: rgba(0,0,0,0);
}
.footer .submit h2 {
    padding-bottom: 20px;
    visibility: hidden;
    color: #fff;
    font-size: 28px;
    border-bottom: solid 2px #fff;
}
.footer .submit h2 span {
    margin-left: 20px;
    color: #ee1724;
    font-size: 24px;
}
.footer .table {
    margin-left: -30px;
    margin-top: 10px;
}
.footer .table div {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    width: 273px;
    height: 40px;
    background: #fff;
}
.footer .table input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}
.footer .table button {
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    background: #aa0912;
}
.footer .table button:hover {
    background: #9f0811;
}
/* footer end */

/* right-banner start */
.right-banner {
    position: fixed;
    margin: auto;
    right: 10px;
    top: 150px;
    bottom: 0;
    z-index: 10;
    width: 160px;
    min-height: 489px;
}
.right-banner .close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.right-banner .close p {
    color: #c80808;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
}
.right-banner ul li {
    margin-top: 3px;
    padding: 20px 0;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background: #c80808;
}
.right-banner ul li:hover {
    background: #999;
}
.right-banner p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.right-banner .name {
    font-size: 20px;
}
.right-banner .title {
    font-size: 22px;
    font-weight: bold !important;
}
.right-banner .phone {
    border-radius: 4px;
    background: #333;
}
.right-banner .phone:hover {
    background: #333;
}
/* right-banner end */


/* close-rightbanner start */
.close-rightbanner {
    position: fixed;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 311px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2147483647;
    background: rgba(0,0,0,0);
    cursor: pointer;
}
.close-rightbanner:before {
    content: "";
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    top: 0;
    line-height: 20px;
    text-align: center;
}

.close-img {
    position: fixed;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 311px;
    width: 32px;
    height: 82px;
    z-index: 2147483647;
    cursor: pointer;
    background: url("../../imgaes/public/footer/zixun.png") no-repeat;
    background-size: 100%;
}


.rightbanner {
    display: none !important;
}
/* close-rightbanner end */
