﻿@charset "utf-8";
/*软件推荐*/
.more_software {
	background: #fff;
	box-shadow: 0 0 18px rgba(66,66,66,.18);
	padding: 20px 0;
	position: relative;
	top: -60px;
	border-radius: 14px;
}

.more_software .more_title {
	border-bottom: 1px solid #ccc;
	height: 40px;
}

.more_software .more_title h4 {
	color: #222;
	float: left;
	font-size: 20px;
	margin-left: 15px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 0;
	background: url(../img/tuijian.png) no-repeat left;
	text-indent: 36px;
	line-height: 28px;
}

.more_software .more_title a {
	float: right;
	color: #999;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
}

.more_software .more_box {
	margin: 0 auto;
}

.more_software .more_box li {
	border: 1px solid #ddd;
	background: #fefefe;
	margin-left: 13px;
	margin-top: 15px;
	border-radius: 10px;
	width: 274px;
	padding: 0;
}

.more_software .more_box li .pngbox{
	width: 112px;
	height: 84px;
	border: 1px solid #ddd;
	border-radius: 6px;
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	overflow: hidden;
	text-align: center;
}
.more_software .more_box li img {
	/*
	max-width: 100%;
	min-height:84px ;
	*/
	height: 100%;
}

.more_software .more_box li .more_btnbox {
	float: right;
	width: 120px;
	height: auto;
	margin-right: 12px;
	margin-top: 8px;
}

.more_software .more_box li p {
	font-size: 12px;
	color: #888;
	height: 30px;
	padding:6px 10px;
	margin: 10px 12px;
	background: #f7f7f7;
	border-radius: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.more_software .more_box li .more_btnbox h4 {
	font-size: 16px;
	height: 34px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.more_software .more_box li .more_btnbox a {
	display: block;
	padding: 10px 10px;
	background: #F8C205;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	padding: 8px !important;
	text-align: center;
}

.more_software .more_box li .more_btnbox h4:hover {
	color: #222;
	cursor: pointer;
}

.more_software .more_box li:nth-child(1) {
	/*margin-left: 0;*/
}
/*左移入效果*/
.fadeInLeft {
	-webkit-animation: fadeInLeft 1.1s .6s ease both;
	-moz-animation: fadeInLeft 1.1s .6s ease both;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
/*end*/
/*友情链接*/
.friend_line {
	margin: 20px auto;
	text-align: center;
}

.friend_line h5 {
	color: #e4e4e4;
	margin: 10px 15px;
	font-size: 14px;
	width: auto;
	text-align: center;
	display: inline-block;
	float: inherit;
}

.friend_line .friend_box {
	text-align: center;
	width: auto;
	display: inline-block;
	float: inherit;
}

.friend_line .friend_item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 10px 15px;
}

.friend_line .friend_item a {
	font-size: 14px;
	color: #e4e4e4;
}

.friend_line .friend_item a:hover {
	color: #F8C206;
}
/*end*/
	.section_reason {
		padding: 0;
		margin: 0 auto;
	}
	.container .reason_title {
		text-align: center;
	}
	.container .reason_title hgroup h2 {
		font-size: 30px;
		color: #111;
		font-weight: bold;
	}
	.container .reason_title hgroup h4 {
		font-size: 16px;
		color: #555;
		margin: 20px auto;
	}
	.container .reason_title .line img {
		max-width: 100%;
		margin: 0 auto;
	}
	.section_reason .reason_items {
		font-size: 0;
		margin-top: 50px;
	}
	.section_reason .reason_items li {
		width: 23%;
		height: 345px;
		margin: 0 auto;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: center;
		border: 1px solid #ccc;
		position: relative;
		transition: all 0.3s ease;
		z-index: 1;
		margin-left: 2.4%;
		border-radius: 12px;
		vertical-align: middle;
	}
	.section_reason .reason_items li:first-child{
		margin-left: 0;
	}
	.section_reason .reason_items li .reason_box {
		width: 88%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.section_reason .reason_items li:hover {
		box-shadow: 0 3px 14px rgba(248, 194, 5, .3);
		transform: translate(0, -5px);
		border: 1px solid transparent;
		z-index: 5;
	}
	
	.section_reason .reason_items li img {
		max-width: 100%;
	}
	.section_reason .reason_items li .item_text h4 {
		color: #111;
		font-size: 22px;
		margin: 20px auto;
	}
	.section_reason .reason_items li .item_text p {
		color: #555;
		width: 100%;
		height: auto;
		line-height: 24px;
		margin: 0 auto;
		font-size: 14px;
	}
	.section_reason .reason_items li:hover h4{
		color: #f08326;
	}
	.section_reason .reason_items li:hover p{
		color: #ff8f00;
	}
	/*<!--支付保障，团队支撑，贴心服///////////-->*/
	.section_ident {
		padding: 20px 0;
		margin: 60px auto;
		height: auto;
		background: linear-gradient(180deg, #ffc807, #fe9601);
		background: -webkit-linear-gradient(90deg, #fe9601, #ffc807);
		background: -moz-linear-gradient(90deg, #fe9601, #ffc807);
	}
	.section_ident .ident_box {
		padding: 0;
		margin: 0px auto;
		font-size: 0;
	}
	.section_ident .ident_box .icon_item {
		width: 20%;
		height: 100%;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: center;
	}
	.section_ident .ident_box .icon_item img {
		max-width: 100%;
		margin-top: 8px;
	}
	.section_ident .ident_box .icon_item p {
		color: #fff;
		font-size: 20px;
		margin-top: 6px;
	}
	/*<!--///////////// 软件的特性/////////////-->*/
	.section_function table {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.section_function table tr {
		padding: 50px 0;
	}
	.section_function .fun_item1,
	.fun_item2,
	.fun_item3 {
		border-top: none !important;
	}
	.section_function .fun_item7,
	.fun_item8,
	.fun_item9 {
		border-bottom: none !important;
	}
	.section_function .fun_item1,
	.fun_item4,
	.fun_item7 {
		border-left: none !important;
	}
	.section_function .fun_item3,
	.fun_item6,
	.fun_item9 {
		border-right: none !important;
	}
	/*///////css翻转////////*/
	.card-container {
		/*perspective: 900px;*/
	}
	/*外围尺寸//////*/
	.card {
		transition: all 0.6s ease;
		transform-style: preserve-3d;
	}
	/*内线尺寸/////*/
	.front,
	.back {
		/*position: absolute;*/
		background: none;
		top: 0;
		left: 0;
		border-radius: 5px;
		color: black;
		backface-visibility: hidden;
	}
	.front {
		/*display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;*/
	}
	.back {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		line-height: 24px;
		color: #333;
		width: 80%;
		height: auto;
		position: fixed;
		margin: 0 auto;
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
	}
	.card-container .card:hover {
		transform: rotateY(180deg);
		background: #f8c205;
		-webkit-box-shadow: 0 0 12px #ffd98e;
		-moz-box-shadow: 0 0 12px #ffd98e;
		box-shadow: 0 0 12px #ffd98e;
		border-radius: 8px;
	}
	.back {
		transform: rotateY(180deg);
		color: #111;
	}
	.section_function table td {
		padding: 50px;
		/*border: 1px solid #ccc;*/
		text-align: center;
	}
	.section_function table tr:nth-child(2) td {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.section_function table tr td:nth-child(2) {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.section_function table td img {
		max-width: 100%;
		border-radius: 50%;
		-webkit-box-shadow:0px 5px 14px #dcdcdc;
		-moz-box-shadow: 0px 5px 14px #dcdcdc;
		box-shadow: 0px 5px 14px #dcdcdc;
	}
	.section_function table tr:nth-child(1) td:nth-child(1) img{
		-webkit-box-shadow:0px 5px 14px #8fd6ff;
		-moz-box-shadow: 0px 5px 14px #8fd6ff;
		box-shadow: 0px 5px 14px #8fd6ff;
	}
	.section_function table tr:nth-child(1) td:nth-child(2) img{
		-webkit-box-shadow:0px 5px 14px #a1e0b9;
		-moz-box-shadow: 0px 5px 14px #a1e0b9;
		box-shadow: 0px 5px 14px #a1e0b9;
	}
	.section_function table tr:nth-child(1) td:nth-child(3) img{
		-webkit-box-shadow:0px 5px 14px #ffd1c9;
		-moz-box-shadow: 0px 5px 14px #ffd1c9;
		box-shadow: 0px 5px 14px #ffd1c9;
	}
	.section_function table tr:nth-child(2) td:nth-child(1) img{
		-webkit-box-shadow:0px 5px 14px #fff0a8;
		-moz-box-shadow: 0px 5px 14px #fff0a8;
		box-shadow: 0px 5px 14px #fff0a8;
	}
	.section_function table tr:nth-child(2) td:nth-child(2) img{
		-webkit-box-shadow:0px 5px 14px #d9ccff;
		-moz-box-shadow: 0px 5px 14px #d9ccff;
		box-shadow: 0px 5px 14px #d9ccff;
	}
	.section_function table tr:nth-child(2) td:nth-child(3) img{
		-webkit-box-shadow:0px 5px 14px #a1e0b9;
		-moz-box-shadow: 0px 5px 14px #a1e0b9;
		box-shadow: 0px 5px 14px #a1e0b9;
	}
	.section_function table tr:nth-child(3) td:nth-child(1) img{
		-webkit-box-shadow:0px 5px 14px #ffd1c9;
		-moz-box-shadow: 0px 5px 14px #ffd1c9;
		box-shadow: 0px 5px 14px #ffd1c9;
	}
	.section_function table tr:nth-child(3) td:nth-child(2) img{
		-webkit-box-shadow:0px 5px 14px #8fd6ff;
		-moz-box-shadow: 0px 5px 14px #8fd6ff;
		box-shadow: 0px 5px 14px #8fd6ff;
	}
	.section_function table tr:nth-child(3) td:nth-child(3) img{
		-webkit-box-shadow:0px 5px 14px #fff0a8;
		-moz-box-shadow: 0px 5px 14px #fff0a8;
		box-shadow: 0px 5px 14px #fff0a8;
	}
	.section_function table td h3 {
		margin-top: 18px;
	}
	.section_function .fun_bottom {
		border-bottom: none;
	}
	/*///////////大于768px//////*/
	/*.section_reason .reason_items {
		margin: 0 auto;
	}*/
	/*使用帮助/////////*/
	.section_help{
		padding: 20px 0;
	}
	.help_list {
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 50px;
		font-size: 0;
	}
	.help_list li {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 32%;
		height:auto;
		margin-top: 40px;
		background: #fff;
		/*margin:30px auto;*/
		/*	display: inline-block;
	*zoom: 1;
	*display: inline;*/
	}
	/*.help_list .news_abv{
	margin-left: 40px;
}*/
	.help_list .news_abv {
		float: right;
	}
	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(180px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateX(0);
		}
	}
	@keyframes fadeInRight {
		0% {
			opacity: 0;
			transform: translateX(100px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	/*调用animation属性，从而让按钮在载入页面时就具有动画效果 以-webkit为例，请为不同的浏览器添加前缀 */
	.help_list li:nth-child(1) {
		-webkit-animation-name: "fadeInRight";
		/*动画名称，需要跟@keyframes定义的名称一致*/
		-webkit-animation-duration: .5s;
		/*动画持续的时间长*/
		-webkit-animation-iteration-count: 1;
		/*动画循环播放的次数为1 infinite为无限次*/
	}
	.help_list li:nth-child(2) {
		-webkit-animation: 'fadeInRight' .75s 1
	}
	/* 简写 */
	.help_list li:nth-child(3) {
		-webkit-animation: 'fadeInRight' 1s 1
	}
	.help_list li:nth-child(4) {
		-webkit-animation: 'fadeInRight' 1.25s 1
	}
	.help_list li:nth-child(5) {
		-webkit-animation: 'fadeInRight' 1.5s 1
	}
	.help_list li:nth-child(6) {
		-webkit-animation: 'fadeInRight' 1.75s 1
	}
	.help_list li a {
		display: block;
		width: 100%;
		height:93px;
		position: relative;
		transition: all .4s ease 0s;
		border-radius: 5px;
	}
	.help_list li a p {
		font-size: 14px;
		color: #333;
		width: 68%;
		/*height:60%;*/
		margin-left: 3%;
		overflow: hidden;
		text-overflow: ellipsis;
		/* white-space: nowrap;*/
		/*line-height: 30px;*/
		display: inline-block;
		*display: inline;
		*zoom: 1;
		transition: all .4s ease 0s;
		margin-bottom: 0;
		margin-left: 8px;
		vertical-align: middle;
	}
	.help_list li a .news_time {
		width: 24%;
		height:auto;
		color: #333;
		background: #ffcc33;
		border-radius: 5px;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		transition: all .4s ease 0s;
	}
	.help_list li a .news_time span {
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 14px 0;
	}
	.help_list li a .news_time strong {
		font-size: 34px;
		display: block;
	}
	.help_list li a:hover {
		transition: all .4s ease 0s;
		/*background: linear-gradient(120deg, #f3c94c, #faae6f);
		background: -webkit-gradient(linear, 8px 6px, 0 100%, from(#f3c94c), to(#faae6f));
		background: -webkit-linear-gradient(120, #f3c94c, #faae6f));
		background: -ms-linear-gradient(120, #f3c94c, #faae6f));
		background: linear-gradient(120, #f3c94c, #faae6f));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3c94c, endColorstr=#faae6f);*/
		box-shadow: 0 0 24px #f9dac1;
	}
	/*.help_list li a:hover .news_time {
		border-right: 1px solid #fff;
		color: #fff;
		background: none;
	}
	.help_list li a:hover p {
		color: #fff;
	}*/
	/*<!--///////////// 合作伙伴/////////////-->*/
	.section_partner {
		background: #fafafa;
		height: auto;
		padding: 40px 0;
	}
	.section_partner .container {
		padding: 0;
		margin: 0 auto;
		clear: both;
	}
	.section_partner .partner_title {
		background: #fff;
		width: 19%;
		margin-right: 1%;
		height: 280px;
		text-align: center;
		position: relative;
		float: left;
		border-radius: 8px;
		-webkit-box-shadow: 0 0 14px #e4e4e4;
		-moz-box-shadow: 0 0 14px #e4e4e4;
		box-shadow: 0 0 14px #e4e4e4;
	}
	.section_partner table {
		width: 80%;
		height: 280px;
		float: right;
	}
	.section_partner .partner_title .partner_box {
		margin-top: 80px;
	}
	.section_partner .partner_title .partner_box h2 {
		margin-bottom: 20px;
		color: #111;
	}
	.section_partner .partner_title .partner_box .bc_img {
		background: url(../img/bc_img.png) no-repeat center;
	}
	.section_partner .partner_title .partner_box p {
		font-size: 14px;
	}
	.section_partner table tr {
		padding: 30px;
		text-align: center;
	}
	.section_partner table tr td {
		transform: translate(0, 0);
		transition: all .2s ease-in 0s;
	}
	.section_partner table tr .partner_item {
		/*width: 30%;*/
		
	}
	.section_partner table tr .partner_item:before{
		display: block;
		content: '';
		width: 94%;
		height: 128px;
		margin: 0 3%;
		background-color: #fff;
		background-image: url(../img/partner.png);
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 8px;
		-webkit-box-shadow: 0 0 14px #e4e4e4;
		-moz-box-shadow: 0 0 14px #e4e4e4;
		box-shadow: 0 0 14px #e4e4e4;
	}
	.section_partner table tr .partner_item:before{
		background-size: contain;
	}
	table tr:nth-child(1) .partner_item:nth-child(1):before{
		background-image: url(../img/joinpic/partner_1.png);
	}
	 table tr:nth-child(1) .partner_item:nth-child(2):before{
		background-image: url(../img/joinpic/partner_2.png);
	}
	 table tr:nth-child(1) .partner_item:nth-child(3):before{
		background-image: url(../img/joinpic/partner_3.png);
	}
	table tr:nth-child(2) .partner_item:nth-child(1):before{
		background-image: url(../img/joinpic/partner_4.png);
	}
	 table tr:nth-child(2) .partner_item:nth-child(2):before{
		background-image: url(../img/joinpic/partner_5.png);
	}
	 table tr:nth-child(2) .partner_item:nth-child(3):before{
		background-image: url(../img/joinpic/partner_6.png);
	}

	.section_partner table tr:nth-child(1) .partner_item:before{
		margin-bottom:8px ;
	}
	.section_partner table tr:nth-child(2) .partner_item:before{
		margin-top:8px ;
	}
	.help_list li:nth-child(2){
		margin-left: 22px;
		margin-right: 22px;
	}
	.help_list li:nth-child(5){
		margin-left: 22px;
		margin-right: 22px;
	}
	/* .section_partner table tr td:hover {
		background: url(../img/ba_imgno.png) no-repeat center;
	} */
	@media only screen and (max-width:1200px ) {
		.section_reason .reason_items li{
			width: 22%;
			margin-left: 3.5%;
		}
		.help_list li{
			width: 31.5%;
		}
	}

@media screen and (max-width: 760px) {
	.container .reason_title {
		text-align: center;
		/*padding-left: 15px;
		padding-right: 15px;*/
	}
	.container .reason_title hgroup h2 {
		font-size: 24px;
		color: #111;
		font-weight: bold;
		padding-top: 10px;
	}
	.container .reason_title hgroup h4 {
		font-size: 14px;
		color: #555;
		margin: 10px auto;
		line-height: 20px;
	}
	.container .reason_title .line img {
		max-width: 100%;
		margin: 0 auto;
	}
	.section_reason .reason_items {
		padding: 0 12px;
		margin-top: 30px;
	}
	.section_reason .reason_items li {
		width: 49.8%;
		height: auto;
		margin: 0 auto;
		/*display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: center;*/
		position: relative;
		transition: all 0.3s ease;
		z-index: 1;
		padding-top: 8px;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		border: 0;
		border-radius: 0;
	}
	.section_reason .reason_items li:first-child {
		border-top: 0;
	}
	.section_reason .reason_items li:nth-child(odd) {
		border-right: 1px solid #ddd;
	}
	.section_reason .reason_items li:nth-child(1),
	.section_reason .reason_items li:nth-child(2) {
		border-bottom: 1px solid #ddd;
	}
	.section_reason .reason_items li .reason_box {
		position: initial;
		margin: 10px auto;
		padding: 0 10px;
	}
	.section_reason .reason_items li:hover {
		box-shadow: 0 0 8px rgba(51, 51, 51, .3);
		transform: translate(0, -5px);
		z-index: 5;
	}
	.section_reason .reason_items li img {
		display: block;
		float: inherit;
		margin: 0 auto;
		width: 78px;
	}
	.section_reason .reason_items li .item_text {
		/*float: right;
		width: 60%;*/
		min-height: 136px;
	}
	.section_reason .reason_items li .item_text h4 {
		margin-bottom: 10px;
	}
	.section_reason .reason_items li .item_text p {
		/*height: 46px;*/
		/*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;*/
		margin: 0 auto;
		font-size: 12px;
		line-height: inherit;
	}
	.section_reason .reason_items li:hover{
			box-shadow: none;
			transform:initial;
			border: 0;
		}
	/*<!--支付保障，团队支撑，贴心服///////////-->*/
	.section_ident {
		padding: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}
	 .section_function{
		padding: 0;
	}
	.section_ident .ident_box {
		font-size: 0;
	}
	.section_ident .ident_box .icon_item {
		margin: 10px 0;
		width:20%;
	}
	.section_ident .ident_box .icon_item img {
	}
	.section_ident .ident_box .icon_item p {
		font-size: 16px;
		margin: 10px 0;
	}
	/*<!--///////////// 软件的特性/////////////-->*/
	.section_function table {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.section_function table tr {
		/*padding: 50px 0;*/
		padding: 0;
	}
	/* .section_function .fun_item1,
	.fun_item2,
	.fun_item3 {
		border-top: none !important;
	}
	.section_function .fun_item7,
	.fun_item8,
	.fun_item9 {
		border-bottom: none !important;
	}
	.section_function .fun_item1,
	.fun_item4,
	.fun_item7 {
		border-left: none !important;
	}
	.section_function .fun_item3,
	.fun_item6,
	.fun_item9 {
		border-right: none !important;
	} */
	/*///////css翻转////////*/
	/*内线尺寸/////*/
	.back {
		font-size: 18px;
		width: 70%;
	}
	.back {
		display: none;
	}
	.section_function table td {
		padding: 14px 16px;
	}
	.section_function table td img {
		max-width: 100%;
		width: 82px;
		height: 82px;
	}
	.section_function table td h3 {
		margin-top: 10px;
		font-size: 14px;
		color: #111;
	}
	.section_function .fun_bottom {
	}
	.section_help {
		padding: 0;
	}
	.section_help:before {
		content: '';
		display: block;
		width: 100%;
		background: #fafafa;
		height: 20px;
		margin-bottom: 20px;
	}
	/*使用帮助/////////*/
	.section_help .help_list {
		margin-top: 0;
		margin-bottom: 30px;
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
	}
	.help_list li {
		display: block;
		width: 100%;
		margin-top: 20px;
		background: #fff;
		margin-left: 0 !important;
	}
	/*.help_list .news_abv{
	margin-left: 40px;
}*/
	.help_list .news_abv {
		float: initial;
	}
	.help_list li a {
		height: 80px;
		border: 1px solid #ddd;
		border-radius: 8px;
	}
	.help_list li a p {
		width: 70%;
		/*height:60%;*/
		/* white-space: nowrap;*/
		float: right;
		/*line-height: 30px;*/
		position: absolute;
		right: 2%;
		top: 30%;
	}
	.help_list li a .news_time {
		width: 24%;
		height: 80px;
		float: left;
		border-radius: 8px 0 0 8px;
	}
	.help_list li a .news_time span {
		padding: 15px 0;
	}
	.help_list li a .news_time strong {
		line-height: 34px;
	}
	.help_list li a:hover {
		transition: all .4s ease 0s;
		background: linear-gradient(120deg, #f3c94c, #faae6f);
		background: -webkit-gradient(linear, 8px 6px, 0 100%, from(#f3c94c), to(#faae6f));
		background: -webkit-linear-gradient(120, #f3c94c, #faae6f));
		background: -ms-linear-gradient(120, #f3c94c, #faae6f));
		background: linear-gradient(120, #f3c94c, #faae6f));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3c94c, endColorstr=#faae6f);
	}
	.help_list li a:hover .news_time {
		border-right: 1px solid #fff;
		color: #fff;
		background: none;
	}
	.help_list li a:hover p {
		color: #fff;
	}
	/*<!--///////////// 合作伙伴/////////////-->*/
	.section_partner {
		padding: 20px 0;
	}
	.section_partner .container {
		padding: 0 12px;
	}
	.section_partner table {
		height: auto;
		margin-top:12px;
		float: initial;
		width: 100%;
	}
	.section_partner .partner_title {
		height: auto;
		padding: 22px 0;
		width: 100%;
		float: initial;
		margin-right: 0;
		border-radius: 6px;
	}
	.section_partner .partner_title .partner_box {
		position: inherit;
		margin-top: 0;
	}
	.section_partner .partner_title .partner_box h2 {
		margin-bottom: 14px;
		font-size: 24px;
		color: #111;
		font-weight: bold;
	}
	.section_partner .partner_title .partner_box .bc_img {
		display: block;
		margin: 0;
	}
	.section_partner .partner_title .partner_box p {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin:0 10px;
		margin-top: 10px;
	}
	.section_partner table tr {
		padding: 0;
		text-align: center;
	}
	.section_partner table tr td {
		position: relative;
		margin: 0;
		padding: 0;
	}
	.section_partner table tr .partner_item:before{
		height: 98px;
		width: 92% !important;
		background-image: none;
		border-radius: 6px;
		margin-left: 4%;
	}
	.section_partner table tr:nth-child(2) .partner_item:before{
		margin-top: 0;
	}
	/*.section_partner table tr .partner_item:first-child:before{
		margin-left: 0;
	}*/
	.section_partner table tr .partner_item:after{
		display: none;
		content: '';
		width: 68%;
		height: 48px;
		background-size: 100% auto;
		/*background-image: url(../img/partner.png);*/
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 22%;
		margin: 0 auto;
	}
	.section_partner table tr:nth-child(1) .partner_item:before{
		margin-bottom:8px ;
	}
	.section_partner table tr td:hover {
		background: url(../img/ba_imgno.png) no-repeat center;
	}
	/*0819indexcss*/
	.more_software {
		padding-top: 20px;
		position: initial;
		top: inherit;
		box-shadow: none;
	}
	.more_software .more_box {
		padding: 0 12px;
	}
	.more_software .more_box li {
		width: 48%;
		min-height: 208px;
		margin-top: 14px;
		background: #f9f9f9;
		margin-left: 2.8%;
	}
	.more_software .more_box li:nth-child(odd) {
		margin-left: 0;
	}
	.more_software .more_box li p {
		display: none;
	}
	.more_software .more_box li .pngbox{
		width: 90%;
		height: 104px;
		margin-left: 4%;
	}
	.more_software .more_box li img {
		min-height: 104px;
		border-radius: 6px;
		float: initial;
	}
	.more_software .more_box li .more_btnbox {
		float: inherit;
		width: 90%;
		margin: 0 auto;
		margin-left: 5%;
		text-align: center;
	}
	.more_software .more_box li .more_btnbox h4 {
		min-height: 34px;
		font-size: 14px;
		margin-bottom: 0;
	}
	.more_software .more_box li .more_btnbox a {
		font-size: 14px;
		border-radius: 5px;
	}
	/*选择理由*/
	.section_reason {
		margin-top: 0;
	}
	.section_reason:before {
		display: block;
		content: '';
		width: 100%;
		height: 14px;
		background: #fafafa;
		margin-bottom: 24px;
	}
	.friend_line{
		padding: 0;
	}
	.friend_line h5 {
		width: 100%;
		margin: 10px 15px;
		float: inherit;
		text-align: left;
	}
	
	.friend_line .friend_box {
		text-align: center;
		padding: 0;
	}
	
	.friend_line .friend_item {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		/*margin:0;
		width: 30%;*/
	}
	
	.friend_line .friend_item a {
		font-size: 14px;
		color: #e4e4e4;
	}
}

