@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-VF-2.otf');
}

@font-face {
    font-family: 'SourceHanSansSC-Medium';
    src: url('../fonts/SourceHanSansSC-Medium-2.otf');
}

@font-face {
    font-family: "montserrat2";
    src: url('/');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}
*{
     font-family: Arial, Helvetica, sans-serif;

}
body,
ul,
li,
input,
textarea,button {
    font-family: Arial, Helvetica, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

br,
hr {
    clear: both;
}

body,
html,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
img,
form,
input {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

.fs14 {
    font-size: .4rem;
}

.fs15 {
    font-size: .86rem;
}

.fs16 {
    font-size: 1rem;
}

.fs18 {
    font-size: 1rem;
}

.fb {
    font-weight: bold;
}

/* 导航 */
.header {
    padding: 10px 0vw 4px 0vw;
    background: #FFFFFF;
    height: 55px;
    /* min-width: 1410px; */
    margin: 0 auto;
    width: 100%;
    position: fixed;
    z-index: 1000000;
}

.header .logo {
    max-width: 224px;
    width: 20%;
    margin-right: 4.5vw;
    transition: .3s;
}

.header .nav {
    /* max-width: 940px; */
    margin-right: 1vw;
    line-height: 55px;
    text-align: center;
    width: 72%;
}
.menu3s-scroll{
    position: absolute;
    left: 50%;
    top: 71px;
    /*display:fixed;*/
    z-index: 2;
    transition: .7s;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    /*padding: 10px 10px 0 10px;*/
    box-sizing: border-box;
    display: none;
}
.menu3s{
    /*position: absolute;*/
    /*display: block;*/
    width: 90vw;
    /*left: 140%;*/
    /*top: 59px;*/
    flex-wrap: wrap;
    justify-content: center;
    /*border-radius: 10px;*/
    /*padding-left: 1rem;*/
    /*display:fixed;*/
    z-index: 2;
    transition: .7s;
    max-height:0;
    overflow-y: auto;
    margin: 10px;
    /*padding: 2px 0 0 0;*/
    /*transform: translateX(-42%);*/
    box-sizing: border-box;
}
.menu3s::-webkit-scrollbar {
    /*width: 0px;*/
    width: 10px;
}
.menu3s::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
.menu3s::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}
.menubg{
    background: #FFFFFF;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    /*padding-top: 2rem;*/
    padding-top: 1.4rem;
    /*display: -webkit-inline-box;*/
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
    box-sizing: border-box;
    width: 100%;

  
}

.menu-left{
    /*width: 20%;*/
}
.menu-right{
    /*width: 80%;*/
    flex:1;
    display: flex;
    flex-wrap: wrap;
}

.menu3a{
    height: 700px;
}
.menu3c{
    /*width: 28%;*/
    /*min-width: 280px;*/
    padding-left: 1rem;
}


.menu3c .m3tit{
    border-bottom: 1px solid #d5d5d5;
    color: #000;
    font-weight: bold;
}
.menu3c .m3tit a:hover{
    color: #18488a;
}
.menu3c .m3list a:hover{
    color: #18488a;
}
.menu3c .m3tit .m3img{
    margin: 12px 0 0 0;
}
.m3list ul li{
    border-bottom: 1px solid #f1f1f1;
   
}
.m4list{
    max-height:0;
    overflow:hidden;
    transition:max-height .7s ease;
}
.m4list.act{
}
.m4list ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    display: block;
    background: #5f5f5f;
    float: left;
    margin: 16px 12px 0 20px;

}
.m4list ul li:last-of-type{
    border:none;
}
.m4list ul{
    padding:3px 0 3px!important;
}
.m4li{
    display:flex;
    align-items:center;
    overflow:hidden;
}
.m4li button{
    border:none;
    padding:2px;
    border-radius:3px;
    background:#15499a;
    box-sizing:border-box;
    width:1.2em;
    height:1.2em;
    cursor:pointer;
}
.m4li svg{
    height:100%;
    transition: transform 0.7s ease;
    transform: rotate(0deg);
    position: relative;
    top: -1px;
}
.m4li.act svg{
    transform: rotate(180deg);
}
.m4li button:hover{
    background:#0c3079;
}
.nav ul .li1 .m3list ul li a{
    color: #666;
    font-size: 12px;
    max-width:22em;
}
.nav ul .li1 .m3list ul li a:hover{
    color: #18488a;
    text-decoration: underline;
}
 
.headermain {
    min-width: 1128px;
    max-width: 1600px;
    margin: 0 auto;
    width: 77vw;
    display: flex;
}

.nav ul .li1 {
    position: relative;
    z-index: 5;
}
.nav ul .li1[data-id="3"]{
    position: static;
}


.nav ul .li1 ul {
    position: absolute;
    top: 62px;
    left: 50%;
    z-index: -4;
    white-space: nowrap;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 35px;
    padding: 10px 0 10px 0px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s ease, transform 0.5s ease, height 0.5s ease, opacity 0.5s ease;
}

.nav ul .li1 a {
    color: #111;
    padding: 0 1vw;
    display: block;
    transition: .3s;
    font-size: 15px;
   
}


.nav ul .li1:nth-child(1) a {
    padding-left: 0;
}

.nav ul .li1:nth-child(8) .a1 {
    padding-right: 0;
}

.nav ul .li1:nth-child(7) {
    background-color: #15499a;
    color: #ffffff;
    border-radius: 5px;
}
.nav ul .li1:nth-child(7) .a1 {
    color: #ffffff;
 
}

.nav ul .active ul {
    top: 62px;
    z-index: 4;
    opacity: 1;
    visibility: visible;
}

.nav ul .li1 ul li a {
    padding-right: 1.5vw;
}

.nav ul .active ul li a:hover {
    color: #15499a;
}

.header .lang {
    font-family: 'SourceHanSansSC-Medium';
    max-width: 142px;
    line-height: 55px;
    width: 12%;
    min-width: 135px;
    /* float: left; */
}

.header .lang a {
    color: #1d1d1d;
}

.header .lang .icon-diqiu {
    font-size: 1.3rem;
}

.header .lang .icon-sousuoxiao {
    font-size: 1rem;
    margin-left: 10px;
    cursor: pointer;
}

.header .lang .sx {
    width: 1px;
    height: 8px;
    border-left: 1px solid #1d1d1d;
    display: inline-block;
    margin: 0 5px;
}

.header .hx {
    background: #15499a;
    /* width: 63px; */
    width: 0px;
    height: 4px;
    display: block;
    margin: 0 auto;
    transition: .7s;
}

.nav ul .li1:nth-child(1) .hx {
    margin: 0;
}

.nav ul .li1:nth-child(8) .hx {
    margin: 0 0 0 1.5vw;
}

.header .active .hx {
    display: block;
}

.nav ul .li1:hover .hx {
    width: 52px;
}

/* 搜索层 */
.fixed_search .bg {
    height: calc(100% - 6.25rem);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed_search form {
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    padding: 0 70px;
    opacity: 0;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.fixed_search form input {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
}

.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
}

.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed_search form .close svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.fixed_search.active .bg {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.fixed_search.active form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 3;
}

.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/* 轮播图 */
#swiper1 {
    z-index: 2;
    overflow: hidden;
    position: relative;
    /* max-width: 1920px; */
    margin: 0 auto;
}

#swiper1 img {
    display: block;
}

#swiper1 .cont {
    position: absolute;
    /* bottom: 14.25vw; */
    top: 17.25vw;
    width: 76.5rem;
    left: 10%;
    /* transform: translateX(-50%); */
}

#swiper1 .cont h2 {
    font-size: 3.2rem;
    color: #fff;
    /*letter-spacing: 0.1875rem;*/
    line-height: 5.125rem;
    text-shadow: 2px 2px 5px #0c0c0c, 5px 5px 10px #ffffff;
}

#swiper1 .cont h3 {
    font-weight: normal;
    /*letter-spacing: 0.1875rem;*/
    margin-top: 1.875rem;
    font-size: 1.875rem;
    color: #fff;
    display: inline-block;
    padding-bottom: 30px;
    line-height: 3.875rem;
     text-shadow: 2px 2px 5px #0c0c0c, 5px 5px 10px #ffffff;
}

#swiper1 .cont p {
    letter-spacing: 0.125rem;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-top: 1.875rem;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #0c0c0c, 5px 5px 10px #ffffff;
}

#swiper1 .cont .more {
    width: 11.25rem;
    display: block;
    margin: 0rem 0 0 0;
    position: relative;
    transition: all .3s ease;
}

#swiper1 .cont .more::before {
    content: '';
    width: 12.9rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/img-3-8.png);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

#swiper1 .cont .more .spanp {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 3.625rem;
    text-align: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-right: 1.625rem;
    width: 17rem;
}

#swiper1 .more {
    transition: .7s;
}

#swiper1 .more:hover {
    padding-left: 2rem;
}

#swiper1 .swiper-more-box {
    width: 80%;
    position: absolute;
    left: 10%;
    /* top: 38rem; */
    bottom: 8rem;
    /* transform: translateX(-50%); */
    z-index: 1000;
}

#swiper1 .swiper-button-pn {
    height: 2.75rem;
    font-size: 0;
    box-sizing: border-box;
    float: left;
}

#swiper1 .swiper-button-next {
    margin-left: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    position: static;
    background: url(../img/icon_arrows.png) no-repeat center;
    background-size: auto 35%;
}

.swiperpc#swiper1 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    margin: 0;
}

#swiper1 .swiper-button-prev {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    position: static;
    background: url(../img/icon_arrows.png) no-repeat center;
    transform: rotateZ(180deg);
    background-size: auto 35%;
}

.swiperpc#swiper1 .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(180deg);
    left: 3rem;
    margin: 0;
}

#swiper1 .swiper-button-next:after {
    content: none;
}

#swiper1 .swiper-button-prev:after {
    content: none;
}

#swiper1 .ui-loop {
    width: 2.75rem;
    height: 2.75rem;
}

#swiper1 .path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.125rem;
}

#swiper1 .path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.125rem;
    opacity: 0.1;
}

#swiper1 .swiper-pagination {
    float: right;
    text-align: right;
    position: static;
    width: auto;
    bottom: 0;
    margin-top: -0.625rem;
    margin-right: 190px;
}
.swiperpc#swiper1 .swiper-pagination {
    float: none;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
}

#swiper1 .swiper-pagination span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    opacity: .8;
}

#swiper1 .swiper-pagination .swiper-pagination-item-active {
    opacity: 1;
    position: relative;
}

.xian2 {
    display: inline-block;
    height: 5px;
    width: 13px;
    border-top: 2px solid #FFFFFF;
    margin: 0 5px;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.swiper-pagination-item-active .xian2 {
    /*border: none;*/
}

.xian3 {
    display: inline-block;
    height: 5px;
    width: 100px;
    border-top: 1px solid #FFFFFF;
    margin: 0 5px;
}

.smore {
    display: inline-block;
}

/* 首页关于我们 */
.block2 {
    padding: 60px 0 115px 0;
    background: url('../img/bg1.jpg') no-repeat;
    background-size: 100%;
}

.block .tit {
    text-align: center;
    color: #15499a;
    font-size: 46px;
    margin: 0 0 85px 0;
}

.bl2con {
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 95px;
}

.bl2con .b21 {
    /*max-width: 49%;*/
    max-width: 100%;
    text-align: left;
    /* padding: 63px 47px 41px 47px; */
    padding: 3.2rem 1rem 4rem 1rem;
    box-shadow: -3px -3px 24px #efefef;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 2% 0 0;
}

.bl2con .b21 .tit {
    font-size: 24px;
    text-align: left;
    margin-bottom: 25px;
}

.bl2con .b21 p {
    color: #181a1b;
    line-height: 38px;
}

.lmore {
    color: #444343;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    padding: 9px 25px 12px 25px;
    display: inline-block;
    margin: 40px 0 0 0;
    transition: .7s;
}

.lmore:hover {
    background: #15499a;
    color: #FFFFFF;
}

.bl2con .b22 {
    max-width: 46%;
    position: relative;
    max-height: 440px;
    border-radius: 10px;
    overflow: hidden;
    background: #000000;
}

.bl2con .b22 video {
    width: 100%;
}

.bl2con .b22 .vbg {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.bl2con .b22 .but {
    background: url(../img/vbg.png) no-repeat;
    background-size: 100%;
    max-width: 100px;
    padding: 8px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
}

/* 数字 */
.index_num {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.index_num ul {
    display: flex;
    justify-content: space-between;
}

.index_num li {
    max-width: 270px;
    width: 23%;
    /* margin: 0 4vw 0 4vw; */
}

.index_num li:nth-child(4) {
    /* margin: 0 0 0 4vw; */
}

.index_num .count {
    font-size: 53px;
}

.index_num .dw {
    font-size: 23px;
    padding: 0 0 0 10px;
}

.index_num li p {
    font-size: 16px;
    color: #333333;
}

/* 服务 */
.block3 {
    background: url('../img/bg2.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 110px 0 80px 0;
}

.block3 .bl3con {
    padding: 0 2rem;
}

.block3 .swiper {
    max-width: 1600px;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.block3 .swiper-slide {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    height: 570px;
    cursor: pointer;
    overflow: hidden;
}

.block3 .swiper .tit {
    color: #333333;
    width: 330px;
    height: 110px;
    text-align: left;
    margin-bottom: 40px;
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: 2;
    transition: .7s;
}

.block3 .swiper .tit h4 {
    font-size: 24px;
    margin-bottom: 2rem;
}

.block3 .swiper .tit p {
    font-size: 12px;
    transition: .7s;
    text-wrap:balance;
}

.block3 .swiper-slide .pic {
    width: 100%;
    height: 380px;
    transition: .7s;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.block3 .mb {
    width: 100%;
    height: 100%;
    background: #0f4990;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: .7s;
    z-index: 1;
    border-radius: 10px;
}

.block3 .mb ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 0 30px;
    width: calc(100% - 60px);
    height: 380px;
}

.block3 .mb ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
}

.block3 .mb ul li:last-child {
    border: none;
}

.block3 .mb a {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    transition: .7s;
}

.block3 .mb a:hover {
    padding-left: 20px;
}

.block3 .mb a .iconfont {
    opacity: .5;
}

.block3 .smore {
    position: absolute;
    left: 50px;
    bottom: 30px;
}

.block3 .active .tit {
    color: #FFFFFF;
}

.block3 .active .tit p {
    opacity: 0;
}

.block3 .active .pic {
    height: 100%;
    border-radius: 10px;
}

.block3 .active .mb {
    opacity: .8;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    opacity: 1;
    transition: .7s;
    margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #15499a;
    width: 35px;
    border-radius: 10px;
}

/* 首页新闻 */
.block4 {
    max-width: 1600px;
    margin: 0 auto;
    background: url('../img/newsbg.jpg') no-repeat;
    background-size: 100%;
}

.block4 .bltop {
    padding: 0 2rem;
}

.block4 .tit {
    padding: 90px 0 0 0;
}

.block4 .bl4con {
    padding-bottom: 70px;
}

.block4 .lmore {
    margin: 65px 0 0 0;
}

.block4 ul li {
    margin: 1rem 3rem 1rem 0;
    width: 30%;
}

.block4 ul li:nth-child(4n-1) {
    margin-right: 0;
}

.block4 .nlist {
    width: 100%;
    padding: 30px 0 35px 33px;
    cursor: pointer;
    transition: .7s;
}

.block4 .nlist:hover {
    box-shadow: -3px -3px 24px #efefef;
}

.block4 .nlist .date {
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 30px;
}

.block4 .ltit {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 2;
    margin-bottom: 20px;
}

.block4 .nmore {
    font-size: 14px;
    color: #15499a;
}

/* 首页底部广告位 */
.blo5main{
    max-width: 1600px;
    margin: 0 auto;
    padding-right: 2rem;
}
.block5 .bl5con {
    max-width: 510px;
    padding: 3rem 0rem 4rem 2rem;
}

.block5 .bl5form {
    max-width: 690px;
    padding-top: 3rem;
}

.block5 .bl5form input {
    border: 1px solid #839fc6;
    color: #FFFFFF;
    border-radius: 5px;
    padding: .7rem 1.2rem;
    background: none;
    width: 42%;
    margin: 0 2% 10px 0;
    font-size: 16px;
}
.block5 .bl5form input:nth-child(2n){
    margin-right: 0;
}

.block5 .bl5form textarea {
    border: 1px solid #839fc6;
    color: #FFFFFF;
    border-radius: 5px;
    padding: .7rem 1.2rem;
    background: none;
    width: 93%;
    font-size: 16px;
    height: 70px;
    margin-bottom: 10px;
    resize: none;
}

.block5 .bl5form input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form input:-moz-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form input::-moz-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form textarea:-moz-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form textarea::-moz-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form textarea:-ms-input-placeholder {
    color: #FFFFFF;
}

.block5 .bl5form button{
    background: #082f65;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: .9rem 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: .7s;
}
.block5 .bl5form button:hover{
    background: #FFFFFF;
    color: #082f65;
}

.block5 h4 {
    font-size: 41px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.block5 p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
}

/* 底部 */
.footer {
    background: #2a2a2a;
}

.footermain {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footermain .fm1 {
    padding: 48px 0 43px 0;
    border-bottom: 1px solid #494949;
}

.flogo {
    width: 15rem;
    margin:0 3rem 0 0;
}

.fnav {
    padding: 31px 0 0 0;
}

.fnav ul li {
    margin: 0 3rem 0 0;
}

.fnav ul li:last-child {
    margin: 0;
}

.fnav ul li a {
    font-size: 18px;
    color: #ededed;
}

.fnav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FFFFFF;
    transition: .7s;
}

.fnav ul li a:hover:after {
    width: 100%;
}

.fm2 {
    padding: 40px 0 43px 0;
    border-bottom: 1px solid #494949;
}

.fm2 .fml {
    font-size: 15px;
    color: #ededed;
    line-height: 2;
}

.fm2 .fmr {
    padding: 20px 0 0 0;
}

.fm2 .fmr li {
    width: 45px;
    margin: 0 20px 0 0;
    transition: .3s;
}

.fm2 .fmr li:hover {
    margin-top: -10px;
}

.fm3 {
    font-size: 15px;
    color: #939393;
    text-align: center;
    padding: 28px 0 25px 0;
}

/* banner */
.banner {
    /* width: 1920px; */
    max-width: 1920px;
    height: 425px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto;
    position: relative;
}

.banner h4 {
    font-size: 49px;
    color: #ffffff;
    position: absolute;
    top: 190px;
    left: 330px;
}

.snav {
    box-shadow: 7px 8px 8px #efefef;
    position: relative;
}

.snav ul {
    width: 1300px;
    margin: 0 auto;
}

.snav li {
    margin: 0 0px 0 0;
}

.snav li a {
    display: block;
    padding: 25px 40px;
    font-size: 16px;
    color: #1d1d1d;
    transition: .3s;
}

.snav li a:hover {
    color: #ffffff;
    background: #18488a;
}

.snav .active a {
    color: #ffffff;
    background: #18488a;
}

.pagecon {
    width: 1300px;
    margin: 0 auto;
    padding: 65px 0 60px 0;
    line-height: 2;
    font-size: 16px;
    color: #50545c;
}

.pagecon img {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
}

/* 团队 */
.teamcon {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.teamlist {
    padding: 30px 0;
}

.teamlist li {
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 42px;
    font-size: 0;
    margin-bottom: 23px;
    position: relative;
}

.team_left {
    position: relative;
}

.teamlist li:after,
.team_right .swiper-slide:after,
.team_left:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #4981c2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.teamlist li:hover:after,
.team_right .swiper-slide:hover:after,
.team_left:hover:after {
    width: 100%;
}

.teamlist li:last-child {
    margin-bottom: 0;
}

.teamlist li .img {
    display: inline-block;
    vertical-align: middle;
    box-sizing:border-box;
    width: 18.8%;
    padding: 5px;
    background: #18488a;
}

.show_type2 .t_peo{
    width: 81.2%;
}
.t_peo {
    display: inline-block;
    width: 24.63%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 55px;
    position: relative;
    padding-right: 20px;
}

.show_type2 .team_inner{
    display: block;
    width:100%;
    padding:0;
    margin-top:50px;
}
.team_inner {
    display: inline-block;
    width: 56.57%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 10px;
}

.t_peo h2 {
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.teamlist li:hover .t_peo h2 {
    color: #4981c2;
}

.t_peo h2:after {
    content: '';
    display: block;
    width: 37px;
    height: 1px;
    background: #c6c6c6;
    margin-top: 25px;
}

.t_peo h3 {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
}

.show_type2 .t_peo:after{
    display:none;
}
.t_peo:after {
    content: '';
    display: block;
    width: 1px;
    height: 185px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #c6c6c6;
}

.team_inner h4 {
    margin-bottom: 25px;
    color: #666666;
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
}

.team_inner h4 span {
    color: #4981c2;
    font-size: 15px;
}

.team_inner p {
    color: #666666;
    line-height: 24px;
    font-size: 15px;
    text-align:justify;
}

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.pagination {
    margin: 0;
}

.pagination li {
    float: left;
}

.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.pagination li a,
.pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li.disabled span {
    cursor: not-allowed;
}

.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>li>a:hover {
    color: #fff;
    background: #01569b;
    border: 1px solid transparent;
}

/* 图集 */
.piccon {
    width: 1300px;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.product .product_ul li {
    width: 21%;
    height: 193px;
    margin-right: 2.66666667%;
    padding: 10px 10px 0 10px;
    float: left;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product .product_ul li:nth-child(4n) {
    margin-right: 0;
}

.product .product_ul li:hover {
    border: 1px solid #61adb8;
    color: #61adb8;
}

.product .product_ul li:hover img {
    transform: scale(1.05);
}

.product .product_ul li .img {
    overflow: hidden;
}

.product .product_ul li .img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product .product_ul li .t {
    margin-top: 10px;
}

.product .product_c2 .h2 {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #dfdfdf;
}

.product .product_c2 .text {
    padding: 20px 0 40px 0;
}

.product .product_c2 .text a {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #666666;
}

.pading {
    padding: 20px 0;
    text-align: center;
}

.pading a,
.pading span {
    display: inline-block;
    font-size: 18px;
    color: #555;
    min-width: 30px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 5px;
}

.pading a:hover,
.pading span:hover {
    color: #4981c2;
}

.pading .iconfont {
    font-size: 34px;
}

.pading .nowpage {
    color: #4981c2;
    border-bottom: 1px solid #4981c2;
}

/* 服务页 */
.servercon {
    background: #f5f8f9;
    padding: 40px 0;
}

.serverlist {
    width: 1200px;
    margin: 0 auto;
}

.serverlist .li1 {
    position: relative;
    width: calc((100% - 90px)/3);
    background: #FFFFFF;
    border-radius: 10px;
    height: 570px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 45px 30px 0;
}

.serverlist .li1:nth-child(3n) {
    margin-right: 0;
}

.serverlist .tit {
    color: #333333;
    width: 330px;
    height: 110px;
    text-align: left;
    margin-bottom: 40px;
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: 2;
    transition: .7s;
}

.serverlist .tit h4 {
    font-size: 24px;
    margin-bottom: 2rem;
}

.serverlist .tit p {
    font-size: 12px;
    transition: .7s;
}

.serverlist .li1 .pic {
    width: 100%;
    height: 380px;
    transition: .7s;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.serverlist .mb {
    width: 100%;
    height: 100%;
    background: #0f4990;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: .7s;
    z-index: 1;
    border-radius: 10px;
}

.serverlist .mb ul {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 0 30px;
    width: calc(100% - 60px);
    height: 380px;
}

.serverlist .mb ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
}

.serverlist .mb ul li:last-child {
    border: none;
}

.serverlist .mb a {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    transition: .7s;
}

.serverlist .mb a:hover {
    padding-left: 20px;
}

.serverlist .mb a .iconfont {
    opacity: .5;
}

.serverlist .smore {
    position: absolute;
    left: 50px;
    bottom: 30px;
}

.serverlist .active .tit {
    color: #FFFFFF;
}

.serverlist .active .tit p {
    opacity: 0;
}

.serverlist .active .pic {
    height: 100%;
    border-radius: 10px;
}

.serverlist .active .mb {
    opacity: .8;
}

/* 服务第二页 */
.enav {
    margin-bottom: 0px;
}

.enav h4 {
    font-size: 24px;
    color: #333333;
}

.enavmain {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.enavmain a {
    font-size: 16px;
    color: #2a2929;
}

.enavmain .iconfont {
    font-size: 18px;
}

.server2con {
    background: #f5f8f9;
    padding: 20px 0 40px 0;
}

.server2main {
    max-width: 1300px;
    padding: 0 20px 0 0;
    margin: 0 auto;
}
.server2main .s2l{
    width: 330px;
}

.server2main .s2l .mli a .iconfont{
    font-size:21px;
}
.server2main .s2l .mli2list{
    height:0px;
    transition:.7s;
    overflow:hidden;
}
.server2main .s2l .mli2list ul{
    padding:0px 0px 0;
    margin-bottom:0px;
    width:100%;
}
.server2main .s2l .mli2list ul li{
    overflow:hidden;
    /* padding-left: 25px; */
}
/* .server2main .s2l .mli2list ul li a{
 *     float:left;
 * } */
.server2main .s2l .mli2list ul li:last-of-type{
    border:none;
}
.server2main .s2l .mli2list ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    display: block;
    background: #5f5f5f;
    float: left;
    margin: 25px 19px 0 20px;
}
.server2main .s2l .mli2list ul li:hover::before{
    background: #fff;
}
.server2main .s2l ul {
    background: #FFFFFF;
    padding: 25px 25px 40px 25px;
    margin-bottom: 30px;
}

.server2main .s2l li{
    border-bottom: 1px solid #d3d3d3;
    text-align:left;
}
.server2main .s2l .mli a {
    font-size: 16px;
    color: #2a2929;
    padding: 15px 13px 15px 13px;
    display: block;
    transition: .3s;
}

.server2main .s2l .mli a:hover {
    background: #15499a;
    color: #FFFFFF;
}

.server2main .s2l .mli .active {
    background: #15499a;
    color: #FFFFFF;
}
.server2main .s2l .mli .active a {
    background: #15499a;
    color: #FFFFFF;
}
.server2main .s2l .mli2list li.active::before {
    background: #FFFFFF;
}

.server2main .s2l .s2link {
    overflow: hidden;
}

.server2main .s2l .s2link img {
    transition: .4s;
}

.server2main .s2l .s2link img:hover {
    scale: 1.1;
}

.server2main .s2r {
    width: calc(100% - 360px);
}

.server2main .s2r ul li {
    background: #FFFFFF;
    padding: 40px 0 40px 30px;
    margin-bottom: 20px;
}

.server2main .s2r h4 {
    font-size: 22px;
    color: #18488a;
    margin-bottom: 10px;
}

.server2main .s2r h4::before {
    content: '';
    width: 20px;
    height: 3px;
    background: #18488a;
    display: block;
    float: left;
    margin: 15px 15px 0 0;
}

.server2main .s2r .s2rcon {
    font-size: 15px;
    color: #747474;
    padding: 0 0 0 36px;
    line-height: 2;
}

.server2main .s2r .lmore {
    margin: 20px 0 0 30px;
}

.server2main .s2r ul .mli {
    padding: 0 0 30px 0;
}

.server2main .s2r .pagination li {
    padding: 0;
}

/* 服务详情页 */
.showserver {
    background: #FFFFFF;
    padding: 40px;
}

.showserver h3 {
    font-size: 30px;
    color: #18488a;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 34px;
}

.showserver .sercon {
    font-size: 15px;
    color: #626262;
    line-height: 1.6;
    padding: 34px 0 0 20px;
}

.showserver .sercon img {
    max-width: 90%;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

/* 合作伙伴页 */
.collcon {
    width: 1250px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.collcon ul li {
    margin: 0 30px 30px 0;
    background: #FFFFFF;
    padding: 5px;
    overflow: hidden;
    width: 205px;
}

.collcon ul li img {
    transition: .3s;
}

.collcon ul li img:hover {
    scale: 1.1;
}

.collcon ul li:nth-child(5n) {
    margin: 0 0 30px 0;
}

/* 新闻列表页 */
.newscon {
    background: #FFFFFF;
    padding-bottom: 80px;
}

.newslist {
    width: 1250px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.newscon .newslist li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.newscon .newslist li a {
    padding:34px 40px 10px 29px;
    display: block;
}

.newscon .newslist li a:hover .newslr {
    color: #18488a;
}

.newscon .date {
    text-align: center;
    margin-right: 55px;
    line-height: 2;
}

.newscon .day {
    font-size: 20px;
    color: #1d1d1d;
    border-bottom: 1px solid #8a8a8a;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.newscon .year {
    font-size: 16px;
    color: #1d1d1d;
}

.newscon .newslr {
    font-size: 22px;
    color: #636363;
    width: calc(100% - 8rem);
    line-height: 35px;
}

/* 新闻详情页 */
.newsmain {
    width: 1250px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}

.newsmain h4 {
    font-size: 24px;
    color: #242424;
    line-height: 2;
    margin-bottom: 20px;
}

.newsmain .date {
    border-bottom: 1px solid #8a8a8a;
    text-align: left;
    font-size: 14px;
    color: #4a4a4a;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    margin-right: 0;
}

.newsmain .nml {
    width: 970px;
}
.nml.fl img{
    display: inline;
}
.newsmain .nml .newscon2 {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.6;
    margin-bottom: 80px;
}

.newsmain .nml .newscon2 p {
    /* display: inline; */
}

.newsmain .prenext {
    font-weight: bold;
    background: #f7f7f7;
    padding: 20px 12px;
}

.newsmain .prenext a {
    font-size: 14px;
    color: #111111;
}

.newsmain .prenext a:hover {
    color: #18488a;
}

.newsmain .prenext p {
    margin: 0 0 15px 0;
}

.newsmain .nmr {
    border-left: 1px solid #d4d4d4;
    width: 235px;
    min-height: 650px;
    padding: 0 0 0 20px;
}

.newsmain .nmr h4 {
    font-size: 16px;
    color: #18488a;
}

.newsmain .nmr h4::after {
    content: '';
    width: 5px;
    height: 22px;
    background: #18488a;
    display: block;
    float: left;
    margin: 5px 15px 0 0;
}

.newsmain .nmr li {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.newsmain .nmr a {
    font-size: 14px;
    color: #373737;
    margin: 0 0 10px 0;
    display: block;
}

.newsmain .nmr p {
    font-size: 14px;
    color: #c0c0c0;
}

/* 招聘页面 */
.carecon {
    padding: 50px 0 150px 0;
}

.caremain {
    width: 1250px;
    margin: 0 auto;
}

.caremain .lih {
    background: #f0f6fe;
    font-size: 16px;
    color: #303030;
    font-weight: bold;
}

.caremain li div {
    padding: 30px;
}

.caremain li .lih1 {
    width: 40%;
}

.caremain li .lih2 {
    width: 12%;
}

.caremain li .lih3 {
    width: 18%;
}

.caremain li .lih4 {
    width: 10%;
}

.caremain .lic .lih1 {
    border-bottom: 1px solid #ececec;
}

.caremain li .lih1 span::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #18488a;
    float: left;
    margin: 10px 10px 0 0;
}

.caremain .lic .lih2 {
    border-bottom: 1px solid #ececec;
}

.caremain .lic .lih3 {
    border-bottom: 1px solid #ececec;
}

.caremain .lic .lih4 {
    border-bottom: 1px solid #ececec;
    padding: 25px 30px 24px 30px;
}

.caremain li .lih4 .iconfont {
    font-size: 30px;
    display: none;
}

.caremain li .lih4 .showi {
    display: block;
}

.caremain .lic {
    cursor: pointer;
    font-size: 16px;
    color: #303030;
}

.hide {
    display: none;
}

.caremain .lic .hide {
    font-size: 14px;
    color: #303030;
    line-height: 2;
    background: #f8f8f8;
}

/* 联系我们 */
.pagecontant {
    width: 1300px;
    margin: 0 auto;
    padding: 85px 0 80px 0;
}

.pagecontant h4 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 15px;
}

.pagecontant .pcon {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.pagecontant .pic {
    border: 1px solid #dadada;
    padding: 5px;
    width: 92px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pagecontant img {
    width: 92px;
}

.pagecontant .pcr {
    text-align: center;
    padding-top: 60px;
}

.pagecontant .pcr p {
    font-size: 14px;
    color: #333333;
}

.pagecontant ul li:first-child {
    margin-right: 85px;
}

/* 分公司页 */
.brancon {}

.branmain {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.branmain ul li {
    margin-bottom: 55px;
}

.branmain .pic {
    margin-right: 65px;
    max-width: 440px;
}

.branmain .pic img {
    border-radius: 10px;
}

.branmain .bcon {
    width: 750px;
    padding-top: 50px;
}

.brancon .bcon h3 {
    margin-bottom: 30px;
}

.branmain .bcon .bccon {
    line-height: 2;
}

.header .icon-caidan1 {
    display: none;
}

.wapnav {
    display: none;
}
@media screen and (min-width:1686px) {
    .header .logo{
        margin-right: 9.5vw;
    }
}
@media screen and (min-width:1746px) {
    .header .logo{
        margin-right: 7.5vw;
    }
    .nav ul .li1 a{
        padding: 0 1.3vw;
    }
}
@media screen and (min-width:2146px) {
    .header .logo{
        margin-right: 3.5vw;
    }
    .nav ul .li1 a{
        padding: 0 1.6vw;
    }
}
.nav ul .li1 .menu3c .m3list ul{
    opacity: 1;
    visibility: visible;
    position: unset;
    transform: none;
}
.swipermob{
    display: none;
}


/**/

.pcl .bl5form {
    max-width: 900px;
    padding-top: 3rem;
}

.pcl .bl5form input {
    border: 1px solid #082f65;
    color: #082f65;
    border-radius: 5px;
    padding: .7rem 1.2rem;
    background: none;
    width: 42%;
    margin: 0 2% 10px 0;
    font-size: 16px;
}
.pcl .bl5form input:nth-child(2n){
    margin-right: 0;
}

.pcl .bl5form textarea {
    border: 1px solid #082f65;
    color: #082f65;
    border-radius: 5px;
    padding: .7rem 1.2rem;
    background: none;
    width: 91%;
    font-size: 16px;
    height: 70px;
    margin-bottom: 10px;
    resize: none;
}

.pcl .bl5form input::-webkit-input-placeholder {
    color: #082f65;
}

.pcl .bl5form input:-moz-placeholder {
    color: #082f65;
}

.pcl .bl5form input::-moz-placeholder {
    color: #082f65;
}

.pcl .bl5form input:-ms-input-placeholder {
    color: #082f65;
}

.pcl .bl5form textarea::-webkit-input-placeholder {
    color: #082f65;
}

.pcl .bl5form textarea:-moz-placeholder {
    color: #082f65;
}

.pcl .bl5form textarea::-moz-placeholder {
    color: #082f65;
}

.pcl .bl5form textarea:-ms-input-placeholder {
    color: #082f65;
}

.pcl .bl5form button{
    background: #082f65;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: .9rem 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: .7s;
}
.pcl .bl5form button:hover{
    background: #FFFFFF;
    color: #082f65;
}