@font-face {
    font-family: impact;
    src: url(../font/IMPACT.TTF);
}

@font-face {
    font-family: Lato-blod;
    src: url(../font/Lato-Bold-4.ttf);
}

@font-face {
    font-family: Lato-Midium;
    src: url(../font/Lato-Medium-8.ttf);
}

.wp .titledemo {
    width: max-content;
    margin: 10px auto 40px;
}

.wp .titledemo .title {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.wp .titledemo .subtitle {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}

::-webkit-scrollbar {
    
    width: 0px;
    
    height: 0px;
}

::-webkit-scrollbar-thumb {
    
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #003152;
    color: #fff;
}

.empty {
    height: 100px;
    background: #fff;
}

.wp {
    min-width: 1170px;
    max-width: 1380px;
    margin: 0 auto;
    
    padding: 0 calc(1vw + 20px);
}




header {
    height: 100px;
    z-index: 99;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1.95);
}

header .wp {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    max-width: 450px;
    overflow: hidden;
}

header .logobox img {
    
    margin: 8.5px 0 0 0;
}

header nav {
    height: 100px;
    line-height: 100px;
}

header .navbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header nav .mainnav {
    display: flex;
    justify-content: flex-end;
}

header nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
    z-index: 999;
}

header nav .mainnav .subnav a {
    padding: 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #efefef;
}

header nav .mainnav .subnav a:hover {
    color: #003152;
}

header nav .mainnav li {
    height: 97px;
    position: relative;
}

header nav .mainnav li:hover .subnav {
    display: block;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

header nav .mainnav li:hover {
    border-bottom: 3px solid #003152;
}

header nav .mainnav li:hover>a {
    color: #003152;
    font-weight: 700;
}

header nav .mainnav li a {
    font-size: calc(0.8vw + 3px);
    color: #000;
    padding: 0 20px;
}

header nav .mainnav li a:hover {
    text-decoration: none;
}

header .wp .phonebox {
    position: relative;
    padding: 17px 0 0 50px;
}

header .wp .phonebox::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../image/phoneicon.png)no-repeat center;
    position: absolute;
    left: 0px;
    top: 32px;
}

header .wp .phonebox p {
    font-size: 24px;
    font-weight: bolder;
    color: #2864be;
}

header .searchbox {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .searchbox input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    height: 38px;
    background: none;
    color: #fff;
    width: 0;
    transition: all 0.4s;
}

header .searchbox .search-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

header .searchbox-active .search-close {
    display: block;
    z-index: 9;
}

header .searchbox-active input {
    width: 150px;
    transition: all 0.4s;
    margin: 0 10px 0 0;
}

header .searchbox input::placeholder {
    color: #fff;
}

.swpPrev i:hover,
.swpNext i:hover {
    color: rgb(0, 49, 82);
}

.banner_text .more:hover {
    background: rgb(0, 49, 82);
    border-color: rgb(0, 49, 82);
}

.banner .banpic {
    max-width: 100%;
}

.banner .warp {
    width: 89.58%;
    margin: 0 auto;
    min-width: 1200px;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .banner_img {
    width: 100%;
    height: 100vh;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner_text .warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_text svg {
    text-align: center;
    margin-bottom: 10px;
}

.banner_text h3 {
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 76px;
    text-align: center;
}

.banner_text p {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 8px;
}

.banner .svi_top path {
    stroke: #fff;
    fill: rgba(255, 255, 255, 0);
    transition: fill 6s ease-in-out;
}

.banner .swiper-slide-active .svi_top path {
    fill: #fff;
}

.banner_text .more {
    width: 160px;
    height: 52px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    transition: all .4s;
}

.baner_vonter {
    width: 100%;
    position: absolute;
    bottom: 64px;
    left: 0;
    z-index: 222;
}

.banPagin {
    display: flex;
    align-items: center;
}

.banPagin .swe_span {
    display: flex;
    align-items: center;
    margin: 0 14px;
}

.banPagin .swe_span .swiper-pagination-bullet {
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.banPagin .swe_span .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.banPagin .cutAct,
.banPagin .total {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}

.baner_nor {
    display: flex;
    align-items: center;
}

.swpPrev {
    margin-right: 5px;
}

.swpNext {
    margin-left: 5px;
}

.swpPrev i,
.swpNext i {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all .4s;
}

.baner_vonter .warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-loop .path-loop {
    fill: rgba(0, 0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-miterlimit: 44;
    stroke-width: 44px;
    position: relative;
    opacity: .4;
}

.ui-loop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    border: 2px solid #fff;
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
}

.ui-loop .path-loop-bg {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.ui-loop::before {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .backtotop {
    right: 5%;
    bottom: 30%;
    cursor: pointer;
    position: fixed;
}

footer {
    background: #171717;
    padding: calc(2vw + 30px);
}

footer .wp .wrap {
    display: flex;
    justify-content: space-between;
}

footer .wp .wrap .rightside {
    text-align: right;
}

footer .wp .wrap .rightside .hotline {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 10px 0;
    text-align: right;
}

footer .wp .wrap .rightside .hotline i {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: Lato-blod;
}

footer .wp .wrap .rightside .address {
    font-size: 16px;
    margin: 20px 0 20px 0;
    color: #868585;
}

footer .wp .wrap .rightside img {
    display: inline;
    margin: 10px 0;
}

footer .wp .wrap .leftside {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

footer .wp .wrap .leftside .item {
    margin: 0 calc(1vw + 12px);
}

footer .wp .wrap .leftside .item .title {
    font-size: calc(0.5vw + 8.5px);
    color: #fff;
    margin: 0 0 10px 0;
}

footer .wp .wrap .leftside .item .cate {
    display: block;
    margin: 8px 0;
    color: #868585;
    font-size: calc(0.5vw + 6.5px);
}

.infobar {
    background: #171717;
    padding: 0 0 46px 0;
}

.infobar .wp p {
    font-size: 16px;
    color: #868585;
    text-align: right;
}

.infobar .wp p a {
    font-size: 16px;
    color: #868585;
}

.index_about .wp .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5vw 0;
}

.index_about .wp .wrap .sidebar {
    width: 36.7%;
    min-width: 500px;
}

.index_about .wp .wrap .sidebar .name {
    font-size: calc(2vw + 16px);
    font-family: 'Lato-blod';
    font-weight: bold;
}

.index_about .wp .wrap .sidebar .desc {
    font-size: 24px;
    color: #000;
    margin: 30px 0 20px 0;
}

.index_about .wp .wrap .sidebar .cont {
    font-size: 16px;
    color: #000;
    line-height: 38px;
}

.index_about .wp .wrap .sidebar .more {
    width: 9.2vw;
    min-width: 160px;
    height: calc(2vw + 10px);
    font-size: calc(0.8vw + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #003152;
    margin: 2vw 0 0 0;
    min-height: 40px;
}

.index_about .wp .wrap .picbox {
    width: 37.94%;
    position: relative;
}

.index_about .wp .wrap .picbox .aboutpic {
    width: 504px;
    position: absolute;
    top: 0;
    right: 0;
}

.index_about .wp .wrap .picbox .btn {
    width: 110px;
    height: 110px;
    background: #003152;
    position: absolute;
    right: 504px;
    top: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_about .wp {
    max-width: 1380px;
}

.index_pro {
    background: #f8f8f8;
    padding: 40px 0 80px 0;
}

.index_pro .wp .list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.index_pro .wp .list .item {
    width: calc(100% / 3 - 30px);
    margin: 0 30px 0 0;
    position: relative;
    overflow: hidden;
}

.index_pro .wp .list .item:last-child {
    margin: 0;
}

.index_pro .wp .list .item #mask {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 49, 82, 0.47);
    opacity: 0;
    transition: all 0.4s;
    top: 5%;
}

.index_pro .wp .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s
}

.index_pro .wp .list .item .tbox {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
    top: 50%;
    opacity: 0;
    transition: all 0.7s;
}

.index_pro .wp .list .item .tbox .ename {
    
    font-family: arial;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}

.index_pro .wp .list .item .tbox .cname {
    color: #f4f4f4;
    font-size: 14px;
    padding: 10px 0 0 0;
    text-align: center;
}

.index_pro .wp .list .item .tbox .desc {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato-Midium';
    padding: 0 0 0 50px;
}

.index_pro .wp .list .item .tbox .desc::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: fixed;
    left: 17%;
    transform: translateX(-100%);
    top: 83%;
    transition: all 0.5s;
}

.index_pro .wp .list .item:hover .tbox {
    opacity: 1;
    transition: all 0.4s;
    transform: translateX(-50%) translateY(-50%);
}

.index_pro .wp .list .item .tbox .t {
    width: 1px;
    height: 60px;
    background: #eee;
    display: block;
    margin: 10px auto;
}

.index_pro .wp .list .item .tbox .b {
    width: 1px;
    height: 70px;
    background: #eee;
    display: block;
    margin: 10px auto;
}

.index_pro .wp .list .item:hover #mask {
    opacity: 1;
    transition: all 0.4s;
    top: 0;
}

.index_pro .wp .list .item:hover .tbox .desc::before {
    width: 28px;
    height: 28px;
    transition: all 0.4s;
}

.index_cases {
    padding: 4vw 0;
}

.index_cases .swiper {
    padding-bottom: 40px;
}

.index_cases .swiper-button-prev {
    left: 15%;
}

.index_cases .swiper-button-prev:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../image/arrow-left.png) no-repeat center;
}

.index_cases .swiper-button-next {
    right: 15%;
}

.index_cases .swiper-button-next:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../image/arrow-right.png) no-repeat center;
}

.index_cases .swiper-slide {
    width: 978px!important;
    transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
    .index_cases .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .index_cases .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .index_cases .swiper-slide {
        width: 471px;
    }
}

.index_cases .swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.index_cases .swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.index_cases .swiper-button-next,
.swiper-button-prev {
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.index_cases .swiper-button-next {
    background-image: url(404.png);
}

.index_cases .swiper-button-prev {
    background-image: url(404.png);
}

.index_cases .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.index_cases .swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: rgba(0, 49, 82, 0.5);
    ;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.index_cases .swiper-pagination-bullet i {
    background: rgba(0, 49, 82, 1);
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.index_cases .swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: rgba(0, 49, 82, 1);
    position: relative;
    z-index: 1;
}

.index_cases .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.index_cases .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.index_cases .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    
}

.adv .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.adv .swiper .swiper-wrapper .swiper-slide .mask {
    position: absolute;
    top: 0;
    left: 0;
}

.adv .swiper .swiper-wrapper .swiper-slide .tbox {
    position: absolute;
    top: 8vw;
    left: 17.2vw;
    width: 26.5625vw;
}

.adv .swiper .swiper-wrapper .swiper-slide .tbox .title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.adv .swiper .swiper-wrapper .swiper-slide .tbox .title i {
    font-size: 60px;
    font-style: italic;
    margin: 0px 8px 0px 0;
}

.adv .swiper .swiper-wrapper .swiper-slide .tbox .cont {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.adv .swiper .swiper-wrapper .swiper-slide .tbox .control {
    margin: 2vw 0 0 0;
}

.adv .swiper .swiper-wrapper .swiper-slide .tbox .control img {
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.adv .adv_title_list {
    max-width: 1200px;
    height: 195px;
    background: rgba(0, 49, 82, 1);
    position: absolute;
    bottom: 97.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.adv {
    position: relative;
    padding: 70px 0;
    background: #f1f1f1;
}

.adv .adv_title_list .item {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 38px 0 0 0;
    position: relative;
    opacity: .6;
}

.adv .adv_title_list .item::after {
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
    height: 64%;
    position: absolute;
}

.adv .adv_title_list .item:last-child::after {
    width: 0;
}

.adv .adv_title_list .item .title {
    font-size: 16px;
    width: 24px;
    color: #fff;
    user-select: none;
}

.adv .adv_title_list .active {
    transition: all 0.2s;
    opacity: 1;
}

.adv .adv_title_list .item i {
    font-size: 55px;
    line-height: 1;
    color: #fff;
    font-style: italic;
    transition: all 0.2s;
    user-select: none;
}

.adv .adv_title_list .item:nth-child(3)::after {
    height: 100%;
}

.adv .adv_title_list .line {
    width: 1px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-100%);
    background: rgba(0, 49, 82, 0.5);
}

.join {
    background: #f1f1f1;
    padding: 0 0 90px 0;
}

.join .wp .joinbox {
    max-width: 1400px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.join .wp .joinbox .title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding: 80px 0 60px 0;
    text-align: center;
}

.join .wp .joinbox .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
}

.join .wp .joinbox .list .item {
    width: calc(100% / 4 - 140px);
    padding: 30px 70px;
    position: relative;
}

.join .wp .joinbox .list .item::after {
    content: '';
    width: 1px;
    height: 70%;
    background: #d1d1d1;
    top: 16%;
    right: 0;
    position: absolute;
}

.join .wp .joinbox .list .item:nth-child(-n+4)::before {
    content: '';
    width: 80%;
    height: 1px;
    background: #d1d1d1;
    bottom: 0;
    left: 10%;
    position: absolute;
}

.join .wp .joinbox .list .item:nth-child(4n)::after {
    width: 0;
}

.join .wp .joinbox .list .item .name {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.join .wp .joinbox .list .item .desc {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin: 0 0 10px 0;
}

.join .wp .joinbox .timg {
    position: absolute;
    left: 50%;
    top: -27px;
    transform: translateX(-50%);
    transition: all 1.2s;
}

.join .wp .joinbox .joinicon2 {
    transform: translateX(-38%);
}

.join .wp .joinbox .joinicon2:hover {
    transform: translateX(-50%) rotate(90deg);
    transition: all 1.2s;
}

.process {
    padding: 40px 0 80px 0;
}

.process .wp .list {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 60px 0;
}

.process .wp .list .item {
    width: calc(100% / 6 - 20px);
    margin: 0 20px 0 0;
    background: #9e9e9e;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 145px;
    
}

.process .wp .list .item:last-child {
    margin: 0;
}

.process .wp .list .item .iconpic {
    margin: 0 0 10px 0;
}

.process .wp .list .item .name {
    color: #fff;
    font-size: 18px;
}

.process .wp .list .item:hover {
    background: rgba(0, 49, 82, 1);
    transition: all 0.2;
}

.index_news {
    background: #f8f8f8;
    padding: 0 0 80px 0;
}

.index_news .wp {
    max-width: 1380px;
    margin: 0 auto;
}

.index_news .wp .title_cate {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 60px 0;
    align-items: center;
}

.index_news .wp .title_cate .title {
    font-size: 48px;
    color: #000;
    font-weight: bold;
}

.index_news .wp .title_cate .cate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.index_news .wp .title_cate .cate a {
    font-size: 16px;
    color: #494949;
    margin: 0 16px 0 0;
}

.index_news .wp .title_cate .cate a:last-child {
    margin: 0 0 0 10px;
    color: #003152;
}

.index_news .wp .list {
    display: flex;
    flex-wrap: nowrap;
}

.index_news .wp .list .item {
    width: calc(100% / 3 - 20px);
    margin: 0 20px 0 0;
    background: #fff;
    padding: 0 0 30px 0;
}

.index_news .wp .list .item:last-child {
    margin: 0;
}

.index_news .wp .list .item .hotnews .picbox {
    height: 210px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.index_news .wp .list .item .hotnews .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}

.index_news .wp .list .item .hotnews .picbox:hover img {
    transition: all 1.2s;
    transform: scale(1.05);
}

.index_news .wp .list .item .hotnews .picbox .tips {
    padding: 5px 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.index_news .wp .list .item .hotnews .tbox {
    padding: 30px 7%;
    display: block;
    font-size: 18px;
    color: #000;
}

.index_news .wp .list .item .hotnews .tbox .name {
    font-size: 18px;
    color: #000;
}

.index_news .wp .list .item .hotnews .tbox span {
    font-size: 14px;
    font-family: Lato-Midium;
}

.index_news .wp .list .item .newsitem {
    font-size: 18px;
    color: #000;
    padding: 20px 10px;
    display: block;
    border-top: 1px solid #e8e8e8;
    width: 86%;
    margin: 0 auto;
}

.index_news .list .item .newsitem:hover {
    color: rgb(0, 49, 84);
}

.index_news .wp .list .item .hotnews .tbox .name:hover {
    color: rgb(0, 49, 84);
}

.index_news .wp .list .item .more {
    font-size: 16px;
    color: rgb(0, 49, 84);
    padding: 0 0 0 7%;
}

.crumb {
    height: 60px;
    background: #f8f8f8;
}

.crumb .wp .wrap {
    display: flex;
    justify-content: space-between;
}

.crumb .wp .wrap .site {
    display: flex;
    align-items: center;
    height: 60px;
}

.crumb .wp .wrap .site span {
    font-size: 16px;
    color: #222;
    display: inline-block;
}

.crumb .wp .wrap .site span a {
    font-size: 16px;
    color: #222;
}

.crumb .wp .wrap .cate {
    display: flex;
    height: 60px;
    align-items: center;
}

.crumb .wp .wrap .cate .cateitem {
    font-size: 16px;
    color: #000;
    display: block;
    height: 100%;
    display: block;
    padding: 0 20px;
    position: relative;
    line-height: 60px;
}

.crumb .wp .wrap .cate .mode {
    position: relative;
}

.crumb .wp .wrap .cate .active .cateitem {
    background: rgb(0, 49, 84);
}

.crumb .wp .wrap .cate .active span {
    color: #fff;
}

.crumb .wp .wrap .cate .mode:hover .subnav {
    display: flex;
    opacity: 1;
}

.crumb .wp .wrap .cate .subnav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    justify-content: center;
    display: none;
    opacity: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.crumb .wp .wrap .cate .subnav ul {
    width: 100%;
}

.crumb .wp .wrap .cate .subnav a {
    padding: 12px 0;
    color: #000;
    font-size: 16px;
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.about {
    padding: 50px 0 84px 0;
}

.wp .abouttitle .title {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.wp .abouttitle .desc {
    font-size: 16px;
    color: #666;
    font-family: Lato-Midium;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}

.about .wp .cont {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-indent: 36px;
}

.about .wp img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.brand {
    background: #f8f8f8;
    padding: 80px 0 120px 0;
}

.brand .wp .list {
    display: flex;
    justify-content: flex-start;
    margin: 35px 0 0 0;
}

.brand .wp .list .item {
    background: #fff;
    padding: 30px;
    width: calc(100% / 4 - 10px);
    margin: 0 10px 0 0;
    border-bottom: 5px solid rgba(0, 49, 82, 1);
}

.brand .wp .list .item:last-child {
    margin: 0;
}

.brand .wp .list .item img {
    margin: 0 0 22px 0;
}

.brand .wp .list .item .name {
    font-size: 16px;
    color: #222;
}

.certifi {
    padding: 75px 0 190px 0;
}

.certifi .wp .list {
    display: flex;
    justify-content: flex-start;
}

.certifi .wp .list .item {
    width: calc(100% / 3 - 20px);
    margin: 0 20px 0 0;
}

.certifi .wp .list .item:last-child {
    margin: 0;
}

.certifi .wp .list .item .picbox {
    width: calc(100% - 2px);
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.certifi .wp .list .item .picbox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.certifi .wp .list .item .tbox {
    background: #e3e3e3;
    padding: 20px 0;
}

.certifi .wp .list .item .tbox p {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.procenter .wp .list {
    display: flex;
    justify-content: flex-start;
    padding: 80px 0 0 0;
    flex-wrap: wrap;
}

.procenter .wp .list .item {
    margin: 0 20px 20px 0;
    width: calc(100% / 4 - 20px);
}

.procenter .wp .list .item:last-child {
    margin: 0 0 20px 0;
}

.procenter .wp .list .item .picbox {
    overflow: hidden;
    width: calc(100% - 2px);
    height: 300px;
    border: 1px solid #f8f8f8;
    border-bottom: 0;
}

.procenter .wp .list .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    border: none;
}

.procenter .wp .list .item .picbox:hover img {
    transition: all 0.8s;
    transform: scale(1.08);
}

.procenter .wp .list .item .tbox {
    padding: 20px 0;
    background: #f8f8f8;
}

.procenter .wp .list .item .tbox p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: Lato-Midium;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
}

.pro_detail .wp .wrap {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 110px 0;
}

.pro_detail .wp .wrap .picbox {
    width: 54%;
    height: 600px;
    display: flex;
    align-items: center;
}

.pro_detail .wp .wrap .picbox .swiper1 {
    height: 600px;
    margin: 0 10px 0 0;
    width: 80%;
    border: 1px solid #dedede;
}

.pro_detail .wp .wrap .picbox .swiper1 .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_detail .wp .wrap .picbox .swiper1 .swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_detail .wp .wrap .picbox .swiper2 {
    width: 120px;
    height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pro_detail .wp .wrap .picbox .swiper2 .up {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.pro_detail .wp .wrap .picbox .swiper2 .down {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.pro_detail .wp .wrap .picbox .swiper2 .swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_detail .wp .wrap .tbox {
    width: 41%;
    min-width: 480px;
    height: 600px;
}

.pro_detail .wp .wrap .tbox .name {
    font-size: 30px;
    color: #000;
    font-family: 'Lato-Bold';
    font-weight: bold;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c4c4c4;
}

.pro_detail .wp .wrap .tbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.pro_detail .wp .wrap .tbox .btnbox {
    display: flex;
    justify-content: flex-start;
    padding: 50px 0;
}

.pro_detail .wp .wrap .tbox .btnbox a {
    width: 222px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: rgb(0, 49, 82);
}

.pro_detail .wp .wrap .tbox .btnbox .go_back {
    margin: 0 30px 0 0;
}

.pro_detail .wp .detail_content .detailtitle {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #c4c4c4;
    height: 60px;
}

.pro_detail .wp .detail_content .detailtitle p {
    font-size: 18px;
    color: #000;
    width: max-content;
    margin: 0 auto;
    border-bottom: 3px solid rgba(0, 49, 84, 1);
    line-height: 59px;
}

.pro_detail .wp .detail_content img {
    max-width: 100%;
    margin: 20px auto;
}

.cases_center .wp .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 60px 0;
}

.cases_center .wp .list .item {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 15px 0;
    position: relative;
    overflow: hidden;
}

.cases_center .wp .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}

.cases_center .wp .list .item:hover img {
    transition: all 1.2s;
    transform: scale(1.08);
}

.cases_center .wp .list .item .name {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(to top, black, transparent);
    width: 96%;
    padding: 26px 0 20px 4%;
}

.contactus {
    padding: 80px 0 120px 0;
}

.contactus .wp .wrap {
    display: flex;
    justify-content: flex-start;
    height: 500px;
}

.contactus .wp .wrap .tbox {
    width: 330px;
    padding: 60px 60px;
    background: #f8f8f8;
    flex-grow: 1;
    max-width: 450px;
}

.contactus .wp .wrap .tbox .name {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.contactus .wp .wrap .tbox .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #9c9c9c;
    margin: 0 0 10px 0;
}

.contactus .wp .wrap .tbox .phone {
    font-size: 30px;
    color: #222;
    font-family: 'Lato-Bold';
    font-weight: bold;
    margin: 0 0 30px 0;
}

.contactus .wp .wrap .tbox .phone span {
    font-size: 16px;
    color: #222;
}

.contactus .wp .wrap .tbox .address {
    font-size: 16px;
    color: #222;
    margin: 0 0 30px 0;
}

.contactus .wp .wrap .tbox .qrcode {
    display: block;
}

.contactus .wp .wrap .map {
    flex-grow: 1;
    width: 930px;
    height: 500px;
}

.message {
    background: #f8f8f8;
    padding: 80px 0 100px 0;
}

.message .wp form .inputbox {
    display: flex;
    flex-wrap: wrap;
}

.message .wp form .inputbox input {
    width: calc(100% / 2 - 4%);
    margin: 0 2% 2% 0;
    height: 54px;
    background: #fff;
    border: 1px solid #b4b4b4;
    padding: 0 0 0 2%;
    outline: 0;
    font-size: 16px;
    color: #222;
    font-family: 'Lato-medium';
}

.message .wp form .inputbox input:nth-child(2n) {
    margin: 0 0 2%;
}

.message .wp form .inputbox input::placeholder {
    font-size: 16px;
    color: #bbb;
}

.message .wp form .inputbox textarea {
    background: #fff;
    border: 1px solid #b4b4b4;
    padding: 1% 0 0 2%;
    outline: 0;
    height: 202px;
    resize: none;
    width: 96%;
    font-size: 16px;
    color: #222;
    font-family: 'Lato-medium';
}

.message .wp form .inputbox textarea::placeholder {
    font-size: 16px;
    color: #bbb;
}

.message .wp form .submit {
    width: 98%;
    text-align: center;
    line-height: 70px;
    height: 70px;
    background: rgb(0, 49, 82);
    color: #fff;
    margin: 30px 0 0 0;
    outline: none;
    border: none;
    font-size: 18px;
    user-select: none;
    cursor: pointer;
}

.message .wp form .submit::placeholder {
    color: #fff;
}

.news_center .wp .list {
    padding: 2vw 0 0 0;
}

.news_center .wp .list .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 1vw 0;
    background: #f8f8f8;
    height: 280px;
}

.news_center .wp .list .item .pbox {
    width: 33%;
    overflow: hidden;
    min-width: 400px;
}

.news_center .wp .list .item .pbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}

.news_center .wp .list .item .pbox:hover img {
    transition: all 1.2s;
    transform: scale(1.05);
}

.news_center .wp .list .item .tbox {
    width: 40vw;
    padding: 0 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news_center .wp .list .item .tbox .name {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_center .wp .list .item .tbox .cont {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_center .wp .list .item .date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-direction: column;
    width: 8vw;
    color: rgb(0, 49, 84);
    font-family: 'Lato-medium';
}

.news_center .wp .list .item .date i {
    font-size: 57px;
    color: #333;
    font-family: 'impact';
    color: rgb(0, 49, 84);
}

.news_detail .wp {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
}

.news_detail .wp .sidebar {
    width: 20vw;
    min-width: 290px;
}

.news_detail .wp .detail_content {
    width: 78vw;
    min-width: 790px;
    margin: 0 30px 0 0;
}

.news_detail .wp .detail_content .title {
    font-size: 30px;
    color: #333;
    margin: 0 0 6px 0;
}

.news_detail .wp .detail_content .func {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1vw 0;
}

.news_detail .wp .detail_content .func span {
    font-size: 14px;
    color: #666;
    margin: 0 20px 0 0;
}

.news_detail .wp .detail_content .content {
    padding: 1vw 0;
}

.news_detail .wp .detail_content .content p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.news_detail .wp .detail_content .content img {
    max-width: 100%;
    display: block;
}

.news_detail .wp .sidebar .title {
    font-size: 24px;
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 15px 0;
}

.news_detail .wp .sidebar .list .item {
    height: 100px;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0.8vw 0;
}

.news_detail .wp .sidebar .list .item .pbox {
    height: 100%;
    width: 40%;
    overflow: hidden;
}

.news_detail .wp .sidebar .list .item .pbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}

.news_detail .wp .sidebar .list .item .pbox:hover img {
    transition: all 1.2s;
    transform: scale(1.08);
}

.news_detail .wp .sidebar .list .item .tbox {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news_detail .wp .sidebar .list .item .tbox .name {
    font-size: 16px;
    color: #333;
    margin: 0 0 5px 0;
    padding: 0 14px;
}

.news_detail .wp .sidebar .list .item .tbox .date {
    font-size: 14px;
    color: #adadad;
    padding: 0 14px;
}

.join_adv {
    padding: 100px 0;
}

.join_adv .wp .module {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 30px 0;
}

.join_adv .wp .module:nth-child(odd) {
    flex-direction: row-reverse;
}

.join_adv .wp .module .picbox {
    width: 730px;
}

.join_adv .wp .module .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join_adv .wp .module .tbox {
    padding: 0 0 0 60px;
    width: 600px;
}

.join_adv .wp .module .tbox .item:nth-child(odd) {
    border-bottom: 1px dashed #efefef;
    padding: 0 0 40px 0;
}

.join_adv .wp .module:nth-child(3) .tbox {
    padding: 0 70px 0 0
}

.join_adv .wp .module .tbox .item .title {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding: 20px 0 20px 88px;
    margin: 30px 0;
    position: relative;
}

.join_adv .wp .module .tbox .item .title::before {
    content: '';
    background: url(../image/num_bg.png) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 54px;
    color: rgb(0, 49, 82);
    font-style: italic;
    font-family: impact;
    background-position-y: bottom;
    letter-spacing: 4px;
}

.join_adv .wp .module .tbox .item1 .title::before {
    content: '01';
}

.join_adv .wp .module .tbox .item2 .title::before {
    content: '02';
}

.join_adv .wp .module .tbox .item3 .title::before {
    content: '03';
}

.join_adv .wp .module .tbox .item4 .title::before {
    content: '04';
}

.join_adv .wp .module .tbox .item5 .title::before {
    content: '05';
}

.join_adv .wp .module .tbox .item6 .title::before {
    content: '06';
}

.join_adv .wp .module .tbox .item .cont {
    font-size: 16px;
    color: #222;
}

.join_process {
    background: url(../image/bg.jpg)no-repeat center;
    padding: 0;
}

.join_process .wp .abouttitle {
    padding: 80px 0 0 0;
}

.join_process .wp .abouttitle .title {
    color: #fff
}

.join_process .wp .abouttitle .desc {
    color: #fff
}

.join_process .wp .list .item {
    background: none;
    border: 1px solid #fff;
}

.partner {
    padding: 60px 0;
}

.partner .wp .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.partner .wp .list .item {
    width: calc(100% / 6 - 12px);
    margin: 0 10px 10px 0;
    overflow: hidden;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner .wp .list .item:nth-child(6n) {
    margin: 0 0 10px 0;
}

.partner .wp .list .item img {
    transition: all 1.2s;
}

.partner .wp .list .item:hover img {
    transition: all 1.2s;
    transform: scale(1.05);
}




@media screen and (max-width:1300px) {}

@media screen and (max-width:1280px) {}