body {
	font-size: 0;
	position: relative;
}

.league-8 .pic_slick {
	padding-bottom: 0;
}

.league-8 .pic_slick .slick {
	margin-top: -20px;
}

.league-8 .pic_slick .slick .item {
	padding-top: 3.5%;
	z-index: 1;
	position: relative;
}

.league-9 .swiper-pagination {
	left: 0 !important;
	right: 0;
	margin: auto;
	margin-bottom: 35px;
}

.league-9 .swiper-pagination span {
	margin: 0 5px;
}

.league-8 .pic_slick .slick .item.slick-center {
	z-index: 3;
}

.league-8 .pic_slick .slick .item .inner {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.league-8 .pic_slick .slick .item.slick-center .inner {
	transform: scale(1.7);
	transform: scale(1.7);
}

.league-8 .pic_slick .slick .item .inner img {
	display: block;
	width: 100%;
}

.league-8 .pic_slick .slick .item.active {
	z-index: 2;
}

.league-8 .pic_slick .slick .item.active .inner {
	transform: scale(1.4);
	transform: scale(1.4);
}

.league-8 .pic_slick .slick .block_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(39, 156, 254, .9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	padding: 0 15px;
}

.league-8 .pic_slick .slick .block_txt .txt {
	transform: scale(0.5);
	transform: scale(0.5);
	transform-origin: left center;
}

.league-8 .pic_slick .slick .block_txt h1 {
	font-size: 16px;
	color: #fff;
}

.league-8 .pic_slick .slick .block_txt h1 span {
	margin-right: 5px;
}

.league-8 .pic_slick .slick .block_txt p {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}

.league-8 .pic_slick .slick .item .inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.league-8 .pic_slick .slick .item.slick-center .inner:after {
	opacity: 0;
	visibility: hidden;
}

.league-8 .pic_slick .slick .item.slick-center .block_txt {
	opacity: 1;
	visibility: visible;
}

.league-8 .pic_slick .slick .slick-arrow {
	width: 5%;
	height: 100%;
	position: absolute;
	top: 10%;
	font-size: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	z-index: 2;
}

.league-8 .pic_slick .slick .slick-prev {
	left: -6%;
	background: url(../images/img-H/L8-zuoyou_03.png)center no-repeat;
}

.league-8 .pic_slick .slick .slick-next {
	right: -6%;
	background: url(../images/img-H/L8-zuoyou_05.png)center no-repeat;
}

.league-8 .date_slick {
	background: #ffffff;
	padding: 25px 70px 25px 50px;
	margin-top: 30px;
}

.league-8 .date_slick .items {
	padding: 0 10px;
}

.league-8 .date_slick .items .item {
	float: left;
	position: relative;
	width: 12.12%;
	padding: 40px 0;
	font-size: 0;
}

.league-8 .date_slick .items .item span {
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	right: -14px;
}

.league-8 .date_slick .items .item .dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px rgba(6, 0, 1, 0.2);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	margin-top: -7px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	cursor: pointer;
}

.league-8 .date_slick .items .item .dot:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cccccc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.league-8 .date_slick .items .item i {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	border: 1px dashed #d9d9d9;
	position: relative;
	z-index: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.league-8 .date_slick .items .item i:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	border: 1px solid #2696f4;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
	transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	opacity: 0;
	visibility: hidden;
}

.league-8 .date_slick .items .item:first-child i {
	display: none;
}

.league-8 .date_slick .items .item:first-child {
	width: 3%;
}

.league-8 .date_slick .items .item:nth-child(even) span {
	top: initial;
	bottom: 0;
}

.league-8 .date_slick .items .item.active span {
	color: #2696f4;
}

.league-8 .date_slick .items .item.active i:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.league-8 .date_slick .items .item.active .dot {
	background: #279cfe;
	box-shadow: 0 0 20px rgba(39, 156, 254, 0.6)
}

.league-8 .date_slick .items .item.active .dot:after {
	background: #fff;
}

img {
	max-width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.comm_banner>.container {}

.comm_banner .block_txt {
	position: absolute;
	top: 50%;
	right: 6%;
	text-align: right;
}

.league-1 .swiper-slide:nth-of-type(1) .block_txt h3 {
	color: #007457;
}

.league-1 .swiper-slide:nth-of-type(1) .block_txt h4 {
	color: #FFFFFF;
	line-height: 85px;
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 5px 0;
	padding-right: 45px;
	font-size: 44px;
}

.league-1 .swiper-slide:nth-of-type(2) .block_txt h4 {
	color: #FFFFFF;
}

.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 535px;
	height: 80px;
	padding: 10px 0;
	background: url(../images/img-H/L-h2_03.png)center no-repeat;
	background-size: contain;
	z-index: -1;
}

.league-1 .swiper-slide:nth-of-type(1) .block_txt p {
	font-size: 20px;
	color: #333333;
	text-align: right;
	background: none;
	display: block;
	margin-bottom: 40px;
	padding: 0;
	line-height: 30px;
	margin-bottom: 50px;
}

.league-1 .block_txt a {
	display: inline-block;
	font-size: 30px;
	clear: both;
	background: #f08200;
	padding: 20px 57px;
	border-radius: 50px;
	color: #FFFFFF;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.league-1 .swiper-slide:nth-of-type(2) .block_txt {
	position: absolute;
	top: 50%;
	right: 0;
	left: 21%;
	margin: auto;
	text-align: left;
}

.league-1 .swiper-slide:nth-of-type(2) .text {
	background: rgba(0, 116, 87, .8);
	padding: 25px 30px 10px 30px;
	display: inline-block;
	margin-bottom: 20px;
}

.league-1 .swiper-slide:nth-of-type(2) h3,
.league-1 .swiper-slide:nth-of-type(3) h3 {
	font-size: 48px !important;
	line-height: 66px;
}

.league-1 .swiper-slide:nth-of-type(2) h4 {
	font-size: 36px !important;
}

.league-1 .swiper-slide:nth-of-type(2) p {
	padding: 0;
	font-size: 22px;
	background: none;
}

.league-1 .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #FFFFFF;
}

.league-1 .swiper-slide:nth-of-type(3) .block_txt {
	position: absolute;
	top: 50%;
	right: 0;
	left: 21%;
	margin: auto;
	text-align: left;
}

.league-1 .swiper-slide:nth-of-type(3) .text {
	background: rgba(0, 116, 87, 0);
	padding: 0px;
	display: inline-block;
	margin-bottom: 20px;
}

.league-1 .swiper-slide:nth-of-type(3) h3 {
	font-size: 48px !important;
	line-height: 66px;
	color: #FFFFFF;
}

.league-1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 60px;
}

.league-1 .swiper-button-next {
	background-image: url(../images/ban_next.png);
	opacity: 1;
	transition: .5s;
}

.league-1 .swiper-button-next:hover {
	background-image: url(../images/ban_next_hover.png);
}

.league-1 .swiper-button-prev {
	background-image: url(../images/ban_prev.png);
	transition: .5s;
}

.league-1 .swiper-button-prev:hover {
	background-image: url(../images/ban_prev_hover.png);
}

.league-2 {
	padding: 100px 0;
}

.league-2 p {
	margin-top: 10px;
	font-size: 30px;
	color: #333333;
}

.league-2 .comm_tit i {
	background: #13b267;
}

.league-2 .conn2 {
	margin: 0 2%;
}

.league-2 .conn2 li {
	display: inline-block;
	width: 23%;
	margin-right: 1%;
	position: relative;
}

.league-2 .conn2 li .conn2-tu {
	width: 251px;
	height: 251px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}

.league-2 .conn2 li .conn2-tu span {
	display: block;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-200%);
}

.league-2 .conn2 li p {
	font-size: 18px;
	margin-top: 40px;
	line-height: 30px;
	text-align: center;
}

.league-2 .conn2 li:nth-of-type(1) .conn2-tu {
	background: #13b267 url(../images/img-H/L2-icon_03.png)center no-repeat;
}

.league-2 .conn2 li:nth-of-type(2) .conn2-tu {
	background: #007457 url(../images/img-H/L2-icon_05.png)center no-repeat;
}

.league-2 .conn2 li:nth-of-type(3) .conn2-tu {
	background: #13b267 url(../images/img-H/L2-icon_07.png)center no-repeat;
}

.league-2 .conn2 li:nth-of-type(4) .conn2-tu {
	background: #007457 url(../images/img-H/L2-icon_09.png)center no-repeat;
}

.league-3 {
	padding: 100px 0;
	padding-bottom: 0;
	background: url(../images/img-H/L3-banner_02.png)center no-repeat fixed;
	background-size: cover;
}

.league-3 .comm_tit h2 {
	color: #f08200;
}

.league-4 .comm_tit h2 {
	color: #007457;
}

.comm_tit i {
	margin: 20px auto;
	background: #007456;
}

.league-3 .comm_tit h3 {
	font-size: 30px;
	color: #333333;
}

.league-3 .comm_tit p {
	margin-bottom: 32px;
}

.league-3 .conn3 {
	width: 78%;
	margin: 0 auto;
}

.league-3 .connt {
	width: 42%;
	text-align: center;
}

.league-3 .connt a {
	display: inline-block;
	line-height: 75px;
	font-size: 30px;
	background: #f08200;
	padding: 0px 85px;
	border-radius: 50px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 35px;
}

.league-3>.container {
	position: relative;
}

.league-3 .yuan {
	width: 15%;
	background: #FFFFFF;
	padding: 28px 0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12%;
	text-align: center;
}

.league-4 {
	padding: 100px 0;
	padding-top: 238px;
}

.league-4 h3 {
	font-size: 30px;
	color: #333333;
}

.league-4 .conn4 {
	width: 100%;
	height: auto;
	background: #e2f6ed;
}

.league-4 .conn4:nth-of-type(1) {
	margin-bottom: 75px;
}

.league-4 .conn4-left {
	text-align: left;
	width: 40%;
	position: relative;
}

.league-4 .conn4-right {
	width: 50%;
}

.league-4 .conn4-right img {
	width: 100%;
}

.league-4 .conn4-left img {
	position: absolute;
	top: -30px;
	width: 100%;
}

.league-4 h5 {
	clear: both;
	font-size: 30px;
	color: #007457;
	padding: 75px 0 30px 0;
	text-align: center;
}

.league-4 .conn4:nth-of-type(odd) .conn4-left img {
	right: 0;
}

.league-5 {
	padding-top: 100px;
	padding-bottom: 180px;
	background: url(../images/img-H/L5-banner_02.png)center bottom no-repeat;
	background-size: cover;
}

.league-5 h2 {}

.league-5 h3 {
	font-size: 30px;
	color: #333333;
}

.league-5 .conn5-ul1 {
	margin-top: 80px;
}

.league-5 li {
	text-align: center;
	font-size: 24px;
	width: 310px;
	height: 83px;
	color: #FFFFFF;
	line-height: 60px;
}

.connten {
	width: 75.5%;
	margin: 0 auto;
}

.league-5 h2 {
	font-size: 30px;
	color: #007457;
	text-align: center;
	margin-bottom: 20px;
}

.league-5 h2.juse {
	color: #f08200;
}

.league-5 .conn5-ul1 li {
	background: url(../images/img-H/L5left_03.png)center no-repeat;
}

.league-5 .conn5-ul1 li:nth-of-type(even) {
	background: url(../images/img-H/L5left_07.png)center no-repeat;
}

.league-5 .conn5-ul2 {
	margin-top: 80px;
}

.league-5 .conn5-ul2 li {
	background: url(../images/img-H/L5-right_03.png)center no-repeat;
}

.league-5 .conn5-ul2 li:nth-of-type(even) {
	background: url(../images/img-H/L5-right_07.png)center no-repeat;
}

.league-6 {
	padding: 100px 0;
	background: url(../images/img-H/L6-bj_02.png)center no-repeat;
	background-size: cover;
}

.league-6 h2 {
	color: #007457;
}

.league-6 h3 {
	font-size: 30px;
	color: #333333;
}

.league-6 .conn6 li {
	width: 20%;
	height: 340px;
	overflow: hidden;
	border-right: 1px solid #FFFFFF;
	box-sizing: border-box;
	float: left;
	position: relative;
	margin-bottom: 60px;
}

.league-6 .conn6 li .text {
	position: absolute;
	left: 35px;
	right: 0;
	bottom: 35px;
}

.league-6 .conn6 li .hover .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: auto;
	width: 100%;
	transform: translateY(-50%);
}

.league-6 .conn6 li p {
	font-size: 24px;
	color: #FFFFFF;
}

.league-6 .conn6 li span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #cdc8c6;
	color: #665c54;
	font-size: 15px;
	border-radius: 50%;
	margin-top: 10px;
}

.league-6 .conn6 li .hover {
	width: 100%;
	height: 100%;
	background: #13b267;
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.league-6 .conn6 li:hover .hover {
	opacity: 1;
	visibility: visible;
}

.league-6 .conn6 li>img {
	width: 100%;
}

.league-6 .conn6 li h5 {
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 15px;
}

.league-6 .conn6 li i {
	display: block;
	width: 50%;
	height: 1px;
	background: #FFFFFF;
	margin: 15px auto;
}

.league-6 .conn6 li p {
	font-size: 16px;
	margin-bottom: 7px;
}

.league-6 .jiameng {
	text-align: center;
}

.league-6 .jiameng a {
	font-size: 30px;
	color: #FFFFFF;
	padding: 20px 45px;
	display: inline-block;
	background: #f08200;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
}

.league-7 {
	background: url(../images/img-H/S7-bj_02.png)center no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.league-7 .comm_tit {
	background: rgba(19, 178, 73, .8);
	padding: 60px 0;
}

.league-7 .comm_tit h2 {
	color: #FFFFFF;
}

.league-7 .comm_tit i {
	background: #FFFFFF;
}

.league-7 .conn7 {
	margin-top: 150px;
}

.preview {
	width: 36%;
	text-align: center;
}

.preview a {
	display: inline-block;
	margin: 0 14px;
	margin-bottom: 30px;
	position: relative;
}

.league-10 .conn10-left1 {
	display: none;
}

.preview img {
	display: block;
	width: 200px;
	height: auto;
}

.preview a:nth-of-type(1) {
	width: 226px;
	height: 260px;
	background: url(../images/img-H/L7-item-active_03.png)center no-repeat;
}

.preview a:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	background: rgba(255, 255, 255, .5);
}

.preview a:after {
	content: " ";
	background: #c9d8d1;
	width: 100%;
	line-height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 24px;
	color: #FFFFFF;
	transition: .5s;
}

.preview a.active:after {
	background: #13b267;
}

.preview a:hover:after {
	background: #13b267;
}

.preview a:nth-of-type(1):after {
	content: "程 跃";
}

.preview a:nth-of-type(2):after {
	content: "侯 佳";
}

.preview a:nth-of-type(3):after {
	content: "归向荣 ";
}

.preview a:nth-of-type(4):after {
	content: "刘苏坡";
}

.preview .active:before {
	background: rgba(255, 255, 255, 0);
}

.preview a:hover:before {
	background: rgba(255, 255, 255, 0);
}

.preview a:nth-of-type(2) {
	width: 226px;
	height: 260px;
	background: url(../images/img-H/L7-item-active_05.png)center no-repeat;
}

.preview a:nth-of-type(3) {
	width: 226px;
	height: 260px;
	background: url(../images/img-H/L7-item-active_10.png)center no-repeat;
}

.preview a:nth-of-type(4) {
	width: 226px;
	height: 260px;
	background: url(../images/img-H/L7-item-active_11.png)center no-repeat;
}

.slider-container {
	width: 50%;
	position: relative;
	float: right;
	background: url(../images/img-H/L7-bj_03.png)center no-repeat;
}

.slider__item .item-img {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.slider__item h4 {
	color: #333333;
	font-size: 28px;
	position: absolute;
	top: 18%;
	left: 23%;
}

.slider__item img {
	margin: 0 auto;
}

.league-7 .item-text {
	position: absolute;
	bottom: -5px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	padding: 15px 0;
	background: url(../images/img-H/L7-zi-bj_03.png)center no-repeat;
}

.league-8 {
	padding: 100px 0 60px 0;
	background: url(../images/img-H/L8-bj_02.png)center no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}

.league-8 h2 {
	color: #FFFFFF;
}

.league-8 p {
	color: #FFFFFF;
}

.league-8 .pic_slick {
	margin-top: 3%;
	position: relative;
}

.league-8 .pic_slick .items {
	margin: 0 auto;
}

.league-8 .pic_slick .item {
	padding-top: 1%;
	z-index: 1;
	position: relative;
}

.league-8 .pic_slick .item.slick-center {
	z-index: 2;
}

.league-8 span {
	display: block;
	width: 40%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.league-8 .pic_slick .block {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-origin: center bottom;
	transform-origin: center;
}

.league-8 .pic_slick .slick-center .block {
	transform: scale(1.2);
	transform: scale(1.2);
	/*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 70px/70px;*/
}

.league-8 .pic_slick img {
	width: 100%;
	display: block;
}

.league-8 .pic_slick p {
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background: rgba(255, 188, 1, .9);
	text-align: center;
	line-height: 2;
	font-size: 20px;
	color: #fff;
	/*opacity: 0; visibility: hidden;*/
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}


/*.league-8 .pic_slick .slick-center p{opacity: 1; visibility: visible; bottom: 30px; -webkit-transition-delay: 500ms; transition-delay: 500ms;}*/

.league-8 .pic_slick .block:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.league-8 .pic_slick .slick-center .block:after {
	opacity: 0;
	visibility: hidden;
}

.league-8 .pic_slick .btn {
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 55%;
	margin-top: -15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}

.league-8 .pic_slick .left_btn {
	left: -50px;
	background-image: url(../images/img-H/L8-zuoyou_03.png);
}

.league-8 .pic_slick .right_btn {
	right: -50px;
	background-image: url(../images/img-H/L8-zuoyou_05.png);
}

.league-8 .slick-list {
	height: 480px;
}

.league-8 .pic_slick .slick-center .block img {
	height: 100%;
}

.league-9 {
	padding: 100px 0;
	background: url(../images/img-H/L9-bj_02.png)center no-repeat fixed;
	background-size: cover;
}

.league-9 .text h2 {
	color: #13b267;
	font-size: 24px;
	margin: 20px 0 13px 0;
}

.league-9 .text h3 {
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}

.league-9 .text p {
	font-size: 14px;
	color: #333333;
}

.league-9 .item {}

.league-9 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	background: none;
	margin: 0 15px;
	display: inline-block;
	width: 50px;
	text-align: center;
	line-height: 50px;
	height: 50px;
}

.league-9 .swiper-pagination-bullet i {
	width: 20px;
	height: 20px;
	border: 2px solid #13B267;
	opacity: 1;
	background: none;
	display: block;
	border-radius: 50%;
	margin: 15px auto;
}

.league-9 .swiper-pagination-bullet-active i {
	background: #13B267;
}

.league-9 .swiper-container {
	padding-bottom: 90px;
}

.league-9 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -20px;
}

.league-10 {
	padding: 100px 0;
	background: url(../images/img-H/L10-bj_02.png)center no-repeat;
	background-size: cover;
}

.league-10 .conn10-left {
	width: 15%;
	margin-top: 25px;
	margin-left: 120px;
}

.league-10 .conn10-left .quan-1 {
	width: 154px;
	height: 154px;
	border: solid 2px #1fa963;
	border-radius: 50%;
	margin-bottom: 35px;
}

.league-10 .conn10-left .quan-1 .quan-2 {
	width: 134px;
	height: 134px;
	border: solid 3px #00a79d;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 8px;
	font-size: 14px;
	color: #00a79d;
	position: relative;
}

.league-10 .conn10-left .quan-1 .quan-2 .text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transform: translateY(-50%);
}

.league-10 .conn10-left .quan-1 .quan-2 span {
	font-size: 24px;
	color: #f08200;
}

.league-10 .conn10-right {
	width: 65%;
	margin-right: 160px;
}

.league-10 .conn10-right img {
	width: 100%;
}

.league-10 .container {
	position: relative;
}

.league-10 .liaojie a {
	clear: both;
	display: inline-block;
	background: #f08200;
	font-size: 30px;
	text-align: center;
	padding: 20px 30px;
	color: #FFFFFF;
	border-radius: 50px;
	position: absolute;
	bottom: 20px;
	left: 120px;
}

.league-11 {
	padding: 100px 0 140px 0;
	background: url(../images/img-H/L11-bj_02.png)center no-repeat fixed;
	background-size: cover;
}

.league-11 .swiper-container {
	width: 100%;
	height: 350px;
}

.league-11 .swiper-slide {
	text-align: center;
	width: 60%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.league-11 .swiper-slide:nth-child(2n) {
	width: 40%;
}

.league-11 .swiper-slide:nth-child(3n) {
	width: 20%;
}

.league-11 .swiper-slide {
	transition: .5s;
}

.league-11 .swiper-slide .zhezhao {
	position: relative;
}

.league-11 .swiper-slide span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0px;
	background: rgba(0, 0, 0, .6);
}

.league-11 .swiper-slide-next {
	width: 100%;
	height: 100%;
	transform: scale(1.2);
}

.league-11 .swiper-slide-next span {
	height: 0;
}

.league-11 .conn11 {
	position: relative;
}

.league-11 .swiper-button-next,
.league-11 .swiper-button-prev {
	top: 107%;
}

.league-11 .swiper-button-prev {
	left: 40%;
	background: url(../images/img-H/L11-zuoyou_03.png);
}

.league-11 .swiper-button-next {
	right: 40%;
	background: url(../images/img-H/L11-zuoyou_05.png);
}

.league-12 {
	padding: 100px 0;
}

.league-12 .conn12 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.league-12 .conn12 li {
	background: #13b267;
	display: inline-block;
	text-align: center;
	padding: 40px 35px;
	/* margin: 0 50px; */
	margin-right: 13%;
	width: 24%;
}

.league-12 .conn12 li:last-of-type {
	margin: 0;
}

.league-12 .conn12 li:nth-of-type(even) {
	background: #007457;
}

.league-12 .conn12 li h3 {
	font-size: 24px;
	color: #FFFFFF;
	margin: 20px 0 35px 0;
}

.league-12 .conn12 li p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.league-12 .conn12 .conn12-jiantou:nth-of-type(1) {
	width: 6%;
	position: absolute;
	top: 50%;
	left: 27%;
	margin-top: -27px;
}

.league-12 .conn12 .conn12-jiantou:nth-of-type(2) {
	width: 6%;
	position: absolute;
	top: 50%;
	right: 28%;
	margin-top: -27px;
}

.league-13 {
	padding: 100px 0;
	background: url(../images/img-H/L13-bj_02.png)center no-repeat fixed;
	background-size: cover;
}

.league-13 .conn13 li {
	display: inline-block;
	text-align: center;
	margin: 0 90px;
}

.league-13 .conn13 li h3 {
	font-size: 24px;
	color: #FFFFFF;
	margin: 30px 0 15px 0;
}

.league-13 .conn13 li p {
	font-size: 16px;
	color: #FFFFFF;
}

.league-13 .lianxi {
	max-width: 1200px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 45px 80px;
	margin: 0 auto;
	margin-top: 96px;
}

.league-13 .lianxi p {
	font-size: 18px;
	color: #007457;
	margin-bottom: 10px;
}

.league-13 .lianxi p:last-child {
	margin: 0;
}

.league-13 .lianxi .img {
	float: left;
	margin-right: 30px;
}

.league-13 .lianxi .img img {
	vertical-align: middle;
	margin-top: 15px;
}

.league-13 .lianxi h4 {
	font-size: 18px;
	color: #e88203;
	margin-top: 8px;
	margin-bottom: 8px;
}

.league-13 .lianxi h5 {
	font-size: 18px;
	color: #007457;
	font-weight: bold;
	margin-bottom: 8px;
}

.league-13 .lianxi h6 {
	font-size: 24px;
	color: #007457;
	font-family: "Medium";
	font-weight: bold;
}

.league-13 .lianxi .img-er {
	float: left;
	margin-left: 30px;
}

.league-2 .conn2 li .conn2-tu br {
	display: none;
}

.nav_fixe {
	position: fixed;
	top: 60%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 999;
}

.nav_fixe>ul {
	text-align: center;
	margin-top: 2px;
}

.nav_fixe>ul>li {
	text-align: center;
	width: 120px;
	padding: 13px 0;
	background: #13b267;
	margin: 0 auto;
	margin-bottom: 2px;
	transition: .5s;
}

.nav_fixe>ul>li:hover {
	background: #007457;
}

.nav_fixe>ul>li:last-child {
	border: 0 none;
}

.nav_fixe>ul>li p {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 7px;
}

.nav_fixe>ul>li a {
	display: block;
}

.nav_fixe>ul>li span {
	display: block;
	font-size: 16px;
	padding-top: 15px;
	color: #FFFFFF;
	font-family: "Medium";
}

.league-5>img {
	display: none;
}

.league-9 .swiper-button-next,
.league-9 .swiper-button-prev {
	display: none;
}

.league-11 .swiper-button-next,
.league-11 .swiper-button-prev {
	display: block;
}

.league-12 .conn12 .img1,
.league-12 .conn12 .img2 {
	display: none;
}

@media only screen and (max-width: 1700px) {
	.league-8 .slick-list {
		height: 400px;
	}
	.league-2 .conn2 li p {
		font-size: 14px;
		line-height: 28px;
	}
	.league-3 .yuan {
		width: 217px;
	}
	.league-4 .conn4-left {
		width: 40%;
	}
	.league-4 .conn4 {
		width: 100%;
		height: auto;
	}
	.league-5 {
		background-color: #ecf3f0;
		background-size: contain;
	}
	.league-6 .conn6 li {
		height: auto;
	}
	.league-6 .conn6 li .hover {
		padding: 15px 0;
		text-align: center;
		height: 100%;
	}
	.league-6 .conn6 li h5 {
		font-size: 22px;
		color: #FFFFFF;
		margin-top: 5px;
	}
	.league-6 .conn6 li .hover .hover_img {
		width: 22%;
		margin: 0 auto;
	}
	.comm_top {
		margin-top: 145px;
	}
	.league-2 {
		padding: 80px 0;
	}
	.league-3 {
		padding-top: 80px;
	}
	.league-4 {
		padding: 180px 0 80px 0;
	}
	.league-5 {
		padding: 80px 0 150px 0;
	}
	.league-6,
	.league-9,
	.league-10 {
		padding: 80px 0;
	}
	.league-4 h5 {
		padding: 70px 0 30px 0;
	}
	.league-6 .conn6 li {
		margin-bottom: 50px;
	}
	.league-7 .comm_tit {
		padding: 45px 0;
	}
	.preview a {
		width: 170px !important;
		height: 240px !important;
	}
	.slider__item h4 {
		left: 17%;
	}
	.league-7 .conn7 {
		margin-top: 120px;
	}
	.league-8 {
		padding: 80px 0 50px 0;
	}
	.league-10 .conn10-right {
		width: 65%;
		margin-right: 3%;
	}
	.league-10 .conn10-left {
		width: 15%;
		margin-top: 25px;
		margin-left: 10%;
	}
	.league-10 .conn10-left .quan-1 {
		margin-bottom: 25px;
	}
	.league-10 .liaojie a {
		font-size: 24px;
	}
	.league-10 .conn10-left .quan-1 {
		width: 134px;
		height: 134px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 114px;
		height: 114px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 span {
		font-size: 18px;
	}
	.league-10 .conn10-left .quan-1 {
		margin-bottom: 12px;
	}
	.league-11 {
		padding: 80px 0 120px 0;
	}
	.league-11 .swiper-container {
		width: 100%;
		height: 300px;
	}
	.league-12 .conn12 li {
		margin-right: 12%;
	}
	.league-13 .conn13 li {
		width: 20%;
		margin: 0 2.3%;
	}
	.league-1 .block_txt h1 {
		font-size: 70px !important;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
		width: 512px;
	}
	.comm_banner .block_txt h4 {
		font-size: 42px !important;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
		width: 512px;
	}
	.comm_banner .block_txt h3,
	.comm_banner .block_txt h4 {
		margin-bottom: 10px;
	}
	.league-1 .block_txt p {
		margin-bottom: 45px !important;
	}
	.league-1 .block_txt a {
		font-size: 26px;
	}
	.league-2 p {
		font-size: 26px;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(2) {
		width: 6%;
		position: absolute;
		top: 50%;
		right: 31%;
		margin-top: -27px;
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt,
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		left: 13%;
	}
	.league-1 .swiper-slide:nth-of-type(2) h3,
	.league-1 .swiper-slide:nth-of-type(3) h3 {
		font-size: 40px !important;
		line-height: 60px;
	}
	.league-1 .swiper-slide:nth-of-type(2) h4 {
		font-size: 32px !important;
	}
	.league-1 .swiper-slide:nth-of-type(2) p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1600px) {
	.league-8 .slick-list {
		height: 375px;
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt,
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		left: 10%;
	}
}

@media only screen and (max-width: 1500px) {
	.league-8 .slick-list {
		height: 360px;
	}
	.league-2 {
		padding: 60px 0;
	}
	.league-2 .conn2 li .conn2-tu {
		font-size: 20px;
	}
	.league-2 .conn2 li p {
		line-height: 24px;
	}
	.league-3 {
		padding-top: 60px;
	}
	.league-3 .connt a {
		line-height: 70px;
		font-size: 26px;
	}
	.league-3 .yuan {
		width: 200px;
		padding: 46px 0;
	}
	.league-3 .yuan img {
		width: 50%;
	}
	.league-4 {
		padding: 145px 0 60px 0;
	}
	.league-4 .conn4 {
		width: 100%;
	}
	.league-4 h5 {
		padding: 60px 0 25px 0;
	}
	.league-5 {
		padding: 60px 0 130px 0;
	}
	.league-5 h2 {
		font-size: 28px;
	}
	.league-5 li {
		font-size: 22px;
		line-height: 52px;
	}
	.preview a {
		width: 41% !important;
		height: 220px !important;
	}
	.slider__item h4 {
		left: 16%;
		top: 16%;
	}
	.league-8 {
		padding: 60px 0 40px 0;
	}
	.league-6,
	.league-9,
	.league-10 {
		padding: 60px 0;
	}
	.league-10 .conn10-left .quan-1 {
		width: 124px;
		height: 124px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 104px;
		height: 104px;
		font-size: 12px;
	}
	.league-10 .liaojie a {
		font-size: 22px;
		padding: 15px 30px;
	}
	.league-11 {
		padding: 60px 0 100px 0;
	}
	.league-12 .conn12 li {
		padding: 40px 30px;
	}
	.league-12,
	.league-13 {
		padding: 80px 0;
	}
	.league-13 .lianxi {
		padding: 40px 70px;
	}
	.league-7 .comm_tit {
		padding: 30px 0;
	}
	.league-6 .jiameng a {
		font-size: 26px;
	}
	.league-2 .conn2 li .conn2-tu {
		width: 230px;
		height: 230px;
	}
	.league-10 .liaojie a {
		left: 100px;
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt,
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		left: 8%;
	}
}

@media only screen and (max-width:1440px) {
	.comm_top {
		margin-top: 129px;
	}
	.league-1 .block_txt h1 {
		font-size: 60px !important;
	}
	.comm_banner .block_txt h4 {
		font-size: 36px !important;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
		width: 450px;
	}
	.league-1 .block_txt p {
		margin-bottom: 40px !important;
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.league-1 .block_txt a {
		padding: 15px 50px;
	}
	.league-2 {
		padding: 50px 0;
	}
	.league-2 .conn2 li p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 30px;
	}
	.league-2 .conn2 li .conn2-tu {
		width: 214px;
		height: 214px;
	}
	.league-2 .conn2 li .conn2-tu span {
		font-size: 20px;
		transform: translateY(-150%);
	}
	.league-3 {
		padding-top: 50px;
	}
	.league-3 .comm_tit h3 {
		font-size: 24px;
	}
	.league-3 .conn3 {
		width: 100%;
	}
	.league-3 .connt {
		width: 40%;
	}
	.league-3 .connt:nth-of-type(2) {
		width: 45%;
	}
	.league-4 {
		padding: 130px 0 50px 0;
	}
	.league-4 h3 {
		font-size: 26px;
	}
	.league-4 h5 {
		padding: 50px 0 25px 0;
	}
	.league-4 .conn4 {
		width: 100%;
	}
	.league-5 {
		padding: 50px 0 110px 0;
	}
	.connten {
		width: 90%;
	}
	.league-5 h2 {
		font-size: 26px;
	}
	.league-5 li {
		font-size: 20px;
		line-height: 52px;
		background-size: contain !important;
	}
	.league-6,
	.league-9,
	.league-10 {
		padding: 50px 0;
	}
	.league-6 h3,
	.league-5 h3 {
		font-size: 26px;
	}
	.league-6 .conn6 li h5 {
		font-size: 18px;
	}
	.league-6 .conn6 li i {
		margin: 10px auto;
	}
	.league-6 .jiameng a {
		padding: 15px 50px;
	}
	.league-7 .comm_tit {
		padding: 25px 0;
	}
	.league-7 .item-text {
		bottom: -10px;
		background-size: contain;
	}
	.league-7 {
		padding-bottom: 70px;
	}
	.league-9 .text p {
		line-height: 26px;
	}
	.league-9 .text h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.league-9 .text h2 {
		font-size: 22px;
	}
	.league-10 .conn10-left {
		margin-top: 0px;
	}
	.league-11 {
		padding: 50px 0 80px 0;
	}
	.league-11 .swiper-container {
		width: 100%;
		height: 260px;
	}
	.league-12 .conn12 li {
		width: 28%;
		margin-right: 7.5%;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(1) {
		left: 29%;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(2) {
		right: 29%;
	}
	.league-12,
	.league-13 {
		padding: 60px 0;
	}
	.league-13 .conn13 li h3 {
		font-size: 22px;
	}
	.league-13 .conn13 li .icon {
		width: 35%;
		margin: 0 auto;
	}
	.league-13 .lianxi {
		padding: 35px 65px;
		margin-top: 60px;
	}
	.league-8 .slick-list {
		height: 340px;
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt,
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		left: 6%;
	}
	.league-1 .swiper-slide:nth-of-type(2) h3,
	.league-1 .swiper-slide:nth-of-type(3) h3 {
		font-size: 36px !important;
		line-height: 50px;
	}
	.league-1 .swiper-slide:nth-of-type(2) h4 {
		font-size: 28px !important;
	}
	.league-1 .swiper-slide:nth-of-type(2) p {
		font-size: 18px;
	}
}

@media only screen and (max-width:1366px) {
	.league-8 .slick-list {
		height: 318px;
	}
	.league-1 .block_txt h1 {
		font-size: 50px !important;
	}
	.league-1 .block_txt h1 {
		font-size: 42px !important;
	}
	.comm_banner .block_txt h4 {
		font-size: 28px !important;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
		width: 365px;
	}
	.league-1 .block_txt p {
		margin-bottom: 30px !important;
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.league-1 .block_txt a {
		font-size: 22px;
		padding: 10px 40px;
	}
	.league-2 {
		padding: 40px 0;
	}
	.league-2 p,
	.league-4 h3,
	.league-6 h3,
	.league-5 h3 {
		font-size: 22px;
	}
	.league-2 .conn2 li .conn2-tu {
		width: 200px;
		height: 200px;
	}
	.league-2 .conn2 li .conn2-tu span {
		font-size: 18px;
	}
	.league-3 {
		padding-top: 40px;
	}
	.league-3 .connt a {
		line-height: 60px;
		font-size: 22px;
		padding: 0 80px;
	}
	.league-3 .yuan {
		width: 180px;
		padding: 41px 0;
	}
	.league-4 h5 {
		padding: 40px 0 25px 0;
		font-size: 24px;
	}
	.league-4 .conn4 {
		width: 100%;
	}
	.league-5 {
		padding: 40px 0 90px 0;
	}
	.league-5 .conn5-ul1,
	.league-5 .conn5-ul2 {
		margin-top: 50px;
	}
	.league-5 h2 {
		font-size: 24px;
	}
	.league-5 li {
		line-height: 58px;
		font-size: 18px;
	}
	.connten {
		width: 96%;
	}
	.league-6,
	.league-9,
	.league-10 {
		padding: 40px 0;
	}
	.league-6 .conn6 li {
		margin-bottom: 25px;
	}
	.league-6 .conn6 li .hover .hover_img {
		width: 15%;
		margin: 0 auto;
	}
	.league-6 .conn6 li h5 {
		font-size: 16px;
	}
	.league-6 .conn6 li p {
		font-size: 14px;
	}
	.league-6 .jiameng a {
		padding: 10px 40px;
		font-size: 22px;
	}
	.league-7 .comm_tit {
		padding: 20px 0;
	}
	.league-7 .item-text {
		padding: 10px 0;
	}
	.slider__item h4 {
		left: 12%;
		font-size: 24px;
		top: 12%;
	}
	.league-8 {
		padding: 40px 0;
	}
	.league-10 .conn10-left .quan-1 {
		width: 114px;
		height: 114px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 94px;
		height: 94px;
		font-size: 12px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 span {
		font-size: 14px;
	}
	.league-10 .liaojie a {
		font-size: 20px;
		padding: 10px 30px;
	}
	.league-11 {
		padding: 40px 0 60px 0;
	}
	.league-11 .swiper-button-next,
	.league-11 .swiper-button-prev {
		background-size: contain;
		background-repeat: no-repeat;
	}
	.league-11 .swiper-button-next,
	.league-11 .swiper-button-prev {
		position: absolute;
		top: 107%;
		width: 25px;
		height: 34px;
	}
	.league-12 .conn12 li {
		margin-right: 7%;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(2),
	.league-12 .conn12 .conn12-jiantou:nth-of-type(1) {
		width: 5%;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(1) {
		left: 29%;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(2) {
		right: 31%;
	}
	.league-12,
	.league-13 {
		padding: 50px 0;
	}
	.league-13 .conn13 li .icon {
		width: 28%;
		margin: 0 auto;
	}
	.league-13 .conn13 li h3 {
		font-size: 18px;
		margin: 20px 0 10px 0;
	}
	.league-13 .lianxi {
		padding: 30px 50px;
		margin-top: 45px;
	}
	.league-13 .lianxi p,
	.league-13 .lianxi h4,
	.league-13 .lianxi h5 {
		font-size: 16px;
	}
	.league-13 .lianxi h6 {
		font-size: 20px;
	}
	.league-13 .lianxi .img-er {
		width: 25%;
	}
	.league-13 .lianxi .img {
		width: 20%;
	}
	.preview a:after {
		font-size: 18px;
	}
}

@media only screen and (max-width:1200px) {
	.league-8 .slick-list {
		height: 300px;
	}
	.league-11 .swiper-button-next,
	.league-11 .swiper-button-prev {
		position: absolute;
		top: 111%;
	}
	.league-1 .block_txt h1 {
		font-size: 38px !important;
	}
	.comm_banner .block_txt h4 {
		font-size: 24px !important;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
		width: 325px;
		height: 44px;
	}
	.league-1 .block_txt p {
		margin-bottom: 20px !important;
		font-size: 14px !important;
		line-height: 26px !important;
	}
	.league-1 .block_txt h4 {
		line-height: 52px !important;
	}
	.league-2 {
		padding: 30px 0;
	}
	.league-2 p,
	.league-4 h3,
	.league-6 h3,
	.league-5 h3,
	.league-3 .comm_tit h3 {
		font-size: 20px;
	}
	.league-3 {
		padding-top: 30px;
	}
	.league-3 .connt a {
		line-height: 50px;
		font-size: 20px;
		padding: 0 70px;
	}
	.league-4 {
		padding: 110px 0 40px 0;
	}
	.league-4 h5 {
		padding: 30px 0 20px 0;
		font-size: 22px;
	}
	.league-4 .conn4 {
		width: 100%;
	}
	.league-5 .conn5-ul1,
	.league-5 .conn5-ul2 {
		margin-top: 30px;
	}
	.connten {
		width: 100%;
	}
	.league-6,
	.league-9,
	.league-10 {
		padding: 30px 0;
	}
	.league-6 .conn6 li {
		margin-bottom: 20px;
	}
	.league-6 .jiameng a {
		padding: 10px 40px;
		font-size: 20px;
	}
	.preview a {
		width: 41% !important;
		height: 175px !important;
		background-size: cover !important;
	}
	.preview a {
		margin: 10px;
	}
	.league-7 .item-text {
		font-size: 12px;
	}
	.league-7 .conn7 {
		margin-top: 50px;
	}
	.league-8 {
		padding: 30px 0;
	}
	.league-9 .text h2 {
		font-size: 18px;
	}
	.league-9 .text h3 {
		font-size: 16px;
	}
	.league-10 .liaojie a {
		width: 35%;
		clear: both;
		display: inline-block;
		background: #f08200;
		font-size: 30px;
		text-align: center;
		padding: 20px 30px;
		color: #FFFFFF;
		border-radius: 50px;
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.league-10 .liaojie a {
		font-size: 18px;
		padding: 10px 30px;
		text-align: center;
		/* margin: 0 auto; */
	}
	.league-11 {
		padding: 30px 0 40px 0;
	}
	.league-11 .swiper-container {
		width: 100%;
		height: 220px;
	}
	.league-12 .conn12 li {
		padding: 30px 5px;
	}
	.league-12 .conn12 li .conn2-img {
		width: 35%;
		height: 70px;
		margin: 0 auto;
	}
	.league-12 .conn12 li h3 {
		font-size: 20px;
		color: #FFFFFF;
		margin: 15px 0 20px 0;
	}
	.league-12 .conn12 li p {
		font-size: 14px;
		color: #FFFFFF;
		line-height: 24px;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(2) {
		right: 30%;
	}
	.league-12 .conn12 li {
		width: 23%;
		margin-right: 14%;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(1) {
		left: 29%;
	}
	.league-12,
	.league-13 {
		padding: 40px 0;
	}
	.league-13 .conn13 li p {
		font-size: 14px;
	}
	.league-13 .conn13 li h3 {
		font-size: 16px;
		margin: 15px 0 5px 0;
	}
	.league-13 .lianxi {
		padding: 25px 30px;
		margin-top: 35px;
	}
	.league-13 .lianxi p,
	.league-13 .lianxi h4,
	.league-13 .lianxi h5 {
		font-size: 14px;
	}
	.league-13 .lianxi h6 {
		font-size: 16px;
	}
	.league-13 .lianxi .img-er {
		width: 23%;
	}
	.league-2 .conn2 li .conn2-tu br {
		display: block;
	}
	.league-2 .conn2 li p {
		text-align: left;
	}
	.league-2 .conn2 li p br {
		display: none;
	}
	.league-2 .conn2 li p i {
		display: inline-block;
	}
	.league-2 .conn2 li {
		display: inline-block;
		width: 22%;
		margin-right: 2.5%;
	}
	.league-2 .conn2 li .conn2-tu {
		width: 160px;
		height: 160px;
	}
	.league-2 .conn2 li .conn2-tu span {
		font-size: 20px;
		transform: translateY(-135%);
	}
}

@media only screen and (max-width: 992px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}
	.league-12 .conn12 .img1,
	.league-12 .conn12 .img2 {
		display: block;
	}
	.comm_top {
		margin-top: 60px;
	}
	.league-1 .block_txt h1 {
		font-size: 28px !important;
	}
	.comm_banner .block_txt h4 {
		font-size: 18px !important;
	}
	.league-1 .block_txt h4 {
		font-size: 18px !important;
		line-height: 40px !important;
		padding-right: 20px !important;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt h4:before {
		width: 226px;
		height: 32px;
	}
	.comm_banner .block_txt h3,
	.comm_banner .block_txt h4 {
		margin-bottom: 0px;
	}
	.league-1 .block_txt p {
		margin-bottom: 10px !important;
		font-size: 12px !important;
		line-height: 24px !important;
	}
	.comm_banner .block_txt {
		right: 20px;
		transform: translateY(-50%);
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt,
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		left: 35px;
		right: 35px;
	}
	.league-1 .swiper-slide:nth-of-type(2) h3,
	.league-1 .swiper-slide:nth-of-type(3) h3 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.league-1 .swiper-slide:nth-of-type(2) p,
	.league-1 .swiper-slide:nth-of-type(3) p {
		font-size: 12px !important;
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt,
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		top: 56%;
	}
	.league-1 .swiper-button-next,
	.league-1 .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 16px;
		height: 40px;
		background-size: contain;
	}
	.league-1 .swiper-slide:nth-of-type(2) h3 br {
		display: none;
	}
	.league-1 .swiper-slide:nth-of-type(2) h4 {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.league-1 .swiper-slide:nth-of-type(2) .text {
		padding: 10px;
	}
	.league-1 .block_txt a {
		font-size: 16px;
		padding: 8px 20px;
	}
	.league-1 .swiper-slide:nth-of-type(2) p {
		margin-bottom: 0 !important;
	}
	.league-1 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 15px;
	}
	.league-2 {
		padding: 20px 0;
	}
	.league-2 p,
	.league-4 h3,
	.league-6 h3,
	.league-5 h3,
	.league-3 .comm_tit h3 {
		font-size: 18px;
	}
	.league-2 .conn2 li {
		display: inline-block;
		width: 39%;
		float: left;
		margin: 0;
		margin-bottom: 20px;
	}
	.league-2 .conn2 li:nth-of-type(even) {
		float: right;
	}
	.league-2 .conn2 li p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 18px;
	}
	.league-2 {
		padding-bottom: 0;
	}
	.league-3 {
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.league-3 .connt:nth-of-type(1) {
		display: none;
	}
	.league-3 .connt:nth-of-type(2) {
		width: 100%;
	}
	.league-3 .yuan {
		display: none;
	}
	.league-3 .connt a {
		line-height: 40px;
		font-size: 18px;
		padding: 0 50px;
		margin-top: 20px;
	}
	.league-4 {
		padding: 75px 0;
		padding-bottom: 20px;
	}
	.league-4 .conn4-left,
	.league-4 .conn4-right {
		width: 100%;
	}
	.league-4 .conn4-left {
		margin-bottom: 20px;
	}
	.league-4 .conn4-left img {
		position: static;
	}
	.league-4 .conn4 {
		height: auto;
	}
	.league-4 h5,
	.league-5 {
		font-size: 18px;
		padding: 20px 0;
	}
	.league-5 h2 {
		font-size: 18px;
	}
	.league-6 .conn6 li p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.league-6 .conn6 li h5 {
		font-size: 14px;
	}
	.league-5 .conn5-ul1,
	.league-5 .conn5-ul2 {
		width: 49%;
		margin-top: 20px;
	}
	.league-5 li {
		width: auto;
		height: 75px;
	}
	.league-5 {
		background-image: none;
		padding-bottom: 0;
	}
	.league-6,
	.league-9,
	.league-10 {
		padding: 20px 0;
	}
	.league-6 .conn6 li {
		width: 50%;
	}
	.league-6 .jiameng a {
		padding: 10px 30px;
		font-size: 16px;
	}
	.league-7 .conn7 {
		margin-top: 20px;
	}
	.slider-container,
	.preview {
		width: 100%;
		background-size: contain;
	}
	.slider__item h4 {
		left: 17%;
		font-size: 18px;
		top: 19%;
	}
	.league-7 {
		padding-bottom: 20px;
	}
	.league-8 {
		padding: 20px 0;
	}
	#certify {
		margin: 20px auto;
	}
	.league-9 .text h3 {
		font-size: 14px;
	}
	.league-9 .text p {
		font-size: 12px;
		line-height: 24px;
	}
	.league-10 .conn10-left {
		width: 100%;
		margin: 0;
		display: block;
	}
	.league-10 .conn10-left .quan-1 {
		float: left;
	}
	.league-10 .conn10-left .quan-1:nth-of-type(even) {
		float: right;
	}
	.league-10 .conn10-left .quan-1 {
		width: 188px;
		height: 188px;
		margin: 20px 80px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 169px;
		height: 169px;
		font-size: 12px;
	}
	.league-10 .conn10-right {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.league-10 .liaojie a {
		width: 65%;
		position: static;
		font-size: 16px;
		padding: 10px 2px;
	}
	.league-10 .liaojie {
		clear: both;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.league-11 {
		padding: 20px 0;
		padding-bottom: 60px;
	}
	.league-11 .swiper-container {
		width: 100%;
		height: 215px;
	}
	.league-12 .conn12 li {
		width: 100%;
		margin: 0;
	}
	.conn12-jiantou {
		display: none;
	}
	.league-12,
	.league-13 {
		padding: 20px 0;
	}
	.league-13 .conn13 li {
		width: 48%;
		margin: 0;
		float: left;
		margin-bottom: 20px;
	}
	.league-13 .conn13 li:nth-of-type(even) {
		float: right;
	}
	.league-13 .lianxi {
		margin-top: 0;
	}
	.lianxi-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.list_ll{
		left: 28%!important;
		font-size: 12px!important;
	}
	.league-13 .lianxi .img-er {
		width: 26%;
	}
	.league-7 .item-text {
		bottom: -12px;
	}
	.league-13 .lianxi {
		padding-bottom: 0;
	}
	.league-2 .conn2 li .conn2-tu {
		background-size: 80px 80px !important;
	}
	.preview a {
		width: 20% !important;
		height: 200px !important;
		background-size: cover !important;
	}
	.league-4 .conn4-left img,
	.league-4 .conn4-right img {
		width: 100%;
	}
	.league-11 .swiper-button-next,
	.league-11 .swiper-button-prev {
		position: absolute;
		top: 110%;
		width: 14px;
		height: 25px;
		margin-bottom: 20px;
	}
	/*.league-10 .conn10-left .quan {
		width: 49%;
		float: left;
	}*/
	/*.league-10 .conn10-left .quan:nth-of-type(even) {
		width: 49%;
		float: right;
	}*/
	.league-8 .pic_slick .block {
		position: relative;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform-origin: center bottom;
		transform-origin: center;
	}
	.league-8 .slick-list {
		height: auto;
	}
	.league-8 .pic_slick .slick-center .block img {
		height: 100%;
	}
	.league-8 .pic_slick .left_btn {
		left: 0px;
		width: 25px;
		height: 25px;
		background-image: url(../images/img-H/L8-zuoyou_03.png);
		background-size: contain;
	}
	.league-8 .pic_slick .right_btn {
		right: 0px;
		width: 25px;
		height: 25px;
		background-image: url(../images/img-H/L8-zuoyou_05.png);
		background-size: contain;
	}
	.league-2 .conn2 li:nth-of-type(4) .conn2-tu {
		margin: 0 auto;
	}
	.league-12 .conn12 .conn12-jiantou:nth-of-type(1),
	.league-12 .conn12 .conn12-jiantou:nth-of-type(2) {
		display: none;
	}
	.league-8 .pic_slick .slick .item {
		padding-top: 0%;
	}
	.league-8 .pic_slick .slick .item.slick-center .inner {
		transform: scale(1.0);
		transform: scale(1.0);
		text-align: center;
	}
	.league-8 .pic_slick .slick .item .inner img {
		width: auto;
		margin: 0 auto;
	}
	.league-8 .pic_slick .slick .item {
		padding-top: 25px;
	}
	.league-8 .pic_slick .slick .block_txt {
		height: auto;
		padding: 8px 10px;
	}
	.league-8 .pic_slick .slick .block_txt .txt {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		transform-origin: left center;
	}
	.league-8 .pic_slick .slick .slick-arrow {
		width: 5%;
		top: 5%;
		background-size: contain;
	}
	.league-8 .pic_slick .slick .slick-next {
		right: 0;
	}
	.league-8 .pic_slick .slick .slick-prev {
		left: 0;
	}
	.league-11 .swiper-slide-next {
		transform: scale(1);
	}
	.league-11 .swiper-container {
		width: 100%;
		height: auto;
	}
	.league-2 .conn2 li .conn2-tu span {
		font-size: 18px;
		transform: translateY(-100%);
	}
	.league-11 .swiper-slide span {
		display: none;
	}
	.nav_fixe {
		display: none !important;
	}
	.league-12 .conn12 li .conn2-img {
		height: auto;
	}
	.league-3 .yuan {
		width: 110px;
		padding: 32px 0;
		display: block;
		bottom: -24%;
	}
	.league-3 .yuan img {
		width: 40%;
	}
	.comm_tit p {
		text-align: left;
	}
	.league-2 .comm_tit p{
		text-align: center;
	}
	.league-4 .conn4-right {
		display: none;
	}
	.league-5>img {
		margin-bottom: -5px;
		display: block;
	}
	.league-6 .conn6 li .hover {
		opacity: 1;
		visibility: visible;
		padding: 35px 0;
		background: rgba(19, 178, 103, .8);
	}
	.league-6 .conn6 li:nth-of-type(2) .hover,
	.league-6 .conn6 li:nth-of-type(3) .hover,
	.league-6 .conn6 li:nth-of-type(6) .hover,
	.league-6 .conn6 li:nth-of-type(7) .hover,
	.league-6 .conn6 li:nth-of-type(10) .hover {
		background: rgba(19, 178, 103, 0);
	}
	.league-6 .conn6 li .text {
		display: none;
	}
	.preview {
		display: none;
	}
	.bx-prev {
		display: block;
		width: 25px;
		height: 42px;
		background: #13b267 url(../images/img-H/app-jiantou1_03.png)center no-repeat;
	}
	.bx-next {
		display: block;
		width: 25px;
		height: 42px;
		background: #13b267 url(../images/img-H/app-jiantou_05.png)center no-repeat;
	}
	.slider__switch[disabled] {
		visibility: visible;
		opacity: 1;
	}
	.slider__switch {
		display: block;
		background: #13b267;
		border-radius: 50%;
		opacity: 1;
		padding: 5px;
	}
	.league-8 .pic_slick .slick .slick-next {
		background: url(../images/img-H/app-jiantou_05.png)center no-repeat;
		opacity: 1;
		background-color: rgba(0, 0, 0, .6);
		background-size: 10px;
		right: 0;
		top: 50%;
		width: 27px;
		height: 44px;
	}
	.league-8 .pic_slick .slick .slick-prev {
		background: url(../images/img-H/app-jiantou1_03.png)center no-repeat;
		opacity: 1;
		background-color: rgba(0, 0, 0, .6);
		background-size: 10px;
		right: 0;
		top: 50%;
		width: 27px;
		height: 44px;
	}
	.swiper-button-next {
		background: #13b267 url(../images/img-H/app-jiantou_05.png)center no-repeat;
		opacity: 1;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background-size: 10px;
		right: 0;
		top: 50%;
	}
	.swiper-button-prev {
		background: #13b267 url(../images/img-H/app-jiantou1_03.png)center no-repeat;
		opacity: 1;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background-size: 10px;
		right: 0;
		top: 50%;
	}
	.league-9 .swiper-container {
		padding-bottom: 20px;
	}
	.league-10 .conn10-left {
		display: none;
	}
	.league-10 .conn10-left1 {
		display: block;
	}
	.league-10 .conn10-left .quan-1 {
		width: 140px;
		height: 140px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 120px;
		height: 120px;
	}
	.league-11 .swiper-button-next,
	.league-11 .swiper-button-prev {
		top: 50%;
	}
	.league-11 .swiper-button-prev {
		background: url(../images/img-H/app-jiantou_05.png)center no-repeat;
		opacity: 1;
		background-color: rgba(0, 0, 0, .6);
		background-size: 10px;
		left: auto;
		right: 0;
		top: 50%;
		width: 27px;
		height: 44px;
		border-radius: inherit;
	}
	.league-11 .swiper-button-next {
		background: url(../images/img-H/app-jiantou1_03.png)center no-repeat;
		opacity: 1;
		background-color: rgba(0, 0, 0, .6);
		background-size: 10px;
		left: 0;
		top: 50%;
		width: 27px;
		height: 44px;
		border-radius: inherit;
	}
	.league-12 .conn12 li {
		width: 70%;
		margin-bottom: 20px;
	}
	.league-12 .conn12 li:nth-of-type(even) {
		float: right;
	}
	.league-12 .conn12 .img1 {
		position: absolute;
		top: 25%;
		left: 75%;
		width: 14%;
	}
	.league-12 .conn12 .img2 {
		position: absolute;
		top: 57%;
		left: 10%;
		width: 14%;
	}
	.league-1 .swiper-button-next,
	.league-1 .swiper-button-prev {
		display: none;
	}
	.league-6 .conn6 li .hover {}
	.league-6 .conn6 li .hover .text {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateY(-50%);
		display: block;
	}
	.comm_banner .block_txt {
		text-align: center;
		top: 25%;
	}
	.league-1 .swiper-slide:nth-of-type(1) .block_txt p {
		text-align: center;
	}
	.league-1 .swiper-slide:nth-of-type(2) .block_txt {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.league-1 .swiper-slide:nth-of-type(2) .text {
		width: 100%;
	}
	.league-1 .block_txt a {
		margin-left: 20px;
	}
	.league-1 .swiper-slide:nth-of-type(3) .block_txt {
		top: 25%;
	}
	.league-1 .swiper-slide:nth-of-type(3) .block_txt a {
		margin: 0;
	}
	.league-1 .swiper-slide:nth-of-type(2) h3,
	.league-1 .swiper-slide:nth-of-type(3) h3 {
		font-size: 22px !important;
		line-height: 30px;
	}
	.comm_banner .block_txt h3 {
		font-size: 34px;
	}
	.league-1 .block_txt p{
		font-size: 14px !important;
	}
	.league-9 .swiper-button-next, .league-9 .swiper-button-prev{
		display: block;
	}
	.fudong{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 999;
	}
	.fudong .fudong1{
		width: 50%;
		float: left;
		line-height: 50px;
		background: #f29221;
		text-align: center;
		vertical-align: middle;
	}
	.fudong .fudong1 a{
		font-size: 14px;
		color: #fff;
	}
	.fudong .fudong1 img{
		vertical-align: middle;
		margin-right: 5px;
	}
	.fudong .fudong1:nth-of-type(1){
		border-right: #f8c386 5px solid;
	}
}

@media only screen and (max-width:768px) {
	.league-2 .conn2 li .conn2-tu span {
		font-size: 16px;
		transform: translateY(-140%);
	}
	.league-10 .conn10-left .quan-1 {
		margin: 20px 30px;
	}
	.league-2 .conn2 li {
		width: 38%;
	}
	.league-2 .conn2 li .conn2-tu {
		width: 120px;
		height: 120px;
	}
	.league-9 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 30px;
	}
}

@media only screen and (max-width:768px) {
	.league-10 .conn10-left .quan-1 {
		margin: 20px 10%;
	}
	.league-9 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0;
	}
	.league-9 .swiper-pagination-bullet i {
		width: 15px;
		height: 15px;
	}
	.preview a {
		height: 160px !important;
	}
	.preview a:after {
		line-height: 25px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	.league-2 .conn2 li {
		width: 43%;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 148px;
		height: 148px;
		font-size: 12px;
	}
	.league-10 .conn10-left .quan-1 {
		width: 170px;
		height: 170px;
		margin: 20px 7px;
	}
	.preview a {
		width: 30% !important;
		height: 130px !important;
	}
}

@media only screen and (max-width:400px) {
	.league-10 .conn10-left .quan-1 {
		margin: 20px 0;
		width: 120px;
		height: 120px;
	}
	.league-10 .conn10-left .quan-1 .quan-2 {
		width: 100px;
		height: 100px;
	}
	.league-2 .conn2 li .conn2-tu {
		padding: 25% 0;
	}
	.league-2 .conn2 li {
		width: 43%;
		height: 205px;
	}
	.league-5 li {
		font-size: 14px;
	}
	.league-10 .liaojie a {
		width: 75%;
	}
	.league-13 .conn13 li {
		width: 38%;
	}
	.league-13 .lianxi .img {
		float: left;
		margin-right: 4px;
	}
	.league-13 .lianxi .img-er {
		float: left;
		margin-left: 15px;
	}
	.league-13 .lianxi .img-er {
		width: 21%;
		vertical-align: middle;
		margin-top: 10px;
	}
	.league-7 .item-text {
		background-size: 300px 90px;
	}
}

@media only screen and (max-width: 320px) {
	.preview a {
		width: 30% !important;
		height: 100px !important;
	}
}