*{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "思源黑体", "pingfang SC", Helvetica, Arial, "Microsoft YaHei", "sans-serif";
  box-sizing: border-box;
  /* line-height: 1; */
}
a:link,
a:visited,
a:hover,
a:active,
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
ul{
  list-style: none;
}
.flex-start{
  display: flex;
  justify-content: flex-start;
}
.flex-start-center{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-between-center{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-between-start{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-around-center{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-center-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-wrap{
  flex-wrap: wrap;
}

.page-index-tip{
  background-color: #e60012;
  height: 30px;
  line-height: 1;
  color: #fff;
  padding: 0 200px 0 80px;
}
.page-index-tip.fixed{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
}
.icon1{
  background: url(../images/icon1.png) no-repeat 16px 16px;
  padding-left: 26px;
  margin-right: 50px;
}
.sub-page-nav,
.page-nav{
	width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;
	transition: all 2s;
}

.sub-page-nav,
.page-nav.bg{
  background-color: #fff;
  border-bottom: 1px solid #e60012;
}
.sub-page-nav a.big-nav-item,
.page-nav.bg a.big-nav-item{
  color: #000;
}
.main-box{
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}
.sub-page-nav .main-box,
.page-nav .main-box{
  height: 80px;
}
.page-logo{
  display: block;
  flex: none;
  width: 334px;
  height: 50px;
  background: url(../images/logo1.png) no-repeat center / 334px 50px;
}
.sub-page-nav .page-logo,
.page-nav.bg .page-logo{
  background: url(../images/logo2.png) no-repeat center / 334px 50px;
}
.nav-icon{
  cursor: pointer;
  flex: none;
  width: 40px;
  height: 28px;
  background: url(../images/icon2.png) no-repeat center / 40px 28px;
}
a.big-nav-item{
  white-space: nowrap;
  width: 100px;
  text-align: center;
  flex: none;
  color: #fff;
  font-size: 18px;
}
.search-box{
	cursor: pointer;
  border: 1px solid rgba(230,0,18,0.7);
  border-radius: 12px;
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 8px;
  background: #e60012 url(../images/icon3.png) no-repeat center / 14px 14px;
}
.search-mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.mask-content{
	opacity: 0;
	transition: all 2s;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-mask.open .mask-content{
	opacity: 1;
}
.nav-search-form{
	transition: all 2s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-search-form .search-input{
  outline: #e60012;
  padding: 0 12px;
	width: 30vw;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  border: 1px solid rgba(230,0,18,0.7);
}
.nav-search-form .search-btn{
  width: 50px;
  height: 44px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #e60012 url(../images/icon3.png) no-repeat center / 14px 14px;
}
/* .search-box:hover{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
	height: 44px;
}
.search-box:hover .search-input{
  display: block;
}
.search-box:hover .search-btn{
  height: 44px;
} */

.page-index-swiper-box{
/*   margin-top: -100px;
  padding-top: 47.92%; */
	height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-index-banner{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-index-banner .swiper-slide{
  height: 100%;
}
.index-news-box{
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 600px;
  background-color: rgba(255,255,255,0.8);
  z-index: 9998;
  padding: 30px;
}
.index-news-title{
  display: inline-block;
  font-size: 24px;
  position: relative;
  color: #000;
  margin-bottom: 20px;
	line-height:30px;
}
.index-news-title::after{
  content: "";
  width: 90%;
  height: 2px;
  background-color: #cc0000;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.index-news-item{
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  padding-left: 15px;
  margin-top: 15px;
	line-height: 30px;
}
.index-news-item::before{
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cc0000;
}
a.index-news-more{
  font-family: 'MinionPro';
  padding-left: 15px;
  color: #cc0000;
  font-size: 18px;
}

.index-intro{
	height: 100%;
  display: flex;
  justify-content: flex-start;
  background-color: #f3f3f3;
}
.index-intro-left,
.index-intro-right{
  flex: 1;
  max-width: 50%;
}
.index-intro-right{
  position: relative;
  overflow: hidden;
}
.index-intro-right-img{
  display: block;
  width: 100%;
	object-fit: cover;
	height: calc(100% - 200px);
	transition: all 3s;
	transform: scale(1.2);
}
.swiper-slide-active .index-intro-right-img{
	transform: scale(1);
}

.index-intro-left{
  padding: 150px 150px 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-intro-title_en{
  color: #afafaf;
  font-size: 36px;
  position: relative;
  margin-bottom: 30px;
}
.index-intro-title_en::before{
  content: "";
  position: absolute;
  left: -5vw;
  top: 50%;
  transform: translateY(-50%);
  width: calc(5vw - 10px);
  height: 3px;
  background-color: #cc0000;
}
.index-intro-title_cn{
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.index-intro-count{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 10.42vw; */
  height: 200px;
  background-color: #bc0000;
  color: #fff;
  text-align: center;
}
.intro-count-item{
  flex: 1;
}
.intro-count-item+.intro-count-item{
  border-left: 1px solid rgba(255,255,255,0.74);
}
.intro-count-item_num span{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro-count-item_text{
  font-size: 16px;
  color: rgba(255,255,255,0.74);
}
a.index-intro-more{
  width: 200px;
  height: 50px;
  background-color: #cc0000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-top: 50px;
}
.index-intro-info{
  color: #666666;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

.index-business-area{
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}

.index-zyry-title_en,
.index-news-title_en,
.business-area-en{
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
.index-news-title_en{
  color: #afafaf;
}
.index-zyry-title_en::after,
.index-news-title_en::after,
.business-area-en::after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 3px;
  background-color: #cc0000;
}
.index-zyry-title_en::after{
  background-color: #fff;
}
.index-zyry-title_cn,
.index-news-title_cn,
.business-area-cn{
  margin-top: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.index-zyry-title_en,
.index-zyry-title_cn,
.index-news-title_cn{
  color: #fff;
}
.index-business-content{
  width: 90%;
  margin: 30px auto 0;
	justify-content: flex-start;
}
.index-business-item{
	width: 12.5%;
	display: block;
	padding: 10px;
	border: 1px solid transparent;
}

.index-business-item:hover{
	border-color: #ff0000;
}
.index-business-item:hover .index-business-item_text{
	color: #ff0000;
}
.index-business-item_img{
  margin:0 auto 15px;
  max-width: 100%;
  height: 50px;
}

.index-business-item_icon{
  display: block;
  margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}
.index-business-item_text{
  white-space: nowrap;
  display: block;
  text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer{
  border-top: 6px solid #ed0202;
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
  height: 400px;
}
.footer-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
.footer-right{
  background-color: #fff;
  padding: 40px 50px;
  min-width: 600px;
}
.footer-tel{
  font-weight: bold;
  font-size: 30px;
  color: #cc0000;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60{
  margin-bottom: 60px;
}
.footer-right-item{
  margin-bottom: 10px;
}
.footer .qrcode{
  margin-left: 120px;
  margin-top: 50px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  width: 120px;
  height: 120px;
}
.footer .qrcode-img{
  display: block;
  width: 100px;
  height: 100px;
}
.footer .qrcode-text{
  text-align: center;
  width: 120px;
  margin-left: 120px;
  margin-top: 10px;
}
.footer .logo{
  display: block;
  width: 524px;
  height: 80px;
  margin-bottom: 50px;
}
.footer-link+.footer-link{
  margin-left: 30px;
}
a.footer-btn{
	display: block;
  background-color: #e60012;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}
.footer-btn+.footer-btn{
  margin-left: 20px;
}


.index-news-box2{
  background-color: rgba(4,0,0,0.3);
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
	background-size: cover;
  padding: 160px 5% 20px;
	height: 100%;
}
.page-news-box{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-news-item,
.index-info-item{
  display: block;
  flex: 1;
  padding: 0 40px;
  overflow: hidden;
}
.index-info-item{
	padding: 0;
}
.page-news-item{
  width: 33.33%;
  flex: none;
  margin-bottom: 40px;
  padding: 0 15px;
}
.page-news-item_img,
.index-info-img{
  display: block;
  height: 250px;
  width: 100%;
	object-fit: cover;
	transition: all .5s;
}
.page-news-item_img{
  margin-bottom: 20px;
}
.index-info-item_content{
  background-color: #fff;
  padding: 20px;
}
.page-news-item_time,
.index-info-item .time{
  margin-bottom: 10px;
  color: #333;
}
.page-news-item_title,
.index-info-item .title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.page-news-item_info,
.index-info-item .info{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: #666;
}

.page-news-item_detail,
.index-info-item .look-detail{
  display: inline-block;
  padding-right: 20px;
  background: url(../images/icon4.png) no-repeat right center / 10px 8px;
}
.index-info-img_wrap{
	overflow: hidden;
}
.index-info-item:hover .index-info-img{
	transform: scale(1.2);
}
.page-news-item:hover .page-news-item_title,
.page-news-item:hover .page-news-item_info,
.page-news-item:hover .page-news-item_time,
.page-news-item:hover .page-news-item_detail{
	color: #ff0000;
}
.mt-40{
	margin-top: 40px;
}
.index-zyry{
  height: 100%;
  background-color: #bc0000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/bg3.png) no-repeat center bottom;
	background-size: cover;
}
.mt-90{
  margin-top: 90px;
}
.zyry-page-search{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 70px;
}
.zyry-page-search .input,
.index-zyry .input{
  width: 330px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  padding-left: 10px;
}
.zyry-page-search .select,
.index-zyry .select{
  width: 330px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  margin-left: 20px;
  cursor: pointer;
  padding: 0 5px;
}
.zyry-page-search .button,
.index-zyry .button{
  flex: none;
  display: block;
  border: 2px solid #e3e3e3;
  cursor: pointer;
  outline: #bc0000;
  font-size: 16px;
  font-weight: bold;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #bc0000;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 10px;
}
.zyry-page-search .button{
  background-color: #dd0000;
  border-color: #dd0000;
  color: #fff;
}
.mt-60{
  margin-top: 60px;
}
.page-nav-fixed{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 0;
  z-index: 99999;
  overflow: auto;
  transition: all .5s;
}
.page-nav-fixed .main-box{
  padding: 40px 0;
  position: relative;
}
.page-nav-fixed .page-nav-fixed_hrefs a{
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 5px 10px;
}
.page-nav-fixed .page-nav-fixed_hrefs a:hover{
  color: #bc0000;
}
.page-nav-fixed .page-nav-fixed_hrefs a:first-child{
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  /* margin-bottom: 50px; */
}
.page-nav-fixed .page-nav-fixed_hrefs{
  margin-right: 80px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-nav-fixed .page-nav-fixed_hrefs:last-child{
  margin-right: 0;
}
.noscroll{
  overflow-y: hidden;
}
.page-nav-fixed .close{
  background: url(../images/icon5.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50px;
  width: 24px;
  height: 24px;
}
.sub-page-banner{
  height: 320px;
  position: relative;
}
.sub-page-banner-text{
  font-size: 48px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sub-page-banner-text::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin-left: -30px;
}
.sub-page-banner-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sub-page-content{
  padding-top: 40px;
  padding-bottom: 120px;
}
.sub-page-content .sub-page_left{
  flex: none;
  width: 250px;
  margin-right: 70px;
  background-color: #f3f3f3;
}
.sub-page_left .title-box{
  width: 100%;
  background-color: #df0404;
  color: #fff;
  height: 100px;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
  background: url(../images/bg4.png) no-repeat center center / 100% 100%;
}
.sub-page_left .sub-page_left-item{
  display: block;
  padding-left: 30px;
  line-height: 60px;
  font-size: 18px;
  cursor: pointer;
}
.sub-page_left .sub-page_left-item.active{
  color: #cc0000;
  position: relative;
}
.sub-page_left .sub-page_left-item.active::after{
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 80px;
  background-color: #cc0000;
}
.sub-page_left .sub-page_left-item:hover{
  color: #bc0000;
}
.sub-page_right{
  flex: 1;
  overflow: hidden;
}
.sub-page_right .right-title{
  font-size: 36px;
  line-height: 100px;
  font-weight: bold;
  color: #df0404;
}

.zp-table{
  width: 100%;
}
.zp-table-title{
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 18px;
}
.zp-table .zp-zw{
	font-size: 16px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 20%;
}
.zp-table .zp-zprs{
	font-size: 16px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 20%;
}
.zp-table .zp-gzdd{
	font-size: 16px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 25%;
}
.zp-table .zp-dqsj{
	font-size: 16px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 30%;
}
.zp-table-line{
	font-size: 16px;
  font-size: 16px;
  cursor: pointer;
  transition: all .4s;
}
.zp-table .zp-open{
	width: 5%;
  height: 70px;
}
.zp-table-line .zp-open{
  background: url(../images/open.png) no-repeat center center / 30px 30px;
}
.zp-table-line:hover .zp-open{
	  background: url(../images/open2.png) no-repeat center center / 30px 30px;
}
.zp-table-line.open .zp-open{
	transform: rotate(180deg);
  background: url(../images/open2.png) no-repeat center center / 30px 30px;
}
.zp-table-line:hover,
.zp-table-line.open{
  background-color: #bc0000;
  color: #fff;
}
.zp-table-line_content{
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all .2s;
  background-color: #fff;
  color: #000;
}
.zp-table-line.open .zp-table-line_content{
  height: auto;
  padding: 20px;
}

.ljls-info{
  text-indent: 2em;
  color: #333333;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}
.ljls-imgs{
  margin: 0 -14px;
}
.ljls-img{
  flex: 1;
  display: block;
  margin: 0 14px;
  height: 330px;
  object-fit: cover;
  overflow: hidden;
}
.pages{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a{
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 34px;
  margin: 0 8px;
}
.pages a:hover,
.pages a.active{
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.lsry-box{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.lsry-box-item{
  width: 33.33%;
  padding: 0 30px 40px;
}
.lsry-box-item_img{
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  object-fit: contain;
	cursor: pointer;
}
.lsry-box-item_title{
  text-align: center;
  font-size: 18px;
}
.lxwm{
  display: flex;
  justify-content: flex-start;
}
.lxwm .right-title{
  line-height: 1.5;
}
.lxwm-img{
  display: block;
  width: 57.86%;
  margin-right: 50px;
  object-fit: cover;
}
.lxwm-info{
  font-size: 16px;
  line-height: 48px;
}
a.btn-lszn{
  display: inline-block;
	color: #fff;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #e30000;
  border-radius: 20px;
  font-size: 16px;
  margin: 40px 0 10px;
}
.btn-back_list{
  margin: 20px auto;
  width: 120px;
  height: 30px;
  border-radius: 30px;
  background-color: #e30000;
  color: #fff;
  text-align: center;
  line-height: 30px;
	cursor: pointer;
}
.news-detail .news-detail_title{
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.news-detail .news-detail_info{
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  color: #999999;
  text-align: center;
}
.news-detail .news-detail_info span{
  margin: 0 10px;
}
.ywly-info{
  font-size: 18px;
  line-height: 1.4;
  text-indent: 2em;
}
.ywly-title{
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 50px;
  text-indent: 2em;
}
.ywly-info2{
  font-size: 18px;
  line-height: 1.4;
  text-indent: 2em;
  margin-bottom: 30px;
}
.ywly-swiper-box .title{
  font-weight: bold;
  font-size: 30px;
}
.zyry-item_img,
.ywly-swiper_img{
  display: block;
  object-fit: cover;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 310px;
  height: 420px;
}

.zyry-item_img{
  max-width: 390px;
  max-height: 520px;
  object-position: top;
}
.zyry-page-item .title_name,
.ywly-swiper .title_name{
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-right: 20px;
}
.zyry-page-item .title_info,
.ywly-swiper .title_info{
  font-size: 12px;
}
.zyry-page-item .tel,
.ywly-swiper .tel{
  display: inline-block;
  background: url(../images/icon6.png) no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  background-size: 16px 16px;
  color: #848484;
}
.zyry-page-item .email,
.ywly-swiper .email{
  display: inline-block;
  background: url(../images/icon7.png) no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  background-size: 16px 16px;
  margin-left: 20px;
  color: #848484;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zyry-page-item .detail,
.ywly-swiper_detail{
  display: inline-block;
  font-size: 12px;
  color: #848484;
  margin-top: 20px;
}
.mt-20{
  margin-top: 20px;
}
.ywly-swiper{
  margin-top: 40px;
}
.swiper-ywly-prev{
  cursor: pointer;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 10px;
  background: url(../images/icon9.png) no-repeat center center / 100% 100%;
}
.swiper-ywly-next{
  cursor: pointer;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 10px;
  background: url(../images/icon8.png) no-repeat center center / 100% 100%;
}
.swiper-ywly-next.swiper-button-disabled,
.swiper-ywly-prev.swiper-button-disabled{
  opacity: 0.35;
}
.ywly-page-list{
  margin: 0 -30px 60px;
  display: flex;
  flex-wrap: wrap;
}
.ywly-page-item_wrap{
  width: 33.33%;
  padding: 30px;
}
.ywly-page-item{
	height: 15.625vw;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 10px 30px 20px;
  border-top: 10px solid #f3f3f3;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all 1s;
	position: relative;
}
.ywly-page-item_img{
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.ywly-page-item .title{
  font-size: 24px;
  font-weight: bold;
  color: #333;
	line-height: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ywly-page-item .info{
  line-height: 1.8;
  height: 5.4em;
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.ywly-page-item .more{
  display: inline-block;
  width: 130px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #cccccc;
  border-radius: 30px;
  color: #cc0000;
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.ywly-page-item:hover{
  background-color: #cc0000;
}
.ywly-page-item:hover .title,
.ywly-page-item:hover .info,
.ywly-page-item:hover .more{
  color: #fff;	
}
.ywly-page-item:hover .more{
  background-color: #cc0000;
  border-color: #fff;
}
.zyry-page-list{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}
.zyry-page-item_wrap{
  width: 25%;
  padding: 0 10px 20px;
}
.zyry-page-item{
	display: block;
  border-radius: 4px;
  padding: 15px;
  transition: all .2s;
  cursor: pointer;
}
.ywly-swiper .swiper-slide{
	padding: 15px;
}
.ywly-swiper .swiper-slide:hover,
.zyry-page-item:hover{
  background-color: #ec3224;
  color: #fff;
}
.ywly-swiper .swiper-slide:hover .tel,
.ywly-swiper .swiper-slide:hover .email,
.ywly-swiper .swiper-slide:hover .detail,
.ywly-swiper .swiper-slide:hover .title_name,
.ywly-swiper .swiper-slide:hover .ywly-swiper_detail,

.zyry-page-item:hover .tel,
.zyry-page-item:hover .email,
.zyry-page-item:hover .detail,
.zyry-page-item:hover .title_name{
  color: #fff;
}

.ywly-swiper .swiper-slide:hover .email,
.zyry-page-item:hover .email{
  background-image: url(../images/icon11.png);
}

.ywly-swiper .swiper-slide:hover .tel,
.zyry-page-item:hover .tel{
  background-image: url(../images/icon10.png);
}

.zyry-detail-title{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 30px;
}
.zyry-detail-info{
  line-height: 1.8;
  font-size: 16px;
}

.zyry-detail-info *{
  font-size: inherit;
  font-family: inherit;
}
.zyry-detail-box{
  position: relative;
  height: 500px;
	overflow: hidden;
  background: #eaeaea;
	/* url(../images/bg5.png) no-repeat center bottom */
}
.zyry-page-detail-info{
  position: absolute;
  left: 5%;
	max-width: calc(90% - 500px);
	bottom: 20px;
  z-index: 2;
}

.zyry-page-detail-info .title_name{
  font-size: 48px;
  font-weight: bold;
  color: #333;
}
.zyry-page-detail-info .title_info{
  font-size: 30px;
  margin-left: 20px;
}
.zyry-page-detail-info .info{
  font-size: 18px;
  margin-top: 60px;
	line-height: 1.5;
  margin-bottom: 100px;
}
.zyry-page-detail-info .tel{
  display: inline-block;
  color: #848484;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  background: url(../images/icon12.png) no-repeat left center / 26px 26px;
}
.zyry-page-detail-info .email{
  display: inline-block;
  font-size: 18px;
  color: #848484;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  margin-left: 40px;
  background: url(../images/icon13.png) no-repeat left center / 26px 26px;
}
.zyry-detail-img{
  position: absolute;
	top: 10%;
  right: 5%;
  display: block;
  max-width: 400px;
  z-index: 1;
}
.swiper-pageindex{
	height: 100vh;
	width: 100%;
}
.swiper-slide.pageindex{
	height: 100vh;
	overflow: hidden;
}
.swiper-slide.pageindex .empty{
	height: calc(100vh - 400px);
  background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}
.swiper-index-pagination{
	text-align: right;
	padding-right: 100px;
	color: #fff;
}
.swiper-index-pagination .swiper-pagination-current{
	font-weight: bold;
	font-size: 2.6vw;
}
.back-top{
	display: none;
	box-sizing: content-box;
	width: 2.4em;
	letter-spacing: 0.2em;
	line-height: 1.6;
	padding: 10px;
	background: #fff;
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #fff;
	background: #ff0000;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	border-radius: 4px;
}
  
.swiper-index-banner .swiper-slide .bg{
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #000;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: all 2s;
}
.swiper-index-banner .swiper-slide-active .bg{
  transform: scale(1);
}
.bg-mobile{
  display: none;
}
.bg-pc{
  display: block;
}
.ywly-fwly{
  margin: 20px 0;
}
.fwly-zh{
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}
.fwly-zh::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40%;
  border-top: 1px dashed #ddd;
}
.fwly-zh::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  border-top: 1px dashed #ddd;
}
.fwly-en{
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
.fwly-box{
  width: 80%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.fwly-box-right,
.fwly-box-left{
  width: 44%;
  margin: 0 15px;
  padding: 0 15px;
  border: 1px solid #ddd;
}
.fwly-box ul li{
  border-bottom: 1px dashed #ddd;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  position: relative;
  font-size: 18px;
}
.fwly-box ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 4px;
  border-color: #bc0000;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.2s;
}
.fwly-box ul li:hover::before{
  left: 4px;
}
.fwly-box ul li:last-child{
  border-bottom: none;
}
.fwly-item{
  margin: 20px;
}
@media screen and (max-width: 1200px){
  .fwly-box{
    flex-wrap: wrap;
  }
  .fwly-box-left,
  .fwly-box-right{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .swiper-index-banner .swiper-slide .bg{
    background-size: auto 100%;
  }
	.page-index-tip{
    padding: 4px 10px;
    height: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .page-index-tip .icon1{
    margin-right: 0;
    padding-left: 0;
  }
  .sub-page-nav .big-nav-item,
  .page-nav .big-nav-item{
    display: none;
  }
  .sub-page-nav .main-box,
  .page-nav .main-box{
    height: 50px;
  }
  .sub-page-nav .nav-icon,
  .page-nav .nav-icon{
    width: 28px;
    height: 20px;
    background-size: 100% 100% !important;
  }
  .sub-page-nav .page-logo,
  .page-nav .page-logo{
    flex: 1;
    width: auto;
    height: 40px;
    margin-left: 10px;
    max-width: 334px;
    background-size: 100% 100% !important;
  }
  .search-box{
    margin-right: 0;
  }
  .bg-mobile{
    display: none;
  }
  .index-news-box{
    right: 5%;
    bottom: 50px;
    width: auto;
    padding: 20px 12px;
  }
  .index-intro{
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
  }
  .index-intro-right,
  .index-intro-left{
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index-intro-left{
    padding: 5%;
  }
  .index-intro-right{
    flex: 1;
  }
  .index-intro-info{
    margin-top: 20px;
    height: 9em;
    overflow-y: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .index-intro-title_en{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .index-intro-title_cn{
    font-size: 24px;
  }
  a.index-intro-more{
    margin-top: 30px;
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .index-intro-right-img{
    height: 100%;
  }
  .index-intro-count{
    height: 140px;
    bottom: auto;
    top: 0;
  }
  .intro-count-item_num span{
    font-size: 28px;
  }
  .index-business-item{
    width: 33.33%;
  }
  .index-zyry form{
    flex-direction: column;
  }
  
  .zyry-page-search .button,
  .zyry-page-search .select,
  .index-zyry .button,
  .index-zyry .select{
    margin-left: 0;
    margin-top: 10px;
  }
  .page-index-footer_wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .swiper-slide.pageindex .empty{
    height: auto;
    flex: 1;
  }
  .footer{
    flex-direction: column;
    height: auto;
  }
  .footer-left,
  .footer-right{
    padding: 10px;
    min-width: 100%;
  }
  .footer .logo{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .footer-left .mb-40{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer-left .footer-link{
    margin: 5px;
  }
  .footer-left .mb-60{
    margin-bottom: 10px;
  }
  .footer-right .mb-30{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer-tel{
    font-size: 24px;
    line-height: 36px;
  }
  .footer .qrcode{
    margin-top: 10px;
  }
  .sub-page-banner-text{
    white-space: nowrap;
    font-size: 32px;
  }
  .sub-page-content .main-box{
    flex-direction: column;
  }
  .sub-page-content .sub-page_left{
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .sub-page_left .title-box{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .sub-page_left .sub-page_left-item{
    line-height: 40px;
    font-size: 16px;
  }
  .sub-page_right img{
    max-width: 100%;
    display: block;
    height: auto !important;
  }
  .sub-page_right .right-title{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .zyry-page-item .title_name,
  .ywly-swiper .title_name{
    font-size: 24px;
  }
  .zyry-page-item .tel,
  .ywly-swiper .tel,
  .zyry-page-item .title_info,
  .ywly-swiper .title_info{
    font-size: 14px;
  }
  .zyry-page-item .detail,
  .ywly-swiper_detail{
    font-size: 14px;
  }
  .lsry-box-item{
    width: 100%;
  }
  .zyry-page-search{
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .zyry-page-item_wrap{
    width: 100%;
  }
  .pages a{
    white-space: nowrap;
    overflow: hidden;
    min-width: 34px;
    width: auto;
  }
  .page-news-item,
  .ywly-page-item_wrap{
    width: 100%;
  }
  .ywly-page-item{
    height: auto;
    padding-bottom: 60px;
  }
  .zp-table-wrap{
    overflow-x: auto;
  }
  .zp-table{
    width: auto;
    display: inline-block;
  }
  .zp-table .zp-zprs,
  .zp-table .zp-gzdd,
  .zp-table .zp-dqsj,
  .zp-table .zp-zw{
    min-width: 100px;
  }
  .zp-table .zp-open{
    min-width: 50px;
  }
  .lxwm{
    flex-direction: column;
  }
  .lxwm-img{
    display: block !important;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-search-form .search-input{
    width: 50vw;
  }
  .zyry-page-detail-info{
    max-width: 100%;
  }
  .bg-mobile{
    display: block;
  }
  .bg-pc{
    display: none;
  }
  .zyry-detail-box{
    padding-top: 110px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }
  .zyry-page-detail-info .info{
    margin: 20px 0 30px;
  }
  .zyry-page-detail-info,
  .zyry-detail-img{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}




