* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    /* transition-duration: .5s;-webkit-transition-duration: .5s; */
    -webkit-tap-highlight-color: tranparent;
}

a:hover {
    text-decoration: none;
    color: #203891;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
    font-size: 100%;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #3e3e3e;
    height: 100%;
}

/*让文字隐藏 */
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* 让文字不可换行，超越边界的文字显示为省略号 */
.text-nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 将元素设置为block并且水平居中 */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*文本居中*/
.text-center {
    text-align: center;
}

.text-muted {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
}

/*PC端显示与隐藏*/
.pc-show {
    display: block;
}

.pc-hide {
    display: none;
}

/*文本长度截取*/
.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5,
.text-nowrap-ellipsis-6,
.text-nowrap-ellipsis-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

.text-nowrap-ellipsis-6 {
    -webkit-line-clamp: 6;
}

.text-nowrap-ellipsis-7 {
    -webkit-line-clamp: 7;
}

/*flex布局*/
.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.content {
    margin: 25px auto;
    font-size: 16px;
}

.content p {
    line-height: 38px;
    color: #4D555C;
    text-align: justify;
}

.content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #cfd2d9;
}

.content img {
    /* max-width: 80%; */
    margin: 20px auto;
    display: block;
}

.content h2 {
    color: #1A45B8;
    font-size: 30px;
}

@media (min-width: 1440px) {
    .container {
        width: 1360px !important;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1650px !important;
    }
}

.more-btn {
    width: 175px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #fff;
}

/*logo*/
.logo {
    /* width: 211px; */
    width: 27%;
    height: 80px;
    display: flex;
    z-index: 1;
}

.logo>img {
    /* position: absolute; */
    width: 100%;
    -webkit-transition: all .35s;
    /* opacity: 0;
    top: 0px; */
}

.logo>img:nth-child(1) {
    opacity: 1;
    /*position: relative;*/
}

.logo>img:nth-child(2) {
    opacity: 0;
    display: none;
}

.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    padding: 20px 7%;
    width: 100%;
    z-index: 300;
    height: 80px;
    align-items: center;
    -webkit-transition: all .5s;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.header::before {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    /*top: 0px;*/
    top: -40px;
    background-color: #fff;
    content: '';
    -webkit-transition: all 0.5s cubic-bezier(.23, 1, .32, 1);
    visibility: hidden;
}

.header.active::before {
    /*height: 540px;*/
    height: 120px;
    visibility: visible;
}

.header.open {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
    height: 80px;
    margin-top: 0px;
}

.header.active .logo>img:nth-child(1),
.header.open .logo>img:nth-child(1) {
    opacity: 0;
    display: none;
}

.header.active .logo>img:nth-child(2),
.header.open .logo>img:nth-child(2) {
    opacity: 1;
    display: flex;
}

.header.active .nav ul li.active a,
.header.active .nav ul li:hover a,
.header.open .nav ul li.active a,
.header.open .nav ul li:hover a {
    color: #0043b6;
}

.header.active .nav ul li::after {
    background: #0043b6;
}

.header.active .nav ul li a,
.header.open .nav ul li a {
    color: #3e3e3e;
}

.header.active .nav .search,
.header.open .nav .search {
    color: #ABACB5;
}

/* 导航 */
.nav {
    width: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    /*padding-right: 30px;*/
}

.nav ul {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    margin-bottom: 0px;
}

.nav ul li {
    width: auto;
    position: relative;
}

.nav ul li::after {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    border-radius: 50px;
    background: #fff;
    content: '';
    -webkit-transition: all .35s;
    z-index: 510;
}


.nav ul li.active::after,
.nav ul li:hover::after {
    width: 50%;
    margin-left: -25%;
}

.header.open .nav ul li.active::after,
.header.open .nav ul li:hover::after {
    background: #203891;
}

.nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 30px;
}

.nav ul li.active a {
    font-weight: bold;
}

.nav ul li.has a {
    position: relative;
}

.nav ul li.has a::after {
    position: absolute;
    font-family: "iconfont";
    content: '\e666';
    font-size: 14px;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.header.active .nav ul li.has a::after,
.header.open .nav ul li.has a::after {
    color: #ABACB5;
}

.header.active .nav ul li:hover.has a::after {
    color: #203891;
}

/* 二级导航 */
/*.navBar {
    width: 1000px;
    height: auto;
    position: absolute;
    top: 90px;
    right: calc(0% + 80px);
    padding: 20px 0px;
    opacity: 0;
    visibility: hidden;
}*/
.navBar {
    /*width: 100%;*/
    height: auto;
    min-height: 60px;
    position: absolute;
    top: 80px;
    /* padding-top: 10px; */
    /*opacity: 0;*/
    visibility: hidden;
    /*right: calc(0% - 25px);*/
    left: 0px;
    right: 0px;
    border-top: 1px solid #f1f1f1;
    -webkit-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .5s cubic-bezier(.77, 0, .175, 1) 0s;
}

.header.active .navBar {
    /*opacity: 1;*/
    /* top: 80px; */
    /* -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) .2s; */
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    left: 0px;
    background: #fff;
}

.navBar ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
}

.navBar ul li {
    display: none;
    justify-content: center;
    width: 100%;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/*.navBar ul li .subNav {
    width: 30%;
    text-align: center;
    margin-right: 3%;
    margin: 0px 20px;
}*/


.navBar ul li.active {
    display: flex;
    width: 100%;
}

.navBar ul li .subNav .sn {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 60px;
    display: flex;
    font-size: 16px;
    /*font-weight: bold;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, .05);*/
    /* margin-bottom: 15px; */
    color: #666;
    padding: 0px 20px;
}

.navBar ul li .subNav .sn:hover,
.navBar ul li .list a:hover {
    color: #203891;
}

/*.navBar ul li .list a:hover .icon {
    background-color: #20a03f;
    color: #fff;
    border: 1px solid #20a03f;
}*/

.navBar ul li .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.navBar ul li .list a {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}

.navBar ul li .list a:last-child {
    margin-bottom: 0px;
}

.navBar ul li .list a .icon {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    content: '';
    text-align: center;
    font-size: 28px;
}

.navBar ul li .list a .txt {
    margin-left: 15px;
    font-size: 16px;
}

.navBar ul li .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.navBar ul li .list a {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}

.navBar ul li .list a:last-child {
    margin-bottom: 0px;
}

.navBar ul li .list a .icon {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    content: '';
    text-align: center;
    font-size: 28px;
}

.navBar ul li .list a .txt {
    margin-left: 15px;
    font-size: 16px;
}


/*搜索*/
.nav .search {
    width: 25px;
    height: 25px;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all .35s;

    /*background: linear-gradient( 90deg, #0b70cf, #0043b6)  center center no-repeat;*/
}

.nav .search .iconfont {
    font-size: 24px;
}

/*首页全屏滚动*/
.swiperFullPage {
    height: 100vh;
}

.swiperFullPage>.swiper-wrapper>.swiper-slide {
    display: block;
    height: 100vh;
    /*background: center center no-repeat;*/
    background-size: contain;
    overflow: hidden;
}

.swiper-container.swiperFullPage .swiper-slide.auto {
    height: auto;
}

/*.swiper-container.swiperFullPage .swiper-wrapper .footer {
    height: 200px;
}*/

/*分页器样式*/
.swiperFullPage>.swiper-pagination {
    width: 25px;
    height: auto;
    position: absolute;
    right: 30px;
    top: auto;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.swiperFullPage>.swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    opacity: 1;
    background: none;
    margin: 5px 0px;
    position: relative;
    cursor: pointer;
    display: block;
    text-indent: 100px;
    overflow: hidden;
}

.swiperFullPage>.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    transition: all .5s;
}

.swiperFullPage>.swiper-pagination.active .swiper-pagination-bullet::before {
    background: #203891;
}

.swiperFullPage>.swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    background-size: cover;
    position: absolute;
    transition: all .3s;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}

.swiperFullPage>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

.swiperFullPage>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #203891;
}

.swiperFullPage>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.swiperFullPage>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    animation: rotate0 2s ease infinite;
}

.fade-up {
    opacity: 0;
    -webkit-transition: all 1s;
    -webkit-transform: translateY(25px);
}

.saceIn {
    opacity: 0;
    -webkit-transition: all 1s;
    -webkit-transform: scale(2);
}

.delay-1 {
    -webkit-transition-delay: .2s;
}

.delay-2 {
    -webkit-transition-delay: .4s;
}

.delay-3 {
    -webkit-transition-delay: .6s;
}

.delay-4 {
    -webkit-transition-delay: .8s;
}

.delay-5 {
    -webkit-transition-delay: 1s;
}

.delay-6 {
    -webkit-transition-delay: 1.2s;
}

.delay-7 {
    -webkit-transition-delay: 1.4s;
}

.delay-8 {
    -webkit-transition-delay: .1.6s;
}

.swiper-slide-active .fade-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
}

.swiper-slide-active .saceIn {
    opacity: 1;
    -webkit-transform: scale(1);
}

.mNav-toggle-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0%;
    z-index: 50;
}

.header.open .mNav-toggle-btn {
    background: linear-gradient(90deg, #0b70cf, #0043b6) center center no-repeat;
}

.mNav-toggle-btn span {
    top: 29px;
    left: 20px;
    width: 20px;
}

.mNav-toggle-btn span,
.mNav-toggle-btn span:after,
.mNav-toggle-btn span:before {
    position: absolute;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.mNav-toggle-btn span:after,
.mNav-toggle-btn span:before {
    content: "";
    left: 0;
    -webkit-transform: translateY(0px) rotate(0deg);
}

.mNav-toggle-btn span:before {
    top: -6px;
    width: 14px;
}

.mNav-toggle-btn span:after {
    top: 6px;
    width: 14px;
}

.mNav-toggle-btn.active span {
    background-color: transparent;
}

.mNav-toggle-btn.active span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
}

.mNav-toggle-btn.active span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
}

.mNav-toggle-btn.active span:after,
.mNav-toggle-btn.active span:before {
    width: 20px;
}

.mNav-toggle-btn {
    display: none
}

.mNav {
    display: none;
}

/*搜索*/
.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.searchBox.active {
    display: block;
}

.searchBox .searchInput {
    width: 600px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -300px;
}

.searchBox .searchInput .int1 {
    width: 540px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    padding-right: 60px;
}

.searchBox .searchInput .int2 {
    width: 50px;
    height: 50px;
    border: none;
    background: no-repeat center;
    background-image: url(../images/searchIcon.svg);
    background-size: 70%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 60px;
    cursor: pointer;
}

.searchBox .searchClose {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-close.svg) no-repeat;
    background-size: 70%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.my-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.productMenu {
    display: flex;
    width: calc(100% - 80px);
    margin-top: 30px;
}

.productMenu .item {
    border-right: 1px solid #EDF0F5;
    padding: 20px;
    margin-right: 20px;
    width: calc(100%/4);
}

.productMenu .item:last-child {
    margin-right: 0px;
    border-right: 0px;
}

.productMenu .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #203891;
}

.productMenu .item .menuList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.productMenu .item .menuList a {
    width: calc(100%/2);
    padding: 10px;
    color: #A1A4A7;

}

.productMenu .item .menuList a img {
    width: 100%;
    /* height: 93px; */
    object-fit: fill;
    margin-bottom: 20px;
    /* transform: scale(.9);-webkit-transform: scale(.9); transition-duration: .5s;-webkit-transition-duration: .5s; */

}

.productMenu .item .menuList a:hover img {
    transform: none;
    -webkit-transform: none;
}

.productMenu .item .more {
    margin-top: 20px;
    color: #2B2D30;
    display: flex;
    align-items: center;
}

.productMenu .item .more i {
    margin-left: 5px;
    font-size: 12px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    opacity: .7;
}

.productMenu .item .more:hover i {
    margin-left: 10px;
    opacity: 1;
}

.swiperFullPage>.swiper-wrapper>.swiper-slide.footer-box {
    /* height: 530px; */
    overflow: unset;
}

/*validate 验证控件 样式*/
label.error {
    clear: both;
    color: red;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input.error,
select.error,
textarea.error {
    border: 1px solid red;
}

.footer-box {
    background-image: url(../images/footer-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    overflow: unset;
}

.footer-box .container-fluid {
    margin-top: 0px;
    /* top:auto; 
    -webkit-transform: translateY(0%); 
   transform: translateY(0%); */
    padding: 0px;
}

.footer-box .container-fluid .container {
    position: relative;
}

.message {
    padding: 40px;
    /* background: linear-gradient(90deg, #1882C9, #2652BB) center center no-repeat; */
    background-image: url(../images/message-bg.jpg);
    overflow: hidden;
}

.message h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
}

.message img {
    position: absolute;
    width: 100%;
    opacity: .3;
    top: 0px;
    left: 0px;
}

.message .form-inline {
    margin-top: 20px;
    display: flex;
}

.message .form-inline .form-group {
    margin-right: 20px;
    flex: 1;
}

.message .form-inline .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0px;
}

.message .form-inline .btn-default {
    border-radius: 0px;
    height: 50px;
    background: linear-gradient(90deg, #35383B, #272727) center center no-repeat;
    color: #fff;
    border: 0px;
    width: 225px;
}

.footer-box .footer-body {
    /* margin-top: 150px; */
    /* margin-top: 50px; */
    display: flex;

}

.footer-box .footer-body .item {
    margin-right: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(255, 255, 255, .17);
    color: #fff;
}

.footer-box .footer-body .item.left {
    width: 390px;
}

.footer-box .footer-body .item.left .logo {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.footer-box .footer-body .item.right {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
    width: 260px;
}

.footer-box .footer-body .item.center {
    flex: 1;
}

.footer-box .footer-body .left>div {
    display: flex;
    margin-top: 20px;
}

.footer-box .footer-body .left>div .iconfont {
    font-size: 20px;
    color: #FD5E00;
    margin-right: 15px;
}

.footer-box .footer-body .left>div .title {
    font-size: 16px;
    font-weight: bold;
    align-items: flex-start;
}

.footer-box .footer-body .left>div .phone-num {
    font-size: 28px;
}

.footer-box .footer-body .left>div .address-info {
    /* color: #A1A4A7; */
    font-weight: normal;
}

.footer-box .footer-body .left .email {
    display: none;
}

.footer-box .footer-body .center .nav-list {
    display: flex;
}

.footer-box .footer-body .center .nav-list dl {
    margin-right: 20px;
    padding-right: 20px;
    flex: 1;
}

.footer-box .footer-body .center .nav-list dl dt {
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-box .footer-body .center .nav-list dl:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.footer-box .footer-body .center .nav-list dl dd {
    display: flex;
    flex-direction: column;
}

.footer-box .footer-body .center .nav-list dl dd a {
    color: #B0B7BE;
    line-height: 32px;
}

.footer-box .footer-body .right .erweima {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer-box .footer-body .right .erweima .erweima-img {
    background-color: #fff;
    padding: 3px;
    border-radius: 10px;
    width: 140px;
    height: 140px;
}

.footer-box .footer-body .right .erweima p {
    width: 140px;
    text-align: center;
    margin-top: 10px;
    color: #848484;
}

.footer-box .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .17);
    padding-top: 10px;
}

.footer-box .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #A1A4A7;
}

.footer-box .footer-bottom .container p:first-child {
    flex: 1;
}

.footer-box .footer-bottom .container a {
    color: #A1A4A7;
    margin-left: 10px;
}

.sub-banner {
    height: 435px;
    position: relative;
}

.sub-banner~.footer-box {
    margin-top: 50px;
}

.body-box~.footer-box {
    margin-top: 50px;
}

.sub-banner.about-banner {
    background-image: url(../images/sub-banner-about.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.product-banner {
    background-image: url(../images/sub-banner-product.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.case-banner {
    background-image: url(../images/sub-banner-case.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.business-banner {
    background-image: url(../images/sub-banner-business.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.contact-banner {
    background-image: url(../images/sub-banner-contact.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.partyBuilding-banner {
    background-image: url(../images/sub-banner-partyBuilding.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.news-banner {
    background-image: url(../images/sub-banner-news.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner.newsDetail-banner {
    background-image: url(../images/sub-banner-news-detail.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-banner .channel-title {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub-banner .channel-title h2 {
    margin: 0px;
    font-size: 30px;
}

.sub-banner .channel-title h2 i {
    display: none;
}

.sub-banner .channel-title p {
    font-size: 14px;
    margin-top: 10px;
}

.sub-banner .container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    height: 76px;
    border-top: 1px solid rgba(255, 255, 255, .27);
    color: #fff;

}

.crumb-list {
    font-size: 16px;
    line-height: 76px;
}

.sub-menu {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}

.sub-menu .prev-next .swiper-button-prev,
.sub-menu .swiper-container-rtl .swiper-button-next,
.sub-menu .prev-next .swiper-button-next,
.sub-menu .swiper-container-rtl .swiper-button-prev {
    width: 25px;
    height: 70px;
    /* background: #969696; */
    background: linear-gradient(282deg, #1882C9, #2652BB) center center no-repeat;
    border-radius: 0px;
}

.sub-menu .prev-next .swiper-button-prev {
    left: 0px;
    top: 22px;
}

.sub-menu .prev-next .swiper-button-next {
    right: 0px;
    top: 22px;
}

.sub-menu .swiper-button-next.swiper-button-disabled,
.sub-menu .swiper-button-prev.swiper-button-disabled {
    background: #969696;
}

.sub-menu .prev-next .swiper-button-next:after,
.sub-menu .prev-next .swiper-container-rtl .swiper-button-prev:after,
.sub-menu .prev-next .swiper-button-prev:after,
.sub-menu .prev-next .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.sub-menu .prev-next .iconfont {
    font-size: 20px;
    color: #fff;
}

.sub-menu .prev-next .swiper-button-prev .iconfont {
    transform: rotate(90deg);
}

.sub-menu .prev-next .swiper-button-next .iconfont {
    transform: rotate(-90deg);
}

.sub-menu .container {
    overflow: hidden;
}

.sub-menu-list {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 70px;
    line-height: 70px;
    justify-content: center;
}

.sub-menu-list a {
    padding: 0px 40px;
    position: relative;
    color: #2B2D30;
    font-size: 16px;
    width: auto;
}

.sub-menu-list a:after {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-radius: 50px;
    background: #1A45B8;
    content: '';
    -webkit-transition: all .35s;
}

.sub-menu-list a:hover,
.sub-menu-list a.active {
    color: #1A45B8;
}

.sub-menu-list a:hover::after,
.sub-menu-list a.active::after {
    width: 20%;
    left: 40%;
}

.more-style1 {
    background: linear-gradient(282deg, #1882C9, #2652BB) center center no-repeat;
    color: #FFF;
    border-radius: 3px;
    width: 235px;
    height: 70px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-style1 .iconfont {
    font-size: 24px;
    margin-left: 15px;
}

.more-style1:hover {
    color: #fff;
}

.more-style2 {
    background: linear-gradient(282deg, #1882C9, #2652BB) center center no-repeat;
    color: #FFF;
    border-radius: 30px;
    width: 136px;
    height: 42px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-style2 .iconfont {
    font-size: 20px;
    margin-right: 5px;
}

.more-style2:hover {
    color: #1A45B8;
    border: 1px solid #1A45B8;
    background: #fff;
}

.more-style3 {
    border: 1px solid #1A45B8;
    color: #1A45B8;
    border-radius: 5px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-style3 .iconfont {
    font-size: 14px;
    margin-left: 5px;
}

.more-style3:hover {
    color: #fff;
    background: linear-gradient(282deg, #1882C9, #2652BB) center center no-repeat;
}

.bread-crumb .crumb-list {
    color: #959595;
}

.sub-banner .bread-crumb .crumb-list {
    color: #e4e4e4 !important;
}

.news-list2 .item {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.news-list2 .item .news-img {
    height: 515px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px;
}

.news-list2 .item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list2 .item .news-info {
    position: absolute;
    left: 45%;
    background: #F8F8F9;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../images/news-info-bg.png);
}

.news-list2 .item .news-info h2 {
    font-size: 24px;
    font-weight: bold;
}

.news-list2 .item .news-info h2 a {
    color: #2B2D30;
}

.news-list2 .item .news-info .summary {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: justify;
    color: #A1A4A7;
    line-height: 26px;
}

.news-list3 {
    margin-top: 60px;
}

.news-list3 .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #EAEAEE;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.news-list3 .item .news-img {
    width: 400px;
    height: 280px;
    border-radius: 5px;
    overflow: hidden;
}

.news-list3 .item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.news-list3 .item:hover .news-img img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.news-list3 .item .news-info {
    flex: 1;
    margin: 0px 60px;
    padding-right: 60px;
    border-right: 1px solid #EAEAEE;
}

.news-list3 .item .news-info h2 {
    font-size: 24px;
    font-weight: bold;
}

.news-list3 .item .news-info h2 a {
    color: #2B2D30;
}

.news-list3 .item .news-info .summary {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: justify;
    color: #747474;
    line-height: 26px;
}

.news-list3 .item .news-oper .date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    color: #747474;
    font-style: normal;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.news-list3 .item .news-oper .date i {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
}

.news-list3 .item:hover .news-oper .date {
    display: none;
}

.news-list3 .item .news-oper .more-style2 {
    display: none;

}

.news-list3 .item:hover .news-oper .more-style2 {
    display: flex;
    border-radius: 5px;
}

.news-list3 .item:hover .news-oper .more-style2 .iconfont {
    margin-left: 10px;
    margin-right: 0px;
    font-size: 14px;
}

.newsDetail-banner .channel-title p {
    opacity: .7;
    margin-top: 20px;
}

.newsDetail-box {
    margin-top: 50px;
}

.news-prev-next {
    margin-top: 50px;
}

.news-prev-next .title {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-prev-next .title h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.news-prev-next .title .iconfont {
    color: #203891;
    margin-right: 5px;
    font-size: 14px;
}

.news-prev-next-list {
    display: flex;
    justify-content: space-between;
}

.news-prev-next-list p {
    display: flex;
    color: #36373A;
    font-size: 18px;
}

.news-prev-next-list p a {
    color: #36373A;
}

.news-prev-next-list p span {
    display: flex;
    flex-direction: column;
}

.news-prev-next-list p span em {
    color: #D2D4D9;
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .logo {
        margin-left: 3%;
        width: 65%;
    }

    /* .logo>img:nth-child(1) {
        opacity: 0;
    }

    .logo>img:nth-child(2) {
        opacity: 1;
    } */

    .header::after {
        display: none;
    }

    .header {
        height: 60px;
        padding: 0px;
        position: fixed;
        /* background: #fff; */
        z-index: 500;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
        top: 0px;
        margin-top: 0px;
    }

    .header.open {
        padding: 10px 0%;
        height: 60px;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        height: calc(100vh - 60px);
        position: fixed;
        left: 0;
        top: 60px;
        display: block;
        width: 100%;
        background: #202679;
        display: none;
    }

    .navBar {
        display: none;
    }

    .swiperFullPage {
        /* height: calc(100vh - 60px); */
        height: calc(100vh);
        /* top: 60px; */
    }

    .swiperFullPage>.swiper-wrapper>.swiper-slide {
        /* height: calc(100vh - 60px); */
        height: calc(100vh);
    }

    .mNav-toggle-btn {
        display: block;
    }

    .mNav {
        display: block;
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        left: 0%;
        z-index: 20;
        top: 60px;
        overflow-y: auto;
        /*background: linear-gradient(90deg, #0b70cf, #0043b6) center center no-repeat;*/
        background: #fff;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
    }

    .mNav.active {
        opacity: 1;
        visibility: visible;
    }

    .mNav ul {
        padding: 0%;
        color: #000;
    }

    .mNav a {
        color: #333;
    }

    .mNav .mTopInfo {
        padding: 15px 0px;
    }

    .mNav .mTopInfo a {
        flex: 1;
        margin: 10px 25px;
        height: auto;
        line-height: 35px;
        /* background: #103784; */
        background: linear-gradient(90deg, #0b70cf, #0043b6) center center no-repeat;
        color: #fff;
        border-radius: 45px;
        font-size: 16px;
        padding: 5px;
    }

    .mNav .mTopInfo a .iconfont {
        font-size: 20px;
        margin: 0px 5px;
    }

    .first-li {
        font-size: 18px;
        /* font-weight: bold; */
        position: relative;
        padding: 10px 5%;
    }

    .mNav ul li {
        line-height: 40px;
        position: relative;
        padding-bottom: 1px;
    }

    .mNav ul li::after {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        bottom: 0%;
        content: '';
        background: linear-gradient(90deg, #efefef, #dfdfdf) center center no-repeat;
    }

    .second-li {
        display: flex;
        flex-wrap: wrap;
        display: none;
    }

    .three-li {
        width: 90%;
        display: flex;
        padding: 10px 0%;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        margin-left: 5%;

    }

    .three-li:first-child {
        padding-top: 0%;
    }

    .three-li:last-child {
        border-bottom: none;
    }

    .three-li .name {
        font-size: 16px;
        /* font-weight: bold; */
        line-height: 20px;
        width: 100%;
        margin-bottom: 5px;
        padding-left: 15px;
    }

    .three-li .name a {
        color: #757575;
    }

    .four-li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .four-li a {
        display: flex;
        margin-right: 15px;
        line-height: 30px;
    }

    .four-li a .icon {
        font-size: 16px;
    }

    .four-li a .txt {
        margin-left: 2px;
    }

    .first-li.has::after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -10px;
        background: url(../images/arrow-open.svg) no-repeat;
        background-size: cover;
        content: '';
        -webkit-transition: all .35s;

    }

    .first-li.active::after {
        -webkit-transform: rotate(45deg);
    }

    .second-li.active {
        display: block;
    }

    .three-li .name.mb0 {
        margin-bottom: 0px;
    }

    .header .search {
        width: 35px;
        height: 35px;
        font-size: 20px;
        position: absolute;
        margin-left: 0%;
        top: 50%;
        line-height: 33px;
        -webkit-transform: translateY(-50%);
        background: transparent;
        color: #fff;
        justify-content: center;
    }

    .header.open .search {
        color: #0054a3;
    }

    .header .search {
        right: calc(5% + 50px);
    }

    .header .search .icon {
        /* font-size: 20px; */
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .searchBox .searchInput {
        width: 90%;
        margin-left: -45%;
    }

    .searchBox .searchInput .int1 {
        width: 90%;
    }

    .pc-show {
        display: none;
    }

    .pc-hide {
        display: flex;
    }

    .swiperFullPage>.swiper-pagination {
        display: none;
    }

    .more-btn {
        width: 100px;
        height: 40px;
        font-size: 16px;
    }

    .message {
        padding: 10px;
        margin-top: 20px;
    }

    .message h2 {
        font-size: 20px;
        display: flex;
        justify-content: center;
    }

    .message .form-inline .btn-default {
        margin: 0px auto;
    }

    .message .form-inline {
        flex-direction: column;
    }

    .message .form-inline .form-group {
        margin-right: 0px;
    }

    .message .form-inline .form-control {
        height: 40px;
    }

    .footer-box .footer-body {
        margin-top: 20px;
    }

    .swiperFullPage>.swiper-wrapper>.swiper-slide.footer-box {
        /* height: calc(100vh - 60px); */
    }

    .footer-box .footer-body .item {
        border: 0px;
        padding-top: 0px;
    }

    .footer-box .footer-body .item.center,
    .footer-box .footer-body .item.right {
        display: none;
    }

    .footer-box .footer-body .item.left {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;

    }

    .footer-box .footer-body .item.left .logo {
        display: none;
    }

    .footer-box .footer-bottom .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sub-banner {
        height: 350px;
    }

    .sub-banner .container {
        width: 100%;
        text-align: center;
        height: 45px;
    }

    .crumb-list {
        line-height: 45px;
    }

    .sub-menu-list {
        /* white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        text-align: center;
        position: static;
        width: 100%; */
        justify-content: flex-start;

    }

    .sub-menu-list a {
        padding: 0px 20px;
    }

    .more-style1 {
        width: 185px;
        height: 50px;
        margin: 0px auto;
    }

    .more-style1:hover {
        color: #fff;
    }

    .sub-banner~.footer-box {
        margin-top: 0px;
    }

    .body-box .container {
        padding: 0px;
    }

    .news-list2 .item {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .news-list2 .item .news-img {
        height: 215px;
        width: 100%;
    }

    .news-list2 .item .news-info {
        position: unset;
        left: 0px;
        padding: 20px;
    }

    .news-list2 .item .news-info h2 {
        font-size: 20px;
    }

    .news-list2 .item .news-info .summary {
        margin-bottom: 30px;
    }

    .more-style3 {
        width: 120px;
        height: 40px;
        margin: 0px auto;
        font-size: 14px;
    }

    .more-style3 .iconfont {
        font-size: 12px;
    }

    .news-list3 {
        margin-top: 30px;
    }

    .news-list3 .item {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .news-list3 .item .news-img {
        width: 100%;
    }

    .news-list3 .item .news-info {
        margin: 0px;
        padding: 0px;
        border-right: 0px;
    }

    .news-list3 .item .news-info .summary {
        margin: 20px auto;
    }

    .news-list3 .item:hover .news-oper .more-style2 {
        display: none;
    }

    .news-list3 .item .news-oper {
        display: none;
    }

    .news-list3 .item .date.pc-hide {
        justify-content: flex-start;
        width: 100%;
        color: #A1A4A7;
    }

    .newsDetail-banner .channel-title {
        width: 100%;
        top: 55%;
    }

    .newsDetail-banner .channel-title h2 {
        font-size: 20px;
        padding: 0px 20px;
        text-align: center;
        line-height: 32px;
    }

    .newsDetail-box {
        margin-top: 0px;
    }

    .news-prev-next {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-prev-next .title h2 {
        font-size: 18px;
    }

    .news-prev-next-list {
        flex-direction: column;
    }

    .news-prev-next-list p {
        font-size: 14px;
    }

    .news-prev-next-list p span {
        flex: 1;
    }

    .news-prev-next-list p span em {
        display: none;
    }

    .footer-box .footer-bottom .container p:first-child {
        margin: 0px;
    }

    .body-box~.footer-box,
    #searchapp~.footer-box {
        margin-top: 50px;
    }

    .content img {
        width: 100%;
    }

    .footer-box .footer-body .left>div .address-info p:nth-child(2) {
        font-size: 16px;
    }

    .footer-box .footer-body .left .email {
        display: flex;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    body {
        zoom: 75%;
    }

    .swiperFullPage {
        height: 100%;
    }

    .swiperFullPage>.swiper-wrapper>.swiper-slide {
        height: 100%;
    }

    .message {
        padding: 20px;
        top: -70px;
    }

    .footer-box .footer-body .item.left {
        width: 320px;
    }

    .footer-box .footer-body .item {
        margin-right: 50px;
        padding-right: 50px;
    }

    .footer-box .footer-body .item.right {
        width: 200px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1480px) {
    .nav ul li a {
        padding: 0px 22px;
    }

    .nav ul li.has a::after {
        right: 0px;
    }
}