﻿@font-face{
    font-family: "BEBAS";
    src: url('bebas.ttf'),url('../fonts/bebas.eot');
    font-weight: normal; 
    font-style: normal;
}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "PingFangSC","Arial","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}


html{
    font-size: 100px;
}
body{
    color: #333;
    background: #fff;
}
.clear_both::after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.w82{
    width: 82%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}



.hs_body{
    background: #f7f7f7;
}

.head_box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 0.7rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: rgba(61,174,108,0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w82{
    height: 100%;
}
.head_box .logo_a{
    display: flex;
    align-items: center;
    float: left;
    vertical-align: top;
    height: 100%;
    width: 1.95rem;
    background-size: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .logo_a img{
    width: 100%;
}
.head_box form{
    float: right;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 3;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box form input{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 0.15rem;
    font-size: 0.14rem;
    width: 0;
    height: 100%;
    padding: 0 0.14rem;
    opacity: 0;
    color: #0075bc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box form button{
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    z-index: 3;
    background: url(../Images/tb18.png) no-repeat center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .yy_dl{
    float: right;
    height: 0.2rem;
    padding-right: 0.16rem;
    margin-top: 0.25rem;
    position: relative;
    font-size: 0;
    margin-right: 0.35rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .yy_dl dd{
    display: inline-block;
    vertical-align: top;
    height: 0.2rem;
    line-height: 0.22rem;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .yy_dl dd a{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .yy_dl::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../Images/tb17.png) no-repeat;
    background-size: contain;
    margin-right: 0.16rem;
}
.head_box .yy_dl::after{
    display: none;
    content: "";
    position: absolute;
    right: 0;
    top: 0.06rem;
    width: 0.09rem;
    height: 0.09rem;
    background: url(../Images/jt4.png) no-repeat center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .active_dl dd{
    height: 0.44rem;
}
.head_box .active_dl::after{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.head_box .nav_ul{
    font-size: 0;
    float: right;
    margin-right: 0.4rem;
    padding-right: 0.13rem;
    position: relative;
}

.head_box .nav_ul li{
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.head_box .nav_ul li>a{
    display: block;
    font-size: 0.16rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li>a::after{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li.active>a::after{
    opacity: 1;
    width: 100%;
}
.head_box .nav_ul li.active::after{
    width: 100%;
    opacity: 1;
}
.head_box .nav_ul li a i{
    float: right;
    display: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li p{
    display: none;
    position: absolute;
    min-width: 100%;
    width: max-content;
    padding: 0.1rem 10px;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.4);
}
.head_box .nav_ul li p a{
    opacity: 0.7;
    display: block;
    color: #fff;
    width: 100%;
    margin: 0;
    line-height: 2.2;
    font-size: 0.15rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_ul li.active_li a i{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.headb_box{
    height: 0.5rem;
    background: rgba(0,0,0,0.4);
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.headb_box .nav_ul li>a{
    height: 0.5rem;
    line-height: 0.5rem;
}
.headb_box form{
    margin-top: 0.1rem;
}
.headb_box .yy_dl{
    margin-top: 0.15rem;
}

.head_box .nav_div{
    display: none;
    width: 52px;
    height: 100%;
    float: right;
    background: #0075bc;
    position: relative;
}
.head_box .nav_div span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 28px;
    font-size: 0;
}
.head_box .nav_div i{
    display: inline-block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    margin: 3px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .active_div{

}
.head_box .active_div i:nth-of-type(1){
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
}
.head_box .active_div i:nth-of-type(2){
    opacity: 0;
}
.head_box .active_div i:nth-of-type(3){
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
}

.swiper_box{

}
.swiper_box::after{
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.3rem;
    height: 0.18rem;
    margin-left: -0.15rem;
    left: 50%;
    bottom: 0.4rem;
    background: url(../Images/jtx.png) no-repeat;
    background-size: contain;
    animation: mymove3 2s infinite;
}
@keyframes mymove3{
    0% {
        opacity: 0;
        bottom: 0.4rem;
    }
    70% {
        opacity: 1;
        bottom: 0.2rem;
    }
    100% {
        opacity: 0;
        bottom: 0.1rem;
    }
}
.swiper_box .swiper-slide{
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper_box .swiper-slide img{
    width: 100%;
}
.swiper_box .m_img{
    display: none !important;
}
/* .swiper_box .swiper-slide img{
    width: 100%;
    vertical-align: top;
} */
.swiper_box .swiper-pagination{
    bottom: 0.6rem !important;
}
.swiper_box .swiper-pagination span{
    padding: 0.08rem;
    width: 0.06rem;
    height: 0.06rem;
    background: none;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.14rem !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.swiper_box .swiper-pagination span::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}
.swiper_box .swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid rgba(255,255,255,1);
}
/* .swiper_box .swiper-slide h5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.swiper_box .swiper-slide h5 strong{
    white-space: nowrap;
    display: block;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.swiper_box .swiper-slide h5 small{
    white-space: nowrap;
    display: block;
    background: rgba(126,179,40,0.7);
    text-align: center;
    font-size: 24px;
} */

.foot_box{
    background: #222;
    padding: 0.3rem 0 0.15rem;
}
.foot_box .divt{
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #393939;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_box .divt .logo_a{
    display: inline-block;
    /*width: 1.95rem;*/
    /*height: 0.44rem;*/
    background-size: contain;
}
.foot_box .divt .logo_a img{
    width: 100%;
}
.foot_box .divt p{
    font-size: 0;
    float: right;
}
.foot_box .divt p a{
    display: inline-block;
    font-size: 0.16rem;
    color: #bcbcbc;
    line-height: 0.44rem;
    margin-left: 0.9rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box .divm{
    font-size: 0;
    margin: 0.5rem 0;
    position: relative;
}
.foot_box .divm em{
    display: inline-block;
    vertical-align: top;
    padding: 0.24rem;
    border: 1px solid #393939;
}
.foot_box .divm em img{
    vertical-align: top;
width:100%;
}
.foot_box h5{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0.2rem;
    text-align: right;
    color: #0075bc;
}
.foot_box h5::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../Images/tb12.png) no-repeat;
}
.foot_box h5 small{
    display: block;
    font-size: 0.14rem;
    color: #a9a9a9;
    margin: 0.1rem 0;
}
.foot_box .divm dl{
    display: inline-block;
    width: calc(100% - 3.16rem);
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0.6rem;
}
.foot_box .divm dl dd{
    display: inline-block;
    vertical-align: top;
    margin-right: 0.6rem;
    padding-left: 0.76rem;
    padding-top: 0.18rem;
    background: url(../Images/tb11.png) no-repeat
}
.foot_box .divm dl dd:last-of-type{
    margin-right: 0;
}
.foot_box .divm dl dd h6{
    font-size: 0.16rem;
    color: #bcbcbc;
    margin-bottom: 0.14rem;
}
.foot_box .divm dl dd p{
    font-size: 0.14rem;
    color: #7a7a7a;
    line-height: 1.6;
}
.foot_box .divb{
    font-size: 0.14rem;
    color: #959595;
    border-top: 1px solid #393939;
    padding-top: 0.15rem;
}
.foot_box .divb .gw_a{
    display: inline-block;
    vertical-align: top;
    width: 1.28rem;
    height: 0.38rem;
    text-align: center;
    color: #959595;
    border: 1px solid #393939;
    line-height: 0.38rem;
    border-radius: 0.2rem;
}
.foot_box .divb .gw_a::before{
    content: "";
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 0.12rem;
    width: 0.19rem;
    height: 0.19rem;
    background: url(../Images/tb13.png) no-repeat;
}
.foot_box .divb .bdsharebuttonbox{
    display: inline-block;
    vertical-align: top;
    line-height: 0.4rem;
    margin-left: 0.4rem;
}
.foot_box .divb .bdsharebuttonbox::after{
    display: none;
}
.foot_box .divb .bdsharebuttonbox a{
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0;
    margin: 0;
    width: 0.4rem;
    height: 0.4rem;
}
.foot_box .divb .bdsharebuttonbox a.bds_tsina{
    background: url(../Images/tb14.png) no-repeat center;
}
.foot_box .divb .bdsharebuttonbox a.bds_weixin{
    background: url(../Images/tb15.png) no-repeat center;
}
.foot_box .divb .bdsharebuttonbox a.bds_sqq{
    background: url(../Images/tb16.png) no-repeat center;
}
.foot_box .divb h6{
    line-height: 0.4rem;
}
.foot_box .divb h6 a{
    color: #959595;
    margin-left: 0.3rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



.welcome_box{

}
.welcome_box .box1{
    font-size: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.welcome_box .box1 .swiper-container{
    padding-top: 0.1rem;
    margin-top: -0.1rem;
}
.welcome_box .box1 .swiper-slide{
    flex: 1;
    display: flex;
    display: -webkit-flex;
    height: auto;
    align-items: center;
    background: #fff;
    border-right: 1px solid #dedede;
    font-size: 0;
    padding: 0.3rem;
    position: relative;
    z-index: 6;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box1 .swiper-slide::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 0;
    top: -0.1rem;
    z-index: 3;
    background: rgba(0, 117, 188, 0.4);;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box1 .swiper-slide:nth-of-type(3){
    border-right: none;
}
.welcome_box .box1 .swiper-pagination{
    display: none;
}
.welcome_box .box1 .swiper-slide em{
    display: inline-block;
    vertical-align: middle;
    width: 0.74rem;
    height: 0.74rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #0075bc;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box1 .swiper-slide em img{
    position: absolute;
    width: 0.44rem;
    height: 0.44rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box1 .swiper-slide em img:nth-of-type(1){
    opacity: 1;
}
.welcome_box .box1 .swiper-slide em img:nth-of-type(2){
    opacity: 0;
}
.welcome_box .box1 .swiper-slide div{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.74rem);
    box-sizing: border-box;
    padding-left: 6%;
}
.welcome_box .box1 .swiper-slide div h6{
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
}
.welcome_box .box1 .swiper-slide div dd{
    font-size: 0.16rem;
    color: #999;
    line-height: 1.6;
}

.title_h5{
    text-align: center;
    margin-bottom: 0.5rem;
}
.title_h5 span{
    display: inline-block;
    vertical-align: top;
    font-size: 0.3rem;
    padding: 0.16rem 0.18rem 0;
    background: url(../Images/tb4.png) no-repeat right top;
}
.title_h5 em{
    display: block;
    font-size: 0.24rem;
    margin-top: 0.16rem;
}
.title_h5 small{
    display: block;
    font-size: 0.14rem;
    color: #999;
    margin-top: 0.16rem;
    line-height: 1.5;
}



.welcome_box .box2{
    margin-top: 0.42rem;
    padding-top: 0.42rem;
    background: #fff;
    position: relative;
}
.welcome_box .box2 .gallery-top .m_img{
    display: none !important;
}
.welcome_box .box2 .gallery-top .swiper-slide img{
    width: 100%;
    vertical-align: top;
}
.welcome_box .box2 .gallery-thumbs{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #0075bc;
}
.welcome_box .box2 .gallery-thumbs .swiper-slide{
    box-sizing: border-box;
    font-size: 0;
    padding: 0.1rem 1.0rem 0.1rem 0.14rem;
}
.welcome_box .box2 .gallery-thumbs .swiper-slide em{
    display: inline-block;
    vertical-align: top;
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
}
.welcome_box .box2 .gallery-thumbs .swiper-slide em img{
    width: 100%;
    vertical-align: middle;
}
.welcome_box .box2 .gallery-thumbs .swiper-slide h6{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% - 0.64rem);
    height: 0.42rem;
    line-height: 0.42rem;
    color: #fff;
    font-size: 0.18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   /* padding-left: 0.2rem;
    margin-left: 0.2rem;
    border-left: 1px solid #b9e1c9;*/
}
.welcome_box .box2 .button_div{
    position: absolute;
    background: #0075bc;
    z-index: 9;
    top: 50%;
    right: 0;
    padding: 0.1rem 0.14rem;
    height: 0.32rem;
    transform: translateY(-50%);
    font-size: 0;
}
.welcome_box .box2 .swiper-button-prev{
    display: inline-block;
    vertical-align: top;
    position: static;
    margin-top: 0;
    width: 0.32rem;
    height: 0.32rem;
    outline: none;
    background: url(../Images/jtz.png) no-repeat;
    background-size: 100%;
}
.welcome_box .box2 .swiper-button-next{
    display: inline-block;
    vertical-align: top;
    margin-left: 0.1rem;
    position: static;
    margin-top: 0;
    width: 0.32rem;
    height: 0.32rem;
    outline: none;
    background: url(../Images/jty.png) no-repeat;
    background-size: 100%;
}

.welcome_box .more_a{
    display: block;
    width: 1.6rem;
    height: 0.42rem;
    background: #0075bc;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.44rem;
}
.welcome_box .more_a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 0;
    height: 0.11rem;
    margin-left: 0;
    opacity: 0;
    background: url(../Images/jt1.png) no-repeat;
    background-size: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.welcome_box .box3{
    background: #fff;
    position: relative;
    margin-top: 0.42rem;
}
.welcome_box .box3 .divl{
    width: 50%;
    padding: 4% 3%;
    box-sizing: border-box;
}
.welcome_box .box3 .divl .title_h5{
    text-align: left;
}
.welcome_box .box3 .divl .title_h5 span{
    padding-left: 0;
}
.welcome_box .box3 .divl .nr_div{
    font-size: 0.16rem;
    line-height: 666;
    line-height: 1.6;
    padding: 0.24rem 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0.3rem;
}
.welcome_box .box3 .divl ul{
    font-size: 0;
    margin-top: 0.5rem;
}
.welcome_box .box3 .divl ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
}
.welcome_box .box3 .divl ul li:last-of-type{
    margin-right: 0;
}
.welcome_box .box3 .divl ul li strong{
    font-size: 0.32rem;
    font-family: "BEBAS";
    color: #0075bc;
    display: inline-block;
    vertical-align: top;
}
.welcome_box .box3 .divl ul li i{
    font-size: 0.32rem;
    font-family: "BEBAS";
    color: #0075bc;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.1rem;
    font-weight: bold;
}
.welcome_box .box3 .divl ul li sup{
    display: inline-block;
    vertical-align: top;
    font-size: 0.18rem;
    color: #0075bc;
    font-weight: bold;
}
.welcome_box .box3 .divl ul li span{
    display: block;
    font-size: 0.14rem;
    color: #666;
    margin-top: 0.12rem;
}
.welcome_box .box3 .divr{
    cursor: pointer;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.welcome_box .box3 .divr::after{
    /*content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.68rem;
    height: 0.68rem;
    background: url(../Images/tb20.png) no-repeat;
    background-size: contain;*/
}

.welcome_box .box4{
    background: #fff;
    padding-top: 0.42rem;
    margin-top: 0.42rem;
}
.welcome_box .box4 dl{
    position: relative;
}
.welcome_box .box4 dl dt{
    
}
.welcome_box .box4 dl dt .m_img{
    display: none !important;
}
.welcome_box .box4 dl dt img{
    width: 100%;
    vertical-align: top;
}
.welcome_box .box4 dd{
    opacity: 0;
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    transform: translateY(0.6rem);
    background: url(../Images/tb21.png) no-repeat;
    background-size: contain;
}
.welcome_box .box4 .show_dl dd{
    animation-name: mymove1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.welcome_box .box4 dd.dd1{
    top: 42%;
    left: 18%;
}
.welcome_box .box4 dd.dd2{
    top: 48%;
    left: 13%;
}
.welcome_box .box4 dd.dd3{
    top: 58%;
    left: 45.6%;
}
.welcome_box .box4 dd.dd4{
    top: 56%;
    left: 70.6%;
}
.welcome_box .box4 dd.dd5{
    top: 43%;
    left: 50.7%;
}

.welcome_box .box4 dd em{
    cursor: pointer;
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
    background: rgba(100,100,100,0.6);
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,1);
    top: -0.4rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box4 dd em i{
    position: absolute;
    width: 0.68rem;
    height: 0.68rem;
    background: rgba(34,148,58,0);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    font-size: 0.2rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box4 dd.dd1 em{
    left: 0.8rem;
}
.welcome_box .box4 dd.dd2 em{
    right: 0.8rem;
}
.welcome_box .box4 dd.dd3 em{
    right: 0.8rem;
}
.welcome_box .box4 dd.dd4 em{
    left: 0.8rem;
}
.welcome_box .box4 dd.dd5 em{
    left: 0.8rem;
}

.welcome_box .box4 dd span{
    position: absolute;
    width: 0.8rem;
    height: 0;
    opacity: 0;
}
.welcome_box .box4 .show_dl dd span{
    animation-name: mymove2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.welcome_box .box4 dd.dd1 span{
    left: 0.1rem;
    bottom: 0.1rem;
    background: url(../Images/xz.png) no-repeat;
    animation-delay: 0.5s;
}
.welcome_box .box4 dd.dd2 span{
    right: 0.1rem;
    bottom: 0.1rem;
    background: url(../Images/xy.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 0.5s;
}
.welcome_box .box4 dd.dd3 span{
    right: 0.1rem;
    bottom: 0.1rem;
    background: url(../Images/xy.png) no-repeat;
    animation-delay: 0.5s;
}
.welcome_box .box4 dd.dd4 span{
    left: 0.1rem;
    bottom: 0.1rem;
    background: url(../Images/xz.png) no-repeat;
    animation-delay: 0.5s;
}
.welcome_box .box4 dd.dd5 span{
    left: 0.1rem;
    bottom: 0.1rem;
    background: url(../Images/xz.png) no-repeat;
    animation-delay: 0.5s;
}

.welcome_box .box6{
    padding-top: 0.4rem;
    background-image: url(../Images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    font-size: 0;
    padding: 4% 3%;
}
.welcome_box .box6 .title_h5{
    color: #fff;
    text-align: left;
    margin-bottom: 24%;
}
.welcome_box .box6 .title_h5 span{
    padding-left: 0;
    background: url(../Images/tb4h.png) no-repeat right top;
}
.welcome_box .box6 .title_h5 small{
    color: #fff;
}
.welcome_box .box6 .divl{
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
}
.welcome_box .box6 .divl .link_a{
    display: block;
    background: #fff;
    padding: 7% 6%;
}
.welcome_box .box6 .divl .link_a h6{
    font-size: 0.2rem;
    color: #0075bc;
    margin-bottom: 0.12rem;
    line-height: 1.4;
}
.welcome_box .box6 .divl .link_a div{
    font-size: 0.16rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 8%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.welcome_box .box6 .divl .link_a span{
    font-size: 0.12rem;
    color: #999;
    padding-right: 0.16rem;
    background: url(../Images/jt5.png) no-repeat right 0 top 2px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box6 .divr{
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -0.3rem;
    width: 60%;
    box-sizing: border-box;
    margin-left: 10%;
    position: relative;
}
.welcome_box .box6 .divr dl{
    
}
.welcome_box .box6 .divr dt img{
    width: 100%;
    vertical-align: top;
}
.welcome_box .box6 .divr dd{
    position: absolute;
    opacity: 1;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../Images/tb21.png) no-repeat;
}
.welcome_box .box6 .divr dd img{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.welcome_box .box6 .divr dd::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 110%;
    margin-left: -1px;
    width: 1px;
    height: 0;
    background: #fff;
    opacity: 0.2;
}
.welcome_box .box6 .divr dd.dd1{
    top: 18%;
    left: 18%;
}
.welcome_box .box6 .divr dd.dd2{
    top: 60%;
    left: 29%;
}
.welcome_box .box6 .divr dd.dd3{
    top: 27%;
    left: 39%;
}
.welcome_box .box6 .divr dd.dd4{
    top: 38%;
    left: 50%;
}
.welcome_box .box6 .divr dd.dd5{
    top: 48%;
    left: 60%;
}
.welcome_box .box6 .divr dd.dd6{
    top: 28%;
    left: 67.5%;
}
.welcome_box .box6 .divr dd.dd7{
    top: 53%;
    left: 73.5%;
}
.welcome_box .box6 .divr dd.dd8{
    top: 24%;
    left: 81%;
}
.welcome_box .box6 .divr dd.dd1 img{
    bottom: 2vw;
}
.welcome_box .box6 .divr dd.dd2 img{
    bottom: 14vw;
}
.welcome_box .box6 .divr dd.dd3 img{
    bottom: 5vw;
}
.welcome_box .box6 .divr dd.dd4 img{
    bottom: 4vw;
}
.welcome_box .box6 .divr dd.dd5 img{
    bottom: 12vw;
}
.welcome_box .box6 .divr dd.dd6 img{
    bottom: 5vw;
}
.welcome_box .box6 .divr dd.dd7 img{
    bottom: 3vw;
}
.welcome_box .box6 .divr dd.dd8 img{
    bottom: 6vw;
}
.welcome_box .box6 .divr dd.dd1::after{
    height: 1vw;
}
.welcome_box .box6 .divr dd.dd2::after{
    height: 13vw;
}
.welcome_box .box6 .divr dd.dd3::after{
    height: 4w;
}
.welcome_box .box6 .divr dd.dd4::after{
    height: 3vw;
}
.welcome_box .box6 .divr dd.dd5::after{
    height: 11vw;
}
.welcome_box .box6 .divr dd.dd6::after{
    height: 4vw;
}
.welcome_box .box6 .divr dd.dd7::after{
    height: 2vw;
}
.welcome_box .box6 .divr dd.dd8::after{
    height: 5vw;
}

.welcome_box .box7{
    background: #fff;
    padding: 0.42rem 3%;
}
.welcome_box .box7 .swiper-container{

}
.welcome_box .box7 .swiper-slide a{
    display: block;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box7 .swiper-slide h6{
    font-size: 0.18rem;
    line-height: 1.4;
    height: 0.5rem;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.welcome_box .box7 .swiper-slide em{
    display: block;
    margin: 0.2rem 0 0.16rem;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
}
.welcome_box .box7 .swiper-slide em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box7 .swiper-slide dd{
    font-size: 0.14rem;
    color: #999;
    line-height: 1.6;
    height: 0.44rem;
    overflow: hidden;
    margin-bottom: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.welcome_box .box7 .swiper-slide span{
    display: block;
    font-size: 0.14rem;
    color: #999;
    padding-left: 0.2rem;
    background: url(../Images/tb22.png) no-repeat;
    background-size: contain;
}
.welcome_box .box7 .swiper-slide span::after{
    content: "";
    float: right;
    margin-top: 2px;
    margin-right: 0.1rem;
    opacity: 0;
    width: 0.07rem;
    height: 0.11rem;
    background: url(../Images/jt6.png) no-repeat;
    background-size: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .box7 .more_a{
    margin: 0.4rem auto 0;
}



.welcome_box .ceshi_box{
    position: relative;
    margin-top: 0.42rem;
    overflow: hidden;
}
.welcome_box .ceshi_box .title_h5{
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 19%;
    z-index: 5;
}
.welcome_box .ceshi_box .link_div{
    text-align: center;
    z-index: 5;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.4rem;
}
.welcome_box .ceshi_box .link_div a{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0.16rem;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .ceshi_box .link_div a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 0;
    height: 0.11rem;
    margin-left: 0;
    opacity: 0;
    background: url(../Images/jt6.png) no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.welcome_box .ceshi_box .gallery-thumbs{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 14%;
    height: 56%;
    width: 72%;
    transform: translateY(-40%);
    overflow: visible;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide{
    cursor: pointer;
    height: auto;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(1){
    position: absolute;
    top: 0;
    left: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(2){
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(3){
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(4){
    position: absolute;
    bottom: 0;
    left: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide em{
    display: inline-block;
    width: 0.5rem;
    height: 0.58rem;
    position: relative;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img{
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img:nth-of-type(1){
    opacity: 1;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img:nth-of-type(2){
    opacity: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img:nth-of-type(3){
    opacity: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide h6{
    display: inline-block;
    font-size: 0.18rem;
    margin-left: -0.34rem;
    color: #fff;
    padding: 0.18rem 0.16rem 0.14rem 0.34rem;
    background-image: url(../Images/tb21.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(2) h6{
    margin-right: -0.34rem;
    padding: 0.18rem 0.34rem 0.18rem 0.2rem;
    background-position: right center;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(3) h6{
    margin-right: -0.34rem;
    padding: 0.18rem 0.34rem 0.18rem 0.2rem;
    background-position: right center;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide h6::after{
    content: "";
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0.1rem;
    height: 0.17rem;
    background: url(../Images/tb23.png) no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(2) h6::after{
    right: auto;
    left: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(3) h6::after{
    right: auto;
    left: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide p{
    color: #999;
    font-size: 0.14rem;
    line-height: 1.6;
}

.welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active h6{
    background-image: url(../Images/tb21h.png);
    color: #0075bc;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active h6::after{
    opacity: 1;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(1){
    opacity: 0;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(2){
    opacity: 1;
}
.welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(3){
    opacity: 0;
}

.welcome_box .ceshi_box .gallery-top{

}
.welcome_box .ceshi_box .gallery-top .swiper-slide{
    transition-duration: 1.5s !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.welcome_box .ceshi_box .gallery-top .swiper-slide-active{
    
}
.welcome_box .ceshi_box .gallery-top .swiper-slide .m_img{
    display: none !important;
}
.welcome_box .ceshi_box .gallery-top .swiper-slide img{
    width: 100%;
    vertical-align: top;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
}
.welcome_box .ceshi_box .gallery-top .swiper-slide-active img{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.welcome_box .ceshi_box .gallery-top .swiper-slide .m_div{
    display: none;
    position: absolute;
    width: 90%;
    top: 8%;
    left: 5%;
    text-align: center;
}
.welcome_box .ceshi_box .gallery-top .swiper-slide .m_div img{
    vertical-align: middle;
    width: 0.36rem;
}
.welcome_box .ceshi_box .gallery-top .swiper-slide .m_div span{
    font-size: 0.26rem;
    vertical-align: middle;
    color: #fff;
    margin-left: 0.10rem;
}
.welcome_box .ceshi_box .gallery-top .swiper-slide .m_div p{
    font-size: 0.18rem;
    margin-top: 0.1rem;
    color: #fff;
    line-height: 1.6;
}

.welcome_box .ceshi_box .yq_dl{
    width: 40%;
    padding-bottom: 40%;
    position: absolute;
    z-index: 4;
    top: 12%;
    left: 30%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #5c5c5c;
}
.welcome_box .ceshi_box .hide::after{
    opacity: 0;
}
.welcome_box .ceshi_box .yq_dl .dd3{
    position: absolute;
    width: 100%;
    height: 100%;
}
.welcome_box .ceshi_box .yq_dl .dd3 i{
    position: absolute;
    transition: 5.5s;
    -webkit-transition: 5.5s;
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i1{
    width: 0;
    height: 16.2%;
    background: url(../Images/x5.png) no-repeat;
    background-size: cover;
    top: -2%;
    left: 15%;
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i2{
    width: 16.2%;
    height: 0;
    background: url(../Images/x6.png) no-repeat;
    background-size: cover;
    right: -2%;
    top: 15%;
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i3{
    width: 0;
    height: 16.2%;
    background: url(../Images/x5.png) no-repeat;
    background-size: cover;
    bottom: -2%;
    right: 15%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i4{
    width: 16.2%;
    height: 0;
    background: url(../Images/x6.png) no-repeat;
    background-size: cover;
    left: -2%;
    bottom: 15%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i1.active{
    width: 70%;
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i2.active{
    height: 70%;
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i3.active{
    width: 70%;
}
.welcome_box .ceshi_box .yq_dl .dd3 i.i4.active{
    height: 70%;
}

.welcome_box .ceshi_box .yq_dl .swiper-pagination{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
}
.welcome_box .ceshi_box .yq_dl .swiper-pagination span{
    position: absolute;
    outline: none;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../Images/tb21.png) no-repeat;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .ceshi_box .yq_dl .swiper-pagination span:nth-of-type(1){
    top: 13.5%;
    left: 13.5%;
}
.welcome_box .ceshi_box .yq_dl .swiper-pagination span:nth-of-type(2){
    top: 13.5%;
    right: 13.5%;
}
.welcome_box .ceshi_box .yq_dl .swiper-pagination span:nth-of-type(3){
    bottom: 13.5%;
    right: 13.5%;
}
.welcome_box .ceshi_box .yq_dl .swiper-pagination span:nth-of-type(4){
    bottom: 13.5%;
    left: 13.5%;
}
.welcome_box .ceshi_box .yq_dl .swiper-pagination .swiper-pagination-bullet-active{
    background: url(../Images/tb21h.png) no-repeat;
}

.welcome_box .ceshi_box .yq_dl dd{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.welcome_box .ceshi_box .yq_dl dd.dd1{
    width: 130%;
    height: 130%;
    border-radius: 50%;
    border: 1px solid #343434;
}
.welcome_box .ceshi_box .yq_dl dd.dd2{
    width: 160%;
    height: 160%;
    border-radius: 50%;
    border: 1px solid #2c2c2c;
}



.banner_box{
    position: relative;
    overflow: hidden;
}
.banner_box img{
    width: 100%;
    vertical-align: top;
}
.banner_box h5{
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
}
.banner_box h5 strong{
    display: block;
    font-size: 0.42rem;
    color: #fff;
    font-weight: normal;
}
.banner_box h5 p{
    font-size: 0;
    margin-top: 0.28rem;
}
.banner_box h5 p a{
    display: inline-block;
    vertical-align: top;
    font-size: 0.18rem;
    color: #fff;
    opacity: 0.5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.banner_box h5 p a::after{
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin: 0 0.1rem;
}
.banner_box h5 p a:last-of-type{
    opacity: 1;
}
.banner_box h5 p a:last-of-type::after{
    display: none;
}
.banner_box em{
    display: block;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_box i{
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.3rem;
    height: 0.18rem;
    margin-left: -0.15rem;
    left: 50%;
    bottom: 0.4rem;
    background: url(../Images/jtx.png) no-repeat;
    background-size: contain;
    animation: mymove3 2s infinite;
}
.banner_box .wa_img{
    position: absolute;
    width: auto;
    height: 0.9rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




.pd{
    padding: 0.42rem 0 0.6rem;
}

.fh_a{
    display: block;
    font-size: 0.16rem;
    color: #0075bc;
    width: 2.1rem;
    height: 0.44rem;
    border: 1px solid #0075bc;
    text-align: center;
    line-height: 0.44rem;
    margin: 0.5rem auto 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



.recruitqa_box{

}
.recruitqa_box ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: -0.26rem;
}
.recruitqa_box ul li{
    width: 23.5%;
    flex-shrink: 0;
    margin-right: 2%;
    margin-top: 0.26rem;
    background: #f9f9f9;
    text-align: center;
    padding: 3% 2%;
    box-sizing: border-box;
}
.recruitqa_box ul li:nth-of-type(4n){
    margin-right: 0;
}
.recruitqa_box ul li img{
    vertical-align: top;
}
.recruitqa_box ul li h6{
    font-size: 0.18rem;
    color: #fff;
    background: #0075bc;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 0.22rem;
    margin: 0.26rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recruitqa_box ul li dd{
    font-size: 0.14rem;
    color: #666;
    line-height: 1.8;
}



.process_box{

}
.process_box .box1{
    background: url(../Images/bg9.jpg) no-repeat;
    background-size: cover;
    padding: 10% 0;
    margin-bottom: 0.6rem;
}
.process_box .box1 ul{
    font-size: 0;
    text-align: center;
}
.process_box .box1 li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 9%;
    margin-right: 4%;
    position: relative;
}
.process_box .box1 li:last-of-type{
    margin-right: 0;
}
.process_box .box1 li::after{
    content: "";
    position: absolute;
    padding-bottom: 20%;
    width: 43%;
    left: 100%;
    top: calc(50% - 0.27rem);
    transform: translateY(-50%);
    background: url(../Images/tb26.png) no-repeat center;
    background-size: 70%;
}
.process_box .box1 li:last-of-type:last-of-type::after{
    display: none;
}
.process_box .box1 li img{
    width: 100%;
    vertical-align: top;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem rgba(61,174,108,0.8);
}
.process_box .box1 li span{
    display: block;
    font-size: 0.22rem;
    color: #fff;
    margin-top: 0.3rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.process_box .box2{
    
}
.process_box .box2 dd{
    float: left;
    background: #f9f9f9;
    width: 22%;
    margin-right: 4%;
    margin-top: 4%;
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
    position: relative;
}
.process_box .box2 dd:last-of-type::before{
    display: none;
}
.process_box .box2 dd:last-of-type::after{
    display: none;
}
.process_box .box2 dd::after{
    content: "";
    position: absolute;
    width: 18%;
    border-top: 1px dashed #0075bc;
    top: 50%;
    left: 100%;
}
.process_box .box2 dd::before{
    content: "";
    position: absolute;
    width: 18%;
    padding-bottom: 18%;
    background: url(../Images/tb34.png) no-repeat center;
    top: 50%;
    left: 100%;
    margin-top: -9%;
}
.process_box .box2 dd:nth-of-type(1){
    margin-top: 0;
}
.process_box .box2 dd:nth-of-type(2){
    margin-top: 0;
}
.process_box .box2 dd:nth-of-type(3){
    margin-top: 0;
}
.process_box .box2 dd:nth-of-type(4){
    margin-top: 0;
}
.process_box .box2 dd:nth-of-type(4n){
    margin-right: 0;
}
.process_box .box2 dd:nth-of-type(4n)::after{
    display: none;
}
.process_box .box2 dd:nth-of-type(4n)::before{
    display: none;
}
.process_box .box2 dd em{
    display: block;
    width: 40%;
    margin: 0 auto;
}
.process_box .box2 dd em img{
    width: 100%;
    vertical-align: top;
}
.process_box .box2 dd h6{
    font-size: 0.26rem;
    text-align: center;
    margin: 0.24rem 0 0.3rem;
}
.process_box .box2 dd div{
    
}
.process_box .box2 dd p{
    background: #f2f2f2;
    line-height: 1.5;
    font-size: 0.18rem;
    color: #999;
    padding: 4px 0.2rem;
    margin-top: 6px;
}
.process_box .box2 dd p span{
    color: #666;
    margin-left: 0.10rem;
}



.salary_box{

}
.salary_box .box1{
    margin-top: -0.26rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.salary_box .box1 li{
    flex: 0 0 31%;
    margin-right: 3.5%;
    padding: 3%;
    background: #fafafa;
    margin-top: 0.26rem;
    border-radius: 0.15rem;
    box-sizing: border-box;
    position: relative;
}
.salary_box .box1 li::after{
    content: "";
    position: absolute;
    width: calc(100% - 0.32rem);
    height: calc(100% - 0.32rem);
    box-sizing: border-box;
    top: 0.16rem;
    left: 0.16rem;
    border: 2px solid #0075bc;
    border-radius: 0.15rem;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.salary_box .box1 li:nth-of-type(3n){
    margin-right: 0;
}
.salary_box .box1 li em{
    display: block;
    width: 0.92rem;
    height: 0.92rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #0075bc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.salary_box .box1 li em::before{
    content: "";
    position: absolute;
    width: 1.0rem;
    height: 1.0rem;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    border: 1px solid #0075bc;
}
.salary_box .box1 li em img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.salary_box .box1 li em img:nth-of-type(1){
    opacity: 1;
}
.salary_box .box1 li em img:nth-of-type(2){
    opacity: 0;
}
.salary_box .box1 li h6{
    font-size: 0.28rem;
    text-align: center;
    margin: 0.28rem 0 0.2rem;
}
.salary_box .box1 li p{
    font-size: 0.16rem;
    color: #666;
    text-align: center;
    line-height: 1.6;
}
.salary_box .box2{
    position: relative;
    margin-top: 0.6rem;
}
.salary_box .box2 .img1{
    width: 100%;
    vertical-align: top;
}
.salary_box .box2 .img2{
    position: absolute;
    width: 64%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.type_dl{
    background: #fff;
}
.type_dl dt{
    display: flex;
    display: -webkit-flex;
}
.type_dl dt a{
    flex-grow: 1;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.16rem;
    text-align: center;
    position: relative;
    transition: 0.5s;
    padding: 0 10px;
    box-sizing: border-box;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.5s;
}
.type_dl dt a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    right: -1px;
    background: #e6e6e6;
}
.type_dl dt a:last-of-type::after{
    display: none;
}
.type_dl dt a.active{
    background: #0075bc;
    color: #fff;
}



.classify_box{
    margin-top: 0.5rem;
    background: #fff;
    margin-top: 0.42rem;
    padding: 0.42rem 5% 0.6rem;
}
.classify_box .box1{
    margin-bottom: 0.42rem;
}
.classify_box .box1 p{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.3rem;
}
.classify_box .box1 img{
    width: 100% !important;
    vertical-align: top !important;
}

.classify_box .box2{

}
.classify_box .box2 dl{
    font-size: 0;
}
.classify_box .box2 dl:first-of-type{
    border-top: 1px solid #e6e6e6;
}
.classify_box .box2 dt{
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.18rem 0;
    line-height: 0.6rem;
}
.classify_box .box2 dt h6{
    font-size: 0.18rem;
    width: 1.8rem;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.classify_box .box2 dt ul{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.9rem);
    box-sizing: border-box;
    border-left: 1px solid #e6e6e6;
    padding-left: 0.4rem;
}
.classify_box .box2 dt li{
    display: inline-block;
    vertical-align: top;
    font-size: 0.16rem;
    color: #999;
    margin-right: 10%;
}
.classify_box .box2 dt li:last-of-type{
    margin-right: 0;
}
.classify_box .box2 dt li span{
    color: #666;
}
.classify_box .box2 dt .dj_em{
    display: inline-block;
    vertical-align: middle;
    width: 1.1rem;
    height: 0.32rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.32rem;
    background: #e6e6e6;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.classify_box .box2 dt .dj_em::after{
    content: "点击展开";
}
.classify_box .box2 dt .active{
    color: #fff;
    background: #0075bc;
}
.classify_box .box2 dt .active::after{
    content: "点击关闭";
}
.classify_box .box2 dd{
    display: none;
    padding: 0.3rem;
    border-bottom: 1px solid #e6e6e6;
}
.classify_box .box2 dd div{
    margin-bottom: 0.24rem;
    padding-left: 0.2rem;
    display: inline-block;
    width: 46%;
    margin-right: 8%;
    vertical-align: top;
    box-sizing: border-box;
}
.classify_box .box2 dd div:nth-of-type(2n){
    margin-right: 0;
}
.classify_box .box2 dd h6{
    font-size: 0.16rem;
    margin-bottom: 0.12rem;
    margin-left: -0.2rem;
}
.classify_box .box2 dd div p{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.6;
}
.classify_box .box2 dd button{
    display: block;
    width: 1.1rem;
    height: 0.32rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.32rem;
    background: #e6e6e6;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



.recruit_box{

}
.recruit_box .box1{
    position: relative;
    padding-top: 0.42rem;
}
.recruit_box .box1 .gallery-top{
    
}
.recruit_box .box1 .gallery-top .swiper-slide{
    
}
.recruit_box .box1 .gallery-top .swiper-slide img{
    width: 100%;
    vertical-align: top;
}
.recruit_box .box1 .gallery-thumbs{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    background: #0075bc;
}
.recruit_box .box1 .gallery-thumbs .swiper-slide{
    box-sizing: border-box;
    font-size: 0;
    padding: 0.1rem 1.0rem 0.1rem 0.14rem;
}
.recruit_box .box1 .gallery-thumbs .swiper-slide em{
    display: inline-block;
    vertical-align: top;
    width: 0.42rem;
    height: 0.42rem;
}
.recruit_box .box1 .gallery-thumbs .swiper-slide em img{
    width: 100%;
    vertical-align: top;
}
.recruit_box .box1 .gallery-thumbs .swiper-slide h6{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% - 0.64rem);
    height: 0.42rem;
    line-height: 0.42rem;
    color: #fff;
    font-size: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    border-left: 1px solid #b9e1c9;
}
.recruit_box .box1 .button_div{
    position: absolute;
    background: #0075bc;
    z-index: 9;
    top: 50%;
    right: 0;
    padding: 0.1rem 0.14rem;
    height: 0.32rem;
    transform: translateY(-50%);
    font-size: 0;
}
.recruit_box .box1 .swiper-button-prev{
    display: inline-block;
    vertical-align: top;
    position: static;
    margin-top: 0;
    width: 0.32rem;
    height: 0.32rem;
    outline: none;
    background: url(../Images/jtz.png) no-repeat;
    background-size: 100%;
}
.recruit_box .box1 .swiper-button-next{
    display: inline-block;
    vertical-align: top;
    margin-left: 0.1rem;
    position: static;
    margin-top: 0;
    width: 0.32rem;
    height: 0.32rem;
    outline: none;
    background: url(../Images/jty.png) no-repeat;
    background-size: 100%;
}

.recruit_box .box2{

}
.recruit_box .box2 .div{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.recruit_box .box2 .div a{
    position: relative;
    overflow: hidden;
}
.recruit_box .box2 .div a h5{
    position: absolute;
    width: 100%;
    z-index: 3;
    margin-bottom: 0;
    top: 10%;
    left: 0;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box2 .div a h5 small{
    color: #fff;
}
.recruit_box .box2 .div a h5 i{
    display: block;
    text-align: center;
    margin-top: 0.16rem;
}
.recruit_box .box2 .div a.a1{
    flex: 0 0 65%;
}
.recruit_box .box2 .div a.a1 dd{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../Images/bg11.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box2 .div a.a1 dd div{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.recruit_box .box2 .div a.a1 dd h6{
    color: #fff;
    text-align: center;
    font-size: 0.28rem;
    margin-bottom: 0.24rem;
}
.recruit_box .box2 .div a.a1 dd p{
    font-size: 0.16rem;
    color: #fff;
    line-height: 2.0;
}
.recruit_box .box2 .div a.a2{
    flex: 0 0 34%;
}
.recruit_box .box2 .div a img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.recruit_box .box3{
    position: relative;
    overflow: hidden;
}
.recruit_box .box3 .luxy_el{
    position: absolute;
    left: 0;
    top: 14vh;
    width: 100%;
    height: 86vw;
    z-index: -1;
    background: url(../Images/bg19.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.recruit_box .box3 h5{
    color: #fff;
}
.recruit_box .box3 h5 span{
    background: url(../Images/tb4h.png) no-repeat right top;
}
.recruit_box .box3 li{
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}
.recruit_box .box3 ul a{
    display: block;
    width: 40%;
    margin: 0 auto;
}
.recruit_box .box3 ul a em{
    display: block;
    padding: 0.14rem;
    border-radius: 50%;
    background: rgba(61,174,108,0.8);
}
.recruit_box .box3 ul a em img{
    width: 100%;
    vertical-align: top;
    border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box3 ul a h6{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 0.32rem;
    text-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
.recruit_box .box3 ol{
    margin-top: 0.6rem;
}
.recruit_box .box3 ol a{
    display: block;
    width: 64%;
    margin: 0 auto;
    position: relative;
    border-radius: 1.0rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box3 ol a .bg_img{
    width: 100%;
    vertical-align: top;
}
.recruit_box .box3 ol a em{
    position: absolute;
    width: 30%;
    padding-bottom: 30%;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.recruit_box .box3 ol a em img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box3 ol a em img:nth-of-type(1){
    opacity: 1;
}
.recruit_box .box3 ol a em img:nth-of-type(2){
    opacity: 0;
}
.recruit_box .box3 ol a h6{
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.32rem;
    text-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

.recruit_box .box4{
    background: url(../Images/bg8.jpg) no-repeat;
    background-size: cover;
}
.recruit_box .box4 .w82{
    padding: 0.42rem 0 0.2rem;
}
.recruit_box .box4 .top_div{
    position: relative;
}
.recruit_box .box4 .gallery-top{
    box-sizing: border-box;
    border: 2px dashed #0075bc;
}
.recruit_box .box4 .gallery-top .swiper-slide{
    box-sizing: border-box;
    padding: 0.2rem;
    font-size: 0;
}
.recruit_box .box4 .gallery-top .swiper-slide em{
    display: inline-block;
    vertical-align: middle;
    width: 28%;
}
.recruit_box .box4 .gallery-top .swiper-slide em img{
    width: 100%;
    vertical-align: top;
}
.recruit_box .box4 .gallery-top .swiper-slide div{
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 2%;
}
.recruit_box .box4 .gallery-top .swiper-slide div h5{
    font-size: 0.26rem;
    margin-bottom: 0.14rem;
}
.recruit_box .box4 .gallery-top .swiper-slide div h6{
    font-size: 0.14rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 0.3rem;
}
.recruit_box .box4 .gallery-top .swiper-slide div dd{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.6;
}
.recruit_box .box4 .swiper-button-prev{
    width: 0.24rem;
    height: 0.42rem;
    margin-top: -0.21rem;
    left: -0.4rem;
    outline: none;
    background: url(../Images/jt7.png) no-repeat;
}
.recruit_box .box4 .swiper-button-next{
    width: 0.24rem;
    height: 0.42rem;
    margin-top: -0.21rem;
    right: -0.4rem;
    outline: none;
    background: url(../Images/jt8.png) no-repeat;
}
.recruit_box .box4 .gallery-thumbs{
    padding: 0.3rem 0;
}
.recruit_box .box4 .gallery-thumbs .swiper-slide{
    background: #fff;
    font-size: 0;
    box-sizing: border-box;
    padding: 6px;
    cursor: pointer;
    border: 2px solid #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box4 .gallery-thumbs .swiper-slide-thumb-active{
    border: 2px solid #0075bc;
    box-shadow: 0 0 0.15rem rgba(0,0,0,0.2);
}
.recruit_box .box4 .gallery-thumbs .swiper-slide em{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.recruit_box .box4 .gallery-thumbs .swiper-slide em img{
    width: 100%;
    vertical-align: top;
}
.recruit_box .box4 .gallery-thumbs .swiper-slide div{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    box-sizing: border-box;
    padding-left: 0.12rem;
}
.recruit_box .box4 .gallery-thumbs .swiper-slide div h6{
    font-size: 0.14rem;
    margin-bottom: 6px;
}
.recruit_box .box4 .gallery-thumbs .swiper-slide div p{
    font-size: 0.12rem;
    color: #999;
    line-height: 1.4;
}

.recruit_box .box5{

}
.recruit_box .box5 .swiper-slide img{
    width: 100%;
    vertical-align: top;
}
.recruit_box .box5 .thumbs_div{
    position: relative;
    padding: 0.3rem 0.5rem;
    background: url(../Images/bg5.jpg) repeat;
}
.recruit_box .box5 .swiper-button-prev{
    width: 0.21rem;
    height: 0.34rem;
    margin-top: -0.17rem;
    left: 0.1rem;
    outline: none;
    background: url(../Images/jt9.png) no-repeat;
}
.recruit_box .box5 .swiper-button-next{
    width: 0.21rem;
    height: 0.34rem;
    margin-top: -0.17rem;
    right: 0.1rem;
    outline: none;
    background: url(../Images/jt10.png) no-repeat;
}
.recruit_box .box5 .gallery-thumbs .swiper-slide{
    cursor: pointer;
}
.recruit_box .box5 .gallery-thumbs .swiper-slide::after{
    content: "";
    position: absolute;
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    box-sizing: border-box;
    top: 0.1rem;
    left: 0.1rem;
    border: 2px solid #0075bc;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box5 .gallery-thumbs .swiper-slide-thumb-active::after{
    opacity: 1;
}



.pc_box{
    position: fixed;
    bottom: 8%;
    right: -0.8rem;
    z-index: 11;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.pc_box dt{
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 0.8rem;
    width: 0.56rem;
    padding: 0.06rem 0;
    font-size: 0.16rem;
    line-height: 1.2;
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.30rem;
    transform: translateY(-50%);
    background: #0075bc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.pc_box dt::after{
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -0.09rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../Images/jt11.png) no-repeat center;
    background-size: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.pc_box dd{
    position: relative;
    z-index: 3;
    width: 0.8rem;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 0.15rem rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0 0.06rem;
}
.pc_box dd a{
    display: block;
    text-align: center;
    padding: 0.1rem 0;
    border-bottom: 1px solid #f4f4f4;
}
.pc_box dd a:last-of-type{
    border: none;
}
.pc_box dd a em{
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    position: relative;
    margin: 0 auto;
}
.pc_box dd a em img{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.32rem;
    height: 0.32rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.pc_box dd a em img:nth-of-type(1){
    opacity: 1;
}
.pc_box dd a em img:nth-of-type(2){
    opacity: 0;
}
.pc_box dd a span{
    display: block;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.hide_box{
    right: 0;
}
.hide_box dt{
    right: 0.48rem;
}
.hide_box dt::after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.zwsq_box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.zwsq_box .bg_img{
    width: 100%;
    vertical-align: top;
}
.zwsq_box .out_i{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: url(../Images/outh.png) no-repeat center #0075bc;
    right: 0.2rem;
    top: 0.2rem;
    cursor: pointer;
}
.zwsq_box .zwsq_div{
    width: 510px;
    background: #fff;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.zwsq_box .zwsq_div h6{
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #f7f7f7;
    font-size: 0.2rem;
    position: relative;
}
.zwsq_box .zwsq_div h6 .out_i{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../Images/out.png) no-repeat center;
    right: 0;
    top: 0;
    cursor: pointer;
}
.zwsq_box .zwsq_div form{
    padding: 0.5rem 0.8rem;
}
.zwsq_box .zwsq_div form label{
    display: block;
    font-size: 0;
    margin-bottom: 0.1rem;
}
.zwsq_box .zwsq_div form label span{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 0.16rem;
}
.zwsq_box .zwsq_div form label span i{
    color: red;
}
.zwsq_box .zwsq_div form label span .hide_i{
    visibility: hidden;
}
.zwsq_box .zwsq_div form label input{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 102px);
    border: 1px solid #0075bc;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 0.16rem;
    color: #0075bc;
}
.zwsq_box .zwsq_div form label dd{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 102px);
    border: 1px solid #0075bc;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 0.16rem;
    color: #0075bc;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.zwsq_box .zwsq_div form em{
    display: block;
    margin-left: 1.0rem;
    font-size: 0.12rem;
    color: #999;
}
.zwsq_box .zwsq_div form button{
    display: block;
    width: 1.8rem;
    height: 0.36rem;
    margin: 0.4rem auto 0;
    background: #0075bc;
    color: #fff;
    border: none;
    font-size: 0.16rem;
}
.zwsq_box .zwsq_div form label dd .controls{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zwsq_box .zwsq_div form label dd .fileupload{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.zwsq_box .zwsq_div form label dd #js-photo-show{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zwsq_box .zwsq_div form label dd .btn-success{
    opacity: 0;
}
.zwsq_box .zwsq_div form label dd .img-list{
    width: 100%;
    background: #fff;
    padding: 0 0.14rem;
    box-sizing: border-box;
}
.zwsq_box .zwsq_div form label dd #js-photo-show a{
    display: block;
    width: 100%;
    border: none;
    overflow: hidden;
}
.zwsq_box .zwsq_div form label dd #js-photo-show a img{
    height: 0.32rem !important;
    vertical-align: top;
    width: auto;
}
.zwsq_box .zwsq_div form label dd .img-list-action{
    position: absolute;
    top: 0;
    right: -0.5rem;
    background: #fff;
}
.zwsq_box .zwsq_div form label dd .btn-del{
    border: none;
    width: auto !important;
    font-size: 0;
    padding: 0 6px !important;
}
.zwsq_box .zwsq_div form label dd .btn-del::after{
    content: "删除";
    font-size: 0.16rem;
}



.society_box{

}
.society_box form{
    font-size: 0;
    height: 0.7rem;
}
.society_box form select{
    display: inline-block;
    vertical-align: top;
    width: 43%;
    height: 100%;
    background: #fff;
    margin-right: 1%;
    border: none;
    font-size: 0.18rem;
    box-sizing: border-box;
    padding: 0 0.24rem;
    color: #666;
}
.society_box form button{
    display: inline-block;
    vertical-align: top;
    width: 12%;
    height: 100%;
    border: none;
    background: #0075bc;
    font-size: 0.18rem;
    color: #fff;
}
.society_box .zplb_dl{
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    background: #fff;
}
.society_box .zplb_dl dt{
    font-size: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #b4b4b4;
}
.society_box .zplb_dl dt span{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}
.society_box .zplb_dl dd{
    
}
.society_box .zplb_dl dd h6{
    font-size: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    position: relative;
}
.society_box .zplb_dl dd h6::after{
    content: "";
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0;
    border-bottom: 1px dashed #ccc;
}
.society_box .zplb_dl dd h6 span{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    color: #666;
    text-align: center;
    font-size: 0.18rem;
}
.society_box .zplb_dl dd h6 .ckxq_span{
    color: #0075bc;
    cursor: pointer;
}
.society_box .zplb_dl dd h6 .ckxq_span::after{
    content: "查看详情";
}
.society_box .zplb_dl dd h6 .active_span::after{
    content: "点击关闭";
}
.society_box .zplb_dl dd h6.active::after{
    opacity: 0;
}
.society_box .zplb_dl dd .nr_div{
    display: none;
    width: 90%;
    margin: 0 auto;
    background: #f7f7f7;
    font-size: 0;
    box-sizing: border-box;
    padding: 4%;
    position: relative;
}
.society_box .zplb_dl dd .nr_div::before{
    content: "";
    position: absolute;
    left: 0.3rem;
    bottom: 100%;
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #f7f7f7 transparent;
}
.society_box .zplb_dl dd .nr_div>div{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
}
.society_box .zplb_dl dd .nr_div>div:nth-of-type(2n){
    margin-right: 0;
}
.society_box .zplb_dl dd .nr_div strong{
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    margin-bottom: 0.12rem;
}
.society_box .zplb_dl dd .nr_div p{
    font-size: 0.16rem;
    line-height: 1.6;
    color: #666;
}
.society_box .zplb_dl dd .nr_div .sq_btn{
    display: block;
    margin-top: 0.3rem;
    width: 1.1rem;
    height: 0.32rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.32rem;
    background: #e6e6e6;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.society_box .gdfldy_a{
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: 0.4rem auto 0;
    border-radius: 50%;
    background-image: url(../Images/tb50.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.society_box .gdfldy_a p{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-54%);
}
.society_box .gdfldy_a p img{
    vertical-align: top;
    width: 0.42rem;
}
.society_box .gdfldy_a p span{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.1rem;
}



.idea_box{

}
.idea_box .box1{
    background: #fafafa;
    font-size: 0;
}
.idea_box .box1 div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 1.8;
    padding: 1% 3%;
}
.idea_box .box1 em{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.idea_box .box1 em img{
    width: 100%;
    vertical-align: top;
}

.idea_box .box2{
    margin: 0.42rem 0;
    padding: 0.6rem 0;
    position: relative;
    overflow: hidden;
}
.idea_box .box2 .luxy_el{
    position: absolute;
    left: 0;
    top: -30vh;
    width: 100%;
    height: 86vw;
    z-index: 1;
    background: url(../Images/tp24.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.idea_box .box2 .swiper-container{
    width: 74%;
    margin: 0 auto;
    font-size: 0;
    padding-left: 0.4rem;
}
.idea_box .box2 ul li{
    
}
.idea_box .box2 ul li h6{
    position: absolute;
    top: 0;
    left: -0.4rem;
    width: 1.1rem;
    height: 1.1rem;
    background: url(../Images/bg32.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    overflow: hidden;
}
.idea_box .box2 ul li h6 span{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    padding: 0 0.16rem;
    transform: translateY(-50%);
    font-size: 0.22rem;
    line-height: 1.4;
    color: #fff;
}
.idea_box .box2 ul li div{
    width: 100%;
    padding-bottom: 260%;
    background: rgba(255,255,255,0.8);
    background-size: 100% 100%;
    margin-top: 0.4rem;
    border-radius: 10px;
}
.idea_box .box2 ul li div dd{
    position: absolute;
    height: 60%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.2rem;
    color: #666;
    line-height: 2.0;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.idea_box .box2 ul li div dd p{
    white-space: nowrap;
}
.idea_box .box2 .swiper-pagination{
    display: none;
    bottom: 0;
}
.idea_box .box2 .swiper-pagination .swiper-pagination-bullet-active{
    background: #0075bc;
}


.idea_box .box3{
    position: relative;
}
.idea_box .box3 img{
    width: 100%;
    vertical-align: top;
}
.idea_box .box3 h5{
    position: absolute;
    top: 14%;
    left: 6%;
    color: #fff;
}
.idea_box .box3 h5 strong{
    font-size: 0.52rem;
    display: block;
    font-style: italic;
    letter-spacing: 6px;
}
.idea_box .box3 h5 span{
    font-size: 0.78rem;
}
.idea_box .box3 h5 small{
    display: block;
    font-size: 0.2rem;
    margin: 0.4rem 0 0 0.6rem;
}



.news_box{

}
.news_box ul{
    margin-top: -0.5rem;
}
.news_box ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 0.35rem;
}
.news_box ul li:nth-of-type(4n){
    margin-right: 0;
}
.news_box ul li a{
    display: block;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li h6{
    font-size: 0.18rem;
    line-height: 1.4;
    height: 0.5rem;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_box ul li em{
    display: block;
    padding-bottom: 60%;
    margin: 0.2rem 0 0.16rem;
    overflow: hidden;
    position: relative;
}
.news_box ul li em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li em img{
    display: none;
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li dd{
    font-size: 0.14rem;
    color: #999;
    line-height: 1.6;
    height: 0.44rem;
    overflow: hidden;
    margin-bottom: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_box ul li span{
    display: block;
    font-size: 0.14rem;
    color: #999;
    padding-left: 0.2rem;
    background: url(../Images/tb22.png) no-repeat;
    background-size: contain;
}
.news_box ul li span::after{
    content: "";
    float: right;
    margin-top: 2px;
    margin-right: 0.1rem;
    opacity: 0;
    width: 7px;
    height: 0.11rem;
    background: url(../Images/jt6.png) no-repeat;
    background-size: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



.page_box{
    font-size: 0;
    text-align: center;
    margin-top: 0.5rem;
}
.page_box .pagination{
    display: inline-block;
    vertical-align: top;
}
.page_box a{
    display: inline-block;
    vertical-align: top;
    font-size: 0.14rem;
    color: #fff;
    height: 0.38rem;
    line-height: 0.38rem;
    padding: 0 0.16rem;
    background: #ccc;
    margin: 0 6px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_box a.active{
    background: #0075bc;
}



.culture_box{

}
.culture_box .box1 ul{
    display: flex;
    display: -webkit-flex;
}
.culture_box .box1 ul li{
    width: 31%;
    margin-right: 3.5%;
    flex-shrink: 0;
    background: #0075bc;
    padding: 0.16rem;
    box-sizing: border-box;
}
.culture_box .box1 ul li div{
    background: #f2f2f2;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0.4rem 0.32rem;
}
.culture_box .box1 ul li img{
    vertical-align: top;
    width: 0.68rem;
}
.culture_box .box1 ul li h6{
    font-size: 0.22rem;
    margin: 0.16rem 0;
}
.culture_box .box1 ul li h6::after{
    content: "";
    display: block;
    width: 0.3rem;
    height: 2px;
    background: #0075bc;
    margin: 0.12rem auto 0;
}
.culture_box .box1 ul li p{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.6;
}

.culture_box .box2{
    position: relative;
    overflow: hidden;
}
.culture_box .box2 .luxy_el{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 68vw;
    z-index: -1;
    background: url(../Images/bg22.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.culture_box .box2 dl{
    width: 60%;
    margin: 0 auto;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.34rem 5%;
    border: 0.1rem solid rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
}
/* .culture_box .box2 dl::before{
    content: "";
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    width: calc(100% + 0.3rem);
    height: calc(100% + 0.3rem);
    background-image: url(../Images/bg22.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    filter: blur(8px);
} */
.culture_box .box2 dl::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.culture_box .box2 dl dd{
    font-size: 0.2rem;
    line-height: 1.6;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 0.3rem;
}
.culture_box .box2 dl dd:last-of-type{
    margin-bottom: 0;
}
.culture_box .box2 dl dd::before{
    content: "";
    display: block;
    width: 0.37rem;
    height: 0.37rem;
    background: url(../Images/tb70.png) no-repeat;
    background-size: contain;
    margin: 0 auto 0.2rem;
}

.culture_box .box3{

}
.culture_box .box3 ul{
    margin-top: -0.2rem;
}
.culture_box .box3 ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 0.2rem;
    text-align: center;
    background: #f2f2f2;
    padding: 3% 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    border: 0.15rem solid #f2f2f2;
}
.culture_box .box3 ul li:nth-of-type(4n){
    margin-right: 0;
}
.culture_box .box3 ul li img{
    vertical-align: top;
    margin-bottom: 0.12rem;
    width: 0.5rem;
}
.culture_box .box3 ul li h6{
    font-size: 0.22rem;
}
.culture_box .box3 ul li div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0.6rem;
    left: 0;
    background: #0075bc;
    color: #fff;
    box-sizing: border-box;
    padding: 0.12rem;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.culture_box .box3 ul li div h6{
    flex-shrink: 0;
    width: 100%;
}
.culture_box .box3 ul li div p{
    flex-shrink: 0;
    width: 100%;
    font-size: 0.16rem;
    line-height: 1.6;
    margin-top: 0.2rem;
}

.culture_box .box3 dl{
    margin-top: 0.3rem;
    padding: 8% 0;
    position: relative;
    overflow: hidden;
}
.culture_box .box3 dl .luxy_el{
    position: absolute;
    left: 0;
    top: 30vh;
    width: 100%;
    height: 68vw;
    z-index: -1;
    background: url(../Images/bg23.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.culture_box .box3 dt{
    
}
.culture_box .box3 dt img{
    width: 100%;
    vertical-align: top;
}
.culture_box .box3 dd{
    width: 68%;
    margin: 0 auto;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 6% 5% 7%;
    border: 0.1rem solid rgba(255,255,255,0.2);
    overflow: hidden;
    text-align: center;
    position: relative;
}
.culture_box .box3 dd::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
/* .culture_box .box3 dd::before{
    content: "";
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    width: calc(100% + 0.3rem);
    height: calc(100% + 0.3rem);
    background-image: url(../Images/bg23.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    filter: blur(8px);
} */
.culture_box .box3 dd i img{
    position: absolute;
    width: 81vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.culture_box .box3 dd img{
    position: relative;
    z-index: 3;
    vertical-align: top;
    width: 0.57rem;
}
.culture_box .box3 dd h6{
    position: relative;
    z-index: 3;
    font-size: 0.28rem;
    margin: 0.3rem 0 0.5rem;
}
.culture_box .box3 dd p{
    position: relative;
    z-index: 3;
    font-size: 0.36rem;
    color: #333;
    font-weight: 600;
}

.culture_box .box4{
    padding-bottom: 0.6rem;
}
.culture_box .box4 dl{
    margin-top: 0.3rem;
    padding: 8% 0;
    position: relative;
    overflow: hidden;
}
.culture_box .box4 dl .luxy_el{
    position: absolute;
    left: 0;
    top: 30vh;
    width: 100%;
    height: 68vw;
    z-index: -1;
    background: url(../Images/tp341.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.culture_box .box4 dl dd{
    width: 68%;
    margin: 0 auto;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 5% 5%;
    border: 0.1rem solid rgba(255,255,255,0.2);
    overflow: hidden;
    text-align: center;
    position: relative;
}
.culture_box .box4 dl dd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61,174,108,0.4);
}
.culture_box .box4 dl dd img{
    position: relative;
    z-index: 3;
    height: 0.6rem;
}
.culture_box .box4 dl dd ul{
    display: flex;
    display: -webkit-flex;
    position: relative;
    z-index: 3;
    margin-top: 0.5rem;
}
.culture_box .box4 dl dd ul li{
    flex: 1;
    text-align: center;
}
.culture_box .box4 dl dd ul li i{
    display: block;
    margin: 0 auto 0.1rem;
    width: 0.56rem;
    height: 0.56rem;
    line-height: 0.56rem;
    background: #fff;
    border-radius: 50%;
    color: #0075bc;
    font-size: 0.28rem;
}
.culture_box .box4 dl dd ul li p{
    display: block;
    font-size: 0.20rem;
    color: #fff;
    line-height: 1.6;
}




/* .culture_box .box4 dl{
    display: flex;
    display: -webkit-flex;
} */
/* .culture_box .box4 dt{
    width: 68%;
    flex-shrink: 0;
    margin-right: 2%;
    position: relative;
    background-image: url(../Images/tp34.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6% 0;
}
.culture_box .box4 dt div{
    margin: 0 auto;
    width: 68%;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 5% 7%;
    border: 0.1rem solid rgba(255,255,255,0.2);
    overflow: hidden;
    text-align: center;
    position: relative;
} */
/* .culture_box .box4 dt div::before{
    content: "";
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    width: calc(100% + 0.3rem);
    height: calc(100% + 0.3rem);
    background-image: url(../Images/tp34.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(4px);
} */
/* .culture_box .box4 dt div::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.culture_box .box4 dt div p{
    position: relative;
    z-index: 3;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7%;
}
.culture_box .box4 dt div p img{
    height: 0.48rem;
}
.culture_box .box4 dt div p i{
    display: inline-block;
    vertical-align: top;
    width: 0.55rem;
    height: 0.26rem;
    background-image: url(../Images/tb87.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.culture_box .box4 dt div p strong{
    font-weight: normal;
    font-size: 0.36rem;
}
.culture_box .box4 dt div p span{
    font-size: 0.3rem;
}
.culture_box .box4 dt div h6{
    position: relative;
    margin-top: 10%;
    z-index: 3;
    font-weight: bold;
    font-size: 0.42rem;
    text-shadow: 2px 2px 0 #fff;
}

.culture_box .box4{
    padding-bottom: 0.6rem;
}

.culture_box .box4 dd{
    width: 30%;
    flex-shrink: 0;
    background-image: url(../Images/tp35.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.culture_box .box4 dd ul{
    position: absolute;
    width: calc(100% - 0.3rem);
    height: calc(100% - 0.3rem);
    top: 0.15rem;
    left: 0.15rem;
    background-image: url(../Images/bg28.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 10% 14%;
}
.culture_box .box4 dd ul li{
    flex-shrink: 0;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.52rem;
    color: #fff;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.culture_box .box4 dd ul li span{
    
}
.culture_box .box4 dd ul li i{
    display: inline-block;
    vertical-align: top;
    width: 0.52rem;
    height: 0.52rem;
    text-align: center;
    background: #fff;
    color: #0075bc;
    text-transform: uppercase;
    border-radius: 50%;
    margin-right: 0.1rem;
}
.culture_box .box4 dd ul li em{
    
} */



.leader_box{
    
}
.leader_box .box2{
    position: relative;
    overflow: hidden;
    padding: 0.8rem 0;
}
.leader_box .box2 .luxy_el{
    position: absolute;
    left: 0;
    top: 8vh;
    width: 100%;
    height: 76vw;
    z-index: 1;
    background: url(../Images/bg21.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.leader_box .box2 .w82{
    position: relative;
    z-index: 3;
}
.leader_box .box2 h5{
    color: #fff;
}
.leader_box .box2 h5 span{
    background: url(../Images/tb4h.png) no-repeat right top;
}
.leader_box .box2 h6{
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.8;
}
.leader_box .box2 ul{
    margin-top: 5%;
}
.leader_box .box2 li{
    float: left;
    width: 17.6%;
    margin-right: 3%;
}
.leader_box .box2 li:nth-of-type(5){
    margin-right: 0;
}
.leader_box .box2 li div{
    width: 100%;
    padding-bottom: 115.65%;
    background: url(../Images/bg26.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.leader_box .box2 li em{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-54%);
}
.leader_box .box2 li em img{
    width: 0.58rem;
    vertical-align: top;
}
.leader_box .box2 li em span{
    display: block;
    font-size: 0.22rem;
    color: #fff;
    margin-top: 0.24rem;
}

.leader_box .box2 .swiper-slide{
    color: #fff;
    text-align: center;
}
.leader_box .box2 .swiper-slide span{
    display: block;
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
}
.leader_box .box2 .swiper-slide i{
    display: block;
    padding-bottom: 5%;
    background: url(../Images/ryjt.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.45;
}
.leader_box .box2 .swiper-slide small{
    display: block;
    width: 1px;
    height: 0.5rem;
    background: #fff;
    margin: 0 auto;
}
.leader_box .box2 .swiper-slide img{
    width: 0.72rem;
    vertical-align: top;
}
.leader_box .box2 .swiper-slide h6{
    font-size: 0.20rem;
    line-height: 1.6;
    padding: 0 12%;
    margin-top: 0.16rem;
}
.leader_box .box2 .btn_div{
    text-align: center;
    margin-top: 0.4rem;
}
.leader_box .box2 .btn_div .swiper-button-prev{
    display: inline-block;
    vertical-align: top;
    position: static;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../Images/jtz.png);
    background-size: 100% 100%;
    margin-top: 0;
    margin-right: 0.12rem;
    outline: none;
}
.leader_box .box2 .btn_div .swiper-button-next{
    display: inline-block;
    vertical-align: top;
    position: static;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../Images/jty.png);
    background-size: 100% 100%;
    margin-top: 0;
    outline: none;
}



.leader_box .box3{

}
.leader_box .box3 ul{
    overflow: hidden;
}
.leader_box .box3 li{
    float: left;
    width: 18.4%;
    margin-right: 2%;
    position: relative;
}
.leader_box .box3 li:nth-of-type(5n){
    margin-right: 0;
}
.leader_box .box3 li a{
    display: block;
}
.leader_box .box3 li em{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 6;
    border: 2px solid #e6e6e6;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader_box .box3 li em img{
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader_box .box3 li h6{
    text-align: center;
    font-size: 0.24rem;
    margin-top: 0.3rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.leader_box .box3 li:nth-of-type(1){
    z-index: 3;
}
.leader_box .box3 li dl{
    position: absolute;
    width: 445%;
    overflow: hidden;
    opacity: 0;
    height: calc(100% - 0.54rem);
    background: #6cb7bd;
    left: -344%;
    top: 0;
    display: flex;
    display: -webkit-flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 14%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader_box .box3 li dt{
    font-size: 0.22rem;
}
.leader_box .box3 li dd{
    font-size: 0.18rem;
    line-height: 1.8;
    margin-top: 4%;
}



.leader_box .box1{
    font-size: 0;
    position: relative;
}
.leader_box .divl{
    width: 28%;
    padding-top: 0.44rem;
}
.leader_box .divl .title_h5{
    text-align: left;
}
.leader_box .divl .title_h5 i{
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.2rem;
    margin-top: -2px;
}
.leader_box .divl dl{
    
}
.leader_box .divl dt{
    width: 100%;
    padding-bottom: 124.54%;
    background: url(../Images/bg20.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.leader_box .divl dt img{
    position: absolute;
    width: 56%;
    bottom: 0;
    left: 22%;
}
.leader_box .divl dd{
    background: #3a8e95;
    color: #fff;
    font-size: 0.14rem;
    text-align: justify;
    line-height: 1.8;
    padding: 0.16rem 0.3rem;
}

.leader_box .h5{
    height: 0.44rem;
    line-height: 0.44rem;
    background: url(../Images/bg25.png) repeat;
    padding: 0 0.3rem;
}
.leader_box .h5 img{
    vertical-align: middle;
    width: 0.3rem;
}
.leader_box .h5 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.2rem;
    color: #fff;
    margin-left: 6px;
}

.leader_box .divc{
    position: absolute;
    left: 28%;
    top: 0;
    height: 100%;
    width: 36%;
    background: #6cb7bd;
    box-sizing: border-box;
    padding: 0.6rem 0.2rem;
}
.leader_box .divc dl{
    height: 100%;
    overflow: hidden;
}
.leader_box .divc dd{
    margin-bottom: 0.34rem;
}
.leader_box .divc dd:last-of-type{
    margin-bottom: 0;
}
.leader_box .divc dd div{
    padding: 0.16rem 0.3rem 0;
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.8;
}

.leader_box .divr{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 36%;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 0.6rem 0.2rem;
}
.leader_box .divr .h5{
    background: url(../Images/bg24.png) repeat;
}
.leader_box .divr .h5 span{
    color: #666;
}
.leader_box .divr dl{
    padding: 0.16rem 0.3rem 0;
    color: #666;
    font-size: 0.14rem;
    line-height: 1.8;
    height: calc(100% - 0.44rem);
    box-sizing: border-box;
}
.leader_box .divr dd{
    height: 100%;
    overflow: hidden;
}
.leader_box .divr dl em{
    display: block;
    margin-top: 0.14rem;
    padding-left: 0.16rem;
    position: relative;
}
.leader_box .divr dl em::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 6px;
    height: 6px;
    background: #0075bc;
    border-radius: 50%;
}
.leader_box .mCSB_inside>.mCSB_container{
    margin-right: 0.14rem;
}
.leader_box .mCSB_scrollTools{
    width: 4px;
}
.leader_box .mCSB_scrollTools .mCSB_draggerRail{
    background: #ddd;
}
.leader_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0075bc !important;
}



.about_box{

}
.about_box .box1{
    background: url(../Images/bg14.png) no-repeat;
    background-size: auto;
    padding-bottom: 0;
}
.about_box .box1 dl{
    font-size: 0;
}
.about_box .box1 dt{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding-right: 4%;
}
.about_box .box1 dt h6{
    display: inline-block;
    color: #fff;
    margin-bottom: 0.3rem;
    font-size: 0.2rem;
    padding: 0.1rem 0.44rem 0.1rem 0.2rem;
    background: url(../Images/tb4h.png) no-repeat right 0.2rem top 4px #0075bc;
}
.about_box .box1 dt p{
    font-size: 0.16rem;
    color: #666;
    text-align: justify;
    line-height: 1.8;
    text-indent: 0.32rem;
}
.about_box .box1 dd{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}
.about_box .box1 dd img{
    width: 100%;
    vertical-align: top;
}
.about_box .box1 dd::after{
   /* content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.68rem;
    height: 0.68rem;
    background: url(../Images/tb20.png) no-repeat;
    background-size: contain;*/
}

.about_box .box1 .swiper_div{
    position: relative;

}
.about_box .swiper-button-prev{
    width: 0.24rem;
    height: 0.43rem;
    background: url(../Images/jt7.png) no-repeat center;
    background-size: contain;
    margin-top: -0.22rem;
    left: auto;
    right: 94%;
    outline: none;
}
.about_box .swiper-button-next{
    width: 0.24rem;
    height: 0.43rem;
    background: url(../Images/jt8.png) no-repeat center;
    background-size: contain;
    margin-top: -0.22rem;
    right: auto;
    left: 94%;
    outline: none;
}
.about_box .box1 .swiper-container{
    padding: 0.6rem 0.3rem;
    box-sizing: content-box;
}
.about_box .box1 .swiper-pagination{
    display: none;
}
.about_box .box1 .swiper-slide{
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    cursor: pointer;
}
.about_box .box1 .swiper-slide::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../Images/bg27.jpg) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box1 .swiper-slide::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../Images/bg15.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0.4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box1 .swiper-slide:nth-of-type(2n)::after{
    background-image: url(../Images/bg16.png);
}
.about_box .box1 .swiper-slide:nth-of-type(3n)::after{
    background-image: url(../Images/bg17.png);
}
.about_box .box1 .swiper-slide:nth-of-type(4n)::after{
    background-image: url(../Images/bg18.png);
}
.about_box .box1 .swiper-slide h6{
    text-align: center;
    padding: 16% 0;
    position: relative;
    z-index: 3;
}
.about_box .box1 .swiper-slide h6 span{
    font-size: 0.5rem;
    color: #0075bc;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box1 .swiper-slide h6 sup{
    vertical-align: top;
    display: inline-block;
    font-size: 0.34rem;
}
.about_box .box1 .swiper-slide h6 small{
    display: block;
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.2rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.about_box .box2{
    
}
.about_box .box2 .swiper_div{
    position: relative;
}
.about_box .box2 .swiper-container{
    padding: 0 0.1rem;
    box-sizing: content-box;
}
.about_box .box2 .swiper-wrapper{
    align-items: flex-end;
}
.about_box .box2 .swiper-slide{
    box-sizing: border-box;
    padding: 0.44rem 0.44rem 0.9rem 0.16rem;
    background: url(../Images/bg29.png) no-repeat left bottom 0.4rem;
    background-size: 100%;
}
.about_box .box2 .swiper-slide::before{
    content: "";
    position: absolute;
    left: -0.07rem;
    top: 0;
    background-image: url(../Images/tb61.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 0.17rem;
    height: 0.19rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box2 .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0.24rem;
    left: 0;
    width: 1px;
    height: calc(100% - 1.0rem);
    background: #b0b0b0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box2 .swiper-slide h6{
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.about_box .box2 .swiper-slide p{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.6;
}
.about_box .box2 .swiper-slide em{
    display: block;
    margin-top: 0.2rem;
    overflow: hidden;
}
.about_box .box2 .swiper-slide img{
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box2 .swiper-slide h5{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.2rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.about_box .box3{
    overflow: hidden;
    position: relative;
}
.about_box .box3 .luxy_el{
    position: absolute;
    left: 0;
    top: 24vh;
    width: 100%;
    height: 86vw;
    z-index: -1;
    background: url(../Images/bg19.jpg) repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} 
.about_box .box3 .title_h5{
    margin-bottom: 0.3rem;
}
.about_box .box3 .title_h5 span{
    color: #fff;
    background: url(../Images/tb4h.png) no-repeat right top;
}
.about_box .box3 .swiper-container{
    width: 100%;
    padding: 0.2rem 1px 0.6rem;
    margin-left: -1px;
}
.about_box .box3 .swiper-pagination{
    bottom: 0;
}
.about_box .box3 .swiper-pagination span{
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0);
    opacity: 1;
}
.about_box .box3 .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}
.about_box .box3 .swiper-slide{
    padding-bottom: 19%;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.about_box .box3 .swiper-slide .bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box3 .swiper-slide h5{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box3 .swiper-slide h5 img{
    vertical-align: top;
    width: 0.8rem;
}
.about_box .box3 .swiper-slide h5 span{
    display: block;
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.24rem;
}
.about_box .box4{

}
.about_box .box4 em{
    display: block;
}
.about_box .box4 em img{
    width: 100%;
    vertical-align: top;
}



.newsinfo_box{
    background: #fff;
    padding: 0.5rem 9%;
    margin: 0.5rem auto;
}
.newsinfo_box .divt{
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2rem;
}
.newsinfo_box .divt h5{
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
    line-height: 1.4;
}
.newsinfo_box .divt h6{
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.22rem;
    line-height: 1.6;
}
.newsinfo_box .divt em{
    font-size: 0.14rem;
    color: #999;
}
.newsinfo_box .bdsharebuttonbox{
    float: right;
    margin-top: -0.1rem;
    font-size: 0.14rem;
    color: #999;
    height: 0.25rem;
    line-height: 0.25rem;
}
.newsinfo_box .bdsharebuttonbox a{
    float: none;
    width: 0.26rem;
    height: 0.25rem;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    padding: 0;
    margin: 0 0 0 4px;
    background-image: url(../Images/tb10.jpg);
    background-repeat: no-repeat;
}
.newsinfo_box .bdsharebuttonbox a.bds_weixin{
    background-position: 0 0;
}
.newsinfo_box .bdsharebuttonbox a.bds_tsina{
    background-position: -0.35rem 0;
}
.newsinfo_box .bdsharebuttonbox a.bds_sqq{
    background-position: -0.7rem 0;
}
.newsinfo_box .divm{
    padding: 0.4rem 0;
    font-size: 0.16rem;
    color: #666;
    line-height: 1.6;
}
.newsinfo_box .divm p{
    text-indent: 0.32rem;
    /*margin-bottom: 0.24rem;*/
}
.newsinfo_box .divm span{
    display: block;
}
.newsinfo_box .divm img{
    max-width: 100%;
    display: block;
}
.newsinfo_box .divb{
    padding-right: 2.0rem;
    position: relative;
    min-height: 0.41rem;
}
.newsinfo_box .divb a.link_a{
    display: block;
    font-size: 0.16rem;
    line-height: 2.0;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.newsinfo_box .divb a.return_a{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.2rem;
    width: 1.58rem;
    height: 0.39rem;
    line-height: 0.39rem;
    text-align: center;
    border: 1px solid #0075bc;
    font-size: 0.16rem;
    color: #0075bc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



.cooperation_box{

}
.cooperation_box .box1{
    
}
.cooperation_box .hs_box{
    background: #ededed;
}
.cooperation_box .box1 ul{
    margin-top: -0.24rem;
}
.cooperation_box .box1 ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    margin-top: 0.24rem;
    cursor: pointer;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.cooperation_box .box1 ul li:nth-of-type(4n){
    margin-right: 0;
}
.cooperation_box .box1 ul li em{
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.cooperation_box .box1 ul li em img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.cooperation_box .box1 ul li span{
    display: block;
    width: 84%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    font-size: 0.16rem;
    color: #666;
    padding: 0.16rem 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cooperation_box .box1 dl{
    text-align: center;
    font-size: 0;
    margin-top: 0.5rem;
}
.cooperation_box .box1 dl dd{
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    text-align: left;
    width: 24%;
    font-size: 0.22rem;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 0.08rem 0.08rem 0.08rem 0.8rem;
    border: 1px solid #0075bc;
    border-radius: 0.4rem;
    background-repeat: no-repeat;
    background-size: 0.56rem;
    background-position: 0.08rem 0.08rem;
}
.cooperation_box .box1 dl dd:nth-of-type(1){
    background-image: url(../Images/tb92.png);
}
.cooperation_box .box1 dl dd:nth-of-type(2){
    background-image: url(../Images/tb93.png);
}
.cooperation_box .box1 dl dd:nth-of-type(3){
    background-image: url(../Images/tb94.png);
}

.cooperation_box .box2{

}
.cooperation_box .box2 .dt_div{
    width: 66%;
    position: relative;
    margin: 0 auto;
    margin-top: 0.8rem;
}
.cooperation_box .box2 .dt_div img{
    width: 100%;
    vertical-align: top;
}
.cooperation_box .box2 .dt_div span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cooperation_box .box2 .dt_div span i{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0075bc;
    border-radius: 50%;
}
.cooperation_box .box2 .dt_div span i::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0075bc;
    border-radius: 50%;
    opacity: 0;
}
.cooperation_box .box2 .dt_div span i::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0075bc;
    border-radius: 50%;
    opacity: 0;
}
.cooperation_box .box2 .dt_div span i.i1{
    top: 34%;
    left: 58.5%;
}
.cooperation_box .box2 .dt_div span i.i2{
    top: 16.5%;
    left: 15%;
}
.cooperation_box .box2 .dt_div span i.i3{
    top: 8.5%;
    left: 66%;
}
.cooperation_box .box2 .dt_div span i.i4{
    top: 54%;
    left: 27.5%;
}
.cooperation_box .box2 .dt_div span i.i5{
    top: 70.5%;
    left: 53.2%;
}
.cooperation_box .box2 .dt_div span i.i6{
    top: 12.5%;
    left: 83%;
}
.cooperation_box .box2 .dt_div span i.i7{
    top: 73%;
    left: 83.5%;
}
.cooperation_box .box2 .dt_div span i.i8{
    top: 3%;
    left: 39%;
}

.cooperation_box .box2 .dt_div span i.i1::before{
    animation: myfirst 3s linear infinite;
    -webkit-animation: myfirst 3s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i1::after{
    animation: myfirst 3s 1.5s linear infinite;
    -webkit-animation: myfirst 3s 1.5s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i2::before{
    animation: myfirst 3s 0.5s linear infinite;
    -webkit-animation: myfirst 3s 0.5s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i2::after{
    animation: myfirst 3s 2s linear infinite;
    -webkit-animation: myfirst 3s 2s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i3::before{
    animation: myfirst 3s 1s linear infinite;
    -webkit-animation: myfirst 3s 1s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i3::after{
    animation: myfirst 3s 2.5s linear infinite;
    -webkit-animation: myfirst 3s 2.5s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i4::before{
    animation: myfirst 3s 1.5s linear infinite;
    -webkit-animation: myfirst 3s 1.5s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i4::after{
    animation: myfirst 3s 3s linear infinite;
    -webkit-animation: myfirst 3s 3s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i5::before{
    animation: myfirst 3s 2s linear infinite;
    -webkit-animation: myfirst 3s 2s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i5::after{
    animation: myfirst 3s 3.5s linear infinite;
    -webkit-animation: myfirst 3s 3.5s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i6::before{
    animation: myfirst 3s 2.5s linear infinite;
    -webkit-animation: myfirst 3s 2.5s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i6::after{
    animation: myfirst 3s 4s linear infinite;
    -webkit-animation: myfirst 3s 4s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i7::before{
    animation: myfirst 3s 3s linear infinite;
    -webkit-animation: myfirst 3s 3s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i7::after{
    animation: myfirst 3s 4.5s linear infinite;
    -webkit-animation: myfirst 3s 4.5s linear infinite;
}

.cooperation_box .box2 .dt_div span i.i8::before{
    animation: myfirst 3s 3.5s linear infinite;
    -webkit-animation: myfirst 3s 3.5s linear infinite;
}
.cooperation_box .box2 .dt_div span i.i8::after{
    animation: myfirst 3s 5s linear infinite;
    -webkit-animation: myfirst 3s 5s linear infinite;
}



.hzly_box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(0,0,0,0.6);
}
.hzly_box form{
    position: absolute;
    width: 62%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 3% 0;
}
.hzly_box form .out_i{
    position: absolute;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    background: url(../Images/out1.png) no-repeat center;
}
.hzly_box form h5{
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}
.hzly_box form label{
    display: block;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.hzly_box form label span{
    display: inline-block;
    vertical-align: top;
    width: 1.0rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: right;
    margin-right: 0.2rem;
}
.hzly_box form label input{
    vertical-align: top;
    width: 50%;
    height: 0.46rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 0.2rem;
}
.hzly_box form label textarea{
    vertical-align: top;
    width: 50%;
    height: 1.4rem;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0.1rem 0.2rem;
    line-height: 1.6;
}
.hzly_box form label .sc_div{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.hzly_box form label .sc_div span{
    display: block;
    width: 1.8rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    background: #0075bc;
}
.hzly_box form label .sc_div p{
    text-align: left;
    font-size: 0.14rem;
    color: #999;
    margin-top: 0.2rem;
}
.hzly_box form button{
    display: block;
    margin: 0 auto;
    width: 2.4rem;
    height: 0.46rem;
    background: #0075bc;
    color: #fff;
    font-size: 0.18rem;
    border: none;
    margin-top: 4%;
}



.contact_box{

}
.contact_box ul{
    
}
.contact_box ul li{
    float: left;
    width: 24.25%;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 0.2rem;
    background: #f7f7f7;
    font-size: 0;
}
.contact_box ul li:nth-of-type(4n){
    margin-right: 0;
}
.contact_box ul li img{
    width: 0.7rem;
    vertical-align: middle;
}
.contact_box ul li span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.7rem);
    box-sizing: border-box;
    padding-left: 0.2rem;
    font-size: 0.18rem;
}
.contact_box ul li span small{
    display: block;
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.1rem;
    line-height: 22px;
}

.contact_box .map_div{
    margin-top: 0.14rem;
    margin-bottom: 0.42rem;
    position: relative;
    width: 100%;
    padding-bottom: 36%;
}
.contact_box #map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_box form{
    font-size: 0;
}
.contact_box form input{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 0.68rem;
    font-size: 0.16rem;
    padding: 0 0.2rem;
}
.contact_box form input:nth-of-type(2n){
    margin-right: 0;
}
.contact_box form textarea{
    width: 100%;
    height: 1.4rem;
    margin-bottom:2%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 0.16rem;
    line-height: 1.5;
    resize: none;
    padding: 0.1rem 0.2rem;
}
.contact_box form button{
    display: block;
    width: 32%;
    height: 0.68rem;
    background: #0075bc;
    border: none;
    color: #fff;
    font-size: 0.18rem;
    margin: 0.3rem auto 0;
}

.contact_box form .msg_code{
    width: 49%;
    position: relative;
}
.contact_box form .msg_code input{
    width: 100%;
    margin: 0;
}
.contact_box form .msg_code img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.product_box{

}
.product_box .box2{
    background: #f7f7f7;
}
.product_box .box2 .w82{
    position: relative;
    text-align: right;
}
.product_box .box2 .gallery-thumbs{
    text-align: left;
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.product_box .box2 .gallery-thumbs .swiper-slide{
    box-sizing: border-box;
    padding: 0.1rem;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box2 .gallery-thumbs .swiper-slide h6{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.product_box .box2 .gallery-thumbs .swiper-slide h6 em{
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    margin-right: 0.06rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box2 .gallery-thumbs .swiper-slide h6 em img{
    width: 0.4rem;
    vertical-align: top;
}
.product_box .box2 .gallery-thumbs .swiper-slide h6 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
    line-height: 0.4rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box2 .gallery-thumbs .swiper-slide::before{
    content: "";
    position: absolute;
    width: calc(100% - 0.2rem);
    height: 1px;
    left: 0.1rem;
    bottom: -1px;
    background: #e6e6e6;
}
.product_box .box2 .gallery-thumbs .swiper-slide::after{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #0075bc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box2 .gallery-thumbs .swiper-slide:nth-of-type(1)::after{
    background-image: url(../Images/cptb5.png);
}
.product_box .box2 .gallery-thumbs .swiper-slide:nth-of-type(2)::after{
    background-image: url(../Images/cptb1.png);
}
.product_box .box2 .gallery-thumbs .swiper-slide:nth-of-type(3)::after{
    background-image: url(../Images/cptb2.png);
}
.product_box .box2 .gallery-thumbs .swiper-slide:nth-of-type(4)::after{
    background-image: url(../Images/cptb3.png);
}
.product_box .box2 .gallery-thumbs .swiper-slide:nth-of-type(5)::after{
    background-image: url(../Images/cptb4.png);
}
.product_box .box2 .gallery-thumbs .swiper-slide-thumb-active h6{
    box-shadow: none;
}
.product_box .box2 .gallery-thumbs .swiper-slide-thumb-active h6 em{
    width: 0;
}
.product_box .box2 .gallery-thumbs .swiper-slide-thumb-active h6 span{
    color: #fff;
}
.product_box .box2 .gallery-thumbs .swiper-slide-thumb-active::after{
    width: 100%;
    opacity: 1;
}
.product_box .box2 .swiper-pagination{
    display: none;
}
.product_box .box2 .gallery-top{
    display: inline-block;
    vertical-align: top;
    width: 75%;
}
.product_box .box2 .gallery-top .swiper-slide img{
    width: 100%;
    vertical-align: top;
}
.product_box .box2 .gallery-top .swiper-slide a{
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    width: 1.6rem;
    height: 0.42rem;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    border: 1px solid rgba(255,255,255,0.6);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box2 .gallery-top .swiper-slide a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 0.1rem;
    width: 0.07rem;
    height: 0.11rem;
    background: url(../Images/jt1.png) no-repeat center;
    background-size: contain;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.product_box .box3{

}
.product_box .box3 a{
    position: relative;
    overflow: hidden;
    display: block;
}
.product_box .box3 a .bg_img{
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box3 a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box3 a div{
    position: absolute;
    z-index: 3;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .box3 a div img{
    vertical-align: top;
    width: 0.9rem;
}
.product_box .box3 a div span{
    display: block;
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.24rem;
    padding-right: 0.3rem;
    background: url(../Images/jt12.png) no-repeat right center;
    background-size: auto 0.2rem;
}

.product_box .box1{
    
}
.product_box .box1 ul{
    overflow: hidden;
}
.product_box .box1 ul li{
    float: left;
    width: 15%;
    padding-bottom: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin-right: 1%;
    cursor: pointer;
    position: relative;
}
.product_box .box1 ul li:nth-of-type(4){
    margin-right: 0;
}
.product_box .box1 ul li h6{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0.2rem;
    padding: 0 0.16rem;
}
.product_box .box1 ul li h6 img{
    height: 0.44rem;
    vertical-align: top;
}
.product_box .box1 ul li h6 strong{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 0.06rem;
}
.product_box .box1 ul li h6 p{
    margin-top: 0.16rem;
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.6;
    display: none;
    height: 0.44rem;
}
.product_box .box1 ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.product_box .box1 ul li:nth-of-type(1)::after{
    background: rgba(83,78,84,0.6);
}
.product_box .box1 ul li:nth-of-type(2)::after{
    background: rgba(241,141,0,0.6);
}
.product_box .box1 ul li:nth-of-type(3)::after{
    background: rgba(25,27,26,0.6);
}
.product_box .box1 ul li:nth-of-type(4)::after{
    background: rgba(118,75,33,0.6);
}
.product_box .box1 ul li:nth-of-type(5)::after{
    background: rgba(205,145,29,0.6);
}
.product_box .box1 ul li.active::after{
    width: 0;
    opacity: 0;
}


.productetcj_box{

}
.productetcj_box .bg_img{
    width: 100%;
    vertical-align: top;
}
.productetcj_box .h5{
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translateY(-50%) !important;
}
.productetcj_box .h5 span{
    display: block;
    font-size: 0.3rem;
    padding: 0.16rem 0;
    border-top: 1px solid #dea758;
    border-bottom: 1px solid #dea758;
    color: #ce790b;
}
.productetcj_box .h5 strong{
    display: block;
    font-size: 0.7rem;
    color: #ce790b;
    font-weight: normal;
    margin: 0.24rem 0;
}
.productetcj_box .h5 p{
    font-size: 0.24rem;
    color: #ce790b;
    font-weight: 100;
}  
.productetcj_box .h5 em{
    display: block;
    margin-bottom: 0.2rem;
}
.productetcj_box .h5 em img{
    vertical-align: top;
    height: 0.65rem;
}
.productetcj_box .h5 dl{
    font-size: 0;
    margin-top: 0.4rem;
    margin-left: -0.06rem;
}
.productetcj_box .h5 dl dd{
    display: inline-block;
    vertical-align: top;
    width: 1.0rem;
    text-align: center;
    margin-right: 0.24rem;
}
.productetcj_box .h5 dl dd img{
    width: 0.86rem;
    vertical-align: top;
}
.productetcj_box .h5 dl dd small{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.1rem;
    white-space: nowrap;
}

.productetcj_box .content_dl{
    text-align: center;
    position: absolute;
    left: 0;
    top: 14%;
    width: 100%;
}
.productetcj_box .h6{
    font-size: 0.44rem;
    color: #fff;
    font-weight: 100;
}
.productetcj_box .p{
    font-size: 0.24rem;
    color: #fff;
    font-weight: 100;
    width: 60%;
    line-height: 1.5;
    margin: 0.24rem auto 0;
}
.productetcj_box .span{
    margin-top: 0.3rem;
    display: block;
    font-size: 0.20rem;
    padding: 0.16rem 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #eee;
    font-weight: 100;
}
.productetcj_box .small{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 100;
    width: 42%;
    line-height: 1.8;
    margin: 0.24rem auto 0;
}

.productetcj_box .box1{
    position: relative;
}

.productetcj_box .box2{
    position: relative;
}
.productetcj_box .box2 .h6{
    color: #ce790b;
}
.productetcj_box .box2 .content_dl{
    
}
.productetcj_box .box2 .content_dl dd{
    font-size: 0;
    text-align: center;
    margin-top: 0.5rem;
}
.productetcj_box .box2 .content_dl dd span{
    display: inline-block;
    vertical-align: top;
    margin: 0 1.2%;
}
.productetcj_box .box2 .content_dl dd span img{
    width: 0.86rem;
    vertical-align: top;
}
.productetcj_box .box2 .content_dl dd span small{
    font-size: 0.14rem;
    color: #ce790b;
    display: block;
    width: 1.0rem;
    line-height: 1.5;
    margin-top: 0.12rem;
}

.productetcj_box .box3{
    position: relative;
}
.productetcj_box .box3 .h6{
    color: #ce790b;
}
.productetcj_box .box3 .p{
    color: #ce790b;
}
.productetcj_box .box3 .content_dl{
    
}

.productetcj_box .box4{
    position: relative;
}
.productetcj_box .box4 .h5{

}
.productetcj_box .box4 .h5 span{
    color: #fff;
    line-height: 0.34rem;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.productetcj_box .box4 .h5 span i{
    display: inline-block;
    vertical-align: top;
    font-size: 0.34rem;
    background: linear-gradient(to bottom, #ffdc91,#c49d50);
    -webkit-background-clip: text;
    color: transparent;
}
.productetcj_box .box4 .h5 strong{
    background: linear-gradient(to bottom, #ffdc91,#c49d50);
    -webkit-background-clip: text;
    color: transparent;
}
.productetcj_box .box4 .h5 strong img{
    vertical-align: middle;
    width: 0.54rem;
    margin-top: -2px;
}
.productetcj_box .box4 .h5 p{
    color: #ccc;
}

.productetcj_box .box5{
    position: relative;
}
.productetcj_box .box5 .content_dl{
    height: 86%;
}
.productetcj_box .box5 .content_dl dd{
    width: 40%;
    height: calc(100% - 0.54rem);
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding-top: 0.5rem;
}
.productetcj_box .box5 .content_dl dd span{
    display: inline-block;
    vertical-align: top;
    width: 34%;
}
.productetcj_box .box5 .content_dl dd span img{
    width: 1.0rem;
    vertical-align: top;
}
.productetcj_box .box5 .content_dl dd span em{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.2rem;
}
.productetcj_box .box5 .content_dl dd span small{
    display: block;
    font-size: 0.12rem;
    color: #ccc;
    text-transform: uppercase;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: 0.06rem;
}
.productetcj_box .box5 .content_dl dd span:nth-of-type(3){
    float: left;
    margin-top: 10%;
    transform: translateX(-20%);
}
.productetcj_box .box5 .content_dl dd span:nth-of-type(4){
    float: right;
    margin-top: 10%;
    transform: translateX(20%);
}

.productetcj_box .box6{
    position: relative;
}
.productetcj_box .box6 .content_dl{
    height: 86%;
    text-align: center;
}
.productetcj_box .box6 .content_dl dd{
    position: absolute;
    left: 18%;
    bottom: 0;
    width: 50%;
    height: calc(100% - 1.2rem);
}
.productetcj_box .box6 .content_dl dd span i{
    position: absolute;
    font-size: 0.26rem;
    color: #eee;
    font-style: italic;
    white-space: nowrap;
}
.productetcj_box .box6 .content_dl dd .span1{
    position: absolute;
    right: 66%;
    bottom: 43%;
    width: 31%;
    padding-bottom: 18%;
    background: url(../Images/cpx1.png) no-repeat;
    background-size: contain;
}
.productetcj_box .box6 .content_dl dd .span2{
    position: absolute;
    left: 57%;
    bottom: 66%;
    width: 20%;
    padding-bottom: 11.5%;
    background: url(../Images/cpx2.png) no-repeat;
    background-size: contain;
}
.productetcj_box .box6 .content_dl dd .span3{
    position: absolute;
    right: 45%;
    top: 49%;
    width: 42%;
    padding-bottom: 23%;
    background: url(../Images/cpx3.png) no-repeat;
    background-size: contain;
}
.productetcj_box .box6 .content_dl dd .span1 i{
    top: -0.4rem;
    left: 0;
}
.productetcj_box .box6 .content_dl dd .span2 i{
    left: 110%;
    top: -0.13rem;
}
.productetcj_box .box6 .content_dl dd .span3 i{
    left: 0;
    bottom: 0.16rem;
}

.productetcj_box .box7{
    position: relative;
}
.productetcj_box .box7 .content_dl{
    
}
.productetcj_box .box7 .content_dl dt{
    display: inline-block;
}
.productetcj_box .box7 .content_dl dd{
    width: 26%;
    margin: 0 auto;
}
.productetcj_box .box7 .content_dl dd span{
    display: block;
    font-size: 0.26rem;
    color: #fff;
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
}
.productetcj_box .box7 .content_dl dd i{
    color: #edc46c;
}
.productetcj_box .box7 .content_dl dd img{
    width: 100%;
    vertical-align: top;
}

.productetcj_box .box8{
    position: relative;
}
.productetcj_box .box8 .content_dl{
    
}
.productetcj_box .box8 .content_dl dd{
    width: 40%;
    margin-left: 45%;
    font-size: 0;
    text-align: left;
    margin-top: 5%;
}
.productetcj_box .box8 .content_dl dd p{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 0.3rem;
}
.productetcj_box .box8 .content_dl dd p img{
    width: 0.50rem;
    vertical-align: middle;
}
.productetcj_box .box8 .content_dl dd p span{
    font-size: 0.20rem;
    width: calc(100% - 0.7rem);
    box-sizing: border-box;
    padding-left: 0.2rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.productetcj_box .box9{
    position: relative;
    background: #1c1c1c;
    padding-bottom: 41.7%;
}
.productetcj_box .box9 .content_dl dt{
    display: inline-block;
}
.productetcj_box .box9 .content_dl dd{
    font-size: 0;
    margin-top: 3%;
}
.productetcj_box .box9 .content_dl dd p{
    display: inline-block;
    vertical-align: middle;
}
.productetcj_box .box9 .content_dl dd i{
    display: inline-block;
    vertical-align: middle;
    width: 4%;
    margin: 0 3%;
    padding-bottom: 2%;
    background: url(../Images/cptb29.png) no-repeat center;
    background-size: contain;
}
.productetcj_box .box9 .content_dl dd p:last-of-type{
    margin-right: 0;
}
.productetcj_box .box9 .content_dl dd p:last-of-type::after{
    display: none;
}
.productetcj_box .box9 .content_dl dd p img{
    vertical-align: top;
    height: 18vw;
}
.productetcj_box .box9 .content_dl dd p span{
    display: block;
    font-size: 0.20rem;
    color: #fff;
    margin-top: 0.1rem;
}

.productetcj_box .box10{
    position: relative;
}
.productetcj_box .box10 .content_dl dd{
    font-size: 0;
    text-align: center;
    width: 82%;
    margin: 5% auto 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.productetcj_box .box10 .content_dl dd::after{
    content: "";
    position: absolute;
    width: 90%;
    bottom: 0.14rem;
    height: 1px;
    background: #0075bc;
    left: 5%;
}
.productetcj_box .box10 .content_dl dd p{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
}
.productetcj_box .box10 .content_dl dd p img{
    vertical-align: top;
    width: 100%;
}
.productetcj_box .box10 .content_dl dd p span{
    display: inline-block;
    background: #0075bc;
    color: #fff;
    font-size: 0.16rem;
    padding: 0.06rem 0.16rem;
    border-radius: 0.4rem;
    margin-top: 0.1rem;
}

.productetcj_box .box11{
    position: relative;
}
.productetcj_box .box11 .content_dl{
    
}
.productetcj_box .box11 .content_dl dd{
    margin: 7% 0 0 26%;
    width: 38%;
    padding-bottom: 11%;
    background: url(../Images/cpx4.png) no-repeat;
    background-size: contain;
    position: relative;
}
.productetcj_box .box11 .content_dl dd::after{
    content: "";
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    background: #fff;
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
}
.productetcj_box .box11 .content_dl dd ol{
    position: absolute;
    top: 100%;
    left: -12%;
    transform: translateY(-50%);
}
.productetcj_box .box11 .content_dl dd li{
    color: #eee;
    text-align: left;
    padding-left: 1.8rem;
    position: relative;
}
.productetcj_box .box11 .content_dl dd li:first-of-type{
    margin-bottom: 0.6rem;
}
.productetcj_box .box11 .content_dl dd li img{
    position: absolute;
    width: 1.4rem;
    left: 0;
    top: 0;
}
.productetcj_box .box11 .content_dl dd li strong{
    display: block;
    font-size: 0.30rem;
    font-weight: normal;
    color: #fff;
}
.productetcj_box .box11 .content_dl dd li small{
    font-size: 0.18rem;
    color: #eee;
    font-weight: 100;
    margin-left: 0.1rem;
}
.productetcj_box .box11 .content_dl dd li span{
    display: block;
    font-size: 0.18rem;
    margin: 0.14rem 0 0.1rem;
    font-weight: 100;
}
.productetcj_box .box11 .content_dl dd li span::after{
    content: "";
    display: block;
    width: 0.4rem;
    height: 2px;
    margin-top: 0.1rem;
    background: #0075bc;
}
.productetcj_box .box11 .content_dl dd li p{
    font-size: 0.16rem;
    line-height: 1.6;
    font-weight: 100;
}

.productetcj_box .box12{
    position: relative;
}
.productetcj_box .box12 .h5 span{
    color: #fff;
    line-height: 0.34rem;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.productetcj_box .box12 .h5 strong{
    color: #fff;
}
.productetcj_box .box12 .h5 p{
    color: #ccc;
}

.productetcj_box .box13{
    position: relative;
}
.productetcj_box .box13 .content_dl dd{
    width: 82%;
    margin: 10% auto 0;
}
.productetcj_box .box13 .content_dl dd ul{
    display: flex;
    display: -webkit-flex;
    background: url(../Images/bg31.png) no-repeat;
    background-size: 100% 100%;
}
.productetcj_box .box13 .content_dl dd li{
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-0.6rem);
}
.productetcj_box .box13 .content_dl dd li:nth-of-type(2n){
    flex-direction: column-reverse;
    transform: translateY(0.6rem);
}
.productetcj_box .box13 .content_dl dd li span{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.4;
    height: 0.5rem;
    margin-bottom: 0.3rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}
.productetcj_box .box13 .content_dl dd li:nth-of-type(2n) span{
    margin-bottom: 0;
    margin-top: 0.3rem;
    align-items: flex-start;
}
.productetcj_box .box13 .content_dl dd li img{
    vertical-align: top;
    width: 1.27rem;
}

.productetcj_box .box14{
    position: relative;
}
.productetcj_box .box14 .content_dl{
    height: 86%;
}
.productetcj_box .box14 .content_dl dd{
    position: absolute;
    left: 26%;
    bottom: 0;
    width: 52%;
    height: calc(100% - 2rem);
}
.productetcj_box .box14 .content_dl dd i{
    position: absolute;
    width: 18%;
    padding-bottom: 18%;
    background: url(../Images/cptp14.png) no-repeat;
    background-size: contain;
}
.productetcj_box .box14 .content_dl dd i.i1{
    left: 8%;
    top: 16%;
}
.productetcj_box .box14 .content_dl dd i.i2{
    width: 14%;
    padding-bottom: 14%;
    top: 28%;
    right: 8%;
}
.productetcj_box .box14 .content_dl dd i.i3{
    width: 12%;
    padding-bottom: 12%;
    left: 31%;
    top: 52%;
}
.mcp_box{
    display: none;
}
.mcp_box img{
    width: 100%;
    vertical-align: top;
}



.showvideo_box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background:rgb(51,51,51);
}
.showvideo_box i{
    position: absolute;
    cursor: pointer;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 9;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../Images/gb.png);
    background-size: cover;
}
.showvideo_box video{
    width: 100%;
    height: 100%;
}
.showvideo_box #iframe_div{
    width: 100%;
    height: 100%;
}
.showvideo_box iframe{
    width: 100%;
    height: 100%;
}



.catalog_box{

}
.catalog_box ul{
    
}
.catalog_box ul li{
    margin-bottom: 0.16rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.catalog_box ul li a{
    display: block;
    background: #f2f2f2;
    padding: 0.4rem 0.45rem;
    font-size: 0;
    position: relative;
}
.catalog_box ul li h5{
    display: inline-block;
    vertical-align: top;
    font-size: 0.6rem;
    font-family: "BEBAS";
    color: #0075bc;
}
.catalog_box ul li h5::after{
    content: "/";
    display: inline-block;
    vertical-align: top;
    font-size: 0.5rem;
    margin-left: 0.2rem;
}
.catalog_box ul li div{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-left: 0.24rem;
}
.catalog_box ul li h6{
    font-size: 0.24rem;
    margin-bottom: 0.16rem;
    margin-top: 0.06rem;
}
.catalog_box ul li p{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.8;
}
.catalog_box ul li span{
    position: absolute;
    right: 0.45rem;
    top: 50%;
    font-size: 0.2rem;
    color: #666;
    margin-top: -0.1rem;
}

.catalog_box .ts_a{
    display: block;
    margin: 0.5rem auto 0;
    width: 2.2rem;
    height: 0.60rem;
    background: #0075bc;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.60rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



.about_box .box5{
    background: url(../Images/bg26.jpg) repeat;
}
.about_box .box5 .swiper_div{
    position: relative;
}
.about_box .box5 .top_list{
    width: 62.5%;
    display: inline-block;
    vertical-align: top;
}
.about_box .box5 .top_list>div{
    display: none;
}
.about_box .box5 .top_list>div:nth-of-type(1){
    display: block;
}
.about_box .box5 .swiper-slide img{
    width: 100%;
    vertical-align: top;
}
.about_box .box5 .thumbs_list{
    position: absolute;
    width: 35%;
    right: 0;
    bottom: 0;
}
.about_box .box5 .thumbs_list>div{
    display: none;
}
.about_box .box5 .thumbs_list>div:nth-of-type(1){
    display: block;
}
.about_box .box5 .thumbs_div .swiper-slide{
    box-sizing: border-box;
}
.about_box .box5 .thumbs_div .swiper-slide-thumb-active{
    border: 2px solid #0075bc;
}
.about_box .box5 .btn_div{
    font-size: 0;
    text-align: center;
    margin-bottom: 0.2rem;
}
.about_box .box5 .swiper-button-prev{
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 0.12rem;
    height: 0.20rem;
    margin-top: 0;
}
.about_box .box5 .swiper-button-next{
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 0.12rem;
    height: 0.20rem;
    margin-top: 0;
}
.about_box .box5 .swiper-pagination{
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: 0 0.1rem;
}
.about_box .box5 .swiper-pagination span{
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(61,174,108,0);
    box-sizing: border-box;
    border: 1px solid #0075bc;
    margin: 0 2px;
    opacity: 1;
}
.about_box .box5 .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(61,174,108,1);
}

.about_box .box5 .tab_dl{
    position: absolute;
    width: 35%;
    top: 0;
    right: 0;
}
.about_box .box5 .tab_dl dt{
    font-size: 0;
    border-bottom: 1px solid #0075bc;
}
.about_box .box5 .tab_dl dt span{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    font-size: 0.2rem;
    color: #999;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .box5 .tab_dl dt span.active{
    color: #fff;
    background: url(../Images/n2.png) no-repeat center;
    background-size: 100% 100%;
}
.about_box .box5 .tab_dl dd{
    margin-top: 0.4rem;
}
.about_box .box5 .tab_dl dd>div{
    display: none;
    font-size: 0.16rem;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}
.about_box .box5 .tab_dl dd>div:nth-of-type(1){
    display: block;
}



.leader_box .box4{
    /*padding-bottom: 0;*/
}
.leader_box .box4 .swiper-slide{
    padding-bottom: 46%;
    overflow: hidden;
}
.leader_box .box4 .swiper-slide i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader_box .box4 .thumbs_div{
    padding-left: 20%;
    margin-top: 0.2rem;
}
.leader_box .box4 .thumbs_div h6{
    position: absolute;
    left: 0;
    top: 0;
    width: 32%;
    height: 100%;
    background: url(../Images/n5.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
    box-sizing: border-box;
    padding: 0.22rem 14% 0.22rem 0.3rem;
}
.leader_box .box4 .gallery-thumbs{
    padding: 0.24rem 14px;
}
.leader_box .box4 .swiper-button-prev{
    width: 0.6rem;
    height: 0.32rem;
    left: 0;
    background: url(../Images/nl.jpg);
    margin-top: -0.16rem;
    opacity: 1;
}
.leader_box .box4 .swiper-button-next{
    width: 0.6rem;
    height: 0.32rem;
    right: 0;
    background: url(../Images/nr.jpg);
    margin-top: -0.16rem;
    opacity: 1;
}
.leader_box .box4 .gallery-thumbs .swiper-slide{
    box-sizing: border-box;
    border: 5px solid #95dbbe;
    padding-bottom: 11%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader_box .box4 .gallery-thumbs .swiper-slide-thumb-active{
    box-shadow: 0 0 0.06rem rgba(0,0,0,0.6);
    border: 5px solid #0075bc;
}



.corporate_box{

}
.corporate_box .dl1{
    display: flex;
    display: -webkit-flex;
    background: #f2f2f2;
    align-items: center;
    cursor: pointer;
}
.corporate_box .dl1 dt{
    flex-shrink: 0;
    width: 62%;
    padding-bottom: 34%;
    position: relative;
    overflow: hidden;
}
.corporate_box .dl1 dt i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box .dl1 dt::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.68rem;
    height: 0.68rem;
    background: url(../Images/tb20.png) no-repeat;
    background-size: contain;
}
.corporate_box .dl1 dt img{
    display: none;
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box .dl1 dd{
    flex-shrink: 0;
    width: 38%;
    box-sizing: border-box;
    padding: 0 3%;
}
.corporate_box .dl1 dd h6{
    font-size: 0.24rem;
    line-height: 1.4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box .dl1 dd span{
    display: block;
    font-size: 0.14rem;
    margin: 0.22rem 0 0.46rem;
    color: #999;
    padding-left: 0.2rem;
    background: url(../Images/tb22.png) no-repeat;
    background-size: contain;
}
.corporate_box .dl1 dd p{
    font-size: 0.16rem;
    color: #666;
    line-height: 1.8;
}

.corporate_box ul{

}
.corporate_box ul li{
    float: left;
    cursor: pointer;
    width: 32%;
    margin-right: 2%;
    margin-top: 0.4rem;
}
.corporate_box ul li:nth-of-type(3n){
    margin-right: 0;
}
.corporate_box ul li em{
    display: block;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.corporate_box ul li em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box ul li em img{
    display: none;
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box ul li em::before{
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box ul li em::after{
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
    background: url(../Images/tb20.png) no-repeat;
    background-size: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box ul li div{
    
}
.corporate_box ul li div h6{
    font-size: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.2rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.corporate_box ul li div span{
    display: block;
    margin-top: 0.16rem;
    font-size: 0.14rem;
    color: #999;
    padding-left: 0.2rem;
    background: url(../Images/tb22.png) no-repeat;
    background-size: contain;
}

.search_box{
    padding: 40px 0;
}
.search_box p{
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.search_box h6{
    margin-bottom: 12px;
}
.search_box ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.search_box ul li a{
    display: block;
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.search_box ul li a:hover{
    color: #0075bc;
}



.wisdom_box{

}
.wisdom_box .box1{
    
}
.wisdom_box .box1 dl{
    font-size: 0;
}
.wisdom_box .box1 dt{
    display: inline-block;
    vertical-align: middle;
    width: 291px;
}
.wisdom_box .box1 dt img{
    vertical-align: top;
    width: 100%;
}
.wisdom_box .box1 dd{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 291px);
    box-sizing: border-box;
    padding-left: 5%;
}
.wisdom_box .box1 dd h6{
    font-size: 0.22rem;
}
.wisdom_box .box1 dd p{
    font-size: 0.18rem;
    color: #666;
    line-height: 1.8;
    margin: 0.18rem 0;
}
.wisdom_box .box1 dd a{
    display: inline-block;
    padding-right: 16px;
    font-size: 0.16rem;
    color: #0075bc;
    background: url(../Images/jt8.png) no-repeat right center;
    background-size: 7px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.wisdom_box .box1 dd img{
    vertical-align: top;
}

.wisdom_box .box2{
    overflow: hidden;
    position: relative;
}
.wisdom_box .box2 .luxy_el{
    position: absolute;
    left: 0;
    top: -10vw;
    width: 100%;
    height:  56vw;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wisdom_box .box2 dl{
    width: 838px;
    height: 389px;
    margin: 0 auto;
    background: url(../Images/xztp9.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}
.wisdom_box .box2 dd{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.wisdom_box .box2 dd h5{
    font-size: 28px;
    margin-bottom: 0.26rem;
}
.wisdom_box .box2 dd h5::after{
    content: "";
    display: block;
    width: 0.26rem;
    height: 2px;
    background: #0075bc;
    margin: 0.14rem auto 0;
}
.wisdom_box .box2 dd h6{
    font-size: 24px;
}
.wisdom_box .box2 dd p{
    font-size: 18px;
    margin: 0.2rem 0;
}
.wisdom_box .box2 dd span{
    display: inline-block;
    vertical-align: top;
    width: 66px;
    height: 66px;
    background: url(../Images/xztp7.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.wisdom_box .box3{

}
.wisdom_box .box3 dl{
    background: #f7f7f7;
    position: relative;
}
.wisdom_box .box3 dt{
    width: 70%;
    padding-bottom: 42%;
    position: relative;
}
.wisdom_box .box3 dt img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}
.wisdom_box .box3 dt video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}
.wisdom_box .box3 dt #iframe_div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}
.wisdom_box .box3 dt #iframe_div iframe{
    width: 100%;
    height: 100%;
}
.wisdom_box .box3 dd{
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 0.16rem;
}
.wisdom_box .box3 dd ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wisdom_box .box3 dd li{
    padding: 0.36rem 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    font-size: 0;
    cursor: pointer;
}
.wisdom_box .box3 dd li em{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}
.wisdom_box .box3 dd li em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.wisdom_box .box3 dd li em::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background: url(../Images/tb20.png) no-repeat center rgba(0,0,0,0.5);
    background-size: 0.34rem;
}
.wisdom_box .box3 dd li div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding-left: 0.2rem;
}
.wisdom_box .box3 dd li div h6{
    font-size: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.14rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.wisdom_box .box3 dd li div p{
    font-size: 0.16rem;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wisdom_box .box3 .mCSB_inside>.mCSB_container{
    margin-right: 20px;
}
.wisdom_box .box3 .mCSB_scrollTools{
    width: 4px;
}
.wisdom_box .box3 .mCSB_draggerContainer{
    height: 90%;
    top: 5%;
}
.wisdom_box .box3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0075bc !important;
}
.wisdom_box .box3 .mCSB_scrollTools .mCSB_draggerRail{
    background: #ddd;
}

.wisdom_box .box3 dd li.active em::after{
    opacity: 0;
}
.wisdom_box .box3 dd li.active div h6{
    color: #0075bc;
}



.recruit_box .box6{
    background-image: url(../Images/xztp2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.recruit_box .box6 .nr_div{
    text-align: center;
    padding-bottom: 0.3rem;
}
.recruit_box .box6 .nr_div p{
    font-size: 0.18rem;
    line-height: 2.4;
    
}

.recruit_box .box7{
    position: relative;
}
.recruit_box .box7 .swiper-pagination{
    bottom: 0;
    left: 0;
    width: 100%;
}
.recruit_box .box7 .swiper-pagination span{
    display: inline-block;
    vertical-align: top;
    width: 12x;
    height: 12x;
    border-radius: 50%;
    background: rgba(61,174,108,0);
    box-sizing: border-box;
    border: 1px solid #0075bc;
    margin: 0 5px;
    opacity: 1;
    outline: none;
}
.recruit_box .box7 .swiper-pagination span.swiper-pagination-bullet-active{
    background: rgba(61,174,108,1);
}
.recruit_box .box7 .swiper-slide{
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 0.2rem;
}
.recruit_box .box7 .swiper-slide em{
    display: block;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
}
.recruit_box .box7 .swiper-slide em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box7 .swiper-slide div{
    margin-top: 0.2rem;
    text-align: center;
}
.recruit_box .box7 .swiper-slide div h6{
    font-size: 0.26rem;
    margin-bottom: 0.16rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.recruit_box .box7 .swiper-slide div p{
    font-size: 0.18rem;
    color: #666;
}



.zwsq_box .zwsq_div form label #yzm_input{
    width: 100%;
}
.yzm_box .yzm_div button{
    
}



@media (min-width: 1200px) {
    .wisdom_box .box2 dd span:hover{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .recruit_box .box7 .swiper-slide:hover div h6{
        color: #0075bc;
    }
    .recruit_box .box7 .swiper-slide:hover em i{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .wisdom_box .box3 dd li:hover div h6{
        color: #0075bc;
    }
    .wisdom_box .box3 dd li:hover em i{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .wisdom_box .box1 dd a:hover{
        padding-right: 24px;
    }
    .corporate_box ul li:hover em::after{
        opacity: 1;
    }
    .corporate_box ul li:hover em::before{
        opacity: 1;
    }
    .corporate_box .dl1:hover dt i{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .corporate_box .dl1:hover dd h6{
        color: #0075bc;
    }
    .corporate_box ul li:hover div h6{
        color: #0075bc;
    }
    .corporate_box ul li:hover em i{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .leader_box .box3 li:hover dl{
        opacity: 1;
        left: 100%;
    }
    .leader_box .box3 li:hover em{
        border: 2px solid #0075bc;
    }
    .about_box .box5 .tab_dl dt span:hover{
        color: #0075bc;
    }
    .about_box .box5 .tab_dl dt span.active:hover{
        color: #fff;
    }
    .catalog_box .ts_a:hover{

    }
    .catalog_box ul li:hover{
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    }
    .product_box .box3 a:hover div{
        top: 50%;
        opacity: 1;
    }
    .product_box .box3 a:hover .bg_img{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .product_box .box3 a:hover::after{
        opacity: 1;
    }
    .product_box .box1 ul li:hover::after{
        width: 0;
    }
    .product_box .box2 .gallery-top .swiper-slide a:hover{
        border: 1px solid rgba(61,174,108,1);
        background: #0075bc;
    }
    .product_box .box2 .gallery-top .swiper-slide a:hover::after{
        margin-left: 0.2rem;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide:hover h6{
        box-shadow: none;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide:hover h6 em{
        width: 0;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide:hover h6 span{
        color: #fff;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide:hover::after{
        width: 100%;
        opacity: 1;
    }
    .cooperation_box .box1 ul li:hover em img{
        transform: translate(-50%,-50%) scale(1.2);
    }
    .head_box .nav_ul li p a:hover{
        opacity: 1;
    }
    .newsinfo_box .divb a.return_a:hover{
        background: #0075bc;
        color: #fff;
    }
    .about_box .box3 .swiper-slide:hover .bg_img{
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        box-shadow: 0 0 0.2rem rgba(0,0,0,0.4);
    }
    .about_box .box3 .swiper-slide:hover h5{
        opacity: 0;
    }
    .about_box .box2 .swiper-slide:hover h5{
        color: #0075bc;
    }
    .about_box .box2 .swiper-slide:hover img{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .about_box .box2 .swiper-slide:hover::after{
        background: #0075bc;
    }
    .about_box .box2 .swiper-slide:hover::before{
        background-position: 0 -0.21rem;
    }
    .about_box .box1 .swiper-slide:hover::after{
        opacity: 1;
    }
    .about_box .box1 .swiper-slide:hover::before{
        opacity: 1;
    }
    .about_box .box1 .swiper-slide:hover h6 span{
        color: #fff;
    }
    .about_box .box1 .swiper-slide:hover h6 small{
        color: #fff;
    }
    .leader_box .box3 li:hover em img{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .leader_box .box3 li:hover h6{
        color: #0075bc;
    }
    .culture_box .box3 ul li:hover div{
        top: 0;
        opacity: 1;
    }
    .page_box a:hover{
        background: #0075bc;
    }
    .news_box ul li:hover a{
        border-bottom: 1px solid #0075bc;
    }
    .news_box ul li:hover h6{
        color: #0075bc;
    }
    .news_box ul li:hover em i{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .news_box ul li:hover span::after{
        opacity: 1;
        margin-right: 0;
    }
    .society_box .zplb_dl dd .nr_div .sq_btn:hover{
        background: #0075bc;
        color: #fff;
    }
    @keyframes mymove1{
        0% {
            opacity: 0;
            transform: translateY(0.6rem);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes mymove2{
        0% {
            opacity: 0;
            height: 0;
        }
        100% {
            opacity: 1;
            height: 0.32rem;
        }
    }
    .recruit_box .box2 .div a.a1:hover dd{
        opacity: 1;
    }
    .recruit_box .box2 .div a.a1:hover h5{
        opacity: 0;
    }
    .recruit_box .box2 .div a:hover img{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .zwsq_box .zwsq_div form label dd:hover {
        background: #0075bc;
        color: #fff;
    }
    .pc_box dd a:hover em img:nth-of-type(1){
        opacity: 0;
    }
    .pc_box dd a:hover em img:nth-of-type(2){
        opacity: 1;
    }
    .pc_box dd a:hover span{
        color: #0075bc;
    }
    .recruit_box .box3 ol a:hover{
        box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
    }
    .recruit_box .box3 ol a:hover em img:nth-of-type(1){
        opacity: 0;
    }
    .recruit_box .box3 ol a:hover em img:nth-of-type(2){
        opacity: 1;
    }
    .recruit_box .box3 ul a:hover em img{
        box-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    }
    .classify_box .box2 dd button:hover{
        color: #fff;
        background: #0075bc;
    }
    .classify_box .box2 dt .dj_em:hover{
        color: #fff;
        background: #0075bc;
    }
    .type_dl dt a:hover{
        background: #0075bc;
        color: #fff;
    }
    .salary_box .box1 li:hover em{
        background: #0075bc;
    }
    .salary_box .box1 li:hover em img:nth-of-type(1){
        opacity: 0;
    }
    .salary_box .box1 li:hover em img:nth-of-type(2){
        opacity: 1;
    }
    .salary_box .box1 li:hover::after{
        opacity: 1;
    }
    .fh_a:hover{
        background: #0075bc;
        color: #fff;
    }
    .banner_box h5 p a:hover{
        opacity: 1;
    }
    .welcome_box .box4 dd em:hover{
        border: 1px solid rgba(34,148,58,0.5);
        background: rgba(34,148,58,0.5);
    }
    .welcome_box .box4 dd em:hover i{
        background: rgba(34,148,58,0.8);
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:hover h6{
        background-image: url(../Images/tb21h.png);
        color: #0075bc;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:hover h6::after{
        opacity: 1;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:hover em img:nth-of-type(1){
        opacity: 0;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:hover em img:nth-of-type(2){
        opacity: 1;
    }
    .welcome_box .ceshi_box .link_div a:hover{
        color: #0075bc;
    }
    .welcome_box .ceshi_box .link_div a:hover::after{
        width: 7px;
        margin-left: 0.12rem;
        opacity: 1;
    }
    .welcome_box .box7 .swiper-slide:hover a{
        border-bottom: 1px solid #0075bc;
    }
    .welcome_box .box7 .swiper-slide:hover h6{
        color: #0075bc;
    }
    .welcome_box .box7 .swiper-slide:hover em i{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .welcome_box .box7 .swiper-slide:hover span::after{
        opacity: 1;
        margin-right: 0;
    }
    .welcome_box .box6 .divl .link_a:hover span{
        color: #0075bc;
        padding-right: 0.26rem;
        background: url(../Images/jt5h.png) no-repeat right 0 top 2px;
    }
    .welcome_box .more_a:hover::after{
        width: 0.07rem;
        margin-left: 0.12rem;
        opacity: 1;
    }
    .welcome_box .box1 .swiper-slide:hover{
        box-shadow: 0 0 0.12rem rgba(0,0,0,0.2);
    }
    .welcome_box .box1 .swiper-slide:hover::before{
        background: rgb(0, 117, 188);
    }
    .welcome_box .box1 .swiper-slide:hover em{
        background: #0075bc;
    }
    .welcome_box .box1 .swiper-slide:hover em img:nth-of-type(1){
        opacity: 0;
    }
    .welcome_box .box1 .swiper-slide:hover em img:nth-of-type(2){
        opacity: 1;
    }
    .foot_box .divb h6 a:hover{
        color: #0075bc;
    }
    .foot_box .divt p a:hover{
        color: #0075bc;
    }
    .head_box .nav_ul li:hover>a::after{
        width: 100%;
        opacity: 1;
    }
    .head_box .yy_dl:hover::after{
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .head_box .yy_dl:hover dd{
        height: 0.44rem;
    }
    .head_box .yy_dl dd a:hover{
        /* color: #0075bc; */
    }
    .headb_box .yy_dl dd a:hover{
        color: #225f3b;
    }
    .head_box form:hover input{
        opacity: 1;
        width: 1.7rem;
    }
    .head_box form:hover button{
        background: url(../Images/tb18h.png) no-repeat center;
    }
    @keyframes myfirst{
        0% {
            -webkit-transform: scale(1);
              transform: scale(1);
              opacity: 0;
        }
        70% {
              opacity: 0.3;
        }
        100% {
            -webkit-transform: scale(20);
            transform: scale(20);
            opacity: 0;
        }
    }
    @-webkit-keyframes myfirst {
        0% {
            -webkit-transform: scale(1);
              transform: scale(1);
              opacity: 0;
        }
        70% {
              opacity: 0.3;
        }
        100% {
            -webkit-transform: scale(20);
            transform: scale(20);
            opacity: 0;
        }
    }
}



@media (max-width: 2200px) {
    .foot_box .divm{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .foot_box .divm em{
        flex-shrink: 0;
        width: 1.6rem;
        height: 1.6rem;
        padding: 0.2rem;
        box-sizing: border-box;
    }
    .foot_box .divm em img{
        width: 100%;
    }
    .foot_box .divm dl{
        flex-shrink: 0;
        width: calc(100% - 3.2rem);
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
    }
    .foot_box .divm dl dd{
        margin-right: 0;
    }
    .foot_box h5{
        flex-shrink: 0;
        width: 100%;
        position: static;
        text-align: left;
        transform: none;
        line-height: 0.2rem;
        margin-top: 0.3rem;
    }
    .foot_box h5 small{
        display: inline-block;
        vertical-align: top;
        margin: 0 0.2rem;
    }
    .welcome_box .box3 .divl ul{
        margin-top: 0.2rem;
    }
    .welcome_box .box3 .divl ul li{
        margin-right: 0;
        width: 50%;
        margin-top: 0.3rem;
    }
    .wisdom_box .box2 .luxy_el{
        top: -2vw;
    }
}

@media (max-width: 1600px) {
    .foot_box .divm dl dd{
        margin-right: 0.3rem;
    }
    .foot_box .divm dl{
        padding-left: 0.4rem;
    }
    .foot_box .divm em{
        padding: 0.14rem;
    }
    .leader_box .box4 .thumbs_div{
        padding-left: 24%;
    }
    .leader_box .box4 .thumbs_div h6{
        width: 38%;
        padding: 0.22rem 16% 0.22rem 0.3rem;
    }
    .leader_box .box4 .gallery-thumbs .swiper-slide{
        padding-bottom: 13%;
    }
    .wisdom_box .box2 .luxy_el{
        top: 2vw;
    }
}

@media (max-width: 1500px) {
    html{
        font-size: 90px;
    }
    .about_box .box3 .swiper-slide h5 span{
        font-size: 0.20rem;
    }
    .idea_box .box1 div{
        line-height: 2.0;
    }
    .idea_box .box2 ul li h6{
        
    }
    .idea_box .box2 ul li h6 span{
        font-size: 0.20rem;
    }
    .idea_box .box2 ul li div{
        margin-top: 0.5rem;
    }
    .recruit_box .box3 ol a em{
        width: 26%;
        padding-bottom: 26%;
    }
    .recruit_box .box3 ol a h6{
        left: 40%;;
    }
    .process_box .box1 li span{
        font-size: 0.19rem;
        margin-top: 0.2rem;
    }
    .process_box .box1{
        padding: 8% 0;
    }
    .salary_box .box1 li h6{
        font-size: 0.24rem;
    }
    .productetcj_box .h5 strong{
        font-size: 0.6rem;
    }
    .productetcj_box .h6{
        font-size: 0.42rem;
    }
    .cooperation_box .box1 dl dd{
        width: 22%;
        font-size: 0.2rem;
    }
    .banner_box .wa_img{
        height: 0.7rem;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide h6 span{
        font-size: 0.22rem;
    }
    .culture_box .box4 dl dd ul li p{
        font-size: 0.22rem;
    }
    .productetcj_box .box5 .content_dl dd span img{
        width: 0.9rem;
    }
    .productetcj_box .box6 .content_dl dd span i{
        font-size: 0.22rem;
    }
    .productetcj_box .box7 .content_dl dd span{
        font-size: 0.22rem;
    }
    .productetcj_box .box11 .content_dl dd li strong{
        font-size: 0.3rem;
    }
    .idea_box .box2 ul li h6{
        width: 1.0rem;
        height: 1.0rem;
    }
    .idea_box .box2 ul li div dd{
        top: 27%;
    }
    
}

@media (max-width: 1400px) {
    html{
        font-size: 84px;
    }
    .productetcj_box .box5 .content_dl dd span img{
        width: 0.8rem;
    }
    .idea_box .box2 ul li div{
        margin-top: 30%;
    }
    .idea_box .box2 ul li div dd{
        height: 70%;
        top: 26%;
    }
    .wisdom_box .box2 .luxy_el{
        top: 5vw;
    }
}

@media (max-width: 1200px) {
    body{
        padding-top: 46px;
    }
    .w82{
        width: 92%;
    }
    .head_box .logo_a{
        width: 120px;
    }
    .head_box .yy_dl{
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-top: 14px;
        margin-left: 20px;
        margin-right: 0;
    }
    .head_box .yy_dl::before{
        margin-right: 10px;
    }
    .head_box{
        height: 46px;

        border-bottom: none;
    }
    .head_box .nav_ul{
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 46px;
        background: #0075bc;
        box-sizing: border-box;
        padding: 0 4%;
        margin-right: 0;
    }
    .head_box .nav_div{
        display: block;
        margin-right: -4%;
    }
    .head_box .nav_ul li{
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid #338d58;
    }
    .head_box .nav_ul li.active::after{
        display: none;
    }
    .head_box .nav_ul li>a{
        height: 40px;
        line-height: 40px;
    }
    .head_box .nav_ul li a i{
        display: block;
    }
    .head_box .nav_ul li p{
        position: static;
        padding: 10px 18px;
        text-align: left;
        box-sizing: border-box;
        transform: translateX(0);
    }
    .head_box .nav_ul li p a{
        height: 36px;
        line-height: 36px;
    }
    .head_box .nav_ul li p{
        background: rgba(0,0,0,0.2);
    }
    .swiper_box .swiper-pagination span::after{
        width: 4px;
        height: 4px;
    }
    .swiper_box .swiper-pagination span{
        padding: 4px;
        width: 4px;
        height: 4px;
    }
    .head_box form{
        display: none;
    }
    .swiper_box .pc_img{
        display: none !important;
    }
    .swiper_box .m_img{
        display: block !important;
        height: 50.66vw;
    }
    .swiper_box::after{
        display: none;
    }
    .swiper_box .swiper-pagination{
        bottom: 20px !important;
    }
    .swiper_box .swiper-pagination span{
        margin: 0 6px !important;
    }
    .foot_box{
        padding: 30px 0 10px;
    }
    .foot_box .divt{
        display: none;
    }
    .foot_box .divm dl{
        float: none;
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .foot_box .divm dl dd{
        display: block;
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        padding-top: 50px;
        background: url(../Images/tb11.png) no-repeat center 0;
        background-size: 40px;
    }
    .foot_box .divm{
        margin: 0 0 24px 0;
        text-align: center;
        display: block;
    }
    .foot_box h5{
        text-align: center;
    }
    .foot_box .divb .bdsharebuttonbox{
        float: right;
    }
    .foot_box .divb h6{
        float: none;
        text-align: center;
    }
    .foot_box .divb h6 a{
        display: none;
    }
    .welcome_box .box1{
        display: block;
        box-shadow: none;
    }
    .welcome_box .box1 .swiper-slide{
        flex-shrink: 0;
        flex: 0 0 100%;
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
        text-align: center;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
        display: flex;
        display: -webkit-flex;
        align-content: center;
        justify-content : center;
        align-items: center;
    }
    .welcome_box .box1 .swiper-slide div{
        width: calc(100% - 80px);
        padding-left: 0;
        text-align: left;
    }
    .welcome_box .box1 .swiper-slide div h6{
        display: block;
        margin-bottom: 0;
        font-size: 16px;
        padding: 0 12px;
    }
    .welcome_box .box1 .swiper-slide div dd{
        margin-top: 6px;
        padding: 0 12px;
        font-size: 12px;
    }
    .welcome_box .box1 .swiper-slide::before{
        background: rgba(61,174,108,1);
        height: 5px;
        top: -5px;
    }
    .title_h5 small{
        padding: 0 4%;
    }
    .welcome_box .box1 .swiper-slide em{
        width: 42px;
        height: 42px;
    }
    .welcome_box .box1 .swiper-slide em img{
        width: 30px;
    }
    .welcome_box .box1 .swiper-pagination{
        display: block;
        position: static;
        margin-top: 0.16rem;
    }
    .welcome_box .box1 .swiper-pagination .swiper-pagination-bullet-active{
        background: #0075bc;
    }


    .title_h5{
        margin-bottom: 30px;
    }
    .title_h5 span{
        font-size: 22px;
    }
    .welcome_box .box2{
        margin-top: 30px;
        border: none;
        padding-top: 20px;
    }
    .title_h5 em{
        font-size: 18px;
    }
    .welcome_box .box2 .gallery-thumbs{
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .welcome_box .box2 .button_div{
        display: none;
    }
    .welcome_box .box2 .gallery-top .pc_img{
        display: none !important;
    }
    .welcome_box .box2 .gallery-top .m_img{
        display: block !important;
    }
    .welcome_box .ceshi_box .gallery-top .swiper-slide .pc_img{
        display: none !important;
    }
    .welcome_box .ceshi_box .gallery-top .swiper-slide .m_img{
        display: block !important;
    }
    .welcome_box .ceshi_box .gallery-top .swiper-slide .m_div{
        display: block;
    }
    .welcome_box .box2 .gallery-thumbs .swiper-slide{
        padding: 10px 16px;
    }
    .welcome_box .box2 .gallery-thumbs .swiper-slide em{
        width: 28px;
        height: 28px;
        line-height: 28px
    }
    .welcome_box .box2 .gallery-thumbs .swiper-slide h6{
        height: 28px;
        line-height: 28px;
        /*padding-left: 12px;
        margin-left: 12px;*/
        font-size: 16px;
        width: calc(100% - 48px);
    }
    .welcome_box .box3{
        margin-top: 30px;
    }
    .welcome_box .box3 .divl{
        width: 100%;
    }
    .welcome_box .box3 .divr{
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding-bottom: 87.5%;
    }
    .welcome_box .box3 .divl ul{
        margin-top: 10px;
    }
    .welcome_box .box3 .divl ul li{
        text-align: center;
    }
    .welcome_box .box3 .divl .title_h5{
        text-align: center;
    }
    .welcome_box .box3 .divl .nr_div{
        padding: 18px 0;
        font-size: 16px;
    }
    .welcome_box .box4{
        padding-top: 20px;
        margin-top: 30px;
    }
    .welcome_box .box7 .swiper-slide a{
        padding-bottom: 14px;
    }
    .welcome_box .box7 .swiper-slide h6{
        height: auto;
        width: 90%;
        margin-left: 5%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        display: block;
    }
    .welcome_box .box7 .swiper-slide dd{
        margin-bottom: 16px;
        font-size: 14px;
        height: 44px;
    }
    .welcome_box .box7 .more_a{
        margin: 24px auto 0;
    }
    .welcome_box .box7{
        padding: 20px 3% 30px;
        margin-top: 30px;
    }
    .welcome_box .more_a{
        width: 130px;
        height: 36px;
        line-height: 36px;
        margin: 0 auto;
    }
    .welcome_box .box6{
        padding: 20px 0 30px;
        margin-top: 30px;
    }
    .welcome_box .box6 .divl{
        width: 100%;
    }
    .welcome_box .box6 .divl .link_a{
        margin-bottom: 30px;
        display: none;
    }
    .welcome_box .box6 .title_h5{
        margin-bottom: 30px;
        text-align: center;
    }
    .welcome_box .box6 .divr{
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .welcome_box .box6 .divr dd img{
        -webkit-transform: scale(0.7) translateX(-70%);
        transform: scale(0.7) translateX(-70%);
    }
    .welcome_box .box6 .divr dd.dd1 img{
        bottom: 0;
    }
    .welcome_box .box6 .divr dd.dd2 img{
        bottom: 0;
    }
    .welcome_box .box6 .divr dd.dd3 img{
        bottom: 21px;
    }
    .welcome_box .box6 .divr dd.dd4 img{
        bottom: 10px;
    }
    .welcome_box .box6 .divr dd.dd5 img{
        bottom: -5px;
    }
    .welcome_box .box6 .divr dd.dd6 img{
        bottom: -14px;
    }
    .welcome_box .box6 .divr dd.dd7 img{
        bottom: -14px;
    }
    .welcome_box .box6 .divr dd.dd8 img{
        bottom: 10px;
    }
    .welcome_box .box6 .divr dd::after{
        display: none;
    }
    .welcome_box .ceshi_box .gallery-thumbs{
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
        transform: none;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-wrapper{
        flex-wrap: wrap;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide{
        position: static !important;
        text-align: center !important;
        height: auto;
        padding: 14px 0;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(2){
        text-align: center;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(4){
        text-align: center;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide p{
        display: none;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide h6{
        background: none;
        padding: 0 !important;
        display: inline-block;
        margin: 10px 0 0 0 !important;
        font-size: 14px;
        margin-top: 10px;
        color: #999;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide em{
        width: 40px;
        height: 46px;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img{
        width: 100%;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img:nth-of-type(2){
        opacity: 0;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide em img:nth-of-type(3){
        opacity: 1;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(2){
        opacity: 1;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(3){
        opacity: 0;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide:nth-of-type(2n) h6{
        padding: 0;
        margin-right: 0;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide h6::after{
        display: none;
    }
    .welcome_box .ceshi_box .yq_dl{
        display: none;
    }
    .welcome_box .ceshi_box{
        background: #fff;
        padding-top: 20px;
        margin-top: 30px;
    }
    .welcome_box .ceshi_box .gallery-thumbs .swiper-slide-thumb-active h6{
        color: #0075bc;
    }
    .welcome_box .ceshi_box .title_h5{
        position: static;
        color: #333;
    }
    .welcome_box .box4 dd{
        opacity: 1;
        transform: translateY(0);
        background: none !important;
    }
    .welcome_box .box4 dd span{
        height: 14px;
        width: 14px;
        opacity: 1;
        background: none !important;
    }
    .welcome_box .box4 dl dt .pc_img{
        display: none !important;
    }
    .welcome_box .box4 dl dt .m_img{
        display: block !important;
    }
    .welcome_box .box4 dd em{
        width: 46px;
        height: 46px;
        left: 0 !important;
        top: 0 !important;
        right: auto !important;
    }
    .welcome_box .box4 dd span{
        position: static;
    }
    .welcome_box .box4 dd em i{
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        line-height: 46px;
        font-size: 14px;
    }
    .welcome_box .box4 dd{
        width: 46px;
        height: 46px;
    }
    .welcome_box .box4 dd.dd1{
        top: 30%;
        left: 20%;
    }
    .welcome_box .box4 dd.dd2{
        top: auto;
        bottom: 30%;
        left: 14%;
    }
    .welcome_box .box4 dd.dd3{
        top: auto;
        bottom: 30%;
        left: calc(14% + 69px);
    }
    .welcome_box .box4 dd.dd4{
        top: auto;
        bottom: 30%;
        left: auto;
        right: 14%;
    }
    .welcome_box .box4 dd.dd5{
        top: auto;
        bottom: 30%;
        left: auto;
        right: calc(14% + 69px);
    }

    .pd{
        padding: 22px 0 40px;
    }
    .pc_box{
        display: none;
    }
    .banner_box h5{
        
    }
    .banner_box h5 strong{
        font-size: 28px;
    }
    .banner_box h5 p{
        margin-top: 0.14rem;
    }
    .banner_box img{
        /*height: 160px;*/
        width: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .fh_a{
        width: 100px;
        height: 34px;
        line-height: 34px;
        margin: 30px auto 0;
        font-size: 14px;
    }
    .salary_box .box1{
        margin-top: -12px;
    }
    .salary_box .box1 li{
        flex: 0 0 49%;
        margin-right: 2%;
        padding: 12px;
        margin-top: 12px;
    }
    .salary_box .box1 li p{
        font-size: 12px;
    }
    .salary_box .box1 li:nth-of-type(3n){
        margin-right: 2%;
    }
    .salary_box .box1 li:nth-of-type(2n){
        margin-right: 0;
    }
    .salary_box .box1 li::after{
        display: none;
    }
    .salary_box .box1 li h6{
        font-size: 16px;
        margin: 10px 0 10px;
    }
    .salary_box .box1 li em{
        border: none;
        width: 50px;
        height: 50px;
    }
    .salary_box .box1 li em::before{
        display: none;
    }
    .salary_box .box2{
        margin-top: 30px;
    }
    .recruitqa_box ul{
        margin-top: -12px;
    }
    .recruitqa_box ul li{
        flex: 0 0 100%;
        margin-top: 12px;
        padding: 5% 4%;
    }
    .recruitqa_box ul li h6{
        margin: 16px 0;
    }
    .process_box .box1 ul{
        margin-top: -24px;
    }
    .process_box .box1 li{
        width: 22%;
        margin-right: 4%;
        margin-top: 24px;
    }
    .process_box .box1{
        margin-bottom: 20px;
    }
    .process_box .box1 li:nth-of-type(4n){
        margin-right: 0;
    }
    .process_box .box1 li::after{
        display: none;
    }
    .process_box .box1 li span{
        font-size: 14px;
        margin-top: 10px;
    }
    .process_box .box2{
        margin-top: -16px;
    }
    .process_box .box2 dd{
        width: 100%;
        margin-top: 16px !important;
        margin-right: 0;
        padding: 4% 16px;
    }
    .process_box .box2 dd::before{
        display: none;
    }
    .process_box .box2 dd::after{
        display: none;
    }
    .process_box .box2 dd em{
        width: 32%;
    }
    .type_dl dt{
        width: 100%;
    }
    .type_dl dt a{
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .classify_box{
        margin-top: 30px;
        padding: 20px 5% 40px;
    }
    .classify_box .box1{
        margin-bottom: 20px;
    }
    .classify_box .box2 dt ul{
        display: none;
    }
    .classify_box .box2 dt{
        line-height: 32px;
        padding: 14px 0;
    }
    .classify_box .box2 dd{
        padding: 20px 0;
    }
    .classify_box .box2 dd div{
        width: 100%;
        margin-right: 0;
    }
    .classify_box .box2 dd div p{
        font-size: 14px;
    }
    .classify_box .box2 dt h6{
        font-size: 16px;
    }
    .classify_box .box2 dt .dj_em{
        float: right;
    }
    .classify_box .box1 p{
        font-size: 14px;
    }
    .banner_box em{
        height: 60vw;
    }
    .banner_box i{
        display: none;
    }
    .recruit_box .box1 .gallery-top .swiper-slide{
        overflow: hidden;
    }
    .recruit_box .box1 .gallery-top .swiper-slide img{
        width: 124%;
        margin-left: -12%;
    }
    .recruit_box .box1{
        padding-top: 20px;
    }
    .recruit_box .box1 .gallery-thumbs{
        position: relative;
        width: 100%;
    }
    .recruit_box .box1 .gallery-thumbs .swiper-slide{
        padding: 6px 16px;
    }
    .recruit_box .box1 .gallery-thumbs .swiper-slide em{
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .recruit_box .box1 .gallery-thumbs .swiper-slide h6{
        height: 28px;
        line-height: 28px;
        padding-left: 12px;
        margin-left: 12px;
        font-size: 14px;
        width: calc(100% - 48px);
    }
    .recruit_box .box2 .div a.a1 dd{
        position: static;
        opacity: 1;
    }
    .recruit_box .box2 .div a.a1 dd div{
        position: static;
        transform: none;
        width: 92%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .recruit_box .box1 .button_div{
        display: none;
    }
    .recruit_box .box2 .div{
        display: block;
    }
    .recruit_box .box2 .div a{
        width: 100%;
        display: block;
    }
    .recruit_box .box2 .div a.a1{
        margin-bottom: 16px;
    }
    .recruit_box .box2 .div a h5 i{
        margin-top: 10px;
    }
    .recruit_box .box2 .div a.a2 em{
        padding-bottom: 60.8%;
        overflow: hidden;
        position: relative;
        display: block;
    }
    .recruit_box .box2 .div a.a2 img{
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        transform: translateY(-69%);
    }
    .recruit_box .box4 .w82{
        padding: 20px 0;
        overflow: hidden;
    }
    .recruit_box .box4 .gallery-top .swiper-slide{
        padding: 12px;
    }
    .recruit_box .box4 .gallery-top .swiper-slide em{
        width: 100%;
    }
    .recruit_box .box4 .gallery-top .swiper-slide div{
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
    }
    .recruit_box .box4 .gallery-top .swiper-slide div h6{
        margin-bottom: 12px;
    }
    .recruit_box .box4 .gallery-top .swiper-slide div dd{
        font-size: 14px;
    }
    .recruit_box .box4 .gallery-thumbs{
        padding: 20px 0 10px;
    }
    .recruit_box .box4 .gallery-thumbs .swiper-slide div{
        display: none;
    }
    .recruit_box .box4 .gallery-thumbs .swiper-slide em{
        width: 100%;
    }
    .recruit_box .box5 .thumbs_div{
        padding: 14px;
    }
    .recruit_box .box5 .swiper-button-prev{
        display: none;
    }
    .recruit_box .box5 .swiper-button-next{
        display: none;
    }
    .recruit_box .box3 ul a{
        width: 90%;
    }
    .recruit_box .box3 ul a h6{
        font-size: 16px;
    }
    .recruit_box .box3 ul a em{
        padding: 10px;
    }
    .recruit_box .box3 ol a{
        width: 90%;
    }
    .recruit_box .box3 ol a h6{
        font-size: 16px;
        width: 100%;
        left: 0;
    }
    .recruit_box .box4 .gallery-top .swiper-slide div h5{
        font-size: 20px;
    }
    .recruit_box .box3 ol{
        margin-top: 30px;
    }
    .recruit_box .box3 ol a em{
        display: none;
    }
    .welcome_box .box6 .divr dd{
        background: none;
    }
    .recruit_box .box2 .div a.a1 dd h6{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .about_box .box1 dt{
        width: 100%;
        vertical-align: top;
        padding-right: 0;
    }
    .about_box .box1 dt h6{
        padding: 10px 40px 10px 20px;
    }
    .about_box .box1 dd{
        width: 100%;
        vertical-align: top;
    }
    .about_box .box1 dt p{
        font-size: 16px;
    }
    .about_box .box1 .swiper-container{
        padding: 24px 0.1rem;
        box-sizing: border-box;
        width: calc(92% + 0.2rem);
    }
    .about_box .box1 .swiper-pagination{
        display: block;
        position: static;
        margin-top: 0.16rem;
    }
    .about_box .box1 .swiper-pagination .swiper-pagination-bullet-active{
        background: #0075bc;
    }
    .about_box .swiper-button-next{
        display: none;
    }
    .about_box .swiper-button-prev{
        display: none;
    }
    .about_box .box1 .swiper-slide h6 span{
        font-size: 0.4rem;
    }
    .about_box .box2 .swiper-slide{
        padding: 0.44rem 0.20rem 0.9rem 0.20rem;
    }
    .about_box .box3 .swiper-slide h5 span{
        font-size: 0.18rem;
        height: 0.36rem;
        margin-top: 0.16rem;
    }
    .about_box .box3 .swiper-slide h5 img{
        width: 0.7rem;
    }
    .about_box .box3 .swiper-container{
        padding: 0 1px 0.6rem;
    }

    .leader_box .divl{
        width: 100%;
    }
    .leader_box .divc{
        position: static;
        width: 100%;
    }
    .leader_box .divr{
        position: static;
        width: 100%;
    }
    .leader_box .divl .title_h5{
        text-align: center;
    }
    .leader_box .divl{
        padding-top: 20px;
    }
    .leader_box .divc{
        padding: 0.2rem 0.2rem;
    }
    .leader_box .divl dd{
        font-size: 14px;
    }
    .leader_box .divc dd div{
        font-size: 14px;
    }
    .leader_box .divr dl{
        font-size: 14px;
    }
    .leader_box .box2 h6{
        font-size: 16px;
    }
    .leader_box .box2 ul{
        text-align: center;
        font-size: 0;
    }
    .leader_box .box2 li{
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 32%;
        margin-right: 2%;
    }
    .leader_box .box2 li:nth-of-type(3n){
        margin-right: 0;
    }
    .leader_box .box2 li em span{
        font-size: 16px;
        line-height: 1.4;
        height: 44px;
        margin-top: 5px;
    }
    .leader_box .box2 li em img{
        width: 34px;
    }
    .leader_box .box3 li{
        width: 49%;
        margin-right: 2%;
        margin-top: 24px;
    }
    .leader_box .box3 li:nth-of-type(2n){
        margin-right: 0;
    }
    .leader_box .box3 ul{
        margin-top: -24px;
    }
    .leader_box .box3 li h6{
        font-size: 16px;
        margin-top: 16px;
    }
    .news_box ul{
        margin-top: -24px;
    }
    .news_box ul li{
        width: 100%;
        margin-right: 0;
        margin-top: 24px;
    }
    .news_box ul li h6{
        height: auto;
    }
    .news_box ul li dd{
        height: auto;
    }
    .page_box{
        margin-top: 30px;
    }
    .newsinfo_box{
        width: 100%;
        margin: 0;
    }
    .newsinfo_box{
        padding: 30px 4%;
    }
    .newsinfo_box .divt h6{
        margin-bottom: 4px;
    }
    .newsinfo_box .divm{
        padding: 20px 0;
    }
    .newsinfo_box .divb a.return_a{
        width: 1.2rem;
    }
    .newsinfo_box .divb{
        padding-right: 1.4rem;
    }
    .idea_box .box1 div{
        width: 100%;
        padding: 18px;
    }
    .idea_box .box1 em{
        width: 100%;
    }
    .idea_box .box2{
        padding: 30px 0;
    }
    .idea_box .box2 .swiper-container{
        width: 92%;
        padding-left: 0;
    }
    .idea_box .box2 ul li div{
        margin-top: 0;
        padding-bottom: 160%;
    }
    .idea_box .box2 ul li h6{
        position: static;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    .idea_box .box3 h5 strong{
        font-size: 0.2rem;
    }
    .idea_box .box3 h5 span{
        font-size: 0.30rem;
    }
    .idea_box .box3 h5 small{
        margin-left: 0;
        font-size: 0.16rem;
        margin-top: 16px;
    }
    .idea_box .box3 h5{
        width: 100%;
        left: 4%;
    }
    .society_box form select{
        width: 39%;
        padding: 0 12px;
    }
    .society_box form button{
        width: 20%;
    }
    .society_box form{
        height: 44px;
    }
    .society_box .zplb_dl{
        margin-top: 14px;
    }
    .society_box .zplb_dl dt{
        height: 0.5rem;
        line-height: 0.5rem;
        padding: 0 14px;
    }
    .society_box .zplb_dl dt span{
        display: none;
    }
    .society_box .zplb_dl dt span:first-of-type{
        display: inline-block;
        width: 50%;
        text-align: left;
    }
    .society_box .zplb_dl dt span:last-of-type{
        display: inline-block;
        float: right;
        width: auto;
    }
    .society_box .zplb_dl dd h6{
        height: 0.5rem;
        line-height: 0.5rem;
        padding: 0 14px;
    }
    .society_box .zplb_dl dd h6 span{
        display: none;
    }
    .society_box .zplb_dl dd h6 span:first-of-type{
        display: inline-block;
        width: 50%;
        text-align: left;
    }
    .society_box .zplb_dl dd h6 span:last-of-type{
        display: inline-block;
        float: right;
        width: auto;
    }
    .society_box .zplb_dl dd .nr_div>div{
        width: 100%;
        margin-right: 0;
    }
    .society_box .zplb_dl dd .nr_div{
        padding: 14px;
        width: calc(100% - 28px);
    }
    .society_box .gdfldy_a{
        margin-top: 18px;
        width: 1.2rem;
        height: 1.2rem;
    }
    .society_box .gdfldy_a p img{
        width: 0.34rem;
    }
    .society_box .gdfldy_a p span{
        font-size: 12px;
    }
    .culture_box .box1 ul li{
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }
    .culture_box .box1 ul{
        flex-wrap: wrap;
    }
    .culture_box .box1 ul li div{
        padding: 0.24rem;
    }
    .culture_box .box2 dl{
        width: 92%;
    }
    .culture_box .box3 ul li{
        width: 49%;
    }
    .culture_box .box3 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .culture_box .box3 ul li h6{
        font-size: 0.22rem;
    }
    .culture_box .box3 dd{
        width: 92%;
        padding: 8% 5% 7%;
    }
    /* .culture_box .box4 dl{
        flex-wrap: wrap;
    }
    .culture_box .box4 dt{
        width: 100%;
    }
    .culture_box .box4 dd{
        width: 100%;
    }
    .culture_box .box4 dd ul{
        height: auto;
        position: static;
        width: 100%;
    }
    .culture_box .box4 dt div{
        width: 92%;
    }
    .culture_box .box4 dt div h6{
        font-size: 0.26rem;
    } */
    .about_box .box3 .luxy_el{
        top: 0;
        height: 100%;
    }
    .leader_box .box2 .luxy_el{
        top: 0;
        height: 100%;
    }
    .culture_box .box2 .luxy_el{
        top: 0;
        height: 100%;
    }
    .culture_box .box3 dl .luxy_el{
        top: 0;
        height: 100%;
    }
    .idea_box .box2 .luxy_el{
        top: 0;
        height: 100%;
    }
    .recruit_box .box3 .luxy_el{
        top: 0;
        height: 100%;
    }
    .leader_box .divc{
        padding: 0.2rem 0;
    }
    .leader_box .divr{
        padding: 0.2rem 0;
    }
    .leader_box .box2{
        padding: 0.4rem 0;
    }
    .leader_box .box2 .swiper-slide img{
        width: 0.6rem;
    }
    .leader_box .box2 .swiper-slide span{
        font-size: 0.22rem;
    }
    .culture_box .box3 dd p{
        font-size: 0.3rem;
        line-height: 1.5;
    }
    .culture_box .box3 dd h6{
        margin: 0.3rem 0;
    }
    .culture_box .box4 dl .luxy_el{
        top: 0;
        height: 100%;
    }
    .culture_box .box4 dl dd{
        width: 92%;
        padding: 8% 5%;
    }
    .culture_box .box4 dl dd img{
        height: auto;
        width: 70%;
    }
    .culture_box .box4 dl dd ul{
        display: block;
        font-size: 0;
        margin-top: 0.14rem;
    }
    .culture_box .box4 dl dd ul li{
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        margin-top: 0.2rem;
    }
    .cooperation_box .box1 ul li{
        width: 49%;
        margin-right: 2%;
    }
    .cooperation_box .box1 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .cooperation_box .box1 dl{
        margin-top: 0.2rem;
    }
    .cooperation_box .box1 dl dd{
        width: 100%;
        box-sizing: border-box;
        margin-top: 0.1rem;
        line-height: 0.46rem;
        background-size: 0.44rem;
        background-position: 0.05rem 0.05rem;
        padding: 0.05rem 0.05rem 0.05rem 0.54rem;
    }
    .cooperation_box .box2 .dt_div{
        width: 100%;
        margin-top: 0;
    }
    .contact_box ul li{
        width: 100%;
        margin-bottom: 0.1rem;
        padding: 0.1rem 0.2rem;
    }
    .contact_box ul li img{
        width: 0.6rem;
    }
    .contact_box .map_div{
        padding-bottom: 60%;
    }
    .contact_box form input{
        width: 100%;
        margin-right: 0;
        height: 0.5rem;
        margin-bottom: 0.1rem;
    }
    .contact_box form textarea{
        margin-top: 0;
    }
    .contact_box form button{
        height: 0.6rem;
        width: 50%;
    }
    .product_box .box2 .gallery-top{
        width: 100%;
    }
    .product_box .box2 .gallery-thumbs{
        display: none;
        position: static;
        width: 100%;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide h6 em{
        display: none;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide::before{
        display: none;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide{
        padding: 0.10rem 0;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide h6{
        box-shadow: none;
    }
    .product_box .box2 .gallery-thumbs .swiper-slide h6 span{
        font-size: 0.18rem;
    }
    .product_box .box2 .gallery-top .swiper-slide a{
        right: 0;
        bottom: 0.05rem;
        border: none;
        width: 1.2rem;
    }
    .product_box .box2 .swiper-pagination{
        display: block;
        position: static;
        margin-top: 0.16rem;
    }
    .product_box .box2 .swiper-pagination .swiper-pagination-bullet-active{
        background: #0075bc;
    }
    .product_box .box3 a::after{
        opacity: 1;
    }
    .product_box .box3 a div{
        top: 50%;
        opacity: 1;
    }
    .product_box .box3 a div img{
        width: 0.7rem;
    }
    .product_box .box3 a div span{
        font-size: 0.2rem;
    }
    .product_box .box1 ul li{
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 0.1rem;
    }
    .product_box .box1 ul li:last-of-type{
        margin-bottom: 0;
    }
    .product_box .box1 ul li h6 p{
        display: none !important;
    }
    .product_box .box1 ul li::after{
        opacity: 0 !important;
    }
    .about_box .box5 .tab_dl{
        width: 100%;
        position: static;
    }
    .about_box .box5 .top_list{
        width: 100%;
    }
    .about_box .box5 .thumbs_list{
        width: 100%;
        position: static;
        margin-top: 0.14rem;
    }
    .about_box .box5 .tab_dl dd{
        margin: 0.16rem 0;
    }
    .about_box .box5 .btn_div{
        display: none;
    }
    .leader_box .box4 .thumbs_div h6{
        display: none;
    }
    .leader_box .box4 .thumbs_div{
        margin-top: 0.14rem;
        padding: 0;
    }
    .leader_box .box4 .gallery-thumbs{
        padding: 0;
    }
    .leader_box .box4 .swiper-button-prev{
        display: none;
    }
    .leader_box .box4 .swiper-button-next{
        display: none;
    }
    .leader_box .box4 .gallery-thumbs .swiper-slide{
        border: 3px solid #95dbbe;
    }
    .leader_box .box4 .gallery-thumbs .swiper-slide-thumb-active{
        border: 3px solid #95dbbe;
    }
    .catalog_box ul li a{
        padding: 0.18rem;
    }
    .catalog_box ul li h5{
        font-size: 0.30rem;
    }
    .catalog_box ul li h5::after{
        font-size: 0.24rem;
    }
    .catalog_box ul li span{
        position: static;
        float: right;
        margin-top: 0.05rem;
    }
    .catalog_box ul li div{
        width: 100%;
        margin-left: 0;
        margin-top: 0.14rem;
    }
    .catalog_box .ts_a{
        margin: 0.3rem auto 0;
        width: 100%;
        height: 0.54rem;
        line-height: 0.54rem;
    }
    .corporate_box .dl1{
        display: block;
    }
    .corporate_box .dl1 dt{
        width: 100%;
        padding-bottom: 60%;
    }
    .corporate_box .dl1 dd{
        width: 100%;
        background: #fff;
        padding: 0.2rem 0 0;
    }
    .corporate_box .dl1 dd p{
        display: none;
    }
    .corporate_box ul li{
        width: 100%;
        margin-right: 0;
        margin-top: 0.3rem;
    }
    .corporate_box .dl1 dd span{
        margin: 0.16rem 0 0;
    }
    .corporate_box .dl1 dd h6{
        font-size: 0.2rem;
    }
    .corporate_box ul li em::after{
        opacity: 1;
    }
    .corporate_box .dl1 dt::after{
        width: 0.5rem;
        height: 0.5rem;
    }
    .leader_box .box3 li:nth-of-type(1){
        width: 100%;
        margin-right: 0;
    }
    .leader_box .box3 li:nth-of-type(1) em{
        width: 49%;
        border: 2px solid #6cb7bd;
    }
    .leader_box .box3 li dl{
        left: 49%;
        width: 51%;
        opacity: 1;
        height: calc(100% - 32px);
        padding: 0.2rem;
    }
    .leader_box .box3 li dd{
        max-height: 1.54rem;
        overflow: hidden;
    }
    .leader_box .box3 li dt{
        margin-bottom: 0.1rem;
    }
    .leader_box .box3 li dd:last-of-type{
        display: none;
    }
    .product_box .box3 a .bg_img{
        height: 2.4rem;
        width: auto;
    }
    .idea_box .box2 ul li{
        padding-bottom: 30px;
    }
    .idea_box .box2 ul li div dd p{
        white-space: normal;
    }
    .idea_box .box2 .swiper-pagination{
        display: block;
    }
    .about_box .box3 .swiper-slide{
        padding-bottom: 0;
    }
    .about_box .box3 .swiper-slide h5{
        position: static;
        transform: translateY(0);
        padding: 14px 0;
    }
    .about_box .box3 .swiper-slide .bg_img{
        position: static;
        vertical-align: top;
        width: 100%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .culture_box .box3 ul li{
        padding-bottom: 0;
    }
    .culture_box .box3 ul li div{
        position: static;
        display: block;
        opacity: 1;
        background: none;
        color: #666;
        padding: 0;
        height: 63px;
    }
    .culture_box .box3 ul li div h6{
        display: none;
    }
    .zwsq_box .zwsq_div{
        width: 92%;
    }
    .zwsq_box .zwsq_div form label input{
        width: 100%;
    }
    .zwsq_box .zwsq_div form label dd{
        width: 100%;
    }
    .zwsq_box .zwsq_div form em{
        margin-left: 0;
    }
    .zwsq_box .zwsq_div form button{
        width: 100%;
    }
    .leader_box .box3 li dd p{
        height: 1.54rem;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .recruit_box .box6 .nr_div{
        padding-bottom: 0;
    }
    .recruit_box .box7 .swiper-slide{
        padding: 0.1rem;
    }
    .recruit_box .box7 .swiper-slide div h6{
        font-size: 0.22rem;
    }
    .recruit_box .box7 .swiper-slide div p{
        font-size: 0.16rem;
    }
    .wisdom_box .box1 dt{
        width: 100%;
    }
    .wisdom_box .box1 dd{
        width: 100%;
        padding-left: 0;
        margin-top: 0.3rem;
    }
    .wisdom_box .box2 dl{
        width: 100%;
        height: 300px;
    }
    .wisdom_box .box2 .luxy_el{
        top: 0;
        height: 100%;
    }
    .wisdom_box .box2 dd h5{
        font-size: 24px;
    }
    .wisdom_box .box2 dd h6{
        font-size: 20px;
    }
    .wisdom_box .box2 dd p{
        font-size: 0.16px;
    }
    .wisdom_box .box2 dd span{
        width: 50px;
        height: 50px;
    }
    .wisdom_box .box3 dt{
        width: 100%;
        padding-bottom: 60%;
    }
    .wisdom_box .box3 dd{
        position: static;
        width: 100%;
    }
    .wisdom_box .box3 dd ul{
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .wisdom_box .box3 dd li{
        flex-shrink: 0;
        width: 80%;
        padding: 0.2rem 0;
    }
    .wisdom_box .box3 dd li em{
        width: 40%;
        padding-bottom: 24%;
    }
    .wisdom_box .box3 dd li div{
        width: 60%;
    }

}

@media (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    .productetcj_box{
        overflow-x: hidden;
    }
    .productetcj_box .bg_img{
        width: auto;
        height: 220px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .productetcj_box .h5 span{
        font-size: 0.2rem;
        padding: 0.05rem 0;
    }
    .productetcj_box .box4 .h5 span i{
        font-size: 0.22rem;
    }
    .productetcj_box .box4 .h5 strong{
        font-size: 0.4rem;
        margin: 0.2rem 0;
    }
    .productetcj_box .box4 .h5 strong img{
        width: 0.4rem;
    }
    .productetcj_box .h5 p{
        font-size: 0.18rem;
    }
    .productetcj_box .h6{
        font-size: 0.24rem;
    }
    .productetcj_box .box5 .content_dl dd{
        height: calc(100% - 0.24rem);
        padding-top: 0.2rem;
        width: 100%;
        font-size: 0;
    }
    .productetcj_box .box5 .content_dl dd span{
        width: 25%;
        float: none !important;
        margin-top: 0 !important;
        transform: none !important;
    }
    .productetcj_box .box5 .content_dl dd span img{
        width: 60%;
    }
    .productetcj_box .box5 .content_dl dd span em{
        font-size: 0.16rem;
    }
    .productetcj_box .box6 .content_dl dd{
        position: static;
        text-align: center;
        width: 100%;
        margin-top: 0.2rem;
    }
    .productetcj_box .box6 .content_dl dd span{
        position: static !important;
        background: none !important;
        padding-bottom: 0 !important;
        width: 100% !important;
        display: block;
        margin-top: 0.1rem;
    }
    .productetcj_box .box6 .content_dl dd span i{
        position: static;
    }
    .productetcj_box .box6 .content_dl.productetcj_box .h5 em img dd span i{
        position: static;
        font-size: 0.2rem;
    }
    .productetcj_box .span{
        padding: 0.1rem 0;
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }
    .productetcj_box .box7 .content_dl dd{
        width: 100%;
    }
    .productetcj_box .box7 .content_dl dd img{
        width: 46%;
    }
    .productetcj_box .box7 .content_dl dd span{
        font-size: 0.18rem;
        margin-top: 0.16rem;
    }
    .productetcj_box .box7 .content_dl dd:nth-of-type(1){
        display: none;
    }
    .productetcj_box .h5 em img{
        height: 0.4rem;
    }
    .productetcj_box .h5 dl{
        display: none;
    }
    .productetcj_box .small{
        width: 92%;
    }
    .productetcj_box .box10 .content_dl dd{
        display: none;
    }
    .productetcj_box .box11 .content_dl dd{
        width: 92%;
        padding-bottom: 0;
        background: none;
        margin: 5% auto 0;
    }
    .productetcj_box .box11 .content_dl dd ol{
        position: static;
        transform: none;
        font-size: 0;
    }
    .productetcj_box .box11 .content_dl dd ol li{
        padding-left: 0;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        box-sizing: border-box;
    }
    .productetcj_box .box11 .content_dl dd li img{
        display: none;
    }
    .productetcj_box .box11 .content_dl dd::after{
        display: none;
    }
    .productetcj_box .box11 .content_dl dd li strong{
        font-size: 0.24rem;
    }
    .productetcj_box .box11 .content_dl dd li small{
        font-size: 0.18rem;
    }
    .productetcj_box .box11 .content_dl dd li span{
        font-size: 0.18rem;
    }
    .productetcj_box .box8 .content_dl dd{
        width: 92%;
        margin: 0 auto;
        margin-top: 0.2rem;
    }
    .productetcj_box .box8 .content_dl dd p{
        margin-bottom: 0.06rem;
        width: 40%;
    }
    .productetcj_box .box8 .content_dl dd p span{
        font-size: 0.18rem;
        width: calc(100% - 0.4rem);
        padding-left: 0.1rem;
    }
    .productetcj_box .box8 .content_dl dd p img{
        width: 0.4rem;
    }
    .productetcj_box .box9 .content_dl dd p span{
        font-size: 0.14rem;
    }
    .productetcj_box .box9{
        padding-bottom: 220px;
    }
    .productetcj_box .h5 strong{
        font-size: 0.4rem;
    }
    .productetcj_box .box13 .content_dl dd{
        width: 92%;
        margin-top: 5%;
    }
    .productetcj_box .box13 .content_dl dd ul{
        background: none;
        overflow: auto;
        align-items: flex-start;
    }
    .productetcj_box .box13 .content_dl dd li{
        flex-direction: column-reverse !important;
        transform: none !important;
        flex-shrink: 0;
        width: 30%;
        flex: none;
    }
    .productetcj_box .box13 .content_dl dd li span{
        margin-top: 0 !important;
        align-items: flex-start !important;
        height: auto; 
        font-size: 0.16rem;
    }
    .productetcj_box .box13 .content_dl dd li img{
        width: 1.0rem;
    }
    .productetcj_box .box14 .content_dl dd{
        height: 100%;
    }
    .productetcj_box .box2 .content_dl dd{
        display: flex;
        display: -webkit-flex;
        overflow: auto;
    }
    .productetcj_box .box2 .content_dl dd span img{
        width: 0.76rem;
    }
    .productetcj_box{
        display: none;
    }
    .mcp_box{
        display: block;
    }

}


.index_propic{
    width: 300px!important;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
}




.pic_list ul {
    margin: 0 -15px;
    overflow: hidden;
}
.pic_list ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing:border-box;
}
.pic_list ul li a {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: .35s;
}
.pic_list ul li a .img_box {
    overflow: hidden;
}
.pic_list ul li a .img_box img {
    transition: .35s;
    width: 100%;
    display: block;
}
.pic_list ul li a p {
    text-align: center;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
}
.pic_list ul li a:hover {
    border-color: #0075bc;
}
.pic_list ul li a:hover img {
    transform: scale(1.1);
}
.pic_list ul li a:hover p {
    color: #0075bc;
}
.clear {
    clear: both;
}
.hover_wap {
    display: none !important;
}
.pic-box img {
    position: absolute;
    width: auto;
    height: 80%;
    margin-top: 10%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.product_body .body .pic_list {
    background-color: #fff;
}
.product_body .body img{
    max-width: 100%;
}
.product_introduction {
    padding: 0px 0 50px;
}
.gallery-top-tuji {
    width: 35%;
}
.gallery-top-tuji .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}
.gallery-top-tuji .pic-box {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.gallery-top-tuji .pic-box font {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    padding: 0 6px 0 26px;
    line-height: 30px;
    background: url(../Images/fd.png)no-repeat center left 6px #EEEEEE;
    background-size: 14px;
}
.gallery-top-tuji .pic-box:hover font {
    background-image: url(../Images/fd_h.png);
}
.product_introduction .right {
    width: 61%;
}
.product_introduction .bt {
    font-size: 30px;
    color: #0075bc;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.product_introduction .nrzy {
    font-size: 16px;
    color: #464646;
    line-height: 30px;
    min-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.product_introduction .link {
    overflow: hidden;
    margin: 35px 0;
}
.product_introduction .link a {
    float: left;
    width: 138px;
    line-height: 40px;
    text-align: center;
    background-color: #0075bc;
    font-size: 12px;
    color: #FFFFFF !important;
    margin-right: 10px;
}
.product_introduction .link a:last-child {
    margin-right: 0;
}
.product_introduction .link a:hover {
    opacity: 0.8;
}
.gallery-thumbs-tuji {
    max-width: 640px;
    margin: 0 !important;
}
.gallery-thumbs-tuji .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}
.gallery-thumbs-tuji .pic-box {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    cursor: pointer;
}
.gallery-thumbs-tuji .swiper-slide-thumb-active {
    border-color: #0075bc;
}
.product_introduction .bshare-custom {
    margin-top: 20px;
}
.product_details .title1 {
    background-color: #0075bc;
}
.product_details .title1 .tel {
    padding: 30px 0;
}
.product_details .title1 .tel p {
    line-height: 37px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.product_details .title1 .tel p a {
    color: #FFFFFF;
}
.product_details .title1 .tel p.fr {
    padding-left: 50px;
    background: url(../Images/tb10.png)no-repeat center left;
}
.gallery-thumbs-body{
    display: flex;
    justify-content:flex-start;
}
.gallery-thumbs-body .gallery-thumbs-body-item{
    width: 25%;
    margin-right: 10px;
}
.gallery-thumbs-body .gallery-thumbs-body-item p {
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    padding: 13px 0;
    background-color: #06b0bf;
    cursor: pointer;
}
.gallery-thumbs-body .active p {
    color: #0075bc;
    background-color: #FFFFFF;
}
.product_details .youshi {
    padding: 40px 0;
}
.product_details .youshi .content {
    max-width: 960px;
    overflow: hidden;
}
.product_details .youshi .content li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    float: left;
}
.product_details .youshi .content li span {
    display: block;
    font-size: 55px;
    color: #999999;
    line-height: 65px;
}
.product_details .youshi .content li p {
    font-size: 12px;
    color: #515151;
}
.product_body {/*background-color: #e8eff9;*/
    padding: 50px 0;
}
.product_body .body {/*background-color: #e8eff9;*/
    padding: 0 25px;
}
.product-recommend {
    padding: 45px 0 55px;
}
.product-recommend .title {
    margin-bottom: 30px;
    line-height: 35px;
}
.product-recommend .title span.fl {
    font-size: 24px;
    font-weight: bold;
    color: #181818;
}
.product-recommend .title span.fr {
    font-size: 18px;
    color: #555555;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}
.product-recommend .title span.fr:hover {
    color: #0075bc;
}
.product-recommend .title span.fr i {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}
.product-recommend .swiper-slide a {
    display: block;
    color: #555555;
}
.product-recommend .swiper-slide .pic-box {
    position: relative;
    border: 1px solid #E5E5E5;
    padding-top: 93%;
    overflow: hidden;
}
.product-recommend .swiper-slide .pic-box img {
    transition: ease-in-out 0.2s;
    height: 60%;
    margin-top: 20%;
}
.product-recommend .swiper-slide a p {
    text-align: center;
    line-height: 40px;
}
.product-recommend .swiper-slide a:hover img {
    height: 60%;
}
.product-recommend .swiper-slide a:hover {
    background: #0075bc;
    color: #ffffff !important;
}
.pro_prevnext {
    margin-bottom: 50px;
}
.pro_prevnext .w82 {
    display: flex;
    justify-content: space-between;
}
.pro_prevnext .w82 p {
    max-width: 50%;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.pro_prevnext .w82 p a {
    color: #333;
}
.pro_prevnext .w82 p a:hover {
    color: #0075bc;
}
.product_body .pic_list ul li a:hover {
    transform: translate(0, 0);
}

@media screen and (max-width: 1200px) {
.product_introduction {
    padding: 5% 0;
}
.product_introduction .bt {
    font-size: 20px;
    margin-bottom: 10px;
}
.product_introduction .link {
    margin: 20px 0;
}
.product_introduction .link a {
    width: 100px;
    line-height: 35px;
}
}

@media screen and (max-width: 800px) {
.product_details .title1 .tel {
    padding: 15px 0;
}
.product_details .title1 .tel p {
    font-size: 20px;
    line-height: 30px;
}
.product_details .title1 .tel p.fr {
    font-size: 14px;
    background: none;
    padding-left: 0;
}
.gallery-thumbs-body .swiper-slide p {
    line-height: 20px;
    padding: 10px;
    font-size: 12px;
}
.product_details .youshi {
    padding: 15px 0;
}
.product_details .youshi .content li {
    padding: 0 5px;
}
.product_details .youshi .content li span {
    font-size: 26px;
    line-height: 40px;
}
.product_body, .product-recommend {
    padding: 5% 0;
}
.product_body .body {
    padding: 0;
}
.product-recommend .title {
    margin-bottom: 15px;
}
.product-recommend .swiper-slide a p {
    font-size: 12px;
    line-height: 30px;
}
.product-recommend .title span.fl {
    font-size: 20px;
}
.product-recommend .title span.fr {
    font-size: 14px;
}
}

@media screen and (max-width: 640px) {
.gallery-top-tuji {
    width: 100%;
}
.product_introduction .right {
    width: 100%;
    margin-top: 15px;
}
.product_introduction .link a {
    width: 80px;
    line-height: 30px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1024px) {
    .welcome_box .ceshi_box .gallery-top .swiper-slide .m_div span{
        font-size: 18px;
    }
    .about_box .box2 .swiper-slide p,
    .cooperation_box .box1 ul li span,
    .newsinfo_box .divm,
    .news_box ul li h6,
    .newsinfo_box .divb a.link_a,
    .idea_box .box1 div{
        font-size: 16px;
    }
    .news_box ul li h6{
        display: block;
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .news_box ul li dd,.title_h5 small{
        font-size: 14px;
    }
    .contact_box form .msg_code{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .pic_list ul li{

        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .index_propic{
        width: 200px!important;
    }
    .pro_prevnext .w82{
        flex-wrap:wrap;
    }
    .pro_prevnext .w82 p{
        width: 100%;
        max-width: 100%;
    }
    .pro_prevnext{
        margin-bottom: 0;
    }
.head_box .logo_a img{    width: 150%;}
}
.yqlj{
    width: 1560px;
    height: 49px;
    margin: 15px auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.yqlj a{
    font-size: 16px;
   color:#000;
}
.yqlj a:hover{
   color:#b93739;
}
@media (max-width: 769px){
.yqlj{
    width: 100%;
}
}


