﻿body{-webkit-appearance:none;}
.soft_box{
	text-align: center;
	margin-top: 43px;
	position: relative;
}
.soft{
	display: inline-block;
}
.soft_btn,
.soft_item_box {
	float: left;
}
.soft_btn {
	padding-top: 150px;
	box-sizing: border-box;
	position: absolute;
}
.soft_left_btn{
	margin-right: 33px;
	left: 30px;
}
.soft_right_btn {
	margin-left: 33px;
	right: 30px;
}
.soft_btn div {
	cursor: pointer;
	width: 36px;
	height: 59px;
	background: url(../images/soft_arrow.png) no-repeat;
}
.soft_btn div:hover{
	background: url(../images/soft_arrow_active.png) no-repeat;
}
.soft_left_btn div {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}
.soft_item_box {
	width: 830px;
	overflow: hidden;
}
.ScrCont {
	width: 100000000px;
}
#list1,#list2 {
	float: left;
}
.soft_item_cols {
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.soft_item{
	display: block;
	margin-bottom: 30px;
}
.soft_item_img{
	width: 150px;
	height: 150px;
	border: 1px solid #EEE;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
	background: #14CC70;
}
.circle{
	width: 60px;
	height: 60px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	box-sizing: border-box;
}
.soft_item_img>img{
	width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	z-index: 1000;
}
.soft_item:hover .soft_item_img>img{
	display: none;
}
.soft_item .soft_item_img:before{
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 20px);
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
}
.soft_item .soft_item_img:after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-bottom: 3px solid #FFFFFF;	
	border-right: 3px solid #FFFFFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 14px);
	top: -webkit-calc(50% - 14px);
	top: -moz-calc(50% - 14px);
}
.soft_item:hover .soft_item_img:before,.soft_item:hover .soft_item_img:after{
	animation: download_arrow 1s ease;
	-webkit-animation: download_arrow 1s ease;
	-moz-animation: download_arrow 1s ease;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.soft_item_img:hover{ border-color:#14CC70;}
@keyframes download_arrow{
	0%{margin-top: 0;}
	100%{margin-top: 20px;}
}
@-webkit-keyframes download_arrow{
	0%{margin-top: 0;}
	100%{margin-top: 20px;}
}
@-moz-keyframes download_arrow{
	0%{margin-top: 0;}
	100%{margin-top: 20px;}
}
@-ms-keyframes download_arrow{
	0%{margin-top: 0;}
	100%{margin-top: 20px;}
}
.download_label{
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	font-size: 14px;
}
.soft_item_text{
	text-align: center;
	margin-top: 10px;
}
.soft_name{
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.soft_desc{
	font-size: 14px;
	color: #b2b2b2;
	width: 150px;
	height: 17px;
	overflow: hidden;
}
.soft_dot{
	display: inline-block;
	margin-top: 50px;
}
.soft_dot>ul>li{
	float: left;
	border: 1px solid #e1e1e1;
	width: 10px;
	height: 10px;
	list-style: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 10px;
}
.soft_dot>ul>li.active{
	background: #14cc70;
	border: 1px solid #14cc70;
}