﻿body, div, section {
	box-sizing: border-box;
}

/* @font-face {
	font-family: 'PingFangSC-Medium';
	src: url('../fonts/PingFangSC-Light.ttf');
	font-weight: normal;
	font-style: normal;
} */

html, body {
	font-family: PingFangSC-Medium, PingFang SC, Microsoft YaHei, arial, sans-serif;
	width: 100%;
}

body {
	min-width: 1200px;
}

.header {
	width: 100%;
	/* width: 1920px; */
	/* width: 100%; */
	 /*background: hsla(0,0%,100%,.8); */
	/* left: 0;
	top: 0; */
	/* position: fixed; */
	/*position: relative;*/
	z-index: 20;
	position: absolute;
	top:0px;
}
.header .header-wrapper {
	margin: auto;
	min-width: 1260px;
	max-width: 1920px;
	height: 42px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.header .logo {
	/* flex: 1; */
	margin-right: 70px;
}
.header .nav {

	height: 42px;
	line-height: 42px;
	/* margin-left: auto; */
}
.header .logo {
	margin-left: 2.6vw;
	margin-top: 10px;
	width: 114px;
	height: 55px;
	background-image: url(../image/logo_1.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.header .nav ul {
	/* list-style: none; */
	min-width: 760px;
	max-width: 1079px;

	height: 42px;
	margin: 0;
}
.header .nav ul li {
	float: left;
	margin: 0 30px;
	font-size: 16px;
	color:#111111;
	/*text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.42);*/
}
.header .nav ul li a {
	
	color:#111111;
}

.header .navd ul {
	/* list-style: none; */
	width: 600px;
	height: 42px;
	margin: 0;
}

.header .navd ul li {
	float: left;
	margin: 0 14px;
	font-size: 14px;
	line-height: 42px;
	font-weight: 400;
	/*text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.42);*/
}

.footer {
	width: 100%;
	/* width: 1920px; */
	background: #000;
}
.footer .footer-wrapper {
	margin: auto;
	width: 1200px;
	height: 305px;
}
.footer .footer-wrapper .main {
	display: flex;
	justify-content: space-between;
}
.footer-wrapper .main .left {
	/* flex: 1; */
}
.footer-wrapper .main .left .banner {
	margin: 26px 0;
}
.footer-wrapper .main .left .banner img {
	width: 114px;
	height: 55px;
}
.footer-wrapper .main .left .nav {
	width: 266px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFF;
	
}

.footer-wrapper .main .left .nav ul {
	list-style: none;
	margin: 0;
}
.footer-wrapper .main .left .nav ul li {
	float: left;
}
.footer-wrapper .main .left .nav ul li:not(:last-child) {
	margin-right: 30px;
}

.footer-wrapper .main .right {
	width: 120px;
}
.footer-wrapper .main .right .wechat {
	margin: 20px 15px 0;
}
.footer-wrapper .main .right .wechat img {
	width: 90px;
}
.footer-wrapper .main .right .tips {
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .copyright {
	margin: 65px auto 0;
	width: 405px;
	height: 70px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #707070;
	line-height: 35px;
	text-align: center;
}

.footer .copyright a {
	color: #707070;
}



.header1 {
	width: 100%;
	/* width: 1920px; */
	/* width: 100%; */
	 /*background: hsla(0,0%,100%,.8); */
	/* left: 0;
	top: 0; */
	/* position: fixed; */
	/*position: relative;*/
	z-index: 20;
	box-shadow: 0px 5px 10px 0px rgba(1, 22, 64, 0.05);
}
.header1 .header-wrapper {
	margin: auto;
	min-width: 1260px;
	max-width: 1920px;
	height: 42px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.header1 .logo {
	/* flex: 1; */
}
.header1 .nav {
	height: 42px;
	line-height: 42px;
	
}
.header1 .logo {
	margin-left: 2.6vw;
	margin-top: 10px;
	margin-right: 70px;
	width: 114px;
	height: 55px;
	background-image: url(../image/logo_1.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.header1 .nav ul {
	/* list-style: none; */
	min-width: 760px;
	max-width: 1079px;

	height: 42px;
	margin: 0;
}
.header1 .nav ul li {
	float: left;
	margin: 0 30px;
	font-size: 16px;
	color:#111111;
	/*text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.42);*/
}
.header1 .nav ul li a {
	
	color:#111111;
}

.header1 .navd ul {
	/* list-style: none; */
	width: 600px;
	height: 42px;
	margin: 0;
}

.header1 .navd ul li {
	float: left;
	margin: 0 15px;
	font-size: 14px;
	line-height: 42px;
	font-weight: 400;
	/*text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.42);*/
}
.side-bar
{
	width: 67px;
    	height: 203px;
	position: fixed;
	bottom: 400px;
	right: 25px;
	z-index:999;
	-webkit-box-shadow: 0 2px 18px 0 rgba(52,112,255,0.5);
	-moz-box-shadow: 0 2px 18px 0 rgba(52,112,255,0.5);
    	box-shadow: 0 2px 18px 0  rgba(52,112,255,0.5);
	border-radius: 36px;
}
.side-bar a ,.chat-tips i 
{
	width:67px;
	height:94px;
	display:block;
	
}
 .icon-qq 
{
	background-position: 0 -62px;
	background-image:url(../image/icon_sidebar_t_0.png);
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center; 
} 
.icon-chat
 {
	background-position: 0 -130px;
	position: relative;
	background-image:url(../image/icon_sidebar_b_0.png);
	margin-bottom:2px;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
 } 
.icon-chat:hover{
	background-image:url(../image/icon_sidebar_b_1.png);
} 

.icon-chat:hover .chat-tips
{
	display: block;
}
.icon-qq:hover {
	background-image:url(../image/icon_sidebar_t_1.png);
}
.icon-qq:hover .qq-tips
{
	display: block;
}


.chat-tips
{
	 padding: 20px;
	 border: 1px solid #d1d2d6;
	 position: absolute;
	 right: 78px;
	 top: -55px;
	 background-color: #fff;
	 display: none;
} 

.qq-tips
{
	 padding: 20px;
	 border: 1px solid #d1d2d6;
	 position: absolute;
	 right: 78px;
	 top: 20px;
	 background-color: #fff;
	 display: none;
} 
