﻿body {
    background-color: #FFFFFF
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.dasdadas {
    width: 8%;
    position: relative;
    left: -19%;
}

/*====================导航*********/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 29px 0px rgba(38, 184, 235, 0.3);
}

/*左侧logo*/
.header .left {
    width: 12%;
}

.header .left a img {

    margin-top: 7px;
}

.header .left .img2 {
    display: none;
}

.list_n_t_t {
    line-height: 21px;
}


/*右侧*/
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
}

.header .navbar_nav li {
    float: left;
    position: relative;
    display: block;
    font-weight: bold;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #1d8fcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 25px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000000;
    font-size: 16px;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 120%;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    left: -10%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    background: #1d8fcb;
}

/*白色背景的头部*/
.header.on {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.header.on .left .img1 {
    display: none;
}

.header.on .left .img2 {
    display: block;
}

.header.on .navbar_nav li a {
    color: #333;
}

.header.on .navbar_nav li:nth-child(5) a {
    color: white;
}

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}

.m_nav.open {
    transform: translateX(0);
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 80%;
    margin: 0 auto;
}

.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

#content {
    padding-bottom: 2rem;
    width: 61%;
    margin: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    .header {
        padding: 0 10px;
    }

    .header #navToggle {
        height: 100%;
        padding: 9px 15px;
        margin-right: -15px;
        display: inline-block;
        float: right;
        position: relative;
        left: 140%;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav {
        display: none;
    }

    .banner img {
        height: 600px;
        object-fit: cover;
    }
}


.news_p {
    width: 90%;
    text-align: center;
    position: relative;
    /* display: block; */
    color: #ffffff;
    top: 16rem;
    margin: auto;
}

.news_p p {
    font-size: 21px;
}


/* 关于我们 */
.about_bg {
    height: 31rem;
    width: 100%;
}

.about_bander {
    height: 31rem;
    width: 100%;
}

.about_bander h3 {
    width: 90%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 12rem;
    color: #ffffff;
}

.about_bander p {
    width: 45%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
    font-size: 19px;
    top: 15rem;
    color: #ffffff;
    line-height: 2;
}

.about_bg img {
    width: 100%;
    height: 100%;
}

.about_zhong {
    margin: 0 auto;
    justify-content: center;
    position: relative;
    width: 100%;
    display: flex;
}

.about_zz {
    width: 1100px;
}

.about_zz ul {
    width: 100%;
}

.about_zz ul li {
    width: 300px;
    float: left;
    height: 250px;
    margin-top: 10px;
    padding: 10px;
    margin-left: 1%;
    border: 2px solid #F9F2F4;
}

.about_zz ul li img {
    width: 65%;
    height: 227px;
    display: block;
    margin: auto;
}

.a_z_title {
    text-align: center;
    margin-top: 6rem;
    width: 92%;
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #000000;
    margin-bottom: 3.5625rem;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.about_nav_left {
    width: 234px;
    height: 250px;

    margin-top: 5rem;
    margin-right: 1.25rem;
    text-align: center;
}

.about_nav_left ul {
    text-align: center;
    padding-left: 0;
}

.about_nav_left ul li {
    text-align: center;
    padding-top: 1rem;
}

.about_nav_left ul li a {
    width: 100%;
    display: block;
    height: 4rem;
    border-top: 1px solid #EEEEEE;
    text-align: center;
    out-line: none;
    text-decoration: none;
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0rem;
    color: #666666;
}

.about_nav_left ul li a:hover {
    color: #1d8fcb;
    out-line: none
}

.licheng_img {
       height: auto;
    width: 100%;
    min-height: 50rem;
    text-align: center;
    margin-bottom: 20px;
}

.licheng_img img {
    width: 80%;
    height: 80%;
}

.list_jingli {
    width: 74.5625rem;
    height: 7rem;
    background-color: #fafafa;
    margin: 0 auto;
    text-align: center;
}

.r_flex {
    display: flex;
    justify-content: center;
}

.warp {
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

.yuanqiu {
    width: 20px;
    height: 20px;
    border: solid 4px #1d8fcb;
    border-radius: 50%;
    text-align: center;

}

.list_right {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #1e8fcb;
    text-align: center;
}

.shu_hr {
    width: 3px;
    height: 60px;
    background-color: #dbdbdb;
    margin: 0 auto;
    margin-top: 1rem;
}

.right_wen {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
}

/* cooperate */
.cooperaye_img {
    width: 265px;
    height: 107px;
    border: 2px solid #F9F2F4;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    display: inline-block;
}

.cooperaye_img img {
    width: 90%;
    height: 70%;
    margin-top: 19px;
    display: block;

    margin-left: 5%;
}

.gw_activ {
    color: #1d8fcb !important;
    border-right: 4px solid #1d8fcb;
}

.mar_b91 {
    margin-bottom: 91px;
}

/* honour */
.honour_img {
    width: 380px;
    height: 249px;
    background-color: #eee;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.honour_img img {
    width: 380px;
    height: 258px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.honour_xq {
    width: 570px;
    height: 80px;
    border: solid 1px #dcdcdc;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 19px;
    margin-left: 11px;
    margin-top: 23px;
}

.gw_fiex {
    display: flex;
    align-items: center;
    height: 100%;
}

.h_xq_left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 370px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-left: 29px;
    letter-spacing: 0px;
    color: #333333;
    flex: 1;
    margin-right: auto;
}

.h_xq_right {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    margin-right: 45px;
    letter-spacing: 0px;
    color: #2391cc;
    cursor: pointer;
}

.guanggao_h {
    width: 100%;
    height: 500px;
    background-color: rgba(16, 158, 232, 0.5);
    background: url(../img/shiyong.png) no-repeat;
    background-size: 100% 100%;
}

.g_h_title {

    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding-top: 132px;

}

.input_liji {
    width: 584px;
    height: 58px;

    border-radius: 29px;
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 40px;
    display: flex;

    align-items: center;
}

.sy_inpug {
    height: 100%;
    border-radius: 29px 0 0 29px;
    width: 70%;
    border: 0;
    background: #fff;
    padding-left: 27px;
    padding-right: 20px;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
}

.liji_btn {
    height: 58px;
    width: 30%;
    background-color: #ffa200;
    box-shadow: 0px 4px 40px 0px rgba(0, 101, 154, 0.2);
    text-align: center;
    line-height: 58px;
    border-radius: 0px 29px 29px 0px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

.g_h_f_title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.g_h_tel {
    display: flex;
    width: 300px;
    height: 40px;

    margin: 0 auto;
    margin-top: 24px;
    align-items: center;
}

.tel_img {
    width: 36px;
    height: 36px;

    margin-right: 12px;
}

.tel_img img {
    width: 100%;
}

.tel_num {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.show_h {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;
    display: none;

}

.tanchuc {
    display: none;
}

.show_img {

    text-align: center;
    width: 420px;
    height: 580px;
    background-color: #25a7eb;
    z-index: 999;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;

}

.show_img img {
    width: 100%;
    height: 100%;
}

.tanchu_gb {
    width: 38px;
    height: 39px;

    border-radius: 50%;
    z-index: 999;
    margin: 40px auto;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
}

.tanchu_gb img {
    height: 100%;
}

/* 新闻页面 */
.news_bg {
    width: 100%;
    height: 470px;
    background: url(../img/bri.png) no-repeat;
    background-size: 100% 100%;
    /* 	display: flex; */
    /* align-items: center; */
}

.news_title {
    text-align: center;
    font-size: 34px;
    width: 100%;
    color: #fff;
    position: relative;
    top: 14rem;
    margin: auto;
}

.new_top_nav {

    width: 100%;

    background: #f3f3f4;
}

.nav_left_n {
    flex: 0;
    margin-right: 0;
}

.nav_left_n .new_xinwen {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #111111;

}

.new_ywen {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;

}

.nav_right_n {
    width: 90%;
    margin: auto;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.rihgt_new_div {
    width: 50%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 48px;
    cursor: pointer;
    position: relative;

    height: 1063px;
}

.rihgt_new_div span,
.rihgt_dongtai_div span {

    font-size: 20px;
    padding: 10px;
    /*   display: none;
*/


}

.news_activ {
    color: #ffffff !important;
    /* background-color: #1d8fcb; */
}

.new_list_for, .new_list_five {
    padding-top: 10px;
}

.rihgt_dongtai_div {
    width: 50%;

    margin-left: 2%;
    cursor: pointer;

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 48px;
    position: relative;
    height: 1063px;
}

.news_list {
    margin: 0 auto;
    width: 100%;
    height: 207px;
    background-color: #fff;
    display: flex;
    margin-bottom: 19px;
    align-items: center;
}

.list_left_img {
    width: 22%;
    padding-right: 1rem;
    margin-left: 3%;
    height: 109px;


}

.list_left_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.list_n_title {
    width: 50%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1d8fcb;

}

.list_n_t_t {
    cursor: pointer;
}

.list_n_t_ft {
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.sh_hr {
    width: 1px;
    height: 114px;
    background-color: #eaeaea;
    /* margin-left: 3.1875rem; */
    margin-right: 3.125rem;
}

.right_times {
    flex: 1;
    margin-right: auto;
    width: 25%;
}

.da_riqi {
    font-size: 14px;

    color: #666666;

}

.xiao_nian {
    font-size: 14px;
    line-height: 0;
    color: #666666;
}

.youjiantou {
    cursor: pointer;
    font-size: 30px;
    margin-right: 41px;
    color: #999999;
}

.color_eee {
    background: #eee;
}

/* 新闻分页插件 */
/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    position: absolute;
    bottom: 0;
    /* top: 80rem; */
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
}

.page_div span, .page_divs span {
    display: none;
}

.page_divs {
    margin: 20px 10px 20px 0;
    color: #666;
    position: absolute;
    bottom: 0;
    /* top: 80rem; */
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
}

/* 页数按钮样式 */
.page_div button, .page_divs button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

.page_divs .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled, .page_divs button:disabled {
    opacity: .5;
    cursor: no-drop
}

/* 新闻详情页面*/
.detailed {
    width: 860px;

    margin: 0 auto;
    margin-top: 113px;
    margin-bottom: 76px;
    display: flex;
    /* 	align-items: center; */
}

.xiangqing_yi {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-right: 14px;
}

.xiangqing_yi a {
    list-style: none;
    color: #666666;
    text-decoration: none;
}

.xiangqing_yi a:hover {
    color: #1E8FCB;
    cursor: pointer;
}

.xiangqing_san {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 14px;
    flex: 1;
    margin-right: auto;
}

.shang_news {
    margin-right: 31px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    cursor: pointer;
}

.shang_news:hover {
    color: #1E8FCB;
    cursor: pointer;
}

.xia_news {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    cursor: pointer;
}

.xia_news:hover {
    color: #1E8FCB;
    cursor: pointer;
}

.news_detailed_t {
    /* width: 535px; */
    margin: 0 auto;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
    margin-bottom: 50px;
}

.news_detailed_img {
    margin: 0 auto;
    width: 758px;
    height: 505px;
    margin-bottom: 60px;
}

.news_detailed_img img {
    width: 100%;
    height: 100%;
}

.news_zhengwen {
    margin: 0 auto;
    width: 991px;
    margin-bottom: 105px;

}

.news_zhengwen img {
    margin: 0 auto;

}


/* 主要客户页面 */
.kehu_img {
    width: 180px;
    height: 110px;
    /* 	background-color: red; */
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #F9F2F4;
}

.kehu_img img {
    width: 90%;
    height: 70%;
    margin-top: 19px;
    display: block;

    margin-left: 5%;
}

/* 客户案例页面 */
.banderse {
    width: 100%;
    height: 480px;
    display: inline-block;
}


.k_f_banner {
    width: 100%;
    height: 480px;
    background: url(../img/about.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;

}

.kefu_n_title {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 369px;
    margin-top: 158px;
}

.kefu_n_tel {

    font-size: 33px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 372px;
    margin-top: 0px;

}

.da_tel_kefu {
    margin: 0 10px;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.kefu_n_wenzi {

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 372px;
    margin-top: 0px;
}

a:hover {
    text-decoration: none;
}

.kebu_n_btn {
    width: 167px;
    height: 45px;
    padding: 0.8rem 3rem;
    border-radius: 27px 29px 29px 27px;
    margin-top: 31px;
    margin-left: 367px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #1fadf9 0%, #2479f8 100%), linear-gradient(#ffa200, #ffa200);
    line-height: 48px;
}

.detailed_lujing {
    display: flex;
    margin-top: 45px;
    margin-left: 20%;
    margin-bottom: 6.75rem;
    width: 30%;

}

.lujin_on {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.lujin_on:hover {
    color: #1E8FCB;
    cursor: pointer;
}

.lujin_tow {
    margin: 0 10px;
}

.lujin_therr {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;

}

.kh_index {
    width: 80%;
    margin: auto;
}

.kh_index_h {
    width: 100%;
    text-align: center;
}

.kehu_index_image {
    width: 15%;
    margin: auto;
}

.kehu_index_image img {
    width: 100%;
    margin: auto;
}

.kh_index_imglog {
    width: 15%;
    margin: auto;
}

.kh_index_imglog img {
    width: 100%;

}

.kh_index_p {
    width: 80%;
    margin: auto;
}

.kh_index_p p {
    width: 100%;

}

.lujin_therr:hover {
    color: #1E8FCB;
    cursor: pointer;
}

.mar169 {
    margin-top: 10.5625rem;
}

/* 客户案例case */
.casa_title {
    text-align: center;
    margin: 70px auto;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

/* 联系我们 */
.maps {
    width: 1094px;
    height: 464px;
    margin-bottom: 90px;
    display: flex;
}

.map_left {
    width: 338px;
    height: 100%;
    background-color: #008bd6;
    display: inline-block;

}

.lianxi_map {
    margin-left: 27px;
    margin-top: 44px;

    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 10px;
}

.lianxi_ywen {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 27px;
    margin-bottom: 50px;
}

.gongsi_xinxi p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 27px;
    margin-bottom: 30px;
}

.map_right {
    width: 843px;
    height: 100%;


}

.map_right img {
    width: 100%;
    height: 100%;
}

/* 轮播 */
.lunbo_xinxi {
    margin: 0 auto;
    width: 100%;
    /* height: 500px; */
    margin-bottom: 7.125rem;
    display: flex;
    align-items: center;
    align-items: center;

}

.zuo_jiantou {
    margin: 0 auto;
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.zuo_jiantou img {
    width: 100%;
}

.you_jiantou {
    margin: 0 auto;
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    cursor: pointer;
}

.you_jiantou img {
    width: 100%;
}

.zhong_lunbo {
    margin-left: 0;
    margin: auto;
    width: 68%;
    /* display: flex; */
    overflow: hidden;

}

.lunbo_kz {
    width: 100%;
    margin: auto;
    text-align: center;
}

.xinxi_lb {
    width: calc(25% - 20px);
    height: 260px;
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: all 0.2s;
    position: relative;
}

.xinxi_lb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
}


.xinxi_lb:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.xinxi_lb:hover:after {
    background-color: rgba(51, 51, 51, 0.47);
}

.xinxi_lb:hover .lb_t_btn {
    transform: scale(1);
}

.lb_t_img {
    width: 70%;
    height: 90px;

    margin: 0 auto;
    margin: auto;
    overflow: hidden;
    margin-top: 0.754rem;
}

.lb_t_img img {
    width: 50%;
    display: block;
    margin: auto;
}

.yb_t_name {
    width: 80%;
    margin: 0 auto 20px;
    height: 43px;
    overflow: hidden;
    padding-top: 1rem;
}

.yb_t_name p {
    white-space: nowrap;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.lb_t_jianjie {
    width: 90%;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.lb_t_btn {
    transition: all 0.2s;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    color: white;
    z-index: 10;
    width: 100%;
    top: 48%;
    transform: scale(0);
}

.lb_t_btn > a {
    background-color: #1d8fcb;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    color: white;
}


/* 底部1 */


.footer1 {
    width: 100%;
    background: url(../img/shiyong.png);
    background-size: 100% 100%;
}

.footer_h1 {
    width: 50%;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 15px;
}

.footer_h1 h2 {
    text-align: center;
    color: #FFFFFF;
}

.footer_input {
    width: 50%;
    display: flex;
    margin: auto;
}

.input {
    width: 70%;
    position: relative;
    left: 26%;


}

/* .input input{
	width: 70%;
	border-radius: 22px;
	border: 0;
	padding: 10px;
	 outline: none;
} */
.sousuo {
    width: 33%;
    background: #ffa200;
    text-decoration: none;
    position: relative;
    right: 0%;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    margin: auto;

}

.sousuo a:hover {
    text-decoration: none;
}

.sousuo a {
    color: #fff;
    position: relative;
    left: 0%;
    top: 0px;
}

.footer_bottom {
    width: 275px;
    display: flex;
    margin: auto;
    padding-top: 12px;
    position: relative;
    padding-bottom: 90px;
    left: 22px;
}

.foot_h {
    width: 50%;
    margin: auto;
    padding-top: 6px;
}

.foot_h h3 {
    text-align: center;
    color: #ffffff;
}


.footer_img {
    width: 11%;
}

.footer_img img {
    width: 100%;
}

.footer_p {
    width: 80%;
    position: relative;
    left: 2%;
}

.footer_p span {
    width: 100%;
    color: #FFFFFF;
    font-size: 24px;
}

@media screen and (max-width: 1366px) {
    .kefu_n_wenzi {
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 197px;
        margin-top: 0px;
    }

    .list_left_img {
        width: 23%;
        padding-right: 1rem;
        margin-left: 3%;
        height: 90px;
    }

    .kefu_n_title {
        font-size: 34px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 196px;
        margin-top: 158px;
    }

    .lb_t_img {
        width: 70%;
        height: 90px;
        margin: 0 auto;
        margin: auto;
        overflow: hidden;
        margin-top: 0.754rem;
    }


    .kefu_n_tel {
        font-size: 31px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 197px;
        margin-top: 0px;
    }

    .kebu_n_btn {
        width: 129px;
        height: 45px;
        padding: 1rem 2rem;
        border-radius: 27px 29px 29px 27px;
        margin-top: 31px;
        margin-left: 198px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        background-image: linear-gradient(90deg, #1fadf9 0%, #2479f8 100%), linear-gradient(#ffa200, #ffa200);
        line-height: 48px;
    }

    .about_zz ul li {
        width: 328px;
        float: left;
        height: 249px;
        margin-top: 10px;
        margin-left: 1%;
    }

}


@media screen and (max-width: 992px) {
    .page_div {
        margin: 20px 10px 20px 0;
        color: #666;
        position: absolute;
        bottom: 0;
        top: 58rem;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 50px;
    }

    .about_bander h3 {
        width: 90%;
        margin: auto;
        text-align: center;
        position: relative;
        top: 8rem;
        color: #ffffff;
    }

    .about_bander p {
        width: 45%;
        max-width: 600px;
        margin: auto;
        text-align: center;
        position: relative;
        font-size: 14px;
        top: 10rem;
        color: #ffffff;
        line-height: 1.5;
    }

    #content {
        padding-bottom: 2rem;
        width: 90%;
        margin: auto;
        overflow-x: hidden;
    }

    .page_div span {
        width: 20%;
    }

    .page_divs {
        margin: 20px 10px 20px 0;
        color: #666;
        position: absolute;
        bottom: 0;
        top: 58rem;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 50px;
    }

    .about_zz ul {
        width: 100%;
    }

    .about_zz ul li {
        width: 85px;
        float: left;
        height: 116px;
        margin-top: 10px;
        padding: 10px;
        margin-left: 1%;
        border: 2px solid #F9F2F4;
    }

    .about_zz ul li img {
        width: 105%;
        height: 91px;
        display: block;
        margin: auto
    }


    /* 搴曢儴1 */
    .banderse {
        width: 100%;
        height: 240px;
        display: inline-block;
    }

    .footer1 {
        width: 100%;
        background: url(../img/shiyong.png);
        background-size: 100% 1%;
    }

    .footer_h1 {
        width: 50%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer_h1 h2 {
        text-align: center;
        color: #FFFFFF;
        font-size: 15px;
    }

    .footer_input {
        width: 80%;
        display: flex;
        margin: auto;
    }

    .input {
        width: 100%;
        position: relative;
        left: 0%;
        outline: none;


    }

    .input input {
        width: 100%;
        border-radius: 22px;
        border: 0;
        padding: 10px;
        outline: none;
    }

    .sousuo {
        width: 45%;
        background: #ffa200;
        text-decoration: none;
        position: relative;
        right: 0;
    }

    .sousuo a:hover {
        text-decoration: none;
    }

    .sousuo a {
        color: #fff;
        position: relative;
        left: 0%;
        top: 0px;
    }

    .footer_bottom {
        width: 242px;
        display: flex;
        position: relative;
        margin: auto;
        padding-top: 6px;
        padding-bottom: 12px;
        text-align: center;
        left: 4%;
    }

    .foot_h {
        width: 90%;
        margin: auto;
        padding-top: 4px;
        outline: none;
    }

    .foot_h h3 {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
    }


    .footer_img {
        width: 6%;
        position: relative;
        left: 17%;
    }

    .footer_img img {
        width: 100%;
    }

    .footer_p {
        width: 80%;
        position: relative;
        left: 2%;
    }

    .footer_p span {
        width: 100%;
        color: #FFFFFF;
        font-size: 15px;

    }

    /* 关于我们 */
    .about_bg {
        height: 18rem;
        width: 100%;
    }

    .about_bg img {
        width: 100%;
        height: 100%;
    }

    .about_zhong {
        margin: 0 auto;
        justify-content: center;
        position: relative;
        width: 100%;
        display: flex;
    }

    .dasdadas {
        width: 8%;
        position: relative;
        left: -72%;
        top: 1.3rem;
    }

    .about_bander {
        height: 20rem;
        width: 100%;
    }

    .about_zz {
        width: 84%;

    }

    .a_z_title {
        text-align: center;
        margin-top: 6rem;
        font-size: 2rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #000000;
        margin-bottom: 3.5625rem;
    }

    ul li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    .about_nav_left {
        width: 16%;
        height: 15.625rem;

        margin-top: 6rem;
        margin-right: 0rem;
        position: relative;

        text-align: center;
    }

    .about_nav_left ul {
        text-align: center;
        padding-left: 0;
    }

    .about_nav_left ul li {
        text-align: center;
    }

    .about_nav_left ul li a {
        width: 100%;
        display: block;
        height: 3rem;
        border-top: 1px solid #EEEEEE;
        text-align: center;
        out-line: none;
        text-decoration: none;
        font-size: 1rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 3rem;
        letter-spacing: 0rem;
        color: #666666;
    }

    .about_nav_left ul li a:hover {
        color: #1d8fcb;
        out-line: none
    }

    .licheng_img {
        height: auto;
		min-height:auto;
        width: 100%;
    }

    .licheng_img img {
        width: 100%;
        height: 100%;
    }

    .list_jingli {
        width: 74.5625rem;
        height: 7rem;
        background-color: #fafafa;
        margin: 0 auto;
        text-align: center;
    }

    .r_flex {
        display: flex;
        justify-content: center;
    }

    .warp {
        font-size: 1.125rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        text-align: center;
    }

    .yuanqiu {
        width: 20px;
        height: 20px;
        border: solid 4px #1d8fcb;
        border-radius: 50%;
        text-align: center;

    }

    .list_right {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 21px;
        letter-spacing: 0px;
        color: #1e8fcb;
        text-align: center;
    }

    .shu_hr {
        width: 3px;
        height: 60px;
        background-color: #dbdbdb;
        margin: 0 auto;
        margin-top: 1rem;
    }

    .right_wen {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 21px;
        letter-spacing: 0px;
        color: #333333;
    }

    /* cooperate */
    .cooperaye_img {
        width: 68px;
        height: 39px;
        border: 2px solid #F9F2F4;
        margin-right: 0.625rem;
        margin-bottom: 0.625rem;
        display: inline-block;
    }

    .cooperaye_img img {
        width: 91%;
        height: 70%;
        margin-top: 6px;
        display: block;
        margin-left: 5%;
    }

    .gw_activ {
        color: #1d8fcb !important;
        border-right: 4px solid #1d8fcb;
    }

    .mar_b91 {
        margin-bottom: 91px;
    }


    /* honour */
    .honour_img {
        width: 100%;
        height: 249px;
        background-color: #fafafa;
        margin-right: 0px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .honour_img img {
        width: 25.625rem;
        height: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .honour_xq {
        width: 92%;
        height: 40px;
        border: solid 1px #dcdcdc;
        display: inline-block;
        margin-right: 0px;
        margin-top: 2rem;
        margin-bottom: 7px;
    }

    .gw_fiex {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .h_xq_left {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 370px;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        margin-left: 29px;
        letter-spacing: 0px;
        color: #333333;
        flex: 1;
        margin-right: auto;
    }

    .h_xq_right {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        margin-right: 45px;
        letter-spacing: 0px;
        color: #2391cc;
        cursor: pointer;
    }

    .guanggao_h {
        width: 100%;
        height: 500px;
        background-color: rgba(16, 158, 232, 0.5);
        /* background: url(../img/about.png) no-repeat ; */
        background-size: 100% 100%;
    }

    .g_h_title {

        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        padding-top: 132px;

    }

    .input_liji {
        width: 584px;
        height: 58px;

        border-radius: 29px;
        margin: 0 auto;
        margin-top: 47px;
        margin-bottom: 40px;
        display: flex;

        align-items: center;
    }

    .sy_inpug {
        height: 100%;
        border-radius: 29px 0 0 29px;
        width: 70%;
        border: 0;
        background: #fff;
        padding-left: 27px;
        padding-right: 20px;
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
    }

    .liji_btn {
        height: 58px;
        width: 30%;
        background-color: #ffa200;
        box-shadow: 0px 4px 40px 0px rgba(0, 101, 154, 0.2);
        text-align: center;
        line-height: 58px;
        border-radius: 0px 29px 29px 0px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        cursor: pointer;
    }

    .g_h_f_title {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
    }

    .g_h_tel {
        display: flex;
        width: 300px;
        height: 40px;

        margin: 0 auto;
        margin-top: 24px;
        align-items: center;
    }

    .tel_img {
        width: 36px;
        height: 36px;
        background-color: #ffffff;
        border-radius: 50%;
        margin-right: 12px;
    }

    .tel_img img {
        height: 100%;
    }

    .tel_num {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .show_h {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000000;
        opacity: 0.5;
        display: none;

    }

    .tanchuc {
        display: none;
    }

    .show_img {

        text-align: center;
        width: 420px;
        height: 580px;
        background-color: #25a7eb;
        z-index: 999;
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;

    }

    .show_img img {
        width: 100%;
        height: 100%;
    }

    .tanchu_gb {
        width: 38px;
        height: 39px;

        border-radius: 50%;
        z-index: 999;
        margin: 40px auto;
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
    }

    .tanchu_gb img {
        height: 100%;
    }

    /* 新闻页面 */
    .news_bg {
        width: 100%;
        height: 200px;
        background: url(../img/bri.png) no-repeat;
        background-size: 100% 100%;
        display: block;
        align-items: center;
    }

    .banderlivebann {
        width: 100%;
    }

    .news_title {
        width: 100%;
        text-align: center;
        position: relative;
        /* display: block; */
        color: #ffffff;
        top: 7rem;
        font-size: 19px;
        margin: auto;
    }

    .news_p {
        width: 20%;
        text-align: center;
        position: relative;
        /* display: block; */
        color: #ffffff;
        top: 8rem;
        margin: auto;
    }

    .news_p p {
        font-size: 15px;
    }

    .new_top_nav {

        width: 100%;

        background: #f3f3f4;
    }

    .nav_left_n {
        flex: 0;
        margin-right: 0;
    }

    .nav_left_n .new_xinwen {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #111111;

    }


    .new_ywen {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;

    }

    .nav_right_n {
        width: 90%;
        margin: auto;
        display: block;
        /* justify-content: center;
        align-items: center;
            position: relative; */

    }

    .rihgt_new_div {
        /* width: 120px;
        height: 48px; */

        width: 100%;
        /* text-align: center; */
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        line-height: 48px;
        cursor: pointer;
        position: relative;
        height: 767px;
    }

    .rihgt_new_div span,
    .rihgt_dongtai_div span {
        color: #000000;
    }

    .news_activ {
        color: #ffffff !important;
        /* background-color: #1d8fcb; */
    }

    .rihgt_dongtai_div {
        width: 100%;

        margin-left: 0%;
        cursor: pointer;

        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        line-height: 48px;
        position: relative;
        height: 767px;
    }

    .news_list {
        margin: 0 auto;
        width: 100%;
        height: 121px;
        background-color: #fff;
        display: flex;
        margin-bottom: 19px;
        align-items: center;
    }

    .list_left_img {
        width: 26%;
        padding-right: 1rem;
        margin-left: 3%;
        height: 70px;


    }

    .list_left_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .list_n_title {
        width: 50%;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #1d8fcb;

    }

    .list_n_t_t {
        cursor: pointer;
        height: 30px;
    }

    .list_n_t_ft {
        width: 100%;
        cursor: pointer;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 14px;
        letter-spacing: 0px;
        color: #666666;
    }

    .sh_hr {
        width: 1px;
        height: 114px;
        background-color: #eaeaea;
        /* margin-left: 3.1875rem; */
        margin-right: 0.525rem;
    }

    .right_times {
        flex: 1;
        margin-right: auto;
        width: 25%;
    }

    .da_riqi {
        font-size: 12px;

        color: #666666;

    }

    .xiao_nian {
        font-size: 14px;
        line-height: 0;
        color: #666666;
    }

    .youjiantou {
        cursor: pointer;
        font-size: 18px;
        margin-right: 15px;
        color: #999999;
    }

    .color_eee {
        background: #eee;
    }

    /* 新闻分页插件 */
    .tcdPageCode {
        padding: 15px 20px;
        text-align: left;
        color: #ccc;
        text-align: center;
    }

    .tcdPageCode a {
        display: inline-block;
        color: #428bca;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode a:hover {
        text-decoration: none;
        border: 1px solid #428bca;
    }

    .tcdPageCode span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #428bca;
        border: 1px solid #428bca;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }

    .new_page {
        margin-top: 48px;
        margin-bottom: 90px;
    }

    /* 新闻详情页面*/
    .detailed {
        width: 100%;

        margin: 0 auto;
        margin-top: 113px;
        margin-bottom: 40px;
        display: flex;
        /* 	align-items: center; */
    }

    .xiangqing_yi {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        margin-right: 0px;
    }

    .xiangqing_yi a {
        list-style: none;
        color: #666666;
        text-decoration: none;
    }

    .xiangqing_yi a:hover {
        color: #1E8FCB;
        cursor: pointer;
    }

    .xiangqing_san {
        font-family: PingFang-SC-Medium;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        margin-left: 0px;
        flex: 1;
        margin-right: auto;
    }

    .shang_news {
        margin-right: 6px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        cursor: pointer;
    }

    .shang_news:hover {
        color: #1E8FCB;
        cursor: pointer;
    }

    .xia_news {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        cursor: pointer;
    }

    .xia_news:hover {
        color: #1E8FCB;
        cursor: pointer;
    }

    .news_detailed_t {
        width: 100%;
        margin: 0 auto;
        font-family: PingFang-SC-Bold;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #111111;
        text-align: center;
        margin-bottom: 30px;
    }

    .news_detailed_img {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        margin-bottom: 60px;
    }

    .news_detailed_img img {
        width: 100%;
        height: 100%;
    }

    .news_zhengwen {
        margin: 0 auto;
        width: 90%;
        margin-bottom: 105px;

    }

    /* 主要客户页面 */
    .kehu_img {
        width: 50px;
        height: 31px;
        /* background-color: red; */
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 2px solid #F9F2F4;
    }

    .kehu_img img {
        width: 92%;
        height: 97%;
        margin-top: 10px;
        margin-top: 1px;
        splay: block;
        margin-left: 5%;
    }

    /* 客户案例页面 */
    .k_f_banner {
        width: 100%;
        height: 240px;
        background: url(../img/about.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;

    }

    .kefu_n_title {
        font-family: PingFang-SC-Heavy;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 23px;
        margin-top: 77px;
    }

    .kefu_n_tel {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 24px;
        margin-top: 0px;
        width: 80%;
    }

    .da_tel_kefu {
        margin: 0 10px;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .kefu_n_wenzi {
        font-family: PingFang-SC-Medium;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 23px;
        margin-top: 0;
    }

    .kebu_n_btn {
        width: 90px;
        height: 26px;
        border-radius: 27px 29px 29px 27px;
        margin-top: 6px;
        margin-left: 23px;
        text-align: center;
        font-family: PingFang-SC-Bold;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        background-image: linear-gradient(90deg, #1fadf9 0%, #2479f8 100%), linear-gradient(#ffa200, #ffa200);
        line-height: 48px;
    }

    .detailed_lujing {
        display: flex;
        margin-top: 45px;
        margin-left: 0;
        margin-bottom: 6.75rem;
        width: 90%;
        font-size: 12px;

    }

    .lujin_on {
        font-family: PingFang-SC-Medium;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
    }

    .lujin_on:hover {
        color: #1E8FCB;
        cursor: pointer;
    }

    .lujin_tow {
        margin: 0 10px;
    }

    .lujin_therr {
        font-family: PingFang-SC-Medium;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;

    }

    .lujin_therr:hover {
        color: #1E8FCB;
        cursor: pointer;
    }

    .mar169 {
        margin-top: 10.5625rem;
    }

    /* 客户案例case */
    .casa_title {
        text-align: center;
        margin: 70px auto;
        font-family: PingFang-SC-Bold;
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
    }

    /* 联系我们 */
    .maps {
        width: 100%;
        height: 464px;

        margin-bottom: 500px;
        display: block;
    }

    .map_left {
        width: 100%;
        height: 100%;
        background-color: #008bd6;
        display: inline-block;

    }

    .lianxi_map {
        margin-left: 27px;
        margin-top: 44px;

        font-family: PingFang-SC-Bold;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .lianxi_ywen {
        font-family: PingFang-SC-Medium;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 27px;
        margin-bottom: 50px;
    }

    .gongsi_xinxi p {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 27px;
        margin-bottom: 30px;
    }

    .map_right {
        width: 100%;
        height: 100%;


    }

    .map_right img {
        width: 100%;
        height: 100%;
    }

    /* 轮播 */
    .lunbo_xinxi {
        margin: 0 auto;
        width: 100%;
        /* height: 500px; */
        margin-bottom: 7.125rem;
        display: flex;
        align-items: center;
        align-items: center;

    }

    .zuo_jiantou {
        margin: 0 auto;
        width: 80px;
        height: 23px;
        background-color: #ffffff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
        border-radius: 50%;
        margin: 0 auto;
        cursor: pointer;
    }

    .zuo_jiantou img {
        width: 100%;
    }

    .you_jiantou {
        margin: 0 auto;
        width: 80px;
        height: 23px;
        background-color: #ffffff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
        border-radius: 50%;
        cursor: pointer;
    }

    .you_jiantou img {
        width: 100%;
    }

    .zhong_lunbo {
        margin-left: 0;
        width: 80%;
        margin: auto;
        /* display: flex; */
        overflow: hidden;

    }

    .lunbo_kz {

        float: left;

    }

    .xinxi_lb {
        width: 100%;
        height: 321px;
        background-color: #ffffff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .xinxi_lb:after {
        content: none;
    }

    .xinxi_lb .lb_t_btn {
        display: none;
    }

    .lb_t_img {
        width: 240px;
        height: 117px;
        /* 	background: red; */
        margin: 0 auto;
        margin-top: 0.6875rem;
        margin-bottom: 0;
        overflow: hidden;
    }

    .lb_t_img img {
        width: 50%;
        display: block;
        margin: auto;
    }

    .yb_t_name {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        margin-bottom: 34px;
    }

    .lb_t_jianjie {
        width: 90%;
        margin: auto;
        padding-bottom: 0;
        height: 40px;
        overflow: hidden;
    }

    .lb_t_btn {
        text-align: center;
        font-family: PingFang-SC-Medium;
        margin-top: 24px;
    }

    .lb_t_btn a {
        text-decoration: none;
        list-style: none;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;

    }


}
