@charset "utf-8";
.fl {
    float: left;
}

.fr {
    float: right;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 111111s;
        -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;

}
/* 隐藏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;
    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;
    }
}


/* 公共部分样式开始 */

.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 50px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.head_zw {
    height: 100px;
}

.head_box {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_log img{
  height: 83px;
}
.head_nav {
    display: flex;
    align-items: center;
}

.head_nav_item {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}

.head_nav_itemdw {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: calc(100% + 180px);
    transform: translateX(-40px);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    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 {
    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: #4178d2;
}

.head_nav_item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #aaaaaa;
    transform: rotate(18deg) translateY(-50%);
}

.head_nav_item::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    width: 76%;
    height: 30px;
    border-radius: 15px;
    z-index: -1;
    transition: all .3s;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.head_nav .head_nav_item:hover::after {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#003487), to(#4178d2));
    transform: translate(-50%, -50%);
    background: -moz-linear-gradient(left, #003487 -40%, #4178d2);
    background: -ms-linear-gradient(left, #003487 -40%, #4178d2);
    background: -o-linear-gradient(left, #003487 -40%, #4178d2);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.head_nav .head_nav_item.active::after {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#003487), to(#4178d2));
    background: -moz-linear-gradient(left, #003487 -40%, #4178d2);
    background: -ms-linear-gradient(left, #003487 -40%, #4178d2);
    background: -o-linear-gradient(left, #003487 -40%, #4178d2);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-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 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 10px;
    color: #333;
    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(#003487), to(#4178d2));
}

.head_r {
    display: flex;
    align-items: center;
}

.head_lang>a {
    display: flex;
    align-items: center;
}

.head_lang span {
    margin-left: 12px;
    color: #333;
}

.head_lang img {
    display: block;
}

.head_mes {
    margin-left: 0px;
}

.head_mes>a {
    width: 105px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px transparent solid;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_mes>a::before {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(135deg, #4178d2, #003487);
    border-radius: 20px;
    z-index: -1;
}

.head_mes * {
    transition: all .3s;
}

.head_mes>a i {
    font-size: 20px;
    color: #4178d2;
    transform: translateY(3px);
}

.head_mes>a span {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

.head_mes:hover i {
    transform: scale(1.1) translateY(3px)
}

.head_mes:hover span {
    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;
}


/* 头部媒体查询 */

@media screen and (max-width: 1500px) {
    .head {
        padding: 0 25px;
    }
    .head_nav_item>a {
        padding: 0 18px;
		font-size: 15px;
    }
    .head_nav_itemdw {
        width: calc(100% + 160px);
        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: 70px;
    }
    .head_mes {
        display: none;
    }
    /* .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;
    transition: all .4s;
}

.mb_cha:hover {
    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: flex;
    justify-content: space-between;
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.click_zk a:first-child {
    box-sizing: content-box;
    /* padding-top: 10px; */
}

.click_zk a:last-child {
    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, #4178d2, #f1a573);*/
    background-image: -webkit-gradient(linear, 0% 0%, 130% 0%, from(#4178d2), to(#003487));
    background: -moz-linear-gradient(left, #4178d2 65%, #003487);
    background: -ms-linear-gradient(left, #4178d2 65%, #003487);
    background: -o-linear-gradient(left, #4178d2 65%, #003487);
}

.tlbg_box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tlbg_title {
    font-size: 22px;
    color: #fff;
}

.tlbg_nav {
    display: flex;
    align-items: center;
}

.tlbg_nav i {
    font-size: 13px;
    color: #fff;
    margin: 0 3px;
}

.tlbg_nav a {
    font-size: 14px;
    color: #fff;
}

.syicon {
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .tlbg_title {
        display: none;
    }
    .tlbg_nav {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: auto;
    }
    .tlbg_nav::-webkit-scrollbar {
        display: none;
    }
}


/* 内页tab */

.nytab {
    padding: 65px 0;
    display: flex;
    justify-content: center;
}

.nytab>a {
    width: 18%;
    border: 1px solid #d9d9d9;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin-right: 25px;
    transition: all .4s;
    text-align: center;
    justify-content: space-around;
}

.nytab>a:last-child {
    margin-right: 0;
}

.nytab_txt {
    font-size: 18px;
    color: #333;
}

.nytab>a:hover {
    border: 1px solid #4178d2;
}

.nytab>a.on {
    border: 1px solid #4178d2;
}

.nytab>a.on i {
    transform: scale(1.1);
}

.nytab_i i {
    color: #4178d2;
    -ms-color: #4178d2;
    -o-color: #4178d2;
    -moz-color: #4178d2;
    font-size: 46px;
    background-image: -webkit-gradient(linear, 100% 90%, 60% 20%, from(#003487), to(#4178d2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .4s;
}

.nytab>a:hover i {
    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;
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
    .nytab>a {
        width: 146px;
        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: #4178d2;
    }
    .nytab_i i {
        display: none;
    }
    .company_img {
        display: none;
    }
    .company_img1 {
        display: block;
        margin-top: 20px;
    }
}


/* 内页滚动按钮区 */

.company {
    position: relative;
    display: flex;
}

.company .company_deyuan {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -30px);
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #f2a973, #d64e7a);
    background: -moz-linear-gradient(top bottom, #f2a973, #4178d2);
    background: -ms-linear-gradient(top bottom, #f2a973, #4178d2);
    background: -o-linear-gradient(top bottom, #f2a973, #4178d2);
    text-align: center;
    line-height: 76px;
    cursor: pointer;
    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: #333333;
    padding: 90px 0 156px;
}

.company_title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.company_gd {
    margin-top: 35px;
    padding-right: 10%;
}

.company_gd .sly.zdy1 {
    height: 285px;
}

.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: 308px;
}


/* 小滚动条的样式 */

#vertical .scrollbar.zdy1 .handle {
    background-color: #4178d2;
    width: 100%;
}


/* 整体滚动条的左右位置和高度的设置 */

#vertical .example2.zdy1 .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
}


/* 文章大距离右侧的距离和高度(必须绝对值)背景颜色为 */

#vertical .example2.zdy1 .sly {
    margin-right: 5px;
    height: 308px;
    background: transparent;
}


/* 文章的内边距 */

#vertical .example2.zdy1 .sly>div {
    padding: 0 20px 0 0;
}

.zdy1_ct p {
    font-size: 14px;
    color: #b9b9b9;
    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: #4178d2;
}

.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: flex;
    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: 40%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #f2a973, #d64e7a);
    background: -moz-linear-gradient(left, #003487 -40%, #4178d2);
    background: -ms-linear-gradient(left, #003487 -40%, #4178d2);
    background: -o-linear-gradient(left, #003487 -40%, #4178d2);
    border-radius: 22px;
}

.anbg_bg_tx {
    width: 60%;
    margin-left: 4%;
    color: #b9b9b9;
}

@media screen and (max-width: 992px) {
    .company {
        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 10px!important;
    }
    .company_gd {
        padding: 0;
    }
    .company_title {
        font-size: 24px;
        text-align: center;
    }
    .anbg_bg_item {
        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;
    }
    .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: flex;
    flex-direction: column;
    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: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, 0% 0%, 130% 0%, from(#4178d2), to(#003487));
    background: -moz-linear-gradient(left, #4178d2 40%, #003487);
    background: -ms-linear-gradient(left, #4178d2 40%, #003487);
    background: -o-linear-gradient(left, #4178d2 40%, #003487);
    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: flex;
    justify-content: center;
}

.list_tab .list_tab_item {
    width: 14%;
    padding: 10px;
    text-align: center;
    border-radius: 31px;
    background-color: #fff;
    font-size: 16px;
    color: #777;
    margin: 0 8px;
    transition: all .4s;
    border: 1px solid #d1d1d1;
}

.list_tab .list_tab_item.on {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#003487), to(#4178d2));
    background: -moz-linear-gradient(left, #003487 -20%, #4178d2);
    background: -ms-linear-gradient(left, #003487 -20%, #4178d2);
    background: -o-linear-gradient(left, #003487 -20%, #4178d2);
    color: #fff;
    border: none;
}

.list_tab .list_tab_item:hover {
    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#003487), to(#4178d2));
    background: -moz-linear-gradient(left, #003487 -20%, #4178d2);
    background: -ms-linear-gradient(left, #003487 -20%, #4178d2);
    background: -o-linear-gradient(left, #003487 -20%, #4178d2);
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .list_tab .list_tab_item {
        width: 16%;
    }
}

@media screen and (max-width: 1200px) {
    .list_tab .list_tab_item {
        width: 18%;
    }
}

@media screen and (max-width: 992px) {
    .list_tab {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .list_tab {
        width: 100%;
        justify-content: flex-start;
        padding: 20px 0 5px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .list_tab .list_tab_item {
        width: 238px;
        margin-bottom: 10px;
        flex-shrink: 0;
    }
    /*  定位滚动条整体的大小及背景*/
    .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: #4178d2;
    }
    .cndns-right .cndns-right-meau.pc {
        display: none!important;
    }
}

.cndns-right .cndns-right-btn span {
    color: #000;
}

#baguetteBox-overlay .full-image figcaption {
    line-height: 3.8;
    background-image: -webkit-gradient(linear, -40% 0%, 60% 0%, from(#003487), to(#4178d2));
    color: #fff;
}

.btnsx {
    transition: all .3s
}

.btnsx:hover {
    transform: scale(.95)
}

@media screen and (max-width: 768px) {
    .boxflex {
        display: flex;
        justify-content: center
    }
}


/* 通用分页样式 */

.pages {
    height: 26px;
    padding: 5px 0;
    margin-top: 5px;
    clear: both;
    text-align: center;
    margin-bottom: 200px;
}

.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;
}

@media screen and (max-width: 768px) {
    .pages li a {
        padding: 5px 8px;
    }
}

.pages li a:hover {
    border: 1px solid #4178d2;
    background: #4178d2;
    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 #4178d2;
    background: #4178d2;
    color: #fff;
    border-radius: 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;
}

.dizhi_box {
    width: 80%;
}

* {
    touch-action: auto!important;
}

.zw_slybox {
    margin-bottom: -130px;
}

/* follow */
	.page-footer .follow {
		width: 90%;
	}
	.page-footer .follow .content {
		display: flex;
		align-items: center;
		margin-bottom: 25px;
		display: block;
	}
.icof {
		font-size: 24px;
		color: #666;
		margin-right: 10px;
		transition: all .3s;
	}
.icof1 {
		font-size: 20px;
		color: #666;
		margin-right: 10px;
		transition: all .3s;
	}
	.page-footer .follow .content .icon:hover {
		color: #fff;
	}
	.page-footer .follow .search {
		display: flex;
		height: 40px;
	}
	.page-footer .follow .search input {
		height: 100%;
		background: #747474;
		border: none;
		width: 80%;
		padding-left: 10px;
		color: #fff;
		font-size: 14px;
		transition: all .3s;
	}
	.page-footer .follow .search input::-webkit-input-placeholder {
		color: #222;
	}
	.page-footer .follow .search input:focus {
		background: #999;
	}
	.page-footer .follow .search button {
		width: 20%;
		background: #323232;
		color: #777;
		border: none;
		font-size: 24px;
		cursor: pointer;
	}
	.page-footer .follow .search button:active {
		opacity: .8;
	}
	/* logo */
	.page-footer .logo .pic {
		font-size: 16px;
		font-weight: 900;
		color: #fff;
		margin-bottom: 1.3rem;
		line-height: 28px;
	}
	.page-footer .logo .text {
		color: #777;
		margin-top: 1rem;
		font-size: 0.9rem;
	}
	.tz-subcribe input[type='email'] {
		width: 65%;
		height: 45px;
		font-size: 0.9rem;
		padding: 10px;
		display: block;
		float: left;
	}
	.tz-subcribe input[type='submit'] {
		width: 35%;
		height: 45px;
		background: #666;
		color: #ffffff;
		border: 0;
		text-align: center;
		padding: 10px;
		display: inline-block;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	/* --- copyright --- */
	.page-copyright {
		background: #222;
		height: 58px;
		line-height: 58px;
	}
	.page-copyright .wrap {
		display: flex;
		align-items: center;
		height: 58px;
		color: #565656;
		font-size: 0.9rem;
	}
	.page-copyright .right {
		margin-left: auto;
	}
	/* --- back --- */
	.page-back {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1
	}
	/* --- column --- */
	.page-column {
		display: flex;
		align-items: center;
		padding: 16px 80px 50px 0;
		margin-bottom: 32px;
		border-radius: 5px;
		overflow: hidden;
		transition: all .3s;
		position: relative;
	}
	.page-column .text {
		margin-bottom: 25px;
	}
	.page-column .text h2 {
		font-size: 36px;
		font-weight: bolder;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 15px;
		display: inline-block;
		position: relative;
		padding-bottom: 20px;
	}
	.page-column .text h2:after {
		content: "";
		width: 30%;
		height: 3px;
		background: #cfcfcf;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: all .3s;
		border-radius: 100px;
	}
	.page-column .text p {
		font-size: 16px;
		color: #999;
		line-height: 150%;
		margin-right: 1%;
	}
	.page-column .page-more {
		width: 190px;
	}
	.page-column .page-more i {
		margin-left: 10px;
	}
.follow .fot_title em, .follow .fot_title em a {
    
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
   
}


.follow .text {
    color: #d1d1d1;
    font-size: 12px;
    line-height: 22px;
	margin-bottom: 10px;
}

/*推荐产品  */

.cpxb {
    position: relative;
}

.cpxbbox_slide .cpxbbox_slidea {
    padding-top: 90px;
    display: flex;
}

.cpxbbox_slidea>div {
    width: 50%;
}

.cpxbbox_slidea_l {
    padding-right: 110px;
    display: flex;
    justify-content: flex-end;
}

.cpxbbox_slidea_r {
    padding-top: 50px;
}

.cpxbbox_slidea_rh {
    font-size: 48px;
    color: #333;
}

.cpxbbox_slidea_rp {
    margin-top: 30px;
    width: 60%;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
}

.cpxbbox_slidea_rp span {
    font-weight: 700;
    color: #333;
}

.cpxbbox_slidea_rm {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.cpxbbox_slidea_rm>div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    background-color: #106ecb;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbbox_slidea:hover .cpxbbox_slidea_rm>div {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.cpxbbox_slidea_rm>div>i {
    font-size: 24px;
    color: #fff;
}

.cpxbbox_slidea_rm span {
    margin-left: 15px;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    color: #d8d8d8;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbbox_slide_b {
    padding: 120px 0;
}

.cpxbboxb_container {
   
}

.cpxbboxb_slide .cpxbboxb_slidea {
/* padding: 40px 0 20px;*/
    display: block;
   
}

.cpxbboxb_slideat {
    overflow: hidden;
}

.cpxbboxb_slideat img {
    width: 95%;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbboxb_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cpxbboxb_slideab {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpxbboxb_slidea:hover 
{color:#083183;}
.cpxbbox_slide_bdw {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cpxb_pre,
.cpxb_next {
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    outline: none;
}

.cpxb_pre {
    left: 0;
}

.cpxb_next {
    right: 0;
}

.cpxb_pre i,
.cpxb_next i {
    font-size: 40px;
}

.tjcp {
   
    position: relative;
    z-index: 5;
}

.tjcp_tle {
    text-align: center;
}

.tjcp_tleh {
    font-size: 48px;
}

.tjcp_tlep {
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    text-transform: capitalize;
    color: #ccc;
}

.tjcp_ct {
    margin-top: 40px;
}

.tjcpkz {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;margin-bottom: 20px;
}

.cpxbboxb_pagination {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.tjcpkz_per,
.tjcpkz_next {
    outline: none;
}

.tjcpkz_per i,
.tjcpkz_next i {
    font-size: 26px;
    cursor: pointer;
}

.cpxbboxb_pagination span {
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.cpxbboxb_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 3px solid #333333;
    background-color: transparent;
}


@media (min-width: 1300px){
.container1 {
    width: 1270px;
}}
@media (min-width: 992px){
.container1 {
    width: 970px;
}}
@media (min-width: 768px){
.container1 {
    width: 750px;
}
	}
.container1, .container_1400 {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}




.foot_content {
  position: relative;
  background: url(../images/foot_bg.jpg) no-repeat center center;
	/*background: #333;*/
  background-size: cover;
}
.foot_top {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.foot_top .fot_logo {
  display: inline-block;
  margin-bottom: 0px;   
}.row.logod {
    position: absolute;
    top: 20px;
}
.foot_top .fot_logo img {
  max-width: 100%;
  height: 58px;
}
.foot_top .text {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 26px;
  font-style: italic;
  max-width: 80%;
  margin: auto;
}
.social_icons {
  list-style: none;
  padding-top: 0px;
}
.social_icons li {
  margin-right: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.social_icons li img {
  max-width: 25px;
  height: auto;
}
.footer {
  z-index: 6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .fot_title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.footer .fot_title em, .footer .fot_title em a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
}
.footer .fot_title em a:hover {
  text-decoration: none;
  color: #083183;
}
.footer ul {
  list-style: none;
}
.icon-minus-sign, .icon-plus-sign {
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-minus-sign:before, .icon-minus-sign:after, .icon-plus-sign:before, .icon-plus-sign:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 14px;
  height: 2px;
  margin: 2px 0;
}
.icon-plus-sign {
  width: 12px;
  height: 12px;
}
.icon-plus-sign:before, .icon-plus-sign:after {
  width: 12px;
}
.icon-plus-sign:after {
  transform: rotate(90deg) translate(-18px, 0px);
  -webkit-transform: rotate(90deg) translate(-18px, 0px);
}
.icon-minus-sign:before {
  transform: rotate(45deg) translate(3px, 0px);
  -webkit-transform: rotate(45deg) translate(3px, 0px);
}
.icon-minus-sign:after {
  transform: rotate(-45deg) translate(13px, -10px);
  -webkit-transform: rotate(-45deg) translate(13px, -10px);
}
.fot_title .column_icon_toggle {
  display: none;
}
.fot_mes {
  float: right;
  width: 50%;
  padding-right: 60px;
}
.fot_mes .text {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 22px;
}
.fot_mes ul {
  list-style: none;
  padding-top: 20px;
}
.fot_mes ul li {
  margin-bottom: 10px;
	width: 40%; float: left;margin-left: 10px;
}
.fot_mes ul li span {
  display: block;
  position: relative;
}
.fot_mes ul li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 5px;
  top: 5px;
}
.fot_mes ul li span:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.fot_mes ul li span.ms_p:after {
  background-image: url(../images/mes_p.png);
}
.fot_mes ul li span.ms_e:after {
  background-image: url(../images/mes_e.png);
}
.fot_mes ul li span.ms_n:after {
  background-image: url(../images/mes_n.png);
}
.fot_mes ul li span.ms_m:after {
  background-image: url(../images/mes_m.png);
}
.fot_mes ul li span.ms_p:before, .fot_mes ul li span.ms_n:before {
  display: none;
}
.fot_mes ul li input {
  background: transparent;
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: 'poppins';
  font-size: 12px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_mes ul li textarea {
  height: 70px;
  border: none;
  background: transparent;
  width: 100%;
  max-width: 100%;
  max-height: 70px;
  font-family: 'poppins';
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}li.wow.fadeInUp.meText.animated {
    width: 80%;
}
.fot_mes ul li input:focus, .send_box ul li textarea:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_mes ul li input:-ms-input-placeholder {
  color: #d1d1d1;
} /* Internet Explorer 10+ */
.fot_mes ul li input::-webkit-input-placeholder {
  color: #d1d1d1;
} /* WebKit browsers */
.fot_mes ul li input::-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 4 to 18 */
.fot_mes ul li input:-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 19+ */
.fot_mes ul li textarea:-ms-input-placeholder {
  color: #d1d1d1;
} /* Internet Explorer 10+ */
.fot_mes ul li textarea::-webkit-input-placeholder {
  color: #d1d1d1;
} /* WebKit browsers */
.fot_mes ul li textarea::-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 4 to 18 */
.fot_mes ul li textarea:-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 19+ */
.fot_mes .main_more {
  margin-top: 0;
  background: #083183;
  border-color: #083183;
}
.fot_mes .main_more input {
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
 background-image: url(../images/icon_send.png);
 background-position: 88% 13px;
}
.fot_tag {
  float: left;
  width: 23%;
  padding-right: 40px;
}
.fot_tag li {
  margin-bottom: 8px;
  float: left;
  width: 50%
}
.fot_tag li a {
  font-size: 12px;
  line-height: 24px;
  color: #d1d1d1;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fot_tag li a:hover {
  color: #083183;
}
.fot_nav {
  float: right;
  width: 100%;
  padding-right: 40px;
}
.fot_nav li {
  margin-bottom: 8px;margin: 0 19px;float: left;
	
}
.fot_nav li a {
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #d1d1d1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all .5s;
}
.fot_nav li a:hover {
  color: #083183;
}
.fot_con {
  float: left;
  width: 45%;
}
.fot_con .text {
  color:#f9ce03;
  font-size: 18px;
	font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.fot_con li {
  padding: 0;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #d1d1d1;
  line-height: 24px;
}
.fot_con li a {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 24px;
}
.fot_con li a:hover {
  color: #d1d1d1;
}
.fot_con li.fcon_a {
  background: url(../images/fot_a.png) no-repeat left 4px;
}
.fot_con li.fcon_e {
  background: url(../images/fot_e.png) no-repeat left 4px;
}
.fot_con li.fcon_p {
  background: url(../images/fot_p.png) no-repeat left 3px;
}
.fot_con li.fcon_f {
  background: url(../images/fot_f.png) no-repeat left 2px;
}
.fot_con li.fcon_m {
  background: url(../images/fot_w.png) no-repeat left 2px;
}
.foot_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copy {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.copy a {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.copy a:hover {
  color: #083183;
}
.friendly {
  padding-top: 5px;
}
.friendly p {
  text-transform: capitalize;
  display: inline-block;
  color: #858585;
}
.friendly a {
  display: inline-block;
  color: #858585;
  margin: 0 5px;
  font-size: 12px;
}
.friendly a:hover {
  color: #083183;
}
@media only screen and (max-width: 1230px) {
  .fot_con, .fot_nav, .fot_tag, .fot_mes {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 20px 0;
    margin: 0;
    border: none;
  }
  .footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_sub {
    width: 100%;
    padding: 0;
  }
  .footer .fot_title em, .footer .fot_title em a, .fot_letter .fot_sub .fot_title em {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .footer .fot_title span {
    display: none;
  }
  .footer .fot_title, .fot_letter .fot_sub .fot_title {
    display: block;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
  }
  .footer .fot_title .column_icon_toggle, .fot_letter .fot_sub .fot_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    font-style: normal;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
  }
  .footer .toggle_content, .fot_letter .toggle_content {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .foot_bot {
    margin-top: 0;
    border: none;
    padding-top: 10px;
  }
  .footer .fot_mes {
    display: none;
  }
  .foot_top {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
  }
  .foot_bot {
    padding-top: 0;
    border: none;
  }
  .foot_top .text {
    max-width: 100%;
  }
  .foot_top .fot_logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .foot_top {
    padding-bottom: 0;
  }
  .foot_top .text {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
  }
  .fot_tag li, .fot_nav li {
    margin-bottom: 2px;
  }
}
/*back-top*/
.back_top {
  width: 48px;
  height: 48px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  display: none;
  background: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.back_top:before {
  content: "TOP";
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  font-family: 'poppins_bold';
}
.back_top:hover {
  bottom: 61px;
  text-decoration: none;
  background: #00aa83;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.back_top:link {
  text-decoration: none;
}
.back_top:hover:before {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .back_top {
    right: 0;
    bottom: 120px;
    width: 40px;
    height: 40px;
  }
  .back_top:hover {
    bottom: 120px;
  }
  .back_top:before {
    font-size: 12px;
    line-height: 40px;
    font-family: 'poppins';
  }
}
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 55px;
  bottom: 20px;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: #083183 url(../images/online.png) no-repeat 15px center;
  height: 50px;
  width: 200px;
  float: right;
  line-height: 50px;
  color: #fff;
  padding-left: 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
#online_qq_tab #floatShow i {
  height: 40px;
  width: 68px;
  float: right;
  display: inline-block;
}
#online_qq_tab #floatShow:hover {
  margin-right: 0;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 13px;
  float: right;
  color: #808080;
  line-height: 50px;
  text-align: left;
  position: absolute;
  right: 10px;
  top: 10px;
}
#online_qq_tab #floatHide i {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
  text-decoration: none;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  border-top: none;
}
#online_qq_layer .inquiry .main_more {
  margin-top: 0;
  background: #083183;
  border-color: #083183;
}
#online_qq_layer .inquiry .main_more input {
  color: #fff;
  padding: 8px 0;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../images/icon_send.png);
  background-position: 88% 10px;
}
#onlineService .title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'poppins_bold';
}
#onlineService .title b {
  color: #083183;
  font-weight: normal;
  font-family: 'poppins_bold';
}
#onlineService .text {
  margin-bottom: 10px;
  color: #808080;
  line-height: 24px;
  font-size: 12px;
}
.i_message_inquiry {
  padding: 20px;
  background: url(../images/news_bg.jpg) no-repeat right center;
}
.i_message_inquiry .inquiry .form-control {
  border: 1px solid #efefef;
  background: none;
  line-height: 50px;
  height: 50px;
  color: #808080;
  font-size: 12px;
  width: 100%;
  box-shadow: none;
  padding-left: 40px;
}
.i_message_inquiry .inquiry .form-control:focus {
  color: #333;
  background: #fafafa;
}
.i_message_inquiry .inquiry .input-group {
  background: #fff;
  height: 32px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.i_message_inquiry .inquiry .input-group span {
  display: block;
  position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.i_message_inquiry .inquiry .input-group span.ms_n input {
  background-image: url(../images/mes_n_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p input {
  background-image: url(../images/mes_p_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e input {
  background-image: url(../images/mes_e_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
  height: 80px;
  padding-top: 10px;
  line-height: 20px;
  background-image: url(../images/mes_m_b.png);
  background-position: 8px 10px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
  display: none;
}
/*service*/
.online_section {
  position: fixed;
  z-index: 99999999;
  top: 200px;
  right: -220px;
  transition: all .3s ease;
}
.online_section ul li {
  border-radius: 25px 0 0 25px;
  list-style: none;
  width: 260px;
  height: 40px;
  color: #333;
  padding-left: 50px;
  margin-bottom: 3px;
  transition: all .5s ease;
  overflow: hidden;
  margin-bottom: 3px;
  line-height: 40px;
  font-size: 12px;
  border: 2px solid #083183;
  background: #fff;
  background-repeat: no-repeat;
}
.online_section ul li a {
  line-height: 40px;
  font-size: 12px;
  color: #333;
}
.online_section .online_p {
  background-image: url(../images/right_p.png);
  background-position: 10px 8px;
}
.online_section .online_e {
  background-image: url(../images/right_e.png);
  background-position: 10px 8px; /*background-color:#083183;border-color:#083183;*/
}
.online_section .online_s {
  background-image: url(../images/right_s.png);
  background-position: 10px 8px; /*background-color:#083183;border-color:#083183;*/
}
.online_section .online_w {
  background-image: url(../images/right_w.png);
  background-position: 10px 8px;
}
.online_section .online_code {
  background-image: url(../images/right_code.png);
  background-position: 10px 8px;
}
.online_section .online_code p {
  padding-left: 0;
  font-size: 12px;
  padding-top: 10px;
  line-height: 20px;
}
.online_code .image {
  width: 100%;
  padding: 5px 10px 10px;
}
.online_code .image img {
  max-width: 100px;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.online_code .image p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  padding-left: 10px;
}
/*.online_section .online_e a,.online_section .online_s a{color:#fff;}*/
@media only screen and (max-width: 768px) {
  .online_section {
    display: none;
  }
}
.mobile_nav {
  position: fixed;
  background: #083183;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 999999;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
  border-radius: 25px 25px 0 0;
}
.mobile_nav a {
  display: inline-block;
  width: 25%;
  padding: 0 10px;
  float: left;
  text-align: center;
  color: #fff;
}
.mobile_nav a i {
  font-size: 16px;
}
.mobile_nav a p {
  color: #fff;
  padding-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.mobile_nav a:nth-child(3) {
 /* float: right;*/
}
.mobile_nav a:nth-child(4) {
 /* float: right;*/
}
@media only screen and (max-width: 992px) {
  #service {
    display: none;
  }
  #onlineService01 {
    width: 150px;
  }
  .onlineMenu .call-top {
    padding: 8px 5px;
  }
  .onlineMenu .call-top p {
    font-size: 16px;
  }
  .onlineMenu ul {
    padding: 10px;
  }
  .onlineMenu .call > p {
    padding-left: 20px;
    font-size: 12px;
  }
  .onlineMenu .call > p a {
    font-size: 12px;
  }
  .onlineMenu .call > p.ser01, .onlineMenu .call > p.ser02, .onlineMenu .call > p.ser03, .onlineMenu .call > p.ser04, .onlineMenu .call > p.ser05 {
    background-size: 12px;
  }
  .back_top {
    width: 36px;
    background-size: 100%;
    height: 36px;
  }
  .back_top:before {
    line-height: 36px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {.row.logod{     position: none; 
    text-align: center;    position: inherit;}
  #online_qq_layer {
    right: 0;
  }
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
    bottom: 0;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: #083183 url(../images/mobile-inq.png) no-repeat center center;
    border-radius: 0;
    margin-right: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -25px;
    box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.8);
    -webkit-box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.8);
    border-radius: 50%;
    text-indent: -999999px;
    z-index: 9999999999;
  }
  #online_qq_tab #floatShow i {
    display: none;
  }
  #online_qq_tab #floatShow span {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .foot_bot {
    padding-bottom: 60px;
  }
  #onlineService .i_message_inquiry .main-more input {
    padding: 8px 20px;
  }
  .i_message_inquiry {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 375px) {
  .mobile_nav a p {
    text-transform: capitalize;
  }
  #online_qq_tab #floatShow {
    width: 42px;
    height: 42px;
    background-size: 42px;
    bottom: 10px;
    padding: 0;
    margin-left: -21px;
  }
}



/* 底部 */

.foot {
    background-color: #333333;
}

.foot_box {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.foot_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 127px;
    height: 127px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: translateY(-50%);
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.foot_img>img {
    transform: translateX(3px);
}

.foot_link {
    display: flex;
    justify-content: flex-end;
}

.foot_link_item {
    display: flex;
    align-items: center;
}

.foot_link_item a {
    font-size: 15px;
    color: #b9b9b9;
    transition: all .4s;
}

.foot_link_item a:hover {
    color: #fff;
}

.foot_link_item span {
    width: 1px;
    height: 14px;
    background-color: #484848;
    transform: rotate(14deg);
    margin: 0 19px;
}

.foot_link_item:last-child span {
    display: none;
}

.foot_lianxi {
    padding: 45px 0 65px;
    display: flex;
    border-bottom: 1px solid #484848;
}

.foot_lianxi_gs {
    width: 16%;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.foot_lianxi_fs {
    width: 50%;
}

.foot_lianxi_fs div {
    color: #b9b9b9;
    transition: all .4s;
    line-height: 28px;
}

.foot_lianxi_fs div:hover {
    color: #fff;
}

.foot_lianxi_ma {
    width: 38%;
    display: flex;
    justify-content: flex-end;
}

.foot_lianxi_ma>div {
    width: 35%;
    margin-left: 10px;
}

.copy {
    padding: 10px 0;
    display: flex;
    align-items: center;
    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 {
    transition: all .4s;
}

.copy_txt span:hover,
.copy_txt b:hover,
.copy_txt a:hover {
    color: #fff;
}

@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 {
        flex-wrap: wrap;
    }
    .foot_lianxi>div {
        width: 100%;
    }
    .foot_lianxi_ma {
        margin-top: 20px;
        justify-content: flex-start;
    }
    .copy_txt {
        display: flex;
        flex-wrap: wrap;
    }
    .copy_txt span,
    .copy_txt b,
    .copy_txt a {
        width: 100%;
    }
}

.main_title{margin-bottom:20px;text-align:center;position:relative;padding-top:20px;z-index:5;}
.main_title h6{display:block;color:#333333;text-transform:uppercase;font-size:24px;position:relative;line-height:38px;margin-bottom:15px;font-family:'poppins_bold';}
.s_title{font-size:20px;}
.main_title .line{width:42px;height:4px;background:#e59615;display:inline-block;}
.main_title .title_bg{display:block;color:#333333;font-size:120px;font-family:'poppins_bold';text-transform:uppercase;position:absolute;left:50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);top:0;text-align:center;line-height:100px;filter:alpha(opacity=5);-moz-opacity:0.05;opacity:0.05;z-index:-1;display:none}
.main_title .text{color:#999999;font-size:12px;line-height:24px;max-height:48px;overflow:hidden;margin:auto;margin-top:20px;max-width:60%;}
.main_more{border-radius:2px;border:2px solid #083183;display:inline-block;margin-top:30px;background:transparent;position:relative;z-index:2;overflow:hidden;}
.main_more:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#e59615;display:block;transform: scaleX(0);transition:all 0.5s ease 0s;transform-origin:0 0 0;z-index:-1;}
.main_more:hover:before{transform: scaleX(1);visibility:visible;}
.main_more a,.main_more input,.main_more button{font-family:'poppins_bold';font-size:12px;color:#e59615;display:inline-block;padding:12px 20px;padding-left:40px;line-height:18px;text-transform:uppercase;position:relative;z-index:2;border:none;background:url(../images/icon_plus.png) no-repeat 20px 18px;transition:all .5s;}
.main_more a:hover,.main_more input:hover,.main_more button:hover{text-decoration:none;color:#fff;background-image:url(../images/icon_plus_w.png);}
@media only screen and (max-width: 992px){.main_title .title{font-size:36px;line-height:42px;}}
@media only screen and (max-width: 768px){.main_title{margin-bottom:30px;padding-top:10px;}
.main_title h6{font-size:28px;line-height:32px;/*padding:0 40px;*/}
.main_title .title_bg{font-size:100px;line-height:80px;}
.main_title .text{max-width:100%;margin-top:10px;line-height:20px;max-height:40px;font-size:12px;}
.main_more{margin-top:20px;}
.main_title .line{height:2px;}}
@media only screen and (max-width: 480px){.main_title .text{font-size:12px;}
.main_more a, .main_more input, .main_more button{font-family:'poppins';padding:8px 18px;padding-left:30px;background-position:15px 12px;}}