body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Heiti SC", "ST Heiti", "华文黑体", "Microsoft YaHei", "雅黑体", SimHei, "黑体", sans-serif;
    color: #666;
}

*:focus {
    outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    border: 0
}

img {
    border: 0;
    max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

[hidden],
template {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

.c:before,
.c:after,
.w:before,
.w:after {
    content: " ";
    display: table;
}

.c:after,
.w:after {
    clear: both;
}

.c,
.w {
    zoom: 1;
    /*zoom<IE8*/
}

@media (min-width:1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) {
    html {
        font-size: 24px;
    }
}


/* 设置宽度为90% */

.w {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.w-1200 {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.disFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disFlexc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.disInlineb {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.over2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}


/*页头*/

.m-header {}

.top_wai {
    height: 90px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_wai li+li {
    margin-left: 40px;
}

.top_wai li .a {
    position: relative;
    overflow: hidden;
    display: block;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 90px;
}

.top_wai li .a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    display: block;
    height: 3px;
    background-color: #0095ef;
    transition: .3s;
}

.ss {
    position: relative;
    width: 85px;
    margin-left: 40px;
    transition: 1.03s;
}

.ss::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 17px;
    margin-top: -8.5px;
    background-color: #05b5e7;
}

.ss i {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 30px;
}

.ss i::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #ccc;
}

.ss input {
    width: 100%;
    height: 30px;
    padding-left: 33px;
    padding-right: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    outline: none;
    vertical-align: middle;
}

.ss.active {
    width: 200px;
}

.m-header .submenu {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.m-header .submenu .control {
    /* position: absolute;
    left: 0;
    top: -100%; */
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: transform 300ms 100ms;
    transition: transform 300ms 100ms;
    transform: translateY(-100%);
}

.m-header .submenu dl {
    position: relative;
    min-width: 220px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    text-align: center;
}

.m-header .submenu dl+dl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 38px;
    width: 1px;
    background-color: rgba(8, 166, 244, .1);
}

.m-header .submenu dl a {
    display: block;
}

.m-header .submenu dt {
    padding-bottom: 13px;
}

.m-header .submenu dt a {
    font-size: 16px;
    line-height: 36px;
    color: #08a6f4;
}

.m-header .submenu dd a {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.m-header .submenu dd a:hover {
    color: #08a6f4;
}

.m-header li:hover .a,
.m-header li.active .a {
    color: #08a6f4;
}

.m-header li:hover .a::before {
    bottom: 0;
}

.m-header li:hover .submenu {
    height: auto;
    z-index: 4;
}

.m-header li:hover .submenu .control {
    /* top: 0; */
    transform: translateY(0);
}

.bottom_wai {
    width: 100%;
    border-top: 2px solid #08a6f4;
    margin-top: 90px;
    position: relative;
}

.bottom_content_top {
    width: 1200px;
    margin: 0 auto;
    height: 286px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_content_buttom {
    width: 100%;
    height: 50px;
    background-color: #08a6f4;
    text-align: center;
}

.bottom_content_top_left {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.bottom_content_top_left .first_item {
    padding-left: 40px;
}

.bottom_content_top_left dl {
    /* width: 64px; */
    padding: 0 36px;
}

.bottom_content_top_left dl dt {
    color: #555555;
    /* font-size: 16px; */
    margin-bottom: 18px;
    font-weight: 700;
}

.bottom_content_top_left dl dd a {
    color: #999999;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
}

.bottom_ts dd {
    width: 155px;
    text-align: center;
    margin-left: -50px;
}

.dh {
    position: relative;
}

.dh div {
    margin-top: 54px;
    width: 295px;
    position: relative;
    left: -25px;
}

.dh div span {
    color: #666666;
    font-size: 16px;
}

.bottom_content_top_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 70px;
    align-items: center;
}

.bottom_content_top_bottom span {
    color: #666666;
    font-size: 16px;
}

.bottom_content_buttom {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #7fcfff;
}

.banner_wai {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.first img {
    width: 100%;
}

.swiper-slide>div:nth-child(1)>img {
    vertical-align: top;
}

.swiper-slide {
    position: relative;
}

.bannerdw {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    /* left: 50%;
    transform: translateX(-50%); */
}

.sj {
    width: 64px;
    height: 30px;
    border: 1px solid #82c374;
    border-radius: 15px;
    position: absolute;
    left: 22%;
    top: 21%;
    color: #ffd71c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}

.tb {
    position: absolute;
    left: 34%;
    top: 42%;
}

.tb div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tb div span {
    color: #ffffff;
    font-size: 24px;
}

.tb div img {
    width: 8px;
    height: 14px;
    margin-right: 20px;
}

.tb_1 {
    position: absolute;
    top: 47%;
    left: 48%;
    width: 210px;
    height: 50px;
}

.tb_1 img {
    width: 100%;
}

.hx {
    position: absolute;
    top: 39%;
    left: 47%;
}

.hx img {
    width: 110px;
}

.wz {
    position: absolute;
    color: #ffffff;
    font-size: 72px;
    top: 24%;
    left: 22%;
}

.wz p {
    font-size: 16px;
    text-align: center;
}

.ht {
    position: relative;
    height: 130px;
    width: 50%;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ht span {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    left: 14%;
    top: 50%;
    transform: translate(0, -50%);
}

.ht img {
    position: absolute;
    width: 26px;
    height: 30px;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%);
}

.baner_buttom {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 130px;
    display: flex;
    justify-self: start;
    align-items: center;
    z-index: 100;
}

.bottom_2 {
    width: 25%;
    height: 130px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
}

.buttom_2_1 {
    width: 40%;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #efefef;
    position: relative;
}

.buttom_2_1 div:nth-of-type(1) {
    width: 20px;
    height: 12px;
    margin-bottom: 5px;
}

.buttom_2_1 div:nth-of-type(2) {
    width: 20px;
    height: 12px;
    margin-top: 5px;
}

.xs {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
}

.xx {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) rotateZ(90deg);
}

.xx.swiper-button-next:after {
    font-size: 16px !important;
}

.xs.swiper-button-prev:after {
    font-size: 16px !important;
}

.buttom_2_2 {
    width: 60%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_3 {
    width: 25%;
    height: 130px;
    background-color: #08a6f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_3 span {
    color: #fff;
    font-size: 16px;
    margin-right: 42px;
}

.bottom_3 img {
    width: 24px;
    height: 30px;
}

.pagination {
    text-align: center;
}

.pagination_ge {
    color: #08a6f4;
    font-size: 24px;
}

.pagination_shi {
    color: #cccccc;
    font-size: 16px;
}

.index_first {
    margin: 0 auto;
    padding-top: 125px;
    display: flex;
    justify-content: flex-start;
    background: url(../imgs/introduce.png) no-repeat;
    background-size: 100%;
    background-position: -80px 35px;
    position: relative;
}

.index_first_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 600px;
    margin-left: 220px;
    margin-bottom: 90px;
}

.index_first_left_top>span:nth-of-type(1) {
    color: #929292;
    font-size: 24px;
}

.index_first_left_top_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: -50px;
}

.index_first_left_top_1 span {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
}

.index_first_left_top_1 img:nth-of-type(1) {
    margin-right: 20px;
}

.index_first_left_top_1 img:nth-of-type(2) {
    margin-left: 20px;
}

.index_first_left_top>span:nth-of-type(2) {
    color: #555555;
    font-size: 24px;
}

.index_first_left_center p {
    color: #666666;
    font-size: 18px;
    margin-top: 33px;
    line-height: 24px;
    width: 100%;
}

.index_first_left_center {
    width: 100%;
}

.index_first_left_bootom div a {
    display: inline-block;
    width: 161px;
    height: 47px;
    color: #ffffff;
    font-size: 16px;
    /* background: -webkit-linear-gradient( top, #08a6f4 0%, #05c3dd 100%); */
    border-bottom-right-radius: 15px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #08a6f4), color-stop(99%, #05c3dd));
}

.index_first_left_bootom {
    margin-top: 90px;
    position: relative;
    right: -61px;
}

.index_first_left_bootom_nei {
    text-align: center;
}

.index_first_left_bootom_nei a {
    text-align: center;
    line-height: 47px;
    position: relative;
}

.index_first_right {
    position: relative;
    margin-left: 40px;
}

.index_first_right .w {
    left: 40px;
    width: 710px;
    margin-top: 64px;
}

.video {
    position: absolute;
    top: 35px;
    left: 433px;
}

.video1 {
    position: absolute;
    top: 135px;
    right: -68px;
}

.shuxian {
    position: absolute;
    left: 0;
    top: -570px;
}

.index_second_wai {
    width: 100%;
    background: url(../imgs/index_kj_bg.jpg) no-repeat;
    background-position: center 0;
}

.index_second {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 125px;
}

.index_secode_zi {
    display: inline-block;
    /* margin-top: 125px; */
    font-size: 48px;
    color: #333;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_second_content {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
}

.index_second_content_item {
    height: 444px;
    background-color: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    margin-top: 87px;
    margin-bottom: 62px;
    padding-bottom: 30px;
    position: relative;
    transition: all 0.5s;
}

.index_second_content_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.index_second_content_item_top {
    margin-top: 67px;
    text-align: center;
}

.index_second_content_item_top p:nth-of-type(1) {
    color: #333333;
    font-size: 26px;
}

.index_second_content_item_top p:nth-of-type(2) {
    color: #9a9a9a;
    font-size: 16px;
}

.index_second_content_item>span {
    margin-top: 15px;
    margin-bottom: 18px;
    color: #29a9f6;
    font-weight: 700;
}

.index_second_content_item_content {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yuan {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 1px solid #80d6f6;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.yuan span {
    color: #1fb6ef;
    font-size: 48px;
}

.index_secode_zi span:nth-of-type(2) {
    font-size: 24px;
    color: #333;
    font-weight: lighter;
}

.index_second>img {
    position: relative;
    top: -11px;
}

.index_second_content_item_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -49px;
    width: 96px;
    height: 96px;
    background-color: #08a6f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.index_second_content_item_logo img {
    width: 60px;
}

.index_second_content_item:hover .index_second_content_item_logo {
    background-color: #ffffff;
}

.index_second_content_item:hover {
    background-color: rgba(39, 178, 245, .8);
}

.index_second_content_item:hover .yuan {
    border-color: #abdef8;
}

.index_second_content_item:hover .index_second_content_item_top p {
    color: #fff;
}

.index_second_content_item:hover .index_second_content_item_content p a {
    color: #fff;
}

.index_second_content_item:hover .yuan span {
    color: #eaf7fe;
}

.index_third_top {
    width: 1200px;
    margin: 0 auto;
}

.index_third_wai {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.index_third {
    margin: 0 auto;
}

.index_third_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.index_third_wz>span:nth-of-type(1) {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
}

.index_third_wz>span:nth-of-type(2) {
    color: #333333;
    font-size: 24px;
    font-weight: 200;
}

.index_third_wz {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
}

.index_third_top img:nth-of-type(1) {
    position: relative;
    right: 20px;
    top: -33px;
}

.index_third_top img:nth-of-type(2) {
    position: relative;
    left: 20px;
    top: -33px;
}

.index_third_top {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
}

.index_third_tab_wz {
    color: #999999;
    font-size: 18px;
    width: 170px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    background-color: #fff;
    transition: all 0.5s;
}

.index_third_tab {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.index_third_tab_wz:nth-of-type(1) {
    top: -70px;
    left: 393px;
}

.index_third_tab_wz:nth-of-type(2) {
    top: -70px;
    right: 405px;
}

.tab_item {
    width: 525px;
    height: 375px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tab_item:hover {
    background: url(../imgs/tab_bg.jpg) no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
}

.swiper-slide-active {}

.tab_item:hover .tab_item_top>span:nth-of-type(1) {
    color: #fff;
}

.tab_item:hover .tab_item_top>span:nth-of-type(2) {
    color: #fff;
}

.tab_item:hover .tab_item_content {
    color: #fff;
}

.tab_item:hover .tab_item_content1 {
    color: #fff;
}

.tab_item:hover .tab_item_bottom span {
    color: #fff;
}

.tab_item_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
}

.tab_item_top>span:nth-of-type(1) {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    color: #08a6f4;
}

.tab_item_top>span:nth-of-type(2) {
    color: #999999;
    font-size: 16px;
    position: relative;
    top: 23px;
}

.tab_item_content {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    color: #333333;
    font-size: 24px;
}

.tab_item_content1 {
    margin-left: 40px;
    margin-top: 35px;
    color: #807f7f;
    font-size: 16px;
    margin-right: 40px;
}

.tab_item_bottom {
    padding-top: 30px;
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab_item_bottom img {
    margin-right: 10px;
    flex: 1;
    width: 80%;
}

.tab_item_bottom span {
    color: #999999;
    font-size: 18px;
}

.index_third_tab .index_third_tab_wz:hover {
    color: #07a7f3;
    border-color: #0597ef;
}

.index_third_tab .tabcurren {
    color: #07a7f3;
    border-color: #0597ef;
    cursor: pointer;
}

.scrollbar_wz {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 605px;
}


/* 公司简介 */

.gs {
    width: 1200px;
    margin: 0 auto;
}

.gs_wai {
    border-bottom: 1px solid #eeeeee;
}

.gs_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    /* background-color: pink; */
}

.gs_top_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gs_top_left span {
    color: #888888;
    font-size: 16px;
}

.gs_top_left .gs_top_left_ts {
    margin-left: 15px;
    color: #08a6f4;
}

.gs_top_right {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
}

.gs_top_left img {
    vertical-align: top;
}

.gs_top_right a {
    height: 60px;
    color: #444444;
    font-size: 16px;
    line-height: 60px;
}


/* 
.gs_top_right_ts {
    margin-right: 50px;
} */

.gs_top_right a:hover {
    border-bottom: 2px solid #08a6f4;
    color: #08a6f4;
}

.gs_content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gs_content_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gs_content_left p {
    width: 545px;
}

.gs_content_left_top h2 {
    font-style: normal;
    font-weight: 500;
    color: #333333;
    font-size: 36px;
}

.gs_content_left_to span {
    color: #555555;
    font-size: 24px;
    font-weight: 300;
}

.gs_content_left p {
    margin-top: 40px;
    color: #666666;
    font-size: 16px;
}

.gs_content_right {
    margin-left: 40px;
}

.gs_content_1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.gs_content_1 span:nth-of-type(1) {
    color: #333333;
    font-size: 24px;
}

.gs_content_1 span:nth-of-type(2) {
    color: #666666;
    font-size: 16px;
}

.gs_content_bottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 26px;
}

.gs_content_wai {
    margin: 0 auto;
    background: url(../imgs/gs_introduce.png) no-repeat;
    background-position: -112px 0;
}

.gs_content_bottom span {
    margin-top: 35px;
    color: #333333;
    font-size: 18px;
}

.gs_content_bottom div {
    text-align: center;
}

.gs_content_bottom1 {
    width: 163px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs_content_bottom1 img:nth-of-type(2) {
    margin-top: 20px;
}

.gs_content_bottom2 {
    width: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs_content_bottom2 img:nth-of-type(2) {
    padding-top: 20px;
}

.gs_content_bottom3 {
    width: 273px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs_content_bottom3 img:nth-of-type(2) {
    margin-top: 20px;
}

.gs_content_bottom4>img:nth-of-type(1) {
    /* position: relative;
    top: -15px; */
}

.gs_content_bottom4>span:nth-of-type(1) {
    margin-bottom: 20px;
}

.gs_content_bottom4 {
    width: 291px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs_content_bottom5 {
    width: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ts1 {
    margin-top: 10px;
}

.gs_content_bottom4 p {
    color: #999999;
    font-size: 16px;
}

.gs_content_bottom4 img:nth-of-type(1) {
    position: relative;
    top: 32px;
}

.gs_content_bottom4 span {
    position: relative;
    top: 28px;
}

.gs_content_bottom4 p:nth-of-type(1) {
    margin-top: 1px;
}

.gs_content_bottom5 span {
    margin: 0;
}

.gs_content_bottom5 span:nth-of-type(1) {
    margin-top: 20px;
}

.gs_content_bottom5 span:nth-of-type(2) {
    margin-top: 8px;
}

.gs_content_bottom5 span:nth-of-type(3) {
    margin-top: 8px;
}

.gs_content_bottom4 .tts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    top: 10px;
}

.gs_content_bottom5 .tts1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    top: 12px;
}

.banner_wai {
    width: 100%;
    position: relative;
}

.banner_wai>img {
    width: 100%;
    vertical-align: -webkit-baseline-middle;
}

.banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 42px;
}

.banner_wz {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.banner_wz>span:nth-of-type(1) {
    color: #fff;
    font-size: 48px;
}

.banner img:nth-of-type(1) {
    position: relative;
    top: -10px;
    left: -25px;
}

.banner img:nth-of-type(2) {
    position: relative;
    top: -10px;
    right: -25px;
}

.banner_wz>span:nth-of-type(2) {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.hzdw {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hzdw_top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.hzdw_top span:nth-of-type(1) {
    color: #333333;
    font-size: 36px;
}

.hzdw_top span:nth-of-type(2) {
    color: #333333;
    font-size: 24px;
    font-weight: 300;
}

.hzdw p {
    color: #333333;
    font-size: 18px;
    margin-top: 40px;
}

.hz_item {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.hz_item>img {
    width: 100%;
    object-fit: cover;
}

.hz_item_border {
    height: 230px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-self: start;
    margin-top: 35px;
}

.gs_top_right a {
    margin-left: 50px;
}

.gs_top_right .gs_top_right_ts {
    border-bottom: 2px solid #08a6f4;
    color: #08a6f4;
    font-weight: 700;
}

.kjfw {
    display: flex;
    justify-content: space-between;
}

.kjfw_left_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 114px;
    padding-top: 25px;
    background-color: #efefef;
    cursor: pointer;
}

.kjfw_left_item {
    width: 300px;
}

.item_title {
    color: #333333;
    font-size: 18px;
}

.kjfw_left_title {
    box-sizing: border-box;
}

.item_title_yw {
    color: #777777;
    font-size: 14px;
    margin-bottom: 10px;
}

.kjfw_left_title_detail {
    color: #888888;
    font-size: 16px;
}

.item_title_detail {
    width: 300px;
    height: 55px;
    background-color: #e9f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.kjfw_right_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kjfw_right {
    padding-top: 45px;
    padding-left: 70px;
    padding-right: 75px;
    flex: 1;
}

.kjfw_right_title {}

.kjfw_right_title>span:nth-of-type(1) {
    color: #08a6f4;
    font-size: 46px;
    font-style: italic;
    border-bottom: 1px solid #08a6f4;
    transition: all 0.5s;
}

.kjfw_right_title>span:nth-of-type(2) {
    color: #333333;
    font-size: 30px;
    border-bottom: 1px solid #08a6f4;
    height: 69px;
    line-height: 69px;
    padding-left: 20px;
    transition: all 0.5s;
}

.kjfw_right_content {
    margin-top: 38px;
}

.kjfw_right_content p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 60px;
}

.kjfw_right_content div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.schd_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 40px;
}

.schd_title>div {
    color: #333333;
    font-size: 36px;
}

.schd_title>span {
    color: #555555;
    font-size: 24px;
    font-weight: 300;
    margin-top: -10px;
}

.schd_title_content>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.schd_title_content_1 {
    margin-left: 24px;
    margin-right: 75px;
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.schd_title_content_1 span {
    color: #333333;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 24px;
}

.schd_title_content_1 p {
    color: #666666;
    font-size: 16px;
}

.schd_title_content_2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.schd_title_content_2 span {
    color: #666666;
    font-size: 48px;
    border-bottom: 2px solid #08a6f4;
    margin-top: 28px;
}

.schd_title_content_2 p {
    color: #999999;
    font-size: 18px;
}

.schd_buttom {
    text-align: center;
    margin-top: 40px;
}

.schd_buttom>ul>li {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.schd_buttom a {
    display: block;
    color: #444444;
    font-size: 18px;
}

.schd_buttom>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.schd_buttom li:not(:first-child) {
    margin-left: 10px;
}

.schd_buttom .curren {
    border: 1px solid #0da8f4;
}

.cjwt_item_top_content {
    color: #777777;
    font-size: 16px;
}

.cjwt_item_top_content p {
    color: #777777;
    font-size: 16px;
}

.cjwt_item_top_content span {
    color: #777777;
    font-size: 16px;
}

.cjwt_item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background-color: #ffffff;
    padding-left: 13px;
    padding-right: 20px;
}

.cjwt_item_top_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 84px;
    padding-right: 78px;
    background-color: #e2f5ff;
}

.cjwt_item_top div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zykt_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 50px;
}

.kt_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.kt_item_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.kt_item_content span {
    color: #333333;
    font-size: 18px;
}

.kt_item_content img {
    width: 7px;
}

.kt_item_content {
    border-bottom: 1px solid #0095ef;
}

.kt_item .fg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.5s;
}

.kt_item_top {
    position: relative;
    overflow: hidden;
    width: 370px;
    height: 275px;
}

.kt_item_top>img {
    vertical-align: middle;
}

.kt_item_top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kt_item_top .bofa {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s;
}

.kt_item:hover .fg,
.kt_item:hover .bofa {
    display: block;
    animation: fade 1s;
}

.schd_buttom ul li:hover {
    border: 1px solid #0da8f4;
}


/* .kt_item：hover .kt_item_top video {
    animation: move 2s;
} */

.news_content_item>a {
    margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_content_item>a>span {
    display: inline-block;
    padding: 0px 30px 25px 10px;
    width: 110px;
    height: 110px;
    color: #08a6f4;
    font-weight: 700;
    font-size: 72px;
    line-height: 110px;
    text-align: center;
    border: 1px solid #6bcaf8;
}

.news_content_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 16px;
    width: 100%;
}

.news_content_content>span {
    color: #333333;
    font-size: 18px;
    margin-top: 16px;
}

.news_content_content>p {
    color: #888888;
    font-size: 16px;
}

.news_content_content div {
    display: flex;
    justify-content: baseline;
    align-items: center;
    margin-top: 10px;
}

.news_content_content div p {
    flex: 1;
    border-bottom: 1px solid #dadada;
    transform: all 0.5s;
}

.news_content_content div span {
    color: #b7b7b7;
    font-size: 18px;
    margin-left: 10px;
}

.news_content_item:hover .news_content_content>span {
    color: #08a6f4;
    font-weight: 700;
}

.news_content_item:hover .news_content_content div p {
    border-color: #08a6f4;
}

.new_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_title {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news_title span {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.news_title_ts {
    margin-top: -10px;
}

.news_content_wai {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@keyframes move {
    0% {
        transform: scaleZ(1);
    }
    50% {
        transform: scaleZ(1.2);
    }
    100% {
        transform: scaleZ(1.5);
    }
}

@keyframes fade {
    0% {
        border-radius: 50%;
        opacity: 0.1;
        transform: rotateZ(90deg);
    }
    50% {
        border-radius: 50px;
        opacity: 0.7;
        transform: rotateZ(0deg);
    }
    100% {
        border-radius: 0px;
        opacity: 1;
    }
}

.news_content_top_1 {
    margin-left: 480px;
    border-bottom: 1px solid #08a6f4;
}

.news_content_top_1 span:nth-of-type(1) {
    color: #08a6f4;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
}

.news_content_top_1 .news_content_top_1_title {
    color: #333333;
    font-size: 18px;
    padding-left: 20px;
    /* border-bottom: 1px solid #08a6f4; */
    /* padding-bottom: 14px; */
}

.news_content_content_1 span {
    font-size: 16px;
    color: #777777;
}

.news_content_content_1 .news_content_content_1_ts {
    font-size: 16px;
    color: #0095ef;
}

.news_content_content_1 {
    margin-top: 20px;
}

.news_content_content_2 {
    margin-top: 20px;
    font-size: 16px;
}

.news_content_content_2 strong {
    font-weight: 700;
    color: #444444;
}

.news_content_content_2_ts1 {
    margin-top: 24px;
}

.news_content_content_3 strong {
    font-weight: 700;
    color: #444444;
}

.news_content_content_3 {
    font-size: 16px;
    color: #777777;
    margin-top: 20px;
}

.news_content_content_3 div span {
    font-size: 16px;
}

.news_content_content_4 span {
    color: #0095ef;
    font-size: 16px;
}

.news_content_content_4 {
    margin-top: 20px;
}

.news_content_content_4 img {
    width: 100%;
    margin-top: 35px;
}

.join_us_top {
    padding: 0 50px;
    display: grid;
    grid-template-columns: 252px 284px 499px 74px;
    background-color: #08a6f4;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}

.join_us_top div:nth-of-type(1) img,
.join_us_top div:nth-of-type(2) img {
    vertical-align: text-top;
    margin-right: 5px;
    width: 20px;
}

.join_us_top div:nth-last-of-type(1) img,
.join_us_top div:nth-last-of-type(2) img {
    vertical-align: text-bottom;
    margin-right: 5px;
    width: 20px;
}

.join_us_top div span {
    color: #ffffff;
    font-size: 16px;
}

.join_us_item {}

.join_us_item_top {
    display: grid;
    grid-template-columns: 252px 284px 499px 74px;
    height: 80px;
    line-height: 80px;
    background-color: #f6f6f6;
    padding: 0 50px;
    margin-top: 5px;
}

.join_us_item_top span {
    color: #666666;
    font-size: 16px;
}

.join_us_item_top>div>span {
    margin-right: 10px;
}

.join_us_item_top>div>img {
    vertical-align: text-top;
}

.join_us_item_bottom {
    height: 380px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 50px;
    padding-top: 50px;
}

.join_us_item_bottom_left>span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.join_us_item_bottom_right>span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.join_us_item_bottom_left {
    width: 520px;
}

.join_us_item_bottom_right {
    width: 490px;
}

.join_us_item_bottom p {
    color: #666666;
    font-size: 16px;
}

.join_us_item_bottom_left>div {}

.join_us_item_bottom_left div>span {
    font-style: italic;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.join_us_item_bottom_left div>p {
    font-style: italic;
    color: #08a6f4;
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
}

.join_us_item_bottom_left>div {
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
}


/* .concat_us_left .kong {
    width: 47%;
} */

.concat_wai {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-width: 1200px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.concat_left {
    width: 40%;
    background-color: #34b5f5;
}

.concat_left>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

.concat_right {
    position: relative;
    width: 60%;
    z-index: 6;
}

.concat_right img:nth-of-type(1) {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
}

.concat_right_db {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.kong {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    /* background-color: rgba(0, 0, 0, .9); */
}

.kong>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 3%;
}

.concat_us_left_dw>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box {
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.kong>div>span:nth-of-type(1) {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 3.2rem;
}

.kong>div>span:nth-of-type(2) {
    color: #fff;
    font-size: 0.8rem;
    margin-top: 0.6rem;
}

.kong>div>span:nth-of-type(3) {
    color: #fff;
    font-size: 0.8rem;
}

.kong>div>span:nth-of-type(4) {
    color: #fff;
    margin: 0.8rem 0 0.5rem 0;
}

.concat_us_left_dw>div {
    margin-top: 0.4rem;
}

.concat_us_left_dw {
    width: 16rem;
}

.concat_us_left_dw>div>span {
    color: #fff;
    font-size: 0.72rem;
    margin-left: 0.4rem;
    flex: 1;
}

.bottom_content_top_left dl:not(:nth-last-of-type(1)) {
    background: url(../imgs/bottom_sx.png) no-repeat;
    background-position: top right;
}

.bottom_content_top .bottom_content_top_left .bottom_ts {
    background-position: 145px 0px;
}

.kt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: .4rem;
    grid-column-gap: .6rem;
}

.kt_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kt_item video {
    width: 100%;
}

.kt_item_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 370px;
    height: 54px;
    overflow: hidden;
}

.ktwz {
    padding: 0 10px;
    text-align: center;
}

.index_third_tab_content {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.index_third_tab_content .swiper-button-prev {
    left: -50px;
}

.index_third_tab_content .swiper-button-next {
    right: -50px;
}

.bottom_content_top_left dd {
    margin-top: 10px;
}

.kjfw_left_title>a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bottom_content_top_left dd:hover a {
    color: #34b5f5;
}

.bottom_top {}

.bottom_top {
    width: 80px;
    position: absolute;
    bottom: 300px;
    right: 9%;
}

.bottom_content_top_left dl.teshu1 {
    position: relative;
    overflow: hidden;
}

.teshu1 img {
    width: 1px;
    position: absolute;
    right: 0;
    top: 16px;
}

.kjfw_left_title_detail .item_title_detail.active>a {
    color: #08a6f4;
}

.schd_box {
    width: 375px;
    height: 172px;
    overflow: hidden;
}

.schd_box img {
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_control {
    width: 100%;
}

.m-header .new_control>dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-header .new_control>dl>dt>a,
.m-header .new_control>dl>dd>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_submenu {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    /* width: 100%; */
    height: 0;
    background-color: rgba(255, 255, 255, .9);
}

.concat_right iframe {
    vertical-align: middle;
}

.kf {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}

.ku_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #08a6f4;
    width: 70px;
    height: 70px;
}

.ku_01 dd {
    color: #333333;
    font-size: 14px;
    color: #fff;
}

.ku_01:hover {
    background-color: #0095ef;
    transition: all 0.5s;
}

.ku_02 {
    /*margin-top: 5px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #dbdbdb;
    width: 70px;
    height: 70px;
    transition: all 0.5s;
}

.ku_02:hover {
    background-color: #ffffff;
}

.ku_02 dd {
    font-size: 12px;
    color: #123aaf;
}