body {
	font-family: 'Microsoft YaHei',"serif","sans-serif","cursive","fantasy","monospace","Times New Roman","Georgia","Serif";
	font-size: 0.55467rem;
	/*color: #333;*/
	color: #9d9d9d;
	margin: 0;
}

h1, h2, h3, h4, h5, p, ul, li, div,a,menu,footer,nav,ol {
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box; }
a:hover, a:focus,a:visited,a{
	text-decoration: none;
	color: #9d9d9d;
}
a:hover {
    color: #3399cc;
}

.switchButton {
    width: 80%;
}
img {
	/*width: 100%;*/
	vertical-align: middle; }
.nav_container{
	overflow:hidden;
	padding: 30px 0;
	background-color: #fff;
	width:1200px;
	margin: auto;
}
.nav_log{
	float: left;
}
.nav_right{
	float: right;
	overflow: hidden;
}
.nav_list{
	width:705px;
}
.nav_list,.nav_member{
	float: left;
}
.nav_list li{
	float: left;
	width:14.2857%;
	text-align: center;
	position: relative;
}
.nav_list li a{
	padding: 14px 0px;
	display: inline-block;
	font-size: 15px;
	color: #333;
}
.nav_list li a.active{
	color: rgb(29,127,248);
	border-bottom:4px solid rgb(29,127,248);
}

.nav_member{
	padding: 7px 0;
	margin-left: 25px;
}
.nav_btn{
	line-height: 33px;
	width:100px;
	display: inline-block;
	text-align: center;
	border-radius: 16px;
}
.land{
	color: #fff;
	background-color: rgb(29,127,248);
}
.register{
	color:#999999;
	border-color: #999999;
	margin-left: 10px;
}
.banner .bannerSpot li{
	width:110px;
	height:4px;
	background-color: rgba(255,255,255,.6);
	border-radius: 0;
	border: none;
}
.content{
	width:1200px;
	margin:auto;
}
.banner .resBannerList li.res-first ul.carDetails li{
	position: static;
}
.banner .resBannerList li.res-first ul.carDetails{
	height:575px;
}
.banner .resBannerList{
	height:575px;
}
.banner .bannerSpot{
	bottom: 32px;
}
.banner .bannerList> li img{
	width: auto;
}
.banner .bannerSpot li{
	width:10px;
	height:10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
}
.banner .bannerSpot li.active {
	background: #fff;
	width:30px;
	height:10px;
	border-radius: 5px;
}
.banner .bannerList> li ol{
	position: static;
	width:auto;
}
.banner .bannerList> li li.o1{
	left:0;
}
.title h1{
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}
.chartop_list{
	width:1200px;
	margin: auto;
}
.chartop_list:after{
	content: '';
	display: block;
	clear: both;
}
.chartop_list li{
	float: left;
	margin-left: 20px;
	/*text-align: center;*/
	font-size: 18px;
}
.chartop_list li:first-child{
	margin-left: 0;
}
.chartop_title {
	display: block;
}
.chartop_list li a{
	color: #333;
	display: inline-block;
	padding: 5px 20px;
	line-height: 40px;
	height: 50px;
	text-align: center;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	background: #ededed;
	/*box-shadow: 0px 6px 10px #f1f1f1;*/
	border-radius:42px;
}

.chartop_list li a.active{
	background: #1D7FF8;

	color: #fff;
	background-size: 100% 100%;
	box-shadow: 0px 6px 10px #BDD9FD;
	position: relative;
}
.chartop_list li a.active .chartop_tip{
	display: block;
}
.chartop_tip{
	width:0;
	height: 0;
	display: none;
	position: absolute;
	bottom:-24px;
	left:50%;
	margin-left: -10px;
	border:12px solid transparent;
	border-top-color: #1D7FF8;
}
.title{
	padding: 60px 0;
	margin: 0;
}
.title img{
	width: auto;
}
.content_text{
	position: relative;
}
.text{
	color: #999;
	font-size: 24px;
	padding-top: 35px;
}
.content_text{

}
.desc_cray{
	font-size: 20px;
	padding: 25px 0 10px;
}
.desc_detail{
	font-size: 14px;
	color: #999;
	width:266px;
	margin: auto;
}
.desc_wrap{
	position: absolute;
	left:0;
	top:64px;
	width:100%;
	text-align: center;
}
.fissile_box{
	position: absolute;
	top:35px;
	width: 100%;
}
.content img{
	width:auto;
}
.fissile_text{
	margin-right: 30px;
	font-size: 22px;
}
.fissile_item01{
	padding-left: 700px;
}
.fissile_item02{
	padding-left: 800px;
	padding-top: 50px;
}
.fissile_item03{
	padding-left: 850px;
	padding-top: 50px;
}
.fissile_item04{
	padding-left: 800px;
	padding-top: 55px;
}
.fissile_item05{
	padding-left: 700px;
	padding-top: 50px;
}
.fissile_item06{
	padding-left: 90px;
	padding-top: 80px;
}
.fissile_text01,.fissile_gray{
	font-size: 18px;
}
.fissile_gray{
	color: #999;
}
.fissile_img:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
#content02,#content04{
	background-color: #f4f9fe;
}
.social_title{
	font-size: 22px;
	color: rgb( 55, 67, 183 );
	display: block;
	padding-top: 20px;
}
.detail_list{
	overflow: hidden;
	width:477px;
	float: left;
}
.detail_list li a{
	display: block;
	width:155px;
	height: 155px;
	text-align: center;
	padding: 35px 0 25px;
}
.detail_list li{
	float: left;
	padding: 0 6px 6px 0;
	background-color: #fff;
}
.detail_list li.nopace{
	padding-right: 0;
}
.detail_list li.nopace_bot{
	padding-bottom: 0;
}
.detail_list li:nth-child(odd) a{
	background-color:#e9f5ff ;
}
.detail_list li:nth-child(even) a{
	background-color:#d7ebfe;
}
.socialHide{
	display: none;
}
.detail_list{
	box-shadow: 2px 15px 10px #daebfc;
}
.content_detail{
	padding: 100px 0 55px;
	overflow: hidden;
}
.upTo{
	float: left;
	padding: 215px 125px;
}
.tip_detail{
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
}
.detail_list li.tip_text p{
	font-size: 14px;
	background: -webkit-linear-gradient(#7582fe 0%,#8591fe 100%);
	background: -o-linear-gradient(#7582fe 0%,#8591fe 100%);
	background: -moz-linear-gradient(#7582fe 0%,#8591fe 100%);
	background: linear-gradient(#7582fe 0%,#8591fe 100%);
}
.tip_detail img{
	margin-right: 6px;
	margin-top: -6px;
}
.detail_list li.tip_text{
	background: #fff;
	padding: 0;
	padding-bottom: 6px;
	width: 480px;
}
.detail_list li.tip_text.tip_text07,.detail_list li.tip_text.tip_text08,.detail_list li.tip_text.tip_text09{
	padding-bottom: 0;
}
.detail_list li.tip_text.tip_text07:hover,.detail_list li.tip_text.tip_text08:hover,.detail_list li.tip_text.tip_text09:hover{
	padding-bottom: 0;
}
.detail_list li:hover,.detail_list li.hoverShow{
	padding-bottom: 0;
}
.detail_list li:hover a,.detail_list li.hoverShow a{
	height:161px;
	background: -webkit-linear-gradient(#4d5dfd 0%,#7582fe 100%);
	background: -o-linear-gradient(#4d5dfd 0%,#7582fe 100%);
	background: -moz-linear-gradient(#4d5dfd 0%,#7582fe 100%);
	background: linear-gradient(#4d5dfd 0%,#7582fe 100%);
}
.detail_list li:hover .social_title,.detail_list li.hoverShow  .social_title{
	color: #fff;
}
.detail_list li:hover .socialHide,.detail_list li.hoverShow  .socialHide{
	display: inline-block;
}
.detail_list li:hover .socialShow,.detail_list li.hoverShow .socialShow{
	display: none;
}
.tip_text{
	display: none;
}
.detail_list li#detail_item01:hover ~  .tip_text.tip_text01{
	display: block;
}
.detail_list li#detail_item02:hover ~  .tip_text.tip_text02{
	display: block;
}
.detail_list li#detail_item03:hover ~  .tip_text.tip_text03{
	display: block;
}
.detail_list li#detail_item04:hover ~  .tip_text.tip_text04{
	display: block;
}
.detail_list li#detail_item05:hover ~  .tip_text.tip_text05{
	display: block;
}
.detail_list li#detail_item06:hover ~  .tip_text.tip_text06{
	display: block;
}
.detail_list li#detail_item07:hover ~  .tip_text.tip_text07{
	display: block;
}
.detail_list li#detail_item08:hover ~  .tip_text.tip_text08{
	display: block;
}
.detail_list li#detail_item09:hover ~  .tip_text.tip_text09{
	display: block;
}
.detail_list li.tip_text:hover{
	display: block;
	padding-bottom: 6px;
}
.phone_pattern{
	background: url('../image/phone_pattern.png') no-repeat;
	float: left;
	width: 270px;
	height:540px;
	overflow: hidden;
	padding: 65px 15px;
	text-align: center;
	position: relative;
}
.pattern_img img{
	width:245px;
}
.pattern_img,.pattern_right{
	height:100%;
	overflow: hidden;
}
.pattern_modal{
	position: absolute;
	top:65px;
	left:15px;
	right:15px;
	bottom: 65px;
	background: rgba(0,0,0,.5);
	padding-top:90px;
	display: none;
}
.pattern_text{
	font-size: 13px;
	color: #fff;
	padding-top: 13px;
}
.phone_pattern:hover .pattern_modal{
	display: block;
}
.pattern_right{
	display: none;
}
#phone_pattern1{
	display: block;
}
.description{
	display: none;
}
.description.active{
	overflow:hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.description_left,.description_right{
	float: left;
}
.description_left {
	background: url(../image/phone_pattern01.png) no-repeat;
	float: left;
	width: 234px;
	height: 485px;
	overflow: hidden;
	padding: 55px 9px;
	text-align: center;
	position: relative;
	flex-shrink: 0;
}
.description_img{
	width:100%;
	height:100%;
	overflow: hidden;
}
.description_img img{
	width:100%;
}
.description_title h2{
	font-size: 32px;
}
.description_right{
	margin-left: 122px;
}
.description_title span{
	display: block;
	width:40px;
	border-bottom: 2px solid #ccc;
	margin-top: 16px;
}
.description_text {
	font-size: 24px;
	margin-top: 16px;
	line-height: 35px;
	color: #999;
	width:570px;
}
.description_list{
	width:1200px;
	overflow: hidden;
	background: #fff;
}
.description_list li{
	width:33.333333%;
	float: left;
	height:290px;
	text-align: center;
	border:1px solid rgb(229,229,229);
	border-top: none;
	border-left: none;
}
.description_list li.bot{
	border-bottom: none;
}
.desc_modal{
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(29,127,248,0.8);
	display: none;
	line-height: 290px;
}
.desc_modal img{
	border-radius: 50%;
	width:180px;
	height:180px;
}
.desc_modal  .desc_code{
	width:200px;
	height:200px;
	padding: 8px;
	border-radius: 50%;
	background: #fff;
	line-height: 180px;
	text-align: center;
	margin:85px auto;
}
#content08 .case_detail img{
	margin-top: 0px;
}
.case_detail .case_code{
	width:195px;
	height:195px;
	margin: 30px auto;
	text-align: center;
	padding: 8px;
	background: #fff;
	border-radius: 50%;
	line-height: 177px;
}
.description_list li a{
	display: block;
	position: relative;
	text-align: center;
	border-right: none;
	padding: 20px 0;
	height:100%;
	color: #333;
}
.description_list li a:hover .desc_modal{
	display: block;
}
.desc_text{
	display: block;
	padding-top: 16px;
	color: #333;
	font-size: 20px;
}
.descHide{
	display: none;
}
.description_list li a:hover .desc_tip{
	display: block;
}
.description_list li a:hover .desc_text{
	color: #fff;
}
.description_list li a:hover .descShow{
	display: none;
}
.description_list li a:hover .descHide{
	display: inline-block;
}
.desc_tip{
	display: none;
	position: absolute;
	width:0;
	height:0;
	border:15px solid transparent;
	border-bottom-color:#6652ff;
	top:-30px;
	left:70px;
}
.features_text {
	font-size: 20px;
	color: #333;
	padding-top: 40px;
}
.features_list{
	overflow: hidden;
	padding: 100px 0 145px;
}
.features_list li{
	float: left;
	padding:10px;
}
.features_list li a{
	display: block;
	text-align: center;
	padding: 80px 0 50px;
	width:235px;
	height:280px;
	background: #fff;
}
.features_list li a:hover{
	box-shadow:0 0 50px #ceebfd;
}
.features_list li a:hover img{
	-webkit-animation: bounce 1s ease 1 0s both;
	animation: bounce 1s ease 1 0s both;
}
.case_list{
	overflow: hidden;
	padding: 0;
}
.case_list li{
	float: left;
	padding: 0px;
	padding-right: 60px;
	/*background: #f6f6f6;*/
	/*box-shadow: 0px 0px 50px #f6f6f6;*/
	margin: 0;
	margin-bottom: 60px;
}
.case_list li.nopad{
	padding: 0;
}
.case_list li a{
	display: block;
	border-radius: 10px;
	background: #fff;
	width:254px;
	height:254px;
	line-height: 254px;
	position: relative;
	text-align: center ;
	padding: 0 20px;
	border:1px solid #f6f6f6;
	box-shadow: 0px 0px 25px #f1f1f1;
}.case_list li a img{
	max-width: 100%;
 }
 .case_text{
	 font-size: 26px;
	 color: rgb(51,51,51);
	 display: block;
 }
.case_list li a:hover .case_detail{
	display: block;
}
.case_detail{
	position: absolute;
	background: rgba(0,0,0,.25);
	border-radius: 5px;
	text-align: center;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	display: none;
	line-height: 254px;
}
.case_detail img{
	width:205px;
	border-radius: 50%;
}
.contactNew{
	background:url("../image/contact_bg.png") no-repeat;
	height:330px;
	background-size: 100% 100%;
}
.havior{
	padding: 90px 0;
	overflow: hidden;
	text-align: center;
}
#content06{
	background: #f4f9fe;
}
.contact_formNew{
	overflow: hidden;
	width:945px;
	margin: auto;
}
.staty_list{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
}
.staty_list li{
	float: left;
	overflow: hidden;
	padding-left: 130px;
}
.staty_list li.nopad{
	padding-left: 0;
}
.staty_num {
	float: left;
	padding: 10px 44px;
	border:2px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-size: 32px;
}
.staty_right{
	float: left;
	padding-left: 10px;
}
.staty_tip{
	font-size: 16px;
	color: rgb(148,148,148);
	padding-top: 10px;
	display: block;
}
.staty_text{
	font-size:20px;
	color: #fff;
	display: block;
	padding-top: 2px;
}
.contact_formNew input{
	float: left;
	padding: 25px;
	line-height: 23px;
	font-size: 24px;
	background: #fff;
	border:none;
	border-radius: 4px;
	width:532px;
}
.contact_btnNew{
	width:289px;
	float: left;
	line-height: 74px;
	text-align: center;
	background: rgb(255,222,0);
	border-radius: 4px;
	color: rgb(24,25,33);
	font-size: 30px;
	margin-left: 72px;
}
.havior_btn{
	display: inline-block;
}
.havior_btn a{
	width:300px;
	line-height:70px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 34px;
	border-radius: 35px;
}
.havior_btn a.use_btn{
	background: #218cf9;
}
.havior_btn a.agent_btn{
	background: #6652ff;
}
#content07{
	background:#f8f8f8;
}
.introduce{
	overflow: hidden;
	padding: 60px 0;
}
.introduce_li{
	float: left;
}
.introduce_title{
	font-size: 20px;
	margin-bottom: 20px;
}
.introduce_text{
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.ftUl {
	text-align: center;
	overflow: hidden;
}

#content12 img{
	width:auto;
}
#content08{
	font-size: 14px;
}
#content08 img{
	width:auto;
}
#content08 a{
	font-size: 14px;
	color: #666;
}
.rcaver {
	position: fixed;
	right: 30px;
	top: 200px;
	z-index: 9999;
	box-shadow: 0px 0px 5px #e9eaee;
	text-align: center;
	border-radius: 35px;
}
#rcaver_ul{
	border:1px solid #bcc8ff;
	border-radius: 35px;
	background-color: #fff;
}
#rcaver_ul li{
	width:90px;
	padding: 0 12px;
}
#rcaver_ul li a{
	border-bottom: 1px solid #bcc8ff;
	color: #000;
	padding: 25px 0;
	display: block;
}
.sideHide{
	display: none;
}
#rcaver_ul li:hover{
	background: #6652ff;
}
#rcaver_ul li:hover .sideHide{
	display: inline-block;
}
#rcaver_ul li:hover .sideShow{
	display: none;
}
#rcaver_ul li:hover a{
	color: #fff;
	border-color:transparent;
}
#rcaver_ul li img{
	width:45px;
}
.sidetext{
	display: block;
	margin-top: 6px;
}
#rcaver_ul li:first-child{
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}
#rcaver_ul li:last-child{
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
#rcaver_ul li:last-child a{
	border:none;
}
.concern_img{
	width: 128px;
	padding: 15px;
	border-radius: 5px;
	background: #6652ff;
	position: absolute;
	left:140px;
	top:-15px;
	text-align: center;
}
#rcaver_ul li .concern_img img {
	width: 88px;
	height: 88px;
	display: inline-block;
}
.concern_img p {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
	letter-spacing: 2px;
}
.rcaver_li2{
	position: relative;
}
.rcaver_li2:hover .concern_img {
	left:-150px;
	transition: all 0.5s;
}
.concern_img:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 12px solid #6652ff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	top: 65px;
	right: -15px;
	transform: rotate(-93deg);
}

/*轻小店样式*/
.banner .resBannerList li.res-first ul li.c3 {
	margin-left: 0px;
	margin-top: 200px;
	width: auto;
	-webkit-animation: fadeInDown 2s 1s 1 linear both;
	animation: fadeInDown 2s 1s 1 linear both;
}
.characte_list{
	overflow: hidden;
	padding: 80px 0 100px;
	width:1200px;
	display: none;
}
.characte_list.active{
	display: block;
}
.characte_list li{
	float: left;
	margin-right: 100px;
	text-align: center;
	width:160px;
	/*padding: 38px 0 26px;*/
	padding-bottom:70px;
}
.characte_li{
	width:117px;
	height:117px;
	margin: 0 auto 15px;
	border-radius: 50%;
	line-height: 117px;
	background: rgba(29,127,248,0.1);
}
.characte_li img{
	width:auto;
}

.characte_list li:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.characte_list li.nopace{
	margin-right:0;
}
.characte_list li.pb0{
	padding-bottom: 0;
}
.characte_text{
	display: block;
	font-size:20px;
	padding-top:5px;
	height: 20px;
	line-height: 20px;
}
.characte_list li:hover{
	color: #2462ef;
	border-color: #2462ef;
}
.expery_list{
	padding: 0 0 60px;
}
.expery_list:after{
	content: '';
	display: table;
	clear: both;
}
.expery_list li{
	float: left;
	width:12.5%;
	position: relative;
	padding-bottom: 68px;
}
.expery_list li a{
	display: block;
	text-align: center;
	height:100px;
}
.expery_list li a:hover img{
	-webkit-animation: bounce 1s ease 1 0s both;
	animation: bounce 1s ease 1 0s both;
}
.expery_list li:hover .expery_up{
	display: block;
}
.expery_text{
	color: #333;
	font-size: 20px;
	display: block;
	text-align: center;
	padding-top: 13px;
}
.applicable{
	padding-bottom: 60px;
}
.applicable_list{
	overflow:hidden;
}
.applicable_list li{
	float:left;
	padding-right: 40px;
	text-align: center;
	padding-bottom: 40px;
}
.hcainfo_num{
	color: rgb(115,115,115);
}
.applicable_list li.nopad{
	padding-right: 0;
}
.applicable_list li a.right_border{
	border-right-color:#e5e5e5;
}
.applicable_list li a.bottom_border{
	border-bottom-color:#e5e5e5;
}
.applicable_list li a{
	display: block;
	background: #fff;
	border-radius: 10px;
	color: #333;
	font-size: 20px;
	height:180px;
	width:270px;
	box-shadow: 0 0 10px rgba(29,127,248,0.09);
	position: relative;
}
.applicable_list img{
	width:auto;
}
.applicable_li{
	height:125px;
	line-height: 125px;
	/*-webkit-transform: translate(-50%,-50%);*/
	/*-moz-transform: translate(-50%,-50%);*/
	/*-ms-transform: translate(-50%,-50%);*/
	/*-o-transform: translate(-50%,-50%);*/
	/*transform: translate(-50%,-50%);*/
}
.applicable_text{
	display: block;
	line-height: 50px;
	border-top: 1px solid rgb(229,229,229);
	color: rgb(34,34,34);
}
.applicable_list li a:hover{
	border-color: #216df9;
}
.applicable_list li a:hover img{
	-webkit-animation: bounce 1s ease 1 0s both;
	animation: bounce 1s ease 1 0s both;
}
.haviorNav_list{
	overflow: hidden;
	width:1076px;
}
.haviorNav_list li{
	background: url('../image/haviorNav_icon.png') no-repeat;
	background-size: 100%;
	height:200px;
	width:200px;
	margin-right: 15px;
	text-align: center;
	padding: 70px 35px;
	line-height: 25px;
	float: left;
	font-size: 16px;
}
.havior_nav{
	overflow: hidden;
	width:550px;
	margin: auto;
	padding: 70px 0 100px;
}
.havior_nav li{
	float: left;
}
.havior_nav li a{
	display: block;
	line-height:70px;
	font-size: 34px;
	color: #333;
	width:265px;
	text-align: center;
	background: #fff;
}
.havior_nav li a.active{
	background: #216df9;
	color: #fff;
}
.havior_nav li a.nav_gender{
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}
.havior_nav li a.nav_store{
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}
.haviorNav_list{
	padding-bottom: 100px;
}
.gender_store{
	padding-bottom: 65px;
}
.gender_btn{
	display: block;
	width:240px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	font-size: 30px;
	margin: auto;
	background: linear-gradient(left, #216df9, #7721f9);
	background: -webkit-linear-gradient(left, #216df9, #7721f9);
	background: -o-linear-gradient(left, #216df9, #7721f9);
	background: -ms-linear-gradient(left, #216df9, #7721f9);
}
.list_ban{
	border-bottom: 1px solid rgb(239,239,239);
}
.list_tip{
	overflow: hidden;
	padding:50px 0;
	width:1200px;
	margin:auto;
}
.list_tip li{
	float: left;
	width:25%;
	text-align: center;
	color: #333;
	font-size: 24px;
	border-right:1px solid rgb(239,239,239);
}
.list_tip li:last-child{
	border:none;
}
.tip_title{
	margin-left: 5px;
}
.list_tip li img{
	width:auto;
	vertical-align: middle;
	position: relative;
	top:-1px;
}
.item_color{
	overflow: hidden;
}
.item_color li{
	float:left;
	width:170px;
	text-align: center;
}
.color_text{
	color: rgb(34,34,34);
	font-size: 18px;
	display: block;
}
.hideImg{
	display: none;
}
.color_img{
	height:170px;
	/*width:145px;*/
	position: relative;
}
.color_pro{
	position: absolute;
	bottom: 0;
	width:100%;
}
/*.item_color li a:hover .hideImg{*/
	/*display: inline-block;*/
/*}*/
/*.item_color li a:hover .showImg{*/
	/*display: none;*/
/*}*/
.item_color li .active .hideImg{
	display: inline-block;
}
.item_color li .active .showImg{
	display: none;
}
.item_list{
	overflow: hidden;
}
.item_list li{
	float:left;
}
.item_detail{
	width: 292px;
	height:495px;
	background: url('../image/phone_bg.png') no-repeat;
	background-size: 292px 495px;
	padding: 75px 37px 80px;
	margin-left: 10px;
}
.item_detail.nopad{
	margin: 0;
}
.item_detail img{
	width:100%;
}
.itemWrap_detail{
	padding: 30px 0 120px 45px;
	display: none;
	width:1300px;
}
.itemWrap_detail.active{
	display: block;
}
.itemWrap_detail.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:75px;
}
.swiper-pagination-bullet{
	width:10px;
	height: 10px;
	cursor: pointer;
}
.detail_wrap{
	height:100%;
	width:100%;
	overflow: hidden;
	position: relative;
}
.item_foot{
	position: absolute;
	bottom: 0;
	left:0;
}
.certy_list{
	overflow: hidden;
	padding: 0 0 40px;
}
.certy_list li{
	float: left;
	width:25%;
	padding-bottom: 60px;
}
.certy_list li a{
	display: block;
	text-align: center;
}
.certy_list li a:hover img{
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.certy_list img{
	width:auto;
}
.certy_text{
	font-size: 16px;
	color: rgb(51,51,51);
	display: block;
	padding-bottom: 4px;
}
.busy_list{
	overflow: hidden;
	padding: 0 0 45px;
}
.busy_list li{
	width:276px;
	height:105px;
	margin-right: 30px;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 105px;
	float: left;
	margin-bottom: 35px;
}
.busy_list li.nopad{
	margin-right: 0;
}
.busy_list li img{
	max-width:50%;
}
.tel_left{
	width:34px;
	float: left;
}
.tel_left img{
	width:100%;
}
.tel_num{
	float: left;
	padding-left: 20px;
}
.ftUl{
	color: rgb(169,169,169);
	font-size: 14px;
}
.num_text{
	font-size: 28px;
	color: #fff;
	padding: 13px 0 25px;
}
.footer .ftUl .ftColumns.ftColumns11{
	/*width: 290px;*/
	padding-left: 0;
	padding-right: 40px;
}
.qrCode_img img{
	width: auto;
}
.qrCode_li01{
	color:rgb(29,127,248);
	font-size: 14px;
	padding-bottom: 10px;
	display: block;
}
.qrCode_text{
	color: rgb(148,148,148);
	font-size: 14px;
	padding-top: 16px;
}
.qq_contain{
	width:140px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: rgb(29,127,248);
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
}
.one_ul {
	padding: 50px 0 40px 75px;

	overflow: hidden;
	background: rgb(24,25,33);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.one_ul li {
	 float: left;
	 height: 245px;
	 width: 186px;
	 border-right: #2a2b32 1px solid;
	 line-height: 1;
	 padding-top: 6px;
	 box-sizing: border-box;
 }
.one_ul dl.one {
	padding: 0px;
}
.one_ul .one dd {
	position: relative;
	width: 210px;
	margin: 0px;
}
.one_ul .one i {
	font-size: 16px;
	color: #a9a9a9;
}
.one_ul .one p.time {
	font-size: 28px;
	color: #ffffff;
	font-family: "Arial";
	padding-top: 10px;
	padding-bottom: 20px;
}
.one_ul .one .pho {
	font-size: 16px;
	color: #a9a9a9;
	padding-bottom: 12px;
}
 .one_ul .one a {
	 width: 140px;
	 height: 40px;
	 margin-top: 5px;
	 background: url(../image/botb_10.png) center no-repeat;
	 display: block;
}
.one_ul dl {
	padding-left: 15px;
}
.one_ul dl dt {
	font-size: 18px;
	color: #ffffff;
}
.one_ul dl dd {
	margin-top: 16px;
	font-size: 14px;
}
.one_ul dl dd a {
	color: #949494;
	transition: all 0.5s;
}
.one_ul dl dd a.on {
	color: rgb(29,127,248);
}
.one_ul dl dd a .img {
	width: 80px;
	height: 80px;
	margin-top: 16px;
	display: none;
}
.one_ul dl dd a:hover {
	color: rgb(29,127,248);
}
.one_ul img {
	border: 0 none;
	max-width: 100%;
}
.one_ul .one dd:after {
	position: absolute;
	width: 34px;
	height: 40px;
	content: '';
	display: block;
	background: url(../image/tel_icon.png) left top no-repeat;
	left: -60px;
	top: 0px;
	-webkit-animation: bounceleft 2s linear infinite;
	animation: bounceleft 2s linear infinite;
}
@-webkit-keyframes bounceleft {
	20%{
		transform:rotate(45deg);
	}
	40%{
		transform:translate3d(0, 0px, 0);
	}
	80%{
		transform:translate3d(0, 10px, 0);
	}
	100% {
		transform:translate3d(0, 0px, 0);
	}
}
@keyframes bounceleft {
	20%{
		transform:rotate(45deg);
	}
	40%{
		transform:translate3d(0, 0px, 0);
	}
	80%{
		transform:translate3d(0, 10px, 0);
	}
	100% {
		transform:translate3d(0, 0px, 0);
	}
}
.one_ul dl dd a.on .img {
	width: 80px;
	height: 80px;
	margin-top: 16px;
	display: block;
}
.trialTxt #btn1,.trialTxt #btn2{
	background: rgb(29,127,248);
	border-color: rgb(29,127,248);
}
.trialTxt #btn1 a{
	color:#fff;
}



.dropDownList{
	top:39px;
	border:none;
	width: 1070px;
	left:-155px;

}
.dropDownList ul.menuSystemList li{
	margin-right: 25px;
	width: 145px;
}
.dropDownList.features {
	width: 450px;
	left: -40px;
}
.dropDownList ul.menuSystemList {
	padding-top: 42px;
	padding-left: 42px;
	padding-bottom: 35px;
	float: none!important;
	margin-top: 27px;
	background: rgba(255, 255,255, 0.97);
	border: 1px solid #0ab856;
}
.dropDownList ul.menuSystemList {
	border: 1px solid #1d7ff8;
}
.dropDownList.features ul.menuSystemList li {
	width: 100%;
	overflow: hidden;
}
.dropDownList ul.menuSystemList li {
	margin-right: 25px;
}
.listMain {
	float: left;
	width: 115px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #ddd;
}
.listChild {
	float: left;
	width: 290px;
	text-align: center;
	text-align: left;
	padding-left: 40px;
}
.dropDownList ul.menuSystemList li a {
	color: #333;
	text-align: left;
}
.listChild a {
	display: inline-block;
	margin-right: 10px;
	width: 62px;
}
.dropDownList.features .listChild a:hover {
	border-bottom: none;
}
.listMain:hover {
	color: #1d7ff8;
	border-right: 1px solid #1d7ff8;
}

.swiper-button-prev.swiper-button-disabled {
	background: url(../image/characte_left.png) no-repeat;
	background-size: 54px 56px;
}
.swiper-button-next {
	background: url(../image/rightActive.png) no-repeat;
	background-size: 54px 56px;
}
.swiper-button-next.swiper-button-disabled {
	background: url(../image/characte_right.png) no-repeat;
	background-size: 54px 56px;
	/* right: 100px; */
}
.swiper-button-prev {
	background: url(../image/leftActive.png) no-repeat;
	background-size: 54px 56px;
	/* left: 100px; */
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
	width: 54px;
	height: 56px;
	margin-top: -85px;
}