@charset "utf-8";

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    _background-attachment: fixed;
    font-family: "SimHei, Microsoft YaHei, Arial";
}
input,button {border: none;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.none {display: none;}

body {
    -webkit-text-size-adjust: none;
    font-family: "SimHei, Microsoft YaHei, Arial";
    font-size: 18px;
}
ol, ul, li { list-style: none outside none; }
a { text-decoration: none; cursor: pointer; color: inherit; }
a:hover { color: #666; }
img { border: none; vertical-align: middle; }
table { border-collapse: collapse; }
tr, td, th { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #474747; line-height: 100%; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
i, em, b, strong { font-style: normal; font-weight: normal; }
input, textarea, select { padding: 0; border: 1px solid #CCC; font-family: inherit; outline: none; }
.text-left { text-align: left;}
.text-right { text-align: right;}

.container {
    position: relative;
    /*padding-top: 176px;*/
}
.coursex.container {
    padding-top: 0;
}
.container .quicklink {
    position: fixed;
    width: 195px;
    height: 213px;
    right: 0;
    top: 25%;
    background: url("../images/quicklink.png") center no-repeat;
    z-index: 100;
    display: none;
}
.container .xuanfu {
    position: fixed;
    width: 195px;
    height: 684px;
    top: 25%;
    right: 0;
    background: url("../images/bg-xuanfu.png") 100% 100% no-repeat;
    z-index: 100;
    display: block;
}
.container .xuanfu-index {
    position: fixed;
    width: 195px;
    height: 605px;
    top: 25%;
    right: 0;
    background: url("../images/xuanfu-index.png") 100% 100% no-repeat;
    z-index: 100;
    display: block;
}
.container .xuanfu .close {
    position: absolute;
    left: 83px;
    top: 173px;
    display: block;
    width: 27px;
    height: 27px;
}
.container .xuanfu .top {
    position: absolute;
    left: 72px;
    bottom: 35px;
    display: block;
    width: 50px;
    height: 50px;
}
.container .xuanfu > ul {
    width: 143px;
    margin: 0 auto;
    text-align: center;
    margin-top: 270px;
}
.container .xuanfu > ul li{
    height: 36px;
    width: 140px;
    background-color: #ffffff;
    border-radius: 18px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #6995c6;
    margin-bottom: 24px;
    position: relative;
}
.container .xuanfu > ul li.weixin {
    border: none;
    background: none;
    height: 120px;
}
.container .xuanfu > ul li a:hover {
    color: #6995cf;
}
.container .xuanfu > ul li .mobile {
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 5px;
    background-image: url("../images/bg-wx.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -260px;
    top: -7px;
    display: none;
}
.container.index .xuanfu > ul li:hover .mobile{
    display: block;
    transition: all .5s ease .5s;
}
.container .xuanfu > ul li .wx {
    width: 136px;
    height: 126px;
    background: url("../images/bg-wx.png") 100% 100% no-repeat;
    position: absolute;
    left: -150px;
    top: -47px;
    display: none;
}
.container .xuanfu > ul li .wx img{
    float: left;
    width: 110px;
    height: 110px;
    margin-left: 9px;
    margin-top: 8px;
}
.container.index .xuanfu > ul li:hover .wx{
    display: block;
    transition: all .5s ease .5s;
}

/*侧边栏表单*/
#slide-yuyue {
    position: fixed;
    width: 0px;
    top: 25%;
    right: 150px;
    z-index: 999;
    overflow: hidden;
    background-color: #6c9bd1;
    border-radius: 10px;
}
#slide-yuyue .close {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: url("../images/close.png") center no-repeat;
    display: block;
    position: absolute;
    right: 13px;
    top: 13px;
}
#slide-yuyue h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    color: #ffffff;
}
#slide-yuyue ul {
    width: 330px;
    margin: 0 auto;
}
#slide-yuyue ul li{
    margin-bottom: 17px;
    text-align: left;
}
#slide-yuyue ul li label{
    font-size: 14px;
    line-height: 26px;
}
#slide-yuyue ul li .form-input {
    display: block;
    overflow: hidden;
}
#slide-yuyue ul li .form-input input{
    width: 328px;
    border: 1px solid #000000;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
#slide-yuyue ul li .form-input .district {
    float: left;
    width: 160px;
    border: 1px solid #000000;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
#slide-yuyue ul li .form-input .district.campus2 {
    width: 328px;
}
#slide-yuyue ul li .form-input .district:nth-child(2) {
    float: right;
}
#slide-yuyue ul li .button {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 330px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #6c9bd1;
    border: none;
    display: block;
}
#slide-yuyue ul li .desc {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

/*为什么选择我们*/
.select-us {
    background-color: #ffffff;
    width: 840px;
    padding: 45px 0;
    display: block;
}
.select-us  h2 {
    color: #000;
    font-size: 22px;
    text-align: center;
}
.select-us  ul {
    width: 840px;
    margin-top: 25px;
    overflow: hidden;
}
.select-us  ul li {
    float: left;
    margin-left: 42px;
    width: 234px;
    border-radius: 117px;
    overflow: hidden;
    position: relative;
    height: 476px;
}
.select-us  ul li > img{
    float: left;
}
.select-us  ul li .reason {
    position: absolute;
    border-radius: 100%;
    width: 234px;
    height: 234px;
    bottom: 0;
    left: 0;
    background-color: #6c9bd1;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.select-us  ul li .reason > span{
    margin-top: 45px;
    display: block;
    font-size: 20px;
}
.select-us  ul li .reason > h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
}
.select-us  ul li .reason > p {
    font-size: 16px;
}




.block {width: 1200px; margin: 0 auto; position: relative;}
.sprite {background-image: url("../images/sprite.png");}

/*头部*/
.container .header {width: 100%; background-color: #6c9bd1; height: 106px; font-size: 18px; color: #ffffff;
    /*position: fixed;*/
    /*top: 0;*/
    z-index: 9999;
}
.container .header .logo{ float: left; margin-top: 12px;}
.container .header .quick-link{ float: right; line-height: 106px; }
.container .header .quick-link a{ margin-right: 35px;}
.container .header .talk-online {
    float: right;
    width: 330px;
    line-height: 106px;
    background: url("../images/tel.png") left center no-repeat;
    padding-left: 35px;
}
.container .header .talk-online span{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}
.container .header-fill {
    display: none;
}
/*导航*/
.container .nav {
    height: 70px;
    background-color: #57b2e0;
    color: #ffffff;
    line-height: 70px;
    /*position: fixed;*/
    /*top: 106px;*/
    z-index: 9999;
    width: 100%;
}
.container .nav .why {
    float: left;
}
.container .nav ul.top-menu{
    float: left;
    width: 980px;
}
.container .nav ul.top-menu > li{
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}
.container .nav ul.top-menu > li > a{
    display: block;
    height: 100%;
    padding: 0 35px;
    /*-webkit-transition: all .8s linear .1s;*/
    /*-moz-transition: all .8s linear .1s;*/
    /*-ms-transition: all .8s linear .1s;*/
    /*-o-transition: all .8s linear .1s;*/
    /*transition: all .8s linear .1s;*/
}

.container .nav ul.top-menu > li > a.active,
.container .nav ul.top-menu > li > a:hover {
    background: url("../images/menu-bg.png") center no-repeat;
    color: #000000;
}
.container .nav ul.top-menu > li.why-select > a:hover {
    background: url("../images/menu-bg2.png") center no-repeat;
    color: #000000;
}
.container .nav ul.top-menu ul {
    position: absolute;
    width: 180px;
    left: 50%;
    top: 70px;
    z-index: 100;
    margin-left: -90px;
    display: none;
    transition: width 0.3s ease-in-out;
    background: url("../images/sj.png") top center no-repeat;
    padding-top: 10px;
}
.container .nav ul.top-menu > li.why-select ul {
    width: 200px;
    margin-left: -100px;
}
.container .nav ul.top-menu > li:hover > ul{
    display:block;
}
.container .nav ul.top-menu ul li{
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    background-color: #70b9e6;
    border-bottom: 1px solid #ffffff;
}
.container .nav ul.top-menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.container .nav ul.top-menu ul li:hover {
    background-color: #ffffff;
    transition: width 0.3s ease-in-out;
}
.container .nav ul.top-menu ul li:hover a{
    color: #000000;
}
.container .nav ul.top-menu > li ul li.two {
    text-align: left;
    line-height: 25px;
    padding: 5px 10px;
}
.container .nav ul.top-menu > li ul li.two a{

}
.header-menu {
    display: none;
}
/*banner*/
.container .banner{
    width:100%;
    height:811px;
    text-align:center;
    overflow:hidden;
    position:relative;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.container .banner.t-course {
    height: 881px;
}
.container .banner.tour-banner {
    height: 881px;
}
.container .banner .swiper-container{
}
.container .banner .swiper-slide{
    width: 100%;
    float:left;
    height: 811px;
    background-position: center center;
}
.container .banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index:999;
}
.container .banner .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity:1;
    border-radius: 100%;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    border: 1px solid #6c9bd1;
}
.container .banner .swiper-pagination-bullet-active{
    background: #6c9bd1;
}
#sign_in {
    position: absolute;
    width: 380px;
    top: 126px;
    left: 50%;
    margin-left: 200px;
    z-index: 99;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    padding: 20px 0;
}
#sign_in .close {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: url("../images/close.png") center no-repeat;
    display: block;
    position: absolute;
    right: 13px;
    top: 13px;
}
#sign_in h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}
#sign_in ul {
    width: 330px;
    margin: 0 auto;
}
#sign_in ul li{
    margin-bottom: 17px;
    text-align: left;
}
#sign_in ul li label{
    font-size: 14px;
    line-height: 26px;
}
#sign_in ul li .form-input {
    display: block;
    overflow: hidden;
}
#sign_in ul li .form-input input{
    width: 328px;
    border: 1px solid #000000;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
#sign_in ul li .form-input .district {
    float: left;
    width: 160px;
    border: 1px solid #000000;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
#sign_in ul li .form-input .district.campus {
    width: 328px;
}
#sign_in ul li .form-input .district:nth-child(2) {
    float: right;
}
#sign_in ul li .button {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 330px;
    border-radius: 5px;
    background-color: #6c9bd1;
    color: #ffffff;
    border: none;
    display: block;
}
#sign_in ul li .desc {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
.banner .bolang {
    position: absolute;
    height: 152px;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: url("../images/bg-bl.png") center repeat-x;
    z-index: 9;
}

/*第一屏*/
.container.index .screen-1 {
    height: 606px;
    /*background: url("../images/bg-01.png") center no-repeat;*/
}
.container.index .screen-1 .p1-1 {
    position: absolute;
    width: 723px;
    height: 498px;
    left: -68px;
    top: 0;
    z-index: 1;
}
.container.index .screen-1 .p1-1 > img{
    position: relative;
    margin-left: 128px;
    margin-top: 35px;
}
.container.index .screen-1 .p1-1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/p1-1.png") center no-repeat;
    z-index: 2;
}
.container.index .screen-1 .p1-1 .video-circle {
    position: absolute;
    width: 440px;
    height: 440px;
    left: 130px;
    top: 35px;
    z-index: 5;
}
.index-video .layui-layer-content {
    overflow: hidden !important;
}
.container.index .screen-1 .p1-2 {
    position: absolute;
    height: 220px;
    width: 476px;
    top: 150px;
    right: 20px;
}
.container.index .screen-1 .p1-2 span{
    float: right;
    color: #333333;
    font-size: 36px;
}
/*第二屏*/
.container.index .screen-2 {
    height: 1140px;
    background: url("../images/bg-02.png") center no-repeat;
    padding-top: 100px;
}
.container.index .screen-2 .stage-item-avatar {
    position: relative;
    z-index: 9;
}
.container.index .screen-2 .stage-title {
    text-align: center;
}
.container.index .screen-2 .stage-title span{
    font-size: 24px;
    display: block;
}
.container.index .screen-2 .stage-title p{
    font-size: 36px;
    display: block;
}

.container.index .screen-2 .stage-list {
    margin-top: 25px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.container.index .screen-2 .stage-item {
}

.container.index .screen-2 .stage-item1 {

}
.container.index .screen-2 .stage-item2 {
    margin-top: -7px;
}
.container.index .screen-2 .stage-item3 {
    margin-top: -28px;
}
.container.index .screen-2 .stage-info {
    height: 78px;
    width: 344px;
    border-radius: 39px;
    padding-left: 24px;
    line-height: 34px;
    font-size:24px;
    font-weight: bold;
    position: relative;
    margin-top: 140px;
}
.container.index .screen-2 .stage-info  h2 {
    font-size:24px;
    margin-top: 10px;
    font-weight: bold;
}

.container.index .screen-2 .stage-list .stage-item1 .stage-info {
    border: 1px solid #ec7aa7;
    color: #ec7aa7;
}
.container.index .screen-2 .stage-list .stage-item1 .stage-info h2 {
    color: #ec7aa7;
}
.container.index .screen-2 .stage-list .stage-item1 .stage-info .more {
    background-color: #ec7aa7;
}
.container.index .screen-2 .stage-list .stage-item2 .stage-info {
    border: 1px solid #4cbbb4;
    color: #4cbbb4;
}
.container.index .screen-2 .stage-list .stage-item2 .stage-info h2 {
    color: #4cbbb4;
}
.container.index .screen-2 .stage-list .stage-item2 .stage-info .more {
    background-color: #4cbbb4;
}
.container.index .screen-2 .stage-list .stage-item3 .stage-info {
    border: 1px solid #187fc4;
    color: #187fc4;
}
.container.index .screen-2 .stage-list .stage-item3 .stage-info h2 {
    color: #187fc4;
}
.container.index .screen-2 .stage-list .stage-item3 .stage-info .more {
    background-color: #187fc4;
}
.container.index .screen-2 .stage-info  .more {
    width: 78px;
    height: 65px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    padding-top: 13px;
}
.container.index .screen-2 .stage-item-avatar {
    text-align: center;
}
.container.index .screen-2 .stage-slogan {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.container.index .screen-2 .stage-age {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -110px;
    z-index: -1;
    color: #fff;
    line-height: 320px;
    text-align: center;
    font-size: 24px;
}
.container.index .screen-2 .stage-age i{
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    margin-right: 10px;
}
.container.index .screen-2 .stage-item1 .stage-age {
    background-color: #ec7aa7;
}
.container.index .screen-2 .stage-item2 .stage-age {
    background-color: #4cbbb4;
}
.container.index .screen-2 .stage-item3 .stage-age {
    background-color: #187fc4;
}

/*第三屏*/
.container.index .screen-3 {
    padding-top: 70px;
    height: 840px;
}
.container.index .screen-3 .captain {
    text-align: center;
    font-size: 24px;
}
.container.index .screen-3 .captain h2 {
    color: #ec7aa7;
    font-size: 34px;
    font-weight: bold;
}
.container.index .screen-3 .p1 {
    position: relative;
    float: left;
    width: 312px;
    height: 373px;
    background: url("../images/p3-04.png") center no-repeat;
}
.container.index .screen-3 .p1 .img-01{
    position: absolute;
    top: -174px;
    left: -20px;
}
.container.index .screen-3 .p1 .c-01{
    position: absolute;
    width: 193px;
    height: 193px;
    background: url("../images/p3-blue.png") center no-repeat;
    left: -95px;
    bottom: -95px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.container.index .screen-3 .p1 .c-01 h2,
.container.index .screen-3 .p1 .c-02 h2,
.container.index .screen-3 .p1 .c-03 h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
.container.index .screen-3 .p1 .c-01 span,
.container.index .screen-3 .p1 .c-02 span,
.container.index .screen-3 .p1 .c-03 span {
    font-size: 30px;
}
.container.index .screen-3 .p1 .c-01 p,
.container.index .screen-3 .p1 .c-02 p,
.container.index .screen-3 .p1 .c-03 p {
    font-size: 20px;
    line-height: 20px;
}
.container.index .screen-3 .p1 .c-01 span{
    margin-top: 30px;
    display: block;
}
.container.index .screen-3 .p1 .c-02{
    position: absolute;
    width: 224px;
    height: 224px;
    background: url("../images/p3-green.png") center no-repeat;
    left: 70px;
    bottom: -55px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.container.index .screen-3 .p1 .c-02 span{
    margin-top: 40px;
    display: block;
}
.container.index .screen-3 .p1 .c-03{
    position: absolute;
    width: 208px;
    height: 208px;
    background: url("../images/p3-red.png") center no-repeat;
    right: -104px;
    bottom: -200px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.container.index .screen-3 .p1 .c-03 span{
    margin-top: 30px;
    display: block;
}
.container.index .screen-3 .p1 .c-03 h2{
    line-height: 30px;
    font-size: 24px;
}

.container.index .screen-3 .p2 {
    position: relative;
    width: 708px;
    height: 627px;
    background: url("../images/p3-02.png") center no-repeat;
    float: right;
    margin-right: 17px;
}
.container.index .screen-3 .p2 .qin{
    position: absolute;
    left: 20px;
    bottom: 50px;
}
.container.index .screen-3 .p2 .zhuanli{
    position: absolute;
    width: 242px;
    right: 25px;
    top: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}
.container.index .screen-3 .p2 .zhuanli h2{
    font-size: 34px;
    color: #ffffff;
    line-height: 50px;
}
.container.index .screen-3 .p2 .zhuanli span{
    font-size: 24px;
}
.container.index .screen-3 .p2 .zhuanli p em{
    font-size: 10px;
}

/*第四屏*/
.container.index .screen-4 {
    height: 900px;
    padding-top: 70px;
    background-color: #aac5e4;
}
.container.index .screen-4 .map{
    position: absolute;
    width: 906px;
    height: 457px;
    left: 132px;
    top: 309px;
    z-index: 90;
}
.container.index .screen-4 .map > a {
    position: absolute;
    display: block;
    z-index: 99;
}
.container.index .screen-4 .map > a.us {
    width: 100px;
    height: 121px;
    left: 135px;
    top: 128px;
    background: url("../images/us.png") center no-repeat;
}
.container.index .screen-4 .map > a.german {
    width: 100px;
    height: 121px;
    left: 433px;
    top: 95px;
    background: url("../images/german.png") center no-repeat;
}
.container.index .screen-4 .map > a.china {
    width: 100px;
    height: 121px;
    left: 620px;
    top: 148px;
    background: url("../images/china.png") center no-repeat;
}
.container.index .screen-4 .map > a.korea {
    width: 89px;
    height: 108px;
    left: 698px;
    top: 92px;
    background: url("../images/korea.png") center no-repeat;
}
.container.index .screen-4 .map > a.jp {
    width: 73px;
    height: 88px;
    left: 749px;
    top: 166px;
    background: url("../images/jp.png") center no-repeat;
}

.container.index .screen-4 .captain {
    color: #ffffff;
    text-align: center;
}
.container.index .screen-4 .captain h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 50px;
}
.container.index .screen-4 .captain span {
    font-size: 24px;
}
.container.index .screen-4 .center {
    position: absolute;
    background-color: #ffffff;
    /*opacity: .1;*/
    width: 690px;
    height: 690px;
    border-radius: 100%;
    left: 50%;
    margin-left: -345px;
    top: 190px;
    z-index: 9;
    background: url("../images/p4-01.png") center no-repeat;
}
.container.index .screen-4 .left {
    position: absolute;
    background-color: #cb9fc5;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    left: 0;
    top: 330px;
    z-index: 5;
    opacity: 1;
}
.container.index .screen-4 .right {
    position: absolute;
    background-color: #8bb0da;
    opacity: 1;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    right: 0;
    top: 330px;
    z-index: 5;
}
.container.index .screen-4 .left .info {
    position: absolute;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    width: 250px;
    height: 300px;
    left: 0;
    top: 100px;
    z-index: 99;
}
.container.index .screen-4 .left .info h2 {
    color: #ffffff;
    font-size: 34px;
    z-index: 99;
}
.container.index .screen-4 .left .info p {
    font-size: 20px;
    margin-top: 15px;
}

.container.index .screen-4 .right .info {
    position: absolute;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    width: 250px;
    height: 300px;
    right: 0;
    top: 130px;
}
.container.index .screen-4 .right .info h2 {
    color: #ffffff;
    font-size: 34px;
}
.container.index .screen-4 .right .info p {
    font-size: 20px;
    margin-top: 15px;
}

/*第五屏*/
.container.index .screen-5 {
    background: url("../images/p5-bg.png") center no-repeat;
    height: 1530px;
}
.container.index .screen-5 .p5-01 {
    position: absolute;
    left: -62px;
    top: 102px;
}
.container.index .screen-5 .p5-02 {
    position: absolute;
    right: 0;
    top: 300px;
}
.container.index .screen-5 .captain {
    position: absolute;
    color: #000000;
    font-size: 24px;
    text-align: center;
    width: 1200px;
    left: 0;
    top: 960px;
}
.container.index .screen-5 .captain h2{
    color: #187fc4;
    font-size: 34px;
}
.container.index .screen-5 .cooperation {
    position: absolute;
    width: 1200px;
    left: 0;
    top: 1080px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
}
.container.index .screen-5 .cooperation .cooper-item .item-info h2 {
    color: #187fc4;
    margin-top: 30px;
}
.container.index .screen-5 .cooperation .cooper-item span{
    font-size: 20px;
}

/*友情链接*/
.friend-link {
    background-color: #716d6e;
    padding: 20px 0;
    overflow: hidden;
}
.friend-link h2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}
.friend-link ul li {
    float: left;
    margin-right: 50px;
}
.friend-link ul li a {
    color: #ffffff;
    font-size: 14px;
}
.friend-link ul li a:hover {
    color: #cccccc;
}

/*footer*/
.container .footer {
    /*margin-top: 60px;*/
    padding: 30px 0;
    background-color: #5a5657;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
}
.container .footer a:hover {
    text-decoration: underline;
}
.container .footer .fo > a{
    display: block;
    line-height: 30px;
}
.container .footer .fo > a:hover {
    color:#ffffff;
}
.container .footer .f1{
    float: left;
    width: 170px;
}
.container .footer .f2{
    float: left;
    width: 200px;
    text-align: center;
    font-size:16px;
}
.container .footer .f5{
    float: left;
    display: block;
    margin-left:20px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
}
.container .footer .f6 {
    display: none;
}
/*新闻页*/
.news-main { overflow: hidden; margin-bottom: 50px; }
.news-main .captain {
    margin: 0 auto;
    width: 245px;
    height: 128px;
    padding-top: 20px;
    text-align: center;
    background: url("../images/news/bg-title.png") 100% 100% no-repeat;
    font-size: 24px;
    margin-bottom: 32px;
}
.news-main .captain h2{
    margin-top: 20px;
    line-height: 35px;
    font-size: 36px;
}
.news-main .news-left {
    float: left;
    width: 792px;
}
.news-main .news-left .news-contain {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-main .news-left .news-item {
    width: 384px;
    margin-bottom: 50px;
}
.news-main .news-left .news-item .thumb {
    width: 100%;
    display: block;
}
.news-main .news-left .news-item .thumb img {
    width: 384px;
    height: 287px;
}
.news-main .news-left .news-item .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}
.news-main .news-left .news-item > p {
    font-size: 14px;
    color: #666666;
}
.news-main .news-left .news-item .opt {
    font-size: 14px;
    line-height: 30px;
}
.news-main .news-left .news-item .opt span {
    float: right;
    color: #666666;
}
.news-main .news-left .news-item .opt a {
    float: left;
    color: #6c9bd1;
    font-size: 14px;
}
.news-main .news-left .news-item .opt a i {
    font-size: 12px;
}
/*分页*/
.page {
    text-align: center;
    height: 37px;
    margin: 20px auto;
    overflow: hidden;
    clear: both;
}
.page li {
    display: inline-block;
    width: 62px;
    height: 37px;
    font-size: 18px;
    margin: 0 5px;
    background: url(../images/page1.png) center top no-repeat;
}
.page.green li {
    background: url(../images/page2.png) center top no-repeat;
}
.page li a, .page li.active span, .page li.disabled span{
    color: #fff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    height: 37px;
    line-height: 37px;
}
.page li.now, .page li.active, .page li:hover {
    background: url(../images/page1-hover.png) center bottom no-repeat;
}
.page.green li.now, .page.green li.active, .page.green li:hover {
    background: url(../images/page2-hover.png) center bottom no-repeat;
}
.page li.arrow {
    background: url(../images/page1.png) center top no-repeat;
}
.page.green li.arrow {
    background: url(../images/page2.png) center top no-repeat;
}
.page li.arrow a {
    font-size: 24px;
}
.page li.arrow:hover {
    background: url(../images/page1.png) center bottom no-repeat;
}
.page.green li.arrow:hover {
    background: url(../images/page2.png) center bottom no-repeat;
}


.news-main .news-right {
    float: right;
    width: 385px;
}
.news-main .news-right .gg {
    height: 150px;
}
.news-main .news-right .gg .swiper-container{
}
.news-main .news-right .gg .swiper-slide{
    width: 100%;
    float:left;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-main .news-right .gg .pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 10px;
    z-index:999;
}
.news-main .news-right .gg .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity:1;
    border-radius: 100%;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    border: 1px solid #6c9bd1;
}
.news-main .news-right .gg .swiper-pagination-bullet-active{
    background: #6c9bd1;
}
.news-main .news-right .news-recommend {
    margin-top: 15px;
}
.news-main .news-right .news-recommend .cate {
    height: 40px;
}
.news-main .news-right .news-recommend.hot .cate {
    border-bottom: 1px solid #e9518e;
    background: url("../images/news/arrow-red.png") right center no-repeat;
}
.news-main .news-right .news-recommend.newest .cate {
    border-bottom: 1px solid #f39801;
    background: url("../images/news/arrow-orange.png") right center no-repeat;
}
.news-main .news-right .news-recommend .cate h2 {
    float: left;
    width: 140px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
}
.news-main .news-right .news-recommend.hot .cate h2 {
    background-color: #e9518e;
}
.news-main .news-right .news-recommend.newest .cate h2 {
    background-color: #f39801;
}
.news-main .news-right .news-recommend ul li {
    padding: 13px 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.news-main .news-right .news-recommend ul li .thumb {
    border: 2px solid #e9518e;
    width: 88px;
    height: 88px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    float: left;
}
.news-main .news-right .news-recommend ul li .thumb img{
    float: left;
    width: auto;
    height: 88px;
    /*border-radius: 100%;*/
    border: none;
}
.news-main .news-right .news-recommend.hot ul li img{
    /*border: 2px solid #e9518e;*/
}
.news-main .news-right .news-recommend.newest ul li img{
    /*border: 2px solid #f39801;*/
}
.news-main .news-right .news-recommend ul li .title{
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    float: left;
}

.news-main .news-right .news-recommend ul li p{
    padding-left: 100px;
    font-size: 14px;
}

/*内容页*/
.news-detail .news-main {
    padding-top: 40px;
}
.breadcrumb {
    color: #626262;
    font-size: 14px;
}
.news-detail .news-main .news-contain {
    width: 980px;
    margin: 20px auto;
    overflow: hidden;
}
.news-detail .news-main .news-contain > .title {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.news-detail .news-main .news-contain > .info {
    font-size: 20px;
    text-align: center;
}
.news-detail .news-main .news-contain > .content {
    padding-top: 40px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.news-detail .next-prev { }
.news-detail .next-prev ul {
    width: 100%;
    padding: 45px 0;
    border-bottom: 1px dashed #000;
}
.news-detail .next-prev ul li:first-child {
    float: left;
}
.news-detail .next-prev ul li:last-child {
    float: right;
}
.news-detail .recommend {
    margin: 0 0 30px 0;
}
.news-detail .recommend h2 {
    text-align: left;
    font-size: 20px;
    margin: 30px 0;
    line-height: 30px;
}
.news-detail .recommend-list .item {
    display: inline-block;
    width: 384px;
}
.news-detail .recommend-list .item:last-child {
    float: right;
}
.news-detail .recommend-list .item .thumb {
    display: block;
}
.news-detail .recommend-list .item .thumb > img {
    width: 388px;
    height: 261px;
}
.news-detail .recommend-list .item .title {
    display: block;
    line-height: 50px;
}


/*家长园地*/
.container.parent .module {}
.container.parent .module ul {
    width: 1220px;
    overflow: hidden;
}
.container.parent .module ul li {
    float: left;
    display: inline-block;
    width: 597px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.container .news-left ul.md2 {

}
.container .news-left ul.md2 li {
    margin-bottom: 20px;
}
.container .news-left ul.md2 li > a img {
    width: 792px;
    height: 531px;
}
.container .news-left ul.md2 li .info .title {
    font-size: 40px;
    line-height: 80px;
}
.container .news-left ul.md2 li .info p {
    font-size: 18px;
    line-height: 30px;
}
.container .news-left ul.md2 li .md2-button {
    text-align: center;
    padding: 30px 0;
}
.container .news-left ul.md2 li .md2-button a {
    height: 50px;
    width: 160px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background-color: #0a63a2;
    line-height: 50px;
    border-radius: 25px;
    margin: 0 auto;
}
.container .news-left .md {
    margin-bottom: 50px;
    overflow: hidden;
}
.container .news-left .md .md-item {
    margin-top: 20px;
}
.container .news-left .md .md-item .md-item-1 {
    position: relative;
}
.container .news-left .md .md-item .md-item-1 > a img {
    width: 792px;
    height: 531px;
}
.container .news-left .md .md-item .md-item-1 .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80px;
}
.container .news-left .md .md-item .md-item-1 .info h2{
    padding-left: 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}
.container .news-left .md .md-item .md-item-1 .info p {
    padding-left: 20px;
    color: #ffffff;
    font-size: 18px;
}
.container .news-left .md .md-item .md-item-2 {
    margin-top: 10px;
}
.container .news-left .md .md-item .md-item-2 ul {
    width: 820px;
}
.container .news-left .md .md-item .md-item-2 ul li {
    float: left;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}
.container .news-left .md .md-item .md-item-2 ul li > a img {
    width: 259px;
    height: 145px;
}
.container .news-left .md .md-item .md-item-2 ul li .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
}
.container .news-left .md .md-item .md-item-2 .info h2{
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.container .news-left .md .md-item .md-item-2 .info p {
    padding-left: 20px;
    color: #ffffff;
    font-size: 18px;
}

/*师资团队*/
.container.teacher .nav .submenu {
    background: url("../images/submenu-bg-gray.png") center repeat-x;
}
.container.teacher .screen-1 {
    height: 1136px;
    background: url("../images/teacher/bg-01.jpg") center no-repeat;
}
.container.teacher .screen-1 .t1 {
    text-align: center;
    font-size: 40px;
    color: #45bdb4;
    margin-top: 140px;
    line-height: 60px;
    font-weight: bold;
}
.container.teacher .screen-1 .t2 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}
.container.teacher .screen-1 .t3 {
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    color: #45bdb4;
    line-height: 50px;
}
.container.teacher .screen-1 .t4 {
    text-align: center;
    font-size: 20px;
    color: #000000;
}
.container.teacher .screen-1 .c0 {
    position: absolute;
    left: 50%;
    top: 645px;
    margin-left: -186px;
}
.container.teacher .screen-1 .c1 {
    position: absolute;
    width: 218px;
    height: 208px;
    background: url("../images/teacher/c1.png") center no-repeat;
    left: 87px;
    top: 661px;
}
.container.teacher .screen-1 .c2 {
    position: absolute;
    width: 208px;
    height: 217px;
    background: url("../images/teacher/c2.png") center no-repeat;
    left: 230px;
    top: 455px;
}
.container.teacher .screen-1 .c3 {
    position: absolute;
    width: 207px;
    height: 234px;
    background: url("../images/teacher/c3.png") center no-repeat;
    left: 476px;
    top: 400px;
}
.container.teacher .screen-1 .c4 {
    position: absolute;
    width: 207px;
    height: 216px;
    background: url("../images/teacher/c4.png") center no-repeat;
    left: 727px;
    top: 455px;
}
.container.teacher .screen-1 .c5 {
    position: absolute;
    width: 217px;
    height: 207px;
    background: url("../images/teacher/c5.png") center no-repeat;
    left: 861px;
    top: 660px;
}
.container.teacher .screen-1 span {
    position: absolute;
    width: 207px;
    height: 207px;
    line-height: 207px;
    display: block;
    text-align: center;
    color: #ffffff;
}
.container.teacher .screen-1 .c5 span {
    margin-left: 10px;
}

.container.teacher .screen-2 {
    height: 1020px;
    background: url("../images/teacher/bg-02.jpg") center no-repeat;
    padding-top: 130px;
}
.container.teacher .screen-2 .t1 {
    font-size: 40px;
    color: #0c766e;
    text-align: center;
    font-weight: bold;
}
.container.teacher .screen-2 .t2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.container.teacher .screen-2 .line {
    position: absolute;
    width: 323px;
    height: 573px;
    left: 104px;
    top: -190px;
}
.container.teacher .screen-2 .line > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.container.teacher .screen-2 .line .c {
    position: absolute;
    font-size: 34px;
    line-height: 193px;
    text-align: center;
    border-radius: 100%;
    z-index: 5;
    color: #ffffff;
}
.container.teacher .screen-2 .line .c1 {
    left: -90px;
    top: 385px;
    background-color: #187fc4;
    width: 193px;
    height: 193px;
}
.container.teacher .screen-2 .line .c2 {
    left: 55px;
    top: 535px;
    background-color: #4cbbb4;
    width: 224px;
    height: 224px;
}
.container.teacher .screen-2 .line .c3 {
    left: 215px;
    top: 355px;
    background-color: #e370a1;
    width: 207px;
    height: 207px;
}
.container.teacher .screen-2 .img1 {
    position: absolute;
    right: 0;
    top: 130px;
}
.container.teacher .screen-3 {
    height: 1041px;
    background: url("../images/teacher/bg-03.jpg") center no-repeat;
    padding-top: 120px;
}
.container.teacher .screen-3 .t1 {
    font-size: 40px;
    color: #e9518e;
    text-align: center;
    font-weight: bold;
}
.container.teacher .screen-3 .t2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.container.teacher .screen-3 .c {
    position: absolute;
    border-radius: 100%;
    color: #ffffff;
}
.container.teacher .screen-3 .c1 {
    width: 320px;
    height: 320px;
    background-color: #6c9bd1;
    padding: 62px;
    left: 0;
    top: 100px;
}
.container.teacher .screen-3 .c h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.container.teacher .screen-3 .c1 h2 {
    margin-top: 20px;
}
.container.teacher .screen-3 .c p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    text-align: justify;
}
.container.teacher .screen-3 .c2 {
    width: 280px;
    height: 280px;
    background-color: #e9518e;
    padding: 55px;
    right: 0;
    top: 140px;
}
.container.teacher .screen-3 .img2 {
    position: absolute;
    left: 50%;
    margin-left: -310px;
    top: 200px;
}
.container.teacher .screen-4 {
    height: 848px;
    background: url("../images/teacher/bg-04.jpg") center no-repeat;
    padding-top: 130px;
}
.container.teacher .screen-4 .t1 {
    font-size: 40px;
    color: #187fc4;
    text-align: center;
    font-weight: bold;
    z-index: 5;
    position: relative;
}
.container.teacher .screen-4 .t2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    z-index: 5;
    position: relative;
}
.container.teacher .screen-4 .t3 {
    position: absolute;
    top: 50px;
    left: -56px;
    z-index: 5;
}
.container.teacher .screen-4 .yulu {
    position: absolute;
    width: 500px;
    top: 140px;
    left: 320px;
    font-size: 20px;
    z-index: 5;
}
.container.teacher .screen-4 .yulu span {
    float: left;
}
.container.teacher .screen-4 .yulu p{
    padding-left: 60px;
}
.container.teacher .screen-4 .video {
    position: absolute;
    width: 673px;
    height: 782px;
    z-index: 1;
    top: -130px;
    right: 0;
}
.container.teacher .screen-4 .video::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/teacher/bg-05.png") center no-repeat;
    z-index: 2;
}
.container.teacher .screen-4 .video > img {
    position: absolute;
    width: 670px;
    height: 470px;
    right: 2px;
    top: 300px;
    z-index: 1;
}
/***********全国校区***********/
.container.all-school {
}
.container.all-school .screen-1 {
    background: url("../images/school/bg4.png") center repeat-y ;
}
.container.all-school .screen-1 .block {
    width: 997px;
}
.container.all-school .screen-1 .school-logo {
    text-align: center;
}
.container.all-school .screen-1 .filter {
    margin-top: 40px;
    height: 80px;
    background: url("../images/school/bg1.png") no-repeat;
}
.container.all-school .screen-1 .filter-title {
    font-size: 40px;
    font-weight: bold;
    color: #6c9bd1;
    text-align: center;
    margin-top: 40px;
}

.container.all-school .screen-1 .filter ul li {
    position: relative;
    display: inline-block;
    margin-left: 100px;
    line-height: 80px;
    color: #ffffff;
}
.container.all-school .screen-1 .filter ul li label {
    font-weight: bold;
    font-size: 24px;
}
.container.all-school .screen-1 .filter ul li select {
    position: relative;
    width: 284px;
    height: 47px;
    line-height: 47px;
    /*top: -5px;*/
    font-size: 18px;
}
.container.all-school .screen-1 .menu {
    padding: 20px 0;
}
.container.all-school .screen-1 .menu > a {
    float: left;
    line-height: 50px;
    font-size: 18px;
}
.container.all-school .screen-1 .menu ul {
    padding-left: 45px;
    overflow: hidden;
}
.container.all-school .screen-1 .menu ul li {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
}
.container.all-school .screen-1 .menu ul li a {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 51px;
    line-height: 51px;
    color: #000;
    font-size: 18px;
}
.container.all-school .screen-1 .menu ul li:hover, .container.all-school .screen-1 .menu ul li.current {
    background: url("../images/school/bg2.png") center center no-repeat;
}
.container.all-school .screen-1 .menu ul li:hover > a, .container.all-school .screen-1 .menu ul li.current > a {
    color: #ffffff;
}
.container.all-school .screen-1 .cont {
    position: relative;
}
.container.all-school .screen-1 .cont .left {
    position: relative;
    width: 565px;
    height:675px;
}
.container.all-school.all-school-detail .screen-1 .cont .left {
    height: 424px;
}
.container.all-school.all-school-detail .screen-1 .cont .left .swiper-container .swiper-slide img {
    width: 565px;
    height: 424px;
}

.container.all-school .screen-1 .cont .scroll {
    position: absolute;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 400px;
    height: 675px;
}
.container.all-school .screen-1 .cont .scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.container.all-school .screen-1 .cont .scroll::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0,0,0,0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}
.container.all-school .screen-1 .cont .scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #6c9bd1;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}
/*滚动条两端的箭头*/
.container.all-school .screen-1 .cont .scroll::-webkit-scrollbar-button{
    display: none;
}
.container.all-school .screen-1 .cont .line {
    position: absolute;
    border-top: 2px solid #6c9bd1;
    overflow: hidden;
    top: 0;
    right: 60px;
    width: 340px;
}
.container.all-school .screen-1 .cont .scroll > ul {
    float: left;
    width: 340px;
    overflow: hidden;
    position: relative;
}
.container.all-school .screen-1 .cont .right > ul li {
    position: relative;
}
.container.all-school .screen-1 .cont .right > ul li .title {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    background-color: #6c9bd1;
    border-radius: 18px;
    color: #ffffff;
    margin-top: 40px;
    padding-left: 60px;
}
.container.all-school .screen-1 .cont .right > ul li .title > img{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
}
.container.all-school .screen-1 .cont .right > ul li .desc {
    position: relative;
    /*height: 80px;*/
    background: url("../images/school/bg3.png") left 5px no-repeat;
    text-align: right;
}
.container.all-school .screen-1 .cont .right > ul li .desc p{
    padding-left: 60px;
    line-height: 25px;
    margin-top: 20px;
    text-align: left;
}
.container.all-school .screen-1 .cont .right > ul li .desc > a {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    padding: 0 5px;
    display: inline-block;
    background-color: #6c9bd1;
    line-height: 22px;
    border-radius: 11px;
    font-size: 14px;
    text-align: center;
    width: 90px;
    color: #ffffff;
}
.container.all-school .screen-1 .cont .right > ul li .desc > span {
    /*position: absolute;*/
    right: 120px;
    bottom: 0;
    padding: 0 5px;
    display: inline-block;
    background-color: #6c9bd1;
    line-height: 22px;
    border-radius: 11px;
    font-size: 14px;
    text-align: center;
    width: 90px;
    color: #ffffff;
    cursor: pointer;
}
.container.all-school .screen-1 .school-title {
    font-size: 40px;
    color: #6c9bd1;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.container.all-school-detail .screen-1 .school-yuyue {
    margin: 10px auto;
    padding: 0 5px;
    display: block;
    background-color: #6c9bd1;
    line-height: 30px;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
    width: 120px;
    color: #ffffff;
    cursor: pointer;
}
.container.all-school .screen-1 .cont .right2 > ul li {
    padding-left: 60px;
    min-height: 45px;
    margin-top: 20px;
}
.container.all-school .screen-1 .cont .right2 {
    height: 428px;
    right: 0;
}
.container.all-school .screen-1 .cont .right2 > ul li h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.container.all-school .screen-1 .cont .right2 > ul li p {
    font-size: 14px;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon1 {
    background: url("../images/school/icon1.png") left top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon2 {
    background: url("../images/school/icon2.png") left top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon3 {
    background: url("../images/school/icon3.png") left top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon4 {
    background: url("../images/school/icon4.png") left top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon5 {
    background: url("../images/school/icon5.png") left top no-repeat;
}
.container.all-school .screen-1 .address-map {
    width:997px;
    height:439px;
}
.container.all-school .screen-1  .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index:999;
}
.container.all-school .screen-1 .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity:1;
    border-radius: 100%;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    border: 1px solid #6c9bd1;
}
.container.all-school .screen-1 .swiper-pagination-bullet-active{
    background: #6c9bd1;
}

/************易小咖推荐**********/
.container.student .screen-1 {
    padding-top: 145px;
    height: 1130px;
    background: url("../images/school/bg4.png") center center repeat-y;
}
.container.student .screen-1 .captain {
    margin: 0 auto;
    position: relative;
    width: 272px;
    height: 195px;
    background: url("../images/student/bg0.png") left center no-repeat;
    padding-left: 212px;
    font-size: 24px;
    color: #333333;
}
.container.student .screen-1 .captain h2 {
    position: relative;
    font-size: 40px;
    color: #f39801;
    top: 40px;
}
.container.student .screen-1 .captain p {
    position: relative;
    top: 50px;
    line-height: 30px;
}
.container.student .screen-1 .cont {
    margin-top: 60px;
}
.container.student .screen-1 .cont .cont-left {
    float: left;
    width: 676px;
}
.container.student .screen-1 .cont .cont-left .cl-1 {
    overflow: hidden;
}
.container.student .screen-1 .cont .cont-left .cl-1-l {
    float: left;
    width: 250px;
}
.container.student .screen-1 .cont .cont-left .cl-1-l h2 {
    color: #f39801;
    font-size: 30px;
    line-height: 40px;
}
.container.student .screen-1 .cont .cont-left .cl-1-l span {
    display: block;
    font-size: 20px;
}
.container.student .screen-1 .cont .cont-left .cl-1-l i {
    font-size: 40px;
    color: #f39801;
}
.container.student .screen-1 .cont .cont-left .cl-1-l p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
}
.container.student .screen-1 .cont .cont-left .cl-1 > img {
    float: right;
    width: 390px;
    height: 290px;
    border: 5px solid #de9400;
}
.container.student .screen-1 .cont .cont-left .cl-2 > img {
    position: relative;
    height: 528px;
}
.container.student .screen-1 .cont .cont-left .cl-2 {
    position: relative;
    margin-top: 35px;
}
.container.student .screen-1 .cont .cont-left .cl-2 > img {
    position: relative;
    left: -75px;
    z-index: 10;
}
.container.student .screen-1 .cont .cont-left .cl-2 .video {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 20;
}
.container.student .screen-1 .cont .cont-left .cl-2 .video h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 70px;
}
.container.student .screen-1 .cont .cont-right {
    float: right;
    width: 445px;
}
.container.student .screen-1 .cont .cont-right .item.bg-red {
    background-color: #de7ca2;
}
.container.student .screen-1 .cont .cont-right .item.bg-blue {
    background-color: #658dbb;
}
.container.student .screen-1 .cont .cont-right .item {
    width: 426px;
    color: #ffffff;
    padding: 8px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 50px;
}
.container.student .screen-1 .cont .cont-right .item h2 {
    font-size: 24px;
    color: #ffffff;
    margin-left: 10px;
    line-height: 50px;
}
.container.student .screen-1 .cont .cont-right .item h2 span{
    font-size: 18px;
}
.container.student .screen-1 .cont .cont-right .item .content {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    text-align: justify;
}
.container.student .screen-1 .cont .cont-right .item .content h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.container.student .screen-1 .cont .cont-right .item .content p {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
.container.student .screen-2 {
    padding-top: 250px;
    height: 900px;
    background: url("../images/student/bg2.jpg") center no-repeat;
}
.container.student .screen-2 .step {
    margin: 0 auto;
    text-align: left;
    width: 860px;
}
.container.student .screen-2 .step ul {
    width: 1000px;
}
.container.student .screen-2 .step ul li {
    position: relative;
    width: 368px;
    height: 80px;
    border: 1px solid #ec7aa7;
    line-height: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #ec7aa7;
    border-radius: 40px;
    padding-left: 25px;
    display: inline-block;
    margin-right: 65px;
}
.container.student .screen-2 .step ul li a {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    width: 80px;
    border-radius: 100%;
    line-height: 25px;
    font-size: 20px;
    display: block;
    background-color: #ec7aa7;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    padding-top: 15px;
    font-weight: 200;
}
.container.student .screen-2 .stage-item-avatar {
    text-align: center;
}
.container.student .screen-2 .stage-slogan {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.container.student .screen-2 .stage-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.container.student .screen-2 .stage-item-avatar {
    position: relative;
    z-index: 9;
}
.container.student .screen-2 .stage-age {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -110px;
    z-index: -1;
    color: #fff;
    line-height: 320px;
    text-align: center;
    font-size: 24px;
}
.container.student .screen-2 .stage-age i{
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    margin-right: 10px;
}
.container.student .screen-2 .stage-item1 .stage-age {
    background-color: #ec7aa7;
}
.container.student .screen-2 .stage-item2 .stage-age {
    background-color: #4cbbb4;
}
.container.student .screen-2 .stage-item3 .stage-age {
    background-color: #187fc4;
}
.container.student .screen-2 .stage-list {
    text-align: center;
}
.container.student .screen-2 .stage-list .stage-info {
    margin-top: 120px;
    color: #000000;
    text-align: center;
    font-size: 22px;
}
.container.student .screen-2 .stage-list .stage-info h2 {
    font-weight: bold;
}
.container.student .screen-2 .stage-list .stage-info p {
    font-size: 18px;
}
.container.student .screen-2 .stage-list .stage-item1 .stage-info h2 {
    color: #ec7aa7;
}
.container.student .screen-2 .stage-list .stage-item2 .stage-info h2 {
    color: #4cbbb4;
}
.container.student .screen-2 .stage-list .stage-item3 .stage-info h2 {
    color: #187fc4;
}

/************ 加入易贝乐 ***********/
.container.zhaopin .screen-1 {
    padding-top: 200px;
    background: url("../images/zhaopin/bg.png") center top repeat-y;
}
.container.zhaopin .screen-1 .zp-left {
    float: left;
    width: 382px;
}
.container.zhaopin .screen-1 .zp-left .category {

}
.container.zhaopin .screen-1 .zp-left h2.catname {
    background-color: #45bdb4;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.container.zhaopin .screen-1 .zp-left  ul li {
    background-color: #e3f5f4;
    height: 40px;
    color: #646464;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #45bdb4;
}
.container.zhaopin .screen-1 .zp-left .all-center {
    margin-top: 30px;
}
.container.zhaopin .screen-1 .zp-left .all-center ul li {
    text-align: left;
}
.container.zhaopin .screen-1 .zp-left .all-center ul li a {
    float: left;
    margin-left: 30px;
    width: 25%;
    height: 40px;
    display: inline-block;
    font-size: 16px;
}
.container.zhaopin .screen-1 .zp-left .all-center ul li a.active {
    color: #45bdb4;
    font-weight: bold;
}
.container.zhaopin .screen-1 .zp-right {
    float: right;
    width: 792px;
}
.container.zhaopin .screen-1 .zp-right .zp-title {
    position: relative;
    height: 165px;
}
.container.zhaopin .screen-1 .zp-right .zp-title > img {
    position: relative;
    top: -56px;
}
.container.zhaopin .screen-1 .zp-right .position-cate {
    padding: 25px;
}
.container.zhaopin .screen-1 .zp-right .position-cate > a {
    float: left;
}
.container.zhaopin .screen-1 .zp-right .position-cate .cate-list {
    padding-left: 110px;
}
.container.zhaopin .screen-1 .zp-right .position-cate .cate-list a {
    display: inline-block;
    text-align: left;
}
.container.zhaopin .screen-1 .zp-right .position-cate .cate-list a.active {
    color: #45bdb4;
}
.container.zhaopin .screen-1 .zp-right .position-list table {
    width: 100%;
}
.container.zhaopin .screen-1 .zp-right .position-list td {
    text-align: center;
}
.container.zhaopin .screen-1 .zp-right .position-list thead {
    background-color: #45bdb4;
    color: #ffffff;
    line-height: 60px;
}
.container.zhaopin .screen-1 .zp-right .position-list tbody td {
    line-height: 77px;
    border-bottom: 1px solid #45bdb4;
    font-size: 14px;
}
.container.zhaopin .screen-1 .zp-right .position-list tbody td:nth-child(1) {
    padding-left: 20px;
    text-align: left;
}
.container.zhaopin .screen-1  {
    padding-left: 20px;
    text-align: left;
}
.container.zhaopin .zhaopin-detail {
    padding-top: 90px;
}
.container.zhaopin .zhaopin-detail .gcs{
    border-bottom: 1px dashed #999;
    padding-bottom: 30px;
}
.container.zhaopin .zhaopin-detail .tposition{
    background-color: #ecf3f5;
}
.container.zhaopin .zhaopin-detail .position-title {
    text-align: left;
    margin-bottom: 30px;
    /* background-color:#ecf3f5 ;*/
    padding: 15px;
    position: relative
}
.container.zhaopin .zhaopin-detail .xiaoqu{
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 24px
}
.container.zhaopin .zhaopin-detail .shijian{
    position: absolute;
    right: 0;
    font-size: 24px;
}
.container.zhaopin .zhaopin-detail .po-general-attr {
    text-align: left;
    font-size: 20px;
}
.container.zhaopin .zhaopin-detail .gcs ul li {
    display: inline-block;
    width: 30%;
    margin-top: 30px;
}
.container.zhaopin .zhaopin-detail .po-detail {
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    padding: 10px;
    line-height: 40px;
}

/*********合作动态*********/
#join_in {
    position: absolute;
    width: 380px;
    top: 126px;
    left: 50%;
    margin-left: 200px;
    z-index: 99;
    overflow: hidden;
    background-color: rgba(255,255,255, 0.8);
    padding: 20px 0;
    border: 5px solid #6c9bd1;
}
#join_in li {
    position: relative;
}
#join_in .yzm {
    position: absolute;
    width: 100px;
    height: 37px;
    right: 0;
    top: 1px;
    z-index: 10;
}
#join_in .contact-tel {
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #285890;
    font-style: italic;
    font-weight: bold;
}
#join_in .contact-tel i {
    position: relative;
    width: 41px;
    height: 41px;
    top: -5px;
}
#join_in h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
#join_in ul {
    width: 270px;
    margin: 0 auto;
}
#join_in ul li{
    margin-bottom: 17px;
    text-align: left;
}
#join_in ul li label{
    font-size: 14px;
    line-height: 26px;
}
#join_in ul li .form-input input{
    width: 270px;
    border: 1px solid #000000;
    height: 38px;
    line-height: 40px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
#join_in ul li button {
    font-size: 20px;
    height: 40px;
    width: 270px;
    border-radius: 5px;
    background-color: #6c9bd1;
    color: #ffffff;
    border: none;
}
#join_in ul li .desc {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
.container.cooperation {
}
.container .cooperation-banner{
    width:100%;
    height:742px;
    text-align:center;
    overflow:hidden;
    position:relative;
}
.container .cooperation-banner .swiper-slide{
    width: 100%;
    float:left;
    height: 742px;
}
.container .cooperation-banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index:999;
}
.container .cooperation-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity:1;
    border-radius: 100%;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    border: 1px solid #6c9bd1;
}
.container .cooperation-banner .swiper-pagination-bullet-active{
    background: #6c9bd1;
}
.container.cooperation .screen-1 { overflow: hidden; }
.container.cooperation .cooper-list {
    margin-top: 100px;
    overflow: hidden;
}
.container.cooperation .cooper-list ul {
    width: 1300px;
}
.container.cooperation .cooper-list ul li {
    float: left;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 50px;
    width: 384px;
}
.container.cooperation .cooper-list ul li img {
    width: 384px;
    height: 257px;
}
.container.cooperation .cooper-list ul li .info {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 40px;
}
.container.cooperation .cooper-list ul li .info i{
    font-size: 24px;
}
.container.cooperation .cooper-list ul li .info p {
    text-align: justify;
    border-top: 1px solid #3c3c3c;
    font-size: 20px;
}

/************ 荣誉殿堂 **************/
.container.honor .screen-1 {
    padding-top: 150px;
    height: 850px;
    background: url("../images/honor/bg1.jpg") center no-repeat;
}
.container.honor .screen .caption{
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.container.honor .screen .caption h2 {
    font-size: 40px;
    color: #2180c4;
    font-weight: bold;
    line-height: 50px;
}
.container.honor .certify {
    position: relative;
    margin: 60px auto
}
.container.honor .certify .swiper-container {
    padding-bottom: 60px;
}
.container.honor .certify .swiper-slide {
    position: relative;
    text-align: center;
    width: 505px;
    height: 553px;
    margin-right: -40px;
    margin-left: -40px;
    background: url("../images/honor/slide-bg-1.png") no-repeat;
}
.container.honor .certify .swiper-slide > img {
    position: relative;
    top: 128px;
    width: 247px;
    height: 184px;
}
.container.honor .certify  .swiper-slide .info {
    width: 270px;
    height: 100px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 160px;
}
.container.honor .certify  .swiper-slide .info h2 {
    font-size: 30px;
    color: #61a7d5;
    margin-top: 10px;
    line-height: 40px;
}
.container.honor .certify .swiper-button-prev {
    top: 230px;
    left: 20px;
    width: 37px;
    height: 74px;
    background: url(../images/honor/arrow.png) no-repeat;
    background-position: 0 -74px;
    background-size: 100%;
}
.container.honor .certify .swiper-button-next {
    top: 230px;
    right: 0;
    width: 37px;
    height: 74px;
    background: url(../images/honor/arrow.png) no-repeat;
    background-position: 0 -0;
    background-size: 100%;
}
.container.honor .screen-2 {
    height: 886px;
    padding-top: 120px;
    background: url("../images/honor/bg2.jpg") center no-repeat;
}
.container.honor .screen-2.screen .caption h2 {
    color: #c0366d;
}
.container.honor #certify2.certify .swiper-slide {
    background: url("../images/honor/slide-bg-2.png") no-repeat;
}
.container.honor #certify2.certify .swiper-slide > img {
    top: 100px;
}
.container.honor #certify2.certify  .swiper-slide .info {
    bottom: 40px;
}
.container.honor #certify2.certify  .swiper-slide .info h2 {
    color: #c0366d;
}

/********* 支持服务 **********/
.container.service .screen-1 {
    overflow: hidden;
}
.container.service .caption {
    height: 135px;
    background-color: #6c9bd1;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    margin-top: 80px;
    clear: both;
}
.container.service .caption h2 {
    font-size: 40px;
    color: #ffffff;
    margin-top: 30px;
    line-height: 40px;
}
.container.service .line {
    border-bottom: 1px solid #6c9bd1;
    height: 1px;
    overflow: hidden;
    margin: 20px auto;
}
.container.service .content {
    font-size: 20px;
    line-height: 30px;
}
.container.service .content .content-left {
    float: left;
    width: 700px;
    font-size: 20px;
    padding-bottom: 100px;
}
.container.service .content  h2 {
    font-size: 36px;
    color: #6c9bd1;
    font-weight: bold;
    line-height: 60px;
}
.container.service .content  p {
    margin-top: 20px;
}
.layui-layer-imgbar, .layui-layer-imguide {
    display: inline!important;
}
.container.service .content h6 {
    font-size: 24px;
    color: #6c9bd1;
}
.container.service .content .content-right {
    float: right;
    width: 460px;
}
.container.service .content .content-right .content-img2 {
    margin-top: 100px;
}
.container.service .content .long-img {
    margin: 50px 0;
}
.container.service .return {
    margin: 50px auto;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    background-color: #6c9bd1;
    font-size: 30px;
    width: 508px;
    display: block;
    border-radius: 5px;
}

/******** 标准化形象 **********/
.container.standard .screen-1 {
    padding-top: 90px;
}
.container.standard .screen .caption{
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.container.standard .screen .caption h2 {
    font-size: 40px;
    color: #2180c4;
    font-weight: bold;
    line-height: 50px;
}
.container.standard .colorful {
    height: 604px;
    background-color: #6c9bd1
}

.container.standard .colorful-preview {
    position: absolute;
    left: 0;
    width: 150px;
    height: 100%;
    background-color: #6c9bd1;
    font-size: 16px;
}
.container.standard .colorful-preview .swiper-pagination-bullet {
    margin: 0!important;
    width: 150px;
    height: 33%;
    color: #fff;
    background: #83aee0;
    opacity: 1;
    border-radius: 0;
    border-top: 2px solid #fff;
    cursor: pointer
}
.container.standard .colorful-preview .swiper-pagination-bullet:nth-child(1) {
    border-top: 2px solid #83aee0;
}
.container.standard .colorful-preview .swiper-pagination-bullet p {
    margin-top: 60px;
    font-size: 24px;
}
.container.standard .colorful-preview .swiper-pagination-bullet-active {
    border-top: 2px solid #ffffff;
    background: #6c9bd1;
}
.container.standard .colorful-preview .swiper-pagination-bullet img {
    margin: 25px 0 8px;
}
.container.standard .colorful-view {
    width: 100%;
    height: 100%
}
.container.standard .colorful-view .swiper-container-1 {
    width: 100%;
    height: 100%
}
.container.standard .colorful-view .swiper-container-2 {
    margin-left: 170px;
    width: 1020px;
    height: 600px;
}
.container.standard .colorful-view .swiper-slide {
    width: 1020px;
    height: 480px;
}
.container.standard .colorful-view .swiper-slide > h4 {
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
}
.container.standard .colorful-view .swiper-slide .item {
    position: relative;
    width: 330px;
    height: 250px;
    margin: 0 10px 10px 0;
    float: left;
}
.container.standard .colorful-view .swiper-slide .item img {
    width: 100%;
    height: 100%;
}
.container.standard .colorful-view .swiper-slide .item span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 37px;
    line-height: 37px;
    display: block;
    background-color: #ffffff;
    opacity: 0.5;
    text-align: center;
}

.container.standard .swiper-container-2 .swiper-pagination {
    bottom: 0;
}
.container.standard .swiper-container-2 .swiper-pagination-bullet {
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    width: 20px;
    height: 20px;
}
.container.standard .swiper-container-2 .swiper-pagination-bullet-active {
    background: #fff
}
.container.standard .screen-2 {
    /*height: 536px;*/
    padding-top: 290px;
    text-align: center;
    background: url("../images/standard/bg2.jpg") center no-repeat;
    background-: #e3ebf6;
    padding-bottom: 40px;
}
.container.standard .screen-2 .show-list {
    overflow: hidden;
}
.container.standard .screen-2 .show-list ul {
    width: 1300px;
}
.container.standard .screen-2 .show-list ul li {
    position: relative;
    float: left;
    width: 290px;
    height: 194px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.container.standard .screen-2 .show-list ul li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 37px;
    line-height: 37px;
    display: block;
    background-color: #ffffff;
    opacity: 0.5;
    text-align: center;
}
.container.standard .screen-2 .block > .more {
    font-size: 24px;
    color: #2180c4;
}

/*相册轮播*/
/*.container .photos {*/
/*position: relative;*/
/*width: 815px;*/
/*height: 478px;*/
/*}*/
/*.container .photos .swiper-container {*/
/*margin: 0 auto;*/
/*width: 741px;*/
/*}*/
/*.container .photos .swiper-container .swiper-slide {*/
/*position: relative;*/
/*text-align: center;*/
/*}*/
/*.container .photos .swiper-container .swiper-slide img {*/
/*border: 5px solid #ffffff;*/
/*}*/
/*.container .photos .swiper-container .swiper-slide span {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*width: 741px;*/
/*height: 37px;*/
/*line-height: 37px;*/
/*display: block;*/
/*background-color: #ffffff;*/
/*opacity: 0.5;*/
/*text-align: center;*/
/*}*/
/*.container .photos .swiper-button-prev {*/
/*top: 230px;*/
/*left: 0;*/
/*width: 37px;*/
/*height: 74px;*/
/*background: url(../images/honor/arrow.png) no-repeat;*/
/*background-position: 0 -74px;*/
/*background-size: 100%;*/
/*}*/
/*.container .photos .swiper-button-next {*/
/*top: 230px;*/
/*right: 0;*/
/*width: 37px;*/
/*height: 74px;*/
/*background: url(../images/honor/arrow.png) no-repeat;*/
/*background-position: 0 -0;*/
/*background-size: 100%;*/
/*}*/

/************* 招商页 ************/
.container.enterprise .screen-1 {
    padding-top: 150px;
    height: 850px;
}
.container.enterprise .screen .caption{
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.container.enterprise .screen .caption h2 {
    font-size: 46px;
    color: #2180c4;
    font-weight: bold;
    line-height: 50px;
}
.container.enterprise .screen-1 .map {
    position: absolute;
    width: 911px;
    height: 457px;
    left: -80px;
    top: 245px;
    background: url("../images/enterprise/map.jpg") center no-repeat;
}
.container.enterprise .screen-1 .new-map {
    display: none;
}
.container.enterprise .screen-1 .map .usa {
    position: absolute;
    top: 130px;
    left: 150px;
}
.container.enterprise .screen-1 .map .german {
    position: absolute;
    top: 106px;
    left: 420px;
}
.container.enterprise .screen-1 .map .china {
    position: absolute;
    top: 145px;
    left: 616px;
}
.container.enterprise .screen-1 .map .korea {
    position: absolute;
    top: 95px;
    left: 694px;
}

.container.enterprise .screen-1 .map .jp {
    position: absolute;
    top: 171px;
    left: 745px;
}
.container.enterprise .screen-1 .info {
    position: absolute;
    right: 0;
    top: 340px;
    text-align: left;
}
.container.enterprise .screen-1 .info h2 {
    font-size: 46px;
    color: #333333;
}
.container.enterprise .screen-1 .info span {
    font-size: 30px;
}
.container.enterprise .screen-1 .info span i {
    font-size: 40px;
    color: #6c9bd1;
}
.container.enterprise .screen-1 .info p {
    font-size: 24px;
}
.container.enterprise .screen-2 {
    height: 696px;
    padding-top: 70px;
    background: url("../images/enterprise/bg2.jpg") center no-repeat;
}
.container.enterprise .screen-2.screen h2 {
    color: #e9518e;
}
.container.enterprise .screen-2 .info {
    position: absolute;
    top: 260px;
    left: 60px;
    width: 530px;
}
.container.enterprise .screen-2 .info h2 {
    color: #e9518e;
    font-weight: bold;
    line-height: 70px;
    font-size: 40px;
}
.container.enterprise .screen-2 .info p {
    font-size: 30px;
    color: #333333;
}
.container.enterprise .screen-2 .system {
    position: absolute;
    top: 135px;
    left: 665px;
}
.container.enterprise .screen-3 {
    padding-top: 70px;
    height: 680px;
    background: url("../images/enterprise/bg3.jpg") center bottom repeat-x;
}
.container.enterprise .screen-3 .jimu {
    position: absolute;
    left: 58px;
    top: 124px;
}
.container.enterprise .screen-3 .info {
    position: absolute;
    width: 483px;
    top: 200px;
    right: 0;
}
.container.enterprise .screen-3 .info h2 {
    font-size: 40px;
    color: #45bdb4;
    font-weight: bold;
}
.container.enterprise .screen-3 .info span {
    font-size: 34px;
    color: #45bdb4;
    display: block;
}
.container.enterprise .screen-3 .info em {
    font-size: 30px;
}
.container.enterprise .screen-3 .info p {
    font-size: 24px;
    color: #ffffff;
    margin-top: 70px;
}
.container.enterprise .screen-4 {
    padding-top: 90px;
    height: 744px;
}
.container.enterprise .screen-4 .caption h2 {
    color: #000;
}
.container.enterprise .screen-4 .info {
    position: absolute;
    width: 502px;
    height: 188px;
    top: 150px;
}
.container.enterprise .screen-4 .info h2 {
    color: #de7406;
    font-weight: bold;
    font-size: 40px;
    line-height: 80px;
}
.container.enterprise .screen-4 .info p {
    font-size: 30px;
}
.container.enterprise .screen-4 .award {
    position: absolute;
    top: 120px;
    right: 50px;
}
.container.enterprise .screen-4 .other {
    text-align: center;
    position: relative;
    top: 350px;
}
.container.enterprise .screen-5 {
    height: 750px;
    padding-top: 90px;
    background: url("../images/enterprise/bg5.jpg") center no-repeat;
}
.container.enterprise .screen-5 .grade {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}
.container.enterprise .screen-5 .grade li {
    width: 33.3%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.container.enterprise .screen-6 {
    height: 946px;
    padding-top: 90px;
    background: url("../images/enterprise/bg6.jpg") center no-repeat;
}
.container.enterprise .screen-6 .caption h2 {
    color: #ffffff;
}
.container.enterprise .screen-6 .caption span {
    color: #ffffff;
}
.container.enterprise .screen-6 .block > img {
    margin-top: 80px;
}
.container.enterprise .screen-7 {
    height: 1040px;
    padding-top: 100px;
}
.container.enterprise .screen-7 img.map {
    position: absolute;
    top: 160px;
    left: 20px;
}
.container.enterprise .screen-7 .info {
    position: absolute;
    width: 320px;
    top: 270px;
    right: 0;
    text-align: justify;
}
.container.enterprise .screen-7 .info ul li {
    margin-bottom: 30px;
    padding-left: 25px;
    background: url("../images/enterprise/dot.png") 5px 8px no-repeat;
}
.container.enterprise .screen-7 .city {
    position: absolute;
    top: 900px;
    left: 30px;
    font-size: 20px;
}
.container.enterprise .screen-8 {
    padding-top: 80px;
    height: 768px;
    background: url("../images/enterprise/bg7.jpg") center no-repeat;
}
.container.enterprise .screen-8 .caption h2 {
    color: #ffffff;
}
.container.enterprise .screen-8 .caption span {
    color: #ffffff;
}
.container.enterprise .screen-8 .ball {
    margin-top: 50px;
}
.container.enterprise .screen-9  {
    height: 677px;
    padding-top: 90px;
}
.container.enterprise .screen-9 .info {
    position: absolute;
    width: 650px;
    top: 165px;
    left: 0;
}
.container.enterprise .screen-9 .info ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 24px;
    background: url("../images/enterprise/dot3.png") 5px 5px no-repeat;
}
.container.enterprise .screen-9 .people {
    position: absolute;
    right: -70px;
    top: 45px;
}
.container.enterprise .screen-10 {
    padding-top: 80px;
    height: 543px;
    background: url("../images/enterprise/bg8.jpg") center no-repeat;
}
.container.enterprise .screen-10 .flow {
    margin-top: 60px;
}
.container.enterprise .screen-11 {
    height: 680px;
    padding-top: 70px;
    background: url("../images/enterprise/bg9.jpg") center no-repeat;
}
.container.enterprise .screen-11 .caption {
    color: #ffffff;
}
.container.enterprise .screen-11 .caption h2 {
    color: #ffffff;
}
.container.enterprise .screen-11 .boss-list {
    margin-top: 50px;
    text-align: center;
}
.container.enterprise .screen-11 .boss-list ul {
    width: 1300px;
}
.container.enterprise .screen-11 .boss-list ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 50px;
    text-align: left;
    width: 386px;
}
.container.enterprise .screen-11 .boss-list ul li img {
    width: 376px;
    height: 257px;
    border: 5px solid #ffffff;
}
.container.enterprise .screen-11 .boss-list ul li .info {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.container.enterprise .screen-11 .boss-list ul li .info i{
    font-size: 18px;
}
.container.enterprise .screen-11 .boss-list ul li .info p {
    text-align: justify;
    border-top: 1px solid #ffffff;
    font-size: 16px;
}
.container.enterprise .screen-11 .boss-list .more {
    font-size: 24px;
    color: #ffffff;
}
.container.enterprise .screen-12 {
    height: 817px;
    padding-top: 80px;
    background-color: #6c9bd1;
}
.container.enterprise .screen-12 .caption {
    color: #ffffff;
}
.container.enterprise .screen-12 .caption h2 {
    color: #ffffff;
}
.container.enterprise .screen-12 .apply {
    margin-top: 60px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
.container.enterprise .screen-12 .apply ul {
    overflow: hidden;
}
.container.enterprise .screen-12 .apply ul li {
    float: left;
    width: 540px;
    margin-bottom: 34px;
}
.container.enterprise .screen-12 .apply ul li label, .container.enterprise .screen-12 .apply .textarea label{
    float: left;
    width: 210px;
    text-align: right;
    line-height: 55px;
}
.container.enterprise .screen-12 .apply ul li .form-input {
    float: left;
    width: 320px;
}
.container.enterprise .screen-12 .apply ul li .form-input input {
    border: 1px solid #ffffff;
    line-height: 55px;
    border-radius: 5px;
    width: 100%;
    font-size: 24px;
    background-color: #6c9bd1;
    color: #ffffff;
}
.container.enterprise .screen-12 .apply .textarea textarea{
    float: left;
    width: 830px;
    padding: 15px;
    border: 1px solid #ffffff;
    line-height: 30px;
    border-radius: 5px;
    font-size: 24px;
    background-color: #6c9bd1;
    color: #ffffff;
    height: 200px;
}
.container.enterprise .screen-12 .apply .form-submit {
    margin-top: 70px;
    text-align: center;
}
.container.enterprise .screen-12 .apply .submit {
    margin: 0 auto;
    width: 510px;
    height: 60px;
    background-color: #ffffff;
    font-size: 30px;
    border-radius: 5px;
    text-align: center;
}

/************少儿英语项目投资评估报告************/
.container.pinggu .screen-1 .form-main {
    margin: 0 auto;
    width: 1000px;
    font-size: 20px;
    color: #666;
}
.container.pinggu .form-main .line {
    overflow: hidden;
    height: 1px;
    border-bottom: 1px dashed #2b70ae;
    clear: both;
}
.container.pinggu .form-main .title {
    text-align: center;
    color: #2b70ae;
    line-height: 100px;
    margin-top: 50px;
}
.container.pinggu .form-main .pt-con .item .input-w100 {
    width: 100px;
}
.container.pinggu .form-main .pt-con .item .input-w200 {
    width: 200px;
}
.container.pinggu .form-main .pt-con .item .input-w300 {
    width: 300px;
}
.container.pinggu .form-main .pt-con .item .input-w400 {
    width: 400px;
}
.container.pinggu .form-main .pt-con .item .input-w500 {
    width: 500px;
}
.container.pinggu .form-main .pt-con h4 {
    color: #2b70ae;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}
.container.pinggu .form-main .pt-con .item {
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.container.pinggu .pt-con .item .form-line > label {
    float: left;
    line-height: 46px;
    color: #666;
}
.container.pinggu .pt-con .form-line {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
}
.container.pinggu .pt-con .form-line .form-tip {
    clear: both;
}
.container.pinggu .pt-con .form-input {
    float: left;
}
.container.pinggu .pt-con .form-input label {
    float: left;
    margin-right: 20px;
    line-height: 46px;
    color: #666;
}
.container.pinggu .pt-con .form-input input{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 44px;
    border: 1px solid #c9c9c9;
    font-size: 24px;
    color: #666;
    font-weight: 600;
    border-radius: 5px;
}
.container.pinggu .pt-con .form-input input[type=radio]{
    position: relative;
    width: 20px;
    height: 20px;
    top: 8px;
}
.container.pinggu .pt-con .form-input select {
    float: left;
    height: 44px;
    border: 1px solid #c9c9c9;
    color: #666;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 20px;
}
.container.pinggu .pt-con .form-input span {
    margin-left: 10px;
    line-height: 44px;
}
.container.pinggu .pt-con .form-input.district select {
    width: 160px;
    margin-right: 10px;
}
.container.pinggu .pt-con .form-line.form-xm .form-input {
    margin-right: 20px;
}
.container.pinggu .pt-con .form-line .yzm {
    padding: 0 10px;
    line-height: 44px;
    height: 46px;
    background-color: #0a63a2;
    color: #ffffff;
    border: none;
    margin-left: 20px;
    font-size: 18px;
}
.container.pinggu .pt-con .form-submit {
    margin-top: 40px;
    text-align: center;
}
.container.pinggu .pt-con .submit  {
    text-align: center;
    padding: 0 30px;
    line-height: 60px;
    background-color: #0a63a2;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 24px;
}
.container.pinggu .baogao {
    margin: 0 auto;
    width: 1000px;
}
.container.pinggu .baogao .title {
    text-align: center;
    color: #2b70ae;
    line-height: 100px;
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
}
.container.pinggu .baogao .content {
    line-height: 60px;
    text-align: justify;
    font-size: 24px;
}

/*投票*/
.vote .vote-list {
    margin: 0 auto;
    width: 600px;
    padding: 40px 20px;
}
.vote .vote-list label {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: left;
    background-color: #f2f2f5;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.vote .vote-list label input[type=radio] {
    float: right;
    margin-top: 25px;
}
.vote .vote-list .vote-button {
    text-align: center;
}
.vote .vote-list button {
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #0F6FFF;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    overflow: hidden;
}
.vote .vote-list .vote-title {
    font-size: 20px;
    line-height: 30px;
}
.vote .vote-list .vote-result {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffe8d1;
    border-radius: 5px;
    overflow: hidden;
}
.vote .view-result .vote-result {
    display: block;
}
.vote .view-result .vote-result .vote-name {
    position: absolute;
    left: 20px;
    top: 0;
}
.vote .view-result .vote-result em {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
}
.vote .view-result .vote-result .vote-support {
    background-color: #ffc09f;
    height: 100%;
}

/*点读笔*/
.container.ddb .screen-1 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    text-align: center;
    padding: 50px 0;
}
.container.ddb .screen-1 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.container.ddb .screen-1 ul li h2 {
    font-size: 34px;
    color: #6c9bd1;
    font-weight: bold;
    line-height: 50px;
}
.container.ddb .screen-1 ul li span {
    font-size: 24px;
    color: #333333;
}
.container.ddb .screen-2 {
    background: url("../images/ddb/bg-s2.png") center repeat-y;
    text-align: center;
    padding: 100px 0;
}
.container.ddb .captain {
    margin-bottom: 50px;
}
.container.ddb .captain h2 {
    font-size: 34px;
    color: #187fc4;
    font-weight: bold;
    line-height: 50px;
}
.container.ddb .captain span {
    font-size: 24px;
    color: #000000;
}
.container.ddb .screen-3 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    text-align: center;
    padding: 100px 0;
}
.container.ddb .screen-4 {
    background: url("../images/ddb/bg-s2.png") center repeat-y;
    text-align: center;
    padding: 100px 0;
}
.container.ddb .screen-4 .kc-t {
    position: absolute;
    display: block;
    left: 748px;
    top: 490px;
    width: 325px;
    height: 45px;
    cursor: pointer;
}

.container.ddb .screen-5 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    text-align: center;
    padding: 100px 0;
}
.container.ddb .screen-6 {
    background: url("../images/ddb/bg-s2.png") center repeat-y;
    text-align: center;
    padding: 100px 0;
}
.container.ddb .screen-6 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.container.ddb .screen-6 ul li h2 {
    font-size: 24px;
    color: #333333;
    line-height: 50px;
}
.container.ddb .screen-7 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    text-align: center;
    padding: 100px 0;
}

#ddb-download {
    padding: 20px 30px 30px 30px;
}
#ddb-download li {
    font-size: 18px;
}
#ddb-download li > input {
    width: 328px;
    border: 1px solid #000000;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px
}
#ddb-download .form-input {
    margin-top: 10px;
}
#ddb-download .form-input input[type=text] {
    width: 45px;
    border: 1px solid #000000;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
#ddb-download .form-input button {
    font-size: 16px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #6c9bd1;
    color: #ffffff;
    border: none;
    margin-left: 10px;
}


.abc a{color:#5a5657 !important;}
