/* 公共头部 */
.scrollbars {
    overflow-y: auto;
}
.scrollbars::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.scrollbars::-webkit-scrollbar-track,
.scrollbars::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}
.scrollbars::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
.scrollbars::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.scrollbars::-webkit-scrollbar-corner {
    background: transparent;
}
.pub_top {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 20px;
    width: 100%;
    height: 5em;
    padding: 0 5em;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    display: table;
    table-layout: fixed;
    z-index: 10;
    transition: 0.6s;
}
.pub_top .a_logo_wap,
.pub_top .a_logo {
    width: 15%;
    height: 5em;
    display: table-cell;
    vertical-align: middle;
    transition: 0.6s;
}
.pub_top .a_logo_wap {
    display: none;
    text-align: left;
}
.pub_top .a_logo_wap img,
.pub_top .a_logo img {
    display: block;
    max-width: 183px;
    width: 100%;
}
.pub_top .a_logo_wap img {
    max-height: 80%;
    width: auto;
}
.pub_top .a_box {
    width: 15%;
    height: 5em;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 2.5em;
}
.pub_top .a_box .b_search {
    position: absolute;
    min-width: 2em;
    height: 2em;
    left: 0;
    /* top: 50%;
    margin-top: -1em; */
    padding-right: 2em;
    background-image: url(../img/a2.png);
    background-size: 2em 2em;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    transition: 0.6s;
    z-index: 2;
}
.pub_top .a_box .b_search input[type="text"] {
    display: block;
    width: 0;
    height: 2.5em;
    line-height: 2.5em;
    background: none;
    border: none;
    font-size: 0.8em;
    overflow: hidden;
    transition: 0.6s;
    color: #fff;
}
.pub_top .a_box .b_search input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
}
.pub_top .a_box .b_search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 2em;
    opacity: 0;
    cursor: pointer;
}
.pub_top .a_box .b_search:hover {
    background-color: rgba(26, 103, 149, 0.95);
    box-shadow: 0 0 4px #ffd7a6;
    border-radius: 30px;
}
.pub_top .a_box .b_search:hover input[type="text"] {
    width: 140px;
    padding: 0 8px;
}
.pub_top .a_box .b_lang {
    height: 2em;
    padding-left: 2em;
    background-image: url(../img/a3.png);
    background-size: 2em 2em;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2em;
}
.pub_top .a_box .b_lang a {
    display: inline-block;
    padding: 0 0.6em;
    font-size: 16px;
    position: relative;
    color: #ccc;
    transition: 0.6s;
}
.pub_top .a_box .b_lang a:hover {
    color: #eb901e;
}
.pub_top .a_box .b_lang a.on {
    color: #fff;
}
.pub_top .a_box .b_lang a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    display: block;
    top: 50%;
    margin-top: -8px;
}
.pub_top .a_box .b_lang a:first-child:before {
    display: none;
}
.pub_top .a_nav {
    text-align: right;
    padding-right: 3%;
}
.pub_top .a_nav li {
    display: inline-block;
    height: 5em;
    position: relative;
}
.pub_top .a_nav li > a {
    display: block;
    line-height: 6.2em;
    height: 6.2em;
    padding: 0 1.4em;
    font-size: 0.8em;
    color: #fff;
    transition: 0.6s;
}
.pub_top .a_nav dl {
    position: absolute;
    left: 70%;
    top: 100%;
    margin-left: -3em;
    width: 6em;
    border-top: 2px solid #eb901e;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 0.5em 0;
    box-shadow: 0 1px 3px #ccc;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    transform: skew(10deg);
}
.pub_top .a_nav dd a {
    display: block;
    padding: 5px 4px;
    font-size: 14px;
    color: #666666;
    background-color: none;
    transition: 0.6s;
}
.pub_top .a_nav dd:hover a {
    color: #fff;
    background-color: #eb901e;
}
.pub_top .a_nav li:hover dl {
    left: 50%;
    opacity: 1;
    visibility: visible;
    transform: skew(0deg);
}
.pub_top .a_nav li.on > a,
.pub_top .a_nav li:hover > a {
    color: #eb901e;
}
.pub_top.scroll {
    background: rgba(0, 0, 0, 0.5);
}

/* 首页 */
.ind_mid {
    width: 100%;
    padding: 4%;
}
.ind_mid:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ind_banner {
    position: relative;
    width: 100%;
    padding-top: 49.48%;
}
.ind_banner .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ind_banner .swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-pagination-bullet {
    border: 1px solid #3b98c0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
    transition: 0.3s;
}
.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #3b98c0 !important;
}
.pub_tit1 {
    text-align: center;
    font-size: 20px;
}
.pub_tit1 .t1 {
    font-size: 1.8em;
    color: #1a6795;
}
.pub_tit1 .t2 {
    font-size: 1.2em;
    color: #999999;
    text-transform: uppercase;
    margin: 0.3em 0 0.7em 0;
}
.pub_tit1 .t3 {
    width: 2em;
    height: 0.3em;
    background: #1a6795;
    display: inline-block;
}
.ind_one .a_left {
    float: left;
    width: 49%;
}
.ind_one .a_left .pub_tit1 {
    text-align: left;
}
.ind_one .a_left .text {
    font-size: 16px;
    line-height: 2em;
    height: 10em;
    overflow-y: auto;
    margin: 1.6em 0;
}
.ind_one .a_left .b_more {
    display: block;
    font-size: 18px;
    width: 11em;
    height: 3.4em;
    text-align: center;
    line-height: 3.4em;
    color: #fff;
    background-color: #eb901e;
    border-radius: 30px;
    position: relative;
    top: 0;
    transition: 0.4s;
}
.ind_one .a_left .b_more:hover {
    box-shadow: 0 0 4px #eb901e;
    top: -10px;
}
.ind_one .a_left .b_tab_head {
    font-size: 20px;
    margin: 2em 0 1em 0;
}
.ind_one .a_left .b_tab_head li {
    width: 10em;
    padding: 1.2em 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-right: 1em;
    cursor: pointer;
    transition: 0.6s;
}
.ind_one .a_left .b_tab_head li img {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
.ind_one .a_left .b_tab_head li img.hover_y {
    display: none;
}
.ind_one .a_left .b_tab_head li p {
    display: inline-block;
    line-height: 1.5em;
    color: #999999;
    vertical-align: middle;
    transition: 0.6s;
}
.ind_one .a_left .b_tab_head li.on img.hover_n,
.ind_one .a_left .b_tab_head li:hover img.hover_n {
    display: none;
}
.ind_one .a_left .b_tab_head li.on img.hover_y,
.ind_one .a_left .b_tab_head li:hover img.hover_y {
    display: inline-block;
}
.ind_one .a_left .b_tab_head li.on,
.ind_one .a_left .b_tab_head li:hover {
    border: 1px solid #1a6795;
}
.ind_one .a_left .b_tab_head li.on p,
.ind_one .a_left .b_tab_head li:hover p {
    color: #1a6795;
}
.ind_one .a_right {
    float: right;
    width: 49%;
    position: relative;
    padding-top: 29.97647%;
}
.ind_one .a_right img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ind_two {
    background: #f5f5f5;
}
.class_list {
    width: 100%;
    font-size: 0px;
    margin-top: 4%;
    margin-bottom: 4%;
}
.class_list li {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1.6%;
    text-align: center;
    background: #1a6795;
}
.class_list li a {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 75.299%;
    overflow: hidden;
}
.class_list .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.class_list .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1) rotateZ(0deg);
    transition: 1.6s;
}
.class_list .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    padding: 10%;
    z-index: 2;
    text-align: left;
    padding-top: 40%;
    transition: 1s;
}
.class_list .tit .t1,
.class_list .tit .t2 {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: 0.6s;
}
.class_list .tit .t1 {
    font-size: 1.5em;
}
.class_list .tit .t2 {
    font-size: 1.2em;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
    position: relative;
    line-height: 200%;
}
.class_list .tit .t2:before {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #fff;
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
}
.class_list .tit .t3 {
    color: #1a6795;
    font-size: 0.8em;
    width: 8em;
    padding: 0.8em 0;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    opacity: 0;
    transition: 0.6s;
}
.class_list li:hover .img img {
    transform: scale(1.2) rotateZ(-5deg);
    opacity: 0.1;
}
.class_list li:hover .tit {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    text-align: center;
    padding-top: 20%;
}
.class_list li:hover .tit .t2:before {
    left: 50%;
    margin-left: -0.5em;
}
.class_list li:hover .tit .t3 {
    opacity: 1;
}
.pub_btn1 {
    margin: 0 auto;
    font-size: 18px;
    width: 11em;
    padding: 1em 0;
    text-align: center;
    color: #fff;
    background-color: #eb901e;
    border-radius: 3em;
    display: block;
    position: relative;
    top: 0;
    transition: 0.4s;
}
.pub_btn1:hover {
    top: -10px;
    box-shadow: 0 0 4px #eb901e;
    color: #fff;
}
.ind_three {
    font-size: 20px;
}
.ind_three .inbox {
    padding-top: 4%;
    padding-bottom: 4%;
}
.ind_three .a_left {
    float: left;
    width: 49%;
    height: 32em;
    border: 1px solid #ededed;
}
.ind_three .a_left .top td:last-child {
    padding-right: 8px;
}
.ind_three .a_left .top,
.ind_three .a_left .bot {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.ind_three .a_left .top thead {
    width: 100%;
}
.ind_three .a_left .top thead td {
    height: 3em;
    background-color: #1a6795;
    color: #fff;
    font-weight: normal;
}
.ind_three .a_left .in {
    height: 29em;
    overflow-y: scroll;
    width: 100%;
}
.ind_three .a_left tr {
    width: 100%;
}
.ind_three .a_left tbody {
    width: 100%;
}
.ind_three .a_left tbody td {
    padding: 0.1em 1em;
    width: 25%;
    font-size: 0.8em;
}
.ind_three .a_right {
    float: right;
    width: 49%;
    height: 32em;
}

.ind_four {
    font-size: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
    height: 15em;
}
.ind_four .inbox {
    display: table-cell;
    width: 100%;
    height: 15em;
    text-align: center;
    vertical-align: middle;
}
.ind_four .inbox .t1 {
    font-size: 1.5em;
    color: #fff;
}
.ind_four .inbox .t2 {
    font-size: 1.8em;
    color: #fff;
    margin: 0.5em 0 0.8em 0;
}

.ind_five {
    background: url(../img/b10.jpg) center top no-repeat;
    background-size: 100% auto;
}
.ind_five .pub_tit1 .t1 {
    color: #fff;
}
.ind_five .pub_tit1 .t2 {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.7em;
}
.ind_five .team_hd {
    text-align: center;
}
.ind_five .team_hd span {
    display: inline-block;
    padding: 0.6em 1.5em;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    margin: 0.6em;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}
.ind_five .team_hd span.on,
.ind_five .team_hd span:hover {
    background-color: #fff;
    color: #1a6795;
}
.ind_five .team_bd {
    margin-top: 2%;
    position: relative;
}
.team_bd .swiper-container {
    width: 80%;
}
.team_bd .swiper-button-next,
.team_bd .swiper-button-prev {
    font-size: 20px;
    width: 6.5em;
    height: 6.5em;
    background-position: center;
    background-size: 6.5em 6.5em;
    background-repeat: no-repeat;
    position: absolute;
    top: 36%;
    outline: none;
}
.team_bd .swiper-button-next:after,
.team_bd .swiper-button-prev:after {
    display: none;
}
.team_bd .swiper-button-prev {
    background-image: url(../img/a6.png);
    left: 0;
}
.team_bd .swiper-button-next {
    background-image: url(../img/a7.png);
    right: 0;
}
.team_bd .team_box {
    width: 100%;
    text-align: center;
}
.team_bd .team_box .img {
    position: relative;
    width: 100%;
    padding-top: 125.333%;
    overflow: hidden;
}
.team_bd .team_box .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.team_bd .team_box .t1 {
    font-size: 24px;
    line-height: 1.5em;
    height: 1.5em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin: 1em 0 0.5em 0;
}
.team_bd .team_box .t2 {
    font-size: 18px;
    line-height: 1.5em;
    height: 1.5em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}
.team_bd .swiper-slide {
    /* transition: 300ms; */
    transform: scale(0.8);
    max-width: 19%;
    display: inline-block \9;
    white-space: nowrap \9;
}
.team_bd .swiper-slide-active,
.team_bd .swiper-slide-duplicate-active {
    transform: scale(1);
}
.team_bd .pub_btn1 {
    margin-top: 3%;
}

.ind_six {
    background-image: url(../img/b16.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.ind_six .swiper-container {
    padding-bottom: 60px;
}
.ind_six .swiper-slide {
    padding-top: 80px;
    max-width: 33%;
    display: inline-block \9;
    white-space: nowrap \9;
}
.ind_six .inbox {
    background-color: #fff;
    border-radius: 20px;
    background-image: url(../img/a21.png);
    background-repeat: no-repeat;
    background-position: 94% 94%;
    position: relative;
    padding: 20px;
    transition: 0.6s;
}
.ind_six .inbox .img {
    width: 98px;
    height: 98px;
    position: relative;
    margin: 0 auto;
    margin-top: -60px;
    top: -10px;
}
.ind_six .inbox .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    transform: rotate(0) scale(1);
    transition: 0.6s;
}
.ind_six .inbox .t1 {
    font-size: 24px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.ind_six .inbox .t2 {
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.5em;
}
.ind_six .inbox .text {
    font-size: 14px;
    margin-top: 1.6em;
    height: 12.6em;
    color: #999999;
    line-height: 1.8em;
    white-space: normal;
}
.ind_six .inbox:hover {
    box-shadow: 0 0 10px #ccc;
}
.ind_six .inbox:hover .img img {
    transform: rotate(10deg) scale(1.1);
    border: 3px solid #eb901e;
}
.ind_six .swiper-container-horizontal > .swiper-pagination-bullets,
.ind_six .swiper-pagination-custom,
.ind_six .swiper-pagination-fraction {
    bottom: 0px;
}

.ind_seven .new_list {
    padding-top: 4%;
    padding-bottom: 4%;
}

.ind_eight {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(../img/b21.jpg);
    background-attachment: fixed;
    font-size: 20px;
}
.ind_eight .swiper-container {
    max-height: 24em;
    margin: 2em 0 0 0;
    padding-bottom: 2em;
}
.ind_eight .swiper-slide {
    height: 10em;
    background-color: #fff;
    max-width: 20%;
    display: inline-block \9;
    white-space: nowrap \9;
}
.ind_eight .table {
    width: 100%;
    height: 10em;
    display: table;
    table-layout: fixed;
}
.ind_eight .table .cell {
    display: table-cell;
    width: 100%;
    height: 10em;
    text-align: center;
    vertical-align: middle;
}
.ind_eight .table .cell img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}

/* 公共底部 */
.pub_bot {
    background-color: #1a1818;
}
.pub_bot .a_box1 {
    padding: 4%;
}
.pub_bot .a_box1 .erweima {
    width: 20%;
    float: left;
    background: url(../img/a10.png) center no-repeat;
    background-size: 258px auto;
}
.pub_bot .a_box1 .erweima .top {
    border-left: 1px solid #1a6795;
    padding-left: 14px;
    margin-bottom: 20px;
}
.pub_bot .a_box1 .erweima .top .t1 {
    font-size: 16px;
    color: #cccccc;
}
.pub_bot .a_box1 .erweima .top .t2 {
    font-size: 24px;
    color: #1a6795;
    margin-top: 0.4em;
}
.pub_bot .a_box1 .erweima .bot li {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
}
.pub_bot .a_box1 .erweima .bot li:last-child {
    margin-right: 0;
}
.pub_bot .a_box1 .erweima .bot li .t3 {
    font-size: 14px;
    color: #999999;
    margin-top: 0.5em;
}
.pub_bot .a_box1 .erweima .bot li img {
    display: block;
    width: 4.5em;
    height: 4.5em;
    border: 5px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px #ededed;
    border-radius: 1px;
}
.pub_bot .a_box1 .right {
    float: right;
    width: 78%;
    text-align: right;
}
.pub_bot .a_box1 .right dl {
    text-align: left;
    display: inline-block;
    width: 10%;
    margin-left: 5%;
    vertical-align: top;
}
.pub_bot .a_box1 .right dl:first-child {
    margin-left: 0;
}
.pub_bot .a_box1 .right dt {
    border-bottom: 1px solid #2a2929;
    position: relative;
    font-size: 16px;
    color: #cccccc;
    padding-bottom: 1em;
    margin-bottom: 1.4em;
    transition: 0.3s;
}
.pub_bot .a_box1 .right dt:after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #1a6795;
}
.pub_bot .a_box1 .right dd {
    font-size: 14px;
    color: #999999;
    margin-bottom: 1em;
    transition: 0.3s;
}
.pub_bot .a_box1 .right dt a,
.pub_bot .a_box1 .right dd a {
    color: inherit;
}
.pub_bot .a_box1 .right dt:hover,
.pub_bot .a_box1 .right dd:hover {
    color: #eb9520;
}
.pub_bot .a_box2 {
    width: 100%;
    background-color: #151414;
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 1em;
}
.wap_footer {
    display: none;
}
/* 右侧悬浮菜单 */
.pub_rightbtn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9;
}
.pub_rightbtn li {
    width: 60px;
    height: 60px;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #3a4044;
    background-position: 10px 10px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 60px;
    position: absolute;
    transition: 0.4s;
}
.pub_rightbtn li.btn1 {
    top: 0;
}
.pub_rightbtn li.btn2 {
    top: 70px;
}
.pub_rightbtn li.btn3 {
    top: 140px;
}
.pub_rightbtn li.btn4 {
    top: 210px;
}
.pub_rightbtn li * {
    display: none;
}
.pub_rightbtn li.btn1 {
    background-image: url(../img/a17.png);
}
.pub_rightbtn li.btn2 {
    background-image: url(../img/a18.png);
}
.pub_rightbtn li.btn3 {
    background-image: url(../img/a19.png);
}
.pub_rightbtn li.btn4 {
    background-image: url(../img/a20.png);
}
.pub_rightbtn li:hover {
    background-color: #1a6795;
}
.pub_rightbtn li.btn1:hover,
.pub_rightbtn li.btn2:hover {
    width: 240px;
}
.pub_rightbtn li.btn1:hover p,
.pub_rightbtn li.btn2:hover p {
    font-size: 18px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 1em;
    white-space: nowrap;
}
.pub_rightbtn li.btn3:hover img {
    width: 120px;
    height: 120px;
    display: block;
    border: 4px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px #ccc;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    right: 70px;
}

/* 关于我们 */
.pub_inbanner {
    position: relative;
    width: 100%;
    font-size: 20px;
    height: 17.5em;
    overflow: hidden;
}
.pub_inbanner img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 96em;
    height: 17.5em;
    margin-left: -48em;
}
.pub_mid {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}
.ab_one .a_box {
    text-align: center;
    font-size: 0;
}
.ab_one .a_box li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.ab_one .a_box .img {
    font-size: 40px;
    width: 5em;
    height: 2.75em;
    background: #f8b057;
    position: relative;
    margin: 2.5em auto 1.25em auto;
}
.ab_one .a_box .img:before {
    content: "";
    position: absolute;
    top: -1.25em;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2.5em solid transparent;
    border-right: 2.5em solid transparent;
    border-bottom: 1.25em solid #f8b057;
}
.ab_one .a_box .img:after {
    content: "";
    position: absolute;
    bottom: -1.25em;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2.5em solid transparent;
    border-right: 2.5em solid transparent;
    border-top: 1.25em solid #f8b057;
}

.ab_one .a_box .img p {
    width: 5em;
    height: 2.75em;
    background: #eb901e;
    position: relative;
    margin: 0 auto;
    transform: scale(0.91);
    z-index: 2;
    transition: 0.4s;
}
.ab_one .a_box .img p:before {
    content: "";
    position: absolute;
    top: -1.25em;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2.5em solid transparent;
    border-right: 2.5em solid transparent;
    border-bottom: 1.25em solid #eb901e;
    transition: 0.4s;
}
.ab_one .a_box .img p:after {
    content: "";
    position: absolute;
    bottom: -1.25em;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2.5em solid transparent;
    border-right: 2.5em solid transparent;
    border-top: 1.25em solid #eb901e;
    transition: 0.4s;
}
.ab_one .a_box .img img {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.75em;
    margin: 0 auto;
    display: block;
}
.ab_one .a_box .img img.yellow {
    display: none;
}
.ab_one .a_box li:hover .img img.yellow {
    display: block;
}
.ab_one .a_box li:hover .img img.white {
    display: none;
}
.ab_one .a_box li:hover .img p {
    background: #fff;
}
.ab_one .a_box li:hover .img p:before {
    border-bottom-color: #fff;
}
.ab_one .a_box li:hover .img p:after {
    border-top-color: #fff;
}
.ab_one .a_box .tit {
    font-size: 20px;
}

.ab_one .a_box .tit .t1 {
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
    padding: 1em 0 1em 0;
}
.ab_one .a_box .tit .t2 {
    font-size: 0.9em;
    line-height: 180%;
    width: 90%;
}
.ab_two {
    background-color: #f5f5f5;
}
.ab_two .a_box {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 2%;
}
.ab_two .a_box li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    position: relative;
}
.ab_two .a_box li:last-child {
    margin-right: 0;
    float: right;
}
.ab_two .a_box .img {
    position: relative;
    width: 100%;
    padding-top: 74.774%;
    overflow: hidden;
}
.ab_two .a_box .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 2s;
    transition-delay: 0.3s;
}
.ab_two .a_box li:hover .img img {
    transform: rotate(-5deg) scale(1.1);
}
.ab_two .a_box .tit {
    text-align: center;
    padding: 6% 4%;
}
.ab_two .a_box .tit .t1,
.ab_two .a_box .in .t4 {
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.ab_two .a_box .in .t4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 92%;
    margin: 14% auto 0 auto;
}
.ab_two .a_box .in .t2 {
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
    max-height: 7.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 92%;
    margin: 1em auto 2em auto;
}
.ab_two .a_box .in .t3 {
    font-size: 16px;
    color: #fff;
    width: 7em;
    padding: 0.6em 0;
    background-color: #eb901e;
    border-radius: 30px;
    margin: 0 auto 0 auto;
}
.ab_two .a_box .in {
    background-color: rgba(26, 103, 149, 0);
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.ab_two .a_box li:hover .t1 {
    opacity: 0;
    visibility: hidden;
}
.ab_two .a_box li:hover .in {
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 103, 149, 0.8);
    transition: 0.6s;
}
.ab_two .pub_mid {
    background-color: inherit;
}
.ab_three .imgbox {
    width: 100%;
}
.ab_three .imgbox ul {
    float: left;
}
.ab_three .imgbox ul li {
    position: relative;
    overflow: hidden;
}
.ab_three .imgbox ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.ab_three .imgbox ul.left,
.ab_three .imgbox ul.right {
    width: 25%;
}
.ab_three .imgbox ul.center {
    width: 50%;
}
.ab_three .imgbox ul.left li,
.ab_three .imgbox ul.right li {
    width: 100%;
}
.ab_three .imgbox ul.left li {
    padding-top: 125%;
}
.ab_three .imgbox ul.right li {
    padding-top: 62.5%;
}
.ab_three .imgbox ul.center li {
    float: left;
    width: 50%;
    padding-top: 31.25%;
}
.ab_three .imgbox ul.center li + li + li {
    width: 100%;
}
.ab_four {
    font-size: 20px;
}
.ab_four .a_box,
.ab_four .b_box {
    width: 50%;
    float: left;
    height: 25em;
}
.ab_four .a_box {
    background: url(../img/b43.jpg) center no-repeat;
    background-size: auto 100%;
    padding: 12em 4% 4% 11em;
}
.ab_four .a_box .t1 {
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.ab_four .a_box .t1:after {
    content: "";
    width: 1.8em;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ab_four .a_box .t2 {
    font-size: 18px;
    color: #fff;
    margin-top: 0.6em;
}

/* 合格实绩 */
.que_one .a_hd {
    border: 1px solid #dddddd;
    margin: 4% 0;
}
.que_one .a_hd dl {
    position: relative;
    padding: 15px 15px 15px 120px;
    border-bottom: 1px dashed #dddddd;
}
.que_one .a_hd dl:before {
    content: "";
    width: 100px;
    height: 100%;
    background-color: #f7f8fa;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.que_one .a_hd dl:last-child {
    border-bottom: 0;
}
.que_one .a_hd dl dt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    font-size: 16px;
    line-height: 1em;
    height: 1em;
    margin-top: -0.5em;
    text-align: center;
}
.que_one .a_hd dl dd {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding: 8px 10px;
    margin: 5px 10px;
    transition: 0.5s;
}
.que_one .a_hd dl dd a {
    color: inherit;
}
.que_one .a_hd dl dd:hover,
.que_one .a_hd dl dd.on {
    background-color: #eb901e;
    color: #fff;
    border-radius: 30px;
}
.que_one .a_bd {
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
}
.que_one .a_bd th,
.que_one .a_bd td {
    vertical-align: middle;
    padding: 1em;
    font-size: 18px;
    font-weight: normal;
}
.que_one .a_bd th {
    background-color: #1a6795;
    color: #fff;
}
.que_one .a_bd td {
    color: #666666;
}
.pub_fanye {
    width: 100%;
    text-align: center;
    padding: 4%;
}
.pub_fanye * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
}
.pub_fanye a,
.pub_fanye input,
.pub_fanye span {
    border: 1px solid #ddd;
    outline: none;
    padding: 10px 15px;
    background-color: #fff;
    cursor: pointer;
    margin: 5px;
    transition: 0.5s;
}
.pub_fanye a {
    min-width: 3em;
}
.pub_fanye input[type="button"]:hover,
.pub_fanye a:hover,
.pub_fanye a.on {
    background-color: #eb901e;
    color: #fff;
    border: 1px solid #eb901e;
}
.pub_fanye span {
    border: 1px solid #fff;
}
.pub_fanye input {
    width: 4em;
    text-align: center;
}
.que_two .ind_six {
    background: none;
}
.que_two li {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.que_two .swiper-slide {
    max-width: inherit;
    padding-top: 6%;
}
.que_two .inbox {
    background-color: #f7f8fa;
    padding: 40px;
}
.ind_six .inbox .text {
    margin-top: 2em;
}
/* 讲师介绍 */
.con_left {
    float: left;
    width: 68%;
}
.con_right {
    float: right;
    width: 28%;
    background-color: #f5f5f5;
    padding: 0 2% 2% 2%;
}
.con_right .pub_btn1 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.con_right .in_tit {
    font-size: 24px;
    color: #333333;
    padding-top: 2em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.con_right .in_tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1em;
    height: 2px;
    background-color: #1a6795;
}
.con_right .nav li {
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.con_right .nav a {
    display: block;
    font-size: 18px;
    padding: 1.2em 2em 1.4em 0;
    color: #666666;
    position: relative;
    transition: 0.5s;
}
.con_right .nav a:after {
    content: "";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/a25.png) center no-repeat;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.3;
    transition: 0.5s;
}
.con_right .nav li.on a,
.con_right .nav li:hover a {
    color: #1a6795;
}
.con_right .nav li.on a:after,
.con_right .nav li:hover a:after {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 5;
}
.in_tit_left {
    font-size: 30px;
    color: #1a6795;
    padding-left: 1em;
    line-height: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.in_tit_left:before {
    content: "";
    width: 4px;
    height: 1em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1a6795;
}
.tea_one {
    margin-bottom: 3%;
}
.tea_one li {
    font-size: 20px;
    border-bottom: 1px dashed #ddd;
    padding: 1.5em 0 1.5em 10em;
    height: 13em;
    position: relative;
}
.tea_one li .img {
    position: absolute;
    left: 0;
    top: 1.5em;
    width: 8em;
    height: 10em;
    overflow: hidden;
}
.tea_one li .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tea_one li .tit {
    height: 10em;
    font-size: inherit;
}
.tea_one li .tit .t1 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 1em;
}
.tea_one li .tit .t2 {
    font-size: 16px;
    color: #999999;
}
.tea_one li .tit .black {
    color: #333333;
}
/* 课程介绍 */
.con_right .new_list li a {
    display: block;
    font-size: 16px;
    padding: 1.2em 0;
    color: #666666;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.con_right .new_list li:hover a {
    color: #1a6795;
}
.class_one li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4%;
    float: left;
}
.class_one li .img {
    width: 100%;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.class_one li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1) rotate(0deg);
    transition: 1s;
}
.class_one li .tit .t1 {
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1em;
}
.class_one li .tit .t2 {
    font-size: 14px;
    color: #999999;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.class_one li:hover .img img {
    transform: scale(1.1) rotate(-5deg);
}
.class_one li:hover .tit .t1 {
    color: #1a6795;
}
.class_top {
    width: 100%;
    position: relative;
    font-size: 20px;
    padding-left: 17em;
    height: 11.25em;
}
.class_top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 15em;
    height: 11.25em;
}
.class_top .tit {
    height: 11.25em;
}
.class_top .tit .t1 {
    font-size: 24px;
    color: #333333;
    margin: 1em 0;
}
.class_top .tit .t2 {
    font-size: 14px;
    color: #999999;
    line-height: 2em;
}
.class_center {
    padding: 5% 0;
}
.class_bot li {
    width: 48%;
    margin-left: 4%;
    margin-top: 3%;
    float: left;
}
.class_bot li.l5 {
    width: 100%;
}
.class_bot li.l1,
.class_bot li.l3,
.class_bot li.l5 {
    margin-left: 0;
}
.class_bot li p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 1em;
}
.class_bot li p i {
    color: #f41515;
    font-style: normal;
}
.class_bot li input,
.class_bot li textarea {
    font-size: 16px;
    width: 100%;
    height: 3.75em;
    border: 1px solid #ededed;
    padding: 0 1em;
    outline: none;
    transition: 0.5s;
}
.class_bot li textarea {
    height: 6em;
    resize: none;
    padding: 1em;
}
.class_bot li input:focus,
.class_bot li textarea:focus {
    border: 1px solid #eb901e;
    box-shadow: 0 0 2px #eb901e;
}
.class_bot_btn {
    margin: 4% 0;
}
/* 咨询与试听 */
.mov_rscholl li {
    padding-left: 40px;
    background: url(../img/a26.png) left center no-repeat;
}
.mov_rscholl li p {
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.mov_rscholl li p span {
    color: #1a6795;
}
.mov_rerweima {
    padding-top: 4%;
}
.mov_rerweima li {
    width: 50%;
    text-align: center;
    float: left;
}
.mov_rerweima li img {
    display: block;
    margin: 0 auto;
    border: 4px solid #1a6795;
    width: 80%;
}
.mov_rerweima li p {
    font-size: 16px;
    color: #666666;
    margin-top: 1em;
}
.mov_one li .img {
    padding-top: 57.1428%;
    background-color: #000;
}
.mov_one li .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/a27.png) center no-repeat;
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
}
.mov_one li:hover .img img {
    opacity: 0.4;
}
.mov_one li:hover .img:before {
    opacity: 1;
}
/* 留学攻略 */
.stu_list li {
    border-bottom: 1px dashed #ededed;
    font-size: 20px;
    position: relative;
    padding: 2em 0 2em 17em;
    height: 12.5em;
}
.stu_list .img {
    position: absolute;
    left: 0;
    top: 2em;
    width: 15em;
    height: 8.5em;
    overflow: hidden;
}
.stu_list .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1) rotate(0deg);
    transition: 0.5s;
}
.stu_list .tit {
    position: relative;
}
.stu_list .tit .t1 {
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1em 0 0.6em 0;
}
.stu_list .tit .t2 {
    font-size: 14px;
    color: #999999;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 1em 0;
}
.stu_list .tit .t3 {
    font-size: 16px;
    color: #999999;
    line-height: 2em;
    height: 2em;
    background: url(../img/a8.png) right center no-repeat;
    background-size: 30px 30px;
}
.stu_list li:hover .img img {
    transform: scale(1.1) rotate(-5deg);
}
.stu_list li:hover .tit .t1 {
    color: #1a6795;
}
/* 搜索页面 */
.search_tit {
    float: right;
    font-size: 18px;
    color: #999999;
}
.search_tit span {
    color: #1a6795;
}
.search_none {
    text-align: center;
    font-size: 20px;
    padding: 10em 0;
}
.search_none img {
    display: block;
    width: 15em;
    height: 15em;
    margin: 0 auto;
}
.search_none p {
    font-size: inherit;
    margin-top: 2em;
}

/* 留学攻略-详情 */
.newx_tit {
    font-size: 20px;
    text-align: center;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
}
.newx_tit .t1 {
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
}
.newx_tit .t2 {
    font-size: 0.7em;
    color: #666666;
    margin-top: 2em;
}
.newx_page {
    font-size: 20px;
    padding: 2em 0;
    margin: 2em 0;
    border-top: 1px solid #ddd;
}
.newx_page a {
    float: left;
    max-width: 48%;
    font-size: 0.7em;
    color: #666666;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newx_page a:last-child {
    float: right;
}
.newx_page a:hover {
    color: #1a6795;
}

/* 招贤纳士 */
.join_out {
    background-color: #f5f5f5;
}
.join_out .in_tit_left {
    border-bottom: none;
    margin-bottom: 0;
}
.join_us {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2% 4% 4% 4%;
}
.join_tit {
    font-size: 24px;
    color: #333333;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #ddd;
}
.join_tit span {
    color: #999999;
}
.join_us .form1 {
    margin-bottom: 4%;
}
.join_us .form1 li {
    width: 30%;
    margin-left: 5%;
    float: left;
}
.join_us .form2 li {
    width: 100%;
}
.join_us .form1 li:first-child {
    margin: 0;
}
.join_us .form1 li p {
    font-size: 16px;
    color: #333333;
    padding-bottom: 1em;
}
.join_us .form1 li p span {
    color: #f41515;
}
.join_us .form1 li input[type="text"] {
    display: block;
    width: 100%;
    padding: 0em 1em;
    height: 3.6em;
    font-size: 16px;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.5s;
}
.join_us .form1 li input[type="text"]:focus {
    border: 1px solid #eb901e;
    box-shadow: 0 0 2px #eb901e;
}
.join_us .form1 li .layui-form-radio {
    margin-top: 15px;
    margin-right: 20px;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: #1a6795;
}

.join_us .form3 .t1 {
    font-size: 18px;
    color: #1a6795;
    margin: 1em 0;
    font-weight: bold;
}
.join_us .form3 dl {
    position: relative;
    padding-left: 4em;
    min-height: 2em;
    font-size: 16px;
}
.join_us .form4 dl {
    padding-left: 0;
}
.join_us .form3 dl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.join_us .form3 dl dt {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2em;
    height: 2em;
    color: #333333;
    font-weight: bold;
}
.join_us .form3 dl dd {
    color: #333333;
    float: left;
    line-height: 2em;
    height: 2em;
    min-width: 8em;
    margin-right: 1em;
    margin-bottom: 1.6em;
}
.join_us .form3 .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 16px;
}
.join_us .layui-form-checkbox[lay-skin="primary"] i {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.join_us .layui-form-checked[lay-skin="primary"] i {
    background-color: #1a6795;
    background: #1a6795;
    font-weight: bold;
}
.join_us .layui-form-checkbox[lay-skin="primary"] span {
    line-height: 24px;
}
.join_us .layui-form-checkbox[lay-skin="primary"] {
    padding-left: 30px;
}
.class_out .pub_btn1,
.join_out .pub_btn1 {
    margin-top: 4%;
    height: auto;
    line-height: inherit;
}
