@charset "utf-8";
/* CSS Document */
html{font-size:1px;}
@media screen and (max-width: 1980px) {
  html {
    font-size: 0.05vw;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.6px;
  }
}

body {
	margin:0;
	padding:0;
	font-family:"微软雅黑", Arial;
	font-size:14px;
	line-height:1.5;
	color:#333333;
	width: 100%;
	margin:0px auto;
	background-color:#fff;
	overflow-x: hidden;
	-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}
div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both; width:0px; height:0px;
}
.container {
	width: 85%;
	max-width:1600px;
	margin:0px auto;
	height:auto;
    padding: 0px 30px;
}

* {
	box-sizing: border-box;
}

.tpleft{ float:left;}
.tpright{ float:right;}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center-y {
	display: flex;
	align-items: center;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-column {
	display: flex;
	flex-direction: column;
  }
:root{
 --Color1:#da251c;

}
.ellipsis{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.molEllipsis{ display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
   
/* 首页 */
header{}
header .container{ height: 140rem;}
header .logo img{ height: 80rem; width: auto;}
header .tell{ font-size: 24rem;}
header .tell .red{ color: var(--Color1);}
header .tpright .search_1{ width: 318rem; padding-left: 10px; border-radius: 23px; overflow: hidden; background-color: #fff; border: 1px var(--Color1) solid;}
header .tpright .search_1 .formbit{ flex:1; width:100%; overflow: hidden; border: 0px; outline: none; height: 40rem; line-height: normal; font-size: 18rem;}
header .tpright .search_1 .sumbit{ height:46rem; width: 67rem; display: flex; align-items: center; justify-content: center; background-color: var(--Color1);  border: 0px; cursor: pointer;}
header .tpright .search_1 .sumbit img{width: 24rem; height: auto;}
header .tpright .search_1 .formbit::-webkit-input-placeholder {
color:#999; 
}
header .top{height: 36px;
    line-height: 36px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 0 hsl(0deg 0% 91% / 50%);
    box-shadow: 0 1px 0 0 hsl(0deg 0% 91% / 50%);
    font-size: 14px;}
.menu{ background-color: var(--Color1); font-size: 21rem; width:85%; margin:auto; max-width:1600px;}
.menu ul li{ flex:1;text-align: center; position: relative;}
.menu ul li .title{ line-height: 70rem; height: 70rem; display: block;color: #fff;}
.menu ul li .title:hover,.menu ul li:hover .title{ background-color: #ae0800;}
.menu ul li.active .title{ background-color: #ae0800;}

.menu ul li .submenu{ background:#ae0800; width:100%; position:absolute; top:100%;  z-index:20; transform-origin: 50% 0; transform: scaleY(0) translateZ(0);
    opacity: 0; left: -0%;
    transition: transform 0.3s,opacity 0.3s;max-height:80vh; overflow:auto;}
.menu ul li:hover .submenu{ transform: scaleY(1) translateZ(0);opacity: 1;}
.menu ul li .submenu dd a{ color:#fff; line-height:40px;text-transform: none;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;font-size:19rem;text-align:center; border-top: 1px solid rgba(255, 255, 255, 0.3); height: 40px;font-weight:normal;}
.menu ul li .submenu dd a:hover{ background:var(--Color1);color:#fff;}
.menu ul li .submenu dd a:last-child{ border-bottom:0px;}
.menu ul li .submenu::-webkit-scrollbar {
    width: 5px;
	height:5px;
	background:none;
	border-radius:15px;
}
.menu ul li .submenu::-webkit-scrollbar-thumb {
    background: #333;
    scrollbar-arrow-color:#333;
	border-radius:15px;
}
.swiper2,
.swiper1,
.banner{--swiper-navigation-color:#ae0800;--swiper-pagination-color:#ae0800}
.banner ul li{ text-align: center;}
.banner ul li img{width:100%; max-width:1600px;}
.part_1{ padding-top: 50rem; padding-bottom: 50rem;}
.index_hall{ background-color: #fff;box-shadow: 0px 0px 8px rgb(0 0 0 / 18%); border-radius: 20px; align-items: stretch; overflow: hidden; display: flex;}
.index_hall .tpleft{ width: 158rem;background:linear-gradient(to bottom,#d11f16,#ae0800); color: #fff; font-size: 30rem; padding: 20rem 15rem; line-height: 2; text-align: center; line-height: 2;}
.index_hall .list{ padding: 37rem 20rem; flex:1; display: flex; align-items: center; flex-wrap:wrap;}
.index_hall ul li{ text-align: center; flex:1;}
.index_hall ul li img{ height: 88rem; width: auto; margin: 0rem auto 13rem;}
.index_hall ul li a{ font-size: 20rem;}
.index_hall ul li a:hover{ color: var(--Color1);}
.part_2{ background-image: url(../images/index_42.jpg); background-repeat: no-repeat; background-size: cover; padding-top: 51rem; padding-bottom: 66rem;}
.index_about{ align-items:stretch;}
.index_about .about_left{ width: 45%;display: flex; flex-direction:column;}
.index_bt { margin-bottom: 31rem;}
.index_bt .tpleft{ font-size: 28rem; font-weight: 600;}
.index_bt .tpleft img{ height: 52rem; width: auto; margin-right: 10px;}
.index_bt .more{ font-size: 24rem; color: #666666;}
.index_about .about_left .ab_box{ background-color: #fff;box-shadow: 0px 0px 8px rgb(0 0 0 / 18%); flex:1;}
.index_about .about_left .ab_box .desc{ font-size: 20rem; padding: 35rem 28rem; line-height: 2;}
.index_about .about_right{width: 50%;}
.me_list ul{flex:1; display: flex; flex-direction:column; justify-content: space-between;}
.me_list ul li{ background-color: #fff;box-shadow: 0px 0px 8px rgb(0 0 0 / 18%); font-size: 20rem; color: #666; padding: 33rem 28rem; margin-bottom: 27rem; flex:1;width: 100%;}
.me_list ul li a{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-size: 24rem; font-weight: 600; margin-bottom: 15rem;}
.me_list ul li a:hover{ color: var(--Color1);}
.me_list ul li:last-child{ margin-bottom: 0px;}
.about_right{ display: flex; flex-direction:column;}
.me_list { flex:1; display: flex; flex-direction: column;}
.part_3{ padding-top: 60rem;}
.main_1{ display: flex; align-items: stretch; flex-wrap:wrap; margin-bottom: 90rem;}
.main_1 .index_video{  width: 31.3%;}
.main_1 .index_video .video_1 video{ width:100%; height: auto;}
.main_1 .index_video .video_1 .txt{ text-align: center; font-size: 24rem; margin-top: 5px;}
.main_1 .index_new{ flex:1; margin-left: 2.8%;}
.new_list ul li{ display: flex; align-items: center; justify-content: space-between; font-size: 20rem; line-height:2.8;}
.new_list ul li a{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; flex:1; margin-right: 10px;}
.new_list ul li a:before{
	content: "●";  color: #ccc; margin-right: 5px;
}
.new_list ul li a:hover{ color: var(--Color1);}
.new_list ul li .date{ color: #999;}
.new_box{ align-items: stretch; gap: 22px;}
.new_box .new_left{ flex:1;}
.new_box .photo{ width: 42.6%;}
.new_box .photo img{ width: 100%; height: 100%;}
.new_box .new_left .new_class{ background-color:var(--Color1); color: #fff; text-align: center; margin-bottom: 20rem;}
.new_box .new_left .new_class ul li{ flex:1; text-align: center; font-size: 24rem;  line-height:3.6; cursor: pointer;}
.new_box .new_left .new_class ul li.active{ background-color: #ae0800;}
.main_2{ align-items: stretch; gap: 20px; margin-bottom: 70rem;}
.main_2 .items{flex:1; background-color: #fff;box-shadow: 0px 0px 8px rgb(0 0 0 / 18%);}
.main_2 .items .index_bt{ height: 108rem; padding: 0rem 18rem; color: #fff;background:linear-gradient(to bottom,#d11f16,#ae0800); margin-bottom: 0px;}
.main_2 .items .index_bt .more{ color: #fff;}
.main_2 .new_list{ padding: 30rem 16rem;}
.main_bt{ text-align: center; margin-bottom: 40rem;}
.main_bt .title{ font-size: 48rem; font-weight: 600;}
.main_bt .eng{ color: #999;text-transform: uppercase; font-size: 20rem; letter-spacing: 1px;}
.index_charm{ overflow: hidden; margin-bottom: 70rem;}
.index_charm .swiper-pagination{ display:none;}
.index_charm ul li{ float: left; width: 19%; margin-right: 1.2%;}
.index_charm ul li:last-child{ margin-right: 0px;}
.index_link{ overflow: hidden; margin-bottom: 128rem;}
.index_link ul li{ float: left; width: 19%; margin-right: 1.2%; border: 1px #cccccc solid; display: flex; align-items: center; justify-content: center;}
.index_link ul li:last-child{ margin-right: 0px;}
.index_link ul li img{  max-width: 100%; max-height: 100%;}
footer{ background-color: #f3f3f3; padding: 85rem 0rem;}
footer .f_box { }
footer .f_box .tpleft{ width: 472rem;}
footer .f_box .tpleft .title{ font-size: 36rem; font-weight: 600; border-bottom: 1px #ccc solid; padding-bottom: 25rem; margin-bottom: 25rem;}
footer .f_box .tpleft .desc{ font-size: 20rem; color: #666666; line-height: 2;}
footer .f_box .tpleft .desc span{color: #333; font-weight: 600;}
footer .kefu{gap: 47rem;}
footer .kefu .items{ background-color: #fff; padding: 10rem;  width: 200rem; text-align: center;  font-size: 18rem;}
footer .kefu .items img{ margin-bottom: 6px;}
.online{width: 200rem; position: fixed; right: 10px; top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); text-align: center; z-index: 20; }
.online .items{ margin-bottom: 10px; background-color: #fff;box-shadow: 0px 0px 8px rgb(0 0 0 / 8%); padding: 10rem;font-size: 18rem;}
.online .items:last-child{ margin-bottom: 0px;}
.online .items img{ margin-bottom: 5px;}


/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 40px;
	right: 0px;
	z-index: 100;
	display: none;
	position: relative;

}

.menubtn .name {
	font-size: 16px;
	left: -60px;
	font-weight: 500;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	font-weight: 600;
}

.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #333;
	position: relative;
	border-radius: 5px;
}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.menu-mc {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--Color1);
	z-index: 90;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	display: none;

}

.menu-mc.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.menu-mc .list {
	flex: 1;
	overflow: auto;
}

.menu-mc .list ul {
	
}

.menu-mc .list ul li {
	line-height: 60px;
}

.menu-mc .list ul li .submenu {
	display: none;
	background: #ae0800;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid rgba(255, 255,255, .2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #fff;
	padding: 0 24px;
	text-transform: uppercase;
}

.menu-mc .list ul li .title .icon {
	background-image: url(../images/arrow1.png);
	width: 20px;  height: 20px;
	background-size: cover;
	background-repeat: no-repeat;transition: all .3s ease;-webkit-transition: all .3s ease;
}


.menu-mc .list ul li a {
	display: block;
	font-size: 15px;
	color: #fff;

}

.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 45px;
}
.menu-mc .list ul li .title.active .icon{ display: block;transform: rotate(180deg);}

.menu-mc .search_1{ width: 90%; padding-left: 10px; border-radius: 23px; overflow: hidden; background-color: #fff; border: 1px var(--Color1) solid; margin: 20px auto;}
.menu-mc .search_1 .formbit{ flex:1; overflow: hidden; border: 0px; outline: none; height: 40px; line-height: normal; font-size: 14px;}
.menu-mc .search_1 .sumbit{ height:43px; width: 67px; display: flex; align-items: center; justify-content: center; background-color:#666;  border: 0px; cursor: pointer;}
.menu-mc .search_1 .sumbit img{width: 15px; height: auto;}
.menu-mc .search_1 .formbit::-webkit-input-placeholder {
color:#999; 
}
.nybanner{ text-align: center; position:relative}
.nybanner .txt{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#ffffff; font-weight:bold; font-size:80rem;}
.nybanner img{ min-height: 150px;object-fit: cover;
 object-position: top center;}
.main{ padding-top: 80rem; padding-bottom: 148rem;}
.news_list ul li{ padding: 40rem 0rem; border-bottom: 1px #f3f3f3 solid;}
.news_list ul li a{ display: flex; align-items: center; justify-content: space-between;}
.news_list ul li a .date{ text-align: center; background-color: #f3f3f3; width: 160rem; height: 160rem; font-size:20rem;}
.news_list ul li a .date .moth{ font-size: 72rem; font-weight: 600; line-height: 1.1;}
.news_list ul li a .content{ flex:1; margin: 0px 34rem; overflow: hidden;}
.news_list ul li a .content .title{ font-size: 30rem; font-weight: 600; margin-bottom: 10px;}
.news_list ul li a .content .desc{ font-size: 20rem; color: #666;}
.news_list ul li a .icon{ width: 15rem; height: 29rem; background-image: url(../images/news_051.jpg);background-repeat: no-repeat;background-size: cover; background-position: center;transition: all .3s ease;-webkit-transition: all .3s ease;}
.news_list ul li a:hover .icon{background-image: url(../images/news_05.jpg);}
.news_list ul li a:hover .content .title{ color:#ae0800;}
.news_list ul li a:hover .date{ background-color: #fcf0ef;color:#ae0800;}

/*翻页*/
.fany{display:flex;align-items: center; justify-content:center; margin-top: 40px; font-size: 14px; flex-wrap: wrap; color: #868888;}
/*分页*/
.divid-a {
   display: flex;
   align-items: center;
   justify-content: center;

}
.divid-a a {
   background: #fff;
   color:#333333;
   font-size: 14px; min-width:32px;
   padding:0px 10px; height:32px;
   cursor:pointer; margin:3px 4px;
   display: flex;
   align-items: center;
   justify-content: center;
    border-radius:3px;
} 

.divid-a .active {
  color: var(--Color1);
 
}
.divid-a a:hover{ color: var(--Color1);}
.divid-a a.up{ border-radius: 50%; background-color: #f3f3f3; font-family: "黑体"; font-weight: 600; color: #cccccc;}
.divid-a a.up:hover{  color: #333;}
.fany .formbit{ width:95px;border:1px #dedede solid; display:flex;align-items: center; height:32px; padding:0px 8px;border-radius:3px; margin-right:15px; padding: 0px;}
.fany .formbit .form{ width: 100%;}
.fany .formbit select{ width: 100%;overflow:hidden; border:5px; outline:none; height:30px; line-height:normal; font-size:14px; width: 100%; text-align: center; background: none;color:#868888; }
.fany .formbit select::-webkit-input-placeholder {
color:#868888; 
}
.fany .total{ margin-right: 7px;color: #868888;}
.fany .page1{ margin-left: 20px;}
.fany .page1 input{border-radius:3px; width: 36px; height: 32px; line-height: normal;
    border: 1px #dedede solid;
    border-radius: 3px; outline: none; margin: 0px 5px; text-align: center;}

.newshow .title{ font-size: 36rem; font-weight: 600;text-align: center;}
.newshow .layi{ padding: 35rem 0rem;  margin-bottom: 35rem; flex-wrap: wrap; gap: 60rem; border-bottom: 1px #f3f3f3 solid;}
.newshow .layi span{ display: flex; align-items: center;}
.newshow .layi span img{ height: 20rem;width: auto; margin-right: 6px;}
.newshow .show1{ font-size: 20rem; line-height: 2;}
.turn_1 { font-size: 24rem; margin-top: 40px;  gap: 10px;}
.turn_1 .item{color: #999;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.turn_1 .item a:hover{ color: var(--Color1);}
.swiper2 .swiper-pagination{ display:none;}
.scroller{
	overflow:hidden;
	flex-wrap:nowrap;
	display:flex;
}

.scroll-wrapper{
	display:flex;
	flex-wrap:nowrap;
}

.none{
	background:#ffffff;
	text-align:center;
	padding:10% 15% 20%;
}


@media screen and (max-width: 1440px) {

}
@media screen and (max-width:1024px) {
	.container{
		width:95%;
	}
}
@media screen and (max-width: 767px) {
	.container{ padding: 0px 15px;width:100%;}
	.menubtn,
	.menu-mc {
		display: flex;
	}
	header { position: sticky; width: 100%; top: 0px;  left: 0px; background-color:#fff; z-index: 999999;box-shadow: 0px 0px 8px rgb(0 0 0 / 18%);}
	.menu{ display: none;}
	.online{ display: none;}
	header .container{ height: 60px;}
	header .logo img{ height: 25px;}
	header .tpright .search_1{ display: none;}
	header .tell{  font-size: 15px;}
	.banner ul li img{ min-height: 200px;object-fit: cover;
 object-position: center center;}
 .index_hall{ flex-direction: column; border-radius: 10px;}
 .index_hall .tpleft{ width: 100%; height: 35px; font-size: 16px;}
.index_hall ul li a{ font-size: 12px;}
.index_hall ul li{ flex:none; width: 25%; margin: 10px 0px;}
.index_hall ul li img{ height: 35px; width: auto; margin-bottom: 5px;}
.index_hall .list{ padding: 15px 9px;}
.part_1{ padding: 30px 0px;}
.part_2{ padding: 30px 0px;}
.index_about{ flex-direction: column; gap: 25px;}
.index_about .about_left{ width: 100%;}
.index_about .about_right{ width: 100%;}
.index_bt{ margin-bottom: 15px;}
.index_bt .tpleft{ font-size: 24px;}
.index_bt .more{ font-size: 14px;}
.index_bt .tpleft img{ height: 25px; width: auto;}
.index_about .about_left .ab_box .desc{ padding: 20px; font-size: 14px;}
.me_list ul li a{ font-size: 16px; margin-bottom: 5px;}
.me_list ul li{  font-size: 14px; padding: 15px; margin-bottom: 15px;}
.main_1{ flex-direction: column; gap: 20px;}
.main_1 .index_video{ width: 100%;}
.main_1 .index_video .video_1 .txt{ font-size: 14px;}
.main_1 .index_new{ flex:none; margin-left: 0px; display: flex; flex-direction: column;}
.new_box .photo{ display: none;}
.new_box .new_left .new_class{ margin-bottom: 10px;}
.new_box .new_left .new_class ul li{ font-size: 15px; line-height: 3;}
.new_list ul li{  font-size: 14px;}
.main_2{ flex-direction: column;}
.main_2 .items .index_bt{ height: 50px; padding: 0px 15px;}
.main_2 .new_list{ padding: 15px;}
.main_2{ margin-bottom: 30px;}
.main_bt{ margin-bottom: 15px;}
.main_bt .title{ font-size: 24px;}
.main_bt .eng{ font-size: 14px;}
.index_charm{ margin-bottom: 30px;}
.index_link{ margin-bottom: 30px;}
footer .f_box .tpleft{ width: 50%;}
footer .f_box .tpleft .title{ font-size: 20px;}
footer .f_box .tpleft .desc{ font-size: 14px;}
footer .kefu .items{ font-size: 12px; width: 100px;}
.news_list ul li a .content .title{ font-size: 16px; margin-bottom: 5px;}
.news_list ul li a .content .desc{ font-size: 14px;}
.news_list ul li a .icon{ width: 10px;  height: 19px;}
.news_list ul li a .date{  width: 70px; height:70px; font-size: 12px;}
.news_list ul li a .date .moth{ font-size: 20px;}
.news_list ul li a .content{  margin: 0px 20px;}
.news_list ul li{ padding: 15px 0px;}
.fany .page1{ display: none;}
.main{ padding-bottom: 40px;}
.newshow .title{ font-size:22px; }
.newshow .layi{ font-size: 12px; padding: 15px 0px; margin-bottom: 15px;}
.newshow .layi span img{ height: 12px; width: auto; margin-right: 6px;}
.newshow{ padding-top: 20px;}
.newshow .show1{font-size: 14px;}
.turn_1 { font-size:14px;}
.banner .swiper-button-prev,.banner .swiper-button-next,
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next,
.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{ display:none;}
.swiper1 { padding-bottom:40px;}
.swiper2 .swiper-pagination,
.swiper1 .swiper-pagination{ display:block;}
}

@media (max-width:540px){
footer .f_box{ flex-direction: column; gap: 25px;}
footer .f_box .tpleft{width: 100%; text-align: center; }
footer .f_box .tpleft .title{ margin-bottom: 10px;}
footer{ padding: 35px 0px;}
footer .kefu .items{ padding: 5px;}
}
