/* common_title */
img {
	max-width: 100%;
	overflow: hidden;
}
.section {
	padding: 70px 0;
}
.section:nth-child(2n) {
	background-color: #F9FAFF;
}
.common_title{
    text-align: center;
}
.common_title>h6{
    font-size: 35px;
    color: #333;
    line-height: 44px;
}
.common_title>p{
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-top: 30px;
}
.common_title>h6.white,
.common_title>p.white{
    color: #fff;
}
.section_content {
	margin-top: 40px;
}
.common_btn{
    width: 178px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.common_btn>a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.sec_btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .sec_btn > a {
    width: 130px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: solid 1px #3161ef;
    border-radius: 4px;
    font-size: 15px;
  }
  
  .sec_btn > a.trial {
    background: #fff;
    color: #3161ef;
  }
  
  .sec_btn > a.apply_agent {
    background: #3161ef;
    color: #fff;
    margin-left: 25px;
  }
/* common_title */

/* banner_wrapper */
.banner_wrapper{
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    background: url(../../images/product/wfx_xcx/banner.png) no-repeat center/cover;
    padding-top: 185px;
    box-sizing: border-box;
}
.banner_wrapper .banner_txt{
    width: 1200px;
    margin: 0 auto;
}
.banner_txt>h4{
    font-weight: bold;
    font-size: 56px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.banner_txt .p1{
    font-size: 30px;
    color: #fff;
    line-height: 1;
}
.banner_txt .p2{
    font-size: 22px;
    color: #fff;
    line-height: 1;
    margin-top: 30px;
}
.banner_txt .online_btn{
    width: 177px;
    height: 55px;
    border-radius: 30px;
    background: linear-gradient(to right, #f9b154, #f68050);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    margin-top: 60px;
}
/* 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 .section_content {
    display: flex;
}
.section_1 .img-box {
    width: 625px;
    margin-left: 17px;
    flex-shrink: 0;
}
.section_1 .img-box .p1 {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    text-align: center;
}
.section_1 .img-box .p2 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}
.section_1 .text-box {
    margin-left: 17px;
}
.section_1 .text-box .tab-head {
    margin-top: 37px;
}
.section_1 .text-box .tab-head .item {
    width: 120px;
    height: 42px;
    float: left;
    background: #F0F3FB;
    text-align: center;
    line-height: 42px;
    border-radius: 6px;
    font-size: 20px;
    color: #333;
    margin-right: 6px;
    cursor: pointer;
}
.section_1 .text-box .tab-head .item:last-child {
    margin-right: 0;
}
.section_1 .text-box .tab-head .item.active {
    background: #004BE1;
    color: #fff;
}
.section_1 .text-box .tab-body .title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}
.section_1 .text-box .tab-body .desc {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.section_1 .text-box .tab-body .item {
    display: none;
}
.section_1 .text-box .tab-body .item.active {
    display: block;
}
.section_1 .text-box .tab-body .item li {
    margin-top: 30px;
}
.section_1 .text-box .tab-body .item li .num {
    font-size: 36px;
    color: #999;
    line-height: 44px;
}
.section_1 .text-box .tab-body .item li .text {
    margin-top: 7px;
    border-left: 4px solid #004BE1;
    padding-left: 6px;
}
.section_1 .text-box .tab-body .item li .text .p1 {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}
.section_1 .text-box .tab-body .item li .text .p2 {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: 3px;
}
/* section_1 */
/* section_2 */
.section_2 .item li {
    width: 266px;
    height: 162px;
    float: left;
    background: #EBECED;
    padding: 30px 22px 18px 27px;
    margin-top: 12px;
    margin-right: 12px;
    box-sizing: border-box;
    text-align: center;
}
.section_2 .item:nth-child(2n) li {
    background: #598BEE;
}

.section_2 .item li .title {
    font-size: 20px;
    color: #333;
    line-height: 28px;
}
.section_2 .item li .desc {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-top: 16px;
}
.section_2 .item:nth-child(2n) .title,
.section_2 .item:nth-child(2n) .desc {
    color: #fff;
}
/* section_2 */
/* section_3 */
.section_3 .item-container .item {
    width: 380px;
    height: 511px;
    background: #F0F3FB;
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    padding: 64px 35px 0;
    margin-right: 28px;
    cursor: pointer;
}
.section_3 .item-container .item:last-child {
    margin-right: 0;
}
.section_3 .item-container .item:hover {
    background: #598BEE;
}
.section_3 .item-container .item .img-box {
    width: 128px;
    margin: auto;
}
.section_3 .item-container .item .img-box .active {
    display: none;
}
.section_3 .item-container .item:hover .img-box .active {
    display: block;
}
.section_3 .item-container .item:hover .img-box .default {
    display: none;
}
.section_3 .item-container .item .title {
    font-size: 30px;
    line-height: 66px;
    color: #333;
    font-weight: 600;
    margin-top: 38px;
    text-align: center;
}
.section_3 .item-container .item .p1 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #333;
    line-height: 28px;
}
.section_3 .item-container .item .p2 {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
}
.section_3 .item-container .item:hover .title,
.section_3 .item-container .item:hover .p1,
.section_3 .item-container .item:hover .p2 {
    color: #fff;
}
/* section_3 */
/* section_4 */
.section_4 .item {
    width: 380px;
    height: 120px;
    float: left;
    border: 1px solid #E8E8E8;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 32px;
    margin-right: 28px;
    margin-top: 28px;
    cursor: pointer;
}
.section_4 .item a {
    width: 380px;
    height: 120px;
    display: flex;
    align-items: center;
}
.section_4 .item:nth-child(3n) {
    margin-right: 0
}
.section_4 .item:nth-child(-n+3) {
    margin-top: 0
}
.section_4 .item .img-box {
    width: 74px;
    margin-right: 20px;
    flex-shrink: 0;
}
.section_4 .item .title {
    font-size: 20px;
    color: #333;
    line-height: 28px;
}
.section_4 .item .desc {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: 6px;
}
/* section_4 */
/* section_5 */
.section_5 .item {
    width: 380px;
    height: 511px;
    box-sizing: border-box;
    padding: 0 30px;
    border-radius: 4px;
    background: #F9FAFF;
    float: left;
    margin-right: 28px;
    cursor: pointer;
}
.section_5 .item:last-child {
    margin-right: 0;
}
.section_5 .item .img-box {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_5 .item:nth-child(1) img {
    width: 300px;
}
.section_5 .item:nth-child(2) img {
    width: 320px;
}
.section_5 .item:nth-child(3) img {
    width: 256px;
}
.section_5 .item .title {
    font-size: 30px;
    line-height: 66px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.section_5 .item .desc {
    font-size: 16px;
    margin-top: 6px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
/* section_5 */
/* section_6 */
.section_6 .section_content {
    position: relative;
}
.section_6 .swiper-slide {
    width: 380px;
    height: 354px;
    box-sizing: border-box;
    padding: 44px 75px 0;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 28px;
    cursor: pointer;
}
.section_6 .swiper-slide:last-child {
    margin-right: 0;
}
.section_6 .swiper-slide .img-box {
    width: 128px;
    margin: auto;
}
.section_6 .swiper-slide .title {
    font-size: 30px;
    line-height: 66px;
    color: #333;
    font-weight: 600;
    margin-top: 6px;
    text-align: center;
}
.section_6 .swiper-slide .desc {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 6px;
    text-align: center;
}
.section_6 .swiper-button-prev {
    left: -33px;
    top: 50%;
    transform: translate(-33px, -50%);
    cursor: pointer;
}
.section_6 .swiper-button-next {
    right: -33px;
    top: 50%;
    transform: translate(33px, -50%);
    cursor: pointer;
}
/* section_6 */
/* news_list */
.news_list {
	width: 100%;
    padding: 96px 0 80px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.news_list .news_box {
	margin-top: 38px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.news_list .news_box .bottom_part_L {
	width: 580px;
    margin-right: 40px;
    overflow: hidden;
}
.news_list .news_box .bottom_part_L >img{
    max-width: 100%;
    width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news_list .news_box .bottom_part_L>img:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_list .news_box .bottom_part_R{
    width: calc(100% - 620px);
}
.news_list .news_box .bottom_part_R li {
	margin-top: 12px;
}
.news_list .news_box .bottom_part_R li:hover .title{
	color: #257dff;
}
.news_list .news_box .bottom_part_R li:first-child {
	margin-top: 0;
}
.news_list .news_box .bottom_part_R li .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap	;
}
.news_list .news_box .bottom_part_R li .title span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #DFDFDF;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
	margin-right: 10px;
}
.news_list .news_box .bottom_part_R li:nth-child(1) .title span{
	background: #FD6600;
}
.news_list .news_box .bottom_part_R li:nth-child(2) .title span{
	background: #FE9703;
}
.news_list .news_box .bottom_part_R li:nth-child(3) .title span{
	background: #F3B61E;
}
.news_list .news_box .bottom_part_R li .keywords {
	display: none;
}
.news_list .news_box .bottom_part_R li .descr {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	margin-left: 35px;
}
/* news_list */