/**
 * -------------------------------------------------------
 * | 前台首页
 * |@author: 764373501@qq.com
 * |@时间: 2017年8月22日 09:12
 * |@version: 1.0
 * -------------------------------------------------------
 */
@font-face {
  	font-family: 'PINGFANG_BOLD';
	src: url(../../common/statics/font/pingfang/PINGFANG_BOLD.TTF);
}
@font-face {
  	font-family: 'PINGFANG_EXTRALIGHT';
	src: url(../../common/statics/font/pingfang/PINGFANG_EXTRALIGHT.TTFTTF);
}
@font-face {
  	font-family: 'PINGFANG_HEAVY';
	src: url(../../common/statics/font/pingfang/PINGFANG_HEAVY.TTF);
}
@font-face {
  	font-family: 'PINGFANG_LIGHT';
	src: url(../../common/statics/font/pingfang/PINGFANG_LIGHT.TTF);
}
@font-face {
  	font-family: 'PINGFANG_MEDIUM';
	src: url(../../common/statics/font/pingfang/PINGFANG_MEDIUM.TTF);
}
@font-face {
  	font-family: 'PINGFANG_REGULAR';
	src: url(../../common/statics/font/pingfang/PINGFANG_REGULAR.TTF);
}
.head_box{
	width: 100%;
	background: #000000;
	position: relative;
	border-bottom: 2px solid black;
}
.head{
	width: 1200px;
	height: 48px;
	margin: auto;
}
.head_left{
	float: left;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.head_left h2{
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #f5af17;
}
.head_left p{
	font-size:12px ;
	line-height: 24px;
	color: #f0f1f1;
}
.head_right{
	float: right;
}
.head_right .option{
	margin-right: -18px;
	float: left;
}
.head_right .option li{
	line-height: 48px;
	float: left;
	padding: 0 18px;
}
.head_right .option li a{
	font-size:12px;
	font-family: "microsoft yahei" !important;
	color: #bbb;
	letter-spacing: 1px;
}
.head_right .option .active a{
	color: #f5af17;
}
/*top_nav,首页等*/
.top_nav{
	z-index: 7;
/*	border-bottom: 1px solid #6C6C6C;*/
	position: absolute;
	left:0; right:0;
	margin:auto;
}
.top_nav {
	background-color: rgba(0, 0, 0,0.6);
	-webkit-background-color: rgba(0, 0, 0,0.6);
	-moz-background-color: rgba(0, 0, 0,0.6);
	-ms-background-color: rgba(0, 0, 0,0.6);
	-o-background-color: rgba(0, 0, 0,0.6);
}
.top_nav_content{
	z-index: 7;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.top_nav_right{
	float: right;
}
.top_nav_right span{
	color: #FFFFFF;
	font-size:16px ;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 1px;
}
/*弹出框*/
.nav_Pop_up_box{
	z-index: 7;
	width: 470px;
	height: 180px;
	padding: 52px;
	background: #CCD3D9;
	border-radius: 10px;
}
.nav_Pop_up_box li{
	float: left;
	margin-right: 30px;
}
.nav_Pop_up_box li:last-child{margin-right: 0px;}
.nav_Pop_up_box p{
	font-size: 14px;
	line-height: 38px;
}
.black_line{
	margin: 30px auto;
	display: block;
	width: 95px;
	height: 1px;
	background: #464749;
}
/*立即注册*/
.guanggao{
	width: 100%;	
	background: url(../../../idc/images/register.png) no-repeat;
	background-size:100% 100% ;
	min-width: 1200px;
}
.guanggao_content{
	width: 880px;
	margin: 0 auto;
	height: 100px;
	color: #FFFFFF;
	font-size: 24px;
}
.guanggao_content span{
	line-height: 100px;
	font-size: 24px;
	letter-spacing: 1px;
}
.guanggao_content a{
	margin-top: 28px;
	margin-right: 160px;
	-webkit-margin-end: 160px;
	float: right;
	color: #2383ec;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 44px;
}
.guanggao_content a:hover{
	background: #cae1f0;
	color: #2794d3;
}
.resign_btn{
	width: 120px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 30px;
}
/*尾部*/
.foot_box{
	width: 100%;
	background: url(../img/foot_bg.jpg) no-repeat;
	background-size:100% 100% ;
	min-width: 1200px;
}
.foot{
	margin: auto;
	width: 1200px;
	/*height: 670px;*/
}
.foot_con{
	margin: auto;
	width: 1200px;
	height: 575px;
}
.foot_con_left{
	float: left;
	width: 580px;
	height: 550px;
}
.foot_con_left h3{
	font-weight: normal;
	font-size: 36px;
	line-height: 132px;
	color: #fab116;
}
.agg{
	width: 580px;
	float: left;
}
.names{
	float: left;
	background: rgba(12,12,12,0.7);
	color: #fff;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 54px;
	width: 260px;
	height: 54px;
	border: none;
	outline: none;
	border-radius: 2px;
}
.tel{
	float: right;
	background: rgba(12,12,12,0.7);
	color: #fff;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 54px;
	width: 260px;
	height: 54px;
	border: none;
	outline: none;
	border-radius: 2px;
}
.email{
	float: left;
	margin-top: 20px;
	background: rgba(12,12,12,0.7);
	color: #fff;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 54px;
	width: 564px;
	height: 54px;
	border: none;
	outline: none;
	border-radius: 2px;
}
.liuyan{
	float: left;
	margin-top: 20px;
	background: rgba(12,12,12,0.7);
	color: #acacac;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 54px;
	width: 564px;
	height: 153px;
	border: none;
	outline: none;
	border-radius: 2px;
	resize: none;
}
.sub{
	border: none;
	float: left;
	margin-top: 26px;
	width: 234px;
	height: 56px;
	background: #2fbff4;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	color: #fff;
}
.foot_con_right{
	position: relative;
	width: 535px;
	height: 550px;
	float: right;
}
.foot_con_right h3{
	font-weight: normal;
	font-size: 36px;
	line-height: 132px;
	color: #fab116;
}
.foot_con_right .company{
	float: left;
}
.company h4{
	font-size: 28px;
	line-height: 51px;
	color: #fff;
}
.company p{
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.ci{
	float: left;
	margin-top: 43px;
}
.ci p{
	line-height: 40px;
	color: #fff;
}
.dfewm{
	width: 148px;
	height: 148px;
	position: absolute;
	left: 283px;
	top: 271px;
}
.dfewm img{
	width: 148px;
	height: 148px;
}
.foot_bottom_box{
	width: 100%;
	background: #000000;
}
.foot_bottom{
	width: 1200px;
	height: 48px;
	margin: auto;
}
.foot_bottom span{
	color: #b5b5b5;
	line-height: 48px;
}
.text1{
	margin-left: 220px;
}
.text2{
	margin-left: 20px;
}
.text2 img{
	margin: 0 5px;
	vertical-align: middle;
}
/*banner*/
.banner_box{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 320px;
	/*background: url(../img/publicImg/top_1.jpg) no-repeat;
	background-size:100% 100% ;
	min-width: 1200px;*/
}
video#bgvid{
	margin: auto;
   	position: absolute; left: 0; top: 0px; 
  	min-width: 1200px; min-height: 230px; 
 	width: auto; 
 	height: auto; 
 	z-index: -100; 
  	background-size: cover; 
}
.banner{
	margin: auto;
	width: 1200px;
	height: 320px;
}
.banner .text1{
	font-size: 34px;
	float: left;
	margin: 140px 0 0 0px;
	color: #fff;
}
.banner .text2{
	float: right;
	margin: 160px  0px 0;
	color: #fff;
}
.banner .text2 span{
	color: #f7b217;
}
.btn_radius{
	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;
}

.blue_line{
    margin: 30px auto 70px;
    display: block;
    width: 55px;
    height: 2px;
    background: #2383ec;
}
.control {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	-webkit-margin-end: 3px;
	background-image: url(../../images/console.png);
	background-size: 15px;
	-webkit-background-size: 15px;
}
.buy-btn {
	display: block;
	margin-left: 629px;
	margin-top: 85px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	line-height: 40px;
	text-decoration: none;
	width: 140px;
	height: 40px;
	background-color: #2383EC;
	border-radius: 30px;
}

/* 部署和架构底部样式 */
.content-bottom {
	height: auto;
	width: 1200px;
	margin: 40px auto 40px;
	overflow: hidden;
	text-align: center;
}
.content-bottom .bottom-img {
	width: 80%;
}
.content-bottom > h4 {text-align: left;font-size: 28px;}
.bottom-h3 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 10px;
	padding-left: 39px;
	-webkit-padding-start: 39px;
}
.bottom-h4 {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.content-bottom-left {
	width: 813px;
	float: left;
	height: auto;
	position: relative;
}
.bottom-left-title {
	text-align: left;
	position: absolute;
    top: 40px;
}
.bottom-left-title p {
	color: #999999;
	font-size: 18px;
	margin-bottom: 60px;
	-webkit-margin-after: 60px;
}
.bottom-left-img {
	width: 813px;
    height: 526px;
    padding-top: 80px;
    text-align: center;
}
.bottom-left-img img {
	width: 760px;
	height: 526px;
	margin-top: 15px;
}
.content-bottom-right {
	width: 387px;
    height: 656px;
    overflow: hidden;
    float: left;
    background: #f9f9f9;
}
.bottom-right-ul ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    margin-bottom: 3px;
    background-color: #000;
    border-radius: 50%;
}
.bottom-right-ul ul li {
	margin-top: 20px;
	font-size: 14px;
}
.bottom-right-line {
    height: 1px;
    background-color: #999999;
    width: 247px;
    margin-bottom: 40px;
}
.right-bot {
	height: 486px;
    padding: 40px 40px 0;
    overflow: hidden;
}
.right-bot-title {
	height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
}
.t1list {
	height: 40px;
    overflow: hidden;
    margin-bottom: 34px;
}
.t1list li {
	float: left;
    height: 20px;
    width: 150px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.t1list .two {
	text-indent: 16px;
}
.right-top {
	height: 108px;
    padding: 130px 40px 0;
    overflow: hidden;
    background: #f5f5f5;
}
.t2splist li {
	line-height: 22px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
}
.t2 {
	height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 17px;
}
.right-top-first {font-size: 16px;}
.right-bot-title {font-size: 16px;}
.t2 {font-size: 16px;}
.cart_top {background: url(../../images/goods.png) no-repeat center center;display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin-right: 3px;-webkit-margin-end: 3px;background-size: 20px;}
.cart_num {display: inline-block;width: 15px;position: absolute;height: 15px;line-height: 15px;background-color: #ff822f;border-radius: 50%;text-align: center;color: #ffffff;font-size: 12px;top: 6px;right: 10px;}
.dot-sell {background: url(../../images/sale.png) no-repeat center center;width: 15px;height: 15px;display: inline-block;margin-left: 3px;}
