﻿body {
	font-family: 'Microsoft YaHei',"serif","sans-serif","cursive","fantasy","monospace","Times New Roman","Georgia","Serif";
	font-size: 0.55467rem;
	color: #333;
	margin: 0;
}

a:hover, a:focus,a:visited,a{
	text-decoration: none;
	color: #666;
}

.qq_text{
    color: #fff !important;
}
.content{
	width:1200px;
	margin:auto;
}

.case_list{
	overflow: hidden;
	padding: 80px 0;
}
.case_list li{
	float: left;
	/*padding-right: 60px;*/
	margin-bottom: 60px;
	margin-left: 18px;
}
.case_list li.nopad{
	padding: 0;
}
.case_list li a{
	display: block;
	border-radius: 10px;
	background: #fff;
	width:240px;
	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%;
	margin-top: 30px;
}
.contactContent{
	background:url("../image/contact_bg.png") no-repeat;
	height:300px;
	background-size: 100% 300px;
}
.havior{
	padding: 90px 0;
	overflow: hidden;
	text-align: center;
}
#content06{
	background: #f4f9fe;
}
.contact_form{
	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_form input{
	float: left;
	padding: 25px;
	line-height: 23px;
	font-size: 24px;
	background: #fff;
	border:none;
	border-radius: 4px;
	width:582px;
}
.contact_btn{
	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;
}
.contact_btn:hover{
	color: rgb(24,25,33);
}
.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;
}
.footerContent .ftUl .ftColumns:first-child {
	margin-left: 0;
}
.footerContent .ftUl .ftColumns {
	display: inline-block;
	float: left;
	text-align: left;
	padding: 0 60px 0 20px;
	border-right: 1px solid rgba(255,255,255,0.08);
	height: 258px;
}
.footerContent .ftUl .ftColumns:last-child{
	border-right:none;
	padding-right: 0;
}
.footerContent .ftUl .ftColumns h2 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 15px;
}
.footerContent .ftUl .ftColumns .links li {
	margin-bottom: 8px;
	font-size: 14px;
}
.footerContent .ftUl .ftColumns .links li a{
	color: #666;
	font-size: 14px;
}

.footerContent .ftUl .lastLi .qrCode li:first-child {
	margin-left: 0;
}
.footerContent .ftUl .lastLi .qrCode li .name {
	display: block;
	text-align: center;
}

.footerContent{
	padding: 80px 0 50px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
#content12 img{
	/*width:auto;*/
}
#content08{
	font-size: 14px;
}
#content08 img{
	width:auto;
	margin-top: 30px;
}
#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-top: 100px;
	width:1200px;
}
.characte_list li{
	float: left;
	margin-right: 115px;
	text-align: center;
	width:148px;
	/*padding: 38px 0 26px;*/
	padding-bottom:100px;
}
.characte_li{
	width:117px;
	height:117px;
	margin: auto;
	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_text{
	display: block;
	font-size:18px;
	padding-top:5px;
	height: 20px;
	line-height: 20px;
}
.characte_list li:hover{
	color: #2462ef;
	border-color: #2462ef;
}

.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);
}
.gender_store{
	padding-bottom: 65px;
}

.item_color{
	overflow: hidden;
}
.item_color li{
	float:left;
	width:170px;
	text-align: center;
}
.color_img{
	height:170px;
	/*width:145px;*/
	position: relative;
}
.color_pro{
	position: absolute;
	bottom: 0;
	width:100%;
}


.detail_wrap{
	height:100%;
	width:100%;
	overflow: hidden;
	position: relative;
}
.item_foot{
	position: absolute;
	bottom: 0;
	left:0;
}
.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;
}
.footerContent .ftUl .ftColumns.ftColumns11{
	/*width: 290px;*/
	padding-left: 0;
	padding-right: 40px;
}
.qrCode_img img{
	width: auto;
}
.qrCodeContent li{
	margin-bottom: 5px;
	cursor: pointer;
}
.qrCodeContent .qrCode_img img{
	width: 80px;
	height:80px;
}
.qrCode_li01{

	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}
.qrCodeContent li .qrCode_img{
	display: none;
}
.qrCodeContent .active .qrCode_img{
	display: block;
}
.active .qrCode_li01{
	color:rgb(29,127,248);
}
.qrCode_text{
	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;

}
.qq_contain:hover{
	color: #fff;
}
#content1{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
    height: 100px;
    display: flex;
}
.selectPage{
	width: 1200px;
	display: flex;
	margin:0 auto;
}
.selectPage li{
	flex: 1;
	font-size: 20px;
	color: #666;
	text-align: center;
	line-height: 100px;
	position: relative;
	cursor: pointer;
}
.selectPage li span{
	position: absolute;
	width: 15px;
	height:15px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
	transform: rotate(45deg);
	bottom:-8px;
	right:47%;
	display: none;
}
.selectPage .active{
	color: #0a9dfc;
}
.selectPage .active span{
	display: block;
}
.serialSection{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 80px;
}
.hide{
	display: none;
}
.pageLogo{
	text-align: center;
	margin-bottom: 60px;
}
.pageLoge img{
	margin: 0 auto;
}
.whoWeAre p{
	font-size: 23px;
	color:#333;
}
.whoWeAre .bigTitle{
	font-size: 35px;
	margin-bottom: 10px;
}
.bigTitle{
	font-size: 35px !important;
	margin-bottom: 30px;
}
.articleContent p{
	font-size: 17px;
	color: #555;
	text-indent: 34px;
	margin-top: 45px;
	line-height: 30px;
}
.environment{
	margin-top: 45px;
}
.envirPic ul{
	overflow: hidden;
	margin-top: 30px;
}
.envirPic ul li div{
	margin-bottom: 10px;
}
.envirPic ul li{
	float: left;
	width:23%;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-right: 32px;
	cursor: pointer;
}
.envirPic ul li:last-child{
	margin-right: 0;
}
.qualificationsList ul{
	overflow: hidden;
}
.qualificationsList ul li div{
	margin-bottom: 10px;
}
.qualificationsList ul li{
	float: left;
	width:25%;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	margin-bottom: 40px;
}
.normalSize{
	font-size: 18px;
	color: #555;
	text-indent: 36px;
	line-height:30px;
}
.spirit ul{
	overflow: hidden;
}
.spirit ul li{
	float: left;
	width:25%;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.spirit ul li p{
	width: 80%;
	margin: 0 auto;
	color:#555;
	line-height:30px;
}
.smallTitle{
	font-size: 24px;
	margin-bottom: 20px;
}
.cultureContent>div{
	margin-bottom: 100px;
}
.cultureContent>div:last-child{
	margin-bottom: 0;
}
#develop{
	margin-bottom: 0;
	padding-bottom: 0;
}
.mediaContent ul{
	overflow: hidden;
}
.mediaContent ul li{
	float: left;
	width:30%;
	margin-right: 60px;
	margin-bottom: 60px;
	cursor: pointer;
}
.mediaContent ul li:nth-child(3n+3){
	margin-right: 0px;
}
.mediaPhoto{
	position: relative;
	height:230px;
	overflow: hidden;
}
.mediaContent ul li:hover .newsPic{
	transform: scale(1.2);
}
.newsPic{
	width: 100%;
	height: 100%;
}
.newsTitle{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.newsMsg{
	font-size: 16px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}
.mediaTime{
	position: absolute;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	bottom: 0;
	right:0;
}
.mediaTime span{
	display: inline-block;
	padding: 8px;
}
.toRight{
	background: #1d7ff8;
	padding:8px 10px;
}
.switchCase{
	text-align: center;
	font-size: 24px;
	color: #1d7ff8;
	margin-bottom: 80px;
}
.switchCase span{
	display: inline-block;
	line-height: 60px;
	width: 240px;
	text-align: center;
	color: #1d7ff8;
	border: 1px solid #1d7ff8;
	border-radius:30px;
	cursor: pointer;
}
.switchCase .active{
	color: #fff;
	background: #1d7ff8;
}
.switchCase span:first-child{
	margin-right: 50px;
}
.busy_list{
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
}
.busy_list li {
	width: 276px;
	height: 105px;
	margin-right: 28px;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 105px;
	float: left;
	margin-bottom: 35px;
	box-shadow: 0 0 10px #ddd;
}
.busy_list li img {
	max-width: 50%;
}
.busy_list li.nopad {
	margin-right: 0;
}
.location{
    display: inline-block;
    color: #666;
    background: #f6f6f6;
    width: 150px;
    line-height: 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}
.location.active{
    background: #1d7ff8;
    color: #fff;
}
.addressLogo{
	position: absolute;
	left: 18px;
	top: 14px;
}
.downLogo{
	position: absolute;
	right: 15px;
	top: 20px;
}
.jobList{
	margin-top: 50px;
}
.jobList ul{
	overflow: hidden;
}
.jobList ul li{
	float: left;
	width: 14%;
	text-align: center;
	background: #ddd;
	font-size: 18px;
	color:#999;
	line-height: 110px;
	margin-right: 32px;
	cursor:pointer;
}
.jobList ul .active{
	background: #1d7ff8;
	color:#fff;
}
.jobList ul li:last-child{
	margin-right: 0px;
}
.require ul{
	overflow: hidden;
	float: left;
	margin-left: -20px;
}
.require ul li{
	float: left;
	width: 140px;
	text-align: center;
	font-size: 24px;
	color:#666;
	border-right: 2px solid #666;
	cursor:pointer;
}
.require ul .active{
	color: #1d7ff8;
	border-right: 2px solid #1d7ff8
}
.require ul li:last-child{
	border-right: none;
}
.dutyList{
	margin-top: 40px;
}
.dutyList p{
	color: #333;
	font-size: 18px;
	line-height: 27px;
}
.wannaConnect{
	color: #333;
	font-size: 18px;
	margin-top: 30px;
    line-height: 27px;
}
.requireList{
	overflow: hidden;
	margin-top: 50px;
}
.dropCity{
	position: absolute;
	text-align: center;
	width: 100%;
	background: #1d7ff8;
	border-radius: 5px;
	z-index: 3;
}
.dropCity p{
	border-bottom: 1px solid #fff;
}
.dropCity p:hover{
	color: #f0f0f0;
}
.dropCity p:last-child{
	border: none;
}
.companyLocation{
	overflow: hidden;
	margin-top: 50px;
}
#mapcontainer{
	width: 420px;
	height:377px;
	float: left;
}
.companyMsg{
	display: inline-block;
	float: left;
	margin-left: 50px;
}
.companyName{
	font-size: 24px;
	color:#333;
}
.companyName span{
	color: #999;
	font-size: 16px;
}
.contactMsg{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom:72px;
}
.sweetNotice{
	font-size: 18px;
	color: #333;
	line-height: 30px;
    color: #f00;
}
.paymentLogo{
	margin-top: 70px;
}
.payWay ul{
	overflow: hidden;
}
.payWay ul li{
	float: left;
	position: relative;
	margin-right: 39px;
}
.payWay ul li:last-child{
	margin-right: 0px;
}
.bankMsg{
	position: absolute;
	font-size: 15px;
	color:#fff;
	background: rgba(0,0,0,.5);
	padding: 25px 15px;
	bottom: 0;
	left:0;
	width: 344px;
}
.bankMsg.ali{
	padding: 35px 15px;
}

.history-date {
	position: relative;
	overflow: hidden;
}
.history-date h2.first {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 935px;
}