/*重置*/
*{
	margin: 0; 
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
	box-sizing: border-box;
}
html,body{ min-width: 1200px; background:#F7F7F7}
fieldset, img {    
	border:0;
}
ol, ul { 
	list-style:none; 
}
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
    font-weight:normal;
}
:focus { 
	outline: 0;
}
a{ 
	text-decoration:none
}
a img{ 
	border:none;
}
.clearfix {
	clear: both;
}
.wrapper{ 
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
/*header*/
.menu {
  width: 100%;
  height:70px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 20px 10px rgba(60,74,110,.1);
  position: relative;
  z-index: 1;
}
.menu .logo{
	width: 103px;
	height: 63px;
	/*
	background: url(../img/logo@2x.png) no-repeat center center;
	background-size:100%;
	 */
}
.menu .slogen {
	flex: 1;
  	display: flex;
	justify-content: space-between;
	width: 138px;
	height: 27px;
	font-size: 20px;
	margin-left:16px;
	font-family: AlibabaPuHuiTiM;
	color: rgba(0,0,0,0.75);
	line-height: 27px;
}
.menu .wrapper{ align-items: center; }
.menu .vip{ margin-right: 0px; display: flex; justify-content: center; align-items: center; width: 78px; height: 32px; border-radius: 17px; border: 1px solid rgba(63,86,224,0.65);  font-size: 16px; font-weight: 400; color: #3F56E0;}
.menu .vip:hover{
	cursor:pointer;
}

#footer{
  width: 100%;
  margin-top:32px;
  background: #fff;
  position: relative;
}

#footer .company-power{
	width:1200px;
	margin:0 auto;
	height:110px;
	padding-top:29px;
	padding-bottom:30px;
}

#footer .company-power ul li {
	float:left;
	width:300px;
	height:42px;
	line-height:42px;
}
#footer .company-power ul li span{
	height:42px;
	float:left;
	line-height:42px;
	display:inline-block;
}

#footer .company-power ul li span img{
	width:42px;
	height:42px;
}
#footer .company-power ul li span.power-text{
	color: #333333;
	margin-left:10px;
	font-size: 18px;
	font-weight: 500;
	font-family: PingFangSC-Medium, PingFang SC;
}

#footer .web-info{
	/*height:304px;*/
	height: auto;
	background:#283270;
}

#footer .web-info .wrapper{
	padding: 12px 0;
}

#footer .web-info .footer-logo-tel{
	height:74px;
	margin-top:25px;
	line-height:74px;
	width: 185px;
}
#footer .web-info .footer-logo-tel span{
	float:left;
	height:74px;
	line-height:74px;
	display:inline-block;
}
#footer .web-info .footer-logo-tel .footer-logo img{
	width:123px;
	height:74px;
}
#footer .web-info .footer-logo-tel .footer-line-box{
	height:74px;
	margin-left:20px;
}
#footer .web-info .footer-logo-tel .footer-line-box .line{
	height:41px;
	width:1px;
	background:#FFF;
	opacity:0.25;
	margin-top:15px;
}
#footer .web-info .footer-logo-tel .footer-tel-icon{
	height:74px;
	margin-left:43px;
}
#footer .web-info .footer-logo-tel .footer-tel-icon img{
	width:34px;
	margin-top:20px;
}
#footer .web-info .footer-logo-tel .footer-tel-number{
	margin-left:15px;
	font-size: 28px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 2px;
}

#footer .web-info .footer-ge-line{
	height:1px;
	width:1200px;
	background:#FFF;
	opacity:0.25;
	margin-top:12px;
}

#footer .web-info .footer-left{
	display:inline-block;
	width:800px;
}

#footer .web-info .footer-right{
	display:inline-block;
	width:400px;
	text-align: right;
}

#footer .web-info .footer-right img{
	width:98px;
	/*margin-left:185px;*/
	/*margin-top:44px;*/
	border-radius:4px;
	margin-right: 9px;
}
#footer .web-info .footer-right .gzh{
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
	padding-left:180px;
}
#footer .web-info .contact-us{
	/*height:25px;*/
	/*margin-top:46px;*/
	height: 50px;
	margin-top: 35px;
}
#footer .web-info .contact-us ul li{
	float:left;
	height:26px;
	margin-right:42px;
}
#footer .web-info .contact-us ul li span{
	float:left;
	display:inline-block;
}
#footer .web-info .contact-us ul li span:hover{
	cursor:pointer;
}
#footer .web-info .contact-us ul li .contact-icon{
	height:26px;
}
#footer .web-info .contact-us ul li .contact-icon img{
	height:16px;
	width:16px;
	margin-top:2px;
}
#footer .web-info .contact-us ul li .contact-text{
	height: 21px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,0.75);
	line-height: 21px;
	margin-left:5px;
}

#footer .web-info .certs{
	height:47px;
	margin-top:36px;
}

#footer .web-info .certs ul li{
	height:47px;
	float:left;
	margin-right:10px;
}
#footer .web-info .certs ul li .certs-icon img{
	height:47px;
	width:123px;
}
#footer .web-copyright{
	height: 48px;
	background: #1A2047;
}
#footer .web-copyright .text, #footer .web-copyright .text a{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	height:48px;
	line-height:48px;
}
