h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: 'objectivity-bold';
    src: url('../fonts/Objectivity-Bold.woff2') format('woff2'), url('../fonts/Objectivity-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'objectivity';
    src: url('../fonts/Objectivity-Regular.woff2') format('woff2'), url('../fonts/Objectivity-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "objectivity";
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p,
dl,
dt,
dd {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #02609e;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1600px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #02609e;
}

 ::selection {
    color: #fff;
    background: #02609e;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #02609e;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #02609e;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}


/*banner*/

#banner {
    position: relative;
    width: 100%;
    max-height: 900px;
    overflow: hidden;
    z-index: 99;
}

#banner .swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

#banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

#banner .swiper-slide .img {
    position: relative;
    color: #02609e;
}

#banner .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}

#banner .swiper-slide .img img.mo {
    display: none;
}

#banner .swiper-slide .img .txt {
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 99;
    opacity: 0;
    transition: .8s;
}

#banner .swiper-slide.active .img .txt {
    left: 12%;
    opacity: 1;
}

#banner .swiper-slide .img .txt h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: lighter;
}

#banner .swiper-slide .img .txt h3 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    width: 70%;
}

#banner .swiper-slide .img .txt p {
    font-size: 48px;
    color: #fff;
    margin-top: 90px;
    font-family: "objectivity-bold";
}

#banner .swiper-slide .img .txt a {
    display: block;
    width: 427px;
    height: 48px;
    margin-top: 50px;
    background: url(../images/more_03.png) no-repeat;
    padding-left: 30px;
    transition: .5s;
}

#banner .swiper-slide .img .txt a:hover {
    padding-left: 40px;
}

#banner .swiper-pagination {
    position: absolute;
    z-index: 20;
    top: 35%;
    right: 5%;
    text-align: center;
}

#banner .swiper-pagination span {
    display: block;
    margin-right: 4px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    color: transparent;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin: 20px 0;
}

#banner .banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    margin-left: -9px;
}

#banner .banner .swiper-pagination-bullet-active .f-14 {
    border-radius: 50px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    margin-top: 9px;
    margin-left: 9px;
}

#banner .banner .swiper-pagination-bullet-active .rightcircle {
    animation: circleProgressLoad_right 6s linear infinite;
}

#banner .banner .swiper-pagination-bullet-active .leftcircle {
    animation: circleProgressLoad_left 6s linear infinite;
}

#banner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

#banner .right {
    right: -2px;
}

#banner .left {
    left: -2px;
}

#banner .circleProgress {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0px;
}

#banner .rightcircle {
    border-bottom: 2px solid #ff5502;
    border-left: 2px solid #ff5502;
    right: 0px;
}

#banner .leftcircle {
    border-top: 2px solid #ff5502;
    border-right: 2px solid #ff5502;
    left: 0px;
}

#banner .wrapper_con {
    width: 15px;
    height: 35px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}

#banner .swiper-slide video {
    width: 100%;
     
}

@media screen and (max-width: 1500px) {
    #banner .swiper-slide .img .txt {
        top: 20%;
    }
    #banner .swiper-slide .img .txt h2 {
        font-size: 60px;
    }
    #banner .swiper-slide .img .txt h3 {
        font-size: 50px;
    }
    #banner .swiper-slide .img .txt p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    #banner .swiper-slide .img .txt h2 {
        font-size: 40px;
    }
    #banner .swiper-slide .img .txt h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1000px) {
    #banner {
        max-height: 100vh;
    }
    #banner .swiper-slide .img img.pc {
        display: none;
    }
    #banner .swiper-slide .img img.mo {
        display: block;
    }
    #banner .swiper-pagination {
        top: auto;
        bottom: 2%;
        right: calc(50% - 16%);
        text-align: center;
    }
    #banner .swiper-pagination span {
        display: inline-block;
        margin: 20px 8px;
    }
    #banner .banner .swiper-pagination-bullet-active {
        margin-left: 0;
    }
    #banner .swiper-slide .img .txt {
        top: 18%;
        left: 4%;
        padding-right: 4%;
        box-sizing: border-box;
    }
    #banner .swiper-slide .img .txt h2 {
        font-size: 20px;
    }
    #banner .swiper-slide .img .txt h3 {
        font-size: 16px;
    }
    #banner .swiper-slide .img .txt p {
        font-size: 14px;
        width: 100%;
        margin-top: .9rem;
    }
    #banner .swiper-slide .img .txt a {
        width: 3rem;
        height: .4rem;
        margin-top: 40px;
        padding-left: 0;
        text-align: center;
        background-size: 100% 100%;
    }
}

.pagebox {
    position: relative;
}

.en_font_bold {
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal !important;
}

h6 span {
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal !important;
}

#w_grid-1603958352678 {
    z-index: 99 !important;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

::placeholder {
    font-size: 14px !important;
    color: #999 !important;
}

@media only screen and (min-width: 769px) {
    .p_page .pre {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 38px;
        margin: 0 5px 0 18px;
        text-align: center;
        padding: 0 10px;
        border-radius: 0px;
        border: 1px solid #ededed;
        background: #ededed;
        color: #333333;
    }
    .p_page .pre:active {
        background: #1f2d49;
        border-color: #1f2d49;
        color: #fff;
    }
    .p_page .pre:hover {
        color: #fff;
        background: #1f2d49;
        border-color: #1f2d49;
        cursor: pointer;
    }
    .p_page .next {
        display: inline-table;
        position: relative;
        left: 0;
        top: 0;
        float: left;
        height: 38px;
        border: 1px solid #ededed;
        background: #ededed;
        color: #333;
        text-align: center;
        padding: 0 10px;
        border-radius: 0px;
    }
    .p_page .next:active {
        background: #1f2d49;
        border-color: #1f2d49;
        color: #fff;
    }
    .p_page .next:hover {
        background: #1f2d49;
        border-color: #1f2d49;
        color: #fff;
        cursor: pointer;
    }
    .p_page .pageNum {
        position: relative;
        float: left;
        height: 38px;
        min-width: 38px;
        margin: 0 5px 0 0;
        padding: 0 5px;
        background-size: 100% 100%;
        color: #333;
        border: 1px solid #ededed;
        cursor: pointer;
        line-height: 38px;
        display: inline-block;
        font-family: inherit;
        font-size: 14px;
        font-weight: inherit;
        text-decoration: none;
        background-color: #ededed;
        text-align: center;
        border-radius: 0px;
    }
    .p_page .pageNum:active {
        color: #fff;
        text-decoration: none;
        background-color: #1f2d49;
        border-color: #1f2d49;
    }
    .p_page .pageNum:hover {
        color: #fff;
        border-color: #1f2d49;
        cursor: pointer;
        text-decoration: none;
        background-color: #1f2d49;
    }
    .p_page .pageNum.active {
        text-decoration: none;
        background-color: #1f2d49;
        color: #fff;
        border-color: #1f2d49;
    }
}

@media screen and (max-width: 768px) {
    .c_portalResSearch_total-02001 {
        display: none !important;
    }
    #w_common_text-1618467215741 p:nth-child(1) span {
        font-size: 24px !important;
    }
    #w_common_text-1574676285630 span,
    #w_common_text-1621817227909 span {
        text-align: left !important;
    }
    #c_portalResSearch_total-16038771435896255 .dialog {
        display: none;
    }
    #w_fimg-1603877143074 .p_dimage {
        background: none !important;
    }
    .head_tel {
        display: none;
    }
    .p_pagebox .NumBox {
        display: none !important;
    }
    .p_pagebox {
        width: 100%;
        text-align: center;
    }
    .p_pagebox .js_pageBtnDisable,
    .p_pagebox .js_pageBtnDisable:hover,
    .p_pagebox .js_pageBtnDisable:active {
        background: #f5f5f5 !important;
        border-color: #d9d9d9 !important;
        color: #bfbfbf !important;
        cursor: default;
    }
    .p_pagebox .js_pageBtnDisable .iconfont {
        color: #ddd !important;
    }
    .p_pagebox .js_pageBtnDisable:hover .iconfont {
        color: #bfbfbf !important;
    }
    .p_pagebox .pre {
        width: 48%;
        margin-right: 2%;
        background-color: #1f2d49;
        transform: scale(0.9);
    }
    .p_pagebox .pre:hover {
        color: rgba(255, 255, 255, 1);
        border-color: #1f2d49;
        background-color: #1f2d49;
        cursor: pointer;
    }
    .p_pagebox .pre:active {
        background-color: #1f2d49;
    }
    .p_pagebox .next {
        transform: scale(0.9);
        width: 48%;
        margin-left: 2%;
        background-color: #1f2d49;
    }
    .p_pagebox .next:hover {
        background-color: #1f2d49;
    }
    .p_pagebox .next:active {
        background-color: #1f2d49;
    }
}

::-webkit-scrollbar {
    width: 9px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: #383f4b;
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

::-webkit-selection {
    background: #3355a9;
    color: #fff;
}

::-moz-selection {
    background: #3355a9;
    color: #fff;
}

::selection {
    background: #3355a9;
    color: #fff;
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }
    50%,
    100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {
    0%,
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(225deg);
    }
}

@-webkit-keyframes to100vh {
    0% {
        width: 0
    }
    100% {
        width: 100vw
    }
}

@keyframes to100vh {
    0% {
        width: 0
    }
    100% {
        width: 100vw
    }
}

.head_bott {
    box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11110;
    height: 78px;
    background: linear-gradient(to right, #00a2c9, #02619e);
}

.nav>ul>li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    height: 78px;
    line-height: 78px;
    margin: 0 10px;
}

.nav>ul>li a {
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav>ul>li a:hover {
    color: #283071;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.nav .on a {
    color: #283071;
    font-weight: bold;
}

.nav .second_nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.nav .on a {
    color: #ffffff;
    font-weight: bold;
}

.nav li,
.nv {
    position: relative;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
}

.nav .dropdown-menu li a {
    color: #333333;
}

.nav .dropdown-menu li:hover {
    background: linear-gradient(to right, #00a2c9, #02619e);
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}

.navigation .on {
    font-weight: bold;
    color: #e57834;
    border-bottom: 3px #e57834 solid;
}

.language a {
    display: block;
    color: #fff;
}

.language img {
    margin-right: 5px;
    margin-left: 25px;
}

.navigation .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 130px;
    left: 0;
}

.navigation .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation .dropdown-menu li {
    line-height: 40px;
}

.navigation .dropdown-menu li:hover {
    background: linear-gradient(to right, #013996, #283071);
}

.navigation .dropdown-menu li:hover a {
    color: #fff;
}

.head_bott .yun {
    background: #013996;
    display: block;
    height: 78px;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 40px;
    margin-left: 40px;
}

.logo {
    display: block;
    margin-left: 160px;
    margin-right: 40px;
}

.head-right {
    margin-right: 100px;
}

.head-right .search {
    background: #fff;
    height: 24px;
    border-radius: 30px;
}

.head-right .search input {
    margin-left: 10px;
}

.head-right .search img {
    display: block;
}

.index01 {
    margin: 60px 0;
}

.index01 .left-box {
    width: 29%;
}

.index01 .left-box .item {
    display: block;
    border-radius: 10px;
    padding: 30px;
    color: #02609e;
    margin: 20px 0;
}

.index01 .left-box .item .t1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "objectivity-bold";
}

.index01 .left-box .item .t2 {
    font-size: 18px;
}

.index01 .left-box .img1 {
    background: url(../images/icon1.png) right 30px center no-repeat #f2f2f2;
}

.index01 .left-box .img2 {
    background: url(../images/icon2.png) right 30px center no-repeat #f2f2f2;
}

.index01 .left-box .img3 {
    background: url(../images/icon3.png) right 30px center no-repeat #f2f2f2;
}

.index01 .left-box .img1:hover {
    background: url(../images/icon4.png) right 30px center no-repeat #02609e;
    color: #fff;
}

.index01 .left-box .img2:hover {
    background: url(../images/icon5.png) right 30px center no-repeat #02609e;
    color: #fff;
}

.index01 .left-box .img3:hover {
    background: url(../images/icon6.png) right 30px center no-repeat #02609e;
    color: #fff;
}

.index01 .center-box {
    width: 35%;
}

.index01 .center-box .t1 {
    font-size: 18px;
    color: #02609e;
    text-transform: uppercase;
}

.index01 .center-box .t2 {
    font-size: 28px;
    font-family: "objectivity-bold";
    margin: 20px 0;
}

.index01 .center-box .t3 {
    font-size: 16px;
    line-height: 30px;
}

.index01 .center-box .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #02609e;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}

.index01 .center-box .more:hover a {
    color: #ffffff;
}

.index01 .right-box {
    width: 30%;
}

.index01 .right-box .t1 {
    font-size: 16px;
    line-height: 30px;
}

.index01 .right-box .img {
    position: relative;
}

.index01 .right-box .img .font {
    position: absolute;
    top: 30px;
    left: 170px;
    background: #02609e;
    color: #ffffff;
    width: 240px;
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
    border-radius: 10px;
}

.index01 .right-box .more {
    display: block;
}

.index01 .bot-box {
    margin-top: 70px;
}

.index01 .bot-box .group {
    width: 32%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 20px 40px;
}

.index01 .bot-box .bg1 {
    background: url(../images/gs.png) no-repeat right top;
}

.index01 .bot-box .bg2 {
    background: url(../images/index01_03.jpg) no-repeat right top;
}

.index01 .bot-box .bg3 {
    background: url(../images/index01_05.jpg) no-repeat right top;
}

.index01 .bot-box .t1 {
    font-size: 20px;
}

.index01 .bot-box .t1 span {
    font-size: 48px;
    font-family: "objectivity-bold";
}

.index01 .bot-box .t2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.index01 .bot-box .t3 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}


/*产品*/

.home-pro {
    background: url(../images/probg.png) no-repeat center bottom;
    padding-bottom: 220px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-size: 100%;
}

.home-pro:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 27%;
    width: 1px;
    height: 432px;
    background: #cccccc;
}

.home-pro .title {
    border-bottom: 1px solid #cccccc;
    padding-top: 100px;
    padding-bottom: 30px;
    overflow: hidden;
}

.home-pro .title h2 a {
    margin-top: -20px;
}

.home-pro .hd a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    background: #f4f4f4 url(../images/titlel.png) no-repeat center;
    transition: .4s;
}

.home-pro .hd a.next {
    background: #f4f4f4 url(../images/titler.png) no-repeat center;
}

.home-pro .hd a:hover {
    background: #0055a2 url(../images/titlelo.png) no-repeat center;
}

.home-pro .hd a.next:hover {
    background: #0055a2 url(../images/titlero.png) no-repeat center;
}

.home-pro .bd {
    width: 118%;
    margin-left: -10px;
}

.home-pro ul {
    height: 600px;
}

.home-pro ul li {
    float: left;
    width: calc(33.33% - 40px);
    background: #fff;
    border-radius: 10px;
    margin: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10% 10% 0 0;
}

.home-pro ul li .img {
    width: 100%;
    height: 350px;
}

.home-pro ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5% 5% 0 0;
}

.home-pro ul li .txt {
    display: block;
    padding: 40px;
    box-sizing: border-box;
}

.home-pro ul li .txt h2 {
    font-family: "objectivity-bold";
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #02609e;
}

.home-pro ul li .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-top: 15px;
    line-height: 26px;
}

.home-pro ul li .txt .more {
    float: right;
}

.home-pro ul li:hover {
    box-shadow: 0px 8px 15px 0px rgba(0, 85, 162, 0.26);
}

@media only screen and (max-width: 1000px) {
    .home-pro {
        background: url(../picture/probg.png) no-repeat center;
        background-size: cover;
        padding-bottom: 80px;
        margin-top: -150px;
    }
    .home-pro:before {
        display: none;
    }
    .home-pro .title {
        padding-top: 190px;
        padding-bottom: 20px;
    }
    .home-pro .title h2 a {
        margin-top: 0;
    }
    .home-pro .hd {
        text-align: center;
        float: none;
    }
    .home-pro .hd a {
        display: inline-block;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 28px;
    }
    .home-pro .bd {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
    }
    .home-pro ul {
        height: auto;
    }
    .home-pro ul li {
        width: 100%;
        margin: 0;
    }
    .home-pro ul li .img {
        height: 200px;
    }
}

.index-title {
    margin-bottom: 50px;
    overflow: hidden;
}

.index-title h2 {
    margin-bottom: 15px;
}

.index-title h2 span {
    font-family: "objectivity-bold";
    font-size: 18px;
    color: #0055a2;
    text-transform: uppercase;
}

.index-title h2 span em {
    color: #ff5502;
    font-family: "objectivity-bold";
    font-style: normal;
    font-weight: normal;
}

.index-title h2 a {
    display: block;
    float: right;
    font-size: 15px;
    color: #ff5502;
    background: url(../images/title.png) no-repeat right;
    height: 35px;
    line-height: 38px;
    padding-right: 110px;
    transition: .5s;
    font-weight: normal;
}

.index-title h2 a:hover {
    margin-right: 14px;
    padding-right: 120px;
}

.index-title p {
    float: left;
    font-size: 40px;
    line-height: 1.2;
    font-family: "objectivity-bold";
    color: #021e51;
    text-transform: uppercase;
    word-spacing: -1.5px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/*新闻*/

.home-news {
    background: url(../images/newsbg.png) no-repeat bottom left;
}

.home-news .title h2 a {
    margin-top: 70px;
}

.home-news .txt {
    width: 40%;
    padding-right: 80px;
    box-sizing: border-box;
}

.home-news .txt ul {
    margin-top: 30px;
}

.home-news .txt ul li {
    border-bottom: 1px solid #d1d7dd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.home-news .txt ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.home-news .txt ul li h2 {
    color: #91969b;
    font-family: "objectivity-bold";
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .5s;
    font-size: 20px;
}

.home-news .txt ul li span {
    display: block;
    color: #91969b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-news .txt ul li p {
    font-size: 14px;
    color: #91969b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-news .txt ul li:hover h2 {
    color: #0055a2;
    text-decoration: underline;
}

.home-news .txt .more {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 35px;
    background: #ddd url(../images/titler.png) no-repeat center;
    transition: .4s;
    cursor: pointer;
}

.home-news .txt .more a {
    display: block;
}

.home-news .txt .more:hover {
    background: #0055a2 url(../images/titlero.png) no-repeat center;
}

.home-news dl {
    width: 60%;
}

.home-news dl dt {
    float: left;
    margin-left: 6%;
    width: 44%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: .6s;
}

.home-news dl dt .img {
    width: 100%;
    height: 300px;
}

.home-news dl dt .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news dl dt .con {
    background: url(../images/newsbg2.png) no-repeat center;
    background-size: cover;
    padding: 50px 40px;
    box-sizing: border-box;
    color: #fff;
}

.home-news dl dt .con h2 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-news dl dt .con span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-news dl dt .con p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-news dl dt .con .more {
    margin-top: 50px;
}

.home-news dl dt .con .more em {
    color: #4b96dd;
}

.home-news dl dt .con .more a {
    float: right;
    opacity: 50%;
    color: #fff;
    background: url(../images/newsicon2.png) no-repeat right top 6px;
    padding-right: 60px;
}

.home-news dl dt:hover {
    margin-top: -30px;
    box-shadow: 0px 23px 35px 0px rgba(0, 85, 162, 0.4);
    border-bottom: 8px solid #ff5502;
}

@media only screen and (max-width: 1000px) {
    .home-news .title h2 a {
        margin-top: 0;
    }
    .home-news .txt {
        width: 100%;
        padding-right: 0;
    }
    .home-news .txt ul li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .home-news .txt .more {
        margin-top: 30px;
    }
    .home-news dl {
        width: 100%;
    }
    .home-news dl dt {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .home-news dl dt .img {
        height: 200px;
    }
    .home-news dl dt .con {
        padding: 30px;
    }
    .home-news dl dt .con .more {
        margin-top: 30px;
    }
    .home-news dl dt .con .more em {
        display: block;
    }
    .home-news dl dt .con .more a {
        float: none;
        display: block;
        padding-right: 0;
    }
}


/*行业*/

.home-chioce {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    padding-top: 120px;
    padding-bottom: 30px;
}

.home-chioce .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.home-chioce .swiper-slide {
    height: 650px;
    text-align: center;
    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;
    transform: scale(1);
    transition: .5s;
}


/*.home-chioce .swiper-slide-active,.home-chioce .swiper-slide-duplicate-active{transform: scale(1.1);border-bottom: 10px solid #ff5502;border-top: 10px solid #ff5502;}*/

.home-chioce .swiper-slide:hover {
    transform: scale(1.1);
    border-bottom: 10px solid #ff5502;
    border-top: 10px solid #ff5502;
}

.home-chioce .swiper-button-prev,
.home-chioce .swiper-container-rtl .swiper-button-next {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f4f4f4 url(../images/titlel.png) no-repeat center;
    transition: .4s;
    left: 18%;
    right: auto;
    box-shadow: 0px 11px 18px 0px rgba(53, 60, 72, 0.53);
}

.home-chioce .swiper-button-next,
.home-chioce .swiper-container-rtl .swiper-button-prev {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f4f4f4 url(../images/titler.png) no-repeat center;
    transition: .4s;
    right: 18%;
    left: auto;
    box-shadow: 0px 11px 18px 0px rgba(53, 60, 72, 0.53);
}

.home-chioce .swiper-button-prev:hover {
    background: #0055a2 url(../images/titlelo.png) no-repeat center;
}

.home-chioce .swiper-button-next:hover {
    background: #0055a2 url(../images/titlero.png) no-repeat center;
}

.home-chioce .chioce-item1 {
    background: url(../images/industrybg1.jpg) no-repeat center;
}

.home-chioce .chioce-item2 {
    background: url(../images/industrybg2.jpg) no-repeat center;
}

.home-chioce .chioce-item3 {
    background: url(../images/industrybg3.jpg) no-repeat center;
}

.home-chioce .chioce-item4 {
    background: url(../images/industrybg4.jpg) no-repeat center;
}

.home-chioce .chioce-item5 {
    background: url(../images/industrybg5.jpg) no-repeat center;
}

.home-chioce .chioce-item .item-well {
    width: 100%;
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    height: 100%;
}

.home-chioce .chioce-item .item-well h5 {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    text-align: center;
}

.home-chioce .chioce-item .item-well h5 img {
    display: block;
    margin: 20px auto;
}


/*.home-chioce .chioce-item.swiper-slide-active .item-well h5{display: none;}*/

.home-chioce .chioce-item:hover .item-well h5 {
    display: none;
}

.home-chioce .chioce-item .item-well .well-content {
    display: none;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
}


/*.home-chioce .chioce-item.swiper-slide-active .item-well .well-content{display: block;}*/

.home-chioce .chioce-item:hover .item-well .well-content {
    display: block;
}

.home-chioce .chioce-item .item-well .well-content img {
    display: block;
    margin: 30px auto;
}

.home-chioce .chioce-item .item-well .well-content a img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1500px) {
    .home-chioce .swiper-slide {
        height: 400px;
    }
    .home-chioce .chioce-item .item-well h5 {
        font-size: 18px;
        left: calc(50% - 35%);
    }
    .home-chioce .chioce-item .item-well .well-content {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-chioce {
        display: none;
    }
}


/* 案例 */

.index-cases {
    margin: 100px 0;
}

.index-cases .left-img {
    position: absolute;
    z-index: 0;
}

.index-cases .swiper-container {
    width: 80%;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 120px;
}

.index-cases .swiper-slide .img {
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    position: relative;
    display: block;
}

.index-cases .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index-cases .swiper-slide .txt {
    display: block;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 5px #fb6b24 solid;
}

.index-cases .pagination {
    width: 76px;
    position: absolute;
    margin-top: 140px;
    left: 15%;
}

.index-cases .content {
    position: relative;
    height: 670px;
}

.index-cases .pagination .swiper-button-prev,
.index-cases .pagination .swiper-button-next {
    width: 76px;
    height: 76px;
    right: 0;
    left: 0;
}

.index-cases .pagination .swiper-button-prev {
    top: 0;
    background: url(../images/icon7.png) no-repeat center #fff;
}

.index-cases .pagination .swiper-button-next {
    top: 100px;
    background: url(../images/icon8.png) no-repeat center #fff;
}


/*证书*/

.home-honor {
    padding: 60px 0;
    box-sizing: border-box;
}

.home-honor .hd a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    margin-top: 28px;
    background: #f4f4f4 url(../images/titlel.png) no-repeat center;
    transition: .4s;
}

.home-honor .hd a.next {
    background: #f4f4f4 url(../images/titler.png) no-repeat center;
}

.home-honor .hd a:hover {
    background: #0055a2 url(../images/titlelo.png) no-repeat center;
}

.home-honor .hd a.next:hover {
    background: #0055a2 url(../images/titlero.png) no-repeat center;
}

.home-honor .bd {
    width: 104%;
    margin-left: -2%;
}

.home-honor ul {
    height: 530px;
}

.home-honor ul li {
    float: left;
    width: calc(25% - 60px);
    background: #f4f4f4;
    border-radius: 10px;
    margin: 0 31px;
    border: 1px solid #e5e5e5;
}

.home-honor ul li .img {
    width: 100%;
    height: 435px;
}

.home-honor ul li .img a {
    width: 100%;
    height: 435px;
}

.home-honor ul li .img img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.home-honor ul li p {
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.home-honor ul li:hover {
    background: #0055a2;
    box-shadow: 0px 23px 24px 0px rgba(0, 85, 162, 0.26);
}

.home-honor ul li:hover p {
    color: #fff;
}

@media only screen and (max-width: 1500px) {
    .home-honor ul {
        height: 400px;
    }
    .home-honor ul li .img {
        height: 300px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-honor {
        padding: 50px 0;
        padding-bottom: 20px;
    }
    .home-honor .hd {
        text-align: center;
        float: none;
    }
    .home-honor .hd a {
        display: inline-block;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 28px;
    }
    .home-honor .bd {
        width: 100%;
        overflow: hidden;
    }
    .home-honor ul {
        height: auto;
    }
    .home-honor ul li {
        width: 100%;
        margin: 0 8px;
    }
    .home-honor ul li .img {
        height: 400px;
    }
}


/*销售网络*/

.home-map {
    background: url(../images/mapbg.png) no-repeat center top;
    padding-top: 180px;
    background-size: cover;
}

.home-map .img img {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

@media only screen and (max-width: 1500px) {
    .home-map .img img {
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-map {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}


/* marqueeleft */

#marquee1,
#marquee2 {
    width: 100%;
    height: 86px;
    overflow: hidden;
    margin: 50px auto 0;
}

#marquee1 ul li,
#marquee2 ul li {
    float: left;
    margin: 0 20px;
}

#marquee1 ul li img,
#marquee2 ul li img {
    display: block;
    width: 222px;
    height: 86px;
}

.index-hzhb {
    background: url(../images/index_13.jpg) no-repeat;
    padding: 100px 0 120px 0;
    background-size: 100%;
}

#marquee1 {
    margin-top: 100px;
}

.index-hezuo .item {
    margin: 0 60px;
    width: 44%;
}

.index-hezuo .item .img {
    width: 100%;
    padding-bottom: 53%;
    height: 0;
    position: relative;
    display: block;
}

.index-hezuo .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index-hezuo .item .txt {
    background: url(../images/59.png) no-repeat right top #f7f7f7;
    width: 80%;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.index-hezuo .item .txt a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hezuo .item .txt .t1 {
    font-size: 20px;
    font-family: "objectivity-bold";
    color: #02609e;
    margin-bottom: 10px;
}

.index-hezuo .item .txt .t2 {
    font-size: 16px;
    color: #666;
}

.index-hezuo {
    margin-top: 100px;
}


/*footer*/

.footer {
    width: 100%;
    background: #f6f7f8 url(../images/footbg.png) no-repeat center;
    padding-top: 200px;
    padding-bottom: 50px;
    box-sizing: border-box;
    color: #fff;
    background-size: 100% 100%;
}

.footer a {
    color: rgba(255, 255, 255, .8);
}

.footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .top .footlogo {
    width: auto;
    margin-bottom: 20px;
}

.footer .top .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .top ul li {
    float: left;
    font-size: 16px;
    text-align: right;
    margin-left: 3rem;
    height: 60px;
    line-height: 60px;
}

.footer .top .fr .t1 {
    width: 50%;
    font-size: 22px;
}

.footer .top .fr .btn {
    float: right;
    width: 280px;
    height: 60px;
    line-height: 60px;
    background: #fb6b24;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 30px;
}

.footer .top .fr {
    width: 70%;
}

.footer .nav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
}

.footer .nav p {
    font-size: 22px;
    margin-bottom: 16px;
    color: #fff;
}

.footer .nav .left {
    width: 75%;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    height: 100%;
}

.footer .nav .left ul {
    width: 25%;
}

.footer .nav .left ul li {
    width: 100%;
    float: left;
    margin-bottom: 14px;
}

.footer .nav .left ul li a {
    color: rgba(255, 255, 255, .5);
}

.footer .nav .left ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .nav .right {
    width: 25%;
    padding-left: 80px;
    color: rgba(255, 255, 255, .5);
    padding-top: 50px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer .nav .right span {
    display: block;
    margin-bottom: 10px;
}

.footer .nav .right em {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
    box-sizing: border-box;
    margin: 15px 0;
}

.footer .link {
    margin-top: 30px;
}

.footer .link ul {
    float: right;
}

.footer .link ul li {
    float: left;
    margin: 0 12px;
}

.footer .link ul li img {
    display: block;
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 1500px) {
    .footer .nav .left ul li {
        font-size: 12px;
    }
    .footer .nav .right {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer {
        padding-top: .5rem;
        background: #f6f7f8 url(../images/footbg1.png) no-repeat center;
        background-size: cover;
    }
    .footer .top .logo {
        width: 100%;
        height: auto;
    }
    .footer .top ul {
        width: 100%;
    }
    .footer .top ul li {
        display: inline-block;
        width: 25%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        height: 30px;
        line-height: 30px;
    }
    .footer .nav p {
        font-size: 20px;
    }
    .footer .nav .left {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .nav .left ul li {
        width: 50%;
    }
    .footer .nav .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .footer .nav .right span {
        margin-bottom: 4px;
    }
    .footer .nav .right em {
        padding: 14px 0;
        margin: 10px 0;
    }
    .footer .link {
        margin-top: 20px;
    }
}