/* base */
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

/* 1rem=10px */
body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #111111;
    font-size: 1.6rem;
}

i,
em,
img {
    font-style: normal;
}

/* layout */
.main-group,
.header, 
.footer {
    width: 100%;
    margin: 0 auto;
}

.header img {
    width: 100%;
    height: auto;
}

.main-group,
.footer {
    width: 100%;
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
}

.group-6 {
    background-image: url(../img/bg-1.jpg);
    background-position-y: top;
    margin-top: -4px;
}

.group-7 {
    background-image: url(../img/bg-2.jpg);
    background-position-y: top;
}

.main-title,
.main {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.main-title {
    max-width: 873px;
    padding: 15px 0 50px;
}
.main-title img {
    width: 100%;
}
.main,
.main1-left {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* main6 */
.main6 {
    background: #fff;
    position: relative;
}
.main-6-top {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.main-6-top h1 {
    padding-left: 106px;
    background: url(../img/main-6-sub.jpg) no-repeat left center;
    background-size: auto 100%;
    margin: 0 20px;
}
.main-6-top h1 a {
    font-size: 30px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slideBox08 {
	float: left;
	width: 640px;
	height: 426px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 2rem solid #fff;
	box-sizing: border-box;
}

.slideBox08 .hd {
	height: 12px;   
	overflow: hidden;
	position: absolute;
	right: 0;
    left: 0;
	bottom: 1rem;
	z-index: 1;
    margin: 0 auto;
}

.slideBox08 .hd ul {
	overflow: hidden;
	zoom: 1;
    text-align: center;
}

.slideBox08 .hd ul li {
	float: right;
    display: inline-block;
	margin: 0px 7px 0px 0px;
	width: 18px;
	height: 6px;
	text-align: center;
	background: #fff;
	color: #ddd;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.4s;
}

.slideBox08 .hd ul li.on {
	background: #d3170b;
	color: #fff;
	/* width: 6rem;
	border-radius: 6px; */
}

.slideBox08 .bd {
	float: left;
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.slideBox08 .bd img {
	width: 640px;
}

.slideBox08 .bd span {
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(rgba(0,0,0,0.1), #000);
	position: absolute;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    padding: 0 2rem 3rem;
    height: 6rem;
}

.slideBox08 .bd h1 {
	width: 60%;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
    padding: 0 2rem 1.5rem;
}

.slideBox08 .bd h1 a {
	color: #fff;
	line-height: 4.2rem;
	font-size: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slideBox08 .bd h1 a:hover {
	color: #d3170b;
}

.slideBox08 .prev,.slideBox08 .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat;
	display: block;
}

.slideBox08 .prev {
	top: 50%;
	margin-top: -37px;
	left: 0px;
	background-position: 0 -74px;
	cursor: pointer;
}

.slideBox08 .next {
	top: 50%;
	margin-top: -37px;
	right: 0px;
	background-position: -40px -74px;
	cursor: pointer;
}

.slideBox08 .prev:hover {
	background-position: 0 0;
}

.slideBox08 .next:hover {
	background-position: -40px 0;
}

.main6-right {
    float: right;
    width: 500px;
}
.main6-right ul li{
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main6-right ul li:last-child {
    border-bottom: 0px;
}
.main6-right ul li div{
    background-color: #fff;
    border-bottom: 4px solid #fff;
    border-radius: 4px;
    display: block;
    padding: 0 10px;
}
.main6-right ul li h2 a, .main6-right ul li p a {
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.main6-right ul li h2 a {
    line-height: 44px;
	font-size: 18px;
    color: #111111;
    -webkit-line-clamp: 1;
}
.main6-right ul li p a {
    line-height: 24px;
	font-size: 14px;
    color: #929292;
    -webkit-line-clamp: 2;
}
.main6-right ul li div:hover {
    background-color: #e50417;
    border-bottom: 4px solid #d32219;
}
.main6-right ul li:hover h2 a, .main6-right ul li:hover p a, .main6-right ul li:hover h2 a:hover, .main6-right ul li:hover p a:hover {
    color: #fff;
}
/* main7 */
.part01 {
    width: 120rem;
    margin: 0 auto 0;
    position: relative;
    padding-bottom: 50px;
}

.part01 .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.part01 .swiper-slide {
    width: 960px;
    height: auto;
    overflow: hidden;
}

.part01 .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    font-weight: bolder;
}

.part01 .swiper-slide .tit a {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.part01 .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.part01 .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.part01 .swiper-slide-active:after {
    display: none;
}

.part01 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border: 0.2rem solid #fff;
}

.part01 .swiper-button-prev {
    width: 58px;
    height: 70px;
    background: url("../img/jzfcAn_v1.png") 0 0 no-repeat;
    right: auto;
    left: 50px;
    border-radius: 4px 0 0 4px;
}

.part01 .swiper-button-prev:hover {
    opacity: 0.6;
}

.part01 .swiper-button-next {
    width: 58px;
    height: 70px;
    background: url("../img/jzfcAn_v1.png") 100% 100% no-repeat;
    left: auto;
    right: 50px;
    border-radius: 0 4px 4px 0px;
}

.part01 .swiper-button-next:hover {
    opacity: 0.6;
}

/*  */
.div3 {
	width: 100%;
	margin: 0 auto;
	background: #fff url(../img/bg-2.jpg) no-repeat center top;
	padding: 50px 0 40px;
  }
  
  .div2 {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px;
	/* background-color: #fff; */
  }
  
  .tab-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
  }
  
  .tab-btn-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 300px;
  }
  
  .tab-btn-box .tab-btn {
	width: 31%;
	height: 100%;
	display: inline-block;
  }
  
  .tab-btn a.tabtn-a-img {
	display: inline-block;
}
  .tab-btn-box .tab-btn img {
	width: 100%;
	height: 240px;
  }
  
  .tab-box .tab-small-box {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  }
  
  .tab-box .tabborder {
	width: 13px;
	height: 50px;
	display: inline-block;
	background-color: #ffea92;
	margin-right: 10px;
  }
  
  /* 点击按钮添加样式 */
  .tab-btn-box .tab-btn:hover {
	/* background: #ffdc00 !important; */
	box-shadow: 10px 10px 0px #ffea92;
	cursor: pointer;
  }
  
  /* 初始化页面时将页面2，3，4，5，隐藏 */
  /* 重要 */
  .tabBox-hide {
	display: none;
  }
  
  /* 显示页面 */
  /* 重要 */
  .tabBox-show {
	display: inline-block;
  }
  
  .tab-btn {
	position: relative;
  }
  
  .tab-btn a {
	color: #fff;
	cursor: pointer;
  }
  
  .tab-c {
	background: url(../img/more-3.png) no-repeat;
	background-position: 94% 85%;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25%;
	background-color: #d3170b;
	color: white;
	padding: 10px 0px;
	z-index: 5;
	overflow: hidden;
  }
  
  .tab-c .span1 {
	font-size: 25px;
	font-weight: bold;
  }
  
  .tab-c .span2 {
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
  }
  
  .tab-c .span3 {
	position: absolute;
	font-size: 14px;
	top: 38px;
    right: 66px;
  }
  
  .list-group {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
  }
  
  .list-group-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.75rem 0rem;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .list-group-item div {
	width: 5px;
	height: 30px;
	display: inline-block;
	background: #d3170b;
	font-weight: bold;
	margin-right: 10px;
  }
  
  .list-group-item:hover a span {
	color: #929292 !important;
  }
  
  .list-group-item a span {
	font-size: 14px;
  }
  
  .list-group-item a {
	color: #929292 !important;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 20px;
  }

  .list-group-item span {
	flex: 0.75;
	overflow: hidden;
	text-align: right;
  }

  .list-group-item span a {
	position: static;
	color: #000 !important;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.list-group-item span a:hover {
	color: #d3170b !important;
	font-weight: bold;
}

.rmh_more {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 50px;
}

.rmh_more a img {
    width: 100%;
}

/* footer */
.footer {
    height: 90px;
    text-align: center;
    color: #fff;
    padding-top: 2rem;
    margin-top: 50px;
    background-color: #ac2317;
}

.footer p {
    line-height: 2.6rem;
    font-size: 16px;
}

@media ( max-width:768px) {
    
    .main, .main6-right {
        width: 100%;
    }
    .main-title {
        height: 6.6rem;
        background-size: 135% auto;
    }

    .main-6-top h1 {
        padding-left: 65px;
    }
    .main-6-top h1 a {
        font-size: 20px;
        line-height: 34px;
    }

    .slideBox08 {
        width: 100%;
        height: auto;
        border-width: 1rem;
    }
    .slideBox08 .bd a {
        display: flex;
        display: -webkit-flex;
    }
    .slideBox08 .bd img {
        width: 38rem;
    }
    .slideBox08 .bd h1 a {
        line-height: 3.2rem;
        font-size: 1.8rem;
    }

    .part01, .part01 .swiper-container {
        width: 35rem;
        margin: 2rem auto 0;
        padding-bottom: 2rem;
    }

    .group-6 {
        padding-bottom: 0rem;
    }
    .title6 {
        top: -2rem;
    }
    .main6 {
        top: 0;
    }
    .div2 {
		padding: 20px 0;
	}
	.div3 {
		padding: 30px 0 40px;
	}
	.tab-btn-box {
		flex-direction: column;
		height: auto;
	}
	.tab-btn-box .tab-btn {
		width: 91%;
		margin: 10px auto;
	}
	.tab-c .span3 {
		top: 29px;
	}
	.list-group {
		margin: 0 18px;
	}

    .group-7 {
        margin-bottom: 2rem;
    }
    .part01 .swiper-button-prev {
        top: 70px;
        left: 8px;
    }
    .part01 .swiper-button-next {
        top: 70px;
        right: 8px;
    }
    .part01 .swiper-slide .tit a {
        font-size: 16px;
    }
    .rmh_more {
        width: 50%;
        margin-top: 0;
    }
    .footer {
        background-size: auto 100%;
        padding: 3rem 2rem;
        height: auto;
        margin-top: -1rem;
    }
    .footer p {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
}