/* 导航 */
.nav-right ul li:nth-child(3) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(3)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 栏目 */
.column {
    background-color: #f3f3f3;
    padding: 23px 0;
}
.column-content {
    justify-content: flex-start;
}
.column a, .column p {
    color: #777777;
}
.column p {
    margin: 0 2px;
}
/* 内容 */
.content {
    margin-top: 90px;
}
/* 标题 */
.content-title {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
    font-size: 36px;
}
.content-title h3 {
    margin-top: -20px;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
}
.content-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ea5018;
}

/* 解决方案 */
.product {
    margin-bottom: 70px;
}
.product .content-title {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
}
.product .content-title h3::after {
    right: auto;
}
.product-content ul li>div {
	width: 50%;
}
.product-left h3 {
	font-size: 36px;
	color: #000;
	text-align: left;
	width: 100%;
	position: relative;
	padding-bottom: 25px;
}
.product-left h3 span {
	font-size: 30px;
	color: #ea5018;
	font-weight: 400;
}
.product-left h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 51px;
	height: 4px;
	background-color: #ea5018;
}
.product-left p {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
}
.product-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/* 现状分析 */
.feature {
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
}
.feature>div {
    width: 50%;
}
.feature .content-title {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 36px;
    padding: 0;
}
.feature .content-title h3::after {
    right: auto;
}

.feature-text ul {
    max-width: 485px !important;
}
.feature-img {
    max-width: 960px;
}
.feature-img img {
    height: 610px;
    object-fit: cover;
}
.feature-left {
    width: 100%;
    max-width: 600px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.feature-content {
    justify-content: flex-start;
}
.feature-content ul {
    font-size: 16px;
}
.feature-content ul li {
    width: 90%;
    margin: 15px 0;
}
.feature-content ul p {
    position: relative;
    padding-left: 12px;
}
.feature-content ul p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #ea5018;
    border-radius: 50%;
}
/* 产品功能 */
.productFunction {
    width: 100%;
}
.productFunction-content li {
    max-width: 580px;
    width: 100%;
    height: 130px;
    background-color: #f3f3f3;
    padding-top: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.productFunction-content li>div {
    max-width: 500px;
    width: 100%;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
}
.productFunction-content li p {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.productFunction-content li span {
	width: 100%;
    line-height: 30px;
    font-size: 17px;
}
.productFunction .xuanzhong {
    background: url('../img/solution/school/img03-1.png') no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.productFunction .xuanzhong p {
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.productFunction .xuanzhong span {
    display: none;
}
/* 应用价值 */
.applicationValue {
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 90px;
}
.applicationValue ul {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.applicationValue li {
    max-width: 380px;
    width: 100%;
}
.applicationValue-content>ul>li {
    height: 480px;
    justify-content: flex-start;
}
.applicationValue-content>ul>li:hover {
    background-color: #ea5018;
    color: #fff;
}
.applicationValue-content>ul>li:hover img {
    max-width: 360px;
    margin-top: 10px;
}
.applicationValue-content>ul>li:hover ul p::before {
    background-color: #fff;
}
.applicationValue li .pailie {
    max-width: 310px;
    margin: 0 auto;
    width: 100%;
}
.applicationValue li .pailie>p {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.applicationValue li ul {
    width: 100%;
}
.applicationValue li ul p {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}
.applicationValue li ul p::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ea5018;
    border-radius: 50%;
    top: 11px;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .feature-img img {
        height: 400px;
    }
    .productFunction-content ul {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .applicationValue-content>ul>li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .product-left h3::after {
        right: auto !important;
    }
    .product-left p {
        font-size: 16px;
        line-height: 27px;
    }
    .feature {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .feature>div {
        width: 100%;
    }
    .feature-img img {
        width: 100%;
        height: 300px;
    }
    .feature-left {
        margin-top: 20px;
    }
    .feature-text {
        width: 100%;
       -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    }
    .productFunction-content li p {
        font-size: 20px;
    }
    .applicationValue ul {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
}
@media screen and (max-width: 425px) {
    .product-content li {
        flex-direction: column-reverse;
    }
    .product-content li>div {
        width: 100%;
    }
    .product-content ul li>div {
        width: 100%;
    }
    .productFunction-content li span {
        font-size: 14px;
        line-height: 25px;
    }
    .feature-text {
        width: 90%;
        margin: 0 auto;
    }
    .productFunction-content li>div {
        width: 90%;
        margin: 0 auto;
    }
    .product-left h3, .content-title h3 {
        font-size: 26px;
    }
}