/*
 *  style.css by 453883682@qq.com
 */
.banner {
    position: relative;
    height: 100vh;
    background-color: #000000;
}
.banImg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}
.banner .swiper-slide-active .banImg {
    transform: scale(1.1);
    transition: all 6s linear;
}
.banMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #01376b;
    opacity: .7;
    z-index: 1;
}
.banText {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* bottom: 140px; */
    width: 100%;
    align-items: flex-start;
    /* justify-content: flex-end; */
    color: #FFFFFF;
    z-index: 1;
}
.banCon {
    padding: 40px 55px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.banTit {
    font-size: 40px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: .1rem;
    margin-bottom: .3rem;
}
.banTit span {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: .2rem;
    border-bottom: 2px solid #FFFFFF;
}
.banDes {
    font-size: 20px;
    line-height: 1.6;
    margin: 35px 0;
}
.banMore a {
    display: block;
    width: 160px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 44px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-weight: 100;
    opacity: .8;
    transition: all .3s;
}
.banMore a:hover {
    background-color: #01376b;
    border-color: #01376b;
}
.banBot {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 2;
}
.banPage {
    text-align: center;
}
.banPage .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    opacity: 1;
    margin: 0 5px;
}
.banPage .swiper-pagination-bullet-active {
    background-color: #0068b7;
}
.banDown {
    position: relative;
    display: block;
    width: 24px;
    height: 22px;
    background: url(../images/icon_mouse.png) center center no-repeat;
    background-size: contain;
    margin: 20px auto 0;
    top: 0;
    animation: mouse 2s linear infinite;
    cursor: pointer;
}
.container {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
}
.boxBg1 {
    padding: 40px 0;
}
.box1List {
    display: flex;
    list-style: none;
}
.box1List li {
    flex: 1;
}
.box1Link {
    display: block;
    position: relative;
    overflow: hidden;
}
.box1Img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 121.5%;
}
.box1Img .imgBg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.box1Img::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #30a1f5;
    opacity: .8;
    transition: all .5s;
}
.box1Text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px .3rem;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}
.box1Con {
    width: 100%;
    transition: all .5s;
}
.box1Tit {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 140%;
    margin: 15px 0;
    font-weight: normal;
}
.box1Line {
    display: block;
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    margin: 15px 0;
}
.box1Des {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.box1Num {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 120px;
    line-height: 1;
    transform: translateY(50%);
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.box1Link:hover .box1Img::after {
    background-color: #1b63d3;
}
.box1Link:hover .box1Con {
    padding-bottom: 120px;
}
.box1Link:hover .box1Num {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.boxBg2 {
    padding: 60px 0;
    background-color: #0068b7;
    background-image: linear-gradient(to bottom right, #99ccf3, #388fcc);
}
.box2Tab {
    display: flex;
    list-style: none;
    font-size: 20px;
    line-height: 50px;
    background-color: #FFFFFF;
    border-radius: 25px;
}
.box2Tab li {
    position: relative;
    color: #4479e6;
    border-radius: 25px;
}
.box2Tab li+li:after {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #457AE6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box2Tab li span {
    display: block;
    padding: 0 30px;
    cursor: pointer;
}
.box2Tab li.active {
    background-color: #4479e6;
    color: #FFFFFF;
}
.box2Tab li.active::after,
.box2Tab li.active+li::after {
    display: none;
}
.box2List {
    list-style: none;
    overflow: hidden;
    margin: 0 -10px;
}
.box2List li {
    float: left;
    width: 50%;
    padding: 10px;
}
.box2Link {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #989898;
    line-height: 30px;
}
.box2Img {
    width: 55%;
    flex-shrink: 0;
    overflow: hidden;
}
.box2Img .imgBg {
    height: 0;
    padding-bottom: 70%;
    transition: all 1s;
}
.box2Text {
    flex: auto;
    padding: 20px;
    text-align: right;
    overflow: hidden;
}
.box2Tit {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    color: #000000;
    -webkit-line-clamp: 2;
    margin: 10px 0;
}
.box2Des{
    height: 90px;
}
.box2Link:hover .imgBg {
    transform: scale(1.05);
}
.box2List li:first-child .box2Link {
    display: block;
}
.box2List li:first-child .box2Img {
    width: 100%;
}
.box2List li:first-child .box2Img .imgBg {
    padding-bottom: 57.14%;
}
.box2List li:first-child .box2Text {
    padding: 19px 20px;
    text-align: left;
}
.box2List li:first-child .box2Tit {
    height: 30px;
    -webkit-line-clamp: 1;
}
.boxBg3 {
    padding: 40px 0;
    background-color: #F9F9F9;
}
.box3Box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 20px 0;
}
.box3Img {
    width: 75.58%;
    flex-shrink: 0;
}
.box3Img .imgBg {
    height: 0;
    padding-bottom: 55.45%;
}
.box3Text {
    width: 32.44%;
    background-color: #FFFFFF;
    margin-right: -8.02%;
    padding: 35px 40px;
    font-size: 24px;
    color: #000000;
    line-height: 1.6;
}
.box3Con {
    -webkit-line-clamp: 7;
}
.box3Con p {
    text-indent: 2em;
}
.box3More {
    margin-top: 15px;
    text-align: right;
}
.box3More a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #0c4378;
    width: 140px;
    line-height: 44px;
    border: 1px solid #0c4378;
    text-align: center;
    border-radius: 10px;
    transition: all .5s;
}
.box3More a:hover {
    color: #FFFFFF;
    background-color: #0c4378;
}
.boxBg4 {
    padding: 40px 0;
    background-color: #F9F9F9;
}
.box4List {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -10px;
}
.box4List li {
    width: 20%;
    padding: 10px;
}
.box4Link {
    display: block;
}
.box4Img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-bottom: 140%;
    margin: 0 auto 15px;
}
.box4Img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.2);
}
.box4Tit {
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin: 10px 0;
}
/* 产品中心 */
.list {
    min-height: 60vh;
}
.proList {
    list-style: none;
    margin: 20px 0 30px;
}
.proList li {
    position: relative;
    margin-bottom: 30px;
}
.proLink{
    display: block;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1);
}
.proImg {
    float: right;
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.proImg img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    transition: all .8s;
}
.proText {
    padding: 20px 25px;
    padding-left: 50px;
    overflow: hidden;
}
.proTit {
    font-size: 30px;
    color: #000000;
    line-height: 140%;
    font-weight: normal;
    margin: 20px 0;    
    transition: all .3s;
}
.proLine{
    display: block;
    width: 58px;
    height: 2px;
    background-color: #00a0e9;
    margin: 20px 0;
}
.proDes {
    font-size: 16px;
    color: #949494;
    line-height: 30px;
    height: 90px;
    margin: 20px 0;
}
.proMore {
    display: block;
    font-size: 16px;
    color: #1a93f0;
}
.proMore i{
    display: inline-block;
    vertical-align: baseline;
    width: 16px;
    height: 12px;
    background: url(../images/product/icon_arrow2.png) right center no-repeat;
    background-size: cover;
    margin-left: 14px;
}
/* 产品详情 */
.product{
    padding: 30px 50px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.product img{
    max-width: 100% !important;
    height: auto !important;
}
.proInfo{
    padding-bottom: .3rem;
    overflow: hidden;
}
.proInfo h4{
    font-size: 18px;
    color: #1a93f0;
    border-left: 5px solid #1a93f0;
    line-height: 1.1;
    margin: 30px 0;
    padding-left: 10px;
    font-weight: bold;
}
.proInfo  img{
    max-width: 100% !important;
    height: auto !important;
}
div.proLink{
    margin-bottom: 50px;
}
div.proLink .proDes{
    height: auto !important;
}
/* 解决方案 */
.soluList .proImg{
    width: 360px;
    height: 300px;
    text-align: right;
}
/* 公司简介 */
.company{
    margin-bottom: 30px;
    color: #000000;
}
.company h3{
    font-size: 32px;
    font-weight: normal;
    line-height: 1.1;
}
.company p{
    font-family: MFLangQian;
    letter-spacing: -1px;
}
.aboutText{
    color: #000000;
    margin: 30px 0 100px;
}
.aboutText p{
    text-indent: 2em;
}
.aboutText img{
    max-width: 100% !important;
    height: auto !important;
    margin: 30px 0;
}
/* 发展历程 */
.hisList{
    position: relative;
    list-style: none;
    color: #817f7f;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.hisList::before{
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    background-image: linear-gradient(to bottom,#4cc1fe,#447be6);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.hisList li{
    position: relative;
    margin: 40px 0;
    width: 50%;
    padding: 0 40px;
}
.hisList li::before{
    display: block;
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/about/hisIco.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    top: 6px;
}
.hisYear{
    display: block;
    font-size: 30px;
    color: #000000;
    line-height: 40px;
}
.hisList li:nth-child(2n){
    margin-left: 50%;
}
.hisList li:nth-child(2n)::before{
    left: auto;
    right: 100%;
    transform: translateX(50%);
}
.hisList li:nth-child(2n + 1){
    text-align: right;
}
/*  */
.bvList{
    list-style: none;
    margin-bottom: 60px;
}
.bvList li{
    margin-bottom: 30px;
}
.bvLink{
    display: block;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.bvImg{
    float: left;
    width: 400px;
    height: 220px;
}
.bvImg img{
    /* display: block; */
    width: 100%;
    height: 100%;
}
.bvText{
    padding: 20px;
    overflow: hidden;
    line-height: 30px;
}
.bvCon{
    height: 150px;
    -webkit-line-clamp: 5;
}
.bvMore{
    color: #9c9c9c;
    text-align: right;
}
/* 企业资质 */
.honList{
    margin-bottom: .3rem;
}
.honList li{
    width: 25%;
    margin-bottom: 20px;
}
.honList .box4Img{
    padding-bottom: 110%;
}
.honDes{
    color: #a9a9a9;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    text-align: center;
}
/* 合作伙伴 */
.partner li{
    width: 33.33%;
    margin-bottom: 0 !important;
}
.partner .box4Img{
    padding-bottom: 50%;
}
.parList{
    margin-bottom: .6rem;
}
.parList li{
    margin-bottom: 40px;
}
.parImg{
    width: 185px;
    height: auto;
    margin: 30px;
}
.parImage{
    float: right;
    max-width: 30%;
    margin-left: 10px;
}
/* 新闻资讯 */
.arList{
    list-style: none;
}
.arList li{
    margin-bottom: 30px;
}
.arLink{
    display: block;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1);
}
.arImg{
    float: left;
    width: 30%;
    height: 280px;
    overflow: hidden;
}
.arImg img{
    /* display: block; */
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.arRig{
    padding: 20px 40px;
    overflow: hidden;
}
.arDes{
    color: #989898;
    line-height: 30px;
    height: 90px;
    margin: 20px 0;
}
.arLine{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 15px 0;
}
.arMore{
    color: #b5b5b5;
    line-height: 2;
    transition: all .3s;
}
.arLink:hover .arImg img{
    transform: scale(1.05);
}
.arLink:hover .proTit,
.arLink:hover .arMore{
    color: #4898f0;
}
/* 新闻详情 */
.arTime{
    color: #b2b2b2;
    margin-top: -20px;
    line-height: 2;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}
.arText p{
    margin: 20px 0;
}
/* 服务支持 */
.serLink{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1);
}
.serImg{
    width: 200px;
    height: 200px;
    margin: 0 35px;
    flex-shrink: 0;
}
.serImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.serRig{
    flex: auto;
    padding: 20px 36px 30px;
    overflow: hidden;
}
.serMore{
    width: 120px;
    line-height: 40px;
    color: #4580e7;
    border-radius: 5px;
    border: 1px solid #4580e7;
    text-align: center;
    margin: 20px 0;
}
.serLink .arDes{
    height: 60px;
    -webkit-line-clamp: 2;
}
/* 人才招聘 */
.joinItem{
    display: block;    
    padding: 20px 35px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1);
}
.joinItem .arLine{
    max-width: 55%;
    height: 4px;
}
.joinText strong{
    font-weight: normal;
    color: #000000;
}
/* 联系我们 */
.contact{
    background-color: #FFFFFF;
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1);
    margin: 0 0 .6rem;
}
.conTop{
    padding: 20px 50px;
}
.conTop h3{
    text-align: center;
}
.conTop strong{
    display: inline-block;
    vertical-align: baseline;
    min-width: 120px;
    color: #000000;
    font-weight: normal;
    text-align: justify;
    text-align-last: justify;
}
.conText{
    margin: 20px 0;
}
.conText p{
    margin: .1rem 0;
}
.conMap{
    height: 500px;
}
.map{
    height: 100%;
}