.container{
    width:1200px;
    margin:0 auto;
}
.top-fluid{
    background:#2e3594;
    display: none;
}
/* .top{
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color:#fff;
    line-height: 30px;
    font-size: 13px;
}
.top-tel{
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.top-tel i.iconfont{
    margin-right: 5px;
    font-size:20px;
}
.language{
    position: relative;
    display:flex;
    align-items: center;
}
.language a{
    display: flex;
    align-items: center;
    padding:0 10px;
    line-height: 30px;
    color:#fff;
    width:90px;
    justify-content: center;
}
.language a.active{
    background:#161b67;
}
.language a .img1{
    width:20px;
    height: 20px;
    margin-right: 5px;
} */
.header-mobile-fluid{
    display: none;
}
.header-fluid{
    position: relative;
    -webkit-box-shadow: 0 0 8px 0 #cecece;
    box-shadow: 0 0 8px 0 #cecece;
    /* padding:15px 0; */
}
.header-fluid.fixed{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:100;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo a{
    display: block;
}
.header .logo a img{
    display: block;
    height: 80px;
}
.header .navbar>.nav>ul{
    display: flex;
    align-items: center;
}
.header .navbar>.nav>ul>li{
    
    padding-left:50px;
}
.header .navbar>.nav>ul>li>a{
    line-height: 110px;
    font-size:20px;
    display: flex;
    align-items: center;
    position: relative;
}

.header .navbar>.nav>ul>li>a::after{
    content:"";
    position: absolute;
    left:50%;
    bottom:0;
    height: 3px;
    width:0px;
    transform: translateX(-50%);
    transition: all .3s;
    display: block;
    background:#2e3594;
}
.header .navbar>.nav>ul>li>a:hover::after{
    width:100%;
}
.header .navbar>.nav>ul>li>a>i.iconfont{
    font-size:30px;
}
.header .navbar>.nav>ul>li>a:hover{
    color:#2e3594;
    font-weight: 600;
}
.header .navbar>.nav>ul>li .navbox{
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    /* background:#fff; */
    background:rgba(255,255,255,0.95);
    display: none;
    z-index:10;
    padding:40px 0;
    border-top:1px solid #eee;
}
.header .navbar>.nav>ul>li.active .navbox{
    display: block;
}
.header .navbar>.nav>ul>li .navbox .navlist{
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.navlist dl{
    padding:0 30px;
    width:20%;
    box-sizing: border-box;
}
.navlist dl dd{
    border-top:1px solid #ddd;
}
.navlist dl dd{
    margin-top: 20px;
}
.navlist dl dd a:hover{
    text-decoration: underline;
}

.navlist dl dt a{
    color:#2e3594;
    font-size:20px;
    font-weight: 600;
}
.navlist dl dd a{
    display: block;
    line-height: 30px;
    font-size:16px;
    margin-top: 15px;
    color:#212121;
}
.language{
    display: none;
    position: relative;
}
.language .lang{
    display: flex;
    align-items: center;
    cursor: pointer;
    
}
.language .lang img{
    width:22px;
}
.language .lang span{
    margin-left:5px;
    font-size:15px;
}
.language .lang i.iconfont{
    font-size:30px;
    width:22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.language ul{
    width:110px;
    position: absolute;
    top:100%;
    left:0;
    background:#fff;
    box-shadow: 0 0 10px #ddd;
    z-index:10;
    display: none;
}
.language ul.active{
    display: block;
}
.language ul>li{
    border-bottom:1px solid #ddd;
}
.language ul>li>a{
    display: block;
    width:100%;
    text-align: center;
    line-height: 40px;
}
.language ul>li>a:hover{
    background:#f8f8f8;
}
.banner-mobile{
    display: none;
}
.banner-mobile,
.banner {
    width: 100%;
    overflow: hidden;
}
.banner-mobile .owl-theme .owl-controls{
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.banner-mobile .owl-theme .owl-dots .owl-dot span,
.banner .owl-theme .owl-dots .owl-dot span{
    width:40px;
    height: 3px;
    opacity: 0.9;
    background:#fff;
    border-radius: 1px;
    margin:3px;
    /* box-shadow: 0 0 3px rgba(255,255,255,0.8); */
}
.banner-mobile .owl-theme .owl-dots .owl-dot span{
    width:15px;
}
.banner-mobile .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot.active span{
    background:#2e3594;
}
.banner-mobile .img img,
.banner .img img{
    display: block;
    width:100%;
}
.about-fluid{
    padding-bottom: 80px;
    /* background: #ecf2f7; */
    
}
.about{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.about .main-title{
    width:300px;
    background:#2e3594;
    padding:60px 35px;
}
.main-title .english{
    font-size:18px;
    text-transform:capitalize;
}
.main-title .china{
    font-size:33px;
    margin-top: 20px;
    font-weight: bold;
    color:#000;
    text-transform:capitalize;
}
.about .main-title .english{
    color:#fff;
    margin-top: 10px;
}
.about .main-title .china{
    color:#fff;
}
.about-info{
    width:calc(100% - 300px);
    padding:60px 0 0 50px;
    box-sizing: border-box;
}
.about-info .about-title{
    font-size:25px;
    font-weight: 600;
}
.about-info .about-des{
    font-size:14px;
    color:#666666;
    margin-top: 20px;
    line-height: 30px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.aboutImg{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.product-fluid{
    padding:80px 0;
    /* background:#ecf2f7; */
    background:#ecf2f7;
}
.product-list{
    display: flex;
    flex-wrap: wrap;
}
.product-item{
    width:calc(100%/4 - 12px);
    background: #fff;
    margin-right: 16px;
    margin-top: 30px;
}
.product-item:nth-of-type(4){
    margin-right: 0;
}
.product-item a{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.product-item a::after{
    content:"";
    position: absolute;
    left:50%;
    top:100%;
    transform: translateX(-50%);
    height: 5px;
    background:#2e3594;
    width:0;
    transition: all .3s;
}
.product-item a:hover{
    box-shadow: 0 0 5px #ddd;
}
.product-item a:hover::after{
    width:100%;
}
/*. .product-item:nth-of-type(2n) a{
    flex-direction: column-reverse;
}
.product-item:nth-of-type(2n+1) a{
    flex-direction: column;
} */

.product-item a .info{
    background:#2e3594;
}
.product-item a .info .title{
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    padding:0px 15px;
    width:100%;
    color:#fff;
}
.product-item a .info .title .tit{
    font-size:20px;
    font-weight: bold;
}
.product-item a .info .title .arrow{
    width:24px;
}
.product-item a .img img{
    display: block;
    width:100%;
    padding:10px;
    box-sizing: border-box;
}
.solution-fluid{
    background:#f5f9fc;
    padding:80px 0;
}
.mainflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-titlist,
.news-titlist,
.solution-titlist{
    display: flex;
    margin-top: 30px;
}
.service-titlist a,
.news-titlist a,
.solution-titlist a{
    display: block;
    margin-right: 20px;
    padding:0 20px;
    line-height: 40px;
    border:1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    font-size:16px;
}
.service-titlist a.active,
.news-titlist a.active,
.solution-titlist a.active{
    background:#2e3594;
    color:#fff;
}
.service-box,
.newsbox,
.solution-box{
    display: none;
}
.service-box.active,
.newsbox.active,
.solution-box.active{
    display: block;
}
.solution-box ul{
    display: flex;
    flex-wrap: wrap;
}
.solution-box ul>li{
    width:calc(100%/2 - 15px);
    margin-right: 20px;
    margin-top: 30px;
}
.sub-productBox .solution-box ul>li{
    margin-top: 0;
    margin-bottom: 30px;
}
.sub-productBox .solution-box ul>li a .info .title{
    background: #f6f8fa;
}
.solution-box ul>li:nth-of-type(2n){
    margin-right: 0;
}
.solution-box ul>li a{
    position: relative;
}
.solution-box ul>li a::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    height: 5px;
    background: #2e3594;
    width: 0;
    transition: all .3s;
}
.solution-box ul>li a:hover::after{
    width:100%;
}
.solution-box ul>li a,
.solution-box ul>li a .img,
.solution-box ul>li a .img img{
    display: block;
    width:100%;
}
.solution-box ul>li a .img{
    overflow: hidden;
}
.solution-box ul>li a .img img{
    transition: all .3s;
    -webkit-transition: all .3s;
}
.solution-box ul>li a .info .title{
    text-align: center;
    font-size:20px;
    padding:10px 5px;
    background:#ffffff;
}
.solution-box ul>li a:hover .img img{
    transform: scale(1.1);
}
.solution-box ul>li a:hover .info .title{
    background:#ecf2f7;
}
.more{
    width:280px;
    margin:50px auto 0;
}
.more a{
    display: block;
    font-size: 20px;
    display: block;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2e3594;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.more a:hover{
    border-radius: 35px;
}
.news-fluid{
    
    padding:80px 0;
}
.newsBox{
    margin-top: 30px;
}

.news-lbox{
    width: 500px;
}
.news-lbox a{
    display: block;
    width:100%;
}
.news-lbox a .img{
    width:100%;
    height: 300px;
    overflow: hidden;
}
.news-lbox a .img img{
    width:100%;
}
.news-lbox a .info{
    padding:15px;
    background:#fff;
}
.news-lbox a .info .title{
    font-size:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-lbox a .info .time{
    margin-top: 5px;
    font-size:12px;
    color:#999;
}
.news-lbox a .info .des{
    margin-top: 5px;
    font-size:14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-box{
    display: flex;
    justify-content: space-between;
}
.news-box .list{
    width:calc(100% - 500px);
    padding-left: 15px;
}
.news-box .list dl{
    background:#ffffff;
    margin-bottom: 11px;
    height: 100px;
    padding:10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-box .list dl .time{
    width:140px;
    position: relative;
    text-align: center;
}
.news-box .list dl .time::before{
    content: "";
    width: 15px;
    height: 4px;
    background: #0b46ad;
    position: absolute;
    top: 12px;
    right: 16px;
}
.news-box .list dl dd{
    width:calc(100% - 140px);
    position: relative;
}
.news-box .list dl .time .day{
    font-size: 40px;
    color: #000;
}
.news-box .list dl .time .ym{
    font-size: 14px;
    color: #555;
}
.news-box .list dl dd .title{
    font-size:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .list dl dd .des{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 3px;
    padding-right: 80px;
}
.news-box .list dl dd i.iconfont{
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    font-size:26px;
    color:#0b46ad;
}
.service-fluid{
    padding:80px 0;
}
.serviceBox{
    margin-top: 30px;
}
.service-box>ul{
    display: flex;
    flex-wrap: wrap;
}
.service-box>ul>li{
    width:calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.service-box>ul>li:nth-of-type(2n){
    margin-right: 0;
}
.service-box>ul>li>a{
    display: flex;
    padding:20px 25px;
    justify-content: space-between;
    align-items: center;
    background:#f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    border:1px solid #f8f8f8;
}
.service-box>ul>li>a .title{
    font-size:18px;
}
.service-box>ul>li>a i.iconfont{
    font-size:28px;
    color:#666666;
}
.service-box>ul>li>a:hover{
    border-color: #2e3594;
}
/* .service-box:nth-of-type(2)>ul>li>a i.iconfont{
    transform: rotate(90deg);
} */



.footer-fluid{
    padding:30px 0;
    background:#2e3594;
    color:#fff;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.footer-ewm{
    margin-right: 0;
    width:110px;
    text-align: center;
    margin-top: 40px;
}
.footer-ewm img{
    display: block;
    width:100%;
}
.footer-ewm p{
    margin-top: 5px;
    text-align: center;
}
.footer-tel{
    color:#fff;
    width:300px;
}
.footer-tel .foot-contact .title{
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer-tel .foot-contact ul li{
    /* color: #a6c2e6; */
    color:#ddd;
    line-height: 26px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.footer-tel .foot-contact ul li i.iconfont{
    width:30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#1855a5;
    font-size:18px;
}
.footer-tel .foot-contact ul li:nth-of-type(2n) i.iconfont{
    font-size:20px;
}
.footer-tel .foot-contact ul li span{
    display: block;
    width:calc(100% - 38px);
}
.footer-tel .tel{
    font-size:27px;
    margin-top: 10px;
}
.footer-logo img{
    display: block;
    height: 50px;
    margin:0 auto;
}
.footer-list{
    display: flex;
}
.footer-list .footer-listbox{
    margin-right: 60px;
}
.footer-list .footer-listbox:last-of-type{
    margin-right: 0;
}
.footer-list .footer-listbox .title{
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer-list .footer-listbox .title a{
    color:#fff;
}
.footer-list .footer-listbox ul li{
    margin-bottom: 5px;
}
.footer-list .footer-listbox ul li a{
    color:#a6c2e6;
    line-height: 20px;
    font-size:14px;
}
.footer-bottom-fluid{
    padding:10px 0;
    background:#161b67;
}
.footer-bottom{
    color:#a6c2e6;
    text-align: center;
    font-size:14px;
}
.footer-bottom a{
     color:#a6c2e6;
}


.floatBox{
    position: fixed;
    right:21px;
    bottom:55px;
    z-index:999;
}
.floatBox>ul>li{
    position: relative;
}
.floatBox>ul>li a{
    display: block;
    
}
.floatBox>ul>li .area{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%,-50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.floatBox>ul>li::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    left: -16px;
    top: 0;
    z-index: -1;
}
.floatBox>ul>li>a{
    width: 54px;
    height: 54px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #333;
}
.floatBox>ul>li>a .icon i.iconfont{
    font-size:30px;
    color:#2e3594;
}
.floatBox>ul>li:hover .area{
    display: block;
}
.floatBox>ul>li:hover>a{
    background: #2e3594;
}
.floatBox>ul>li:hover a i.iconfont{
    color:#fff;
}
.floatewm .area{
    text-align: center;
}
.floatewm .area img{
    width:120px;
}
.goTop{
    display: none;
}

@-webkit-keyframes spservhover {
    0% {
        transform: translate(calc(-100% - 16px), -50%) scale(.5);
        opacity: .5
    }

    60% {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }
}

@keyframes spservhover {
    0% {
        transform: translate(calc(-100% - 16px), -50%) scale(.5);
        opacity: .5
    }

    60% {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }
}


.sub-banner {
    width: 100%;
    /* height:450px; */
    position: relative;
    overflow: hidden;
}
.sub-banner img{
    display: block;
    width:100%;
    display: none;
}
/* .sub-banner .img{
    width:100%;
    height: 100%;
    position: relative;
}
.sub-banner .img img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:1;
    max-width: 300%;
    transition: all 1s;
}
.sub-banner .img:hover img{
    transform:translate(-50%,-50%) scale(1.02);
} */
.menuBox {
    background: #f8f8f8;
    z-index:100;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 70px; */
}

.menu .l .title {
    font-size: 18px;
    color: #191919;
    color: #2e3594;
    position: relative;
    display: block;
    line-height: 55px;
    padding-left: 15px;
}

.menu .l .title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    width: 3px;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-50%);
    background: #2e3594;
}

.menu .l ul {
    display: flex;
    align-items: center;
}

.menu .l ul>li {
    margin-right: 25px;
}

.menu .l ul>li>a {
    font-size: 18px;
    color: #191919;
    /* color:#ce0008; */
    /* color:#2e3594; */
    position: relative;
    display: block;
    line-height: 65px;
    padding: 0 5px;
}

.menu .l ul>li.active>a {
    color: #2e3594;
}

.menu .l ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #2e3594;
}

.menu .r .crumb {
    background: url('../images/home_icon.png') no-repeat left center;
    padding-left: 25px;
    opacity: 0.8;
    color: #666;
    font-size: 14px;
}

.menu .r .crumb a:hover {
    color: #2e3594;
}

.sub-wraper-fluid {
    padding: 80px 0;
}
.sub-contactBox{
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
}

.sub-about {
    width: 100%;
}
.sub-title{
    margin-bottom: 40px;
    text-align: center;
}
.sub-title .title {
    font-size: 30px;
    color: #191919;
}
.sub-title p{
    margin-top: 10px;
    color:#888888;
    font-size:15px;
}
.sub-content {
    font-size: 16px;
    line-height: 1.8;
}

.sub-content ul,
.sub-content li {
    list-style-type: disc;
}

.sub-links {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.sub-links p {
    line-height: 30px;
}

.sub-links p span {
    color: #999;
}

.sub-links p a:hover {
    text-decoration: underline;
    color: #2e3594;
}

.sub-contact-title {
	font-size: 20px;
	color: #2e3594;
	margin-top: 20px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px dashed #ddd;
}

.sub-contact-title:first-of-type {
	border-top: 0px;
}

.sub-contact-title::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 2px;
	background: #2e3594;
}
.sub-contact-info{
    display: flex;
    justify-content: space-between;
}
.sub-contact-info .list{
	line-height: 40px;
	font-size: 16px;
}
.sub-contact-info .ewm .img{
    width:180px;
    border:1px solid #ddd;
}
.sub-contact-info .ewm .img img{
    display: block;
    width:100%;
}
.sub-contactTitle{
    font-weight: 600;
    font-size:28px;
    text-align: center;
    border-bottom:1px solid #eee;
    padding-bottom: 40px;
}
.sub-contact-map{
    width:100%;
    position: relative;
}
.sub-contact-map iframe{
    width:100%;
}
.sub-contact-map .mapinfo{
    width:350px;
    position: absolute;
    left:calc(50% - 600px);
    top:60px;
    /* top:50%;
    transform: translateY(-50%); */
}

.mapinfo ul{
    width:100%;
}
.mapinfo ul>li{
    width:100%;
    
}
.mapinfo ul>li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#fff;
    padding:20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}
.mapinfo ul>li a .tit{
    color:#1b1f25;
    font-size:18px;
}
.mapinfo ul>li a .daoh{
    font-size:18px;
    width:80px;
    line-height: 40px;
    text-align: center;
    border:1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
}
.mapinfo ul>li a:hover .tit{
    color:#0b46ad;
}
.mapinfo ul>li a:hover .daoh{
    background:#0b46ad;
    color:#fff;
}
.sub-service-fluid{
    background:#e0e5eb;
    padding:80px 0;
}
.sub-service-box{
    background:#fff;
    margin-bottom: 30px;
    display: flex;
    background:#f8f8f9;
}
.sub-service-box .start{
    width:230px;
    padding:70px 0;
    background:#fff;
}
.sub-service-box .start a{
    display: block;
    width:100%;
}
.sub-service-box .start a p{
    color: #333;
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
}
.sub-service-box .start a img{
    display: block;
    margin:0 auto;
}
.sub-service-box .cell{
    padding:70px 50px;
    border-left:1px solid #eee;
    width:calc((100% - 230px)/2);
    background:#fff;
}
.sub-service-box .cell .tit{
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}
.sub-service-box .cell .tip{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 15px;
    width: 80%;
}
.sub-service-box .cell .more-btn{
    font-size: 16px;
    color: #0075C9;
    display: block;
    margin-top: 22px;
}
.sub-product{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sub-menu{
    width:300px;
}
.sub-menu .sub-menutitle{
    background:#161b67;
    color:#fff;
    padding:40px 25px;
    font-size:32px;
}
.sub-menu dl{
    margin-bottom: 10px;
}
.sub-menu dl dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
    background:#e2e8f0;
    
}
.sub-menu dl dt .t a{
    font-size:18px;
    color:#161b67;
    font-weight: 600;
}
.sub-menu dl dt i.iconfont{
    color:#9f9f9f;
    font-weight: 600;
}
.sub-menu dl dd{
    display: none;
    background:#f8fafc;
    transition: height .3s;
    -webkit-transition: height .3s;
}
.sub-menu dl.active dd{
    display: block;
}
.sub-menu dl dd>ul>li{
    border-bottom:1px dashed #e6e6e6;
}
.sub-menu dl dd>ul>li>a{
    font-size:16px;
    display: block;
    /* padding-left:20px;
    line-height: 40px; */
    padding:20px 10px 20px 40px;
    color:#666666;
    background:#f6f8fa;
}
.sub-productBox{
    width:calc(100% - 320px);
}
.sub-menu dl dt .icon{
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.sub-menu dl dt .icon i.iconfont{
    font-size:30px;
}

.sub-menu dl.active dt .icon{
    transform: rotate(180deg);
}


.sub-menu dl dt .t{
    display: flex;
    width:100%;
}
.sub-menu dl dt .t a{
    display: block;
    width:calc(100% - 50px);
}
.sub-menu dl dt .t i.icon{
    width:50px;
}
.sub-menu dl dt .t:hover a{
    color:#0550da;
}

.sub-product-box .sub-pro-item{
    margin-bottom: 25px;
}

.sub-product-box .sub-pro-item a{
    display: flex;
    justify-content: space-between;
    width:100%;
    position: relative;
    transition: all .3s;
}
.sub-pro-item a .img,
.sub-pro-item a .img img{
    display: block;
    width:180px;
    overflow: hidden;
    transition: all .3s;
}
.sub-pro-item a:hover .img img{
    transform: scale(1.1);
}
.sub-pro-item a::after{
    content: "";
    position: absolute;
    left:0;
    top: 100%;
    /* transform: translateX(-50%); */
    height: 5px;
    background: #2e3594;
    width: 0;
    transition: all 0.8s;
}
.sub-pro-item a:hover::after{
    width:100%;
}
.sub-pro-item a .info{
    width:calc(100% - 180px);
    background:#f6f8fa;
    line-height: 30px;
    padding:10px 15px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-pro-item a .info .title{
    font-size:18px;
    color:#000;
    width:calc(100% - 20px);
}
.sub-pro-item a .info i.iconfont{
    font-size:22px;
}
.sub-pro-item a .info .word{
    width:calc(100% - 100px);
}
.sub-pro-item a .info .word .des{
    line-height:28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sub-pro-item a:hover{
    box-shadow: 0 0 10px #ddd;
}
.sub-solution-detail .subtitle{
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}
.sub-solution-detail .word{
    font-size:15px;
    margin-top: 10px;
    color:#666666;
}

.sub-down {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.sub-down-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e4eaec;

}

.sub-down-item .sub-down-info {
    width: calc(100% - 110px);
    display: flex;
    align-items: center;
}

.sub-down-item .sub-down-info .img {
    width: 60px;
    margin-right: 10px;
}

.sub-down-item .sub-down-info .img img {
    display: block;
    width: 100%;
}

.sub-down-item .sub-down-info .word {
    width: calc(100% - 70px);
}

.sub-down-item .sub-down-info .word .title a {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub-down-item .sub-down-info .word .title a:hover {
    color: #294dbb;
}

.sub-down-item .sub-down-info .word .des {
    color: #76838f;
    margin-top: 5px;
    font-size: 13px;
}

.sub-down-item .sub-down-info .word .des .size {
    margin-right: 10px;
}

.sub-down-item .sub-down-btn {
    margin: 0 5px;
    display: block;
    width: 90px;
    line-height: 34px;
    border: 1px solid;
    text-align: center;
    border-color: #2e3594;
    color: #2e3594;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;

}

.sub-down-item .sub-down-btn:hover {
    background: #2e3594;
    color: #fff;
}

.pages {
    text-align: center;
    margin-top: 30px;
}

.pages .page {
    display: inline-block;
}

.pages .page a,
.pages .page span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin: 5px;
}

.pages .page span {
    background: #2e3594;
    color: #fff;
}

.pages .page a:hover {
    background: #f8f8f8;
    color: #2e3594;
    border-color: #2e3594;
}

.sub-about-box1-fluid {
    padding-top:100px;
    padding-bottom: 100px;
}
.sub-about-box1{
    padding:60px 40px;
    box-shadow: 0px 10px 30px 0px rgb(219 223 232 / 66%);
    /* background:#fff url(../images/one-backgroud.png) no-repeat bottom left; */
}
.sub-about-title1{
    margin-bottom: 25px;
}
.sub-about-title1 h2{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}
.sub-about-box1 .content{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #505467;
    line-height: 1.8;
}
.sub-about-title{
    text-align: center;
    margin-bottom: 60px;
    font-size:34px;
    color:#333;
    font-weight: 600;
}

.sub-about-box2-fluid{
    background:#F3F7FE;
    padding:80px 0;
}
.sub-about-box2>.list>ul{
    display: flex;
    justify-content: space-between;
}
.sub-about-box2>.list>ul>li{
    width:calc(100%/3 - 45px);
    box-shadow: 0px 10px 43px 0px rgb(71 71 71 / 10%);
    border-radius: 9px;
    overflow: hidden;
    background:#fff;
    padding:60px 15px 50px;
    transition:all .5s;
    -webkit-transition:all .5s;
    cursor: pointer;
}
.sub-about-box2>.list>ul>li:hover{
    transform: scale(1.14);
}
.sub-about-box2>.list>ul>li .icon{
    width:110px;
    margin:0 auto;
}
.sub-about-box2>.list>ul>li .icon img{
    display: block;
    width:100%;
}
.sub-about-box2>.list>ul>li .info{
    width:100%;
    text-align: center;
    margin-top: 44px;
}
.sub-about-box2>.list>ul>li .info .title{
    font-size: 22px;
    font-weight: bold;
    color: #2e3594;
    margin-bottom: 23px;
}
.sub-about-box2>.list>ul>li .info .des{
    font-size: 16px;
    font-weight: 500;
    color: #505C75;
    line-height: 25px;
}


.sub-news-item {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.sub-news-item .img {
    width: 180px;
    float: left;
}

.sub-news-item .img img {
    width: 100%;
    height: 110px;
}

.sub-news-item .info {
    float: left;
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 150px;
}

.sub-news-item .info .title {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    margin-bottom: 10px;
}

.sub-news-item .info .des {
    width: 100%;
    line-height: 26px;
    color: #666;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.sub-news-item .info .date {
    position: absolute;
    right: 0px;
    top: 25px;
    width: 120px;
    height: 60px;
    color: #999;
    font-size: 12px;
    border-left: 2px solid #ddd;
    padding-left: 30px;
}

.sub-news-item .info .date .md {
    font-size: 16px;
}

.sub-news-item .info .date .year {
    font-size: 30px;
    display: block;
    line-height: 40px;
}

.sub-news-item:hover .info .title {
    color: #2e3594;
    font-weight: 600;
    text-decoration: underline;
}
.sub-titnews{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.sub-titnews a{
    font-size:18px;
    display: block;
    width:160px;
    text-align: center;
    line-height: 40px;
    border:1px solid #ddd;
    margin:0 10px;
    transition: all .5s;
    background:#f8f8f8;
    border-radius: 5px;
    overflow: hidden;
}
.sub-titnews a:hover,
.sub-titnews a.active{
    background: #2e3594;
    color:#fff;
}


.sub-question-item {
    background: #fff;
    box-shadow: 0px 0px 3px #ddd;
    margin-bottom: 30px;
    padding: 35px 40px 35px 50px;
}

.sub-question-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sub-question-top .sub-question-title .tit {
    -webkit-transition: color .4s;
    transition: color .4s;
    font-size: 24px;
    color: #111;
    line-height: 1.6;
    margin-bottom: 2px;
    font-weight: 700;
}

.sub-question-top .sub-question-title p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(17, 17, 17, 0.5);
}

.sub-question-top .sub-question-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.sub-question-top .sub-question-arrow i.iconfont {
    font-size: 24px;

}

.sub-question-top:hover .sub-question-title .tit,
.sub-question-item.on .sub-question-top .sub-question-title .tit {
    color: #2e3594;
}

.sub-question-item.on .sub-question-top .sub-question-arrow {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sub-question-cont {
    display: none;
}
.sub-question-item.on .sub-question-cont{
    display: block;
}
.sub-question-inner {
    margin-top: 38px;
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 1px;
}

.sub-question-inner h4 {
    font-size: 14px;
    line-height: 20px;
    color: rgba(17, 17, 17, 0.5);
    margin-bottom: 16px;
}

.sub-question-inner p {
    font-size: 14px;
    line-height: 26px;
    color: #111;
    letter-spacing: 1px;
}
.aboutDown{
    margin-top:20px;
    box-shadow: 0 0 10px #ddd ;
}
.aboutDown>.title{
    font-size:20px;
    background:#f8f8f8;
}
.aboutDown>.title span{
    color:#fff;
    background:#2e3594;
    font-weight: 600;
    display: inline-block;
    line-height: 55px;
    padding:0 20px;
}
.aboutDown-box{
    padding:0 30px;
    box-sizing: border-box;
}

.sub-prodetail .sub-prodTop{
    display: flex;
    justify-content: space-around;
}
.sub-prodetail .sub-prodTop .img{
    width:350px;
    border:1px solid #ddd;
    position: relative;
}
.sub-prodetail .sub-prodTop .img::before{
    font-family: 'iconfont';
    content: "\e627";
    position: absolute;
    right:10px;
    bottom:10px;
    display: block;
    color:#000;
    font-size:20px;
    z-index:6;
}
.sub-prodetail .sub-prodTop .info{
    width:calc(100% - 350px);
    padding-left:30px;
}
.sub-prodetail .sub-prodTop .info .title{
    font-size:22px;
    font-weight: 600;
}
.sub-prodetail .sub-prodTop .info .title span{
    color:#000;
    border-bottom:4px solid #2e3594;
}
.sub-prodetail .sub-prodTop .info .des{
    font-size:15px;
    line-height: 26px;
    color:#777;
    margin-top: 20px;
}
.sub-proCont{
    margin-top: 50px;
}
.sub-proCont .sub-prodNav{
    background:#f8f8f8;
    display: flex;
}
.sub-proCont .sub-prodNav>a{
    display: block;
    width:150px;
    text-align: center;
    line-height: 50px;
    font-size:20px;
    font-weight: 600;
    background:#e2e8f0;
    cursor: pointer;
}
.sub-proCont .sub-prodNav>a.active{
    background:#2e3594;
    color:#fff;
}
.sub-prod-detail{
    padding:30px 20px;
    width:100%;
    font-size:16px;
    line-height: 1.8;
    color:#000;
    border:1px solid #f8f8f8;
    border-top:0;
}
.bottom-fluid{
    display: none;
    background:#2e3594;
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
}
.bottom-fluid ul{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-fluid ul li{
    flex: 1;
    text-align: center;
}
.bottom-fluid ul li a{
    display: block;
    width:100%;
    color:#fff;
}
.bottom-fluid ul li a i.iconfont{
    font-size: 22px;
    line-height: 1.2;
}
.bottom-fluid ul li a p{
    font-size: 12px;
}