@charset "UTF-8";
/*------------// Overall //------------------*/

.banner{
    position: relative;
    top: 80px;
    width: 100%;
}
.server {
    position: absolute;
    z-index: 101;
    top:10%;
    width:100%;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}
.server .cstlayer{
    width:30%;
    display:inline-block;
    margin:auto 1%;
    position: relative;
}
.server .cstlayer span{
    position: absolute;
    top:6vw;
}
.server .paragraph_image{
	animation: roate 5s infinite linear;
}
@keyframes roate {
	0% {
		transform: rotateZ(0)
	}
	100% {
		transform: rotateZ(360deg)
	}
}


.project{
	width:100%;
	position:relative;
	top:80px;
	z-index:105;
        margin-top:20px;
}
.project .full_content{
	width:100%;
	margin:0 auto;
	position:relative;
}

.project .index_3_3title{
    position:relative;
}
.project .index_3_3title a{
    position:absolute;
    top:16.5vw;
    left:8vw;
}
.project .full_content .container_header{
	visibility: visible;
	margin-bottom:20px;
	float:left;
        margin-left:3vw;
}
.project .full_content .container_header .title {
    font-size: 24px;
    line-height: 30px;
    color: #555;
	margin-right: 10px;
}
.project .full_content .container_header .subtitle {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}
.project .full_content .container_header .subtitle,.project .full_content .container_header .title {
    display: inline-block;
}
.project .full_content .container_category {
    visibility: visible;
    text-align: left;
    margin-top: 0px;
}
.project .full_content .container_category, .project .full_content .container_category {
    float: right;
    padding-top: 0;
    margin-right:3vw;
}

.project .full_content .container_category>a{
	display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
	border: 1px solid rgba(170, 170, 170, .2);
	color: #828282;
	background-color: transparent;
}

.project .full_content .container_category>a.active,
.project .full_content .container_category>a:hover{
	border-color: #ff0d0d;
	background-color: #ff0d0d;
	color: #fff
}
.project .full_content .wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.clear {
    clear: both;
}

.project .content .index_3_3 {
    display:inline-block;
    width: 30%;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 1%;
}
.project .index_3_3 a,.project .index_3_3 a:link {
    font-size: 4vw;
	color: #FFFFFF;
}
.project .content .index_3_3 .index_3_3content {
    width: 100%;
    height: 22vw;
    margin: 20px auto 0 auto;
    line-height: 5vw;
    font-size: 3vw;
    color: #333;
}

.project .content .index_3_3more {
    height: 42px;
    margin: 20px auto 0 auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    line-height: 42px;
    font-size: 14px;
    color: #666;
}
.project .content .index_3_3more a {
    color: #666;
}

.points{
	width:100%;
	position:relative;
	top:80px;
	z-index:105;
        margin-top:20px;
}
.points .full_content{
	width:100%;
	margin:0 auto;
	position:relative;
}
.points .full_content .container_header{
	visibility: visible;
	margin-bottom:20px;
	float:left;
        margin-left:3vw;
}
.points .full_content .container_header .title {
    font-size: 24px;
    line-height: 30px;
    color: #555;
	margin-right: 10px;
}
.points .full_content .container_header .subtitle {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}
.points .full_content .container_header .subtitle,.points .full_content .container_header .title {
    display: inline-block;
}
.points .full_content .container_category {
    visibility: visible;
    text-align: left;
    margin-top: 0px;
}
.points .full_content .container_category, .points .full_content .container_category {
    float: right;
    padding-top: 0;
    margin-right:3vw;
}

.points .full_content .container_category>a{
	display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
	border: 1px solid rgba(170, 170, 170, .2);
	color: #828282;
	background-color: transparent;
}

.points .full_content .container_category>a.active,
.points .full_content .container_category>a:hover{
	border-color: #ff0d0d;
	background-color: #ff0d0d;
	color: #fff
}
.points .full_content .wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.points .product-site-point-outer li:first-child {
    padding-top: 0;
}

.points .product-site-point-outer li {
    padding-bottom: 20px;
    padding-top: 20px;
}
.points .product-site-point-outer li .point-item-inner {
    margin: auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}
.points .product-site-point-outer li:nth-child(odd) .sub-left {
    float: left;
}
.points .product-site-point-outer li .sub-left {
    width: 50%;
    float: left;
}
.points .product-site-point-outer li .sub-right {
    width: 100%;
    float: right;
}
.points .product-site-point-outer li .sub-right.bg1 {
    background: url(./../images/product-cloudsite-product-site-point-1.png) center no-repeat;
}
.points .product-site-point-outer li .sub-right.bg2 {
    background: url(./../images/product-cloudsite-product-site-point-2.png) center no-repeat;
}
.points .product-site-point-outer li .sub-right.bg3 {
    background: url(./../images/product-cloudsite-product-site-point-1.png) center no-repeat;
}
.points .product-site-point-outer li .sub-right.bg4 {
    background: url(./../images/product-cloudsite-product-site-point-3.png) center no-repeat;
}
.points .product-site-point-outer li .sub-right.bg5 {
    background: url(./../images/product-cloudsite-product-site-point-4.png) center no-repeat;
}
.points .product-site-point-outer li .sub-right.bg6 {
    background: url(./../images/product-cloudsite-product-site-point-5.png) center no-repeat;
}
.points .product-site-point-outer li:nth-child(even) .sub-left {
    float: right;
}

.points .product-site-point-outer .infoTitle {
    font-size: 4vw;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
}
.points .product-site-point-outer .info {
    font-size: 3vw;
    color: #333;
    line-height: 5vw;
    margin-bottom: 5px;
    padding-left: 3vw;
}
.points .product-site-point-outer li:nth-child(odd) .info:before {
    display: block;
    content: '';
    width: 1vw;
    height: 1vw;
    left: -3vw;
    background: url(./../images/product-cloudsite-point.png) center no-repeat;
    position: relative;
    top: 3.5vw;
    transform: translate(0, -50%);
    border-radius: 100%;

}
.points .product-site-point-outer li:nth-child(even) .info:before {
    display: block;
    content: '';
    width: 1vw;
    height: 1vw;
    left: -3vw;
    background: url(./../images/product-cloudsite-point.png) center no-repeat;
    position: relative;
    top: 3.5vw;
    transform: translate(0, -50%);
    border-radius: 100%;
}
.points .cf:after {
    clear: both;
}

.points .cf:before,.points .cf:after {
    content: " ";
    display: table;
    line-height: 0;
}
.points .product-site-point-outer li:first-child {
    background: url(./../images/product-cloudsite-product-site-point-bg2.jpg) center no-repeat;
    background-size: cover;
}
.points .product-site-point-outer li:nth-child(3) {
    background: url(./../images/product-cloudsite-product-site-point-bg2.jpg) center no-repeat;
    background-size: cover;
}
.points .product-site-point-outer li:nth-child(5) {
	background: url(./../images/product-cloudsite-product-site-point-bg4.jpg) center no-repeat;
	background-size: cover;
}

.news{
	width:100%;
	position:relative;
	top:80px;
	z-index:105;
        margin-top:20px;
}
.news .full_content{
	width:100%;
	margin:0 auto;
	position:relative;
}
.news .full_content .container_header{
	visibility: visible;
	margin-bottom:40px;
	float:left;
        margin-left:3vw;
}
.news .full_content .container_header .title {
    font-size: 24px;
    line-height: 30px;
    color: #555;
	margin-right: 10px;
}
.news .full_content .container_header .subtitle {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}
.news .full_content .container_header .subtitle,.news .full_content .container_header .title {
    display: inline-block;
}
.news .full_content .container_category {
    visibility: visible;
    text-align: left;
    margin-top: 0px;
}
.news .full_content .container_category, .news .full_content .container_category {
    float: right;
    padding-top: 0;
    margin-right:3vw;
}

.news .full_content .container_category>a{
	display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
	border: 1px solid rgba(170, 170, 170, .2);
	color: #828282;
	background-color: transparent;
}

.news .full_content .container_category>a.active,
.news .full_content .container_category>a:hover{
	border-color: #ff0d0d;
	background-color: #ff0d0d;
	color: #fff
}

.news .full_content1 div.wp-new-article-style-01-left {
    margin-right: 8px;
}

.news .full_content1 div.wp-new-article-style-01-left {
    float: left;
    height: 20vw;
    width: 92px;
    margin-right: 8px;
}
.news .full_content1 div.wp-new-article-style-01-right {
    float: left;
}
.news .full_content1 .wpart-border-line {
    margin-bottom: 6px;
}

.news .full_content1 .wpart-border-line {
    padding-top: 16px;
}
.news .full_content1 .wpart-border-line {
    border-bottom: 1px solid #e2e2e2;
    display: 1px solid #e2e2e2;
}
.news .full_content1 .wpart-border-line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
.news .full_content1 div.wp-new-article-style-01-right p.title {
    margin-bottom: 5px;
}

.news .full_content1  p.title > a {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 3vw;
    color: #434343;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.news .full_content1 p.title a,.news .full_content1 p.title a:visited {
    text-decoration: none;
    color: #5a5a5a;
}
.news .full_content1 p.title a:visited {
    color: #434343;
}
.news .full_content1 span.wp-new-ar-pro-time {
    /* display: none; */
    font-family: SimSun;
    font-size: 2.5vw;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.news .full_content1 ul li {
    margin-right: 15px;
    margin-bottom: 5px;
}
.news .full_content1 ul li p.link {
    background: url(../images/jiantou_97c2.png) no-repeat left center;
}

.news .full_content1 ul li p.link {
    height: 5vw;
    line-height: 5vw;
    padding-left: 4vw;
}