/* 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/partner/oem/banner_bg.png) no-repeat center/cover;
  padding-top: 100px;
  box-sizing: border-box;
}
.banner_wrapper .banner_txt{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 46px;
}
.banner_txt>h4{
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  line-height: 81px;
  margin-bottom: 30px;
}
.banner_txt .p2{
  font-size: 28px;
  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-img {
  position: absolute;
  right: 0;
  top: 0;
}
/* banner_wrapper */
/* 搜索词 */
.search_terms {
width: 100%;
background: #F7F8F8;
padding: 22px 0;
}
.search_terms .keywords,
.search_terms .solutions {
font-size: 14px;
color: #333;
line-height: 30px;
}
.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;
}
/* 搜索词 */
/* section1 start */
.section_1 .item {
  float: left;
  width: 300px;
  padding-top: 32px;
  padding-bottom: 42px;
  text-align: center;
  cursor: pointer;
}
.section_1 .item:hover {
  background: #F3F7FF;
}
.section_1 .item img {
  width: 114px;
}
.section_1 .item .name {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  font-size: 600;
  margin-top: 18px;
}
.section_1 .item .desc {
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
}

.section_1 .item a {
  display: inline-block;
  font-size: 16px;
  color: #004BE1;
  line-height: 22px;
  margin-top: 30px;
}
/* section1 ent */
/* section2 start */
.section_2 .top {
  border-bottom: solid 1px #D8D8D8;
	display: flex;
	justify-content: center;
}
.section_2 .top li {
	font-size: 20px;
	color: #333;
	padding: 17px 0;
	margin-right: 70px;
	position: relative;
	cursor: pointer;
}
.section_2 .top li:last-child {
	margin-right: 0;
}
.section_2 .top li.active {
  color: #004BE1;
}
.section_2 .top li.active::before {
	content: '';
	display: block;
	width: 170px;
	height: 4px;
	background: #004BE1;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.section_2 .bottom .interflow {
	display: none;
}
.section_2 .bottom .interflow.active {
	width: 100%;
	height: 680px;
	display: flex;
	align-items: center;
  justify-content: space-between;
}
.section_2 .bottom .item-box .item {
  margin-top: 40px;
}
.section_2 .bottom .item-box .item:first-child {
  margin-top: 0;
}
.section_2 .bottom .item-box .item .title {
  font-size: 20px;
  color: #004BE1;
  line-height: 28px;
  font-weight: 600;
}
.section_2 .bottom .item-box .item .desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
/* section2 ent */
/* section3 start */
.section_3 .item {
  width: 380px;
  height: 480px;
  margin-left: 30px;
  float: left;
  text-align: center;
  padding: 0 35px;
  box-sizing: border-box;
}
.section_3 .item:nth-child(1) {
  margin-left: 0;
  background: url(../images/partner/oem/sec3_01.png) no-repeat center/cover;
}
.section_3 .item:nth-child(2) {
  background: url(../images/partner/oem/sec3_02.png) no-repeat center/cover;
}
.section_3 .item:nth-child(3) {
  background: url(../images/partner/oem/sec3_03.png) no-repeat center/cover;
}
.section_3 .item .img-box {
  width: 100%;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_3 .item .title {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 600;
}
.section_3 .item .desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 36px;
  text-align: left;
}
/* section3 ent */
/* section4 start */
.section_4 .item {
  width: 380px;
  height: 275px;
  margin-right: 30px;
  margin-top: 30px;
  float: left;
  box-shadow: 0px 2px 8px 0 rgba(0,0,0,.15);
  cursor: pointer;
}
.section_4 .item:nth-child(-n+3) {
  margin-top: 0;
}
.section_4 .item:nth-child(3n) {
  margin-right: 0;
}
.section_4 .item .title {
  padding-left: 14px;
  margin-top: 29px;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  font-weight: 600;
}
.section_4 .item .desc {
  padding-left: 14px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-top: 6px;
}
/* section4 ent */