@charset "utf-8";

.index-swiper {
	width: 100%;
	height: 100vh;
}

.index-swiper a {
	display: block;
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
}
.clear{ clear:both;}
.hd-img h3{
		display: none;
	}
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
	color: #fff !important;
	width: 62px;
	height: 117px;
}

.index-swiper .swiper-button-next:after,
.index-swiper .swiper-button-prev:after {
	display: none !important;
	font-weight: 400;
}

.index-swiper .swiper-button-prev {
	left: 100px;
	background: url(left.png);
}

.index-swiper .swiper-button-next {
	right: 100px;
	background: url(right.png);
}

.index-swiper .swiper-pagination-bullet {
	width: 19px;
	height: 16px;
	background: url(dd2.png) no-repeat 0 0;
	border-radius: 0;
	opacity: 1;
}

.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 19px;
	height: 16px;
	background: url(dd1.png) no-repeat 0 0;
}

.index-swiper .swiper-pagination {
	bottom: 20px;
}

.pc-show {
	background: rgba(0, 0, 0, .4);
	/*background: rgba(255, 255, 255, .6);*/
}

.pc-head {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sousuo {
	position: absolute;
	right: 0;
	top: 0;
	width: 95px;
	bottom: 0;
	background: #cf001f;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pc-head1 {
	margin-right: 100px;
}

.sousuo i {
	font-size: 36px;
}

.head_fx {
	background: #Fff;box-shadow:0 0 5px #999;
}

.head_fx .logo-black {
	display: block !important;
}

.head_fx .logo-white {
	display: none !important;
}

.head_fx .pc-menu-1 span {
	color: #333;
}

.head_fx .pc-head1 a {
	color: #333;
}

.news-main {
	background: url(maintop.jpg) no-repeat right top;
	padding-top: 3%;
	background-color:#FFF;
}

.schd-top {
	background-color:#FFF;

}

.hd-title {
	height: 62px;
	line-height: 62px;
}
.hd-title01{

	text-align: center;



}

.hd-title01 h2{

	float: none;

	display: inline-block;

	margin: 0 auto;

}
.hd-title h2 {
	float: left;
	font-size: 30px;
	color: #333;
	font-weight: 500;
	position: relative;
}
.hd-title01 h2{

	float: none;

	display: inline-block;

	margin: 0 auto;

}
.hd-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	background: #cf001f;
	width: 120px;
	border-radius: 3px;
}


.hd-title a {
	float: right;
	background: #cf001f;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

.fl {
	float: left
}

.hd-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

img,
a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hd-ul li {
	float: left;
	width: 50%;

	    border-left: 4px #fff solid;

		margin-bottom: 4px;
}

.hd-ul {
	margin-top: 3%;

	margin-left: -4px;

	
}

.hd-ul li .hd-img img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s
}

.hd-ul li a {
	display: block;
	position: relative;
}

.hd-img {
	overflow: hidden;
}

.hd-ul li a:hover .hd-img img {
	transform: scale(1.12);
}

.hd-ul li .hd-abs {
	position: absolute;
	background: rgba(0, 0, 0, 0);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hd-abstxt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	opacity: 0;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}

.hd-abstxt h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
}

.hd-abstxt p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.hd-ul li a:hover .hd-abs {
	background: rgba(207, 0, 31, .8);;
}

.hd-ul li a:hover .hd-abstxt {
	opacity: 1;
}

.hd-ul2 {
	margin-top: 3%;
	margin-left: -4px;
}

.hd-ul2 li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-left: 4px #fff solid;
}

.hd-ul2 li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.hd-ul2 li .hd-img2 {
	position: relative;

}

.hd-ul2 li .hd-img2 .x-abs {
	position: absolute;
	z-index: 100;
	color: #fff;

	left: 0;
	right: 0;
	top: 20%;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hd-ul2 li .hd-img2 .x-abs h3 {
	font-size: 32px;
	font-weight: 500;
}

.hd-ul2 li .hd-img2 p {
	font-size: 14px;
	text-transform: uppercase;
}

.hd-ul2 li .hd-img2 img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s
}

.hd-ul2 li a:hover .hd-img2 img {
	transform: scale(1.12);
}

.hd-ul2 li .abs-txt {
	background: rgba(207, 0, 31, .8);
	position: absolute;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 300;
	padding-top: 45%;
	text-align: center;
	color: #fff;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}

.hd-ul2 li .abs-txt h3 {
	font-size: 32px;
}

.hd-ul2 li .abs-txt p {
	font-size: 14px;
	text-transform: uppercase;
}

.hd-ul2 li .abs-txt img {
	margin-top: 25px;
}

.hd-ul2 li a:hover .x-abs {
	opacity: 0;
	top: -100%;
}

.hd-ul2 li a:hover .abs-txt {
	opacity: 1;
}

.index-ff {
	margin-top: 3%;
	padding-left: 3%;
	padding-right: 3%;


}

.ff-ul {
	margin-top: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ff-ul li {
	flex: 1;
	text-align: center;
}

.ff-ul li a {
	display: block;
}

.ff-ul li a i {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px #e4e4e4 solid;
	border-radius: 50%;
}

.ff-ul li a:hover i {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	border-color: #fff;
}

.ff-ul li a i.bg1 {
	background: url(b1.png) no-repeat center;
}

.ff-ul li a:hover i.bg1 {
	background: url(b12.png) no-repeat center;
}

.ff-ul li a i.bg2 {
	background: url(b2.png) no-repeat center;
}

.ff-ul li a:hover i.bg2 {
	background: url(b22.png) no-repeat center;
}

.ff-ul li a i.bg3 {
	background: url(b3.png) no-repeat center;
}

.ff-ul li a:hover i.bg3 {
	background: url(b32.png) no-repeat center;
}

.ff-ul li a i.bg4 {
	background: url(b4.png) no-repeat center;
}

.ff-ul li a:hover i.bg4 {
	background: url(b42.png) no-repeat center;
}

.ff-ul li a i.bg5 {
	background: url(b5.png) no-repeat center;
}

.ff-ul li a:hover i.bg5 {
	background: url(b52.png) no-repeat center;
}

.ff-ul li a i.bg6 {
	background: url(b6.png) no-repeat center;
}

.ff-ul li a:hover i.bg6 {
	background: url(b62.png) no-repeat center;
}

.ff-ul li a i.bg7 {
	background: url(b7.png) no-repeat center;
}

.ff-ul li a:hover i.bg7 {
	background: url(b72.png) no-repeat center;
}

.ff-ul li a i.bg8 {
	background: url(b8.png) no-repeat center;
}

.ff-ul li a:hover i.bg8 {
	background: url(b82.png) no-repeat center;
}

.ff-ul li p {
	font-size: 18px;
	margin-top: 8px;
}

.bodyright {
	z-index: 100000;
}

.index-bottomList {
	margin-top: 3%;
	margin-left: -4%;

}

.index-bottomList li {
	float: left;
	
	width: 29.333333%;
	margin-left: 4%;
}

.index-bottomList img {
	width: 100%;
	height: auto;
	display: block;
}

.index-bottomList li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.overflow-txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.head_fx {
	z-index: 300000;
}

.bootomtxt {
	border: 1px #E4E4E4 solid;
	padding: 10px 30px;
	height: 120px;
	font-size: 14px;
	overflow: hidden;
}

.index-bottomList li:hover .bootomtxt {
	border-color: #fff;
}


.bootomtxt h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.bootomtxt h2 a {
	font-weight: 400;
	float: right;
	font-size: 14px;
	color: #cf001f;
	line-height: 40px;
	line-height:180px;
}

.b-alist {
	margin-top: 10px;
}

.b-alist a {
	display: inline-block;
	width: 30%;
	text-align: center;
	font-size: 14px;
}

.b-alist a+a {
	border-left: 1px #E4E4E4 solid;

}

.ab-txt {
	line-height: 1.8;
	color: #818181;
	height: 50px;
	overflow: hidden;
	line-height: 26px;
}

a.cg-list {
	display: block;
	position: relative;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 80px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

a.cg-list span {
	position: absolute;
	right: 0;
	top: 0;
}

a.cg-list::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #919191;
}

a.cg-list:hover::before {
	background: #CF001F;
}


.news-footer {
	margin-top: 0%;
	background: #bf001d;
	padding-top: 35px;
}

.foot-top {
	margin: 0 4%;
	position: relative;
	height: 340px;
}

.foot-top.pc-show{display: none !important;}
.sousuo i {
 font-size: 36px;
 color: #fff;
}

.foot-info {
	width: 350px;
	padding-left: 60px;
	border-left: 1px #cf4056 solid;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.foot-info h3 {
	font-size: 20px;
	font-weight: 500;
}

.foot-info h2 {
	font-size: 40px;
	font-family: arial;
}

.foot-leftnav {
	padding-right: 350px;
}

.foot-leftnav li {
	float: left;
	width: 12.5%;
}

.foot-info a,
.foot-leftnav li a {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #ffaeae;
	font-size: 14px;
}

.foot-info a:hover,
.foot-leftnav li a:hover {
	color: #fff;
}

.foot-leftnav li h2 a {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}

.copy {
	background: #a20018;
	height: 65px;
	line-height: 65px;
	padding: 0 4%;
	color: #ec4b4b;
	/*margin-top: 2%;*/
	font-size: 14px;
}

.copy a {
	color: #ec4b4b;
}

.copy a:hover {
	color: #fff;
}

.copy-right {
	float: right;
}

.index-swiper img {
	display: none !important;
}

@media only screen and (max-width:1440px) {
	.foot-top {
		margin: 0 40px;
	}

	.foot-info h2 {
		font-size: 30px;
	}

	.foot-top {
		height: 330px;
	}

	.foot-info {
		padding-left: 40px;
		width: 260px;
	}

	.foot-leftnav {
		padding-right: 270px;
	}

	.hd-ul2 li .abs-txt {
		padding-top: 28%;
	}

	.hd-abstxt img {
		width: 60px;
		height: 60px;
	}
}


.lybanner{ width:100%; margin:0 auto;}
.lybanner img{ width:100%; height:auto;}

@media only screen and (max-width:992px) {
	.index-swiper {
		margin-top: 70px;
		height: auto;
	}

	.index-swiper img {
		display: block !important;
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.index-swiper .swiper-button-next,
	.index-swiper .swiper-button-prev {
		display: none !important;
	}

	.schd-top {
		padding: 0 10px;
	}

	.hd-title h2 {
		font-size: 24px;
	}

	.index-ff {
		padding: 0 10px;
	}

	.ff-ul {
		margin-top: 25px;
		flex-wrap: wrap;
	}

	.ff-ul li {
		margin-bottom: 20px;
		flex: auto;
		width: 25%;
	}

	.news-footer {
		display: none;
	}

	.copy {
		line-height: 30px;
		padding: 20px 10px;
		height: auto;
	}

	.copy-right {

		float: none;
	}

	.hd-ul2 {
		margin-top: 20px;
		margin-left: 0;
	}

	.hd-ul2 li {
		width: 50%;
		border: none;
	}

	.hd-ul {
		margin-top: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.hd-ul li {
		margin-top: 0;
		width: 50%;
		margin-left: 0;
	}
	.hd-title a{
		height: 45px;
		line-height: 45px;
		margin-top: 15px;
	}
	.index-bottomList{
		margin-top: 20px;
		margin-left: 0;
	}
	.index-bottomList li {
	    width: 100%;
	    margin-left: 0;
		float: none;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:500px) {
	
		.hd-img{
		position: relative;
	}
	.hd-img h3{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 36px;
		line-height: 36px;
		    background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0),#000);
		    background: linear-gradient(to bottom,rgba(255,255,255,0),#000);
		color: #fff;
		text-align: center;
		font-size: 15px;
	}
	
	
	.hd-abstxt{
		display: block !important;
		opacity: 0 !important;
	}
	.hd-ul li{
		width: 99%;
		margin-bottom: 15px;
	}
	
.hd-abstxt h3 {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
}

.hd-abstxt p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.hd-ul li a:hover .hd-abs {
	background: rgba(207, 0, 31, .8);;
}

.hd-ul li a:hover .hd-abstxt {
	opacity: 1 !important;
}
.hd-ul li a:hover .hd-img h3{ display:none;}
	
	
	
	
	
	.hd-ul2{
		margin-top: 5px;
	}
	.hd-ul2 li .hd-img2 .x-abs h3{
		font-size: 25px;
	}
	.hd-ul2 li .abs-txt,.hd-ul2 li a:hover .abs-txt{
		display: block !important;
	}
	.hd-ul2 li .hd-img2 .x-abs,.hd-ul2 li a:hover .hd-img2 .x-abs{
		top: 18% !important;
	}
	
	.hd-ul2 li .hd-img2 .x-abs h3 {
	font-size: 26px;
	font-weight: 500;
	}
	.ff-ul li{
		width: 33.3333%;
	}
	.ff-ul li p{
		font-size: 16px;
	}
	.bootomtxt{padding: 10px;}

	
	
}




.fp-viewing-0 header,
header {
    background: url(index-menu.png?v=1) repeat-x 0;
    background-size: auto 100% !important;
    transition-property: all;
    transition-duration: .3s;
    color:#fff;
}

.fp-viewing-1 header {
    background: #fff;
}

.fp-viewing-0 header .pc-head h2 img.logo-black,
header .pc-head h2 img.logo-black,
.fp-viewing-1 header .pc-head h2 img.logo-white {
    display: none;
}

.fp-viewing-0 header .pc-head h2 img.logo-white,
.fp-viewing-1 header .pc-head h2 img.logo-black,
header .pc-head h2 img.logo-white {
    display: block;
}

.fp-viewing-0 header .pc-menu-1 span,
header .pc-menu-1 span,
.fp-viewing-0 header .pc-head1 a,
header .pc-head1 a {
    color: #fff;
}

.fp-viewing-1 header .pc-menu-1 span,
.fp-viewing-1 header .pc-head1 a,
.fp-viewing-0 header.head-bg .pc-menu-1 span,
header.head-bg .pc-menu-1 span,
.fp-viewing-0 header.head-bg .pc-head1 a,
header.head-bg .pc-head1 a,
.fp-viewing-0 header.head-bg,
header.head-bg {
    color: #434343;
}

.mobile-foot {
    position: fixed;
    bottom: 0;
    z-index: 2;
}


/*mob*/


 

.mobile-banner {
    position: relative;
    clear: both;
    overflow: hidden;
	margin-top:63px;
}

.mobile-banner .slider a {
    display: block;
    background-size: auto 100% !important;
}

.mobile-banner .slider a img {
    width: 100%;
    vertical-align: top
}


/* mob */

.mobile-banner .slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 3%;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.mobile-banner .slick-dots li {
    overflow: hidden;
    display: inline-block;
    padding: 0 4px;
}

.mobile-banner .slick-dots li button {
    display: inline-block;
    outline: none;
    line-height: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 15px;
    height: 13px;
    overflow: hidden;
    background: url(dd2.png) no-repeat 0 0;
    background-size: auto 100% !important;
}

.mobile-banner .slick-dots li.slick-active button {
    background-image: url(dd1.png);
}

.mobile-logo {
    position: absolute;
    z-index: 5;
    left: 15px;
    top: 10px;
    display: none;
    overflow: hidden;
}

.mobile-logo a {
    display: block;
}

.mobile-logo img {
    height: 35px;
}

.mobile-index {
    padding: 10px 0;
}

.mobile-index li {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 0 15px;
    font-size: 1.1em;
    line-height: 2;
}

.mobile-index li:nth-child(2n) {
    border: 0;
}

.mobile-index li a {
    display: block;
    overflow: hidden;
}

.mobile-index li a i.iconfont {
    color: #e60012;
    margin-right: 10px;
    font-size: 2em;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.mobile-bg {
    background: #f6f6f6;
}



@media only screen and (min-width:480px) {
    .mobile-index {
        padding: 15px 0;
    }
    .mobile-index li {
        font-size: 1.3em;
    }
    .mobile-index li a i.iconfont {
        margin-right: 15px;
    }
    .mobile-index1 {
        padding: 10px 0;
        margin: 0 -5px;
    }
    .mobile-index1 li {
        padding: 10px;
    }
    .mobile-index1 li a {
        padding: 1.2em 0.5em;
        font-size: 1.3em;
    }
    .mobile-index1 li a img {
        margin-right: 0.8em;
    }
}

@media only screen and (min-width:768px) {
    .mobile-index li {
        font-size: 1.7em;
        line-height: 2.6
    }
    .mobile-index li a i.iconfont {
        margin-right: 25px;
        line-height: 1.3;
    }
    .mobile-index1 li a {
        padding: 1.2em 0.5em;
        font-size: 1.7em;
    }
    .mobile-index1 li a img {
        margin-right: 0.8em;
    }
}

@media only screen and (max-width:991px) {
    body,
    html {
        height: auto !important;
        overflow-y: auto !important;
    }
	
	.lybanner{ width:100%; margin:58px auto 0;}
	.lybanner img{ width:100%; height:auto;}


}


/****************************pc****************************/

.pcpc{ height: 90px;}

.banner {
    position: relative;
    clear: both;
    overflow: hidden;
	background: #D4D2D2;

}


/*.banner .slider{height: 100%;}*/

.banner .slider a {
    display: block;
    height: 100%;
}

.banner a img {
    width: 100%;
    vertical-align: top
}

.banner .slider a.banner-img {
    background-size: auto 100% !important;
}

.banner .slider a.banner-img1 {
    background-size: 100% auto !important;
}

.banner video{width: 100%;max-height: 900px;}

/* dots */

.banner .slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 15%;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.banner .slick-dots li {
    overflow: hidden;
    display: inline-block;
    padding: 0 8px;
}

.banner .slick-dots li button {
    display: inline-block;
    outline: none;
    line-height: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 19px;
    height: 16px;
    overflow: hidden;
    background: url(dd2.png) no-repeat 0 0;
}

.banner .slick-dots li.slick-active button {
    background-image: url(dd1.png);
}

.banner .slick-prev {
    background: url(right.png) no-repeat 0 center  !important;
    right: 5%
}

.banner .slick-next {
    left: 5%;
    background: url(left.png) no-repeat 0 center  !important;
}

.banner .slick-prev,
.banner .slick-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 62px;
    border: 0;
    text-indent: 62px;
    overflow: hidden;
    outline: none;
}

@-webkit-keyframes myorientation {
    0% {
        bottom: 30px
    }
    25% {
        bottom: 40px
    }
    50% {
        bottom: 50px
    }
    75% {
        bottom: 40px
    }
    100% {
        bottom: 30px
    }
}

@keyframes myorientation {
    0% {
        bottom: 30px
    }
    25% {
        bottom: 40px
    }
    50% {
        bottom: 50px
    }
    75% {
        bottom: 40px
    }
    100% {
        bottom: 30px
    }
}

.banner .index-hs {
    bottom: 30px;
    left: 0;
    height: 64px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: myorientation;
    animation-name: myorientation;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.banner .index-hs img {
    height: 100%;
    vertical-align: top;
}

.banner .index-radio {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 33%;
    z-index: 10;
    display: none;
}

.banner .index-radio .index-radio1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.banner .index-radio .index-radio1 img {
    width: 100%;
    cursor: pointer;
    z-index: 11;
}