﻿/*
* @description: 首页
* @author: qiao
* @update: qiao (2016-01-18 10:07)
* @version: v1.0
*/
/*新春广告*/
.chunlian{
	height:557px;
	width:100%;
	min-width:1040px;
	position:absolute;
	top:105px;
	z-index:2;
}
.dl_t{
	background:url(../images/dl_t.jpg) no-repeat top center/346px 95px;
	width:346px;
	height:95px;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-173px;
	opacity:0;
}
.dl_l{
	width:121px;
	height:557px;
	position:absolute;
	top:10%;
	left:5%;
	text-align:center;
}
.dl_l .top, .dl_l .bottom,.dl_r .top, .dl_r .bottom{
	background:url(../images/juanzhou.png) no-repeat top center/121px 20px;
	height:20px;
	margin-top:-2px;
}
.dl_l .con{
	background:url(../images/dl_l.jpg) no-repeat top center/93px 520px;
	height:20px;
	margin-top:-2px;
}
.dl_r .con{
	background:url(../images/dl_r.jpg) no-repeat top center/93px 520px;
	height:20px;
	margin-top:-2px;
}
.dl_r{
	width:121px;
	height:557px;
	position:absolute;
	top:10%;
	right:5%;
}
.banner{
	height:900px;
	width:100%;
	min-width:1040px;
	background:url(../images/top_banner.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	margin-top:-105px;
}
.banner .jdhy{
	background:url(../images/jdhy.png) no-repeat center center;
	height:97px;
	width:686px;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-343px;
	opacity:0;
}
.banner .btn{
	width:224px;
	height:50px;
	line-height:50px;
	background-color:#03AFFF;
	border-radius:5px;
	text-align:center;
	position:absolute;
	top:60%;
	left:50%;
	margin-left:-112px;
	z-index:999;
	cursor:pointer;
}
.banner .btn:hover{
	background-color:#028ccc;
}
.banner .btn a{
	font-size:20px;
	color:#fff;
	display:block;
}
.row{
	margin-top:20px;
}
.box{
	background-color:#fafafa;
	background-position:center center;
	background-repeat:no-repeat;
	width:331px;
	height:190px;
	border:#eee 1px solid;
	border-radius:6px;
	cursor:pointer;
}
.box:hover{
	box-shadow: 0 0 6px #dedede;
}
.pro1{
	background-image:url(../images/pr1.png);
}
.pro2{
	background-image:url(../images/pr2.png);
}
.pro3{
	background-image:url(../images/pr3.png);
}
.box:nth-of-type(2){
	margin:0 20px;
	width:332px;
}
.xingxiang{
	background:url(../images/xingxiang.png) no-repeat #fafafa bottom center;
	width:626px;
	height:245px;
	border:#EBEBEB 1px solid;
	border-radius:6px;
	margin-right:20px;
}
.news{
	background-color:#fafafa;
	width:390px;
	height:245px;
	border:#eee 1px solid;
	border-radius:6px;
}
.news .title{
	height:50px;
	line-height:50px;
	border-radius:6px 6px 0 0;
	background-color:#f4f4f4;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f6f6f6); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ffffff,  #f6f6f6);        /* IE 10 */
	background: -moz-linear-gradient(top,#ffffff,#f6f6f6);/*火狐*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f6f6f6));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ffffff, #f6f6f6);  /*Opera 11.10+*/
	color:#333;
	padding:0 10px;
	box-shadow: 0 1px 2px #eee;
}
.news .title h2{
	font-size:14px;
	font-weight:bold;
	color:#666;
}
.news .title .more{
	cursor:pointer;
	color:#777;
}
.news ul li{
	border-top: 1px solid #eee;
    line-height: 38px;
    padding: 0 10px;
	color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li a{
	color: #555;
}
.news ul li a:hover{
	color:#0c93d8;
}
/*list*/
.tips_jdhy{
	background:url(../images/jdhy2.png) no-repeat center center;
	height:50px;
	width:650px;
	margin:50px auto;
	text-indent:-999em;
}
.tab_title{
	width:640px;
	height:60px;
	margin:5px auto 50px;
}
.tab_title span{
	width:143px;
	float:left;
	height:58px;
	line-height:58px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#666;
	border:#B9B9C8 1px solid;
	border-radius:8px;
	margin-right:20px;
	cursor:pointer;
}
.tab_title span.last{
	margin-right:0;
}
.tab_title span.on,.tab_title span.on.hover{
	background-color:#0c93ef;
	border:#0c93ef 1px solid;
	color:#fff;
}
.tab_title span.hover{
	border:#0C93D8 1px solid;
	color:#0C93D8;
}
.tab_con .divtable{
	display:none;
}
.tab_con .divtable table tbody tr:hover{
	background-color:#fafafa;
}
.relative{
	position:relative;
}
.tab_con .divtable table .red td{
	color:#ff0000;
}
.relative .hot{
	position:absolute;
	left:0;
	
}
.divtable table{
	border:#DBDBEA 1px solid;
	border-radius:5px;
}
.divtable table thead{
	background-color:#F7F7F7;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:left;
}
.divtable table thead th{
	padding:0 20px;
	font-weight:normal;
}
.divtable table td{
	height:50px;
	line-height:50px;
	text-align:left;
	font-size:16px;
	color:#52525F;
	padding:0 20px;
}
.divtable table tr td{
	border-top:#DBDBEA 1px solid;
}
.divtable table a.btn_buy{
	width:80px;
	height:28px;
	line-height:30px;
	text-align:center;
	color:#0C93D8;
	border:#0C93D8 1px solid;
	border-radius:3px;
	display:block;
}
.divtable table tr td:nth-of-type(1),.divtable table tr th:nth-of-type(1){
	padding-left:50px;
}
.divtable table a.btn_buy:hover{
	border:#0C93D8 1px solid;
	background-color:#0C93D8;
	color:#fff;
}
.info_title{
	margin-top:40px;
	height:50px;
	line-height:50px;
	background-color:#F7F7F7;
	border:#DBDBEA 1px solid;
	border-radius:5px;
	padding-left:20px;
	font-size:16px;
	margin-bottom:20px;
}
.info_title .info_title_list span{
	font-size:14px;
	padding:0 15px;
	float:left;
	display:block;
	color:#858594;
	cursor:pointer;
}
.info_title .info_title_list span.on,.info_title .info_title_list span.hover{
	color:#47494D;
	background-color:#EEEEEE;
}

.divtable .shuoming td{
	font-size:12px;
	vertical-align:top;
	line-height:20px;
	padding:5px 20px;
}
.divtable .shuoming td p.red{
	color:#ff0000;
	margin-top:10px;
}
.product {
	background-color:#fbfbfb;
	height:420px;
}
.product li{
	float:left;
	height: 378px;
    padding: 20px;
    width: 218px;
	border:1px solid #dbdbea;
	margin-right:-1px;
}
.product li:hover,.product li.hover{
	border:1px solid #0c93d8;
	z-index:1;
	position:relative;
}
.product li.first{
	width:220px;
	border-radius:8px 0 0 8px;
}
.product li.last{
	margin-right:0;
	width:219px;
	border-radius:0 8px 8px 0;
}
.product li .price{
	color: #ff0000;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.product li .price span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	margin-right:10px;
}
/*.product li p{
	line-height:40px;
	font-size:14px;
	color:#999;
	padding-left:20px;
}
.product li p span{
	color: #666;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 80px;
	text-align:right;
	margin-right:20px;
}*/

.product li p {
    color: #999;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}

.product li p span {
    color: #666;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    text-align: left;
    width: 110px;
}
.product li p span.s{
	text-decoration:line-through;
}
.product li a.btn_buy {
	background-color:#fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #666;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 23px;
    text-align: center;
    width: 180px;
	margin-left:18px;
}
.product li a.btn_buy:hover,.product li.hover a.btn_buy{
	background-color:#fff;
    border: 1px solid #0c93d8;
	color: #0c93d8;
}
/*云备份*/
.bak_banner{
	background:url(../images/bak_banner_bg.jpg) no-repeat center center / cover;
	width:100%;
	min-width:1040px;
	height:724px;
	position:relative;
	overflow:hidden;
}
.bak_banner .title{
	background:url(../images/ygj_text.png) no-repeat;
	height: 39px;
    left: 50%;
    line-height: 63px;
    margin-left: -62px;
    position: absolute;
    text-indent: 134px;
    top: 5%;
    width: 124px;
	color:#BEBEC5;
}
.bak_banner .description{
	background:url(../images/ygj_title.png) no-repeat;
	height:39px;
	width:490px;
	position:absolute;
	top:14%;
	left:50%;
	margin-left:-245px;
	text-indent:-999em;
}
.bak_banner .btn-kt{
	background-color:#33A9E4;
	position:absolute;
	top:24%;
	left:50%;
	margin-left:-62px;
	width:124px;
	height:38px;
	border-radius:5px;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
.bak_banner .btn-kt:hover{
	background-color:#2987b6;
}
.bak_banner .btn-kt a{
	display:block;
}
.bak_banner .pic{
	background:url(../images/ygj_pic1.jpg) no-repeat;
	width:1022px;
	height:475px;
	box-shadow: 0 0 10px #bbb;
	position:absolute;
	top:80%;
	left:50%;
	margin-left:-511px;
}

.qqss_text{
	background:url(../images/qqss_text.png) no-repeat;
	width:398px;
	height:38px;
	position:absolute;
	top:8%;
	left:50%;
	margin-left:-199px;
}
.h960{
	height:960px;
}
.miaoshu{
	font-family:"微软雅黑";
	text-align:center;
	padding-top:12%;
	color:#A7A7B7;
	font-size:16px;
}
.bak_con .hd{
	width:436px;
	height:40px;
	margin:30px auto 50px;
}
.bak_con .hd li{
	width:130px;
	float:left;
	height:38px;
	line-height:36px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:20px;
	color:#666;
	border:#B9B9C8 1px solid;
	border-radius:5px;
	margin-right:20px;
	cursor:pointer;
}
.bak_con .hd li:last-child{
	margin-right:0;
}
.bak_con .hd li.on,.bak_con .hd li.on.hover{
	border:#0C93D8 1px solid;
	color:#0C93D8;
}
.bak_con .hd li.hover{
	border:#0C93D8 1px solid;
	color:#0C93D8;
}
.bak_con{
	position:relative;
}
.bak_con .arrow .next{
	background:url(../images/icon-lr.png) no-repeat;
	height: 64px;
    left: -50px;
    position: absolute;
    top: 50%;
    width: 36px;
	cursor:pointer;
}
.bak_con .arrow .prev{
	background:url(../images/icon-lr.png) no-repeat 0 -64px;
	height: 64px;
    right: -50px;
    position: absolute;
    top: 50%;
    width: 36px;
	cursor:pointer;
}
.bak_con .arrow .next:hover{
	background:url(../images/icon-lr_hover.png) no-repeat;
}
.bak_con .arrow .prev:hover{
	background:url(../images/icon-lr_hover.png) no-repeat 0 -64px;
}
.bak_con .bak_box{
	text-align:center;
}
.bak_con .bak_box img {
	height: 100%;
    vertical-align: bottom;
    width: 100%;
}
.tempWrap{
	box-shadow: 0 0 10px #bbb;
}
/*轻轻松松管理数据*/
.qqss_data{
	background-color:#F3F7F9;
	width:100%;
	min-width:1040px;
	height:700px;
	position:relative;
	overflow:hidden;
}
.qqss_data_title{
	background:url(../images/qqss2.png) no-repeat;
	width:464px;
	height:39px;
	position:absolute;
	top:57px;
	left:50%;
	margin-left:-232px;
	text-align:center;
	color:#BEBEC5;
	padding-top:55px;
}
.qqss_data_txt{
	background:url(../images/qqss_data_txt.png) no-repeat;
	width:278px;
	height:137px;
	position:absolute;
	top:190px;
	left:50%;
	margin-left:-139px;
	text-align:center;
	color:#BEBEC5;
	padding-top:50px;
}
.qqss_data_pic1{
	background:url(../images/qqss_data_pic1.jpg) no-repeat;
	width:578px;
	height:190px;
	position:absolute;
	left:0;
	bottom:0;
}
.qqss_data_pic2{
	background:url(../images/qqss_data_pic2.jpg) no-repeat;
	width:411px;
	height:330px;
	position:absolute;
	left:30%;
	bottom:0;
}
.qqss_data_pic3{
	background:url(../images/qqss_data_pic3.jpg) no-repeat;
	width:415px;
	height:215px;
	position:absolute;
	right:0;
	bottom:0;
}
.qqss_data_pic1 img,.qqss_data_pic2 img,.qqss_data_pic3 img{
	box-shadow: 0 0 10px #bbb;
}
.f_ban{
	background-color:#4bb2e6;
	height:145px;
	width:100%;
	min-width:1040px;
	padding-top:20px;
	margin-bottom:-20px;
}
.f_ban p{
	font-family:"微软雅黑";
	font-size:30px;
	text-align:center;
	color:#fff;
}
.f_ban .btn_kt{
	width:124px;
	height:38px;
	line-height:38px;
	text-align:center;
	display:block;
	margin:26px auto;
	color:#fff;
	border:#fff 1px solid;
	border-radius:5px;
	font-size:18px;
}
/*内容页*/
.article{
	border: 1px solid #ddd;
    float: left;
    margin-top: 20px;
    min-height: 600px;
    padding: 20px;
    width: 730px;
}
.article .title{
	border-bottom: 2px solid #ddd;
    color: #444;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.article .content{
	line-height:26px;
	padding:20px 0;
}
.right_part{
    float: right;
    margin-top: 20px;
    width: 242px;
}
.title2{
	background-color:#f4f4f4;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f6f6f6); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ffffff,  #f6f6f6);        /* IE 10 */
	background: -moz-linear-gradient(top,#ffffff,#f6f6f6);/*火狐*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f6f6f6));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ffffff, #f6f6f6);  /*Opera 11.10+*/
	height:40px;
	line-height:40px;
	border-bottom:#ddd  2px solid;
}
.title2 span{
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	float:left;
	padding:0 10px;
	border-bottom:#0093dd  2px solid;
	color:#444;
}
.xx_sm{
	margin-bottom:20px;
	border: 1px solid #ddd;
}
.xx_sm ul li{
	width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 7px 0;
    border-bottom: 1px dotted #E6E6E6;
    font-family: "微软雅黑";
    text-indent: 10px;
    overflow: hidden;
    font-size: 12px;
}
.gonggao{
	border: 1px solid #ddd;
    float: left;
    margin-top: 20px;
    min-height: 600px;
    width: 770px;
}
.gonggao dl dd{
	border-bottom: 1px dotted #e6e6e6;
    font-family: "微软雅黑";
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 7px 0;
    text-indent: 10px;
}
/*服务*/
.khfw_list{
  width:1030px;
  margin:0 auto;
  overflow:hidden;
  padding-top:12px;
}
.khfw_list ul{
  width:1050px;
}
.khfw_list ul li{
  width:338px;
  height:164px;
  float:left;
  margin-right:7px;
  margin-bottom:7px;
  
  display:inline;
  position:relative;
}
.khfw_2 {
    background: #fafafa;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.khfw_list ul li a{
  width:338px;
  height:164px;
  display:block;
  background:url(../images/zun_tpqh.gif) no-repeat #FAFAFA;
   
}
.khfw_list ul li.khfw_1 a{
  background-position:112px 38px;
}
.khfw_list ul li.khfw_2 a{
  background-position:-238px 40px;
}
.khfw_list ul li.khfw_3 a{
  background-position:-594px 32px;
}
.khfw_list ul li.khfw_4 a{
  background-position:116px -126px;
}
.khfw_list ul li.khfw_5 a{
  background-position:-235px -128px;
}
.khfw_list ul li.khfw_6 a{
  background-position:-594px -128px;
}
.khfw_list ul li .khfw_hov a{
  background:url(../images/zun_tpqh.gif) no-repeat #eee;
 
}
.khfw_list ul .khfw_hov{
  position:absolute;
  width:338px;
  height:164px;
}


.khfw_list ul .khfw_1 .khfw_hov a{
  background-position:112px 38px;
}
.khfw_list ul .khfw_2 .khfw_hov a{
  background-position:-238px -326px;
}
.khfw_list ul .khfw_3 .khfw_hov a{
  background-position:-594px 32px;
}
.khfw_list ul .khfw_4 .khfw_hov a{
  background-position:116px -126px;
}
.khfw_list ul .khfw_5 .khfw_hov a{
  background-position:-235px -128px;
}
.khfw_list ul .khfw_6 .khfw_hov a{
  background-position:-594px -128px;
}

#khfw_5{
  border-top:2px solid #F3F3F3;
}



.khfw_bt{
  width:1030px;
  margin:0 auto;
}
.khfw_bt ul li{
  padding:60px 0;
  border-bottom:2px solid #F3F3F3;
}