@charset "utf-8";

/*------------------------重置样式开始------------------------*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

html,
body {
	scrollbar-face-color: #a3a3a3;
	/*滚动条3D表面（ThreedFace）的颜色*/
	scrollbar-highlight-color: #ccc;
	/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
	scrollbar-shadow-color: #ccc;
	/*滚动条3D界面的暗边（ThreedShadow）颜色*/
	scrollbar-3dlight-color: #ccc;
	/*滚动条亮边框颜色*/
	scrollbar-arrow-color: #ccc;
	/*滚动条方向箭头的颜色 */
	scrollbar-track-color: #ccc;
	/*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color: #ccc;
	/*滚动条暗边框（ThreedDarkShadow）颜色*/
}

html{
	border: 0px;
}

body,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
dl,
dd,
dt,
p,
input,
button,
textarea,
form,
select,
button,
strong{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-family: "Microsoft Yahei",Arial, "Lucida Grande", Verdana, Lucida, Helvetica,  sans-serif;
	border: 0px;
	font-weight: normal;
	border-collapse: collapse;
	word-wrap: break-word;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active{
	background-color: transparent;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}


/*------------------------重置样式结束------------------------*/


/*------------------------功能展示开始------------------------*/

.funshow_content{
	width: 100%;
	background-color: #2b90ed;
}

.funshow_box{
	width: 1200px;
	margin: 0 auto;
}

.funshow_main{
	width: 100%;
	text-align: center;
}

.funshow_main h3{
	padding: 40px 0;
	font-size: 36px;
	color: #ffffff;
}

.funshow_dtitle ul li{
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 0 32px;
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	background-color: #c6c6c6;
	border-radius: 50px;
	cursor: pointer;
}

.funshow_dtitle ul li i{
	width: 34px;
	height: 28px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: -5px;
}

.funshow_dtitle ul li i.icon_funshow01{
	background-image: url(../images/icon_funshow01_0.png);
}

.funshow_dtitle ul li i.icon_funshow02{
	background-image: url(../images/icon_funshow02_0.png);
}

.funshow_dtitle ul li i.icon_funshow03{
	background-image: url(../images/icon_funshow03_0.png);
}

.funshow_dtitle ul li.navaA,
.funshow_dtitle ul li:hover{
	color: #2b90ed;
	background-color: #fff;
}

.funshow_dtitle ul li.navaA i.icon_funshow01,
.funshow_dtitle ul li:hover i.icon_funshow01{
	background-image: url(../images/icon_funshow01_1.png);
}

.funshow_dtitle ul li.navaA i.icon_funshow02,
.funshow_dtitle ul li:hover i.icon_funshow02{
	background-image: url(../images/icon_funshow02_1.png);
}

.funshow_dtitle ul li.navaA i.icon_funshow03,
.funshow_dtitle ul li:hover i.icon_funshow03{
	background-image: url(../images/icon_funshow03_1.png);
}

.funshow ul li{
	padding: 28px 0;
	display: none;
}

.funshow_head dl dd{
	width: 23%;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.funshow_img{
	padding-top: 30px;
}


/*------------------------功能展示结束------------------------*/