/**
 * 公共 样式表
 */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body{
	font-family: "微软雅黑";
	line-height: 12px;
	font-size: 22px;
	background-color: white;
}


		/* define bootstrap 5 columns */
		.col-xs-1-5,
		.col-sm-1-5,
		.col-md-1-5,
		.col-lg-1-5 {
			position: relative;
			min-height: 1px;
			padding-right: 10px;
			padding-left: 10px;
		}
 
		.col-xs-1-5 {
			width: 20%;
			float: left;
		}
 
		@media (min-width: 768px) {
		.col-sm-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 992px) {
			.col-md-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 1200px) {
			.col-lg-1-5 {
				width: 20%;
				float: left;
			}
		}



.margin-bottom-80{
	margin-bottom: 80px;
}
 
.float-left{
	float: left;
}

.float-right{
	float: right;
}
 
#body-div{
	padding: 0px;
	margin: 0px;
}

.becomeHand{
	cursor: pointer;
}

.img-full{
	width: 100%;
	height: 100%;
}

.margin-bottom-40{
	margin-bottom: 40px;
}
.margin-bottom-60{
	margin-bottom: 60px;
}

/* 长度 */
.width-20-pp-only{
	width: 20%;
}
.width-60-pp{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

.width-66-pp{
	width: 66%;
	margin-left: 17%;
	margin-right: 17%;
}
.width-70-pp{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.width-72-pp{
	width: 72%;
	margin-left: 14%;
	margin-right: 14%;
}
.width-74-pp{
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
}
.width-80-pp{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.width-100-pp{
	width: 100%;
}

/* 背景颜色 */
.bgcolor-gray-3d3c42{
	background-color: #3d3c42;
}
.bgcolor-gray-323237{
	background-color: #323237;
}
.bgcolor-yellow-ffac00{
	background-color: #ffac00;
}
.bgcolor-white{
	background-color: white;
}
.bgcolor-blue-169bd5{
	background-color: #169bd5;
}

/* 字体颜色 */
.font-yellow-color-ffac00{
	color: #ffac00;
}
.font-blue-color-169bd5{
	color: #169bd5;
}
.font-gray-color-e1e1e1{
	color: #e1e1e1;
}
.font-gray-color-767676{
	color: #767676;
}
.font-gray-color-666666{
	color: #666666;
}
.font-gray-color{  
	color: gray;
}
.font-gray-color-999999{
	color: #999999;
}
.font-gray-color-c1c1c1{
	color: #c1c1c1;
}
.font-white-color{
	color: white;
}
.font-white-f0f0f0{
	color: #f0f0f0;
}
.font-black-color-333333{
	color: #333333;
}
.font-black-color-7f818a{
	color: #7f818a;
}


/*字体大小*/
.font-size-36{
	height: 36px;
	line-height: 36px;
	font-size: 36px;
}

.font-size-30{
	height: 30px;
	line-height: 30px;
	font-size: 30px;
}

.font-size-40{
	height: 36px;
	line-height: 36px;
	font-size: 36px;
}
.font-size-28{
	height: 28px;
	line-height: 28px;
	font-size: 28px;
}
.font-size-24{
	height: 24px;
	line-height: 24px;
	font-size: 24px;
}
.font-size-22{
	height: 22px;
	line-height: 22px;
	font-size: 22px;
}
.font-size-18{
	height: 18px;
	line-height: 18px;
	font-size: 18px;
}
.font-size-16{
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.font-size-14{
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}

.font-size-14-bold-border-noTop{
	width: 100%;
	line-height: 14px;
	font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-left: #c1c1c1 1px solid;
    border-right: #c1c1c1 1px solid;
    border-bottom: #c1c1c1 1px solid;
}

/* 隐藏省略多余文字 */
.hidden-word{
	text-overflow:ellipsis;
	overflow:hidden;
    white-space:nowrap;
}

/*页眉导航栏*/
#the-page-head{
	
    margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
    position: fixed;
    top: 0px;
	float: left;
	z-index: 11;
	box-shadow:0px 4px 8px #dddddd;
}
#web-logo{
	width: 208px;
	height: 40px;
    cursor: pointer;
    float: left;
    margin-left: 14%;
}

#nav-row{
	height: 55px;
	margin: 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 14%;
}
.nav-button{
	height: 47px;
	line-height: 20px;
	font-weight: 500;
	font-size: 20px;
	list-style-type: none;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 22px;
	cursor: pointer;
	float: right;
}

/*设置鼠标滑过或悬停时变化的背景颜色*/
.nav-button:hover{
	color: #169bd5;    /*蓝色*/
	border-bottom: 4px #ffac00 solid;
}
.nav-button-2-select-li:hover{
	color: white;  
    background-color: #169bd5;    /*蓝色*/
}
.nav-button-3-select-li:hover{
	color: white;  
    background-color: #169bd5;    /*蓝色*/
}

.select-nav-button{
	color: #1592c9;
	border-bottom: 4px #ffac00 solid;
}

.select-second-nav-button{
	color: white;
	background-color: #169bd5;
}

#nav-button-2-select{
    display: none;    /*默认隐藏*/
    width: 220px;
    margin-top: 27px;
    margin-left: -66px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
    background-color: white;
    position: absolute;
    box-shadow: darkgrey -1px 1px 10px 1px, 
                darkgrey 1px 1px 10px 1px;
	z-index: 2;
    float: right;
}
.nav-button:hover #nav-button-2-select{
    display: block;
}
.nav-button-2-select-li{
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 16px;
	font-weight: normal;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}
#nav-button-3-select{
    display: none;    /*默认隐藏*/
    width: 190px;
    margin-top: 27px;
    margin-left: -54px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
    background-color: white;
    position: absolute;
    box-shadow: darkgrey -1px 1px 10px 1px, 
                darkgrey 1px 1px 10px 1px;
	z-index: 2;
	float: right;
}
.nav-button:hover #nav-button-3-select{
    display: block;
}
.nav-button-3-select-li{
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}

/* 页眉logo的媒体查询 */
@media only screen and (min-width: 1360px) and (max-width: 1441px) {
	#web-logo{
	    width: 190px;
	    height: 40px;
        cursor: pointer;
        float: left;
    }
    .nav-button{
	    height: 47px;
	    line-height: 22px;
	    font-size: 22px;
	    list-style-type: none;
	    padding-left: 6px;
	    padding-right: 6px;
	    margin-left: 18px;
	    cursor: pointer;
	    float: right;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	#web-logo{
	    width: 168px;
	    height: 40px;
        cursor: pointer;
        float: left;
    }
    .nav-button{
	    height: 47px;
	    line-height: 22px;
	    font-size: 22px;
	    list-style-type: none;
	    padding-left: 6px;
	    padding-right: 6px;
	    margin-left: 14px;
	    cursor: pointer;
	    float: right;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	#web-logo{
	    width: 140px;
	    height: 40px;
        cursor: pointer;
        float: left;
    }
    .nav-button{
	    height: 47px;
	    line-height: 22px;
	    font-size: 22px;
	    list-style-type: none;
	    padding-left: 4px;
	    padding-right: 4px;
	    margin-left: 8px;
	    cursor: pointer;
	    float: right;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
	#web-logo{
	    width: 110px;
	    height: 40px;
        cursor: pointer;
        float: left;
    }
    .nav-button{
	    height: 47px;
	    line-height: 22px;
	    font-size: 22px;
	    list-style-type: none;
	    padding-left: 2px;
	    padding-right: 2px;
	    margin-left: 2px;
	    cursor: pointer;
	    float: right;
    }
}

@media only screen and (max-width: 799px) {
	#web-logo{
	    width: 110px;
	    height: 40px;
        cursor: pointer;
        float: left;
        margin-left: 5%;
    }
    .nav-button{
	    height: 47px;
	    line-height: 22px;
	    font-size: 22px;
	    list-style-type: none;
	    padding-left: 1px;
	    padding-right: 1px;
	    margin-left: 0px;
	    cursor: pointer;
	    float: right;
    }
}


/*页脚*/
#the-page-foot{
	width: 100%;
	float: left;
}

#the-page-foot-first-row{
	width: 100%;
	padding-left: 17%;
	padding-right: 17%;
	padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

#the-page-foot-second-row{
	width: 100%;
	padding-left: 17%;
	padding-right: 17%;
	padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

#the-page-foot-first-row-first-col{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#the-page-foot-first-row-second-col{
	border-left: 1px #767676 solid;
	border-right: 1px #767676 solid;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 6%;
	padding-right: 0px;
}

#the-page-foot-first-row-third-col{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 6%;
	padding-right: 0px;
}

.the-page-foot-font-title{
	color: #cccccc;
	margin-bottom: 40px;
}
.the-page-foot-font-body{
	margin-bottom: 20px;
}

#the-page-foot-second-row-first-col{
	margin: 0px;
	padding: 0px;
}
#the-page-foot-second-row-second-col{
	margin: 0px;
	padding: 0px;
}
#the-page-foot-second-row-third-col{
	margin: 0px;
	padding: 0px;
}


/* 名片头 */
.show-title{
	width: 140px;
	height: 160px;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}
.chinese-word{
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.english-word{
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 60px;
}
.long-line{
	width: 100%;
	height: 1px;
	float: left;
}
.short-line{
	width: 40%;
	height: 2px;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 0px;
	margin-bottom: 6px;
	float: left;
}

.foot-font-color{
	color: #767676;
}
.foot-font-color:hover {
	color: #f0f0f0;
}

/*手机导航栏800以下*/
#nav-small-button{
	display: none;
	width: 32px;
	height: 26px;
	margin-bottom: 15px;
	float: right;
}
#nav-col{
	display: none;
}
.nav-col-button{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 6%;
	display: none;
	color: #999999;
}
.nav-col-button-border-bottom{
	border-bottom: 1px #dbdbdb solid;
}
.nav-col-button:hover {
	color: #2ea3ff;
}
.bb1:hover {
	color: #2ea3ff;
}
.bb2:hover {
	color: #169bd5;
}
.bb1,.bb2{
	display: none;
	list-style-type: none;
	padding-left: 40px;
	height: 22px;
	line-height: 16px;
	font-size: 16px;
	color: #aaaaaa;
	border-bottom: #c2c2c2 1px dashed;
	margin-top: 10px;

}
.businessPlan-son{
	display: none;
	background-color: #ffffff;
}
.businessMode-son{
	display: none;
	background-color: #ffffff;
}
@media only screen and (max-width: 799px) {
	#web-logo{
		width: 152px;
		height: 30px;
    	cursor: pointer;
    	float: left;
	}
	#the-page-head{
		width: 90%;
		margin-left: 5%;
		margin-right: 70px;
	}
	#nav-small-button{
		display: block;
	}
	#nav-row{
		display: none;
	}
	#nav-col{
		display: none;
		width: 100%;
		margin-top: 40px;
		line-height: 40px;
		font-size: 24px;
		background-color: #f7f9fa;
		float: left;
		position: absolute;
		z-index: 2147483646;
	}
	.nav-col-button{
		display: block;
	}
	.bb1,.bb2{
		display: block;
	}
	#the-page-foot-first-row-second-col{
		border-left: 0px #767676 solid;
		border-right: 0px #767676 solid;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 16px;
		padding-bottom: 0px;
		padding-left: 6%;
		padding-right: 0px;
	}
	#the-page-foot-first-row-first-col{
		padding-left: 6%;
	}
}



               /* <div class="row row_three"  style="float: left;">
			    	      <div class="col-sm-12 col-md-12 col-lg-8 col-xl-8 ">
			    	      	    <ul class="outservice">
								 	   <li><span class="span_brace_d">•&nbsp;&nbsp;</span>使用户 IT 满足业务需求、监管需求、减少运营成本；   </li>
								 	   <li><span class="span_brace_d">•&nbsp;&nbsp;</span>是用户 IT 紧跟时代技术步伐；</li>
								 	   
								</ul>
			    	      </div>
			    	      <div class="col-sm-12 col-md-12 col-lg-4 col-xl-4">
			    	      	 <div class="row_three_img">
			    	      	    < img class="img-full" src="./img/yonghushouhuo.png" />
			    	      	 </div>
			    	      </div>
			    </div>*/


