﻿/* 全局 */
* {
	margin: 0;
	padding: 0;

}

/* @font-face {
	src: url(../font/pingfang.TTF);
	font-family: "pf";
} */

.imgbox {
	overflow: hidden;
}

.imgbox:hover img {
	transition: all .6s;
	scale: 1.2;
}

.maodian {
  cursor: pointer;
}


em i {
	font-style: normal;
}

img {
	width: 100%;
	-webkit-user-drag: none;
	display: block;
}

a {
	color: black;
	text-decoration: none;
}

.gd1 img {
  margin:auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

html,
body {
	width: 100%;
	position: relative;
}

#cnzz_stat_icon_1276877084 {
	position: absolute;
	bottom: 15px;
	left: 48%;
}

li {
	list-style-type: none;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*清除浮动*/
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.flex {
	display: flex;
	justify-content: space-between;
	width: 45%;
	padding-bottom: 3%;

}

.flex li a {
	color: #fff;
}

/*悬浮*/

.xf {
	width: 3%;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 3;
}

.xf ul li {
	background: rgba(0, 0, 0, .5);
	width: 2.3vw;
	margin-top: 9.2%;
	transition: all 1s;
	height: 2.3vw;
}

.xf ul li a img {
	width: 35%;
	display: block;
	margin: 0 auto;
	padding-top: 30%;
}

.xf ul li:nth-child(2) {
	position: relative;
}

.xf ul li:nth-child(2):hover .xf1 {
	visibility: visible;
	opacity: 1;
	right: 2.6vw;
	transition: all 1s;
}

.xf ul li:nth-child(1) {
	position: relative;
}

.xf ul li:nth-child(1):hover .xf3 {
	visibility: visible;
	opacity: 1;
	right: 44px;
	transition: all 1s;
}

.xf3 {
	position: absolute;
	right: -173px;
	top: 0px;
	width: 150px;
	height: 2.3vw;
	line-height: 2.3vw;
	background-size: 100% 100%;
	visibility: hidden;
	opacity: 0;
	padding-right: 37%;
	text-align: center;
	transition: all 1s;
	background: #DD5410;
}

.xf1 {
	position: absolute;
	right: -173px;
	top: 0px;
	width: 150px;
	height: 2.3vw;
	line-height: 2.3vw;
	background-size: 100% 100%;
	visibility: hidden;
	opacity: 0;
	padding-right: 37%;
	text-align: center;
	transition: all 1s;
	background: #DD5410;
}

.xf3 p {
	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2%;
}

.xf1 p {
	width: 100%;
	padding-left: 10%;

	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-top: 2%;
}

.xf ul li:nth-child(3) {
	position: relative;
}

.xf ul li:hover {
	background-color: #DD5410;
}

.xf2 {
	position: absolute;
	width: 143px;
	right: -160px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
	z-index: -111;
}

.xf ul li:nth-child(3):hover .xf2 {
	visibility: visible;
	opacity: 1;
	transition: all 1s;
	right: 47px;
}

/*悬浮结束*/

.minbox {
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}

/* a,
span,
p,
div,
strong {
	font-family: 'pf';

} */






@media screen and (max-width: 1200px) {
	.webContainerTable {
		min-width: 320px;
		max-width: 1200px;
		margin: auto;
		margin-bottom: 10% !important;
	}

	.xf {
		display: none;
	}

}