/* 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/kmyd/banner.png) no-repeat center/cover;
    padding-top: 150px;
    box-sizing: border-box;
}
.banner_wrapper .banner_txt{
    width: 1200px;
    margin: 0 auto;
}
.banner_txt>h4{
  padding-left: 15px;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.banner_txt .p1{
  padding-left: 15px;
    font-size: 24px;
    color: #b6c3ff;
    line-height: 1;
}
.banner_txt .p2{
    width: 550px;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(1, 49, 234, 0.15), rgba(0, 192,  250, .01) );
}
.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_2 .tab-header {
  line-height: 62px;
  border-bottom: solid 1px #D8D8D8;
  padding: 0 227px;
}
.section_2 .tab-header li {
  font-size: 20px;
  color: #333;
  float: left;
  margin-right: 70px;
  cursor: pointer;
}
.section_2 .tab-header li:last-child {
  margin-right: 0;
}
.section_2 .tab-header li.active {
  color: #004BE1;
  border-bottom: solid 1px #004BE1;
}
.section_2 .tab-body .tab-item {
  display: none;
}
.section_2 .tab-body .tab-item.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.section_2 .tab-body .tab-item .img-box  {
  margin-left: 20px;
  flex-shrink: 0;
}
.section_2 .tab-body .tab-item .text-box {
  width: 535px;
  margin-right: 53px;
}
.section_2 .tab-body .tab-item .text-box .btn-box {
  text-align: right;
}
.section_2 .tab-body .tab-item .text-box .btn-box .btn {
  font-size: 16px;
  color: #fff;
  background: #2D78F4;
  line-height: 22px;
  padding: 4px 19px;
  border-radius: 15px;
  box-sizing: border-box;
}
.section_2 .tab-body .tab-item .text-box .btn-box .btn.apply_agent {
  background: none;
  color: #2D78F4;
  border: solid 1px #2D78F4;
  margin-left: 18px;
}
.section_2 .tab-body .tab-item .text-box .text {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  margin-top: 18px;
}
.section_2 .tab-body .tab-item .text-box .tag-box {
  margin-top: 29px;
}
.section_2 .tab-body .tab-item .text-box .tag-box .tag {
  width: 135px;
  height: 42px;
  font-size: 18px;
  color: #2163E8;
  line-height: 42px;
  text-align: center;
  margin-right: 28px;
  margin-top: 18px;
  float: left;
  background: #CAD9F4;
  border-radius: 25px;
}
.section_2 .tab-body .tab-item .text-box .tag-box .tag:nth-child(3n) {
  margin-right: 0;
}
.section_2 .tab-body .tab-item .text-box .tag-box .tag:nth-child(-n+3) {
  margin-top: 0;
}
.section_2 .tab-body .tab-item .text-box .case-box .case {
  float: left;
  margin-right: 28px;
  margin-top: 28px;
}
.section_2 .tab-body .tab-item .text-box .case-box .case:last-child {
  margin-right: 0;
}
.section_2 .tab-body .tab-item .text-box .case-box .case p {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}
.section_3 .section_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 38px;
  box-sizing: border-box;
}
.section_3 .section_content .text-box .item {
  margin-top: 30px;
}
.section_3 .section_content .text-box .item:first-child {
  margin-top: 0;
}
.section_3 .section_content .text-box .item .num {
  font-size: 36px;
  color: #999999;
  line-height: 44px;
}
.section_3 .section_content .text-box .item .content {
  margin-top: 7px;
  border-left: solid 4px #004BE1;
  padding-left: 10px;
}
.section_3 .section_content .text-box .item .content .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
}
.section_3 .section_content .text-box .item .content .desc {
  width: 336px;
  font-size: 16px;
  line-height: 22px;
  margin-top: 3px;
  color: #666;
}
.section_4 .item {
  float: left;
  background: #232B39;
  margin-right: 20px;
  margin-top: 24px;
  border-radius: 12px;
}
.section_4 .item a {
  width: 280px;
  height: 190px;
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 29px;
}
.section_4 .item:nth-child(4n) {
  margin-right: 0;
}
.section_4 .item:nth-child(-n+4) {
  margin-top: 0;
}
.section_4 .item:hover {
  background: #004BE1;
}
.section_4 .item .title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}
.section_4 .item .desc {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin-top: 12px;
  text-align: center;
}
.section_5 .section_content {
  position: relative;
}
.section_5 .swiper-slide {
  width: 283px;
  height: 380px;
  background: rgba(195, 207, 230, 0.37);
  box-shadow: 0px 2px 9px 0px rgba(195, 207, 230, 0.37);
  border-radius: 12px;
  border: 1px solid #E4E6F2;
  margin-right: 20px;
}
.section_5 .swiper-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_5 .swiper-slide .title {
  margin-top: 30px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.section_5 .swiper-slide .desc {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-top: 15px;
  text-align: center;
}
.section_5 .swiper-button-prev {
  left: -30px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.section_5 .swiper-button-next {
  right: -30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
/* 主体内容 */

/* 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 */