@charset "utf-8";
/* CSS Document */

body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	overflow-x: hidden;
}
td, th {
	padding: 0;
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	padding: 0;
	margin: 0; /*box-sizing: border-box;*/
}
body, table, td, tr, th, input, select {
	font: 14px/25px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: 'Microsoft YaHei', Helvetica;
}
li {
	list-style: none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	/*height: auto!important;*/

	max-width: 100%!important;
	image-rendering: -webkit-optimize-contrast;
}
.clear {
	clear: both;
	visibility: hidden;
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #57391f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
i, cite, em {
	font-style: normal
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none
}
h1 {
	font-size: 34px;
	line-height: 45px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
/*********************/

.skinw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
}
 @media (max-width:1299px) {
.skinw {
	width: 95%;
}
.container {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
}
/*Header*/

.header {
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 50;
	/*background: rgb(255, 255, 255, 0.9);*/

	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}
.logo {
	float: left;
	margin-top: 10px;
}
.logo img {
	display: block;
}
.header .nav {
	display: block;
	padding: 0;
	float: left;
	width: 68%;
	padding-left: 60px;
}
.header .nav li {
	float: left;
	padding: 0 27px;
	font-size: 17px;
	line-height: 130px;
	position: relative;
	margin-left: 40px;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.header .nav li .current {
	color: #000;
	font-weight: bold;
}
.header .nav li .current:hover {
	color: #fff;
	border-bottom: none;
}
.header .nav li:before {
	content: "";
	height: 2px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
	display: block;
	box-shadow: 0 0 5px #09256d;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	transition: all linear 0.3s
}
.header .nav li:after {
	content: "";
	background: rgba(82, 130, 255, 0);
	background-image: linear-gradient(rgba(5, 110, 66, 0), rgba(5, 110, 66, 1));
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	z-index: -1;
	transition: all linear 0.3s
}
.header .nav li a {
	font-size: 17px;
	color: #000;
	line-height: 130px;
	text-align: center;
	display: block;
	transition: all linear 0.3s;
	letter-spacing: 1px;
}
.header .nav li.active a {
	font-weight: bold;
}
/*.header .nav li:hover:before {

	left: -250px;

	right: -250px

}*/

.header .nav li:hover:after {
	top: 0
}
.header .nav li a:before, .header .nav li a:after {
	content: "";
	width: 1px;
	background: rgba(255,255,255,0);
	background-image: linear-gradient(rgba(255,255,255,0), #fff);
	display: block;
	position: absolute;
	top: 100%;
	bottom: 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	transition: all linear 0.3s
}
.header .nav li a:before {
	left: 0
}
.header .nav li a:after {
	right: 0
}
.header .nav li:hover a {
	font-weight: bold;
	color: #fff;
}
.header .nav li:hover a:before, .header .nav li:hover a:after {
	top: 0
}
.header .nav .li_on {
	font-weight: bold;
}
.header .nav li .subnav {
	background: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	/*width: 100%;*/

	width: 230px;
	margin-left: -50px;
	z-index: 199;
}
.header .nav li .subnav {
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc2727, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.header .nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.header .nav li .subnav a {
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	display: block;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 3px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	font-weight: normal;
}
.header .nav li .subnav a:hover {
	color: #056e42;
	background: #fff;
}
/*.Navbar-nav {

	display: block;

	padding: 0;

	float: left;

	width: 68%;

}

.Navbar-nav li {

	float: left;

	padding: 0 27px;

	font-size: 17px;

	line-height: 130px;

	position: relative;

	margin-left: 40px;

	letter-spacing: 1px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.Navbar-nav li a {

	color: #111;

	text-shadow: none;

	position: relative;

	display: block;

}

.Navbar-nav li a.navbg:before {

	content: '';

	display: block;

	width: 100%;

	height: 3px;

	background: #000;

	position: absolute;

	left: 0;

	bottom: 0;

	border-radius: 10px 10px 0 0;

	transform: scaleX(0);

	transition: ease .65s;

}

.Navbar-nav li:hover a.navbg:before {

	transform: scaleX(1);

}

.Navbar-nav li:hover a.navbg {

	color: #000;

	transition: ease .65s;

	font-weight: bold;

}

.Navbar-nav li .subnav {

	background: #fff;

	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);

	height: auto;

	left: 0;

	overflow: hidden;

	position: absolute;

	top: 100%;

	width: 100%;

	width: 230px;

	margin-left: -50px;

	z-index: 199;

}

.Navbar-nav li .subnav {

 filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc2727, direction=120, strength=5);

	opacity: 0;

	visibility: hidden;

	transition: all .6s ease 0s;

	transform: translate3d(0, 10px, 0);

	-moz-transform: translate3d(0, 10px, 0);

	-webkit-transform: translate3d(0, 10px, 0);

}

.Navbar-nav li:hover .subnav {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.Navbar-nav li .subnav a {

	text-align: center;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	border-radius: 0;

	color: #666;

	display: block;

	font-size: 16px;

	line-height: 25px;

	padding: 10px 3px;

	transition: all 0.2s ease-in-out 0s;

	width: 100%;

	background: #fff;

	box-sizing: border-box;

}

.Navbar-nav li .subnav a:hover {

	color: #1d4f91;

	background: #fff;

}

.Navbar-nav li .current {

	color: #000;

	font-weight: bold;

}

.Navbar-nav li .current:hover {

	color: #000;

	border-bottom: none;

}*/

.md_rt {
	float: right;
	height: 90px;
}
.md_rt dl dt {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: 46px;
}
.md_rt dl dd {
	float: left;
	margin-top: 43px;
}
.md_rt dl dd label {
	display: block;
	margin-top: 13px;
}
.md_rt dl dd label span {
	font-size: 16px;
	color: #505050;
	/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/

	padding-right: 10px;
	letter-spacing: 1px;
}
.md_rt dl dd label em {
	color: #000;
	font-size: 23px;
	font-family: "Impact";
}
 @media (max-width: 1514px) {
.header .nav {
	width: 66%;
}
.header .nav li {
	padding: 0 21px;margin-left: 30px
}
}
 @media (max-width: 1474px) {
.header .nav li {
	padding: 0 19px;
}
}
 @media (max-width: 1436px) {
.header .nav li {
	padding: 0 16px;
}
}
 @media (max-width: 1424px) {
.header .nav {
	width: 64%;
}
.header .nav li {
	padding: 0 13px;
}
}
 @media (max-width: 1364px) {
.header .nav li {
	padding: 0 11px;
}
}
 @media (max-width: 1340px) {
.header .nav {
	width: 62%;
}
.header .nav li {
	padding: 0 9px;
}
}
 @media (max-width: 1326px) {
.header .nav li {
	padding: 0 6px;
}
}
 @media (max-width: 1270px) {
.header .nav {
	width: 60%;
}
.header .nav li {
	padding: 0 3px;
}
}
 @media (max-width: 1246px) {
.header .nav li {
	padding: 0 1px;
}
}
 @media (max-width: 1218px) {
.header .nav {
	width: 58%;
}
.header .nav li {
	margin-left: 35px;
}
}
 @media (max-width: 1188px) {
.header .nav li {
	margin-left: 30px;
}
}
 @media (max-width: 1150px) {
.header .nav {
	width: 55%;
}
.header .nav li {
	margin-left: 25px;
}
}
 @media (max-width: 1144px) {
.header .nav li {
	margin-left: 22px;
}
}
 @media (max-width: 1104px) {
.header .nav li {
	margin-left: 19px;
}
}
.HBanner img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*------------手机站导航开始----------*/

.hidden-g {
	display: none;
}
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #056e42;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .ul-small {
	background: #056e42;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
	transform: translateX(220px);
	transition: 300ms;
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}
.hidden-g .ul-small ul li a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
}
.hidden-g .translate {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @media (max-width: 1076px) {
.header {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
.HBanner {
	padding-top: 60px;
}
}
/*FOOTER*/

.foot {
	background: #40403c;
	overflow: hidden;
	padding-top: 100px;
	background: url(../images/ft_bg.jpg);
}
.fot_left {
	width: 30%;
	float: left;
}
.fot_right {
	float: right;
	width: 60%;
}
.flogo {
	width: 166px;
}
.flogo img {
	display: block;
	max-width: 100%;
}
.fo-nav {
}
.fo-nav h4 {
	font-size: 18px;
	color: #555;
	font-weight: lighter;
	margin-bottom: 30px;
}
.fo-nav ul li {
	float: left;
	width: 16.6%;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-align: right;
}
.fo-nav ul li a {
	font-size: 17px;
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ftb {
	margin-top: 60px;
}
.ftb ul li img {
	border-radius: 10px;
	padding: 5px;
	background: #fff;
}
.ftb ul li {
	float: left;
	width: 130px;
}
.pfoot {
	overflow: hidden;
	padding-bottom: 60px;
}
.yx_FxList .yx_FLTit {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--yx_Color);
	color: #3c3c3c;
	cursor: pointer;
	transition: all 0.6s;
}
.yx_iconfont {
	background: url(../images/wtb.png);
	width: 26px;
	height: 26px;
}
.yx_FLCon {
	/*position: absolute;

    bottom: 80px;

    left: 46%;

    transform: translateX(-50%);

    padding-bottom: var(--yx_FS24);*/

	transitiion: all 0.6s ease;
	visibility: hidden;
	margin-top: 30px;
	padding-bottom: 10px;
}
.yx_FLConBox {
	border-radius: 4px;
	background: #fff;
	padding: 6px;
	position: absolute;
	max-width: 100px;
}
.yx_FLConBox img {
}
.yx_FLConBox:after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	/*position: absolute;

	bottom: -10px;

	border-top: 10px solid #fff;

	border-left: 8px solid transparent;

	border-right: 8px solid transparent;

	left: 50%;*/

	transform: translateX(-50%);
}
.yx_FxList:hover .yx_FLCon {
	visibility: visible;
	bottom: 48px;
	transition: all 0.6s;
}
.fo-tit {
	text-align: right;
	margin-top: 100px;
}
.fo-tit p {
	/*color: #ccc;*/

	color: #fff;
	font-size: 16px;
	line-height: 2;
	/* font-family: "Source Han Sans CN", "SimHei", "微软雅黑"; */

	font-family: "Arial";
}
.fo-tit h2 {
	/*color: #ccc;*/

	color: #fff;
	font-size: 20px;
	line-height: 2;
	font-family: "Arial";
}
.ft-bottom {
	padding: 20px 0;
	color: #fff;
	overflow: hidden;
	font-family: "Arial";
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ft-bottom .flbox {
	font-size: 14px;
	float: left;
}
.ft-bottom .frbox {
	font-size: 15px;
	float: right;
}
.ft-bottom .flbox, .ft-bottom .frbox {
	padding: 10px 0;
}
.ft-bottom .frbox a:first-child {
	padding-left: 0;
}
.ft-bottom .frbox a {
	display: inline-block;
	/*padding: 0 32px;*/

	color: #fff;
	position: relative;
}
.copyright a {
	color: #fff;
}
 @media (max-width: 900px) {
.ft-bottom .flbox {
	width: 100%;
}
.ft-bottom .frbox {
	float: left;
}
}
 @media (max-width: 840px) {
.fot_left {
	width: 100%;
}
.fot_right {
	width: 100%;
	margin-top: 30px;
}
.fo-nav ul li {
	text-align: left;
}
.fo-tit {
	text-align: left;
}
.pfoot {
	padding-bottom: 60px;
}
}
 @media (max-width: 568px) {
.fo-nav ul li {
	width: 25%;
	margin-bottom: 30px;
}
.fo-tit {
	margin-top: 120px;
}
}
 @media (max-width:348px) {
.fo-nav ul li {
	width: 33%;
}
.fo-tit {
	margin-top: 120px;
}
}
