body {
	background: #fff;
}
.server-brief {
	margin-top: 40px;
}
/*banner样式*/
.info-banner {
	position: relative;
	height: 450px;
	width: 100%;
	background: #0f0d23 url("img/tuiguang_banner.png") no-repeat center;
}
.info-box {
	height: 100%;
}
.info-nav {
	position: relative;
	height: 347px;
}
.product-info {
	padding-top: 100px;
	text-align: center;
}
.product-info-title {
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-weight: 400;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 108, 1)), to(rgba(96, 255, 159, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-info-detail {
	margin: 30px auto 0;
	width: 1000px;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 108, 1)), to(rgba(96, 255, 159, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-info-btn {
	margin-top: 10px;
}
.product-info-btn a {
	display: inline-block;
	height: 45px;
	border-radius: 2px;
	margin-top: 40px;
	padding: 0 60px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
}
.info-btn1 {
	margin-right: 20px;
	border: 1px solid #fff;
	border-radius:4px;
}
.info-btn2 {
	color: #f80 !important;
	border: 1px solid #f80;
}
.product-info-stand {
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}
.product-info-stand a {
	margin: 0px 2px;
	display: inline-block;
	color: #f80;
}
.flex-nav {
	position: absolute;
	right: 140px;
	bottom: 20px;
}
.flex-nav li {
	margin-right: 40px;
	float: left;
}
.flex-nav li a {
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
}
/*模块*/
.trusteeship-info {
	margin-top: 38px;
}
.module-marg-top {
	margin-top: 95px;
}
.module-title {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #545454;
	padding-left: 12px;
	text-align: center;
}
.module-title span {
	display: inline-block;
	margin-left: 45px;
	font-size: 14px;
	color: #999;
}
.group-title {
	position: relative;
	height: 20px;
	line-height: 20px;
	margin: 55px 0px 35px 0px;
}
.group-title .group-name {
	display: inline-block;
	color: #009fd9;
	font-size: 20px;
	background: #fff;
	padding-right: 5px;
}
.group-title .group-span {
	float: right;
	margin-top: -20px;
	width: 100%;
	height: 20px;
	display: inline-block;
	background: url("img/line_ico.png") repeat-x;
	z-index: 10;
}

/*根据屏幕决定定位*/

.nav-box {
	width: 100%;
	height: 68px;
}

.nav-show {
	position: fixed;
	top: -1px;
	z-index: 9999;
	border-top: 1px solid rgba(247, 249, 250, 0.36);
	background: url("img/banner_nav_bg.png") repeat-x;
}

.nav-hide {
	margin-top: -68px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	background-color: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}
.nav-hide .banner-nav li a {color: #fff;}
.orientation-nav-box {
	position: relative;
}

.banner-nav {
	position: absolute;
	top: 0px;
	right: 240px;
	height: 68px;
}

.banner-nav li {
	height: 66px;
	margin-right: 40px;
	float: left;
}

.banner-nav li a {
	height: 66px;
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 66px;
	font-size: 16px;
}
.nav-hide .banner-nav li a {
	height: 68px;
	line-height: 68px;
}
.nav-show .banner-nav li a {
	height: 64px;
	line-height: 64px;
}
.banner-nav li a:hover, .banner-nav li a.active {
	border-bottom: 2px solid #0073c0;
	color: #0073c0;
}

.nav-server {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-left: 56px;
	height: 68px;
	line-height: 68px;
	width: 200px;
}
.nav-show .banner-nav li a  {color: #333;}
.nav-show .banner-nav li a.active  {color: #0073c0;}
.nav-server:before {
	position: absolute;
	left: 20px;
	top: 2px;
	content: url(img/nav_server_ico.png);
	width: 16px;
	height: 14px;
}
.nav-server ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	background-color: #f8f8f8;
	width: 100%;
	padding: 10px 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-server:hover {
	background-color: #f8f8f8;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-left: -1px;
}
.nav-server:hover:before {
	content: url(img/nav_server_ico_hover.png);
}
.nav-server:hover ul.nav-other-list {
	display: block;
	border: 1px solid #eee;
	border-top: none;
}
.nav-server ul li {
	height: 50px;
	line-height: 50px;
}
.nav-server ul a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4c4c4c;
	font-size: 14px;
	padding-left: 56px;
}
.nav-server ul a:hover {
	background-color: #0073c0;
	color: #fff;
}

.buy_btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #f80;
	border-radius:4px;
}
.server-module {
	margin-top: 50px;
}
.partners-cx {
	padding: 50px 0;
	border-bottom: 1px solid #eaeaea;
}

.mod-content{
	margin: 0 auto;
	margin-top:40px;
	width:1200px;
}
.qc-grids{
	font-size:0
}
.qc-grids [class*=qc-unit]{
	display:inline-block;
	zoom:1;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.qc-unit-6-24 {
    width: 25%;
}
.qc-grids.with-slot [class*=qc-unit] {
    padding-left: 15px;
    padding-right: 15px;
}
.event-process .event-col{
	position:relative;
	min-height:1px;
	vertical-align:top;
	padding-left:10px
}
.event-process .event-p-item{
	display:table;
	width:100%;
	position:relative
}
.event-process .event-p-item .event-mark{
	font-size:22px;
	color:#22a4b3;
	position:absolute;
	top:50%;
	left:-12px;
	margin-top:-13px
}
.event-process .event-p-item .event-text{
	border-width:3px 3px 3px 0;
	border-style:solid;
	border-color:#0073c0;
	height:110px;
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
}
.event-process a.event-p-item .event-text{
	color:#333
}
.event-process .event-p-item .event-text:after,.event-process .event-p-item .event-text:before{
	content:"";
	position:absolute;
	background-color:#0073c0;
	left:0;
	width:3px;
	height:30px
}
.event-process .event-p-item .event-text:before{
	top:0
}
.event-process .event-p-item .event-text:after{
	bottom:0
}
.youshi{
	width:1200px;
	margin:80px auto;
	overflow: hidden;
    text-align: center;
}
.youshi h4{
    color: #323333;
    font-size: 20px;
    margin-bottom: 40px;
}
.youshi li{
    width:220px;
    float: left;
    line-height: 41px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    cursor: pointer; 
}
.youshi li:hover{
    border-color: #0073c0;
    color: #0073c0;
    background: #fff;
}
.youshi .show1{
    border-color: #0073c0;
    background: #fff;
    color: #0073c0;
    
}
.youshi .box{
    width: 1200px;
    margin-top: 40px;
    overflow: hidden;
    display: none;
}
.youshi .show_{
    display: block;
}
.youshi .box .biaoti{
    width: 220px;
    float: none;
    margin: 0px auto;
    overflow: hidden;
}
.youshi .box .biaoti span{
    font-size: 24px;
    color: #323333;
    float: left;
    margin-left: 15px;
}
.youshi .box .nr{
    font-size: 14px;
    padding: 5px 0px;
    color: #323333;
    text-align: left;
    margin-top: 20px;
    line-height: 25px;
}
.youshi .box .qian{
    box-sizing: border-box;
	width: 270px;
    text-align: center;
    float: left;
    margin-top: 15px;
    margin-left: 30px;
}
.youshi .box .qian h5{
    color: #323333;
    font-size: 18px;
    font-weight: normal;
    line-height: 46px;
}
.youshi .box .qian span{
    color: #323333;
    font-size: 14px;
    line-height:26px;
    text-align: center;
}
.tuiguang{
    width: 100%;
    background: #121212 url(img/cloud_service.png) no-repeat center;
    overflow: hidden;
}
.tuiguang .tg_nr{
    width: 1200px;
    overflow: hidden;
    margin: 60px auto;
}
.tuiguang .tg_nr .a3{
    font-size: 24px;
    color: #fff;
}
.tuiguang .tg_nr p{
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 25px;
    float: none;
}
.tuiguang .tg_nr .a1{
    font-size: 14px;
    color: #f80;
    margin-top: 15px;
    display: block;
}
.tuiguang .tg_nr .a2{
    display: block;
    width: 188px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 40px auto 0px auto;
}
.tuiguang .tg_nr .a2:hover{
    color: #f80;
    border: 1px solid #f80;
}
.tg-doc {
	background: #f2f2f5 url(img/doc-bg.png) no-repeat center;
}
.tg-doc .con{
	width:1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.tg-doc .con .tit {
	margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}
.doc-list li {
	float: left;
	width:50%;
}
.doc-list li a {
	color: #333;
	line-height:40px;
}
.doc-list li a:hover {
	color: #0073c0;
	text-decoration: underline;
}