/* 首页导航样式 */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 999;
	min-width: 1200px;
}

.gonglue_logo {
	display: inline-block;
	margin-left: 30px;
	margin-top: 20px;
}

.nav {
    width: 810px;
	height: 100%;
	display: block;
	white-space: nowrap;
	text-align: right;
	margin: 0 auto;
}

.nav li {
	display: block;
	width: 70px;
	height: 100%;
	margin-right: 35px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 2s;
	-webkit-transition: all 2s;
}

.nav a.nav-title.active,
.nav a:hover {
	color: #e20000;
	cursor: pointer;
}

.nav .nav-act {
	border-bottom: 4px solid #e20000;
}

.nav .nav-act a {
	color: #e20000;
}

.nav li:last-child {
	margin: 0 !important;
}

.nav li a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 100px;
}

.header .right {
	position: absolute;
	right: 40px;
	top: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 100px;
}

.header .right form {
	width: auto;
	height: 30px;
	border-radius: 25px;
	/* border: 1px solid #FFFFFF; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 35px;
}

.header .right form input {
	/* padding-left: 4px; */
	width: 0px;
	height: 100%;
	border: none;
	background: none;
	font-size: 12px;
	outline: medium;
	color: #FFFFFF;
}

.header .right form input::placeholder {
	color: #FFFFFF;
}

.header .right form img {
	margin-top: 4px;
	cursor: pointer;
}

.header .right img {
	margin-top: 40px;
}

.header .right .search {
	min-width: 100px;
	padding: 0 30px;
	width: auto;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.header .right .EN {
	width: 100px;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 30px;
	text-align: center;
}

.header .right .EN a {
	color: #FFFFFF;
	font-size: 18px;
}

/* 导航结束 */

/* banner */
.ani {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.menu-wrap {
	position: fixed;
	z-index: 10;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 143px;
}

.menu-wrap li {
	padding: 30px 0;
	position: relative;
}

.menu-wrap li.active a {
	color: #f91021;
}

.menu-wrap li.active a:after {
	content: "";
	border-bottom: 1px solid #f91021;
	width: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
}

.menu-wrap a {
	color: #fff;
	font-size: 18px;
}

.banner_item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.banner_item_bg {
	display: block;
	background: 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.banner_item.active .banner_item_bg {
	animation: banenr_scale 25s ease-out forwards;
}

.banner-inner {
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
}

.active.banner_item .banner-inner {
	animation: banner_inner .5s ease-out forwards;
	animation-delay: .5s;
}

.fp-controlArrow {
	display: none;
}



.fp-slidesNav ul {
	position: absolute;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	margin-right: 4px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.fp-slidesNav ul li a .fp-sr-only {
	display: none !important;
}

.fp-slidesNav ul li a span {
	display: block;
	position: relative !important;
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 0 !important;
	margin: 0 !important;
	left: 0 !important;
	top: 0 !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 0 !important;
	margin: 0 !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 3px !important;
	width: 70px !important;
	background: #e20000 !important;
}

/* .fp-slidesNav ul li{
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	margin-right: 6px !important;
}
.fp-slidesNav.bottom{
	bottom: 40px !important;
}
.fp-slidesNav{
	margin: 0 !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.fp-slidesNav ul li a span{
	position: relative !important;
	display: block;
	border: none !important;
	border-radius: 0 !important;
	width: 25px;
	height: 3px;
	background: #FFFFFF;
}
.fp-slidesNav ul li .active span{
	width: 70px !important;
	background: #e20000 !important;
} */
/* banner结束 */

/*Start: 首页第二屏 */
.w100 {
	width: 100%;
	overflow: hidden;
}

.chanpin {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;
}

.chanpin .biaoti {
	width: 1500px;
	height: 216px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
	background: url(../images/aboutgaoduan.png) right no-repeat;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.active .chanpin .biaoti {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.chanpin-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/chanpin-bg.png) no-repeat;
	background-size: cover;
	z-index: 999;
}

.chanpin .biaoti h3 {
	color: #333333;
	font-size: 22px;
	margin-left: 10px;
}

.chanpin .biaoti .hui {
	color: #333333;
	opacity: .4;
	font-size: 16px;
	margin-top: 10px;
}

.active .chanpin .list {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.chanpin .list {
	width: 1500px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
}

.chanpin .list .item {
	position: relative;
	width: 32%;
	height: 480px;
	margin-right: 2%;
	border-radius: 8px;
}

.chanpin .list .item .neirong {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	font-size: 18px;
}

.chanpin .list .item .neirong .imgfix {
	width: 69px;
	height: 69px;
	margin: 0 auto;
	margin-bottom: 25px;
	background: url(../images/chanpin.png);
}

.chanpin .list .item .neirong .chanpin2 {
	background-position: -125px 0;
}

.chanpin .list .item .neirong .chanpin3 {
	background-position: -234px 0;
}

.chanpin .list .item:nth-child(3) {
	margin: 0 !important;
}

.chanpin .list .item .neirong:hover {
	color: #e81820;
}

.chanpin .list .item .neirong:hover .imgfix {
	background-position: 0 -110px;
}

.chanpin .list .item .neirong:hover .chanpin2 {
	background-position: -125px -110px;
}

.chanpin .list .item .neirong:hover .chanpin3 {
	background-position: -234px -110px;
}

/* End:首页第二屏 */

/* Start:首页第三屏 */
.section3 {
	background: url(../images/zoujin-banner.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.section3 .biaoti2 {
	width: 1500px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.zoujin {
	position: absolute;
	bottom: 20px;
	width: 1500px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.active .biaoti2 {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.biaoti2 h3 {
	color: #FFFFFF;
	font-size: 22px;
	margin-left: 10px;
}

.biaoti2 .hui {
	max-width: 640px;
	color: #FFFFFF;
	opacity: .4;
	font-size: 16px;
	margin-top: 10px;
}

.w1500 {
	width: 1500px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.section3 .shipin {
	margin-top: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
	overflow: hidden;
}

.active .shipin {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.section3 .shipin .left {
	width: 646px;
	height: 412px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/zoujin1.png) no-repeat;
	background-size: 100% 100%;
	padding: 25px 50px;
	margin-top: 66px;
	box-shadow: 0 0 20px 0 rgba(238, 35, 44, .5);
}

.section3 .shipin .left h4 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 90px;
	margin-top: 15px;
}

.section3 .shipin .left .ell_5 {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}

.section3 .shipin .left a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	margin-top: 40px;
}

.section3 .shipin .left a p {
	margin-right: 10px;
}

.section3 .shipin .right {
	position: relative;
	width: 854px;
	height: 477px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #000000;
}

.section3 .shipin .right video {
	width: 100%;
	height: 100%;
	outline: none;
	object-fit:cover;
}

.section3 .shipin .right video::-webkit-media-controls {
	display: none;
}

.section3 .shipin .right .bofang {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 999999;
	cursor: pointer;
}

.record_item {
	padding-top: 40px;
}

.record_item:hover {
	background-color: #e81820;
}

.bdr {
	border-right: 1px solid #838383;
}

.record_wrap {
	width: 1500px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	opacity: 0;
	padding-top: 30px;
}

.active .record_wrap {
	opacity: 1;
	transition-delay: 1.5s;
}

.record_item {
	float: left;
	width: 25%;
	height: 190px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.record_item span {
	font-size: 61px;
}

.record_item p {
	font-size: 16px;
}

/* End:首页第三屏 */

/* Start:首页第四屏 */
.section4 {
	background: url(../images/anli-bg.png);
}

.anli {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 170px;
	z-index: 0;
}

.anli .zuo {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.active .anli .zuo {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.anli .bg {
	position: absolute;
}

.anli .biaoti4 {
	width: 300px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 5px;
	position: relative;
}

.anli .biaoti4 h3 {
	color: #333333;
	font-size: 22px;
	margin-left: 10px;
}

.anli .biaoti4 .hui {
	width: 100%;
	color: #333333;
	opacity: .5;
	font-size: 16px;
	margin-top: 10px;
}

.anli .biaoti4 a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 142px;
	height: 32px;
	line-height: 32px;
	background: #e51b23;
	text-align: center;
	border-radius: 4px;
	margin-top: 310px;
	box-shadow: -0 15px 20px -7px rgba(255, 0, 11, .8);
}


/* 本例子css */
.picScroll-left {
	position: absolute;
	right: 0;
	width: 1400px;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.active .anli .picScroll-left {
	transition-delay: .6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.picScroll-left .bd ul {
	zoom: 1;
}

.picScroll-left .bd ul li {
	padding-top: 20px;
	width: 37.14%;
	margin: 0 16px;
	float: left;
	_display: inline;
}

.picScroll-left .bd ul li .pic {
	width: 100%;
	height: 420px;
}

.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 390px;
	display: block;
	margin: 0 auto;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.picScroll-left .bd ul li .pic a:hover img {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.picScroll-left .bd ul li .title {
	display: block;
}

.picScroll-left .bd ul li .title .fl {
	width: 480px;
	color: #999999;
	font-size: 14px;
}

.picScroll-left .bd ul li .title .fl h4 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	margin-top: 4px;
}

.picScroll-left .bd ul li .title .fr {
	margin-top: 20px;
}

/* End:首页第四屏 */

/* Start:首页第五屏 */
.section5 .w1500 .left {
	width: 760px;
	height: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xinwen {
	padding-top: 140px;
	height: 100%;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.section5 .biaoti3 {
	width: 100%;
	height: 180px;
	padding-top: 70px;
	background: url(../images/Latestinformation.png) no-repeat;
	background-position: left center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.active .xinwen {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.active .xinwen .left {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.active .xinwen .right {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.section5 .w1500 .left .biaoti3 h3 {
	color: #333333;
	font-size: 22px;
	margin-left: 10px;
}

.section5 .w1500 .left .biaoti3 .hui {
	color: #333333;
	opacity: .5;
	font-size: 16px;
	margin-top: 10px;
}

.section5 .w1500 .left .xinwen {
	width: 100%;
	height: 530px !important;
	background: #f6f5f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 50px;
}

.section5 .w1500 .left .xinwen h4 {
	width: 542px;
	color: #333333;
	font-size: 36px;
}

.section5 .w1500 .left .xinwen h5 {
	width: 542px;
	color: #333333;
	font-size: 24px;
	margin: 24px 0;

}

.section5 .w1500 .left .xinwen .ell_2 {
	width: 542px;
	height: 50px;
	padding-left: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
	border-left: 4px solid #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section5 .w1500 .left .xinwen img {
	width: 542px;
	overflow: hidden;
	height: 230px;
}

.section5 .w1500 .left .xinwen a {
	display: block;
	width: 146px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.section5 .w1500 .right {
	width: 700px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section5 .w1500 .right .taber {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section5 .w1500 .right .taber div {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #e51b23;
	border-radius: 4px;
	color: #e51b23;
	margin: 0 45px;
	cursor: pointer;
}

.section5 .w1500 .right .taber .active {
	border: none;
	color: #FFFFFF;
	background: #e51b23;
	box-shadow: -0 15px 20px -7px rgba(255, 0, 11, .8);
}

.section5 .w1500 .right .list {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.section5 .w1500 .right .list .item {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 2px solid #f6f5f8;
	padding: 25px 40px 25px 30px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.section5 .w1500 .right .list .item:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.section5 .w1500 .right .list .item .zuo {
	width: 20px;
	height: 3px;
	background: #000000;
	margin-top: 8px;
}

.section5 .w1500 .right .list .item .center {
	width: 480px;
	margin-left: 15px;
}

.section5 .w1500 .right .list .item .center .ell {
	color: #333333;
	font-size: 24px;
	line-height: 24px;
}

.section5 .w1500 .right .list .item .center .ell_2 {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}

.section5 .w1500 .right .list .item .you {
	width: 101px !important;
	overflow: hidden;
}

.section5 .w1500 .right .list .item .you .riqi {
	width: 100%;
	overflow: hidden;
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	text-align: right;
}

.section5 .w1500 .right .list .item .you .bian {
	width: 100%;
	overflow: hidden;
	width: auto;
	border-left: 2px solid #cccccc;
	padding-left: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
	padding-right: 13px;
}

.section5 .w1500 .right .list .item .you .bian img {
	opacity: .3;
	margin-top: 20px;
}

/* End:首页第五屏 */

/* Start:首页底部 */
.fp-auto-height {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;
}

.footer-top {
	overflow: hidden;
	padding-top: 88px;
	color: #FFFFFF;
	padding-bottom: 50px;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.active .footer-top {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.footer-top .footer-logo {
	margin-right: 120px;
}
.footer-top .dianhua{
	min-width: 700px;
}
.footer-top .rexian {
	margin-bottom: 66px;
	overflow: hidden;
	margin-right: 150px;
}

.footer-top .rexian div {
	margin-left: 20px;
	color: #FFFFFF;
}

.footer-top .rexian img {
	margin-top: 8px;
}

.footer-top .rexian div p {
	color: #ffffff;
	font-size: 18px;
}

.footer-top .rexian div h3 {
	font-size: 29px;
	font-weight: bold;
}

.footer-top .dianhua .item {
	margin-left: 60px;
	margin-bottom: 30px;
	font-size: 14px;
	overflow: hidden;
}

.footer-top .dianhua .item .p2 {
	max-width: 400px;
	display: block;
	line-height: 27px;
}

.footer-top .dianhua .item .imgfix {
	float: left;
	width: 94px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-right: 6px;
}

.footer-top .dianhua .item .imgfix img {
	width: auto !important;
	height: auto !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.footer-top .daohang h4 {
	font-size: 16px;
	margin-bottom: 35px;
}

.footer-top .daohang a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
}

.footer-top .right {
	padding-right: 150px;
}

.footer-top .right h4 {
	text-align: right;
	font-size: 16px;
	margin-bottom: 30px;
}

.footer-top .right .fl {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	margin-right: 2px;
}

.erweima {
	display: none;
	position: absolute;
	width: auto;
	height: 138px;
	padding-top: 20px;
	margin-left: -50px;
	margin-top: 8px;
}

.footer-top .right .act .erweima {
	display: block;
}

.footer-top .right .fl .none {
	position: relative;
}

.footer-top .right .fl .none:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #FFFFFF;
	top: -20px;
	left: 60px;
}

.footer-top .right .fl .none img {
	width: 100%;
	height: 100%;
}

.footer-top .right .fl .img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.footer-bootom {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #202020;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.footer-bootom a {
	color: #FFFFFF;
}

.active .footer-bootom {
	transition-delay: .6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* End:首页底部 */


/* 新闻中心页面 */
.banner {
	width: 100%;
	height: 500px;
}

.mianbaoxie {
	width: 100%;
	height: 65px;
	background: #f4f4f4;
}

.mianbaoxie .w .left {
	line-height: 65px;
	color: #999999;
	font-size: 14px;
}

.mianbaoxie .w .left a {
	color: #999999;
}

.mianbaoxie .w .left a:hover {
	color: #e20000;
}

.mianbaoxie .w .right a {
	float: left;
	display: block;
	width: auto;
	height: 65px;
	line-height: 65px;
	color: #333333;
	font-size: 16px;
	padding: 0 22px;
	border-bottom-left-radius: 20px;
}

.mianbaoxie .w .right .act {
	color: #ffffff;
	background: #ff3838;
}

.news_list {
	padding: 34px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.news_list .item {
	position: relative;
	display: block;
	width: 100%;
	height: 242px;
	padding: 24px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #c5c5c5;
}

.news_list .item::after {
	position: absolute;
	content: '';
	width: 110px;
	height: 7px;
	top: -4px;
	left: 0;
	background: #ff3838;
}

.news_list .item .left {
	width: 800px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 50px;
}

.news_list .item .left .ding {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.news_list .item .left .riqi {
	position: relative;
	height: auto;
}

.news_list .item .left .riqi::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: #e2e2e2;
	right: -32px;
	top: 17px;
	transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	/* IE 9 */
	-moz-transform: rotate(130deg);
	/* Firefox */
	-webkit-transform: rotate(130deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(130deg);
	/* Opera */
}

.news_list .item .left .riqi .yue {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.news_list .item .left .riqi .nian {
	color: #333333;
	font-size: 16px;
}

.news_list .item .right {
	width: 338px;
	height: 193px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.news_list .item .left .ell {
	margin: 22px 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.news_list .item .left .ell_2 {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.news_list .item .right img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.news_list .item .right img:hover {
	transform: scale(1.1);
}

.fenye {
	height: 42px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 60px !important;
	margin-bottom: 70px !important;
}

.fenye .fenye-con {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: top;
}

.fenye .fenye-con a {
	display: block;
	float: left;
	min-width: 42px;
	height: 42px;
	background: #f7f7f7;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	margin-right: 20px;
}

.fenye .fenye-con a img {
	display: block;
	margin: 0 auto;
	margin-top: 13.5px;
}

.fenye .fenye-con .active {
	background: #ff3838;
	color: #FFFFFF;
}

.fenye .fenye-con a .yincang {
	display: none;
}

.fenye .fenye-con a:hover .xianshi {
	display: none;
}

.fenye .fenye-con a:hover .yincang {
	display: block;
}

.fenye form {
	display: inline-block;
	line-height: 42px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.fenye form input {
	width: 88px;
	height: 42px;
	background: #f7f7f7;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	margin-right: 20px;
	border: none;
	margin: 0 10px;
}

.fenye form button {
	width: 66px;
	height: 42px;
	background: #f7f7f7;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	border: none;
	margin-left: 28px;
}

input[type=number] {
	-moz-appearance: textfield;
	border: none;
}

input:focus {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 详情样式 */
.details {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 50px;
}

.details .biaoti {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 25px;
}

.details .biaoti h3 {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 25px;
}

.details .biaoti p {
	color: #5a5a5a;
	font-size: 14px;
	margin-bottom: 20px;
}

.details .fenge {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.details .fanye {
	overflow: hidden;
}

.details .fanye .ell {
	width: 50%;
	display: block;
	color: #333333;
	font-size: 16px;
}

.details .fanye a:hover {
	color: #e20000;
}

/* 企业实力页面样式 */
.power .page1 {
	width: 100%;
	height: auto;
}

.power .page1 .w {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 68px 0;
}

.power .page1 .w .biaoti {
	text-align: center;
}

.power .page1 .w .biaoti img,
.power .page1 .w .biaoti div {
	display: inline-block;
}

.power .page1 .w .biaoti h3 {
	display: inline-block;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}

.power .page1 .w .biaoti p {
	color: #666666;
	font-size: 24px;
}

.power .page1 .w .list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 50px;
}

.power .page1 .w .list .item {
	display: block;
	width: 380px;
	height: auto;
	margin-right: 30px;
}

.power .page1 .w .list .item:nth-child(3) {
	margin-right: 0 !important;
}

.power .page1 .w .list .item .img {
	width: 100%;
	height: 279px;
	overflow: hidden;
}

.power .page1 .w .list .item .img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.power .page1 .w .list .item .img img:hover {
	transform: scale(1.1);
}

.power .page1 .w .list .item p {
	color: #999999;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 6px;
}

.power .page1 .w .list .item .ell {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.more {
	display: block;
	font-size: 14px;
	width: 142px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	margin-top: 310px;
	margin: 0 auto;
	border: 1px solid #e81820;
	color: #e81820;
	clear: both;
}

.more:hover {
	color: #ffffff;
	background: #e51b23;
	box-shadow: -0 15px 20px -7px rgba(255, 0, 11, .8);
}

/* 赛事精品页面样式 */
.boutique {
	width: 100%;
	height: auto;
	background: url(../images/boutique2.png);
	overflow: hidden;
	padding: 45px 0;
}

.boutique .w {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.boutique .w .boutique-top {
	clear: both;
}

.boutique .w .boutique-top .item {
	display: block;
	width: 590px;
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-right: 15px;
	overflow: hidden;
	padding: 30px;
}

.boutique .w .boutique-top .item:hover {
	box-shadow: none;
	border: 1px solid #ff0000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.boutique .w .boutique-top .item:nth-child(2) {
	margin-right: 0 !important;
}

.boutique .w .boutique-top .item .img {
	width: 236px;
	height: 236px;
	overflow: hidden;
	margin-right: 30px;
}

.boutique .w .boutique-top .item .biaoti {
	width: 226px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 16px;
	margin-top: 20px;
}

.boutique .w .boutique-top .item .biaoti .ell {
	width: 180px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.boutique .w .boutique-top .item .ell_6 {
	width: 226px;
	height: 116px;
	text-align: justify;
	font-size: 24px;
	color: #333333;
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 5px;
}

.boutique .w .boutique-top .item .more {
	width: 81px;
	margin: 0 !important;
}

.boutique .w .boutique-top .item:hover .biaoti {
	border-bottom: 1px solid #e81821;
}

.boutique .w .boutique-top .item:hover .more {
	color: #ffffff;
	background: #e51b23;
	box-shadow: -0 15px 20px -7px rgba(255, 0, 11, .8);
}

.boutique .w .boutique-bottom {
	padding: 66px 0;
	clear: both;
	overflow: hidden;
}

.boutique .w .boutique-bottom .item {
	display: block;
	width: 380px;
	height: 380px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border: 1px solid #dcdcdc;
	padding: 18px;
	margin-right: 23px;
}
.boutique2 .w .boutique-bottom .item{
	margin-bottom: 23px;
}
.boutique .w .boutique-bottom .item:nth-child(3n+0) {
	margin-right: 0;
}

.boutique .w .boutique-bottom .item .img {
	width: 100%;
	height: 278px;
	overflow: hidden;
}

.boutique .w .boutique-bottom .item .biaoti {
	width: 100%;
	height: auto;
	padding-top: 12px;
	border-top: 1px solid #dcdcdc;
	margin-top: 12px;
}

.boutique .w .boutique-bottom .item .biaoti .ell {
	width: 310px;
	line-height: 31px;
	color: #333333;
	font-size: 16px;
}

.boutique .w .boutique-bottom .item .img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.boutique .w .boutique-bottom .item .img img:hover {
	transform: scale(1.1);
}

/* 企业实力子页面样式 */
.power-more {
	overflow: hidden;
	padding-top: 70px;
}

.power-more .left {
	width: 204px;
	height: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #dddddd;
}

.power-more .left .dingbu {
	position: relative;
	width: 100%;
	height: 60px;
	background: #ff4545;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
}

.power-more .left .dingbu div {
	position: absolute;
	width: 100%;
	top: 15px;
	color: #ffffff;
	opacity: .3;
	font-weight: bold;
	font-size: 22px;
}

.power-more .left .dingbu h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	margin-top: 26px;
	letter-spacing: 4px;
}

.power-more .left .list {
	width: 190px;
	height: auto;
	border-radius: 4px;
	background: #FFFFFF;
	margin: 10px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7px 7px 7px;
}

.power-more .left .list .biaoti {
	width: 100%;
	height: auto;
	padding: 14px 0;
	border-bottom: 1px solid #aaaaaa;
	color: #333333;
	font-size: 18px;
}

.power-more .left .list .biaoti .fangkuai {
	width: 10px;
	height: 10px;
	background: #ff4545;
	margin-right: 4px;
	margin-top: 7px;
}

.power-more .left .list .item {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px dashed #aaaaaa;
}

.power-more .left .list .item:hover {
	color: #ff4545;
}

.power-more .right {
	width: 940px;
}

.power-more .right .item {
	display: block;
	width: 300px;
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border: 1px solid #dcdcdc;
	margin-right: 20px;
	margin-bottom: 38px;
	padding: 12px;
}

.power-more .right .item:nth-child(3n+0) {
	margin-right: 0;
}

.power-more .right .item .img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.power-more .right .item .biaoti {
	width: 100%;
	height: auto;
	padding-top: 10px;
	border-top: 1px solid #dcdcdc;
	margin-top: 10px;
}

.power-more .right .item .biaoti .ell {
	width: 250px;
	line-height: 31px;
	color: #333333;
	font-size: 16px;
}
.power-more .right .item .biaoti img{
	margin-top: 5px;
}
.power-more .right .item:hover div {
	color: #ff3838 !important;
}

.power-more .right .item:hover .biaoti {
	border-top: 1px solid #ff3838;
}

.power-more .right .item .img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.power-more .right .item:hover img {
	transform: scale(1.1);
}

.power-more .right .item:hover {
	box-shadow: 0 0 10px 0 rgba(226, 0, 0, 0.3);
}

/* 关于皋端页面样式 */
.about .page1 .w {
	overflow: hidden;
	padding: 100px 0;
}

.about .page1 .w .left {
	width: 570px;
	height: auto;
}

.about .page1 .w .left .biaoti {
	overflow: hidden;
}

.about .page1 .w .left .biaoti img {
	margin-top: 4px;
}

.about .page1 .w .left .biaoti h3 {
	color: #000000;
	font-size: 24px;
	margin-left: 10px;
	font-weight: bold;
}

.about .page1 .w .left .neirong p {
	color: #333333;
	font-size: 16px;
	text-indent: 1.5em;
	text-align: justify;
	line-height: 30px;
	margin-top: 28px;
}

.about .page1 .w .right {
	position: relative;
	width: 600px;
	height: 430px;
	background: url(../images/about1.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 30px;
}
.about .page1 .w .right:hover img{
	display: block;
}
.about .page1 .w .right img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -62px;
	margin-left: -62px;
	cursor: pointer;
}
.about .page1 .w .right video {
	display: block;
	width: 560px;
	height: 390px;
	margin: 0 auto;
	background: #000000;
	margin-top: 20px;
	/* object-fit:cover; */
}

.about .page2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #f7f7f7;
}

.about .page2 .w {
	position: relative;
}

.about .page2 .w .fudong {
	position: absolute;
	right: 0;
	top: 0;
}

.about .page2 .biaoti {
	width: 100%;
	overflow: hidden;
}

.about .page2 .biaoti img {
	margin-top: 4px;
}

.about .page2 .biaoti h3 {
	color: #000000;
	font-size: 24px;
	margin-left: 10px;
	font-weight: bold;
}

.about .page2 .list {
	overflow: hidden;
	margin-top: 55px;
}

.about .page2 .list .item {
	width: 200px;
	height: 400px;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.about .page2 .list .item p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: bt-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left !important;
}

.about .page2 .list .item1 {
	background: url(../images/wenhua1.png) 100% no-repeat;
	margin-top: 26px;
}

.about .page2 .list .item2 {
	background: url(../images/wenhua2.png) 100% no-repeat;
	margin-top: 127px;
}

.about .page2 .list .item3 {
	background: url(../images/wenhua3.png) 100% no-repeat;
	margin-top: 50px;
}

.about .page2 .list .item4 {
	background: url(../images/wenhua4.png) 100% no-repeat;
	margin-top: 26px;
}

.about .page2 .list .item5 {
	background: url(../images/wenhua5.png) 100% no-repeat;
	margin-top: 72px;
}

.about .page2 .list .item6 {
	background: url(../images/wenhua6.png) 100% no-repeat;
	margin-top: 128px;
}

.about .page3 {
	background: #FFFFFF;
}

.licheng {
	width: 1200px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 166px;
	padding-bottom: 56px;
}

.licheng .hd {
	position: absolute;
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-top: 38px;
}

.licheng .hd .hengxian {
	width: 1120px;
	height: 2px;
	background: #e8e8e8;
	margin: 0 auto;
	margin-top: 20px;
}

.licheng .hd .prev,
.licheng .hd .next {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/right2-1.png) no-repeat;
	top: 0;
}

.licheng .hd .next {
	right: 0;
}

.licheng .hd .prev {
	background: url(../images/left1-1.png) no-repeat;
}

.licheng .hd .prev:hover {
	background: url(../images/left1-2.png) no-repeat;
}

.licheng .hd .next:hover {
	background: url(../images/right2-2.png) no-repeat;
}

.licheng .bd {
	width: 1120px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.licheng .bd ul {
	overflow: hidden;
	zoom: 1;
}

.licheng .bd ul li {
	cursor: pointer;
	width: 224px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.licheng .bd ul li .con {
	width: 150px;
	height: auto;
	margin: 0 auto;
}

.licheng .bd ul li .con .tc {
	color: #999999;
	font-size: 24px;
	margin-bottom: 12px;
}

.licheng .bd ul li .con .yuan {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 4px solid #999999;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.licheng .bd ul li .con .ell {
	text-align: center;
	color: #999999;
	font-size: 16px;
	margin-top: 16px;
}

.licheng .bd ul .act .con .tc {
	color: #ff3838;
}

.licheng .bd ul .act .con .yuan {
	border: 4px solid #ff3838;
}

.licheng .bd ul .act .con .ell {
	color: #ff3838;
}

.about .page3 .list {
	width: 900px;
	height: 350px;
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px;
}

.about .page3 .list .item {
	width: 100%;
	height: 100%;
	display: none;
	padding: 0 !important;
}

.about .page3 .list .act {
	display: block;
}

.about .page3 .list .img {
	width: 410px;
	height: 250px;
}

.about .page3 .list .img img {
	width: 100%;
	height: 100%;
}

.about .page3 .list .right {
	width: 340px;
	height: auto;
	margin-left: 50px;
}

.about .page3 .list .right .zhanwei {
	width: 50px;
	height: 6px;
	background: #ff3838;
	margin-bottom: 45px;
}

.about .page3 .list .right .ell_7 {
	width: 100%;
	height: 180px;
	color: #333333;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
}

.about .page4 {
	background: url(../images/fengcai-banner.png) center center / 1920px 100% no-repeat;
	height: 760px !important;
	padding: 0 !important;
	padding-top: 60px !important;
}

.about .page4 .biaoti {
	padding-top: 30px;
}

.about .page4 .biaoti h3 {
	color: #FFFFFF;
}

.about .page4 .fengcai-list {
	height: 450px;
	background: rgba(255, 255, 255, .6);
	margin-top: 120px;
}

.about .page4 .fengcai-list .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.about .page4 .fengcai-list .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.about .page4 .fengcai-list .bd li {
	zoom: 1;
	vertical-align: middle;
}
.about .page4 .fengcai-list .bd li .lists{
	width: 1020px;
	margin: 0 auto;
	margin-top: 48px;
}
.about .page4 .fengcai-list .bd li .item{
	display: block;
	width: 232px;
	height: 164px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 2px solid #ffffff;
	margin-right: 26px;
	margin-bottom: 26px;
}
.about .page4 .fengcai-list .bd li .item:nth-child(4n+0){
	margin-right: 0;
}
.about .page4 .fengcai-list .bd li .item img{
	width: 100%;
	height: 100%;
}
.about .page4 .fengcai-list .prev,
.about .page4 .fengcai-list .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 40px;
	display: block;
	width: 50px;
	height: 80px;
	background: url(../images/zuo.png) no-repeat;
}

.about .page4 .fengcai-list .next {
	left: auto;
	right: 0;
	background: url(../images/you.png) no-repeat;
}

/* 视频中心样式 */
.video-top{
	background: #f9f9fb;
	overflow: hidden;
	margin: 50px auto !important;
}
.video-top .left {
	position: relative;
	width: 600px;
	height: 304px;
	background-size: 100% 100%;
}
.video-top .left:hover img{
	display: block;
}
.video-top .left img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -62px;
	margin-left: -62px;
	cursor: pointer;
}
.video-top .left video {
	display: block;
	width: 600px;
	height: 304px;
	margin: 0 auto;
	object-fit:cover;
}
.video-top .right{
	width: 470px;
	height: 100%;
	margin-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}
.video-top .right h3{
	color: #303030;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.video-top .right .ell_6{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}
.video-biaoti{
	display: block;
}

.video-content .right .item{
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
}
.video-content .right .item img{
	margin-top: 10px !important;
}
.video-content .right .item .biaoti{
	border: none !important;
}
.video-content .right .item:hover img{
	transform: scale(1) !important;
}
.video-content .right .item .biaoti .ell{
	width: 276px !important;
}
.video-content .right .item .img{
	position: relative;
}
.video-content .right .item .img .bofang2{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px !important;
	height: 72px !important;
	margin-top: -36px !important;
	margin-left: -36px !important;
}
.video-top2 .left{
	width: 100%;
	height: auto;
}
.video-top2 .left video{
	width: 100%;
	height: auto;
}
/* 赛事精品详情 */
.boutique-details{
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 15px;
}
.boutique-details .left{
	position: relative;
    overflow: hidden;
    width: 540px;
	height: 620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.boutique-details .left .bigImg{
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boutique-details .left .bigImg li{
	width: 540px !important;
	height: 475px;
	border: 2px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boutique-details .left .bigImg li img{
	width: 540px !important;
	height: 475px;
}
.boutique-details .left .smallScroll{
	height: 100px;
	margin-top: 40px;
}
.boutique-details .left .smallImg{
	width: 480px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.boutique-details .left .smallImg ul{
	height: 100px;
}
.boutique-details .left .smallImg ul li{
	width: 120px;
	/*height: 100px;*/
	float: left;
}
.boutique-details .left .smallImg ul li img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	cursor: pointer;
}
.boutique-details .left .sPrev{
	position: absolute;
	bottom: 30px;
	width: 12px;
	height: 35px;
	display: block;
	background: url(../images/video-left.png);
}
.boutique-details .left .sNext{
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 12px;
	height: 35px;
	display: block;
	background: url(../images/video-right.png);
}
.boutique-details .right{
	width: 444px;
	height: auto;
	margin-right: 76px;
	padding-top: 40px;
}
.boutique-details .right h3{
	width: 100%;
	color: #000000;
	font-size: 30px;
	margin-bottom: 10px;
}
.boutique-details .right .canshu{
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.boutique-details .right .canshu .fl{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.boutique-details .right .canshu .fr{
	width: 245px;
	font-size: 18px;
	color: #000000;
	text-align: left;
}
.boutique-details .right .canshu .fr .item{
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 8px;
	cursor: pointer;
}
.boutique-details .right .canshu .fr .act{
	border: 2px solid #a0a0a0;
}
.boutique-details .right .canshu .fr .red{
	background: #ff2c2c;
}
.boutique-details .right .canshu .fr .lv{
	background: #23c765;
}
.boutique-details .right .canshu .fr .blue{
	background: #4189ff;
}
.boutique-details .right .canshu .fr .hui{
	background: #dddddd;
}
.boutique-details .right .miaoshu{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin-top: 20px;
}
.details-fuwenben{
	padding: 40px 0;
}
/* 联系我们页面样式 */
.contact .page1 .w .biaoti img{
	width: 36px;
	height: 36px;
}
.contact .page1 .w .biaoti h3{
	font-size: 30px;
}
.contact .page1 .w .biaoti p{
	font-size: 16px;
}
.contact .page1 .w .left{
	width: 700px;
	height: 500px;
	margin-top: 90px;
}
.contact .page1 .w .right{
	width: auto;
	height: auto;
	margin-top: 55px;
}
.contact .page1 .w .right .item{
	padding: 32.5px 0;
	padding-left: 20px;
	overflow: hidden;
}
.contact .page1 .w .right .item .zuo{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    position: relative;
    margin: 0 auto;
}
.contact .page1 .w .right .item .you{
	line-height: 80px;
	color: #333333;
	font-size: 18px;
	width: 350px;
	margin-left: 26px;
}
.contact .page1 .w .right .item .zuo img{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
.contact .page1 .w .right .item .you .dizhi1{
	width: 90px;
	line-height: 30px !important;
	margin-top: 20px;
}
.contact .page1 .w .right .item .you .dizhi2{
	width: 190px;
	line-height: 30px !important;
	margin-top: 20px;
}
.jsmap-svg-container svg{
	margin-left: -100px !important;
}
.contact .page2{
	height: 400px;
	border-radius: 10px;
	margin-bottom: 60px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
#dituContent {
    width: 1200px;
    height:400px;
}
#dituContent img{
  max-width: none;
}


/* 招贤纳士 */
.nashi{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 70px;
}
.nashi .w .item{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 80px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    overflow: hidden;
}
.nashi .w .item h3{
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #aaaaaa;
}
.nashi .w .item h3::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/biaoti.png) no-repeat;
    margin-left: -130px;
    margin-top: 6px;
}
.yaoqiu{
    overflow: hidden;
}
.nashi .w .item .yaoqiu p{
    color: #333333;
    font-size: 16px;
    float: left;
    margin-right: 90px;
    margin-top: 30px;
}
.nashi .w .item .con{
    margin-top: 49px;
}
.nashi .w .item .con h4{
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.nashi .w .item .con p{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}