@charset "utf-8";
/* CSS Document */
body{font:12px/22px "\5B8B\4F53",arial; text-align:left;color:#333;overflow-x: hidden;font-family:"Microsoft YaHei"}
body,div,ul,ol,li,dl,dt,dd,span,p,h1,h2,h3,h4,h5,h6,img,form,table,tr,td,th,label{margin:0;padding:0;}
img{border:none;}
ul,ol,li{list-style-type:none;}
.fa{font-family:arial;}.ft{font-family:tahoma;}.fw{font-family:"Microsoft YaHei"}.fs{font-family:"SimSun"}
.fl{float:left;}.fr{float:right;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.p10{padding:10px; overflow:hidden; zoom:1;}.pr10{padding-right:10px;}.pt10{padding-top:10px;}.pb10{padding-bottom:10px;}
.ml15{margin-left:15px;}.mt10{margin-top:10px;}.mb10{margin-bottom:10px;}.ml10{margin-left:10px;}.mr10{margin-right:10px;}
.mt20{margin-top:20px;}.mb20{margin-bottom:20px;}.ml20{margin-left:20px;}.mr20{margin-right:20px;}
.mt30{margin-top:30px;}.mb30{margin-bottom:30px;}.ml30{margin-left:30px;}.mr30{margin-right:30px;}
select,input,label,textarea,img/{vertical-align:middle;font-size:12px;color:#555;}
input {outline: none;border:none;background: none;}
a{color:#444;text-decoration:none;}
a:hover{color:#ba2636;text-decoration:none;}
.cl{clear:both;}
.w680{width:680px; margin:0 auto; zoom:1;}
.w1200{width:1200px; margin:0 auto; zoom:1;}.w1100{width:1100px; margin:0 auto; zoom:1;}.w1300{width:1300px; margin:0 auto; zoom:1;}
.h120{height:120px;}
.rel {position:relative;}
.abs {position:absolute;}
h2,h3{ font-weight:500}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],select,textarea,
input[type=checkbox],input[type=radio] {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: normal;
    color: #424242;
    font-size: 0.8rem;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
            user-select: text;
    -webkit-appearance: none;
            appearance: none;
            outline: none;
}
.header{
	background:#fff;
	height:100px;
}
.header .logo{
	float: left;
	margin:17px 0;
}
.header .logo img{
	width:225px;
	display: block;
}
.header .nav{
	margin:30px 10px 0 30px;
	float: left;
}
.header .nav ul li{
	float: left;
	margin:0 8px;
}
.header .nav ul li a{
	font-size: 16px;
	color:#333;
	display: block;
	line-height: 40px;
	padding:0 10px;
}
.header .nav ul li.cur a{
	color:#227cca;
	position: relative;
}
.header .nav ul li a:hover{
	color:#227cca;
}
.header .nav ul li.cur a:after{
	content: "";
	height: 3px;
	width:56px;
	background:#227cca;
	border-radius: 3px;
	-webkit-border-radius:3px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-28px;
}
.header .loginbtn{
	margin:32px 0;
}
.header .loginbtn a{
	display: block;
	width:50px;
	height:35px;
	color:#333;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius:3px;
	font-size:16px;
	line-height: 35px;
	float: left;
	margin:0 0 0 5px;
}
.header .loginbtn a.sign:hover{
	color:#38d203;
}
.header .loginbtn a.login{
	background:#227cca;
	width:100px;
	color:#fff;
}
.header .loginbtn a.login:hover{
	background: #2a89db;
}
.indexbanner .swiper-slide{
	width:100%;
	height:600px;
}
.indexbanner .swiper-slide .btns{
	top:280px;
	left:50%;
	margin-left: -170px;
}
.indexbanner .swiper-slide .btns a{
	width:150px;
	height: 50px;
	text-align: center;
	display: block;
	float: left;
	line-height: 50px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	font-size: 16px;
	color:#fff;
	margin:0 10px;
}
.indexbanner .swiper-slide .btns a.btn1{
	background:#38d203;
	border-bottom:#2eb101 3px solid;
}
.indexbanner .swiper-slide .btns a.btn2{
	border:#fff 1px solid;
}
.index-hd{
	text-align: center;
}
.index-hd h2{
	font-size: 28px;
	line-height: 32px;
	color:#000;
	margin:0 0 5px 0;
}
.index-hd span{
	color:#999;
	font-size: 16px;
}
.index-solution{
	margin:60px 0 0 0;
}
.index-solution-con{
	margin:60px auto 0 auto;
}
.index-solution-con ul{
	margin-left:-20px;
}
.index-solution-con ul li{
	overflow: hidden;
	float: left;
	margin:0 0 20px 20px;
	cursor: pointer;
}
.index-solution-con ul li:hover{
	box-shadow: rgba(0,0,0,0.08) 0 5px 20px;
}
.index-solution-con ul li img{
	width:386px;
	height:146px;
	display: block;
}
.index-solution-con ul li .text{
	border:#e8e8e8 1px solid;
	border-top:none;
	width:344px;
	overflow: hidden;
	padding:10px 20px;
}
.index-solution-con ul li:hover .text{
	border:#37b40d 1px solid;
	border-top:none;
}
.index-solution-con ul li .text h3{
	font-size: 18px;
	line-height: 22px;
	height:22px;
	overflow: hidden;
	margin:10px 0;
}
.index-solution-con ul li .text p{
	font-size: 14px;
	color:#999;
	line-height: 22px;
	height:44px;
	overflow: hidden;
}
.index-solution-con ul li .text a{
	color:#227cca;
	font-size: 14px;
	margin-top:5px;
	display: block;
}
.index-solution-con ul li:hover .text a{
	color:#37b40d;
}
.cases-list{
	background:#f2f2f2;
	margin:60px 0 0 0;
	overflow: hidden;
	padding:60px 0;
}
.cases-list-con{
	margin:60px auto 0 auto;
}
.cases-list-con ul{
	margin:0 0 0 -20px;
}
.cases-list-con li{
	position: relative;
	float: left;
	cursor: pointer;
	margin:0 0 20px 20px;
}
.cases-list-con li .qrcode{
	position: absolute;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	display: none;
}
.cases-list-con li:hover .qrcode{
	display: block;
}
.cases-list-con li .qrcode .code{
	background:#fff;
	padding:10px;
	width:160px;
	height:160px;
	margin:80px auto 0 auto;
	display: block;
}
.cases-list-con li .qrcode a{
	display: block;
	width:180px;
	height:40px;
	background:#38d203;
	color:#fff;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	margin:10px auto;
}
.cases-list-con li .pic{
	border:#e8e8e8 1px solid;
	width:280px;
	height:420px;
}
.cases-list-con li .pic img{
	width:280px;
}
.readmore a{
	display: block;
	width:244px;
	height:42px;
	line-height: 42px;
	color:#666666;
	font-size: 16px;
	text-align: center;
	border:#e8e8e8 1px solid;
	background:#fff;
	border-radius: 3px;
	-webkit-border-radius:3px;
	margin:20px auto 0 auto;
}
.readmore a:hover{
	border:#009cf8 1px solid;
	color:#009cf8;
}
.index-information{
	margin:60px auto;
}
.index-information-con{
	margin:60px auto 0 auto;
}
.index-information-con li{
	width:330px;
	height:80px;
	background: #eeeeee;
	float: left;
	margin:0 0 20px 20px;
	padding:15px;
}
.index-information-con li .time{
	background:#fff;
	width:80px;
	height:72px;
	float: left;
	padding:8px 0 0 0;
}
.index-information-con li:hover .time{
	background:#00afda;
}
.index-information-con li .time span{
	display: block;
	text-align: center;
}
.index-information-con li:hover span{
	color:#fff;
}
.index-information-con li .time span.day{
	font-size: 30px;
	line-height: 40px;
}
.index-information-con li .time span.month{
	font-size: 12px;
	line-height: 18px;
}
.index-information-con li .intro{
	float: left;
	width:240px;
	margin:0 0 0 10px;
}
.index-information-con li .intro h3{
	font-size: 14px;
	line-height: 24px;
	height:24px;
	overflow: hidden;
	margin-bottom:5px;
}
.index-information-con li .intro p{
	font-size: 12px;
	line-height: 22px;
	height:44px;
	overflow: hidden;
	color:#999;
}

.index-information-con li:first-child{
	width:440px;
	margin:0;
	padding:0;
	height: auto;	
}
.index-information-con li:first-child h3{
	font-size: 18px;
	color:#333;
	line-height: 24px;
	height:24px;
	overflow: hidden;
	margin-bottom:15px;
}
.index-information-con li:first-child img{
	width:440px;
	height:248px;
	display: block;
}
.index-information-con li:first-child .text{
	padding:15px 20px;
	height:218px;
	overflow: hidden;
}
.index-information-con li:first-child .text p{
	font-size: 12px;
	line-height: 24px;
	color:#999;
	height:168px;
	overflow: hidden;
}
.index-information-con li:first-child:hover .text{
	background:#00afda;
}
.index-information-con li:first-child:hover .text h3,
.index-information-con li:first-child:hover .text p{
	color:#fff;
}
.footer{
	background:#121212;
	padding:20px 0;
}
.footer ul.b-nav li{
	float: left;
	line-height: 14px;
	font-size: 14px;
	border-right:rgba(255,255,255,0.6) 1px solid;
	padding-right:10px;
	margin-right:10px;
}
.footer ul.b-nav li:last-child{
	border-right:none;
}
.footer ul.b-nav li a{
	color:rgba(255,255,255,0.6);
}
.footer .copyright{
	padding:5px 0 0 0;
	color:rgba(255,255,255,0.3);
}

.fix-sidebar{
	position: fixed;
	right:0;
	top:220px;
	z-index: 9;
}
.fix-sidebar ul li{
	width:80px;
	height:80px;
	background:rgba(0,0,0,0.6);
	border-radius: 3px;
	-webkit-border-radius:3px;
	margin:2px 0;
}
.fix-sidebar ul li:hover{
	background: #333;
}
.fix-sidebar ul li a{
	display: block;
	width:80px;
	height:80px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 115px;
}
.fix-sidebar ul li.kefu a{
	background:url(../images/ico-qq.png) center 15px no-repeat;
	background-size: 32px;
}
.fix-sidebar ul li.wechat a{
	background:url(../images/ico-qrcode.png) center 15px no-repeat;
	background-size: 32px;
}
.fix-sidebar ul li.tell a{
	background:url(../images/ico-tell.png) center 15px no-repeat;
	background-size: 32px;
}
.fix-sidebar ul li.top a{
	background:url(../images/ico-top.png) center 15px no-repeat;
	background-size: 32px;
}
.wechart-qrcode{
	position: absolute;
	left:-150px;
	top:-30px;
	padding:10px;
	background:rgba(0,0,0,0.6);
	border-radius: 3px;
	-webkit-border-radius:3px;
	display: none;
}
.wechart-qrcode:after{
	content: "";
	border-top:transparent 8px solid;
	border-bottom:transparent 8px solid;
	border-left:rgba(0,0,0,0.6) 8px solid;
	position: absolute;
	right:-8px;
	top:50%;
	margin-top:-4px;
}
.wechart-qrcode img{
	width:120px;
	height: 120px;
	display: block;
}
.kefu-tell{
	position: absolute;
	left:-155px;
	top:50%;
	margin-top:-20px;
	padding:0 15px;
	height: 48px;
	line-height: 48px;
	background:rgba(0,0,0,0.6);
	border-radius: 3px;
	-webkit-border-radius:3px;
	color:#fff;
	font-size: 18px;
	display: none;
}
.kefu-tell span{
	display: block;
}
.kefu-tell:after{
	content: "";
	border-top:transparent 8px solid;
	border-bottom:transparent 8px solid;
	border-left:rgba(0,0,0,0.6) 8px solid;
	position: absolute;
	right:-8px;
	top:50%;
	margin-top:-8px;
}
.fix-sidebar ul li.wechat:hover .wechart-qrcode,
.fix-sidebar ul li.tell:hover .kefu-tell{
	display: block;
}

.casesbanner{
	height:420px;
}
.casesbanner a{
	display: block;
	height:420px;
}
.cases-page{
	margin:0;
	padding:0 0 60px 0;
}
.cases-page .cases-type{
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	overflow: hidden;
	padding:0 0 10px 0;
}
.cases-page .cases-type span{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 32px;
	margin:20px 0;
}
.cases-page .cases-type ul{
	float: left;
	width:1100px;
	padding:20px 0 10px 0;
}
.cases-page .cases-type ul li{
	float: left;
	font-size: 14px;
	margin:0 0 10px 20px;
}
.cases-page .cases-type ul li a{
	display: block;
	width:100px;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius:50px;
	line-height: 32px;
	border:#ccc 1px solid;
}
.cases-page .cases-type ul li.cur a,
.cases-page .cases-type ul li a:hover{
	border:#9aef7d 1px solid;
	color:#38d203;
}
.cases-page .industry-type{
	border-top:#e8e8e8 1px solid;
	border-bottom:#e8e8e8 1px solid;
	overflow: hidden;
}

/*分页*/
.pagination{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack:center;
	margin:40px 0;
}
.pagination a, 
.pagination span{
	color:#525252; 
	background:#fff; 
	border:1px #ddd solid; 
	padding:0 10px; 
	height:28px; 
	line-height:28px;
	display: inline-block;
}
.pagination a:hover, 
.pagination span.hover{
	color:#fff; 
	text-decoration:none; 
	background:#38d203; 
	border:1px #38d203 solid;
}
.joinbanner{
	height:420px;
	width:100%;
}
.joinpage-hd{
	text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
}
.joinpage-hd h2{
	text-align: center;
    margin-top: 20px;
    display: inline-block;
    font-weight: 100;
    font-size: 30px;
    color: rgb(29, 29, 29);
    margin-bottom: 30px;
}
.whychooese{
	margin:80px 0;
	overflow: hidden;
}
.whychooese ul li{
	float: left;
	width:200px;
	margin:0 50px;
}
.whychooese ul li img{
	display: block;
	margin:0 auto;
}
.whychooese ul li h3{
	font-size: 22px;
    color: rgb(29, 29, 29);
    text-align: center;
    padding-bottom: 0px;
    margin-top: 30px;
}
.whychooese ul li p{
	font-size: 16px;
    text-align: left;
    padding-top: 18px;
    color: rgb(102, 102, 102);
}
.wewant{
	padding:80px 0;
	overflow: hidden;
	background:#f5f5f5;
}
.wewant ul{
	display: box;
	display: -webkit-box;
}
.wewant ul li{
	box-flex:1;
	-webkit-box-flex:1;
}
.wewant ul li img{
	display: block;
	margin:0 auto;
}
.wewant ul li h3{
	font-size: 16px;
    color: rgb(29, 29, 29);
    text-align: center;
    padding-bottom: 0px;
    margin-top: 30px;
}
.support{
	padding:80px 0;
	overflow: hidden;
}
.support ul li{
	float: left;
	width:230px;
	margin:0 60px 40px 100px;
}
.support ul li img{
	display: block;
	margin:0 auto;
}
.support ul li h3{
	font-size: 16px;
    color: rgb(29, 29, 29);
    text-align: center;
    padding-bottom: 0px;
    margin-top: 30px;
}
.support ul li p{
	font-size: 16px;
    text-align: left;
    padding-top: 18px;
    color: rgb(102, 102, 102);
    text-align: center;
}
.joinflow{
	height: 576px;
    background: url(../images/joinflow.jpg) center 0 no-repeat;
    width: 100%;
    overflow: hidden;
}
.joinflow h2{
	text-align: center;
    font-size: 30px;
    color:#fff;
    margin: 80px 0 100px 0;
}
.joinflow ul{
	display: box;
	display: -webkit-box;
	margin:0 85px;
}
.joinflow ul li.even{
	 background: url(../images/join-radius-bg.png) center 0 no-repeat;
	 background-size: 140px;
	 width:140px;
	 height: 140px;
	 display: -webkit-box;
	 -webkit-box-align:center;
	 -webkit-box-pack:center;
	 color:#fff;
	 font-size: 18px;
	 text-align: center;
}
.joinflow ul li.odd{
	 width:80px;
	 height: 140px;
	 display: -webkit-box;
	 -webkit-box-align:center;
	 -webkit-box-pack:center;
}
.joinflow .btn{
    background-color: rgba(250, 72, 72, 1);
    width: 260px;
    height: 64px;
    border-radius: 100px;
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 64px;
    color:#fff;
    margin:100px auto 0 auto;
}
.joinpage .contact h3{
	font-size: 30px;
    text-align: center;
    color:#333;
    margin: 60px 0;
}
.joinpage .contact{
	width: 610px;
    height: 310px;
    margin:80px auto;
    border-radius: 20px;
    background: url(../images/contact-bg.png) 0 bottom no-repeat #f9f9f9;
    overflow: hidden;
}
.joinpage .contact ul{
	margin:60px 0 0 120px;
}
.joinpage .contact li{
	background: url(../images/join-ico-user.png) 0 center no-repeat;
	background-size: 29px;
	font-size: 24px;
	line-height: 30px;
	padding-left:50px;
	margin:15px 0;
}
.joinfrom{
	position: fixed;
	top:15%;
	z-index: 9;
	background:#fff;
	width:800px;
	margin-left:-400px;
	left:50%;
	padding:50px 0;
	display: none;
}
.joinfrom ul{
	margin:0 120px;
}
.joinfrom ul li{
	margin:10px 0;
	overflow: hidden;
}
.joinfrom ul li label{
	color:#333;
	font-size: 14px;
	float: left;
	display: block;
	width:100px;
	margin-right:10px;
	text-align: right;
	line-height: 32px;
}
.joinfrom ul li span.red{
	color:#ff0000;
	font-size: 14px;
	display: block;
	line-height: 32px;
}
.joinfrom ul li input[type=text]{
	background:#fff;
	border:#ccc 1px solid;
	height:32px;
	line-height: 32px;
	width:380px;
	padding:0 5px;
	float: left;
}
.joinfrom ul li .select{
	position: relative;
	width:140px;
	float: left;
	height:32px;
	border:#ccc 1px solid;
	margin-right:10px;
}
.joinfrom ul li .select:after{
	content: "";
	border-left:transparent 6px solid;
	border-right:transparent 6px solid;
	border-top:#999 6px solid;
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-3px;
}
.joinfrom ul li .select select{
	background:#fff;
	height:32px;
	line-height: 32px;
	width:140px;
	padding:0 5px;
	cursor: pointer;
}
.joinfrom ul li .radio{
	float: left;
	margin-right:20px;
}
.joinfrom ul li input[type=radio]{
	background:#fff;
	border:#ccc 1px solid;
	border-radius: 50%;
	-webkit-border-radius:50%;
	width:20px;
	height:20px;
	float: left;
	margin:6px 5px;
	cursor: pointer;
}
.joinfrom ul li input[type=radio]:checked{
	background:url(../images/ico-checked.png) center center no-repeat #ff8800;
	background-size: 20px;
	border:#ff8800 1px solid;
}
.joinfrom ul li .radio span{
	float: left;
	display: inline-block;
	line-height: 32px;
	color:#333;
}
.joinfrom ul li textarea{
	background:#fff;
	border:#ccc 1px solid;
	height:88px;
	line-height: 22px;
	width:380px;
	padding:5px;
	float: left;
}
.joinfrom .btns input[type=button]{
	background: #3498DB;
	border:none;
	width:120px;
	height: 42px;
	color:#fff;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	margin:30px auto 0 auto;
	display: block;
}
.joinfrom .close{
	background:url(../images/ico-close.png) center center no-repeat;
	background-size: 28px;
	width:28px;
	height:28px;
	position: absolute;
	right:10px;
	top:10px;
	cursor: pointer;
}
.mask{
	background: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position: fixed;
	z-index: 8;
	top:0;
	left:0;
	display: none;
}
.login-header{
	background: #227cca;
	height:70px;
	overflow: hidden;
}
.login-header .logo img{
	display: block;
	width:170px;
	margin:10px auto;
}
.login-header .headertext{
	float: left;
	line-height: 20px;
	margin:25px 0 0 15px;
	padding-left:15px;
	color:#fff;
	font-size: 16px;
	border-left:#fff 1px solid;
}
.login-headerrg{
	line-height: 16px;
	margin:28px 0;
	font-size: 14px;
}
.login-headerrg span{
	color:#fff;
	border-right:rgba(255,255,255,0.5) 1px solid;
	display: inline-block;
	padding-right:10px;
	margin-right:10px;
}
.login-headerrg a{
	color:#ff8800;
	display: inline-block;
}
.login-headerrg a:hover{
	color:#99e30a;
}
.loginbox{
	width:346px;
	background: #fff;
	margin:95px auto;
	padding:50px 60px;
	overflow: hidden;
}
.loginbox h3{
	font-size: 24px;
	color:#333;
	text-align: center;
}
.loginbox ul{
	margin:30px 0 0 0;
}
.loginbox ul li{
	margin:0 0 15px 0;
}
.loginbox ul li .ico{
	display: block;
	width:26px;
	height:48px;
	float: left;
	margin-right:5px;
}
.loginbox ul li .phone{
	background:url(../images/ico-phone.png) 0 center no-repeat;
	background-size: 26px;
}
.loginbox ul li .pwd{
	background:url(../images/ico-pwd.png) 0 center no-repeat;
	background-size: 26px;
}
.loginbox ul li .code{
	background:url(../images/ico-code.png) 0 center no-repeat;
	background-size: 26px;
}
.loginbox ul li .user{
	background:url(../images/ico-user.png) 0 center no-repeat;
	background-size: 26px;
}
.loginbox ul li .inputtext{
	line-height: 48px;
	height:48px;
	border:#e8e8e8 1px solid;
	padding:0 10px 0 5px;
}
.loginbox ul li .inputtext input{
	line-height: 48px;
	height:48px;
	float: left;
	width:280px;
	font-size: 14px;
}
.loginbox ul li .inputtext .verification{
	height:40px;
	right:0;
	top:50%;
	margin-top:-20px;
	cursor: pointer;
}
.loginbox .btn input{
	background: #227cca;
	width:348px;
	height:48px;
	line-height: 48px;
	font-size:16px;
	color:#fff;
	cursor: pointer;
}
.loginbox ul li .inputtext .getcode{
	color:#227cca;
	font-size: 14px;
	line-height: 30px;
	top:50%;
	margin-top:-15px;
	border-left:#e8e8e8 1px solid;
	display: inline-block;
	width:110px;
	right:0;
	text-align: center;

}
.login-a{
	width:348px;
	margin:10px auto;
	font-size: 14px;
}
.mycentertop{
	background:#fff;
	overflow: hidden;
	padding:50px 0 80px 0;
}
.mycentertop .info .intro{
	float: left;
	margin:0 20px;
}
.mycentertop .info .intro .avatar{
	width:80px;
	height:80px;
}
.mycentertop .info .intro h3{
	font-size: 18px;
	line-height: 22px;
	color:#666;
}
.mycentertop .info .intro span{
	font-size: 12px;
	color:#999;
	display: block;
	margin: 4px 0;
}
.mycentertop .info .intro a.set{
	background: url(../images/ico-edit.png) 10px center no-repeat #505152;
	background-size: 16px;
	display: block;
	height: 26px;
	width:75px;
	line-height: 26px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	color:#fff;
	text-indent:30px;
}
.mycentertop .info .intro a.set:hover{
	background: url(../images/ico-edit.png) 10px center no-repeat #37b40d;
	background-size: 16px;
}
.mycentertop .search .searchbar{
	border:#e8e8e8 1px solid;
	height:40px;
	line-height: 40px;
	width:300px;
	border-radius: 5px;
	-webkit-border-radius:5px;
}
.mycentertop .search .searchbar .text{
	line-height: 40px;
	height:40px;
	padding:0 10px;
	width:248px;
	float: left;
}
.mycentertop .search .searchbar .btn{
	display: block;
	background:url(../images/ico-search.png) center center no-repeat;
	background-size: 32px;
	width:32px;
	height:32px;
	float: right;
	margin:4px 10px;
	cursor: pointer;
}
.mycentertop a.creat{
	float: right;
	color:#227cca;
	font-size: 14px;
	line-height: 28px;
}
.mycentertop a.creat:hover{
	color:#37b40d;
}
.mycentercon .tab{
	margin-top:-54px;
}
.mycentercon .tab h2{
	font-size: 18px;
	color:#333;
	border-bottom:#37b40d 3px solid;
	display: inline-block;
	line-height: 52px;
}
.mycentercon .list ul{
	margin-left:-13px;
}
.mycentercon .list ul li{
	float: left;
	width:260px;
	height:260px;
	background:#fff;
	margin:20px 0 0 13px;
	padding: 15px;
	cursor: pointer;
}
.mycentercon .list ul li:hover{
	box-shadow: rgba(0,0,0,0.08) 0 5px 20px;
}
.mycentercon .list ul li .top{
	border-bottom:#f5f5f5 1px solid;
	overflow: hidden;
	padding-bottom:10px;
}
.mycentercon .list ul li .top img{
	width:30px;
	height:30px;
}
.mycentercon .list ul li .top h3{
	line-height: 30px;
	margin:0 10px;
	font-size:14px;
	color:#666;
}
.mycentercon .list ul li .con p{
	line-height: 28px;
	color:#999;
}
.settingpage{
	margin:30px auto;
	background:#fff;
}
.settingpage h2{
	color:#333;
	font-size: 24px;
	line-height: 60px;
	border-bottom:#e8e8e8 1px solid;
	padding:0 30px;
}
.settingpage .from{
	overflow: hidden;
	padding:30px 60px 120px 60px;
}
.settingpage ul li{
	margin:15px 0;
	overflow: hidden;
}
.settingpage ul li label{
	color:#333;
	font-size: 14px;
	float: left;
	display: block;
	width:100px;
	margin-right:10px;
	text-align: right;
	line-height: 38px;
}
.settingpage ul li span.con{
	line-height: 38px;
	font-size: 14px;
}
.settingpage ul li span.red{
	color:#ff0000;
	font-size: 14px;
	display: block;
	line-height: 38px;
}
.settingpage ul li input[type=text]{
	background:#fff;
	border:#e8e8e8 1px solid;
	height:38px;
	line-height: 38px;
	width:380px;
	padding:0 5px;
	float: left;
}
.settingpage ul li input[type=text]::-webkit-input-placeholder{
	color:#ccc;
}
.settingpage ul li .select{
	position: relative;
	width:140px;
	float: left;
	height:38px;
	border:#ccc 1px solid;
	margin-right:10px;
}
.settingpage ul li .select:after{
	content: "";
	border-left:transparent 6px solid;
	border-right:transparent 6px solid;
	border-top:#999 6px solid;
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-3px;
}
.settingpage ul li .select select{
	background:#fff;
	height:38px;
	line-height: 38px;
	width:140px;
	padding:0 5px;
	cursor: pointer;
}
.settingpage ul li .radio{
	float: left;
	margin-right:20px;
}
.settingpage ul li input[type=radio]{
	background:#fff;
	border:#ccc 1px solid;
	border-radius: 50%;
	-webkit-border-radius:50%;
	width:20px;
	height:20px;
	float: left;
	margin:10px 5px;
	cursor: pointer;
}
.settingpage ul li input[type=radio]:checked{
	background:url(../images/ico-checked.png) center center no-repeat #ff8800;
	background-size: 20px;
	border:#ff8800 1px solid;
}
.settingpage ul li .radio span{
	float: left;
	display: inline-block;
	line-height: 38px;
	color:#333;
}
.settingpage ul li textarea{
	background:#fff;
	border:#e8e8e8 1px solid;
	height:128px;
	line-height: 22px;
	width:415px;
	padding:5px;
	float: left;
}
.settingpage ul li textarea::-webkit-input-placeholder{
	color:#ccc;
}
.settingpage .pic{
	margin-right:10px;
}
.settingpage .uploadpic{
	width:78px;
	height: 78px;
	border:#e8e8e8 1px solid;
	background:url(../images/ico-camera.png) center 12px no-repeat;
	background-size: 36px;
	position: relative;
}
.settingpage .uploadpic span{
	display: block;
	text-align: center;
	color:#999;
	margin:46px 0 0 0;
}
.settingpage .uploadbtn{
	width:78px;
	height: 78px;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}
.settingpage .btns{
	margin:30px 0 0 110px;
	overflow: hidden;
}
.settingpage .btns a{
	display: block;
	float: left;
	width:200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
}
.settingpage .btns a.join{
	background: #227cca;
	color:#fff;
	border:#227cca 1px solid;
}
.settingpage .btns a.join:hover{
	border:#2eb101 1px solid;
	background: #2eb101;
}
.settingpage .btns a.back{
	border:#ccc 1px solid;
	margin-left:10px;
}
.settingpage .btns a.back:hover{
	border:#2eb101 1px solid;
	color:#2eb101;
}
.innerbannr{
	height: 220px;
}
.informationlist{
	margin:0 auto 80px auto;
}
.informationlist ul li{
	background: #fff;
	padding:15px;
	overflow: hidden;
	margin:15px 0;
}
.informationlist ul li:hover{
	box-shadow: rgba(0,0,0,0.08) 0 5px 20px;
}
.informationlist ul li a{
	display: block;
}
.informationlist ul li .time{
	background:#00afda;
	width:85px;
	height:80px;
	float: left;
	padding:15px 0 0 0;
	color:#fff;
}
.informationlist ul li:hover .time{
	background: #2eb101;
}
.informationlist li .time span{
	display: block;
	text-align: center;
}
.informationlist li .time span.day{
	font-size: 30px;
	line-height: 40px;
}
.informationlist li .time span.month{
	font-size: 12px;
	line-height: 18px;
}
.informationlist li .intro{
	float: left;
	width:1050px;
	margin:0 0 0 20px;
}
.informationlist li .intro h3{
	font-size: 16px;
	line-height: 24px;
	height:24px;
	overflow: hidden;
}
.informationlist li .intro p{
	font-size: 12px;
	line-height: 20px;
	height:40px;
	overflow: hidden;
	color:#999;
	margin:5px 0;
}
.informationlist ul li a.more{
	color:#999;
}
.informationlist ul li:hover a.more{
	color:#00afda;
}
.article-detail{
	margin:30px auto 80px auto;
}
.article-detail .hd{
	margin-bottom:30px;
	text-align: center;
	border-bottom:#e8e8e8 1px solid;
	padding-bottom:20px;
	overflow: hidden;
}
.article-detail .hd h2{
	font-size:26px;
	line-height: 32px;
}
.article-detail .hd p{
	margin:5px 0 0 0;
	color:#999;
}
.article-detail .content{
	font-size: 14px;
	line-height: 28px;
}
.article-detail .content p{
	margin-bottom:10px;
}
.article-detail .content img{
	max-width: 1200px;
}
.helplist ul{
	margin-left:-20px;
}
.helplist ul li{
	background: #fff;
	padding:15px;
	overflow: hidden;
	margin:20px 0 0 20px;
	float: left;
	width:356px;
}
.helplist ul li a{
	display: block;
}
.helplist li .pic img{
	width:356px;
	height: 150px;
	display: block;
}
.helplist li .intro{
	margin:10px 0 0 0;
}
.helplist li .intro h3{
	font-size: 18px;
	line-height: 24px;
	height:24px;
	overflow: hidden;
}
.helplist li .intro p{
	font-size: 12px;
	line-height: 20px;
	height:40px;
	overflow: hidden;
	color:#999;
	margin:5px 0;
}
.helplist ul li a.more{
	color:#999;
}
.helplist ul li:hover a.more{
	color:#00afda;
}
.helplist ul li:hover{
	box-shadow: rgba(0,0,0,0.08) 0 5px 20px;
}