/*产品切换*/
.home-solutions-cp {
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.left_cp {
	width:50%;
	height:100vh;
	position:relative;
	overflow:hidden;
	background:url(../images/cp/bg_cp.jpg) center center no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float:left
}
.right_cp {
	width:50%;
	height:100vh;
	position:relative;
	overflow:hidden
}
.home-solutions-cp .solutions-img-cp {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.home-solutions-cp .solutions-img-cp .txt {
    margin-left: 10%;
    margin-top: 10%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 80%;
    display-radio: flex;
    background_radio: 1;
    min-width: 600px;
}
.home-solutions-cp .solutions-img-cp .txt a{
	padding: 2% 10%;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-top: 5%;
    border-radius: 10px;
	}
.home-solutions-cp .solutions-img-cp .txt .title-txt h3 {
	font-size:30px;
	font-weight:bold;
	line-height:1.4;
	margin:0
}
.home-solutions-cp .solutions-img-cp .txt .note {
	margin-top:20px
}
.home-solutions-cp .solutions-img-cp .txt .note p {
	font-size:18px;
	line-height:32px;
	display:-webkit-box;
	overflow:hidden;
	height:96px;
	margin:0;
	color:rgba(255, 255, 255, 1);
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-align:justify
}
.home-solutions-cp .solutions-img-cp .txt .fa_list {
}
.home-solutions-cp .solutions-img-cp .txt .fa_list a .dec {
	position: absolute;
	left: 8%;
	bottom: 18%;
	background: url(../images/moreb.png) center center no-repeat;
	width: 7px;
	height: 12px;
}
.home-solutions-cp .solutions-img-cp .txt .more {
	margin-top:5%
}
.home-solutions-cp .solutions-img-cp .txt .more a .icon {
	font-size:80px;
	line-height:1
}
.home-solutions-cp .solutions-sort-cp {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 2;
    width: 100%;
}
.home-solutions-cp .solutions-sort-cp ul {
	display: flex;
	width: 90%;
	overflow: hidden;
	max-width:1600px;
	min-width:1200px;
	margin:0 auto;
	background:#fff
}
.home-solutions-cp .solutions-sort-cp ul li {
	padding:2% 0
}
.home-solutions-cp .solutions-sort-cp ul li.active {
	background:#004098
}
.home-solutions-cp .solutions-sort-cp ul li.active .cn-texta{
	font-size: 21px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
	}
.home-solutions-cp .solutions-sort-cp ul li.active .en-texta{
	font-size: 26px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
	}


.industry-itema {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.industry-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cn-texta {
	font-size: 21px;
	color: #858585;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
.en-texta {
	font-size: 26px;
	color: #333333;
	line-height: 1.5;
	font-weight:bold
}
.industry-titlea {
	display: flex;
	align-items: center;
	gap: 15px;
}
.industry-titlea p {
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2
}
.industry-titlea h1 {
    font-size: 48px;
    line-height: 2;
}
.industry-titlea h1:after {
    display: block;
    content: "";
    width: 69px;
    height: 5px;
    background: url(../images/dec.png) center center no-repeat;
    margin: 10px 0 20px 0;
}



.industry-titlea h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 30%;
}
.industry-desca {
    font-size: 17px;
    line-height: 2.5;
    margin-top: 5%;
}

/*案例切换*/

.home-solutions {
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.home-solutions .solutions-img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover
}
.home-solutions .solutions-img .txt {
	max-width: 42%;
	padding-top: 15%;
	color: #fff;
}
.home-solutions .solutions-img .txt .title-txt h3 {
	font-size:30px;
	font-weight:bold;
	line-height:1.4;
	margin:0
}
.home-solutions .solutions-img .txt .note {
	margin-top:20px
}
.home-solutions .solutions-img .txt .note p {
	font-size:18px;
	line-height:32px;
	display:-webkit-box;
	overflow:hidden;
	height:96px;
	margin:0;
	color:rgba(255, 255, 255, 1);
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-align:justify
}
.home-solutions .solutions-img .txt .fa_list {
}
.home-solutions .solutions-img .txt .fa_list a .dec {
	position: absolute;
	left: 8%;
	bottom: 18%;
	background: url(../images/moreb.png) center center no-repeat;
	width: 7px;
	height: 12px;
}
.home-solutions .solutions-img .txt .more {
	margin-top:5%
}
.home-solutions .solutions-img .txt .more a .icon {
	font-size:80px;
	line-height:1
}
.home-solutions .solutions-sort {
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	width: 100%;
	background-color: rgba(0, 10, 51, 0.4)
}
.home-solutions .solutions-sort ul {
	display: flex;
	width: 100%;
	overflow: hidden;
}
.home-solutions .solutions-sort ul li {
	padding:2% 0
}
.home-solutions .solutions-sort ul li.active {
	background:#004098
}
.industry-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.industry-icon {
	width: 70px;
	height: 60px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
}
.industry-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cn-text {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.2;
}
.en-text {
	font-size: 17px;
	color: #ffffff;
	line-height: 1.5;
	font-family: arial;
}
.icon-chemical {
	background:url(../images/jjfa/i1_jjfa.png) center center no-repeat;background-size: 100% 100%;
}
.icon-metallurgical {
	background:url(../images/jjfa/i2_jjfa.png) center center no-repeat;background-size: 100% 100%;
}
.icon-power {
	background:url(../images/jjfa/i3_jjfa.png) center center no-repeat;background-size: 100% 100%;
}
.icon-machinery {
	background:url(../images/jjfa/i4_jjfa.png) center center no-repeat;background-size: 100% 100%;
}
.icon-steel {
	background:url(../images/jjfa/i5_jjfa.png) center center no-repeat;background-size: 100% 100%;
}
.industry-title {
	display: flex;
	align-items: center;
	gap: 15px;
}
.industry-title p {
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2
}
.industry-title h1 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
.industry-title h2 {
	font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
}
.industry-desc {
	font-size: 18px;
	line-height: 2.5;
	margin-top: 5%;
}



@media(max-width:640px){
	.home-solutions .solutions-img .txt {
    max-width: 100%;
    padding-top: 15%;
    color: #fff;
}
.industry-title {
    display: flex;
    align-items: center;
    gap: 0;
}
.industry-title img{ max-width:60%; height:auto}

.industry-title h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}
.industry-title h1 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
.industry-desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 5%;
}

.industry-item {
    flex: 1;
    display: block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}
.cn-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}
.en-text {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    font-family: arial;
	display:none
}
.cn-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
	text-align:center
}
.industry-icon {
    width: 40px;
    height: 50px;
    margin-right: 0;
	margin:0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
.industry-titlea h1 {
    font-size: 28px;
    line-height: 2;
}

.industry-titlea h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 30%;
}
.industry-desca {
    font-size: 14px;
    line-height: 2;
    margin-top: 5%;
}
.home-solutions-cp .solutions-img-cp .txt a {
    text-align: center;
    width: 100%;
    padding: 2% 0;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 5%;
    border-radius: 10px;
}

.home-solutions-cp .solutions-img-cp .txt {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 5%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    background_radio: 1;
    min-width: 90%;
}
.left_cp {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    background: url(../images/cp/bg_cp.jpg) center center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}
.right_cp {
    width: 100%;
    height: 45vh;
    position: relative;
    overflow: hidden;
}
.right_cp img{ max-width:100%; height:auto}
.home-solutions-cp .solutions-sort-cp ul {
    display: flex;
    width: 90%;
    overflow: hidden;
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
    background: #fff;
}
.en-texta {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
}
.cn-texta {
    font-size: 18px;
    color: #858585;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}
.home-solutions-cp .solutions-sort-cp ul li.active .en-texta {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}
.home-solutions-cp {
    padding: 0;
    width: 100%;
    height: 91vh;
    position: relative;
    overflow: hidden;
}
.home-solutions-cp .solutions-sort-cp {
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 2;
    width: 100%;
}
.home-solutions {
    padding: 0;
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}
.left_case ul li p, .left_case ul li div p {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url(../images/inpbg.png) repeat;
    position: absolute;
    z-index: 1;
    left: 0%;
    top: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    padding: 0;
    transition: all .3s ease-out;
    font-weight: bold;
    padding-top: 38%;
}
.right_case ul li p, .right_case ul li div p {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url(../images/inpbg.png) repeat;
    position: absolute;
    z-index: 1;
    left: 0%;
    top: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    padding: 0;
    transition: all .3s ease-out;
    font-weight: bold;
    padding-top: 32%;
}
.industry-text {
    display: block;
    flex-direction: column;
    align-items: flex-start;
}
	}
	
@media screen and (width: 1440px){
.cn-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}
.en-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    font-family: arial;
}
.icon-steel {
    background: url(../images/jjfa/i5_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-machinery {
    background: url(../images/jjfa/i4_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-power {
    background: url(../images/jjfa/i3_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-metallurgical {
    background: url(../images/jjfa/i2_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-chemical {
    background: url(../images/jjfa/i1_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.industry-title h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}

.industry-title h1 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
.industry-desc {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 5%;
}
.industry-desca {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 5%;
}
.industry-titlea h1 {
    font-size: 40px;
    line-height: 2;
}
.industry-titlea h1:after {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: url(../images/dec.png) center center no-repeat;
    margin: 10px 0 20px 0;
}
.main_titlea .dec {
    width: 50px;
    height: 5px;
    margin-top: 15px;
    background: url(../images/dec_gsjj.png) center center no-repeat;
}
.main_title .dec {
    width: 50px;
    height: 5px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(../images/dec_gsjj.png) center center no-repeat;
}
.industry-titlea h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 25%;
}
.en-texta {
    font-size: 21px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
}
.home-solutions-cp .solutions-sort-cp ul li.active .en-texta {
    font-size: 21px;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
}
	}
	
@media screen and (width: 1600px){
.cn-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}
.en-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    font-family: arial;
}
.icon-steel {
    background: url(../images/jjfa/i5_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-machinery {
    background: url(../images/jjfa/i4_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-power {
    background: url(../images/jjfa/i3_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-metallurgical {
    background: url(../images/jjfa/i2_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-chemical {
    background: url(../images/jjfa/i1_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.industry-title h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}

.industry-title h1 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
.industry-desc {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 5%;
}
.industry-desca {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 5%;
}
.industry-titlea h1 {
    font-size: 40px;
    line-height: 2;
}
.industry-titlea h1:after {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: url(../images/dec.png) center center no-repeat;
    margin: 10px 0 20px 0;
}
.main_titlea .dec {
    width: 50px;
    height: 5px;
    margin-top: 15px;
    background: url(../images/dec_gsjj.png) center center no-repeat;
}
.main_title .dec {
    width: 50px;
    height: 5px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(../images/dec_gsjj.png) center center no-repeat;
}
.industry-titlea h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 25%;
}
.en-texta {
    font-size: 21px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
}
.home-solutions-cp .solutions-sort-cp ul li.active .en-texta {
    font-size: 21px;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
}
	}
	
@media screen and (width: 1680px){
.cn-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}
.en-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    font-family: arial;
}
.icon-steel {
    background: url(../images/jjfa/i5_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-machinery {
    background: url(../images/jjfa/i4_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-power {
    background: url(../images/jjfa/i3_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-metallurgical {
    background: url(../images/jjfa/i2_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.icon-chemical {
    background: url(../images/jjfa/i1_jjfa.png) center center no-repeat;
    background-size: 80%;
}
.industry-title h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}

.industry-title h1 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
.industry-desc {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 5%;
}
.industry-desca {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 5%;
}
.industry-titlea h1 {
    font-size: 40px;
    line-height: 2;
}
.industry-titlea h1:after {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: url(../images/dec.png) center center no-repeat;
    margin: 10px 0 20px 0;
}
.main_titlea .dec {
    width: 50px;
    height: 5px;
    margin-top: 15px;
    background: url(../images/dec_gsjj.png) center center no-repeat;
}
.main_title .dec {
    width: 50px;
    height: 5px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(../images/dec_gsjj.png) center center no-repeat;
}
.industry-titlea h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 25%;
}
.en-texta {
    font-size: 21px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
}
.home-solutions-cp .solutions-sort-cp ul li.active .en-texta {
    font-size: 21px;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
}
	}
 @media screen and (min-width:1280px) and (max-width:1439px) {
	 .industry-title h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
.industry-titlea h1 {
    font-size: 40px;
    line-height: 2;
}
	 }
 @media screen and (min-width:1024px) and (max-width: 1279px){
	 .industry-title h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
}
.en-text {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    font-family: arial;
}
.cn-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}
.industry-icon {
    width: 56px;
    height: 46px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
.industry-titlea h1 {
    font-size: 36px;
    line-height: 2;
}
.industry-title h1 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
.industry-desca {
    font-size: 15px;
    line-height: 2;
    margin-top: 5%;
}
.industry-desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 5%;
} 
.en-texta {
    font-size: 21px;
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
}

.home-solutions-cp .solutions-sort-cp ul li.active .en-texta {
    font-size: 21px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}
	 }