* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main {
    max-width: 1420px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1640 {
    max-width: 1660px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1000 {
    max-width: 1020px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1200 {
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

body,
html {
    width: 100%;
    height: 100%;
}

.banner_swp .swiper-slide {
    height: 100vh;
}

/* .banner_swp .swiper-slide:after { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); } */

.m_xt_white {
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}

.m_xt_white:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 0%;
    background: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_xt_white:hover:after {
    width: 100%;
}

.header_top {
    height: 40px;
    display: flex;
    flex-direction: row;
    padding: 0px 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 201;
    justify-content: flex-end;
    align-items: center;
}

.header_top a {
    color: #ffff;
    margin-left: 22px;
}

.header_top a:hover {
    text-decoration: underline;
}

.header_top a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 5px;
}

.header_top .lang-switch {
    display: flex;
    align-items: center;
}

.header_top a .earth-pic {
    width: 25px;
}

.header_top.active {
    background: #2a59a7;
    border-bottom: 1px solid #2a59a7;
}

.xiala {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

.xiala-hover {
    display: none;
    position: absolute;
    width: 140px;
    /* 加宽以适应内容 */
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 201 !important;
    pointer-events: auto;
    color: black !important;
}

.xiala.active .xiala-hover {
    display: block;
    opacity: 1;
    top: 120%;
    z-index: 11111;
}

/* 添加箭头指示
.xiala::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: #666;
    transition: transform 0.3s;
} */

.xiala.active::after {
    transform: translateY(-50%) rotate(180deg);
}

/* 选项样式优化 */
.lang-switch {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: black !important;
    transition: background 0.3s;
}

.lang-switch:hover {
    background: #f5f5f5;
}

.lang-switch img {
    margin-left: auto;
    width: 12px;
}



.header_top .search {
    margin-left: 22px;
}

.header_top .search {
    position: relative;
    height: 36px;
    width: 36px;
    margin: 0 5px;
}

.header_top .search .txt {
    position: absolute;
    width: 0px;
    right: 0px;
    top: 2px;
    background: #fff;
    border-radius: 20px;
    padding: 6px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header_top .search .but {
    background: url('../images/icon3.png') no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
}

.header_top .search.active .but {
    background: url('../images/icon3_m.png') no-repeat center center;
}

.header_top .search.active .txt {
    opacity: 1;
    width: 240px;
    visibility: visible;
}



.header {
    position: fixed;
    top: 40px;
    left: 0px;
    width: 100%;
    z-index: 200;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 50px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .nav {
    margin-left: 70px;
}

.header .nav .num1 {
    display: flex;
    flex-direction: row;
    position: relative;
}

.header .nav .num1>li {
    margin-right: 45px;
}

.header .nav .num1>li:last-child {
    margin-right: 0px;
}

.header .nav .num1>li>a {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 97px;
    position: relative;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6)
}

.header .nav .num1>li>a:after {
    content: '';
    background: #21ade5;
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 0%;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .nav .num1>li:hover>a:after {
    width: 100%;
}

.header .logo .img2 {
    display: none;
}

.header.active {
    background: #ffffff;
}

.header.active .logo .img1 {
    display: none;
}

.header.active .logo .img2 {
    display: block;
}

.header.active .nav .num1>li>a {
    color: #000;
    text-shadow: none;
}

.header .nav .num1>li>a.active {
    color: #21ade5;
}


.header.active .nav .num1>li>a.active {
    color: #21ade5;
}

.header.active .nav .num1>li>a.active:after {
    content: '';
    background: #21ade5;
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100%;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .nav .con {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.header .nav .con2 {
    min-width: calc(100% + 200px)
}

.header .nav .con .fl {
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px;
}

.header .nav .con .fl h3 {
    font-size: 30px;
    color: #353535;
}

.header .nav .con .fl p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 12px;
}

.header .nav .con .num2 {
    width: 220px;
    position: relative;
    padding: 20px 0px;
}

.header .nav .con .num2>li>a {
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    display: block;
    position: relative;
    padding-left: 30px;
}

.header .nav .con .num2>li>a br {
    display: none;
}

.header .nav .con .num2>li>a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3px;
    height: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background: #21ade5;
    z-index: 1;
}

.header .nav .con .num2>li:hover>a {
    color: #21ade5;
}

.header .nav .con .num2>li:hover>a:after {
    height: 100%;
}

.header .nav .con .num2:after {
    content: '';
    background: #ebebeb;
    width: 1px;
    height: calc(100% - 44px);
    top: 22px;
    position: absolute;
}

.header .nav .con .num3_list {
    padding: 20px 0px;
    white-space: nowrap;
    position: absolute;
    left: 220px;
    background: #fff;
    top: 0px;
    overflow: hidden;
    padding-right: 10px;
}

.header .nav .con .num3 {
    padding-right: 50px;
    border-left: 1px solid #ebebeb;
    overflow-y: auto;
    height: 280px;
    padding-left: 30px;
}

.header .nav .con .num3>li>a {
    font-size: 16px;
    color: #333333;
    margin-bottom: 11px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    position: relative;
}

.header .nav .con .num3>li>a:after {
    content: '';
    background: #21ade5;
    width: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .nav .con .num3>li>a:hover:after {
    color: #21ade5;
    width: 100%;
}

.header .nav .con .num3>li>a:hover {
    color: #21ade5;
}

.header .nav .con .num3>li>a br {
    display: none;
}

.m_content {
    z-index: 199 !important;
}

.m_scroll::-webkit-scrollbar {
    width: 2px;
}

.m_scroll::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 0;
}

.m_scroll::-webkit-scrollbar-thumb {
    background: #21ade5;
    border-radius: 0;
}

.m_scroll::-webkit-scrollbar-button {
    display: none;
}

.H137 {
    height: 137px;
}


/* .header .nav .con { box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.05); } */
.header .nav .num1>li .item {
    display: none;
    position: absolute;
    top: 97px;
    left: 0px;
    background: #fff;
    min-width: 100%;
    height: 320px;
}

/* .header .nav .num1>li:hover .item { display: block; } */
.header .nav .num2>li .num3_list {
    display: none;
}

.header .nav .num2>li:hover .num3_list {
    display: block;
}


.banner_pag {
    background: url('../images/icon122.png') no-repeat center center;
    height: 82px;
    line-height: 82px;
    bottom: 25px;
    color: #fff;
}


.banner_swp .swiper-slide .text {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 9;
}

.banner_swp .swiper-slide .text h3 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.m_link a {
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding: 13px 46px;
    border-radius: 30px;
    margin-top: 50px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
}

.m_link a:hover {
    background: #21ade5;
    border: 1px solid #21ade5;
}

.m_link_ls a {
    border: 1px solid #21ade5;
    font-size: 14px;
    color: #21ade5;
    padding: 12px 40px;
    border-radius: 30px;
    margin-top: 50px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.m_link_ls a:hover {
    background: #21ade5;
    border: 1px solid #21ade5;
    color: #fff;
}

.m_link_back {
    margin-top: 30px;
}

.m_link_back a {
    background: #21ade5;
    color: #fff;
    font-size: 16px;
    padding: 13px 46px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}

.m_link_back a:hover {
    background: #168cbb;
}

.in_about {
    padding-top: 120px;
    background: #f7f9fa url('../images/icon5.png') no-repeat center bottom;
    overflow: hidden;
}

.in_about .had {
    text-align: center;
    position: relative;
    z-index: 9;
}

.in_about .had h3 {
    font-size: 42px;
    color: #272727;
}

.in_about .had p {
    font-size: 18px;
    color: #333333;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    line-height: 32px;
    margin-top: 25px;
}

.in_about .list {
    position: absolute;
    z-index: 9;
    display: flex;
    top: 35%;
    width: 100%;
}

.in_about .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.in_about .list ul li strong {
    font-size: 68px;
    font-weight: bold;
    color: #009cd7;
}

.in_about .list ul li i {
    font-size: 60px;
    font-weight: bold;
    color: #009cd7;
}

.in_about .list ul li em {
    font-size: 18px;
    color: #009cd7;
}

.in_about .list ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

.in_about .list ul li sup {
    font-size: 30px;
}

.in_about .item {
    position: relative;
    padding-bottom: 60px;
}

.in_about .item .pic {
    z-index: 3;
    height: 560px;
    width: 560px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    margin-top: -30px;
}

.in_about .item .back {
    position: absolute;
    top: 0px;
    left: 0px;
    animation: Roter360 10s linear infinite;
}

.m_tit {
    font-size: 42px;
    color: #272727;
}

.in_field .m_tit {
    text-align: center;
    padding-top: 120px;
}

.in_field {
    overflow: hidden;
    position: relative;
    background: url('../images/img2.jpg') no-repeat center bottom;
    padding-bottom: 100px;
}

.field_swp_box {
    width: 160%;
    margin-left: -30%
}

.field_swp {
    margin-top: 60px;
}

.field_swp .swiper-slide .item {
    padding: 0px 100px;
    margin-top: -70px;
    position: relative;
    z-index: 9;
    position: relative;
    display: none;
}

.field_swp .swiper-slide .item .link {
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    padding: 100px 40px 40px 130px;
}

.field_swp .swiper-slide .item .icon {
    position: absolute;
    left: 50px;
    top: -50px;
    background: #21ade5;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: 0;
}

.field_swp .swiper-slide .item .text {}

.field_swp .swiper-slide .item .text h3 {
    font-size: 24px;
    color: #ffffff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: none;
}

.field_swp .swiper-slide .item .text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-top: 16px;
    min-height: 84px;
    display: none;
}

.field_swp .swiper-slide .item .text h6 {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 25px;
    display: none;
}

.field_swp .swiper-slide .item .link:hover .text h3 {
    padding-left: 20px;
}

.field_swp .swiper-slide-active .item {
    animation: fadeIn 1s 0.4s both;
    display: block;
}

.field_swp .swiper-slide-active .item .text h3 {
    animation: fadeInUp 1s 0.9s both;
    display: block;
}

.field_swp .swiper-slide-active .item .text p {
    animation: fadeInUp 1s 1.1s both;
    display: block;
}

.field_swp .swiper-slide-active .item .text h6 {
    animation: fadeInUp 1s 1.3s both;
    display: inline-block;
}

.field_swp .swiper-slide-active .item .icon {
    animation: aLeft 1s 0.6s both;
    opacity: 1;
}

/* .in_product_swp_box { width: 125%; } */
.in_product {
    background: url('../images/img5.jpg') no-repeat center center;
    padding: 130px 0px;
    background-size: cover;
    overflow: hidden;
}

.in_product_swp {
    margin-top: 50px;
}

.in_product_swp .swiper-slide {
    background: #fff;
    padding: 25px;
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
    height: auto;
}

.in_product_swp .swiper-slide .icon {
    width: 172px;
    height: 172px;
    margin: 0 auto;
    position: relative;
}

.in_product_swp .swiper-slide .icon .pic_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0;
}

.in_product_swp .swiper-slide .icon .pic {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_product_swp .swiper-slide .text h3 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.in_product_swp .swiper-slide .text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.in_product_swp .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    height: 3px;
    background: #009cd7;
}

.in_product_swp .swiper-slide .link:hover .icon .pic_hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
}

.in_product_swp .swiper-slide .link:hover .icon .pic {
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
}

.in_product_swp .swiper-slide:hover:after {
    width: 100%;
}

.in_product_swp .swiper-slide .link {
    display: block;
}

.in_product_swp .swiper-slide .link:hover h3 {
    color: #009cd7;
}

.in_product .main {
    position: relative;
}

.in_product_prev {
    background: url('../images/icon11.png') no-repeat left center;
    width: 46px;
    height: 46px;
    position: inherit;
    margin-top: 30px;
}

.in_product_next {
    background: url('../images/icon12.png') no-repeat left center;
    width: 46px;
    height: 46px;
    position: inherit;
    margin-top: 30px;
    margin-left: 10px;
}

.in_product_jt {
    display: flex;
    flex-direction: row;
}

.m_tit h2 {
    font-size: 42px;
    color: #272727;
}

.m_tit_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.m_tit_flex a {
    font-size: 16px;
    color: #21ade5;
    border: 1px solid #21ade5;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_tit_flex a:hover {
    background: #009cd7;
    color: #fff;
}

.in_product_dow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.in_product_pag {
    text-align: right;
    font-size: 14px;
    color: #4c4c4c;
    z-index: 0;
}

.in_product_pag .swiper-pagination-current {
    font-size: 24px;
}

.in_news {
    padding: 120px 0px;
}

.in_news .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-top: 40px;
}

.in_news .had .nav {
    display: flex;
    flex-direction: row;
}

.in_news .had .nav .partner-type {
    border: 1px solid #cccccc;
    padding: 12px 32px;
    display: inline-block;
    border-radius: 30px;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-right: 10px;
}

.in_news .had .nav .partner-type:hover {
    background: #21ade5;
    color: #fff;
    border: 1px solid #21ade5;
}

.in_news .had .nav .partner-type.active {
    background: #21ade5;
    color: #fff;
    border: 1px solid #21ade5;
}

.m_tit_xt {
    padding-bottom: 60px;
    border-bottom: 1px solid #dedede;
}

.in_news .had .symobl {
    display: flex;
}

.in_news_next {
    position: inherit;
    background: url('../images/icon15.png') no-repeat center center;
    width: 46px;
    height: 46px;
    margin-top: 0px;
}

.in_news_prev {
    position: inherit;
    background: url('../images/icon14.png') no-repeat center center;
    width: 46px;
    height: 46px;
    margin-top: 0px;
    margin-right: 15px;
}

.in_news_swp {
    margin-top: 40px;
}

.in_news_swp .swiper-slide {
    height: 500px;
    background: #ebf0f5;
}

.in_news_swp .swiper-slide .pic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
    /* opacity: 0; */
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in_news_swp .swiper-slide .pic:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.in_news_swp .swiper-slide .item {
    position: relative;
    z-index: 9;
}

.in_news_swp .swiper-slide .link {
    display: block;
    padding: 40px;
    height: 100%;
}

.in_news_swp .swiper-slide .item {
    position: relative;
    height: 100%;
}

.in_news_swp .swiper-slide .item strong {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    border: 1px solid #cccccc;
    padding: 8px 22px;
    border-radius: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .item h3 {
    font-size: 22px;
    color: #232323;
    line-height: 32px;
    margin-top: 15px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .item .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}

.in_news_swp .swiper-slide .item .text .icon {
    background: url('../images/icon13_m.png') no-repeat left center;
    width: 48px;
    height: 48px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .item .text .time {
    text-align: right;
    color: #333;
}

.in_news_swp .swiper-slide .link:hover .pic {
    /* opacity: 1; */
}

.in_news_swp .swiper-slide .link .item strong {
    color: #fff;
}

/* .in_news_swp .swiper-slide .link:hover .item strong {
    color: #fff;
} */

.in_news_swp .swiper-slide .link .item h3 {
    color: #fff;
}

/* .in_news_swp .swiper-slide .link:hover .item h3 {
    color: #fff;
} */

.in_news_swp .swiper-slide .link:hover .item .text .icon {
    background: url('../images/icon13_m.png') no-repeat left center;
    margin-left: 20px;
}

.in_news_swp .swiper-slide .link .item .text .time {
    color: #fff;
}

/* .in_news_swp .swiper-slide .link:hover .item .text .time {
    color: #fff;
} */

.partner-list {
    display: none;
}

.partner-list.active {
    display: block;
}

.in_contact {
    background: #ebf0f5;
    padding: 80px 0px;
    text-align: center;
}

.in_contact h2 {
    font-size: 28px;
    color: #21ade5;
}

.in_contact p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.footer {
    background: #266fb2;
}

.footer .item {
    display: flex;
    flex-direction: row;
    padding: 80px 0px;
    justify-content: space-between;
}

.footer .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
}

.footer .item dl dt {
    font-size: 16px;
}

.footer .item dl dd {
    margin-top: 20px;
}

.footer .item dl dd a {
    display: block;
    color: #fff;
    font-size: 14px;
    display: block;
    opacity: 0.8;
    margin-bottom: 8px;
}

/* .footer .item dl dd a:hover { text-decoration: underline; } */
.footer .item .text {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 50px;
}

.footer .item .text h3 {
    font-size: 16px;
}

.footer .item .text p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    opacity: 0.8;
}

.footer .item .text .icon {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    position: relative;
}

.footer .item .text .icon i {
    background: rgba(212, 226, 240, 0.4);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.footer .item .text .icon i:hover {
    background: #22a1db;
}

.footer .item .text .icon .mwx {
    position: absolute;
    bottom: 55px;
    left: 0px;
    width: 120px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.footer .item .text .icon .mwx:after {
    content: '';
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 60px;
    bottom: -12px;
}

.footer .item .text .icon .mwx.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.footer .item .text .icon .sph {
    position: absolute;
    bottom: 55px;
    left: -35px;
    width: 120px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.footer .item .text .icon .sph:after {
    content: '';
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -12px;
}

.footer .item .text .icon .sph.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.contact .tab_con .item .icon {
    position: relative;
}

.contact .tab_con .item .icon .conwx {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 120px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.contact .tab_con .item .icon .conwx.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.contact .tab_con .item .icon {
    position: relative;
}

.contact .tab_con .item .icon .consph {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 120px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.contact .tab_con .item .icon .consph.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.footer .blogroll a {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.footer .fot {
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
}

.footer .fot span {
    color: #fff;
    opacity: 0.8;
}

.footer .fot strong {
    display: flex;
    flex-direction: row;
}

.footer .fot strong a {
    color: #fff;
    opacity: 0.8;
    margin-left: 15px;
}

.footer .fot strong a:hover {
    text-decoration: underline;
}

.banner {
    position: relative;
}

.banner .item {
    height: 680px;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 9;
}

.banner .item h2 {
    font-size: 52px;
    animation: fadeInDown 0.8s 0.2s both;
}

.banner .item p {
    font-size: 30px;
    margin-top: 20px;
    line-height: 45px;
    animation: fadeInUp 0.8s 0.2s both;
}

.banner .item .icon {
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

.banner .item .icon img {
    display: inline-block;
}

.banner:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


.m_nav {
    background: #ebf0f5;
    /* position: sticky; z-index: 88; top: 137px;  */
}

.m_nav .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.m_nav .item a {
    margin: 0px 30px;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_nav .item a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: #21ade5;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_nav .item a:hover:after {
    width: 100%;
}

.m_nav .item a:hover {
    color: #21ade5;
}

.m_nav .item a.active:after {
    width: 100%;
}

.m_nav .item a.active {
    color: #21ade5;
}


.mbx {
    padding: 20px 0px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    width: 100%;
}

.mbx a {
    font-size: 16px;
    background: url('../images/icon20.png') no-repeat right center;
    padding-right: 18px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.mbx a br {
    display: none;
}

.mbx a:last-child {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
}

.mbx a:hover {
    color: #21ade5;
}

.mbx_b {
    padding: 20px 0px;
    text-align: right;
}

.mbx_b a {
    font-size: 16px;
    background: url('../images/icon20_m.png') no-repeat right center;
    padding-right: 18px;
    margin-left: 8px;
    color: #fff;
}

.mbx_b a:last-child {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
}

.mbx_b a:hover {
    text-decoration: underline;
}


.field .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field .list ul li {
    width: 48.5%;
    margin-top: 40px;
}

.field .list ul li .item {
    padding: 40px;
    padding-top: 0px;
    position: relative;
}

.field .list ul li .link {
    display: block;
    border: 1px solid #e1e1e1;
    height: 100%;
}

.field .list ul li .icon {
    width: 100px;
    height: 100px;
    background: #21ade5;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-top: -50px;
}

.field .list ul li .text h3 {
    font-size: 24px;
    color: #272727;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.field .list ul li .text p {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 15px;
    line-height: 26px;
}

.field .list ul li .text h6 {
    font-size: 16px;
    color: #21ade5;
    display: inline-block;
    border-bottom: 1px solid #21ade5;
    padding-bottom: 5px;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.field .list ul li .link:hover .text h3 {
    color: #21ade5;
}

.field .list ul li .link:hover .text h6 {
    padding-left: 10px;
}


.m_tit {
    font-size: 42px;
    color: #272727;
}

.field_back {
    background: #f5f7fa;
}

.field_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0px;
    border-bottom: 1px solid #dedede;
    flex-wrap: wrap;
}

.field_nav a {
    text-align: center;
    display: block;
    margin: 0px 40px;
}

.field_nav a .img img {
    display: inline-block;
}

.field_nav a p {
    font-size: 18px;
    margin-top: 5px;
}

.field_nav a:hover .img_hover {
    display: inline-block;
}

.field_nav a:hover .img {
    display: none;
}

.field_nav a:hover p {
    color: #21ade5;
}

.field_nav a.active .img_hover {
    display: inline-block;
}

.field_nav a.active .img {
    display: none;
}

.field_nav a.active p {
    color: #21ade5;
}

.field_cp_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.field_cp_nav a {
    font-size: 18px;
    color: #4c4c4c;
    display: inline-block;
    margin: 10px 0px;
    padding-bottom: 3px;
    margin-right: 40px;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.field_cp_nav a br {
    display: none;
}

.field_cp_nav a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    background: #21ade5;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.field_cp_nav a:hover:after {
    content: '';
    width: 100%;
    background: #21ade5;
    height: 1px;
}

.field_cp_nav a:hover {
    color: #21ade5;
}

.field_cp_nav strong {
    font-weight: bold;
}


.field1 {
    padding: 40px 0px 0px 0px;
}

.field1 .item {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    padding-bottom: 80px;
    justify-content: space-between;
}

.field1 .item .text {
    width: 48%;
    border-left: 2px solid #2a59a7;
    padding-left: 35px;
}

.field1 .item .text p {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 30px;
}

.field1 .item .img {
    width: 47.1%
}

.field1 .dow {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 80px;
    border-top: 1px solid #dedede;
}

.field1 .dow .img {
    /* width: 50%; */
    text-align: center;
    flex: 1;
}

.field1 .dow .img img {
    display: inline-block;
}

.field1 .dow .text {
    padding-left: 50px;
    /* width: 50%; */
    flex: 1;
}

.field1 .dow .text h4 {
    font-size: 30px;
    color: #272727;
    margin-bottom: 20px;
}

.field1 .dow .text p {
    font-size: 20px;
    color: #4c4c4c;
    margin-top: 10px;
    background: url('../images/icon25.png') no-repeat left center;
    padding-left: 20px;
}

.field1 .dow .text p strong {
    font-weight: bold;
}

.field1 .dow .text h6 {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 140px;
}

.field1 .dow .text h6 span {
    color: #ff0000;
}

.field_table table {
    margin-top: 40px;
}

.field_table table tr th {
    background: #21ade5;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 15px 5px;
    text-align: center;
}

.field_table table tr td {
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    border: 1px solid #dedede;
    padding: 15px 5px;
}

.field_table table tr th:first-child {
    border-left: none;
}

.field_table table tr th:last-child {
    border-right: none;
}

.field_table table tr td:first-child {
    border-left: none;
}

.field_table table tr td:last-child {
    border-right: none;
}

.field_table table tr .formclick {
    color: #21ade5;
    cursor: pointer;
}

.field_table table tr td img {
    display: inline-block;
}

.field_table .table_td_16 tr td {
    font-size: 16px;
}


.field2 .list {
    overflow: hidden;
    margin-top: 40px;
}

.field2 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.field2 .list ul li {
    width: 33.33%;
    padding: 0px 20px;
}

.field2 .list ul li .img {
    height: 200px;
}

.field2 .list ul li .img img {
    object-fit: cover;
    height: 100%;
}

.field2 .list ul li .link {
    display: block;
    background: #ebf0f5;
    height: 100%;
}

.field2 .list ul li .text {
    padding: 30px;
}

.field2 .list ul li .text strong {
    font-size: 16px;
    color: #4c4c4c;
}

.field2 .list ul li .text p {
    font-size: 18px;
    color: #272727;
    margin-top: 5px;
    line-height: 28px;
}


.field3 .list {
    overflow: hidden;
}

.field3 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.field3 .list ul li {
    padding: 0px 20px;
    width: 25%;
    margin-top: 40px;
}

.field3 .list ul li .icon {
    width: 172px;
    height: 172px;
    margin: 0 auto;
    position: relative;
}

.field3 .list ul li .icon .pic_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0;
}

.field3 .list ul li .icon .pic {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.field3 .list ul li .text h3 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.field3 .list ul li .text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.field3 .list ul li .link {
    height: 100%;
}

.field3 .list ul li .link:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    height: 3px;
    background: #009cd7;
}

.field3 .list ul li .link:hover .icon .pic_hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
}

.field3 .list ul li .link:hover .icon .pic {
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
}

.field3 .list ul li .link:hover:after {
    width: 100%;
}

.field3 .list ul li .link {
    display: block;
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.field3 .list ul li .link:hover h3 {
    color: #009cd7;
}

.product {
    display: flex;
    flex-direction: row;
}

.product .nav {
    width: 350px;
    flex: 0 0 auto;
    background: #f5f7fa;
    padding: 30px;
    min-height: 700px;
    height: 100%;
}

.product .nav h3 {
    font-size: 20px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.product .nav h3:after {
    content: '';
    background: #21ade5;
    height: 80%;
    width: 3px;
    position: absolute;
    left: 0px;
    top: 10%;
}

.product .link {
    margin-top: 20px;
}

.product .link a {
    display: block;
    padding-left: 15px;
    font-size: 16px;
    color: #666666;
    margin-top: 13px;
}

.product .link a br {
    display: none;
}

.product .link a:hover {
    color: #21ade5;
}

.product .fr {
    flex: 1;
    padding-left: 50px;
}

.productcon .had h2 {
    font-size: 38px;
    color: #272727;
}

.productcon .had h2 br {
    display: none;
}

.productcon .had .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.productcon .had .item .text h4 {
    font-size: 28px;
    color: #21ade5;
}

.productcon .had .item .text p {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 28px;
}

.productcon .had .item .text {
    width: 48%;
}

.productcon .had .item .img {
    width: 48%;
    text-align: center;
}

.productcon .had .item .img img {
    display: inline-block;
}

.productcon .had .item .img p {
    font-size: 16px;
    margin-top: 2px;
}

.productcon .feature {
    margin-top: 60px;
}

.productcon .feature .list {
    padding: 30px 0px;
    margin-top: 30px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.productcon .feature .list .text {
    position: relative;
}

.productcon .feature .list .text:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #dedede;
}

.productcon .feature .list .text p {
    font-size: 18px;
    color: #1a1a1a;
    width: 46%;
    background: url('../images/icon26.png') no-repeat left 5px;
    padding-left: 30px;
    margin: 12px 0px;
    line-height: 28px;
}

.productcon .feature .list .text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productcon .adva {
    margin-top: 60px;
}

.productcon .adva .item {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0px 20px;
}

.productcon .adva .item .text p {
    font-size: 18px;
    color: #1a1a1a;
    background: url('../images/icon27.png') no-repeat left 10px;
    padding-left: 24px;
    margin-bottom: 15px;
    line-height: 28px;
}

.productcon .adva .item .text p strong {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #666666;
}

.productcon .adva .item .text p strong em {
    color: #f00;
}

.productcon .adva .item .text {
    width: 48%;
}

.productcon .adva .item .img {
    width: 48%;
}

.productcon .adva .item .img a {
    display: block;
}

.productcon .adva .item .img a img {
    width: 100%;
}

.productcon .inform {
    margin-top: 60px;
}

.productcon .inform .tab_box {
    margin-top: 30px;
}

.productcon .inform .tab_tit {
    display: flex;
    flex-direction: row;
    background: #e9f2f6;
}

.productcon .inform .tab_tit span {
    flex: 1;
    font-size: 18px;
    color: #21ade5;
    padding: 14px 0px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.productcon .inform .tab_tit span.active:after {
    content: '';
    border: 10px solid;
    border-color: #21ade5 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -16px;
}

.productcon .inform .tab_tit span.active {
    background: #21ade5;
    color: #ffffff;
}

.productcon .inform .tab_con {
    margin-top: 20px;
}

.productcon .inform .tab_con tr th {
    background: #f5f7fa;
    border: 1px solid #dedede;
    font-weight: normal;
    padding: 16px 20px;
    font-size: 16px;
    color: #333333;
    border-top: 1px solid #e9f2f6;
}

.productcon .inform .tab_con tr td {
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 12px 10px;
    color: #1a1a1a;
}

.productcon .inform .tab_con tr td a img {
    display: inline-block;
}

.productcon .inform .tab_con .formclick {
    color: #21ade5;
    cursor: pointer;
}

.productcon .inform .tab_con .formclick:hover {
    text-decoration: underline;
}

.productcon .inform h6 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px;
}

.productcon .inform h6 span {
    color: #2a59a7;
    margin-right: 5px;
}

.productcon .data {
    margin-top: 60px;
}

.productcon .data .tab_box {
    margin-top: 30px;
}

.productcon .data .tab_tit {
    display: flex;
    flex-direction: row;
    background: #e9f2f6;
}

.productcon .data .tab_tit span {
    flex: 1;
    font-size: 18px;
    color: #21ade5;
    padding: 14px 0px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.productcon .data .tab_tit span.active:after {
    content: '';
    border: 10px solid;
    border-color: #21ade5 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -16px;
}

.productcon .data .tab_tit span.active {
    background: #21ade5;
    color: #ffffff;
}

.productcon .data .text {
    background: #f5f7fa;
    padding: 30px;
    margin-top: 20px;
}

.productcon .data .text h3 {
    font-size: 22px;
    color: #138cbc;
}

.productcon .data .text strong {
    display: block;
    font-size: 22px;
    color: #138cbc;
}

.productcon .data .text p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.productcon .data .text p img {
    height: auto !important;
}

.productcon .mate {
    margin-top: 60px;
}

.productcon .mate .list {
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

.productcon .mate .list a {
    display: block;
    border-bottom: 1px solid #dedede;
    font-size: 22px;
    display: block;
    color: #4c4c4c;
    padding: 20px 0px;
    position: relative;
    padding-right: 120px;
}

.productcon .mate .list a span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #21ade5;
    border: 1px solid #21ade5;
    border-radius: 30px;
    padding: 7px 20px;
    top: 50%;
    margin-top: -17px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.productcon .mate .list a:hover span {
    background: #21ade5;
    color: #fff;
}

.productcon .mate .list a:hover {
    color: #21ade5;
}

.productcon .interest {
    margin-top: 60px;
}

.productcon .interest .list {
    overflow: hidden;
}

.productcon .interest .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.productcon .interest .list ul li {
    padding: 0px 20px;
    width: 25%;
    margin-top: 20px;
}

.productcon .interest .list ul li .icon {
    width: 172px;
    height: 172px;
    margin: 0 auto;
    position: relative;
}

.productcon .interest .list ul li .icon .pic_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0;
}

.productcon .interest .list ul li .icon .pic {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.productcon .interest .list ul li .text h3 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.productcon .interest .list ul li .text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.productcon .interest .list ul li .link {
    height: 100%;
}

.productcon .interest .list ul li .link:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    height: 3px;
    background: #009cd7;
}

.productcon .interest .list ul li .link:hover .icon .pic_hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
}

.productcon .interest .list ul li .link:hover .icon .pic {
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
}

.productcon .interest .list ul li .link:hover:after {
    width: 100%;
}

.productcon .interest .list ul li .link {
    display: block;
    background: #ebf0f5;
    padding: 40px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.productcon .interest .list ul li .link:hover h3 {
    color: #009cd7;
}

.technology {
    padding: 40px 0px 80px;
}

.technology .text {
    margin-top: 30px;
}

.technology .text h3 {
    font-size: 30px;
    color: #21ade5;
}

.technology .text p {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 30px;
    margin-top: 20px;
}

.technology1 {
    background: url('../images/img20.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.technology1 .list {
    overflow: hidden;
}

.technology1 .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.technology1 .list ul li {
    width: 33.33%;
    padding: 0px 20px;
    margin-top: 20px;
}

.technology1 .list ul li .item {
    background: rgba(255, 255, 255, 0.92);
    padding: 50px 30px;
    text-align: center;
}

.technology1 .list ul li .item .icon {
    text-align: center;
}

.technology1 .list ul li .item .icon .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
}

.technology1 .list ul li .item .icon .img img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.technology1 .list ul li .item p {
    font-size: 22px;
    color: #21ade5;
    margin-top: 20px;
}

/* .technology1 .list ul li:hover .item .icon img { animation: bounceIn 0.8s 0.1s both;  } */
.technology1 .list ul li:hover .item p {
    animation: zfadeInUp 0.8s 0.2s both;
}

.technology2 .img {
    margin-top: 40px;
}

.technology2 .img img {
    margin: 0 auto;
}

.technology3 {
    margin-top: 80px;
}

.technology3 .list {
    border-top: 1px solid #dedede;
    margin-top: 30px;
}

.technology3 dl {
    border-bottom: 1px solid #dedede;
}

.technology3 dl dt {
    font-size: 20px;
    color: #272727;
    background: url('../images/icon33.png') no-repeat right center;
    cursor: pointer;
    padding: 20px 0px;
}

.technology3 dl dt.active {
    background: url('../images/icon34.png') no-repeat right center;
}

.technology3 dl dd {
    padding-bottom: 15px;
}

.technology3 dl dd p {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.technology3 dl dd p:after {
    content: '';
    color: #4c4c4c;
    background: #21ade5;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}

.technology4 {
    padding: 40px 0px 80px;
}

.technology4 .had p {
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 28px;
}

.technology4 .list {
    overflow: hidden;
    margin-top: 60px;
}

.technology4 .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.technology4 .list ul li {
    padding: 0px 20px;
    width: 25%;
}

.technology4 .list ul li .item {
    border-bottom: 1px solid #21ade5;
    height: 100%;
}

.technology4 .list ul li .icon {
    background: #f5f7fa;
    text-align: center;
    padding: 25px 0px;
}

.technology4 .list ul li .icon .img {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
}

.technology4 .list ul li .icon .img img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.technology4 .list ul li p {
    text-align: center;
    font-size: 18px;
    color: #272727;
    padding: 22px 0px;
}


.technology5 .img {
    text-align: center;
    margin-top: 50px;
}

.technology5 .img img {
    display: inline-block;
}

.technology6 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.technology6 .text {
    width: 53.6%;
    padding-right: 50px;
    border-left: 2px solid #2a59a7;
    padding-left: 30px;
}

.technology6 .list {
    margin-top: 20px;
}

.technology6 .list p {
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 12px;
    background: url('../images/icon25.png') no-repeat left center;
    padding-left: 20px;
}

.technology6 .img {
    width: 46.4%;
}

.technology7 {
    background: url('../images/img22.jpg') no-repeat center center;
    background-size: cover;
}

.technology7 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.technology7 .item .text {
    color: #fff;
    width: 40%;
}

.technology7 .item .text h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.technology7 .item .text h4 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.technology7 .item .text p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.technology8 .tab_box {
    margin-top: 50px;
}

.technology8 .tab_tit {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    flex-wrap: wrap;
}

.technology8 .tab_tit span {
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    padding: 18px 26px;
    cursor: pointer;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology8 .tab_tit span.active {
    background: #21ade5;
    color: #fff;
}

.technology8 .tab_con {
    display: flex;
    flex-direction: row;
    background: #fefefe;
    border: 1px solid #f0f0f0;
    border-top: none;
}

.technology8 .tab_con .list {
    width: 50%;
    background: #f5f7fa;
    /* display: flex; flex-direction: row;  */
}

.technology8 .tab_con .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f5f7fa;
    padding: 5px;
    width: 100%;
}

.technology8 .tab_con .list ul li {
    width: 50%;
    padding: 5px;
}

.technology8 .tab_con .list ul li .img img {
    width: 100%;
}

.technology8 .tab_con .list ul li p {
    text-align: center;
    margin-top: 10px;
}

.technology8 .tab_con .text {
    width: 50%;
    padding: 50px;
}

.technology8 .tab_con .text h3 {
    font-size: 24px;
    color: #272727;
}

.technology8 .tab_con .text p strong {
    display: block;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
}

.technology8 .tab_con .text p strong:after {
    content: '';
    background: #21ade5;
    position: absolute;
    left: 0px;
    width: 3px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
}

.technology8 .tab_con .text p {
    margin-top: 35px;
    font-size: 16px;
    line-height: 26px;
}

.technology8 h6 {
    font-size: 20px;
    color: #2ebced;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

.technology8 h6 a {
    border-bottom: 1px solid #2ebced;
    padding-bottom: 5px;
    color: #2ebced;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
}

.technology8 h6 a:hover {
    padding: 0px 20px;
    padding-bottom: 5px;
}

.technology9 .had p {
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 28px;
}

.technology9 .list {
    margin-top: 40px;
}

.technology9 .list dl {
    border-bottom: 1px solid #e6e6e6;
}

.technology9 .list dl dt {
    font-size: 20px;
    color: #333;
    padding: 28px 0px;
    background: url('../images/icon33.png') no-repeat right center;
    cursor: pointer;
    padding-right: 50px;
}

.technology9 .list dl dd .con {
    padding-bottom: 30px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.technology9 .list dl dd p {
    width: 50%;
    font-size: 16px;
    line-height: 26px;
}

.technology9 .list dl dd .img {
    width: 45.7%;
}

.technology9 .list dl dt.active {
    background: url('../images/icon34.png') no-repeat right center;
}

.technology10 {
    text-align: center;
}

.technology10 .img {
    margin: 0 auto;
    margin-top: 50px;
}

.entrust .had {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 40px;
}

.entrust .had p {
    font-size: 18px;
    line-height: 30px;
    color: #4c4c4c;
    margin-top: 20px;
}

.entrust .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
}

.entrust .item .text {
    width: 52.9%;
    padding-right: 10%;
    border-left: 2px solid #21ade5;
    padding-left: 30px;
    position: relative;
    padding-bottom: 60px;
}

.entrust .item .text h3 {
    font-size: 24px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.entrust .item .text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
}

.entrust .item .text .link {
    position: absolute;
    bottom: 0px;
    left: 30px;
}

.entrust .item .text .link a {
    background: #21ade5;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
}

.entrust .item .img {
    width: 47.1%;
}

.entrust1 {
    margin-bottom: 50px;
}

.entrust2 .list {
    margin-top: 60px;
    position: relative;
}

.entrust2 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.entrust2 .list ul li {
    text-align: center;
    flex: 1;
}

.entrust2 .list ul li .icon img {
    margin: 0 auto;
}

.entrust2 .list ul li p {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.entrust2 .list ul li i {
    width: 56px;
    height: 56px;
    background: #f5f7fa;
    border: 1px solid #dddddd;
    display: inline-block;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    z-index: 9;
}

.entrust2 .list:after {
    content: '';
    border-bottom: 1px dashed #d9d9d9;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 28px;
}

.entrust3 {
    margin-top: 80px;
}

.entrust3 .list {
    margin-top: 50px;
    overflow: hidden;
}

.entrust3 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.entrust3 .list ul li {
    width: 25%;
    padding: 0px 20px;
}

.entrust3 .list ul li .item {
    background: #ffffff;
    padding: 50px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
    border-bottom: 4px solid #009cd7;
}

.entrust3 .list ul li .item h3 {
    color: #333333;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.entrust3 .list ul li .item p {
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
    background: url('../images/icon54.png') no-repeat left 7px;
    padding-left: 15px;
}

.entrust3 .list ul li .item h6 {
    position: absolute;
    right: 40px;
    bottom: -100px;
    font-size: 200px;
    font-family: 'Arial';
    color: #f7fbfe;
    font-style: italic;
    z-index: -1;
}

.advantage .list {
    margin-top: 40px;
    border-top: 1px solid #dedede;
}

.advantage .list dl {
    border-bottom: 1px solid #dedede;
}

.advantage .list dl dt {
    font-size: 20px;
    color: #272727;
    padding: 20px 0px;
    background: url('../images/icon33.png') no-repeat right center;
    padding-right: 60px;
    cursor: pointer;
}

.advantage .list dl dt.active {
    background: url('../images/icon34.png') no-repeat right center;
}

.advantage .list dl dd {
    padding-bottom: 20px;
}

.advantage .list dl dd p {
    font-size: 16px;
    background: url('../images/icon25.png') no-repeat left center;
    padding: 5px 0px;
    padding-left: 15px;
}

.advantage1 .list {
    margin-top: 30px;
}

.advantage1 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantage1 ul li {
    width: 47%;
}

.advantage1 ul li h3 {
    font-size: 24px;
    color: #333333;
}

.advantage1 ul li strong {
    font-size: 16px;
    color: #4c4c4c;
    display: block;
    margin-top: 10px;
}

.advantage1 ul li .img {
    text-align: center;
    border: 1px solid #dedede;
    padding: 50px 30px;
    margin-top: 30px;
}

.advantage1 ul li .img img {
    margin: 0 auto;
}

.advantage1 .text {
    margin-top: 20px;
}

.advantage1 .text p {
    background: url('../images/icon54.png') no-repeat left 10px;
    padding-left: 18px;
    margin-top: 10px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
}

.advantage2 .list {
    margin-top: 40px;
    border-top: 1px solid #dedede;
}

.advantage2 .list dl {
    border-bottom: 1px solid #dedede;
}

.advantage2 .list dl dt {
    font-size: 20px;
    color: #272727;
    padding: 20px 0px;
    background: url('../images/icon33.png') no-repeat right center;
    padding-right: 60px;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
}

/* .advantage2 .list dl dt:before { content: 'Q1：'; color: #21ade5; position: absolute; left: 0px; top: 20px; } */
.advantage2 .list dl dt span {
    color: #21ade5;
    position: absolute;
    left: 0px;
    top: 20px;
}

.advantage2 .list dl dt.active {
    background: url('../images/icon34.png') no-repeat right center;
}

.advantage2 .list dl dd {
    padding-bottom: 20px;
}

.advantage2 .list dl dd p {
    font-size: 16px;
    padding: 5px 0px;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
    padding-left: 56px;
}

.advantage2 .list dl dd p:before {
    content: 'A：';
    font-size: 18px;
    color: #2a59a7;
    position: absolute;
    left: 30px;
    top: 5px;
}


.advantage2_mt {
    margin-top: 60px;
}


.craft .had {
    margin-top: 30px;
}

.craft .had p {
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 28px;
}

.craft .list {
    margin-top: 40px;
}

.craft .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.craft .list ul li {
    width: 48%;
    background: #f0f2f5;
}

.craft .list ul li .img img {
    width: 100%;
}

.craft .list ul li .text {
    padding: 30px;
}

.craft .list ul li .text h3 {
    font-size: 24px;
    color: #333333;
}

.craft .list ul li .text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    color: #333333;
}

.craft1 .list {
    overflow: hidden;
    margin-top: 60px;
}

.craft1 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.craft1 .list ul li {
    width: 33.33%;
    padding: 20px;
}

.craft1 .list ul li .icon {
    background: #fff;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.craft1 .list ul li .icon .img {
    width: 74px;
    height: 74px;
    position: relative;
}

.craft1 .list ul li .icon .img img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.craft1 .list ul li .item {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}

.craft1 .list ul li .text {
    text-align: center;
    padding-top: 25px;
}

.craft1 .list ul li .text h3 {
    font-size: 24px;
    color: #333333;
}

.craft1 .list ul li .text p {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 10px;
}

.craft2 .had {
    margin-top: 20px;
}

.craft2 .had p {
    font-size: 18px;
    background: url('../images/icon25.png') no-repeat left center;
    padding-left: 15px;
    margin-top: 8px;
}

.control .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 80px;
}

.control .item .fl {
    width: 50%;
    padding-left: 30px;
    padding-right: 50px;
    border-left: 2px solid #1cb1e7;
}

.control .item .fl .text {
    margin-top: 20px;
}

.control .item .fl .text p {
    font-size: 16px;
    background: url('../images/icon25.png') no-repeat left center;
    padding-left: 16px;
    margin-top: 10px;
}

.control .item .fr {
    width: 50%;
}

.control .item .fr img {
    width: 100%;
}

.control1 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.control1 .item .img {
    width: 50%;
}

.control1 .item .img img {
    width: 100%;
}

.control1 .item .text {
    width: 45%
}

.control1 .item .text h3 {
    font-size: 24px;
    color: #21ade5;
}

.control1 .item .text p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    margin-top: 25px;
}

.control2 .img {
    border: 1px solid #dedede;
    padding: 60px 20px;
    margin-top: 30px;
    text-align: center;
}

.control2 .img img {
    margin: 0 auto;
}

.control3 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.control3 .item .fl {
    width: 45%;
    padding-left: 30px;
    padding-right: 50px;
    border-left: 2px solid #1cb1e7;
}

.control3 .item .fl .text p {
    font-size: 16px;
    background: url('../images/icon25.png') no-repeat left center;
    padding-left: 16px;
    margin-top: 10px;
}

.control3 .item .fr {
    width: 55%;
}

.control3 .item .fr img {
    width: 100%;
}

.control3_table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 30px;
}

.control3_table tr th {
    background: #21ade5;
    font-size: 18px;
    color: #ffffff;
    padding: 15px 15px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    border-bottom: none;
}

.control3_table tr td {
    font-size: 16px;
    color: #666666;
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
}

.control3_table tr td strong {
    font-size: 14px;
    color: #666666;
}

.control3_table tr td:first-child {
    text-align: center;
}

.control3 .tab_box {
    margin-top: 50px;
    border: 1px solid #dedede;
}

.control3 .tab_box .tab_tit {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.control3 .tab_box .tab_tit span {
    background: #fff;
    border: 1px solid #dedede;
    flex: 1;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-left: none;
    border-top: none;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
}

.control3 .tab_box .tab_tit span img {
    margin-right: 10px;
}

.control3 .tab_box .tab_tit span.active {
    background: #f0f2f5;
}

.control3 .tab_box .tab_tit span:last-child {
    border-right: none;
}

.control3 .tab_box .tab_con ul {
    display: flex;
    flex-direction: row;
    padding: 1%;
    flex-wrap: wrap;
}

.control3 .tab_box .tab_con ul li {
    width: 18%;
    margin: 1%;
}

.events .list {
    overflow: hidden;
}

.events .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -13px;
    margin-right: -13px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.events .list ul li {
    padding: 0px 13px;
    margin-top: 26px;
    width: 33.33%;
}

.events .list ul li .link {
    display: block;
    background: #eff4f4;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.events .list ul li .text {
    padding: 20px;
}

.events .list ul li .text h3 {
    font-size: 20px;
    color: #000000;
}

.events .list ul li .text p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.events .list ul li .img {
    overflow: hidden;
}

.events .list ul li .img img {
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.events .list ul li .dow {
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    background: #21ade5;
    padding: 20px;
    color: #fff;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.events .list ul li .dow h3 {
    font-size: 24px;
}

.events .list ul li .dow p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.events .list ul li .dow h6 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.events .list ul li .dow h6 span:after {
    content: '';
    background: url('../images/icon67.png') no-repeat right center;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

@media screen and (min-width:1200px) {
    .events .list ul li .link:hover .dow {
        bottom: 0px;
    }

    .events .list ul li .link:hover .img img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}


.pagebox {
    text-align: center;
    position: relative;
}

.pagebox ul {
    line-height: 50px;
    margin-top: 50px;
}

.pagebox ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagebox ul li a {
    margin: 0px;
    font-size: 18px;
    color: #000;
    position: relative;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .page a {
    height: 40px;
    width: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .previous a {
    background: #fff url('../images/icon68.png') no-repeat center center;
    border: 1px solid #cecece;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .next a {
    background: #fff url('../images/icon69.png') no-repeat center center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    border: 1px solid #cecece;
}

.pagebox ul .previous a:hover {
    background: #21ade5 url('../images/icon68_m.png') no-repeat center center;
    border: 1px solid #f3f3f2;
}

.pagebox ul .next a:hover {
    background: #21ade5 url('../images/icon69_m.png') no-repeat center center;
    border: 1px solid #f3f3f2;
}

.pagebox ul li.first {
    display: none;
}

.pagebox ul li.last {
    display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
    color: #fff;
    background: #21ade5;
    border: 1px solid #21ade5;
}

.events_details .item {
    padding: 60px 0px 100px;
}

.events_details .item strong {
    display: block;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 20px;
}

.events_details .item h1 {
    font-size: 48px;
    color: #ffffff;
    margin-top: 12px;
}

.events_details .item p {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.events_details .item p span {
    margin-left: 20px;
}

.events_details_con {
    padding: 60px 0px 80px;
}

.events_details_con .con p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.events_details_con .con p strong {
    font-weight: bold;
}

.events_details_con .con p img {
    margin: 0 auto;
    height: auto !important;
}

.events_details_con .return {
    text-align: center;
    margin-top: 60px;
}

.events_details_con .return a {
    border: 1px solid #21ade5;
    padding: 12px 40px;
    border-radius: 30px;
    color: #21ade5;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
}

.events_details_con .return a:before {
    content: '';
    background: url('../images/icon70.png') no-repeat left center;
    width: 15px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.events_details_con .return a:hover {
    background: #21ade5;
    color: #fff;
}

.events_details_con .return a:hover:before {
    background: url('../images/icon70_m.png') no-repeat left center;
}

.events_qt .list ul li .text {
    padding: 30px;
}





.m_xl dl {
    position: relative;
    z-index: 77;
    width: 260px;
}

.m_xl dl dt {
    appearance: none;
    -webkit-appearance: none;
    background: url('../images/icon71.png') no-repeat 90% center;
    outline: none;
    border: 1px solid #dedede;
    text-align: left;
    position: relative;
    z-index: 3;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 30px;
    padding: 0px 30px;
    font-family: 'Arial';
}

.m_xl dl dd {
    display: none;
    left: 0px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 55px;
    width: 100%;
    z-index: 0;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 5px;
    font-family: 'Arial';
}

.m_xl dl dd a {
    display: block;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    padding: 8px 20px;
}

.m_xl dl dd a:hover {
    background: #21ade5;
    color: #fff;
}


.news .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news .had {
    background: #ebf0f5;
    margin-top: 40px;
}

.news .had .link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news .had .link .icon {
    margin-top: 25px;
}

.news .had .link .img {
    width: 50%;
    overflow: hidden;
}

.news .had .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news .had .link .text {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news .had .link .text strong {
    display: block;
    font-size: 16px;
    color: #333;
}

.news .had .link .text h3 {
    font-size: 30px;
    color: #333;
    margin-top: 10px;
    line-height: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news .had .link .text p {
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
}

.news .had .link:hover .text h3 {
    color: #21ade5;
}

.news .had .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.news .list ul li .link {
    display: block;
    padding: 35px 0px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news .list ul li .link .img {
    width: 296px;
    height: 169px;
    flex: 0 0 auto;
    overflow: hidden;
}

.news .list ul li .link .img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.news .list ul li .link .text {
    flex: 1;
    padding: 10px 35px 0px 35px;
    width: calc(100% - 296px);
}

.news .list ul li .link .text i {
    margin-top: 42px;
    display: block;
}

.news .list ul li .link .text strong {
    font-size: 16px;
    color: #999999;
    display: block;
}

.news .list ul li .link .text h3 {
    font-size: 22px;
    color: #333333;
    margin-top: 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news .list ul li .link:hover {
    background: #ebf0f5;
}

.news .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.news .list ul li .link:hover .text h3 {
    color: #21ade5;
    padding-left: 10px;
}

.data .list {
    margin-top: 20px;
}

.data .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data .list ul li {
    width: 49%;
    background: #f0f2f5;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.data .list ul li .img {
    width: 37.3%;
}

.data .list ul li .item {
    width: 62.7%;
    padding: 20px 0px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.data .list ul li .item .text strong {
    display: block;
    font-size: 14px;
    color: #272727;
}

.data .list ul li .item .text h3 {
    font-size: 22px;
    color: #272727;
    margin-top: 3px;
}

.data .list ul li .item .dow a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
}

.data .list ul li .item .dow .link1 {
    font-size: 16px;
    color: #4c4c4c;
    border: 1px solid #cccccc;
    display: inline-block;
}

.data .list ul li .item .dow .link2 {
    font-size: 16px;
    background: #21ade5;
    color: #fff;
    display: inline-block;
}

.data .list ul li .item .dow a:hover {
    text-decoration: underline;
}


.classroom .list ul li {
    margin-top: 30px;
}

.classroom .list ul li .link {
    display: flex;
    flex-direction: row;
    background: #f0f2f5;
    cursor: pointer;
}

.classroom .list ul li .img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.classroom .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.classroom .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.classroom .list ul li .fr {
    width: 50%;
    padding: 35px;
}

.classroom .list ul li .fr .text h3 {
    font-size: 24px;
    color: #333333;
}

.classroom .list ul li .fr .text strong {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 10px;
}

.classroom .list ul li .fr .con {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.classroom .list ul li .fr .con dl {
    flex: 1;
}

.classroom .list ul li .fr .con dl dt {
    font-size: 16px;
    color: #999999;
}

.classroom .list ul li .fr .con dl dd {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}

.classroom .list ul li .fr .dow h4 {
    font-size: 16px;
    color: #1cb1e7;
    margin-top: 20px;
    margin-bottom: 15px;
}

.classroom .list ul li .fr .dow p {
    background: url('../images/icon74.png') no-repeat left 9px;
    padding-left: 15px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 23px;
}

.literature .had {
    display: flex;
    flex-direction: row;
    background: #f0f2f5;
    align-items: center;
}

.literature .had .img {
    width: 30%;
}

.literature .had .text {
    width: 70%;
    padding: 65px;
}

.literature .had .text h3 {
    font-size: 30px;
    color: #272727;
}

.literature .had .text p {
    font-size: 17px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 28px;
}

.literature .m_tit {
    margin-top: 80px;
}

.literature .tab_tit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.literature .tab_tit span {
    border: 1px solid #dedede;
    padding: 10px 20px;
    margin: 6px;
    border-radius: 36px;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}

.literature .tab_tit span:hover {
    background: #21ade5;
    border: 1px solid #21ade5;
    color: #fff;
}

.literature .tab_tit span.active {
    background: #21ade5;
    border: 1px solid #21ade5;
    color: #fff;
}

.literature .tab_con {
    margin-top: 30px;
}

.literature .tab_con dl {
    margin-top: 20px;
}

.literature .tab_con dl dt {
    background: #ebf0f5 url('../images/icon33.png') no-repeat 98% center;
    padding: 16px 40px;
    font-size: 20px;
    color: #333333;
    position: relative;
    padding-right: 80px;
    cursor: pointer;
}

.literature .tab_con dl dt.active {
    background: #ebf0f5 url('../images/icon34.png') no-repeat 98% center;
}

.literature .tab_con dl dt span {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 20px;
    color: #21ade5;
}

.literature .tab_con dl dd {
    border: 1px solid #e6e6e6;
    padding: 10px 40px;
    padding-bottom: 30px;
    border-top: none;
}

.literature .tab_con dl dd p {
    font-size: 16px;
    line-height: 27px;
    margin: 20px 0px;
}

.literature .tab_con dl dd strong {
    font-weight: bold;
    color: #333;
}

.literature .tab_con dl dd a {
    color: #21ade5;
    border-bottom: 1px solid #21ade5;
    padding-bottom: 2px;
    cursor: pointer;
}


.about_box {
    position: relative;
}

.about_box:after {
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #f5f7fa;
    position: absolute;
}

.about .item {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 9;
}

.about .item .m_tit {
    width: 350px;
    flex: 0 0 auto;
}

.about .item .text {
    flex: 1;
    height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}

.about .item .text p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 30px;
}

.about .item .text p:last-child {
    margin-bottom: 0px;
}

.about .num {
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.about .num ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .num ul li h3 {
    text-align: center;
    font-size: 18px;
    color: #009cd7;
}

.about .num ul li h3 strong {
    color: #009cd7;
    font-size: 60px;
    font-weight: bold;
}

.about .num ul li h3 span {
    color: #009cd7;
    font-size: 48px;
}

.about .num ul li h3 sup {
    font-size: 20px;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.about .num ul li p {
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.about .vidbox {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.vidbox {
    position: relative;
    cursor: pointer;
    z-index: 9;
}

.vidbox #video1 {
    width: 100%;
    cursor: pointer;
    display: block;
}

.vidbox .vide_but {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('../images/icon75.png') no-repeat center center;
}

.about .dow {
    margin-top: 60px;
    z-index: 9;
    position: relative;
}

.about .dow .list {
    overflow: hidden;
    margin-top: 20px;
}

.about .dow .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.about .dow .list ul li {
    width: 25%;
    padding: 0px 20px;
    margin-top: 20px;
}

.about .dow .list ul li .con {
    background: #ffffff;
    padding: 50px 40px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.about .dow .list ul li .con .icon {
    text-align: center;
}

.about .dow .list ul li .con .icon .img {
    margin: 0 auto;
    display: block;
    width: 148px;
    height: 148px;
    position: relative;
}

.about .dow .list ul li .con .icon .img img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.about .dow .list ul li .con .text h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 25px;
}

.about .dow .list ul li .con .text p {
    font-size: 15px;
    color: #333333;
    margin-top: 10px;
    line-height: 22px;
}

.about .dow .list ul li .con:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 0%;
    bottom: 0px;
    height: 3px;
    background: #009cd7;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.about .dow .list ul li .con:hover:after {
    width: 100%;
}

.about1 {
    border-bottom: 1px solid #d1d1d1;
}

.about1 .tab_con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.about1 .tab_con .fl {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about1 .tab_con .fl .text h3 {
    font-size: 24px;
    color: #4c4c4c;
}

.about1 .tab_con .fl .text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.about1 .tab_con .fl .text p img {
    height: auto !important;
}

.about1 .tab_con .fr {
    width: 47%;
}

.about1 .tab_tit {
    margin-top: 40px;
}

.about1 .tab_tit span {
    font-size: 16px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.about1 .tab_tit span.active:after {
    content: '';
    background: #21ade5;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -15px;
}

.about1 .tab_tit span.active {
    color: #21ade5;
}


.history .list {
    background: #fff;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.04);
    margin-top: 40px;
    padding: 30px;
    border-radius: 5px;
    padding-bottom: 60px;
}

.history .list .time {
    margin-left: 6px;
    font-size: 16px;
}

.history .list ul {
    padding-left: 50px;
    position: relative;
}

.history .list ul:after {
    content: '';
    background: url('../images/icon81.png') repeat-y;
    width: 1px;
    top: 5px;
    left: 20px;
    position: absolute;
    height: 100%;
}

.history .list ul li {
    position: relative;
    padding-left: 80px;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    margin-top: 12px;
}

.history .list ul li strong {
    color: #009cd7;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.history .list ul li:before {
    content: '';
    background: url('../images/icon80.png') no-repeat left top;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -40px;
    top: 5px;
    z-index: 9;
}

.history .list ul li p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 31px;
}

.history .list ul li:last-child {
    border-bottom: none;
}

.history .open {
    margin-top: 30px;
    margin-left: 50px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.history .open:after {
    content: '';
    background: url('../images/open.png') no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.history .open.active {
    color: #009cd7;
}

.history .open.active:after {
    content: '';
    background: url('../images/open_1.png') no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


.story .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding-bottom: 80px;
}

.story .had .text {
    width: 48%;
    border-left: 2px solid #009cd7;
    padding-left: 30px;
}

.story .had .text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.story .had .text p:last-child {
    margin-bottom: 0px;
}

.story .had .text .con {
    height: 350px;
    padding-right: 20px;
    margin-top: 20px;
    overflow-y: auto;
}

.story .had .video {
    width: 46%;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.story .had .video #storyvid {
    width: 100%;
    display: block;
}

.story .had .video .video_but {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url('../images/icon82.png') no-repeat center center;
}

.story .list {
    margin-top: 30px;
}

.story .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story .list ul li {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
}

.story .list ul li .num {
    width: 150px;
    height: 150px;
    border: 1px dashed #009cd7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 40px;
    font-size: 18px;
    color: #009cd7;
}

.story .list ul li .num strong {
    font-size: 60px;
    color: #009cd7;
    font-weight: bold;
    font-family: 'Arial';
}

.story .list ul li .num span {
    font-size: 40px;
    color: #009cd7;
    font-weight: bold;
    margin-left: -3px;
}

.story .list ul li .num em {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 3px;
}

.story .list ul li .text h3 {
    font-size: 20px;
    color: #333333;
}

.story .list ul li .text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
}

.story1 {
    background: url('../images/img49.jpg') no-repeat center center;
    background-size: cover;
    padding: 170px 0px;
    position: relative;
}

.story1:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 100%;
}

.story1 .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.story1 .list ul li {
    width: 35%;
    text-align: center;
}

.story1 .list ul li .icon {
    text-align: center;
}

.story1 .list ul li .icon .img {
    width: 85px;
    height: 85px;
    position: relative;
    display: inline-block;
}

.story1 .list ul li .icon .img img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.story1 .list ul li h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 25px;
}

.story1 .list ul li p {
    font-size: 26px;
    color: #333333;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 40px;
}

.story1 .list ul li:hover h3 {
    animation: fadeInUp 0.8s 0.2s both;
}

.story1 .list ul li:hover p {
    animation: fadeInUp 0.8s 0.3s both;
}


.story2 .list {
    overflow: hidden;
    margin-top: 20px;
}

.story2 .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
}

.story2 .list ul li {
    width: 25%;
    padding: 0px 20px;
    margin-top: 20px;
}

.story2 .list ul li .item {
    background: #f5f7fa;
    border-radius: 5px;
    padding: 60px 30px;
    height: 100%;
    position: relative;
}

.story2 .list ul li .item .icon {
    text-align: center;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.story2 .list ul li .item .icon .img {
    width: 90px;
    height: 90px;
    position: relative;
}

.story2 .list ul li .item .icon .img img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.story2 .list ul li .item .text {
    text-align: center;
}

.story2 .list ul li .item .text h3 {
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
}

.story2 .list ul li .item .text p {
    font-size: 18px;
    color: #333333;
    margin-top: 12px;
    line-height: 28px;
}

.story2 .list ul li .item:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #009cd7;
    height: 3px;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.story2 .list ul li .item:hover:after {
    width: 100%;
}



.story3 .item {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    justify-content: space-between;
}

.story3 .item .text {
    width: 60%;
}

.story3 .item .text h3 {
    font-size: 30px;
    color: #272727;
}

.story3 .item .text p {
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
    line-height: 26px;
}

.story3 .item .text img {
    margin-left: -15px;
}

.story3 .item .text strong {
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    display: block;
}

.story3 .item .img {
    width: 30%;
}


.partner {
    padding: 100px 0px 0px;
    background-image: linear-gradient(0deg, #ecf1f5 0%, #fefeff 100%);
}

.partner .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.partner .had .m_tit {
    width: 25%;
}

.partner .had .text {
    width: 66%;
}

.partner .had .text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.partner .item {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.partner .item .list {
    border-left: 2px solid #21ade5;
    padding-left: 28px;
    width: 25%;
    height: 100%;
    padding-bottom: 100px;
    margin-top: 30px;
}

.partner .item .list ul li {
    padding-bottom: 30px;
}

.partner .item .list ul li strong {
    display: block;
    font-size: 20px;
    color: #333333;
}

.partner .item .list ul li p {
    font-size: 16px;
    margin-top: 5px;
}

.partner .item .img {
    width: 70%;
}

.partner-list1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0px 4px !important;
    opacity: 1;
    outline: none;
}

.partner-list1 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.partner1_swp {
    margin-top: 50px;
    padding-bottom: 60px;
}

.partner1_swp .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1px;
    border-left: 1px solid #d9d9d9;
}

.partner1_swp .swiper-slide p {
    height: 145px;
    width: 25%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.partner1_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccccc;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.partner1_swp .swiper-pagination-bullet-active {
    background: #21ade5;
}

.salary {
    text-align: center;
}

.salary h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.salary .img {
    text-align: center;
    margin-top: 50px;
}

.salary .img img {
    margin: 0 auto;
}

.salary1 .list {
    margin-top: 50px;
    overflow: hidden;
}

.salary1 .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -13px;
    margin-right: -13px;
    flex-wrap: wrap;
}

.salary1 .list ul li {
    width: 25%;
    padding: 0px 13px;
}

.salary1 .list ul li .item {
    background: #fff;
    height: 100%;
}

.salary1 .list ul li .item .img {
    overflow: hidden;
}

.salary1 .list ul li .item .img img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.salary1 .list ul li .item .text {
    padding: 30px;
    padding-top: 20px;
}

.salary1 .list ul li .item .text strong {
    display: block;
    text-align: center;
    font-size: 19px;
    color: #333333;
}

.salary1 .list ul li .item .text p {
    font-size: 15px;
    color: #4c4c4c;
    line-height: 23px;
    margin-top: 10px;
}

.salary1 .list ul li .item:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.salary2 .had {
    text-align: center;
}

.salary2 .list {
    overflow: hidden;
    margin-top: 20px;
}

.salary2 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.salary2 .list ul li {
    width: 33.33%;
    padding: 0px 20px;
    text-align: center;
    margin-top: 30px;
}

.salary2 .list ul li p {
    margin-top: 15px;
    font-size: 24px;
    color: #333333;
}

.salary2 .list ul li .item {
    border-bottom: 1px solid #21ade5;
    padding-bottom: 15px;
}

.salary2 .list ul li .item .img {
    overflow: hidden;
}

.salary2 .list ul li .item .img img {
    width: 100%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.salary2 .list ul li .item:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.salary3 {
    background: #f5f7fa;
    position: relative;
}

.salary3 .had {
    text-align: center;
    position: relative;
    z-index: 9;
}

.salary3 .circle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.salary3 .circle .li_1 {
    position: absolute;
    top: 5%;
    left: 10%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.salary3 .circle .li_2 {
    position: absolute;
    top: 22%;
    left: 12%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.salary3 .circle .li_3 {
    position: absolute;
    top: 3%;
    right: 12%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.salary3 .circle .li_4 {
    position: absolute;
    top: 38%;
    right: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.salary3.active .circle .li_1 {
    top: 10%;
    left: 10%;
}

.salary3.active .circle .li_2 {
    top: 16%;
    left: 12%;
}

.salary3.active .circle .li_3 {
    top: 8%;
    right: 12%;
}

.salary3.active .circle .li_4 {
    top: 30%;
    right: 0;
}

#certify {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

#certify .swiper-slide {
    width: 860px;
    height: 420px;
    background: #000;
}

#certify .swiper-slide img {
    opacity: 0.6;
}

#certify .swiper-slide-active img {
    opacity: 1;
}

.salary3_prev {
    background: url('../images/icon96.png') no-repeat right center;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    left: 115px;
}

.salary3_next {
    background: url('../images/icon97.png') no-repeat right center;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    right: 115px;
}



.join .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.join .had .search {
    width: 340px;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    padding-right: 70px;
}

.join .had .search .txt {
    width: 100%;
    padding: 5px;
    background: url('../images/icon98.png') no-repeat 10px center;
    padding-left: 40px;
    border-right: 1px solid #dedede;
}

.join .had .search .but {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 50px;
    padding: 0px 20px;
    background: none;
    font-size: 16px;
    color: #2a59a7;
}

.join .list {
    margin-top: 30px;
}

.join .list dl {
    margin-top: 10px;
}

.join .list dl dt {
    display: flex;
    flex-direction: row;
    height: 70px;
    align-items: center;
    cursor: pointer;
    background: #f0f2f5 url('../images/icon99.png') no-repeat 98% center;
    padding-right: 100px;
}

.join .list dl dt i {
    display: none;
}

.join .list dl dt.active {
    background: #f0f2f5 url('../images/icon100.png') no-repeat 98% center;
}

.join .list dl dt span {
    font-size: 18px;
    padding: 0px 10px;
}

.join .list dl dt .m1 {
    width: 30%;
    padding: 0px 20px;
}

.join .list dl dt .m2 {
    width: 23%;
}

.join .list dl dt .m3 {
    width: 23%;
}

.join .list dl dt .m4 {
    width: 24%;
}

.join .list dl dd {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 50px 30px;
    padding-top: 10px;
}

.join .list dl dd p {
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0px;
}

.join .list dl dd p strong {
    font-weight: bold;
    color: #21ade5;
    display: block;
    margin-top: 20px;
}

.join .list .tit {
    display: flex;
    flex-direction: row;
    height: 76px;
    align-items: center;
    border-bottom: 2px solid #0080cc;
    padding-right: 100px;
}

.join .list .tit span {
    font-size: 16px;
    padding: 0px 10px;
}

.join .list .tit .m1 {
    width: 30%;
    padding: 0px 20px;
}

.join .list .tit .m2 {
    width: 23%;
}

.join .list .tit .m3 {
    width: 23%;
}

.join .list .tit .m4 {
    width: 24%;
}


/* -- */
/* .nameform_box {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
} */


.nameform {
    background: #fff;
    /*     padding: 50px 80px;
    max-height: 96vh; */
    overflow-y: auto;
    position: relative;
}

.nameform h3 {
    font-size: 30px;
    color: #272727;
    text-align: left;
}

.nameform .list {
    margin-top: 20px;
}

.nameform .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nameform .list ul li {
    width: 48%;
    margin-top: 12px;
}

.nameform .list ul li.w_100 {
    width: 100%;
}

.nameform .list ul li label {
    font-size: 18px;
}

.nameform .list ul li .hint {
    color: #f00;
    margin-left: 8px;
    font-style: italic;
}

.nameform .list ul li label span {
    color: #e4002b;
}

.nameform .list ul li .txt {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 12px;
    font-size: 14px;
    margin-top: 12px;
    display: block;
}

.nameform .list ul li .radiobox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #investmentForm_contact_type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #investmentForm_contact_type p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.nameform .list ul li #investmentForm_contact_type input[type="checkbox"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.nameform .list ul li #investmentForm_contact_type input[type="checkbox"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}

.nameform .list ul li #litermentForm_contact_type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #litermentForm_contact_type p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.nameform .list ul li #litermentForm_contact_type input[type="checkbox"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.nameform .list ul li #litermentForm_contact_type input[type="checkbox"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}


.nameform .list ul li #classroomForm_contact_type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #classroomForm_contact_type p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.nameform .list ul li #classroomForm_contact_type input[type="checkbox"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.nameform .list ul li #classroomForm_contact_type input[type="checkbox"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}

.nameform .list ul li #investmentForm_source {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #investmentForm_source p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.nameform .list ul li #investmentForm_source input[type="checkbox"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.nameform .list ul li #investmentForm_source input[type="checkbox"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}

.nameform .list ul li #litermentForm_source {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #litermentForm_source p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.nameform .list ul li #litermentForm_source input[type="checkbox"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.nameform .list ul li #litermentForm_source input[type="checkbox"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}


.nameform .list ul li #classroomForm_source {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.nameform .list ul li #classroomForm_source p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.nameform .list ul li #classroomForm_source input[type="checkbox"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.nameform .list ul li #classroomForm_source input[type="checkbox"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}


.nameform .list ul li .radiobox p {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
}

.nameform .list ul li .radiobox p input[type="radio"] {
    background: url('../images/icon113.png') no-repeat center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

.nameform .list ul li .radiobox p input[type="radio"]:checked {
    background: url('../images/icon114.png') no-repeat center center;
}



.nameform .list ul li .sel {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 12px;
    font-size: 16px;
    margin-top: 12px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: url('../images/icon112.png') no-repeat 97% center;
}



.nameform .list ul .yzm {
    position: relative;
    padding-right: 150px;
    margin-top: 12px;
}

.nameform .list ul .yzm .txt {
    margin-top: 0px;
}

.nameform .list ul .yzm .ymz_pic {
    position: absolute;
    height: 45px;
    right: 0px;
    top: 0px;
    border: 1px solid #cccccc;
    cursor: pointer;
}


.nameform .list ul li .txtbox {
    height: 120px;
    width: 100%;
    margin-top: 12px;
    border: 1px solid #d9d9d9;
    padding: 12px;
    font-size: 14px;
}

.nameform .list ul li input[type="file"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.nameform .list ul li #attachments {
    border: 1px solid #d9d9d9;
    margin-top: 12px;
    height: 47px;
    position: relative;
    background: url('../images/icon102.png') no-repeat 96% center;
    cursor: pointer;
    cursor: pointer;
}


.nameform .check {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 22px;

}

.nameform .check a {
    color: #21ade5;
}

.nameform .check a:hover {
    text-decoration: underline;
}

.nameform .check label {
    cursor: pointer;
}

.nameform .check input[type="checkbox"] {
    background: url('../images/icon103.png') no-repeat left center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 8px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 10px;
}

.nameform .check input[type="checkbox"]:checked {
    background: url('../images/icon104.png') no-repeat left center
}

.nameform .but_an {
    margin-top: 20px;
}

.nameform .but_an .but {
    background: #21ade5;
    padding: 15px 80px;
    font-weight: bold;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-size: 16px;
}

.nameform .but_an .but:hover {
    background: #000;
}

.nameform .close {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.nameform .close img {
    width: 53px;
    height: 53px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.nameform .close:hover img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.contact .tab_box {
    margin-top: 40px;
}

.contact .tab_box .tab_tit span {
    font-size: 18px;
    color: #1a1a1a;
    position: relative;
    margin-right: 30px;
    padding-bottom: 15px;
    cursor: pointer;
}

.contact .tab_box .tab_tit span:last-child {
    margin-right: 0px;
}

.contact .tab_box .tab_tit span.active {
    color: #21ade5;
}

.contact .tab_box .tab_tit span.active:after {
    content: '';
    background: #21ade5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: 0px;
    left: 50%;
    position: absolute;
}

.contact .tab_con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.contact .tab_con .item {
    width: 50%;
    padding-left: 30px;
    border-left: 2px solid #21ade5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact .tab_con .item .text h3 {
    font-size: 24px;
    color: #272727;
    margin-bottom: 20px;
}

.contact .tab_con .item .text p {
    font-size: 17px;
    color: #4c4c4c;
    line-height: 28px;
    padding: 8px 0px;
    padding-left: 42px;
}

.contact .tab_con .item .text .add {
    background: url('../images/icon105.png') no-repeat left 8px;
}

.contact .tab_con .item .text .phone {
    background: url('../images/icon106.png') no-repeat left 8px;
}

.contact .tab_con .item .text .code {
    background: url('../images/icon107.png') no-repeat left 8px;
}

.contact .tab_con .item .text .mail {
    background: url('../images/icon108.png') no-repeat left 8px;
}

.contact .tab_con .item .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 17px;
}

.contact .tab_con .item .icon img {
    margin-right: 10px;
    cursor: pointer;
}

.contact .tab_con .img {
    width: 46.4%;
}

.contact1 .tab_tit {
    display: flex;
    flex-direction: row;
}

.contact1 .tab_tit span {
    font-size: 18px;
    color: #666666;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 14px 30px;
    margin-left: -1px;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.contact1 .tab_tit span.active {
    color: #21ade5;
    border: 1px solid #21ade5;
    position: relative;
    z-index: 3;
}

.contact1 .tab_tit span:hover {
    color: #21ade5;
    border: 1px solid #21ade5;
    position: relative;
    z-index: 3;
}

.contact1 .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.contact1 .had p {
    background: url('../images/icon111.png') no-repeat left center;
    padding-left: 25px;
}

.contact1 .tab_con_box {
    margin-top: -1px;
    position: relative;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

.contact1 .tab_con {
    height: 540px;
    overflow: hidden;
}

.contact1 .tab_con .img {
    width: 100%;
    height: 100%;
}

.contact1 .tab_con_add p {
    display: none;
}

.map_list {
    width: 100%;
    height: 100%;
}

.map_list img {
    max-height: none !important;
    max-width: none !important;
}

.BMapLabel {
    display: none !important;
}

.anchorBL {
    display: none;
}

.contact2 .had {
    text-align: center;
}

.nameform_con {
    padding: 0px;
    max-height: inherit;
}

.nameform_con .list ul li {
    margin-top: 15px;
    width: 48.6%;
}

.floaticon {
    right: 0px;
    top: 30%;
    position: fixed;
    z-index: 87;
    /* margin-top: -34px; */
    cursor: pointer;
}

.floating {
    width: 290px;
    position: fixed;
    right: -290px;
    bottom: 0px;
    background: #234c8f;
    border-top-left-radius: 30px;
    z-index: 87;
    overflow: hidden;
}

.floating h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #3a609e;
    padding: 10px 20px;
}

.floating h3 i img {
    margin-right: 10px;
}

.floating h3 strong {
    font-size: 18px;
    color: #fff;
}

.floating .text {
    padding: 10px 20px;
}

.floating .text p {
    display: flex;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
    color: #fff;
    margin: 8px 0px;
    line-height: 25px;
}

.floating .text p i {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.floating .text p a {
    color: #fff;
}

.floating .text p a:hover {
    text-decoration: underline;
}

.floating h6 {
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 18px 20px;
    color: #fff;
}

.floating h6 span {
    font-size: 14px;
}

.floating .colse {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.layui-layer {
    max-width: 1200px !important;
}

.contactform {
    height: 100%;
    padding: 80px;
    padding-right: 20px;
}

.contactform .contact2 {
    height: 100%;
    overflow-y: auto !important;
    padding-right: 30px;
}

.contactform .contact3 {
    height: 60vh;
}

.layui-layer-setwin .layui-layer-close2 {
    background: url('../images/icon101.png') no-repeat center center !important;
    right: 5px !important;
    top: 5px !important;
    width: 52px !important;
    height: 52px !important;
}

.m_vis {
    display: none;
}

.p_header {
    display: none;
}

.m_canvas {
    position: absolute;
    bottom: 26px;
    z-index: 9;
    text-align: center;
    width: 82px;
    height: 82px;
    left: 50%;
    margin-left: -41px;
    overflow: hidden;
}

.no-result-hint {
    margin-top: 50px;
}

.no-result-hint p {
    text-align: center;
    font-size: 16px;
}

#attachments {
    width: 100%;
    height: 45px;
}

/* 搜索 */

.msearch_box {
    border-top: 1px solid #dedede;
    background-image: linear-gradient(0deg, #ffffff 0%, #f5fbfe 100%);
    padding-bottom: 100px;
}

.msearch .item {
    width: 70%;
    margin: 0 auto;
}

.msearch .had {
    position: relative;
    text-align: right;
    margin-top: 30px;
}

.msearch .had .m_tit {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msearch .had .img img {
    display: inline-block;
}

.msearch .put {
    position: relative;
}

.msearch .put .txt {
    border: 1px solid #c2c2c2;
    padding: 15px;
    width: 100%;
    background: url('../images/search2.png') no-repeat 15px center;
    padding-left: 70px;
    padding-right: 140px;
}

.msearch .put .but {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 130px;
    height: 100%;
    background: #21ade5;
    font-size: 18px;
    color: #fff;
}

.msearch .tab_box {
    margin-top: 80px;
}

.msearch .tab_box .tab_had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
}

.msearch .tab_box .tab_had .tab_num {
    line-height: 45px;
}

.msearch .tab_box .tab_had .tab_tit {
    display: flex;
    flex-direction: row;
}

.msearch .tab_box .tab_had .tab_tit a {
    line-height: 45px;
    display: block;
    margin-left: 28px;
    font-size: 14px;
}

.msearch .tab_box .tab_had .tab_tit a.active {
    color: #0b97cf;
    position: relative;
}

.msearch .tab_box .tab_had .tab_tit a.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 1px;
    background: #21ade5;
    width: 100%;
}

.msearch .tab_box .list ul li {
    padding: 30px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.msearch .tab_box .list ul li strong {
    display: block;
    font-size: 16px;
    color: #000000;
}

.msearch .tab_box .list ul li .link {
    font-size: 22px;
    color: #232323;
    margin-top: 8px;
    display: block;
}

.msearch .tab_box .list ul li .link:hover {
    text-decoration: underline;
}

.msearch .tab_box .list ul li .link span {
    color: #ff2400;
}

.msearch .tab_box .list ul li .con {
    line-height: 26px;
    font-size: 16px;
    margin-top: 15px;
}

.msearch .tab_box .list ul li .con span {
    color: #ff2400;
}


.content_id {
    display: none;
}

.banner_prev {
    background: url('../images/icon11.png') no-repeat left center;
    width: 46px;
    height: 46px;
    opacity: 0.8;
    left: 30px;
    margin-top: -23px;
}

.banner_next {
    background: url('../images/icon12.png') no-repeat left center;
    width: 46px;
    height: 46px;
    opacity: 0.8;
    right: 30px;
    margin-top: -23px;
}

.policy {
    padding: 80px 0px;
}

.policy h1 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.policy p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    text-indent: 32px;
}

.policy ul li {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    margin-top: 5px;
}

.policy ul {
    margin-top: 15px;
    padding-left: 32px;
}

.policy ul li:before {
    content: '';
    background: #666;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 50%;
}

.policy h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}

.policy h3 {
    font-size: 18px;
    color: #21ade5;
    margin-top: 20px;
}

.policy dl {
    padding-left: 32px;
    margin-top: 20px;
}

.policy dl dt {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.policy dl dd {
    margin-top: 5px;
    font-size: 16px;
    line-height: 25px;
}

.policy b {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 32px;
    font-weight: bold;
    margin-top: 15px;
}