@font-face {
    font-family: 'DINPro-Bold';
    src: url('/static/DINPro-Bold.otf');
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('/static/Alibaba-PuHuiTi-Medium.otf');
}

@font-face {
    font-family: 'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';
    src: url('/static/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.otf');
}

@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('/static/SourceHanSansSC-Regular.otf');
    font-display: swap;
}

.fl {
    float: left;
}

.fr {
    float: right;

}

br {
    clear: both;
}

p,
ul,
li,
h1,
h4,
img {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,
ul,
li {
    font-family: "SourceHanSansSC-Regular", "微软雅黑", "DINPro-Bold";
}

ul,
li {
    list-style-type: none;
}

/* 头部 */
.header {
    width: 100%;
    border-bottom: 1px solid #999999;
    padding: 0 0 50px 0;

    background: url('../images/headbg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.header_bor {
    width: 68.314%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.header .fr .tel {
    font-family: "DINPro-Bold";
    background: #053e73;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 5px 20px 5px 20px;
    margin: 0 20px 0 0;
    font-size: 20px;
}

.header .fr .tel img {
    width: 22px;
    margin: -5px 0px 0 0;
}

.header .fr .ss {
    margin: 10px 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #a7a7a7;
}

.header .fr .ewm {
    margin: 10px 30px 0 0;
    position: relative;
}

.header .fr .ewm:hover .ewm_tc {
    z-index: 23;
    background: #FFFFFF;
}

.header .fr .ewm:hover .ewm_tc img {
    width: 100%;
    transition: all 0.7s ease;
}

.header .fr .ewm .ewm_tc {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    left: -110px;
    z-index: -1;
    width: 116px;
    height: 116px;
    padding: 6px;
}

.header .fr .ewm .ewm_tc img {
    width: 0%;
    transition: all 0.7s ease;
}

.header .fr .lang {
    padding: 10px 0 0 0;
}

.header .fr .lang .cn {
    background: #c4c4c4;
    color: #dbdbdb;
    padding: 3px 5px 3px 5px;
}

.header .fr .lang .en {
    background: #053e73;
    color: #a5b0c1;
    padding: 3px 5px 3px 5px;
}

/*搜索层*/
.fixed_search .bg {
    height: calc(100% - 152px);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed_search form {
    position: fixed;
    top: 152px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    padding: 0 70px;
    opacity: 0;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.fixed_search form input {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
}

.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
}

.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed_search form .close svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.fixed_search.active .bg {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.fixed_search.active form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 22;
}


.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
    border: none;
}


/* 导航 */
#menu1 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #999999;
    background: #FFFFFF;
}

#menu2 {
    position: relative;
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 21;
}

#menu2 ul.m1_ul {
    overflow: hidden;
    width: 1260px;
    margin-bottom: 30px;
}

#menu2 li.m1_li {
    font-size: 16px;
    float: left;
    min-width: 100px;
    overflow: hidden;
    text-align: center;
    width: calc(100% / 7);
}

#menu2 li.m1_li:nth-child(2) ul.m2_ul {
    border-left: 1px solid #ffffff4d;
}

#menu2 li.m1_li .a_1 {
    color: #666666;
    display: inline-block;
    height: 49px;
    /* font-family: "Alibaba_PuHuiTi_2.0_55_Regular_55_Regular";*/
}

#menu2 li.m1_li .a_1:hover {
    color: #053e73;
    border-bottom: 2px solid #053e73;
}

#menu2 li.m1_li a.active {
    color: #053e73;
    border-bottom: 2px solid #053e73;
}

#menu2 li.m1_li span.m1_li {
    line-height: 50px;
    overflow: hidden;
}

#menu2 ul.m2_ul {
    padding-top: 20px;
    border-right: 1px solid #ffffff4d;
}

#menu2 li.m2_li {
    padding-top: 4px;
    cursor: pointer;
    text-align: center;
    margin: 3px 10px;
}

#menu2 li.m2_li a {
    color: #FFFFFF;
}

#menu2 li.m2_li a:hover {
    color: #053e73;
}

#menu2 li.m3_li {
    padding-top: 4px;
    cursor: pointer;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px;
}

#menu3 {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    background: #2976bd;
    opacity: 0.64;
}

/* 轮播图 */
.lbt {
    width: 100%;
    /*height: 29.3vw;*/
    border-top: 1px solid #999999;
}

.lbt .swiper-container {
    width: 100%;
    /* height: 29.3vw; */
}

.lbt .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lbt .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.lbt .swiper-slide img {
    width: 100%;
    height: 100%;
}

.lbt .swiper-slide .lbt_con {
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    text-align: left;
}

.lbt .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.lbt .swiper-pagination span {
    border-radius: 5px;
    width: 25px;
    height: 7px;
    background: #fff;
    opacity: 1;
    margin: 0 5px 0 5px;
    transition: all 0.7s ease;
}

.lbt .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #053e73;
    transition: all 0.7s ease;
}

.lbt .lbt_con h1 {
    font-size: 4rem;
    font-weight: bold;
}

.lbt .lbt_con p {
    font-size: 2.2rem;
}

/* 关于我们 */
.about {
    width: 100%;
    position: relative;
    padding: 0 0 70px 0;
}

.about .bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.about .about_tit {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    font-size: 26px;
    color: #333333;
    background: #c9e8ff;
    padding: 5px 0 10px 0;
    border-radius: 0 0 20px 20px;
    margin-bottom: 65px;
}

.about .about_con {
    text-align: center;
}

.about .about_con h4 {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
}

.about .about_con .a_con {
    color: #444444;
    font-size: 16px;
    width: 700px;
    margin: 0 auto;
    line-height: 28px;
}

.about .ab_more {
    width: 130px;
    margin: 0 auto;
}

.about .ab_more a {
    background: #676767;
    color: #dfdfdf;
    width: 130px;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    transition: all 0.7s ease;
}

.about .ab_more a:hover {
    background: #053e73;
    color: #FFFFFF;
    transition: all 0.7s ease;
}

/* 产品中心 */
.product {
    width: 100%;
    position: relative;
    padding: 0 0 55px 0;
}

.product .bg {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.product .pro_main {
    padding: 60px 0 0 0;
}

.product .pro_main .pro_tit {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.product .pro_main .pro_tit .pro_tit_t {
    width: 515px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url('/static/images/pro.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 6px 0 6px 0px;
}

.product .pro_main .pro_tit .pro_tit_t h4 {
    font-size: 38px;
    float: left;
    font-weight: bold;
    margin: 0 10px 0 10px;
}

.product .pro_main .pro_tit .pro_tit_t .xian {
    border-top: 1px solid #000000;
    height: 20px;
    width: 80px;
    margin-top: 20px;
}

.product .pro_main .pro_tit .pro_tit_t .pro_tit_t_main {
    width: 333px;
    margin: 0 auto;
}

.product .pro_main .pro_tit .pro_tit_b {
    width: 800px;
    text-align: center;
    color: #666666;
}

.pro_sw {
    position: relative;
}

.product .pro_main .pro_sw {
    width: 68.314%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.product .pro_main .pro_sw .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product .pro_main .pro_sw .swiper-slide a {
    display: contents;
}

.product .pro_main .pro_sw .swiper-slide .bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

/*.product .pro_main .pro_sw .swiper-slide .pro_sw_con{
    position: absolute;
    top: 190px;
    left: 90px;
    color: #FFFFFF;
    text-align: left;
}
.product .pro_main .pro_sw .swiper-slide .pro_sw_con h1{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product .pro_main .pro_sw .swiper-slide .pro_sw_con h4{
    font-size: 50px;
    margin-bottom: 40px;
}
.product .pro_main .pro_sw .swiper-slide .pro_sw_con .pro_con_p{
    font-size: 20px;
}
.product .pro_main .pro_sw .swiper-slide .pro_sw_con .pro_line{
    width: 75px;
    height: 6px;
    background: #FFFFFF;
    margin-bottom: 40px;
}*/
.pro_sw .swiper-button-prev2 {
    position: absolute;
    top: 18vw;
    left: 2vw;
    cursor: pointer;
    z-index: 1;
}

.pro_sw .swiper-button-next2 {
    position: absolute;
    top: 18vw;
    right: 2vw;
    cursor: pointer;
    z-index: 1;
}

.pro_sw .swiper-pagination2 {
    position: absolute;
    bottom: 5px;
    /* left: 27vw; */
    z-index: 1;
    width: 100%;
    text-align: center;
}

.pro_sw .swiper-pagination2 span {
    border-radius: 0px;
    width: 80px;
    height: 4px;
    background: #fff;
    opacity: 1;
    margin: 0 5px 0 5px;
    transition: all 0.7s ease;
}

.pro_sw .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #053e73;
    transition: all 0.7s ease;
}

.pro_sw .swiper-container2 {
    width: 100%;
    height: 37vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pro_list {
    width: 68.314%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.pro_list .swiper-container3 {
    width: 100%;
    /* height: 495px; */
    /* min-height: 390px; */
    overflow: hidden;
    position: relative;
    z-index: 1;

}

.pro_list .swiper-slide {
    /* min-width: 270px; */
    width: calc((100% - 6vw)/4);
    float: left;
    /* margin-left: 1.9vw; */
}

.pro_list .swiper-slide:hover .pro_mb {
    visibility: visible;
    opacity: 0.7;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #FFFFFF;
}

.pro_list .swiper-slide .pro_img .mb_img {
    /* width: 90px;
    height: 90px; */
    width: 20%;
    height: 20%;
    position: absolute;
    top: 6vw;
    left: 6vw;
}

.pro_list .swiper-slide .pro_mb {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide:first-child {
    margin-left: 0;
}

.pro_list .swiper-slide:hover .pro_list_con {
    background: #053e73;
    color: #FFFFFF;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide:hover .pro_list_con h4 {
    color: #FFFFFF;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide:hover .pro_list_con .pro_desc {
    color: #FFFFFF;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide:hover .pro_list_con .pro_con {
    color: #FFFFFF;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .img {
    width: 100%;
}

.pro_list .swiper-slide .pro_list_con {
    background: #FFFFFF;
    color: #FFFFFF;
    padding: 15px;
    height: 150px;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_list_con h4 {
    color: #053e73;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_list_con .pro_desc {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_list_con .pro_con {
    font-size: 14px;
    color: #999999;
    transition: all 0.7s ease;
}

.pro_list .swiper-pagination3 {
    position: absolute;
    bottom: 5px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.pro_list .swiper-pagination3 span {
    border-radius: 5px;
    width: 7px;
    height: 7px;
    background: #999999;
    opacity: 1;
    margin: 0 5px 0 5px;
    transition: all 0.7s ease;
}

.pro_list .swiper-pagination3 .swiper-pagination-bullet-active {
    width: 40px;
    background: #053e73;
    transition: all 0.7s ease;
}

.pro_more {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.pro_more a {
    color: #FFFFFF;
    background: #053e73;
    padding: 10px 40px 10px 40px;
}

/* 下载中心 */

.down_main {
    background: #f8f8f8;
}

.down_main .down_body {
    width: 68.314%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

.down_main h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.down_main h4 a {
    font-size: 14px;
    font-weight: normal;
    color: #7b858c;
    margin: 5px 50px 0 0;
    transition: all 0.2s ease;
}

.down_main h4 a:hover {
    color: #033b7e;
    transition: all 0.2s ease;
}

.down,
.question {
    width: 50%;
    min-width: 300px;
}

.down_main .down_con ul li,
.down_main .que_con ul li {
    list-style-type: disc;
    margin: 0 0 15px 20px;
}

.down_main .down_con ul li a,
.down_main .que_con ul li a {
    font-size: 14px;
    color: #444444;
}

.down_main .down_con ul li a:hover {
    color: #033b7e;
    transition: all 0.2s ease;
}

.down_main .que_con ul li a:hover {
    color: #033b7e;
    transition: all 0.2s ease;
}

.down_main .down_con ul li a span,
.down_main .que_con ul li a span {
    margin: 0 50px 0 0;
}

/* 联系方式 */
.lianxi {
    width: 100%;
    margin: 0 0 0px 0;
}

.lianxi .lianxi_body .lianxi_main {
    width: 68.314%;
    margin: 0 auto;
}

.lianxi .lianxi_body #snd {
    padding: 50px 0 50px 0;

}

.lianxi .lianxi_body #snd .fuwu {
    background: url('/static/images/touming.png');
    width: 40%;
    min-width: 300px;
    color: #FFFFFF;
    text-align: center;
    padding: 2vw 0 2vw 0;
}

.lianxi .lianxi_body #snd .fuwu h4 {
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
    display: inline;
    padding: 0 0 2px 0;
}

.lianxi .lianxi_body #snd .fuwu .fuwu_con {
    padding: 1.7vw 0 0 0;
    line-height: 3rem;
}

.lianxi .lianxi_body #snd .jieshao {
    width: 48%;
    min-width: 300px;
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 2vw 0 0 0;
}

/* 优势 */
.youshi {
    position: relative;
    padding: 0 0 0px 0;
}

.youshi .bg {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}


.youshi .youshi_main {
    padding: 60px 0 0 0;
}

.youshi .youshi_main .youshi_tit {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
}

.youshi .youshi_main .youshi_tit .youshi_tit_t {
    width: 519px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url('/static/images/youshi.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4px 22px 0 73px;
}

.youshi .youshi_main .youshi_tit .youshi_tit_t h4 {
    font-size: 38px;
    float: left;
    font-weight: bold;
    margin: 0 10px 0 10px;
}

.youshi .youshi_main .youshi_tit .youshi_tit_t div {
    border-top: 1px solid #000000;
    height: 20px;
    width: 80px;
    margin-top: 20px;
}

.youshi .youshi_main .youshi_tit .youshi_tit_b {
    width: 100%;
    text-align: center;
    color: #666666;
}

.youshi_list {
    width: 68.314%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.youshi_list ul li {
    width: calc((100% - 6vw)/4);
    min-height: 260px;
    min-width: 190px;
    margin: 0 0 0 2vw;
    background: #FFFFFF;
    position: relative;
    padding: 5vw 0 0 0;
    text-align: center;
    border-bottom: 3px solid #053e73;
    cursor: pointer;
}

.youshi_list ul li:first-child {
    margin: 0 0 0 0;
}

.youshi_list ul li:hover .youshi_icon {
    background: #033b7e;
    transition: all 0.7s ease;
}

.youshi_list ul li:hover .youshi_icon {
    background: #033b7e;
    transition: all 0.7s ease;
}

.youshi_list ul li:hover .youshi_mb {
    opacity: 0.3;
    z-index: 1;
    height: 100%;
    transition: all 0.3s ease;
}

.youshi_list ul li .youshi_icon {
    background: #009edb;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    text-align: center;
    vertical-align: middle;
    padding: 1vw 0 0 0;
    position: absolute;
    top: -1.8vw;
    left: 5.8vw;
    z-index: 2;
    transition: all 0.7s ease;
}

.youshi_list ul li .youshi_icon img {
    width: 2vw;
}

.youshi_list ul li .youshi_list_tit {
    margin: 0 0 2vw 0;
}

.youshi_list ul li .youshi_list_tit h4 {
    font-size: 20px;
    color: #053e73;
    font-weight: 600;
}

.youshi_list ul li .youshi_mb {
    position: absolute;
    background: #8dbcdd;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 0%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.youshi_list ul li .youshi_con {
    padding: 0 1vw 0 1vw;
    font-size: 15px;
    color: #333333;
    height: 10vw;
    line-height: 1.5;
}

/* 证书 */
.cret {
    position: relative;
    /* width: 68.314%; */
    width: 1115px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 4vw 0;
    margin-bottom: 25px;
    min-width: 940px;
}

.cret .bgc {
    width: 110%;
    position: absolute;
    bottom: 17px;
    left: -48px;
    z-index: -1;
}

.cret ul {
    width: 89%;
    margin: 0 auto;
}

.cret ul li {
    margin: 0 8px;
    width: 11vw;
    min-width: 150px;
    margin-bottom: 10px;
    background: url('/static/images/zsk.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 202px;
}

.cret ul li img {
    width: 10.1vw;
    height: 14vw;
    min-width: 137px;
    min-height: 189px;
}

.cret .swiper {
    width: 100%;
    overflow: hidden;
}

.cret .swiper .swiper-wrapper {}

.cret .swiper .swiper-wrapper .swiper-slide {
    background: url('/static/images/zsk.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 285px;
}

.cret .swiper .swiper-wrapper .swiper-slide img {
    width: 92%;
    height: 267px;
}

.cret .swiper .swiper-button-next4 {
    position: absolute;
    top: 130px;
    right: -55px;
    cursor: pointer;
    z-index: 1;
}

.cret .swiper .swiper-button-prev4 {
    position: absolute;
    top: 130px;
    left: -55px;
    cursor: pointer;
    z-index: 1;
}

/* 咨询 */
.zixun {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 10px 6.5vw;
    display: flex;
    justify-content: center;
    background: #eff3f4;
    padding-bottom: 3vw;
}
.zixun .zixun_main{
    width: 50vw;
    background: url('/static/images/botbg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding: 0 0 0 5vw;
}

.zixun .bgz {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.zixun .zx_left{
    margin: 0 2vw 0 0;
}
.zixun .zx_left .zx_lt {
    margin: 0 0 1.8vw 2vw;
}

.zixun .zx_left .zx_lb {
    color: #FFFFFF;
    font-size: 0.8vw;
    padding: 0 0 0.5vw 0;
}

.zixun .zx_right {
    margin: 0 0px 0 0;
}

.zixun .zx_right div {
    font-size: 16px;
    margin: 0 20px 0 0;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}

.zixun .zx_right div img {
    border: 3px solid #FFFFFF;
    margin: 0 0 10px 0;
    width: 6vw;
}

/* 底部 */
.footer {
    background: #021d3d;
    padding: 50px 0 50px 0;
    font-size: 16px;
    position: relative;
}

.footer .footer_main {
    width: 68.314%;
    margin: 0 auto;
}

.footer .footer_main .foot_menu {
    margin: 0 0 30px 0;
}

.footer .footer_main .foot_menu ul li {
    border-right: 1px solid #4e6178;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}

.footer .footer_main .foot_menu ul li:nth-child(6) {
    border-right: none;
}

.footer .footer_main .foot_menu ul li a {
    color: #FFFFFF;
}

.footer .footer_main .foot_menu ul li a:hover {
    color: #4480ab;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 40px #032f66;
}

.footer .footer_main .foot_lianxi {
    color: #FFFFFF;
    line-height: 2;
}

.footer .footer_main .foot_lianxi p span {
    margin: 0 20px 0 0;
}

.footer .foot_fd {
    position: absolute;
    top: 70px;
    right: 50px;
}

.footer .foot_fd img {
    margin: 0 4px;
}

.footer .foot_fd #gotop {
    cursor: pointer;
}

/* banner */
.banner {
    width: 100%;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 19;
}

.banner .sf {
    height: 371px;
}

.banner img {
    width: 100%;
}

.about_body {
    width: 68.314%;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

/* 左侧菜单 */
.ziye_menus {
    width: 300px;
    margin: 0 50px 0 0;
}

.ziye_menus .menus_tit {
    margin: 0 0 20px 0;
}

.ziye_menus .menus_tit h1 {
    font-size: 30px;
    color: #343434;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.ziye_menus .menus_tit h1 span {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 0 10px;
}

.ziye_menus .menus_tit p {
    font-size: 14px;
    color: #666666;
}

.ziye_menus .menus_con {
    margin: 0 0 80px 0;
}

.ziye_menus .menus_con ul {
    background: #053e73;
    padding: 0 0 0 5px;
}

.ziye_menus .menus_con ul li {
    background: #FFFFFF;
    padding: 0px 0 10px 0;
}

.ziye_menus .menus_con ul li:last-child {
    padding: 0 0 0 0;
}

.ziye_menus .menus_con ul li a:hover {
    background: #053e73;
    color: #FFFFFF;
}

.ziye_menus .menus_con ul li a.active {
    background: #053e73;
    color: #FFFFFF;
}

.ziye_menus .menus_con ul li a {
    background: #f2f2f2;
    font-size: 18px;
    color: #343434;
    display: block;
    padding: 20px 20px 20px 30px;
}

.ziye_menus .menus_con .son_ul {
    background: none;
    font-size: 14px;
}

.ziye_menus .menus_con .son_ul .son_li {
    margin: 10px 0 0 0;
    padding: 0;
}

.ziye_menus .menus_con .son_ul .son_li .active {
    background: #f2f2f2;
    color: #053e73;
}

.ziye_menus .menus_con .son_ul .son_li a span {
    padding: 0 0 0 50px;

}

.ziye_menus .menus_con .son_ul .son_li .active span {
    border-left: 3px solid #053e73;

}

.ziye_menus .menus_pro .menus_pro_tit {
    margin: 0 0 20px 0;
}

.ziye_menus .menus_pro .menus_pro_tit img {
    width: 20px;
    margin: 2px 5px 0 0;
}

.ziye_menus .menus_pro .menus_pro_tit span {
    font-size: 18px;
    color: #053e73;
    font-weight: bold;
}

.menus_pro_lb .swiper-wrapper {
    margin: 0 0 20px 0;
}

.menus_pro_lb .swiper-wrapper img {
    width: 100%;
}

.menus_pro_lb .swiper-pagination {
    position: unset;
}

.menus_pro_lb .swiper-pagination span {
    background: #535353;
    width: 12px;
    height: 12px;
}

.menus_pro_lb .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
    border: 2px solid #053e73;
}


.menus_pro_lb .sw_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0 15px 0;
    background: #aaaaa9;
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    opacity: 0.6;
}

/* 单页内容 */
.danye_main {
    text-align: left;
    width: calc(100% - 350px);
}

.danye_main .danye_tit .danye_tit_t {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 20px 0;
    position: relative;
}

.danye_main .danye_tit .danye_tit_t h4 {
    font-family: 'Alibaba-PuHuiTi-Medium';
    font-size: 22px;
    color: #053e73;
}

.danye_main .danye_tit .danye_tit_t .mbx {
    color: #999999;
}

.danye_main .danye_tit .danye_tit_t .mbx a {
    font-size: 12px;
    color: #999999;
}

.danye_main .danye_tit .danye_tit_t .xian {
    width: 20px;
    height: 6px;
    background: #053e73;
    position: absolute;
    bottom: 0;
    left: 0;
}

.danye_main .danye_con .danye_con_tit h4 {
    font-size: 24px;
    color: #333333;
    margin: 21px 0 7px 0;
    font-weight: bold;
}

.danye_main .danye_con .danye_con_desc {
    font-size: 16px;
    color: #053e73;
    margin: 0 0 20px 0;
}

.danye_main .danye_con .danye_con_con {
    font-size: 14px;
    color: #444444;
    line-height: 2;
}

.danye_main .danye_con .danye_con_con img {
    width: 100%;
}

/* 单页列表 */
.danye_list ul li {
    width: calc((100% - 6vw)/4);
    margin-right: 2vw;
    margin-bottom: 30px;
}

.danye_list ul li:nth-child(4n) {
    margin-right: 0;
}

.danye_list ul li a:hover div {
    box-shadow: 0px 0px 8px #cbc4c4;
    transition: all 0.7s ease;
}

.danye_list ul li a:hover .list_tit {
    color: #FFFFFF;
    background: #053e73;
    transition: all 0.7s ease;
}

.danye_list ul li a div {
    background: #f2f5f8;
    padding: 1px 1px 0 0px;
}

.danye_list ul li a div img {
    width: 100%;
}

.danye_list ul li a p {
    color: #333333;
    text-align: center;
    background: #f2f5f8;
    padding: 13px 0 13px 0;
}

.page {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    float: right;
}

.page li {
    background: #f2f5f8;
    float: left;

    margin: 0 10px;
    border-radius: 5px;
}

.page li span {
    padding: 10px 20px 10px 20px;
    display: block;
}

.page li a {
    color: #333333;
    padding: 10px 20px 10px 20px;
    display: block;
}

.page .active {
    background: #053e73;
}

.page .active span {
    color: #FFFFFF;
}

/* 合作伙伴 */
.huoban_list ul li a {
    display: block;
}

.huoban_list ul li a:hover {
    box-shadow: 0px 0px 8px #cbc4c4;
}

.huoban_list ul li {
    width: calc((100% - 6vw)/4);
    margin-right: 2vw;
    margin-bottom: 30px;
}

.huoban_list ul li img {
    width: 100%;
}

.huoban_list ul li:nth-child(4n) {
    margin-right: 0;
}

/* 新闻列表 */
.news_list ul li {
    position: relative;
}

.news_list ul li .n_pic {
    margin: 0 30px 0 0;
    width: 12vw;
}

.news_list ul li .news_r {
    width: calc(100% - 12vw - 30px);
    height: 10.5vw;
    position: relative;
}

.news_list ul li .news_r .n_tit {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 0 0 13px 0;
}

.news_list ul li .news_r .n_date {
    color: #666666;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.news_list ul li .news_r .n_desc {
    color: #666666;
    font-size: 12px;
}

.news_list ul li .news_r .news_b p {
    color: #666666;
}

.news_list ul li .news_r .news_b {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.news_list ul li .news_r .news_b div {
    background: #053e73;
    color: #FFFFFF;
    padding: 7px 20px 8px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease;
}

.news_list ul li .news_r .news_b div span {
    margin: 0 0 0 10px;
}

.news_list ul li a:hover .news_r .n_tit {
    color: #053e73;
}

.news_list ul li a:hover .news_r .news_b div {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s ease;
}

/* 新闻详情页 */
.danye_main .newsd_con .danye_con_tit h4 {
    font-size: 24px;
    color: #333333;
    margin: 21px 0 17px 0;
    font-weight: bold;
}

.danye_main .newsd_con .danye_con_desc {
    font-size: 14px;
    color: #9a9a9a;
    margin: 0 0 20px 0;
}

.danye_main .newsd_con .danye_con_desc span {
    margin: 0 50px 0 0;
}

.danye_main .newsd_con .danye_con_con {
    font-size: 14px;
    color: #444444;
    line-height: 2;
    text-indent: 2em;
    min-height: 500px;
}

.danye_main .newsd_con .danye_con_con img {
    width: 100%;
    margin-bottom: 15px;
}

.newsd_con .tuijian {
    border-top: 1px solid #f2f2f2;
    margin: 50px 0 40px 0;
    padding: 30px 0 0 0;
}

.newsd_con .tuijian li {
    margin: 0 0 10px 0;
}

.newsd_con .tuijian li a {
    font-size: 14px;
    color: #333333;
}

.newsd_con .tuijian li a:hover {
    color: #053e73;
}

.newsd_con .tuijian li div {}

.newsd_con .tuijian li a .tj_t {
    color: #053e73;
}

.newsd_con .xiangguan {}

.newsd_con .xiangguan h4 {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.newsd_con .xiangguan ul {
    padding: 0 0 0 20px;
}

.newsd_con .xiangguan ul li {
    list-style-type: disc;
    border-top: 1px solid #f2f2f2;
}

.newsd_con .xiangguan ul li a {
    font-size: 16px;
    color: #707070;
    padding: 20px 0 20px 0;
    display: block;
}

.newsd_con .xiangguan ul li a:hover {
    color: #053e73;
}

.newsd_con .xiangguan ul li a:hover span {
    color: #707070;
}

.newsd_con .xiangguan ul li a span {}

/* 产品列表页 */
.danye_pro_list ul li {
    width: calc((100% - 4vw)/3);
    margin-right: 2vw;
    margin-bottom: 30px;
}

.danye_pro_list ul li:nth-child(3n) {
    margin-right: 0;
}

.danye_pro_list ul li a:hover div {
    box-shadow: 0px 0px 8px #cbc4c4;
    transition: all 0.7s ease;
}

.danye_pro_list ul li a:hover .list_tit {
    color: #FFFFFF;
    background: #053e73;
    transition: all 0.7s ease;
}

.danye_pro_list ul li a:hover .pro_list_con {
    color: #FFFFFF;
    background: #053e73;
    transition: all 0.7s ease;
}

.danye_pro_list ul li a div {
    background: #f2f5f8;
    padding: 1px 1px 0 0px;
}

.danye_pro_list ul li a div img {
    width: 100%;
}

.danye_pro_list ul li a p {}

.danye_pro_list .pro_list_con {
    color: #333333;
    padding: 1.2vw 1.2vw 1.2vw 1.2vw;
    height: 140px;
    transition: all 0.7s ease;
}

.danye_pro_list .pro_list_con h4 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.danye_pro_list .pro_list_con .pro_desc {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.danye_pro_list .pro_list_con .pro_con {
    font-size: 1.2rem;

}

.menus_con .pro_menu_jt {
    float: right;
    margin: 10px 0 0 0;
}

/* 产品详情 */
.pro_con .pro_one {
    background: #fbfbfb;
    padding: 30px;
    margin: 0 0 50px 0;
}

.pro_con .pro_one .pro_one_r a {
    color: #777777;
    font-size: 16px;
}

.pro_con .pro_one .pro_one_l img {
    width: 15vw;
}

.pro_con .pro_one .pro_one_r {
    width: calc(100% - 19vw);
}

.pro_con .pro_one .pro_one_r h4 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 30px 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e9e9e9;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_ms_t {
    margin: 0 0 20px 0;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_ms_t img {
    width: 20px;
    margin: 4px 5px 0 0;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_ms_t span {
    color: #7b7b7b;
    font-size: 20px;
    font-weight: bold;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_ms_b {
    font-size: 15px;
    color: #777777;
    margin: 0 0 50px 0;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_tel {
    width: 245px;
    background: #053e73;
    border-radius: 50px;
    padding: 10px 0 10px 0;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_tel img {
    margin: 3px 0 0 20px;
}

.pro_con .pro_one .pro_one_r .pro_ms .pro_tel p {
    color: #FFFFFF;
    margin: 0 20px 0 0;
    font-size: 16px;
}

.pro_con .pro_two .pro_two_tit {
    background: url('/static/images/pt1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 255px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 0 0;
    margin-bottom: 70px;
}

.pro_con .pro_two .pro_two_tit h4 {
    font-size: 26px;
    color: #3b3e43;
    font-weight: bold;

    border-bottom: 2px solid #7b858c;
    display: inline;
    padding: 0 0 15px 0;
}

.pro_con .pro_two .pro_two_con {
    padding: 0 0 70px 0;
    text-align: center;
}

.pro_con .pro_two .pro_two_con .pro_two_conc img {
    max-width: 100%;
}

.pro_con .pro_two .pro_two_con ul {
    margin: 0 auto;
    width: 433px;
    margin-bottom: 40px;
}

.pro_con .pro_two .pro_two_con ul li {
    background: #f5f5f5;
    color: #333333;
    border: 1px solid #e5e5e5;
    padding: 10px 20px 10px 20px;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.pro_con .pro_two .pro_two_con ul li:hover {
    background: #053e73;
    color: #FFFFFF;
}

.pro_con .pro_two .pro_two_con ul .active {
    background: #053e73;
    color: #FFFFFF;
}

.pro_con .pro_two .pro_two_con .pro_two_conc div {
    display: none;
}

.pro_con .pro_two .pro_two_con .pro_two_conc .active {
    display: block;
}

.pro_con .pro_three {
    background: #f2f2f2;
    padding: 20px 20px 20px 20px;
}

.pro_con .pro_three div {
    width: 50%;
}

.pro_con .pro_three .prev {
    border-right: 1px solid #cecece;
}

.pro_con .pro_three .next {
    text-align: right;
    border-left: 1px solid #cecece;
}

.pro_con .pro_three a {
    color: #7f8282;
    font-size: 16px;
}

.pro_con .pro_three .prev img {
    margin: 0 20px 0 0;
}

.pro_con .pro_three .next img {
    margin: 0 0px 0 20px;
}

.pro_xg {
    background: url('../images/xgbg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0 50px 0;
}

.pro_xg .pro_xg_body {
    width: 68.314%;
    margin: 0 auto;
}

.pro_xg .pro_xg_tit {
    background: url('/static/images/pt1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 255px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 0 0;
    margin-bottom: 70px;
}

.pro_xg .pro_xg_tit h4 {
    font-size: 26px;
    color: #3b3e43;
    font-weight: bold;
    border-bottom: 2px solid #7b858c;
    display: inline;
    padding: 0 0 15px 0;
}

.pro_xg .pro_xg_list:hover .pro_list_con {
    background: #053e73;
}

.pro_xg .pro_xg_list:hover h4 {
    color: #FFFFFF;
}

.pro_xg .pro_xg_list:hover .pro_desc {
    color: #FFFFFF;
}

.pro_xg .pro_xg_list:hover .pro_con {
    color: #FFFFFF;
}

.pro_xg .pro_list_con {
    padding: 1.2vw 1.2vw 1.2vw 1.2vw;
    background: #FFFFFF;
    transition: all 0.7s ease;
}

.pro_xg .pro_list_con h4 {
    color: #053e73;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.pro_xg .pro_list_con .pro_desc {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
    color: #333333;
}

.pro_xg .pro_list_con .pro_con {
    font-size: 1.2rem;
    color: #999999;
}

.pro_xg_list {
    width: calc((100% - 6vw)/4);
    margin-right: 2vw;
}

.pro_xg_list:nth-child(4n) {
    margin-right: 0;
}

.pro_xg_list:hover .pro_mb {
    visibility: visible;
    opacity: 0.7;
    transition: all 0.7s ease;
}

.pro_xg_list .pro_img {
    position: relative;
    width: 100%;
    text-align: center;
}

.pro_xg_list .pro_img img {
    width: 100%;
}

.pro_xg_list .pro_img .mb_img {
    width: 27%;
    position: absolute;
    top: 6vw;
    left: 6vw;
}

.pro_xg_list .pro_mb {
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.7s ease;
}

/* 应用场景 */
.yycj_list ul li {
    height: 240px;
    margin: 0 0 40px 0;
    box-shadow: 0 0 8px #d7d7d7;
    position: relative;
    overflow: hidden;
}

.yycj_list ul li a .img_l {
    height: 100%;
    max-width: 330px;
}

.yycj_list ul li a .img_r {
    height: 100%;
    max-width: 330px;
}

.yycj_list ul li .yycj_r {
    width: calc(100% - 350px);
    padding: 30px 0 0 30px;
}

.yycj_list ul li .yycj_r .n_tit {
    font-size: 22px;
    color: #232323;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.yycj_list ul li .yycj_r .n_tit .gang {
    font-size: 16px;
    color: #666666;
    margin: 0 10px 0 10px;
}

.yycj_list ul li .yycj_r .n_tit span {
    font-size: 14px;
    color: #909090;
    font-weight: normal;
}

.yycj_list ul li .yycj_r .n_desc {
    font-size: 16px;
    color: #666666;
    height: 73px;
    padding-right: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.yycj_list ul li .yycj_r .yycj_b {
    padding: 10px 20px 10px 0px;
    margin: 15px 0 0 0;
    visibility: hidden;
    display: none;
    transition: all 0.7s ease;
}

.yycj_list ul li .yycj_r .yycj_b a {
    background: #053e73;
    color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

.yycj_list ul li .xian_b {
    background: #d7d7d7;
    border-radius: 50px;
    width: 230px;
    height: 28px;
    position: absolute;
    bottom: -16px;
    right: -10px;
    transition: all 0.7s ease;
}

.yycj_list ul li .xian_c {
    background: #d7d7d7;
    border-radius: 50px;
    width: 230px;
    height: 28px;
    position: absolute;
    bottom: -16px;
    left: -10px;
    transition: all 0.7s ease;
}

.yycj_list ul li:hover .yycj_b {
    display: block;
    visibility: inherit;
    transition: all 0.7s ease;
}

.yycj_list ul li:hover .xian_b {
    background: #053e73;
    transition: all 0.7s ease;
}

.yycj_list ul li:hover .xian_c {
    background: #053e73;
    transition: all 0.7s ease;
}

/* 下载中心 */
.xzzx_list ul li {
    width: 100%;
    padding: 30px 0 30px 50px;
    background: #f8f9fa;
    margin: 0 0 30px 0;
    transition: all 0.2s ease;
}

.xzzx_list ul li:hover {
    box-shadow: 0 0 40px #DFDFDF;
    transition: all 0.2s ease;
}

.xzzx_list ul li a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.xzzx_list ul li a .tb {
    margin: 0 10px 0 0;
}

.xzzx_list ul li a .xz_rq {
    color: #666666;
    font-size: 16px;
    margin: 0 80px 0 0;
}

.xzzx_list ul li .ck,
.xzzx_list ul li .xz {
    background: #033b7e;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    font-weight: normal;
    margin: 0 10px;
}

/* 常见问题 */
.cjwt_list ul li {
    padding: 30px 0 30px 20px;
    background: #f9f9f9;
    margin: 0 0 30px 0;
}

.cjwt_list ul li .cjwt_q {
    margin: 0 0 20px 0;
}

.cjwt_list ul li .cjwt_q img {
    margin: 0 20px 0 0;
}

.cjwt_list ul li .cjwt_q p {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
}

.cjwt_list ul li .cjwt_a {
    margin: 0 0 30px 0;
}

.cjwt_list ul li .cjwt_a img {
    margin: 0 20px 0 0;
}

.cjwt_list ul li .cjwt_a p {
    font-size: 16px;
    color: #555555;
    width: 90%;
}

.cjwt_list ul li a {
    font-size: 16px;
    color: #a0a0a0;
    margin: 0 0 0 40px;
}

.cjwt_list ul li a span {
    margin: 0 8px 0 0;
}

.cjwt_list ul li:hover .cjwt_q p {
    color: #053e73;
}

.cjwt_list ul li:hover a span {
    color: #053e73;
}

.cjwt_list ul li:hover {
    box-shadow: 0 0 8px #cbc4c4;
}

/* 视频分享 */
.video_list ul li {
    width: calc(50% - 2vw);
    margin-right: 2vw;
    margin-bottom: 30px;
}

.video_list ul li:nth-child(2n) {
    margin-right: 0;
}

.video_list ul li a {
    background: #f2f5f8;
    display: block;
}

.video_list ul li a .v_pic {
    width: 100%;
    transition: all 0.2s linear;
}

.video_list ul li a .video_con {
    padding: 30px 20px 30px 20px;
}

.video_list ul li a .video_con h4 {
    font-size: 18px;
    color: #333333;
    border-left: 3px solid #053e73;
    padding: 0 0 0 11px;
    margin: 0 0 10px 0;
}

.video_list ul li a .pic_div {
    width: 100%;
    height: 288px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.video_list ul li a .pic_div .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.video_list ul li a .video_con p {
    font-size: 13px;
    color: #999999;
    padding: 0 0 0 12px;
}

.video_list ul li a:hover {
    background: #053e73;
}

.video_list ul li a:hover h4 {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.video_list ul li a:hover p {
    color: #FFFFFF;
}

.video_list ul li a:hover .v_pic {
    width: 95%;
    margin: 10px 0 0 0;
    transition: all 0.2s linear;
    opacity: 0.5;
}

.video_list ul li a:hover .mb {
    visibility: inherit;
    opacity: 1;
}

.newsd_con .sp {
    width: 90%;
    margin: 0 auto;
}

/* 联系我们 */
.lxwm_con .lxwm_con_t .lxwm_con_l h4 {
    font-size: 30px;
    color: #232323;
    font-weight: bold;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .en {
    font-size: 16px;
    color: #626262;
    font-weight: normal;
    margin-bottom: 30px;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .lxwm_xian {
    background: #053e73;
    width: 40px;
    height: 3px;
    margin-bottom: 30px;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .p_con {
    margin: 0 0 20px 0;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .p_con span {
    width: 340px;
    display: block;
    float: left;
}

.lxwm_con .lxwm_con_b {
    width: 100%;
    height: 20vw;
}

.lxwm_con .lxwm_con_b .container {
    width: 100%;
    height: 20vw;
}

.lxwm_con .lxwm_con_t .lxwm_con_r {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.lxwm_con .lxwm_con_t .lxwm_con_r img {
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 5px;
    width: 116px;
}

/* 广纳贤才 */
.gnxc_list ul li {
    margin: 0 0 30px 0;
}

.gnxc_list ul li a:hover {
    border-left: 3px solid #033b7e;
}

.gnxc_list ul li:hover .gnxc_tit {
    color: #033b7e;
}

.gnxc_list ul li a {
    display: block;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e7e7e7;
    border-left: 3px solid #e7e7e7;
}

.gnxc_list ul li a .gnxc_tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.gnxc_list ul li a .gnxc_xq {
    font-size: 16px;
    color: #a8a8a8;
}

.gnxc_list ul li a .gnxc_sq {
    font-size: 16px;
    color: #033b7e;
    display: none;
}

.gnxc_list ul li .gnxc_con {
    background: #f7f7f7;
    height: 0px;
    opacity: 0;
    display: none;
    padding: 30px 20px 30px 20px;
    transition: all 0.7s ease;
}

.gnxc_list ul li .show {
    opacity: 1;
    height: auto;
    display: block;
    transition: all 0.7s ease;
}

.gnxc_list ul li .gnxc_con .gnxc_con_one h4,
.gnxc_list ul li .gnxc_con .gnxc_con_two h4 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.gnxc_list ul li .gnxc_con .gnxc_con_one .gnxc_gwzz,
.gnxc_list ul li .gnxc_con .gnxc_con_two .gnxc_gwzz {
    font-size: 14px;
    color: #666666;
}

/* 合作共赢 */
.hzgy_list .hzgy_one {
    margin: 0 0 20px 0;
    line-height: 2;
}

.hzgy_list .hzgy_one p {
    font-size: 16px;
    color: #4f4f4f;
}

.hzgy_two {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.hzgy_two .hzgy_two_con {
    /* background: #f8fbff; */
    background: url('/static/images/hzgybg.jpg');
    background-repeat: no-repeat;
    padding: 60px 50px 60px 50px;
    margin: 0 0 40px 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_tit {
    font-size: 31px;
    color: #393a3b;
    font-weight: bold;
    text-align: center;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_tit2 {
    font-size: 15px;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: 1px;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con {
    margin: 0 0 30px 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con h4 {
    font-size: 20px;
    color: #053e73;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con p {
    display: block;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 2;
    letter-spacing: 1px;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con p.fl {
    width: 30%;
}

.hzgy_two .hzgy_two_bot {
    text-align: center;
    font-size: 16px;
    color: #4f4f4f;
}

.hzgy_three .hzyg_three_tit {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0 0 20px 0;
}

.hzgy_three .hzyg_three_tit img {
    margin: 0 7px 0 0;
}

.hzgy_three form div span {
    font-size: 16px;
    color: #FF0000;
}

.hzgy_three form div {
    background: #f5f5f5;
    padding: 10px 20px 10px 20px;
    margin: 0 0 20px 0;
}

.hzgy_three form div span {
    margin: 0 5px 0 0;
}

.hzgy_three form div input {
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    height: 40px;
    width: calc(100% - 20px);
}

.hzgy_three form div input:focus,
.hzgy_three form div textarea:focus {
    outline: none;
}

.hzgy_three form .div_inp {
    width: calc(50% - 2vw);
    margin: 0 2vw 0 0;
}

.hzgy_three form .div_inp2 {
    width: calc(50%);
}

.hzgy_three form div textarea {
    width: 100%;
    height: 10vw;
    border: none;
    background: #f5f5f5;
}

.hzgy_three form .div_yzm input {
    width: 15vw;
}

.hzgy_three form .div_yzm button {
    border: none;
    padding: 1vw 2vw;
    font-size: 16px;
}

.hzgy_three form .div_yzm .reset {
    background: #a2a8a9;
    color: #FFFFFF;
    margin: 0 1vw 0 1vw;
}

.hzgy_three form .div_yzm .submit {
    background: #053e73;
    color: #FFFFFF;
}

/* 图片弹出 */
.tc {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.tcBox#teamTcBox {
    width: 90%;
    max-width: 910px;
    background: #fff;
    max-height: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 45px 0 35px 55px;
    transition: ease 1.5s all;
    transform: translate(0px, -20px);
    opacity: .7;
}

.tcBox#teamTcBox.on {
    transform: translate(0px, 0px);
    opacity: 1;
}

#teamColseTc {
    position: absolute;
    right: -70px;
    top: 0;
    cursor: pointer;
}

.teamContent {
    width: 100%;
}

.tcBox#teamTcBox .teamTcBoxTop {
    width: 100%;
    align-items: flex-start;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopImg {
    margin-right: 50px;
    flex-shrink: 0;
    background: #d0e1ee;
    text-align: center;
    padding: 50px 0;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopImg img {
    width: 40%;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxToptitle {
    color: #efefef;
    font-size: 50px;
    font-family: "ROBOTO-MEDIUM", "Microsoft YaHei", "微软雅黑";
    margin-bottom: 20px;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopName {
    font-size: 22px;
    color: #156aa9;
    font-weight: bolder;
    margin: 0 0 10px 0;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopXw {
    font-size: 16px;
    color: #666666;
    margin: 0;
}

.tcBox#teamTcBox .teamContent {
    font-size: 16px;
    color: #666666;
    line-height: 29px;
    text-align: justify;
}

.tcBox#teamTcBox .teamTcBoxSelect {
    width: 100%;
    align-items: center;
    display: flex;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs {
    width: 46px;
    height: 43px;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs.teamTcBoxNext {
    margin-left: 13px;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs img:nth-child(1) {
    display: block;
    cursor: pointer;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs img:nth-child(2) {
    display: none;
    cursor: pointer;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs:hover img:nth-child(1) {
    display: none;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs:hover img:nth-child(2) {
    display: block;
}

.tcBoxT {
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
}
.mob_header{
    display: none;
}
.mob_menuz{
    display: none;
}

.header .fr .lang .cn,.header .fr .lang .en{
    background: none;
    /* margin: 0; */
    padding: 0;
    color: #a5b0c1;
    margin: 0 0 0 10px;
}
.lang a{
    float: left;
    color: #a5b0c1;
    margin: 0 0 0 10px;
}
.lang a img{
    width: 25px;
    margin: 0 0 2px 0;
}