.product_wrapper{
	width: 100%;
	height: 100%;
}
/* common */
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: 1;
}
.common_title>p{
	font-size: 20px;
	color: #333;
	line-height: 1;
	margin-top: 30px;
}
.common_title>h6.white{
	color: #fff;
}
.common_title>p.white{
	color: #fff;
}
.section_content {
	margin-top: 40px;
}
.common_btn{
	width: 180px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 25px;
}
.common_btn>a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.common_btn:hover{
	background-color: #fff;
	-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:hover a{
	color: #0a9ae3;
}
.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 */

/* banner */
.banner_wrapper{
	width: 100%;
	height: 600px;
	padding-top: 135px;
	box-sizing: border-box;
	background: url(../../images/product/index/banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt{
	width: 1200px;
	margin: 0 auto;
}
.banner_txt>h4{
	font-weight: bold;
	font-size: 56px;
	color: #fff;
	line-height: 1;
}
.banner_txt>h4 .num {
	margin: 0 15px;
	color: #ffc410;
	font-size: 70px;
}
.banner_txt>h4 .yellow {
	color: #ffc410;
}
.banner_txt>p{
	font-size: 34px;
	color: #fff;
	margin-top: 20px;
}
.banner_txt .functions {
	width: 700px;
	margin-top: 40px;
	margin-bottom: 70px;
}
.banner_txt .functions li {
	width: 190px;
	font-size: 20px;
	color: #fff;
	margin-right: 65px;
	margin-top: 18px;
	float: left;
}
.banner_txt .functions li::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 13px;
	background: url(../../images/product/index/hook.png) no-repeat center/cover;
	margin-right: 10px;
}
.banner_txt .functions li:nth-child(3n) {
	margin-right: 0;
}
.banner_txt .functions li:nth-child(-n+3) {
	margin-top: 0;
}
.banner_txt .banner_btn>a{
	display: inline-block;
	font-size: 16px;
	color: #0059df;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 6px;
}
.banner_txt .banner_btn>a.online_btn{
	color: #fff;
	background-color: transparent;
	margin-left: 32px;
}
/* banner */
/* 搜索词 */
.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 img {
	width: 100%;
}
/* section_1 */
/* section_2 */
.section_2 .top li,
.section_2 .bottom li {
	float: left;
}
.section_2 .top li.title {
	width: 72px;
	height: 208px;
	padding: 48px 27px;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	background: #EBECED;
	box-sizing: border-box;
}
.section_2 .top li.issue {
	width: 266px;
	height: 208px;
	margin-left: 12px;
}
.section_2 .top .issue .title {
	width: 100%;
	height: 34px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	background: #004BE1;
}
.section_2 .top .issue .problem_box {
	width: 100%;
	height: 162px;
	margin-top: 12px;
	background: #EBECED;
	box-sizing: border-box;
	padding: 30px 22px 0 27px;
	text-align: center;
}
.section_2 .top .issue .problem_box .problem_title {
	font-size: 20px;
	color: #333;
	line-height: 28px;
}
.section_2 .top .issue .problem_box .problem_desc {
	font-size: 16px;
	margin-top: 16px;
	color: #666;
	line-height: 22px;
}
.section_2 .bottom {
	margin-top: 12px;
}
.section_2 .bottom li.title {
	width: 72px;
	height: 162px;
	padding: 48px 27px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	background: #598BEE;
	box-sizing: border-box;
}
.section_2 .bottom li.issue {
	width: 266px;
	height: 208px;
	margin-left: 12px;
}
.section_2 .bottom .issue .problem_box {
	width: 100%;
	height: 162px;
	background: #598BEE;
	box-sizing: border-box;
	padding: 30px 22px 0 27px;
	text-align: center;
}
.section_2 .bottom .issue .problem_box .problem_title {
	font-size: 20px;
	color: #fff;
	line-height: 28px;
}
.section_2 .bottom .issue .problem_box .problem_desc {
	font-size: 16px;
	margin-top: 16px;
	color: #fff;
	line-height: 22px;
}
/* section_2 */
/* section_3 */
.section_3 .top {
	width: 100%;
	height: 34px;
	background: url(../../images/product/index/sec3_01.png) no-repeat center/100%;
}
.section_3 .top .left {
	width: 636px;
	height: 100%;
	margin-left: 76px;
	background: #004BE1;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.section_3 .top .right {
	width: 301px;
	height: 100%;
	margin-left: 117px;
	background: #004BE1;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.section_3 .bottom {
	margin-top: 38px;
	display: flex;
	justify-content: space-between;
}
.section_3 .bottom li {
	width: 366px;
	height: 400px;
	background: #EBECED;
	border-radius: 21px;
	box-sizing: border-box;
	padding: 0 28px;
	position: relative;
}
.section_3 .bottom li .title {
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 70px;
	border-bottom: solid 1px #D0D0D0;
}
.section_3 .bottom li .advantage_list {
	margin-top: 12px;
}
.section_3 .bottom li .advantage_list .advantage {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin-top: 8px;
	display: flex;
}
.section_3 .bottom li .advantage_list .advantage::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../images/product/index/sec3_icon.png) no-repeat center/cover;
	margin-right: 6px;
}
.section_3 .bottom li .tags {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 24px;
	position: absolute;
	left: 0;
	bottom: 35px;
}
.section_3 .bottom li .tags .tag {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 9px 17px;
	border-radius: 30px;
	background: #598BEE;
}
/* section_3 */
/* section_4 */
.section_4 .top {
	border-bottom: solid 1px #D8D8D8;
	display: flex;
	justify-content: center;
}
.section_4 .top li {
	font-size: 20px;
	color: #333;
	padding: 17px 0;
	margin-right: 70px;
	position: relative;
	cursor: pointer;
}
.section_4 .top li:last-child {
	margin-right: 0;
}
.section_4 .top li.active::before {
	content: '';
	display: block;
	width: 52px;
	height: 2px;
	background: #004BE1;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.section_4 .bottom li {
	display: none;
}
.section_4 .bottom li.active {
	width: 100%;
	height: 570px;
	display: flex;
	align-items: center;
	padding: 40px 0 0;
}
.section_4 .bottom .interflow .img-box {
	width: 653px;
	margin-left: 14px;
	flex-shrink: 0;
}
.section_4 .bottom .interflow .tags {
	margin-left: 38px;
}
.section_4 .bottom .interflow .tags .tag {
	width: 166px;
	height: 48px;
	border-radius: 25px;
	background: #598BEE;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-right: 80px;
	float: left;
	margin-top: 32px;
}
.section_4 .bottom .interflow .tags .tag:nth-child(-n+2) {
	margin-top: 0;
}
.section_4 .bottom .interflow .tags .tag:nth-child(2n) {
	margin-right: 0;
}
.section_4 .bottom .system .img-box {
	width: 638px;
	flex-shrink: 0;
}
.section_4 .bottom .system .tags {
	margin-left: 20px;
}
.section_4 .bottom .system .tags .tag {
	width: 166px;
	height: 48px;
	border-radius: 25px;
	background: #598BEE;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-right: 30px;
	float: left;
	margin-top: 32px;
}
.section_4 .bottom .system .tags .tag:nth-child(2n+1) {
	width: 214px;
}
.section_4 .bottom .system .tags .tag:nth-child(-n+2) {
	margin-top: 0;
}
.section_4 .bottom .system .tags .tag:nth-child(2n) {
	margin-right: 0;
	width: 290px;
}
.section_4 .bottom .multi_service {
	justify-content: space-between;
}
.section_4 .bottom .multi_service .img-box {
	width: 436px;
	flex-shrink: 0;
	margin-right: 10px;
}
.section_4 .bottom .multi_service .tags .tag {
	width: 166px;
	height: 48px;
	border-radius: 25px;
	background: #598BEE;
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 48px;
	float: left;
	margin-top: 32px;
	box-sizing: border-box;
	padding-left: 24px;
	position: relative;
}
.section_4 .bottom .multi_service .tags .tag:first-child {
	margin-top: 0;
}
.section_4 .bottom .multi_service .tags.left .tag {
	width: 380px;
}
.section_4 .bottom .multi_service .tags.right .tag {
	width: 345px;
}
.section_4 .bottom .multi_service .tags .tag a {
	display: block;
	width: 134px;
	height: 48px;
	box-sizing: border-box;
	border: solid 1px #598BEE; 
	border-radius: 25px;	
	line-height: 48px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.section_4 .bottom .safety .img-box {
	width: 435px;
	flex-shrink: 0;
	margin-left: 149px;
	margin-right: 97px;
}
.section_4 .bottom .safety .text-box p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.section_4 .bottom .connector .img-box {
	width: 452px;
	flex-shrink: 0;
	margin-left: 149px;
	margin-right: 121px;
}
.section_4 .bottom .connector .text-box p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.section_4 .bottom .connector .text-box .p2 {
	padding-left: 10px;
	border-left: 9px solid #A8C0F0;
	margin-top: 40px;
}
.section_4 .bottom .marketing .img-box {
	width: 476px;
	flex-shrink: 0;
	margin-left: 94px;
	margin-right: 111px;
}
.section_4 .bottom .marketing .tags p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.section_4 .bottom .marketing .tags {
	margin-left: 38px;
}
.section_4 .bottom .marketing .tags .tag {
	width: 166px;
	height: 48px;
	border-radius: 25px;
	background: #598BEE;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-right: 80px;
	float: left;
	margin-top: 32px;
}
.section_4 .bottom .marketing .tags .tag:nth-child(2n) {
	margin-right: 0;
}
/* section_4 */
/* section_5 */
.section_5 li {
	width: 580px;
	height: 120px;
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	display: flex;
	align-items: center;
	transition: all .5s;
	margin-top: 26px; 
	cursor: pointer;
	padding: 0 17px;
}
.section_5 li:hover {
	transform: translateY(-10px);
	box-shadow: 0px 2px 9px 0px rgba(156, 175, 204, 0.34);
}
.section_5 li:nth-child(2n) {
	margin-right: 0;
}
.section_5 li:nth-child(-n+2) {
	margin-top: 0;
}
.section_5 li .img-box {
	width: 74px;
	flex-shrink: 0;
	margin-right: 20px;
}
.section_5 li .img-box img {
	width: 100%;
}
.section_5 li .text-box .title {
	font-size: 20px;
	color: #333;
	line-height: 28px;
}
.section_5 li .text-box .desc {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	margin-top: 6px;
}
/* section_5 */
/* news_list */
.news_list {
	width: 100%;
	padding: 96px 0 80px;
	box-sizing: border-box;
}
.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 */