@charset "utf-8";
:root {
    --themeColor: #007cc3;
    --themeColor2: #28b8d1;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

video{max-width: 100%;}

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}


/* 隐藏video 音量按钮 */

video::-webkit-media-controls-mute-button {
    display: none !important;
}


/* 隐藏video 当前按钮 */

video::-webkit-media-controls-current-time-display {
    display: none !important;
}


/* 隐藏video 总时间 */

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}


/* 隐藏video 全屏按钮 */

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #777;
    font-size: 16px;
}

a {
    font-size: 16px;
    color: #333;
}

a:hover {
    color: #fff;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 18px;
    color: #777;
    line-height: 26px;
    margin: 0;
}

#bsWXBox {
    overflow: hidden !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto !important;
    height: auto !important;
}


/* h1logo */

h1 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}


/* h2轮播图 */

h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}


/* h3模块分隔 */

h3 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}


/* h4盒子 */

h4 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}


/* h5段落*/

h5 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
}


/* h6自定义 */

h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}


/* 单一版心媒体查询修改最大最小宽度 */

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1400px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}
.text-wrap {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}


/* 公共部分样式开始 */

.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.head_zw {
    height: 100px;
}

.head_box {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.head_log img{max-height: 75px;}
.head_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    padding-right: 5%;
}

.head_nav_item {
    position: relative;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_nav_itemdw {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.head_nav_itemdw>a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #d1d1d1;
    font-size: 14px;
}

.head_nav_itemdw>a:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.head_nav_itemdw>a:first-child {
    margin-top: 12px;
    border-top: none;
}

.head_nav_itemdw>a:last-child {
    margin-bottom: 12px;
}

.head_nav_itemdw>a:hover {
    color: #007cc3;
}

.head_nav_item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #aaaaaa;
    -webkit-transform: rotate(18deg) translateY(-50%);
    -ms-transform: rotate(18deg) translateY(-50%);
    transform: rotate(18deg) translateY(-50%);
}

.head_nav_item::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 76%;
    height: 30px;
    border-radius: 15px;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_nav .head_nav_item:hover::after {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#28b8d1), to(#007cc3));
    background: -moz-linear-gradient(left, #28b8d1 -40%, #007cc3);
    background: -ms-linear-gradient(left, #28b8d1 -40%, #007cc3);
    background: -o-linear-gradient(left, #28b8d1 -40%, #007cc3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.head_nav .head_nav_item.active::after {
    /* background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#28b8d1), to(#007cc3)); */
    background: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#28b8d1), to(#007cc3));
    background: -moz-linear-gradient(left, #28b8d1 -40%, #007cc3);
    background: -ms-linear-gradient(left, #28b8d1 -40%, #007cc3);
    background: -o-linear-gradient(left, #28b8d1 -40%, #007cc3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.head_nav_item.active>a {
    color: #fff;
}

.head_nav_item:last-child::before {
    display: none;
}

.head_nav_item>a {
    padding: 0 40px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 30px;
    color: #333;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.head_nav_item.on>a {
    color: #fff;
}

.head_nav_item:hover>a {
    color: #fff;
}

.head_nav_item.on::after {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#28b8d1), to(#007cc3));
}

.head_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_lang>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_lang span {
    margin-left: 12px;
    color: #333;
}

.head_mes {
    margin-left: 45px;
}

.head_mes>a {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px transparent solid;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head_mes>a::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: -o-linear-gradient(315deg, #007cc3, #28b8d1);
    background: linear-gradient(135deg, #007cc3, #28b8d1);
    border-radius: 20px;
    z-index: -1;
}

.head_mes * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_mes>a i {
    font-size: 20px;
    color: #007cc3;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.head_mes>a span {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

.head_mes:hover i {
    -webkit-transform: scale(1.1) translateY(3px);
    -ms-transform: scale(1.1) translateY(3px);
    transform: scale(1.1) translateY(3px)
}

.head_mes:hover span {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.mb_btn {
    display: none;
    height: 100px;
    line-height: 100px;
    width: 60px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.mb_btn i {
    font-size: 26px;
    color: #333;
}

.head_lang img {
    display: none;
}


/* 头部媒体查询 */

@media screen and (max-width: 1500px) {
    .head {
        padding: 0 25px;
    }
    .head_nav_item>a {
        padding: 0 30px;
    }
    .head_nav_itemdw {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}

@media screen and (max-width: 1200px) {
    .head_nav {
        display: none;
    }
    .mb_btn {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .head_zw {
        height: 70px;
    }
    .head_box {
        height: 70px;
    }
    .head_log {
        width: 180px;
    }
    .head_mes {
        display: none;
    }
    .head_log img{max-height: 50px;}
}


/* 底部 */

.foot {
    background-color: #fff;
}

.foot_box {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.foot_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 127px;
    height: 127px;
    padding: 5px;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.foot_img>img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.foot_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.foot_link_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_link_item a {
    font-size: 15px;
    color: #333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.foot_link_item a:hover {
    color: #007cc3;
}

.foot_link_item span {
    width: 1px;
    height: 14px;
    background-color: #484848;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
    margin: 0 25px;
}

.foot_link_item:last-child span {
    display: none;
}

.foot_lianxi {
    padding: 45px 0 65px;
    display: block;
    border-bottom: 1px solid #484848;
}

.foot_lianxi_gs {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
	margin-bottom: 30px;
    color: #333;
}

.foot_lianxi_fs {
    width: 46%;
}

.foot_lianxi_fs div {
    color: #333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    line-height: 28px;
}

.foot_lianxi_fs div:hover {
    color: #007cc3;
}

.foot_lianxi_ma {
    width: 38%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.foot_lianxi_ma>div {
    width: 15%;
    margin-left: 10px;
}

.copy {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copy_txt {
    font-size: 14px;
    color: #999999;
}

.copy_txt a {
    font-size: 14px;
    color: #999999;
}

.copy_txt span,
.copy_txt b,
.copy_txt a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.copy_txt span:hover,
.copy_txt b:hover,
.copy_txt a:hover {
    color: #007cc3;
}

@media screen and (max-width: 992px) {
    .foot_img {
        display: none;
    }
    .foot_lianxi_gs {
        display: none;
    }
    .foot_lianxi>div {
        width: 50%;
    }
    .foot_link {
        display: none;
    }
    .copy_fx {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .foot_box {
        margin-top: 0;
    }
    .foot_lianxi {
        padding: 20px 0;
    }
    .foot_lianxi {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .foot_lianxi>div {
        width: 100%;
    }
    .foot_lianxi_ma {
        margin-top: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .copy_txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .copy_txt span,
    .copy_txt b,
    .copy_txt a {
        width: 100%;
    }
    /* .head_lang span {
        display: none;
    }
    .head_lang img {
        display: block;
    } */
}


/* 移动端展开导航 */

.nav_side {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    /* 等下改 */
    width: 0%;
    z-index: 9999;
}

.nav_lf {
    width: 40%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.nav_lf:hover {
    cursor: pointer;
}

.mb_cha {
    display: none;
    color: #fff;
    font-size: 60px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mb_cha:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nav_rt {
    width: 60%;
    height: 100%;
    background-color: #fff;
}

.nav_rt_list {
    margin: 40px 30px 0;
}

.list_zk li .list_zk_wz {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_zk i {
    width: 5%;
    text-align: center;
    font-size: 25px;
    color: #333;
}

.list_zk_wz a {
    width: 95%;
    color: #333;
}

.click_zk {
    display: none;
    background-color: #efefef;
    padding: 20px;
}

.click_zk a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px dotted #c1c1c1;
    font-size: 14px;
}

.click_zk a:first-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* padding-top: 10px; */
}

.click_zk a:last-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* padding-bottom: 20px; */
}

@media screen and (max-width: 768px) {
    .list_zk i {
        font-size: 20px;
        width: 10%;
    }
    .list_zk_wz a {
        width: 90%;
    }
}


/* 内页通栏背景 */

.tlbg {
    height: 80px;
    /*    background: linear-gradient(to right, #007cc3, #f1a573);*/
    background-image: -webkit-gradient(linear, 0% 0%, 130% 0%, from(#007cc3), to(#28b8d1));
    background: -moz-linear-gradient(left, #007cc3 65%, #28b8d1);
    background: -ms-linear-gradient(left, #007cc3 65%, #28b8d1);
    background: -o-linear-gradient(left, #007cc3 65%, #28b8d1);
}

.tlbg_box {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tlbg_title {
    font-size: 22px;
    color: #fff;
}

.tlbg_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tlbg_nav i {
    font-size: 13px;
    color: #fff;
    margin: 0 3px;
}

.tlbg_nav a {
    font-size: 14px;
    color: #fff;
}

.syicon {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .tlbg_title {
        display: none;
    }
    .tlbg_nav {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: auto;
    }
    .tlbg_nav::-webkit-scrollbar {
        display: none;
    }
}


/* 内页tab */

.nytab {
    padding: 65px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nytab>a {
    width: 13%;
    border: 1px solid #d9d9d9;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nytab>a:last-child {
    margin-right: 0;
}

.nytab_txt {
    font-size: 18px;
    color: #333;
}

.nytab>a:hover {
    border: 1px solid #007cc3;
}

.nytab>a.on {
    border: 1px solid #007cc3;
}

.nytab>a.on i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nytab_i i {
    color: #007cc3;
    -ms-color: #007cc3;
    -o-color: #007cc3;
    -moz-color: #007cc3;
    font-size: 46px;
    background-image: -webkit-gradient(linear, 100% 90%, 60% 20%, from(#28b8d1), to(#007cc3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nytab>a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.company_img1 {
    display: none;
}

@media screen and (max-width: 992px) {
    .nytab {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .nytab {
        width: 100%;
        padding: 30px 0 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
    .nytab>a {
        width: 120px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .nytab_txt {
        font-size: 14px;
    }
    /* .nytab::scrollbar {

        display: block;

    } */
    /*  定位滚动条整体的大小及背景*/
    .nytab::-webkit-scrollbar {
        width: 100%;
        height: 5px;
        background-color: #111111;
        border-radius: 5px;
    }
    /* 定义滚动条内阴影和圆角 */
    .nytab::-webkit-scrollbar-track {
        /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
        border-radius: 5px;
        /* background-color: #555; */
    }
    /* 定义滑块的内阴影和圆角 */
    .nytab::-webkit-scrollbar-thumb {
        border-radius: 5px;
        /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
        background-color: #007cc3;
    }
    .nytab_i i {
        display: none;
    }
    .company_img {
        display: none;
    }
    .company_img1 {
        display: block;
        margin-top: 20px;
    }
}


/* 内页滚动按钮区 */

.company {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.company .company_deyuan {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #007cc3, #28b8d1);
    background: -moz-linear-gradient(top bottom, #007cc3, #28b8d1);
    background: -ms-linear-gradient(top bottom, #007cc3, #28b8d1);
    background: -o-linear-gradient(top bottom, #007cc3, #28b8d1);
    text-align: center;
    line-height: 76px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.company_deyuan i {
    color: #fff;
    font-size: 42px;
}

.company .company_deyuan:hover {
    padding-top: 8px;
}

.company>div {
    width: 50%;
}

.company_txt {
    background-color: #f8f8f8;
    padding: 90px 0 90px;
}

.company_title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}

.company_gd {
    height: auto;
    margin-top: 35px;
    padding-right: 10%;
}

.company_gd>div {
    height: 100%;
}


/* 滚动条样式 */

.scrollbar.zdy1 {
    background: #111111;
    border-radius: 3px;
    border: none;
    border-top-color: rgb(197, 238, 50);
    line-height: normal;
}


/* 整体滚动条的宽度 */

#vertical .scrollbar.zdy1 {
    display: none;
    width: 5px;
}


/* 大滚动条的高度 */

#vertical .example2.zdy1 .scrollbar {
    height: 100%;
}


/* 小滚动条的样式 */

#vertical .scrollbar.zdy1 .handle {
    background-color: #007cc3;
    width: 100%;
}


/* 整体滚动条的左右位置和高度的设置 */

#vertical .example2.zdy1 .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}


/* 文章大距离右侧的距离和高度(必须绝对值)背景颜色为 */

#vertical .example2.zdy1 .sly {
    margin-right: 5px;
    height: auto;
    min-height: 500px;
    background: transparent;
}


/* 文章的内边距 */

#vertical .example2.zdy1 .sly>div {
    padding: 0 20px 0 0;
	position: relative!important;
}

.zdy1_ct p {
    font-size: 14px;
    color: #333;
    text-indent: 2rem;
}

.company_container {
    width: 100%;
    height: 100%;
}

.company_slide {
    width: 100%;
    height: auto;
    padding-right: 20px;
}

.company_slide p {
    font-size: 14px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-indent: 2rem;
}

.company_scrollbar {
    background-color: black;
}

.company_scrollbar .swiper-scrollbar-drag {
    background-color: #007cc3;
}

.company_img,
.company_img1 {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company_img>img {
    display: none;
}


/* 样式补充 */

.anbg_txt h3 {
    color: #fff;
}

.anbg_txt p {
    margin-top: 10px;
    font-size: 16px;
    color: #b9b9b9;
}

.anbg_box {
    margin-top: 40px;
    padding-right: 10%;
}

.anbg_box_bg {
    padding: 0 5%;
    border-radius: 10px;
    background-color: #222222;
    border: 1px solid #111;
}

.anbg_bg_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #111;
}

.anbg_box_bg .anbg_bg_item:last-child {
    border-bottom: none;
}

.anbg_bg_ty {
    width: 30%;
    padding: 0 10px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #f2a973, #d64e7a);
    background: -moz-linear-gradient(left, #28b8d1 -20%, #007cc3);
    background: -ms-linear-gradient(left, #28b8d1 -20%, #007cc3);
    background: -o-linear-gradient(left, #28b8d1 -20%, #007cc3);
    border-radius: 22px;
}

.anbg_bg_tx {
    width: 70%;
    margin-left: 4%;
    color: #b9b9b9;
}

@media screen and (max-width: 992px) {
    .company {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .company>div {
        width: 100%;
    }
    .company_img>img {
        display: block;
        width: 100%;
    }
    .company_deyuan {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .company_txt {
        padding: 30px 10px 30px!important;
    }
    .company_gd {
        padding: 0;
    }
    .company_title {
        font-size: 24px;
        text-align: center;
    }
    .anbg_bg_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .anbg_bg_item>div {
        width: 100%;
    }
    .anbg_box {
        padding: 0;
    }
    .anbg_txt h3 {
        font-size: 24px;
        text-align: center;
    }
    .anbg_txt p {
        text-align: center;
    }
    .anbg_bg_tx {
        margin: 0;
        padding-top: 10px;
    }
    .anbg_box {
        margin-top: 25px;
    }
    .anbg_bg_ty {
        font-size: 18px;
        height: 36px;
        line-height: 36px;
    }
    .anbg_bg_tx {
        font-size: 14px;
    }
    .anbg_bg_item {
        padding: 24px 0;
    }
}


/* 内页通栏背景区 */

.nytlbg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nytlbg_txt {
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nytlbg_txt h3 {
    color: #fff;
}

.nytlbg_txt p {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}

.nytlbg_nav {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, 0% 0%, 130% 0%, from(#007cc3), to(#28b8d1));
    background: -moz-linear-gradient(left, #007cc3 40%, #28b8d1);
    background: -ms-linear-gradient(left, #007cc3 40%, #28b8d1);
    background: -o-linear-gradient(left, #007cc3 40%, #28b8d1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: auto;
}

.nytlbg_nav::-webkit-scrollbar {
    display: none;
}

.nytlbg_nav i {
    font-size: 13px;
    color: #fff;
    margin: 0 4px;
}

.nytlbg_nav a {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .nytlbg_txt h3 {
        font-size: 24px;
    }
    .nytlbg_txt p {
        font-size: 14px;
    }
    .nytlbg {
        height: 168px;
    }
    .nytlbg_txt {
        height: 128px;
    }
    .nytlbg_nav {
        height: 40px;
    }
    .contactway_ly_title h4 {
        font-size: 20px;
        text-align: center;
    }
    .contactway>div {
        margin-top: 30px;
    }
    .contactway_ly_title p {
        font-size: 16px;
    }
    .contactway_ly_input input {
        font-size: 14px;
    }
    .contactway_ly_textarea textarea {
        font-size: 14px;
    }
}

input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #a9a9a9;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #a9a9a9;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #a9a9a9;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #a9a9a9;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #a9a9a9;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #a9a9a9;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #a9a9a9;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #a9a9a9;
}


/* 自定义横向滚动样式 */

.zdy1.container {
    width: 100%;
}


/* 内页tab */

.list_tab {
    padding: 80px 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_tab .list_tab_item {
    width: 8%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 31px;
    background-color: #fff;
    font-size: 16px;
    color: #777;
    margin: 0 8px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #d1d1d1;
	white-space: nowrap;
}

.list_tab .list_tab_item.on {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#28b8d1), to(#007cc3));
    background: -moz-linear-gradient(left, #28b8d1 -20%, #007cc3);
    background: -ms-linear-gradient(left, #28b8d1 -20%, #007cc3);
    background: -o-linear-gradient(left, #28b8d1 -20%, #007cc3);
    color: #fff;
    border: none;
}

.list_tab .list_tab_item:hover {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#28b8d1), to(#007cc3));
    background: -moz-linear-gradient(left, #28b8d1 -20%, #007cc3);
    background: -ms-linear-gradient(left, #28b8d1 -20%, #007cc3);
    background: -o-linear-gradient(left, #28b8d1 -20%, #007cc3);
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .list_tab .list_tab_item {
        width: 12%;height: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .list_tab .list_tab_item {
        width: 15%;
    }
}

@media screen and (max-width: 992px) {
    .list_tab {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .list_tab {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 0 5px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .list_tab .list_tab_item {
        width: 140px;
        margin-bottom: 10px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
			height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    /*  定位滚动条整体的大小及背景*/
    .list_tab::-webkit-scrollbar {
        width: 100%;
        height: 5px;
        background-color: #111111;
        border-radius: 5px;
    }
    /* 定义滚动条内阴影和圆角 */
    .list_tab::-webkit-scrollbar-track {
        /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
        border-radius: 5px;
        /* background-color: #555; */
    }
    /* 定义滑块的内阴影和圆角 */
    .list_tab::-webkit-scrollbar-thumb {
        border-radius: 5px;
        /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
        background-color: #007cc3;
    }
    .cndns-right .cndns-right-meau.pc {
        display: none!important;
    }
}

.cndns-right .cndns-right-btn span { color: #007cc3; }

#baguetteBox-overlay .full-image figcaption {
    line-height: 3.8;
    background-image: -webkit-gradient(linear, -40% 0%, 60% 0%, from(#28b8d1), to(#007cc3));
    color: #fff;
}

.btnsx {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btnsx:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

@media screen and (max-width: 768px) {
    .boxflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}


/* 通用分页样式 */

.pages {
    height: 26px;
    padding: 5px 0;
    margin-top: 5px;
    clear: both;
    text-align: center;
    margin-bottom: 100px;
}

.pages:after {
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}

.pages ul {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
}

.pages li {
    float: left;
    margin-right: 5px;
}

.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
    border-radius: 5px;
}

.pages li a:hover {
    border: 1px solid #007cc3;
    background: #007cc3;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    border-radius: 5px;
    padding: 5px 10px;
}

.pages .current a {
    border: 1px solid #007cc3;
    background: #007cc3;
    color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .pages li a {
        padding: 5px;
    }
}


/* 下方分享样式修改 */

.foot .bshare-custom .bshare-more.more-style-addthis {
    display: none;
}

.foot .bshare-custom .bshare-share-count {
    display: none;
}

.foot .bshare-custom>a {
    width: 30px;
    height: 30px;
    background-size: cover;
}

.ov {
    overflow: hidden;
}