/* #region  初始化 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  font-family: text;
}

audio,
video {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-outline-style: none;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  display: block;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button {
  border: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.cursor {
  cursor: pointer;
}


.swiper-container {
  width: 100%;
}


/* #endregion */

/* #region  首页*/
.width {
  margin: 0 auto;
}

.header{width:100%;z-index: 9999999;position:fixed;left:0;top:0;background: rgba(255,255,255,0.7);}
.width{width:1440px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
.nav_r{display: flex;align-items: center;justify-content: flex-end;height:5rem;}
.nav{display: flex;justify-content: flex-start;align-items: center;height:100%;margin-right: 1rem;}
.nav li{height:100%;text-align: center;min-width: 3.2rem;margin:0 0.5rem;position: relative;padding:0 0.5rem;}
.nav li > a{font-size: 0.9rem;transition: 50ms;line-height: 5rem;font-family: '思源黑体 CN';white-space: nowrap;}
.nav .nav_li > a{color:#fe0000;}
.nav li:hover > a{color:#fe0000;}
.nav_modal, .nav_icon {display: none;}
.headR{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head-er{
  background:  rgba(255,255,255,1);
}
.serIcon{
  width: 1.9rem;
  height:1.9rem;
  border:1px solid #535353;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}
.serIcon img{
  width: 0.95rem;
}

.zwqiehuan{
  width: 3.5rem;
  height:1.9rem;
	border-radius: 0.5rem;
  border:1px solid #535353;
  padding:0 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
  font-size: 0.8rem;

}
.zwqiehuan .myval{
	font-family: Arial;
	color:#fe0000;
}
.zwqiehuan img{
	margin-left: 0.5rem;
	width:0.8rem;
	opacity: .35;
}
.myoption{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	width: 100%;
	background: #fff;
}
.myoption a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
	font-family: Arial;
	font-weight: 400;
	color: #fe0000;
}
.search{
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:-7rem;
  left:0;
  z-index: 9999999;
  height:6rem;
  box-shadow: 0 0 0.5rem #333;
}
.sear{
  width: 40rem;
  border-radius: 1.25rem;
  height:2.5rem;
  border:1px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 1rem;
}
.sear input{
  width: 100%;
  border:none;
  background: none;
  font-size: 0.8rem;
}
.sear button{
  background: none;
}
.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .banner_dot {
  position: absolute;
  left: 0;
  bottom: 4.5%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.banner .banner_dot span {
  width: 1.5rem;
  height: .2rem;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
  transition: .1s;
  border-radius: 0;
  margin: 0 .3rem;
}

.banner .banner_dot .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.banner .banner_prev,
.banner .banner_next {
  position: absolute;
  top: 50%;
  width: 1.6rem;
  z-index: 10;
  cursor: pointer;
  outline: none;
  transition: .1s;
}

.banner .banner_prev {
  left: 8rem;
}

.banner .banner_next {
  right: 8rem;
}

.banner .banner_prev:hover,
.banner .banner_next:hover {
  opacity: .85;
}
.banner .swiper-pagination-fraction{
  width: 5rem;
  left:auto;
  right:15%;
  bottom:23%;
  color:#fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.banner .swiper-pagination-fraction span:nth-child(1){
  font-size: 2.5rem;
}
.banner .swiper-pagination-fraction::before{
  content:"";
  width: 2rem;
  height:2px;
  background: #fff;
  display: block;
  margin-left: -2rem;
  margin-bottom: -1.8rem;
}
.sy_pro{
  width: 1440px;
  margin:3.5rem auto;
}
.sy_pro_title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_left h1{
  font-family: '方正正粗黑简体';
  font-size: 1.8rem;
  line-height: 1.8rem;
  color:#212121;
  padding-left: 0.5rem;
  border-left: 0.2rem solid #fe0000;
  margin-bottom: 0.5rem;
}
.title_left h2{
  font-size: 0.8rem;
  color:#666666;
}
.title_right{
  display: flex;
  align-items:center;
  justify-content: flex-end;
}
.title_right a{
  margin-left: 1rem;
  font-size: 0.9rem;
  padding:0.3rem 1rem;
}
.title_right .hight{
  background: #fe0000;
  border-radius: 0.3rem;
  color:#fff;
}
.sy_pro_box ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.sy_pro_box ul li{
  width: 24.2%;
  padding:0.5rem;
  border:1px solid #e5e5e5;
  margin-right: 0.7rem;
  margin-bottom: 1rem;
}
.sy_pro_box ul li:nth-child(4n){
  margin-right: 0;
}
.sy_pro_box ul li div{
  width: 100%;
  overflow: hidden;
}
.sy_pro_box ul li:hover div img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.sy_pro_box ul li h1{
  font-size: 1rem;
  padding:1rem 0;
}
.sy_pro_box ul li:hover h1{
  color:#fe0000;
}
.sy_about{
  width: 100%;
  background: url(../images/bg1.jpg) no-repeat bottom center;
  overflow: hidden;
}
.sy_about_box{
  width: 1440px;
  margin:0 auto;
  padding-bottom: 6rem;
  padding-top: 2.5rem;
  position: relative;
}
.whitebg{
  width: 65%;
  background: #fff;
  height:38rem;
  position: absolute;
  left:0;
  top:0;
  z-index: -2;
}
.sy_a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_a_left{
  width: 40%;
  padding:0.5rem 1.8rem 0;
}
.sy_a_left h1{
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}
.sy_a_left h2{
  font-size: 0.8rem;
  color:#666666;
  line-height: 2.4rem;
  text-align: right;
}
.sy_a_left h3{
  font-size: 0.9rem;
  line-height: 2rem;
  color:#999999;
  margin-top: 1rem;

}
.sy_a_left h3 P{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:10;
  -webkit-box-orient:vertical;
  word-break: break-all;
}
.sy_a_right{
  width: 60%;
  position: relative;
}
.sy_a_right a{
  width: 5rem;
  height:5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fa0000;
  color:#fff;
  font-size: 0.8rem;
  position: absolute;
  bottom:0;
  left:0;
}
.scrollNum{
  width:55%;
  margin-left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #373737;
  margin-top: 3rem;
  padding:2.2rem 0;
}
.scrollNum dd{
  color:#fff;
  padding:0 3rem;
  border-right: 1px solid #666;
}
.scrollNum dd:last-child{
  border:none;
}
.scrollNum dd p:nth-child(1){
  font-size: 2.5rem;
  font-weight: bold;
}
.scrollNum dd p:nth-child(2){
  font-size: 0.7rem;
  font-weight: normal;
}
.sy_hangye{
  width: 1440px;
  margin:3.5rem auto;
  position: relative;
}
.sy_hy{
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}
.sy_hy .swiper-slide{
  position: relative;
  overflow: hidden;
}
.sy_hy .swiper-slide:hover > img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.sy_hy .swiper-slide div{
  position: absolute;
  left:0;
  width: 100%;
  bottom:0;
  padding:3rem 1.5rem;
}
.sy_hy .swiper-slide div h1{
  font-size: 1.5rem;
  text-shadow: -1px 1px #fff;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #fe0000;
  white-space: nowrap;
}
.sy_hy .swiper-slide:hover div h1{
  color:#fff;
  border-bottom: 0.2rem solid #fff;

}
.sy_hy .swiper-slide div h2{
  width: 100%;
  margin-top: 1.5rem;
}
.sy_hy .swiper-slide div h2 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color:#fff;
  margin:0.8rem auto;
  width: 100%;
  overflow: hidden;
}
.sy_hy .swiper-slide:hover div{
  height:100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 8rem;
}
.sy_hy .swiper-slide div h2 a:hover{
  color:#fe0000;
}
.sy_hy .swiper-slide div h2 a:hover img{
  filter: drop-shadow(0 100px 0 #fe0000);
  margin-top: -200px;
}
.sy_hy .swiper-button-next,.sy_hy .swiper-button-prev{
  position: absolute;
  right:0;
  top:1.5rem;
  width: 6.2rem;
  border:1px solid #424242;
  border-radius: 0.3rem;
}
.sy_hy .swiper-button-prev{
  left: auto;
  right:7rem;
}
.sy_hy .swiper-button-next::after,.sy_hy .swiper-button-prev::after{
  font-size: 1rem;
  color:#424242;
}
.sy_hy .swiper-button-next:hover,.sy_hy .swiper-button-prev:hover{
  border:1px solid #fe0000;
  background: #fe0000;
}
.sy_hy .swiper-button-next:hover::after,.sy_hy .swiper-button-prev:hover::after{
  color: #fff;
}
.ph_sy_hy{
  display: none;
}
.sy_news{
  width: 100%;
  background: url(../images/bg2.jpg) no-repeat top center;
  padding-top: 4.5rem;
  margin-bottom: 2rem;
}
.sy_news_box{
  width: 1440px;
  margin:0 auto;
}
.sy_n{
  width: 100%;
  background: #fff;
  margin-top: 2rem;
  padding:2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_n li{
  width: 28%;
  margin:0 2.5%;
  margin-bottom: 1.5rem;
}
.sy_n li div{
  width: 100%;
  overflow: hidden;
  max-height: 11.5rem;
}
.sy_n li:hover div img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.sy_n li h1{
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2.2rem;
}
.sy_n li:hover h1{
  color:#fe0000;
}
.sy_n li h2{
  font-size: 0.7rem;
  line-height: 1.6rem;
  color:#666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  word-break: break-all;
}
.sy_n li h3{
  font-size: 0.9rem;
  color:#999;
}
.foot{
  width: 100%;
  background: #ebebeb;
}
.foot_box{
  width: 100%;
  border-bottom: 1px solid #838383;
}
.foot_top{
  width: 1440px;
  margin: 0 auto;
  padding:1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot_logo{
  width: 12rem;
}
.foot_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.foot_nav a{
  font-size: 0.8rem;
  margin:0 1rem;
}
.bot{
  width: 1440px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:2rem 0;
}
.bot_left h1{
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 2.1rem;
  color:#fe0000;
  letter-spacing: 2px;
}
.bot_left h2{
  font-size: 0.9rem;
  line-height: 2.5rem;
}
.bot_left h3{
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
}
.bot_left h3 img{
  width: 0.9rem;
  margin-right: 0.5rem;
}
.bot_cen div{
  width: 7rem;
  background: #fff;
  padding:0.5rem;
}
.bot_cen h1{
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.5rem;
}
.bot_right{
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bot_right input{
  width: 48%;
  border:1px solid #bfbfbf;
  background: #d2d2d2;
  font-size: 0.9rem;
  line-height: 2rem;
  padding:0 1rem;
}
.bot_right textarea{
  width: 100%;
  border:1px solid #bfbfbf;
  background: #d2d2d2;
  font-size: 0.9rem;
  margin-top: 1rem;
  padding:1rem;
  height:6rem;
}
.bot_right button{
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  color:#fff;
  background: #fe0000;
  line-height: 2.7rem;
}
.bot_right button img{
  width: 1.2rem;
  margin-right: 0.5rem;
}
.copyright{
  width: 100%;
  background: #4f4f4f;
  color:#dcdcdc;
  font-size: 0.8rem;
  text-align: center;
  padding:0.8rem 0;
}
.floatNav{
  width: auto;
  position: fixed;
  top:40%;
  right:0;
  z-index: 9999999999999;
}
.floatNav a{
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.floatNav a p{
  width: 2.4rem;
  height:2.4rem;
  background: rgba(0,0,0,0.5);
  border-radius: 5px 0 0 5px;
}
.floatNav a p img{
  width: 100%;
}
.floatNav a span{
  display: none;
  line-height: 2.4rem;
  font-size: 0.8rem;
  color:#fff;
  position: absolute;
  right:2.4rem;
  top:0;
  white-space: nowrap;
  overflow: hidden;
}
.floatNav a:nth-child(2) span{
  padding:0 1rem;
  border-radius: 5px 0 0 5px;
}
.floatNav a:nth-child(3) span{
  padding:0 1rem;
  border-radius: 5px 0 0 5px;
}
.floatNav a:nth-child(4) span{
  width: 4.3rem
  padding: 0.25rem;
  border:1px solid #eee;
  border-radius: 5px;
  position: absolute;
  right:2.6rem;
  top:0;
}
.floatNav a:hover p{
  background: #fe0000;
  border-radius: 0;
}
.floatNav a:hover span{
  display: block;
  background: #fe0000;
}
.n_banner{
  width: 100%;
  margin-top: 5rem;
  position: relative;
}
.n_ban{
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n_ban_box div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.n_ban_box div hr{
  width: 6.5rem;
  height:1px;
  background: #fe0000;
  border:none;
}
.n_ban_box div h1{
  font-family: '方正正粗黑简体';
  margin:0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.n_ban_box h2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.n_ban_box h2 img{
  width: 0.7rem;
  margin-right: 0.5rem;
}
.n_ban_box h2 span,.n_ban_box h2 a{
  font-size: 0.7rem;
  color:#595959;
}
.sec_box{
  width: 100%;
  background: #f7f7f7;
  padding:1rem 0;
}
.sec{
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.sec a{
  font-size: 0.9rem;
  padding:0.3rem 1.5rem;
  border-radius: 0.5rem;
}
.sec .sec_a{
  background: #fe0000;
  color:#fff;
}
.thre{
  width: 1440px;
  margin:1.5rem auto;
}
.thre_box{
  width: 100%;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:1rem 0;
}
.thre_box a{
  margin:0 1.5rem;
  font-size: 1rem;
}
.thre_box .thre_a{
  color:#fe0000;
}
.pro_list{
  width: 1440px;
  margin:2rem auto 3rem;
}
.pro_list ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.pro_list ul li{
  width: 23%;
  margin:0 1%;
  margin-bottom: 1rem;
}
.pro_list ul li div{
  width: 100%;
  overflow: hidden;
}
.pro_list ul li:hover div img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.pro_list ul li h1{
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
}
.pro_list ul li:hover h1{
  color:#fe0000;
}
.page{
  width: 100%;
  margin:2rem auto 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a{
  width: 2.2rem;
  height:2.2rem;
  background: #fff;
  text-align: center;
  line-height: 2.2rem;
  border-radius: 1.1rem;
  margin:0 0.5rem;
  box-shadow: 0 0.2rem 0.5rem #ccc;
  font-size: 0.8rem;
}
.page a:first-child,.page a:last-child{
  width: 5rem;
}
.page a:hover{
  background: #fe0000;
  color:#fff;
}
.page .pageA{
  background: #fe0000;
  color:#fff;
}
.pro_show{
  width: 1440px;
  margin:3rem auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sh_left{
  width: 40%;
}
.sh_right{
  width: 55%;
}
.sh_right h1{
  font-size: 1.2rem;
  padding-left: 1rem;
  border-left: 0.2rem solid #fe0000;
  line-height: 1.2rem;
  margin-bottom:
}
.sh_right h2{
  font-size: 0.8rem;
  line-height: 1.6rem;
  margin:1rem auto;
}
.sh_right div{
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.pro_del{
  width: 1440px;
  margin:0 auto;
  margin-bottom: 3rem;
}
.del_title{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.del_show{
  width: 100%;
  background: #f9f9f9;
  padding:1.5rem;
  margin-bottom: 1.5rem;
}
.del_show img{
  margin:0 auto;
  max-width: 100%;
}
.fanye{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fanye h1 p{
  font-size: 0.8rem;
  line-height: 1.6rem;
  color:#999899;
}
.fanye h1 p a{
  color:#212121;
}
.fanye h1 p:hover a{
  color:#fe0000;
}
.fanye button{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  color:#fe0000;
  border:1px solid #fe0000;
  padding:0.8rem 2rem;
}
.fanye button img{
  width: 0.8rem;
  margin-right: 0.5rem;
}
.about{
  width: 1440px;
  margin:3rem auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.about_left{
  width: 50%;
}
.about_left h1{
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-left: 1rem;
  border-left: 0.2rem solid #fe0000;
  margin-bottom: 1.5rem;
}
.about_left div{
  font-size: 0.9rem;
  line-height: 1.8rem;
  color:#333;
}
.about_right{
  width: 45%;
  height:100%;
  overflow: hidden;
}
.about_right img{
  height:100%;
}
.history{
  width: 100%;
  background: #f5f5f5;
  padding:4rem 0;
}
.his{
  width: 1440px;
  margin:0 auto;
  overflow: hidden;
  position: relative;
}
.his .swiper-slide{
  flex-direction:column;
}
.his .swiper-slide h4{
  width: 100%;
  margin:0.5rem 0 1.6rem 1rem;
}
.his .swiper-slide h3{
  width: 100%;
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 0.8rem;
}
.his .swiper-slide h1{
  font-size: 1rem;
  margin:0.5rem 0;
  width: 100%;
}
.his .swiper-slide div{
  width: 100%;
}

.his .swiper-slide:nth-child(odd){
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction:column-reverse;
  padding-top: 10rem;
}
.his .swiper-slide:nth-child(odd) h4{
  margin:1.45rem 0 0.5rem 1rem;
}
.his .swiper-slide:nth-child(odd) h4 img{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* Internet Explorer */
  -moz-transform:rotate(180deg); /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); /* Opera */
}
.his .line{
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.his .line hr{
  width: 100%;
  height:1px;
  background: #b2b2b2;
  /* margin-top: 1.55rem; */
}
.ph_his{
  display: none;
}
.leader{
  width: 1440px;
  margin:3rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leader_left{
  width: 27%;
}
.leader_right{
  width: 70%;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.honor{
  width: 1440px;
  margin:0 auto;
  margin-bottom: 4rem;
}
.honor h1{
  font-size: 1.8rem;
  text-align: center;
  font-family: '方正正粗黑简体';
  margin-bottom: 1.5rem;
}
.ho_box{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ho_box .swiper-button-next,.ho_box .swiper-button-prev{
  width: 2.8rem;
  height:5.3rem;
  background: rgba(255, 0, 0, 0.7);
  border-radius: 0.4rem;
  color:#fff;
  margin-top: -2.65rem;
  left:0;
}
.ho_box .swiper-button-next{
  left: auto;
  right:0;
}
.ho_box .swiper-button-next::after,.ho_box .swiper-button-prev::after{
  font-size: 1.5rem;
}
.ph_ho_box{
  display: none;
}
.hy_list{
  width: 1440px;
  margin:3rem auto;
}
.hy_list ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hy_list ul li{
  width: 23%;
  margin:0 1%;
  margin-bottom: 1rem;
}
.hy_list ul li a{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hy_list ul li:hover a > img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.hy_list ul li a div{
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.5);
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hy_list ul li a div h1 img{
  width: 1.7rem;
  margin:0 auto;
  margin-bottom: 0.5rem;
}
.hy_list ul li a div h1 p{
  font-size: 1rem;
  color:#fff;
}
.hy_show{
  width: 1440px;
  margin:3rem auto;
}
.hy_top{
  width: 100%;
  margin-bottom: 1.5rem;
}
.hy_top img{
  width: 40%;
  margin:0 auto;
}
.hy_top h1{
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
}
.hy_del{
  width: 100%;
  padding:1.5rem 0;
  border-top: 1px solid #e7e7e7;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.news{
  width: 1440px;
  margin:3rem auto;
}
.news ul{
  width: 100%;
}
.news ul li{
  margin-bottom: 1.5rem;
}
.news ul li a{
  width: 100%;
  padding:1rem;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_pic{
  width: 30%;
  overflow: hidden;
}
.news ul li:hover .new_pic img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.new_center{
  width: 58%;
  margin:0 2.5%;
}
.new_center h1{
  font-size: 1rem;
}
.new_center h2{
  font-size: 0.8rem;
  line-height: 1.6rem;
  margin:1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  word-break: break-all;
}
.new_center h3 span{
  font-size: 0.8rem;
  border-radius: 0.5rem;
  border:1px solid #a6a6a6;
  padding:0.5rem 2rem;
}
.news ul li:hover .new_center h1{
  color:#fe0000;
}
.news ul li:hover .new_center h3 span{
  border:1px solid #fe0000;
  color:#fe0000;
}
.new_time{
  width: 8%;
  text-align: center;
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 1rem;
}
.new_time p:nth-child(1){
  font-size: 2.4rem;
}
.news_show{
  width: 1440px;
  margin:3rem auto;
}
.news_show > h1{
  font-size: 1rem;
  text-align: center;
}
.news_show > h2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:1rem auto;
}
.news_show > h2 img{
  width: 0.9rem;
  margin-right: 0.5rem;
}
.news_show > h2 span{
  font-size: 0.8rem;
}
.news_del{
  width: 100%;
  padding:1.5rem 0;
  border-top: 1px solid #e9e9e9;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.down{
  width: 1440px;
  margin:3rem auto;
}
.down ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.down ul li{
  width: 23%;
  margin:0 1%;
  margin-bottom: 1rem;
  background: #f6f6f6;
}
.down ul li div{
  width: 100%;
  overflow: hidden;
}
.down ul li:hover div img{
  transform:scale(1.1,1.1);
  transition:all 0.5s ease-out;	/* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition:all 0.5s ease-out;	/* Firefox 4 */
  -webkit-transition:all 0.5s ease-out;	/* Safari 和 Chrome */
  -o-transition:all 0.5s ease-out;
}
.down ul li h1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding:0.5rem;
}
.down ul li h1 img{
  width: 1rem;
  margin-right: 0.5rem;
}
.down ul li h2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0.5rem;
  font-size: 0.8rem;
  overflow: hidden;
}
.down ul li h2 img{
  width: 1rem;
}
.down ul li:hover h2 img{
  filter: drop-shadow(0 100px 0 #fe0000);
  margin-top: -200px;
}
.contact_box{
  width: 1440px;
  margin:3rem auto;
}
.contact{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.map{
  width: 50%;
  height:100%;
  overflow:hidden;
}
.map img{
  height:100%;
  margin:0 auto;
}
.tant{
  width: 50%;
  background: #f7f7f7;
  padding:2rem;
}
.tant h1{
  font-size: 1.5rem;
  font-family: '方正正粗黑简体';
  margin-bottom: 1rem;
  letter-spacing: 3px;
}
.tant h2{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin:1.8rem 0;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.tant h2 img{
  width: 1rem;
  margin-right: 0.5rem;
}
.message{
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.mes_left{
  width: 60%;
  padding:3rem 2rem;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mes_left div{
  width: 48%;
  margin-bottom: 1rem;
}
.mes_left div h1{
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.mes_left div h1 span{
  color:#fe0000;
}
.mes_left div input{
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 3.1rem;
  padding:0 1rem;
  border:1px solid #e9e9e9;
}
.mes_left div:nth-child(n+5){
  width: 100%;
}
.mes_left div textarea{
  width: 100%;
  font-size: 0.9rem;
  padding:1rem;
  border:1px solid #e9e9e9;
  height:10.1rem;
}
.mes_left div:nth-child(6){
  text-align: center;
  margin-bottom: 0;
}
.mes_left div button{
  padding:0.8rem 3rem;
  background: #f54235;
  color:#ffffff;
  font-size: 1rem;
  border-radius: 1.5rem;
}
.mes_right{
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.mes_right img{
  height:100%;
}
/* #endregion */

/* #endregion */

/* 0579b5 */
