@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;
}
.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; font-family: inherit; outline: none; border: none;}
.text-left { text-align: left;}
.text-right { text-align: right;}
body.modal-open {
    width: 100%;
    overflow: hidden;
    /*position: fixed;*/
}
.container {
    position: relative;
}
.container .quicklink {
    position: fixed;
    width: 1.5rem;
    height: 1.638rem;
    right: 0;
    top: 25%;
    background-image: url("../images/quicklink.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
    display: none;
}
.container .xuanfu {
    position: fixed;
    width: 1.5rem;
    height: 4.65rem;
    top: 25%;
    right: 0;
    background-image: url("../images/xuanfu-index.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
}
.container .xuanfu-index {
    position: fixed;
    width: 1.5rem;
    height: 4.65rem;
    top: 25%;
    right: 0;
    background-image: url("../images/xuanfu-index.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    display: block;
}
.container .xuanfu .close {
    position: absolute;
    left: .63rem;
    top: 1.30rem;
    display: block;
    width: .23rem;
    height: .23rem;
}
.container .xuanfu .top {
    position: absolute;
    left: .55rem;
    bottom: .3rem;
    display: block;
    width: .4rem;
    height: .4rem;
}
.container .xuanfu > ul {
    width: 1.1rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 2.0rem;
}
.container .xuanfu > ul li{
    height: .2767rem;
    width: 1.07rem;
    background-color: #ffffff;
    border-radius: .18rem;
    line-height: .2767rem;
    font-size: .24rem;
    font-weight: bold;
    color: #6995c6;
    margin-bottom: .18rem;
    position: relative;
}
.container .xuanfu > ul li a {
    font-size: .18rem;
}
.container .xuanfu > ul li.weixin {
    border: none;
    background: none;
    height: 120px;
}
.container .xuanfu > ul li.weixin > img {
    width: 1rem;
    height: 1rem;
}
.container .xuanfu > ul li a:hover {
    color: #6995cf;
}
.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 {
    display: none;
}

/*为什么选择我们*/
.why-select-us {
    height: 4.9rem;
}
.why-select-us .layui-layer-content{
    height: 4.9rem;
}
.select-us {
    background-color: #ffffff;
    width: 7rem;
    max-width: 840px;
    padding: .45rem 0;
    display: block;
    height: 4rem;
}
.select-us  h2 {
    color: #000;
    font-size: .22rem;
    text-align: center;
}
.select-us  ul {
    width: 6.5rem;
    margin-top: .25rem;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.select-us  ul li {
    margin-left: .42rem;
    width: 2.34rem;
    border-radius: 1.17rem;
    overflow: hidden;
    position: relative;
    height: 3.6rem;
}
.select-us  ul li  img{
    float: left;
    width: 100%;
}
.select-us  ul li .reason {
    position: absolute;
    border-radius: 100%;
    width: 1.74rem;
    height: 1.74rem;
    bottom: 0;
    left: 0;
    background-color: #6c9bd1;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.select-us  ul li .reason > span{
    margin-top: .15rem;
    display: block;
    font-size: .2rem;
}
.select-us  ul li .reason > h2{
    color: #ffffff;
    font-size: .3rem;
    line-height: .5rem;
}
.select-us  ul li .reason > p {
    font-size: .16rem;
}




.block {width: 100%; margin: 0 auto; position: relative;}
.sprite {background-image: url("../images/sprite.png");}

/*头部*/
.container .header {
    position: fixed;
    width: 100%;
    background-color: #6c9bd1;
    height: .9rem;
    font-size: .18rem;
    color: #ffffff;
    left: 0;
    top: 0;
    z-index: 900;
}
.container .header-fill {
    display: block;
    height: .9rem;
}
.container .header .logo{
    float: left;
    margin-top: .1rem;
    margin-left: .1rem;
    height: .7rem;
}
.container .header .quick-link{
    float: right;
    line-height: 106px;
    display: none;
}
.container .header .talk-online {
    float: right;
    width: 330px;
    line-height: 106px;
    background: url("../images/tel.png") left center no-repeat;
    padding-left: 35px;
    display: none;
}

/*导航*/
.container .nav {
    height: 70px;
    background-color: #57b2e0;
    color: #ffffff;
    line-height: 70px;
    position: relative;
    display: none;
}
.menu-more {
    position: fixed;
    right: .14rem;
    top: .25rem;
    width: .5rem;
    height: .4rem;
    cursor: pointer;
    z-index: 992;
}
.menu-more:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.menu-more:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.menu-more .menu-more-line {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.menu-more .menu-more-close {
    position: absolute;
    right: 0;
    top: -.05rem;
    width: .5rem;
    height: .5rem;
    background: url("../images/menu-more-close.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-color: #6c9bd1;
    z-index: 999;
    display: none;
}
.menu-more.ona .menu-more-close {
    display: block;
}
.menu-more.ona:before {
    display: none;
}
.menu-more.ona:after {
    display: none;
}
.menu-more.ona .menu-more-line {
    opacity: 0;
}
.menu-more.on .menu-more-on {
    display: block;
}
.header .navbar-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 54px;
}

.header-menu {
    height: 100%;
    margin: auto;
}

.header-menu .header-menu-nav.on .nav-bg {
    display: block;
}

.header-menu .header-menu-nav.on .header-nav-item {
    right: 0;
}

.header-menu .nav-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 2000px;
    z-index: 1002;
}

.header-menu .header-nav-item {
    margin-left: 0;
    position: fixed;
    right: -100%;
    background: #60b0e3;
    top: .9rem;
    width: 100%;
    height: 100%;
    /*padding: 10px 0 80px;*/
    -webkit-transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out;
    z-index: 1005;
}
.header-menu .header-nav-item > ul {
    height: 90%;
    overflow-y: scroll;
}
.header-menu .header-nav-item li {
    position: relative;
    padding: 0 20px 0 40px;
    line-height: 40px;
}
.header-menu .header-nav-item li.two {
    height: 40px;
    border-top: 1px solid #ffffff;
    padding: 5px 0 0 20px;
}
.header-menu .header-nav-item li a,
.header-menu .header-nav-item li a:link,
.header-menu .header-nav-item li a:visited {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
}
.header-menu .header-nav-item li.two > a {
    line-height: 18px;
}
.header-menu .header-nav-item > ul > li {
    padding-right: 0;
    border-bottom: 1px solid #ffffff;
}
.header-menu .header-nav-item > ul > li> a {
    font-size: 16px;
}
.header-menu .header-nav-item > ul > li> ul > li > a {
    font-size: 14px;
}
.header-menu .header-nav-item li .nav-vice-box {
    height: 0;
    overflow: hidden;
}
.header-menu .header-nav-item li .nav-vice-content {
    padding-left: 16px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}
.header-menu .header-nav-item li .nav-vice-content .nav-vice-link {
    font-size: 14px;
    line-height: 36px;
    color: #aeb3cc;
}
.header-menu .header-nav-item li .dropdown-menu {
    height: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}
.header-menu .header-nav-item li .dropdown-menu li {
    line-height: 30px;
    border-top: 1px solid #ffffff;
}
.header-menu .header-nav-item li .dropdown-menu li a {
    font-size: 14px;
    color: #ffffff;
}
.header-menu .header-nav-item li.js_show .weui-flex {
    opacity: .4;
}
.header-menu .header-nav-item li.js_show .dropdown-menu {
    opacity: 1;
    height: auto;
}
.header-menu .header-nav-item li.has-child {
    background: url("../images/menu-arrow.png") no-repeat;
    background-position: 5rem .28rem;
    background-size: 20px auto;
}
.header-menu .header-nav-item li.has-child.js_show {
    background: url("../images/menu-arrow-u.png") no-repeat;
    background-position: 5rem .28rem;
    background-size: 20px auto;
}
.header-menu .nav-item-text {
    position: relative;
}
.header-menu .triangle-down,
.header-menu .caret {
    position: absolute;
    top: 20px;
    right: 0;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #fff transparent transparent;
}
.header-menu .triangle-up {
    position: absolute;
    right: 0;
    top: 20px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px;
    border-color: transparent transparent #fff;
}
.header-nav-item .fold i.menu-arrow {
    float: right;
    margin-top: 0.08rem;
    width: 0.32rem;
    height: 0.18rem;
    background: url(../images/menu-arrow.png) no-repeat;
    background-size: 100%;
}
.header-nav-item .fold.active i.menu-arrow-u {
    background: url(../images/menu-arrow-u.png) no-repeat;
    background-size: 100%;
}

/*banner*/
.container .banner{
    width:100%;
    height: 3.5rem;
    max-height: 811px;
    text-align:center;
    overflow:hidden;
    position:relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container .banner .swiper-container{
}
.container .banner .swiper-slide{
    width: 100%;
    float:left;
    height: 3.5rem;
    max-height: 811px;
    background-position: center;
    background-size: cover;
}
.container .banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index:999;
}
.container .banner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    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: 10px 0;
    display: none;
}
#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: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}
#sign_in ul {
    width: 6.1rem;
    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: 6rem;
    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: 6rem;
    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:nth-child(2) {
    float: right;
}
#sign_in ul li button {
    font-size: 18px;
    height: 40px;
    width: 6rem;
    border-radius: 5px;
    background-color: #6c9bd1;
    color: #ffffff;
    border: none;
}
#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;
    display: none;
}

/*第一屏*/
.container.index .screen-1 {
    height: 5.8rem;
}
.container.index .screen-1 .p1-1 {
    position: relative;
    margin: 0 auto;
    width: 5rem;
    height: 3.47rem;
    z-index: 1;
    text-align: center;
    top: 1.6rem;
}
.container.index .screen-1 .p1-1 > img{
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
    margin-left: -0.15rem;
    margin-top: .18rem;
}
.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;
    background-size: 100% auto;
}
.container.index .screen-1 .p1-1 .video-circle {
    position: absolute;
    width: 3.3rem;
    height: 3.3rem;
    left: .8rem;
    top: .15rem;
    z-index: 5;
}
.index-video .layui-layer-content {
    overflow: hidden !important;
}
.container.index .screen-1 .p1-2 {
    position: absolute;
    width: 3.5rem;
    top: .1rem;
    left: 50%;
    margin-left: -1.5rem;
}
.container.index .screen-1 .p1-2 > img {
    width: 3rem;
}
.container.index .screen-1 .p1-2 span{
    float: right;
    color: #333333;
    font-size: .24rem;
}
/*第二屏*/
.container.index .screen-2 {
    height: 1100px;
    background: url("../images/bg-02.png") center no-repeat;
    padding-top: 20px;
}
.container.index .screen-2 .stage-item-avatar {
    position: relative;
    margin: 0 auto;
    z-index: 9;
    width: 160px;
}
.container.index .screen-2 .stage-item-avatar > img {
    width: 100%;
}
.container.index .screen-2 .stage-title {
    text-align: center;
}
.container.index .screen-2 .stage-title > img {
    width: 3rem;
}
.container.index .screen-2 .stage-title span{
    font-size: 14px;
    display: block;
}
.container.index .screen-2 .stage-title p{
    font-size: 20px;
    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 {
    position: relative;
}
.container.index .screen-2 .stage-info {
    position: relative;
    margin: 0 auto;
    text-align: left;
    height: 38px;
    width: 180px;
    border-radius: 39px;
    padding-left: 10px;
    line-height: 24px;
    font-size:14px;
    font-weight: bold;
    margin-top: 60px;
}
.container.index .screen-2 .stage-item2 .stage-info {
    left: 10px;
}
.container.index .screen-2 .stage-info  h2 {
    font-size:14px;
    margin-top: 5px;
    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: 38px;
    height: 33px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}
.container.index .screen-2 .stage-item-avatar {
    text-align: center;
}
.container.index .screen-2 .stage-slogan {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.container.index .screen-2 .stage-item2 .stage-slogan {
    left: 10px;
}

.container.index .screen-2 .stage-age {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    z-index: -1;
    color: #fff;
    line-height: 140px;
    text-align: center;
    font-size: 14px;
}
.container.index .screen-2 .stage-age i{
    font-size: 24px;
    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: .3rem;
    padding-bottom: 0.5rem;
}
.container.index .screen-3 .captain {
    text-align: center;
    font-size: .18rem;
}
.container.index .screen-3 .captain span {
    font-size: .22rem;
}
.container.index .screen-3 .captain h2 {
    color: #ec7aa7;
    font-size: .24rem;
    font-weight: bold;
}
.container.index .screen-3 .p1 {
    position: relative;
    margin: 0 auto;
    width: 2.5rem;
    height: 5.5rem;
    background: url("../images/p3-04.png") center no-repeat;
    background-size: 2.5rem auto;
    margin-top: 1rem;
}
.container.index .screen-3 .p1 .img-01{
    position: absolute;
    left: 50%;
    top: -.5rem;
    width: 3rem;
    margin-left: -1.5rem;
}
.container.index .screen-3 .p1 .c-01{
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url("../images/p3-blue.png") center no-repeat;
    background-size: 100% 100%;
    left: -1rem;
    top: 3rem;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: .2rem;
}
.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: .16rem;
    font-weight: bold;
    line-height: .2rem;
}
.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: .16rem;
}
.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: .16rem;
    line-height: .2rem;
}
.container.index .screen-3 .p1 .c-01 span{
    margin-top: .4rem;
    display: block;
}
.container.index .screen-3 .p1 .c-02{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background: url("../images/p3-green.png") center no-repeat;
    background-size: 100% 100%;
    left: .7rem;
    top: 2.3rem;
    opacity: .8;
    text-align: center;
    color: #fff;
    font-size: .3rem;
}
.container.index .screen-3 .p1 .c-02 span{
    margin-top: .3rem;
    display: block;
}
.container.index .screen-3 .p1 .c-03{
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../images/p3-red.png) center no-repeat;
    background-size: 100% 100%;
    right: -1rem;
    top: 3.5rem;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: .3rem;
}
.container.index .screen-3 .p1 .c-03 span{
    margin-top: .2rem;
    display: block;
    font-size: .16rem;
}
.container.index .screen-3 .p1 .c-03 h2{
    line-height: .3rem;
    font-size: .14rem;
}
.container.index .screen-3 .p2 {
    position: relative;
    margin: 0 auto;
    width: 6rem;
    height: 5.45rem;
    background: url("../images/p3-02.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: .2rem;
}
.container.index .screen-3 .p2 .qin{
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 4.5rem;
}
.container.index .screen-3 .p2 .zhuanli{
    position: absolute;
    width: 2.5rem;
    right: 0;
    top: .5rem;
    color: #ffffff;
    text-align: center;
    font-size: .14rem;
}
.container.index .screen-3 .p2 .zhuanli h2{
    font-size: .18rem;
    color: #ffffff;
    line-height: .2rem;
}
.container.index .screen-3 .p2 .zhuanli span{
    font-size: .14rem;
}

.container.index .screen-3 .p2 .zhuanli p em{
    font-size: .1rem;
}
/*第四屏*/
.container.index .screen-4 {
    height: 7.5rem;
    padding-top: .3rem;
    background-color: #aac5e4;
}
.container.index .screen-4 .map{
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    top: 1.1rem;
    z-index: 90;
}
.container.index .screen-4 .map > a {
    position: absolute;
    display: block;
    z-index: 99;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.container.index .screen-4 .map > a.us {
    width: .5rem;
    height: .61rem;
    left: .15rem;
    top: 1rem;
    background-image: url("../images/us.png");
}
.container.index .screen-4 .map > a.german {
    width: .5rem;
    height: .61rem;
    left: 1.3rem;
    top: 1rem;
    background-image: url(../images/german.png);
}
.container.index .screen-4 .map > a.china {
    width: .5rem;
    height: .61rem;
    left: 2.3rem;
    top: 1.2rem;
    background-image: url(../images/china.png);
}
.container.index .screen-4 .map > a.korea {
    width: .44rem;
    height: .52rem;
    right: .1rem;
    top: 1rem;
    background-image: url(../images/korea.png);
}
.container.index .screen-4 .map > a.jp {
    width: .35rem;
    height: .44rem;
    right: 0;
    top: 1.3rem;
    background-image: url(../images/jp.png);
}

.container.index .screen-4 .captain {
    color: #ffffff;
    text-align: center;
}
.container.index .screen-4 .captain h2 {
    color: #ffffff;
    font-size: .24rem;
    line-height: .3rem;
}
.container.index .screen-4 .captain span {
    font-size: .14rem;
}
.container.index .screen-4 .center {
    margin: 0 auto;
    margin-top: .3rem;
    background-color: #ffffff;
    /*opacity: .1;*/
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: url("../images/p4-01.png") center no-repeat;
    background-size: 100% 100%;
}
.container.index .screen-4 .left {
    position: absolute;
    background-color: #cb9fc5;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    left: 1rem;
    top: 4.3rem;
    z-index: 5;
    opacity: 1;
}
.container.index .screen-4 .right {
    position: absolute;
    background-color: #8bb0da;
    opacity: 1;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    right: 1rem;
    top: 4.3rem;
    z-index: 5;
}
.container.index .screen-4 .left .info {
    position: absolute;
    color: #ffffff;
    font-size: .18rem;
    text-align: center;
    width: 100%;
    left: 0;
    top: .1rem;
    z-index: 99;
}
.container.index .screen-4 .info h2 {
    color: #ffffff;
    font-size: .22rem;
    z-index: 99;
    margin-top: .25rem;
}
.container.index .screen-4 .left .info p {
    font-size: .16rem;
}

.container.index .screen-4 .right .info {
    position: absolute;
    color: #ffffff;
    font-size: .14rem;
    text-align: center;
    width: 100%;
    height: 1.5rem;
    right: 0;
    top: .2rem;
}
.container.index .screen-4 .right .info p {
    font-size: .18rem;
    margin-top: .15rem;
}

/*第五屏*/
.container.index .screen-5 {
    background: url("../images/p5-bg.png") center center no-repeat;
    padding-bottom: .5rem;
    text-align: center;
    background-size: auto 100% ;
}
.container.index .screen-5 .p5-01 {
    position: relative;
    width: 90%;
    margin-top: 2rem;
}
.container.index .screen-5 .p5-02 {
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
    top: .3rem;
    width: 2.5rem;
}
.container.index .screen-5 .captain {
    position: relative;
    color: #000000;
    font-size: .24rem;
    text-align: center;
    margin-top: 1rem;
}
.container.index .screen-5 .captain h2{
    color: #187fc4;
    font-size: .24rem;
}
.container.index .screen-5 .cooperation {
    position: relative;
    margin-top: .5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
}
.container.index .screen-5 .cooperation .cooper-item {
    width: 30%;
}
.container.index .screen-5 .cooperation .cooper-item > img {
    width: 100%;
}

.container.index .screen-5 .cooperation .cooper-item .item-info h2 {
    color: #187fc4;
    margin-top: 30px;
    font-size: .24rem;
}
.container.index .screen-5 .cooperation .cooper-item span{
    font-size: 12px;
}

/*友情链接*/
.friend-link {
    background-color: #716d6e;
    padding: 20px 0;
    overflow: hidden;
    display: none;
}
.friend-link h2 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.friend-link ul li {
    float: left;
    margin-right: 50px;
}
.friend-link ul li a {
    color: #ffffff;
}
.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 .fo > a{
    display: block;
    line-height: 30px;
}
.container .footer .fo > a:hover {
    color:#ffffff;
    font-style: italic;
}
.container .footer .f1{
    float: left;
    width: 170px;
    display: none;
}
.container .footer .f2{
    float: left;
    width: 150px;
    display: none;
}
.container .footer .catename {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 30px;
}
.container .footer .f3{
    float: left;
    width: 240px;
    display: none;
}
.container .footer .f4{
    float: left;
    width: 180px;
    display: none;
}
.container .footer .f5{
    float: left;
    width: 460px;
    display: none;
}
.container .footer .f5 img{
    float: left;
    margin-right: 20px;
}
.container .footer .f5 .follow {
    overflow: hidden;
}
.container .footer .f5 .worktime {
    float: left;
    font-size: 16px;
    line-height: 20px;
}
.container .footer .f5 span {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.container .footer .f5 .addr {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}
.container .footer .f6 {
    text-align: center;
    font-size: 14px;
}
/*新闻页*/
.news-main { overflow: hidden; margin-bottom: 50px; padding: 10px;}
.news-main.mt60 {
    margin-top: 10px;
}
.news-main .captain {
    margin: 0 auto;
    width: 130px;
    height: 35px;
    padding-top: 0px;
    text-align: center;
    /* background: url(../images/news/bg-title.png) 100% 100% no-repeat; */
    font-size: 12px;
    margin-bottom: 0px;
}
.news-main .captain h2{
    margin-top: 0px;
    line-height: 17px;
    font-size: 16px;
}
.news-main .news-left {
    /* float: left;
    width: 792px; */
}
.news-main .news-left .news-contain {
    margin: 0px 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-main .news-left .news-item {
    width: 48%;
    margin-bottom: 10px;
}
.news-main .news-left .news-item .thumb {
    width: 100%;
    display: block;
}
.news-main .news-left .news-item .thumb >img {
    width: 100%;
}
.news-main .news-left .news-item .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.news-main .news-left .news-item > p {
    font-size: 10px;
    color: #666666;
}
.news-main .news-left .news-item .opt {
    font-size: 12px;
    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: 12px;
}
.news-main .news-left .news-item .opt a i {
    font-size: 12px;
}
/*分页*/
.page {
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    clear: both;
}
.page li {
    display: inline-block;
    width: 31px;
    height: 18px;
    font-size: 14px;
    background: url(../images/page1.png) center top no-repeat;
    background-size: 100% 100%;
}
.page.green li {
    background: url(../images/page2.png) center top no-repeat;
    background-size: 100% 100%;
}
.page li a, .page li.active span, .page li.disabled span{
    color: #fff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    line-height: 18px;
}
.page li.now, .page li.active, .page li:hover {
    background: url(../images/page1-hover.png) center bottom no-repeat;
    background-size: 100% 100%;
}
.page.green li.now, .page.green li.active, .page.green li:hover {
    background: url(../images/page2-hover.png) center bottom no-repeat;
    background-size: 100% 100%;
}
.page li.arrow {
    background: url(../images/page1.png) center top no-repeat;
    background-size: 100% 100%;
}
.page.green li.arrow {
    background: url(../images/page2.png) center top no-repeat;
    background-size: 100% 100%;
}
.page li.arrow a {
    font-size: 14px;
}
.page li.arrow:hover {
    background: url(../images/page1.png) center bottom no-repeat;
    background-size: 100% 100%;
}
.page.green li.arrow:hover {
    background: url(../images/page2.png) center bottom no-repeat;
    background-size: 100% 100%;
}


.news-main .news-right {
    margin: 0 auto;
}
.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: 100% 100%;
    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-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    display: none;
}
.news-main .news-right .news-recommend .cate {
    height: 30px;
}
.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: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    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 img{
    float: left;
    width: 88px;
    height: 88px;
    border-radius: 100%;
}
.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: 14px;
    font-weight: bold;
    line-height: 18px;
}
.news-main .news-right .news-recommend ul li p{
    padding-left: 100px;
    font-size: 12px;
}

/*内容页*/
.news-detail .news-main {
    padding: 10px;
    margin: 0;
}
.breadcrumb {
    color: #626262;
    font-size: 12px;
}
.news-detail .news-main .news-contain {
    margin: 20px auto;
    overflow: hidden;
}
.news-detail .news-main .news-contain > .title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.news-detail .news-main .news-contain > .info {
    font-size: 14px;
    text-align: center;
}
.news-detail .news-main .news-contain > .content {
    padding-top: 40px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}
.news-detail .next-prev { }
.news-detail .next-prev ul {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #000;
    font-size: 14px;
}
.news-detail .recommend h2 {
    text-align: left;
    font-size: 18px;
    margin: 20px 0;
    line-height: 30px;
}
.news-detail .recommend-list .item {
    margin: 0 auto;
    margin-bottom: 20px;
}
.news-detail .recommend-list .item .thumb img {
    width: 100%;
    min-width: 300px;
    min-height: 200px;
}
.news-detail .recommend-list .item .title {
    display: block;
    line-height: 30px;
    font-size: 16px;
}


/*家长园地*/
.container.parent .module {}
.container.parent .module ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 10px;
}
.container.parent .module ul li {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
}
.container.parent .module ul li img {
    max-width: 792px;
    max-height: 531px;
    width: 100%;
}
.container .news-left ul.md2 {

}
.container .news-left ul.md2 li {
    margin-bottom: 20px;
}
.container .news-left ul.md2 li > a img {
    max-width: 792px;
    max-height: 531px;
    width: 100%;
}
.container .news-left ul.md2 li .info .title {
    font-size: 20px;
    line-height: 30px;
}
.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: 30px;
    width: 130px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background-color: #0a63a2;
    line-height: 30px;
    border-radius: 25px;
    margin: 0 auto;
}
.container .news-left .md {
    margin-bottom: 20px;
    overflow: hidden;
}
.container .news-left .md > img {
    width: 50%;
    max-width: 303px;
}
.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 {
    max-width: 792px;
    max-height: 531px;
    width: 100%;
}
.container .news-left .md .md-item .md-item-1 .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
}
.container .news-left .md .md-item .md-item-1 .info h2{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
.container .news-left .md .md-item .md-item-1 .info p {
    color: #ffffff;
    font-size: 12px;
}
.container .news-left .md .md-item .md-item-2 {
    margin-top: 10px;
}
.container .news-left .md .md-item .md-item-2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container .news-left .md .md-item .md-item-2 ul li {
    width: 30%;
}
.container .news-left .md .md-item .md-item-2 ul li > a img {
    width: 100%;
    max-width: 259px;
    max-height: 145px;
}
.container .news-left .md .md-item .md-item-2 ul li .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    display: none;
}
.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: 540px;
    background: url("../images/teacher/bg-01.jpg") center no-repeat;
}
.container.teacher .screen-1 .t1 {
    text-align: center;
    font-size: 18px;
    color: #45bdb4;
    margin-top: 40px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 10px;
}
.container.teacher .screen-1 .t2 {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0 10px;
}
.container.teacher .screen-1 .t3 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #45bdb4;
    line-height: 30px;
    padding: 0 10px;
}
.container.teacher .screen-1 .t4 {
    text-align: center;
    font-size: 12px;
    color: #000000;
    padding: 0 10px;
}
.container.teacher .screen-1 .c0 {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 280px;
    margin-left: -100px;
}
.container.teacher .screen-1 .c1 {
    position: absolute;
    width: 80px;
    height: 76px;
    background: url("../images/teacher/c1.png") center no-repeat;
    background-size: 100% 100%;
    left: 10px;
    top: 320px;
}
.container.teacher .screen-1 .c2 {
    position: absolute;
    width: 76px;
    height: 80px;
    background: url("../images/teacher/c2.png") center no-repeat;
    background-size: 100% 100%;
    left: 30px;
    top: 230px;
}
.container.teacher .screen-1 .c3 {
    position: absolute;
    width: 76px;
    height: 86px;
    background: url("../images/teacher/c3.png") center no-repeat;
    background-size: 100% 100%;
    left: 110px;
    top: 180px;
}
.container.teacher .screen-1 .c4 {
    position: absolute;
    width: 76px;
    height: 80px;
    background: url("../images/teacher/c4.png") center no-repeat;
    background-size: 100% 100%;
    left: 190px;
    top: 220px;
}
.container.teacher .screen-1 .c5 {
    position: absolute;
    width: 80px;
    height: 76px;
    background: url("../images/teacher/c5.png") center no-repeat;
    background-size: 100% 100%;
    left: 210px;
    top: 310px;
}
.container.teacher .screen-1 span {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 75px;
    display: block;
    text-align: center;
    color: #ffffff;
}
.container.teacher .screen-2 {
    padding-bottom: 20px;
    background: url("../images/teacher/bg-02.jpg") center no-repeat;
    padding-top: 30px;
}
.container.teacher .screen-2 .t1 {
    font-size: 24px;
    color: #0c766e;
    text-align: center;
    font-weight: bold;
}
.container.teacher .screen-2 .t2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.container.teacher .screen-2 .line {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 100px;
    margin-left: -100px;
    left: 50%;
    background: url("../images/teacher/line.png") no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
.container.teacher .screen-2 .line > img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.container.teacher .screen-2 {
    text-align: center;
}
.container.teacher .screen-2 .line .c {
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    z-index: 5;
    color: #ffffff;
    position: absolute;
}
.container.teacher .screen-2 .line .c1 {
    left: -45px;
    bottom: -50px;
    background-color: #187fc4;
    width: 100px;
    height: 100px;
}
.container.teacher .screen-2 .line .c2 {
    left: 35px;
    bottom: -110px;
    background-color: #4cbbb4;
    width: 130px;
    height: 130px;
    line-height: 130px;
}
.container.teacher .screen-2 .line .c3 {
    right: -55px;
    bottom: -70px;
    background-color: #e370a1;
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.container.teacher .screen-2 .img1 {
    position: relative;
    width: 80%;
    max-width: 659px;
    margin-top: 150px;
}
.container.teacher .screen-3 {
    height: 920px;
    background: url("../images/teacher/bg-03.jpg") center no-repeat;
    padding-top: 20px;
    text-align: center;
}
.container.teacher .screen-3 .t1 {
    font-size: 24px;
    color: #e9518e;
    text-align: center;
    font-weight: bold;
}
.container.teacher .screen-3 .t2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.container.teacher .screen-3 .c {
    position: absolute;
    border-radius: 100%;
    color: #ffffff;
}
.container.teacher .screen-3 .c1 {
    width: 230px;
    height: 230px;
    background-color: #6c9bd1;
    left: 10px;
    top: 80px;
    padding: 15px;
}
.container.teacher .screen-3 .c h2 {
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    width: 90%;
}
.container.teacher .screen-3 .c1 h2 {
    margin-top: 20px;
    line-height: 25px;
}
.container.teacher .screen-3 .c p {
    margin: 0 auto;
    width: 80%;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}
.container.teacher .screen-3 .c2 {
    width: 210px;
    height: 210px;
    padding: 15px;
    background-color: #e9518e;
    right: 10px;
    top: 300px;
}
.container.teacher .screen-3 .img2 {
    position: relative;
    margin: 0 auto;
    top: 500px;
    width: 80%;
    max-width: 684px;
}
.container.teacher .screen-4 {
    height: 848px;
    background: url("../images/teacher/bg-04.jpg") center no-repeat;
    padding-top: 30px;
    text-align: center;
}
.container.teacher .screen-4 .t1 {
    font-size: 24px;
    color: #187fc4;
    text-align: center;
    font-weight: bold;
    z-index: 5;
    position: relative;
}
.container.teacher .screen-4 .t2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    z-index: 5;
    position: relative;
}
.container.teacher .screen-4 .t3 {
    position: relative;
    width: 80%;
    top: 400px;
    z-index: 5;
}
.container.teacher .screen-4 .yulu {
    position: absolute;
    width: 500px;
    top: 140px;
    left: 320px;
    font-size: 20px;
    z-index: 5;
    display: none;
}
.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: 300px;
    height: 348px;
    z-index: 1;
    top: 60px;
    left: 50%;
    margin-left: -150px;
}
.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;
    background-size: 100% 100%;
    z-index: 2;
}
.container.teacher .screen-4 .video > img {
    position: absolute;
    max-width: 670px;
    width: 300px;
    left: 0;
    top: 130px;
    z-index: 1;
}
/***********全国校区***********/
.container.all-school {
}
.container.all-school .screen-1 {
    background: url("../images/school/bg4.png") center repeat-y ;
    overflow: hidden;
}
.container.all-school .screen-1 .block {
    /*width: 997px;*/
}
.container.all-school .screen-1 .school-logo {
    text-align: center;
    display: none;
}
.container.all-school .screen-1 .school-logo > img {
    width: 50%;
}

.container.all-school .screen-1 .filter {
    height: 40px;
    background: url("../images/school/bg1.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}
.container.all-school .screen-1 .filter-title {
    font-size: 20px;
    font-weight: bold;
    color: #6c9bd1;
    text-align: center;
    margin-top: 20px;
}

.container.all-school .screen-1 .filter ul li {
    position: relative;
    width: 49%;
    display: inline-block;
    line-height: 40px;
    color: #ffffff;
}
.container.all-school .screen-1 .filter ul li label {
    font-weight: bold;
    font-size: 16px;
}
.container.all-school .screen-1 .filter ul li select {
    position: relative;
    width: 60%;
    height: 30px;
    line-height: 30px;
    /*top: -5px;*/
    font-size: 16px;
}
.container.all-school .screen-1 .menu {
    min-height: 10px;
    padding: 0 10px;
}
.container.all-school .screen-1 .menu > a {
    float: left;
    line-height: 50px;
    font-size: 14px;
}
.container.all-school .screen-1 .menu ul {
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
}
.container.all-school .screen-1 .menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 10px;
}
.container.all-school .screen-1 .menu ul li a {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
}
.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;
    background-size: 100% 100%;
}
.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;
    width: 85%;
    margin: 0 auto;
}
.container.all-school .screen-1 .cont .left {
    position: relative;
    height: 6rem;
    width: 100%;
}
.container.all-school.all-school-detail .screen-1 .cont .left {
    height:auto;
}
.container.all-school .screen-1 .cont .left > img {
    position: relative;
    height: 250px;
    width: 100%;
}
.container.all-school .screen-1 .cont .scroll {
    overflow-y: scroll;
    width: 100%;
    height: 10rem;
}
.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 {
    border-top: 2px solid #6c9bd1;
    overflow: hidden;
    top: 6rem;
    right: 60px;
}
.container.all-school .screen-1 .cont .scroll > ul {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    text-overflow: ellipsis;
}
.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: 14px;
    line-height: 30px;
    background-color: #6c9bd1;
    border-radius: 18px;
    color: #ffffff;
    margin-top: 20px;
    padding-left: 60px;
}
.container.all-school .screen-1 .cont .right > ul li .title > img{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
}
.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: 10px;
    font-size: 14px;
    text-align: left;
}
.container.all-school .screen-1 .cont .right > ul li .desc > a {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    padding: 0 10px;
    display: inline-block;
    background-color: #6c9bd1;
    line-height: 22px;
    border-radius: 11px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}
.container.all-school .screen-1 .cont .right > ul li .desc .school-yuyue {
    /*position: absolute;*/
    right: 120px;
    bottom: 0;
    display: inline-block;
    background-color: #6c9bd1;
    line-height: 22px;
    border-radius: 11px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    padding:0 10px;
}
.container.all-school .screen-1 .school-title {
    font-size: 20px;
    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: none;
    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.mt60 {
    position: relative;
    height: auto;
    margin-top: 20px;
}
.container.all-school .screen-1 .cont .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}
.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: auto;
    padding-bottom: 20px;
    right: 0;
}
.container.all-school .screen-1 .cont .right2 > ul {
    margin: 0 auto;
    width: inherit;
    /*padding-left: 20px;*/
}
.container.all-school .screen-1 .cont .right2 > ul li h2{
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
.container.all-school .screen-1 .cont .right2 > ul li p {
    font-size: 12px;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon1 {
    background: url("../images/school/icon1.png") 10px top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon2 {
    background: url("../images/school/icon2.png") 10px top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon3 {
    background: url("../images/school/icon3.png") 10px top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon4 {
    background: url("../images/school/icon4.png") 10px top no-repeat;
}
.container.all-school .screen-1 .cont .right2 > ul li.icon5 {
    background: url("../images/school/icon5.png") 10px top no-repeat;
}
.container.all-school .screen-1 .address-map {
    margin: 0 auto;
    margin-top: 0;
    width: 90%;
    height: 4rem;
}
.container.all-school .screen-1  .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index:999;
}
.container.all-school .screen-1 .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    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: 0px;
    height: 1130px;
    background: url("../images/school/bg4.png") center center repeat-y;
}
.container.student .screen-1 .captain {
    margin: 0 auto;
    position: relative;
    width: 114px;
    height: 131px;
    background: url(../images/student/bg0.png) left center no-repeat;
    background-size: 100px;
    padding-left: 111px;
    font-size: 24px;
    color: #333333;
}
.container.student .screen-1 .captain h2 {
    position: relative;
    font-size: 20px;
    color: #f39801;
    top: 40px;
}
.container.student .screen-1 .captain p {
    position: relative;
    top: 50px;
    line-height: 18px;
    font-size: 12px;
}
.container.student .screen-1 .cont {
    margin-top: 0px;
}
.container.student .screen-1 .cont .cont-left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.container.student .screen-1 .cont .cont-left .cl-1 {
    overflow: hidden;
}
.container.student .screen-1 .cont .cont-left .cl-1-l {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.container.student .screen-1 .cont .cont-left .cl-1-l h2 {
    color: #f39801;
    font-size: 20px;
    line-height: 40px;
}
.container.student .screen-1 .cont .cont-left .cl-1-l span {
    display: block;
    font-size: 18px;
}
.container.student .screen-1 .cont .cont-left .cl-1-l i {
    font-size: 30px;
    color: #f39801;
}
.container.student .screen-1 .cont .cont-left .cl-1-l p {
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 34px;
    margin-left: 10px;
    margin-right: 10px;
}
.container.student .screen-1 .cont .cont-left .cl-1 > img {
    width: 100%;
    max-height: 200px;
}

.container.student .screen-1 .cont .cont-left .cl-2 {
    /* position: absolute;
    margin-top: 35px;
    top: 371px;
    left: 50%; */
}
.container.student .screen-1 .cont .cont-left .cl-2 > img {
    position: relative;
    left: 50%;
    z-index: 10;
    height: 300px;
    width: 100%;
    margin-left: -165px;
    display: none;
}
.container.student .screen-1 .cont .cont-left .cl-2 .video {
    top: 0;
    z-index: 20;
}
.container.student .screen-1 .cont .cont-left .cl-2 .video h2 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 10px;
}
.container.student .screen-1 .cont .cont-left .cl-2 .video .content >img{
   width: 100%;
}
.container.student .screen-1 .cont .cont-right {
    margin: 0 auto;
    max-width: 350px;
    margin-top: 10px;
}
.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 {
    color: #ffffff;
    padding: 8px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
.container.student .screen-1 .cont .cont-right .item h2 {
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
    line-height: 50px;
}
.container.student .screen-1 .cont .cont-right .item h2 span{
    font-size: 16px;
}
.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: 20px;
    line-height: 30px;
}
.container.student .screen-1 .cont .cont-right .item .content p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.container.student .screen-2 {
    padding-top: 457px;
    height: 1042px;
    background: url(../images/student/bg2.jpg) center no-repeat;
    background-size: cover;

}
.container.student .screen-2 .step {
    margin: 0 auto;
    text-align: left;
    /* width: 860px; */
    max-width: 350px;
}
.container.student .screen-2 .step ul {
    max-width: 350px;
}
.container.student .screen-2 .step ul li {
    position: relative;
    width: 277px;
    height: 50px;
    border: 1px solid #ec7aa7;
    line-height: 50px;
    font-size: 27px;
    font-weight: bold;
    color: #ec7aa7;
    border-radius: 40px;
    padding-left: 25px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.container.student .screen-2 .step ul li a {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 50px;
    border-radius: 100%;
    line-height: 14px;
    font-size: 4px;
    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: 10px;
    flex-wrap: nowrap;
}
.container.student .screen-2 .stage-list .stage-item  {
    margin-bottom: 14px;
}
.container.student .screen-2 .stage-item-avatar {
    position: relative;
    z-index: 9;
}
.container.student .screen-2 .stage-item-avatar >img{
    width: 137px;
}
.container.student .screen-2 .stage-age {
    width: 196px;
    height: 196px;
    border-radius: 100%;
    position: absolute;
    bottom: -79px;
    left: 50%;
    margin-left: -98px;
    z-index: -1;
    color: #fff;
    line-height: 320px;
    text-align: center;
    font-size: 24px;
}
.container.student .screen-2 .stage-age i{
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    margin-right: 6px;
}
.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: 84px;
    color: #000000;
    text-align: center;
    font-size: 16px;
}
.container.student .screen-2 .stage-list .stage-info h2 {
    font-weight: bold;
}
.container.student .screen-2 .stage-list .stage-info p {
    font-size: 16px;
}
.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: 20px;
    background: url("../images/zhaopin/bg.png") center top repeat-y;
}
.container.zhaopin .screen-1 .zp-left {

}
.container.zhaopin .screen-1 .zp-left .category {

}
.container.zhaopin .screen-1 .zp-left h2.catname {
    background-color: #45bdb4;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.container.zhaopin .screen-1 .zp-left  ul li {
    background-color: #e3f5f4;
    height: 30px;
    color: #646464;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #45bdb4;
    font-size: 16px;
}
.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 {
    width: 30%;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}
.container.zhaopin .screen-1 .zp-left .all-center ul li a.hover {
    color: #45bdb4;
    font-weight: bold;
}
.container.zhaopin .screen-1 .zp-right .zp-title > img {
    top: -56px;
    width: 100%;

}
.container.zhaopin .screen-1 .zp-right .position-cate {
    padding: 10px 0;
}
.container.zhaopin .screen-1 .zp-right .position-cate > a {
    float: left;
    font-size: 14px;
}
.container.zhaopin .screen-1 .zp-right .position-cate .cate-list {
    padding-left: 70px;
    font-size: 14px;
    text-align: justify;
}
.container.zhaopin .screen-1 .zp-right .position-cate .cate-list a {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.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: 25px;
    font-size: 14px;
}
.container.zhaopin .screen-1 .zp-right .position-list tbody td {
    line-height: 25px;
    border-bottom: 1px solid #45bdb4;
    font-size: 12px;
}
.container.zhaopin .screen-1 .zp-right .position-list tbody td:nth-child(1) {
    text-align: left;
}
.container.zhaopin .screen-1  {
    padding: 10px;
    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: 38px;
    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%;
    max-height:742px;
    text-align:center;
    overflow:hidden;
    position:relative;
}
.container .cooperation-banner .swiper-slide{
    width: 100%;
    float:left;
    max-height: 742px;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    height: 158px;
}
.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: 10px;
    height: 10px;
    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 {
    overflow: hidden;
}
.container.cooperation .cooper-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}
.container.cooperation .cooper-list ul li {
    /*float: left;*/
    /*display: inline-block;*/
    width: 45%;
}
.container.cooperation .cooper-list ul li img {
    width: 100%;
    max-height: 165px;
}
.container.cooperation .cooper-list ul li .info {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.container.cooperation .cooper-list ul li .info i{
    font-size: 18px;
}
.container.cooperation .cooper-list ul li .info p {
    text-align: justify;
    border-top: 1px solid #3c3c3c;
    font-size: 14px;
}

/************ 荣誉殿堂 **************/
.container.honor .screen-1 {
    padding-top: 20px;
    background: url("../images/honor/bg1.jpg") center no-repeat;
}
.container.honor .screen .caption{
    text-align: center;
    font-size: 12px;
    color: #333333;
}
.container.honor .screen .caption h2 {
    font-size: 20px;
    color: #2180c4;
    font-weight: bold;
    line-height: 50px;
}
.container.honor .certify {
    position: relative;
}
.container.honor .certify .swiper-container {
    max-width: 320px;
    width: 90%;
    padding-bottom: 60px;
    margin-top: 20px;
}
.container.honor .certify .swiper-slide {
    position: relative;
    text-align: center;
    max-width: 505px;
    max-height: 553px;
}
.container.honor .certify .swiper-slide > img {
    position: relative;
    width: 100%;
    max-width: 320px;
    max-height: 184px;
}
.container.honor .certify  .swiper-slide .info {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.container.honor .certify  .swiper-slide .info h2 {
    font-size: 18px;
    color: #61a7d5;
    line-height: 30px;
}
.container.honor .certify  .swiper-slide .info span {
    font-size: 14px;
}
.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%;
    overflow: hidden;
    z-index:-10;
}
.container.honor .certify .swiper-button-next {
    top: 230px;
    right: 0;
    width: 37px;
    height: 74px;
    z-index:-10;
    background: url(../images/honor/arrow.png) no-repeat;
    background-position: 0 -0;
    background-size: 100%;
}
.container.honor .screen-2 {
    padding-top: 20px;
    background: url("../images/honor/bg2.jpg") center no-repeat;
}
.container.honor .screen-2.screen .caption h2 {
    color: #c0366d;
}
.container.honor #certify2.certify .swiper-slide {
}
.container.honor #certify2.certify .swiper-slide > img {

}
.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: 52px;
    background-color: #6c9bd1;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
}
.container.service .caption h2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
.container.service .line {
    border-bottom: 1px solid #6c9bd1;
    height: 1px;
    overflow: hidden;
    margin: 4px auto;
}
.container.service .content {
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}
.container.service .content .content-left {
    font-size: 20px;
    padding: 0 10px 10px 10px;
}
.container.service .content  h2 {
    font-size: 20px;
    color: #6c9bd1;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}
.container.service .content  p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.layui-layer-imgbar, .layui-layer-imguide {
    display: inline!important;
}
.container.service .content h6 {
    font-size: 16px;
    color: #6c9bd1;
}
.container.service .content .content-right {
    float: right;
    width: 460px;
    display: none;
}
.container.service .content .content-right .content-img2 {
    margin-top: 100px;
}
.container.service .content .long-img {
    margin: 10px 0;
    width: 100%;
}
.container.service .content .thour  >img {
    width: 100%;
}
.container.service .content p >img{
    width: 50px;
}
.container.service .return {
    margin: 10px auto;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-color: #6c9bd1;
    font-size: 16px;
    width: 50%;
    display: block;
    border-radius: 5px;
}

/******** 标准化形象 **********/
.container.standard .screen-1 {
    padding-top: .9rem;
}
.container.standard .screen .caption{
    text-align: center;
    font-size: .24rem;
    color: #333333;
}
.container.standard .screen .caption h2 {
    font-size: .4rem;
    color: #2180c4;
    font-weight: bold;
    line-height: .5rem;
}
.container.standard .colorful {
    height: 6.04rem;
    background-color: #6c9bd1
}
.container.standard .colorful.mt50 {
    margin-top: 20px;
}
.container.standard .colorful-preview {
    position: absolute;
    left: 0;
    width: 65px;
    height: 100%;
    background-color: #6c9bd1;
    font-size: 16px;
}
.container.standard .colorful-preview .swiper-pagination-bullet {
    margin: 0!important;
    width: 60px;
    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: 25px;
    font-size: 12px;
}
.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: 65px;
    width: 100%;
}
.container.standard .colorful-view .swiper-slide {
    width: 100%;
    height: 5.3rem;
    padding-top: 5px;
}
.container.standard .colorful-view .swiper-slide > h4 {
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    display: none;
}
.container.standard .colorful-view .swiper-slide .item {
    position: relative;
    width: 3rem;
    height: 2.5rem;
    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: 100%;
    height: 20px;
    line-height: 20px;
    display: block;
    background-color: #ffffff;
    opacity: 0.5;
    text-align: center;
    font-size: 12px;
}

.container.standard .swiper-container-2 .swiper-pagination {
    bottom: 0;
    display: none;
}
.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 {
    padding-top: 1rem;
    text-align: center;
    background: url("../images/standard/bg2.jpg") center no-repeat;
    padding-bottom: .4rem;
}
.container.standard .screen-2 .show-list {
    overflow: hidden;
    margin: .2rem 0;
}
.container.standard .screen-2 .show-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.container.standard .screen-2 .show-list ul:after {
    content: "";
    width: 45%;
}
.container.standard .screen-2 .show-list ul li {
    position: relative;
    width: 45%;
    height: 1.94rem;
    margin-bottom: 20px;
}
.container.standard .screen-2 .show-list ul li img {
    width: 100%;
    max-width: 290px;
    max-height: 194px;
    height: 1.94rem;
}
.container.standard .screen-2 .show-list ul li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: .37rem;
    line-height: .24rem;
    display: block;
    background-color: rgba(255,255,255, 0.6);
    text-align: center;
    font-size: .14rem;
}
.container.standard .screen-2 .block > .more {
    font-size: .2rem;
    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: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.container.enterprise .screen .caption{
    text-align: center;
    font-size: 14px;
    color: #333333;
    max-width: 300px;
    margin: 0 auto;
}
.container.enterprise .screen .caption h2 {
    font-size: 16px;
    color: #2180c4;
    font-weight: bold;
    line-height: 20px;
}
.container.enterprise .screen-1 .map {
    margin: 0 auto;
    max-width: 300px;
    height: 200px;
    background: url(../images/enterprise/map.jpg) center no-repeat;
    background-size: 100%;
    display: none;
}
.container.enterprise .screen-1 .new-map {
    width: 85%;
    max-width: 906px;
}
.container.enterprise .screen-1 .map .usa {
    position: absolute;
    top: 2rem;
    left: 1.8rem;
    width: 1rem;
    height: 1.21rem;
}
.container.enterprise .screen-1 .map .german {
    position: absolute;
    top: 2.06rem;
    left: 3.20rem;
    width: 1rem;
    height: 1.21rem;
}
.container.enterprise .screen-1 .map .china {
    position: absolute;
    top: 1.95rem;
    left: 4.5rem;
    width: 1rem;
    height: 1.21rem;
}
.container.enterprise .screen-1 .map .korea {
    position: absolute;
    top: 2rem;
    left: 5rem;
    width: .89rem;
    height: 1.08rem;
}
.container.enterprise .screen-1 .map .jp {
    position: absolute;
    top: 3rem;
    left: 5rem;
    width: .73rem;
    height: .88rem;
}
.container.enterprise .screen-1 .info {
    text-align: center;
}
.container.enterprise .screen-1 .info h2 {
    font-size: 20px;
    color: #333333;
}
.container.enterprise .screen-1 .info span {
    font-size: 18px;
}
.container.enterprise .screen-1 .info span i {
    font-size: 18px;
    color: #6c9bd1;
}
.container.enterprise .screen-1 .info p {
    font-size: 16px;
}
.container.enterprise .screen-2 {
    padding-bottom: 20px;
    padding-top: 10px;
    background-size: 100%;.container.enterprise .screen-3 .info
    margin: 0 auto;
    width: 100%;
    background: url(../images/enterprise/bg2.jpg) center no-repeat;
    text-align: center;
}
.container.enterprise .screen-2.screen h2 {
    color: #e9518e;
}
.container.enterprise .screen-2 .info {
    width: 100%;
    text-align: center;
}
.container.enterprise .screen-2 .info h2 {
    color: #e9518e;
    font-weight: bold;
    line-height: 70px;
    font-size: 20px;
}
.container.enterprise .screen-2 .info p {
    font-size: 18px;
    color: #333333;
}
.container.enterprise .screen-2 .system {
    width: 3rem;
    margin-top: .5rem;
}
.container.enterprise .screen-3 {
    padding-top: 10px;
    width: 100%;
    background-size: 100% 31%;
    text-align: center;
}
.container.enterprise .screen-3 .jimu {
    width: 250px;
}
.container.enterprise .screen-3 .info {
    width: 100%;
}
.container.enterprise .screen-3 .info h2 {
    font-size: 20px;
    color: #45bdb4;
    font-weight: bold;
}
.container.enterprise .screen-3 .info span {
    font-size: 18px;
    color: #45bdb4;
    display: block;
}
.container.enterprise .screen-3 .info em {
    font-size: 16px;
}
.container.enterprise .screen-3 .info p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    background-color: #45bdb4;
    padding: 20px 10px;
}
.container.enterprise .screen-4 {
    padding-top: 10px;
    text-align: center;
}
.container.enterprise .screen-4 .caption h2 {
    color: #000;
}
.container.enterprise .screen-4 .info {
    height: 115px;
}
.container.enterprise .screen-4 .info h2 {
    color: #de7406;
    font-weight: bold;
    font-size: 20px;
    line-height: 44px;
}
.container.enterprise .screen-4 .info p {
    font-size: 18px;
}
.container.enterprise .screen-4 .block >img{
    width: 250px;
}
.container.enterprise .screen-4 .other {
    text-align: center;

}
.container.enterprise .screen-4 .other >img{
  width: 250px;
}
.container.enterprise .screen-5 {
    height: 230px;
    width: 100%;
    padding-top: 10px;
    background: url(../images/enterprise/bg5.jpg) center no-repeat;
    background-size: 100% 100%;
}
.container.enterprise .screen-5 .grade {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.container.enterprise .screen-5 .grade li {
    width: 33.3%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.container.enterprise .screen-5 .grade li >img {
    width: 60px;
}
.container.enterprise .screen-6 {
    min-height: 220px;
    padding-top: 10px;
    width: 100%;
    background: url(../images/enterprise/bg6.jpg) top center no-repeat;
    text-align: center;
    background-size: auto 100%;
}
.container.enterprise .screen-6 .caption h2 {
    color: #ffffff;
}
.container.enterprise .screen-6 .caption span {
    color: #ffffff;
}
.container.enterprise .screen-6 .block > img {
    margin-top: 10px;
    width: 250px;
}
.container.enterprise .screen-7 {
    height: 469px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.container.enterprise .screen-7 img.map {
    width: 250px;
}
.container.enterprise .screen-7 .info {
    margin-left: 10px;
    margin-right: 20px;
    text-align: justify;
}
.container.enterprise .screen-7 .info ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    font-size: 12px;
    background: url("../images/enterprise/dot.png") 5px 8px no-repeat;
}
.container.enterprise .screen-7 .city {

    font-size: 12px;
}
.container.enterprise .screen-8 {
    padding-top: 10px;
    height: 175px;
    width: 100%;
    background-size: 100% 100%;
    background: url("../images/enterprise/bg7.jpg") center no-repeat;
    text-align: center;
}
.container.enterprise .screen-8 .caption h2 {
    color: #ffffff;
}
.container.enterprise .screen-8 .caption span {
    color: #ffffff;
}
.container.enterprise .screen-8 .ball {
    margin-top: 10px;
    width: 250px;
}
.container.enterprise .screen-9  {
    padding: 20px 0;
    text-align: center;
}
.container.enterprise .screen-9 .info {
    margin: 20px 10px;
}
.container.enterprise .screen-9 .info ul li {
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 12px;
    background: url(../images/enterprise/dot3.png) 5px 5px no-repeat;
    text-align: justify;
}
.container.enterprise .screen-9 .people {
    width: 250px;
    display: none;
}
.container.enterprise .screen-10 {
    margin-bottom: 5px;
    /* padding-left: 25px; */
    padding-right: 10px;
    font-size: 14px;
    text-align: center;
}
.container.enterprise .screen-10 .flow {
    margin-top: 10px;
    width: 90%;
}
.container.enterprise .screen-11 {
    padding: 20px 0;
    background-size: 100% 100%;
    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: 10px;
    text-align: center;
}
.container.enterprise .screen-11 .boss-list ul {
    width: 100%;
}
.container.enterprise .screen-11 .boss-list ul li {
    display: inline-block;
    margin-right: 0px;
    width: 30%;
    margin-bottom: 0px;
    text-align: center;
}
.container.enterprise .screen-11 .boss-list ul li img {
    width: 81%;
    border: 5px solid #ffffff;
}
.container.enterprise .screen-11 .boss-list ul li .info {
    padding: 10px 4px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    /*text-align: justify;*/
}
.container.enterprise .screen-11 .boss-list ul li .info i{
    font-size: 14px;
}
.container.enterprise .screen-11 .boss-list ul li .info p {
    text-align: justify;
    border-top: 1px solid #ffffff;
    font-size: 12px;
}
.container.enterprise .screen-11 .boss-list .more {
    font-size: 12px;
    color: #ffffff;
}
.container.enterprise .screen-12 {
    padding: 20px 0;
    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: 10px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.container.enterprise .screen-12 .apply ul {
    overflow: hidden;
}
.container.enterprise .screen-12 .apply ul li {
    float: left;
    width:100%;
    margin-bottom: 10px;
}
.container.enterprise .screen-12 .apply ul li label, .container.enterprise .screen-12 .apply .textarea label{
    float: left;
    width: 32%;
    text-align:right;
    line-height: 28px;
}
.container.enterprise .screen-12 .apply ul li .form-input {
    float: left;
    width: 40%;
}
.container.enterprise .screen-12 .apply ul li .form-input input {
    border: 1px solid #ffffff;
    line-height: 28px;
    border-radius: 5px;
    width: 100%;
    font-size: 24px;
    background-color: #6c9bd1;
    color: #ffffff;
}
.container.enterprise .screen-12 .apply .textarea textarea{
    padding: 15px;
    border: 1px solid #ffffff;
    line-height: 30px;
    border-radius: 5px;
    font-size: 24px;
    background-color: #6c9bd1;
    color: #ffffff;
    height: 34px;
}
.container.enterprise .screen-12 .apply .form-submit {
    margin-top: 10px;
    text-align: center;
}
.container.enterprise .screen-12 .apply .submit {
    margin: 0 auto;
    width: 88%;
    height: 35px;
    background-color: #ffffff;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    border: none;
}

/************少儿英语项目投资评估报告************/
.container.pinggu .block {
    width: auto;
}
.container.pinggu .mt40 {
    margin-top: .4rem;
}
.container.pinggu .screen-1 .form-main {
    margin: 0 auto;
    width: 90%;
    font-size: .18rem;
    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: .5rem;
    margin-top: .3rem;
}
.container.pinggu .form-main .pt-con .item .input-w100 {
    width: 100px;
}
.container.pinggu .form-main .pt-con .item .input-w200 {
    width: 1.8rem;
}
.container.pinggu .form-main .pt-con .item .input-w300 {
    width: 3rem;
}
.container.pinggu .form-main .pt-con .item .input-w400 {
    width: 4rem;
}
.container.pinggu .form-main .pt-con .item .input-w500 {
    width: 5rem;
}
.container.pinggu .form-main .pt-con h4 {
    color: #2b70ae;
    font-size: .2rem;
    font-weight: bold;
    line-height: .5rem;
}
.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;
    margin-right: .2rem;
    line-height: .4rem;
    color: #666;
}
.container.pinggu .pt-con .form-line {
    clear: both;
    overflow: hidden;
    margin-bottom: .2rem;
    margin-left: .2rem;
}
.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: .2rem;
    line-height: .4rem;
    color: #666;
}
.container.pinggu .pt-con .form-input input{
    float: left;
    padding-left: .1rem;
    padding-right: .1rem;
    height: .4rem;
    border: 1px solid #c9c9c9;
    font-size: .2rem;
    color: #666;
    font-weight: 600;
    border-radius: 5px;
}
.container.pinggu .pt-con .form-input input[type=radio]{
    position: relative;
    width: .2rem;
    height: .2rem;
    top: .08rem;
}
.container.pinggu .pt-con .form-input select {
    float: left;
    height: .4rem;
    border: 1px solid #c9c9c9;
    color: #666;
    font-weight: 600;
    padding-left: .1rem;
    padding-right: .1rem;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: .2rem;
}
.container.pinggu .pt-con .form-input span {
    margin-left: .1rem;
    line-height: .4rem;
}
.container.pinggu .pt-con .form-input.district select {
    width: 1.6rem;
    margin-right: .1rem;
}
.container.pinggu .pt-con .form-line.form-xm .form-input {
    margin-right: .2rem;
}
.container.pinggu .pt-con .form-line .yzm {
    padding: 0 10px;
    line-height: .4rem;
    height: .4rem;
    background-color: #0a63a2;
    color: #ffffff;
    border: none;
    margin-left: .2rem;
    font-size: .18rem;
}
.container.pinggu .pt-con .form-submit {
    margin-top: .4rem;
    text-align: center;
}
.container.pinggu .pt-con .submit  {
    text-align: center;
    padding: 0 10px;
    line-height: .4rem;
    background-color: #0a63a2;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: .2rem;
}
.container.pinggu .baogao {
    margin: 0 auto;
    /*width: 1000px;*/
}
.container.pinggu .baogao .title {
    text-align: center;
    color: #2b70ae;
    line-height: 50px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.container.pinggu .baogao .content {
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
    padding: 0 20px;
}

/*关于易贝乐*/
/* .container.about {

} */
.container.about .screen-1 {
    height: 592px;
    background: url(../images/about/bg-01.jpg) center no-repeat;
    padding-top: 10px;
}
.container.about h2.captain {
    margin: 0 auto;
    font-size: 17px;
    color: #6894c6;
    height: 59px;
    padding-top: 11px;
    margin-top: 6px;
    line-height: 19px;
}
.container.about .screen-1 h2.captain {
    width: 110px;
    padding-left: 52px;
    background: url(../images/about/captain-1.png) left top no-repeat;
    background-size: 51px auto;
}
.container.about h2.captain span {
    color: #000000;
    font-size: 13px;
}
.container.about .screen-1 .intro {
    position: relative;
    text-align: center;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 14px;
}
.container.about .screen-1 .intro p {
    text-align: justify;
}
.container.about .screen-1 .intro >img{
    border: none;
    vertical-align: middle;
    width: 50%;
    display: none;
}
.container.about .screen-1 .thumb {
    position: absolute;
    width: 182px;
    height: 190px;
    border: 11px solid #86a9d1;
    border-radius: 100%;
    left: 50%;
    top: 336px;
    margin-left: -100px;
}
.container.about .screen-2 {
    height: 373px;
    background: url("../images/about/bg-02.jpg") center no-repeat;
}
.container.about .screen-2 .captain {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 110px;
    margin-left: -55px;
    padding-left: 54px;
    background: url(../images/about/captain-2.png) left top no-repeat;
    background-size: 51px auto;
}
.container.about .screen-2 .thumb-2 {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 75px;
    width: 170px;
    border: none;
    vertical-align: middle;
}
.container.about .screen-2 .thumb-3 {
    position: absolute;
    left: 50%;
    top: 118px;
    margin-left: -130px;
    width: 170px;
}
.container.about .screen-3 {
    height: 278px;
    padding-top: 0px;
    background: url(../images/about/bg-03.jpg) center top no-repeat;
    background-size: 486px;
}
.container.about .screen-3 h2.captain {
    width: 101px;
    padding-left: 61px;
    padding-top: 14px;
    background: url(../images/about/captain-3.jpg) left top no-repeat;
    background-size: 51px auto;
}
.container.about .screen-3 .thumb-4 {
    position: absolute;
    top: 78px;
    left: 50%;
    width: 172px;
    height: 174px;
    margin-left: -93px;
    border: 3px solid #57b5ad;
    border-radius: 100%;
}
.container.about .screen-4 {
    overflow: hidden;
    background: url(../images/about/bg-04.jpg) center no-repeat;
    padding-top: 5px;
}
.container.about .screen-4 h2.captain {
    position: relative;
    width: 101px;
    padding-left: 61px;
    padding-top: 14px;
    color: #c22162;
    background: url("../images/about/captain-4.png") left top no-repeat;
    background-size: 51px auto;
}
.container.about .screen-4 .contain {
    margin: 0 auto;
    width: 100%;
    /* background: url(../images/about/thumb-5.png) center no-repeat; */
    /* background-size: 100%; */
}
.container.about .screen-4 .contain >img{
    width: 81px;
}
.container.about .screen-4 .contain .content {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.container.about .screen-4 .contain .content h2 {
    font-size: 9px;
    font-weight: bold;
    line-height: 23px;
}
.container.about .screen-4 .contain .content .company {
    font-size: 11px;
}
.container.about .screen-4 .contain .tels {
    text-align: left;
    margin: 0px auto;
    max-width: 295px;
}
.container.about .screen-4 .contain .map {
    height:290px;
    max-width:670px;
    width: 100%;
}
.container.about .screen-4 .contain span i {
    position: relative;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 5px;
    margin-right: 4px;
}
.container.about .screen-4 .contain .tels span {
    position: relative;
    display: inline-block;
    line-height: 23px;
    font-size: 13px;
}
.container.about .screen-4 .contain .tels .tel1 i {
    background: url("../images/about/icon-1.png") center  no-repeat;
}
.container.about .screen-4 .contain .tels .tel2 i {
    background: url("../images/about/icon-2.png") center  no-repeat;
}
.container.about .screen-4 .contain .tels .tel3 i {
    background: url("../images/about/icon-3.png") center  no-repeat;
}
.container.about .screen-4 .contain .tels .addr i {
    background: url("../images/about/icon-4.png") center  no-repeat;
}
.container.about .screen-4 .contain .map {
    margin-top: 35px;
}
.container.about .screen-4 .contain .map >img{
    width: 100%;
    max-height: 147px;
    max-width: 366px;
}
.container.about .screen-4 .contain .qrcode {
    margin: 0 auto;
    width: 100%;
    margin-top: 22px;
    max-width: 366px;
    text-align: center;
}
.container.about .screen-4 .contain .qrcode .item {
    display: inline-block;
    width: 32%;
    font-size: 10px;
    color: #083485;
    line-height: 40px;
}
.container.about .screen-4 .contain .qrcode .item >img{
    width: 60px;
}
.container.about .screen-4 .contain .ele {
    position: absolute;
    right: -13px;
    top: 202px;
    display: none;
}

/*投票*/
.vote .vote-list {
    margin: 0 auto;
    width: 80%;
    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;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-1 img {
    width: 85%;
}
.container.ddb .screen-1 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.container.ddb .screen-1 ul li h2 {
    font-size: 18px;
    color: #6c9bd1;
    font-weight: bold;
    line-height: 30px;
}
.container.ddb .screen-1 ul li span {
    font-size: 14px;
    color: #333333;
}
.container.ddb .screen-2 {
    background: url("../images/ddb/bg-s2.png") center repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-2 > div > img {
    width: 85%;
}
.container.ddb .captain {
    padding: 0 20px;
    /*margin-bottom: 50px;*/
}
.container.ddb .captain h2 {
    font-size: 18px;
    color: #187fc4;
    font-weight: bold;
    line-height: 30px;
}
.container.ddb .captain span {
    font-size: 14px;
    color: #000000;
}
.container.ddb .screen-3 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-3 > div > img {
    width: 85%;
}
.container.ddb .screen-4 {
    background: url("../images/ddb/bg-s2.png") center repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-4 > div > img {
    width: 6rem;
    max-width: 1083px;
}
.container.ddb .screen-4 .kc-t {
    position: absolute;
    display: block;
    right: 1rem;
    top: 5.5rem;
    width: 2rem;
    height: .3rem;
    cursor: pointer;
    /*background-color: red;*/
}
.container.ddb .screen-5 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-5 > div > img {
    width: 85%;
}
.container.ddb .screen-6 {
    background: url("../images/ddb/bg-s2.png") center repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-6  img {
    width: 85%;
}
.container.ddb .screen-6 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.container.ddb .screen-6 ul li h2 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.container.ddb .screen-7 {
    background: url("../images/ddb/bg-s1.png") center repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 20px 0;
}
.container.ddb .screen-7 > div > img {
    width: 85%;
}
#ddb-download {
    padding: .2rem .2rem .4rem .2rem;
}
#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: .8rem;
    border: 1px solid #000000;
    height: .6rem;
    line-height: .6rem;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
#ddb-download .form-input button {
    font-size: 14px;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    border-radius: 5px;
    background-color: #6c9bd1;
    color: #ffffff;
    border: none;
    margin-left: 10px;
}














