* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333;
    font-family: "微软雅黑";
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
    display: flex;
}

input,
textarea {
    outline: none;
}

i {
    font-style: normal;
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    background: #04257e;
}

.container {
    width: 1520px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .container {
    justify-content: space-between;
    height: 90px;
}

.header .logo {
    width: 8%;
    
}
.header .logo img:nth-child(1){
    display: block;
}
.header .logo img:nth-child(2){
    display: none;
}
.header .nav {
    height: 100%;
    margin: 0 6.5% 0 auto;
}

.header .nav ul {
    margin: 0 -25px;
    height: 100%;
}

.header .nav ul li {
    max-width: 60px;
    padding: 0 15px;
    transition: padding 0.5s;
    position: relative;
    margin: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header .nav ul li a {
    font-size: 14px;
    color: #ececec;
    text-align: center;
    transition: all 0.8s;
}

.header .nav ul li.active::after {
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%, 0%);
}

.header .menu {
    display: none;
    width: 39px;
    height: 39px;
    background: url(../images/menu_icon.png) no-repeat center / contain;
}

.header .submenu .search {
    width: 20px;
    height: 21px;
    background: url(../images/search.png) no-repeat center / 100%;
    cursor: pointer;
    display: block;
}

.headerfix,.caseHead,
.headerfixmenu {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix,.caseHead,
.headerfixmenu {
    border-bottom: solid 1px #d9d9d9;
    background: #fff;
}

.headerfix .logo img:nth-child(1),.caseHead .logo img:nth-child(1),
.headerfixmenu .logo img:nth-child(1){
    display: none;
}
.headerfix .logo img:nth-child(2),.caseHead .logo img:nth-child(2),
.headerfixmenu .logo img:nth-child(2){
    display: block;
}
.headerfix .nav ul li{
    padding: 0 10px;
}

.headerfix .nav ul li a ,.caseHead .nav ul li a{
    color: #3a3a3a;
}

.headerfix .nav ul li.active::after ,.caseHead .nav ul li.active::after{
    background: #3a3a3a;
}

.headerfix .submenu .search ,.caseHead .submenu .search{
    background: url(../images/search_active.png) no-repeat center/100%;
}

.banner {
    width: 100%;
}

.banner a {
    position: relative;
}

.banner .pic {
    width: 100%;
    overflow: hidden;
}

.banner .pic img {
    width: 100%;
}

.go .go_text,
.seemore .seemore_text {
    width: 140px;
    height: 45px;
    border-radius: 22.5px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.6s;
    box-sizing: border-box;
    background: #04257e;
    border: 1px solid rgba(4, 37, 126, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.go .go_text:hover,
.seemore .seemore_text:hover {
    background-image: -webkit-linear-gradient(left, #0731a3, #04257e);
    border: 1px solid rgba(4, 37, 126, 0.6);
    box-shadow: 0 10px 6px 0 rgb(4 37 126 / 15%);
}

.banner .go button {
    position: absolute;
    top: 68%;
    left: 10%;
    background: none;
    border: 1px solid rgba(255, 255, 255, .3);
}

.banner .swiper-pagination {
    bottom: 40px;
}

.banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    transition: width 0.5s;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
}

.home_about {
    position: relative;
    padding: 120px 0 164px 0;
    box-sizing: border-box;
}

.home_about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/home_about_bg.png) no-repeat 0 62% / 51%;
    -webkit-filter: grayscale(100%);
    transition: all 0.3s;
    opacity: 0.12;
}

.home_about .right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48.95%;
    height: 100%;
    
    transition: all 0.3s;
}


.home_title h2 {
    font-weight: normal;
    font-size: 30px;
    color: #04257e;
    text-transform: uppercase;
    padding-bottom: 20px;
    box-sizing: border-box;
    line-height: 1em;
    font-style: normal;
}

.home_title em {
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(28, 28, 28);
    line-height: 1em;
    font-style: normal;
    display: block;
}

.home_about .container {
    justify-content: space-between;
}

.home_about .left {
    width: 50%;
}

.home_about .left h1 {
    font-size: 26px;
    font-weight: bold;
    color: #04257e;
    line-height: 1em;
    margin-top: 80px;
    margin-bottom: 50px;
}

.home_about .left .des p {
    font-size: 14px;
    color: rgb(89, 89, 89);
    text-transform: uppercase;
    line-height: 2.5em;
}

.home_about .left .data {
    margin-top: 36px;
}

.home_about .left .data ul {
    justify-content: left;
}

.home_about .left .data ul li {
    margin-right: 130px;
}

.home_about .left .data ul li .top {
    position: relative;
    width: fit-content;
}

.home_about .left .data ul li .top h3 {
    font-weight: bold;
    font-size: 50px;
    color: #04257e;
    line-height: 0.9em;
    width: fit-content;
}

.home_about .left .data ul li .top i {
    font-size: 12px;
    color: #595959;
    font-style: normal;
    position: absolute;
    top: -10px;
    right: -22px;
}

.home_about .left .data ul li p {
    font-size: 14px;
    color: #bdbdbd;
    padding-top: 10px;
    box-sizing: border-box;
}

.home_about .left .seemore {
    margin-top: 60px;
}

.home_about .left .seemore .seemore_text {
    width: 150px;
}

/* 首页产品 */
.home_product {
    background: url(../images/home_product_bg.png) no-repeat center / cover;
    padding: 120px 0;
    box-sizing: border-box;
}

.home_product .home_title {
    flex-direction: column;
    margin-bottom: 100px;
}

.home_product .content ul {
    justify-content: space-between;
    margin: 0 -20px;
}

.home_product .content ul li {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    width: 50%;
}

.home_product .content ul li .photo {
    position: relative;
    overflow: hidden;
}

.home_product .content ul li .photo img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.home_product .content ul li:hover .photo img {
    transform: scale(1.02);
}

.home_product .content ul li .photo::after {
    position: absolute;
    content: "";
    display: flex;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_product .content ul li .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
}

.home_product .content ul li .center h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
    padding: 40px 0 20px 0;
    box-sizing: border-box;
}

.home_product .content ul li .center .icon {
    max-height: 55px;
}

/* 全品类产品体系 */
.home_proDes {
    background: url(../images/home_proDes_bg.jpg) no-repeat center / cover;
    padding: 170px 0;
    box-sizing: border-box;
}

.home_proDes .content {
    width: 41.8%;
}

.home_proDes .content h1 {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    line-height: 1.333em;
    margin-bottom: 30px;
}

.home_proDes .content em {
    font-style: normal;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.458em;
    display: block;
}

.home_proDes .content .des {
    margin-top: 60px;
    margin-bottom: 50px;
}

.home_proDes .content .des p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2.5em;
}

.home_proDes .content .seemore_text {
    width: 150px;
    background-color: #fff;
    color: #1c1c1c;
}

.home_proDes .content .seemore_text:hover {
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 0 10px 6px 0 rgb(255 255 255 / 15%);
}

/* 招商加盟 */
.home_join {
    background-color: #f8f8f8;
    padding: 100px 0;
    box-sizing: border-box;
}

.home_join .main {
    width: 89.58%;
    margin: 0 auto;
    background-color: #fff;
    justify-content: space-between;
    overflow: hidden;
}

.home_join .main .left {
    padding: 0 60px 0 100px;
    box-sizing: border-box;
    width: 50%;
}

.home_join .main .left h1 {
    font-weight: bold;
    font-size: 26px;
    color: #04257e;
    margin-top: 80px;
    margin-bottom: 30px;
    line-height: 1em;
    font-style: normal;
}

.home_join .main .left .des p {
    font-size: 14px;
    color: rgb(89, 89, 89);
    text-transform: uppercase;
    line-height: 2.5em;
    font-style: normal;
}

.home_join .main .left .seemore {
    margin-top: 70px;
}

.home_join .main .left .seemore .seemore_text {
    width: 150px;
}

.home_join .main .right {
    width: 50%;
    overflow: hidden;
}

.home_join .main .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 首页 - 服务案例 */
.home_case {
    background: url(../images/home_case_bg.png) no-repeat center / cover;
    padding: 120px 0;
    box-sizing: border-box;
}

.home_case .home_title {
    flex-direction: column;
}

.home_case .content {
    margin-top: 80px;
}

.home_case .content a {
    position: relative;
}

.home_case .content .photo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home_case .content .photo img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.home_case .content .swiper-slide:hover .photo img {
    transform: scale(1.04);
}

.home_case .content .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73.47%;
    height: 60px;
    background-color: #fff;
    transition: all 0.5s;
}

.home_case .content .text::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    transition: all 0.5s;
}

.home_case .content .swiper-slide:hover .text::after {
    background-color: #04257e;
    width: 100%;
}

.home_case .content .text .box {
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.home_case .content .text .box h5 {
    font-size: 16px;
    color: #141414;
    font-weight: normal;
    transition: all 0.5s;
}

.home_case .content .swiper-slide:hover .text .box h5 {
    color: #fff;
}

.home_case .content .text .box .arrow {
    overflow: hidden;
}

.home_case .content .text .box .arrow img {
    position: relative;
    left: -50px;
    filter: drop-shadow(50px 0 0 #141414);
}

.home_case .content .swiper-slide:hover .text .box .arrow img {
    position: unset;
    filter: unset;
}

.home_case .content .seemore {
    margin-top: 80px;
}

.home_case .content .seemore .seemore_text {
    margin: 0 auto;
}

/* 品牌资讯 */
.home_news {
    padding: 120px 0;
    box-sizing: border-box;
}

.home_news .content {
    margin-top: 80px;
}

.home_news .content .box {
    background-color: #FAFAFA;
    padding: 60px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.home_news .content .box::after {
    content: "";
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.4s ease-in-out 0s;
    background: #04257e;
}

.home_news .content .box:hover::after {
    opacity: 1;
}

.home_news .content .box .time {
    border-bottom: 1px solid #F1F1F1;
    transition: all 0.5s;
}

.home_news .content .box .time p {
    font-size: 14px;
    color: #a9a9a9;
    padding-bottom: 20px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.home_news .content .box:hover .time {
    border-bottom: 1px solid #285A4A;
}

.home_news .content .box:hover .time p {
    color: #8d9b96;
}

.home_news .content .box h1 {
    font-size: 22px;
    color: rgb(20, 20, 20);
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: normal;
    margin: 15px 0 35px 0;
    box-sizing: border-box;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home_news .content .box:hover h1 {
    color: #fff;
}

.home_news .content .box .des p {
    font-size: 14px;
    color: rgb(93, 93, 93);
    text-transform: uppercase;
    line-height: 1.786em;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home_news .content .box:hover .des p {
    color: #8d9b96;
}

.home_news .content .box .go {
    margin-top: 60px;
}

.home_news .content .box .go button {
    width: 50px;
    height: 28px;
    background: none;
    border: 1px solid #ECECEC;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: unset;
    transition: all 0.5s;
}

.home_news .content .box:hover .go button {
    border: 1px solid #fff;
    background-color: #fff;
}

.home_news .content .box .go button img {
    width: 10px;
    position: relative;
    left: -50px;
    filter: drop-shadow(50px 0 0 #141414);
}

.home_news .seemore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/* footer */
.footer {
    background-color: #04257e;
}

.footer .top {
    border-bottom: 1px solid #203b88;
}

.footer .top .container {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 0;
    box-sizing: border-box;
}

.footer .top .left .logo {
    width: 150px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 50px;
}

.footer .top .left .logo img {
    max-height: 60px;
    width: 100%;
    object-fit: contain;
}

.footer .top .left .tel span {
    font-size: 14px;
    color: #8d9b96;
    display: block;
    margin-bottom: 20px;
}

.footer .top .left .tel img {
    width: 192px;
}

/* .footer .top .left .tel h1 {
    font-size: 30px;
    font-weight: normal;
    color: transparent;
    background-image: linear-gradient(-101deg, #d4ac7c 0%, #ffedd5 28%, #d8b284 65%, #ffedd5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 75% 75%;
} */
.footer .top .left .store {
    margin-top: 44px;
}

.footer .top .left .store ul {
    justify-content: unset;
}

.footer .top .left .store ul li {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-right: 10px;
}

.footer .top .center .nav ul {
    display: flex;
    align-items: flex-start;
    margin: 0 -50px;
}

.footer .top .center .nav ul li {
    margin: 0 50px;
}

.footer .top .center .nav ul li>a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    box-sizing: border-box;
    transition: transform 1s;
    display: block;
}

.footer .top .center .nav ul li .sub .item {
    margin: 15px auto;
}

.footer .top .center .nav ul li .sub .item a {
    font-size: 14px;
    color: #8d9b96;
    transition: transform 1s;
    display: block;
}

.footer .top .center .nav ul li a:hover,
.footer .top .center .nav ul li .sub .item a:hover {
    color: #bc9d5f;
    transform: translate(5px, 0px);
}

.footer .top .right .code {
    position: relative;
}

.footer .top .right .code .borderBox {
    position: absolute;
}

.footer .top .right .code .borderBox img {
    object-fit: contain;
}

.footer .top .right .code .con {
    padding: 8px 10px;
    box-sizing: border-box;
}

.footer .top .right .code .con p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    line-height: 1em;
}

.footer .top .goTop {
    position: absolute;
    bottom: 34px;
    right: 0;
}

.footer .top .goTop p {
    font-size: 14px;
    color: #8d9b96;
    margin-right: 10px;
}

.footer .copyRight .container {
    display: flex;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.footer .copyRight .container p:first-child {
    margin-right: 18px;
}

.footer .copyRight .container p,
.footer .copyRight .container p a {
    font-size: 14px;
    color: #8d9b96;
    line-height: 1em;
}

/*搜索功能*/
.search-product {
    display: none;
}

.searchfix {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.searchfix .box {
    background: #fff url(/uploads/20260306/dd77cd50235452b3c495eaf8b507ed66.png) no-repeat center 10%/10%;
    max-width: 1200px;
    padding: 150px 15px 100px 15px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}

.searchfix .box form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 424px;
    margin: 0 auto;
}

.searchfix .box .test {
    float: left;
    width: 360px;
    line-height: 42px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    padding: 0 12px;
    font-size: 14px;
    color: #252525;
}

.searchfix .box .btn {
    width: 60px;
    height: 44px;
    line-height: 38px;
    border-radius: 0px;
    background: #04257e url(../images/search.png) no-repeat center center/20px;
}

.searchfix .box .btn:hover {
    background: #bc9d5f url(../images/search_active.png) no-repeat center center/20px;
}

/* footer - wap */
.footerWap {
    background-color: #04257e;
    padding: 90px 0 100px 0;
    box-sizing: border-box;
}

.footerWap .top .nav ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #203b89;
}

.footerWap .top .nav ul li a {
    padding: 30px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.footerWap .top .nav ul li span {
    font-size: 28px;
    color: #fff;
    line-height: 1em;
    transition: all 0.5s;
}

.footerWap .top .nav ul li:hover span {
    transform: translate(5px, 0);
    color: #bc9d5f;
}

.footerWap .top .tel {
    margin-top: 80px;
}

.footerWap .top .tel span {
    font-size: 24px;
    color: #8d9b96;
    margin-bottom: 20px;
    display: block;
}

.footerWap .top .tel img {
    width: 43.6%;
}

.footerWap .top {
    padding-bottom: 120px;
    box-sizing: border-box;
    border-bottom: 1px solid #203b89;
}

.footerWap .bottom {
    padding: 20px 0;
    box-sizing: border-box;
}

.footerWap .bottom p,
.footerWap .bottom p a {
    font-size: 24px;
    color: #8d9b96;
    line-height: 1.667em;
}

.footFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.footFixed ul li {
    flex: 1;
}

.footFixed ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footFixed ul li .icon {
    overflow: hidden;
    height: 29px;
}

.footFixed ul li .icon img {
    height: 100%;
}

.footFixed ul li p {
    font-size: 24px;
    color: #141414;
    padding-top: 15px;
    box-sizing: border-box;
    line-height: 1em;
}

.wap {
    display: none;
}
.pageBanner{
    position: relative;
}
.pageBanner .images img{
    width: 100%;
}
.pageBanner .text{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    color: #fff;
}
.pageBanner .text h4{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}
.pageBanner .text h5{
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.pageBanner .text p{
    margin-top: 50px;

}
.location{
    height: 90px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.location .cat{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #595959;
}
.location .cat i{
  
}
.location .cat a{
    color: #595959;
    margin-right: 5px;
    margin-left: 5px;
}
.location .cat span{
    margin-left: 5px;
}
.about1{
    padding-top: 10px;
    padding-bottom: 80px;
    background: url(../images/bg1.jpg) no-repeat center bottom;
    background-size: cover;
}
.about1 .container .bottom{
    display: flex;
    justify-content: space-between;
}
.about1 .container .title{
    padding-top: 15px;
}
.about1 .container .title h4{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 400;
}
.about1 .container .title h3{
    color: #04257e;
    font-size: 30px;
    font-weight: 400;
}
.about1 .container .title p{
    margin-top: 25px;
    color: #595959;
    font-size: 16px;
}
.about1 .container .bottom{
    margin-top: 50px;
}
.about1 .container .bottom .left{
    width: 40%;
}
.about1 .container .bottom .left img{
    max-width: 100%;
}
.about1 .container .bottom .right{
    width: 50%;
}
.about1 .container .bottom .right h3{
    font-size: 30px;
    font-weight: 400;
    color: #04257e;
}
.about1 .container .bottom .right h4{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.about1 .container .bottom .right .text{
    margin-top: 50px;
    font-size: 14px;
    color: #595959;
    line-height: 2em;
}
.about2{
    padding-bottom: 300px;
    padding-top: 80px;
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}
.about2 .title{
    text-align: center;
}
.about2 .title h4{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 400;
}
.about2 .title h5{
    font-size: 30px;
    color: #04257e;
    font-weight: 400;
}
.about2 .list{
    margin-top: 40px;
}
.about2 .list .gallery-top{
    overflow: hidden;
}
.about2 .list .swiper-slide{
    height: 360px;
    background: #fdfdfd;
    width: calc(33.33% - 23px);
    margin-right: 40px;
    box-sizing: border-box;
    padding: 25px;
}
.about2 .list .swiper-slide h4{
    text-align: center;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    padding-top: 25px;
}
.about2 .list .swiper-slide h5{
    text-align: center;
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}
.about2 .list .swiper-slide p:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #667aaf;
    display: block;
    margin-top: 8px;
    margin-right: 10px;
}
.about2 .list .swiper-slide p{
    color: #1c1c1c;
    font-size: 16px;
    padding-top: 30px;
    display: flex;
}
.about2 .list .swiper-slide-active{
    background: #fff;
}
.about2 .list .swiper-slide-active h4{
    color: #04257e;
    font-weight: bold;
}
.about2 .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
}
.about2 .bottom .gallery-thumbs{
    overflow: hidden;
    width: calc(100% - 80px);
}
.about2 .bottom .swiper-button-white{
    width: 40px;
    height: 40px;
    background: #c7c7c7;
    position: static;
    margin: 0;
    color: #fff;
    --swiper-navigation-size: 16px;
    border-radius: 50%;
}
.about2 .bottom .swiper-button-white:hover{
    background: #04257e;
}
.about2 .bottom .gallery-thumbs .swiper-slide{
    width: calc(100% / 7);
    box-sizing: border-box;
}
.about2 .bottom .gallery-thumbs .swiper-slide h4{
    text-align: center;
    font-size: 20px;
    color: #1c1c1c;

}
.about2 .bottom .gallery-thumbs .swiper-slide h5{
    text-align: center;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
}
.about2 .bottom .gallery-thumbs .swiper-slide p{
    height: 1px;
    background: #f1f1f1;
    margin: 30px 0;
    position: relative;
}
.about2 .bottom .gallery-thumbs .swiper-slide p span{
    width: 15px;
    height: 15px;
    background: #f9f9f9;
    border: #f1f1f1 solid 1px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-right: -7.5px;
    top: -8px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about2 .bottom .gallery-thumbs .swiper-slide-thumb-active p span{
    border: 1px solid #04257e;

}
.about2 .bottom .gallery-thumbs .swiper-slide-thumb-active p span:after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #04257e;
}
.about2 .bottom .gallery-thumbs .swiper-slide-thumb-active h4,.about2 .bottom .gallery-thumbs .swiper-slide-thumb-active h5{
    color: #04257e;
}
.about3{
    padding: 45px 5%;
    box-sizing: border-box;
}
.about3 .img{
    display: flex;
    justify-content: center;
}
.about3 .img img{
    max-width: 100%;
}
.about4{
    padding: 80px 0;
    overflow: hidden;
}
.about4 .title{
    text-align: center;
}
.about4 .title h4{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 400;
}
.about4 .title h5{
    font-size: 30px;
    color: #04257e;
    font-weight: 400;
}
.about4 .list{
    margin-top: 40px;

}
.about4 .list .swiper-container{
}
.about4 .list .swiper-container .swiper-slide{
    transform: scale(0.9);
    width: 70%;
}
.about4 .list .swiper-container .swiper-slide .img img{
    width: 100%;
}
.about4 .list .swiper-container .swiper-slide-active{
    transform: scale(1);
}
.about4 .list .swiper-container .swiper-slide .text{
    margin-top: 20px;
}
.about4 .list .swiper-container .swiper-slide .text p{
    font-size: 24px;
    color: #1c1c1c;
    padding-left: 5px;
    border-left: 5px solid #04257e;
    display: none;
}
.about4 .list .swiper-container .swiper-slide-active .text p{
    display: block;
}
#but{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
#but div{
    position: static;
    margin-right: 20px;
    border: 1px solid #04257e;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
#but div img:nth-child(1){
    display: block;
}
#but div img:nth-child(2){
    display: none;
}
#but div.next img:nth-child(1){
    display: block;
    transform: rotate(180deg);
}
#but div.prev img:nth-child(2){

    transform: rotate(180deg);
}
#but div:hover{
    background: #04257e;
}
#but div:hover img:nth-child(1){
    display: none;
}
#but div:hover img:nth-child(2){
    display: block;
}
.about5{
    padding: 80px 0;
}
.about5 .title{
    text-align: center;
}
.about5 .title h4{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 400;
}
.about5 .title h5{
    font-size: 30px;
    color: #04257e;
    font-weight: 400;
}
.about5 .list{
    margin-top: 40px;
}
.about5 .list .swiper-container{
    overflow: hidden;
}
.about5 .list .swiper-container .swiper-slide{
    width: calc(33.33% - 26px);
    margin-right: 39px;
    background: #f8f8f8;
    cursor: pointer;
}
.about5 .list .swiper-container .swiper-slide .img{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.about5 .list .swiper-container .swiper-slide .img .w{
    overflow: hidden;
    border-radius: 15px;
}
.about5 .list .swiper-container .swiper-slide .img .w img{
    width: 100%;
}
.about5 .list .swiper-container .swiper-slide .img .p{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    display: none;
}
.about5 .list .swiper-container .swiper-slide:hover .img .p{
    display: block;
}
.about5 .list .swiper-container .swiper-slide p{
    margin-top: 40px;
    padding: 0 25px ;
    font-size: 16px;
    color: #989898;
}
.about5 .list .swiper-container .swiper-slide h4{
    font-size: 18px;
    font-weight: bold;
    padding: 0 25px;
    margin-top: 10px;
    padding-bottom: 40px;
    line-height: 1.7em;
}
.about5 .list .swiper-container .swiper-slide:hover h4{
    color: #04257e;
}
.about5 .list .pagination{
    margin-top: 40px;
}
.about5 .list .pagination .swiper-pagination{
    position: static;
    display: flex;
    justify-content: center;
}
.about5 .list .pagination .swiper-pagination span{
    width: 30px;
    height: 5px;
    border-radius: 2.5px;
}
.about5 .list .pagination .swiper-pagination span.swiper-pagination-bullet-active{
    background: #04257e;
}
.about5 .more{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.about5 .more a{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #04257e;
    border-radius: 20px;
    color: #fff;
}
.mo{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;

    display: none;
}
.mo .box .title{
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.mo .box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.mo .box>div{
    position: relative;
}
.mo .box .icon{
    position: absolute;
    right: -40px;
    top: 0px;
    cursor: pointer;
}
.mo .box .img{
    margin-top: 20px;
}
.mo .box .img video{
    width: 600px;
    height: 400px;
}
.about6{
    padding-top: 80px;
}
.about6 .title{
    text-align: center;
}
.about6 .title h4{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 400;
}
.about6 .title h5{
    font-size: 30px;
    color: #04257e;
    font-weight: 400;
}
.about6 .img{
    margin-top: 40px;
}
.about6 .img img{
    width: 100%;
}
.newPro{
    padding: 40px 0;
}
.newPro .title{
    text-align: center;
}
.newPro .title p{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.newPro .title h3{
    font-size: 30px;
    color: #04257e;
    font-weight: bold;
    margin-top: 5px;
}
.newPro .list{
    margin-top: 40px;
}
.newPro{
    overflow: hidden;
}
.newPro .list .swiper-slide{
    width: 60%;
    box-sizing: border-box;
    margin-right: 35px;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}
.newPro .list .swiper-slide .img{
    width: 60%;
    overflow: hidden;
    border-radius: 15px;
}
.newPro .list .swiper-slide .img img{
    width: 100%;
}
.newPro .list .swiper-slide .text{
    background: #f8f8f8;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newPro .list .swiper-slide .text h4{
    font-size: 24px;
    color: #141414;
}
.newPro .list .swiper-slide .text p{
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 10px;
}
.newPro .list .swiper-slide .text a{
    width: 140px;
    height: 45px;
    border: 1px solid #cacaca;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cacaca;
    border-radius: 22.5px;
    box-sizing: border-box;
    margin: 25px auto 0;
    transition: all 0.8s;
    position: relative;
}
.newPro .list .swiper-slide .text a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}
.newPro .list .swiper-slide-active .text h4{
    color: #04257e;
}
.newPro .list .swiper-slide-active .text a{
    background: #04257e;
    color: #fff;
    border: 1px solid #04257e;
}
.newPro .list .swiper-slide .text a:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.newPro .list .swiper-slide .text a:hover span{
    position: relative;
    z-index: 3;
}
.newPro .list .swiper-slide .text a:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.comPro{
    background: #fcfcfc;
    padding: 80px 0;
}
.comPro .title{
    text-align: center;
}
.comPro .title p{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.comPro .title h3{
    font-size: 30px;
    color: #04257e;
    font-weight: bold;
    margin-top: 5px;
}
.comPro .list{
    margin-top: 40px;
}
.comPro .list .swiper-container{
    overflow: hidden;
}
.comPro .list .swiper-container .swiper-slide{
    width: calc(100% / 3 - 26px);
    box-sizing: border-box;
    margin-right: 39px;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
}
.comPro .list .swiper-container .swiper-slide a .img{
    overflow: hidden;
    border-radius: 15px;
}
.comPro .list .swiper-container .swiper-slide a .img img{
    width: 100%;
}
.comPro .list .swiper-container .swiper-slide a .text{
    padding: 45px 25px;
    text-align: center;
}
.comPro .list .swiper-container .swiper-slide a .text h4{
    font-size: 24px;
    color: #141414;
}
.comPro .list .swiper-container .swiper-slide a .text p{
    color: #5d5d5d;
    margin-top: 20px;
    font-size: 14px;
}
.comPro .list .swiper-container .swiper-slide a .text span{
    display: block;
    margin-top: 20px;
    color: #a9a9a9;
    font-size: 14px;
}
.comPro .list .swiper-container .swiper-slide a:hover .text span{
    color: #04257e;
}
.comPro .list .swiper-container .swiper-slide a:hover .text h4{
    color: #04257e;
}
.comPro .solibar{
    margin-top: 20px;
}
.comPro .solibar .swiper-pagination{
    position: static;
    position: relative;
    height: 8px;
    background: #eeeeee;
    width: 65%;
    margin: 0 auto;
}
.comPro .solibar .swiper-pagination span{
    background: #04257e;
}
.classPro{
    padding: 80px 0 80px;
}
.classPro .top .item{
    display: flex;
    margin-bottom: 40px;
}
.classPro .top .item .left{
    width: 25%;
    box-sizing: border-box;
    background: #f8f8f8;
}
.classPro .top .item .left .title{
    padding: 40px 15px 0;
}
.classPro .top .item .left .title p{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.classPro .top .item .left .title h3{
    font-size: 30px;
    color: #04257e;
    font-weight: bold;
    margin-top: 5px;
}
.classPro .top .item .left .img{
    margin-top: 10px;
    overflow: hidden;
}
.classPro .top .item .left .img img{
    width: 100%;
}
.classPro .top .item .right{
    width: 75%;
}
.classPro .top .item .right ul{
    display: flex;
    height: 100%;
}
.classPro .top .item .right ul li{
    width: calc(33.33% - 40px);
    margin-left: 40px;
    height: 100%;
}
.classPro .top .item .right ul li a{
    background: #f8f8f8;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.classPro .top .item .right ul li a .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    box-sizing: border-box;
}
.classPro .top .item .right ul li a .img img{
    max-width: 100%;
    max-height: 100%;
}
.classPro .top .item .right ul li a .img img:nth-child(1){
    display: block;
}
.classPro .top .item .right ul li a .img img:nth-child(2){
    display: none;
    height: 100%;
    width: 100%;
}
.classPro .top .item .right ul li a .text{
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.classPro .top .item .right ul li a .text h4{
    font-size: 24px;
    color: #141414;
    font-weight: bold;
}
.classPro .top .item .right ul li a .text p{
    font-size: 14px;
    color: #a9a9a9;
}
.classPro .top .item .right ul li a:hover .img img:nth-child(2){
    display: block;
}
.classPro .top .item .right ul li a:hover .img img:nth-child(1){
    display: none;
}
.classPro .bottom{
    
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.classPro .bottom .left{
    width: 50%;
    overflow: hidden;
    border-radius: 15px;
}
.classPro .bottom .left img{
    width: 100%;
}
.classPro .bottom .right{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f8f8f8;
}
.classPro .bottom .right p{
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.classPro .bottom .right h4{
    font-size: 30px;
    color: #04257e;
    margin-top: 10px;
}
.classPro .bottom .right em{
    font-style: unset;
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #5d5d5d;
}
.classPro .bottom .right a{
    display: block;
    width: 140px;
    height: 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    border: 1px solid #04257e;
    border-radius: 22.5px;
    margin: 70px auto 0;
    background: #04257e;
    color: #fff;
    transition: all 0.4s;
}
.classPro .bottom .right a span{
    color: #fff;
}
.classPro .bottom .right a:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.classPro .bottom .right a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}
.classPro .bottom .right a:hover span{
    position: relative;
    z-index: 3;
    color: #04257e;
}
.classPro .bottom .right a:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.proCat{

}
.proCat .top{
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proCat .top .left ul{
    display: flex;
    align-items: center;
}
.proCat .top .left ul li{
    margin-right: 80px;
}
.proCat .top .left ul li a{
    font-size: 18px;
    color: #141414;
    font-weight: bold;
}
.proCat .top .left ul li a:hover,.proCat .top .left ul li.active a{
    color: #04257e;
}
.proCat .subClass{
    background: #fbfbfb;
    padding: 20px 40px;
}
.proCat .subClass ul{
    display: flex;
    flex-wrap: wrap;
}
.proCat .subClass ul li{
    margin-right: 35px;
}
.proCat .subClass ul li a{
    font-size: 16px;
    color: #5d5d5d;
    display: block;
    
}
.proCat .subClass ul li a:after{
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    background: #fbfbfb;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
.proCat .subClass ul li a:hover,.proCat .subClass ul li.active a{
    color: #04257e;
}
.proCat .subClass ul li a:hover:after,.proCat .subClass ul li.active a:after{
    background: #04257e;
}
.proCat .top .right form{
    display: flex;
    border-radius: 22px;
    height: 44px;
    width: 260px;
    border: 1px solid #04257e;
    overflow: hidden;
}
.proCat .top .right form input{
    width: 200px;
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}
.proCat .top .right form button{
    background: #fbfbfb;
    width: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.proCat .top .right form button:after{
    content: "";
    height: 20px;
    width: 1px;
    background: #dfdfdf;
    display: block;
    position: absolute;
    left: 0;
}
.product{
    padding: 60px 0 0;
}
.product ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.product ul li{
    width: 25%;
    box-sizing: border-box;
    padding: 20px;
}
.product ul li a {
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.product ul li a .img{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.product ul li a .img img{
    width: 100%;
}
.product ul li a .text{
    padding: 45px 20px;
    text-align: center;
}
.product ul li a .text h4{
    font-size: 24px;
    color: #141414;
}
.product ul li a .text p{
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 20px;
}
.product ul li a .text span{
    font-size: 14px;
    color: #a9a9a9;
    display: block;
    margin-top: 15px;
}
.product ul li a:hover .text h4{
    color: #04257e;
}
.product ul li a:hover .text span{
    color: #04257e;
}
.pages{
    text-align: center;
    padding: 35px 35px;
}
.pages ul{
    display: flex;
    justify-content: center;
}
 .pages ul li{
    padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    display: block;
    color: #141414;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
    background: #04257e; 
    color: #fff;
    border: 1px solid #04257e;
}
.showBanner{
    padding-top: 90px;
    background: #04257e;
}
.showBanner .container{
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.showBanner .container h3{
    font-size: 24px;
    color: #fff;
}
.showBanner .container a{
    width: 145px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.showBanner .container a:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.showBanner .container a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}
.showBanner .container a:hover span{
    position: relative;
    z-index: 3;
    color: #04257e;
}
.showBanner .container a:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.productShow .top{
    display: flex;
    justify-content: space-between;
}
.productShow .top .left{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.productShow .top .left .thum{
    width: 20%;
    height: 415px;
    overflow: hidden;
}
.productShow .top .left .thum .swiper-container{
    height: 415px;
    overflow: hidden;
}
.productShow .top .left .image{
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
}
.productShow .top .left .thum .swiper-slide{
    height: 95px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.productShow .top .left .thum .swiper-slide-thumb-active{
    border: 1px solid #04257e;
}
.productShow .top .left .thum .swiper-slide img{
    width: 100%;
    height: 100%;
}
.productShow .top .left .image .swiper-slide img{
    width: 100%;
}
.productShow .top .left .image .swiper-container{
    width: 100%;
    overflow: hidden;
}
.productShow .top .right{
    width: calc(50% - 40px);
    box-sizing: border-box;

}
.caseShow .content{}
.caseShow .content img{
    width: 100%;
}
.productShow .top .right .title{
    display: flex;
    align-items: center;
    background: #f8f8f8;
    height: 60px;
    border-left: 10px solid #04257e;
    padding-left: 15px;
}
.productShow .top .right .title h3{
    font-size: 18px;
    color: #1c1c1c;
}
.productShow .top .right .title p{
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #a9a9a9;
}
.productShow .top .right .text{
    padding: 25px 0;
}
.productShow .top .right .text p{
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5d5d5d;
}
.productShow .top .right .text p:before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #04257e;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
.productShow .top .right .more{
    display: flex;
    align-items: center;
    width: 130px;
    height: 38px;
    background: #04257e;
    justify-content: center;
}
.productShow .top .right .more img{
    margin-right: 10px;
}
.productShow .top .right .more span{
    font-size: 14px;
    color: #fff;
}
.productShow .content{
    padding-top: 68px;
}
.productShow .content .title{
    display: flex;
    align-items: center;
    background: #f8f8f8;
    height: 60px;
    border-left: 10px solid #04257e;
    padding-left: 15px;
}
.productShow .content .title h3{
    font-size: 18px;
    color: #1c1c1c;
}
.productShow .content .title p{
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #a9a9a9;
}
.productShow .content .con{
    padding: 25px 0;
}
.productShow .content .con img{
    width: 100%;
}
.showCom{
    background: #fcfcfc;
    padding: 80px 0;
}
.showCom .title{
    text-align: center;
    font-size: 30px;
    color: #04257e;
}
.showCom .list{
    margin-top: 40px;
}
.showCom .list ul{
    display: flex;
    margin: 0 -10px;
}
.showCom .list ul li{
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}
.showCom .list ul li a{

}
.showCom .list ul li a {
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.showCom .list ul li a .img{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.showCom .list ul li a .img img{
    width: 100%;
}
.showCom .list ul li a .text{
    padding: 45px 20px;
    text-align: center;
}
.showCom .list ul li a .text h4{
    font-size: 24px;
    color: #141414;
}
.showCom .list ul li a .text p{
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 20px;
}
.showCom .list ul li a .text span{
    font-size: 14px;
    color: #a9a9a9;
    display: block;
    margin-top: 15px;
}
.showCom .list ul li a:hover .text h4{
    color: #04257e;
}
.showCom .list ul li a:hover .text span{
    color: #04257e;
}
.join1{
    padding: 80px 0;
}
.join1 .title{
    margin: 0 auto;
    text-align: center;
}
.join1 .title h5{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.join1 .title h4{
    color: #04257e;
    font-size: 30px;
    margin-top: 10px;
}
.join1 .title p{
    font-size: 14px;
    color: #a9a9a9;
    
    width: 700px;
    margin: 10px  auto;
}
.join1 .list{
    display: flex;
    justify-content: left;
    margin-top: 40px;
}
.join1 .list .left{
    width: 50%;
}
.join1 .list .left ul li{
    display: none;
}
.join1 .list .left ul li.active {
    display: block;
}
.join1 .list .left ul li img{
    width: 100%;
}
.join1 .list .right{
    width: calc(1520px / 2);
    box-sizing: border-box;
    padding-left: 40px;
}
.join1 .list .right ul li{
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0 30px;
    transition: all 0.5s;
}
.join1 .list .right ul li h4{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f8f8f8;
}
.join1 .list .right ul li h4 i{
    width: 10px;
    height: 10px;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
    background: #212121;
    border-radius: 50%;
    transition: all 0.5s;
}
.join1 .list .right ul li h4 span{
    margin-left: 10px;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;
}
.join1 .list .right ul li h4 em{
    font-style: unset;
    font-size: 14px;
    color: #a9a9a9;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 10px;
}
.join1 .list .right ul li p{
    padding: 35px 0;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;
    display: none;
}
.join1 .list .right ul li.active{
    background: #fff;
    box-shadow: 0 0 10px #f5f5f5;
    transition: all 0.5s;
}
.join1 .list .right ul li.active h4 i{
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #04257e;
    color: #fff;
    transition: all 0.5s;
}
.join1 .list .right ul li.active h4 em{
    display: none;
}
.join1 .list .right ul li.active p{
    display: block;
}
.open{
    background: #fcfcfc;
    padding: 80px 0;
}
.open .title{
    text-align: center;
}
.open .title h5{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.open .title h4{
    color: #04257e;
    font-size: 30px;
    margin-top: 10px;
}
.open .title p{
    font-size: 14px;
    color: #a9a9a9;
    width: 700px;
    margin: 10px  auto;
}
.open .form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.open .form input{
    width: calc(25% - 20px);
    height: 50px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 0 10px;font-size: 14px;
    outline: unset;
}
.open .form select{
    width: calc(25% - 20px);
    height: 50px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 0 10px;font-size: 14px;
    color: #666;
    outline: unset;
}
.open .but{
    margin-top: 20px;
}
.open .but button{
    width: 150px;
    height: 44px;
    background: #04257e;
    color: #fff;
    border-radius: 22px;
}
.global{
    padding: 80px 0;
}
.global .container{
    display: flex;
    justify-content: space-between;
}
.global .container .left{
    width: 45%;
    box-sizing: border-box;
    padding-right: 40px;
}
.global .container .right{
    width: 55%;
}
.global .container .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.global .container .right ul li{
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.global .container .right ul li img{
    width: 100%;
}
.global .container .left .title{

}
.global .container .left .title p{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.global .container .left .title h4{
    font-size: 30px;
    color: #04257e;
    margin-top: 10px;
}
.global .container .left .text{
    margin-top: 80px;
    font-size: 16px;
    color: #595959;
    line-height: 1.8em;
}
.global .container .left .text h5{
    font-size: 22px;
    color: #1c1c1c;
    font-weight: 400;
    margin-bottom: 15px;
}
.global .container .left .bottom{
    margin-top: 35px;
}
.global .container .left .bottom ul{
    display: flex;
    flex-wrap: wrap;
}
.global .container .left .bottom ul li{
    color: #595959;
    font-size: 16px;
    margin-right: 40px;
}
.global .container .left .bottom ul li span{
    font-size: 30px;
    color: #04257e;
}
.Application{
    background: url(../images/join_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    height: 960px;
    box-sizing: border-box;
}
.Application .title{
    text-align: center;
    color: #fff;
}
.Application .title h5{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
.Application .title h4{
    font-size: 30px;
    margin-top: 10px;
}
.Application .title p{
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 25px;
    width: 600px;
    margin: 25px auto 0;
    line-height: 1.8em;
}
.Application .title a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    color: #fff;
    border-radius: 22.5px;
    border: 1px solid #a9a9a9;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.Application .title a:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.Application .title a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}
.Application .title a:hover span{
    position: relative;
    z-index: 3;
    color: #04257e;
}
.Application .title a:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.Cooperation{
    padding: 80px 0;
}
.Cooperation .title{
    text-align: center;
}
.Cooperation .title h5{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.Cooperation .title h4{
    font-size: 30px;
    color: #04257e;
    margin-top: 10px;
}
.Cooperation .title p{
    font-size: 14px;
    color: #a9a9a9;
    margin: 15px auto;
    width: 600px;
    line-height: 1.8em;
}
.Cooperation .list{
    margin-top: 40px;
    display: flex;
}
.Cooperation .list .left{
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}
.Cooperation .list .left img{
    width: 100%;
}
.Cooperation .list .right{
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
}
.Cooperation .list .right ul li{
    padding-bottom: 20px;
}
.Cooperation .list .right img{
    width: 100%;
}
.Cooperation .more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.Cooperation .more a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    color: #fff;
    border-radius: 22.5px;
    border: 1px solid #a9a9a9;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #04257e;
    font-size: 14px;
}

.Cooperation .more a:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.Cooperation .more a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}
.Cooperation .more a:hover span{
    position: relative;
    z-index: 3;
    color: #04257e;
}
.Cooperation .more a:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.Support{
    padding: 80px 0;
    background: #fcfcfc;
}
.Support .title{
    text-align: center;
}
.Support .title h5{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.Support .title h4{
    font-size: 30px;
    color: #04257e;
    margin-top: 10px;
}
.Support .title p{
    font-size: 14px;
    color: #a9a9a9;
    margin: 15px auto;
    width: 600px;
    line-height: 1.8em;
}
.Support .list{
    margin-top: 40px;
}
.Support .list ul{
    display: flex;
    justify-content: space-between;
}
.Support .list ul li{
    width: calc(100% / 6);
    box-sizing: border-box;
    text-align: center;
    padding: 0 25px;
}
.Support .list ul li h4{
    font-size: 20px;
    color: #04257e;
}
.Support .list ul li .munber{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #04257e;
    font-size: 22px;
    border-radius: 50%;
    margin: 20px auto ;
    font-weight: bold;
}
.Support .list ul li p{
    font-size: 14px;
    color: #595959;
  
}
.joinForm{
    padding: 80px 0;
}
.joinForm .title{
    text-align: center;
}
.joinForm .title h5{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: uppercase;
}
.joinForm .title h4{
    font-size: 30px;
    color: #04257e;
    margin-top: 10px;
}
.joinForm .title p{
    font-size: 14px;
    color: #a9a9a9;
    margin: 15px auto;
    width: 600px;
    line-height: 1.8em;
}
.joinForm .list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.joinForm .list .left{
    width: 70%;
    box-sizing: b;
}
.joinForm .list .right{
    width: 30%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 60px;
}
.joinForm .list .left .top{
    font-size: 16px;
    color: #595959;
    line-height: 1.8em;
}
.joinForm .list .left .top p span{
    color: #04257e;
    font-weight: bold;
}
.joinForm .list .left .form{
    margin-top: 15px;
}
.joinForm .list .left .form .input{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.joinForm .list .left .form .input input{
    width: calc(33.33% - 15px);
    height: 50px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding: 0 10px;
}
.joinForm .list .left .form .input select{
    width: calc(33.33% - 15px);
    height: 50px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding: 0 10px;
    color: #676767;
}
.joinForm .list .left .form .text{

}
.joinForm .list .left .form .text textarea{
    width: 100%;
    border: 1px solid #ececec;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
}
.joinForm .list .left .form .but{
    padding-top: 20px;
    display: flex;
}
.joinForm .list .left .form .but button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    color: #fff;
    border-radius: 22.5px;
    border: 1px solid #a9a9a9;
 
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #04257e;
    font-size: 14px;
}
.joinForm .list .left .form .but button:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.joinForm .list .left .form .but button:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}
.joinForm .list .left .form .but button:hover span{
    position: relative;
    z-index: 3;
    color: #04257e;
}
.joinForm .list .left .form .but button:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.joinForm .list .right .bottom{
    height: 201px;
    border-top: 1px dashed #f5f5f5;
}

.joinForm .list .right .bottom .swiper-slide{
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #595959;
    border-bottom: 1px #f5f5f5 dashed;
}
.joinForm .list .right .bottom .swiper-container{
    height: 201px;
    overflow: hidden;
}
.joinForm .list .right .p{
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 15px;
}
.joinForm .list .right .p span{
    font-weight: bold;
    color: #04257e;
}
.caseBanner{
    padding-top: 90px;
}
.case{
    padding-top: 45px;
}
.case ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.case ul li{
    padding: 20px;
    box-sizing: border-box;
    width: 33.333%;
}
.case ul li a{
    display: block;
    border: 1px solid #141414;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px;
}
.case ul li a .img{
    overflow: hidden;
    border-radius: 10px;
}
.case ul li a .img img{
    width: 100%;
}
.case ul li a h4{
    font-size: 24px;
    font-weight: bold;
    color: #141414;
    padding-top: 15px;
}
.case ul li a p{
    font-size: 14px;
    color: #141414;
    margin-top: 10px;
}
.case ul li a:hover{
    background: #04257e;
    border: 1px solid #04257e;
}
.case ul li a:hover h4{
    color: #fff;
}
.case ul li a:hover p{
    color: #8d9cb6;
}
.caseShow{
    margin-top: 25px;
}
.caseShow .top{
    display: flex;
    justify-content: space-between;
}
.caseShow .top .left{
    width: 50%;
    box-sizing: border-box;
    padding-right: 25px;
}
.caseShow .top .left img{
    width: 100%;
}
.caseShow .top .right{
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
}
.caseShow .top .right .text{
    border-bottom: 1px solid #f5f5f5;
}
.caseShow .top .right .text h3{
    font-size: 30px;
    font-weight: bold;
    color: #141414;
    padding: 15px 0;
}
.caseShow .top .right .text p{
    font-size: 16px;
    color: #5d5d5d;
    padding: 15px 0;
}
.caseShow .top .right .dis{
    border-bottom: 1px solid #f5f5f5;
    height: 138px;
    display: flex;
    font-size: 16px;
    color: #5d5d5d;
    align-items: center;
}
.caseShow .top .right .return{
    padding-top: 40px;
}

.caseShow .top .right .return a{
    width: 156px;
    height: 45px;
    border: 1px solid #04257e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 22.5px;
    box-sizing: border-box;
    transition: all 0.8s;
    position: relative;
    background: #04257e;
}
.caseShow .top .right .return a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #f8f8f8;
    width: 0;
    border-radius: 22.5px;
    transition: all 0.4s;
}

.caseShow .top .right .return a:hover{
    color: #04257e;
    border: 1px solid #04257e;
    transition: all 0.8s;
}
.caseShow .top .right .return a:hover span{
    position: relative;
    z-index: 3;
}
.caseShow .top .right .return a:hover:after{
    transition: all 0.4s;
    width: 100%;
}
.caseShow .content{
    padding: 40px 0;
}
.news{

}
.news ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.news ul li{
    width: 33.33%;
    box-sizing: border-box;
    padding:20px;
}
.news ul li a{
    box-sizing: border-box;
    display: block;
    padding: 20px;
    border: 1px solid #f5f5f5;
}
.news ul li a .img img{
    width: 100%;
}
.news ul li a em{
    font-style: unset;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #a9a9a9;
}
.news ul li a h4{
    font-size: 22px;
    color: #141414;
    padding: 10px 0;
    font-weight: 400;
}
.news ul li a p{
    color: #5d5d5d;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.news ul li a:hover{
    border: 1px solid #04257e;
}
.news ul li a:hover h4{
    color: #04257e;
}
.newsShow{
    padding: 40px 0;
}
.newsShow .container{
    display: flex;
    justify-content: space-between;
}
.newsShow .container .left{
    width: 70%;
    box-sizing: border-box;
    padding-right: 20px;
}
.newsShow .container .right{
    width: 30%;
    box-sizing: border-box;
}
.newsShow .container .left .title{
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    text-align: center;
}
.newsShow .container .left .title h3{
    font-size: 24px;
    color: #141414;
    font-weight: 400;
}
.newsShow .container .left .title P{
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 10px;
}
.newsShow .container .left .content{
    padding: 20px 0;
    display: block;
}
.newsShow .container .left .content img{
    display:block;
    width: 100%;
}
.newsShow .container .left .return{
    margin-top: 15px;
}
.newsShow .container .left .return a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    border-radius: 22.5px;
    color: #141414;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    margin: 0 auto;
}
.newsShow .container .left .return a:hover{
    border: 1px solid #04257e;
    color: #04257e;
}
.newsShow .container .left .bottom{
    border-top: 1px solid #f5f5f5;
    margin-top: 25px;
    padding-top: 25px;
}
.newsShow .container .left .bottom p{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 2em;
}
.newsShow .container .left .bottom p a{
    color: #5d5d5d;
}
.newsShow .container .right{
    background: #f7f7f7;
}
.newsShow .container .right .title{
    padding: 15px 20px 0;
}
.newsShow .container .right .title h3{
    font-size: 18px;
    color: #04257e;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}
.newsShow .container .right .list{
    margin-top: 15px;
    padding: 0 20px;
    overflow-y: auto;
    height: 1200px;
}
.newsShow .container .right .list  ul li{
    padding-bottom: 25px;
}
.newsShow .container .right .list  ul li a{
    display: block;
    background: #fff;
    padding-bottom: 20px;
}
.newsShow .container .right .list  ul li a .img img{
    width: 100%;
}
.newsShow .container .right .list  ul li a h4{
    padding: 20px 20px 0;
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.newsShow .container .right .list  ul li a p{
    color: #5d5d5d;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 20px;
}
.newsShow .container .right .list  ul li a .time{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
    color: #a9a9a9;
}
.newsShow .container .right .list  ul li a .time em{
    font-style: unset;
    color: #5d5d5d;
}
.newsShow .container .right .list  ul li a:hover h4{
    color: #04257e;
}
.sidebar{
    margin-top: 15px;
}
.sidebar ul{
    display: flex;
}
.sidebar ul li{
    margin-right: 20px;
}
.sidebar ul li a{
    display: block;
    padding: 10px 45px;
    background: #f8f8f8;
    color: #1c1c1c;
    font-size: 14px;
}
.sidebar ul li a:hover,.sidebar ul li.active a{
    background: #04257e;
    color: #fff;
}
.network{
    margin-top: 45px;
    height: 900px;
    position: relative;
}
.network .map{
    width: 100%;
    height: 900px;
    background: #f6f6f6;
}
.network .box{
    width: 450px;
    background: #fff;
    position: absolute;
    top: 125px;
    right: 5%;
    z-index: 9999;
} 
.network .box .title{
    padding: 35px 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}
.network .box .title select{
    width: 32%;
    border: 1px solid #f5f5f5;
    height: 40px;
    font-size: 14px;
}
.network .box .title button{
    width: 32%;
    background: #04257e;
    color: #fff;
    height: 40px;
}
.network .box .list{
    padding: 25px 20px;
    height: 540px;
    overflow-y: auto;
}
.network .box .list ul li{
    padding: 25px 0;
    border-bottom: 1px solid #f5f5f5;
}
.network .box .list ul li.active{
    border-bottom: 1px solid #04257e;
}
.network .box .list ul li h4{
    font-size: 20px;
    color: #141414;
    margin-bottom: 10px;
}
.network .box .list ul li p{
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.8em;
}
.network .box .list ul li.active h4{
    color: #04257e;
}
.contact{
    padding: 45px 0 40px;
}
.contact .top{
    display: flex;
    justify-content: space-between;
}
.contact .top .left{
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
.contact .top .right{
    width: 50%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
}
.contact .top .left .title{
    font-size: 24px;
    color: #04257e;
    padding-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}
.contact .top .left .text{
    padding-top: 25px;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 2em;
}
.contact .top .left .text span{
    font-size: 36px;
    color: #04257e;
    font-weight: bold;
}
.contact .top .left .code{
    margin-top: 25px;
    
}
.contact .top .left .code ul{
    display: flex;
    flex-wrap: wrap;
}
.contact .top .left .code ul li{
    width: 130px;
    margin-right: 15px;
}
.contact .top .left .code img{
    display: block;
    width: 100%;
}
.contact .top .left .code p{
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #1c1c1c;
}
.contact .list{
    margin-top: 45px;
}
.contact .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .list ul li{
    width: calc(50% - 20px);
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 45px;
    box-sizing: border-box;
}
.contact .list ul li .icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .list ul li h4{
    font-size: 24px;
    color: #1c1c1c;
    margin-top: 10px;
    text-align: center;
}
.contact .list ul li h3{
    font-size: 40px;
    color: #04257e;
    text-align: center;
}
.contact .list ul li P{
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;
    margin-top: 10px;
}
.contact .list ul li button{
    padding: 8px 35px;
    background: #fcfcfc;
    border: 1px solid #04257e;
    font-size: 14px;
    margin: 15px auto 0;
    display: flex;
    color: #04257e;
}
.moType{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;

}
.moType .box{
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
}
.moType .box .title{
    background: #04257e;
    position: relative;
    padding: 35px 25px 35px;
}
.moType .box .title h4{
    color: #fff;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.moType .box .title p{
    font-size: 12px;
    color: #8d9cb6;
    text-align: center;
    margin-top: 10px;
}
.moType .box .title i{
    font-style: unset;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 15px;
}
.moType .box .list{
    padding: 20px;
}
.moType .box .list .group{
    padding-bottom: 10px;
}
.moType .box .list .group input{
    width: 320px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
.moType .box .list .group textarea{
    width: 320px;
    height: 80px;
    border: 2px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
.moType .box .list .code{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.moType .box .list .code input{
    width: 160px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
.moType .box .list .code img{
    width: 150px;
    height: 50px;
}
.moType .box .list .group button{
    width: 320px;
    height: 40px;
    background: #04257e;
    border: none;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
}
.video{
    margin-top: 40px;
}
.video ul{
    flex-wrap: wrap;
    display: flex;
    margin: 0 -20px;
}
.video ul li{
    width: 33.33%;
    margin-right: ;
    
    box-sizing: border-box;
    padding: 20px;
}
.video ul li a{
    background: #f8f8f8;
    display: block;
}
.video ul li .img{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.video ul li .img .w{
    overflow: hidden;
    border-radius: 15px;
}
.video ul li .img .w img{
    width: 100%;
}
.video ul li .img .p{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    display: none;
}
.video ul li:hover .img .p{
    display: block;
}
.video ul li p{
    margin-top: 40px;
    padding: 0 25px ;
    font-size: 16px;
    color: #989898;
}
.video ul li a h4{
    font-size: 18px;
    font-weight: bold;
    padding: 0 25px;
    margin-top: 10px;
    padding-bottom: 40px;
    line-height: 1.7em;
    color: #141414;
}
.video ul li:hover h4{
    color: #04257e;
}
.videSidebar{

}
.videSidebar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 0 15px;
}
.videSidebar .container .left{
    font-size: 22px;
    color: #141414;
    font-weight: bold;
    padding: 20px 0;
}
.videSidebar .container .right ul{
    display: flex;
}
.videSidebar .container .right ul li{
    margin-left: 20px;
}
.videSidebar .container .right ul li a{
    font-size: 18px;
    color: #303030;
    font-weight: bold;
}
.videSidebar .container .right ul li a:hover,.videSidebar .container .right ul li.active a{
    color: #04257e;
}