@CHARSET "UTF-8";
/* body,html{ */
/* 	overflow-x: hidden; */
/*     overflow-y: hidden;		 */
/* } */
/* 精灵图旋转 */
.sprites{
	display: block;
	width: 72px;
	height: 72px;
	margin: 27px auto;
	transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
}
.li-list:hover .sprites{
	 transform: rotate(180deg);
	-webkit-transform: rotate(360deg);

}
/* 放大 */
.li-list:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05)
}
/* 标题样式  */
.CT_h2 {
	margin-bottom: 55px;
	height: 85px;
	line-height: 120px;
	text-align: center;
	width: 100%;
	font-size: 34px;
	font-weight: 500;
	color: #333333;
}
/*   */
.content {
	margin-bottom: 70px;
	background: #FFFFFF;
	width: 100%;
}
.content1{
	height: 100%;
}
.table-tr {
	display: table-row;
}
.table-td1 {
	display: table-cell;
	border: none;
	width: 15%;
}
/* 云服务介绍样式  */
/* 标题下划线样式 */
.RTiteSpan {
	width: 200px;
	height: 100%;
	padding: 0 10px;
	display: block;
	margin: 0 auto;
	line-height: 80px;
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #007AFF;
	position: relative;
}
.RTiteSpanI {
	border-bottom: 3px solid #007AFF;
	width: 60px;
	position: absolute;
	left: 0;
	bottom: -2px;
	top: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}
/** 列表样式 **/
.li-list{
	/* display: block;  */
    /* padding-top: 2%; */
    /* float: left; */
    padding: 2% 0;
    border: solid 1px #dddddd;
    width: 16%;
/*     text-align: center; */
    display: table-cell;
    height: 100%;
   	/* height: 480px; */
}
.li-list span{
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.li-list hr{
	width: 50%;
	border-top: 3px solid #afd5ff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.li-list p{
	font-size: 15px;
	line-height: 30px;
	margin: 0 14px;
/* 	text-align: left; */
}
.text-center{
	text-align: center;
}
/** 登录 验证码 **/
.btn-login{
	width: 100px;
	border-radius: 15px;
	color: #ffffff;
	background-color: #0082e5;
	float: left;
}
.btn-login:hover{
	background-color: #0082e5;
}
.codeimg{
	/* display:block; */
	float: right !important;
	width:30%
}
.content0{
	background: #f5f5f5;
    margin: 0;
    height: 105px;
    padding: 35px 0;	
    box-shadow:  5px 5px 15px #9c979770;
}
#verifycode{
	float: left;
}
#codeImg{
	height: 34px !important;
	width: 100%;
	border-radius: 10px;
	padding: 5%;
/* 	margin: -5px 0 0 0; */
	float: left;
	border: 1px solid #999;
	background:#fff;
}
/** 产品类型模块样式 **/
.table-td2{
	width: 30%;
 	padding: 1% 0px 1% 7px; 
	border-radius: 10px;
	border: 1px solid #ddd;
	height: 100%;
	float: left;
	margin-right: 2%;
}
.table-td3{
	margin: 0 2%;
	min-height: 1px;
}
._table-span{
	display: block;
	text-align: left;
	margin-left: 10px;
	line-height: 25px;
}
.row-line{
	margin: 5% 0;
	padding-right: 0;
	float: left;
}
.row-line img{
	margin-bottom: 14px;
}
.img-span{
	font-size: 18px;
	font-weight: 500;
	margin-left: 12px;
	display: block;
	width: 125px;
}
/** 产品类型模块 字样式 */
.col-ul li{
	float: left;
}
.disc,.disc>li{
	list-style: disc;
}
.disc>li{
    line-height: 35px;
    width: 48%;
    font-size: 15px;	
}
.disc>.li-left{
    float: left;
}
.disc>.li-rigth{
    float: right;
}
/** 行业解决方案样式 **/
.img-list{
	/* width: 9%; */
	text-align: center;
}
.img-list span{
	color: #6f6d6d;
	display: block;
	margin-top: 25px;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.img-list:hover img{
	transform: scale(1.2);  
	transition: all 0.6s;  
}
.content3{
	margin-bottom: 100px;
}
/** 云优势样式 */
.content4{
	background-image:url(../../images/gzyimg/sy_ct4_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 694px;
}
.transform-div{
	background-image:url(../../images/gzyimg/sy_ct4_3.png);
	background-size: 100% 100%;	
/* 	width: 27%;  */
	width: 480px;
	position: relative; 
/* 	left: 56%; */
	size: 20px; 
	font-size: 15px;
	height: 50px;
	color: #ffffff;
}
.aaa:hover{
	transform: scale(1.2);  
	transition: all 0.6s;  
}
.line_h{
	float:left;
	height: 50px;
	line-height: 50px;
	width: 76%;
}
/* 服务保障样式 */
.table-td4{
	width: 15%;
	padding: 2% 0 0 0;
	display: table-cell;
    height: 100%;
    border: 1px solid #ddd;
}
.table-hr{
	margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #ddd;
    width: 80%;
}
.table-div{
	margin: 0 10%;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}
.qqContent{
	position: absolute;
	top: 580px;
	right: 15px;
	z-index: 999;
}
/** 精灵图 */
.sprites1{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 75px;
    height: 86px;
    background-position: -158px -73px;
    margin: 0 auto;
}
.sprites2{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 75px;
    height: 86px;
    background-position: -77px -73px;
    margin: 0 auto;
}
.sprites3{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 75px;
    height: 86px;
    background-position: 0px -73px;
    margin: 0 auto;
}
.sprites4{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 75px;
    height: 86px;
    background-position: -239px -73px;
    margin: 0 auto;    
}
.sprites5{
    background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 115px;
    height: 103px;
    background-position: 0px -164px;
    margin-bottom: 10px;
    transform: scale(0.7);
}
.sprites6{
    background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 115px;
    height: 103px;
    background-position: -125px -164px;
    margin-bottom: 10px;
    transform: scale(0.7);
}
.sprites7{
    background: url(../../images/gzyimg/sy_ct.png) no-repeat;
    width: 115px;
    height: 103px;
    background-position: -245px -164px;
    margin-bottom: 10px;
    transform: scale(0.7);
}
.sprites8{
	background:url(../../images/gzyimg/sy_ct4_2.png);
	width: 32px;
	height: 32px;
	background-position: 0 0;
	display: inline-block;
	margin: 10px 20px -10px 10%;
	float: left;
}
.sprites9{
	background:url(../../images/gzyimg/sy_ct4_2.png);
	width: 32px;
	height: 32px;
	background-position: -42px 0;
	display: inline-block;
	margin: 10px 20px -10px 10%;
	float: left;
}
.sprites10{
	background:url(../../images/gzyimg/sy_ct4_2.png);
	width: 32px;
	height: 32px;
	background-position: -85px 0;
	display: inline-block;
	margin: 10px 20px -10px 10%;
	float: left;
}
.sprites11{
	background:url(../../images/gzyimg/sy_ct4_2.png);
	width: 32px;
	height: 32px;
	background-position: -127px 0;
	display: inline-block;
	margin: 10px 20px -10px 10%;
	float: left;
}
.sprites12{
	background:url(../../images/gzyimg/sy_ct4_2.png);
	width: 32px;
	height: 32px;
	background-position: -169px 0;
	display: inline-block;
	margin: 10px 20px -10px 10%;
	float: left;
}
.sprites13{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
	width: 38px;
	height: 43px;
	background-position: 0 -19px;
	display: inline-block;
    margin: 0px 0px -14px 20px;
}
.sprites14{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
	width: 38px;
	height: 43px;
	background-position: -48px -19px;
	display: inline-block;
    margin: 0px 0px -14px 20px;
}
.sprites15{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
	width: 38px;
	height: 43px;
	background-position: -96px -19px;
	display: inline-block;
    margin: 0px 0px -14px 20px;
}
.sprites16{
	background: url(../../images/gzyimg/sy_ct.png) no-repeat;
	width: 38px;
	height: 43px;
	background-position: -144px -19px;
	display: inline-block;
    margin: 0px 0px -14px 20px;
}
.sprites17{
    background: url(../../images/gzyimg/erweima.gif) no-repeat;
    width: 130px;
    height: 130px;
/*     background-position: 0 -600px; */
}
.zc{
	width:100px;
	height:100%;
	float:left;
	display: block;
    text-align: center;
    padding: 6px 10px !important;
}
