html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dt,
dr,
dd,
nav,
form {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.indexNation {
	bottom: 5% !important;
}

.indexNation .swiper-pagination-bullet {
	width: 60px;
	border-radius: 0;
	height: 3px;
}

.indexNation .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.indexBer img {
	width: 100%;
}

.indexLeft,
.indexRight {
	width: 15%;
	height: 100%;
	top: 0;
	background-image: none !important;
}

.indexLeft h6,
.indexRight h6 {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180, 180, 180, 0.25) url(../image/arrows.png.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.indexRight h6 {
	background: rgba(180, 180, 180, 0.25) url(../image/arrows.png.png) no-repeat center -71px;
	left: auto;
	right: 20px;
}

.indexLeft:hover h6 {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.indexRight:hover h6 {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.caseBer .swiper-slide {
	position: relative;
	overflow: hidden;
}

.caseBer .swiper-slide .caseal {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin-top: 89%;
	background: rgba(190, 41, 45, 0.6);
	transition: 0.8s;
}

.caseBer .swiper-slide .caseal p {
	line-height: 40px;
	text-align: center;
	color: white;
	margin: 0 auto;

	width: 85%;
}

.caseBer .swiper-slide:hover .caseal {
	left: 0;
	right: 0;
	top: 0;
	margin-top: 0;
	transition: 0.8s;
}

.caseBer .swiper-slide:hover img {
	transition: 0.8s;
	transform: scale(1.1);
}

.caseBer .swiper-slide:hover .caseal p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.series {
	padding: 70px 0;
	box-sizing: content-box;
	background: #f2f3f4;
	overflow: hidden;
}

.serLeft {
	width: 70%;
	float: left;
	position: relative;
}

.serRight {
	width: 30%;
	float: right;
	background: #c92b37;
}

.serage {
	position: relative;
	display: none;
}
.gallery-top .swiper-slide{
	position: relative;
}

.cpstr{
        display: none;
	position: absolute;
	color: white;
	left: 15%;
	right: 10%;
	top: 40%;
}
.cpstr h5{
	font-size: 37px;
	font-weight: 500;
	text-align: center;
}
.cpstr p{
	margin-top: 5%;
	font-size: 18px;
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.serlist {
	padding: 10% 0;
}

.serlist div {
	text-align: center;
	font-size: 40px;
	color: white;
}

.serlist p {
	text-align: center;
	color: white;
}

.gallery-thumbs {
	height: 405px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide {
	cursor: pointer;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	padding: 0 8%;
	line-height: 93px;
	position: relative;
}

.gallery-thumbs .swiper-slide p {
	position: absolute;
	width: 10%;
	right: 8%;
	top: 50%;
	transform: translate(0, -50%);
}

.thumbs {
	font-size: 24px;
	width: 80%;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thuimg {
	width: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active .thuimg {
	opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
	background: #ab030f;
}

.gallRight {
	background-image: url(../image/xjt.png) no-repeat;
	bottom: -60px;
	top: inherit;
	right: -24%;
	transform: translate(0, -50%);
	width: 42px;
	background-size: 40px;
}


.cation {
	text-align: center;
	padding: 50px 0 30px 0;
}

.cation div {
	font-size: 38px;
}

.cation p {
	font-size: 20px;
	margin-top: 10px;
}
.yybjt{
       display: none;
}
.yybjt:nth-child(1){
       display: block;
}
.yybjt img {
	width: 100%;
	vertical-align: bottom;
}

.field {
	position: relative;
}

.field_ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.field_div {
        width: 33.2%;
        color: white;
	position: absolute;
	height: 50%;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}
.field_div:nth-child(1){
       left:0;
       top:0;
}
.field_div:nth-child(2){
       left:33.2%;
       top:0;
       height:100%;
       border-left: 2px solid rgba(255, 255, 255, 0.2);
       border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.field_div:nth-child(3){
       right:0;
       top:0;
}
.field_div:nth-child(4){
       left:0;
       bottom:0;
}
.field_div:nth-child(5){
       right:0;
       bottom:0;
}
.freetr{
       position: relative;
    width: 100%;
    height: 100%;
}
.freetr div {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, 0);
	width: 100px;
	text-align: center;
}
.freetr div p{
	margin-top: 10px;
}
.fieldTive {
	background: rgba(190, 41, 52, 0.8);
}


.newster{
	overflow: hidden;
	margin-top: 30px;
        width: 80%;
    margin: 50px auto;
}
.newsBer{
	border-radius: 15px;
}
.newsBer .swiper-slide{
	height: 360px;
}
.newsBer .swiper-slide img{
	width: 100%;
	height: 100%;
}
.newster_left{
	float: left;
	width: 43%;
}
.newster_right{
	float: right;
	width: 54%;
}
.newster_title{
	overflow: hidden;
	border-bottom: 1px solid #DADADA;
	position: relative;
}
.newster_title li{
	float: left;
	width: 23%;
	font-size: 20px;
	line-height: 40px;
}
.newster_title li a{
	font-size: 20px;
	font-weight: 500;
}
.newsFx{
	position: absolute;
	right: 0;
	top: 10px;
}
.centle{
	padding: 23px 0px 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #cbcaca;
}
.centle h3{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	background: url(../image/new.png.png) no-repeat 0px 3px;
	padding-left: 48px;
}
.centle h3 span{
    display: none;
}
.centle h3 a{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 85%;
}
.centle p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;
	text-indent: 2em;
	text-align: justify;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newscent{
	display: none;
}
.newsblock{
	display: block;
}
.newscent_ul li{
	line-height: 36px;
	list-style: circle;
}
.newscent_ul li a{
	font-size: 18px;
	overflow: hidden;
	width: 77%;
	transition: 0.8s;
	float: left;
	color: #686868;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newscent_ul li span{
	float: right;
	color: #A0A0A0;
}
.newscent_ul li::marker{
	color: #BE2933;
}
.newscent_ul li:hover{
	list-style: disc;
}
.newscent_ul li:hover span{
	color: #BE2933;
}
.newscent_ul li:hover a{
	color: #BE2933;
	padding-left: 20px;
	box-sizing: border-box;
	transition: 0.8s;
}
.newon a{
	font-weight: bold !important;
	color: #BE2933 !important;
}
.newsBer .swiper-slide{
	position: relative;
}
.newsBer .swiper-slide div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 90px;
	padding: 0 30px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
}
.newsBer .swiper-slide div a{
	color: white;
	display: block;
	width: 75%;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsBer .newsNation{
	bottom: 35px;
	width: 26%;
	right: 0;
}
.newsNation .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
}
.newsNation .swiper-pagination-bullet-active{
	background: #c90915;
}