@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

body {
    font-size: 14px;
    font-family: Arial, Tahoma, sans-serif, "Microsoft YaHei", "	SimHei", "PingFang SC", "Source Han Sans CN";
    color: #27445e;
    padding: 0!important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: Arial, Tahoma, sans-serif, "Microsoft YaHei", "	SimHei", "PingFang SC", "Source Han Sans CN";
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #27445e;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: #1e8aca;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

:focus {
    outline: none;
}

:root {
    --color: #27445e;
    --main-color: #d70c19;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.header {
    /* color: var(--main-color); */
    /* background: rgb(40, 40, 40); */
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.header.on {
    background-color: #fff;
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.header_h {
    height: 120px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo img {
    /* width: 100%; */
    max-width: 181px;
}

.header .logo>a {
    display: flex;
    align-items: center;
}

.header .logo>a .logo_wz {
    margin-left: 12px;
    text-align: center;
}

.header .logo>a h3 {
    font-size: 24px;
    font-weight: bold;
}

.header .logo>a h4 {
    font-size: 14px;
    font-weight: bold;
}

.header .en a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.header .en a:hover {
    color: var(--main-color);
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    /* flex: 0 0 10.3333%; */
    height: 100px;
    background-size: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 27px;
    text-align: center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li:hover {
    background-size: 100% 100%;
}

.header .nav ul li.on {
    background-size: 100% 100%;
}


/* 
.header .nav ul li:after {
    width: 0;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    bottom: 8px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav ul li:hover:after {
    width: 100%;
} */


/* .header .nav ul li.on:after {
    width: 100%;
} */

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j a {
    display: block;
    font-size: 16px;
    /* text-transform: uppercase; */
    /* line-height: 60px; */
    /* font-weight: bold; */
    color: var(--color);
}
.header .nav .y_j a:hover{
    text-decoration: none !important;
    color: #1e8aca;
}
.header .nav .y_j a>span {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

.header .nav ul li.on .y_j a {
    color: #202020;
}

.header .header_r {
    display: flex;
}

.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .e_j.on {
    top: 102px;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}



/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 65px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #1e8aca;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* .header .container {
    position: relative;
} */

.header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.header .header_ls {
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.header .header_ls .hr {
    height: 30px;
    width: 1px;
    background-color: var(--color);
    margin: 0 12px;
}

.header .header_ls a.header_sea {
    font-size: 20px;
}

.header .header_ls .zhong_ying {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header .header_ls .zhong_ying a {
    font-size: 15px;
    color: #2a2a2a;
    margin-right: 10px;
}

.header .header_ls .zhong_ying a img {
    margin-right: 7px;
}


/* 模态框 */

.search {
    position: fixed;
    top: 100px;
    width: 100%;
    background-color: #f5f5f8;
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    padding-left: 60px;
    position: relative;
    margin: 0;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color);
    bottom: -8px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input {
    font-size: 15px;
    color: var(--color);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
}


/* 模态框 end*/

.header .nav ul li:hover .n2_nav {
    display: block;
}

@media only screen and (min-width: 1200px) {
    .header>.container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1560px) {
    .header>.container {
        max-width: 1390px;
    }
}

@media only screen and (max-width: 1360px) {
    .header>.container {
        max-width: 100%;
        padding: 0 20px;
    }
    .header .logo>a .logo_wz {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .header .header_ls {
        margin-left: 3px;
    }
    .header .header_ls .zhong_ying a {
        margin-right: 3px;
        font-size: 13px;
        margin-left: 10px;
    }
    .header .header_ls .hr {
        display: none;
    }
    .header .nav ul li {
        margin-left: 17px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        margin: 15px 0;
    }
    .header .nav .y_j a {
        font-size: 15px;
    }
    .header .nav ul li {
        margin-left: 10px;
    }
    .header .header_ls .zhong_ying a img {
        margin-right: 1px;
    }
    .header .header_ls .zhong_ying a {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 992px) {
    .header .header_ls .zhong_ying a {
        margin-left: 24px;
        margin-right: 11px;
        font-size: 18px;
    }
    .header .header_ls .zhong_ying a img {
        margin-right: 9px;
    }
    .header>.container {
        max-width: 540px;
    }
    .header .en {
        margin-right: 40px;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        max-width: 215px;
    }
    .header .nav {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .nav ul {
        width: 100%;
        display: block;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-align: right;
        color: #ddd;
        line-height: 67px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        /* padding: 15px 0; */
        font-size: 22px;
        line-height: 67px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .header .nav .y_j a>span {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header_h {
        height: 65px;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 19px;
        line-height: 49px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 67px !important;
    }
    .search {
        top: 76px;
    }
    .header .header_ls a.header_sea{
        font-size: 27px;
    }
    .search label input{
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .header .en {
        margin-right: 71px;
    }
    .header .en a {
        font-size: 12px;
        margin-left: 2px;
    }
    .header_h {
        height: 50.5px;
    }
    .header .an {
        right: 18px;
    }

    .top_l {
        display: none;
    }
}

.pc_ban {
    width: 100%;
   /* height: 830px;*/
    height:700px;
    position: relative;
    overflow: hidden;
}

.pc_ban .pc_more {
    width: 160px;
    height: 50px;
    border: 1px solid var(--color);
    position: absolute;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    color: var(--color);
    font-size: 18px;
    top: 466px;
    /* background-color: var(--color); */
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    line-height: 61px;
    color: #fff;
    opacity: 0;
    font-size: 38px;
    font-weight: bold;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: .5;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: .5;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: #e0e0e0;
    opacity: 1;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    background: #1e8aca;
}

/*@media only screen and (max-width:1540px) {
    .pc_ban {
        height: 490px;
    }
}*/

@media only screen and (max-width:1200px) {
    .pc_ban {
        height:433px;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 385px;
    }
    .pc_ban .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}


/* 产品与服务 */

.sy_cpyfw {
    padding: 65px 0 78px;
    background-color: #f7f7f7;
}

.ggbt {
    text-align: center;
}

.ggbt h5 {
    font-size: 36px;
    color: #494a4a;
}

.ggbt h6 {
    font-size: 14px;
    color: #8f9090;
    padding: 15px 0 20px;
    text-transform: uppercase;
    position: relative;
}

.ggbt h6::after {
    width: 200px;
    height: 1px;
    background-color: #6b6b6b;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*.ggbt h6::before {
    width: 64px;
    height: 2px;
    background-color: #6b6b6b;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/

.sy_cpyfw .cp_klunbo {
    margin-top: 60px;
    position: relative;
}

.sy_cpyfw .sy_cp_dg .shang img {
    width: 100%;
}

.sy_cpyfw .sy_cp_dg .xia {
    background-color: #f0f0f0;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cpyfw .sy_cp_dg:hover .xia {
    background-color: #1e8aca;
}

.sy_cpyfw .sy_cp_dg .xia h5 {
    font-size: 20px;
    color: #4f4f4f;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cpyfw .sy_cp_dg .xia h6 {
    font-size: 12px;
    color: #6c6b6b;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cpyfw .sy_cp_dg:hover .xia h5,
.sy_cpyfw .sy_cp_dg:hover .xia h6 {
    color: #fff;
}

.cp_klunbo .swiper-button-prev {
    left: -60px;
}

.cp_klunbo .swiper-button-next {
    right: -60px;
}

@media only screen and (max-width:1400px) {
    .cp_klunbo .swiper-button-prev,
    .cp_klunbo .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .sy_cpyfw {
        padding: 50px 0;
    }
    .ggbt h5 {
        font-size: 25px;
    }
    .ggbt h6 {
        font-size: 19px;
    }
    .sy_cpyfw .sy_cp_dg .xia {
        height: 121px;
    }
    .sy_cpyfw .sy_cp_dg .xia h6 {
        font-size: 18px;
    }
    .sy_cpyfw .sy_cp_dg .xia h5 {
        font-size: 22px;
    }
}


/* 应用与市场 */

.sy_yyysc {
    padding: 70px 0;
}

.sy_yyysc .row {
    margin-top: 25px;
}

.sy_yyysc .yy_sc_xiao {
    margin-top: 30px;
    position: relative;
}

.sy_yyysc .yy_sc_xiao .lankuang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 138, 202, 0.5);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_yyysc .yy_sc_xiao .lankuang span {
    width: 85px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #fff;
    color: #fff;
}

.sy_yyysc .yy_sc_xiao:hover .lankuang {
    opacity: 1;
}

.sy_yyysc .yy_sc_xiao .shang {
    overflow: hidden;
}

.sy_yyysc .yy_sc_xiao .shang img {
    width: 100%;
}

.sy_yyysc .yy_sc_xiao .xia {
    /*height: 117px;*/
    height: 180px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    padding: 0 18px;
}

.sy_yyysc .yy_sc_xiao .xia h5 {
    font-size: 18px;
    color: #3f3f3f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sy_yyysc .yy_sc_xiao .xia h6 {
    font-size: 14px;
    font-size: 13px;
    color: #777777;
    line-height: 24px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    text-overflow: ellipsis;
}

.ckgd_yy {
    width: 116px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 18px;
    background-color: #1e8aca;
    border: 1px solid #1e8aca;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin: 0 auto;
    margin-top: 56px;
}

.ckgd_yy:hover {
    background-color: #fff;
    color: #1e8aca;
}

@media only screen and (max-width:992px) {
    .sy_yyysc {
        padding: 50px 0;
    }
    .sy_yyysc .yy_sc_xiao .xia h5 {
        font-size: 22px;
    }
    .sy_yyysc .yy_sc_xiao .xia h6 {
        font-size: 18px;
        line-height: 30px;
    }
    .sy_yyysc .yy_sc_xiao .xia {
        height: 150px;
    }
}


/* 关于我们 */

.sy_gywm {
    padding: 40px 0;
}

.sy_gywm .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_gywm .container .zuo {
    flex: 0 0 39%;
}

.sy_gywm .container .zuo h5 {
    font-size: 30px;
    color: #5b5b5b;
}

.sy_gywm .container .zuo h6 {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 20px;
    padding-bottom: 17px;
    position: relative;
    text-transform: uppercase;
}

.sy_gywm .container .zuo h6::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 1px;
    background-color: #4b4b4b;
    content: "";
}

.sy_gywm .container .zuo .nr {
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 30px;
    line-height: 35px;
}

.sy_gywm .container .you {
    flex: 0 0 57%;
}

.sy_gywm .container .you img {
    width: 100%;
}

.sy_gywm .ck_gdd {
    width: 92px;
    height: 34px;
    background-color: #1e8aca;
    border: 1px solid #1e8aca;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 65px;
}

.sy_gywm .ck_gdd:hover {
    color: #1e8aca;
    background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width:992px) {
    .sy_gywm {
        padding: 50px 0;
    }
    .sy_gywm .container .zuo,
    .sy_gywm .container .you {
        flex: 0 0 100%;
    }
    .sy_gywm .container .zuo .nr {
        font-size: 18px;
        line-height: 38px;
    }
    .sy_gywm .container .zuo h6 {
        font-size: 18px;
    }
    .sy_gywm .container .you {
        margin-top: 30px;
    }
    .sy_gywm .ck_gdd {
        margin-top: 28px;
        width: 129px;
        height: 52px;
        font-size: 18px;
    }
}


/* 最新资讯 */

.sy_zxzx {
    padding: 60px 0 120px;
}

.sy_zxzx .nei_ddd {
    margin-top: 60px;
    background-color: #f0f0f0;
    padding: 36px 17px 15px 20px;
    box-shadow: 0 0 10px #b2afaf;
}

.sy_zxzx .nei_ddd h5 {
    font-size: 20px;
    padding-bottom: 20px;
    color: #343434;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
}

.sy_zxzx .nei_ddd h5::after {
    width: 54px;
    height: 1px;
    background-color: #343434;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.sy_zxzx .nei_ddd h6 {
    font-size: 14px;
    margin-top: 20px;
    color: #343434;
    line-height: 21px;
}

.sy_zxzx .cha_kan_syxw {
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
    flex-wrap: wrap;
}

.sy_zxzx .cha_kan_syxw a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 92px;
    height: 34px;
    font-size: 14px;
    color: #525050;
    border: 1px solid #343434;
}

.sy_zxzx .nei_ddd:hover .cha_kan_syxw a {
    background-color: #1e8aca;
    color: #ffffff;
    border: 1px solid #1e8aca;
}

@media only screen and (max-width:992px) {
    .sy_zxzx {
        padding: 50px 0;
    }
    .sy_zxzx .nei_ddd h6 {
        font-size: 18px;
        line-height: 34px;
    }
    .sy_zxzx .nei_ddd h5 {
        font-size: 22px;
    }
    .sy_zxzx .cha_kan_syxw a {
        margin-top: 28px;
        width: 129px;
        height: 52px;
        font-size: 18px;
    }
}


/* 底 */

footer {
    padding-top: 94px;
    padding-bottom: 34px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .zuo {
    flex: 0 0 72%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .zuo .dange {
    flex: 1;
    color: #ffffff;
}

footer .container .zuo .dange .da {
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding-bottom: 10px;
}

footer .container .zuo .dange .xioa {
    font-size: 14px;
    color: #969696;
    padding: 9px 0;
    display: block;
}

footer .container .you {
    flex: 0 0 25%;
    display: flex;
    align-items: flex-end;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}

footer .container .you .dianhua {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

footer .container .you .ewm {
    width: 152px;
    text-align: center;
    margin-top: 40px;
}

footer .container .you .ewm img {
    width: 100%;
}

footer .container .you .ewm h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 16px;
}

footer .banquan {
    margin-top: 66px;
    border-top: 1px solid #797f8b;
    padding-top: 30px;
    font-size: 16px;
    color: #969696;
    text-align: center;
}

footer .banquan a {
    color: #969696;
}

@media only screen and (max-width:992px) {
    footer .container .zuo {
        display: none;
    }
    footer .container .you {
        flex: 0 0 100%;
        align-items: center;
    }
    footer .container .you .dianhua {
        font-size: 22px;
    }
    footer .container .you .ewm h5 {
        font-size: 19px;
    }
}


/* 关于我们 */

.nei_banm {
  /*   height: 570px;*/
    height: 28.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 170px;
}

.nei_banm h5 {
    position: relative;
    font-size: 31px;
    color: #ffffff;
    padding: 10px;
}

.nei_banm h5::after {
    width: 145px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}


/* 关于我们 */

.gywm_nr {
    background-color: #f7f7f7;
}

.gywm_nr .bt {
    width: 100%;
    height: 66px;
    background-color: #1e8aca;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 40px;
    flex-direction: column;
}

.gywm_nr .bt h5 {
    font-size: 20px;
    color: #fdfdfd;
}

.gywm_nr .bt h6 {
    font-size: 12px;
    color: #fdfdfd;
    text-transform: uppercase;
}

.gywm_nr .nei_zuo a {
    display: flex;
    padding-left: 40px;
    align-items: center;
    flex-wrap: wrap;
    height: 45px;
    background-color: #ececec;
    font-size: 15px;
    color: #414141;
    margin-top: 4px;
}

.gywm_nr .nei_zuo a:hover,.gywm_nr .nei_zuo a.on {
    background-color: #1e8aca;
    color: #fff;
}

.gywm_nr {
    padding: 100px 0 70px;
}

.gy_bt {
    padding: 13px 0 18px;
    font-size: 21px;
    color: #323232;
    position: relative;
}

.gy_bt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 81px;
    height: 3px;
    background-color: #1461ab;
}

.gy_bt::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #ededed;
}

.gywm_nr .diyi_nr {
    background-color: #fff;
    padding: 40px 100px;
    margin-top: 30px;
}

.gywm_nr .diyi_nr .gsgk_ban {
    height: 330px;
}

.gsgk_ban .swiper-pagination .swiper-pagination-bullet {
    background: #1e8aca;
}

.nei_gsjj .diyi_nr .gk_nr {
    font-size: 14px;
    color: #323232;
    margin-top: 40px;
    line-height: 30px;
}

@media only screen and (max-width:1200px) {
    .gywm_nr .bt {
        height: 80px;
        padding-left: 22px;
    }
    .gywm_nr .bt h5 {
        font-size: 18px;
    }
    .gywm_nr .nei_zuo a {
        padding-left: 22px;
    }
    .gywm_nr .diyi_nr {
        padding: 40px;
    }
}

@media only screen and (max-width:992px) {
    .nei_banm {
        height: 400px;
        padding-bottom: 0;
    }
    .gywm_nr {
        padding: 50px 0;
    }
    .gywm_nr .bt h5 {
        font-size: 23px;
    }
    .gywm_nr .bt h6 {
        font-size: 18px;
        margin-top: 10px;
    }
    .gywm_nr .bt {
        height: 106px;
    }
    .gywm_nr .nei_zuo a {
        height: 53px;
        font-size: 18px;
        margin-top: 11px;
    }
    .nei_gsjj {
        margin-top: 30px;
    }
    .gywm_nr .diyi_nr {
        padding: 15px;
    }
    .nei_gsjj .diyi_nr .gk_nr {
        font-size: 19px;
        margin-top: 24px;
        line-height: 37px;
    }
}


/* 企业文化 */

.nei_qywh {
    margin-top: 50px;
}

.nei_qywh .row {
    margin-top: 20px;
    justify-content: center;
}

.nei_qywh .dg_wenhua {
    margin-top: 28px;
    box-shadow: 0 0 10px #b9b5b5;
}

.nei_qywh .dg_wenhua .shang {
    overflow: hidden;
    position: relative;
}

.nei_qywh .dg_wenhua .shang .xiaozi {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    position: absolute;
}

.nei_qywh .dg_wenhua .shang img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.nei_qywh .dg_wenhua:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.nei_qywh .dg_wenhua .xia {
    min-height: 66px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 14px;
    font-size: 14px;
    color: #5a5959;
    text-align: center;
    z-index: 3;
}

@media only screen and (max-width:992px) {
    .nei_qywh .dg_wenhua .shang .xiaozi {
        font-size: 29px;
    }
    .nei_qywh .dg_wenhua .xia {
        font-size: 18px;
    }
}


/* 组织结构 */

.nei_zzjg {
    padding-top: 70px;
}

.nei_zzjg .jgzz_tu {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 40px;
}

.nei_zzjg .jgzz_tu img {
    max-width: 100%;
}


/* 资质荣誉 */

.nei_zzry {
    padding-top: 57px;
}

.hxzz .hxzz_lb {
    padding: 50px 9px 48px;
    position: relative;
}

.hxzz .hxzz_fm {
    background-color: #fff;
    padding: 0 12px;
    min-height: 352px;
    box-shadow: 0 0 15px #ddd;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.hxzz .hxzz_fm:hover {
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.hxzz .hxzz_fm .hxzz_tp {
    min-height: 254px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hxzz .hxzz_fm .hxzz_tp img {
    max-width: 100%;
    max-height: 100%;
}

.hxzz .hxzz_fm .hxzz_wz {
    width: 100%;
    height: 50px;
    /*height: 98px;*/
    border-top: 1px solid #a9b4bf;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.hxzz .hxzz_lb .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hxzz .hxzz_lb .swiper-pagination .swiper-pagination-bullet {
    background: #909090;
    opacity: 1;
    width: 8px;
    height: 8px;
}

.hxzz .hxzz_lb .swiper-pagination .swiper-pagination-bullet-active {
    background: #1e8aca;
    width: 14px;
    height: 14px;
}

@media only screen and (max-width: 992px) {
    .hxzz .hxzz_fm .hxzz_wz {
        font-size: 22px;
    }
}


/* 薪资福利 */

.nei_gsjj .nei_xzfl {
    margin-top: 55px;
}

.nei_gsjj .nei_xzfl .xzfl_ban {
    padding: 46px 10px 60px;
}

.nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian {
    background-color: #fff;
    box-shadow: 0 0 10px #bcbaba;
    /*height: 238px;*/
    padding: 77px 15px 0;
    text-align: center;
    position: relative;
}

.nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian .xiaofang {
    width: 98px;
    height: 98px;
    background: url(../images/xiaofang_03.png) no-repeat center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -49px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian h5 {
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-bottom: 13px;
}

.nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian h5::after {
    width: 58px;
    height: 1px;
    background-color: #6b6a6a;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    content: "";
}

.nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian h6 {
    font-size: 13px;
    color: #333333;
    margin-top: 16px;
    line-height: 25px;
    text-align: initial;
}

.xzfl_ban .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 1;
}

.xzfl_ban .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1c83c5;
}

@media only screen and (max-width:992px) {
    .nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian h5 {
        font-size: 23px;
    }
    .nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian h6 {
        font-size: 18px;
    }
    /*.nei_gsjj .nei_xzfl .xzfl_ban .xiao_biaoqian {
        height: 270px;
    }*/
}


/* 职业发展 */

.nei_zyfz {
    padding-top: 30px;
}

.nei_zyfz .zy_fz {
    /*height: 365px;*/
    margin-top: 90px;
    padding: 40px 38px;
    text-align: center;
    color: #ffffff;
    position: relative;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.nei_zyfz .zy_fz:hover {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.nei_zyfz .zy_fz .js_zq {
    position: absolute;
    left: 50%;
    bottom: 6px;
    /*bottom: 42px;*/
    transform: translateX(-50%);
}

.nei_zyfz .zy_fz h5 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    position: relative;
}

.nei_zyfz .zy_fz h5::after {
    width: 52px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.nei_zyfz .zy_fz h6 {
    margin-top: 30px;
    line-height: 25px;
    font-size: 14px;
}

@media only screen and (max-width:992px) {
    .nei_zyfz .zy_fz h6 {
        line-height: 34px;
        font-size: 18px;
    }
}


/* 招聘信息 */

.nei_zpxx {
    padding-top: 75px;
}


/*招聘*/

.ny_content {
    margin-top: 50px;
}

.zp_list {
    width: 100%;
    position: relative;
}

.zp_list_title {
    width: 100%;
    height: 58px;
    float: left;
    background: #2690d8;
    border-radius: 8px;
}

.zp_list_ul {
    width: 96%;
    margin: auto;
}

.zp_lf {
    float: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 58px;
    text-align: center;
}

.zp_list_t1 {
    width: 40%;
    text-align: left;
    padding-left: 1%;
}

.zp_list_t2 {
    width: 10%;
}

.zp_list_t3 {
    width: 10%;
}

.zp_list_t4 {
    width: 10%;
}

.zp_list_t5 {
    width: 10%;
}

.zp_list_t6 {
    width: 10%;
}

.zp_list_t7 {
    width: 10%;
}

.zp_list ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zp_list ul li {
    width: 100%;
    float: left;
    border: solid 1px #DFDFDF;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.zp_list ul li.on {
    border: solid 1px #dfdfdf;
}

.zp_in_a {
    width: 96%;
    float: left;
    height: 58px;
    margin-left: 2%;
    position: relative;
}

.zp_in_a .zp_lf {
    color: #333;
    font-size: 15px;
    font-weight: normal;
}

.zp_in_wap {
    display: none;
}

.zp_in_a_but {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 60px;
    cursor: pointer;
}

.zp_in_b {
    display: none;
    width: 96%;
    margin-left: 0  ;
    float: left;
    padding: 30px 31px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    border-top: solid 1px #DFDFDF;
}
.zp_in_b:nth-child(1){
    display: block;
    width: 96%;
    margin-left: 0  ;
    float: left;
    padding: 30px 31px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    border-top: solid 1px #DFDFDF;
  }
.resume_butt {
    cursor: pointer;
}

.form_resume {
    width: 100%;
    height: 100%;
    top: -100%;
    opacity: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.resume_active {
    top: 0;
    opacity: 1;
}

.resume_ewm {
    display: inline-block;
}

.resume_ewm img {
    width: 150px;
}

.resume_tar {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    padding: 5px;
    z-index: 99999;
    cursor: pointer;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.resume_tar .bari {
    width: 30px;
    height: 2px;
    display: block;
    background: #808080;
    margin: 6px 0;
    border-radius: 25px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.resume_tar .bari:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(8px) rotate(-40.5deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.resume_tar .bari:nth-of-type(2) {
    opacity: 0;
}

.resume_tar .bari:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.resume_div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.resume_div_m {
    width: 600px;
    height: 700px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    position: relative;
}

.resume_div_title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.resume_div_title span {
    display: block;
    font-size: 26px;
    color: #000;
    line-height: 30px;
}

.resume_div_title i {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #2690d8;
}

.resume_div_zw {
    width: 100%;
    text-align: center;
}

.resume_div_zw span {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.form_zd {
    width: 348px;
    height: 60px;
    margin: auto;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #ccc;
    position: relative;
}

.form_zd input {
    width: 347px;
    height: 60px;
    border: none;
    padding: 0 8px;
    font-size: 15px;
    color: #999;
}

.form_zd input::placeholder {
    font-size: 15px;
}

.form_zd_sc {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: none;
    padding: 0 15px;
    outline: 0;
    cursor: pointer;
}

.form_zd_sc img {
    display: inline-block;
}

.form_zd_sc i {
    font-size: 14px;
    color: #999;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 60px;
}

.form_ts {
    width: 348px;
    margin: auto;
    margin-top: 5px;
    line-height: 22px;
    color: #666;
    font-size: 14px;
}

.form_an {
    width: 348px;
    margin: auto;
    text-align: center;
}

.button_tj {
    width: 160px;
    height: 50px;
    background: #2690d8;
    display: inline-block;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-top: 15px;
}

.button_tj:hover {
    opacity: 0.8;
}

@media screen and (max-width: 992px) {
    .zp_list_t2 {
        display: none;
    }
    .zp_list_t3 {
        display: none;
    }
    .zp_list_t4 {
        display: none;
    }
    .zp_list_t5 {
        display: none;
    }
    .zp_list_t6 {
        display: none;
    }
    .zp_list_t7 {
        display: none;
    }
    .zp_in_wap {
        display: block;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .zp_in_wap dd {
        width: 100%;
        float: left;
        padding: 3px 0;
        line-height: 24px;
    }
    .zp_in_wap dd span {
        font-weight: bold;
    }
    .zp_in_wap dd a {
        margin-left: 15px;
    }
    .zp_in_b {
        padding: 15px;
    }
    .resume_div_m {
        width: 90%;
        padding: 0 15px;
    }
    .resume_tar {
        top: 8px;
        right: 8px;
    }
    .form_zd {
        width: 96%;
        margin-left: 2%;
        height: auto;
    }
    .form_zd input {
        width: 100%;
        height: 40px;
    }
    .form_zd_sc i {
        line-height: 40px;
    }
    .form_ts {
        width: 100%;
        padding: 0 10px;
    }
    .form_an {
        width: 100%;
        margin-top: 20px;
    }
    .button_tj {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .ny_lx_bt span {
        font-size: 26px;
    }
    .ny_lx_lx {
        margin-top: 30px;
    }
    .ny_lx_lx ul li {
        width: 100%;
        text-align: center;
        padding: 50px 15px 15px 15px;
        box-shadow: 0 0 10px #fff;
    }
    .ny_icoa {
        background: url(../images/ico_add.png) center 15px no-repeat;
    }
    .ny_icob {
        background: url(../images/ico_email.png) center 15px no-repeat;
    }
    .ny_lx_lx ul li span {
        font-size: 16px;
    }
    .ny_lx_lx ul li p {
        font-size: 14px;
        line-height: 22px;
    }
    .ny_lx_div {
        height: auto;
        float: left;
    }
    .ny_lx_left {
        height: auto;
    }
    .wh_div {
        bottom: 0;
        background: rgba(191, 142, 33, 0.2);
    }
    .about_map {
        width: 100%;
        left: 0;
        top: 30%;
    }
    .ny_lx_right {
        margin-bottom: 20px;
        float: left;
    }
    .zp_lf {
        font-size: 22px;
    }
    .zp_in_a .zp_lf {
        font-size: 20px;
    }
    .zp_in_b {
        font-size: 18px;
        line-height: 38px;
    }
}


/*联系我们  */

.lianxi_gs {
    padding-top: 10px;
}

.lianxi_gs .xin_dandu {
    margin-top: 30px;
}

.lianxi_gs .xin_dandu .shang {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    font-size: 16px;
    color: #323232;
}

.lianxi_gs .xin_dandu .shang img {
    margin-right: 10px;
}

.map_gs {
    margin-top: 50px;
}

@media only screen and (max-width:992px) {
    .lianxi_gs .xin_dandu .shang {
        font-size: 19px;
    }
}


/* 在线留言 */

.nei_zxly {
    padding-top: 60px;
}

.nei_zxly h5 {
    font-size: 20px;
    color: #323232;
    text-align: center;
}

.nei_zxly h6 {
    font-size: 17px;
    color: #646464;
    text-align: center;
    margin-top: 15px;
}

.nei_zxly .liuyan {
    margin-top: 25px;
}

.nei_zxly .liuyan .in_put {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nei_zxly .liuyan .in_put input {
    flex: 0 0 32%;
    height: 30px;
    border: 1px solid #e6e6e6;
    margin-top: 25px;
    padding-left: 20px;
}

.nei_zxly .liuyan .in_put textarea {
    border: 1px solid #e6e6e6;
    margin-top: 25px;
    flex: 0 0 100%;
    height: 153px;
    padding: 20px;
}

.nei_zxly .liuyan .in_put button {
    margin-top: 25px;
    flex: 0 0 100%;
    height: 30px;
    background-color: #4881c2;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width:992px) {
    .nei_zxly {
        padding-top: 50px;
    }
    .nei_zxly h5 {
        font-size: 22px;
    }
    .nei_zxly h6 {
        font-size: 19px;
    }
    .nei_zxly .liuyan .in_put input {
        flex: 0 0 100%;
        height: 50px;
        font-size: 19px;
    }
    .nei_zxly .liuyan .in_put textarea {
        font-size: 19px;
    }
    .nei_zxly .liuyan .in_put button {
        height: 50px;
        font-size: 19px;
    }
}
.xia_neeex{
    position: sticky;
    top: 100px;
    left: 0;
}
/* 产品 */

.product_content {
   
    margin-top: 30px;
}

.product_content .row {
    margin: 0 -11px;
}

.product_content .col-lg-4 {
    padding: 0 11px;
    margin-bottom: 50px;
}

.product_list {
    display: block;
    position: relative;
    overflow: hidden;
}

.product_img {
    position: relative;
    overflow: hidden;
}

.product_img img {
    /*width: 100%;*/
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    width: 317px;
    height: 278px;
}

.product_list:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.product_img::before,
.product_img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
}

.product_img::before {
    left: 0;
    top: 0;
    border-top: 2px solid #445e9f;
    border-left: 2px solid #445e9f;
}

.product_img:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #445e9f;
    border-bottom: 2px solid #445e9f;
}

.product_list:hover .product_text {
    color: #164495;
}

.product_list:hover .product_img::before,
.product_list:hover .product_img::after {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.product_list .product_text {
    font-size: 16px;
    color: #646464;
    text-align: center;
    padding: 15px;
}

.product_nav h2 i {
    display: none;
}

@media only screen and (max-width:1024px) {
    .product_content,
    .product_row .product_nav {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product_list .product_text {
        font-size: 18px;
    }
    .product_nav h2 {
        display: flex;
        align-items: flex-end;
    }
    .product_nav h2 i {
        display: block;
        font-size: 20px;
        margin-left: 20px;
        font-weight: bold;
    }
    .product_content .row {
        margin: 0 -6px;
    }
    .product_content .col-lg-4 {
        padding: 0 6px;
    }
    .product_nav {
        margin-bottom: 40px;
    }
    .product_nav ul {
        display: none;
    }
}


 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}



/* 分页 */

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom:20px;
    margin-top: 20px;
}

.pages a,.pages span {
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #397afa;
    margin-left: 10px;
    width: 40px;
    height: 40px;
   
    border: 1px solid #1e8aca;
    border-radius: 5px;
}

.pages .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #1e8aca ;
   
    font-weight: bold;
}


@media only screen and (max-width:1600px){
.nei_banm {
    height: 22.75rem;
}
}
@media only screen and (max-width:992px){
    .container{
        max-width: 100%;
        padding:0 30px;
    }
    .nei_banm h5{
        font-size: 40px;
    }
.nei_banm {
    height: 16.75rem;
}
}