/* 导航 */
.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 {
    padding-bottom: 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;
}
.content-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ea5018;
}
/* 解决方案 */
.product {
    margin: 60px 0;
}
.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;
}
.product-right img:nth-child(1) {
    margin-right: -120px;
}
/* 现状分析 */
.analyse {
    width: 100%;
    background: url('../img/solution/enterprise/img02-bj.png') no-repeat;
    background-size: cover;
    padding-bottom: 75px;
    margin-bottom: 80px;
}
.analyse-content {
    width: 100%;
    position: relative;
}
.analyse-left {
    width: 70%;
}
.analyse-left>div {
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.analyse-left>div h3 {
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    background: linear-gradient(to right, #ff9600 , #e71d36);
    box-shadow: 0 10px 20px rgba(232, 33, 53, .3);
    border-radius: 10px;
}
.analyse-left>div ul {
    max-width: 245px;
    margin: 20px auto;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.analyse-left>div li {
    margin: 20px 0;
}
.analyse-left>div li img {
    margin-right: 20px;
}
.analyse-left02 {
    margin-left: 30px;
}
.analyse-left02 h3 {
    background: linear-gradient(to right, #1bb2dd , #005aff) !important;
}
.analyse-right {
    position: absolute;
    top: -95px;
    right: -125px;
}
.analyse-right img:nth-child(1) {
    margin-right: -130px;
    position: relative;
}
/* 产品功能 */
.productFunction {
    width: 100%;
}
.productFunction li {
    padding: 40px 0;
}
.productFunction-left {
    max-width: 460px;
    width: 100%;
}
.productFunction-left h3 {
    font-size: 60px;
    color: #f3f3f3;
}
.productFunction-title {
    max-width: 340px;
    width: 100%;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.productFunction-title p {
    font-size: 26px;
    font-weight: bold;
}
.productFunction-title span {
    color: #777777;
}
.productFunction-text {
    max-width: 700px;
    width: 100%;
}
.xuanzhong {
    background: url('../img/solution/enterprise/img03-bj.png') no-repeat;
    color: #fff;
}
.xuanzhong span {
    color: #fff;
}
/* 应用价值 */
/* 应用价值 */
.applicationValue {
    width: 100%;
}
.applicationValue ul {
    width: 100%;
    margin: 0 auto;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.applicationValue li div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ea5018;
}
.applicationValue li p {
    font-size: 22px;
    color: #ea5018;
    margin: 10px 0;
}
.applicationValue li span {
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .product-content li {
        flex-direction: column-reverse;
    }
    .product-content ul li>div {
        width: 100%;
    }
    .product-left h3::after {
        right: auto !important;
    }
    .analyse-content {
        flex-direction: column-reverse;
    }
    .analyse-right {
        position: relative;
        top: 0;
        right: 0;
    }
    .analyse-left {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .analyse-left02 {
        margin: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .analyse-left {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .analyse-left02 {
        margin: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .product-right, .analyse-right {
        transform: scale(.7);
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .analyse {
        margin: 0;
    }
    .analyse-right {
        margin: -70px 0;
        margin-top: -100px;
    }
    .product {
        margin-top: 0;
    }
    .product-left h3 {
        font-size: 26px;
    }
    .product-left p {
        font-size: 14px;
        line-height: 25px;
    }
    .product .content-title {
        margin-bottom: 20px;
    }
    .analyse-left>div h3 {
        font-size: 24px;
        height: 50px;
        line-height: 50px;
    }
    .analyse-content {
        width: 90%;
    }
    .productFunction-left h3 {
        font-size: 30px;
        margin-right: 10px;
    }
    .productFunction-left {
        flex-wrap: nowrap;
    }
    .productFunction-title p {
        font-size: 20px;
    }
    .applicationValue {
        margin-top: 60px;
    }
    .applicationValue li p {
        font-size: 18px;
    }
    .applicationValue li span {
        font-size: 14px;
    }
    .applicationValue ul {
        justify-content: space-around;
    }
    .applicationValue li div {
        transform: scale(.7);
    }
}
@media screen and (max-width: 425px) {
    .analyse-left {
        width: 100%;
    }
}