@charset "utf-8";
body{
    font-family:sans-serif;
    font-size: 16px;
    background:#fff;
    }
.zq-icon {
	display: inline-block;
	background: url(../images/index-svg.png) no-repeat;
}
 .pt-name-img {display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 15px;}
/* .pt-name-img {
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
} */
.pt-name-img.compute {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 0.72% 33.650000000000006%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.cdn {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 50% 33.650000000000006%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.database {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 25.36% 66.35%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.domain {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 74.64% 0.96%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.safe {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 74.64% 66.35%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.network {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 25.36% 99.03999999999999%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.monitor {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 74.64% 99.03999999999999%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.mobile {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 99.28% 33.650000000000006%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.video {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 74.64% 33.650000000000006%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}
.pt-name-img.bigdata {
    background-image: url(../images/index-svg.png);
    background-image: -webkit-image-set(url(../images/index-svg.png)1x, url(../images/index-svg.png) 2x);
    background-position: 50% 0.96%;
    background-size: 531.25% 425%;
    ;
    background-repeat: no-repeat
}

.card-area {
	margin: 30px auto 0;
	height: auto;
	position: relative;
}
.card-area .card-item {
	z-index: 4;
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	position: relative;
	float: left;
	width: 16.6%;
    *width: 16%;
	height: 350px;
	background-color: transparent;
	border-top: 4px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.card-area .card-item .card {
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
}
.card-content {
	width: 100%;
	line-height: 2
}
.card-content.content-second {
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.content-first {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=100);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.content-second {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	line-height: 2
}
.content-second li {
	float: none;
	min-height: 73px;
	padding: 5px 20px;
}
.content-second li:hover {
	background-color: #f0f2f5;
	cursor: pointer;
}
.m-link {
	font-size: 14px;
	color: #2277e6;
	margin: 0 20px;
	padding-top: 5px;
}
a.m-link:link {
	color: #2277e6;
}
a.m-link:visited {
	color: #2277e6;
}
.card-area .card-item .card .card-content, .card-area .card-item .card .card-title {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1
}
.card-area .card-item .card .card-title {
	padding-top: 1px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	height: 80px;
	line-height: 26px;
	font-size: 14px;
	top: 20px;
}
.card-area .card-item .card .card-title .content {
	position: absolute;
    *position: relative;
	width: 100%
}
.card-title h1 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}
.card-area .card-item .card .card-title .short-info {
	color: #8dbbdc;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px
}

.card-area .card-item .card .card-title .short-info, .card-area .card-item .card .card-title .zq-product-img img, .card-area .card-item .card .card-title h1 {
	transition: all .15s cubic-bezier(.4, 0, .2, 1) 0s
}
.card-area .card-item .card .card-content {
	height: 246px;
	position: absolute;
	top: 100px
}
.content-first-list {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px
}
.content-first-list li {
	font-size: 14px;
	color: #666;
	line-height: 42px;
}
.tip-label {
	font-size: 12px;
	color: #ff7200;
	margin-left: 3px;
	display: inline-block;
	vertical-align: bottom;
}
.card-area .card-item .card .card-content.content-second .main-head {
	color: #3db1ea;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px
}

.card-area .card-item .card .card-content.content-second .main-tip {
	color: #232933
}
.card-area .card-item .card .card-content.content-second .main-desc {
	color: #8c8c8c;
	font-size: 12px;
	line-height: 22px
}
.card-area .card-item .card .card-content.content-second .main-btn {
	cursor: pointer;
	width: 160px;
	height: 38px;
	font-size: 16px!important;
	color: #fff;
	margin-top: 22px;
	margin-bottom: 33px;
	border-radius: 19px;
	background: #3db1ea;
	border: none;
	transition: color .3s ease-in-out, background .3s ease-in-out
}
.card-area .card-item .card .card-content.content-second .main-btn:hover {
	color: #fff;
	background: #1b77b9
}
.card-area .card-item .card .card-content.content-second .main-white-btn {
	cursor: pointer;
	width: 160px;
	height: 36px;
	border: 1px solid #3db1ea;
	font-size: 16px!important;
	color: #3db1ea;
	margin-top: 22px;
	margin-bottom: 33px;
	border-radius: 19px;
	background: #fff;
	transition: color .3s ease-in-out, background .3s ease-in-out
}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover {
	color: #fff;
	background: #3db1ea
}
.card-area .card-item .card .card-content .other-info {
	width: 105%;
	height: 70px;
	overflow: hidden;
	line-height: 22px;
	padding-top: 20px;
	font-size: 12px
}
.card-area .card-item .card .card-content .other-info .other-info-list {
	width: 27%;
	height: 70px;
	background: #f2f2f2;
	margin-right: 25px;
	padding: 0 0 0 10px;
	position: relative
}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow {
	position: absolute;
	right: 10px;
	top: 15px;
	background-position: -200px 0
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover {
	background: #3db1ea
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow {
	background-position: -200px -17px
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc, .card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head {
	color: #fff
}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context {
	color: #00c1de
}
.card-area .card-item .card .card-content .other-info .other-head {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 13px 0 0 0;
}
.card-area .card-item .card .card-content .other-info .other-desc {
	margin-top: 2px;
	font-size: 12px;
	color: #999
}
.card-area .card-item.active {
	z-index: 6;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	width: 33.3%;
	height: 430px;
	border-top: 4px solid #2277e6;
	margin-top: -30px;
	border-left: 1px solid #2277e6;
	border-right: 1px solid #2277e6;
	border-bottom: 1px solid #2277e6;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
	box-shadow: 0 3px 20px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.card-area .card-item.active .card .card-title .short-info {
	color: #9ed8f5
}
.card-item.active .card .card-title h1 {
	color: #2277e6;
}
.card-area .card-item.active .card .card-content.content-first {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.card-area .card-item.active .card .card-content.content-second {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=100);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.title-text {
	color: #000;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
.des-text {
	font-size: 14px;
	color: #666;
    width: 84%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shop {
	float: right;
}
.label1 {
	font-size: 14px;
	color: #ff7200;
	font-weight: normal;
}
@media screen and (min-width: 767px) and (max-width: 1024px){
    .mod-inner {
        width:98%;}
    .content-second {line-height:1.2;}
}
@media screen and (max-width: 767px){
    .mod-wrap-product-new {height:auto;}
    .card-area .card-item{
        width:100%;
        height:80px;
        border-top:none;
        border-right:none;
        margin-bottom:10px;
    }
    .card-area .card-item.active{
        width:100%;
        margin-top:10px;
    }
    .card-content .content-first, .content-first-list li{display:none;}
    .card-area .card-item .card {text-align:left;}
    .pt-name-img {float:left;margin:0 10px;}
    .card-item.active .card .card-title h1{display:inline-block}
    .content{background:url(../images/nav_bg.jpg) no-repeat center right 20px;}
}