@charset "utf-8";
html.body{ background:#FFF}

.oem_container {
	width: 1200px;
	max-width: 1200px;
	margin: auto;
}

/*banner样式*/
.priceBanner{
	background:url(../images/platform/banner.jpg);
	background-size:cover;
	background-position:0 center;
	width: 100%;
	height:500px;
}

.pt_banner_title1 {
	margin-top: 130px;
	font-size: 42px;
	color: #fff;
	text-shadow: 0px 10px 20px rgba(42, 42, 137, .3);
}
.pt_banner_title2 {
	letter-spacing: 10px;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 58px;
	color: #fff;
	text-shadow: 0px 10px 20px rgba(42, 42, 137, .3);
}
.viewBooks {
	width: 170px;
	height: 50px;
	margin: auto;
}
.viewBooks a {
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.viewBooks a:hover, .viewBooks a:link {
	color: #fff;
	text-decoration: none;
}

.tab_box {
	border-bottom: 1px solid #ddd;
	height: 60px;
	padding-top: 10px;
	background: #fff;
}
.tab_ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab_ul li {
	float: left;
	line-height: 40px;
	width: 126px;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0 20px;
}
.tab_ul li:hover {
	cursor: pointer;
}
.tab_ul li.active {
	position: relative;
	background: #39a0ff;
	color: #fff;
}
.tab_ul li.active::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #39a0ff transparent transparent transparent;
}

/*模式*/
.tab_2 .oem_container {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 160px;
}
.mode_box {
	position: relative;
	width: 410px;
	height: 557px;
	padding: 56px 30px 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.mode_box:hover {
	cursor: pointer;
	border: 1px solid #39a0ff;
}
.tab_2 .mode_box:first-child {
	margin-right: 116px;
}
.tab_2 .mode_box:first-child > img {
	width: 70px;
	height: 79px;
	margin: auto;
}
.tab_2 .mode_box:last-child > img {
	width: 83px;
	height: 71px;
	margin: auto;
	margin-bottom: 8px;
}
.mode_box .mode_name {
	padding-top: 15px;
	font-size: 28px;
	color: #333;
	text-align: center;
}
.mode_box ul {
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
}
.mode_box ul li {
	margin-top: 30px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	text-align: left;
}
.mode_box .mode_btn {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -70px;
	display: block;
	width: 140px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 16px;
	color: #949494;
}
.mode_box:hover .mode_btn {
	background: #39a0ff;
	border: 1px solid #39a0ff;
	color: #fff;
}

/*代理级别*/
.condition_box {
	margin-bottom: 80px;
}
.agent_title {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.agent_line {
	width: 32px;
	height: 2px;
	background: #333;
	margin: 15px auto 60px;
}
.condition_row {
	display: flex;
	display: -webkit-flex;
}
.condition_row img {
	flex-shrink: 0;
	width: 514px;
	height: 280px;
}
.condition_row .row_lf {
	flex: 1;
	padding: 40px 40px 0;
	text-align: left;
	box-shadow: 0px 1px 3px 1px rgba(214, 214, 214, .82);
	-webkit-box-shadow: 0px 1px 3px 1px rgba(214, 214, 214, .82);
	-moz-box-shadow: 0px 1px 3px 1px rgba(214, 214, 214, .82);
	-o-box-shadow: 0px 1px 3px 1px rgba(214, 214, 214, .82);
}
.condition_row .row_lf > div {
	margin-bottom: 20px;
	font-size: 20px;
	color: #333;
	line-height: 26px;
}
.condition_row .row_lf p {
	font-size: 14px;
	color: #666;
	line-height: 27px;
}

/*级别*/
.level_box {
	padding: 60px 0 120px;
	background: #fafafa;
}
.level_row {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.level_row li {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	width: 283px;
	height: 283px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 3px 1px rgba(32, 33, 39, .12);
	-webkit-box-shadow: 0 0 3px 1px rgba(32, 33, 39, .12);
	-moz-box-shadow: 0 0 3px 1px rgba(32, 33, 39, .12);
	-o-box-shadow: 0 0 3px 1px rgba(32, 33, 39, .12);
}
.level_row li:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 2px rgba(32, 33, 39, .12);
	-webkit-box-shadow: 0 0 10px 2px rgba(32, 33, 39, .12);
	-moz-box-shadow: 0 0 10px 2px rgba(32, 33, 39, .12);
	-o-box-shadow: 0 0 10px 2px rgba(32, 33, 39, .12);
}
.level_row li img {
	width: 98px;
	height: 98px;
	margin-top: 40px;
	margin-bottom: 5px;
}
.level_row li .name {
	font-size: 20px;
	line-height: 27px;
	color: #333;
	margin-bottom: 30px;
}
.level_row li .view_more_btn {
	display: block;
	width: 110px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #39a0ff;
	border: 1px solid #39a0ff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.level_row li .view_more_btn:link {
	text-decoration: none;
}
.level_row li .view_more_btn:hover {
	color: #fff;
	background: #39a0ff;
}

/*平台介绍*/
.tab_4 {
	background: #fafafa;
}
.tab_4 .intro_box {
	text-align: left;
}
.text_row {
	margin-bottom: 30px;
	font-size: 16px;
	color: #666;
	line-height: 31px;
}
.intro_box ul {
	position: relative;
}
.intro_box ul::before {
	display: block;
	content: '';
	position: absolute;
	left: 18px;
	top: 10px;
	bottom: 60px;
	width: 1px;
	background: #e1e1e1;
	z-index: 1;

}
.intro_box ul li {
	position: relative;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 70px;
}
.intro_box ul li .number {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	background: #39a0ff;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 2;
}
.intro_box ul li .li_name {
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	font-weight: 600;
}
.intro_box ul li p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.intro_box .img_box {
	display: flex;
	display: -webkit-flex;
	padding: 60px 30px 160px;
}
.intro_box .img_box img {
	flex: 1;
	height: 220px;
}
.intro_box .img_box img:nth-child(2) {
	margin: 0 25px;
}


/*合作*/
.section_box {
	padding-top: 80px;
	text-align: center;
}

.section_box .section_title {
	font-size: 30px;
	color: #333;
}
.section_box .section_line {
	width: 32px;
	height: 2px;
	background: #333;
	margin: auto;
	margin-top: 20px;
}

.section_box .section_subtitle {
	font-size: 20px;
	color: #333;
	line-height: 40px;
	margin-top: 60px;
}

.section_box .pt_ripple {
	width: 100%;
	height: 107px;
	margin-top: 90px;
	background: url('../images/platform/pt_ripple.png');
	background-repeat: repeat-x;
}

.section_box .section_desc {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.section_box .section_cont {
	padding: 50px 50px 80px;
	position: relative;
	overflow: hidden;
}

.section_box .hy_hz_box .item_box {
	float: left;
	width: 20%;
}
.section_box .hy_hz_box .item_box img {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.hy_hz_box .section_cont .item_box:nth-child(1) img {
	-webkit-box-shadow: 0 0 30px 5px rgba(170, 166, 254, .5);
	-moz-box-shadow: 0 0 30px 5px rgba(170, 166, 254, .5);
	-o-box-shadow: 0 0 30px 5px rgba(170, 166, 254, .5);
	-ms-box-shadow: 0 0 30px 5px rgba(170, 166, 254, .5);
	box-shadow: 0 0 30px 5px rgba(170, 166, 254, .5);
}
.hy_hz_box .section_cont .item_box:nth-child(2) img {
	-webkit-box-shadow: 0 0 30px 5px rgba(82, 223, 208, .5);
	-moz-box-shadow: 0 0 30px 5px rgba(82, 223, 208, .5);
	-o-box-shadow: 0 0 30px 5px rgba(82, 223, 208, .5);
	-ms-box-shadow: 0 0 30px 5px rgba(82, 223, 208, .5);
	box-shadow: 0 0 30px 5px rgba(82, 223, 208, .5);
}
.hy_hz_box .section_cont .item_box:nth-child(3) img {
	-webkit-box-shadow: 0 0 30px 5px rgba(253, 170, 130, .5);
	-moz-box-shadow: 0 0 30px 5px rgba(253, 170, 130, .5);
	-o-box-shadow: 0 0 30px 5px rgba(253, 170, 130, .5);
	-ms-box-shadow: 0 0 30px 5px rgba(253, 170, 130, .5);
	box-shadow: 0 0 30px 5px rgba(253, 170, 130, .5);
}
.hy_hz_box .section_cont .item_box:nth-child(4) img {
	-webkit-box-shadow: 0 0 30px 5px rgba(88, 218, 246, .5);
	-moz-box-shadow: 0 0 30px 5px rgba(88, 218, 246, .5);
	-o-box-shadow: 0 0 30px 5px rgba(88, 218, 246, .5);
	-ms-box-shadow: 0 0 30px 5px rgba(88, 218, 246, .5);
	box-shadow: 0 0 30px 5px rgba(88, 218, 246, .5);
}
.hy_hz_box .section_cont .item_box:nth-child(5) img {
	-webkit-box-shadow: 0 0 30px 5px rgba(129, 214, 129, .5);
	-moz-box-shadow: 0 0 30px 5px rgba(129, 214, 129, .5);
	-o-box-shadow: 0 0 30px 5px rgba(129, 214, 129, .5);
	-ms-box-shadow: 0 0 30px 5px rgba(129, 214, 129, .5);
	box-shadow: 0 0 30px 5px rgba(129, 214, 129, .5);
}
.hy_hz_box .section_cont .item_box .txt {
	margin-top: 30px;
	font-size: 20px;
	color: #333;
	text-align: center;
}


/*特点*/
.bgf8 {
	background: #f8f8f8;
}

.pt_td_box {
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
	margin-bottom: 50px;
}
.pt_td_box .pt_td_item {
	width: 33.33%;
	text-align: left;
	padding: 15px;
	box-sizing: border-box;
}
.pt_td_box .pt_td_item .item_cont {
	background: #fff;
	height: 220px;
	padding: 30px;
	padding-top: 0;
	box-shadow: -5px 5px 10px rgba(20, 78, 132, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pt_td_box .pt_td_item .item_cont .img_box {
	width: 100%;
	height: 100px;
	position: relative;
}
.pt_td_box .pt_td_item .item_cont .img_box img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pt_td_box .pt_td_item:nth-child(1) img {
	width: 33px;
	height: 34px;
}
.pt_td_box .pt_td_item:nth-child(2) img {
	width: 40px;
	height: 36px;
}
.pt_td_box .pt_td_item:nth-child(3) img {
	width: 40px;
	height: 36px;
}
.pt_td_box .pt_td_item:nth-child(4) img {
	width: 40px;
	height: 34px;
}
.pt_td_box .pt_td_item:nth-child(5) img {
	width: 40px;
	height: 40px;
}
.pt_td_box .pt_td_item:nth-child(6) img {
	width: 40px;
	height: 36px;
}

.pt_td_item .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}
.pt_td_item .desc {
	font-size: 14px;
	color: #666;
	line-height: 21px;
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*流程*/
.pt_lc_box {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.pt_lc_box .item_cont img {
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
}
.pt_lc_box .item_cont .txt {
	font-size: 18px;
	color: #333;
}
.pt_lc_box img.arrow {
	width: 42px;
	height: 30px;
	margin-top: 35px;
}


/*平台合作*/
.pt_hz_box ul {
	padding: 80px 50px 60px;
}

.pt_hz_box ul li {
	margin-bottom: 20px;
	padding: 20px 30px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: #fff;
}
.pt_hz_box ul li .logo_box {
	width: 190px;
	text-align: left;
}

.pt_hz_box ul li .pic_box {
	width: 280px;
	height: 160px;
	margin-right: 20px;
}
.pt_hz_box ul li .pic_box img {
	width: 100%;
	height: 100%;
}

.pt_hz_box ul li .info_box {
	flex: 1;
	text-align: left;
}
.info_box h3 {
	font-size: 16px;
	color: #333;
	margin-top: 0;
	margin-bottom: 10px;
}
.info_box p {
	line-height: 21px;
	font-size: 14px;
	color: #888;
}
.info_box .pl_tit {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #f0f0f0;
	font-size: 16px;
	color: #39a0ff;
}
.info_box .pl_tit img {
	width: 16px;
	height: 16px;
}
.info_box .pl_row {
	line-height: 21px;
	font-size: 14px;
	color: #666;
}


/*底部查看文档*/
.copyright_box {
	width: 100%;
	height: 330px;
	text-align: center;
	background: #52acff;
}
.copyright_box .title {
	font-size: 50px;
	color: #fff;
}
.viewBooks_box {
	width: 200px;
	height: 50px;
	margin: auto;
	margin-top: 55px;
}
.viewBooks_box a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.viewBooks_box a:hover,
.viewBooks_box a:link {
	color: #fff;
	text-decoration: none;
}