* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    color: #333;
    outline: 0;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
/* .app {
    background-color: rgb(192, 235, 255);
    height: 20000px;
} */
.center {
    width: 1200px;
    margin: 0 auto;
}
a,a:hover {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.app{
    min-width: 1330px;
}

/* 头部 */
.header-wrapper {
    width: 100%;
    min-width: 1330px;
}
.header-wrapper-minh{
    height: 72px;
}
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1330px;
    height: 40px;
    padding: 26px 0;
    transition: all .135s ease-in;
}
.header-container.active {
    background-color: #017cef;
    padding: 16px 0;
}

.header-container .logo-wrap {
    /* float: left;
    width: 240px;
    height: 40px;
    padding: 0 20px; */
    float: left;
    height: calc(100% + 16px + 16px);
    margin-top: -16px;
    background: pink;
    margin-left: 30px;
}

.header-container .logo-wrap .logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-in;
}

.header-container .header-rigth {
    display: block;
    float: right;
    height: 100%;
    padding-right: 20px;
    transition: all, .5s, ease-in;
}

.header-container .header-rigth .nav {
    float: left;
    margin-right: 40px;
}

.header-container .header-rigth .nav .item {
    position: relative;
    float: left;
    width: 116px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 20px;
    /* overflow: hidden; */
    transition: all .2s;
    display: block;
}
.header-container .header-rigth .nav .item a{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.header-container .header-rigth .nav .item .pro{
    position: absolute;
    padding-top: 6px;
    top: 100%;
    width: 100%;
    display: none;
}
.proli{
    background-color: rgba(255, 255, 255, .87);
    padding: 10px 0;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}
.header-container .header-rigth .nav .item:hover .pro{
    display: block;
}
.header-container .header-rigth .nav .item .pro a{
    font-size: 12px;
    padding: 5px 7px;
    box-sizing: border-box;
    /* border-radius: 6px; */
    margin-top: 5px;
    position: relative;
    padding-left: 25px;
}
.header-container .header-rigth .nav .item .pro a::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    margin-top: -2px;
}
.header-container .header-rigth .nav .item .pro a:hover{
    color: #017cef;
    background-color: #ffffff;
}
.header-container .header-rigth .nav .item .pro a:hover::before{
    background-color: #017cef;
}
.header-container .header-rigth .nav .item.router-link-exact-active,
.header-container .header-rigth .nav .item:hover {
    border-color: #fff;
}

.header-container .header-rigth .nav .item.router-link-exact-active {
    border-color: #fff;
}

.header-container .header-rigth .nav .item p {
    display: block;
    width: 116px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    transition: all .2s;
}

.header-container .header-rigth .nav .item p.ch {
    position: absolute;
    top: 0;
    left: 0;
}

.header-container .header-rigth .nav .item.router-link-exact-active p.ch,
.header-container .header-rigth .nav .item:hover p.ch {
    top: 100%;
}

.header-container .header-rigth .nav .item p.en {
    position: absolute;
    top: -100%;
    left: 0;
}

.header-container .header-rigth .nav .item.router-link-exact-active p.en,
.header-container .header-rigth .nav .item:hover p.en {
    top: 0;
}
.header-container .header-rigth .header-about{
    float: left;
}
.header-container .header-rigth .header-about .tel{
    padding-left: 32px;
    font-size: 16px;
    line-height: 40px;
    color: #fefefe;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: 0;
}

/* 底部 */
/* 底部 */
.Friendly_Links{
    /* height: 57px; */
    background-color: #6d6d6d;
    box-sizing: border-box;
    padding: 20px 0;
}
.Friendly_Links .center{
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.Friendly_Links .link_cont  .link_tit{
    font-size: 14px;
    color: #dfdfdf;
    display: inline-block;
    /* margin-left: 28px; */
}
.Friendly_Links .link_cont .link_list{
    color: #dfdfdf;
    cursor: pointer;
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}
.Friendly_Links .link_cont .link_list:hover{
    color: #bcbcbc;
    text-decoration: underline;
}
.Friendly_Links .list_ditu{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.Friendly_Links .list_ditu img{
    width: 13px;
    height: 13px;
}
.Friendly_Links .list_ditu a{
    font-size: 14px;
    color: #dfdfdf;
    margin-left: 8px;
}
.footer{
    width: 100%;
    padding: 30px 0;
    background-color: #5f5f5f;
}

.footer .footer-top {
    padding-left: 40px;
    margin-bottom: 10px;
}
.footer .footer-top .footer-logo {
    height: 40px;
}
.footer .footer-top .footer-logo img {
    max-height: 100%;
}
.footer .footer-content {
    padding-left: 40px;
}
.footer .footer-content .left {
    float: left;
    width: 600px;
    padding-right: 40px;
}
.footer .footer-content .left .text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footer .footer-content .left .text a {
    color: #fff;
}
.footer .footer-content .right {
    float: left;
    width: 480px;
}
.footer .footer-content .right .text {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.footer .footer-content .right .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.footer .footer-content .right .text.icon-tel:before {
    background-image: url(../img/fot1.png);
}
.footer .footer-content .right .text.icon-wechat:before {
    background-image: url(../img/fot2.png);
}
.footer .footer-content .right .text.icon-email:before {
    background-image: url(../img/fot3.png);
}
.applyNow{
    padding: 50px 0;
    background-color: #f9fafc;
}
.applyNow .subscribe{
    width: 196px;
    height: 62px;
    margin: auto;
    border: 1px solid #1275ef;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 62px;
    border-radius: 50px;
    display: block;
    background: linear-gradient(to right,#46aef7,#1989fa);
    cursor: pointer;
}
/* 十二块 */
.Blocklevel{
    width: 100%;
    padding-bottom: 65px;
}
.level_cont{
    width: 1200px;
    margin: auto;
    border-top: 1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.level_cont .level_list{
    margin-top: 45px;
    width: 190px;
}
.level_cont .level_list img{
    width: 123px;
    height: 123px;
    display: block;
    margin: auto;
}
.level_cont .level_list p{
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #8f8f8f;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.further{
    width: 100%;
    padding: 45px 0 55px 0;
}
.further_title{
    width: 1200px;
    margin: auto;
    font-size: 24px;
    color: #595959;
}
.further_cont{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    position: relative;
}
.Swiperone_prev,.Swiperone_next{
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 4px 1px #d8d6d6;
    background-image: url(/home_res_path/img/prev.png);
    background-size: 11px 18px;
    background-position: center center;
    z-index: 9;
    opacity: 1 !important;
}
.Swiperone_prev{
    left: -25px;
}
.Swiperone_next{
    right: -25px;
    transform: rotate(180deg);
}
.further_cont .swiper-slide>a{
    width: 281px;
    height: 265px;
    display: block;
}
.further_cont .swiper-slide>a img{
    width: 100%;
    height: 100%;
    display: block;
}
.further_cont .swiper-slide:hover>a img{
    opacity: 0.5;
}
.level_cont .level_list:hover img{
    opacity: 0.5;
}