@import url("global.css");
.blue{color: #000 !important; font-weight: normal!important;}
.banner{
  width:100%;
  background:url(../images/banner.png) no-repeat center top;
  height:753px;
}
.banner_con{
  width:1300px;
  margin:0 auto;
}
.banner_con .logo{
  padding:60px 0 0 0;
  text-align: center;
}
h2{text-align: center; margin-bottom:30px;}
	@keyframes myBreath {
	    0%{
	        transform: scale(1);
	    }
	    50%{
	        transform: scale(1.05);
	    }
	    100%{
	        transform: scale(1);
	    }
	}
	.ch_title a:hover img{
		animation: myBreath 1s linear infinite;
	}
	
.bg01{padding:30px 0 80px; height: auto;margin-top: -100px;}
.bg02{padding:60px 0 0 0; height: auto; background:url(../images/bg02.png) top no-repeat;}


.banner{background: url(../images/banner.jpg) no-repeat top center;}
.banner_con .logo{text-align:left}
.box01{margin: -30px 0 50px;}

.pic_news{width:50%;}
.slideBox{ width:100%; height:430px; overflow:hidden; position:relative;}
.slideBox .swiper-pagination{right: 10px;bottom:15px;width:auto;text-align: right;}
.slideBox .swiper-pagination .swiper-pagination-bullet{background: #fff;opacity: 1;width:12px;height: 12px;}
.slideBox .swiper-pagination .swiper-pagination-bullet-active{ background: #f00;}

.slideBox .swiper-slide{position:relative;flex-wrap: wrap;overflow: hidden;}
.slideBox .swiper-slide img{ width:100%; height:100%; position: relative; z-index: 0;transition: all ease-in 0.4s;object-fit: cover;transition: all ease-in 0.5s;}
.slideBox .swiper-slide:hover img{transform: scale(1.1);}
.slideBox .swiper-slide .news_info{padding:10px;box-sizing: border-box;background:rgba(0,0,0,0.6); width:100%;position: absolute;bottom:0;z-index:2;padding-left: 15px;}
.slideBox .swiper-slide  .news_info a{display:block;width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight: normal; font-size: 1rem;line-height: 2;color: #fff;}

.news{width:47.5%;  text-align: left; padding:0px;}
.news li{display: flex;justify-content: space-between;padding:15px 0 15px 24px;background:url(../images/icon.png) left center no-repeat; border-bottom: 1px dotted #999; overflow: hidden;transition: all ease-in 0.3s;font-size: 1.2rem;color: #555;}
.news li a{margin-right:1em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news .date{color: #666; font-size: 1rem;white-space: nowrap;}

.bg02{background: url(../images/bg_sec2.jpg) no-repeat top center;background-size: cover;}

.list_daibiao{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 30px;}
.list_daibiao .daibiao{display: flex;flex-direction: column;margin-bottom:50px;width:32%;background-color: #fff;box-shadow: 0 10px 10px rgba(244, 192, 92, 0.34)}
.list_daibiao .img {display: block;width:100%;height: 260px;overflow: hidden;}
.list_daibiao .img img{width: 100%;height: 100%;object-fit: cover;transition: all ease-in 0.5s;}
.list_daibiao .img:hover img{transform: scale(1.1);}
.list_daibiao .summary{padding:15px 30px 30px;}
.list_daibiao .summary h1{margin-bottom:5px;font-size: 1.3rem;text-align: left;}
.list_daibiao .summary h3 a{font-size: 1.7rem;color: #cd1c07;font-weight: 600;}
.list_daibiao .summary h3 a{
  background: linear-gradient(to right, #cd1c07, #cd1c07) no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size .5s;
}
.list_daibiao .summary h3 a:hover{
	background-position: left bottom;
	background-size: 100% 2px;
}
.list_daibiao .summary p{font-size: 1rem;color: #666;line-height: 1.5;}

.footer{border-top-color: #c00 !important;}
.footer .fontmes_part li:first-child{border:none}
.footer .fontmes_part,.foot_font,.foot_slogo{float: none !important;}
.footer .fontmes_part{margin-left: 0 !important;display: flex;justify-content: center;}
.footer .footerbox{text-align: center;}
.foot_slogo{display: flex;justify-content: center;align-items: center;}
.foot_slogo span{transform: none !important;}

.ch_tab{border-bottom: 3px solid #cd1c07;display: flex;margin-bottom: 30px;}
.ch_tab li{margin-right: 10px;}
.ch_tab li a{display: block;padding: 1em 2em;min-width:200px;font-size: 1.7rem;background: linear-gradient(0deg, #fff 0%, #e3e3e3 100%);border-radius: 10px 10px 0 0;color:#cd1c07;text-align: center;}
.ch_tab li.on a{background: linear-gradient(0deg, #cd1c07 0%, #ff0013 100%);color: #fff6e6;font-weight: bold;}


.news_list_g_t li{position: relative; display: flex;box-sizing:border-box;border-bottom:1px solid #e3e3e3;padding:30px 15px;}
.news_list_g_t li:hover{background-color: #f8f8f8;}
.news_list_g_t .img{width:26%;flex-shrink: 0;margin: 0 30px;overflow: hidden;}
.news_list_g_t .img img{width:100%;object-fit: cover;transition: all ease-in 0.5s;}
.news_list_g_t li:hover img{transform: scale(1.1);}
.news_list_g_t .date{padding:15px;}
.news_list_g_t .date span{display: block;width:100%;text-align: center;}
.news_list_g_t .date .dd{font-size: 2rem;color: #cd1c07;line-height: 1.2;}
.news_list_g_t .date .ym{font-size: 1rem;color: #999;}
.news_list_g_t .text h4{margin:0.3em 0;font-size: 1.25rem;font-weight: normal;}
.news_list_g_t .text p.summary{margin:20px 0;font-size: 1rem;color: #666;line-height: 1.6;}
.news_list_g_t .readmore a{display:inline-block; padding:0.5em 1em 0.7em; color: #fff; background:#b7281a;border-radius: 10px;text-align: center;line-height: 1.1;}
.news_list_g_t .readmore a:hover{background-color: #c00;text-decoration: underline;}
.news_list_g_t .readmore a:link,.news_list_g_t .readmore a:visited{color:#fff}


/* 分页 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0;
  border-radius: 4px;
  width:100%;
}
.pagination>li {
  display: inline
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  color: #d52f2f;
  background-color: #eee;
  border-color: #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-wrap: wrap;
  margin: 40px 0
}

.pagination p {
  margin: 0 20px;
}

.pagination input {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  width: 60px;
  height: 30px;
  font-size: 1rem;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > li.current > a {
  z-index: 2;
  color: #FFFFFF;
  background-color: #A31515;
  border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1559A3;
  border-color: #1559A3;
}

.pagination > li > a, .pagination > li > span {
  color: #333333;
}

.pagination-btn {
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #A31515;
  padding: 2px 12px;
  line-height: 30px;
  font-size: 1rem;
}

.pagination .page-count {
  display: none
}
/*分页 end*/

.info{margin:-70px 0 60px ;}
.info h3{font-size: 2.4rem; text-align: center;color: #cd1c07;line-height: 1.5;}
.info .sub_title{font-size:1.2rem;font-weight: bold;text-align: center;}
.info .date{text-align: center; margin:1em;color: #999;}
.info .show_content{width:90%; margin:0 auto; line-height:1.8;}
.info .show_content p{margin-bottom: 1em;}
.info .show_content img{max-width: 100%;}

@media screen and (max-width:1080px) {
	.banner{height: 70vw;background-size: 180%;}
	.banner_con{width:100%}
	.banner_con .logo{padding:20px}
	.banner_con .logo img{width: 50%;}
	.w1200{width: 100%;}
	.bg01,.bg02{margin:0;padding: 15px;}
	.box01{margin:0 0 15px;}
	.bg01 .box01{margin-top: -50px;}
	h2 img{width: 80%;margin: 0;}
	.pic_news,.news{float: none;width:100%}
	.pic_news,.slideBox{height: 70vw;}
	.slideBox .swiper-slide .news_info a{width:75%}
	.news li{font-size: 1rem;}
	.bg02{padding-top: 30px;background-size: 100% 100%;}
	.list_daibiao .daibiao{width:100%;margin-bottom: 30px;}
	.list_daibiao .daibiao:last-child{margin-bottom: 0;}
	.list_daibiao .summary h3 a{font-size: 1.3rem;}
	.list_daibiao .summary h1{font-size: 1.1rem;}
	
	.news_list_g_t li{flex-direction: column;position: relative;}
	.news_list_g_t .img{margin:0 0 10px;width:100%}
	.news_list_g_t .date{position: absolute;left:15px;top:30px;padding:1em;background-color: rgba(0,0,0,0.5);color: #fff;z-index: 10;}
	.news_list_g_t .date .dd{color: #fff;font-size: 1.5rem;}
	.news_list_g_t .text p.summary{display: -webkit-box;-webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden;text-overflow: ellipsis;}
	
	.ch_tab{margin: 15px;}
	.ch_tab li{width:48%}
	.ch_tab li a{font-size: 1.3rem;padding: 1em;min-width: initial;padding: 1em 0;}
	
	.info{margin:0 15px 30px;}
	.info h3{font-size: 1.3rem;}
	.info .show_content{width: 100%;}
}
/*older style*/
@media (min-width:1200px){
	.web_older .news li{padding-top: 1em;padding-bottom: 1em;line-height: 1;}
	.web_older .pic_news,.web_older .news{float: none;width:100%}
	.web_older .slideBox{height: 100vh;}
	.web_older .list_daibiao .daibiao{width:49%}
	.web_older .list_daibiao .img{height: 400px;}
	.web_older .list_daibiao .summary h3 a{font-size: 1.2rem;}
	.web_older .list_daibiao .summary h1{margin:0.5em 0;font-size: 1rem;}
	.web_older .info h3{font-size: 1.6rem; }
	.web_older .info .sub_title{font-size:1.2rem;}
}

