@media (min-width: 768px) {
	header {
		position: fixed !important;
		background: transparent !important;
	}
}

.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.index .banner .navs-wrapper {
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
	height: 100%;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	height: 100%;
}

.ma5slider .slide img,
.ma5slider>img.slide {
	height: 100% !important;
}

.index .banner .banner_box .bnerimg .banner_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.index .banner .banner_box .bnerimg .banner_tit h1 {
	font-size: 74px;
	color: #fff;
	font-weight: bold;
	text-shadow: 4px 6px 2px #333;
	margin: 0;
	line-height: 120px;
	text-align: center;
}

.index .banner .banner_box .bnerimg .banner_tit h2 {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	text-shadow: 4px 6px 2px #333;
	margin: 0;
	text-align: center;
}

.index .banner .banner_box .bnerimg .banner_tit h3 {
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: 4px 6px 2px #333;
}



.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4px;
}

.ma5slider .slides {
	height: 100%;
}


/* .index .banner .banner1 {
  background-color: #c8e6f4;
}

.index .banner .banner2 {
  background-color: #F4F5F6;
}

.index .banner .banner3 {
  background-color: #bcdaff;
} */

.zyshop_zs {
	margin-top: 80px;
}

.zyshop_zs .shop_box {
	display: flex;
	justify-content: space-between;
}

.zyshop_zs .shop_box .left_shop {
	position: relative;
	width: 49%;
	/* height      : 406px; */
	padding: 50px 30px;
	box-sizing: border-box;
	display: inline-block;
	background: url(../image/YTP_bcg.png)no-repeat;
	background-size: 100%;
}

.zyshop_zs .shop_box .left_shop .left_tit {
	width: 45%;
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	padding: 0px 0px 0;
}
.zyshop_zs .shop_box .left_shop .left_tit a{
	color: #fff;
}

.zyshop_zs .shop_box .left_shop .left_tit .tit_p {
	margin: 0;
	color: #fff;
	font-size: 15px;
}

.zyshop_zs .shop_box .left_shop .left_tit .tit_h3 {
	margin: 10px 0 35px;
	font-size: 32px;
}


.zyshop_zs .shop_box .left_shop .rigt_shop_pic {
	width: 52%;
	display: inline-block;
	vertical-align: top;
	/* overflow   : hidden; */
}

.zyshop_zs .shop_box .left_shop .rigt_shop_pic img {
	width: 100%;
	transition: all 1s;
}

.zyshop_zs .shop_box .left_shop .rigt_shop_pic:hover img {
	transform: scale(1.1);
}

.zyshop_zs .shop_box .right_shop {
	position: relative;
	width: 49%;
	/* height         : 406px; */
	padding: 50px 30px;
	display: inline-block;
	background: #000;
	vertical-align: top;
	background: url(../image/ly_bcg.png)no-repeat;
	background-size: 100%;
}

.zyshop_zs .shop_box .right_shop .left_tit {
	width: 45%;
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	padding: 0px 0px 0;
}

.zyshop_zs .shop_box .right_shop .left_tit .tit_p {
	margin: 0;
	color: #fff;
	font-size: 15px;
}

.zyshop_zs .shop_box .right_shop .left_tit .tit_h3 {
	margin: 10px 0 35px;
	color: #fff;
	font-size: 32px;
}

.zyshop_zs .shop_box .more_tit {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 69px;
	text-align: center;
	margin-top: 42px;
	padding: 10px;
	border: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	transition: all 1s;
}
.zyshop_zs .shop_box .more_tit a{
	color: #fff;
}

.zyshop_zs .shop_box .more_tit:hover {
	/* animation: width 1s; */
	width: 20%;
	white-space: nowrap;
	padding: 10px 10px 10px 30px;
}

.zyshop_zs .shop_box .more_tit .ljxq {
	display: none;
	    float: left;
}

.zyshop_zs .shop_box .more_tit:hover .ljxq {
	display: block;
}

.cpxx_box {
	background: #fcfcf9;
	/* overflow: hidden; */
	margin-top: 50px;
	padding: 24px 0px;
}

.cpxx_box .w {
	background: transparent;
}
.cpxx_box .w .w_cs{
	    max-width: 834px;
	    margin: 0 auto;
	    /* float: left; */
	    height: 85px;
	    overflow: hidden;
}
.cpxx_box h3 {
    font-size: 16px;
    /* text-align: center; */
    margin: 40px 0 20px;
    color: #333;
    float: left;
}

.cpxx_box .ls_img {}

.cpxx_box .ul {}

.cpxx_box .li {
	display: inline-block;
	position: relative;
	width: 23.5%;
	box-shadow: 0 0 14px #ececec;
	background: #fff;
	margin: 10px;
	padding: 20px;
}

.cpxx_box .li .tit {
	/* position    : absolute;
  top            : 23px; */
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cpxx_box .li .tit h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.cpxx_box .li .tit img {
	height: 30px;
}

.cpxx_box .li .cp_list {
	width: 100%;
	overflow: hidden;
}

.cpxx_box .li .cp_list img {
	width: 100%;
	transition: all 1s;
}

.cpxx_box .li .cp_list:hover img {
	transform: scale(1.1);
}

.cpxx_box .li .ljxq {
	font-size: 15px;
	font-weight: bold;
	color: #de030d;
	box-sizing: border-box;
	/* padding-top: 20px; */
	display: inline-block;
}

.cpxx_box .li .ljxq {
	width: auto !important;
	height: auto !important;
}

.cpxx_box .li .ljxq .jiantou_ico {
	font-size: 12px;
	margin-left: 6px;
}

.cpxx_box .li .ljxq a {}

.cpxx_box .jc-left {
	background: #de030d !important;
}

.cpxx_box .jc-right {
	background: #de030d !important;
}

.cpxx_box .fot_more {
	text-align: center;
	margin: 40px 0;
}

.cpxx_box .fot_more .more_btn {
	display: inline-block;
	background: #de030d;
	color: #fff;
	font-size: 16px;
	padding: 14px 86px;
}

.gsjs_box {
	position: relative;
	margin-top: 50px;
}

.gsjs_box .left_gs_pic {
	display: inline-block;
	width: 50%;
	overflow: hidden;
}

.gsjs_box .left_gs_pic img {
	width: 100%;
	transition: all 1s;
}

.gsjs_box .left_gs_pic:hover img {
	transform: scale(1.1);
}

.gsjs_box .right_gsjj {
    width: 52%;
    height: 433px;
    position: absolute;
    top: 11%;
    right: 0;
    /* vertical-align: top; */
    /* transform: translate(-65px, -50%); */
    background: #fcfcf9;
    padding: 60px 50px;
    border-radius: 10px;
    vertical-align: top;
    box-shadow: 0 0 14px #ececec;
}

.gsjs_box .right_gsjj .red {
	color: #de030d;
	font-weight: bold;
}

.gsjs_box .right_gsjj .ccc {
	color: #999;
}

.gsjs_box .right_gsjj .about_p {
	font-size: 18px;
}

.gsjs_box .right_gsjj h3 {
	margin: 0;
	font-weight: bold;
	color: #333;
	margin-bottom: 50px;
}

.gsjs_box .right_gsjj .p {
	text-indent: 2em;
	line-height: 28px;
	color: #000;
}

.gsjs_box .right_gsjj .ljxq {
	font-size: 15px;
	font-weight: bold;
	color: #de030d;
	box-sizing: border-box;
	padding-top: 20px;
	display: inline-block;
}

.gsjs_box .right_gsjj .ljxq .jiantou_ico {
	margin-left: 10px;
	font-size: 13px;
}

.fot_jj {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fot_jj ul {}

.fot_jj ul li {
	width: 24%;
	display: inline-block;
	text-align: center;
}

.fot_jj ul li img {}

.fot_jj ul li p {
	margin: 15px 0;
	font-size: 18px;
}

.hyfa_box {
	position: relative;
}

.hyfa_box ul li .icon_arrow {
	position: absolute;
	left: 42%;
	top: 30px;
	z-index: 99;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.hyfa_box ul li .icon_arrow .count {
	font-size: 21px;
	color: #999;
	margin: 0 10px;
}

.hyfa_box ul li .icon_arrow .lift_ico,
.hyfa_box ul li .icon_arrow .right_ico {
	font-size: 35px;
	color: #de030d;
	/* margin   : 0 10px */
}

.hyfa_box ul {
	/* white-space: nowrap; */
	width: 100%;
	/* overflow   : hidden; */
}

.hyfa_box ul li {
	position: relative;
	display: none;
	overflow: hidden;
	/* animation : display 3s; */
	/* transition: all 1s; */
}

.hyfa_box ul li:hover .bcg_img img {
	/* transform: scale(0.9); */
	animation: display 6s;
}

.hyfa_box ul .active_li {
	display: block;
}

.news_box {
	/* background: #fcfcf9; */
	/* margin-top: 50px; */
}

.news_box .top_tit {
	padding: 50px 0 20px;
}

.news_box .top_tit p {
	font-size: 18px;
	line-height: 9px;
	margin: 0;
}

.news_box .top_tit p .red {
	color: #de030d;
	font-weight: bold;
}

.news_box .top_tit p .ccc {
	color: #999;
	font-weight: bold;
}

.news_box .top_tit h4 {
	color: #000;
}

.news_box .left_new_img {
	width: 30%;
	display: inline-block;
	overflow: hidden;
}

.news_box .left_new_img img {
	width: 100%;
	height: 529px;
	transition: all 1s;
}

.news_box .left_new_img:hover img {
	transform: scale(1.1);
}

.news_box .right_news_list {
	width: 69%;
	display: inline-block;
	vertical-align: top;
	background: #fcfcf9;
	height: 529px;
}

.news_box .right_news_list ul {
	font-size: 0;
}

.news_box .right_news_list ul li {
	display: inline-block;
	width: 50%;
	padding: 44px 35px 43px;
}

.news_box .right_news_list ul li:nth-of-type(1) {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.news_box .right_news_list ul li:nth-of-type(2) {
	/* border-right: 1px solid #ccc; */
	border-bottom: 1px solid #ccc;
}

.news_box .right_news_list ul li:nth-of-type(3) {
	border-right: 1px solid #ccc;
}

.news_box .right_news_list ul li .top_date {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.news_box .right_news_list ul li .top_date .date {
	color: #999;
}

.news_box .right_news_list ul li .top_date .ljxq {
	color: #de030d;
}

.news_box .right_news_list ul li .bot_news {}

.news_box .right_news_list ul li .bot_news h4 {
	margin: 20px 0;
	font-size: 20px;
	color: #000;
}

.news_box .right_news_list ul li .bot_news p {
	line-height: 25px;
	font-size: 14px;
}

@keyframes display {
	0% {
		/* display: none; */
		transform: scale(1.1);
	}

	100% {
		/* display: block; */
		transform: scale(1);
	}
}

.hyfa_box ul li .bcg_img {}

.hyfa_box ul li .bcg_img img {
	width: 100%;
	transform: scale(1.1);
}

.hyfa_box ul li .left_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	padding: 90px 100px;
    background: rgba(255, 255, 255, 0.9);
}

.hyfa_box ul li .left_text .red {
	color: #de030d;
	font-weight: bold;
}

.hyfa_box ul li .left_text .rede {
	color: #de030d;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
}

.hyfa_box ul li .left_text .ccc {
	color: #999;
}

.hyfa_box ul li .left_text p {
	margin: 0;
}

.hyfa_box ul li .left_text .top_text {
	margin-bottom: 70px;
}

.hyfa_box ul li .left_text .top_text p {}

.yy_title {
	font-size: 18px;
	line-height: 40px;
}

.hyfa_box ul li .left_text .top_text h3 {
	font-size: 22px;
	margin: 0 0 25px
}

.hyfa_box ul li .left_text .bot_text {}

.hyfa_box ul li .left_text .bot_text h4 {}

.hyfa_box ul li .left_text .bot_text p {
	line-height: 26px;
	color: #000;
	margin-top: 30px;
}

.hyfa_box ul li .left_text .bot_text .ljxq {
	color: #de030d;
	display: block;
	margin-top: 60px;
}

@media (min-width: 980px) {
	.banner .navs-wrapper {
		/* height: 400px; */
		height: 750px;
	}

	.outside-dots .dots>.dot {
		width: 20px;
		margin: 4px 13px;
		height: 20px;
		border-radius: 15px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #de030d !important;
		/* width        : 35px; */
	}
}

@media (max-width: 980px) {
	.w {
		max-width: 100% !important;
	}

	.index .banner .banner_box {
		/* height: 580px; */
	}

	/* .index .banner .banner_box .bnerimg .banntit h2{
    font-size  : 16px;
    font-weight: bold;
  } */
	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 300px !important;
	}

	.zyshop_zs {
		margin-top: 11px;
	}

	.zyshop_zs .shop_box {
		display: block;
		/* justify-content: space-between; */
	}

	.zyshop_zs .shop_box .left_shop {
		position: relative;
		width: 100%;
		/* height      : 406px; */
		padding: 0;
		box-sizing: border-box;
		display: inline-block;
		background: url(../image/YTP_bcg.png)no-repeat;
		background-size: 100%;
		padding: 10px;
	}

	.zyshop_zs .shop_box .right_shop {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px;
		display: inline-block;
		background: #000;
		vertical-align: top;
		background: url(../image/ly_bcg.png)no-repeat;
		background-size: 100%;
	}

	.zyshop_zs .shop_box .left_shop .left_tit {
		width: 58%;
		display: inline-block;
		color: #fff;
		box-sizing: border-box;
		padding: 10px 0px 0;
	}

	.zyshop_zs .shop_box .left_shop .left_tit .tit_p {
		margin: 0;
		color: #f1f1f1;
		font-size: 13px;
	}

	.zyshop_zs .shop_box .left_shop .left_tit .tit_h3 {
		margin: 0 0 13px;
	}

	.zyshop_zs .shop_box .left_shop .left_tit p {
		margin: 0;
	}

	.zyshop_zs .shop_box .left_shop .rigt_shop_pic {
		width: 40%;
		display: inline-block;
		vertical-align: top;
	}

	.zyshop_zs .shop_box .more_tit {
		position: absolute;
		bottom: 4px;
		right: 20px;
		left: auto;
		width: 34px;
		text-align: center;
		margin-top: 42px;
		padding: 4px;
		border: 1px solid #fff;
		display: flex;
		justify-content: space-between;
		transition: all 1s;
	}
}

@media (max-width:1280px) {
	.zyshop_zs .shop_box .more_tit {
		position: absolute;
		bottom: 8px;
		left: 30px;
		width: 60px;
		text-align: center;
		/* top: 42px; */
		padding: 10px;
		border: 1px solid #fff;
		display: flex;
		justify-content: space-between;
		transition: all 1s;
		height: 40px;
		line-height: 19px;
	}

	.news_box .right_news_list ul li {
		display: inline-block;
		width: 50%;
		padding: 20px 35px 27px;
	}
}

@media screen and (max-width:768px) {
	.index .banner .banner_box .bnerimg .banner_tit h1 {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		text-shadow: 4px 6px 2px #333;
		margin: 0;
		line-height: 75px;
	}

	.index .banner .banner_box .bnerimg .banner_tit h2 {
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		text-shadow: 4px 6px 2px #333;
		margin: 0;
		line-height: 1.5;
	}

	.zyshop_zs .shop_box .right_shop .left_tit {
		width: 64%;
		display: inline-block;
		color: #fff;
		box-sizing: border-box;
		padding: 0px 0px 0;
	}

	.zyshop_zs .shop_box .more_tit {
		position: absolute;
		bottom: 21px;
		left: 13px;
		width: 60px;
		text-align: center;
		padding: 10px;
		border: 1px solid #fff;
		display: flex;
		justify-content: space-between;
		transition: all 1s;
		height: 40px;
		line-height: 19px;
	}

	.zyshop_zs .shop_box .right_shop {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px;
		display: inline-block;
		background: #000;
		vertical-align: top;
		background: url(../image/ly_bcg.png)no-repeat;
		background-size: 100%;
		height: 196px;
	}

	.zyshop_zs .shop_box .left_shop {
		position: relative;
		width: 100%;
		height: 196px;
		padding: 0;
		box-sizing: border-box;
		display: inline-block;
		background: url(../image/YTP_bcg.png)no-repeat;
		background-size: 100%;
		padding: 10px;
	}

	.cpxx_box h3 {
		font-size: 14px;
		text-align: center;
		margin: 40px 0 20px;
		color: #333;
		float: left;
		line-height: 25px;
	}

	.cpxx_box .li {
		display: inline-block;
		position: relative;
		width: 94.5%;
		box-shadow: 0 0 14px #ececec;
		background: #fff;
		margin: 10px;
		padding: 20px;
		float: left;
	}

	.gsjs_box {
		position: relative;
		margin-top: 8px;
	}

	.gsjs_box .left_gs_pic {
		display: inline-block;
		width: 100%;
		overflow: hidden;
	}

	.gsjs_box .right_gsjj {
		width: 100%;
		/* height: 433px; */
		position: relative;
		top: 0%;
		right: 0;
		vertical-align: top;
		transform: translate(0px, 0%);
		background: #fcfcf9;
		padding: 20px 10px;
		border-radius: 0px;
		vertical-align: top;
		box-shadow: 0 0 14px #ececec;
		float: left;
	}

	.gsjs_box .right_gsjj h3 {
		margin: 0;
		font-weight: bold;
		color: #333;
		margin-bottom: 20px;
	}

	.gsjs_box .right_gsjj .p {
		text-indent: 2em;
		line-height: 26px;
		color: #000;
	}

	.fot_jj ul {
		margin-top: 20px;
		float: left;
		width: 100%;
	}

	.fot_jj ul li {
		width: 49%;
		display: inline-block;
		text-align: center;
	}

	.fot_jj ul li p {
		margin: 15px 0;
		font-size: 14px;
	}

	.hyfa_box {
		/* position: relative; */
		float: left;
	}

	.hyfa_box ul li .left_text {
		position: relative;
		top: 11px;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 12px 10px;
		background: rgba(255, 255, 255, .8);
	}

	.hyfa_box ul li .left_text .top_text {
		margin-bottom: 20px;
	}

	.hyfa_box ul li .left_text .bot_text .ljxq {
		color: #de030d;
		display: block;
		margin-top: 28px;
	}

	.news_box .top_tit {
		padding: 50px 12px 20px;
	}

	.news_box .left_new_img {
		width: 100%;
		display: inline-block;
		overflow: hidden;
	}

	.news_box .left_new_img img {
		width: 100%;
		height: 380px;
		transition: all 1s;
	}

	.news_box .right_news_list {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		background: #fcfcf9;
		height: auto;
	}

	.news_box .right_news_list ul li {
		display: inline-block;
		width: 100%;
		padding: 20px 35px 27px;
	}

	.news_box .right_news_list ul li:nth-of-type(1) {
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.news_box .right_news_list ul li:nth-of-type(2) {
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.news_box .right_news_list ul li:nth-of-type(3) {
		border-right: 0;
	}
	.banner .swiper-slide img {
		height: 220px;
	}
}


.banner .swiper-slide img {
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.swiper-pagination-bullet-active {
	background: #e40009 !important;
	width: 15px !important;
}
