﻿.main-navigation{position:relative; background: none;height: 80px; border-bottom: 1px solid #E2E2E2;}
.main-navigation .wrap{max-width: unset;/*padding: 0px 3vw;*/}
.main-navigation ul li a {color: #333;}
.navbar .logo-w{display: none !important;}
.navbar .logo-sm-height{display:block;}
.navbar.headFlex, .navbar.ny.headFlex{position: fixed !important;}

.main-boxs{}
.main-boxs.solutions{display: flex;}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: #ffffff;
    color: #333;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    display: block;
	border:1px solid #DBDBDB;
	border-radius: 50px;
}
.btn1:hover a{color:#ffffff;border-radius: 50px;}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1); color:#ffffff;border-radius: 50px;}

aside{
	position: relative;
    width: 340px;
    float: left;
    padding-top: 3vw;
    border-right: 1px solid #E8E8E8;
	background-color: rgba(4,38,161,0.04);
}
aside .aside-list
{
	/*background: var(--bg-color1);*/
	padding: 20px 12px;
}
.aside-list ul li{
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: auto;
    line-height: 56px;
    margin-top: 0!important;
    padding: 0px;
    margin-bottom: 10px!important;
}
.aside-list ul li a{color: #333333;}
.aside-list ul li a:hover {color: #c81623; color:#FFFFFF;}
aside .aside-list .ul1{padding: 0px;margin: auto;}

aside .aside-list .ul1 li{padding: 0 16px;}


aside .aside-list .ul1 li .ltp,aside .aside-list .ul1 li .ltp a{margin-bottom: 0px;color: #000;cursor: pointer;font-family: rob;font-size: 16px;}

aside .aside-list .ul1 li .ltp span{-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;display: block;text-transform: capitalize;padding-right: 25px;/*background: url(../images/icon/icon-left.png) top right no-repeat;*/font-weight: 500;    display: flex;align-items: center;}
aside .aside-list .ul1 li .ltp span:before{width:5px; height: 5px; display:block; background:var(--light-line-color);content:"";margin-right: 5px;}
aside .aside-list .ul1 li .ltp span:after{font-size:30px; font-family: "iconfont"; display: block; content:"\e659";    margin-right: 0px; margin-left:auto;}


aside .aside-list .ul1 li .lbt{display: none;font-family: ror;}


aside .aside-list .ul1 li .lbt a{/*display: block;margin-bottom: 15px;color: #000;position: relative;font-size: 16px;*/text-indent: 0px;
    color: #001a2e;
    font-size: 14px;
    font-family: "";
    overflow: hidden;
    display: flex;
    line-height: 2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
	padding:0.5rem 0px;
}
aside .aside-list .ul1 li .lbt a:before{content:"\e659";font-family: "iconfont";font-size:14px; color:#001a2e;margin-right: 10px;
    margin-left: 10px;
}

aside .aside-list .ul1 li .lbt .lbt3 a{}

aside .aside-list .ul1 li .lbt a:hover{color: #FFFFFF;}

aside .aside-list .ul1 li.li1{border-bottom: 1px solid #eee;margin-bottom: 20px;}

aside .aside-list .ul1 li.act .ltp span{/*background: url(../images/icon/icon-left-1.png) center right no-repeat;*/}
aside .aside-list .ul1 li.act .ltp span:after{ content:"\e6aa";}
aside .aside-list .ul1 li:hover {background:var(--color1);}
aside .aside-list .ul1 li.act {background:var(--color1);}
.aside-list ul li.act span{color: #FFFFFF !important;}
.aside-list ul li:hover span{color: #FFFFFF !important;}
aside .aside-list .ul1 li .ltp a:hover span{color: #FFFFFF;}
aside .aside-list .ul1 li .lbt a.act {color: #ff9800;}

aside .aside-list2{background: var(--bg-color1);padding: 20px 12px;}
.aside-list2 ul li{display:flex;background: #fff;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: auto;
    margin-top: 0 !important;
    padding: 10px 10px;
    margin-bottom: 10px!important;align-items: center;}
.aside-list2 ul li .img{width:80px; height: 80px; overflow: hidden; margin-right:10px;}
.aside-list2 ul li .img img{max-width:100%; height: 80px;width:100%;}
.aside-list2 ul li .name a{color:#333333;}
.aside-list2 ul li .name a:hover {color: #c81623;}

main{flex:1;/*padding: 4.27vw 6.25vw 5.2vw 4.27vw;*/}
.solutions-cpjs-box{display:flex;flex-direction: column;}
.solutions-cpjs{padding: 4.27vw 6.25vw 5.2vw 4.27vw;margin-bottom: 2rem;}
.solutions-cpjs:nth-child(2n){background-color: #F8F8F8;}
.solutions-cpjs:nth-child(2n) .top{flex-direction: row-reverse;}
.solutions-cpjs .top{display: flex;justify-content: space-between;}
.sl_con .right .box3 .top{flex-flow:row-reverse;}
.solutions-cpjs .top .txt{width: 43%;}
.solutions-cpjs .top .pic{width: 50.4%;display: flex;align-items: center;}
.solutions-cpjs .top .pic img{max-width: 100%;}
.solutions-cpjs .top .txt .h{font-size: 50px;line-height: 66px;color: #000000;margin-bottom: 0.25vw;font-family: hwhm-m;}
.solutions-cpjs .top .txt .en{font-size: 20px;line-height: 26px;color: rgba(68,68,68,0.7);text-transform: uppercase;font-family: hwhm-l;font-weight: 100; margin-bottom: 2.5vw;}
.solutions-cpjs .top .txt .p{line-height: 30px;font-size: 16px;font-family: hwhm-l;margin-bottom: 3.64vw;}
.solutions-cpjs .top .txt .list{display: flex;}
.solutions-cpjs .top .txt .list .item{margin-right: 2.2vw;}
.solutions-cpjs .top .txt .list .item:last-child{margin-right: 0;}
.solutions-cpjs .top .txt .list .item .h2{font-size: 28px;line-height: 40px;color: #0426A1;font-family: hb;margin-bottom: 0.65vw;}
.solutions-cpjs .top .txt .list .item .p2{line-height: 22px;color: #333333;padding-top: 0.57vw;font-size:16px; border-top: 1px solid #DBDBDB;font-family: hwhm-l;}
.solutions-cpjs .bottom{display: flex;justify-content: space-between;margin-top: 3.125vw;}
.solutions-cpjs .bottom .box_1{max-width: 13vw;margin-right: 2vw;}
.solutions-cpjs .bottom .box_1:last-child{margin-right: 0;}
.solutions-cpjs .bottom .box_1 .icon{height: 30px;width: 40px;display: flex;justify-content: center;align-items: center;margin-bottom: 0.83vw;}
.solutions-cpjs .bottom .box_1 .icon img{max-width: 100%;max-height: 100%;}
.solutions-cpjs .bottom .box_1 .h1{font-size: 22px;line-height: 30px;color: #000000;margin-bottom: 0.5vw;font-family: hwhm-m;}
.solutions-cpjs .bottom .box_1 .p1{line-height: 24px;color: #333333;font-family: hwhm-l;font-size:16px;}

.solutions-cpjs .more{width: 194px;height: 44px;text-align: center;line-height: 42px;border: 1px solid #DBDBDB;border-radius: 22px;transition: all 0.5s;margin-top: 3.85vw;background-color: #fff;}
.solutions-cpjs .more span{display: inline-block;padding-right: 36px;color: #333333;background: url(../img/more1.png)no-repeat right center;transition: all 0.5s;}
.solutions-cpjs .more:hover{border-color: transparent;background-color: #0426A1;}
.solutions-cpjs .more:hover span{color: #fff;background-image: url(../img/more2.png);}

@media screen and (max-width: 1023px)
{
	aside{display:none;}
	main{width:100%;}
	.solutions-cpjs .solution-m-t{padding-bottom: 3rem;display: block;width: 100%;}
	.solutions-cpjs:nth-child(1) .solution-m-t{display: none;}
	.solutions-cpjs .top{flex-direction: column;padding-top: 1rem;}
	.solutions-cpjs .top .txt{width:100%;}
	.solutions-cpjs .top .txt .h{font-size: 40px;}
	.solutions-cpjs .top .txt .list{flex-direction: column;padding: 2rem 0px;}
	.solutions-cpjs .top .txt .tit{padding: 2rem 0px;}
	.solutions-cpjs .top .txt .list .item{margin-bottom:2rem;}
	.solutions-cpjs .top .pic{width:100%;}
	.solutions-cpjs .top .pic img{width:100%;}
	.solutions-cpjs .bottom{flex-direction: column;}
	.solutions-cpjs .bottom ul{flex-direction: column;}
	.solutions-cpjs .bottom ul li{width:100%;align-items: center;}
	.solutions-cpjs .bottom ul li em{font-size: 22.5vw;}
	.solutions-cpjs .bottom ul li p{text-align: center; padding:0px;}
	.solutions-cpjs .bottom ul li h5{padding-bottom: 1rem;}
	.solutions-cpjs .bottom ul li p:nth-child(1){padding: 2rem 0px;line-height: normal;}
	.solutions-cpjs .bottom .box_1{width:100%;padding: 2rem 0px 0px 0px; max-width:unset;}
	.solutions-cpjs .bottom .box_1 .icon{margin:1rem 0px;}
	.solutions-cpjs .btn1{justify-content: center;}
	
	.solutions-cpjs:nth-child(2n) .top{flex-direction: column;}
}


@media screen and (max-width: 767px){
	
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	
}
@media screen and (max-width: 320px)
{
	
}