/*清除元素默认的内外边距*/

        .swiper-container {
            width: 100%;
            height: 960px;
        }
        
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        .swiper-button-prev,
        .swiper-container-rtl .swiper-button-next {
            left: 260px !important;
        }
        
        .swiper-button-next,
        .swiper-container-rtl .swiper-button-prev {
            right: 360px !important;
        }
        
        .swiper-pagination {
            text-align: left !important;
        }
        
        .swiper-container-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            left: 260px;
            bottom: 320px;
        }
        
        .swiper-pagination-bullet {
            width: 63px;
            height: 6px;
            border-radius: 3px;
            background-color: #fff;
            opacity: .3 !important;
        }
        
        .swiper-pagination-bullet-active {
            background-color: #fff;
            opacity: 1 !important;
        }
        
        .swiper-button-prev {
            width: 74px;
            height: 74px;
            background-image: url("../images/icon/left.png") !important;
            background-size: 100% 100% !important;
        }
        
        .swiper-button-next {
            width: 74px;
            height: 74px;
            background-image: url("../images/icon/right.png") !important;
            background-size: 100% 100% !important;
        }

* {
    margin: 0;
    padding: 0;
}


/*清除列表样式*/

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接*/

a:active {
    text-decoration: none;
}


/*取消表单的轮廓线*/

input {
    outline: none;
}


/*去掉button 默认自带的边框*/

button {
    border: none;
}

html {
    position: relative;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    min-width: 1300px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #F6F6F6;
}

a {
    text-decoration: none !important;
}


/*清除浮动的*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.header {
    height: 85px;
    margin: 0 auto;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
    box-sizing: border-box;
}

.header ul {
    width: 1050px;
    height: 27px;
    display: flex;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
}

.header ul li {
    margin-right: 60px;
    cursor: grab;
}

.header ul li a {
    color: #FFFFFF;
    padding-bottom: 10px;
}

.header ul li a:hover {
    border-bottom: 1px solid #FFFFFF;
}

.header img {
    width: 123px;
    height: 85px;
}

.header .logo-text {
    width: 450px;
    height: 85px;
    line-height: 85px;
    margin-left: 24px;
    font-size: 40px;
    font-family: Adobe Kaiti Std;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.34);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.service-container {
    width: 1400px;
    height: 512px;
    position: absolute;
    top: 776px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 11;
    border-radius: 10px;
    /* background: url(../images/bgc/service.png) no-repeat;
    background-size: 100% 100%; */
}

.title-en {
    width: 100%;
    height: 19px;
    margin-top: 53px;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #041431;
    text-align: center;
}

.title-cn {
    width: 100%;
    height: 45px;
    font-size: 38px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #135DB6;
    text-align: center;
    letter-spacing: 5px;
}

.service-list {
    height: 320px;
    background: url({../images/bgc/service.png) no-repeat;
    background-size: 100% 100%;
}

.service-item-top,
.service-item-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 78px;
    padding-right: 78px;
    margin-top: 41px;
}

.service-item-top li,
.service-item-bottom li {
    /* margin-right: 210px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-list img {
    width: 93px;
    height: 97px;
}

.service-list span {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #F8A225;
}

.count-container {
    position: relative;
    top: 0px;
    height: 302px;
    padding-left: 111px;
    padding-right: 414px;
    display: flex;
    justify-content: space-between;
    background-color: #194781;
}

.count-container .trade,
.count-container .tech {
    width: 418px;
    height: 181px;
    margin-top: 50px;
    color: #fff;
}

.trade-num,
.tech-num {
    width: 418px;
    height: 58px;
    font-size: 70px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    text-align: center;
}

.trade-num span,
.tech-num span {
    font-size: 30px;
}

.trade-text,
.tech-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 71px;
    font-size: 24px;
}

.trade-en,
.tech-en {
    margin-top: 10px;
    font-size: 18px;
}

.line {
    width: 2px;
    height: 250px;
    margin-top: 28px;
    background-color: #F6F6F6;
}

.infomation-container {
    width: 100%;
    position: relative;
    top: 50px;
}

.infomation-container .infomation-title {
    width: 100%;
    height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.infomation-container .title-en {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #314257;
    letter-spacing: 2px;
}

.infomation-container .title-text {
    font-size: 48px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #083875;
    letter-spacing: 2px;
}

.img-container {
    height: 825px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-left,
.img-right {
    width: 608px;
    display: flex;
    flex-direction: column;
}

.img-right {
    width: 774px;
    margin-left: 10px;
}

.left-top {
    width: 608px;
    height: 285px;
    background: url("../images/bgc/news.jpg") no-repeat;
    background-size: 100% 100%;
}

.left-bottom {
    width: 608px;
    height: 357px;
    margin-top: 10px;
    background: url(../images/bgc/active.jpg) no-repeat;
    background-size: 100% 100%;
}

.news-container {
    margin-top: 150px;
    margin-left: 54px;
}

.news-container div {
    margin-bottom: 10px;
    font-family: SourceHanSansCN;
}

.news-container div:nth-child(1) {
    font-size: 28px;
    color: #0B1733;
    font-weight: 500;
}

.news-container div:nth-child(2) {
    font-size: 18px;
    color: #232B39;
}

.news-container div:nth-child(3) {
    font-size: 18px;
    font-weight: 400;
    cursor: grab;
    color: #ED6D00;
}

.color-white {
    color: #fff !important;
}

.top-190 {
    margin-top: 190px !important;
}

.right-top {
    width: 100%;
    height: 416px;
    margin-bottom: 10px;
    background: url(../images/bgc/notice.jpg);
    background-size: 100% 100%;
}

.right-bottom {
    display: flex;
}

.right-left {
    width: 362px;
    height: 225px;
    background: #ED6D00;
}

.right-right {
    width: 392px;
    height: 225px;
    margin-left: 20px;
    background: #385E8F;
}

.top-53 {
    margin-top: 53px !important;
}

.product-container {
    width: 100%;
    height: 812px;
    position: relative;
    top: 50px;
}

.product-text {
    margin-bottom: 20px;
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #262933;
    line-height: 30px;
    text-align: center;
}

.product-en {
    height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1A2056;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.product-en span:nth-child(1) {
    display: inline-block;
    width: 360px;
    height: 1px;
    margin-right: 16px;
    background: linear-gradient(-90deg, #F2473D, #1A2056, #FFFFFF);
}

.product-en span:nth-child(3) {
    display: inline-block;
    width: 360px;
    height: 1px;
    margin-left: 16px;
    background: linear-gradient(90deg, #1A2056, #FFFFFF);
}

.product-list {
    width: 998px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.product-list .product-item {
    width: 245.5px;
    height: 284px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F9F9F9;
    box-sizing: border-box;
}

.product-list .product-item:nth-child(4),
.product-list .product-item:nth-child(8) {
    margin-right: 0;
}

.product-list .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-list .item-img {
    width: 119px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-list .item-text span:nth-child(1) {
    margin-bottom: 10px;
    font-size: 32px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.product-list .item-text span:nth-child(2) {
    font-size: 22px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.footer {
    height: 180px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0C264A;
}

.footer span {
    margin-right: 82px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}























