@charset "utf-8";
a{ 
text-decoration:none; 
color:#333; 
} 
.index-bg {
    min-width: 1200px;
    background-size: cover;
	font-family:"PingFang SC";
}
.index-wrap {
    min-width: 1200px;  
}

h1{
	font-size:40px;
	color:#425460;
	text-align:center;
	padding-bottom:15px;
	font-family:"Microsoft YaHei UI";
	/* font-family:"思源黑体 CN"; */
   }
h3{
	font-size:20px;
	color:#425460;
	text-align:center;
	padding-bottom:20px;
	}
.line{
	width:80px;
	height:1px;
	background-color:#425460;
	margin:0 auto;
	}
.t-right{
	text-align:right;
	}
.t-left{
	text-align:left;
	}

/*导航框*/
.header-wrap {
	width:100%;
    min-width: 1200px;
	position:absolute;
	top:0;
	z-index:9999;
	margin:0 auto;
}

/*头部导航*/
.header{
	width:1200px;
    margin: 0 auto;
	z-index:9999;
	}

.logo{
	float:left;
	margin-top:20px;
	background:url(../images/logoblack.png) no-repeat;
	width:157px;
	height:29px;
	}
.nav-banner{
	float:right;
	padding-top:15px;
	}

.nav-banner ul li{
	float:left;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family:"微软雅黑";
	/* font-family:"思源黑体 CN"; */
	list-style:none;
	height:50px;
	line-height:36px;
	padding:0 25px;
	position:relative;
	}
.nav-banner ul li:hover{
	color:#bb9657;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	cursor:pointer;
	
}
	
.main{
	margin:0 auto;
}

.nav-banner ul .border-none:hover{
	/*background:rgba(255,255,255,0.5);*/
	color:#bb9657;
	-webkit-border-bottom-right-radius:0;
	   -moz-border-bottom-right-radius:0;
			border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	   -moz-border-bottom-left-radius:0;
		    border-bottom-left-radius:0;
}
/*下拉菜单*/

.btns{
	width: 180px !important;
	background: #fff !important;
	/*width:82px;*/
	padding-bottom:5px; 
	/*background:rgba(255,255,255,0.3);*/
	position:absolute;
	z-index:9999;
	left:0;
	top:0;
	margin-top:50px;
	display:none;
	-webkit-border-bottom-right-radius:2px;
	   -moz-border-bottom-right-radius:2px;
			border-bottom-right-radius:2px;
	
	-webkit-border-bottom-left-radius:2px;
	   -moz-border-bottom-left-radius:2px;
		    border-bottom-left-radius:2px;
	
}
.btns:before{
	content: '';
	position: absolute;
	top:-8px;
	left: 50px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
}
.star-bottom:before{
	content: '';
	position: absolute;
	top:-8px;
	left: 50px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
}
.btns dd{
	font-size:16px; 
	/*color:#fff; */
	text-align:left;
	height:36px;
	line-height:36px;
	padding-left: 24px;
	margin: 8px 0;
}

.btns dd:hover{
	color:#bb9657;
}
/*导航框白色*/
.header-wrap-white {
	width:100%;
    min-width: 1200px;
    height: 70px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.95);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	border-bottom:1px solid rgba(240,237,244,0.86);
}

/*头部导航白色框*/
.header-white{
	width:1200px;
	height:70px;
    margin: 0 auto;
	}

.logo-blue{
	float:left;
	margin-top:15px;
	background:url(../images/logo-blue.png) no-repeat;
	width:157px;
	height:29px;
	}
.nav-banner-white{
	float:right;
	height:70px;
	
	}
/* .nav-banner-white ul .current a{
	color:#03a0ef;
} */

.current{
	color:#bb9657;
}
.nav-banner-white ul li{
	height:70px;
	line-height:70px;
	float:left;
	color:#425460;
	font-size:16px;
	text-align:center;
	font-family:"微软雅黑";
	/* font-family:"思源黑体 CN"; */
	list-style:none;
	padding:0 25px;
	position:relative;
	}
.nav-banner-white ul li a:hover{
	color:#bb9657;
	font-weight:bold;
	cursor:pointer;
}

.nav-banner-white ul li .btns{ 
	position:absolute;
	z-index:9999;
	left:50%;
	margin-left:-57px;
	display:block;
	top:0;
	margin-top:69px;
	width:114px;
	padding-bottom:5px; 
	border:1px solid rgba(232,232,232,0.42);
	background:rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	display:none;
}
.nav-banner-white ul li .btns dd{
	font-size:16px; 
	color:#425460; 
	/*text-align:center; */
	margin:8px 0;
	height:36px;
	line-height:36px;
	}
.nav-banner-white ul li .btns dd:hover{
	color:#bb9657;
	background-color:transparent;
	}

.nav-banner-white ul li .btns-serve{ 
	position:absolute;
	z-index:9999;
	left:50%;
	margin-left:-57px;
	display:block;
	top:0;
	margin-top:71px;
	width:114px;
	padding-bottom:5px; 
	border:1px solid rgba(232,232,232,0.42);
	background:rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	display:none;
	
	}
.nav-banner-white ul li .btns-serve dd{
	font-size:16px; 
	color:#425460; 
	text-align:center; 
	margin:8px 0;
	height:36px;
	line-height:36px;
	}
.nav-banner-white ul li .btns-serve dd:hover{
	color:#bb9657;
	background-color:transparent;
	}
/*页脚*/
.footer-wrap{
	min-width:1200px;
	margin:0 auto;
	height: 470px;/* 400 */
	}
.footer{
	padding-left: 5em;
	margin-bottom: 25px;
	width:1200px;
	height:440px;/* 360 */
	position:relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0 auto;
}
.footer-details{
	display: flex;
	flex-direction: column;
	margin-top: 60px;

}
.footer-details p{
	 font-size:18px;
	 font-family:PingFangSC-Regular,PingFang SC;
	 font-weight:500;
	 color:rgba(0,0,0,1);
	 line-height:25px;
 }
.tips{
	margin-top: 26px;
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:22px;
}
.connection{
	margin-top: 8px;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:25px;
}
.connection-company{
	margin-top: 8px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:25px;
}
.weixin-icon{
	display: flex;
	flex-direction: row;
}
.weixin-icon p{
	margin-top:110px;
	color:rgb(120,126,127);
	margin-left:15px;
}
.footer-trade{
	text-align: center;
}
.trade_detail{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
}
