/************公用***************/
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	-webkit-font-smoothing: antialiased;
}

html {
	scroll-behavior: smooth;
}

body,
p,
ul,
ol,
dl,
dd,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
ol,
th,
td,
button,
input,
fieldset,
legend,
textarea,
option {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer
}

li {
	list-style: none
}

img {
	cursor: pointer;
}

.clear {
	clear: both;
}

.float-l {
	float: left;
}

.float-r {
	float: right
}

.fl {
	float: left;
}

.fr {
	float: right
}

.margin {
	margin: 0 !important;
	padding: 0 !important;
}


.d-none {
	display: none;
}


.side {
	position: fixed;
	width: 66px;
	height: 275px;
	right: 0;
	top: 350px;
	z-index: 100;
	display: none;
}

.side ul li {
	width: 66px;
	height: 66px;
	float: left;
	position: relative;
	border-bottom: 1px solid #fff;
}

.side ul li .sidebox {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/66px "微软雅黑";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 66px;
	height: 66px;
	line-height: 66px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #df1c4e;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side ul li img {
	float: left;
}



/*****************************************************************head******************************************************************************/
.head {
	height: 90px;
	margin: auto;
	width: 100%;

}

.top-blank {
	height: 90px;
	overflow: hidden;
	background: none;
}

.top-head {
	height: 90px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: none;
}

.top02 {
	height: 90px;
	width: 100%;
	background: #fff;
	box-shadow: 3px 1px 44px 2px rgba(132, 132, 132, 0.2);
	transition-duration: 0.5s;
}

.top02_center {
	width: 1200px;
	margin: auto;
}

.logo {
	width: 500px;
	height: 71px;
	float: left;
	text-align: center;
	padding-top: 13px;
	transition-duration: 0.5s;
}

.logo img {
	width: 500px;
	height: 71px;


}

.logo-xn {
	width: 500px;
	height: 71px;
	float: left;
	text-align: center;
	padding-left: 10px;
	transition-duration: 0.5s;
}

.logo-xn img {
	width: 200px;
	height: 75px;

}

.nav {
	float: right;
	width: 650px;
	height: 39px;
	line-height: 39px;
	padding-top: 25px;
	transition-duration: 0.5s;
}




.nav .m {
	text-align: center;
	/* position:relative;*/
	font-size: 14px;
	width: 92px;
	height: 39px;

}

.nav .m a {
	color: #000;
	font-size: 16px;
}

.nav .m a:hover {
	color: #E0224D;
	font-weight: bold;
}

.nav a#sel:hover:after {
	opacity: 0;
}

.nav .sub {
	display: none;
	width: 100%;
	height: 190px;
	position: fixed;
	top: 90px;
	overflow: hidden;
	text-align: left;
	z-index: 110;
	left: 0px;
	background-color: #f5f5f5;
}

.nav .sub .nav_xiao {
	width: 100%;
	overflow: hidden;


}


.nav .sub .nav_xiao .xiao_three {
	width: 1200px;
	height: 190px;
	margin: auto;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_three ul {
	margin: auto;
}

.nav .sub .nav_xiao .xiao_three ul li {
	display: inline;
	width: 155px;
	height: 190px;
	overflow: hidden;
	text-align: center;
	position: inherit;
	margin-left: 19px;
}

.nav .sub .nav_xiao .xiao_three ul li img {
	width: 155px;
	height: 102px;
	display: block;
	padding-top: 30px;
}

.nav .sub .nav_xiao .xiao_three ul li p {
	width: 155px;
	height: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #505050;
	line-height: 17px;
	text-align: center;
	margin-top: 15px;

}



.nav .sub .nav_xiao .xiao_three ul li a:hover {
	color: #df1c4e;
	font-weight: bold;
}

.nav .sub .nav_xiao .xiao_three ul li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*****************************************************************banner-bread******************************************************************************/




/*****************************************************************footer******************************************************************************/
.footer-bg {
	width: 100%;
	height: 500px;
	background: #1b1b1b;
}

.footer {
	width: 1200px;
	height: auto;
	margin: auto;
	padding-top: 50px;
}

.footer-left {
	width: 840px;
	height: auto;
}

.footer-right {
	width: 360px;
	height: auto;
	color: #fff;
}

.footer-left-1 {
	width: 280px;
	height: auto;
	color: #fff;

}

.footer-left-1 dt {
	width: 280px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.footer-left-1 dd {
	width: 280px;
	height: auto;
	font-size: 14px;
}

.footer-left-1 dd li {
	width: 280px;
	height: 35px;
	line-height: 35px;
}

.footer-left-1 dd li a {
	color: #fff;
}

.footer-left-2 dd li {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

.footer-right-1 {
	width: 360px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.footer-right-2 {
	width: 360px;
	height: auto;
	font-size: 14px;
	position: relative;
	bottom: 10px;
}

.footer-right-3 {
	width: 340px;
	height: 30px;
	margin-top: 10px;
}

.footer-right-3 input {
	background: #000;
	border: none;
	outline: none;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
}

.footer-right-4 {
	width: 340px;
	height: auto;
	margin-top: 10px;
}

.footer-right-4 dt {
	width: 48%;
	height: 30px;
	margin-top: 10px;
	float: left;
}

.footer-right-4 dd {
	width: 48%;
	height: 30px;
	margin-top: 10px;
	float: right;
}

.footer-right-4 dt input {
	background: #000;
	border: none;
	outline: none;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
}

.footer-right-4 dd select {
	background: #000;
	border: none;
	outline: none;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.footer-right-5 {
	
}

.footer-right-5 input {
	background: #282828;
	border: none;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	cursor:pointer;
	
}

.foot {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot-kg {
	width: 1200px;
	height: auto;
	border-bottom: 1px solid #333;

}

.foot-1 {
	padding-top: 20px;
}


/*****************************************************************中间弹窗******************************************************************************/

.pop-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	display: none;
}

.pop-up {
	width: 482px;
	height: 382px;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 999;
}

.close {
	width: 26px;
	height: 26px;
	position: relative;
	top: 3px;
	left: 480px;
}

.pop-img {
	width: 482px;
	height: 210px;
}

.pop-bt {
	width: 482px;
	height: 171px;
	background-image: url(../images/pop-bg.png);
	background-size: 100% 100%;

}

.pop-title1 {
	width: 350px;
	height: 25px;
	font-size: 25px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	padding-top: 30px;
	margin-left: 33px;
}

.pop-title2 {
	width: 350px;
	height: 18px;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #727272;
	line-height: 18px;
	padding-top: 10px;
	margin-left: 33px;
}

.pop-dj {
	width: 192px;
	height: 61px;
	margin-left: 265px;
	margin-top: 20px;
}

.pop-btn {
	width: 200px;
	height: 40px;
	margin-left: 260px;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.pop-btn dt {
	width: 93px;
	height: 41px;
	background: #F1F3F2;
	border-radius: 8px;
	float: left;
	color: #000000;

}

.pop-btn dd {
	width: 93px;
	height: 41px;
	background: #D60F4B;
	border-radius: 8px;
	float: right;
	color: #ffffff;
}


.ybm-db {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: -5px;
	z-index: 99;
}

.ybm-db img {
	width: 100%;
	height: auto;
}

.ybm-tz {
	width: 1200px;
	height: 200px;
	position: fixed;
	left: 0;
	right: 20px;
	bottom: 0;
	z-index: 99;
	margin: auto;
}

.ybm-tz img {
	width: 200px;
	height: 200px;
}