/* 头部 */
*{padding:0;margin:0;box-sizing: border-box;}
html,body{ font-family:MicrosoftYaHei;font-size: 14px;}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;} 
fieldset,img {border:0} 
ol,ul,li {list-style:none} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
a{text-decoration: none; cursor: pointer;}
*{
	box-sizing: border-box;
}
a{
	color: inherit;
}
.header{
		position: fixed;
		z-index: 9999;
		width: 100%;
		background-color: rgba(255,255,255,0);
		
	}
	.wrapper{
		width: 1200px;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		height: 61px;
	}
	.bwy{
		float: left;
		color: #fff;
		height: 61px;
		line-height: 61px;
		letter-spacing: 8px;
	}
	.m-login{
		float: right;
	}
	.menu{
		float: right;
		margin-right: 77px;
	}
	.menu li{
		float: left;
		margin-left:20px;
		font-size: 16px!important;
	}
	.z-sel{
		border-bottom:2px solid #3b8fea;
		color: #3b8fea;
	}
	.menu li a{
		padding-left: 10px;
		padding-right: 10px;
		height: 61px;
		display: inline-block;
		line-height: 61px;
		color: #FFFFFF;
	}
	.m-login{
		height: 61px;
		line-height: 61px;
	}
	.u-btn{
		padding:7px 15px;
		background-color:transparent;
		border:1px solid #e5e5e5;
		color:#e5e5e5;
		transition:all 0.4s ease-out;
		font-size: 12px;
	}
	.signin{
		margin-right:12px;
	}
	.signup{
		padding:7px 15px;
		background-color:#fff;
		border:1px solid #fff;
		color:#383838;
	}
	
	.signup:hover{
		background-color:#e5e5e5;
		border:1px solid #e5e5e5;
		color:#383838;
	}
	.bgcolor:hover{
		background-color:#237ed9;
		border:1px solid #237ed9;
		color:#fff;
	}
	.menu li a:hover{
		border-bottom:2px solid #3b8fea;
		color: #3b8fea;
	}
	.solid{
		background: rgba(255,255,255);
		transition: all 1s;
		box-shadow:0 0 15px rgba(0,0,0,0.1);
	}
	.colors{
		color: #000000!important;
	}
	.bgc{
		border: 1px solid #000000;
		color: #000000!important;
	}
	.bgcolor{
		background-color: #49a0f5;
		border: 1px solid #49a0f5;
		color: #FFFFFF;
		transition:all 0.4s ease-out;
	}
	/* 头部 */
	/* 尾部+咨询 */
	.footer{
		width: 100%;
		background-color: #000000;
		
	}
	.footerone{
		width: 100%;
	}
	.fs-list{
		width: 1200px;
		height: 93px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom:1px solid #45484c;
	}
	.term{
		color: #FFFFFF;
	}
	.icon{
		width:32px;
		height:32px;
		vertical-align:middle;
		margin-right:10px;
		display: inline-block;
	}
	.icon-1{
		/*background: url(../image/global-201710202017.svg);*/
		background-position:65.24% 62.629999999999995%;
		background-size:756.25% 693.75%;
		background-repeat:no-repeat;
	}
	.fs-ct:hover .term{
		color:#2277da;
	}

	dl{
		flex: 1;
	}
	dt{
		color:#fff;
		font-size:16px;
		padding-left:10px;
		border-left:2px solid #00c8f2;
		line-height:16px;
		margin-bottom:15px;
	}
	dd{
		margin-bottom:12px;
		padding-left:10px;
	}
	dd>a{
		font-size:14px;
		padding-right:10px;
		color:#bbb;
		position:relative;
	}
	.wrap{
		display: flex;
		width: 1200px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.footertwo{
		width: 100%;
		padding-top:25px;
		padding-bottom:25px;
	}
	.qc-footer-blogroll{
		width: 100%;
		padding-bottom:15px;
		padding-top:15px;
	}
	.blogroll-inner{
		text-align:center;
		margin:0 auto;
		width: 1200px;
		padding-left:10px;
		padding-right:10px;
	}
	.copyright{
		line-height:30px;
		font-size:14px;
		color:#bbb;
		font-size:12px;
		margin-right:10px;
	}
	/* 尾部 */
	/* 咨询 */
	.jian {
		position: absolute;
		border: 4px solid transparent;
		border-left-color: black;
		top: 45%;
		left: 100%;
	}
	
	.fang {
		width: 120px;
		height: 60px;
		position: relative;
		background-color: red;	
		
		background: rgba(0, 0, 0, 0.7);
		text-align: center;
		line-height: 60px;
		color: #FFFFFF;
	}
	
	
	
	
	.telephon>.fang {
		width: 180px;
	}
	
	.yanshi>div>img {
		width: 150px;
	}
	
	.yanshi {
		position: absolute;
		left: -158px;
		
		display: none;
	}
	
	.zhuce {
	
		position: absolute;
		display: none;
		left: -130px;	
	}
	
	.call {
		position: absolute;
		display: none;
		left: -130px;	
	}
	
	.telephon {
		display: none;
		position: absolute;	
		left: -190px;
			
	}
	
		.toolitembar{
			position: fixed;
			z-index: 2000;
			right: 15px;
			bottom: 110px;		
		}
		.toolitembar_flex{
			display: flex;		
			flex-direction: column;
		}
		.toolitembar_flex a{
			height:60px;
			width:60px;
			background-color:rgba(3, 169, 244, .7);
			color:#fff;
			text-align:center;
			transition:all ease .4s;
			margin-bottom:5px;
			display: flex;
			flex-direction: column;
			position: relative;
		}
		.toolitembar_flex i{
			font-size:23px;
			margin-bottom:5px;
			padding-top:9px;
			display: inline-block;
		}
		.toolitembar_flex span{
			font-size:12px;	
		}
		.toolitembar_flex a:hover{
			background-color:#00c8f2;
		}
	/* 尾部 */
	