﻿@charset "utf-8";
html.body{ background:#FFF}

/*电脑端的banner样式*/
.priceBanner{
	background:url(../images/bannerbg1.png);
	background-size:cover;
	background-position:0 center;
	height:380px}
.priceBanner1{ position:relative; height:380px}
.index_banner_box{ position:absolute; top:60%; left:0; transform:translateY(-50%)}
.index_banner_box_title{font-size:36px;color:#FFF;font-weight:bold;}
.index_banner_box_title2{font-size:20px;color:#FFF;margin-top:16px}

.index_banner_img{
	width:400px;
	height:256px;

	position:absolute;
	bottom:0;
	right:0}

/*无需安装*/
.xcx_h{
	background:#f8f8f8;
	padding-bottom:80px}
.xcx_h_dl_dt{
	margin-top:60px;}
.xcx_h_dl_dt_1{
	font-size:36px;
	text-align:center;
	color:#333333;
	font-weight:800}
.xcx_h_dl_dt_2{
	display:block;
	width:22px;
	height:2px;
	background:#333333;
	margin:0 auto;
	margin-top:22px;}
.xcx_h_dl_dt_3{
	font-size:18px;
	margin-top:30px;
	color:#666666;
	text-align:center;
	font-weight:normal}
.xcx_h_dl_dd_ul{
	overflow:hidden;
	padding-bottom:10px}
.xcx_h_dl_dd_ul_li{
	margin: 30px 0 30px 0;
	font-size:16px;
	color:#333333;
	}

.xcx_h_dl_dd_ul_li img{
	display:block;
	margin:0 auto;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.xcx_h_dl_dd_ul_li:hover img{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 30px rgba(0,0,0,0.2);
    box-shadow:0 0 30px rgba(0,0,0,0.2);}
.xcx_s_dl_dd_ul_li_div{
	padding-bottom:10px;
	padding-top:10px;
	/*box-shadow:0 0 5px rgba(12,6,14,0.1);*/}
.xcx_s_dl_dd_ul_li_text{
	font-size:18px;
    color: #403e3e;
    font-weight: bold;
    margin: 10px 1px 20px 1px;
    text-align:center;
}
.xcx_s_dl_dd_ul_li_text a{color:#403e3e;}
.xcx_s_dl_dd_ul_li_text a:hover{color:#2589ff;}

.xcx_s_dl_dd_ul_li_text1{
	font-size:14px;
	color:#666;
	margin-top:26px;
	line-height:25px;
	margin:0 30px;
	height:60px;
	text-align:center;
	}
.buttonMore{
	width:170px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#333333;
	border:1px solid #333333;
	margin:0 auto;
	border-radius:25px}
.buttonMore a{
	border-radius:25px;
	color:#333333;
	display:block}
.buttonMore a:hover{
	background:#333333;
	color:#FFF}