/*-----官网页面的样式集合 (除去公共部分的样式集合)-----*/
/*首页主体样式*/
.wrap-main {
	position: relative;
	width: 100%;
	min-width: 1200px;
	min-height: 670px;
	background: #f5f5f6;
	overflow: hidden;
}
.wrap-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.index-video-play {
	max-height: 870px;
	min-height: 670px;
}
.index-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(http://7xpqlz.com2.z0.glb.qiniucdn.com/stg_gl_sec1_v_poster.jpg) top left no-repeat;
}
@media (max-width: 768px) {
	.index .wrap-main {
		min-width: 320px;
		min-height: 100%;
	}
	.index-video-play {
		display: none;
	}
}

/*帮助中心*/
.sub-banner {
	text-align: center;
}
.sub-banner img {
	max-width: 100%;
}
.help-box {
		width: 1000px;
}
.help-list {
	margin: 126px auto 104px;
}
.help-list a {
	display: block;
	width: 100%;
	/*height: 118px;*/
	padding-top: 55px;
	border-right: 1px solid #c2c2c2;
	text-align: center;
	transition: all 0.2s;
	background-repeat: no-repeat;
	background-position: top center;
}
.help-list .b1 {
	background: url(../image/b4.png) top center no-repeat;
}
.help-list .b2 {
	background: url(../image/b1.png) top center no-repeat;
}
.help-list .b3 {
	background: url(../image/b2.png) top center no-repeat;
}
.help-list .b4 {
	background: url(../image/b3.png) top center no-repeat;
}
.help-list .b5 {
	background: url(../image/b5.png) top center no-repeat;
}
.help-list .b6 {
	background: url(../image/b6.png) top center no-repeat;
}
.help-list .b7 {
	background: url(../image/b7.png) top center no-repeat;
}
.help-list a.noboder {
	border-right: 0;
}


.help-list span {
	font-size: 18px;
	line-height: 30px;
}
.help-list a:hover {
	color: #089cef;
}
.online-box {
	margin-bottom: 100px;
}
.kefu-online {
	padding-left: 170px;
}
.icon-online {
	float: left;
	display: inline-block;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	background: url(../image/kf1.png) top center no-repeat;
}
.kefu-tell{
	padding-left: 100px;
}
.kefu-tell .icon-tell {
	float: left;
	display: inline-block;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	background: url(../image/kf2.png) top center no-repeat;
}
.online-box strong {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;;
}

@media (min-width: 1200px){
	.help-box {
		width: 1000px;
	}
}
@media (max-width: 768px) {
	.help-box {
		width:100%;
	}
	.help-list {
		margin: 0px auto 0px;
	}
	.help-list a {
		border: 0;
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	/*.help-list a.noboder {
		border-bottom: 0;
	}*/
}



/*视频教程*/

/*视频页面横屏轮播*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 495px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 495px;
	overflow: hidden;
	text-align: center;
	position:absolute;
	top:0px;
}

.fullSlide .bd li a {
	display: block;
	height: 495px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
.fullSlide {
	
}
.fullSlide ul,.fullSlide ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.video-main {
	width: 1020px;
	margin: 20px auto 20px;
	border-radius: 5px;
	background: #fff;
	padding: 0 10px;
}

.video-main .title {
	margin-bottom: 10px;
}
.video-main .title h2 {
	height:36px;
	margin: 0;
	font-size:18px;
	line-height: 36px;
	color:#1f1f1f;
}
.video-main .title .hotNew{
	padding:0px 5px;
	color:#fff;
	background:black
}
.first-hover {
	margin-bottom: 20px;
	cursor: pointer;
	overflow: hidden;
}
.first-hover h3{
	margin: 0;
	font-size: 14px;
	line-height: 34px;;
	text-align: center;
}
.img-wrap {
	position: relative;
	width: 228px;
	height: 229px;
}
.img-wrap img {
	width: 100%;
	height: 100%;
}
.img-wrap.first {
	width: 480px;
	height: 480px;
}





/*鼠标移上去效果*/
.hover-show{
	overflow:hidden;
	border:1px solid #fff;
}
.hover-show .hover-wrap{
	transition: all 1s;
}
.hover-show .hover-wrap img{
	width:100%;
	height:100%;
}
.hover-show:hover .hover-wrap{
	transform: scale(1.2);
}

.first-hover-show{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	transform:translateY(-100%);
	transition: all .7s;
	color:#b1b1b1;
	opacity:0;
}
.video-info{
	width:160px;
	height:60px;
	margin:60px auto 0px;
	line-height:30px;
	font-size:18px;
	color:#b1b1b1;
	text-align:center;
}
.video-play{
	display:block;
	width:56px;
	height:56px;
	margin:5px auto;
	background:url(../image/video-play.png);
}
.first-hover:hover .first-hover-show{
	opacity:1;
	transform:translateY(0);
}



@media (max-width: 768px) { 
	.video-main {
		width: 100%;
		padding: 0 15px;
	}
	.img-wrap , .img-wrap.first{
		width: 100%;
		height: 100%;
	}
}

/*视频栏目全屏弹出层*/
#play{display:block;cursor:pointer;width:50px;height:50px;opacity:0.7;background:url(./new/play.png);position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-25px;transition:all 0.6s;}
.video-box:hover #play{transform: scale(1.1);opacity:1}
.strag-video-play{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	opacity:0;
	z-index:999999999999999;
	display:block;
	transition:opacity 0.8s;
}
.video-show{
	opacity:1;
}
.video-playbox{
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:600px;
	height: 500px;
	margin-left:-400px;
	margin-top:-300px;
	margin-top: -250px;
	padding:10px;
	overflow:hidden;
	border:2px solid #000;
	border-radius:8px;
	background:#fff;
}
.video-playbox iframe{border:none;outline:none;}
.video-play-close{display:block;width:37px;height:37px;background:url(../image/v-close.png) center center no-repeat;position: absolute;top:20px;right:20px;cursor:pointer}
.videoAnimated{
	-webkit-animation-duration:1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.videoWrapAnimated{
	-webkit-animation-duration:0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



/*下载页面*/
.down-box {
	margin: 37px auto 40px;
	margin: 10px auto 40px;
	min-height: 768px;
	background: #fff;
}
.down-box ul {
	list-style: none;
	padding: 0;
}
.down-box .title {
	margin: 0;
	padding: 0 15px;
	color: #2c2c2c;
	font-size: 24px;
	line-height: 48px;
	font-weight: 100;
	background: #f5f5f6;
}
.down-box .down-wrap-box {
	width: 1080px;
	margin: 0 auto;
}
.down-box .down-tab-box {
	padding: 40px 0 30px 0;
}

.good-tab {}
.tab-class li {
	float: left;
	position: relative;
	margin-right: 20px;
	border: 1px solid #808080;
	cursor: pointer;
}
.tab-class li img {
	height:100%;
}
.tab-class li:last-child { margin-right: 0;}
.tab-class li.active {
	border-color: #089cef;
}
.tab-class li.active:after {
	content: "";
	width: 24px;
	height: 23px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../image/tip.png);
}
.tab-class .tab-tit:before{
	content: attr(data-txt);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -28px;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}
.down-tab li{
	width: 200px;
	height: 31px;
	text-align: center;
	line-height:  31px;
}
.down-tit {
	width: 110px;
	color: #2c2c2c;
	font-size: 18px;
	padding: 0;
}
.down-tit .cercle {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 5px;
	background: #2c2c2c;
}
.down-box .line {
	height: 1px;
	background: #cfcfcf;
}

/*下载狂*/
.down-box-list {
	padding: 32px 0;
}
.down-box-list div {
	margin-bottom: 32px;;
}
.item-box {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.item-box .desc {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.item-box .down-btn-box {
	overflow: hidden;
	height: 32px;
	margin-top: 10px;
}
.item-box .down-btn {
	width: 87px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #808080;
	transition: all 0.2s;
}
.item-box .down-btn:hover {
	background: #089cef;
	color: #fff;
	border-color:#089cef !important;
}
.item-box  .down-btn-d {
	background: #2c2c2c;
	border: 1px solid #2c2c2c;
	color: #fff;
}
.d-icon {
	display: inline-block;
	width: 18px;
	height: 14px;
	vertical-align: -2px;
	background: url(../image/down-icon.png) no-repeat;
}
.r-icon {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin-right: 3px;
	vertical-align: -2px;
	background: url(../image/down-icon.png) -18px -1px no-repeat;
}

.app-down {
	padding-top: 40px;
}
.app-down .app-info {
	height: 203px;
	width: 880px;
	float: left;
	padding:0 15px;
}
.app-down .app-info h3 {
	font-size: 26px;
	margin: 0;
	margin-bottom: 10px;
}
.app-down .app-info p {
	line-height: 42px;
	margin: 0;
}
.app-down .ios p {
	line-height: 32px;
}
.app-down  .app-down-btn {
	display: inline-block;
	width: 208px;
	height: 34px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	letter-spacing: 1px;
	background: #089cef;
}
.app-down .gujian {
	width: 650px;
}
.app-down  .gujian p{
	line-height: 33px;
}

.notxt {
	width: 1080px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	line-height: 50px;
}
.mobile-span {
	padding-left: 15px;
}

@media (max-width: 768px) {
	.down-box .down-wrap-box {
		width: 100%;
		margin: 0 auto;
	}
	.down-box .down-tab-box {
		padding: 20px 0 20px 0;
	}
	.down-tab li{
		width: 100%;
		height: 31px;
		margin: 5px 0px;
		text-align: center;
		line-height:  31px;
	}
	.down-tit {
		padding-left: 15px;
		padding-bottom: 5px;
	}
	.app-down .app-info {
		width: 100%;
		height: auto;
		font-size: 14px;
	}
	.app-down .app-info h3 {
		font-size: 22px;
		margin: 0;
		margin-bottom: 10px;
	}
	.app-down .app-info p {
		line-height: 42px;
		line-height: 1.7em;
		margin: 0;
	}
	.app-down .ios p {
		line-height: 32px;
		line-height: 1.7em;
	}
	.app-down  .app-down-btn {
		margin-top:10px;
	}
	.notxt {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		text-align: center;
		line-height: 50px;
	}
}

@media (max-width: 480px){
	.tab-class li img {
		max-width: 110px;
	}
	.tab-class li {
		margin-right: 10px;
	}
	.mobile-span {
		display: block;
		padding-left: 0;
	}
}


/*服务政策*/
.servers {
	margin-bottom: 30px;
	font-family: "微软雅黑";
}
.ser-title {
	font-weight: normal;
	color: #2c2c2c;
	line-height: 35px;
	padding-left: 15px;
}
.server-box {
	width: 1170px;
	margin: 0 auto;
	padding: 16px;
	background: #fff;
}              
.server-box .hd {
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #cfcfcf;
}
.server-box .hd ul {
	width: 600px;
	margin: 0 auto;
}
.server-box .hd ul li {
	float: left;
	font-size: 18px;
	width: 200px;
	padding: 0 16px ;
}
.server-box .hd ul li a {
	display: inline-block;
	padding: 0 10px;
	height: 42px;
	border-bottom: 2px solid transparent;
}
.server-box .hd ul li.on a {
	border-bottom: 2px solid #089cef;
	color: #089cef;
}
.ser-wrap-box {
	padding: 0px 53px 35px;
	border-bottom: 1px solid #cfcfcf;
}
.ser-img-box {
	text-align: center;
}
.ser-img-box img {
	max-width: 100%;
}
.h4-tit {
	position: relative;
	color: #089cef;
	font-size: 18px;
	line-height:70px ;
	padding-left: 15px;
}
.h4-tit:before {
	content: "";
	position: absolute;
	top: 32px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;;
	background: #089cef;
}
.h4-tit-p {
	font-size: 14px;
	text-indent: 30px;
}
.h4-desc {
	
}
.h4-desc li {
	line-height: 28px;
}
.guiz {
	border:0;
}
.guiz dl {
	padding-left: 36px;
}
.guiz dl dt{
	position: relative;
	color: #444444;
	font-size: 18px;
	line-height: 50px;;
	font-weight: normal;
}
.guiz dl dt:before {
	content: attr(data-txt);
	position: absolute;
	top: 5px;
	left: -35px;
	font-size: 45px;
	color: #c2c2c2;
}
.guiz dl dd {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 28px;
}
.guiz dl dd:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;;
	background: #000;
}

@media  (max-width: 768px) {
	.servers {
		padding: 0;
		margin-top: 65px;
		margin-top: 15px;
	}
	.server-box{
		width: 100%;
		padding: 10px;
		border-radius: 5px;
	}
	.ser-wrap-box {
		padding: 0px 5px 35px;
	}
	.server-box .hd ul {
		width: 100%;
		overflow: hidden;
	}
	.server-box .hd ul li {
		width: 33.333% !important;
		padding:0 0px;
	}
	.guiz dl dt {
		line-height: 30px;
	}
}

/*公司新闻*/
.articles {
	padding: 10px;
}
.art-left {
	width: 910px;
	border-radius: 5px;
	margin-left: 25px;
	padding: 20px;
}
.art-right {
	width: 250px;
	margin-left: 13px;
	border-radius: 5px;
	padding:0 5px 5px;
}
.articles-box {
	border-bottom: 1px solid #dfdfdf;;
}
.articles-box.nobottom {
	border:0;
}
.articles-box .tit {
	color: #2c2c2c;
	font-size: 18px;
}
.articles-box .info {
	padding-top: 10px;
	line-height: 30px;
	text-indent: 2em;
}
.articles-box .articles-desc {
	min-height: 768px;
}
.articles-box .date-line {
	color: #b1b1b1;
}
/*热门阅读*/
.aside-r-box {
	padding:15px 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.aside-r-box h3 {
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
}
.aside-r-box .cate-list {
	padding: 6px;
}
.aside-r-box .cate-list li {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.aside-r-box .cate-list li.active {
	background: #089cef;
	color: #fff;
}
.aside-r-box .cate-list li a {
	color:inherit;

}
.aside-r-box .cate-list li.active a {
	
}

.aside-r-box .host-list{
	padding: 6px;
}
.aside-r-box .host-list li{
	height: 30px;
	line-height: 30px;
	overflow:hidden;
}
.aside-r-box .host-list li span {
	display: inline-block;
	width:14px;
	height:14px;
	margin:0 6px;
	border-radius:50%;
	background:#333;
	line-height: 14px;
	text-align: center;
	font-size:8px;
	color:#fff;
}
.cate-list li>a,.aside-r-box .host-list li>a, .recommend li span{
	transition: all .3s ;
}
.cate-list li>a:hover,.aside-r-box .host-list li>a:hover{
	color:#089cef;
}
.recommend {
	padding: 6px;
}
.recommend li {
	text-align: center;
	padding: 5px 0px;
	border-bottom: 1px solid #dfdfdf;
}
.recommend li:hover span {
	color: #089cef;
}
.recommend li:last-child {
	border:0;
}
.reco-t {
	line-height: 30px;;
}


.icon-subs {
	display: inline-block;
	width: 19px;
	height: 22px;
	background: url(../image/dyue.jpg) center center no-repeat;
	vertical-align: -2px;
	margin-right: 2px;
}
.subscibe {
	padding: 16px 6px;
}
.subscibe-form {
	line-height: 30px;
	margin-bottom: 5px;;
	overflow:hidden;
}
.subscibe-form .sub-form-input {
	float: left;
	width: 165px;
	height: 30px;
	border: 1px solid #e6e6e6;
	text-indent: 0.5em;;
}
.subscibe-form .sub-form-btn {
	float: left;
	display: inline-block;
	height: 30px;
	width: 50px;
	background: #089CEF;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
}

@media (max-width: 768px) {
	.wrap-main {
		min-width: 100% !important;
		min-height: auto;
		padding: 0 15px 15px;
		padding: 50px 10px 10px;
		padding: 0 10px 10px 10px;
		background: #f5f5f6;
		overflow: hidden;
	}
	.art-left {
		width: 100%;
		margin-left: 0;
		padding: 10px;
	}
	.pic-box img {
		max-width: 100%;
	}
	.articles-box .tit  {
		line-height: 30px;
	}
	.articles-box .articles-desc {
		min-height: auto;
	}
}


/*招聘页面*/
.job-box {
	padding-bottom: 50px;
}
.job-left {
	width: 215px;
	padding: 15px;
	margin-left: 15px;
}
.job-right {
	width: 940px;
	margin-left: 15px;
	padding-bottom: 100px;
}
.job-right,.job-left {
	border-radius: 5px;
}
.job-box{
	margin-top: 10px;
}
.job-box .cate-list {
}
.job-box .cate-list li {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.job-box .cate-list li.active {
	
}
.job-box  .cate-list li a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color:inherit;
	margin-top: 2px;
}
.job-box .cate-list li.active a {
	background: #089cef;
	color: #fff;
}
.job-box .job-icon {
	display: inline-block;
	width: 22px;
	height: 19px;
	margin-right: 5px;
	background-image: url(../image/job-png.png);
	background-repeat: no-repeat;
}
.job-box .job1 {
	background-position: -44px 5px;
}
.job-box .job2 {
	background-position: -0px 5px;
}
.job-box .job3 {
	background-position: -22px 5px;
}

.job-right h3 {
	position: relative;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	font-weight: normal;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 10px;
}
.job-right h3:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #6b6b6b;
	position: absolute;
	bottom:-1px;
	left: 0;
}
.job-search {
	position: relative;
	height: 40px;
	border: 2px solid #089cef;
	margin: 20px 0px;
}
.job-search .job-control {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: 0;
	text-indent: 0.5em;
}
.job-search .job-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 36px;
	
}
.job-search .job-btn button {
	border: 0;
	outline: 0;;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #089cef;
}
.job-site-list {
	overflow:hidden;
}
.job-site-list li {
	float: left;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	cursor: pointer;
}
.job-site-list li.on {
	color: #fff;
	font-size: 16px;
	background: #089cef;
	
}
.table-box {
	padding: 20px 0 10px 0px;
}
.job-table {
	width: 100%;
	
}
.job-table .txt-l {
	text-align: left;
}
.job-table th {
	height: 28px;
	color: #2c2c2c;
	font-weight: normal;
	text-align: center;
	background: #e9e9e9;
	padding: 6px 0;
}
.job-table td {
	text-align: center;
	padding: 10px 8px;
}
.job-table td, .job-table th{
	border: 0 !important;
	
}

.job-desc-box {
	margin-top: 20px;
}
.job-desc-box h6 {
	height: 40px;
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 18px;
	line-height: 40px;
	background: #e9e9e9;
}
.job-desc-box ul { overflow: hidden; border-bottom: 1px solid #cfcfcf; line-height: 65px;}
.job-desc-box ul li { 
	float: left;
	width: 33.3333%;
	padding-left: 10px;
}
.job-desc-box .job-describe {
	padding: 20px 10px;
}
.job-desc-box .job-describe p {
	margin:0;
	line-height: 1.7em;
}
.job-desc-box .job-describe ul {
	line-height: 1.7em;
	border: none;
}
.job-desc-box .job-describe ul li {
	width: 100%;
}
.job-liuc img {
	max-width: 100%;
}
@media (max-width: 768px) {
	.job-box {
		padding-bottom: 0;
	}
	.job-right {
		margin-left: 0;
		width: 100%;
		padding: 15px 10px;
		padding: 10px;
		/*padding: 15px 0px;*/
	}
	
}
@media (max-width: 480px) {
	.job-desc-box ul {
		line-height: 30px;
		padding: 5px 0;
	}
	.job-desc-box ul li { width: 100%; }
}

/*体验店*/
.ty-banner {
	height: 598px;
	background: url(../image/tiyan.jpg) top center no-repeat;
}

.help-banner {
	margin:0 -10px;
}
.help-banner img {
	width: 100%;
	max-width: 100%;
}
.yh-dian {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 450px;
	height: 250px;
	height: 200px;
	padding: 16px;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.yh-dian h3 {margin:0 0 15px 0;}
.yh-dian p a {
	color: inherit;
}
.ty-header {
	position: relative;
	width: 1200px;
	height: 60px;
	margin: 20px auto 0px;;
}
.ty-header h3 {
	font-size: 24px;
	padding-left: 30px;
	line-height: 60px;
}
.ty-header h3 .small {
	font-size: 12px;
	color:#089CEF;
	padding-left: 5px;
	text-decoration: underline;
}
.select-box {
	position: absolute;
	top: 15px;
	right: 0;
}
.select-box .countries {
	width: 100px;
	height: 30px;
	padding-left: 0.5em;
	outline: 0;
	border: 1px solid #ddddde;
}
.select-box li {
	float: right;
	margin-left: 10px;
	line-height: 30px;
}

.ty-box {
	padding: 0 30px;
	min-height: 200px;
}
.ty-check {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
}
.ty-check li {
	float: left;
	margin-right: 30px;
	line-height: 45px;
}
.ty-box table {
	margin-top: 15px;
}
.ty-table th {
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #424242;
}
.ty-btn {
	display: block;
	width: 250px;
	height: 40px;
	margin: 24px auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background: #089cef;
}
.ty-btn:hover {
	color: #fff;
}

.city-box {
	position: relative;
	float: right;
	width: 180px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 10px;
	border:1px solid #ddddde;
	line-height: 30px;
	color: #dedede;
	background: #fff;
	cursor: pointer;
}

.city-box .dj{
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	width:0px;
	height:0px;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
	
}
.city-box .sild_box {
	display: none;
	position: absolute;
	top: 28px;
	left:0px;
	width: 180px;
	height:200px;
	background: #fff;
	overflow: auto;
}
.city-box .sild_box a {
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
}

.city-box .sild_box a:hover {
	color: #fff;
	background: #D0D2D0;
}
.city-box .sild_box a {
	display: block;
	height: 35px;
	line-height: 35px;
	outline: 0;
}
@media (max-width: 1366px) {
	.ty-banner { 
		height: 380px;
		background: url(../image/tiyan.jpg) bottom center no-repeat;
	}

}
@media (max-width: 768px) {
	.ty-banner {
		height: 320px;
		margin: 0 -10px;
		background: url(../image/tiyan.jpg) bottom center no-repeat;
	}
	.ty-header {
		width: 100%;
		height: 130px;
	}
	.ty-box {
		padding: 0 10px;
	}

	.ty-header h3 {padding: 0;text-align: center;margin-bottom: 20px;}
	.ty-header h3 .small { display: block;}
	.select-box {
		top: 90px;
	}
	.city-box {
		position: relative;
	}
}
@media (max-width: 480px){
	.yh-dian {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.yh-dian h3 {
		font-size: 18px;
	}
	.yh-dian p {
		line-height: 22px;;margin:0;
	}
}

/*faq*/
.faq-box .aside-r-box {
	padding: 0;
}
.faqBox {
	width: 100%;
	margin-top: 16px;
}
.faqBox .faqTab {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #dfdfdf;
}
.faqBox .faqTab li {
	float: left;
	padding:0 50px 0px 10px;
	cursor:pointer;
	border-bottom: 2px solid transparent; 
	
}
.faqBox .faqTab li.on {
	color: #089CEF;
	/*font-size: 16px;*/
	height: 36px;
	border-bottom: 2px solid #089CEF;
	transition: all 0.2s;
	
}
.faq-txt {
	padding: 10px 0;
}
.faq-txt h5 {
	border: 0;
	margin-top: 20px;
	cursor: pointer;
}
.faq-txt ul {
	padding-bottom: 10px;
}
.faq-txt ul li {
	color: #999;
	line-height: 24px;
}
@media (max-width: 480px) {
	.faqBox {
		margin-top: 0;
	}
	.faqBox .faqTab{ height: auto; overflow: hidden;}
	.faqBox .faqTab li {
		width: 50%;
	}
	.faqBox .faqTab li.on {
		height: auto;
	}
}


/*二级导航样式*/
.subMenu{
	width:100%;
	height:40px;
	background:rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left:0px;
	z-index:1;
}
.subMenu .sub-tit{
	font-size:16px;
	line-height: 40px;
	color:#474747;
	margin: 0;
}
.subMenu .sub-nav{
	overflow:hidden;
	height:40px;
}
.subMenu .sub-nav a{
	display:inline-block;
	float:left;
	padding:0px 20px;
	font-size:14px;
	line-height: 40px;
	color:#474747;
}
.subMenu .sub-nav a.active { color: #00A3FF}
.sub-menu li.active > a{ color: #049FF1}
/*手机端显示的二级菜单定义样式*/
.static-div { padding: 0 10px;}
.static-title {
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
ul.animate {
	-webkit-transition: -webkit-transform 0.75s ; 
       -moz-transition: transform 0.75s ; 
         -o-transition: transform 0.75s ; 
            transition: transform 0.75s ;
}

.inner-link,.inner-link:hover { color: #049ff1;}
.inner-content {
	width: 860px;
	margin: 0 auto;
}
.inner-content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.ab-title {
	font-size: 36px;
	font-size: 32px;
}
.ab-sub-title {
	font-size: 24px;
	font-size: 22px;
}
.ab-sub-line {
	font-size: 24px;
	width: 2em;
	height: 4px;
	background: #049ff1;
	margin: 10px 0;
}

.ab-img-wrap {
	position: relative;
	text-align: center;
}
.ab-img-wrap  img{ max-width: 100%;}
.ab-img-wrap .ab-img-tit{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 1px;
}

.ab-section-1 {
	height: 358px;
	background-color: #fff;
	background-image: url(../image/about/partner/top_banner.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
.ab-navbar {
	width: 100%;
	height: 40px;
	background: #fff;
}
.ab-navbar-list {
	width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
}
.ab-navbar-list li { 
	display: inline-block;
	line-height: 40px;
	margin: 0 2px;
	color: #999999;
}
.ab-navbar-list li> a { color: #999}
.ab-section-2 {
	padding: 70px 0 80px;
}
.ab-section-3 {
	height: 600px;
	background-image: url(../image/about/ab-section-3.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
.ab-section-3 .inner-content-box {
	width: 480px;
	padding-top: 150px;
	width: 580px;
	padding-top: 120px;
}


.ab-section-4 {
	height: 658px;
	background-image: url(../image/about/ab-section-4.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
.ab-section-4 .inner-content-box {
	text-align: center;
	width: 670px;
	margin:0 auto;
	padding-top: 150px;
	width: 780px;
	padding-top: 100px;

}
.ab-section-4 .inner-content-box .ab-sub-line {
	margin: 10px auto;
}
.ab-section-4 .inner-content-box p,.ab-section-3 .inner-content-box p {
	margin-top: 30px;
}

.ab-section-5 {
	padding-top: 97px;
	padding-bottom: 43px;	
}
.ab-section-5 .inner-content-box {
	text-align: center;
	margin-bottom: 65px;
}
.ab-section-5 .inner-content-box .ab-sub-line{
	margin: 0 auto;
}
.ab-section-5 .ab-desc {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 18px;
}
.ab-section-5 .row > div { padding-top: 10px; padding-bottom: 10px;}
.cont-wrap {padding: 15px; background-color: #fff; overflow: hidden; height: 480px}
@media only screen and (max-width: 768px){
	.wrap-main { padding: 0;}
	.inner-content { width: 100%; }
	.ab-section-1 {
		height: auto;
		background: none;
		text-align: center;
	}
	.ab-img-wrap img, .inner-content img, .ab-section-1 img {max-width: 100%;}
	.ab-section-2 { padding: 10px 10px 30px; }
	.ab-section-3, .ab-section-4 { height: auto; padding: 20px 10px;}
	.ab-section-3 .inner-content-box, .ab-section-4 .inner-content-box { width: 100%; padding: 0;text-align: center;}
	.ab-section-3 .inner-content-box .ab-sub-line {margin: 10px auto;}
	.ab-section-5 { padding-top: 0px; padding-bottom: 20px;}
	.ab-section-5 .inner-content-box { margin-bottom: 30px;}
	.cont-wrap { height: auto}
	.ab-title {font-size: 22px;}
	.ab-sub-title {font-size: 18px;}
}


/*发展历程*/
.lc-section-6 {
	width: 1200px;
	min-height: 800px;
	margin: 2px auto 20px;
	overflow: hidden;
	background: #fff;
	padding: 50px 0 70px;
}
.color-strong { color: #049ff1}
.lc-section-6 .lc-list {
	width: 860px;
	margin: 0 auto;
	padding-left: 32px;
	border-left: 1px solid #d5d5d5;
	position: relative;
	/*word-break: break-all;*/
}
.lc-section-6 .lc-list::after{
	content:"";
	width: 2px;
	height: 15px;
	position: absolute;
	top: 0;
	left: -1px;
	background: #fff;
}
.lc-section-6 .lc-list::before{
	content:"";
	width: 2px;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: -1px;
	background: #fff;
}
.lc-list li { margin-bottom: 20px; position: relative;}
.lc-list li::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	top: 8px;
	left: -37px;
}
.lc-list li.lc-year::after {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #049ff1;
	position: absolute;
	top: 15px;
	left: -39px;
}
.lc-list li.lc-icon::after {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #049ff1;
	background-image: url(../image/about/lc_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: -54px;
}
.lc-list li.lc-icon-ghost2::after {
	content: "";
	background-position: 0 -40px;
}
.lc-list li.lc-icon-ghost1::after {
	content: "";
	background-position: 0 -80px;
}
.lc-list li.lc-icon-ehang::after {
	content: "";
	background-position: 0 -120px;
}
.lc-list .lc-year {
	color: #049ff1;
	font-size: 36px;
}
.lc-list h6 {
	color: #999999;
	font-size: 24px;
	margin: 0 0 5px 0;
}
.lc-list p {
	font-size: 18px;
	margin: 0 0 5px 0;
}
@media only screen and (max-width: 768px){
	.lc-section-6 { width: 100%; padding: 0px 0px 0 25px;}
	.lc-section-6 .lc-list { width: 100%; padding-right: 5px; }
}


/*联系我们*/
.lx-section-7 {
	width: 1200px;
	min-height: 800px;
	margin: 2px auto 20px;
	overflow: hidden;
	background: #fff;
	padding: 20px 0;
}
.lx-section-7>.inner-content {
	width: 960px;
	margin: 0 auto;
}
.lx-row { border-bottom: 1px solid #e7e7e7;}
.lx-contact-box { padding: 20px;}
.lx-contact-box ol {list-style: none;margin: 0;padding-left: 25px;width: 90%;}
.lx-contact-box h5 { font-size: 18px; margin-top: 20px;}
.lx-contact-box ol li { position: relative; margin-bottom: 8px; font-size: 16px;}
.lx-contact-box ol li::after{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../image/about/lx_icon.png);
	position: absolute;
	top: 2px;
	left: -24px;
}
.lx-contact-box ol li.lx-mail::after { background-position: 0 -20px;}
.lx-contact-box ol li.lx-tell::after { background-position: 0 -40px;}
.lx-contact-box ol li.lx-online-time::after { background-position: 0 -60px;}

.lc-coo-box dl {
	padding-left: 54px;
	position: relative;
	min-height: 80px;;
}
.lc-coo-box dl::after{
	content: attr(data-value);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #049ff1;
	color: #fff;
	position: absolute;
	top: 0;
	left: -4px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	
}
.lx-box-title { font-size: 24px; color: #049ff1; margin: 50px 0 30px; padding-left: 0.5em}
.lc-coo-box dl dt { font-size: 18px; font-weight: 400; margin-bottom: 4px;}
.lc-coo-box dl dd { font-size: 16px; color: #777777; line-height: 20px;}
.lx-erm-box { padding: 0 0 60px; font-size: 16px;}
.lx-erm { text-align: center; padding-top: 20px;}
.lx-erm > img { margin-bottom: 20px;}

/*战略合作*/
.par-section-8 {width: 1200px;margin: 1px auto 20px;background: #fff;}
.par-section-8 .inner-content {width: 1000px;margin: 0 auto;}
.par-item {padding: 20px 0;}
.par-item > div {text-align: center;margin-bottom: 15px;}

@media only screen and (max-width: 768px){
	.lx-section-7,.par-section-8 ,.lx-section-7>.inner-content,.par-section-8>.inner-content{ width: 100%; }
}