html,
body {
	padding: 0;
	margin: 0;
	/* font-family: "微软雅黑"; */
	font-size: 14px;
	color: #333;
}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #b80000;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**导航菜单**/
header {
	width: 100%;
	border-bottom: 2px #b80000 solid;
	width: 100%;
	background: #FFFFFF;

	z-index: 9999;
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
	z-index: 9991;
}


header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
}

header .rightDiv {
	/* float: right; */
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 40px;
}

header .rightDiv .menu>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 22px;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333;
	position: relative;
	font-size: 16px;
	line-height: 40px;

}

header .rightDiv .menu>ul>li>a span.down {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px #666 solid;
	transform: rotate(45deg);
	border-top: 0;
	border-left: 0;
	margin-left: 10px;
}


/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #b80000;
	position: absolute;
	left: 0;
	bottom: 0px;
	/* transform: translateX(-50%); */
	transition: .5s;
}

/* header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a.now span.down,
header .rightDiv .menu>ul>li:hover>a span.down {
	border: 1px #b80000 solid;
	border-top: 0;
	border-left: 0;

}
 */
header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #b80000;
}



header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #b80000;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: -12px;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	min-width: 50px;
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(../img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {
	width: 135px;
	position: absolute;
	top: 80px;
	padding: 10px 0;
	min-width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease 0s;
	background: #fff;
	box-shadow: 0px 0px 21px 0px rgba(56, 67, 83, 0.16);
}

.menu ul li:hover>ul {

	top: 100px;
	opacity: 1;
	visibility: visible;

}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: rgba(17, 99, 160, 0.06);
	color: #1163a0;
}

.menu ul ul li:hover a,
.menu ul ul li:hover span {
	color: #1163a0;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/


.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	padding: 0 10px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 14px;
	color: #333;
	/* border-bottom: 1px solid #e5e5e5; */
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 15px;
	text-align: center;
}

.menu ul ul li>a span {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.3)
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	/* color: #f05a59; */
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}



.telDiv {
	font-size: 14px;
	color: #888;
	margin-top: 25px;
	margin-left: 120px;
}

.telDiv p span {
	line-height: 30px;
	/* font-family: BebasNeue; */
	letter-spacing: -1px;
}

.telDiv img {
	width: 39px;
	height: 39px;
}

.telDiv p {
	width: calc(100% - 45px);
	margin-left: 6px;
}

.bannerIndex .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.6;
	border-radius: 0;
	border-radius: 50%;
	transition: all 0.5s;
}

.bannerIndex .swiper-pagination {
	bottom: 30px;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}


.bannerIndex .swiper-pagination-bullet-active {
	width: 40px;
	background: #fff;
	opacity: 1;
	border-radius: 10px;
}


.topDiv {
	width: 100%;
	height: 36px;
	background-color: #edeff2;
	line-height: 36px;
}

.topDiv .flDiv {
	display: flex;
	align-items: center;
}

.loginDiv {
	margin-left: 15px;
}

.loginDiv a {
	display: block;
	padding: 0 15px;
	color: #b80000;
	position: relative;
}

.loginDiv a:first-child::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	background: #666;
	height: 15px;
}

.frDiv ul {
	display: flex;
	align-items: center;

}

.frDiv ul li a {
	display: block;
	position: relative;
	padding: 0 15px;

}

.frDiv ul li a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	background: #555;
	height: 15px;
}

.frDiv ul li:last-child a::after {
	display: none;
}

.frDiv ul li:last-child .flex img {
	margin-right: 5px;
	margin-top: -4px;
}

.searchDiv form input {
	width: 460px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #b80000;
	padding: 0 20px;
}

.searchDiv form button {
	width: 84px;
	height: 40px;
	background-color: #b80000;
	border: 0;
}

.ht_fr {
	margin-top: 48px;
	display: flex;
	align-items: center;
}

.ruzhu {
	width: 140px;
	height: 42px;
	background-color: #fcf7f7;
	border: solid 1px #f5eded;
}

.btnDiv a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

.btnDiv a img {
	margin-right: 15px;
}

.jicai {
	width: 140px;
	height: 42px;
	background: #e54e17;
	color: #fff;
}

.btnDiv a.jicai:hover {
	color: #fff;
}

header .rightDiv .menu>ul>li>a.all {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background-color: #b80000;
	color: #fff;
	width: 192px;
}

header .rightDiv .menu>ul>li>a.all p {
	margin: 0 10px;
}

.menu ul ul.erjiMenu {
	width: 192px;
	background: #fff;
	visibility: visible;
	opacity: 1;
	box-shadow: none;
	top: 42px;
	min-width: auto;
	height: 400px;
	overflow: hidden;
	padding: 0;
	padding-top: 3px;
	left: 0;
	transform: translate(0, 0);
}

.menu ul ul.erjiMenu li a {
	display: flex;
	align-items: center;
	font-size: 14px;
	padding: 8px 15px;
}

.menu ul ul.erjiMenu li a:hover {
	background: none;
	color: #b80000;
}

.menu ul ul.erjiMenu li:hover {
	background: none;
}

.menu ul ul.erjiMenu li a img {
	margin-right: 13px;
	transition: all 0.5s;
}

.menu ul ul.erjiMenu li:hover a img.absolute {
	opacity: 1;
}

.menu ul ul.erjiMenu li a img.absolute {
	top: 3px;
	opacity: 0;
	transition: all 0.5s;
}

.menu ul ul.erjiMenu li:hover a img.showImg {
	opacity: 0;
}

.menu ul li:hover>ul.erjiMenu {
	top: 42px;
}

.mainDiv {
	background: #edeff2;
	padding-bottom: 40px;
}

.bannerIndex {
	width: 798px;
	height: 400px;
	margin-left: 202px;
}

.bannerIndex .swiper-slide img {
	width: 798px;
	height: 400px;
	object-fit: cover;
}

.minDiv {
	width: 190px;
	height: 510px;
	background-color: #ffffff;
	padding-top: 20px;
}

header .rightDiv .menu>ul>li:first-child {
	padding-left: 0;
	padding-right: 0;
}

header .rightDiv .menu>ul>li>a {
	font-weight: bold;
}

header .rightDiv .menu>ul>li>a>span {
	font-size: 10px;
	margin-top: -10px;
	color: #e83f18;
	font-style: italic;
	margin-left: 3px;
}

.person a {
	display: block;
	width: 130px;
	height: 30px;
	border-radius: 15px;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 10px;
}

.person a.login_a {
	background-color: #b80000;
	color: #fff;
}

.person a.zhuce_a {
	background-color: #e6e6e6;
	color: #333;
}

.minDiv .perList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-top: 20px;
}

.minDiv .perList li {
	width: 50%;
}

.minDiv .perList li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}

.minDiv .perList:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #edeff2;
}

.minDiv .perList::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	width: 1px;
	height: 100%;
	background: #edeff2;
}

.gonggao {
	padding: 20px;
	padding-top: 10px;
}

.gonggao ul li {
	margin-bottom: 4px;
}

.gonggao ul li:last-child {
	margin-bottom: 0;
}

.tuijianList {
	width: 998px;
	margin-top: -100px;
}

.bg_w {
	background: #fff;
	padding: 30px 20px;
	padding-top: 20px;
}

.title {
	display: flex;
	align-items: center;
}

.title span.xian {
	display: block;
	width: 5px;
	height: 23px;
	background-color: #b80000;
	border-radius: 3px;
	margin-right: 11px;
}

.gyDiv {
	width: 240px;
	height: 534px;
}

.gyDiv ul li a {
	display: block;
	width: 100%;
	height: 76px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.gyDiv ul li {
	margin-bottom: 10px;
}

.gyDiv ul li a img {
	max-height: 100%;
	max-width: 100%;
}

.gyDiv ul li:last-child {
	margin-bottom: 0;
}

.youxuanDiv {
	width: 470px;
	margin-left: 10px;
}

.zhuanquDiv {
	height: 318px;
}

.block1 .wenzi {
	width: calc(100% - 155px);
}

.block1 .wenzi .imgDiv img {
	width: 1550px;
	height: 92px;
	object-fit: cover;
}

.block1 ul li {
	margin-bottom: 10px;
}

.zhuanquDiv .swiper-container {
	padding-bottom: 36px;
}

.zhuanquDiv .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background-color: #cccccc;
	border-radius: 2px;
	opacity: 1;
}

.zhuanquDiv .swiper-pagination-bullet-active {
	background: #b80000;
	width: 30px;
}

.gyLianDiv {
	width: 100%;
	height: 120px;
	padding: 20px 100px;
	padding-top: 9px;
}

.gyLianDiv .title {
	color: #3245fd;
}

.gyLianDiv ul {
	display: flex;
	align-items: center;
}

.gyLianDiv ul li a {
	display: block;
	padding: 0 25px;
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	margin-right: 10px;
	color: #3245fd;
}

.youshiDiv .textDiv {
	padding: 40px 0;
	position: relative;
}

.youshiDiv .textDiv::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 42px;
	background: #dedede;
}

.youshiDiv .col-lg-3:last-child .textDiv::after {
	display: none;
}

.youshiDiv {
	border-bottom: 1px #dedede solid;
}

.footNav {
	width: 25%;
}

.footDiv {
	padding: 50px 0;
	align-items: flex-start;
	width: calc(100% - 400px);
	border-right: 1px #dedede solid;
}

.footNav p {
	margin-bottom: 15px;
}

.footNav ul li a {
	display: block;
	color: #999;
	padding: 5px 0;
}

.lxFr {
	width: 400px;
	padding: 35px 0 0 116px;
	line-height: 20px;
}

.foot1 {
	align-items: flex-start;

}

.lxFr li {
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
	display: inline-block;
}

.lxFr li:last-child {
	border: 0;
}

.kefu {
	display: block;
	width: 260px;
	height: 40px;
	background-color: #b80000;
	box-shadow: 0px 7px 13px 0px rgba(9, 108, 183, 0.19);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}

.kefu img {
	margin-right: 5px;
}

.yqLink {
	padding: 35px 0 25px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	line-height: 30px;
}

.yqLink a {
	color: #999;
	padding: 0 10px;
	display: inline-block;
}

.xinxiRt {
	width: 890px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px #e5e5e5 solid;
}

.xinxiHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0;
}

.xinxiHead li:first-child,
.xinxiList li p:first-child {
	width: 190px;
	overflow: hidden;
	text-align: center;	
}

.xinxiHead li:nth-child(2),
.xinxiList li p:nth-child(2) {
	width: 120px;
	overflow: hidden;
	text-align: center;	
}

.xinxiHead li:nth-child(3),
.xinxiList li p:nth-child(3) {
	width: 80px;
	overflow: hidden;
	text-align: center;	
}

.xinxiHead li:nth-child(4),
.xinxiList li p:nth-child(4) {
	width: 80px;
	overflow: hidden;
	text-align: center;	
}

.xinxiHead li:nth-child(5),
.xinxiList li p:nth-child(5) {
	width: 60px;
	overflow: hidden;
	text-align: center;
}

.xinxiHead li:last-child,
.xinxiList li p:last-child {
	width: 100px;
}

.xinxiList li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xinxiHead {
	padding: 20px 0;
	border-bottom: 1px #e6e6e6 solid;
	font-weight: bold;
	padding-top: 0;
}

.xinxiList li {
	padding: 10px 0;
	padding-bottom: 0;
}

.xinxiList li:hover .jiedan {
	background-color: #b80000;
	color: #fff;
}

.xinxiList li p.jiedan {
	border: solid 1px #b80000;
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #b80000;
	transition: all 0.5s;
}

#marquee {
	height: 270px;
	overflow: hidden;
}

.liuyan {
	width: 240px;
}

.liuyan input,
.liuyan select {
	width: 100%;
	height: 36px;
	background-color: #f7f9fa;
	border: 0;
	padding: 0 10px;
	outline: none;
}

.liuyan li {
	margin-bottom: 10px;
}

.liuyan li.yzmLi input {
	width: calc(100% - 105px);
}

.liuyan li.yzmLi img {
	width: 95px;
	height: 36px;
}

.liuyan button {
	width: 140px;
	height: 36px;
	background-color: #b80000;
	color: #fff;
	border: 0;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.banquan {
	padding: 30px 0;
	line-height: 24px;
}

.banquan .flDiv p:first-child a {
	margin-right: 10px;
}

.banquan .link_bott .iconDiv {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333333;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banquan .link_bott li:hover .iconDiv {
	background: #b80000;
}

.banquan .link_bott li {
	position: relative;
	margin-left: 20px;
}

.ewmDiv {
	width: 120px;
	height: 120px;
	display: none;
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translate(-50%, 0);
}

.banquan .link_bott li:hover .ewmDiv {
	display: block;
}

footer a:hover {
	color: #b80000 !important;
}

footer a.kefu:hover {
	color: #fff !important;
}
.block1 ul li .flex2 p:first-child{
	width: 78%;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99;
		/* transform: rotate(45deg); */
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99;
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
		border-top: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {

		margin-left: 0;
	}

	header .logo img {
		max-height: 25px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 12px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		width: 100%;
		left: 0;
		transform: translate(0, 0);
	}

	header .wrap {
		display: block;
		height: 50px;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		/* position: fixed !important; */
		z-index: 9991;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: #fff;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}



	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 82px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}
	header .rightDiv .menu ul>li:first-child{
		border-top: 0!important;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}



	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 50px;
	}

	.topDiv {
		/* position: fixed; */
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	header {
		top: 36px;
	}

	.topDiv .flDiv p:first-child {
		display: none;
	}

	.topDiv .flex2 {
		/* display: block; */
	}

	.topDiv .frDiv {
		font-size: 12px;
	}

	.topDiv .frDiv ul li {
		display: none;
	}

	.topDiv .frDiv ul li:last-child {
		display: flex;
		align-items: center;
	}

	.topDiv .frDiv ul li:first-child {
		display: block;
	}

	.loginDiv {
		margin-left: 0;
	}

	.loginDiv a:first-child {
		padding-left: 0;
	}

	.bannerIndex {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		height: auto;
	}

	.bannerIndex .swiper-slide img {
		width: 100%;
		height: 175px;
		object-fit: cover;
	}

	.bannerIndex .swiper-pagination {
		bottom: 10px;
	}

	.bannerIndex .swiper-pagination-bullet {
		height: 5px;
		width: 5px;
	}

	.bannerIndex .swiper-pagination-bullet-active {
		width: 20px;
	}
	.minDiv{
		width: 100%;
		height: auto;
	}
	.person{
		display: flex;
		align-items: ;
	}
	.person img{
		width: 50px;
		height: 50px;
		margin-left: 10px;
	}
	.person a{
		width: 85px;
		font-size: 12px;
	}
	.person p:nth-child(2){
		width: 80px;
		text-align: left;
		margin-left: 10px;
		margin-top: 5px;
	}
	.minDiv .perList li{
		width: 25%;
	}
	.minDiv .perList::after,
	.minDiv .perList::before{
		display: none;
	}
	.minDiv .perList li img{
		height: 24px;
		margin-bottom: 10px;
	}
	.tuijianList{
		width: 100%;
		margin-top: 10px;
		flex-wrap: wrap;
	}
	.tuijianList li{
		width: 48%;
		margin-bottom: 10px;
	}
	.xinxiHead li:first-child, .xinxiList li p:first-child{
		width: 50%;
	}
	.xinxiHead li:nth-child(2), .xinxiList li p:nth-child(2){
		display: none;
		width: 25%;
		word-break: break-all;
	}
	.xinxiHead li:nth-child(3), .xinxiList li p:nth-child(3){
		display: none;
	}
	.xinxiHead li:nth-child(4), .xinxiList li p:nth-child(4){
		display: none;
	}
	.xinxiHead li:nth-child(5), .xinxiList li p:nth-child(5){
		width: 25%;
		display: none;
	}
	.xinxiHead li:last-child, .xinxiList li p:last-child{
		width: 30%;
	}
	.xinxiRt{
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		border: 0;
	}
	#marquee{
		/* height: 160px; */
	}
	.liuyan{
		width: 100%;
		margin-top: 20px;
	}
	.gyDiv{
		width: 100%;
		height: auto;
	}
	.gyDiv ul{
		margin-left: -3.33%;
	}
	.gyDiv ul li{
		width: 30%;
		float: left;
		margin-left: 3.33%;
	}
	.gyDiv ul li a{
		height: 60px;
		padding: 0;
	}
	.youxuanDiv{
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.zhuanquDiv{
		height: auto;
	}
	.gyLianDiv{
		padding: 20px;
		padding-top: 25px;
	}
	.gyLianDiv ul{
		flex-wrap: wrap;
	}
	.gyLianDiv ul li a{
		padding: 0 8px;
		min-width: auto;
	}
	.youshiDiv .col-lg-3:nth-child(2) .textDiv::after{
		display: none;
	}
	.youshiDiv .textDiv{
		padding: 9px;
	}
	.youshiDiv .textDiv .font18{
		font-size: 14px;
	}
	.youshiDiv .textDiv .font14{
		font-size: 12px;
	}
	.youshiDiv{
		padding: 20px 0;
	}
	.youshiDiv .textDiv::after{
		right: -15px;
	}
	.foot1{
		display: block;
	}
	.lxFr,
	.footDiv{
		width: 100%;
		border: 0;
		display: block;
	}
	.footDiv{
		padding: 20px 0;
	}
	.footNav{
		width: 100%;
		margin-bottom: 15px;
	}
	.footNav p{
		margin-bottom: 10px;
	}
	.footNav ul{
		display: flex;
		flex-wrap: wrap;
	}
	.footNav ul li{
		margin-right: 15px;
	}
	.lxFr{
		padding: 0;
		margin-top: -20px;
		padding-bottom: 20px;
	}
	.lxFr li{
		display: block;
	}
	.yqLink{
		padding: 20px 0;
	}
	.yqLink a{
		padding: 0 5px;
	}
	.banquan{
		display: block;
	}
	.banquan .flDiv p:first-child a{
		display: inline-block;
	}
	.banquan .link_bott .iconDiv{
		width: 40px;
		height: 40px;
	}
	.banquan .link_bott ul{
		justify-content: flex-start;
		margin-top: 20px;
	}
	.banquan .link_bott li{
		margin-right: 10px;
		margin-left: 0;
	}
	header .rightDiv .menu>ul>li>a.all{
		height: 50px;
		width:100%;
	}
	header .rightDiv .menu>ul>li:first-child .submenu-button{
		display: none;
	}
	.menu ul li:hover>ul.erjiMenu{
		width: 100%;
		top: 0;
		height: auto;
	}
	header .rightDiv .menu ul li:first-child a{
		display: flex;
	}
	.ht_fr{
		/* position: fixed; */
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: 20px;
	}
	.searchDiv form input{
		width: calc(100% - 84px);
	}
	.btnDiv{
		margin-top: 10px;
	}
	.btnDiv a:first-child{
		margin-left: 0;
	}
	.btnDiv a{
		width: 48%;
	}
	header .rightDiv .menu>ul>li>a>span{
		margin-top: 0;
		margin-left: 10px;
	}
	header .rightDiv .menu ul ul li:first-child{
		border-top: 1px #eee solid!important;
	}
	header .rightDiv .menu>ul>li:hover>ul.erjiMenu{
		top: 0!important;
	}
	.menu ul ul.erjiMenu{
		width: 100%;
		top: 0;
	}





}





/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {
	.bannerIndex .swiper-slide img{
		height: 345px;
	}
	.tuijianList li{
		width: 24%;
	}
	.tuijianList li img{
		width: 100%;
	}
	.person{
		display: block;
		width:30%;
	}
	.minDiv{
		display: flex;
	}
	.person p:nth-child(2){
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.person{
		padding-bottom: 20px;
	}
	.person img{
		margin-left: 0;
	}
	.minDiv .perList li{
		width: 50%;
	}
	.minDiv .perList{
		margin-top: 0;
	}
	.minDiv .perList{
		width: 40%;
	}
	.youxuanDiv a>img{
		width: 100%;
	}
	.gyLianDiv{
		padding-top: 10px;
	}
	
}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {
	.wrap {
		width: 95%;
	}
	.bannerIndex .swiper-slide img{
		width: 100%;
	}
	.bannerIndex{
		width: calc(100% - 205px);
		float: none;
	}
	header .rightDiv .menu>ul>li{
		padding: 0 10px;
	}
	.minDiv{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 10px;
		display: flex;
		align-items: flex-start;
		padding-bottom: 20px;
		justify-content: space-between;
	}
	.tuijianList{
		margin-top: 20px;
	}
	
	.searchDiv form input{
		width: 270px;
	}
	.liuyan{
		width: ;
	}
	.xinxiRt{
		width: 660px;
		padding-right: 20px;
		margin-right: 20px;
	}
	.youxuanDiv{
		width: 355px;
	}
	.zhuanquDiv{
		height: 368px;
	}
	.person{
		width: 24%;
	}
	.minDiv .perList{
		width: 60%;
	}
	.person p:nth-child(2){
		margin-top: 0;
		margin-left:0px;
		margin-top: 10px;
	}
	.minDiv .perList li{
		width: 25%;
	}
	.minDiv .perList:before,
	.minDiv .perList::after{
		display: none;
	}


}

@media screen and (min-width:1201px)and (max-width:1440px) {}

.menu ul ul{
	top: 40px;
}
.menu ul li:hover>ul{
	top: 40px;
}

.menu ul ul li:hover {
	/*background: #fff;*/
	color: #b80000;
}
.menu ul ul li:hover a{
	color: #b80000;
}
@media screen and (max-width:992px) {
	.menu ul ul,
	.menu ul li:hover>ul{
		top: 0;
	}
	.erjiMenu.open{
		display: block!important;
	}
	.menu ul ul.erjiMenu{
		height: auto;
	}
	header .rightDiv .menu{
		padding-bottom: 150px;
	}
	.menu ul ul.erjiMenu li a img.absolute{
		top: 17px;
	}
	header .rightDiv .menu ul ul.erjiMenu li:first-child{
		border-top: 0!important;
	}
	header .rightDiv .menu ul  ul.erjiMenu li a{
		padding-left: 30px;
	}
}