﻿@charset "utf-8";
*,*::after,*::before{box-sizing:border-box;}
*:focus { outline: none; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button,figure{margin: 0;padding: 0;}
html{-webkit-text-size-adjust:none; }
body{font-size:14px;position:relative;*overflow-x:hidden; background-color: #fff;color: #000;font-family:"Microsoft YaHei", "PingFang SC", apple-system, "Helvetica Neue", "Source Han Sans SC","WenQuanYi Micro Hei", sans-serif;line-height: 1.5;outline:none;}
html,body { width: 100%; overflow-x:hidden; }
ol, ul, li{ list-style:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
h1{font-size:28px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
img{max-width:100%;height:auto;vertical-align:top;border:0}
em,i{font-style: normal;}
blockquote:before,
blockquote:after,
q:before,
q:after{content:'';content:none;}
a{text-decoration:none;color:#000;} 
a:hover{color:#2d4971;text-decoration:none;} 
a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
::selection { background:#2d4971; color:#fff;}
::-moz-selection { background:#2d4971; color:#fff;  }
::-webkit-selection { background:#2d4971; color:#fff;  }
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
input, textarea, button{border:0;font-family:"PingFang SC", apple-system, "Microsoft YaHei", "Helvetica Neue", "Source Han Sans SC","WenQuanYi Micro Hei", sans-serif;}
.fl{ float:left;}
.fr{ float:right;}
.clear { clear:both;}
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
::-webkit-scrollbar { height:11px; width:11px }
::-webkit-scrollbar-button { height:0; width:0 }
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display:block }
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement { display:none }
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal { border-style:solid; border-color:transparent}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{ background-clip:padding-box; background-color:#fff;}
::-webkit-scrollbar-thumb { -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07); background-clip:padding-box; background-color:rgba(0,0,0,.2); min-height:28px; padding-top:100}
::-webkit-scrollbar-thumb:hover { -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25); background-color:rgba(0,0,0,.4)}
::-webkit-scrollbar-thumb:active { -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35); background-color:rgba(0,0,0,.5)}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal { border-width:0;}
::-webkit-scrollbar-track:hover { -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1); background-color:rgba(0,0,0,.05)}
::-webkit-scrollbar-track:active { -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07); background-color:rgba(0,0,0,.05)}

.g-in { position: relative; width: 1600px; margin: 0 auto; }
.g-in:after { content: '\20'; display: block; height: 0; clear: both; }

@media (max-width: 1680px){
    .g-in { width: 100%; padding: 0 2%; }
}
@media (max-width: 1202px){
    .g-in { padding: 0 2%; }
}
@media (max-width: 768px){
    .g-in { padding: 0; }
}

.header { position: relative; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; height: 80px; background: none; transition:all 0.3s ease-in; z-index: 102; }
.logo { position: relative; height: 80px; margin-left: 60px; }
.logo img { height: 100%; }
.fun { display: flex; justify-content: space-between; align-items: center; height: 80px; margin-right: 60px; }
.nav { margin-right: 0; font-size: 17px; line-height: 80px; }
.nav>li { float: left; color: #fff; }
.nav> li > h2 > a { position: relative; display: block; font-size: 16px; color: #fff; line-height: 80px; transition:transform 0.6s cubic-bezier(0.4,0,0.2,1); }
.nav> li:hover > h2 > a,.nav> .cur > h2 > a { color: #fff; }
.fun-right { display: flex; justify-content: space-between; align-items: center; height: 80px; }

.nav > li > h2 { position: relative; padding: 0 2.4vw; overflow: hidden; transition:all 0.6s ease-in;  }
.nav > li > h2::after{ content: '';position: absolute; bottom: 0; left: 50%; height: 2px; width: 0; transform: translateX(-50%); background-color: #0656a9; transition:all .6s ease;  }
.nav > li > h2 > a::after{content: attr(data-title);position: absolute;top: 0;left: 0;transform: translateY(100%);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #0656a9;}
.nav > li:hover > h2::after{ right: 0; width: 100%; }
.nav > li:hover > h2 > a { transform: translateY(-100%); }

.nav li .shownav {position:absolute;left:0;top: 80px;width:100%;padding: 0 0 0 32%;background-color: rgba(255,255,255,.8);visibility:hidden;font-size:14px;text-align: center;z-index:1;line-height: initial; transform:scale(0);}
.nav li .shownav>a { position: relative; display: inline-block; margin:0; padding:15px 38px 15px 30px; background: none; color:#000; line-height:16px; text-align:center; opacity: 0; transform: rotateY(90deg); transition: all .3s ease; }
.nav li .shownav>a::after { position: absolute; right: 0; top: 50%; margin-top: -10px; content: ''; width: 20px; height: 20px; background: url(../images/37.png) no-repeat center / 12px; z-index: 1; transition: transform 0.3s ease; }
.nav li .shownav>a:hover { background: none; color:#2d4971; padding:0 38px 0 40px; }
.nav li .shownav>a:hover::after { transform: translateX(-10px); background: url(../images/36.png) no-repeat center / 12px; }

.nav li:hover .shownav { visibility:visible; }
.nav li:hover .shownav{z-index:10; transform:scale(1);} 
.nav li:hover .shownav>a{opacity:1; transform:none;transition-delay:0s}
.nav li .shownav a { white-space: nowrap; }
.nav li .shownav_lv { display: flex; justify-content: center; align-items: center;  }
.nav li .shownav_lv .lv1 { padding-bottom: 0; }
.nav li .shownav_lv .lv1 .lv1_hd>a { position: relative; display: inline-block; margin:0; padding:15px 38px 15px 30px; background: none; color:#000; line-height:16px; text-align:center; opacity: 0; transform: rotateY(90deg); transition: all .3s ease; }
.nav li .shownav_lv .lv1 .lv1_hd>a::after { position: absolute; right: 0; top: 50%; margin-top: -10px; content: ''; width: 20px; height: 20px; background: url(../images/37.png) no-repeat center / 12px; z-index: 1; transition: transform 0.3s ease; }
.nav li .shownav_lv .lv1 .lv1_hd>a:hover { background: none; color:#2d4971; padding:15px 38px 15px 40px; }
.nav li .shownav_lv .lv1 .lv1_hd>a:hover::after { transform: translateX(-10px); background: url(../images/36.png) no-repeat center / 12px; }
.nav li .shownav_lv .lv1 .lv1_bd {visibility: hidden;opacity: 0;position: absolute;margin-top: 0;display: flex;justify-content: center;align-items: center;line-height: 40px;padding-bottom: 0;transition: all .3s ease;left: 0;width: 100%;background: #ff00006b; padding-left: 33%;}
.nav li .shownav_lv .lv2 .lv2_hd>a {position: relative;display: inline-block;margin:0;padding:0 15px;color: #ffffff;}
.nav li .shownav_lv .lv2 .lv2_bd {visibility: hidden;opacity: 0;line-height: 40px;display: flex;justify-content: center;align-items: center;position: absolute;transition: all .3s ease;left: 0;width: 100%;background: #ffff006e; padding-left: 33%;}
.nav li .shownav_lv .lv2 .lv2_bd a {padding:0 15px;color: #fff;}
.nav li:hover .shownav_lv .lv1 .lv1_hd>a{opacity:1; transform:none;transition-delay:0s}
.nav li .shownav_lv .lv1:hover .lv1_bd { visibility: visible; opacity: 1; }
.nav li .shownav_lv .lv2:hover .lv2_bd { visibility: visible; opacity: 1; }

.nav_h>li:nth-child(3) { position: relative; }
.nav_h>li .shownav_lv_h { width: 160px; padding-left: 0; }
.nav_h>li .shownav_lv_h .lv1 { position: relative; width: auto; border-right: 1px solid #eee; }
.nav_h>li .shownav_lv_h .lv1 .lv1_hd { border-bottom: 1px solid #eee; }
.nav_h>li .shownav_lv_h .lv1 .lv1_hd > a { display: block; padding: 12px 0; opacity: 0; transition: all .3s ease; }
.nav_h>li .shownav_lv_h .lv1 .lv1_bd { position: absolute; top: 0; left: 160px; width: 160px; visibility: hidden; opacity: 0; transition: all .3s ease;background-color: rgba(255,255,255,.8); transition: all .3s ease;}
.nav_h>li .shownav_lv_h .lv2 { position: relative; width: 160px; border-right: 1px solid #eee; }
.nav_h>li .shownav_lv_h .lv2 .lv2_hd { border-bottom: 1px solid #eee; }
.nav_h>li .shownav_lv_h .lv2 .lv2_hd > a { display: block; padding: 12px 0; opacity: 0; transition: all .3s ease; }
.nav_h>li .shownav_lv_h .lv2 .lv2_bd { position: absolute; top: 0; left: 160px; width: 160px; visibility: hidden; opacity: 0; transition: all .3s ease;background-color: rgba(255,255,255,.8); transition: all .3s ease;}
.nav_h>li .shownav_lv_h .lv2 .lv2_bd > a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; }
.nav_h>li:nth-child(3) .shownav a { white-space:inherit; }
.nav_h li .shownav_lv_h .lv1:hover .lv1_bd { visibility: visible; opacity: 1; }
.nav_h li .shownav_lv_h .lv2:hover .lv2_bd { visibility: visible; opacity: 1; }
.nav li:hover .shownav_lv_h .lv1 .lv1_hd>a{opacity:1; transform:none;transition-delay:0s}
.nav li .shownav_lv_h .lv1:hover .lv2_hd>a{opacity:1; transform:none;transition-delay:0s}


.nav li .shownav_lv2 { display: flex; justify-content: center; align-items: center;  }
.nav li .shownav_lv2 .lv1 { padding-bottom: 0; position: relative; }
.nav li .shownav_lv2 .lv1 .lv1_hd>a { position: relative; display: inline-block; margin:0; padding:15px 38px 15px 30px; background: none; color:#000; line-height:16px; text-align:center; opacity: 0; transform: rotateY(90deg); transition: all .3s ease; }
.nav li .shownav_lv2 .lv1 .lv1_hd>a::after { position: absolute; right: 0; top: 50%; margin-top: -10px; content: ''; width: 20px; height: 20px; background: url(../images/37.png) no-repeat center / 12px; z-index: 1; transition: transform 0.3s ease; }
.nav li .shownav_lv2 .lv1:hover .lv1_hd>a { background: none; color:#2d4971; padding:15px 38px 15px 40px; }
.nav li .shownav_lv2 .lv1:hover .lv1_hd>a::after { transform: translateX(-10px); background: url(../images/36.png) no-repeat center / 12px; }
.nav li .shownav_lv2 .lv1 .lv1_bd {visibility: hidden;opacity: 0;position: absolute;margin-top: 0;line-height: 24px;padding-bottom: 0;transition: all .3s ease;left: 0;width: 100%;background-color: rgba(255,255,255,.8); padding-left: 0%;}
.nav li .shownav_lv2 .lv2 .lv2_hd>a {position: relative;display: block;margin:0;padding:7px 15px;color: #333; border-bottom: 1px solid #eee; white-space:inherit; }

.nav li:hover .shownav_lv2 .lv1 .lv1_hd>a{opacity:1; transform:none;transition-delay:0s;}
.nav li .shownav_lv2 .lv1:hover .lv1_bd { visibility: visible; opacity: 1; }
.nav li .shownav_lv2 .lv2 .lv2_hd>a:hover { color: #2d4971; }

@media only screen and (max-width: 1680px){
    .nav li .shownav { padding: 0 0 0 26%; }
}
@media only screen and (max-width: 1580px){
    .nav li .shownav { padding: 0 0 0 22%; }
}
@media only screen and (max-width: 1440px){
    .nav li .shownav { padding: 0 0 0 24%; }
}
@media only screen and (max-width: 1360px) {
    .nav li .shownav { padding: 0 0 0 22%; }
}
@media only screen and (max-width: 1280px) {
    .nav li .shownav { padding: 0 0 0 18%; }
}
@media only screen and (max-width: 1202px) {
    .nav li .shownav { padding: 0 0 0 9%; }
}
@media only screen and (max-width: 992px) {

}
@media (max-width: 768px){

}





.fun-search { position: relative; width: 50px; height: 50px; margin-left: 16px; }
.fun-search .fun-search-ico { display: block; width: 50px; height: 50px; background: url(../images/fun-search2.png) no-repeat center; vertical-align: top; }
.fun-search form {position:absolute;top:50px;right:0;z-index: 18;width: 300px;display:none;border: 1px solid #2d4971;background-color: #fff; z-index: 99; }
.fun-search input[type="text"]{width: 228px;height: 45px;line-height:38px;background:#fff;float:left;padding: 0 12px;font-size:14px;}
.fun-search input[type="submit"]{width: 70px;height: 45px;background:#2d4971;color:#fff;text-align:center;cursor:pointer;float:right;font-size:14px;border: 0;}

.header-bg,
.header:hover { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
.header-bg .nav>li,
.header:hover .nav>li { color: #000; }
.header-bg .nav> li> h2> a,
.header:hover .nav> li> h2> a { color: #000; }
.header-bg .nav> li:hover> h2>a,
.header-bg .nav> .cur> h2 > a,
.header:hover .nav> li:hover> h2>a,
.header:hover .nav> .cur> h2 > a { color: #333; }

.header-bg .fun-search .fun-search-ico,
.header:hover .fun-search .fun-search-ico { background: url(../images/fun-search.png) no-repeat center; }


.fun-nav { position: relative; display: none; margin-right: 40px; }
.fun-nav .fun-nav-ico { display: inline-block; width: 30px; height: 30px; background: url(../images/fun-menu.png) no-repeat; vertical-align: top; }
.c-nav-button {width: 25px;cursor: pointer;height: 25px;background: none;text-align:center;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1);z-index:902;}
.c-nav-button_wrap {display:inline-block;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);}
.c-nav-button_icon {display:inline-block;width: 25px;margin-top: 3px;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);}
.has-nav-open .c-nav-button_icon {transform:rotate(135deg);transition-delay:0.2s;}
.c-nav-button_line {position:relative;display:block;height:3px;margin-bottom: 6px;border-radius:3px;transform:translateZ(0);transition:transform 0.2s cubic-bezier(0.4,0,0.2,1) 0.2s,opacity 0.15s 0.05s;}
.c-nav-button_line::before,
.c-nav-button_line::after {display:block;content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:2px;background-color:#333;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);transform:translateZ(0);}
.c-nav-button_line::after {opacity:0;}
.has-nav-open .c-nav-button:hover .c-nav-button_line::before {transform:translateY(0);}
.c-nav-button_line:nth-child(1)::before {transition-delay:0.2s;}
.c-nav-button:hover .c-nav-button_line:nth-child(1)::before {transition-delay:0s;}
.has-nav-open .c-nav-button_line:nth-child(1) {transition-delay:0s,0.2s;transform: translateY(9px);}
.c-nav-button_line:nth-child(2) {transition:transform 0.2s cubic-bezier(0.4,0,0.2,1) 0.05s;width: 60%;}
.c-nav-button_line:nth-child(2)::before {transition-delay:0.1s;}
.has-nav-open .c-nav-button_line:nth-child(2) {transform:rotate(90deg);transition-delay:0.15s; width:100%;}
.c-nav-button_line:nth-child(3) {position:relative;margin-bottom:0;}
.c-nav-button_line:nth-child(3)::before {transition-delay:0.0s;}
.c-nav-button:hover .c-nav-button_line:nth-child(3)::before {transition-delay:0.2s;}
.has-nav-open .c-nav-button_line:nth-child(3) {transform:translateY(-0.59375rem);opacity:0;transition-delay:0s,0.15s;}
.c-nav-button_line:nth-child(3)::after {top:0.59375rem;}
.has-nav-open .c-nav-button_line::before,
.has-nav-open .c-nav-button_line::after { background-color: #000; }
.c-nav {position:fixed;top:0;right:0;bottom:0;left:0; width: 100%; z-index:101;overflow:hidden;visibility:hidden;transition:visibility 0s 0.85s;}
.has-nav-open .c-nav {visibility:visible;transition-delay:0s;}



.c-nav_background {position:absolute;top:0;right:0;bottom:0;left:0; }
.c-nav_background::before,
.c-nav_background::after {content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:center left;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1);}
.c-nav_background::before { transition-delay:0.25s;z-index:1;}
.c-nav_background::after { background: #2d4971;transition-delay:0.10s;z-index:3;}
.has-nav-open .c-nav_background::before,
.has-nav-open .c-nav_background::after { transform:scaleX(1);}
.has-nav-open .c-nav_background::before {transition-delay:0s;}
.has-nav-open .c-nav_background::after {transition-delay:0.15s;}
.c-nav_list-wrap {position:relative; padding: 10vh 0 0 0;z-index:4; overflow-y: auto; height: 96vh;}
.c-nav_list-wrap .c-nav_list {position:relative;margin:0;padding:0;line-height:1;z-index:4;display:block;font-size:.3rem;padding-top: 2rem;padding-left: 0;}
.c-nav_list-wrap .c-nav_list > .c-nav_item {position:relative; transform:translateX(-100%) translateX(-.5rem); transition:transform 0.45s cubic-bezier(0.4,0,0.2,1),opacity 0.3s cubic-bezier(0.4,0,0.2,1);transition-delay:0.2s; opacity:0;}
.c-nav_list-wrap .c-nav_list > .c-nav_item > a { position: relative; display: block; font-size: 20px; color: #fff; text-transform: uppercase; line-height: 3; padding-left: 15vw; padding-right: 15vw; border-bottom: 1px solid #eeeeee40; }

.c-nav_list-wrap .c-nav_list > .nav-item-has-subnav > a::after {
    position: absolute;
    top: 23px;
    right: 30px;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    content: "";
    transform: rotate(135deg);
    transition: 0.2s all ease-in-out;
}
.c-nav_list-wrap .c-nav_list > .nav-item-has-subnav.open > a::after {
    transform: rotate(225deg);
}

.has-nav-open .c-nav_list-wrap .c-nav_list > .c-nav_item { transform:translateX(0);opacity:1;transition-delay:0.19s;}
.c-nav_list-wrap .c-nav_list > .lv1 > ul { padding-top: 5px; padding-bottom: 5px; padding-left: 20vw; display: none; }
.c-nav_list-wrap .c-nav_list > .lv1 > ul .lv2 { position: relative; }
.c-nav_list-wrap .c-nav_list > .lv1 > ul .lv2 > a { display: block; font-size: 16px; color: #fff; text-transform: uppercase; line-height: 2.4; padding-left: 5vw; padding-right: 5vw;  }

.c-nav_list-wrap .c-nav_list > .lv1 > ul .nav-item-has-subnav > a::after {
    position: absolute;
    top: 16px;
    right: 30px;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
    transform: rotate(135deg);
    transition: 0.2s all ease-in-out;
}
.c-nav_list-wrap .c-nav_list > .lv1 > ul .nav-item-has-subnav.open > a::after {
    transform: rotate(225deg);
}

.c-nav_list-wrap .c-nav_list > .lv1 > ul .lv2 > ul { padding-top: 5px; padding-bottom: 5px; padding-left: 8vw; display: none; }
.c-nav_list-wrap .c-nav_list > .lv1 > ul .lv2 > ul .lv3 a { display: block; font-size: 14px; color: #fff; text-transform: uppercase; line-height: 2.4; padding-left: 5vw; padding-right: 5vw;  }

@media only screen and (max-width: 1440px){
    .logo { margin-left: 2vw; }
    .fun { margin-right: 2vw; }
}
@media only screen and (max-width: 1202px) {
    .nav> li> a { padding: 0 2vw; font-size: 20px; }
}
@media only screen and (max-width: 992px) {
    .header { height: 84px; position: relative!important; }
    .logo { width: auto; height: 84px; }
    .logo img { position:relative; top:0; width:auto; height:100%; }
    .fun,
    .fun-right { height: 84px; }
    .nav { display: none; margin-right: 14px; font-size: 16px; line-height: 84px; }
    .fun-nav { display: block; margin-right: 10px; }
}
@media (max-width: 768px){
    .header,
    .logo,
    .fun,
    .fun-right  { height: 55px; }
    .nav { font-size: 14px; line-height: 55px; }
    .fun-search { margin: 0; }
}

.banner { position: relative; width: 100%; }
.banner .swiper-container { position: relative; width: 100%; }
.banner .swiper-container .swiper-slide,
.banner .swiper-container .swiper-slide a { display: block; }
.banner-full,
.banner-full .swiper-container,
.banner-full .swiper-container .swiper-slide,
.banner-full .swiper-container .swiper-slide a { height: 100vh; }
.banner-full .swiper-container .swiper-slide a img { display: block; width: 100%; left: 0px; top: 0px; height: 100vh; max-height: 1080px; object-fit: cover; }
.banner .swiper-button-prev,
.banner .swiper-button-next { position: absolute; display: block; width: auto; height: 43px; top: 50%; transform: translateY(-50%); z-index: 9; }
.banner .swiper-button-prev { left: 3%; }
.banner .swiper-button-next {right: 3%; }

.banner .swiper-container .swiper-pagination { position:absolute;bottom: 8%;left:0;height:13px;width: 100%;text-align: center;z-index: 99;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:#ffffff;margin:0 14px;opacity:0.5;color:transparent;display: inline-block; position: relative; }
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{opacity:1;width:42px;height:42px;line-height:42px;text-align:center;border:2px solid rgba(255,255,255,0.4);background-color:transparent;color:#ffffff}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active .rightcircle{-webkit-animation:circleProgressLoad_right 6.5s linear infinite;animation:circleProgressLoad_right 6.5s linear infinite}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active .leftcircle{-webkit-animation:circleProgressLoad_left 6.5s linear infinite;animation:circleProgressLoad_left 6.5s linear infinite}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active .wrapper_con{display:block}
.banner .swiper-container .swiper-pagination .swiper-pagination{font-size:0px}
.banner .swiper-container .swiper-pagination .swiper-pagination > span{display:inline-block;vertical-align:middle;position:relative}

.banner .swiper-pagination-custom{bottom:5%}
.banner .swiper-pagination-fraction{bottom:5%}
.banner .right{right:-2px}
.banner .left{left:-2px}
.banner .circleProgress{width:42px;height:42px;border:2px solid transparent;border-radius:50%;position:absolute;top:0px;-webkit-transform:rotate(-135deg)}
.banner .rightcircle{border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;right:0px}
.banner  .leftcircle{border-top:2px solid #ffffff;border-right:2px solid #ffffff;left:0px}
.banner  .wrapper_con{width:21px;height:42px;position:absolute;top:-2px;overflow:hidden;display:none}

.f-14 { font-size: 14px; }

.title-region { position: relative; text-align: center; margin-bottom: 40px; z-index: 3; }
.title-region::after { position: absolute; left: 50%; bottom: 0; width: 74px; height: 5px; transform: translateX(-50%); background-color: #838383; content: ''; }
.title-region h2 { color: #2d4873; font-weight: bold; font-size: 42px; line-height: 2.8; }

.box .w { position: relative; width: 1440px; margin-left: auto; margin-right: auto; padding: 0 ; }

@media only screen and (max-width: 1680px){
    .title-region { margin-bottom: 35px; }
    .title-region::after { width: 64px; height: 4px; }
    .title-region h2 {font-size: 36px; }
    .box .w { width: 1400px; }
}
@media only screen and (max-width: 1440px){
    .title-region { margin-bottom: 30px; }
    .title-region::after { width: 56px; height: 3px; }
    .title-region h2 {font-size: 32px; }
    .box .w { width: 1200px; }
}
@media only screen and (max-width: 1202px){
    .title-region { margin-bottom: 26px; }
    .title-region::after { width: 49px; height: 3px; }
    .title-region h2 {font-size: 28px; }
    .box .w { width: 992px; }
}
@media only screen and (max-width: 992px){
    .banner-full,
    .banner-full .swiper-container,
    .banner-full .swiper-container .swiper-slide,
    .banner-full .swiper-container .swiper-slide a { height: 40vh; }
    .banner-full .swiper-container .swiper-slide a img { height: 40vh; }

    .title-region { margin-bottom: 23px; }
    .title-region::after { width: 43px; height: 3px; }
    .title-region h2 {font-size: 24px; }
    .box .w { width: 100%; padding: 0 ; }

    .banner .swiper-container .swiper-pagination { bottom: 16%; }

}

.front1 { background: url(../images/front1.jpg) center; }
.front1 .w { position: relative; padding: 0; }
.front1 .title-region { position: absolute; left: 0; top: 65px; margin-bottom: 0; padding-bottom: 14px; text-align: left; }
.front1 .title-region::after { width: 45px; height: 2px; background-color: #bbc5d3; left: 0; transform: translateX(0%); }
.front1 .title-region h2 { color: #2d4873; font-weight: bold; font-size: 42px; line-height: 1.6; }
.front1 .title-region h4 { color: #737373; font-weight: normal; font-size: 20px; line-height: 1.6; }
.front1 .bd { display: flex; justify-content: space-between; align-items: center; }

@media only screen and (max-width: 1680px){
    .front1 .w {position: relative;padding: 0;}
    .front1 .title-region h2 { font-size: 36px; }
    .front1 .title-region h4 { font-size: 17px; }
}
@media only screen and (max-width: 1440px){
    .front1 { padding: 50px; background-size: cover; }
    .front1 .w { position: relative; padding: 0; }
    .front1 .title-region { position: relative; top: 0; margin-bottom: 40px; padding-bottom: 28px; text-align: center; }
    .front1 .title-region::after { left: 50%; margin-left: -15px; }
    .front1 .title-region h2 { font-size: 32px; }
    .front1 .title-region h4 { font-size: 15px; }
}
@media only screen and (max-width: 1202px) {
    .front1 { padding: 30px; background-size: cover; }
    .front1 .title-region h2 { font-size:28px; }
    .front1 .title-region h4 { font-size: 13px; }
}
@media only screen and (max-width: 992px) {
    .front1 { padding: 30px; background-size: cover; }
    .front1 .title-region { position: relative; top: 0; margin-bottom: 20px; padding-bottom: 14px; text-align: center; }
    .front1 .title-region::after { left: 50%; margin-left: -15px; }
    .front1 .title-region h2 {font-size: 24px; }
    .front1 .title-region h4 {font-size: 13px; }
    .front1 .bd { flex-wrap: wrap; flex-flow: column; }
}

.pro { width: calc(100% - 220px); }
.pro .swiper-slide { display: flex; justify-content: flex-start; align-items: center; transition: all .6s ease; }
.pro .product-pic {position: relative;flex: 0 0 58%;/* text-align:center; */}
.pro .product-pic .ppc {position: absolute;top: 50%;right: 0;transform: translateY(-50%) scale(1) ;width: 100%;max-height: 560px;max-width: 660px; overflow: hidden; transition: all .6s ease; }
.pro .product-info {padding: 0 70px 0 0;}
.pro .product-info h2 {position: relative;margin-bottom: 24px;font-size: 24px;line-height: 1.6;font-weight: bold;}
.pro .product-info .product-info-texts {margin-bottom: 40px;color: #999;font-size: 14px;line-height: 25px;/*text-indent: 2em;*/text-align: justify; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical;}
.pro .product-info .product-info-more { width: 150px; background-color: #2d4971; border-radius: 50px; color: rgba(0,0,0,0.4); font-size: 14px; line-height: 50px; text-align: center; }
.pro .product-info .product-info-more a { display: block; color: #fff; }
.pro-thumbs { flex: 0 0 190px; }
.pro-thumbs .swiper-button-next,
.pro-thumbs .swiper-button-prev { position: relative; width: 40px; height: 40px; margin: 0 auto; border-radius: 40px; }
.pro-thumbs .swiper-button-next::after,
.pro-thumbs .swiper-button-prev::after { content: none; }
.pro-thumbs .swiper-button-next { top: 0; left: 0; background: url(../images/9.png) no-repeat; transform: rotate(90deg); }
.pro-thumbs .swiper-button-prev { top:inherit; left: inherit; background: url(../images/8.png) no-repeat; transform: rotate(90deg); }
.pro-thumbs-list { width: 190px; height: 500px; margin: 32px 0; padding-left: 15px; overflow: hidden; }
.pro-thumbs-list .swiper-slide {position: relative;height: 150px;padding: 0;/*overflow: hidden;*/text-align: center;}
.pro-thumbs-list .swiper-slide img {position: relative; background-color: #ccdaf1;border-radius: 5px;z-index: 1;height: 100%;width: 100%; cursor: pointer; opacity: .8; transition: all .3s ease;margin: 0 auto;}
.pro-thumbs-list .swiper-slide-thumb-active::after { position: absolute; left: -9px; top: 50%; width: 20px; height: 20px; margin-top: -10px; border-radius: 5px; background-color: #ccdaf1; content: ''; transform: rotate(45deg); z-index: 1; }
.pro-thumbs-list .swiper-slide-thumb-active img,
.pro-thumbs-list .swiper-slide:hover img { opacity: 1; }

.pro .swiper-slide:hover .product-pic .ppc { transform: translateY(-50%) scale(1.1); }

@media only screen and (max-width: 1440px){
.pro-thumbs-list { height: 330px; margin: 32px 0; }

    
}


@media only screen and (max-width: 992px) {
    .pro {width: 100%;}
    .pro .swiper-slide { flex-flow: column-reverse; }
    .pro .product-pic {flex: 0 0 100%;}
    .pro .product-info {padding: 15px 0 ;text-align: center;}
    .pro .product-info h2 {margin-bottom: 16px;font-size: 20px;line-height: 1.6;}
    .pro .product-info .product-info-texts {margin-bottom: 30px;font-size: 13px;line-height: 1.8;}
    .pro .product-info .product-info-more {width: 120px;font-size: 13px;line-height: 40px;margin: 0 auto;}
    .pro .product-info .product-info-more a { display: block; color: #fff; }    
    .pro-thumbs { flex: 0 0 100%; display: none; }
    
}

.front2 { position: relative; padding: 130px 0; /*background: url(../images/17.jpg) center;*/ overflow: hidden; }
.front2 .video-wp { position: relative; z-index: 1; }
.front2 .title-region {margin-bottom: 30px;padding-bottom: 0;}
.front2 .title-region::after { content: none; }
.front2 .title-region h2 { color: #fff; font-weight: bold; font-size: 42px; line-height: 74px; }
.front2 .title-region h4 { color: rgba(255,255,255,.7); font-weight: normal; font-size: 20px; line-height: 48px; }

.front2-swiper { width: 100%; padding: 5px 0; overflow: hidden; }
.front2-swiper .swiper-slide { text-align: center; transition: all .3s ease; }
.front2-swiper .swiper-slide a { display: block; padding: 48px 28px; background-color: rgba(255,255,255,.1); color: #fff; transition: all .5s ease; }
.front2-swiper .swiper-slide .icon {display: block;width: 81px;height: 81px;margin: 0 auto 10px;}
.front2-swiper .swiper-slide .icon img { width: 100%; height: auto; transition: all .5s ease; }
.front2-swiper .swiper-slide h3 { margin-bottom: 10px; font-size: 24px; line-height: 2; }
.front2-swiper .swiper-slide p.sub {min-height: 68px;font-size: 15px;line-height: 24px;opacity: .7;}
.front2-swiper .swiper-slide .desc {min-height: 90px;font-size: 14px;line-height: 20px;text-align: justify;}
.front2-swiper .swiper-slide .more {display: block;width: 30px;height: 30px;margin: 0 auto;background: url(../images/18.png) no-repeat;}
.front2-swiper .swiper-slide:hover { transform: translateY(-5px); }
.front2-swiper .swiper-slide:hover a { background-color: rgba(255,255,255,.2); }
.front2-swiper .swiper-slide:hover .icon img { transform: rotateY(360deg); }

.front2 video { position: absolute; left:50%; top: 50%; width: 100%; right: 0; transform: translate(-50%,-50%); display: block; }

/* .front2 video::-webkit-media-controls-fullscreen-button {display: none;}
.front2 video::-webkit-media-controls-play-button {display: none;}
.front2 video::-webkit-media-controls-timeline {display: none;}
.front2 video::-webkit-media-controls-current-time-display{display: none;}
.front2 video::-webkit-media-controls-time-remaining-display {display: none;}
.front2 video::-webkit-media-controls-mute-button {display: none;}
.front2 video::-webkit-media-controls-toggle-closed-captions-button {display: none;}
.front2 video::-webkit-media-controls-volume-slider {display: none;}
.front2 video::-webkit-media-controls-enclosure{display: none;} */

@media only screen and (max-width: 1680px){
    .front2 { padding: 90px 0; background-size: cover; }
}
@media only screen and (max-width: 1440px){
    .front2 { padding: 70px 0; background-size: cover; }
}
@media only screen and (max-width: 1202px) {
    .front2 { padding: 50px 0; background-size: cover; }
}
@media only screen and (max-width: 992px) {
    .front2 { padding: 30px; background-size: cover; }
    .front2 .title-region {flex: 0 0 100%;margin-bottom: 20px;text-align: center;}
    .front2 .title-region h2 {font-size: 22px;line-height: 2;}
    .front2 .title-region h4 {font-size: 14px;line-height: 1.8;}
    .front2-swiper .swiper-slide a { padding: 20px; }
    .front2-swiper .swiper-slide .icon { display: block; width: 61px; height: 61px; margin-bottom: 10px; }
    .front2-swiper .swiper-slide h3 { margin-bottom: 5px; font-size: 16px; line-height: 2; }
    .front2-swiper .swiper-slide p.sub { min-height: 58px; font-size: 13px; line-height: 20px; }
    .front2-swiper .swiper-slide .desc { font-size: 12px; }
    .front2-swiper .swiper-slide .more { width: 20px; height: 20px; margin: 0 auto; background: url(../images/18.png) no-repeat center / 20px; }
    .front2 video { transform: translate(-50%,-50%) scale(3.5) }
}

.front3 { padding: 60px 0 60px; }
.wrap-mode03 .w { display: flex; justify-content: space-between; align-items: flex-start; }
.newstitle { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; }
.newstitle .title-region { margin-bottom: 0; padding-bottom: 16px; text-align: left; }
.newstitle .title-region::after { left: 0; transform: translateX(0%); }
.newstitle .title-region h2 { color: #2d4873; font-weight: bold; font-size: 42px; line-height: 1.6; }
.newstitle .title-region h4 { color: #737373; font-weight: normal; font-size: 20px; line-height: 1.6; }
.newstitle ul { display: flex; align-items: center; flex: 0 0 376px; }
.newstitle ul li { position: relative; font-size: 18px; line-height: 76px; cursor: pointer; }
.newstitle ul li:not(:last-child) { margin-right: 46px; }
.newstitle ul li.on,
.newstitle ul li.on a { color: #2d4971; }
.newstitle ul li.on { padding-left: 28px; }
.newstitle ul li.on::after { position: absolute; left: 0; top: 50%; width: 16px; height: 3px; margin-top: -1px; background-color: #2d4971; content: ''; }

.news { display: flex; justify-content: space-between; align-items: center; background-color: #eff3f9; flex: 0 0 calc(100% - 434px) }
.news .news-pic { flex: 0 0 513px; overflow: hidden; }
.news .news-pic img { width: 100%; height: auto; min-height: 371px; max-height: 371px; transform: scale(1); transition: all .6s ease; }
.news .news-info { padding: 0 50px 0 40px; }
.news .news-info h2 { position: relative; margin-bottom: 58px; padding-bottom: 24px; color: #fff; font-size: 20px; line-height: 2; font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news .news-info h2::after { position: absolute; left: 0; bottom: 0; width: 43px; height: 3px; background-color: #2d4873; content: ''; transition: all .6s ease-in-out; }
.news .news-info .news-info-texts { margin-bottom: 65px; font-size: 14px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news .news-info .news-info-time { color: rgba(0,0,0,0.4); font-size: 18px; }
.news .news-pic:hover img { transform: scale(1.1); }
.news .news-info:hover h2::after { width: 100%; }

.news-list { flex: 0 0 376px; }
.news-list > div { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; }
.news-list > div:not(:last-child) { border-bottom: 1px solid #ededed; }
.news-list > div:first-child { padding-top: 0; }
.news-list > div:last-child { padding-bottom: 0; }
.news-list .news-pic { flex: 0 0 128px; overflow: hidden; }
.news-list .news-pic img { width: 100%; height: auto; min-height: 92px; max-height: 92px; transform: scale(1); transition: all .6s ease; }
.news-list .news-info { padding: 0 0 0 23px; width: calc(100% - 128px ); }
.news-list .news-info h2 { position: relative; margin-bottom: 10px; color: #000; font-size: 16px; line-height: 24px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news-list .news-info .news-info-time { color: rgba(0,0,0,0.4); font-size: 14px; }
.news-list .news-pic:hover img { transform: scale(1.1); }
@media only screen and (max-width: 1680px){
    .front3 { padding: 90px 0 60px; }
    .newstitle { margin-bottom: 46px; }
    .newstitle .title-region h2 { font-size: 36px; }
    .newstitle .title-region h4 { font-size: 17px; }
    .newstitle ul li { font-size: 16px; line-height: 66px; }
}
@media only screen and (max-width: 1440px){
    .front3 { padding: 70px 0 50px; }
    .newstitle { margin-bottom: 40px; }
    .newstitle .title-region h2 { font-size: 32px; }
    .newstitle .title-region h4 { font-size: 15px; }
    .newstitle ul li { font-size: 15px; line-height: 58px; }
    .news .news-pic { flex: 0 0 453px; }
    .news .news-pic img { min-height: 326px; max-height: 326px; }
    .news .news-info { padding: 0 40px 0 30px; }
    .news .news-info h2 { margin-bottom: 20px; padding-bottom: 20px; font-size: 18px; line-height: 1.6;  }
    .news .news-info .news-info-texts { margin-bottom: 30px; line-height: 24px; }
    .news .news-info .news-info-time { font-size: 14px; }
    .news-list > div {  padding: 12px 0; }
    .news-list .news-info h2 { font-size: 15px; }
    .news-list .news-pic img { min-height: 92px; }
}
@media only screen and (max-width: 1202px) {
    .front3 { padding: 50px 0; }
    .newstitle { margin-bottom: 35px; }
    .newstitle .title-region h2 { font-size: 28px; }
    .newstitle .title-region h4 { font-size: 13px; }
    .newstitle ul { flex: 0 0 300px; }
    .newstitle ul li {  line-height: 51px; }
    .news .news-info { padding: 0 30px 0 30px; }
    .news .news-info h2 { margin-bottom: 20px; padding-bottom: 0; font-size: 18px; line-height: 1.6;  }
    .news .news-info h2::after { content: none; }
    .news .news-info .news-info-texts { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
    .news { flex: 0 0 calc(100% - 334px) }
    .news-list { flex: 0 0 300px; }
}

@media only screen and (max-width: 992px) {
    .front3 { padding: 30px 0; }
    .wrap-mode03 .w { width: 100%; flex-wrap: wrap; }
    .newstitle { margin-bottom: 20px; flex-wrap: wrap; }
    .newstitle .title-region {flex: 0 0 100%;padding-bottom: 10px;text-align: center;}
    .newstitle .title-region::after { left: 50%; margin-left: -15px; }
    .newstitle .title-region h2 {font-size: 22px;line-height: 2;}
    .newstitle .title-region h4 {font-size: 14px;line-height: 1.8;}
    .newstitle ul {flex: 0 0 100%;margin-top: 15px;text-align: center;width: 100%;justify-content: center;}
    .newstitle ul li {font-size: 14px;line-height: 40px;}
    .newstitle ul li:not(:last-child) { margin-right: 30px; }
    .newstitle ul li.on { padding-left: 18px; }
    .newstitle ul li.on::after { width: 8px; height: 2px; }
    .news {flex: 0 0 100%;padding: 20px;flex-wrap: wrap;}
    .news .news-pic { flex: 0 0 100%; }
    .news .news-info { padding: 15px 0 0;}
    .news .news-info h2 {margin-bottom: 20px;padding-bottom: 10px;font-size: 16px;}
    .news .news-info h2::after {width: 30px;height: 2px;}
    .news .news-info .news-info-texts {margin-bottom: 20px;line-height: 1.6;}
    .news .news-info .news-info-time {font-size: 12px;}
    .news-list { flex: 0 0 100%; padding: 20px; }
    .news-list > div { padding: 15px 0; }
    .news-list .news-info { padding: 0 0 0 20px; }
    .news-list .news-info h2 { margin-bottom: 8px; font-size: 14px; line-height: 24px; }
    .news-list .news-info .news-info-time { font-size: 12px; }
}

.front4 { padding: 145px 0 0; }

.articletitle { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 53px; }
.articletitle .title-region { margin-bottom: 0; padding-bottom: 16px; text-align: left; }
.articletitle .title-region::after { left: 0; transform: translateX(0%); }
.articletitle .title-region h2 { color: #2d4873; font-weight: bold; font-size: 42px; line-height: 1.6; }
.articletitle .title-region h4 { color: #737373; font-weight: normal; font-size: 20px; line-height: 1.6; }
.articletitle ul { display: flex; align-items: center; flex: 0 0 376px;  }
.articletitle ul li { position: relative; display: flex; align-items: center; font-size: 18px; line-height: 76px; cursor: pointer; }
.articletitle ul li i { position: relative; display: block; margin: 0 10px 0 0; line-height: 30px; }
.articletitle ul li:not(:last-child) { margin-right: 40px; padding: 0 40px 0 0; }
.articletitle ul li:not(:last-child):after { position: absolute; right: 0; top: 50%; width: 1px; height: 15px; margin-top: -7px; background-color: #e2e2e2; content: ''; }

.wrap-mode04 { padding: 114px 0; background: url(../images/12.jpg) no-repeat center / cover; }
.wrap-mode04 .w { display: flex; justify-content: space-between; align-items: center; }

.about-info { height: 324px; padding: 40px 118px 0 100px; background-color: rgba(255,255,255,.1); }
.about-info h2 {margin-bottom: 22px;color: #fff;font-size: 24px;line-height: 2;font-weight: bold;text-align: center;}
.about-info .about-info-texts { margin-bottom: 46px; color: rgba(255,255,255,0.6); font-size: 16px; line-height: 36px; text-indent: 2em; }
.about-info .about-info-more { display: block; width: 36px; height: 12px; background: url(../images/15.png) no-repeat center; background-size: contain; }
.about-video { flex: 0 0 576px; }
.about-video img,
.about-video video { display: block; width: 100%; height: 100%; }

@media only screen and (max-width: 1680px){
    .front4 { padding: 90px 0 0; }
    .articletitle { margin-bottom: 46px; }
    .articletitle .title-region h2 { font-size: 36px; }
    .articletitle .title-region h4 { font-size: 17px; }
    .articletitle ul li { font-size: 16px; line-height: 66px; }
    .wrap-mode04 { padding: 92px 0; }
}
@media only screen and (max-width: 1440px){
    .front4 { padding: 70px 0 0; }
    .articletitle { margin-bottom: 40px; }
    .articletitle .title-region h2 { font-size: 32px; }
    .articletitle .title-region h4 { font-size: 15px; }
    .articletitle ul li { font-size: 15px; line-height: 58px; }
    .wrap-mode04 { padding: 87px 0; }
    .about-info { padding: 40px 80px 0 80px; }
    .about-info .about-info-texts { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;  }
}
@media only screen and (max-width: 1202px) {
    .front4 { padding: 50px 0 0; }
    .articletitle { margin-bottom: 35px; }
    .articletitle .title-region h2 { font-size: 28px; }
    .articletitle .title-region h4 { font-size: 13px; }
    .articletitle ul { flex: 0 0 300px; }
    .articletitle ul li {  line-height: 51px; }
    .wrap-mode04 { padding: 76px 0; }
    .about-info { height: 270px; padding: 30px 38px 0 30px; }
    .about-info .about-info-texts { margin-bottom: 26px; }
    .about-video { flex: 0 0 476px; }

}
@media only screen and (max-width: 992px) {
    .front4 { padding: 30px 0; }
    .articletitle { margin-bottom: 20px; flex-wrap: wrap; }
    .articletitle .title-region {flex: 0 0 100%;padding-bottom: 10px;text-align: center;}
    .articletitle .title-region::after { left: 50%; margin-left: -15px; }
    .articletitle .title-region h2 {font-size: 22px;line-height: 2;}
    .articletitle .title-region h4 {font-size: 14px;line-height: 1.8;}
    .articletitle ul {flex: 0 0 100%;margin-top: 15px;text-align: center;width: 100%;justify-content: center;}
    .articletitle ul li {font-size: 14px;line-height: 40px;}
    .articletitle ul li i { line-height: 20px;width: 20px;}
    .articletitle ul li:not(:last-child) {margin-right: 20px;padding: 0 20px 0 0;}
    .articletitle ul li:not(:last-child):after { position: absolute; right: 0; top: 50%; width: 1px; height: 15px; margin-top: -7px; background-color: #e2e2e2; content: ''; }
    .wrap-mode04 { padding: 0; }
    .wrap-mode04 .w { width: 100%; flex-wrap: wrap; }
    .about-info {height: auto;padding: 20px;background-color: rgba(255,255,255,.1);}
    .about-info h2 {margin-bottom: 16px;font-size: 18px;}
    .about-info .about-info-texts {margin-bottom: 26px;font-size: 14px;line-height: 1.8;}
    .about-video {flex: 0 0 100%;padding: 20px;}
}

.front5 { padding: 74px 0; }

.partner-list { position: relative; padding: 0; }
/* .partner-list .swiper { width: 100%; height: 324px; }
.partner-list .swiper .swiper-slide { height: 122px; background-color: #fff; }
.partner-list .swiper .swiper-slide img { vertical-align: middle;transition: all 0.6s ease; border: 1px solid #eee;} 
.partner-list .swiper .swiper-slide:hover img{transform: scale(1);}
.partner-list .swiper-pagination{bottom: 0 !important;}
.partner-list .swiper-pagination-bullet{background-color: #bebebe;border-radius: 6px;width: 6px;height: 6px;opacity: 1;}
.partner-list .swiper-pagination-bullet-active{background-color: #2d4873;width: 22px;}
.partner-list .swiper-button-next,
.partner-list .swiper-button-prev { width: 40px; height: 40px; margin-top: -40px; border-radius: 40px; }
.partner-list .swiper-button-next::after,
.partner-list .swiper-button-prev::after { content: none; }
.partner-list .swiper-button-next { right: 5%; background: url(../images/9.png) no-repeat; }
.partner-list .swiper-button-prev { left: 5%; background: url(../images/8.png) no-repeat; } */

.front5-ul { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.front5-ul .front5-ul-item { width: 20%; margin-bottom: 2%; padding: 0 1%; flex: 0 0 20%; overflow: hidden; }
.front5-ul .front5-ul-item img { vertical-align: middle;transition: all 0.6s ease; border: 1px solid #eee;} 
.front5-ul .front5-ul-item:hover img{transform: scale(1);}

@media only screen and (max-width: 1680px){
    .front5 { padding: 64px 0; }
    /* .front5 .w { width: 1408px; } */
}
@media only screen and (max-width: 1440px){
    .front5 { padding:56px 0; }
}
@media only screen and (max-width: 1202px) {
    .front5 { padding: 49px 0; }
    /* .front5 .w { width: 808px; } */
}
@media only screen and (max-width: 992px) {
    .front5 { padding: 0 0 43px; }
    .front5 .w { width: 100%; }
    .partner-list { width: 100%; padding: 0 1%; }
    .front5-ul .front5-ul-item { width: 50%; margin-bottom: 1%; flex: 0 0 50%; }
}


.list-head { background-color: #fff; }
.list-head .w { display: flex; justify-content: space-between; align-items: center; }

.slide-menu { position: relative; flex:0 0 65.86%; }
.slide-menu  .menuswiper { width: 100%; padding:0 0 8px; }
.slide-menu .swiper-slide { width: auto;  }
.slide-menu .swiper-slide a { position: relative; display: inline-block; line-height: 72px; padding: 0px 30px; color: #222; font-size: 16px; transition: 0.3s ease 0s; }
.slide-menu .swiper-slide a:hover,
.slide-menu .swiper-slide a.on { color: #2d4873; }
.slide-menu .swiper-slide a.more:after { content: ""; position: absolute; width: 1px; height: 15px; display: block; background: #ccc; top: 50%; margin-top: -7px; right: 0px; }
.slide-menu .swiper-slide a:before { position: absolute; content: ''; left: 50%; bottom: 0px; width: 0%; height: 3px; background-color: none; transition: all .3s; }
.slide-menu .swiper-slide a:hover:before,
.slide-menu .swiper-slide a.on:before { width: 80%; left: 10%; background-color: #2d4873; }

.list-meta { flex:0 0 34.14%; text-align: right; line-height: 20px; }
.list-meta .i_separator { margin: 0 6px; }
.list-meta .iconfont { display: inline-block; margin: 0 6px; vertical-align: top; }
.list-meta .iconfont svg { display: inline-block; vertical-align: top; }

.column-con { padding: 36px 0; background-color:rgba(245, 245, 245, 1); }

@media only screen and (max-width: 992px) {
    .list-head .w { flex-wrap: wrap; }
    .slide-menu { flex:0 0 100%; }
    .slide-menu .swiper-slide a {height: auto;line-height: 40px;padding: 0px 20px;font-size: 14px;}
    .list-meta { flex:0 0 100%; padding: 15px; text-align: left; }
    .list-meta .i_separator { margin: 0 6px; }

    .column-con { padding: 20px; }
}

.pro-Lists { width: 100%; height: auto; overflow: hidden; padding: 1rem; }
.pro-List { position: relative; top: 0px; float: left; overflow: hidden; padding: 1rem; background: #fff; margin-bottom: 25px; transition: all .5s ease; width: calc((100% - 60px)/4); }
.pro-List:not(:nth-child(4n)) { margin-right: 20px; }
.pro-List .imgBox{position: relative;height: 0px;padding-bottom: 85%;}
.pro-List .imgBox img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.pro-List .titleBox { margin-bottom: 0; font-size: 18px; font-weight: bold; line-height: 1.6; }
.pro-List .keyBox { color: #666; margin-top: 5px; /*text-indent: 2em;*/ }
.pro-List .link{position: absolute;top: 0px;left: 0px;display: block;width: 100%;height: 100%;}
.pro-List:after{content: '';position: absolute;left: 0px;bottom: 0;width: 0px;height: 2px;background-color: #2d4873;transition: all .5s ease;}
.pro-List:hover:after{width: 100%;}

@media only screen and (max-width: 1202px) {
    .pro-List .titleBox { font-size: 16px; line-height: 1.8; }
    .pro-List .keyBox { display: none; }
}
@media only screen and (max-width: 992px) {
    .pro-Lists { padding: 0; }
    .pro-List { width: 49%; margin-right: 0; margin-bottom: 2%; }
    .pro-List .titleBox { font-size: 14px; font-weight: normal; }
    .pro-List .keyBox { display: none; }
    .pro-List:not(:nth-child(2n)) { margin-right: 0; }
    .pro-List:not(:nth-child(4n)) { margin-right: 2%; }
    .pro-List:nth-child(2n) { margin-right: 0; }
}
/*
公司简介
*/
.company { padding: 100px 0; }
.company .w { display: flex; justify-content: space-between; align-items: flex-start; }
.company-info { flex: 0 0 calc( 100% - 660px); }
.company-info h2 { position: relative; margin-top: -30px; margin-bottom: 38px; border-bottom: 1px solid #a3a3a3; font-size: 36px; line-height: 2.5; font-weight: bold;text-align: center; }
.company-info h2::after { position: absolute; bottom: -1px; left: 0; width: 80px; height: 2px; background-color: #2d4971; content: ''; }
.company-info-texts { font-size: 16px; line-height: 2; }
.company-video { position: relative; width: 612px; height: 493px; padding: 60px 0 0 30px; flex:0 0 612px; }
.company-video::after { position: absolute; left: 0; top: 0; width: 582px; height: 433px; z-index: -1; background-color: #f1f5fb; content: ''; }
.company-video img,
.company-video video { width: 582px; height: auto; }


@media only screen and (max-width: 1680px){
    .company { padding: 87px 0; }
    .company-info h2 { margin-top: -26px; margin-bottom: 33px; font-size: 31px; }
    .company-info h2::after { width: 70px; height: 2px; }
}
@media only screen and (max-width: 1440px){
    .company { padding: 76px 0; }
    .company-info h2 { margin-top: -23px; margin-bottom: 29px; font-size: 27px; }
    .company-info h2::after { width: 61px; height: 2px; }
    .company-info-texts { font-size: 15px; line-height: 1.8; }
}
@media only screen and (max-width: 1202px){
    .company { padding: 67px 0; }
    .company-info h2 { margin-top: -20px; margin-bottom: 25px; font-size: 24px; }
    .company-info h2::after { width: 53px; height: 2px; }
    .company-info-texts { font-size: 14px; line-height: 1.8; }
}
@media only screen and (max-width: 992px){
    .company { padding: 20px 20px; }
    .company .w { flex-wrap: wrap; }
    .company-info { flex: 0 0 100%; margin-bottom: 20px; }
    .company-info h2 { margin-top: 0; margin-bottom: 22px; font-size: 21px; }
    .company-info h2::after { width: 47px; height: 2px; }
    .company-info-texts { font-size: 13px; line-height: 1.6; }
    .company-video { height: auto; padding: 20px 0 0 20px; flex:0 0 100%; }
    .company-video::after { width: 90%; height: 90%; }
    .company-video img,
    .company-video video { width: 100%; height: auto; }
}

.customer { min-height: 849px; background: url(../images/customer.jpg) no-repeat center center / cover; color: #fff; }
.customer .hd { height: 360px; text-align: center; display: flex; align-items: center; justify-content: center; }
.customer .hd h2 { position: relative; font-size: 36px; line-height: 2.5; }
.customer .hd h2::after { position: absolute; bottom: 0; left: 50%; width: 34px; height: 1px; background-color: #c1bed5; transform: translateX(-50%); content: ''; }
.customer .hd p { margin-top: 30px; font-size: 20px; line-height: 1.8; }
.customer .hd p span { display: block; font-size: 18px; }
.customer .items { display: flex; align-items: center; justify-content: space-between; }
.customer .items .item { flex: 0 0 480px; text-align: center; position: relative; margin-top: -230px; }
.customer .items .item i { width: 70px; height: 70px; display: block; margin: 0 auto; }
.customer .items .item h3 { position: relative; padding-bottom: 11px; font-size: 30px; line-height: 2.8; }
.customer .items .item h3::after { position: absolute; bottom: 0; left: 50%; width: 34px; height: 1px; background-color: #c1bed5; transform: translateX(-50%); content: ''; }
.customer .items .item p { margin-top: 30px; font-size: 18px; line-height: 1.8; }
.customer .items .item p span { display: block; font-size: 18px; }
.customer .items .item:nth-child(2) { margin-top: 150px; }
@media only screen and (max-width: 1440px){
    .customer { min-height: 740px; }
    .customer .hd { height: 310px; }
    .customer .hd h2 { font-size: 27px; line-height: 1.9; }
    .customer .hd p { margin-top: 23px; font-size: 17px; }
    .customer .hd p span { font-size: 13px; }
    .customer .items .item { flex: 0 0 400px; margin-top: -176px; }
    .customer .items .item i { width: 53px; height: 53px; }
    .customer .items .item h3 { padding-bottom: 8px; font-size: 23px; line-height: 2.8; }
    .customer .items .item h3::after { width: 34px; }
    .customer .items .item p { margin-top: 23px; font-size: 14px; line-height: 1.8; }
    .customer .items .item p span { font-size: 13px; }
    .customer .items .item:nth-child(2) { margin-top: 115px; }
}
@media only screen and (max-width: 1202px){
    .customer { min-height: 625px; }
    .customer .hd { height: 262px; }
    .customer .items .item { flex: 0 0 300px; margin-top: -80px; }
    .customer .items .item:nth-child(2) { margin-top: 105px; }
}
@media only screen and (max-width: 992px){
    .customer { min-height: 625px; padding: 30px 0; background: url(../images/122111.jpg) no-repeat center center / cover; }
    .customer .hd { height: auto; }
    .customer .items { flex-wrap: wrap; }
    .customer .items .item { flex: 0 0 100%; margin-top: 0; padding: 20px 0 0; }
    .customer .items .item i { width: 40px; height: 40px; }
    .customer .items .item h3 { padding-bottom: 8px; font-size: 18px; line-height: 2; }
    .customer .items .item h3::after { width: 20px; }
    .customer .items .item p { margin-top: 10px; font-size: 14px; line-height: 1.6; }
    .customer .items .item p span { font-size: 13px; transform: scale(0.9); }
    .customer .items .item:nth-child(2) { margin-top: 0; }
}

.timeline {padding: 70px 0;background: url(../images/ppd.jpg) no-repeat 50% 0;background-size: cover;}
.timeline .title-region { margin-bottom: 30px; }
.timeline .title-region h2 { position: relative; display: inline-block; padding: 0 47px; border-bottom: 1px solid #a3a3a3; color: #000; font-size: 36px; line-height: 2.5; font-weight: bold; }
.timeline .title-region h2::after { position: absolute; bottom: -1px; left: 50%; width: 80px; height: 2px; margin-left: -40px; background-color: #2d4971; content: ''; }
.timeline .title-region::after { content: none;}

.timeline-year { margin-bottom: 0; text-align: center; }
.timeline-year ul { display: flex; justify-content: center; align-items: center; }
.timeline-year ul li { position: relative; display: inline-block; padding: 0 48px; color: #909090; font-size: 24px; line-height: 65px; padding-bottom: 15px; cursor: pointer; }
.timeline-year ul li.on { color: #2d4971; font-size: 30px; background: url(../images/28.png) no-repeat center bottom; }
.timeline-year ul li::after { position: absolute; left: -17px; top: 32px; width: 34px; height: 1px; margin:0; background-color: #ededed; content: ''; }
.timeline-year ul li:first-child:after { content: none; }

.timeline-m {position: relative;color: #fff;margin-bottom: 26px;max-width: 151px;min-height: 131px;font-size: 20px;line-height: 30px;text-align: center;display: flex;justify-content: center;align-items: center;flex-flow: column;}
.timeline-m span { display: block; font-size: 20px; color: #fff; }

.timeline-list { position: relative; min-height: 250px; margin-bottom: 0; }
.timeline-list .swiper-slide-thumb-active .timeline-m,
.timeline-list .swiper-slide-thumb-active .timeline-m span { color: #fff; }

.timeline-list .w { overflow: hidden; }
.timeline-list .swiper-slide { padding: 0 6px; display: flex; flex-flow: column-reverse; }

.timeline-text {position: relative;font-size: 16px;margin-bottom: 32px;padding: 12px 0 12px 12px;/*border-left: 1px solid #002970;*/line-height: 26px;/*white-space: nowrap;*/}
/*
.timeline-text::after {position: absolute;left: -6px; top: 0;width: 12px;height: 12px; border-radius: 12px; background-color: #002970; content: '';}
.timeline-text::before {position: absolute;left: -6px; bottom: 0;width: 12px;height: 12px; border-radius: 12px; background-color: #002970; content: '';}
*/
.timeline-text span {display: inline-block;vertical-align: top;font-size: 54px!important;margin-right: 5px;line-height: 18px;margin-left: -18px;}

.timeline-con { position: relative; padding-top: 50px; }
.timeline-con .swiper-button-next,
.timeline-con .swiper-button-prev { width: 40px; height: 40px; background-color: #2d4971; border-radius: 40px; z-index: 9; }
.timeline-con .swiper-button-next { right: 5%; top: -260px; }
.timeline-con .swiper-button-prev { left: 5%; top: -20px; }
.timeline-con .swiper-button-next::after,
.timeline-con .swiper-button-prev::after { transform: scale(0.4); color: #fff; }

.timeline-list .swiper-slide:nth-child(2n) { flex-flow: column; }


.timeline-list .swiper-slide { width: 80%; }
.timeline-list .swiper-slide:nth-child(1) {width: 14%;}
.timeline-list .swiper-slide:nth-child(2) {width: 13%;}
.timeline-list .swiper-slide:nth-child(3) {width: 16%;}
.timeline-list .swiper-slide:nth-child(4) {width: 13%;}
.timeline-list .swiper-slide:nth-child(5) {width: 20%;}
.timeline-list .swiper-slide:nth-child(6) { width: 23%; }
.timeline-list .swiper-slide:nth-child(7) { width: 12%; }
.timeline-list .swiper-slide:nth-child(8) { width: 12%; }
.timeline-list .swiper-slide:nth-child(9) { width: 12%; }
.timeline-list .swiper-slide:nth-child(10) { width: 20%; }
.timeline-list .swiper-slide:nth-child(11) { width: 21%; }
.timeline-list .swiper-slide:nth-child(12) { width: 23%; }

.timeline-list .s0,.timeline-list .s7 {padding-top: 150px;}
.timeline-list .s1,.timeline-list .s7 {padding-top: 310px;}
.timeline-list .s2,.timeline-list .s7 {padding-top: 120px;}
.timeline-list .s3,.timeline-list .s7 {padding-top: 230px;}
.timeline-list .s4,.timeline-list .s7 {padding-top: 0;}
.timeline-list .s5,.timeline-list .s7 {padding-top: 65px;}

.timeline-list .s0 .timeline-m,.timeline-list .s7 .timeline-m { background: url(../images/t11.png) no-repeat center;}
.timeline-list .s1 .timeline-m,.timeline-list .s7 .timeline-m { background: url(../images/t14.png) no-repeat center;}
.timeline-list .s2 .timeline-m,.timeline-list .s7 .timeline-m { background: url(../images/t16.png) no-repeat center;}
.timeline-list .s3 .timeline-m,.timeline-list .s7 { background: url(../images/t15.png) no-repeat center;}
.timeline-list .s4 .timeline-m,.timeline-list .s7 .timeline-m { background: url(../images/t13.png) no-repeat center;}
.timeline-list .s5 .timeline-m,.timeline-list .s7 .timeline-m { background: url(../images/t12.png) no-repeat center;}
.timeline-list .s6 .timeline-m,.timeline-list .s7 .timeline-m { background: url(../images/t11.png) no-repeat center;}

@media only screen and (max-width: 1680px){
    .timeline { padding: 50px 0 ; }
    .timeline .title-region { margin-bottom: 20px; }
    .timeline .title-region h2 { padding: 0 41px; font-size: 31px; }
    .timeline .title-region h2::after { width: 70px; margin-left: -35px; }
}
@media only screen and (max-width: 1440px){
    .timeline { padding: 50px 0 ; }
    .timeline .title-region { margin-bottom: 40px; }
    .timeline .title-region h2 { padding: 0 36px; font-size: 27px; }
    .timeline .title-region h2::after { width: 61px; margin-left: -30px; }
    .timeline-list .s5,.timeline-list .s7 {padding-top: 60px;}
}
@media only screen and (max-width: 1202px){
    .timeline { padding: 50px 0 ; }
    .timeline .title-region { margin-bottom: 40px; }
    .timeline .title-region h2 { padding: 0 31px; font-size: 24px; }
    .timeline .title-region h2::after { width: 53px; margin-left: -26px; }
}
@media only screen and (max-width: 992px){
    .timeline { padding: 30px 0 ; }
    .timeline .title-region { margin-bottom: 32px; }
    .timeline .title-region h2 { padding: 0 27px; font-size: 21px; }
    .timeline .title-region h2::after { width: 47px; margin-left: -23px; }
    .timeline-list .swiper-slide .timeline-m {margin-bottom: 11px;max-width: 91px;min-height: 81px;font-size: 14px;line-height: 20px;background-size: cover;}
    .timeline-list .swiper-slide .timeline-m span { font-size: 14px; }
    .timeline-text { margin-bottom: 12px; }
    .timeline-list .s0,.timeline-list .s7 {padding-top: 80px;}
    .timeline-list .s1,.timeline-list .s7 {padding-top: 200px;}
    .timeline-list .s2,.timeline-list .s7 {padding-top: 90px;}
    .timeline-list .s3,.timeline-list .s7 {padding-top: 200px;}
    .timeline-list .s4,.timeline-list .s7 {padding-top: 0;}
    .timeline-list .s5,.timeline-list .s7 {padding-top: 130px;}
}

.honor { padding: 60px 0 100px; background-color: #f5f5f5; }
.honor .title-region { margin-bottom: 90px; }
.honor .title-region h2 { position: relative; display: inline-block; padding: 0 47px; border-bottom: 1px solid #a3a3a3; color: #000; font-size: 36px; line-height: 2.5; font-weight: bold; }
.honor .title-region h2::after { position: absolute; bottom: -1px; left: 50%; width: 80px; height: 2px; margin-left: -40px; background-color: #2d4971; content: ''; }
.honor .title-region::after { content: none;}

.honor img { width: 100%; height: auto; transform:scale(1); transition: all .5s ease; }
.honor .swiper-slide:hover img { transform:scale(1.1); }
.honor .honor-list { overflow: hidden; }

@media only screen and (max-width: 1680px){
    .honor .title-region { margin-bottom: 78px; }
    .honor .title-region h2 { padding: 0 41px; font-size: 31px; }
    .honor .title-region h2::after { width: 70px; margin-left: -35px; }
}
@media only screen and (max-width: 1440px){
    .honor .title-region { margin-bottom: 69px; }
    .honor .title-region h2 { padding: 0 36px; font-size: 27px; }
    .honor .title-region h2::after { width: 61px; margin-left: -30px; }
}
@media only screen and (max-width: 1202px){
    .honor .title-region { margin-bottom: 40px; }
    .honor .title-region h2 { padding: 0 31px; font-size: 24px; }
    .honor .title-region h2::after { width: 53px; margin-left: -26px; }
}

@media only screen and (max-width: 992px){
    .honor { padding: 20px 20px; }
    .honor .title-region { margin-bottom: 32px; }
    .honor .title-region h2 { padding: 0 27px; font-size: 21px; }
    .honor .title-region h2::after { width: 47px; margin-left: -23px; }
}

/*
新闻
*/
.news-Lists .news-List {display: flex;flex-direction: row-reverse;padding: 0px;border-bottom: none;background: #fff;margin-bottom: 30px;}
.news-Lists .news-List .news-content { width: 72%; align-items: center; display: flex; }
.news-Lists .news-List .news-content .content_flex { padding: 5%;width: 100%;display: flex;flex-direction: row;justify-content: space-between;}
.news-Lists .leftTime{width: auto;position: relative;}
.news-Lists .leftTime .newTime{display: block;transition: all .5s ease;}
.news-Lists .leftTime .newTime.date{font-size: 60px;line-height: 60px;color: #333f47;font-family: Impact;margin-bottom: 5px;}
.news-Lists .leftTime .newTime.year{font-size: 18px;line-height: 32px;color: #333f47;font-family: Arial;}
.news-Lists .rightC{position: relative;width: 80%;transition: all .5s ease;}
.news-Lists .rightC .newTitle{margin-bottom: 10px;}
.news-Lists .rightC .newTitle a {display: block;width: 100%;font-size: 24px;line-height: 1.4;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-Lists .rightC article {line-height: 26px;height: 52px;font-size: 14px;overflow: hidden;color: #555;margin: 12px 0 0px;transition: 600ms;}
.news-Lists .news-imgBox{width: 28%;}
.news-Lists .news-imgBox a{display: block;width: 100%;padding-bottom: 60%;position: relative;height: 0px;overflow: hidden;border: 1px solid #eee;}
.news-Lists .news-imgBox a img{width: 100%;height: 100%;left: 0px;top: 0px;position: absolute;transform: scale(1);transition: all .5s ease;}
.news-Lists .news-List:hover .news-imgBox a img{transform: scale(1.1);}
.news-Lists .news-List:hover .newTitleLink{color: #0656a9;}
.news-Lists .news-List:hover .newTime{color: #0656a9;}

@media only screen and (max-width: 992px) {
    .news-Lists .news-List  {flex-wrap: wrap;flex-flow: column-reverse;}
    .news-Lists .news-List:last-child  { margin-bottom: 0; }
    .news-Lists .news-List .news-content {width: 100%;}
    .news-Lists .leftTime .newTime.date{font-size: 40px;line-height: 40px;}
    .news-Lists .leftTime .newTime.year{font-size: 14px;line-height: 26px;}
    .news-Lists .rightC{width: 75%;}
    .news-Lists .rightC .newTitle{margin-bottom: 10px;}
    .news-Lists .rightC .newTitle a {font-size: 16px;}
    .news-Lists .rightC article {line-height: 20px;height: 40px;font-size: 12px;margin: 12px 0 0px;}
    .news-Lists .news-imgBox{width: 100%;}
    .news-Lists .news-imgBox a { padding-bottom: 0; height: auto; }
    .news-Lists .news-imgBox a img { position: relative; padding-bottom: 0; }
}

/*
分页
*/
.page-Box{margin: 0;width: auto;height: auto;padding: 0;border: none;overflow: hidden;text-align: center;}
.page{width: auto;height: auto;clear: both;position: relative;padding: 30px 0;}
.page a {display: inline-block;position: relative;height: 38px;margin: 0;padding: 0 10px;border: 1px solid #ededed;background: #ededed;color: #333333;line-height: 38px;font-size: 14px;vertical-align: top;transition: all .5s ease;}
.page a.prev { margin: 0 13px 0 3px; }
.page a.next { margin: 0 3px 0 13px; }
.page a.pageNum{ min-width: 38px; cursor: pointer; }
.page a:hover,
.page a.pageNum.active{ background-color: #2d4873;color: #fff;border-color: #2d4873;}

@media only screen and (max-width: 992px) {
    .page a { height: 45px; border: 0; padding-top: 0; padding-right: 10px; padding-left: 10px; line-height: 45px; background-color: #2d4873;transform: scale(0.9); color: #fff; }
    .page a.prev{}
    .page a.next{}
    .page a.pageNum {}
}
/*
详情
*/
.news-detail{display: flex;justify-content: space-between;align-items: flex-start;}
.news-detail-main{width: 73.4096%;}
.news-detail-header{text-align: center;}
.news-detail-header h1{font-size: 28px;font-weight: bold;color: #333e46;padding: 0 10%;}
.news-detail-source{padding-top: 20px;margin: 20px 0;border-top: 1px solid #d9d9d9;}
.news-detail-source span{display: inline-block;margin: 0 8px;}
.article{margin-top: 3%;font-size: 16px;line-height: 2;word-wrap: break-word;}
.news-detail-side{width: 23.5904%;}
.news-detail-side .news-detail-P,
.news-detail-side .news-detail-N{padding: 25px 30px;border: 10px solid #f0f0f0;margin-bottom: 25px;background-color: #fff;}
.i-title{font-size: 18px;display: block;line-height: 24px;margin-bottom: 15px;position: relative;}
.i-title:after{content: '';position: absolute;width: 70%;height: 1px;background: #ccc;left: 30%;top: 12px;}
.p-desc{font-size: 16px;}
.news-detail-signal{border: 10px solid #f0f0f0;padding: 20px;background-color: #fff;}
.news-detail-signal h2{color: #0054a6;font-weight: 700;font-size: 24px;}
.news-detail-signal ul li{padding: 25px 0;}
.news-detail-signal ul li:not(:last-child){border-bottom: 1px solid #f0f0f0;}
.news-detail-signal ul li h3{font-size: 15px;color: #727272;line-height: 24px;margin-bottom: 5px;height: auto;overflow: hidden;transition: all .3s ease;}
.news-detail-signal ul li .time{font-size: 14px;color: #727272;}

@media only screen and (max-width: 1680px) {
    .news-detail-header h1{font-size: 24px; padding: 0 8%;}
    .news-detail-source{padding-top: 17px;margin: 17px 0; }
}
@media only screen and (max-width: 1440px) {
    .news-detail-header h1{font-size: 21px; padding: 0 7%;}
    .news-detail-source{padding-top: 15px;margin: 15px 0; }
}
@media only screen and (max-width: 1202px) {
    .news-detail-header h1{font-size: 18px; padding: 0;}
    .news-detail-source{padding-top: 13px;margin: 13px 0; }
    .news-detail-side .news-detail-P,
    .news-detail-side .news-detail-N{padding: 15px;border: 10px solid #f0f0f0;margin-bottom: 10px;}
    .i-title{font-size: 15px;margin-bottom: 10px;}
    .i-title:after{width: 70%;left: 30%;}
    .p-desc{font-size: 14px;}
    .news-detail-signal{padding: 15px;}
    .news-detail-signal h2{font-size: 18px;}
    .news-detail-signal ul li{padding: 15px 0;}
    .news-detail-signal ul li .time{font-size: 12px;}
}
@media only screen and (max-width: 992px) {
    .news-detail { flex-wrap: wrap; }
    .news-detail-main{width: 100%;}
    .news-detail-header h1{font-size: 18px; padding: 0;}
    .news-detail-source{padding-top: 10px;margin: 10px 0; }
    .article { margin-top: 5%; margin-bottom: 5%; font-size: 14px; text-align: justify; }
    .news-detail-side{width: 100%;}
    .i-title:after{width: 80%;left: 20%;}
}


/*
详情
*/

.pro-detail { display: flex; justify-content: space-between; align-items: flex-start; flex-flow: row-reverse; margin-bottom:3%; border-radius: 5px; border: solid 1px #e5e5e5; padding: 3%; }
.pro-detail .property { padding-left: 3vw; min-width: 200px; }
.pro-detail .proTitle { }
.pro-detail .proTitle h2 { padding:0; font-size:22px; line-height:2; font-weight: bold; }
.pro-detail .summary { font-size: 14px; line-height: 1.8; color: #666; padding: 20px 0px; border-bottom: 1px solid #eee; }
.pro-detail .meta { padding:0; margin-top: 30px; }
.pro-detail .meta li { display: inline-block; margin-right: 20px; vertical-align: top; text-align: center; }
.pro-detail .meta li a { display: block; border: 1px solid #2d4971; background-color:#2d4971; padding: 0.5vw 1.8vw; border-radius: 10px; font-size: 15px; color: #fff; transition: all .3s ease; }
.pro-detail .meta li a:hover { border: 1px solid #2d4971; background-color:#fff; color: #2d4971; }
.pro-detail .more-link { margin-top: 30px; }
.pro-detail .more-link a { display: inline-block; vertical-align: top; color: #555; position: relative; margin: 6px 22px 6px 0; padding-left: 25px; font-size: 14px; height: 30px; line-height: 30px; }
.pro-detail .gallery { position:relative; width:600px; }
.pro-detail .gallery .bigPic { position:relative; width:600px; height:513px; margin-bottom:15px; border:0;z-index: 1; }
.pro-detail .gallery .bigPic .cloud-zoom { position:relative; width:600px; height:513px; }
.pro-detail .gallery .bigPic img,
.pro-detail .gallery .bigPic video { width: 100%!important; height: 100%!important; }
.pro-detail .gallery .thumblist { height:auto; padding:0; }
.pro-detail .gallery .thumblist .swiper-slide { width: auto; padding:2px; border:1px solid #ccc; }
.pro-detail .gallery .thumblist .swiper-slide img { width:100%; height: auto; }
.pro-detail .gallery .thumblist .swiper-slide-thumb-active { border:1px solid #2d4971; background-color: #2d4971; }

.tabBarWrap { position:relative; background:#fff; z-index:2; }
.tabBarWrap .tabBar { display: flex; justify-content: space-between; align-items: center; border-bottom:1px solid #d9d9d9; text-align: center; }
.tabBarWrap .tabBar li { width: calc((100% - 0px) / 5); line-height: 70px; font-size: 16px; }
.tabBarWrap .tabBar li a { display:block; color:#828282; outline:0; }
.tabBarWrap .tabBar li a:hover { color:#2d4971; }
.tabBarWrap .tabBar .on { border-bottom: 1px solid #2d4971; font-weight: bold; }
.tabBarWrap .tabBar .on a { color:#2d4971; }

.detailSection { padding:5vh 3vw; background-color: #fff; font-size:14px; line-height:2; text-align: justify; }

@media only screen and (max-width: 1680px) {
    .tabBarWrap .tabBar li { line-height: 61px; }
}
@media only screen and (max-width: 1440px) {
    .tabBarWrap .tabBar li { line-height: 53px; font-size: 15px; }
}
@media only screen and (max-width: 1202px) {
    .tabBarWrap .tabBar li { line-height: 47px; }
}
@media only screen and (max-width: 992px) {
    .pro-detail { flex-wrap: wrap; flex-flow: column-reverse; margin-bottom:3%;  padding: 3%; }
    .pro-detail .property {padding-left: 0;min-width: 200px;}
    .pro-detail .proTitle h2 {font-size: 18px;line-height: 1.6;}
    .pro-detail .summary {padding: 10px 0px;line-height: 1.6;font-size: 12px;text-align: justify;}
    .pro-detail .meta {margin-top: 15px;}
    .pro-detail .meta li {margin-right: 10px;}
    .pro-detail .meta li a {padding: 0.5vh 3.6vw;border-radius: 5px;font-size: 14px;}
    .pro-detail .meta li a:hover { border: 1px solid #db0110; background-color:#fff; color: #db0110; }
    
    .pro-detail .gallery { width:100%; }
    .pro-detail .gallery .bigPic { width:100%; height:100%; margin-bottom:15px; }
    .pro-detail .gallery .thumblist { display: none; }

    .tabBarWrap .tabBar li { line-height: 41px; font-size: 12px; }
    .tabBarWrap .tabBar .on { font-size: 14px; }
    .detailSection { padding:3vh 5vw; }
}

/*
联系我们
*/

.iner-content { position: relative; display: flex; justify-content: space-between; align-items: flex-start; }
.iner-content .left-content { flex: 0 0 60%;min-height: 510px;background-color: #fff;padding: 50px 70px;}
.iner-content .right-map { position: absolute; width: 40%; top: 0; right: 0; bottom: 0; padding: 0;}

.bottom-form { margin-top:3%; margin-bottom: 5%; padding: 50px 50px 80px; background: url(../images/33.jpg) no-repeat center / cover; }
.bottom-form h2 { color: #333; font-size: 30px; line-height: 50px; margin-bottom: 25px;text-align: center; font-weight: bold;}

.contact-info textarea::-webkit-input-placeholder{color: #666;opacity: 0.7;}
.contact-info textarea::-moz-placeholder{color: #666;opacity: 0.7;}
.contact-info textarea::-ms-input-placeholder{color: #666;opacity: 0.7;}
.contact-info input::-webkit-input-placeholder{color: #666 !important;opacity: 0.7;}
.contact-info input::-moz-placeholder{color: #666 !important;opacity: 0.7;}
.contact-info input:-moz-placeholder{color: #666 !important;opacity: 0.7;}

.contact-info { display: flex; justify-content: space-around; align-items: flex-start; }
.contact-info-left,.contact-info-right {flex: 0 0 39%;}
.contact-info .form-group {margin: 27px 0px 0;}
.contact-info .form-group .form-control{display: block;width: 100%;height: 55px;padding: 6px 12px 6px 73px;font-size: 14px;line-height: 1.42857143;color: #666;background: none;border: 0;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;border: 1px solid #f1f2f2;background-color: #f1f2f2; background-repeat: no-repeat;}
.contact-info .form-group .form-control-code{display: inline-block;width: calc(100% - 285px);}

.contact-info .form-group .form-control[name="name"]{ background-image: url(../images/34.jpg);}
.contact-info .form-group .form-control[name="email"]{ background-image: url(../images/35.jpg); }
.contact-info .form-group .form-control[name="phone"]{ background-image: url(../images/36.jpg); }
.contact-info .form-group .form-control[name="code"]{ background-image: url(../images/37.jpg); }

.contact-info .form-group img{display: inline-block;width: 85px;vertical-align: top;margin-top: 11px;}
.contact-info .form-group textarea.form-control{resize: none;height: 133px;padding: 18px 12px;}
.contact-info .form-group-button{margin: 10px 0 0;}
.contact-info .form-group-button .btn-primary{background-color: rgba(0, 84, 166, 1);color: #fff;border-color: rgba(0, 84, 166, 1);border: none;transition: 0.5s;border-radius: 30px;width: 30%;height: 42px;margin: 0;display: block;}

.contact-info .form-group li { position: relative; }
.contact-info .form-group .checkbox+label{ display: block; width: auto; height: 58px; font-size: 16px; line-height: 28px; cursor: pointer; }
.contact-info .form-group .checkbox+label::before { display: inline-block; width: 28px; height: 28px; margin:0 28px 0 0; background: url(../images/z23.jpg) no-repeat; content: ""; vertical-align: top; }
.contact-info .form-group .checkbox:checked+label::before { background: url(../images/z23.jpg) no-repeat; content: "\2714"; font-size: 20px; line-height: 28px; text-align: center; }
.contact-info .form-group input[type=checkbox] { position: absolute; top: -30px; left: -30px; visibility: hidden; }

@media only screen and (max-width: 992px) {
    .iner-content { flex-wrap: wrap; }
    .iner-content .left-content { flex:0 0 100%; min-height: inherit; padding: 20px; }
    .iner-content .right-map { flex:0 0 100%; padding: 0; }

    .iner-content .left-content { flex: 0 0 100%; }
    .iner-content .right-map { position: relative; width: 100%; }
    .bottom-form { padding: 30px 20px 50px;}
    .bottom-form h2 { font-size: 22px; line-height: 50px;margin-bottom: 0; }
    .contact-info { flex-wrap: wrap; flex-flow: column; }
    .contact-info .form-group .form-control {height: 48px;}
    .contact-info .form-group .form-control-code { width: calc(100% - 100px);    }
    .contact-info .form-group-button .btn-primary{ border-radius: 40px; width: 50%; height: 36px; font-size: 14px; }
    .contact-info-left,.contact-info-right { flex: 0 0 100%; width: 100%; }
    #dituContent { height: 40vh!important; }
}





.footer { background: #dfe6f0; }
.footer-inner { width: 1440px; margin: 0 auto; padding: 0 ; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding: 46px 0; }
.footer-logo { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #c6ccd4; }
.footer-nav {display: flex;justify-content: start;padding: 5px 0;line-height: 30px;}
.footer-nav-title { min-width: 100px; margin-right: 40px; padding-right: 7px; background: url(../images/1.png) no-repeat right 12px; font-size: 18px; }
.footer-nav-list a { display: inline-block; min-width: 90px; margin-right: 30px; color: rgba(0,0,0,.8); font-size: 16px; }
.footer-ads { margin-top: 35px; padding-left: 70px; }
.footer-ads .tit { font-size: 18px; }
.footer-ads .desc { font-size: 18px; }
.footer-ads-1 { background: url(../images/2.png) no-repeat 0 0; }
.footer-ads-1 .tit { font-size: 18px; line-height: 38px; }
.footer-ads-1 .desc { font-size: 30px; line-height: 42px; }
.footer-ads-2 { margin-top: 28px; background: url(../images/3.png) no-repeat 0 0; }
.footer-ads-2 .tit { font-size: 16px; line-height: 28px; }
.footer-ads-2 .desc { font-size: 16px; line-height: 32px; }
.footer-sns { display: inline-block; margin: 36px 0 0 70px; padding: 0 7px; background-color: rgba(255,255,255,.3); border-radius: 44px; }
.footer-sns a { position: relative; display: inline-block; height: 44px; padding: 12px 15px; }
.footer-sns a i { position: absolute; bottom: 44px; left: 50%; width: 120px; margin-left: -0; opacity: 0; visibility: hidden; transition: all .3s ease; z-index: 1; }
.footer-sns a i img { width: 120px; height: 120px; }
.footer-sns a:hover i { opacity: 1; margin-left: -60px; visibility: visible; }
.copyright { padding: 18px 0; border-top: 1px solid #c6ccd4; color: rgba(0,0,0,.3); line-height: 26px; }
.copyright a { color: rgba(0,0,0,.3); transition: all .3s ease; }
.copyright a:hover { color: rgba(0,0,0,1); }

@media only screen and (max-width: 1680px){
   .footer-left { width: 50%; }
   .footer-right { width: 42%; }
}
@media only screen and (max-width: 1440px){
    .footer-inner { width: 1200px; }
}
@media only screen and (max-width: 1202px) {
    .footer-inner { width: 1000px; }
    .footer-logo { margin-bottom: 15px; padding-bottom: 15px;  }
    .footer-logo img {height: 70px;}
    .footer-nav-title { min-width: 90px; font-size: 16px; margin-right: 20px; }
    .footer-nav-list a { font-size: 14px; min-width: auto; margin-right: 15px; }
    .footer-ads { margin-top: 15px; padding-left: 45px; }
    .footer-ads .tit { font-size: 16px; }
    .footer-ads .desc { font-size: 18px; }
    .footer-ads-1 { background-size: 30px; }
    .footer-ads-1 .tit { font-size: 16px; line-height: 1.8; }
    .footer-ads-1 .desc { font-size: 24px; line-height: 1.6; }
    .footer-ads-2 { margin-top: 15px; background-size: 30px;  }
    .footer-ads-2 .tit { font-size: 16px; line-height: 1.8; }
    .footer-ads-2 .desc { font-size: 16px; line-height: 1.6; }
    .footer-sns { margin: 36px 0 0 45px;  }
}
@media only screen and (max-width: 992px) {
    .footer-inner {width: 100%;padding: 0 20px;}
    .footer-top { padding: 30px 0; }
    .footer-logo { text-align: center; }
    .footer-logo img {height: 70px;}
    .footer-left,
    .footer-right { width: 100%; }
    .footer-nav { flex-wrap: wrap; padding: 9px 0; line-height: 30px; }
    .footer-nav-title { display: block; margin-right: 0; padding-right: 7px; }
    .footer-nav-list { width: 100%; }
    .footer-nav-list a { font-size: 13px; }
}

.right_bar{position:fixed; bottom:300px; right:0; width:50px; height:203px; z-index:10;}
.right_bar li{ width:62px; height:50px; z-index:20; }
.right_bar li.rtbar_li1,
.right_bar li.rtbar_li4{ position:absolute; left:0;}
.right_bar li.rtbar_li1{ top:0; width:172px; }
.right_bar li.rtbar_li2{ position:absolute; top:51px; left:0; }
.right_bar li.rtbar_li3{ position:absolute; top:102px; left:0; width:126px; }
.right_bar li.rtbar_li4{ top:102px;}
.rtbar_li4{ position:absolute; top:153px; left:0;}
.right_bar li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#fff; box-shadow: 0 0 4px rgba(0,0,0,0.3); border-radius:0;}
.right_bar li a img{ display:block; float:left; width:24px; height:24px; margin:12px 12px 14px 14px;}
.right_bar li a:hover{ background-color:#2d4873; opacity:1;}

.rtbar_li1 { background: url(../images/33.png) no-repeat center; }

.mm1 { display: block; }
.mm2 { display: none; }

.right_bar li a:hover .mm1 { display: none; }
.right_bar li a:hover .mm2 { display: block; }

.rtbar_shwx{ display:none; position:absolute; top:-120px; left:-140px; padding-bottom:9px; }
.rtbar_shwx img{ padding:0; background-color:#FFF; }
.rtbar_shwx{top:-50px;}

.front2-swiper-x { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10001; background-color: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; visibility: hidden; }
.front2-n { width: 60%; overflow: hidden; visibility: hidden; position: absolute; z-index: 9; text-align: center; }
.front2-mark { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 8; display: none; }
@media only screen and (max-width: 992px) {
    .front2-n { width: 90%; }
}

#certify{position: relative;width: 100%;margin: 0 auto}
#certify .swiper-container{padding: 10px 0 40px; overflow: hidden; }
#certify .swiper-slide { display: flex; align-items: center; justify-content: center;  width:341px; height: 372px; }
#certify .swiper-slide img{display:block; width: auto;  width:335px;height: 241px; box-shadow: 0 8px 30px #ddd; }
#certify .swiper-slide p{line-height: 98px;padding-top: 0;text-align: center;color: #636363;font-size: 1.1em;margin: 0;}
#certify .swiper-pagination{width: 100%;bottom: 20px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active{border: 3px solid #00aadc;background-color: #fff;}
#certify .swiper-button-prev{left: -30px;width: 45px;height: 45px; background-position: 0 0;background-size: 100%;}
#certify .swiper-button-prev:hover{background-position: 0 -46px;background-size: 100%}
#certify .swiper-button-next{right: -30px;width: 45px;height: 45px; background-position: 0 -93px;background-size: 100%;}
#certify .swiper-button-next:hover{background-position: 0 -139px;background-size: 100%}
/*
#certify .swiper-slide-prev { transform: translateX(68px) scale(0.875)!important; }
#certify .swiper-slide-next { transform: translateX(-68px) scale(0.875)!important; }
*/
.honor2 .title-region { margin-bottom: 0;}
.honor2 { padding: 60px 0 0px; }