html,
body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	width: 1440px;
	margin: 0 auto;
}

.wrap2 {
	width: 1400px;
	max-width: 1460px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

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: #DC1313;
	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: #b62634;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.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%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/* background: rgba(255, 255, 255, 0.8); */
	height: 75px;
	transition: all 0.5s;
	z-index: 999;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header:hover {
	background: #b62634;
}


header.on-fixed {
	background: #b62634;
	z-index: 9996;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	margin-top: 15px;

}

header .logo img {
	max-height: 100%;
}


header .rightDiv {
	float: left;
}

header .rightDiv .menu {
	text-align: right;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	padding: 0 30px;
	/*width: 126px;*/
	position: relative;
}

/* header .rightDiv .menu>ul>li:first-child{
	padding-right: 30px;
} */


header .rightDiv .menu>ul>li>a {
	height: 75px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 75px;
	position: relative;
	padding-left: 5px;
	/* font-weight: bold; */
}

header .rightDiv .menu>ul>li>a>img {
	opacity: 0;
	transition: all 0.5s;
}

header .rightDiv .menu>ul>li:hover>a>img {
	opacity: 1;
}

header .rightDiv .menu>ul>li:first-child>a {
	padding-left: 20px;
	/* padding-right: 20px; */
}

header .rightDiv .menu>ul>li>a>img {
	margin-left: 10px;
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}


header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
	opacity: 0.5;
	/* border-radius: 10px; */
	display: none;
}


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:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #fff;
	/* font-weight: bold; */
}


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: #fff;
}

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: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 {
	background: #b62634;
}

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>ul>li>a {
	padding: 0;
	font-size: 16px;
	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
}

.menu>ul>li>ul>li>a>img {
	width: 18px;
	float: right;
	margin-top: 2px;
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	left: 100%;
	top: 0;
	width: 100%;
}



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 200px;
	text-align: center;
	top: 75px;
	position: absolute;
	left: -20px;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
	/* display: none!important; */
	visibility: hidden;
	padding: 20px 0;
	opacity: 0;
	transition: all 0.3s;
}

.menu ul li:hover>ul {
	/* display: block!important; */
	visibility: visible;
	opacity: 1;
}

.menu ul ul li {
	padding: 0 15px;
	-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: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
	text-align: left;
}

.menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #b62634;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 1px;
	/* transition: width 0.3s; */
}

.menu ul ul li:hover>a {
	color: #fff;
}

.menu ul ul li:hover>a::before {
	width: 100%;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex .xian_bg {
	position: absolute;
	height: 100%;
	top: 0;
	padding-top: 15%;
	left: 60px;
}

.bannerIndex .xian_bg::before {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	z-index: 9;
	left: 12.5px;
	background: rgba(255, 255, 255, 0.14);
}

.bannerIndex .mySwiper {

	width: 100px;
	height: 100%;
	z-index: 9;
	height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bannerIndex .mySwiper .swiper-slide {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.bannerIndex .mySwiper2 .swiper-pagination {
	display: none;
}

.bannerIndex .mySwiper2 .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.bannerIndex .mySwiper2 .swiper-slide p.font20 {
	opacity: 0.5;
}

.bannerIndex .mySwiper2::before {}

.bannerIndex .mySwiper .swiper-slide .icon {
	position: absolute;
	display: none;
}

.bannerIndex .mySwiper .swiper-slide .text {
	margin-left: 15px;
	display: none;
}

.bannerIndex .swiper-slide.swiper-slide-thumb-active .icon {
	display: block;
	border: 3px #b62634 solid;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerIndex .swiper-slide.swiper-slide-thumb-active .text {
	display: block;
}

.bannerIndex .mySwiper .swiper-slide p.dian {
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	padding: 3px;
	margin-left: 5px;
}

.bannerIndex .mySwiper .swiper-slide p.dian span {
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 50%;
}

.bannerIndex .mySwiper2 .textDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 4%;
	text-align: center;
}

.bannerIndex .mySwiper2 .textDiv .bor_more {
	margin: 0 auto;
	margin-top: 50px;
	background: #b62634;
	color: #FFFFFF;
}

.bannerIndex .mySwiper2 .textDiv .bor_more span {
	background: url(../img/more2.png) no-repeat;
}

.swiper-pagination-bullet {
	outline: none;
}

.menu ul li.proList:hover .pro_ul {
	display: block;
}

.pro_ul {
	position: fixed;
	top: 75px;
	width: 100%;
	left: 0;
	background: #FFFFFF;
	border-bottom: 5px #b62634 solid;
	display: none;
}

.pro_ul .fl {
	width: 30%;
	background: #f2f2f2;
	position: absolute;
	height: 100%;
}

.pro_ul .fr {
	width: 70%;
	text-align: left;
}

.pro_ul .row {
	width: 990px;
	margin: 50px 0 0 100px;
}

.pro_ul .row img {
	border: 2px #ccc solid;
}

.pro_ul .row img:hover {
	border: 2px #b62634 solid;
}

.pro_ul .row .col-lg-4 {
	margin-bottom: 40px;
}

.pro_ul .textDiv {
	width: 345px;
	padding: 50px 110px 0 0;
}

.pro_ul .textDiv ul {
	display: block !important;
	position: relative;
	opacity: 1;
	visibility: visible;
	background: none;
	top: 0;
}

.pro_ul .textDiv ul li a {
	margin: 0;
	width: 100%;
	color: #666;
	width: 100%;
	text-align: left;
	padding: 15px 0;
	position: relative;
	font-size: 18px;
	color: #333333;
}

.pro_ul .textDiv ul li {
	padding: 0;
}

.pro_ul .textDiv ul li a img {
	float: right;
	margin-top: 8px;
	display: none;
}

.pro_ul .textDiv ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #b62634;
	width: 0;
	transition: width 0.5s;
}

.pro_ul .textDiv ul li a::before {
	display: none;
}

.pro_ul .textDiv ul li a:hover::after {
	width: 100%;
}

.pro_ul .textDiv ul li a:hover img {
	display: block;
}

.pro_ul .textDiv ul li.active a {
	color: #b62634;
	font-weight: bold;
}

.pro_ul .textDiv ul li.active a img {
	display: block;
}

.pro_ul .textDiv ul li.active a::after {
	width: 100%;
}

.pro_ul .more {
	margin-top: 100px;
}

.more img {
	margin-left: 10px;
}

.rtList {
	/* margin-left: 70px; */
}

.rtList ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}

.rtList ul li {
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 18px;
	border-right: 1px rgba(255, 255, 255, 0.24) solid;
}

.rtList ul li a img {
	margin-right: 10px;
	width: 18px;
}

.rtList ul li a {
	color: #FFFFFF;
	/* margin-left: 20px; */
}

.rtList ul li:last-child {
	border: 0;
	padding-right: 0;
}

.search {
	cursor: pointer;
	width: 20px;
}

#searDiv {
	position: fixed;
	display: none;
	width: 100%;
	left: 0;
	top: 75px;
	padding: 55px 0;
	background: #FFFFFF;
	border-bottom: 2px #b62634 solid;
}

#searDiv form {
	width: 720px;
	height: 60px;
	margin: 0 auto;
	border: 1px #ccc solid;
	padding: 0 10px;
}

#searDiv input {
	width: calc(100% - 55px);
	height: 58px;
	font-size: 18px;
	border: 0;
}

#searDiv button {
	margin-top: 10px;
	border: 0;
	background: none;
}

.indexDiv1 {
	background: #222222;
}

.title {
	padding-left: 20px;

}

.font48,
.font40,
.font30,
.font36,
.font24 {}

.title p:first-child {
	margin-bottom: -10px;
}

.title::before {
	content: "";
	position: absolute;
	top: 0;
	height: 85%;
	width: 6px;
	background: #b62635;
	left: 0;
}

.bor_more {
	width: 144px;
	height: 42px;
	background: rgba(205, 44, 36, 0);
	border: 1px solid #b62634;
	line-height: 42px;
	text-align: center;
	display: block;
	color: #b62634;
	background: linear-gradient(#b62634, #b62634) no-repeat;
	background-size: 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	margin-top: 25px;
}

.bor_more span {
	margin-left: 5px;
	display: block;
}

.bor_more:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
}

.bor_more span {
	width: 23px;
	height: 16px;
	background: url(../img/more1.png) no-repeat;
	background-size: 100% 100%;
}

.bor_more:hover span {
	background: url(../img/more2.png) no-repeat;
	background-size: 100% 100%;
}

.indexDiv2 .content>.fl {
	width: 520px;
	height: 740px;
	background: #b62634;
}

.indexDiv2 .content .fl .wenzi {
	padding: 20px 30px;
}

.indexDiv2 .content>.fr>.textDiv {
	width: 900px;
	height: 365px;
	background: #FFFFFF;
	box-shadow: 0px 0px 27px 0px rgba(10, 2, 4, 0.18);
	display: flex;
	align-items: center;
}

.indexDiv2 .content>.fr>.textDiv .wenzi {
	width: calc(100% - 520px);
	margin-left: 20px;
	padding-left: 90px;
}

.indexDiv2 .content>.fr>.textDiv ul li a {
	color: #787878;
	padding: 3px 0;
	display: block;
	position: relative;
	padding-left: 3px;
}

.indexDiv2 .content>.fr>.textDiv ul li a::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #b62634;
	border-radius: 50%;
	left: -10px;
	top: 12px;
	display: none;
}

.indexDiv2 .content>.fr>.textDiv ul li a:hover {
	color: #b62634;
}

.indexDiv2 .content>.fr>.textDiv ul li a:hover::before {
	display: block;
}

.indexDiv3 {
	background: #222222;
}

.more2 {
	width: 144px;
	height: 42px;
	background: rgba(205, 44, 36, 0);
	border: 1px solid #fff;
	line-height: 42px;
	text-align: center;
	display: block;
	color: #fff;
	background: linear-gradient(#b62634, #b62634) no-repeat;
	background-size: 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	margin-top: 25px;
}

.more2 span {
	width: 23px;
	height: 16px;
	background: url(../img/more2.png) no-repeat;
	background-size: 100% 100%;
}

.indexDiv3 .textDiv {
	overflow: hidden;
}

.indexDiv3 .textDiv>img {
	width: 100%;
}

.indexDiv3 .textDiv .open {
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(182, 38, 52, 0.9);
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.indexDiv3 .textDiv:hover .open {
	opacity: 1;
}

.indexDiv3 .textDiv:hover .wenzi {
	display: none;
}

.indexDiv3 .textDiv .wenzi {
	padding: 0 25px;
	bottom: 20px;
	z-index: 9;
}

.top_w {
	width: 620px;
}

.indexDiv3 .swiper-button-prev::after {
	font-size: 20px;
	color: #FFFFFF;

}

.indexDiv3 .swiper-button-prev {
	width: 35px;
	height: 60px;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

.indexDiv3 .swiper-button-next::after {
	font-size: 20px;
	color: #FFFFFF;
}

.indexDiv3 .swiper-button-next {
	width: 35px;
	height: 60px;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
}

.indexDiv3 .swiper-pagination {
	width: auto;
	right: 20px;
	left: auto;
}

.indexDiv3 .swiper-pagination-bullet {
	background: none;
	border: 1px #fff solid;
}

.indexDiv3 .swiper-pagination-bullet-active {
	background: #b62634;
	border: 1px #b62634 solid;
}

.indexDiv3 .top_w2 {
	width: 396px;
	margin-left: 13px;
}

.indexDiv3 .bott .top_w {
	margin-left: 13px;
}

.indexDiv4 {
	background: url(../img/index_bg1.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv4 .wenzi {
	padding: 25px 30px;
	background: #f2f2f2;
	position: relative;
	z-index: 9;
	transition: all 0.5s;
}

.indexDiv4 .biaoqian {
	background: #b62634;
	display: inline-block;
	color: #FFFFFF;
	padding: 0 5px;
}

.indexDiv4 .time {
	margin: 5px 0;
}

.indexDiv4 .ovh3 {
	color: #787878;
}

.indexDiv4 .col-lg-4 {
	padding: 0 10px;
}

.indexDiv4 .textDiv {
	background: #f2f2f2;
	height: 100%;
	min-height: 700px;
	transition: all 0.5s;
}

.indexDiv4 .textDiv:hover {
	background: #b62634;
}

.indexDiv4 .textDiv:hover .wenzi {
	background: #b62634;
	position: absolute;
	width: calc(100% - 20px);
}

.indexDiv4 .textDiv:hover .wenzi p {
	color: #FFFFFF;
}

.indexDiv4 .textDiv:hover .wenzi {
	margin-top: -50px;
}

.indexDiv4 .textDiv:hover .wenzi p.ovh {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: initial;
}

.indexDiv4 .textDiv:hover .biaoqian {
	border: 1px rgba(255, 255, 255, 0.48) solid;
}

.indexDiv4 .textDiv:hover .more {
	border: 1px rgba(255, 255, 255, 0.48) solid;
}

.indexDiv4 .textDiv:hover .more span {
	background: url(../img/more2.png) no-repeat;
}

.indexDiv5::before {
	content: "";
	position: absolute;
	left: 0;
	width: 50%;
	/*background: url(../img/index_bg_f1.jpg) no-repeat center center;*/
	background-size: cover;
	min-height: 420px;
	z-index: -1;
	top: 0;
}

.indexDiv5::after {
	width: 50%;
	/*background: url(../img/index_bg_f2.jpg) no-repeat center center;*/
	background-size: cover;
	min-height: 420px;
	content: "";
	position: absolute;
	right: 0;
	z-index: -1;
	top: 0;
}

.indexDiv5 .flex {
	min-height: 420px;
	align-items: flex-start;
	padding-top: 100px;
}

.indexDiv5 ul li a {
	color: #fff;
	padding: 3px 0;
	display: block;
	position: relative;
	padding-left: 3px;
}

.indexDiv5 ul li a::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #b62634;
	border-radius: 50%;
	left: -10px;
	top: 12px;
	display: none;
}

.indexDiv5 ul li a:hover {
	color: #b62634;
}

.indexDiv5 ul li a:hover::before {
	display: block;
}

.indexDiv5 .more2 {
	background: linear-gradient(#b62634, #b62634) no-repeat;
	background-size: 0 100%;
	transition: all 0.5s;
}

.indexDiv5 .more2:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
	border: 1px #b62634 solid;
}

.indexDiv5 .fr .textDiv {
	width: 400px;
	margin-right: 190px;
}

.indexDiv5 .fr .more2 {
	margin-top: 56px;
}

footer {
	background: #222222;
	padding-top: 45px;
	color: rgba(255, 255, 255, 0.8);
}

.nav_bott {
	float: left;
	margin-left: 50px;
}

.nav_bott:first-child {
	margin-left: 0;
}

.nav_bott a {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	margin: 8px 0;
}

.nav_bott ul {
	margin-top: 25px;
}

.nav_bott a:hover {
	color: #b62634;
}

.contact {
	/* width: 490px; */
	color: rgba(255, 255, 255, 0.8);
}

.contact ul li p {
	float: left;
	width: 215px;
}

.contact ul li.dizhi p {
	width: auto;
}

.contact ul li.dizhi {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.contact ul li.dizhi img {
	display: block;
	width: 20px;
}

.contact ul li.dizhi span {
	display: block;
	flex-shrink: 0;
}

.contact ul li.dizhi p {
	display: block;
	flex-shrink: 1;
}

.contact ul li img {
	margin-right: 5px;
}

.contact ul li {
	padding: 4px 0;
	display: flex;
	align-items: center;
}

.contact ul {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px rgba(255, 255, 255, 0.2) dashed;
}

.contact ul:last-child {
	border: 0;
}

.banquan {
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 15px 0;
}

.banquan .rt>a {
	height: 16px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding: 0 30px;
	border-right: 1px rgba(255, 255, 255, 0.2) solid;
}

.banquan .rt ul li a {
	border: 0;
}

.banquan .rt ul li {
	float: left;
	margin-top: -5px;
	margin-left: 15px;
}

.banner_nei {
	margin-top: 75px;
	position: relative;
}

.banner_nei .absolute {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
}

.banner_nei .absolute::after {
	content: "";
	height: 60px;
	width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 90px;
	background: rgba(255, 255, 255, 0.2);
}

.hangyeDiv2 {
	background: #f7f7f7;
}

.hangyeDiv2 .col-lg-4 {
	padding: 0 10px;
	margin-bottom: 60px;
}

.hangyeDiv2 .textDiv:hover .imgDiv {
	box-shadow: 0 0 10px #CCCCCC;
}

.hide_Div {
	display: none;
}

.jiazai {
	cursor: pointer;
}

.jiazai.none {
	display: none;
}

.shouqi {
	display: none;
	cursor: pointer;
}

.shouqi.block {
	display: block;
}

.hy_xq .shousuo {
	width: 144px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px #b62634 solid;
}

.hy_xq .content {
	position: relative;
	padding-bottom: 35px;
}

.hy_xq .content::after {
	width: 100%;
	height: 2px;
	background: #b62634;
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	display: none;
}

.hy_xq .content.after_b::after {
	display: block;
}

.opeBtn.none {
	display: none;
}

.hy_xq .content:last-child.after_b::after {
	display: none;
}

.hy_xq .content:last-child {
	padding-bottom: 0;
}

.shousuo {
	display: none;
	cursor: pointer;
}

.shousuo.block {
	display: block;
}

.liuyanDiv {
	background: url(../img/contact_bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 90px;
}

.liuyanDiv form {
	width: 915px;
	margin: 0 auto;
}

.liuyanDiv form input {
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 0;
	padding: 0 18px;
}

.liuyanDiv form input.fl,
.liuyanDiv form input.fr {
	width: 49%;
}

.liuyanDiv ul li {
	margin-bottom: 15px;
}

.liuyanDiv ul li textarea {
	border-radius: 5px;
	height: 175px;
	resize: none;
	width: 100%;
	padding: 15px;
}

.xuqiu input[type="checkbox"] {
	width: 17px;
	height: 17px;
	position: relative;
	opacity: 0;
}

.xuqiu label {
	position: relative;
	color: #FFFFFF;
	margin-right: 45px;
	cursor: pointer;
	padding-left: 5px;
}

.xuqiu label::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	background: none;
	border: 1px #ccc solid;
	top: 3px;
	left: 0;
	border: 1px #ccc solid;
}

.xuqiu label.checked::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/dui.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 5px;
	left: 0;
	margin-left: 3px;
	;
}

.liuyanDiv form button {
	width: 167px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	display: block;
	border: 0;
	color: #FFFFFF;
	background: #b62634;
	margin-top: 40px;
}

.downBtn {
	width: 144px;
	height: 42px;
	background: rgba(226, 1, 16, 0);
	border: 1px solid #b62634;
	line-height: 42px;
	text-align: center;
	color: #b62634;
	display: flex;
	justify-content: center;
	align-items: center;
}

.downBtn img {
	margin-right: 10px;
}

.downDiv1 .textDiv {
	display: flex;
}

.downDiv1 .textDiv .wenzi {
	width: 770px;
	margin-left: 100px;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgba(201, 0, 45, 0);
	border: 1px solid #D0D0D0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #b62634;
	border: 1px #b62634 solid;
}

.downDiv2 {
	background: #f7f7f7;
}

.downDiv2 ul.tab {
	display: flex;
	justify-content: center;
	align-items: center;

}

.downDiv2 ul.tab li {
	margin: 0 67px;
	position: relative;
	padding-bottom: 7px;
}

.downDiv2 ul.tab li.active {
	color: #b62634;
}

.downDiv2 ul.tab li::after {
	content: "";
	height: 2px;
	background: #b62634;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 0;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.downDiv2 ul.tab li.active::after,
.downDiv2 ul.tab li:hover::after {
	width: 100%;
}

ul.list {
	border-top: 1px #ccc solid;
}

ul.list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px #ccc solid;
}

ul.list li .biaoti img {
	margin-right: 10px;
}

ul.list li .downBtn {
	width: auto;
	height: auto;
	border: 0;
}

.fenye_list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenye_list li a,
.fenye_list li span {
	display: block;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	color: #000;
}

.fenye_list .active .page-link {
	background: #b62634;
	color: #FFFFFF;
	border: 1px #b62634 solid;
}

.fenye_list li:first-child a,
.fenye_list li:last-child a {
	border: 1px #929292 solid;
	font-family: "宋体";
	font-size: 24px;
	color: #929292;
	font-weight: bold;
}

.fenye_list li a.now,
.fenye_list li a:hover {
	background: #b62634;
	color: #FFFFFF;
	border: 1px #b62634 solid;
}

.fenye input {
	width: 42px;
	height: 42px;
	border: 1px #929292 solid;
	background: none;
	margin: 0 5px;
	text-align: center;
}

.fenye button {
	width: 72px;
	height: 42px;
	border: 1px #b62634 solid;
	background: none;
	color: #b62634;
}

p.pageTo {
	margin: 0 20px 0 45px;
}

.hwylDiv1 .textDiv {
	width: 800px;
}

.hwylDiv1 .textDiv .wenzi {
	height: 325px;
	/* overflow-y: auto; */
	padding-right: 10px;
	text-align: justify;
}

.weizhi a:first-child {
	margin-left: 0;
}

/* .hwylDiv1 .textDiv .wenzi::-webkit-scrollbar-button{
	background: url(../img/jt_down.png) no-repeat;
	height: 15px;
	width: 15px;
	color: #FFFFFF;
	position: relative;
}


.hwylDiv1 .textDiv .wenzi::-webkit-scrollbar-button::before{
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/jt_up.png) no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	background: #FFFFFF;
}
.hwylDiv1 .textDiv .wenzi::-webkit-scrollbar{
	width: 15px;
}
.hwylDiv1 .textDiv .wenzi::-webkit-scrollbar-track {
	background: #eeeeee;
}
.hwylDiv1 .textDiv .wenzi::-webkit-scrollbar-thumb{
	background: #b62634;
} */

.hwylDiv1 .textDiv .biaoti {
	width: 570px;
}

.videoDiv1 .playBtn {
	bottom: 35px;
	left: 15px;
	z-index: 99;
}

.videoDiv1 video::-webkit-media-controls-play-button {
	display: none;
}

.videoDiv1 .vidDiv {
	width: 100%;
	height: 665px;
	margin: 0 auto;
}

.videoDiv1 .vidDiv video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videoDiv1 .mySwiper {
	width: 1100px;
}

.videoDiv1 .content {
	padding-bottom: 45px;
}

.videoDiv1 .content .swiper-pagination {
	bottom: 0;
}

.videoPop {
	position: fixed;
	top: 50%;
	width: 75%;
	max-width: 1440px;
	/* height: 70%;
	max-height: 700px; */
	left: 50%;
	z-index: 9999;
	display: none;
	transform: translate(-50%, -50%);
}

.vclose {
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 9999;
}

video.video_xq {
	width: 1110px;
	height: 665px;
	object-fit: cover;
	margin: 0 auto;
}

.videoDiv1 video.video_xq::-webkit-media-controls-play-button {
	display: block;
}

.videoPop video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.videoDiv2 {
	background-color: #f7f7f7;
	padding-bottom: 80px;
}

.videoDiv2 ul.tab {
	width: 830px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-bottom: 1px #ccc solid; */
	margin: 0 auto;
	/* margin-top: 30px; */
}

.videoDiv2 ul.tab li {
	margin: 0 67px;
	position: relative;
	/* padding: 0 10px; */
	padding-bottom: 7px;
}

.videoDiv2 ul.tab li.active {
	color: #b62634;
}

.videoDiv2 ul.tab li::after {
	content: "";
	height: 2px;
	background: #b62634;
	bottom: 0px;
	left: 50%;
	position: absolute;
	width: 0;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.videoDiv2 ul.tab li.active::after,
.videoDiv2 ul.tab li:hover::after {
	width: 100%;
}

.videoDiv2 .textDiv img.absolute {
	z-index: 9;
	bottom: 15px;
	left: 20px;
}

.videoDiv2 .col-lg-4 {
	margin-bottom: 40px;
}

.videoDiv2 .jiazai,
.videoDiv2 .shouqi {
	width: 184px;
	height: 61px;
	border: solid 1px #b62634;
	text-align: center;
	line-height: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.videoDiv2 #tabCon {
	margin-top: 50px;
}

.shouhouDiv1 .col-lg-3 {
	padding: 0;
	position: relative;
}

.shouhouDiv1 .col-lg-3 .textDiv {
	padding: 20px 40px;
	border-right: 1px rgba(132, 132, 132, 0.5) solid;
	height: 100%;
	/* transition: all 0.3s; */
}

.shouhouDiv1 .col-lg-3:first-child .textDiv {
	border-left: 1px rgba(132, 132, 132, 0.5) solid;
}

.shouhouDiv1 .col-lg-3 .textDiv .wenzi {
	margin-top: 16px;
	color: #666;
	line-height: 30px;
	text-align: justify;
}

.shouhouDiv1 .textDiv .wenzi a {
	color: #ca0330;
}

.shouhouDiv1 .col-lg-3 .textDiv.bgMore {
	position: absolute;
	width: 130%;
	height: 140%;
	padding-top: 30px;
	left: -15%;
	top: -15%;
	border: 0;
	border-top: 5px #CA0430 solid;
	z-index: 9;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	/* transition: all 0.3s; */
}

.shouhouDiv1 .col-lg-3 .textDiv .wenzi .closeBtn {
	color: #ca0330;
	cursor: pointer;
}

.pro_zcDiv1 {
	background: url(../img/pro_zc_bg.jpg) no-repeat center center;
	background-size: cover;
}

.formDiv_zc {
	width: 855px;

}

.formDiv_zc input {
	width: 100%;
	height: 65px;
	border: 1px solid #E6E6E6;
	padding: 0 15px;
	margin-bottom: 24px;
}

.formDiv_zc input:last-child {
	margin-bottom: 0;
}

.pro_zcDiv2 {
	background: url(../img/pro_zc_bg2.jpg) no-repeat center center;
	background-size: cover;
}

.formDiv_zc .flex2 {
	margin-bottom: 24px;
}

.upload input.absolute {
	width: 100%;
	height: 65px;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
}

.upload {
	margin-bottom: 24px;
}

.upload .wenzi {
	position: absolute;
	width: 100%;
	height: 65px;
	top: 0;
	left: 0;
	text-align: center;
	color: rgba(100, 100, 100, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0 0 0 96px;
	justify-content: flex-start;
}

.upload .wenzi img {
	margin-right: 10px;
}

button.tijiao {
	width: 100%;
	height: 65px;
	background: #b62634;
	color: #FFFFFF;
	border: 0;
	outline: none;
}

.list_qa li {
	display: flex;
}

.list_qa li .textDiv {
	width: calc(100% - 80px);
	margin-left: 30px;
}

.list_qa li img {
	width: 50px;
	height: 50px;
	margin-top: 7px;
}

.list_qa li {
	padding: 50px 35px;
	border: 1px solid #E8E8E8;
	color: #b62634;
	margin-bottom: 13px;
	line-height: 26px;
}

.aboutDiv1 {
	background: #222222;
}

.aboutDiv2 {
	background: url(../img/about_bg1.jpg) no-repeat center bottom;
}

.aboutDiv2 .content {
	/* background: #FFFFFF; */
	border: 1px solid #BEBEBE;
}

.aboutDiv2 .content .wenzi {
	padding: 40px;
}

.aboutDiv2 .text {
	width: 100%;
	padding: 15px 0;
	border: 1px #b62634 solid;
	margin-bottom: 40px;
}

.aboutDiv3 {
	background: url(../img/about_bg2.jpg) no-repeat center center;
	background-size: cover;
}

.aboutDiv3 .swiper-slide {
	color: #ccc;
}

.aboutDiv3 .relative {
	width: 395px;
	height: 585px;
	padding-top: 90px;
}

.aboutDiv3 #thumb {
	height: 435px;
	border-top: 1px rgba(255, 255, 255, 0.12) solid;
}

.aboutDiv3 .wrap {
	height: 100%;
	position: relative;
}

.aboutDiv3 #gallery {
	width: calc(100% - 700px);
	float: right;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.aboutDiv3 #gallery .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.aboutDiv3 #thumb .swiper-slide {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-bottom: 1px rgba(255, 255, 255, 0.12) solid;
	cursor: pointer;
}

.aboutDiv3 #thumb .swiper-slide:first-child {
	border-top: 1px rgba(255, 255, 255, 0.12) solid;
}

.aboutDiv3 .thembDiv .swiper-button-prev {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: 50%;
	opacity: 0.6;
}

.aboutDiv3 .thembDiv .swiper-button-prev::after {
	transform: rotate(90deg);
	font-size: 30px;
	color: rgb(255, 255, 255, 0.5);
}

.aboutDiv3 .thembDiv .swiper-button-next {
	bottom: 0;
	top: auto;
	background-size: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.6;
}

.aboutDiv3 .thembDiv .swiper-button-next {
	transform: rotate(90deg);

	font-size: 30px;
	color: rgb(255, 255, 255, 0.5);
}

.aboutDiv3 .thembDiv .swiper-button-prev {
	transform: rotate(90deg);
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.aboutDiv3 .swiper-slide.swiper-slide-thumb-active {
	color: #b62634;
	font-size: 36px;
}

.aboutDiv3 .flDiv {
	padding-right: 170px;
	position: relative;
	width: 570px;
}

.aboutDiv3 .flDiv::after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.12);
}

p.year {
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.aboutDiv3 #gallery .textDiv {
	width: 650px;
}

.erji ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.erji ul li {
	margin: 0 67px;
}

.erji ul li a {
	display: block;
	padding-bottom: 5px;
	position: relative;
	font-size: 24px;
}

.erji ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #b62634;
	width: 0;
	transition: all 0.5s;
}

.erji ul li a.now {
	color: #b62634;
}


.erji ul li a:hover::after,
.erji ul li a.now::after {
	width: 100%;
}

.news_list .bor_more {
	margin-top: 110px;
}

.news_list .bor_more2 {
	display: none;
}

.news_list .textDiv {
	width: calc(100% - 600px);
	margin-right: 100px;
}

.newsDiv1 {
	padding-bottom: 100px;
}

.news_list li {
	padding: 50px 0;
}

.news_list li a {
	display: flex;
}

.news_title {
	height: 80px;
	overflow: hidden;
}

.news_list li:first-child {
	padding-top: 0;
}

.news_list li.active {
	padding-top: 0;
	padding-bottom: 0;
}

.detailsDiv {
	padding: 50px 0;
	border-bottom: 2px #b62634 solid;
	background: #f6f6f6;
	display: none;

}

.detailsDiv .shousuo {
	width: 144px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px #b62634 solid;
	padding: 0 10px;
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
}

.detailsDiv .shousuo img {
	margin-top: 10px;
}

.news_list li:first-child .detailsDiv {
	margin-top: -90px;
}

.news_list li:first-child.active .detailsDiv {
	margin-top: 0;
}

.hezuoDiv1 .content,
.hezuoDiv2 .content {
	width: 995px;
	margin: 0 auto;
}

.hezuoDiv2 {
	padding-top: 150px;
	padding-bottom: 200px;
	background: url(../img/hezuo_bg.png) no-repeat center center;
	background-size: cover;
}

.hezuoDiv2 a.more2 {
	width: 165px;
	margin: 0 auto;
	margin-top: 35px;
}

.hezuoDiv2 a.more2:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
	border: 1px #b62634 solid;
}

.jionDiv {
	background: #f6f6f6;
}

.jionDiv .title_nei {
	width: 860px;
	margin: 0 auto;
}

.jionDiv .title_nei a {
	width: 164px;
	height: 45px;
	line-height: 45px;
	border: 1px #b62635 solid;
	display: block;
	color: #b62635;
	margin: 0 auto;
	margin-top: 20px;
	background: linear-gradient(#b62635, #b62635) no-repeat;
	transition: all 0.5s;
	background-size: 0 100%;
}

.jionDiv .title_nei a:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
}

.jionDiv .textDiv p span {
	margin-right: 15px;
}

.jionDiv .textDiv {
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding: 70px 40px;
	transition: all 0.5s;
	height: 100%;
}

.jionDiv .col-lg-4 {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.jionDiv .textDiv:hover {
	box-shadow: 0 0 10px #CCCCCC;
}

.fasong {
	width: 164px;
	height: 45px;
	line-height: 45px;
	background: #B62635;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	color: #FFFFFF;
}

.fasong:hover {
	color: #FFFFFF;
}

.banner_nei.contact_bn .absolute::after {
	bottom: 60px;
}

.contactDiv ul li p.wid50 {
	width: 225px;
	float: left;
}

.contactDiv ul li p {
	display: flex;
	align-items: center;
}

.contactDiv ul li p img {
	margin-right: 5px;
}

.contactDiv ul li {
	padding: 3px 0;
}

.luxian {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px #b62634 solid;
}

.luxian img {
	margin-right: 5px;
}

.contactDiv .textDiv .wenzi {
	width: 900px;
	float: left;
	display: flex;
}

.contactDiv .textDiv .wenzi .text {
	width: calc(100% - 300px);
	margin-left: 35px;
}

.contactDiv .textDiv .wenzi>img {
	width: 265px;
	height: 235px;
	margin-top: 10px;
}

.contactDiv .textDiv:last-child {
	padding-bottom: 0;
	border: 0;
}

.mapDiv {
	width: 490px;
	height: 235px;
	margin-top: 12px;
}

.contactDiv .textDiv {
	padding-bottom: 90px;
	margin-bottom: 60px;
	border-bottom: 1px #ccc solid;
}

.mapDiv a.absolute {
	bottom: 10px;
	left: 10px;
}

.proDiv {
	margin-top: 75px;
	display: flex;
	flex-wrap: wrap;
}

.proDiv .flDiv {
	width: 370px;
	float: left;
	background: #f4f4f4;
	padding: 33px;
}

.searchDiv {
	width: 100%;
	height: 53px;
	background: #FFFFFF;
	line-height: 53px;
	margin-bottom: 45px;
}

.searchDiv input {
	border: 0;
	height: 50px;
	line-height: 53px;
	width: calc(100% - 50px);
}

.searchDiv img {
	margin-left: 15px;
	float: left;
	margin-top: 18px;
	margin-right: 10px;
}

.pro_bt {
	padding-bottom: 10px;
	border-bottom: 1px rgba(30, 30, 30, 0.25) solid;
	margin-bottom: 20px;
}

.nav_bt {
	width: 100%;
	margin-bottom: 10px;
}

.nav_bt span {
	font-family: "宋体";
	font-weight: bold;
	display: none;
}

.nav_bt.now span,
.nav_bt:hover span {
	display: block;
}

.nav_bt.now a {
	color: #b62634;
}

.pro_erji ul {
	margin-bottom: 15px;
}

.pro_erji ul li a {
	color: #787878;
	display: block;
	padding: 3px 0;
	padding-left: 10px;
	position: relative;
}

.pro_erji ul li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #b62634;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
}

.pro_erji ul li.now a::before,
.pro_erji ul li a:hover::before {
	display: block;
}

.pro_erji ul li.now a,
.pro_erji ul li a:hover {
	color: #b62634;
}


.shaixuan .list1 li {
	width: 50%;
	float: left;

}

.shaixuan ul li label {
	cursor: pointer;
}

.shaixuan ul li input {
	position: relative;
	margin-right: 15px;
}

.shaixuan ul li input::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}


.shaixuan li.checked input::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/dui.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0;
	margin-left: 3px;
}

.shaixuan .list2 li {
	width: 100%;
}

.proDiv .frDiv {
	padding: 35px 30px;
	float: right;
	width: calc(100% - 380px);
}

.proDiv .frDiv .col-lg-4 {
	margin-bottom: 65px;
}

.proDiv .frDiv .textDiv .imgDiv {
	border: 1px #ccc solid;
	position: relative;
}

/*
.proDiv .frDiv .textDiv .imgDiv::before {
	content: " ";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all 0.6s;
	border-top: 2px #b62634 solid;
	border 0;
	z-ind-bottom: 2px #b62634 solid;
	top: 0;
	left:ex: 9;
}

.proDiv .frDiv .textDiv .imgDiv::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: all 0.6s;
	border-left: 2px #b62634 solid;
	border-right: 2px #b62634 solid;
	z-index: 9;
}

.proDiv .frDiv .textDiv:hover .imgDiv::after {
	height: 100%;
}

.proDiv .frDiv .textDiv:hover .imgDiv::before {
	width: 100%;
}
 */
.proDiv .frDiv .textDiv:hover .imgDiv {
	border: 2px #b62634 solid;
}

.xilie_bt {
	font-family: fontN;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.proDiv .frDiv .fenlei {
	/* margin-bottom: 30px; */
}

.proDiv .frDiv .fenlei li {
	float: left;
	margin-right: 67px;
	position: relative;
}

.weizhi {
	margin-bottom: 22px;
}

.proDiv .frDiv .fenlei li a {
	display: block;
	font-size: 24px;
	padding-bottom: 5px;
}

.proDiv .frDiv .fenlei li::after {
	content: "";
	width: 0;
	height: 2px;
	background: #b62634;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.proDiv .frDiv .fenlei li:hover::after,
.proDiv .frDiv .fenlei li.now::after {
	width: 100%;
}

.proDiv .frDiv .fenlei li:hover a,
.proDiv .frDiv .fenlei li.now a {
	color: #b62634;
}

.pro_xqDiv {
	margin-top: 75px;
	background: #fff;
	position: relative;
	z-index: 9;

}

.weizhi a {
	color: #666666;
	margin: 0 5px;
	font-size: 16px;
}

.weizhi a:last-child {
	color: #b62634;
}

.pro_xqDiv .content {
	display: flex;
	justify-content: space-between;
}

.pro_xqDiv #thumb2 {
	width: 110px;
	height: 355px;
	/* float: left; */
	margin: 0;
	margin-top: 60px;
	padding-bottom: 25px;
}

.pro_xqDiv #thumb3 {
	width: 110px;
	height: 240px;
	/* float: left; */
	margin: 0;
	margin-top: 113px;
	padding-bottom: 25px;
	margin-bottom: 35px;
}


.pro_xqDiv #thumb2 img,
.pro_xqDiv #thumb3 img {
	border: 1px #ccc solid;
}

.pro_xqDiv #thumb2 .swiper-slide,
.pro_xqDiv #thumb3 .swiper-slide {
	cursor: pointer;
	height: 110px;
	padding-bottom: 2px;
}

.pro_xqDiv #thumb2 .swiper-slide-thumb-active img,
.pro_xqDiv #thumb3 .swiper-slide-thumb-active img {
	border: 2px #b62634 solid;
}

.pro_xqDiv #gallery2 {
	width: 610px;
	float: left;
	margin-left: 50px;
}

.pro_xqDiv #gallery3 {
	width: 610px;
	float: left;
	margin-left: 50px;
}

.pro_wenzi {
	width: 525px;
}

.pro_wenzi ul li {
	padding: 3px 0;
}

.pro_wenzi ul li span {
	width: 3px;
	height: 3px;
	background: #b62634;
	border-radius: 50%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}

.shiyong {
	width: 259px;
	height: 57px;
	background: rgba(0, 65, 142, 0);
	border: 1px solid #b62634;
	display: block;
	text-align: center;
	line-height: 57px;
	color: #b62634;
	background: linear-gradient(#b62634, #b62634) no-repeat;
	background-size: 0 100%;
	transition: all 0.5s;
}

.shiyong:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
}

.pro_xqDiv2 {
	padding: 85px 0;
	background: #f7f7f7;
}

.pro_xqDiv2 .wrap {
	display: flex;
	justify-content: space-between;
}

.pro_xqDiv2 .wenzi {
	width: calc(100% - 275px);
	color: #666;
	margin-top: 7px;
}

.pro_xqDiv3 table {
	width: 100%;
}

.pro_xqDiv3 table td:first-child {
	width: 22%;
	padding-right: 2%;
	font-size: 20px;
	/*font-weight: bold;*/
}

.pro_xqDiv3 table tr {
	padding: 25px 0;
	min-height: 80px;
	height: 100%;
	border-bottom: 1px #ccc solid;
}

.pro_xqDiv3 table tr td {
	padding: 25px 0;
	min-height: 80px;
	height: 100%;
}

.pro_xqDiv3 table tr {
	border-top: 1px #ccc solid;
}

.pro_xqDiv3 .content {
	/* height: 585px; */
	overflow: hidden;
	transition: all 0.5s;
	margin-top: 15px !important;
}

/* .pro_xqDiv3 .content.open {
	height: 100%;
} */
.openDiv {
	display: none;
}

.openDiv table tr:first-child {
	border-top: 0;
}

.zhankai,
.shousuo2 {
	width: 248px;
	height: 54px;
	background: rgba(205, 205, 205, 0);
	border: 1px solid #b62634;
	margin: 0 auto;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b62634;
	line-height: 54px;
	text-align: center;
	background: linear-gradient(#b62634, #b62634) no-repeat;
	background-size: 0 100%;
	transition: all 0.5s;
}

.pro_xqDiv3 .openDiv table tr:first-child td p {
	border-top: 0;
}

.zhankai:hover,
.shousuo2:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
}

.pro_xqDiv5 .textDiv {
	padding: 1px;
}

.pro_xqDiv5 .imgDiv {
	border: 1px #ccc solid;
}

.back {
	display: block;
	width: 144px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-family: fontN;
}

.slDiv {
	width: 145px;
}

.slDiv .shiyong {
	width: 145px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}

.pro_xqDiv .gall2 {
	margin: 0;
}

ul.hj_ul li {
	display: flex;
	line-height: 30px;
}

ul.hj_ul li p {
	width: calc(100% - 15px);
	margin-left: 3px;
}

ul.hj_ul li>span {
	margin-top: 13px;
}

.pro_wenzi.pro_wenzi2 {
	width: 590px;
}

.jiage {
	width: 90px;
	height: 90px;
	background: #B30028;
	border-radius: 50%;
	top: 0;
	right: 0;
	padding-top: 35px;
	text-align: center;
	line-height: 20px;
}

.bg_gray {
	background: #f7f7f7;
}


.hj_tab {
	margin-left: 22.5%;
	display: flex;
	flex-wrap: wrap;
}

.hj_tab li {
	/* float: left;
	margin-right: 240px; */
	margin-left: 9%;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.hj_tab li::after {
	content: "";
	width: 0;
	height: 2px;
	background: #b62634;
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.hj_tab li:hover::after,
.hj_tab li.active::after {
	width: 100%;
}

.hj_tab li:hover,
.hj_tab li.active {
	color: #b62634;
}

.pro_xq_hjDiv2 .textDiv {
	height: 100%;
}

.pro_xq_hjDiv2 .textDiv>p {
	margin-bottom: 15px;
}

.pro_xq_hjDiv2 .imgDiv {
	background: #FFFFFF;
	height: 90%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro_xq_hjDiv2 .col-lg-6 {
	margin-bottom: 30px;
}

.pro_xq_hjDiv2 .textDiv img.big {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	width: 39px;
	height: 39px;
	top: auto;
	left: auto;
	transform: scale(1);
	transition: all 0.5s;
}

.pro_xq_hjDiv2 .textDiv:hover img.big {
	transform: scale(1.15);
}

.pro_xq_hjDiv3 .content {
	border-top: 1px #ccc solid;
	align-items: flex-start;
}

.pro_xq_hjDiv3 .content ul {
	margin-left: -10px;
	width: calc(100% - 275px);
	margin-top: 7px;
}

.pro_xq_hjDiv3 .content ul li {
	width: 222px;
	height: 59px;
	background: rgba(101, 101, 101, 0);
	border: 2px solid #A4A4A4;
	text-align: center;
	line-height: 58px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: fontN;
}

.pro_xq_hjDiv3 .content ul li:last-child {
	border: 0;
	line-height: 50px;
	font-size: 36px;
	letter-spacing: 2px;
}

.fixedDiv {
	position: fixed;
	right: 0;
	width: 62px;
	top: 40%;
	z-index: 999;
	background: #FFFFFF;
}

.fixedDiv li {
	position: relative;
	height: 64px;
	background: #FFFFFF;
	cursor: pointer;
	z-index: 99;
}

.fixedDiv li p {
	position: relative;
	z-index: 999;
	background: #FFFFFF;
	width: 62px;
	height: 62px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixedDiv li .text {
	right: -180px;
	width: 180px;
	min-height: 62px;
	padding: 20px;
	background: #FFFFFF;
	transition: all 0.5s;
	z-index: 99;
	text-align: center;
	top: 0;

}

.fixedDiv li p img.absolute {
	top: -100%;
}

.fixedDiv li:hover p img.absolute {
	top: 15px;
}

/* .fixedDiv li.ewm .text{
	top: -52px;
} */
.fixedDiv li:hover>.text {
	right: 62px;
}

.popDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9998;
	display: none;
}

.popW {
	width: 700px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	padding: 40px 50px;
	z-index: 9999;
	border-radius: 15px;
	display: none;
}

.popW input {
	width: 100%;
	height: 52px;
	border-radius: 5px;
	border: 1px #c9c9c9 solid;
	padding: 0 15px;
	margin-bottom: 13px;
}

.popW select {
	width: 100%;
	height: 52px;
	border-radius: 5px;
	border: 1px #c9c9c9 solid;
	padding: 0 12px;
	margin-bottom: 13px;
	outline: none;
	color: #787878;
}

.popW p.wid4 input {
	width: 68%;
}

.popW .upload .wenzi {
	width: 90%;
	margin: 0 5%;
	margin-top: -5px;
	display: flex;
	justify-content: center;
}

img.yzm {
	width: 30%;
	float: right;
	height: 52px;
}

.forPSW {
	padding-bottom: 5px;
	text-align: center;
	color: #b62634;
	text-decoration: underline;
	position: relative;
}

.forPSW::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 0;
	border-bottom: 2px #b62634 solid;
}

.popW button {
	width: 167px;
	height: 48px;
	background: #b62634;
	color: #FFFFFF;
	border: 0;
	margin-bottom: 10px;
}

.zhuce {
	cursor: pointer;
}

.closeImg {
	position: absolute;
	width: 25px;
	top: -25px;
	right: -25px;
	cursor: pointer;
}

.zhuceDiv input[type="button"] {
	width: 30% !important;
	float: right;
	height: 52px;
	background: none;
	border: 1px #b62634 solid;
	color: #b62634;
	cursor: pointer;
}

.mimaDiv input[type="button"] {
	width: 30% !important;
	float: right;
	height: 52px;
	background: none;
	border: 1px #b62634 solid;
	color: #b62634;
	cursor: pointer;
}



.mine {
	margin-left: 10px;
	margin-right: 10px;
}

.xinxiDiv {
	width: 1060px;
	margin: 0 auto;
}

.xinxiDiv ul li label {
	width: 120px;
	color: #999;
	margin-right: 10px;
}

.xinxiDiv ul li input {
	width: calc(100% - 230px);
	height: 65px;
	border: 1px #e2e2e2 solid;
	padding: 0 15px;
	color: #666;
}

.xinxiDiv ul li {
	margin-bottom: 25px;
}

.xinxiDiv ul li a {
	margin-left: 10px;
	color: #b62634;
}

.xinxiDiv ul li a img {
	margin-right: 5px;
}

button.baocun {
	width: 167px;
	height: 48px;
	background: #b62634;
	margin-left: 130px;
	margin-top: 55px;
	border: 0;
	color: #FFFFFF;
	margin-bottom: 125px;
}

.mobel_erji {
	display: none !important;
}

header .rightDiv .menu>ul>li:hover ul.mobel_erji {
	display: none !important;
}

.pop2 {
	position: fixed;
	top: 0;
	flex: ;
	/* background: #FFFFFF; */
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
}

.mobel_bc {
	display: none;
}

.popW form.mt50 {
	margin-top: 30px;
}

a.quxiao {
	width: 167px;
	height: 48px;
	background: #ccc;
	margin-left: 30px;
	margin-top: 55px;
	border: 0;
	color: #FFFFFF;
	margin-bottom: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	float: left;

}

.pro_xqDiv5 .col-lg-4 {
	margin-bottom: 20px;
}

.par100 {
	padding-top: 170px;
	margin-top: -170px;
}

.contact ul {
	margin-top: 22px;
}




/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {
	.mobel_erji {
		display: block !important;
	}

	header .rightDiv .menu>ul>li:first-child>a {
		padding-left: 20px;
	}

	header .rightDiv .menu>ul>li:hover ul.mobel_erji.open {
		display: block !important;
	}

	.wrap,
	.wrap2 {
		width: 100%;
		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
	}

	.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;
	}

	.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 {
		width: 30%;
		margin-left: 10px;
		margin-top: 0;
	}

	header .logo img {
		max-height: 40px;
		float: left;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		box-shadow: 0 0 5px #ccc;
		background: #b62634;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #b62634;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #b62634;
	}

	.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: 50px;
		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 {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	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>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #b62634;
	}

	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;
	}

	.rtList ul li a span {
		display: none;
		font-size: 14px;
	}

	.rtList ul {
		height: 50px;
	}

	.search {
		width: 18px;
	}

	.bannerIndex {
		margin-top: 50px;
	}

	.bannerIndex .mySwiper2 img {
		min-height: 300px;
		height: auto !important;
		object-fit: cover;
	}

	.bannerIndex .mySwiper {
		display: none;
	}

	.bannerIndex .xian_bg::before {
		display: none;
	}

	.bannerIndex .mySwiper2 .textDiv .bor_more {
		margin-top: 15px;
	}

	.bor_more {
		width: 120px;
		height: 36px;
		margin-top: 8px;
	}

	.bannerIndex .mySwiper2 .swiper-pagination {
		display: block;
	}

	.bannerIndex .mySwiper2 .font20 {
		font-size: 12px;
	}

	.fixedDiv {
		display: none;
	}

	.font30 {
		font-size: 16px;
	}

	.indexDiv2 .content>.fl,
	.indexDiv2 .content>.fr {
		width: 100%;
		height: auto;
	}

	.indexDiv2 .content>.fr>.textDiv {
		width: 100%;
		height: auto;
		margin-top: 20px;
		display: block;
	}

	.indexDiv2 .content>.fr>.textDiv .wenzi {
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
	}

	.top_w {
		width: 100%;
	}

	.indexDiv3 .top_w2 {
		width: 50%;
		margin-left: 0;
	}

	.indexDiv3 .textDiv .open {
		display: none;
	}

	.indexDiv3 .bott {
		margin-top: 0;
	}

	.indexDiv3 .bott .top_w {
		margin-left: 0;
	}

	.rtList {
		margin-left: 0;
		margin-right: 50px;
	}

	.title p:first-child {
		margin-bottom: 0;
	}

	.indexDiv4 .textDiv {
		height: auto;
		min-height: auto;
	}

	.indexDiv4 .col-lg-4 {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.indexDiv5::after {
		width: 100%;
	}

	.indexDiv5::before {
		width: 100%;
	}

	.indexDiv5::after {
		bottom: 0;
		top: auto;
	}

	.indexDiv5 .textDiv {
		width: 100%;
		margin: 0;
		padding-left: 20px;
	}

	.indexDiv5 .flex {
		min-height: 400px;
	}

	.nav_bott {
		display: none;
	}

	.contact {
		width: 100%;
	}

	.banquan {
		display: block;
	}

	.banquan .rt>a {
		padding: 0 10px;
	}

	.banquan .rt>a:first-child {
		padding-left: 0;
	}

	.banquan .clearfix.fr {
		float: none;
		margin-top: 15px;
	}

	.banquan .rt ul li {
		margin-top: 0;
		margin-left: 0;
		margin-right: 15px;
	}

	#searDiv {
		top: 50px;
		padding: 15px 0;
	}

	#searDiv form {
		width: 96%;
		margin: 0 auto;
	}

	#searDiv input {
		height: 30px;
		font-size: 14px;
	}

	#searDiv form {
		height: 40px;
	}

	#searDiv button {
		margin-top: 0;
	}

	#searDiv button img {
		width: 20px;
	}

	.popW {
		width: 85%;
		padding: 20px;
		border-radius: 10px;
	}

	.closeImg {
		position: absolute;
		top: -20px;
		right: -20px;
		cursor: pointer;
		width: 20px;
	}

	.forPSW {
		margin-bottom: 20px;
	}

	.popW p.wid4 input {
		width: 55%;
	}

	img.yzm {
		width: 42%;
	}

	.zhuceDiv input[type="button"] {
		width: 42% !important;
	}

	.indexDiv4 {
		padding-bottom: 30px;
	}

	header .rightDiv .menu>ul>li>a:hover,
	header .rightDiv .menu>ul>li>a.now {
		color: #b62634;
	}

	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: #b62634;
	}

	.rtList ul li:last-child {
		font-size: 14px;
	}

	.rtList ul li:last-child span.name {
		display: none;
	}

	.rtList ul li:last-child a {
		margin-right: 10px;
	}

	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei>img {
		min-height: 180px;
		object-fit: cover;
	}

	.banner_nei.contact_bn .absolute::after {
		display: none;
	}

	.contactDiv .textDiv .wenzi,
	.contactDiv .textDiv .wenzi .text {
		width: 100%;
		height: auto;
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}

	.contactDiv .textDiv .wenzi>img {
		width: 100%;
	}

	.pa70 {
		padding: 30px 0;
	}

	.mapDiv {
		margin-top: 20px;
		width: 100%;
	}

	.contactDiv .textDiv {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.liuyanDiv form {
		width: 100%;
	}

	.liuyanDiv form input.fl,
	.liuyanDiv form input.fr {
		width: 100%;
	}

	.liuyanDiv form input.fl {
		margin-bottom: 15px;
	}

	.aboutDiv2 .topDiv {
		display: block;
	}

	.aboutDiv2 .content .wenzi {
		padding: 15px;
		margin-bottom: 20px;
	}

	.aboutDiv3 .relative,
	.aboutDiv3 .flDiv,
	.aboutDiv3 #thumb {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.aboutDiv3 .flDiv {
		padding: 30px 0;
	}

	.aboutDiv3 #thumb {
		width: 90%;
	}

	.aboutDiv3 .relative .swiper-button-next {
		left: auto;
		top: 20%;
		transform: rotate(0deg);
	}

	.aboutDiv3 .relative .swiper-button-prev {
		right: auto;
		top: 20%;
		bottom: auto;
		transform: rotate(0deg);
	}

	.aboutDiv3 .relative .swiper-button-next::after,
	.aboutDiv3 .relative .swiper-button-prev::after {
		transform: rotate(0deg);
	}

	.aboutDiv3 .flDiv::after {
		display: none;
	}

	.aboutDiv3 #gallery {
		width: 100%;
		position: relative;
		padding-bottom: 50px;
	}

	.aboutDiv3 .swiper-slide.swiper-slide-thumb-active {
		font-size: 20px;
	}

	.erji ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.erji ul li {
		margin: 0 20px;
	}

	.news_list li a {
		display: block;
	}

	.news_list .textDiv {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	.news_list .bor_more1 {
		display: none;
	}

	.news_list .bor_more2 {
		display: flex;
	}

	.par45 {
		padding: 25px 0;
	}

	.newsDiv1 {
		padding-top: 0;
	}

	.news_title {
		height: auto;
	}

	.news_list .bor_more {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.news_list li {
		margin-bottom: 30px;
	}

	.hezuoDiv1 .content,
	.hezuoDiv2 .content {
		width: 100%;
	}

	.banner_nei .absolute::after {
		display: none;
	}


	.jionDiv .title_nei,
	.hwylDiv1 .textDiv,
	.hwylDiv1 .textDiv .biaoti {
		width: 100%;
	}

	.jionDiv .textDiv {
		padding: 30px;
	}

	.hwylDiv1 .textDiv .wenzi {
		height: auto;
	}

	.hwylDiv1 .flex2 {
		display: block;
	}

	.videoDiv1 .mySwiper {
		width: 100%;
	}

	.videoDiv1 .vidDiv {
		height: auto;
	}

	/* .videoDiv1 .vidDiv {
		height: 260px;
	} */

	.videoDiv2 ul.tab {
		width: 100%;
	}

	.videoDiv2 ul.tab li {
		margin: 0 15px;
		font-size: 14px;
		padding: 0;
		padding-bottom: 12px;
		text-align: center;
	}

	.title_nei {
		font-size: 24px;
	}

	.videoDiv2 .col-lg-4 {
		padding: 0 8px;
	}

	.videoDiv2 .row {
		margin: 0 3px;
	}

	.videoDiv2 .jiazai,
	.videoDiv2 .shouqi {
		width: 150px;
		height: 50px;
		line-height: 50px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.videoDiv2 .col-lg-4 {
		margin-bottom: 20px;
	}

	.shouhouDiv1 .col-lg-3 .textDiv .wenzi .ovh3 {
		-webkit-line-clamp: initial;
	}

	.shouhouDiv1 .col-lg-3 .textDiv .wenzi .closeBtn {
		display: none;
	}

	.shouhouDiv1 .textDiv .wenzi a {
		display: none;
	}

	.shouhouDiv1 .col-lg-3 {
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.shouhouDiv1 .col-lg-3 .textDiv {
		border: 0;
		box-shadow: 0 0 10px #eee;
	}

	.shouhouDiv1 .col-lg-3:first-child .textDiv {
		border: 0;
		height: 100%;
	}

	.list_qa li {
		padding: 20px;
	}

	.fenye {
		display: block;
	}

	.fenye_list li a {
		width: 30px;
		height: 30px;
		margin: 0 2px;
	}

	.fenye input {
		width: 25px;
		height: 25px;
	}

	p.pageTo {
		float: left;
		margin-top: 20px;
		margin-left: 20%;
	}

	.fenye button {
		height: 30px;
		margin-top: 18px;
	}

	.fenye_list li:first-child a,
	.fenye_list li:last-child a {
		font-size: 16px;
	}

	.downDiv2 ul.tab li {
		margin: 0 15px;
		position: relative;
		padding-bottom: 15px;
		font-size: 14px;
	}

	ul.list li a {
		padding: 10px 0;
	}

	ul.list li .biaoti {
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		line-height: 1.5;
	}

	ul.list li .biaoti img {
		width: 25px;
		height: 28px;
	}

	.menu ul li.proList:hover .pro_ul {
		display: none !important;
	}

	.liuyanDiv .title_nei .center {
		font-size: 16px;
	}

	.proDiv .flDiv {
		width: 100%;
	}

	.proDiv {
		margin-top: 50px;
	}

	.proDiv .frDiv {
		width: 100%;
		padding: 20px;
	}

	.proDiv .frDiv .fenlei li {
		margin-right: 15px;
	}

	.proDiv .frDiv .col-lg-4 {
		margin-bottom: 20px;
	}

	.pro_xqDiv {
		margin-top: 50px;
	}

	.pro_xqDiv .content {
		display: block;
	}

	.pro_xqDiv #gallery2 {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
		float: none;
	}

	.pro_xqDiv #thumb2 {
		width: 100%;
		height: auto;
	}

	.pro_wenzi {
		width: 100%;
		margin-top: 30px;
	}

	.pro_xqDiv2 .wrap {
		display: block;
	}

	.pro_xqDiv2 .wenzi {
		width: 100%;
		margin-top: 20px;
	}

	.pro_xqDiv2 {
		padding: 30px 0;
	}

	.pro_xqDiv3 table td:first-child {
		font-size: 14px;
		width: 24%;
	}

	.bor_more {
		line-height: 36px;
	}

	.pro_wenzi.pro_wenzi2 {
		width: 100%;
	}

	.slDiv {
		width: 100%;
	}

	.slDiv .shiyong {
		margin-top: 30px;
	}

	.slDiv #thumb2 {
		margin-top: 30px;
	}

	.hj_tab {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: initial;
	}

	.hj_tab li {
		margin-right: 25px;
		margin-left: 0;
	}

	#swipebox-close {
		bottom: 0 !important;
		top: auto !important;
	}

	.pro_xq_hjDiv3 .content {
		display: block;
	}

	.pro_xq_hjDiv3 .content ul {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.pro_xq_hjDiv3 .content ul li {
		width: 48%;
		height: 36px;
		line-height: 36px;
		margin: 0;
		border: 1px #ccc solid;
		margin-bottom: 10px;
	}

	.pro_xq_hjDiv3 .content ul li:nth-child(even) {
		margin-left: 4%;
	}

	.pro_xq_hjDiv3 .content ul li:last-child {
		line-height: 24px;
	}

	.xinxiDiv ul li label {
		display: block;
		font-size: 14px;
	}

	.xinxiDiv ul li input {
		width: 100%;
		height: 45px;
	}

	.xinxiDiv {
		width: 100%;
	}

	.xinxiDiv ul li a {
		display: block;
		margin-top: 15px;
	}

	button.baocun {
		margin: 0;
	}

	.downDiv1 .textDiv .wenzi {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.downDiv1 .textDiv {
		display: block;
	}

	.downDiv1 .mySwiper {
		padding-bottom: 70px;
	}

	.pro_zcDiv1 .title_nei .mt5 {
		font-size: 16px;
	}

	.formDiv_zc {
		width: 100%;
		margin-top: 30px;
	}

	.formDiv_zc input {
		height: 50px;
		padding: 0 8px;
	}

	.formDiv_zc .flex2 {
		display: block;
	}

	.formDiv_zc .flex2 img {
		margin-bottom: 10px;
	}

	.upload input.absolute {
		height: 50px;
	}

	.upload .wenzi img {
		width: 18px;
		margin-right: 4px;
	}

	.upload .wenzi {
		top: -8px;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		height: 50px;
		padding-left: 78px;
		top: 0;
	}

	button.tijiao {
		height: 50px;
	}

	.jionDiv .title_nei .mt20 {
		font-size: 16px;
	}

	.jionDiv .title_nei a {
		font-size: 16px;
	}

	.indexDiv5 .flex {
		width: 100%;
	}

	footer .wrap>.fr {
		width: 100%;
	}

	.fixedDiv {
		display: none;
	}

	.pro_erji .nr {
		display: none;
	}

	.pro_erji .nr.open {
		display: block;
	}

	.list1 {
		display: none;
	}

	.list2 {
		display: none;
	}

	.list1.open,
	.list2.open {
		display: block;
	}

	.pro_bt {
		position: relative;
	}

	.pro_bt::before {
		position: absolute;
		content: "";
		width: 10px;
		height: 1px;
		background: #b62634;
		right: 0px;
		top: 10.4px;
	}

	.pro_bt::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 10px;
		background: #b62634;
		right: 4.5px;
		top: 5.5px;
	}

	.pro_bt.active::after {
		display: none;
	}

	header .rightDiv .menu>ul>li.open .submenu-button::after {
		display: none;
	}

	.menu ul ul li>a::before {
		display: none;
	}

	/* .menu ul li:hover>ul{
		display: block!important;
	} */
	.menu ul ul.open {
		display: block !important;
	}

	.popW .upload .wenzi span.red {
		display: none;
		font-size: 12px;
	}

	.popW .upload .wenzi {
		margin-top: 0;
	}

	.aboutDiv1 .wrap {
		font-size: 12px;
	}

	.aboutDiv2 .text {
		font-size: 12px;
	}

	.mobel_bc {
		position: fixed;
		font-size: 20px;
		font-family: "宋体";
		z-index: 9999;
		top: 10px;
		left: 10px;
		display: block;
	}

	.aboutDiv3 #thumb .swiper-slide {
		height: 70px;
	}

	.pro_xqDiv3 table td p {
		min-height: 100px;
		display: flex;
		align-items: center;
	}

	.pro_xqDiv #gallery3 {
		width: 100%;
		margin-left: 0;
	}

	.pro_xqDiv #thumb3 {
		height: 115px;
		margin-top: 0;
		width: 70%;
		float: left;
	}

	.image-list {
		width: 100% !important;
	}

	.pro_xq_hjDiv2 .col-lg-6 {
		margin-bottom: 50px;
	}

	.pro_xq_hjDiv2 .textDiv img.big {
		bottom: 10px;
		right: 10px;
	}

	.erji ul li a {
		font-size: 18px;
	}

	#pictureViewer>.content {
		width: 100% !important;
	}

	#pictureViewer>.content {
		min-height: 300px !important;
		height: 300px !important;
	}

	#pictureViewer .handel-prev,
	#pictureViewer .handel-next {
		width: 30px !important;
	}

	.par50 {
		padding: 30px 0;
	}

	.news_list li {
		padding: 30px 0;
		margin-bottom: 0;
	}

	.news_list li:first-child.active .detailsDiv {
		margin-top: -10px;
	}

	.proDiv .frDiv .fenlei li a {
		font-size: 16px;
	}

	.jieguo p.fr {
		font-size: 14px;
	}

	.jiage {
		width: 70px;
		height: 70px;
		background: #B30028;
		border-radius: 50%;
		top: 0;
		right: 0;
		padding-top: 22px;
		text-align: center;
		line-height: 20px;
	}

	.pro_xqDiv3 table tr td {
		padding: 0;
	}

	.hezuoDiv2 {
		padding-bottom: 120px;
	}

}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
	}

	.bor_more {
		width: 165px;
	}

	.indexDiv2 .content img {
		margin: 0 auto;
		display: block;
	}

	.downDiv1 .textDiv>img {
		width: 100%;
	}

	.fenye {
		display: flex;
	}

	p.pageTo {
		margin: 0;
		margin-left: 50px;
	}

	.fenye button {
		margin-top: 0;
		margin-left: 30px;
	}

	.hwylDiv1 .flex2>img {
		width: 100%;
	}

	.videoDiv1 .vidDiv {
		height: 380px;
	}

	.aboutDiv2 .topDiv>img {
		width: 100%;
	}

	.news_list li a>img {
		width: 100%;
	}

	.jionDiv .textDiv {
		padding: 20px;
	}

}

@media screen and (min-width:993px) and (max-width:1279px) {
	.mobel_erji {
		display: block !important;
	}

	header .rightDiv .menu>ul>li:hover ul.mobel_erji.open {
		display: block !important;
	}

	/* .menu ul li:hover>ul{
		display: block!important;
	} */
	.shaixuan ul li label {
		font-size: 14px;
	}

	.wrap,
	.wrap2 {
		width: 100%;
		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
	}

	.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;
	}

	.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 {
		width: 30%;
		margin-left: 10px;
		margin-top: 0;
	}

	header .logo img {
		max-height: 40px;
		float: left;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;
		box-shadow: 0 0 5px #ccc;
		background: #b62634;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #b62634;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.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: 50px;
		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 {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	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>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	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; */
	}

	.rtList {
		margin-left: 0;
		margin-right: 60px;

	}

	.rtList ul {
		height: 60px;
	}

	.bannerIndex .mySwiper2 .swiper-slide img {
		min-height: 600px;
		height: auto !important;
		object-fit: cover;
	}

	.bannerIndex .mySwiper2 .textDiv {
		width: 60%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.bannerIndex .mySwiper2 .textDiv .font60 {
		font-size: 36px;
	}

	.indexDiv2 .content>.fl {
		width: 100%;
	}

	.indexDiv2 .content>.fr {
		width: 100%;
	}

	.top_w {
		width: 100%;
	}

	.indexDiv3 .top_w2 {
		width: 50%;
		margin-left: 0;
	}

	.indexDiv4 .textDiv {
		min-height: auto;
	}

	.indexDiv5 .fr .textDiv {
		width: 50%;
		margin-right: 0;
	}

	.contact {
		width: 390px;
	}

	.nav_bott {
		margin-left: 35px;
	}

	.indexDiv2 .content>.fr>.textDiv {
		width: 100%;
	}

	header .rightDiv .menu>ul>li>a:hover,
	header .rightDiv .menu>ul>li>a.now {
		color: #b62634;
	}

	.pro_ul {
		display: none !important;
	}

	.proDiv .flDiv {
		width: 280px;
	}

	.proDiv .frDiv {
		width: calc(100% - 280px);
	}

	.pro_xqDiv .content {
		display: block;
	}

	.pro_xqDiv #thumb2,
	.pro_xqDiv #thumb3 {
		width: 40%;
		height: auto;
		margin-bottom: 20px;
		float: left;
	}

	.pro_xqDiv #thumb3 {
		width: 30%;
	}

	.pro_xqDiv #gallery2,
	.pro_xqDiv #gallery3 {
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.slDiv {
		width: 100%;
		height: auto;
	}

	.slDiv .shiyong {
		margin-top: 40px;
	}

	#swipebox-close {
		bottom: 0 !important;
		top: auto !important;
	}

	.popW {
		width: 80%;
	}

	.downDiv1 .textDiv .wenzi {
		width: calc(100% - 600px);
		margin-left: 40px;
	}

	.hwylDiv1 .textDiv {
		width: 100%;
	}

	.hwylDiv1 .flex2 {
		display: block;
	}

	.banner_nei {
		margin-top: 60px;
	}

	.shouhouDiv1 .col-lg-3 .textDiv {
		height: 100%;
	}

	.formDiv_zc {
		width: 650px;
	}

	.formDiv_zc .flex2 img {
		width: 50%;
	}

	.aboutDiv3 .flDiv {
		width: 400px;
		padding: 0;
	}

	.aboutDiv3 #gallery {
		width: calc(100% - 480px);
	}

	.aboutDiv3 {
		padding: 50px 0;
	}

	.news_list li a>img {
		width: 30%;
		object-fit: cover;
	}

	.news_list .textDiv {
		width: 68%;
	}

	.mapDiv {
		width: 100%;
		margin-top: 30px;
	}

	.rtList ul li a {
		margin-right: 10px;
	}

	.xinxiDiv {
		width: 100%;
	}

	.indexDiv3 .textDiv .wenzi {
		bottom: 9%;
	}

}

@media screen and (min-width:1280px) and (max-width:1450px) {

	.wrap,
	.wrap2 {
		width: 1050px;
		font-size: 14px !important;
	}

	header .rightDiv .menu ul li a {
		font-size: 16px !important;
	}

	header .rightDiv .menu>ul>li>ul>li>a,
	header .rightDiv .menu>ul>li>ul>li>>ul>li>a {
		font-size: 16px;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 15px;
	}

	.font48 {
		font-size: 42px;
	}

	.font30 {
		font-size: 25px;
	}

	.rtList,
	.rtList a {
		font-size: 15px !important;
	}

	.rtList li .name {
		font-size: 15px !important;
	}

	.xinxiDiv {
		width: 100%;
	}

	.indexDiv2 .content>.fl {
		width: 400px;
		height: 570px;
	}

	.indexDiv2 .content>.fl>a>img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.indexDiv2 .content .fl .wenzi {
		padding: 20px 25px;
	}

	.indexDiv2 .content>.fr {
		width: 640px;
	}

	.indexDiv2 .content>.fr>.textDiv .wenzi {
		padding-left: 0;
	}

	.pro_ul .row {
		width: 100%;
		margin: 0;
		padding: 50px;
	}

	.indexDiv2 .content>.fr>.textDiv {
		width: 100%;
		height: 280px;
	}

	.indexDiv2 .content>.fr>.textDiv>a {
		width: 60%;
	}

	.indexDiv2 .content>.fr>.textDiv img {
		width: 100%;
	}

	.font48 {
		font-size: 32px;
	}

	.top_w {
		width: 450px;
	}

	.indexDiv3 .top_w2 {
		width: 287px;
	}

	.indexDiv5 .fr .textDiv {
		margin-right: 100px;
	}

	.font24 {
		font-size: 20px;
	}

	.indexDiv4 .textDiv {
		min-height: auto;
	}

	.pro_xqDiv #gallery2 {
		width: 580px;
	}

	.pro_wenzi {
		margin-left: 50px;
	}

	.pro_wenzi .font40 {
		font-size: 30px;
	}

	.hwylDiv1 .textDiv {
		width: 565px;
	}

	.nav_bott {
		margin-left: 30px;
	}

	.aboutDiv3 .flDiv {
		width: 480px;
		padding-right: 0;
	}

	.aboutDiv3 #gallery {
		width: calc(100% - 550px);
	}

	.contactDiv .textDiv .wenzi {
		width: 760px;
		margin-left: 25px;
	}

	.font60 {
		font-size: 50px;
	}

	.mapDiv {
		width: 300px;
	}

	.contactDiv .textDiv .wenzi .font36 {
		font-size: 28px;
	}

	.rtList ul li a {
		margin-left: 5px;
		font-size: 14px;
	}

	.rtList ul li {
		padding: 0 5px;
	}

	.hwylDiv1 .flex2 img {
		margin-left: 50px;
		height: 430px;
		width: 480px;
		object-fit: cover;
	}

	.indexDiv3 .textDiv .open {
		padding: 20px;
	}

	.indexDiv3 .textDiv .open .block>img {
		width: 45px;
		height: 45px;
	}

	.indexDiv3 .textDiv .open .line28 {
		line-height: 24px;
	}

	.pro_xq_hjDiv3 .content ul li {
		width: 162px;
	}

	.downDiv1 .textDiv .wenzi {
		margin-left: 50px;
	}

	.downDiv1 .swiper-pagination {
		padding-left: 290px;
	}

	.banner_nei .absolute::after {
		/* display: none; */
	}

	.banner_nei img {
		min-height: 400px;
	}

	.font40 {
		font-size: 32px;
	}

	.formDiv_zc {
		width: 700px;
	}

	.pro_xqDiv3 table td p {
		font-size: 18px;
	}

	.formDiv_zc .flex2 img {
		width: 50%;
	}

	.aboutDiv2 .content .flex2 img {
		width: 50%;
	}

	.font36 {
		font-size: 30px;
	}

	.news_list li a>img {
		width: 450px;
		object-fit: cover;
	}

	.news_list .textDiv {
		width: calc(100% - 500px);
		margin-right: 80px;
	}

	.popW {
		width: 600px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #FFFFFF;
		padding: 40px 50px;
		z-index: 9999;
		border-radius: 15px;
		display: none;
	}

	.closeImg {
		top: -35px;
	}

	.contactDiv .textDiv .wenzi {
		width: 700px;
	}

	.aboutDiv1 .wrap {
		font-size: 24px !important;
	}

	.pro_xqDiv2 .wenzi {
		margin-top: 3px;
		width: calc(100% - 180px);
	}

	.proDiv .frDiv .fenlei li a,
	.erji ul li a,
	.downDiv2 ul.tab li,
	.videoDiv2 ul.tab li {
		font-size: 20px;
	}

	.pro_xq_hjDiv3 .content ul {
		width: calc(100% - 190px);
	}

	.aboutDiv1 .wrap .mt10 {
		font-size: 16px !important;
	}

	.pro_xqDiv #thumb3 {
		margin-top: 93px;
	}

	/* header .rightDiv .menu>ul>li:first-child{
		padding-right: 30px;
	} */

}

@media screen and (min-width:1451px) and (max-width:1900px) {

	.wrap,
	.wrap2 {
		width: 1150px;
		font-size: 14px !important;
	}

	.indexDiv2 .content>.fl {
		width: 420px;
		height: 570px;
	}

	.indexDiv2 .content>.fr>.textDiv {
		width: 720px;
		height: 280px;
	}

	.indexDiv2 .content>.fr>.textDiv img {
		width: 80%;
	}

	.pro_xqDiv #thumb3 {
		margin-top: 100px;
	}

	.indexDiv2 .content>.fr>.textDiv .wenzi {
		width: calc(100% - 460px);
		margin-left: 0;
		padding-left: 0px;
	}

	.indexDiv2 .content>.fl img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.top_w {
		width: 495px;
	}

	.indexDiv3 .top_w2 {
		width: 314px;
	}

	.indexDiv4 .textDiv {
		min-height: 600px;
	}

	.font48 {
		font-size: 40px;
	}

	.indexDiv5 .fr .textDiv {
		margin-right: 0;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 20px;
	}

	header .rightDiv .menu>ul>li:first-child {

		padding-left: 0;
	}

	header .rightDiv .menu>ul>li:first-child>a {
		/* padding-right: 20px; */
	}

	.aboutDiv1 .wrap {
		font-size: 26px !important;
	}

	.font36 {
		font-size: 30px;
	}

	.aboutDiv2 .content .relative>img {
		width: 55%;
		object-fit: cover;
	}

	.title::before {
		top: 5px;
	}

	.indexDiv1 .font30 {
		font-size: 24px;
	}

	.font24 {
		font-size: 20px;
	}

	.proDiv .frDiv .fenlei li a,
	.erji ul li a,
	.downDiv2 ul.tab li,
	.videoDiv2 ul.tab li {
		font-size: 23px;
	}

	.indexDiv5 .fl .more2 {
		margin-top: 35px;
	}

	.font40 {
		font-size: 32px;
	}

	.pro_xqDiv #gallery2 {
		width: 500px;
	}

	.pro_wenzi {
		width: 430px;
	}

	.pro_xqDiv2 .wenzi {
		margin-top: 3px;
	}

	#lianxi {
		margin-top: -30px;
	}

	.pro_xqDiv3 .font40 {
		font-size: 36px;
	}

	.pro_xqDiv3 table td:first-child {
		width: 24%;
	}

	.hj_tab li {
		margin-left: 8%;
	}
	.hj_tab{
		margin-left: 23.5%;
	}

	.pro_xq_hjDiv3 .content ul {
		width: calc(100% - 220px);
	}

	.pro_xq_hjDiv3 .content ul li {
		width: 176px;
	}

	.pro_xqDiv2 .wenzi {
		width: calc(100% - 220px);
	}

	.shouhouDiv1 .col-lg-3 .textDiv .wenzi .ovh3 {
		-webkit-line-clamp: 4;
	}

	.formDiv_zc {
		width: 830px;
	}

	.formDiv_zc .flex2 img {
		width: 49.5%;
	}

	.aboutDiv3 .flDiv {
		width: 450px;
	}

	.aboutDiv3 .relative {
		width: 370px;
	}

	.aboutDiv3 #gallery {
		width: calc(100% - 570px);
	}

	.detailsDiv .font24 {
		font-size: 24px;
	}

	.aboutDiv1 .wrap .mt10 {
		font-size: 16px !important;
	}

	.banner_nei .absolute::after {
		height: 47px;
		bottom: 95px;
	}

	.banner_nei img {
		height: 400px;
		object-fit: cover;
	}

	.contactDiv .textDiv .wenzi .text {
		margin-left: 20px;
		margin-top: 8px;
	}

	.contactDiv .textDiv .wenzi {
		width: 755px;
	}

	.mapDiv {
		width: 395px;
	}
}

.bottP {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(171, 0, 38, 0.62);
	padding: 20px 0;
}

@media screen and (max-width:992px) {
	.bottP {
		font-size: 16x;
		padding: 20px 50px;
	}

	.indexDiv3 .textDiv .wenzi {
		bottom: 9%;
	}

	.indexDiv3 .textDiv:hover .wenzi {
		display: block;
	}
}

/*20220530新增css*/
html,
body {
	text-align: justify;
}

.indexDiv4 .ovh3 {
	line-height: 22px;
	height: 66px;
}

.jieguo {
	margin-bottom: 65px;
}

/* .hj_tab li {
	margin-right: 16%;
} */
.hj_tab li:last-child{
	margin-right: 0;
}
.hj_tab::after{
	display: none;
}
.pro_xqDiv3 table td:first-child {
	width: 29%;
	padding-right: 7%;
}

.pro_xqDiv3 .content {
	margin-top: 35px !important;
}

.pro_xq_hjDiv2 .col-lg-6 {
	margin-bottom: 30px;
}

.pro_xqDiv3 .content {
	/*height: 500px;*/
	overflow: hidden;
}

.pro_xqDiv3 {
	/*margin-top: -100px;*/
	/*padding-top: 100px;*/
}

.news_list li {
	padding-top: 160px !important;
	margin-top: -160px !important;
}

.news_list li .wrap {
	padding: 50px 0;
}

.detailsDiv .shousuo_n {
	width: 144px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px #b62634 solid;
	padding: 0 10px;
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;

}

.detailsDiv .shousuo_n img {
	margin-top: 0px;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.par_m {
	padding-top: 60px;
	margin-top: -60px;
}

.indexDiv2 .content>.fr>.textDiv {
	box-shadow: 0 0 10px #ccc;
}

@media screen and (min-width:1451px) and (max-width:1600px) {
	header .rightDiv .menu ul li a {
		font-size: 16px !important;
	}

	.rtList ul li {
		font-size: 16px;
	}

	.hwylDiv1 .textDiv {
		width: 55%;
	}

	.hwylDiv1 .flex2>img {
		width: 42%;
		height: 435px;
		object-fit: cover;
	}

	.indexDiv4 .textDiv {
		min-height: 610px;
	}

	.pro_xq_hjDiv2 .col-lg-6 {
		margin-bottom: 40px;
	}
}

@media screen and (min-width:1280px) and (max-width:1450px) {
	.indexDiv4 .textDiv {
		min-height: 580px;
	}

	.pro_xqDiv3 table td:first-child {
		width: 29%;
	}

	.pro_xq_hjDiv2 .col-lg-6 {
		margin-bottom: 40px;
	}
	.hj_tab li {
		margin-left: 7%;
	}
	.hj_tab{
		margin-left: 24.5%;
	}
}

/*6.2新增*/
@media screen and (max-width:992px) {
	.indexDiv1 .content span {
		font-size: 16px;
	}

	.indexDiv4 .textDiv:hover .wenzi {
		position: relative;
		margin-top: 0;
	}

	.indexDiv4 .ovh3 {
		/*height: auto;*/
		margin-bottom: 20px;
	}

	.contact ul li {
		display: block;
		width: 100%;
	}

	.contact ul li a {
		color: #FFFFFF;
	}

	header .rightDiv .menu>ul>li:first-child>a {
		padding-left: 20px;
	}

	.pro_xqDiv3 table td p {
		text-align: left;
	}

	.banquan a {
		display: block;
	}

	.indexDiv1 .content p {
		font-size: 14px;
	}

	.xuqiu label {
		display: block;
		width: 50%;
		float: left;
		margin: 0 0 .5rem 0;
		padding-right: 16px;
	}

	.contact ul li {
		position: relative;
	}

	.contact ul li.dizhi {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.contact ul li.dizhi img {
		display: block;
		width: 20px;
	}

	.contact ul li.dizhi span {
		display: block;
	}

	.contact ul li.dizhi p {
		display: block;
	}

	.contact ul li.dizhi1 {
		padding-left: 68px;
	}

	.contact ul li.dizhi1 img {
		position: absolute;
		left: 0;
		top: 4px;
	}

	.contact ul li.dizhi1 span {
		position: absolute;
		left: 24px;
		top: 4px;
	}

	/*.contact ul li.dizhi2{padding-left:108px;}*/
	/*.contact ul li.dizhi2 img{*/
	/*    position: absolute;*/
	/*    left: 0;*/
	/*    top: 4px;*/
	/*}*/
	/*.contact ul li.dizhi2 span{*/
	/*    position: absolute;*/
	/*    left: 24px;*/
	/*    top: 4px;*/
	/*}*/
}

@media screen and (max-width:768px) {
	.indexDiv3 .textDiv .wenzi {
		bottom: 6%;
	}

	.indexDiv3 .textDiv:hover .wenzi {
		display: block;
	}
}

.wrap.image-list {
	width: 1440px !important;
	padding: 0 !important;
}

@media screen and (max-width: 1450px) and (min-width: 1280px) {

	.wrap.image-list {
		width: 1050px !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1900px) and (min-width: 1451px) {
	.wrap.image-list {
		width: 1150px !important;
		padding: 0 !important;
	}
}

@media screen and (max-width:992px) {
	.wrap.image-list {
		width: 100% !important;
		padding: 0 !important;
	}
}
