.clearfix {
	clear: both;
}

.con_title {
	font-size: 36px;
	font-weight: 700;
	color: #272d36;
	margin: 0;
	padding: 80px 0;
	text-align: center;
	line-height: 1.5;
}

/* 顶部导航栏 */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 4px 4px 0 rgba(92,128,165,.2);
	height: 74px;
}

#header .header_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}

#header .header_logo {
	position: relative;
	float: left;
	width: 300px;
}

#header .header_img {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
}

#header .header_title {
	float: left;
	font-size: 26px;
	font-weight: 700;
	color: #21262e;
	margin: 0;
	margin-left: 10px;
	padding: 7px 0;
}

#header .header_nav {
	position: relative;
	float: right;
}

#header .header_nav ul {
	margin: 0;
	list-style: none;
}

#header .header_nav li {
	float: left;
	margin-left: 55px;
	padding: 12px 0;
}

#header .header_nav a {
 	display: block;
 	text-decoration: none;
 	font-size: 18px;
 	color: #333;
}

#header .header_nav a.header-active {
    color: #4db4ff;
}

#header .header_nav a:hover {
 	color: #4db4ff;
}

#header .header_app {
	display: none;
	position: relative;
	float: left;
}

#header .header_app img {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
}

#header .header_app h1 {
	float: left;
	font-size: 18px;
    font-weight: 700;
    color: #272d36;
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
}

#header .header_download {
	display: none;
	position: relative;
	float: right;
	text-decoration: none;
	background: #4db4ff;
	color: #FFF;
	padding: 10px 30px;
	border-radius: 10px;
	align-items: center;
}
#header .header_download img {
	height: 20px;
	margin-right: 5px;
}


/* 顶部幻灯片 */

#banner {
	margin-top: -200px;
	margin-bottom: 50px;
}

#banner .banner_bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

#banner .banner_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: -1;
}

#banner .banner-l {
	position: relative;
	width: 300px;
	float: left;
	overflow: hidden;
	margin-top: 100px;
}

#banner .banner_title img {
	display: block;
	width: 54px;
	height: 54px;
	float: left;
}

#banner .banner_title p {
	font-size: 46px;
	margin: 0;
	float: left;
	font-weight: 700;
	margin-left: 15px;
	color: #fff;
}

#banner .banner_desc {
	display: block;
	font-weight: 400;
	font-size: 22px;
	color: #42474e;
	margin-top: 30px;
	color: #fff;
}

#banner .banner_qrcode {
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 50px;
}

#banner .banner_qrcode img {
	display: block;
	width: 116px;
	height: 116px;
	padding: 18px;
}

#banner .banner_qrcode span {
	display: block;
	font-size: 13px;
	font-weight: 400px;
	color: #272d36;
	text-align: center;
	padding-bottom: 15px;
}

#banner .banner-r {
	position: relative;
	float: left;
	width: 650px;
	height: 500px;
	overflow: hidden;
	margin-left: 230px;
	margin-top: 60px;
}

#banner .banner-r img {
	display: block;
}

#banner .dbanner_link {
    margin: 0 auto;
}

#banner .dbanner_box {
    position: relative;
    text-align: center;
    width: 920px;
    margin: 0 auto;
}

#banner .dbanner_download {
    display: block;
    float: left;
    text-decoration: none;
    margin: 0 20px;
    width: 150px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: transparent;
    z-index: 9998;
    padding-left: 20px;
    padding-right: 20px;
}

#banner .dbanner_download.dbanner_download-active {
    background-color: #e6f6ff;
}

#banner .dbanner_download.dbanner_download-active span {
    color: #0e74ff;
}

#banner .dbanner_download.dbanner_download-aa span {
    color: #0e74ff;
}

#banner .dbanner_download.dbanner_download-aa {
    background-color: #e6f6ff;
}

#banner .dbanner_dx {
    position: relative;
    top: 110px;
    border-radius: 5px;
}

#banner .dbanner_hide {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    visibility: hidden;
}

#banner .dbanner_normal {
    position: relative;
    top: -2px;
    width: 35px;
    height: 35px;
    display: none;
}

#banner .dbanner_show {
    position: relative;
    top: -2px;
    width: 35px;
    height: 35px;
}

#banner .dbanner_download span {
    color: #0e74ff;
    font-size: 22px;
    top: -10px;
    position: relative;
    margin-left: 5px;
}

/* 主要功能展示 */

#case {
	position: relative;
	padding-bottom: 100px;
}

#case .case_con {
	position: relative;
}

#case .case_option {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#case_swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#case .case_button {
	display: block;
	float: left;
	text-decoration: none;
	background-color: #ebf9ff;
	width: 215px;
	padding: 8px 12px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	margin-right: 80px;
	margin-bottom: 40px;
}

#case .case_button img {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	padding: 6px 0;
}

#case .case_button span {
	display: block;
	font-weight: 400;
	color: #272d36;
	float: left;
	padding: 16px 0;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 170px;
}

#case a.case_button-last {
	margin-right: 0;
}

#case a.case_button-active {
	background: linear-gradient(136deg,#dbb9ff,#8fe9ef);
}

#case a.case_button-active span {
	color: #fff;
	font-weight: 700;
}

#case .case_preview {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

#case .case_preview-l {
	position: relative;
	width: 600px;
	height: 380px;
	overflow: hidden;
	float: left;
}

#case .case_preview-l img {
	display: block;
	/*width: 100%;*/
}

#case .case_preview-r {
	position: relative;
	width: 460px;
	float: left;
	overflow: hidden;
	margin-left: 75px;
	margin-top: 130px;
	line-height: 1.5;
}

#case .case_preview-r p {
	font-size: 24px;
    font-weight: 700;
    color: #272d36;
    margin: 0;
}

#case .case_divider {
    width: 32px;
    height: 4px;
    background: #0f75ff;
    border-radius: 2px;
    margin: 20px 0;
}

#case .case_preview-r span {
	font-size: 20px;
    color: #42474e;
    line-height: 30px;
}

/* 使用场景 */

#scene {
	position: relative;
	background-color: #f9fbfd;
	padding-bottom: 100px;
}

#scene .scene_con {
	position: relative;
}

#scene .scene_wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#scene .scene_box {
	position: relative;
	float: left;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,57,138,.12);
	border-radius: 5px;
	overflow: hidden;
}

#scene .scene_box img {
	display: block;
	width: 250px;
	padding: 15px;
}

#scene .scene_box span {
	display: block;
	text-align: center;
	font-size: 20px;
    color: #272d36;
    padding-bottom: 20px;
}

#scene .scene_box-l {
	margin-left: 25px;
}

#scene .scene_box-r {
	margin: 0 25px;
}

/* 特色功能介绍 */

#special {
	position: relative;
}

#special .special_con {
	position: relative;
}

#special .special_wrapper-l {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0 4px 22px 0 hsla(0,0%,43.9%,.1);
	border-radius: 5px;
	overflow: hidden;
}

#special .special_wrapper-l .special_box-l {
	position: relative;
	width: 380px;
	height: 180px;
	overflow: hidden;
	float: left;
	padding: 115px 50px;
}

#special .special_wrapper-l .special_box-l p {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#special .special_wrapper-l .special_box-l span {
	font-size: 20px;
    color: #9195a0;
    line-height: 1.5;
}

#special .special_wrapper-l .special_box-r {
	position: relative;
	width: 670px;
	overflow: hidden;
	float: right;
	padding: 27.5px 25px;
}

#special .special_wrapper-l .special_box-r img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

#special .special_wrapper-r {
	position: relative;
	width: 1200px;
	margin: 100px auto;
	box-shadow: 0 4px 22px 0 hsla(0,0%,43.9%,.1);
	border-radius: 5px;
	overflow: hidden;
}

#special .special_wrapper-r .special_box-l {
	position: relative;
	width: 670px;
	overflow: hidden;
	float: left;
	padding: 27.5px 25px;
}

#special .special_wrapper-r .special_box-l img {
	display: block;
	width: 100%;
}

#special .special_wrapper-r .special_box-r {
	position: relative;
	width: 380px;
	height: 180px;
	overflow: hidden;
	float: left;
	padding: 115px 50px;
}

#special .special_wrapper-r .special_box-r p {
	font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#special .special_wrapper-r .special_box-r span {
	font-size: 20px;
    color: #9195a0;
    line-height: 1.5;
}

/* 听听用户的心声 */

#talk {
	position: relative;
	background-color: #f7f8fb;
	padding-bottom: 100px;
}

#talk .talk_con {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

#talk .swiper-slide {
	float: left;
	width: auto;
	height: auto;
	cursor: pointer;
}

#talk .swiper-pagination {
	position: relative;
	margin-top: 60px;
}

#talk .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 4px;
	border-radius: 0;
}

#talk .talk_box {
	position: relative;
	width: 380px;
	box-shadow: 0 4px 40px 0 rgba(16,64,132,.12)!important;
	background-color: #fff;
	padding: 35px;
	border-radius: 5px;
	float: left;
}

#talk .talk_box-t {
	position: relative;
}

#talk .talk_box-l {
	position: relative;
	width: 70px;
	float: left;
}

#talk .talk_box-l img {
	display: block;
	width: 100%;
}

#talk .talk_box-r {
	position: relative;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}

#talk .talk_box-r span {
	display: block;
    font-size: 20px;
    color: #272d36;
    margin-bottom: 12px;
}

#talk .talk_divider {
	position: relative;
	background-color: #ebebeb;
	height: 1px;
	margin: 20px 0;
}

#talk .talk_box-b {
	position: relative;
	font-size: 17px;
	margin: 0;
    color: #272d36;
    line-height: 1.5;
}

/* 底部 */

#footer {
	position: relative;
	background-color: #202b3a;
	padding: 30px 0;
}

#footer .footer_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#footer .footer_list {
	position: relative;
}

#footer .footer_ul {
	list-style: none;
	display: block;
	width: 250px;
	float: left;
	padding: 10px 0;
}

#footer .footer_label {
	display: block;
	font-size: 16px;
    color: #dbdbdb;
    padding-bottom: 20px;
    font-weight: 700;
}

#footer .footer_ul li {
	margin: 8px 0;
}

#footer .footer_ul a {
	text-decoration: none;
	color: #dbdbdb;
	font-size: 13px;
}

#footer .footer_ul a:hover {
	color: #0e74ff;
}

#footer .footer_ul img {
	display: block;
	width: 16px;
	float: left;
}

#footer .footer_contact {
	display: block;
	float: left;
	color: #dbdbdb;
	font-size: 13px;
	margin-left: 6px;
	margin-top: 2px;
}

#footer .footer_hr {
	height: 1px;
	background-color: hsla(0,0%,100%,.28);
}

#footer .footer_desc {
	color: #dbdbdb;
	font-size: 14px;
	margin-top: 20px;
}

#footer .footer_desc-l {
	float: left;
}

#footer .footer_desc-r {
	float: left;
	margin-left: 20px;
}

#footer .footer_desc-r img {
	display: block;
	width: 20px;
	float: left;
	position: relative;
	top: -3px;
}

#footer .footer_desc-r p {
	float: left;
	margin: 0;
	margin-left: 5px;
}

/* 软件下载幻灯片 */

#dbanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 74px;
	background-color: #f9f9f9;
}

#dbanner .dbanner_bg {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 560px;
}

#dbanner .dbanner_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#dbanner .dbanner-l {
	position: relative;
	width: 560px;
	float: left;
    margin-top: 170px;
}

#dbanner .dbanner-t {
	position: relative;
}

#dbanner .dbanner-t img {
	display: block;
    width: 54px;
    height: 54px;
    float: left;
}

#dbanner .dbanner-t p {
	font-size: 46px;
    margin: 0;
    float: left;
    font-weight: 700;
}

#dbanner .dbanner-l span {
	display: block;
    font-weight: 400;
    font-size: 22px;
    color: #42474e;
    margin-top: 30px;
}

#dbanner .dbanner_btn {
	background: linear-gradient(145deg,#93db6e,#78ba71);
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 65px;
    display: block;
    text-align: center;
    line-height: 65px;
    border-radius: 5px;
    font-size: 23px;
    margin-top: 100px;
}

#dbanner .dbanner-r {
	position: relative;
	float: right;
	width: 640px;
	padding: 60px 0;
}

#dbanner .dbanner-r img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

/* 软件下载 */

#xiazai {
    position: relative;
    background-color: #f9f9f9;
    padding-bottom: 100px;
}

#xiazai .xiazai_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#xiazai .xiazai_wrapper {
    position: relative;
} 

#xiazai .xiazai_btn {
    display: block;
    float: left;
    width: 585px;
    text-decoration: none;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);
    border-radius: 50px;
    margin-right: 30px;
    padding: 40px 0;
    color: #060606;
    margin-bottom: 30px;
}

#xiazai .xiazai_btn:hover {
    color: #0e74ff;
}

#xiazai .xiazai_btn.xiazai_btn-r {
    margin-right: 0;
}

#xiazai .xiazai_btn img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 10px 0;
}

#xiazai .xiazai_btn span {
    display: block;
    font-size: 20px;
}

/* 实用功能任你选 */

#choose {
	position: relative;
}

#choose .choose_con {
	position: relative;
}

#choose .con_title {
	padding-bottom: 40px;
}

#choose .choose_box-t {
	padding: 80px 0;
}

#choose .choose_wrapper {
	width: 1200px;
	margin: 0 auto;
}

#choose .choose_box-t .choose_box-l {
	position: relative;
	width: 660px;
	float: left;
	overflow: hidden;
}

#choose .choose_box-t .choose_box-l img {
	display: block;
}

#choose .choose_box-t .choose_box-r {
	position: relative;
	width: 460px;
	float: left;
	margin-left: 80px;
	margin-top: 100px;
}

#choose .choose_box-t .choose_box-r img {
	display: block;
	width: 55px;
	height: 55px;
}

#choose .choose_box-t .choose_box-r p {
    font-size: 28px;
    color: #272d36;
    margin: 25px 0;
}

#choose .choose_box-t .choose_box-r span {
	font-size: 20px;
    color: #828994;
    line-height: 1.5;
}

#choose .choose_box-b {
	padding: 80px 0;
	background-color: #fafbff;
}

#choose .choose_box-b .choose_box-l {
	position: relative;
	width: 460px;
	float: left;
	margin-left: 80px;
	margin-top: 100px;
}

#choose .choose_box-b .choose_box-l img {
	display: block;
	width: 55px;
	height: 55px;
}

#choose .choose_box-b .choose_box-l p {
    font-size: 28px;
    color: #272d36;
    margin: 25px 0;
}

#choose .choose_box-b .choose_box-l span {
	font-size: 20px;
    color: #828994;
    line-height: 1.5;
}

#choose .choose_box-b .choose_box-r {
	position: relative;
	width: 660px;
	float: left;
	overflow: hidden;
}

#choose .choose_box-b .choose_box-r img {
	display: block;
}

/* 联系我们幻灯片 */

#contact {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 74px;
}

#contact .contact_bg {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    min-height: 560px;
}

#contact .contact_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#contact .contact-l {
	position: relative;
	width: 560px;
	float: left;
    margin-top: 170px;
}

#contact .contact-t {
	position: relative;
}

#contact .contact-t img {
	display: block;
    width: 54px;
    height: 54px;
    float: left;
}

#contact .contact-t p {
	font-size: 46px;
    margin: 0;
    float: left;
    font-weight: 700;
    margin-left: 15px;
}

#contact .contact-l span {
	display: block;
    font-weight: 400;
    font-size: 22px;
    color: #42474e;
    margin-top: 30px;
}

#contact .contact_btn {
	float: left;
	display: flex;
    text-decoration: none;
    background: #4db4ff;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 10px;
    align-items: center;
    font-size: 23px;
    margin-top: 100px;
    white-space: nowrap;
}

#contact .contact_btn img {
	height: 20px;
	margin-right: 5px;
}
#contact .contact-r {
	position: relative;
	float: right;
	width: 640px;
	padding: 60px 0;
}

#contact .contact-r img {
	display: block;
	margin-top: -70px;
	/* margin-left: 100px; */
    float: right;
	height: 500px;
}

/* 成为代理 */

#agent {
	position: relative;
}

#agent .agent_con {
	position: relative;
}

#agent .agent_form {
	position: relative;
	width: 1200px;
	margin: 0 auto;
    box-shadow: 0 2px 12px 0 rgba(0,57,138,.12);
    margin-bottom: 80px;
}

#agent .agent_control {
	position: relative;
}

#agent .agent_control-l {
	padding: 30px 50px;
	width: 500px;
	float: left;
}

#agent .agent_control-l img {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	padding: 30px 0;
}

#agent .agent_control-l  .agent_desc {
	position: relative;
	float: left;
	width: 400px;
	margin-left: 30px;
}

#agent .agent_control-l p {
	font-size: 22px;
    color: #272d36;
    margin: 25px 0;
}

#agent .agent_control-l span {
    font-size: 16px;
    color: #828994;
    line-height: 1.5;
}

#agent .agent_control-r {
	padding: 30px 50px;
	width: 500px;
	float: left;
}

#agent .agent_control-r img {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	padding: 30px 0;
}

#agent .agent_control-r  .agent_desc {
	position: relative;
	float: left;
	width: 400px;
	margin-left: 30px;
}

#agent .agent_control-r p {
	font-size: 22px;
    color: #272d36;
    margin: 25px 0;
}

#agent .agent_control-r span {
	font-size: 16px;
    color: #828994;
    line-height: 1.5;
}

/* 软件教程幻灯片 */

#tutorial {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 74px;
}

#tutorial .tutorial_bg {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tutorial .tutorial_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#tutorial .tutorial-l {
	position: relative;
	width: 560px;
	float: left;
    margin-top: 170px;
}

#tutorial .tutorial-t {
	position: relative;
}

#tutorial .tutorial-t img {
	display: block;
    width: 54px;
    height: 54px;
    float: left;
}

#tutorial .tutorial-t p {
	font-size: 46px;
    margin: 0;
    float: left;
    font-weight: 700;
    margin-left: 15px;
}

#tutorial .tutorial-l span {
	display: block;
    font-weight: 400;
    font-size: 22px;
    color: #42474e;
    margin-top: 30px;
}

#tutorial .tutorial_btn {
	background: linear-gradient(145deg,#93db6e,#78ba71);
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 65px;
    display: block;
    text-align: center;
    line-height: 65px;
    border-radius: 5px;
    font-size: 23px;
    margin-top: 100px;
}

#tutorial .tutorial-r {
	position: relative;
	float: right;
	width: 640px;
	padding: 60px 0;
}

#tutorial .tutorial-r img {
	display: block;
	width: 100%;
}

/* 软件教程 */

#guide {
    position: relative;
    padding-bottom: 100px;
}

#guide .guide_con {
    position: relative;
}

#guide .guide_option {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#guide_swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#guide .guide_button {
    display: block;
    float: left;
    text-decoration: none;
    background-color: #f4f8fe;
    padding: 8px 48px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 100px;
}

#guide .guide_button img {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: left;
    padding: 4px 0;
}

#guide .guide_button span {
    display: block;
    font-weight: 400;
    color: #272d36;
    float: left;
    margin-left: 10px;
    padding: 16px 0;
    font-size: 18px;
}

#guide a.guide_button-last {
    margin-right: 0;
}

#guide a.guide_button-active {
    background: linear-gradient(136deg,#0e74ff,#2f87ff);
}

#guide a.guide_button-active span {
    color: #fff;
    font-weight: 700;
}

#guide .guide_preview {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#guide .guide_preview-l {
    position: relative;
    width: 600px;
    height: 380px;
    overflow: hidden;
    float: left;
}

#guide .guide_preview-l img {
    display: block;
    width: 100%;
}

#guide .guide_preview-r {
    position: relative;
    width: 460px;
    float: left;
    overflow: hidden;
    margin-left: 75px;
    margin-top: 70px;
    line-height: 1.5;
}

#guide .guide_preview-r p {
    font-size: 24px;
    font-weight: 700;
    color: #272d36;
    margin: 0;
}

#guide .guide_divider {
    width: 32px;
    height: 4px;
    background: #0f75ff;
    border-radius: 2px;
    margin: 20px 0;
}

#guide .guide_preview-r span {
    font-size: 20px;
    color: #42474e;
    line-height: 30px;
}

/* 会员价格幻灯片 */

#member {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 74px;
}

#member .member_bg {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    min-height: 560px;
}

#member .member_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#member .member-l {
	position: relative;
	width: 560px;
	float: left;
    margin-top: 170px;
}

#member .member-t {
	position: relative;
}

#member .member-t img {
	display: block;
    width: 54px;
    height: 54px;
    float: left;
}

#member .member-t p {
	font-size: 46px;
    margin: 0;
    float: left;
    font-weight: 700;
}

#member .member-l span {
	display: block;
    font-weight: 400;
    font-size: 22px;
    color: #42474e;
    margin-top: 30px;
}

#member .member_btn {
	float: left;
    display: flex;
    text-decoration: none;
    background: #4db4ff;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 10px;
    align-items: center;
    font-size: 23px;
    margin-top: 100px;
    white-space: nowrap;
}

#member .member_btn img {
	height: 20px;
	margin-right: 5px;
}

#member .member-r {
	position: relative;
	float: right;
	width: 640px;
	padding: 60px 0;
}

#member .member-r img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

/* 价格查询 */

#price {
	position: relative;
}

#price .price_con {
	position: relative;
}

#price .price_wrapper-l {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 4px 22px 0 hsla(0,0%,43.9%,.1);
    border-radius: 5px;
    overflow: hidden;
}

#price .price_wrapper-l .price_box-l {
    position: relative;
    width: 380px;
    height: 180px;
    overflow: hidden;
    float: left;
    padding: 115px 50px;
}

#price .price_wrapper-l .price_box-l p {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#price .price_wrapper-l .price_box-l del {
	font-size: 22px;
    color: #9195a0;
    line-height: 1.5;
}

#price .price_wrapper-l .price_box-l strong {
	color: #78ba71;
	font-size: 22px;
	line-height: 1.5;
}

#price .price_wrapper-l .price_box-l span {
    font-size: 20px;
    color: #9195a0;
    line-height: 1.5;
}

#price .price_wrapper-l .price_box-r {
    position: relative;
    width: 670px;
    overflow: hidden;
    float: right;
    padding: 27.5px 25px;
}

#price .price_wrapper-l .price_box-r img {
    display: block;
    width: 100%;
	border-radius: 10px;
}

#price .price_wrapper-r {
    position: relative;
    width: 1200px;
    margin: 100px auto;
    box-shadow: 0 4px 22px 0 hsla(0,0%,43.9%,.1);
    border-radius: 5px;
    overflow: hidden;
}

#price .price_wrapper-r .price_box-l {
    position: relative;
    width: 670px;
    overflow: hidden;
    float: left;
    padding: 27.5px 25px;
}

#price .price_wrapper-r .price_box-l img {
    display: block;
    width: 100%;
	border-radius: 10px;
}

#price .price_wrapper-r .price_box-r {
    position: relative;
    width: 380px;
    height: 180px;
    overflow: hidden;
    float: left;
    padding: 115px 50px;
}

#price .price_wrapper-r .price_box-r p {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

#price .price_wrapper-r .price_box-r del {
	font-size: 22px;
    color: #9195a0;
    line-height: 1.5;
}

#price .price_wrapper-r .price_box-r strong {
	color: #78ba71;
	font-size: 22px;
	line-height: 1.5;
}

#price .price_wrapper-r .price_box-r span {
    font-size: 20px;
    color: #9195a0;
    line-height: 1.5;
}

#price .price_table {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#price .price_table table {
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 22px;
}

#price .price_table table thead tr {
	background: #f8f9fb;
}

#price .price_table table th {
	height: 90px;
    line-height: 90px;
    padding: 0;
    color: #676c73;
    font-weight: 500;
    font-size: 26px;
}

#price .price_table table th:nth-child(2) {
	border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

#price .price_table table tbody tr {
	border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

#price .price_table table tbody tr:nth-child(odd) {
	background: #eceff4;
}

#price .price_table table tbody tr:nth-child(even) {
	background: #f8f9fb;
}

#price .price_table table tbody tr td:nth-child(2) {
	border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

#price .price_table table tbody td {
	text-align: center;
}

#price .price_table .price_color {
	background-color: #6bccff;
	color: #fff;
}

#price .price_table .price_pp {
	color: #6bccff;
}

#price .price_table .price_small {
	font-size: 17px;
}