﻿.header {
	padding: 10px 0;
}

.logo {
	display: inline-block;
	float: left;
}

.logo img {
	width: 160px;
	height: 54px;
}

.nav {
	float: left;
	margin-left: 40px;
	margin-top: 16px;
}

.nav li {
	float: left;
	margin-left: 20px;
	position: relative;
}

.nav a {
	font-size: 15px;
	color: #454545;
	display: inline-block;
}

.sonNav {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	z-index: 3;
	white-space: nowrap;
	display: none;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

li:hover .sonNav {
	display: block;
}

.sonNav a {
	display: block;
	margin: 0 0 5px;
	text-align: center;
}

.tool {
	float: right;
	margin-top: 13px;
}

.tool li {
	float: left;
	margin-left: 10px;
}

.tool a {
	font-size: 15px;
	color: #454545;
	display: inline-block;
}

.tool a.btn-prices {
	background: #0092de;
	color: #FFF;
	border-radius: 2px;
	border: 1px solid #0092de;
}

.tool a.btn-tel {
	border: 1px solid #0092de;
	color: #0092de;
}

.banner {
	background: url(../images/banner.jpg)no-repeat center center;
	height: 500px;
}

.activity_playbill,
.activity_banner {
	height: auto;
}

.activity_playbill img,
.banner img {
	width: 100%;
}

.activity_banner img {
	height: 300px;
	width: 100%;
}

.product_banner {
	background: url(../images/banner1.jpg)no-repeat center center;
	height: 500px;
}

.viedo_banner {
	background: url(../images/video_banner.jpg)no-repeat center center;
	height: 500px;
	background-size: 100%;
}

.plan_banner {
	background: url(../images/plan_banner.jpg)no-repeat;
	height: 500px;
}

.case_banner {
	background: url(../images/case_banner.jpg)no-repeat;
	height: 500px;
}

.join_banner {
	background: url(../images/join_banner.jpg)no-repeat center center;
	height: 500px;
}

.doc_banner {
	background: url(../images/doc_banner.jpg)no-repeat center center;
	height: 300px;
}

/**/
/*轮播*/
.flexslider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slides {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.slides li {
	height: 500px;
	overflow: hidden;
}

.slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px
}

.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	left: 45%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	float: left;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
	background: #F40000;
	color: #FFF;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
	background: #333333;
}

.flex-direction-nav {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 60px;
	background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 60px;
	background: url(../images/next.png) center center no-repeat;
}

.event {
	background: #f7f8fb;
	border-bottom: 1px solid #fbfbfb;
	padding: 30px 0 28px 0;
}

.event a {
	display: inline-block;
	width: 270px;
	padding: 15px 0 15px 20px;
	background: #FFF;
	box-shadow: 0px 0px 3px #d8d8d8;
	height: 80px;
}

.event-icon {
	display: table-cell;
	vertical-align: middle;
}

.event-icon img {
	width: 60px;
	margin-right: 10px;
}

.event-txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 6px;
	box-sizing: border-box;
}

.event-txt h4 {
	font-size: 16px;
	color: #454545;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.event-txt p {
	font-size: 13px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.activity_item h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}


.nav_tab {
	border-bottom: 1px solid #f2f2f2;
	padding: 0px 140px;
}

.nav_tab li {
	width: 220px;
	text-align: center;
	float: left;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}

.nav_tab li span {
	color: #999;
	font-size: 14px;
}

.nav_tab h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.nav_tab li.active {
	border-bottom: 2px solid #0092de;
}

.tab_box {
	margin-top: 40px;
}

.tab_img,
.tab_info {
	width: 590px;
	float: left;
}

.tab_img {
	text-align: left;
}

.tab_img img {
	width: 380px;
}

.tab_info p.meta {
	margin-top: 20px;
	color: #999;
}

.characteristic {
	margin-top: 20px;
}

.characteristic li {
	float: left;
	width: 160px;
}

.characteristic span {
	display: block;
}

.value {
	color: #999;
}

.value b {
	font-size: 26px;
	margin-right: 5px;
	color: #454545;
	font-family: "arial";
}

.tab_more {
	border: 1px solid #0092de;
	color: #0092de;
	padding: 5px 40px;
	border-radius: 14px;
	display: inline-block;
	margin: 10px 0 20px 0;
	font-size: 14px;
}

.tab_about span {
	display: block;
	color: #999;
}

.tab_option {
	margin-top: 10px;
	overflow: hidden;
}

.tab_option i {
	width: 10px;
	height: 10px;
	display: inline-block;
}

.tab_option i.ico-circle {
	background-position: -10px -10px;
	padding-right: 5px;
}

.tab_option a {
	color: #454545;
}

.tab_option li {
	margin-right: 30px;
	float: left;
	width: 260px;
}

.nav_product {
	margin-top: 30px;
}

.nav_product li {
	float: left;
	text-align: center;
	width: 236px;
	cursor: pointer;
}

.nav_product li div.nav_product_img {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin: 0 auto;
}

.nav_product li i {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 15px;
}

.nav_product li i.ico-1 {
	background-position: -48px -290px;
}

.nav_product li i.ico-2 {
	background-position: -48px -101px;
}

.nav_product li i.ico-3 {
	background-position: -46px -339px;
}

.nav_product li i.ico-4 {
	background-position: -116px -194px;
}

.nav_product li i.ico-5 {
	background-position: -118px 2px;
}

.nav_product li.active div.nav_product_img {
	background: #FFF;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .14);
}

.nav_product li span {
	font-size: 16px;
	margin-top: 10px;
	display: block;
}

.product_box {
	margin-top: 30px;
	background: #FFF;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	padding: 20px;
}

.product_hot {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.product_hot li {
	text-align: center;
	width: 274px;
	float: left;
	padding: 0 5px;
}

.product_hot li:last-child {
	border-right: 0;
}

.product_hot img {
	width: 274px;
	height: 274px;
	margin-bottom: 10px;
}

.product_more {
	padding: 5px 40px;
	border-radius: 14px;
	display: inline-block;
	border: 1px solid #999;
	color: #999;
	margin-top: 20px;
}

.product_all {
	text-align: center;
}

.product_all a {
	color: #0092de;
}

.product_all a:after {
	content: '>>';
	padding-left: 10px;
}

/*.solution{background: url(../images/bg_3d.png);}*/
.solution {
	background-color: #0092de;
	overflow: hidden;
}

.solution .s_tit h2 {
	color: #FFF;
}

/*轮播*/

.pictureSlider {
	height: 480px;
	margin-top: 30px;
}

.poster-item {
	background: #fff;
	width: 336px;
	border-radius: 10px;
	padding: 25px 23px 20px 23px;
	transition: all 0.5s;
	cursor: default;
	-moz-transition: all 0.5s;
	cursor: default;
	-webkit-transition: all 0.5s;
	cursor: default;
	-o-transition: all 0.5s;
	cursor: default;
}

.poster-list {
	position: relative;
}

.poster-item .say {
	font-size: 14px;
	margin-bottom: 5px;
}

.students_star {
	padding: 10px 10px 0 10px;
}

.zwjs {
	border-top: 1px solid #d0cddb;
	line-height: 26px;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
	max-height: 84px;
	overflow: hidden;
}

.for_btn {
	position: relative;
	height: 214px;
	overflow: hidden
}

.in_page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.in_page>img {
	width: 40px;
	height: 40px;
}

.case {
	margin-top: 30px;
}

.case_tab {
	width: 620px;
	float: left;
}

.case_con {
	width: 480px;
	float: left;
	margin-right: 80px;
}

.case_con .case_name{
	font-weight: 700;
}

.case_tab li {
	width: 160px;
	background: #FFF;
	box-shadow: 0 2px 5px #C0C0C0;
	float: left;
	padding: 20px 0;
	margin-left: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	height: 60px;
	text-align: center;
}

.case_tab li img {
	-webkit-filter: grayscale(0%);
	max-height: 60px;
	max-width: 160px;
	height: auto;
	width: auto;
}

.case_tab li.active img {
	-webkit-filter: grayscale(0%);
}

.case_desc {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #999;
}

.ico-select {
	background-position: 1px -98px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.case_fun li {
	height: 34px;
}

.case_fun li span {
	vertical-align: middle;
	margin-left: 10px;
}

.case_fun li span em {
	color: #999;
}

.case_product {
	margin-top: 40px;
}

.case_product p {
	color: #999;
	margin-bottom: 10px;
}

.case_product a {
	color: #454545;
	display: inline-block;
	margin-right: 20px;
}

.case_product a i {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-position: -8px -42px;
	padding-right: 5px;
}

.data-show {
	background: url(../images/data-show.png) center no-repeat;
	/* background-color: #0092de; */
	background-size: 100%;
	padding: 30px 0;
	color: #FFF;
	background-size: cover;
}

.number-content {
	width: 280px;
	text-align: center;
	float: left;
}

.number-content span {
	display: block;
}

.number-txt {
	font-size: 32px;
	font-family: "rockwell extra bold";
}

.line {
	width: 30px;
	height: 2px;
	background: #FFF;
	margin: 20px auto;
}

.services {
	margin-top: 30px;
	width: 102%;
	overflow: hidden;
}

.services li {
	width: 180px;
	float: left;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	margin-right: 20px;
}

.services li img {
	width: 200px;
}

.services li p {
	color: #999;
}

.join {
	background: url(../images/bg01.png)no-repeat;
}

.regedit {
	width: 580px;
	float: left;
}

.activity {
	width: 500px;
	float: right;
}

.regedit {
	margin-right: 20px;
}

.regedit h2.en {
	font-size: 34px;
	font-family: tahoma;
	margin-bottom: 10px;
}

.regedit p {
	margin-top: 10px;
}

.btg-regedit {
	background: #0092de;
	color: #FFF;
	border-radius: 14px;
	display: inline-block;
	margin: 30px 0;
	padding: 5px 40px;
}

.regedit h4 {
	color: #0092de;
	margin-top: 10px;
}

.activity_new {
	position: relative;
	margin-bottom: 20px;
}

.activity_new img {
	width: 500px;
	height: 140px;
	-webkit-filter: grayscale(0%);
}

.activity_con p {
	color: #999;
}

.activity_con {
	text-align: left;
	width: 480px;
	color: #454545;
	background: #FFF;
	padding-left: 20px;
	border-top: 1px solid #E6E6E6;
}

.special {
	background: #FFF;
	padding: 25px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.special a{
	display: flex;
	justify-content: space-between;
}

.special a h3,
.activity_new a h3 {
	font-size: 16px;
	font-weight: normal;
	color: #454545;
}

.special a p {
	color: #fff;
	background-color: #0092de;
	padding: 6px 8px;
	border-radius: 8px;
}

.topic {
	padding: 40px 0 0 0;
	color: #FFF;
	position: relative;
	height: 460px;
}

.topic-block,
.topic-block-video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 10px 0;
}

.topic-block {
	background: rgba(28, 29, 30, .5);
}

.topic-block-video {
	background: rgba(46, 47, 48, .5);
}

.topic-tabs {
	height: 40px;
}

.topic-tabs li {
	float: left;
	width: 280px;
	font-size: 14px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.topic-tabs li.active:after {
	content: "";
	position: absolute;
	height: 2px;
	background: #FFF;
	width: 24px;
	top: 27px;
	left: 50%;
	margin-left: -12px;
}

.topic-item li {
	width: 240px;
	background: rgba(70, 108, 140, .75);
	margin-right: 20px;
	float: left;
	padding: 20px;
	height: 74px;
}

.topic-item li:last-child {
	margin-right: 0;
}

.topic-item li a {
	color: #FFF;
}

.topic-item li a.topic-item-tit {
	font-size: 16px;
	display: block;
}

.topic-item li a.topic-item-desc {
	color: hsla(0, 0%, 100%, .6);
}

.topic-list {
	background: #f7f8f9;
	padding-bottom: 60px;
}

.topic-pannel {
	padding-top: 40px;
}

.topic-pannel h2 {
	color: #0092de;
}

.topic-list-desc {
	font-size: 16px;
}

.topic-list-nav {
	margin-top: 30px;
	height: 40px;
}

.topic-list-nav li {
	padding: 6px 30px;
	background: #FFF;
	float: left;
	border: 1px solid #e6e6e6;
	margin: 0 20px 0px 0;
	cursor: pointer;
	float: left;
}

.topic-list-nav li.active {
	background: #0092de;
	color: #FFF;
}

.topic-list-box,
.topic-list-pannel {
	margin-top: 20px;
}

.topic-list-con {
	width: 102%;
	overflow: hidden;
}

.topic-list-item {
	display: none;
}

.topic-list-con li {
	overflow: hidden;
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 40px;
	height: 420px;
}


.topic-list-img {
	margin-right: 20px;
	width: 280px;
}

.topic-list-info {
	background: #FFF;
	border-top: 1px solid #ccc;
	padding: 10px 20px;
}

.toppic-list-line {
	margin-bottom: 20px;
}

.topic-list-img img {
	width: 280px;
	height: 312px;
}

.topic-list-info strong {
	font-weight: normal;
	color: #0092de;
	font-size: 15px;
	display: block;
	height: 50px;
	margin-bottom: 10px;
}

.topic-hot {
	background: url(../images/topic-hot.jpg)no-repeat;
	height: 200px;
	background-size: 100%;
	margin-top: 20px;
	position: relative;
}

.topic-hot-show {
	padding: 20px 40px;
}

.topic-hot-show strong {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}

.topic-hot-desc {
	width: 66%;
	color: hsla(0, 0%, 100%, .5);
}

.btn-more {
	padding: 8px 40px;
	background: #0092de;
	color: #FFF;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 40px;
}

.topic-list-other {
	padding-bottom: 30px;
}

.topic-list-left {
	width: 280px;
	position: relative;
	float: left;
}

.topic-list-left img {
	width: 280px;
	height: 350px;
}

.topic-list-left strong {
	display: block;
	position: absolute;
	bottom: 20px;
	background: rgba(1, 8, 14, 0.5);
	width: 100%;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}

.topic-list-right {
	width: 900px;
	float: left;
	overflow: hidden;
}

.topic-list-right li {
	margin-left: 20px;
	width: 430px;
	float: left;
	margin-bottom: 10px;
}

.topic-list-right li strong {
	font-weight: normal;
	color: #0092de;
	font-size: 15px;
}

.right-img,
.right-info {
	float: left;
}

.right-img {
	width: 100px;
}

.right-img img {
	width: 100px;
	height: 110px;
}

.right-info {
	width: 320px;
	margin-left: 10px;
}

.right-info a {
	color: #0092de;
}

.right-info p {
	color: rgba(0, 0%, 100%, .6);
	margin-top: 5px;
}

.topic-sumbit {
	height: 160px;
	padding: 40px 0;
	background: url(../images/bot-bg.jpg)no-repeat;
	background-size: 100%;
	text-align: center;
}

.topic-sumbit p {
	margin-top: 20px;
}

.topic-sumbit p a {
	color: #0092de;
	display: inline-block;
	padding-right: 5px;
}

.btn-sumbit {
	padding: 4px 40px;
	background: #0092de;
	color: #FFF;
	display: inline-block;
	margin-top: 20px;
}

.more-product a {
	border: 1px solid #0092de;
	padding: 4px 30px;
	border-radius: 14px;
	color: #0092de;
	display: inline-block;
}

.mores{
	text-align: center;
	margin-top: 35px;
}

.mores a{
	padding: 6px 12px;
	border: 1px solid #999;
	display: inline-block;
	
}


.con {
	border-top: 1px solid #E5E5E5;
	background: #F5F5F5;
	padding-top: 40px;
	padding-bottom: 60px;
}

.sider-title {
	background: #0092de;
	color: #FFF;
	height: 40px;
	line-height: 40px;
}

.sider-title h2 a {
	color: #FFF;
}

.sider-title h2 {
	font-size: 16px;
	font-weight: normal;
	background: url(../images/ico-bg.png)no-repeat;
	background-position: -358px -1px;
	padding-left: 33px;
}

.sider-nav-item {
	border: 1px solid #E5E5E5;
	border-top: 0;
	overflow: hidden;
	padding: 10px;
	background: #FFF;
}

.sider-nav-item li {
	float: left;
	width: 45%;
	margin-bottom: 10px;
}

.sider-nav-item li a {
	color: #333;
}

.sider-recomm {
	padding: 20px 10px;
	text-align: center;
	position: relative;
	border-top: 1px solid #0092de;
}

.sider-recomm a {
	display: block;
}

.sider-recomm p {
	color: #454545;
}

.sider-recomm img {
	width: 200px;
	margin-bottom: 10px;
}

.sider-hot {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 0;
	left: 0;
	display: inline-block;
	background: url(../images/ico-bg.png)no-repeat;
	background-position: -206px -7px;
}

.shop_top h1 {
	border-bottom: 1px solid #0092de;
	padding-left: 10px;
	font-weight: normal;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}

.filter {
	padding: 20px 20px 10px 10px;
}

.filter dl {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}

.filter dt {
	color: #999;
	float: left;
	width: 40px;
}

.filter dd {
	float: left;
	width: 820px;
}

.filter dd a {
	color: #333;
	width: 110px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}

.filter dd a.select {
	background: #0092de;
	color: #FFF;
	border-radius: 3px;
}

.filter dd a.on {
	color: #0092de;
	font-weight: bold;
}

.shop_screen {
	padding: 10px 0px 30px 20px;
}

.gurid {
	height: 34px;
	line-height: 34px;
	color: #0092de;
	border-bottom: 1px solid #E6E6E6;
	margin-right: 20px;
}

.shop_item li {
	width: 271px;
	float: left;
	border: 1px solid #E6E6E6;
	margin: 20px 20px 20px 0px;
}

.shop_img img {
	width: 271px;
	height: 271px;
}

.shop_info {
	padding: 10px 10px;
	background: #F7F8FB;
	height: 180px;
}

.shop_info a.shop_title {
	color: #333;
	font-size: 16px;
	min-height: 50px;
	display: block;
}

.shop_info p {
	margin-top: 3px;
}

.shop_info p.shop_chara span {
	color: #999;
	margin-right: 10px;
}

.shop_info p.shop_eva {
	overflow: hidden;
}

.star {
	background: url(../images/ico-bg.png)no-repeat;
	width: 70px;
	background-position: -284px -90px;
	height: 20px;
	display: inline-block;
	float: left;
}

.star i {
	width: 100%;
	height: 100%;
	background: url(../images/ico-bg.png)no-repeat;
	background-position: -284px -70px;
	display: inline-block;
}

.shop_like {
	float: right;
}

.shop_card {
	overflow: hidden;
}

.shop_prices {
	color: #ff6600;
	font-size: 18px;
}

.shop_prices {
	margin-right: 5px;
}

.shop_prices i {
	font-size: 14px !important;
}

.shop_old_prices {
	color: #999;
	text-decoration: line-through;
}

.shop_tag {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	height: 24px;
}

.shop_tag span {
	padding: 1px 9px;
	border-radius: 3px;
	margin-right: 4px;
}

.shop_tag span.act_free {
	border: 1px solid #ff6600;
	color: #ff6600;
}

.shop_tag span.act_diy {
	border: 1px solid #0092de;
	color: #0092de;
}

.page-box {
	margin-top: 10px;
	padding-right: 20px;
}

.pages {
	text-align: right;
	margin-top: 20px;
}

.pages li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	margin-right: 5px;
}

.pages li a {
	color: #454545;
}

.pages li.thisclass {
	border: 1px solid #0092de;
	color: #0092de;
}

.shop_other {
	padding: 10px 0 20px 10px;
	overflow: hidden;
}

.shop_other_tit {
	border-bottom: 1px solid #0092de;
}

.shop_other_item li {
	width: 166px;
	float: left;
	border: 1px solid #E6E6E6;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
	height: 210px;
}

.shop_other_item li img {
	width: 100%;
	height: 161px;
}

.services-opiton {
	border-bottom: 1px solid #656973;
	padding-bottom: 20PX;
	overflow: hidden;
}

.buy-sevices {
	background: #37405e;
	padding: 20px 0;
}

.buy-sevices li {
	float: left;
	width: 280px;
	margin-right: 20px;
}

.buy-sevices li:last-child {
	margin-right: 0;
}

.services-icon {
	color: #FFF;
	font-size: 26px;
}

.services-icon {
	width: 55px;
	height: 55px;
	border: 1px solid #FFF;
	border-radius: 50%;
	line-height: 55px;
	text-align: center;
	float: left;
}

.services-con {
	float: left;
	margin-left: 15px;
	line-height: 55px;
}

.services-con p.services-name {
	font-size: 16px;
	color: #FFF;
}

.services-con p.services-desc {
	color: hsla(0, 0%, 100%, 0.5);
}

/*详情*/
.detai-body {
	background: #F5f5f5;
	padding-bottom: 60px;
}

.crumbs {
	padding: 15px 0;
}

.crumbs a {
	color: #0092de;
}

.detail-l {
	width: 880px;
	margin-right: 20px;
	float: left;
}

.detail-r {
	width: 280px;
	float: left;
}

.detail-top {
	padding: 20px;
}

.detail-img {
	width: 280px;
	float: left;
}

.detail-txt {
	float: left;
	width: 540px;
	margin-left: 20px;
}

.detail-desc {
	color: #0092de;
}

.detail-img img {
	width: 280px;
}

.detail-services {
	overflow: hidden;
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
	margin-top: 40px;
}

.detail-services li {
	background: url(../images/ico-bg.png)no-repeat;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 160px;
	padding-left: 50px;
}

.detail-services li.services-one {
	background-position: -327px -160px;
}

.detail-services li.services-two {
	background-position: -327px -221px;
}

.detail-services li.services-three {
	background-position: -327px -279px;
}

.detail-services li.services-four {
	background-position: -327px -340px;
}

.detail-txt h1 {
	font-size: 18px;
	font-weight: normal;
}

.detail-prices {
	background: url(../images/prices.png)no-repeat;
	padding: 20px 30px;
}

.detail-prices {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

.detail-prices-today {
	color: #FF6600;
	font-size: 22px;
	float: left;
}

.detail-total {
	float: right;
}

.detail-chara dt,
.detail-chara dd {
	float: left;
}

.detail-chara dt {
	margin-right: 10px;
}

.detail-chara dd span {
	border: 1px solid #0092de;
	padding: 3px 10px;
	margin-right: 10px;
}

.detail-chara dd span a {
	color: #0092de;
}

.detail-buy {
	margin-top: 40px;
}

.detail-buy a {
	padding: 8px 30px;
	display: inline-block;
}

.detail-sumbit {
	border: 1px solid #0092de;
	background: #0092de;
	color: #FFF;
}

.detail-talk {
	border: 1px solid #0092de;
	color: #0092de;
	margin-left: 20px;
}

.detail-tel {
	color: #FF6600;
}

.detail-body {
	padding: 20px;
}

.detail-tab {
	height: 40px;
	border-bottom: 1px solid #E6E6E6;
}

.detail-tab li {
	float: left;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
	padding: 2px 5px;
	border-radius: 3px;
}

.detail-tab li.on {
	background: #0092de;
	color: #FFF;
}

.detail-tab li.detail-doc {
	float: right;
}

.detail-item {
	margin-bottom: 20px;
}

.detail-list-img img {
	width: 100%;
}

.detail-item h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0092de;
	margin-bottom: 10px;
}

.detail-item h3 {
	font-size: 15px;
}

.detail-body-box {
	margin-top: 20px;
}

.detail-size {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}

.detail-size dt {
	background: #F7F8FB;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #E5E5E5;
}

.detail-size li {
	padding-left: 100px;
	border-bottom: 1px solid #E6E6E6;
	line-height: 30px;
}

.detail-size em {
	width: 120px;
	text-align: right;
	padding-right: 20px;
	display: inline-block;
	color: #999;
}

.detail-item table,
.join_body table {
	border: #E6E6E6 solid;
	border-width: 1px 0 0 1px;
	width: 100%;
	text-align: center;
}

.detail-item table tr,
.join_body table tr {
	height: 30px;
	line-height: 30px;
}

.detail-item td,
.join_body table td {
	border: #E6E6E6 solid;
	border-width: 0 1px 1px 0;
}

.table-header {
	background: #F7F8FB;
}

.table-header td {
	width: 20%;
}

.detail-option-list {
	font-weight: bold;
	background: #F7F8FB;
}

.is-true {
	color: #0092de;
}

.is-error {
	color: #999;
}

.detail-eva {
	border: 1px solid #E6E6E6;
}

.detail-eva-total {
	padding: 20px;
}

.detail-eva-mark {
	width: 70px;
	float: left;
}

.detail-eva-mark p {
	text-align: center;
}

.detail-eva-mark strong {
	color: #0092de;
	font-size: 22px;
}

.detail-eva-tag {
	width: 680px;
	margin-left: 40px;
	float: left;
	overflow: hidden;
}

.detail-eva-tag li {
	width: 80px;
	text-align: center;
	border: 1px solid #0092de;
	padding: 1px 10px;
	float: left;
	border-radius: 5px;
	margin-right: 20px;
	color: #0092de;
}

.detail-eva-tag li.on {
	background: #0092de;
	color: #FFF;
}

.detail-eva-con li {
	border-top: 1px solid #E5E5E5;
	margin: 20px;
	padding: 20px 0 0 0;
}

.detail-eva-con span {
	margin-right: 20px;
}

.detail-eva-id {
	color: #0092de;
}

.detail-eva-time {
	color: #999;
}

.detail-eva-txt {
	margin-top: 10px;
}

.detail-faq strong {
	background: #F7F8FB;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 20px;
	display: block;
}

.detail-faq p {
	padding: 20px;
}

.detail-arc {
	padding: 20px;
	background: #F7F8FB;
}

.detail-arc li {
	width: 50%;
	float: left;
	height: 34px;
	line-height: 34px;
}

.detail-arc li i {
	width: 4px;
	height: 4px;
	background: #0092de;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.detail-arc li a {
	color: #333;
}

.detail-contact {
	padding: 20px 20px 0px 20px;
}

.model-line {
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

.detail-contact dl {
	margin-top: 10px;
}

.detail-contact dt {
	float: left;
	font-weight: bold;
	width: 80px;
}

.detail-contact dd {
	float: left;
	color: #666;
	width: 160px;
}

.detail-contact dd a {
	color: #333;
}

.detail-waring {
	padding: 10px 0;
}

.detail-waring p {
	background: #F7F8FB;
	padding: 10px;
}

.detail-alike {
	padding: 10px 20px;
}

.detail-alike-item img {
	width: 240px;
	height: 240px;
}

.detail-alike-item p {
	text-align: center;
}

.detail-alike-item li {
	border-bottom: 1px dotted #F7F8FB;
	padding-bottom: 10px;
}

.detail-alike-item li a {
	color: #454545;
}

/**/
.plan-l {
	width: 190px;
	float: left;
	margin-right: 20px;
	padding: 20px;
}

.plan-nav dt {
	color: #bbb;
	margin-bottom: 10px;
	font-size: 16px;
}

.plan-nav dt a {
	color: #0092de;
}

.plan-nav dd {
	padding-left: 10px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.plan-nav dd a {
	display: block;
	color: #454545;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	background: url(../images/ico-bg.png)no-repeat right center;
	background-position: 160px -135px;
	width: 100%;
}

.plan-r {
	width: 890px;
	float: left;
	padding: 20px;
}

.plan-info {
	float: left;
	width: 500px;
	max-width: 100%;
}

.plan-img {
	float: right;
	width: 380px;
	max-width: 100%;
}

.plan-img img {
	width: 380px;
	/* height: 252px; */
	max-width: 100%;
}

.btn-plan {
	padding: 8px 30px;
	background: #0092de;
	color: #FFF;
	display: inline-block;
	margin-top: 30px;
}

.plan-tab {
	border-top: 2px solid #E5E5E5;
	height: 44px;
	border-bottom: 1px solid #F7F8FB;
	margin-top: 30px;
}

.plan-tab li {
	float: left;
	margin-right: 30px;
	padding: 10px 30px;
	position: relative;
	cursor: pointer;
}

.plan-tab li.current:before {
	content: "";
	position: absolute;
	height: 2px;
	background: #0092de;
	width: 100%;
	top: -2px;
	left: 0;
}

.plan-tab li.current:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0092de;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -6px;
}

.plan-box {
	margin-top: 20px;
}

.plan-item {
	margin-bottom: 20px;
}

.plan-item img {
	display: block;
	max-width: 100%;
	height: auto !important;
}

.plan-item dl,
.plan-adv {
	margin-top: 10px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}

.plan-item h2 {
	font-size: 18px;
	font-weight: normal;
	font-weight: bold;
}

.plan-item h3 {
	font-size: 16px;
	color: #0092de;
	font-weight: normal;
}

.plan-item p strong {
	padding-right: 10px;
}

.plan-item p {
	margin-bottom: 10px;
}

.plan-item p a {
	color: #0092de;
	padding: 0 5px;
}

.plan-photo img {
	max-width: 100%;
	margin-bottom: 10px;
}

.plan-adv {
	overflow: hidden;
	padding: 10px 0;
}

.plan-adv-ico {
	background: url(../images/plan01.png) no-repeat left top;
}

.plan-adv li {
	padding-left: 50px;
	margin-bottom: 20px;
}

.plan-pro {
	margin-top: 20px;
	overflow: hidden;
}

.plan-pro li {
	width: 205px;
	float: left;
	margin-right: 20px;
	border: 1px solid #E5E5E5;
}

.plan-pro li:last-child {
	margin-right: 0;
}

.plan-pro li img {
	width: 205px;
	height: 230px;
}

.plan-pro li p {
	color: #454545;
	padding: 10px 20px;
}

.plan-case li {
	width: 413px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.plan-case li:last-child {
	margin-right: 0;
}

.plan-case {
	overflow: hidden;
	margin-top: 10px;
	padding-top: 10px;
	width: 105%;
}

.plan-case-img,
.plan-case-info {
	display: table-cell;
	vertical-align: middle;
}

.plan-case-img {
	padding-right: 20px;
	width: 120px;
}

.plan-case-img img {
	width: auto;
	max-height: 80px;
	max-width: 120px;
}

.plan-case-info {
	width: 270px;
}


.plan-case-mete {
	color: #999
}

/*video*/
.top-cell3 {
	margin-top: 30px;
	width: 102%;
}

.top-cell3 li {
	position: relative;
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.top-cell3 li span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: url(../images/video-play.png)no-repeat;
	margin-top: -25px;
	margin-left: -25px;
	display: none;
}

.top-cell3 li:hover img {
	opacity: 0.8;
}

.top-cell3 li img {
	width: 380px;
	height: 250px;
}

.top-more {
	text-align: center;
}

.top-more a {
	padding: 4px 30px;
	background: #0092de;
	color: #fff;
	display: inline-block;
}

.video-box {
	width: 930px;
	float: left;
}

.video-con {
	background: #000;
	padding: 10px 10px;
}

.video-info {
	background: #FFF;
	padding: 10px 20px;
	margin-top: 20px;
}

.video-info h1 {
	font-size: 30px;
	font-weight: normal;
	float: left;
}

.video-top strong {
	float: right;
	color: #999;
	margin-top: 14px;
	font-weight: normal;
}

.video-top {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

.video-tags {
	margin-top: 20px;
	color: #0092de;
	margin-bottom: 20px;
}

.video-tags span {
	padding: 1px 10px;
	border-radius: 10px;
	border: 1px solid #0092de;
	margin-right: 10px;
}

.video-txt h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

.video-txt p {
	margin-bottom: 10px;
}

.video-other {
	margin-left: 20px;
	float: left;
	width: 190px;
	background: #FFF;
	padding: 20px;
}

.video-next {
	margin-bottom: 20px;
}

.video-next a {
	color: #0092de;
}

.video-item li {
	margin-top: 20px;
}

.video-item li img {
	width: 190px;
	margin-bottom: 10px;
}

.video-item li p {
	color: #454545;
}

.list-video-img img {
	width: 285px;
	height: 180px;
}

.list-video-title h1 {
	border-bottom: 1px solid #E5E5E5;
}

.list-video-item {
	overflow: hidden;
	width: 104%;
}

.list-video-item li {
	margin-top: 20px;
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.list-video-txt {
	border: 1px solid #E5E5E5;
	border-top: 0;
	padding: 10px;
}

.list-video-txt strong {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.list-video-txt p span {
	border: 1px solid #0092de;
	color: #0092de;
	padding: 1px 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.list-video-desc {
	color: #999;
}

.list-video-tag {
	margin: 10px 0;
	background: #F7F8FB;
	padding: 10px;
}

.list-video-chara {
	color: #999;
}

/**/
.activity_box {
	padding: 40px 0 60px 0;
}

.activity_tabs {
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-right: 0;
}

.activity_tabs li {
	float: left;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid transparent;
	background: #F7F8FB;
	padding: 8px 0px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.activity_tabs li.active {
	background: #FFF;
	border-bottom: 1px solid #0092de;
}

.activity_tabs li.active:after {
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #0092de;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}

.activity_list {
	margin-top: 30px;
}

.activity_item {
	overflow: hidden;
	width: 102%;
}

.activity_item li {
	padding: 20px;
	width: 338px;
	border: 1px solid #E5E5E5;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	height: 200px;
}

.activity_item li p.activity_desc {
	color: #999;
	margin: 10px 0 20px 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 70px;
}

.activity_item li a {
	background: #0092de;
	color: #FFF;
	padding: 3px 15px;
}

.activity_item li p span {
	margin-left: 5px;
	color: #FF6600;
}

.activity_nav_pannel {
	background: #7532d2;
}

.activity_nav {
	position: relative;
	padding: 5px 0;
}

.activity_logo {
	width: 110px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/activity_logo.png)no-repeat;
	background-size: 100%;
	color: #FFF;
	text-align: center;
	padding: 0px 10px;
}

.activity_logo h1 {
	font-size: 20px;
	font-weight: normal;
}

.activity_option {
	margin-left: 140px;
}

.activity_option li {
	float: left;
	margin-right: 30px;
	width: 180px;
	text-align: center;
}

.activity_option li a {
	color: #FFF;
	font-size: 14px;
}

.activity_option li span {
	color: #FFF;
	font-size: 16px;
	display: block;
}

.activity_time {
	float: right;
	background: #FFF;
	padding: 2px 20px;
	border-radius: 14px;
	margin-top: 10px;
}

.activity_time span em {
	color: #FF8E00;
}


.activity_body {
	background: #aa16da;
}

.activity-con {
	padding: 20px 0 40px 0;
}

.activity_title {
	text-align: center;
}

.activity_title h2 {
	color: #FFF;
	position: relative;
}

.activity_title p {
	color: #FFF;
}

.activity_hot {
	margin-top: 30px;
	width: 102%;
}

.activity_hot li {
	float: left;
	margin-right: 20px;
	width: 280px;
	margin-bottom: 30px;
}

.activity_hot_top {
	padding: 9px 20px;
	background: url(../images/hot_bg.png)no-repeat;
	background-size: 100%;
	min-height: 100px;
}

.activity_hot_top strong {
	font-size: 18px;
}

.activity_hot_top p {
	color: #999
}

.activity_size {
	font-size: 16px;
	box-shadow: 0px 3px 8px #EEE;
}

.activity_other {
	background: #FFF;
}

.activity_size {
	padding: 10px 20px;
	margin-bottom: 10px;
}

.activity_other i {
	width: 3px;
	height: 3px;
	display: inline-block;
	background: #FF6600;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -4px;
}

.activity_adv {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
}

.activity_prices {
	border-top: 1px solid #E5E5E5;
	background: #FFF;
	padding: 10px 20px;
}

.activity_tag span {
	padding: 1px 9px;
	border: 1px solid #bbb;
	color: #bbb;
	border-radius: 4px;
}

.activity_prices p.pre_prices {
	color: #0092de;
	font-weight: bold;
	font-size: 20px;
}

.activity_prices p.pre_prices i {
	color: #0092de;
	font-size: 14px;
	font-weight: normal;
	padding-right: 5px;
}

.activity_prices p.pre_prices span {
	color: #999;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
}

.activity_prices p.cost_prices i {
	background: #0092de;
	color: #FFF;
	padding: 2px 4px;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 10px;
}

.activity_prices p.cost_prices {
	color: #999;
}

.activity_buy {
	padding: 10px 0;
	text-align: center;
	background: #0092de;
}

.activity_buy a {
	color: #FFF;
	display: block;
	font-size: 16px;
}

.activity_img img {
	width: 280px;
	height: 310px;
}

.activity_tit {
	text-align: center;
	font-size: 16px;
	height: 56px;
}

.activity_list_type {
	margin-top: 30px;
}

.activity_list_type h3 {
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid #fFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

.activity_ad {
	background: #7532D2;
	padding: 40px 0;
}

.activity_all {
	margin-top: 30px;
	width: 102%;
}

.activity_all_l {
	width: 380px;
	float: left;
}

.activity_all li {
	width: 540px;
	margin-right: 20px;
	float: left;
	margin: 0 20px 30px 0;
	background: url(../images/all_bg.png)no-repeat;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	background-size: 100%;
}

.activity_all_tag span {
	background: #FFF;
	color: #0092de;
	margin-right: 20px;
	padding: 2px 10px;
	border-radius: 5px;
	display: inline-block;
}

.activity_all_l h3 {
	margin-bottom: 20px;
}

.activity_all_r {
	float: right;
	width: 140px;
}

.activity_all_r a {
	padding: 6px 30px;
	border-radius: 15px;
	background: #0092de;
	color: #FFF;
	line-height: 60px;
}

.activity_btn {
	text-align: center;
	margin-top: 20px;
}

.activity_btn a {
	background: #FFF;
	color: #0092de;
	padding: 8px 40px;
	border-radius: 5px;
	display: inline-block;
}

/**/
.send-l {
	width: 840px;
	float: left;
	margin-right: 20px;
	padding: 10px 20px;
	background: url(../images/retailer-logos.png) no-repeat right center #FFF;
	background-size: 40%;
}

.send-title {
	margin-bottom: 10px;
}

.send-option {
	margin-top: 30px;
}

.send-option li {
	margin-bottom: 20px;
}

.send-option li label {
	width: 100px;
	display: inline-block;
}

.send-option input[type=text] {
	width: 360px;
	height: 22px;
	padding: 4px 10px;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	vertical-align: text-bottom;
}

.send-form li.send-check {
	overflow: hhidden
}

.send-form li.send-check input[type=checkbox] {
	vertical-align: text-bottom;
	zoom: 120%;
	margin-right: 5px;
}

.send-form li.send-check label {
	float: left;
}

.send-form li label em {
	color: #FF6600;
	padding-left: 3px;
}

.send-form li.send-check div {
	float: left;
	margin-right: 30px;
}

.send-txt label {
	display: table-cell;
	vertical-align: top;
}

.send-txt textarea {
	display: table-cell;
	vertical-align: top;
	width: 358px;
	height: 72px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	padding: 4px 10px;
}

.send-btn input[type=submit] {
	background: #0092de;
	color: #FFF;
	border: 0;
	height: 34px;
	text-align: center;
	width: 380px;
	margin-left: 100px;
	cursor: pointer;
}

.send-waring {
	width: 480px;
	margin-top: 10px;
}

.send-waring em {
	color: #0092de;
	padding: 0 5px;
}

.send-step {
	margin-top: 30px;
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
}

.send-step-item {
	margin-top: 20px;
	overflow: hidden;
}

.send-step-item li {
	float: left;
	text-align: center;
	position: relative;
	margin-right: 60px;
}

.send-step-item li span {
	border: 1px solid #E5E5E5;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	display: inline-block;
	color: #999;
}

.send-step-item li em {
	font-size: 18px;
	padding: 0 5px;
}

.send-step-item p {
	font-size: 14px;
	color: #0092de;
}

.send-r {
	width: 240px;
	float: left;
	padding: 10px 20px;
}

.send-logo img {
	width: 120px;
}

.send-other {
	margin-top: 20px;
}

.send-contact {
	margin-top: 20px;
}

.send-contact a {
	color: #0092de;
}

/**/
.plan_box {
	padding: 20px 0 40px 0;
}

.plan_list {
	width: 102%;
	overflow: hidden;
	margin-top: 30px;
}

.plan_list li {
	width: 238px;
	border: 1px solid #dadce0;
	padding: 20px 20px;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	height: 220px;
}

.plan_list li img,
.list-plan li img {
	/* width: 60px; */
	height: 60px;
}

.plan_info strong,
.list-plan strong {
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.plan_info p,
.list-plan p {
	height: 70px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.plan_list a,
.list-plan a {
	color: #0092de;
	display: inline-block;
	margin-top: 18px;
}

.plan_list a:after,
.list-plan a:after {
	content: ">>";
	padding-left: 5px;
}

.list-plan {
	margin-top: 30px;
	width: 103%;
}

.list-plan li {
	width: 240px;
	border: 1px solid #dadce0;
	padding: 20px 20px;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	height: 220px;
}

/**/
.case_adv {
	background: #F7F8FB;
	padding: 40px 0;
}

.case_adv_item li {
	width: 269px;
	float: left;
	border-right: 1px solid #E6E6E6;
	padding: 0px 60px;
}

.case_adv_item li:first-child {
	padding-left: 0 !important;
	width: 319px;
}

.case_adv_item li:last-child {
	border-right: 0;
}

.case_adv_item li strong {
	font-size: 40px;
	font-weight: normal;
}

.case_box {
	padding: 40px 0 80px 0;
}

.case-tabs li {
	float: left;
	font-size: 16px;
	padding: 10px 20px;
}

.case-tabs {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}

.ca-box {
	margin-top: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.ca-list {
	text-align: center;
	position: relative;
}

.ca-list li {
	display: inline-block;
	padding: 5px 20px;
	margin-right: 5px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.ca-list li.active {
	color: #0092de;
}

.ca-list li.active:after {
	content: "";
	width: 50%;
	height: 2px;
	background: #0092de;
	position: absolute;
	bottom: 0;
	left: 25%;
}

.ca-list-box {
	margin-top: 30px;
}

.ca-list-item {
	width: 102%;
	overflow: hidden;
}

.ca-list-item li {
	float: left;
	width: 238px;
	border: 1px solid #D7D8D8;
	background: #FFF;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.ca-list-item li img {
	max-height: 100%;
}

.case-img {
	height: 60px;
}

.ca-list-item li a strong {
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #454545;
}

.ca-list-item li p {
	color: #999;
}

.case_video {
	margin-top: 30px;
	overflow: hidden;
}

.case_video li {
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.case_video li:last-child {
	margin-right: 0;
}

.case_video_img img {
	width: 100%;
}

.case_video_info {
	border: 1px solid #E5E5E5;
	border-top: 0;
	padding: 10px 20px;
}

.case_video_info p {
	color: #999;
}

.case_video_name {
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
}

.case_video_name span {
	float: left;
	margin-right: 20px;
}

.case_video_ico img {
	width: 40px
}

.case_video_com {
	font-size: 16px;
}

.case-show-item li {
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
}

.case-show-img {
	width: 178px;
	float: left;
	border: 1px solid #D7D8D8;
	height: 80px;
	padding: 10px 20px;
}

.case-show-img img {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.case-show-info {
	float: left;
	margin-left: 20px;
	width: 650px;
}

.case-show-info strong {
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}



.case-show-info p {
	color: #454545;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.case-show-info p span.case-tag-name {
	color: #999;
}

.case-show-info p span.case-tag {
	color: #454545;
	margin-right: 20px;
}

.model-planel {
	margin-top: 10px;
}

.model-planel h3 {
	font-size: 16px;
	padding-left: 14px;
	display: inline-block;
}

.model-planel dt {
	height: 34px;
	line-height: 34px;
}

.model-planel dt i {
	width: 6px;
	height: 6px;
	background: #0092de;
	display: inline-block;
	position: relative;
	top: -2px;
}

.model-planel dd {
	border: 1px solid #E5E5E5;
	margin-top: 10px;
	padding: 10px 0;
}

.model-planel dd a {
	/* width: 199px; */
	color: #454545;
	display: inline-block;
	margin: 0px 0 0px 20px;
	height: 32px;
	line-height: 32px;
}


.ca-ico {
	margin: 10px 20px;
}

.ca-ico img {
	width: 100%;
}

.ca-chara {
	border-top: 1px solid #ddd;
	padding: 10px 20px 0 20px;
}

.ca-chara li {
	height: 30px;
}

.ca-chara li span {
	font-weight: bold;
	padding-right: 10px;
	width: 50px;
}

.ca-chara li a {
	color: #0092de;
}

.ca-pro {
	padding: 0 20px;
}

.ca-pro dt {
	font-weight: bold;
	float: left;
	width: 50px;
	height: 30px;
}

.ca-pro dd {
	float: left;
	width: 140px;
}

.ca-pro dd a {
	color: #0092de;
	width: 100%;
	display: block;
	height: 30px;
	overflow: hidden;
}

.c-alike-case {
	border: 1px solid #E5E5E5;
	padding: 20px;
}

.c-alike-case dt {
	font-weight: bold;
}

.c-alike-case {
	overflow: hidden;
}

.c-alike-case li {
	width: 50%;
	float: left;
	margin-top: 10px;
}

.c-alike-case li:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #0092de;
	display: inline-block;
	margin-right: 5px;
	vertical-align: 3px;
}

.c-alike-case li a {
	color: #0092de;
}

/**/
.c-body {
	border-top: 1px solid #E5E5E5;
	box-shadow: inset 0 0 5px #c7c7c7;
	padding: 40px 0 40px 0;
}

.c-l {
	width: 228px;
	background: #FFF;
	float: left;
	margin-right: 20px;
	padding: 10px 0;
	border: 1px solid #E6E6E6;
	border-top: 1px solid #0092de;
}

.c-menu-back {
	padding: 0px 20px;
}

.c-menu-back a {
	color: #454545;
}

.c-menu-title {
	font-size: 18px;
	padding: 20px 10px 10px 20px;
	border-bottom: 1px solid #E5E5E5;
}

.c-menu-title a {
	color: #454545;
}

.c-menu {
	margin-top: 10px;
	border-top: 1px solid #E6E6E6;
}

.c-menu dt {
	padding-left: 32px;
	height: 28px;
	position: relative;
	margin-top: 20px;
}

.c-menu dt a {
	color: #000;
}

.c-menu dt:before {
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #999;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 20px;
}

.c-menu dd {
	padding-left: 46px;
}

.c-menu dd a {
	display: block;
	width: 100%;
}

.c-menu-item li {
	height: 28px;
	line-height: 28px;
}

.c-menu-item li a {
	color: #454545;
}

.c-r {
	width: 890px;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: calc(100% - 300px);
}

.ad-banner {
	max-width: 100%;
	margin-bottom: 20px;
}

.c-con {
	border-bottom: 1px solid #E5E5E5;
}

.c-con td {
	box-sizing: border-box;
	padding: 10px;
}

.c-con a {
	color: #0092de;
}

.c-con h1,
.join_txt h1 {
	font-size: 34px;
	font-weight: normal;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 20px;
}

.c-con h3,
.join_txt h3 {
	font-size: 21px;
	font-weight: normal;
}

.c-con p,
.join_body p {
	line-height: 1.8;
	margin-bottom: 10px;
}

.c-con strong {
	font-size: 16px;
}

.c-con b {
	font-size: 16px;
}

.next-pre li {
	float: left;
	width: 50%;
}

.next-pre {
	margin-top: 20px;
	margin-bottom: 20px;
}

.next-pre li a {
	color: #454545;
}

.next-pre li:first-child:before {
	content: '<';
	padding-right: 5px;
}

.next-pre li:last-child:after {
	content: '>';
	padding-left: 5px;
}

.c-alike {
	border: 1px solid #E5E5E5;
	padding: 20px;
}

.c-alike dt {
	font-weight: bold;
}

.c-alike-item {
	min-height: 100px;
	overflow: hidden;
	width: 400px;
	float: left;
	margin-right: 20px;
}

.c-alike-item li {
	margin-top: 10px;
}

.c-alike-item li:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #0092de;
	display: inline-block;
	margin-right: 5px;
	vertical-align: 3px;
}

.c-alike-item li a {
	color: #0092de;
}

.contact_option {
	padding-bottom: 40px;
	margin-top: 20px;
}

.contact_option li {
	height: 30px;
	line-height: 30px;
}

.contact_option li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

/**/
.join-step {
	position: relative;
	margin-top: 30px;
}

.join-line {
	height: 1px;
	border-bottom: 1px dashed #666;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.join-step-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.join-step-item li {
	float: left;
	width: 230px;
	text-align: center;
	position: relative;
}

.join-step-item li img {
	width: 80px;
	margin-bottom: 40px;
}

.circle {
	width: 10px;
	height: 10px;
	border: 4px solid #D0CDDB;
	background: #FFF;
	display: inline-block;
	position: absolute;
	bottom: 32px;
	left: 50%;
	border-radius: 50%;
	margin-left: -10px;
}

.join-type {
	margin-top: 30px;
	width: 102%;
	overflow: hidden;
}

.join-type li {
	width: 240px;
	margin-right: 20px;
	float: left;
	text-align: center;
	background: #FFF;
	padding: 20px;
}

.join-type li h2 {
	font-size: 20px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E5E5E5;
}

.join-type-img {
	margin: 20px auto;
	width: 80px;
	height: 80px;
	background: rgba(178, 218, 255, .7);
	border-radius: 50%;
	line-height: 80px;
}

.join-type-img img {
	width: 50px;
	height: 50px;
}

.join-btn {
	margin-top: 40px;
}

.join-btn a {
	border: 1px solid #0092de;
	color: #0092de;
	padding: 4px 0;
	display: inline-block;
	width: 100%;
}

.join-adv {
	margin-top: 30px;
}

.join-adv span {
	float: left;
	width: 50%;
	text-align: center;
}

.city_tab {
	margin-top: 30px;
	height: 34px;
	line-height: 34px;
}

.city_tab li {
	float: left;
	width: 5%;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.city_tab li.active:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #0092de;
	position: absolute;
	bottom: 0;
	left: 0;
}

.join_city_box {
	margin-top: 30px;
}

.join_city_list {
	overflow: hidden;
}

.join_city_l {
	width: 578px;
	margin-right: 20px;
	float: left;
	border: 1px solid #E5E5E5;
	text-align: center;
}

.join_city_r {
	width: 580px;
	float: left;
}

.join_city_r li {
	height: 30px;
}

.join_city_r li a {
	color: #0092de;
}

.join_city_r li span {
	float: right;
	color: #999;
}

.join_city_item {
	margin-bottom: 30px;
}

.city_list li {
	margin-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}

.city_list li a strong {
	font-size: 18px;
	color: #454545;
}

.city_tag {
	padding: 10px 0;
}

.city_tag i {
	padding: 0px 3px;
	border-radius: 2px;
	display: inline-block;
	color: #FFF;
	margin-right: 5px;
	min-width: 40px;
	text-align: center;
}

.city_tag_red {
	background: red;
}

.city_tag_grenn {
	background: green;
}

.city-filter dl {
	padding: 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

.city-filter dt {
	width: 40px;
	float: left;
	color: #999;
}

.city-filter dd {
	width: 850px;
	float: left;
}

.city-filter dd a {
	color: #454545;
	width: 60px;
	display: inline-block;
	text-align: center;
	height: 24px;
	border-radius: 3px;
}

.city-filter dd a.select {
	background: #0092de;
	color: #FFF;
}

.city_list li {
	overflow: hidden;
}

.city_list li p {
	margin-bottom: 5px;
}

.city_list_l {
	width: 400px;
	float: left;
}

.city_list_r {
	width: 420px;
	float: right;
	overflow: hidden;
}

.city_list_r img {
	width: 130px;
	height: 150px;
}

.city_list_pro {
	width: 130px;
	float: left;
	text-align: center;
	margin-left: 10px;
}

.city_list_pro a {
	display: inline-block;
	color: #454545;
}

.city_all {
	color: #0092de;
}

.city_all:after {
	content: ">>";
	padding-left: 5px;
}

.join_con {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
}

.city_talk {
	margin: 20px 0;
}

.city_talk a {
	padding: 4px 30px;
	background: #0092de;
	color: #fff;
}

.join_body {
	border-top: 1px solid #E5E5E5;
	padding-top: 10px;
}

.join_pro {
	overflow: hidden;
	margin: 10px 0;
	width: 104%;
}

.join_pro li {
	width: 206px;
	float: left;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.join_pro li p {
	color: #454545;
}

.join_pro li img {
	width: 206px;
	height: 228px;
}

.join_body table {
	margin-top: 10px;
	margin-bottom: 20px;
}

.join_buy a {
	padding: 2px 6px;
	background: #0092de;
	color: #FFF;
}

/**/
.help_box {
	margin-top: 30px;
	width: 102%;
	overflow: hidden;
}

.help_box li {
	width: 280px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.help_img img {
	width: 280px;
}

.help_info {
	border: 1px solid #E6E6E6;
	border-top: 0;
	padding: 60px 20px 20px 20px;
	position: relative;
	text-align: center;
}

.help_ico {
	position: absolute;
	top: -50px;
	left: 90px;
	height: 100px;
	width: 100px;
	box-shadow: 0 0 5px #999;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	background: #FFF;
}

.help_ico img {
	width: 50px;
	height: 50px;
}

.help_info h3 {
	font-size: 18px;
	font-weight: normal;
	color: #454545;
}

.help_box p {
	color: #999;
	margin-top: 10px;
}

.help_doc li {
	padding: 20px;
	background: #fff;
	width: 538px;
	float: left;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	margin-bottom: 30px;
	height: 120px;
}

.help_doc {
	margin-top: 30px;
	width: 102%;
}

.help_doc img {
	width: 60px;
	height: 60px;
	float: left;
}

.help_detail {
	float: left;
	width: 400px;
	margin-left: 20px;
}

.help_detail h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.help_detail p {
	display: -webkit-box;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #999;
}

.help_links {
	margin-top: 20px;
}

.help_links a {
	color: #454545;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #E5E5E5;
}

.help_links a:last-child {
	border-right: 0;
}

.contact_box li {
	width: 338px;
	padding: 20px;
}

.channel-name {
	padding: 40px 0;
}

.channel-name h1 {
	color: #FFF;
	font-size: 34px;
	font-weight: normal;
}

.channel-name p {
	color: #FFF;
}

.arc_list li {
	margin-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}

.arc_list li a h3 {
	font-size: 18px;
	font-weight: normal;
	color: #454545;
}

.arc_list li p {
	margin-bottom: 20px;
}

.arc_tags {
	margin: 10px 0;
}

.arc_tags span {
	color: #999;
	border: 1px solid #999;
	padding: 1px 5px;
	border-radius: 10px;
	margin-right: 20px;
}

.acr_chara em {
	color: #999;
	margin-right: 60px;
}

.footer {
	background: #37405e;
	padding: 20px 0;
	overflow: hidden;
}

.article,
.group {
	color: #FFF;
	float: left;
}

.article dt,
.foot_item dt {
	font-size: 16px;
}

.article li a,
.article li em,
.foot_item li a,
.foot_item li,
.pre-sale p,
.footer_links dd a,
.footer-tips a,
.tips a {
	color: hsla(0, 0%, 100%, .6);
}

.article li em {
	margin-right: 10px;
}

.group {
	margin-left: 70px;
	overflow: hidden;
}

.group dl {
	float: left;
	width: 170px;
}

.pre-sale {
	float: right;
	color: #FFF;
	margin-top: 30px;
}

.pre-sale h3 {
	font-size: 22px;
	font-weight: normal;
}

.msg {
	margin-top: 30px;
}

.msg img {
	width: 40px;
	margin-right: 20px;
}

.footer_links {
	border-top: 1px solid #656973;
	border-bottom: 1px solid #656973;
	margin: 30px 0;
	padding: 15px 0;
	overflow: hidden;
}

.footer_links dt {
	margin-right: 42px;
	float: left;
}

.footer_links dt a {
	color: #FFF;
}

.footer_links dd {
	float: left;
}

.footer_links dd a {
	margin-right: 42px;
	display: inline-block;
}

.footer-tips {
	color: #FFF;
	text-align: center;
}

.tips {
	text-align: center;
	margin-top: 20px;
}

.tips img {
	width: 15px;
	padding-right: 10px;
}

.c-txt img {
	display: block;
	max-width: 100%;
}



@media screen and (max-width:1440px) {

	.activity_tabs li {
		float: none;
	}

	.activity_tabs {
		display: flex;
	}

}


@media screen and (max-width:1280px) {

	.logo img {
		width: 120px;
		height: auto;
	}

	.tool a {
		font-size: 13px;
	}

	.nav {
		margin-left: 0;
	}

	.case.clearfix {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.case_con,
	.case_tab {
		float: none;
		width: auto;
		margin: 0;
	}

	.number-content {
		width: 25%;
	}

	.activity_item {
		width: 100%;
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.activity_item.hide {
		display: none !important;
	}


	.activity_item li {
		float: none;
		width: auto;
		margin: 0;
		padding: 15px;
	}

	.c-menu-title {
		font-size: 18px;
		padding: 20px 10px 10px;
	}

	.c-con h1,
	.join_txt h1 {
		font-size: 28px;
	}

	.plan-r {
		box-sizing: border-box;
		max-width: calc(100% - 250px);
	}

	.case-show-info {
		max-width: calc(100% - 240px);
	}

	.help_box,
	.help_doc {
		width: 100%;
		display: grid;
		gap: 30px;
	}

	.help_box {
		grid-template-columns: repeat(4, 1fr);
	}

	.help_doc {
		grid-template-columns: repeat(2, 1fr);
	}

	.help_box li,
	.help_doc li {
		width: auto;
		float: none;
		margin: 0;
		height: auto;
		box-sizing: border-box;
	}



	.help_img img {
		width: 100%;
	}

	.help_ico {
		left: 50%;
		transform: translateX(-50%);
		height: 70px;
		width: 70px;
		top: -35px;
		line-height: normal;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.help_ico img {
		width: 35px;
		height: auto;
	}

	.help_detail {
		max-width: calc(100% - 80px);
	}


}

.menu,
.mobile {
	display: none;
}

@media screen and (max-width:1024px) {

	.menu {
		width: 30px;
		height: 20px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		float: right;
		vertical-align: middle;
		margin-top: 15px;
	}

	.menu::before,
	.menu::after {
		content: '';
		width: 100%;
		height: 3px;
		background: #1156A5;
		position: absolute;
		left: 0;
		transition: .5s;
	}

	.menu.menuActive::before,
	.menu.menuActive::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.menu.menuActive::before {
		transform: rotate(45deg);
	}

	.menu.menuActive::after {
		transform: rotate(-45deg);
	}

	.menu::before {
		top: 0;
	}

	.menu::after {
		bottom: 0;
	}

	.menu p {
		width: 100%;
		height: 3px;
		background: #1156A5;
	}

	.menu.menuActive p {
		width: 0;
	}

	.clearfix.nav,
	.clearfix.tool {
		display: none;
	}

	.mobile {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		background: #fff;
		top: 60px;
		z-index: 39;
		display: none;
	}

	.mobile ul {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 5%;
	}

	.nav li {
		float: none;
		margin: 0 0 20px;
	}

	.nav a {
		font-size: 18px;
	}

	.tool a {
		font-size: 16px;
	}

	.case.clearfix {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.event .w {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.event a {
		width: auto;
		height: auto;
		box-sizing: border-box;
	}

	.activity_item {
		grid-template-columns: repeat(2, 1fr);
	}

	.c-l,
	.c-r,
	.plan-l,
	.plan-r {
		float: none;
		max-width: none;
		width: 100%;
		box-sizing: border-box;
	}

	.next-pre li a {
		font-size: 12px;
	}

	.c-menu-item {
		display: none;
	}

	.c-menu dt {
		margin-top: 5px;
	}

	.plan-nav dd {
		display: none;
	}

	.plan-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
	}

	.plan-nav dt {
		margin-bottom: 0;
		font-size: 14px;
		box-sizing: border-box;
	}

	.help_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.help_box {
		gap: 15px;
	}


	.help_doc {
		gap: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.help_doc li {
		width: 48%;
		margin: 0 0 15px;
	}

	.cl:after,
	.clearfix:after {
		display: none;
	}

	.sonNav a {
		display: block;
		margin: 0 0 5px;
		text-align: left;
		font-size: 16px !important;
		text-indent: 1em;
	}

	.sonNav {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		min-width: 100%;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
		z-index: 3;
		white-space: nowrap;
		display: block;
		box-shadow: none;
	}

}


@media screen and (max-width:768px) {

	.event .w {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.case_tab {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.case_tab li {
		width: auto;
		background: #FFF;
		box-shadow: 0 2px 5px #C0C0C0;
		float: none;
		padding: 20px 0;
		margin-left: 0;
		margin-bottom: 0;
		cursor: pointer;
		height: auto;
		text-align: center;
		box-sizing: border-box;
	}

	.number-txt {
		font-size: 20px;
	}



	.article,
	.group {
		display: none;
	}

	.pre-sale {
		float: none;
		width: 100%;
		margin: 0;
	}

	.activity_item {
		grid-template-columns: repeat(1, 1fr);
	}

	.activity_item li {
		height: auto;
	}

	.activity_tabs {
		overflow: auto;
	}

	.activity_tabs li {
		width: auto;
		white-space: nowrap;
		padding: 10px;
	}

	.c-l,
	.c-r {
		padding: 0;
	}

	.c-con h1,
	.join_txt h1 {
		font-size: 17px;
	}

	.c-con td {
		box-sizing: border-box;
		padding: 5px;
		font-size: 12px;
	}

	.c-con table {
		width: 100%;
	}

	.c-con table img {
		max-width: 100%;
		height: auto !important;
	}

	.plan-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 10px;
	}

	.plan-l,
	.plan-r {
		padding: 10px;
	}

	.list-plan li {
		width: 48%;
		border: 1px solid #dadce0;
		padding: 10px;
		position: relative;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
		box-sizing: border-box;
	}

	.list-plan {
		margin-top: 20px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.buy-sevices li {
		float: left;
		width: 280px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.services-icon {
		width: 55px;
		height: 55px;
		border: 1px solid #FFF;
		border-radius: 50%;
		line-height: 55px;
		text-align: center;
		float: left;
	}

	.services-icon {
		color: #FFF;
		font-size: 22px;
	}

	.plan_info strong,
	.list-plan strong {
		font-size: 16px;
		font-weight: normal;
		display: block;
		padding: 5px 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.plan_list li img,
	.list-plan li img {
		height: 60px;
		margin: 0 auto;
		display: block;
	}

	.btn-plan {
		margin: 20px 0;
	}

	.plan-tab {
		height: auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.plan-tab li {
		float: none;
		width: auto;
		margin: 0;
	}

	.case-show-img,
	.case-show-info {
		margin: 10px 0;
		width: auto;
		float: none;
		max-width: none;
	}

	.case-show-img img {
		display: block;
		margin: 0 auto;
	}

	.case-show-info strong {
		font-size: 16px;
	}

	.case_box {
		padding: 20px 0;
	}

	.help_doc li {
		width: 100%;
		margin: 0 0 15px;
	}

	.topic-sumbit p {
		margin-top: 20px;
		box-sizing: border-box;
		padding: 0 15px;
	}


	.topic-sumbit {
		background-size: cover;
	}

	.help_doc img {
		height: auto;
	}

	.arc_list li a h3 {
		font-size: 16px;
	}


	.acr_chara em {
		color: #999;
		margin-right: 40px;
	}

	.arc_list li p {
		margin-bottom: 10px;
		font-size: 12px;
	}



}