@charset "utf-8";

/* CSS Document */
/*公共样式与首页样式*/
html {
    -webkit-text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/
}

body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {}

a {
    outline: none;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

body {
    overflow-x: hidden;
    font-size: 16px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    /*border-collapse:collapse;border-spacing:0;*/
}

fieldset,
a img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
    /*去掉苹果的默认UI来渲染按钮*/
}

em,
i {
    font-style: normal;
}

/*内边框*/
.borpd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.toe {
    /*超出省略号*/
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/* 清除浮动*/
.colwrapper {
    overflow: hidden;
    zoom: 1
        /*for ie*/
    ;
    margin: 5px auto;
}

/* 高度自适应 */
.strong {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.show {
    display: block;
    visibility: visible;
}

.hide {
    display: none;
    visibility: hidden;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    /** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.break {
    word-wrap: break-word;
    overflow: hidden;
    /*word-break:break-all;*/
}


A {
    TEXT-DECORATION: none;
}

A:link {
    color: #222222;
    outline: none;
}

A:visited {
    color: #222222;
}

A:active {
    color: #222222
}

A:hover {
    COLOR: #1362ad
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: "san", 'Noto Sans SC', Arial, "微软雅黑";
    background: #ffffff;
    color: #222222;
    overflow-x: hidden;
}

@font-face {
    font-family: 'san';
    src: url('../fonts/NotoSansSC.ttf');
}

html {
    width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
dl,
dt,
dd,
header,
article,
iframe,
footer,
ol,
div,
img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a,
i,
span,
:before,
:after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b,
label {
    font-weight: normal;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: Arial, "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.usbanner {
    height: 28vw;
}

.w_33 {
    border-right: none !important;
}




@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        padding: 0 15px;
    }

    body {
        font-size: 12px;
        line-height: 1.5;
    }



}

@media only screen and (min-width: 1200px) {
    .mob {
        display: none;
    }

    .main {
        width: 90%;
        margin: 0 5%;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}

@media only screen and (max-width: 1200px) {
    #nav_top {
        width: 100%;

    }


    .top {
        width: 100%;
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
        position: fixed;
        z-index: 700;
        left: 0px;
        top: 61px;
        height: 55px;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        background: url(../img/logo.png) left center no-repeat;
        background-size: auto 95%;
        width: 140px;
        height: 30px;
        position: absolute;
        left: 15px;
        top: 12.5px;
    }

    .logo a {
        position: absolute;
        height: 30px;
        width: 60px;
        left: 0;
        top: 0px;
    }


    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px rgba(255, 255, 255, .2);
    }

    .menu a.dbt {
        font-size: 16px;
        font-weight: bold;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 12px 0px;
        text-align: left;
        padding-left: 3%;
        color: #fff;
    }

    .menu li {
        position: relative;
    }

    .menu i {
        display: block;
        background: url(../img/icon2-1.png) no-repeat center/50%;
        width: 20px;
        height: 38px;
        position: absolute;
        z-index: 11;
        right: 15px;
        top: 0;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }


    .menu .txtk {
        width: 100%;
        float: left;
    }

    .menu .menu_item {
        display: none;
    }

    .menu .menu_item .imgk {
        display: none;
    }

    .menu .menu_item .d1 {
        display: none;
    }

    .menu .menu_item,
    .menu .menu_item .d2 {
        width: 100%;
        float: left;
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 100%;
        float: left;
        font-size: 15px;
    }

    .menu .items dd {
        width: 50%;
        font-size: 13px;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 8%;
    }

    .menu .d2>dl>dd {
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }

    .menu .d2>dl>dd:last-child {
        border: none;
    }

    .menu .items dd a {
        padding-left: 32%;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }
    .top{
        top:0px !important;
    }
   
    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0);
        position: fixed;
        left: 100%;
        top: 55px;
        height: calc(100vh - 55px);
        height: -moz-calc(100vh - 55px);
        height: -webkit-calc(100vh - 55px);
        overflow-y: auto;
        z-index: 800;
        padding-bottom: 150px;
    }

    .ss {
        height: 55px;
        width: 40px;
        display: block;
        position: absolute;
        right: 95px;

    }

    .ss a.cd_ss.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: auto 30px;
        background-color: #084897;
    }

    .ss a.cd_ss {
        content: '';
        height: 55px;
        width: 100%;
        display: block;
        background: url(../img/t_ss.png) center center no-repeat;
        cursor: pointer;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
    }

    .ss .txtk {
        position: fixed;
        overflow: hidden;
        right: 0px;
        left: 0px;
        top: 55px;
        width: 100%;
        background-color: #084897;
        padding: 10px 15px;
        display: none;
    }

    .ss .form-control {
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, .2);
        color: #ffffff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 14px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 35px;
        border: 0;
        right: 20px;
        top: 10px;
        background: url(../img/t_ss.png) center center no-repeat;
        background-size: auto 50%;
    }

    a.cd_yy {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        position: absolute;
        right: 55px;
        top: 50%;
        margin-top: -15px;
        font-size: 15px;
    }

}

@media only screen and (min-width: 1200px) {
    #navk {}

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;
        color: #fff;
        /* background-color: rgba(0, 0, 0, .55); */
        position: fixed;
      
        padding-top: 20px;
        z-index: 30;
        left: 0;
        /* top: 31px; */
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #ny_top.on {
        background-color: rgba(230, 230, 230, .9);
    }

    .top .main {
        height: 39px;
        position: relative;
    }

    .top_jg {
        display: none;
    }

    .logo {
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 60%;
        width: 189px;
        height: 39px;
        position: absolute;
        left: 107px;
        /* top: 50%; */
    }

    #ny_top.on .logo {
        background-image: url(../img/logo.png);
    }

    .menu {
        position: relative;
        height: 39px;
        left: 273px;
        /* float: right; */
    }

    .menu li {
        width: 8%;
        height: 39px;
        float: left;
        margin-right: 30px;
        position: relative;
    }

    .menu a.dbt {
        font-family: "AlibabaPuHuiTi-Light";
        font-size: 16px;
        display: block;
        height: 39px;
        line-height: 39px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    #ny_top.on .menu a.dbt {
        color: #333;
    }

    .menu a.dbt:hover,
    .menu li:hover a.dbt,
    a.cd_yy:hover {
        /* border-bottom: solid 3px #e79d38; */
        font-family: 'AlibabaPuHuiTi-Bold';
        background-color: #fff;
        color: #2072ba !important;

    }

    .menu .menu_item {
        /* width: calc(50%+189px); */
        padding: 0px 5%;
        background-color: #fff;
        position: fixed;
        left: 13%;
        right: 12%;
        top: 58px;
        font-size: 15px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
        display: none;
        overflow: hidden;
        z-index: 111;
    }

    .menu .menu_item .bt {
        color: #0058ce;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .menu .menu_item .imgk {
        width: 100%;
        float: left;
    }

    .menu .menu_item .d1 {
        margin-top: 40px;
        width: 35%;
        float: left;
        padding: 30px 0;
    }

    .menu .menu_item .d2 {
        width: 60%;
        float: left;
        padding: 50px 0 50px 0;
        /* border-right: solid 1px #e5e5e5; */
        margin-left: 5%;
        min-height: 370px;
    }


    .menu .menu_item .imgk img {
        width: 100%;
    }

    .menu .item_nav {
        width: 100%;
        float: left;
        position: relative;

    }

    .menu .item_nav div {
        font-family: 'AlibabaPuHuiTi-Light';
        font-size: 13px;
        margin-left: 5%;

    }


    .menu dl dd {
        width: 100%;
        float: left;
    }

    .menu dl dd>.items {
        position: absolute;
        left: 100%;
        top: 0px;
        height: 250px;
        width: 140%;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
    }

    .menu dl dd:hover>.items {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        display: block;
    }

    .menu dl dd>.items dd {
        padding-left: 1px;
    }

    .menu .items dl {
        width: 50%;
        float: left;
    }

    .menu dl a {
        font-family: "AlibabaPuHuiTi-Bold";
        display: block;
        width: 100%;
        padding: 10px 40px 10px 30px;
        line-height: 30px;
        position: relative;
        float: left;
    }

    .menu .item_nav>dd>a:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        margin-left: 20px;
        top: 50%;
        margin-top: -7.5px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%231362ad'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        transform: rotate(-90deg);
    }

    .menu dl a:hover,
    .menu dl dd:hover>a {
        background-color: #f7f7f7;
    }

    a.cd_yy {
        color: #fff;
        float: right;
        font-size: 16px;
        line-height: 80px;
        height: 39px;
        position: relative;
    }

    #ny_top.on a.cd_yy {
        color: #333;
    }

    .ss {
        position: relative;
        height: 40px;
        line-height: 40px;
        display: block;
        background: url("../img/t_ss.png") center center no-repeat;
        z-index: 33;
        float: right;
        width: 40px;
        margin-top: 20px;
        margin-right: 10px;

    }

    #ny_top.on .ss {
        background: url("../img/t_ss_on.png") center center no-repeat;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 40px;
        right: 0px;
        top: 0px;
        width: 0%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        border: solid 1px rgba(255, 255, 255, 0);
    }

    .ss:hover {
        background: none;
    }

    .ss:hover .txtk {
        width: 240px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        background-color: #084897;
    }

    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 0;
        padding: 0 0 0 15px;
        background: rgba(255, 255, 255, 0);
        color: #ffffff;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        right: -1px;
        top: -1px;
        background: url(../img/t_ss.png) center center no-repeat;
    }

    /**工程案例**/
    .en_title {
        position: absolute;

        text-align: center;
        left: 50%;
        top: 20%;
        transform: translateX(-50%, -20%);
        font-size: 30px;
        color: #000000;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: 400;
    }

    .en_title div:last-child {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 14px;
        color: #000000;

    }

    .en_content {
        /* display: inline-flex; */
        /* position: absolute; */
        top: 85%;
        left: 50%;
        /* height: 100%; */
        transform: translate(-50%, -85%);
    }

    .en_content .ex {
        width: 18%;
        max-width: 411px;
        height: 330px;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        /* top: 100px; */
        border-radius: 38px;
        background-color: #fff;
        margin-right: 33px;
        border: 2px solid #95C3EB;
        float: left;

    }

    .en_content .swiper-slide {
        width: 250px !important;
        max-width: 411px;

        /* top: 70%;
        transform: translateY(-70%); */
    }

    .en_swiper {

        position: fixed;
        left: 50%;
        bottom: 16%;
        transform: translate(-50%, -16%);
    }

    .en_content .ex img {
        width: 100%;
        height: 60%;
        border-top-left-radius: 38px;
        border-top-right-radius: 38px;
    }

    .en_content .title {
        padding: 20px;
        width: 256px;
        height: 31px;
        font-size: 14px;
        font-family: "AlibabaPuHuiTi-Bold";
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-orient: vertical;

    }

    .en_content .desc {
        display: grid;
        padding: 20px 20px 20px 20px;
        width: 100%;
        height: 76px;
        font-size: 12px;
        font-family: "AlibabaPuHuiTi";
        font-weight: normal;
        color: #888888;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .zoom {
        transform: scale(1.2);
    }

    .empty_content {
        height: 100px;
    }

}

@media only screen and (max-width:1199px) {

    /**工程案例**/
    .en_title {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 15%;
        transform: translateX(-50%, -20%);
        font-size: 30px;
        color: #000000;
        font-family: "AlibabaPuHuiTi";
        font-weight: 400;
    }

    .en_title div:last-child {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 14px;
        color: #000000;
    }

    .en_content {
        display: inline-flex;
        /* position: absolute; */
        height: 400px;
        /* bottom: 14%; */
    }

    .en_content .ex {
        width: 18%;
        max-width: 411px;
        height: 330px;
        position: relative;
        top: 8%;
        border-radius: 38px;
        background-color: #fff;
        margin-right: 33px;
        border: 2px solid #95C3EB;
        float: left;

    }

    .en_content .swiper-slide {
        width: 250px !important;
        max-width: 411px;

        /* top: 70%;
        transform: translateY(-70%); */
    }

    .en_swiper {

        position: fixed;

        bottom: 16%;

    }

    .en_content .ex img {
        width: 100%;
        height: 60%;
        border-top-left-radius: 38px;
        border-top-right-radius: 38px;
    }

    .en_content .title {
        padding: 20px;
        width: 256px;
        height: 31px;
        font-size: 14px;
        font-family: "AlibabaPuHuiTi-Bold";
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-orient: vertical;

    }

    .en_content .desc {
        display: grid;
        padding: 20px 20px 20px 20px;
        width: 100%;
        height: 76px;
        font-size: 12px;
        font-family: "AlibabaPuHuiTi";
        font-weight: normal;
        color: #888888;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .zoom {
        transform: scale(1.2);
    }

}

@media only screen  and (min-width:800px){
    .link_div {
        display: block !important;
    }
    .link_div_mobile {
        display: none !important;
    }
}




@media only screen  and (max-width:767px){
    .news_title{
        font-size:14px !important;

    }
    .link_div {
        display: none !important;
    }
    .link_div_mobile {
        display: block !important;
    }
    .partner_bg{
        display: none;
    }
    .partner_bg_mobile {
        display: block;
    }
    .partner_bg .name {
        font-size: 30px !important;
    }
    .partner_bg .en {
        font-size: 12px !important;
        padding-top:5px !important;
    }
    .partner_icon{
        padding: 10px !important;
        left: 0px !important;
        width: 100% !important;
    }
    .dun {
        font-size: 10px;margin-left: -10px !important;
    }
    
}
.dun{
    font-size: 10px;margin-left: -20px;
}

@media only screen and (max-width:1920px) {

    /**工程案例**/
    .en_title {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 15%;
        transform: translateX(-50%, -20%);
        font-size: 30px;
        color: #000000;
        font-family: "AlibabaPuHuiTi";
        font-weight: 400;
    }

    .en_title div:last-child {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 14px;
        color: #000000;

    }

    .en_content {
        /* display: inline-flex; */
        /* position: absolute; */
        height: 400px;
        /* bottom: 12%; */
    }

    .en_content .ex {
        width: 18%;
        max-width: 411px;
        height: 330px;
        position: relative;
        top: 8%;
        border-radius: 38px;
        background-color: #fff;
        margin-right: 33px;
        border: 2px solid #95C3EB;
        float: left;
        margin-top: 0px !important;
        margin-bottom: 0px !important;

    }

    .en_content .swiper-slide {
        width: 250px !important;
        max-width: 411px;

        /* top: 70%;
        transform: translateY(-70%); */
    }

    .en_swiper {

        position: fixed;

        bottom: 16%;

    }

    .en_content .ex img {
        width: 100%;
        height: 60%;
        border-top-left-radius: 38px;
        border-top-right-radius: 38px;
    }

    .en_content .title {
        padding: 20px;
        width: 256px;
        height: 31px;
        font-size: 14px;
        font-family: "AlibabaPuHuiTi-Bold";
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-orient: vertical;

    }

    .en_content .desc {
        display: grid;
        padding: 20px 20px 20px 20px;
        width: 100%;
        height: 76px;
        font-size: 12px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #888888;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .zoom {
        transform: scale(1.2);
    }

    .empty_content {
        height: 100px;
    }

}

@media only screen and (max-width:1200px) {
  
    /**工程案例**/
    .en_title {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 15%;
        transform: translateX(-50%, -20%);
        font-size: 30px;
        color: #000000;
        font-family: "AlibabaPuHuiTi";
        font-weight: 400;
    }

    .en_title div:last-child {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 14px;
        color: #000000;

    }

    .en_content {
        display: inline-flex;
        /* position: absolute; */
        height: 400px;
    }

    .en_content .ex {
        width: 18%;
        max-width: 411px;
        height: 330px;
        position: relative;
        top: 10%;
        border-radius: 38px;
        background-color: #fff;
        margin-right: 33px;
        border: 2px solid #95C3EB;
        float: left;

    }

    .en_content .swiper-slide {
        width: 250px !important;
        max-width: 411px;

        /* top: 70%;
        transform: translateY(-70%); */
    }

    .en_swiper {

        position: fixed;

        bottom: 16%;

    }

    .en_content .ex img {
        width: 100%;
        height: 60%;
        border-top-left-radius: 38px;
        border-top-right-radius: 38px;
    }

    .en_content .title {
        padding: 20px;
        width: 256px;
        height: 31px;
        font-size: 14px;
        font-family: "AlibabaPuHuiTi-Bold";
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-orient: vertical;

    }

    .en_content .desc {
        display: grid;
        padding: 20px 20px 20px 20px;
        width: 100%;
        height: 76px;
        font-size: 12px;
        font-family: "AlibabaPuHuiTi";
        font-weight: normal;
        color: #888888;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .zoom {
        transform: scale(1.2);
    }

    .empty_content {
        height: 100px;
    }

}
@media only screen and (max-width:767px){
    .en_content{
        margin-top: 300px;
        display: grid;
    }
    .en_content .ex img{

    }
    .al_content {
        margin-top:-200px;
        top: 0px !important;
    }
    
}

.ex:hover {
    transform: scale(1.2);
}

.black {
    color: #000;
}
.culture_3 span:first-child{
    margin-left: 30px;
}
.culture_3 span{
    margin-right: 30px;
}
@media only screen and (min-width: 1600px) {

    a.cd_yy,
    .menu a.dbt {
        font-size: 16px;
    }

    .menu li {
        margin-right: 40px;
    }

    .ss {
        margin-right: 20px;
    }

    .logo {
        background-size: auto 65%;
    }

    .menu .menu_item {
        font-size: 16px;
    }
}

.ss .form-control::placeholder {
    color: #ffffff;
}

.foot {
    background-color: #191922;
}

.foot1 {
    padding: 30px 0;
    border-bottom: solid 1px rgba(255, 255, 255, .15);
}

.foot2 {
    padding: 30px 0 50px 50px;
    border-bottom: solid 1px rgba(255, 255, 255, .15);
}

.foot3 {
    padding: 30px 0;
}

.foot a,
.foot {
    color: #fff;
}

.foot a:hover {
    color: #ffffff;
}

.foot_logo {
    background-image: url(../img/logo_foot.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    width: 160px;
    height: 53px;
    display: block;
}

.foot2 .d1 {
    /*width: 280px;*/
    float: left;
}

.foot_lb1 a {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: 0 20px 20px 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.foot_lb1 a:before {
    content: '';
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto 12px auto;
}

.foot_lb1 a.a1:before {
    background-image: url("../img/sy_e1.png");
}

.foot_lb1 a.a2:before {
    background-image: url("../img/sy_e2.png");
}

.foot_lb1 a.a1 {
    background-image: url("../img/sy_d1.png");
}

.foot_lb1 a.a2 {
    background-image: url("../img/sy_d2.png");
}

.foot2 .d2 {
    width: 500px;
    float: left;
    margin-left: 50px;
    margin-top: 64px;
}

.line {
    height: 2px;
    background-color: #fff;
    width: 20px !important;
    margin-top: 18px;
}

.bt {
    font-size: 12px;
    font-family: "AlibabaPuHuiTi-Bold";
    color: #FEFEFE;
}

.font_content {
    font-size: 12px;
    font-family: "AlibabaPuHuiTi-Light";
    color: #FEFEFE;

}

.foot dd {
    font-size: 12px;
    font-family: "AlibabaPuHuiTi-Light";

    color: #FEFEFE;
}

.cd_f {
    float: left;
    width: 100%;
}

.cd_f li {
    width: 33.3333%;
    float: left;
    line-height: 30px;
}

.cd_f .bt,
.cd_f .bt a {
    color: #fff;
}

.cd_f .bt {
    margin-bottom: 12px;

}

.foot2 .d3 {
    width: 200px;
    text-align: right;
    float: right;
}

.foot2 .d3 .s_tel {
    display: block;
    width: 100%;
    background-image: url("../img/t_tel.png");
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    height: 28px;
    margin-bottom: 25px;
    float: left;
}

.foot2 .d3 .ewm {
    width: 80%;
    float: right;
}

.foot2 .d3 .ewm img {
    margin-bottom: 15px;
}
/*资讯*/
.news_title{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
font-family:"AlibabaPuHuiTi-Medium";
    font-size: 33px;
color: #191922;
}
.news_en {
height: 26px;
font-size: 13px;
font-family:"AlibabaPuHuiTi-Light";
font-weight: normal;
color: #000000;

}
.news_list{
  
        background-image: url('../img/news/bg.png');
      
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
    
}
.cx_div{
    margin-top: 70px;margin-bottom: 50px;text-align: center;
}

.cx_en {
    height: 20px;
    color: #000 !important;
    font-family:'AlibabaPuHuiTi-Light' !important; 
    font-size: 10px;
    margin-top: 10px;
}
.cx_num{
    margin-top: 30px;
    position: relative;
    width: 80% !important;
    left: 50%;
    transform: translateX(-50%);
}
.cximg{
    display: inline-flex;
    text-align: center;
    position: relative;
    width: 80%;
    margin-bottom: 50px;
    justify-content: center;
}
.cximg li {
    width: 15%;
}
.cximg li+li{
    margin-right: 4%;
}
.cximg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.list-paddingleft-2 img {
    margin-top: 80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.f33{
    font-size: 33px !important;
}
.al_bg{
    background-image: url('../img/al/bg.png');
      
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.pd_content{
    padding: 10px 10px 10px 20px;
    text-align: left !important;
}
.sr_content_mobile{
    display: none;
}

.wx_dialog {
    position: fixed;
    left: 30%;
    transform: translateX(-30%);
    text-align: center;
    background-color: #888888;
    display: none;
    bottom: 50px;
}
.wx_dialog img{
    width: 200px;
    height: 200px;
}
.on {
    display: block !important;
}

.w100 {
    width: 100%;
}
.factory_info {
    display: none;
    background-color: #fff;
    width: 360px;
    height: 90px;
    position: absolute;
    bottom: 150%;
    left: -200px;
    z-index: 10;

}
.factory_info .title {
    font-family: "AlibabaPuHuiTi-Bold";
    font-size: 16px;
   
}
.none {
    display: none !important;
}

.factory_info .desc {
    font-family: "AlibabaPuHuiTi-Light";
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
   
}
.location_img{
    display: flex;
    position: absolute;
}
.d_active_img {
    z-index: 1;
}
.d_img{
    z-index: -1;
    position: relative;
}
.d_img img {
    z-index: -1;
    position: relative;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 200px;
  }
  .factory_area{
    position: absolute;left: 43%;top: 10%; display: grid;color:#fff;
    text-align: center;

    
  }
  .factory_area .name {
    font-family: "AlibabaPuHuiTi-Bold";
    font-size: 50px;
  }
  .factory_area .en {
    font-family: "AlibabaPuHuiTi-Light";
    font-size: 20px;
    padding-top: 20px;
  }
  .partner_bg {
        width: 100%;background-color: #fff;
        background-image: url('../img/about/dd.jpg');
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
       
  }

  .partner_bg .name {
    font-family: "AlibabaPuHuiTi-Bold";
    font-size: 50px;
    text-align: center;
    
  }
  .partner_bg .name div:first-child{
    padding-top: 50px;
  }
  .partner_bg .en {
    font-family: "AlibabaPuHuiTi-Light";
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
  }
  .partner_icon{
    /* width: 70%; */
    display: flex;
    flex-wrap:wrap;
    position: relative;
    /* left: 15%; */

  }
  
  .partner_icon img{
    height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
  
  }
.person{
    padding: 5% 18% 1% 18%;
    font-family: "AlibabaPuHuiTi-Light";
    font-size: 18px;
    line-height: 1.5;

}
.person_title{
    font-family: "AlibabaPuHuiTi-Medium";
    font-size: 30px;
    color: #000;
    padding-bottom: 20px;
}
.person_desc{
    font-size: 14px;
    line-height: 1.5;
}
.person_name{
    font-family: "AlibabaPuHuiTi-Light";
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.person_small{
    font-family: "AlibabaPuHuiTi-Medium";
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1;
}

.f26{
    font-size: 26px;
}
.f24{
    font-size: 20px;
}
@media only screen and (min-width:800px){
    .partner_bg{
        display: block;
    }
    .partner_bg_mobile {
        display: none;
    }
}

.location_mobile{
    display: none;
}

.location{
    display: block;
}



@media only screen and (min-width:1200px){
    
    .pd_al{
        width: 200px;
        font-size: 10px;
        font-family: 'AlibabaPuHuiTi-Light';
        line-height: 20px;
        text-align: center;
      
    }
    .pd_al img{
        width: 162px;
        height: 162px;
        border-radius: 50%;
    }
    .pdt50{
        padding-top: 5%;
    }
    .al_container{
        background-color: #fff;
        border: 1px solid #9a9a9a;
        width: 226px;
        height: 282px;
        border-radius: 14px;
    }
    .al_container .img{
        border-top-left-radius:14px;border-top-right-radius: 14px;
    }
    .al_container .content {
        padding: 10px 0 10px 20px;
                            text-align: left;
    }
    .al_container .title {
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Bold' !important;
        font-weight: 600; 
    }
    .al_container .desc {
        margin-top: 10px;
        font-size: 12px;
        text-align: left;
        line-height: 14px;
        color: #888888;
        font-family: 'AlibabaPuHuiTi' !important;
    }
    .al_list{
        width: 80%;
        position: relative;
        left: 53%;
        transform: translateX(-53%);
        
        z-index: 10;
    }
    .al_list li {
        width: 20% !important;
        margin-right: 40px;
        float: left;
        margin-top: 20px;
    }
    

}
.study {
    background-image: url('../img/study/s_02.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-align: center;
    height: 800px;
    

}

@media only screen and (max-height: 500px){
    .en_content {
        margin-top: 100px;

    }
    .en_content .ex {
        height: 260px;
    }
    .footer-text{
        padding-bottom: 150px;
    }

}

@media only screen and (max-width: 1199px) and (min-width:768px) {
    .link_div {
        display: block !important;
    }
    .link_div_mobile {
        display: none !important;
    }
    .course_list {
        width: 83%;
        position: relative;
        left: 50%;
        transform:translateX(-50%);
        display: flex;
        overflow-x: hidden;
        justify-content: left;
        flex-wrap: wrap;
        margin-top: 30px;
    }
     .course {
        width: 250px;
        height: 320px;
        background-color: #fff;
        border-radius: 28px;
        border: 1px solid #dcdcdc;
        float: left;
        margin-bottom: 30px;
    
    }
    .course .img_container{
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            width: 100%; /* 设置容器宽度 */
            height: 200px; /* 设置容器高度 */
        
    }
    .img_container img{
        width: 100%;
        height: 100%;
        border-top-right-radius: 28px;
        border-top-left-radius:28px ;
       
    }
    .course+.course{
        margin-left: 10px;
    }
   
    .course .title{
        display: inline-flex;
        padding: 15px 5px 10px 15px;
        
    
    }
    .course .name{
       width: 100px;
       text-align: left;
       font-family: "AlibabaPuHuiTi-Bold";
       font-size: 16px;
       flex: 1;
        
    }
    .course .time {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 16px;
       color: #2072ba;
    }
    .course .desc{
        text-align: left;
        font-family: "AlibabaPuHuiTi-Light";
        font-size: 13px;
        padding: 15px 15px 10px 15px;
        color: #888888;
    }
    .study .info {
        width: 80%;
        text-align: left;
        text-indent: 2em;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 150px;
        margin-top: 45px;
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Light';
        line-height: 40px;
        color: #4c4c4c;
    
    }
    
    .study .info2{
        margin-top: 20px !important;font-size: 16px;line-height: 28px;height: 500px;
        font-family: 'AlibabaPuHuiTi-Light';
    }

}
.cx_p {
    display: inline-flex;
    justify-content: center;
    
}
.cx_p p {
   margin-right: 20px;
    
}
/* .cx_desc {
    padding: 0 14% !important;
} */
.cx_desc .abount_desc {
    margin-top: 20px;
    text-align: left ;
}

@media only screen and (min-width: 1200px) {
    .course_list {
        width: 80%;
        position: relative;
        left: 50%;
        transform:translateX(-50%);
        display: flex;
        overflow-x: hidden;
        justify-content: left;
        flex-wrap: wrap;
        margin-top: 30px;
    }
     .course {
        width: 24%;
        height: 320px;
        background-color: #fff;
        border-radius: 28px;
        border: 1px solid #dcdcdc;
        float: left;
        margin-bottom: 30px;
    
    }
    .course .img_container{
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            width: 100%; /* 设置容器宽度 */
            height: 200px; /* 设置容器高度 */
        
    }
    .img_container img{
        width: 100%;
        height: 100%;
        border-top-right-radius: 28px;
        border-top-left-radius:28px ;
       
    }
    .course+.course{
        margin-left: 10px;
    }

.course .title{
    display: inline-flex;
    padding: 15px 5px 10px 15px;
    

}
.course .name{
   width: 100px;
   text-align: left;
   font-family: "AlibabaPuHuiTi-Bold";
   font-size: 16px;
   flex: 1;
    
}
.course .time {
    font-family: "AlibabaPuHuiTi-Bold";
    font-size: 16px;
   color: #2072ba;
}
.course .desc{
    text-align: left;
    font-family: "AlibabaPuHuiTi-Light";
    font-size: 13px;
    padding: 15px 15px 10px 15px;
    color: #888888;
}
.study .info {
    width: 80%;
    text-align: left;
    text-indent: 2em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    margin-top: 45px;
    font-size: 16px;
    font-family: 'AlibabaPuHuiTi-Light';
    line-height: 40px;
    color: #4c4c4c;

}

.study .info2{
    margin-top: 20px !important;font-size: 16px;line-height: 28px;height: 500px;
    font-family: 'AlibabaPuHuiTi-Light';
}
}
.cx_partner {
    display: flex; width: 70%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .cx_partner {
        display: flex; width: 90%;
            left: 50%;
            position: relative;
            transform: translateX(-50%);margin-bottom: 30px;
    }
    .about_title{
        font-size: 18px !important;
        text-align: center;
    }
    .en {
        text-align: center;
        margin-bottom: 30px;
    }
    .cx_en{
        font-size: 12px !important;
    }
    
    .course_list {
        /* width: 80%;
        position: relative;
        left: 50%;
        transform:translateX(-50%); */
        display:table-cell;
         overflow-x: hidden;
         /*justify-content: center;
        flex-wrap: wrap; */
        margin-top: 30px;
    }
     .course {
        width: 45%;
        height: 230px;
        background-color: #fff;
        border-radius: 28px;
        border: 1px solid #dcdcdc;
        float: left;
        margin-bottom: 30px;
        margin-left:12px;
    
    }
    .course .img_container{
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            width: 100%; /* 设置容器宽度 */
            height: 130px; /* 设置容器高度 */
        
    }
    .img_container img{
        width: 100%;
        height: 100%;
        border-top-right-radius: 28px;
        border-top-left-radius:28px ;
       
    }
    .course+.course{
        margin-left: 10px;
    }
    .course .title{
        display: inline-flex;
        padding: 15px 5px 10px 15px;
        
    
    }
    .course .name{
       width: 65px;
       text-align: left;
       font-family: "AlibabaPuHuiTi-Bold";
       font-size: 14px;
       flex: 1;
        
    }
    .course .time {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 14px;
       color: #2072ba;
    }
    .course .desc{
        text-align: left;
        font-family: "AlibabaPuHuiTi-Light";
        font-size: 12px;
        padding: 5px 15px 10px 15px;
        color: #888888;
    }
    .bottom_bg {
        position: relative;margin-top: -50px !important;z-index: -1;
    }
    .person{
        padding: 5% !important;
    }
    
    }


.wx {
    margin-top: 20px !important;
}
.wx img{
    width: 32px !important;
    margin-top:0px !important;
    height:24px !important;
    border-radius:unset !important;

}
.bottom_bg{
    position: relative;margin-top: -400px;z-index: -1;
}
.culture_bg{
    background-image: url('../img/culture/bg01.jpg?v=111');
    background-size: cover; 
    background-position: inherit;
    background-repeat: no-repeat; 

}
.em_list {
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
    display: grid;
    justify-content: center;
   
}
.em_list div {
    display: inline-flex;
    margin-bottom: 20px;
    
}
.em_list img {
    width: 380px;
    height: 100%;
}
.em_list img + img {
    margin-left: 10px;
}
@media only screen and (min-width: 1200px) {
    .recurit_title{
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 30px;
        color: #1f72ba;
        text-align: center;
        position: relative;
        margin-top: 30px;
    
    }
    .recurit_title::before,.recurit_title::after
    {
        content: '';
        position: absolute;
        bottom: 10px;
        width: 40px;
        height: 1px;
        background-color: #1f72ba;
    }
    .recurit_title::before{
        left: 40%;
    }
    .recurit_title::after{
        right: 40%;
    }
    
    .course_list {
        width: 80%;
        position: relative;
        left: 50%;
        transform:translateX(-50%);
        display: flex;
        overflow-x: hidden;
        justify-content: left;
        flex-wrap: wrap;
        margin-top: 30px;
    }
     .course {
        width: 24%;
        height: 320px;
        background-color: #fff;
        border-radius: 28px;
        border: 1px solid #dcdcdc;
        float: left;
        margin-bottom: 30px;
    
    }
    .course .img_container{
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            width: 100%; /* 设置容器宽度 */
            height: 200px; /* 设置容器高度 */
        
    }
    .img_container img{
        width: 100%;
        height: 100%;
        border-top-right-radius: 28px;
        border-top-left-radius:28px ;
       
    }
    .course+.course{
        margin-left: 10px;
    }

    .course .title{
        display: inline-flex;
        padding: 15px 5px 10px 15px
    }
    .course .name{
       width: 100px;
       text-align: left;
       font-family: "AlibabaPuHuiTi-Bold";
       font-size: 16px;
       flex: 1;
        
    }
    .course .time {
        font-family: "AlibabaPuHuiTi-Bold";
        font-size: 16px;
       color: #2072ba;
    }
    .course .desc{
        text-align: left;
        font-family: "AlibabaPuHuiTi-Light";
        font-size: 13px;
        padding: 15px 15px 10px 15px;
        color: #888888;
    }
    .study .info {
        width: 80%;
        text-align: left;
        text-indent: 2em;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 150px;
        margin-top: 45px;
        font-size: 16px;
        font-family: 'AlibabaPuHuiTi-Light';
        line-height: 40px;
        color: #4c4c4c;
    
    }
    
    .study .info2{
        margin-top: 20px !important;font-size: 16px;line-height: 28px;height: 500px;
        font-family: 'AlibabaPuHuiTi-Light';
    }
    }
   
@media only screen and (min-width: 1600px) {
    .cximg li {
        width: 15%;
    }
    .foot2 .d3 {
        width: 260px;
    }

    .foot2 .d3 .s_tel {
        height: 33px;
    }

    .foot2 .d1 {
        /*width: 315px;*/
    }

    .foot_lb1 a {
        width: 134px;
        height: 134px;
        font-size: 15px;
    }
}
.honor_card {
    background-color: #fff;position: relative;height: 350px;
    margin-bottom: 10vh;
}
.honor_list{
    position: relative;height: 200px;
        display: flex;
        position: relative;
        z-index: 2;
        justify-content: center;
        top: 50px;
}
.honor_list img {
    width: 120px;
    margin-right: 10px;

}

.honor_bg{
    position: absolute; bottom: 0%; width: 100%;z-index: 0;height: 350px;
}

@media only screen and (max-width: 1200px) {
    .foot1 {
        display: none;
    }

    .foot2 {
        padding: 20px 15px 15px 15px;
    }

    .foot3 {
        padding: 15px;
    }

    .foot2 .d1 {
        width: 100%;
    }

    .foot_lb1 a {
        width: 90px;
        height: 90px;
        font-size: 13px;
        margin: 0 15px 15px 0;
    }

    .foot_lb1 a:before {
        width: 22px;
        height: 22px;
        margin-bottom: 8px;
    }

    .foot2 .d2 {
        max-width: 500px;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .cd_f li {
        line-height: 20px;
        padding-right: 10px;
        margin-bottom: 5px;
    }

    .foot2 .d3 {
        width: 200px;
        margin-top: -100px;
    }

    .foot2 .d3 .s_tel {
        height: 25px;
        margin-bottom: 15px;
    }

    .cd_f .bt {
        margin-bottom: 10px;
    }
}
.sub {
    font-size: 10px;margin-left: -20px;
}



@media only screen and (max-width: 760px) {

    .recurit_title{
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 24px !important;
        color: #1f72ba;
        text-align: center;
        position: relative;
        margin-top: 30px;
    
    }
    .recurit_title::before,.recurit_title::after
    {
        content: '';
        position: absolute;
        bottom: 20px;
        width: 40px;
        height: 1px;
        background-color: #1f72ba;
    }
    .recurit_title::before{
        left: 20% !important;
    }
    .recurit_title::after{
        right: 20% !important;
    }
    .honor_text{
        font-size: 14px;
    }
    .cx_desc{
        padding: unset;
    }
    .cx_p {
        font-size: 14px !important;
    }
    .cx_p p {
        margin-right:6px;
    }
    .list-paddingleft-2 img{
        width: 100px;
        height: 100px;
    }
    .honor_card{
        height: 330px;
    }
    .honor_list {height: 170px;}
    .honor_list img:first-child{
        margin-right: 20px;
        width: 160px;
    }
    .honor_list img:last-child {
        width: 200px;
    }
    .honor_bg{
        height: auto;
    }
    .em_list div{
        display: block;
    }
     .second{
        overflow-x: hidden;
    }
   
    .maps {
        position: absolute;
    }
    .maps img {
        width: 22px;
        height: 26px;
    }
    .city_info{
        display: none;
    }
    .factory_area {
        font-family: 'AlibabaPuHuiTi-Light';
        display: grid;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
        z-index:10;
    }
    .factory_area .name {
        font-size: 24px !important;
        color: #000;
    }
    .factory_area .en {
        font-size: 12px;
        padding-top:unset;
    }
    .location_mobile{
        display: block !important;
        padding-top: 30px;
        position: relative;
    }
    
    .location{
        display: none !important;
    }
    .sr_bt{
        margin-top: 50px !important;
    }
    .honor_img{
        width: 100% !important;
    }
    .pdt50{
        padding-top: 0;
    }
    .sub{
        font-size: 10px;margin-left:-5px;
    }
    .cx_num{
        width: 100% !important;
    }
    .second .title{
        font-size: 20px !important;
    }
    .cx_div {
        margin-top:30px;
        margin-bottom: 30px;
    }
    .second .en{
        margin-top: unset !important;
        /* display: none; */
        margin-bottom: unset !important;
    }
    
    .sr_content_mobile{
       display: block;
    }
    .sr_bt{
        height: 37px !important;
    }
    .sr_wiper{
        /* position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 200px;
        margin-top: 90%; */
        text-align: center;
    width: 200px;
    margin-top: 56%;
    margin-left: 23%;
    float: left;
    }
    .cx_img{
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }
    .foot_lb1 a {
        width: 80px;
        height: 39px;
    }

    .foot2 .d3 .s_tel {
        display: none;
    }

    .foot2 .d3 {
        width: 100%;
        margin-top: 0px;
    }

    .foot2 .d3 .ewm {
        width: 100%;
        /*text-align: left!important;*/
        display: none;
    }

    .foot2 .d3 .ewm img {
        height: 39px;
    }

    .foot2 .d2 {
        max-width: 100%;
    }

    .usbanner {
        height: 50vw;
    }
}

.ban {
    width: 100%;
    text-align: center;
    position: relative;
}

/*.ban:before{*/
/*content: '';*/
/*background-image: url("../img/top_bj.png");*/
/*background-position: top center;*/
/*background-repeat: no-repeat;*/
/*background-size: 100% 100%;*/
/*position:absolute;*/
/*width:100%;*/
/*height:100%;*/
/*left:0px;*/
/*top:0px;*/
/*}*/
.ban img {
    width: 100%;
    display: block;
}

.ban .txtk {
    width: 50%;

    position: absolute;
    height: 100%;
    bottom: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    z-index: 1;
    /*align-items: center;*/
    padding-top: 20%;
}

.ban .txtk .bt {
    font-size: 55px;
    font-weight: bold;
    font-family: "AlibabaPuHuiTi";
    letter-spacing: 18px;
}


.ban i {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #ffffff;
    margin: 26px 0;
}

.abount_en {
    width: 100%;
    text-align: center;
    height: 14px;
    font-size: 14px;
    font-family: "Barlow-Medium";
    color: #FFFFFF;
    line-height: 14px;
   
}

@media only screen and (max-width: 1200px) {
    .ban .txtk .bt {
        font-size: 30px;
    }


    .ban .txtk .xbt {
        font-size: 20px;
    }

    .ban i {
        width: 30px;
        height: 3px;
        margin: 15px 0;
    }

    .ban .txtk {
        padding-top: 55px;
    }
}

@media only screen and (max-width:760px) {
    .sr_content{
        display: none !important;

    }
    .en{
        font-size: 12px !important;
    }

    .ban .txtk .bt {
        font-size: 17px;
    }

    .ban .txtk .xbt {
        font-size: 13px;
    }

    .ban i {
        width: 20px;
        height: 2px;
        margin: 5px 0;
    }
}


@media only screen and (max-width:767px) {
    .top{
        width: 100%;
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
        position: fixed;
        z-index: 700;
        left: 0px;
        top: 0;
        height: 55px;
    }
    .culture_3 {
        background-color: #fff;
        height: 130px;
        width: 100%;
    }
    .culture_3 .title {
        width: 100%;
        text-align: center;
        padding-top: 36px;
        height: 61px;
        font-size: 24px;
        font-family: "AlibabaPuHuiTi-Medium";
        font-weight: normal;
        color: #191922;

    }
    .culture_3 .title_en {
        width: 100%;
        text-align: center;
        height: 26px;
        font-size: 13px;
        margin-top: 10px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #000000;

    }

    .culture_3 .item {
        display: inline-flex;
        width: 100%;
      
        height: 65px;
        font-size: 20px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #191922;
        
       
    }
    .item div {
        width: 100%;
        text-align: center;
    }
    .pd_title{
        background-color: #fff;height: 80px;color: #2072ba !important;
        font-size: 20px;font-family: AlibabaPuHuiTi-Medium;text-align: center;
        margin-top: 20px;
    }
    .mt_30{
        margin-top: 0px ;
    }
    .em_list img{
        height: auto !important;
        margin-top: 10px;
    }
    .em_list img + img {
        margin-left: unset !important;
    }
    .culture_4{
        height: 150px !important;
    }
    .culture_4 .title{
        font-size: 24px !important;
    }
    
    .culture_4 .big_content {
        padding-top:unset !important;
        font-size: 20px !important;
    }
    .product_al_list ul{
        display: grid !important;
      
    }
    .product_al_list .pd_content{
        color: #fff;
        background-color: #888888;
        opacity: 0.9;
    }
    .pd_al div:first-child{
        width: 100% !important;
        height: 100% !important;
    }
    .study{
        height: 600px !important;
    }
    .info {
        text-indent: 2em;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
        font-family: 'AlibabaPuHuiTi-Light';
    }
    .info2{
        font-size: 14px;
    padding: 10px;
    text-indent: 2em;
    }
    
}
.product_al_list{
    display: flex;justify-content: center;

}

/*公司宗旨*/
@media only screen and (min-width:1200px) {
    .culture_3 {
        background-color: #e5e6ed;
        height: 300px;
        width: 100%;
    }

    .culture_3 .title {
        width: 100%;
        text-align: center;
        padding-top: 56px;
        height: 61px;
        font-size: 33px;
        font-family: "AlibabaPuHuiTi-Medium";
        font-weight: normal;
        color: #191922;

    }

    .culture_3 .title_en {
        width: 100%;
        text-align: center;
        height: 26px;
        font-size: 13px;
        margin-top: 25px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #000000;

    }

    .culture_3 .item {
        display: inline-flex;
        width: 100%;
        padding: 2%;
        height: 65px;
        font-size: 35px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #191922;
        line-height: 65px;
       
    }
    .item div {
        width: 33%;
        text-align: center;
    }
    .pd_title{
        background-color: #fff;height: 150px;color: #2072ba !important;
        font-size: 33px;font-family: AlibabaPuHuiTi-Medium;text-align: center;
        margin-top: 50px;
    }
    

}
.engineering{
    font-family: "AlibabaPuHuiTi";
    font-size: 30px;
}

/*公司宗旨*/
@media only screen and (max-width:1190px) and (min-width:768px){
    .recurit_title{
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 30px;
        color: #1f72ba;
        text-align: center;
        position: relative;
        margin-top: 30px;
    
    }
    .recurit_title::before,.recurit_title::after
    {
        content: '';
        position: absolute;
        bottom: 10px;
        width: 40px;
        height: 1px;
        background-color: #1f72ba;
    }
    .recurit_title::before{
        left: 40%;
    }
    .recurit_title::after{
        right: 40%;
    }
    .culture_3 {
        background-color: #e5e6ed;
        height: 300px;
        width: 100%;
    }

    .culture_3 .title {
        width: 100%;
        text-align: center;
        padding-top: 56px;
        height: 61px;
        font-size: 33px;
        font-family: "AlibabaPuHuiTi-Medium";
        font-weight: normal;
        color: #191922;

    }

    .culture_3 .title_en {
        width: 100%;
        text-align: center;
        height: 26px;
        font-size: 13px;
        margin-top: 25px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #000000;

    }

    .culture_3 .item {
        display: inline-flex;
        width: 100%;
        padding: 2%;
        height: 65px;
        font-size: 35px;
        font-family: "AlibabaPuHuiTi-Light";
        font-weight: normal;
        color: #191922;
        line-height: 65px;
       
    }
    .item div {
        width: 33%;
        text-align: center;
    }
    .pd_title{
        background-color: #fff;height: 150px;color: #2072ba !important;
        font-size: 33px;font-family: AlibabaPuHuiTi-Medium;text-align: center;
        margin-top: 50px;
    }
    

}

.culture_4{
    width: 100%;position: relative;
}
.culture_4 .content {
    position: absolute;
        width: 600px;
        text-align: center;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        font-size: 30px;
        color: #fff;
}
.culture_4 .en{
    letter-spacing:1px;
    font-size: 13px;
    font-family: "AlibabaPuHuiTi-Light";
}
.culture_4 div:first-child {
   font-family: "AlibabaPuHuiTi-Medium";
    letter-spacing:5px;
    font-size: 33px;
    color: #191922 !important;

}
.culture_4 .big_content {
    font-family: "AlibabaPuHuiTi-Light";
    font-size:35px;
    
}
/*二级页面*/

.second{
    position: relative;
    width: 100%;
}
.second .content {
    width: 500px;
    position: absolute;
    text-align: center;
    left: 50%;
    top:80%;
    transform: translate(-50%,-80%);
    color: #fff;
}
.second .title{
    font-family: "AlibabaPuHuiTi";
    font-size: 55px;
}
.second .en{
    font-size: 14px;
}
.second img {
    width: 100%;
}

@media only screen and (min-width: 1600px) {
    .ban .txtk .bt {
        font-size: 45px;
    }

    .ban .txtk .xbt {
        font-size: 34px;
    }

    .ban i {
        height: 5px;
        margin: 35px 0;
    }
}

@media only screen and (min-width: 1200px) {

    .link_div_mobile{
        display: none;
    }
    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}
.recurit_small{
    font-family: 'AlibabaPuHuiTi-Medium';
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    color: #5f5f5f;
}
.recurit_cir_list {
    display: inline-flex;width: 100%;justify-content: center;margin-top: 50px;
}
.recurit_cir {
    position: relative;
    width: 200px; /* 方块的宽度 */
    height: 100px; /* 方块的高度 */
    border: 1px solid #1f72ba;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
   
  }

  
  .recurit_cir .text {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    color: #1f72ba;
    font-family: 'AlibabaPuHuiTi-Medium';
    font-size: 16px;
  }
  .recurit_cir .desc {
    position: absolute;
    top: 20px;
    color: #606060;
    padding: 10px 20px;
    font-size: 14px;
   
  }
  .recurit_cir .desc:last-child{
    margin-top: 20px;
  }
  


@media only screen and (max-width: 1200px) {
    .recurit_title{
        font-family: 'AlibabaPuHuiTi-Medium';
        font-size: 30px;
        color: #1f72ba;
        text-align: center;
        position: relative;
        margin-top: 30px;
    
    }
    .recurit_title::before,.recurit_title::after
    {
        content: '';
        position: absolute;
        bottom: 20px;
        width: 40px;
        height: 1px;
        background-color: #1f72ba;
    }
    .recurit_title::before{
        left: 35%;
    }
    .recurit_title::after{
        right: 35%;
    }
    .pc {
        display: none;
    }

    .lm1k,
    .zx_nav {
        width: 100%;
    }

    .lm1,
    .zx_nav ul {
        width: 100%;
        display: none;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li,
    .zx_nav li {
        width: 100%;
        border-top: solid 1px #dddddd;
    }

    .lm1 li a,
    .zx_nav li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #fff;
    }

    .lm1 li a:hove,
    .zx_nav li a:hover {
        background: #1362ad;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position: relative;
        color: #1362ad;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0px 35px;
    }

    .lm1_bt a:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%231362ad'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }

    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .about_title {
        font-family: "AlibabaPuHuiTi-Medium";
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }
    .about_en {
        font-family: "AlibabaPuHuiTi-Light";
        padding-top: 10px;font-weight: normal;
        font-size: 14px;
        text-align: center;
    }

    .abount_desc {
        font-family: "AlibabaPuHuiTi-Light";
        font-size: 16px;
        color: #6E6E6E;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
        background-color: #ffffff;
        position: relative;
        font-size: 0;
    }

    .lm1 {
        width: 100%;
        position: relative;
        text-align: center;

    }

    .lm1 li {
        display: inline-block;
        padding: 0 40px;
        position: relative;
    }

    .lm1 li a {
        font-size: 16px;
        line-height: 50px;
    }

    .lm1 li:after {
        content: '';
        background-color: #1362ad;
        width: 3px;
        height: 16px;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
    }

    .lm1 li:last-child:after {
        display: none;
    }

    .lm1 li a.on,
    .lm1 li a:hover {
        color: #1362ad;
    }

    .lm1 li a.on {
        font-weight: bold;
    }
}

.y50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.y10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.y5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.y3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.zt_3d {
    color: #333;
}

.zt_6d {
    color: #666;
}

.zt_9d {
    color: #999;
}
.honor{
    height: 150px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
    
.honor_img{
    margin-top: 10px;
    width: 54%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    z-index: 1;
}
.honor_text{
    margin: 20px 0px;
    text-align: center;
    font-size: 20px;
    font-family: "AlibabaPuHuiTi";
    color: #565656;
}

@media only screen and (max-width: 1200px) {
    .md50 {
        margin-bottom: 20px;
    }

    .md70 {
        margin-bottom: 20px;
    }

    .md60 {
        margin-bottom: 20px;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 10px;
    }

    .md20 {
        margin-bottom: 15px;
    }

    .md25 {
        margin-bottom: 15px;
    }

    .md30 {
        margin-bottom: 20px;
    }

    .md35 {
        margin-bottom: 20px;
    }

    .md40 {
        margin-bottom: 20px;
    }
}

.md5 {
    margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
    .md50 {
        margin-bottom: 50px;
    }

    .md60 {
        margin-bottom: 60px;
    }

    .md70 {
        margin-bottom: 70px;
    }

    .md10 {
        margin-bottom: 10px;
    }

    .md15 {
        margin-bottom: 15px;
    }

    .md20 {
        margin-bottom: 20px;
    }

    .md25 {
        margin-bottom: 25px;
    }

    .md30 {
        margin-bottom: 30px;
    }

    .md35 {
        margin-bottom: 35px;
    }

    .md40 {
        margin-bottom: 40px;
    }

    .img_d {
        overflow: hidden;
    }

    .img_d img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .img_d:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    .xd {
        position: relative;
    }

    .xd:after {
        content: '';
        width: 0%;
        height: 2px;
        background-color: #08256b;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .xd:hover:after {
        width: 100%;
    }
}

.zt_lan,
a.cd_6d:hover {
    color: #133170;
}

a.cd_6d {
    color: #666;
}

.mh {
    width: 100%;
    float: left;
}

.imgk {
    width: 100%;
    overflow: hidden;
}

.imgk img {
    width: 100%;
}

.txtk {
    width: 100%;
}

.em1 {
    padding: 0 0.5em;
}

.em2 {
    padding: 0 1em;
}

.fy1 a {
    background-color: #ededed;
    font-size: 20px;
    color: #a1a1a1;
}

@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 30px;
    }

    .fy1 a {
        display: inline-block;
        padding: 0px 10px;
        margin-right: 5px;
        font-size: 14px;

    }
}

.fy1 {
    font-size: 0;
}

.fy1 .form-control {
    display: inline-block;
    width: auto;
    margin: 0px 4px;
}

@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
    }

    .fy1 a {
        display: inline-block;
        padding: 0px 12px;
        margin-right: 10px;

    }


}

.fy1 a:hover,
.fy1 a.on {
    background: #005ac7;
    color: #ffffff;
}

.ny_ban {
    width: 100%;
    /*height: 350px;*/
    /*position: relative;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
}

.ny_ban img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    /*.ny_ban {*/
    /*height: 120px;*/
    /*}*/
}

.ab_nr a {
    color: #1362ad;
    text-decoration: underline;
}

.ab_nr a:hover {
    text-decoration: none;
}

.ab_nr td {
    padding: 10px;
    border: solid 1px #dddddd;
}

.ab_nr li {
    position: relative;
    padding-left: 18px;
}

.ab_nr li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}

.ab_nr p {
    margin-bottom: 30px;
}

.ab_nr {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    .ab_nr li:before {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }

    .ab_nr {
        overflow-x: auto;
        font-size: 13px;
        line-height: 1.55;
    }

    .ab_nr p {
        margin-bottom: 15px;
    }
}

.dt img,
.dt label {
    max-width: inherit;
}

.bj_b {
    background-color: #f5f5f5;
}

.ta_k {
    overflow-x: auto;
}

.ta1 {
    width: 100%;
    min-width: 1100px;
}

.ta1 td {
    padding: 15px 10px;
    text-align: center;
}

.ta1 tbody tr:nth-child(even) td {
    background-color: #f5f5f5;
}

.ta1 thead td {
    background-color: #1362ad;
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .ta1 td {
        padding: 12px 8px;
    }

    .ta1 thead td {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .an_dh {
        position: relative;
    }

    .an_dh b {
        z-index: 1;
        position: relative;
    }

    .an_dh:before {
        content: '';
        width: 0%;
        height: 100%;
        background-color: #e79d37;
        position: absolute;
        left: 0;
        top: 0;
    }

    .an_dh:hover,
    a.an_dh:hover {
        color: #fff !important;
    }

    .an_dh:hover:before {
        width: 100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}


.ny_bt {
    font-weight: bold;
}


.ny_k {
    background-color: #fff;
    width: 100%;
    padding: 50px 30px;
}

@media only screen and (max-width: 1200px) {
    .ny_k {
        padding: 20px 15px;
    }
}

.foot_lb1 a.qmsja3 {
    display: none;
}

@media only screen and (min-width: 800px) and (max-width: 1190px) {
.sr {
    font-size: 24px !important;
}
    .sr .en {
        font-size: 16px !important;

    }
    .sr_content img {
        width: 200px;
        height: 200px;
        border-radius: 50% ;
    }

}

@media only screen and (max-width: 760px) {

    .culture_3 span:first-child{
        margin-left: 20px !important;
    }
    .culture_3 span {
        margin-right: 20px !important;
    }
    .recurit_title {
        margin: 30px 0px 0px 0px !important;
    }

    .recurit_cir_list {
        display: block;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
        padding: 0px 0px 0px 10px;
        float: left;
    }
    .recurit_cir{
        width: 180px;
        float: left;
        margin-bottom: 30px;
    }
    .recurit_cir .desc {
        padding:10px;
        float: left;
        margin-bottom: 30px;
    }
    .foot_lb1 a.qmsja3 {
        display: block;
        margin-left: 10px;
    }

    .foot_lb1 a.qmsja3:before {
        display: none;
    }

    .foot2 .d2 {
        margin-top: 20px;
    }

    .ab_nr1 img {
        max-width: 60%;
    }

    .cd_f .bt {
        margin-bottom: 5px;
    }

    .cd_f li {
        margin-bottom: 0;
    }

    .foot {
        padding-bottom: 30px;
    }

    .sy_lb2 .imgk {
        height: calc(100% - 50px) !important;
    }

    .sy_gd1 .txtk {
        height: 75% !important;
    }

    .footer-text {
        padding-bottom: 150px;
    }
}