/* common */
.section {
    padding: 70px 0;
}
.section:nth-child(2n) {
    background: #F9FAFF;
}
.common_title {
    font-size: 35px;
    line-height: 43px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.common_subtitle {
    font-size: 20px;
    color: #333;
    text-align: center;
}
.btn {
    display: block;
    width: 150px;
    height: 50px;
    border-radius: 6px;
    background: #004BE1;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
}
/* common */
/* banner_wrapper */
.banner_wrapper {
    width: 100%;
    height: 600px;
    background: url(../../images/solution/kjds/banner_bg.png) no-repeat center/cover;
    box-sizing: border-box;
    padding-top: 90px;
}
.banner_container .text-box {
    padding-top: 56px;
}
.banner_container .text-box h1 {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 81px;
    margin-bottom: 14px;
}
.banner_container .text-box ul {
    width: 550px;
}
.banner_container .text-box ul li {
    float: left;
    margin-top: 20px;
    font-size: 20px;
    color: #F4F4FF;
    width: 170px;
}
.banner_container .text-box ul li i {
    display: inline-block;
    width: 24px;
    height: 18px;
    background: url(../../images/solution/kjds/banner_icon.png) no-repeat center/cover;
    margin-right: 10px;
}
.banner_container .text-box .btn {
    display: block;
    width: 177px;
    height: 55px;
    background: linear-gradient(to right, #F9B154, #F68050);
    border-radius: 55px;
    text-align: center;
    line-height: 55px;
    color: #FEFEFE;
    font-size: 20px;
    margin-top: 90px;
}
/* banner_wrapper */
/* 搜索词 */
.search_terms {
	width: 100%;
	background: #F7F8F8;
	padding: 22px 0;
}
.search_terms .keywords,
.search_terms .solutions {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.search_terms .solutions {
	margin-top: 10px;
}
.search_terms .keywords a,
.search_terms .solutions a{
	color: #666;
	font-size: 14px;
}
.search_terms .keywords a:hover,
.search_terms .solutions a:hover {
	color: #004BE1;
	text-decoration: underline;
}
/* 搜索词 */
/* section_1 */
.section_1 .item_box {
    margin-top: 60px;
}
.section_1 .item {
    width: 286px;
    float: left;
    margin-right: 13px;
}
.section_1 .item:last-child {
    margin-right: 0;
}
.section_1 .item .top {
    height: 36px;
    background: #004BE1;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin-bottom: 13px;
    font-size: 18px;
}
.section_1 .item .middel {
    height: 130px;
    box-sizing: border-box;
    padding: 21px 34px 0;
    background: #EBECED;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-bottom: 13px;
}
.section_1 .item .bottom {
    height: 242px;
    background: #EBECED;
    box-sizing: border-box;
    padding: 13px 14px;
}
.section_1 .item .bottom .tag {
    min-width: 115px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #598BEE;
    border-radius: 6px;
    float: left;
    margin: 4px 7px;
    font-size: 16px;
    box-sizing: border-box;
}
.section_1 .item:nth-child(4) .bottom .tag {
    width: 244px;
}
/* section_1 */
/* section_2 */
.section_2 .item {
    padding: 70px 0;
}
.section_2 .item:nth-child(2n) {
    background: #fff;
}
.section_2 .item .wh_1200 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_2 .item .text .title {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}
.section_2 .item .text .title span {
    color: #004BE1;
}
.section_2 .item .text .title::after {
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background: linear-gradient(270deg, rgba(0, 130, 242, 0) 0%, #004BE1 100%);
    margin-top: 10px;
}
.section_2 .item .text .desc {
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    line-height: 36px;
}
.section_2 .item:nth-child(1) .img {
    margin-left: 96px;
    margin-right: 57px;
}
.section_2 .item:nth-child(2) .text {
    margin-left: 93px;
    margin-right: 111px;
}
.section_2 .item:nth-child(3) .img {
    margin-left: 96px;
    margin-right: 185px;
}
.section_2 .item:nth-child(4) .text {
    margin-left: 104px;
    margin-right: 76px;
}
.section_2 .item:nth-child(5) .img {
    margin-left: 99px;
    margin-right: 106px;
}
/* section_2 */
/* section_3 */
.section_3 .header {
    width: 960px;
    height: 80px;
    margin: 53px auto 0;
    background: #E8E8E8;
    line-height: 80px;
    text-align: center;
    border-radius: 40px;
}
.section_3 .header .left {
    width: 390px;
    float: left;
    font-size: 24px;
    font-weight: 500;
    color: #666;
}
.section_3 .header .right {
    float: right;
    width: 570px;
    background: #004BE1;
    border-radius: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.section_3 .bottom {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}
.section_3  .bottom li {
    width: 432px;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 103px;
    box-sizing: border-box;
    font-size: 20px;
    color: #666;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0.13) 0%, #E8E8E8 100%);
    margin-top: 2px;
    line-height: 28px;
}
.section_3  .bottom .right li {
    background: linear-gradient(270deg, rgba(245, 245, 245, 0.06) 0%, #A8C6FF 100%);
    color: #004BE1;
    margin-left: 2px;
}
.section_3  .bottom .right li::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../images/solution/kjds/sec3_01.png) no-repeat center/cover;
    margin-right: 14px;
}
/* section_3 */
/* section_4 */
.section_4 .section_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.section_4 .section_content .img {
    margin-right: 40px;
}
.section_4 .section_content .text .title {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
}
.section_4 .section_content .text .item {
    width: 282px;
    margin-bottom: 50px;
}
.section_4 .section_content .text .item:last-child {
    margin-bottom: 0px;
}
.section_4 .section_content .text .title::after {
    content: '';
    display: block;
    width: 160px;
    height: 4px;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0.1) 0%, #0368F2 100%);
    border-radius: 2px;
}
.section_4 .section_content .text .desc {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}
.section_4 .btn_box {
    display: block;
    margin: 35px auto 0;
    width: 370px;
    height: 50px;
    background: linear-gradient(90deg, #4591FF 0%, #004BE1 100%);
    border-radius: 6px;
    color: #fff;
    line-height: 50px;
}
.section_4 .btn_box .left {
    font-size: 16px;
    padding-left: 20px;
    width: 200px;
    text-align: center;
}
.section_4 .btn_box .right {
    width: 120px;
    height: 46px;
    font-size: 16px;
    background: #fff;
    color: #004BE1;
    border-radius: 0 6px 6px 0;
    margin-top: 2px;
    margin-right: 2px;
    text-align: center;
    position: relative;
}
.section_4 .btn_box .right::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 46px;
    background: #fff;
    transform: skewX(-23deg);
    position: absolute;
    left: -10px;
}
.section_4 .btn_box .right i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../../images/solution/kjds/right.png) no-repeat center/cover;
    margin-left: 5px;
    vertical-align: middle;
}
/* section_4 */