﻿body {
	background-color: #f8f9fd;
}

.back {
	width: 100%;
	height: auto;
	/*background-image: url(../img/BJ-1.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index: 1;
}
.back img {
	display: block;
	width: 100%;
	height: auto;
}
.d-list {
	position: relative;
	z-index: 2;
	width: 1760px;
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: -60px auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.d-list>div {
	display: flex;
	display: -webkit-flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	height: 94px;
	position: relative;
	padding: 40px 85px;
}
.d-list>div>div {
	width: 1px;
	height: 94px;
	position: absolute;
	left: 0;
	top: 40px;
	background-image: linear-gradient(#c6dbf8, #5e9aea, #c6dbf8); /* 标准的语法（必须放在最后） */
	opacity: .53;
}
.d-list>div:first-of-type>div {
	opacity: 0;
}
.d-list-p1 {
	font-size: 40px;
	color: #5091e8;
	line-height: 50px;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.d-list-p1 span {
	display: inline-block;
	position: absolute;
	font-size: 18px;
	color: #5091e8;
	line-height: 1;
	right: -17px;
    top: -3px;
	font-weight: 200;
}
.d-list-p2 {
	font-size: 20px;
	color: #5091e8;
	line-height: 30px;
	margin-top: ;
}
@media screen and (max-width: 1760px) {
	.d-list {
		justify-content: space-between;
	}
	.d-list>div {
		padding: 40px 60px;
	}
}
@media screen and (max-width: 1480px) {
	.d-list {
		justify-content: space-between;
	}
	.d-list>div {
		padding: 40px 40px;
	}
}
.header {
	width: 1200px;

	margin: auto;
}

.header-top {
	width: 1200px;
	height: 70px;
	margin-top: 46px;
}

.header-top-ul {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header-top-ul li {
	width: 310px;
	height: 70px;
	display: inline-block;
	align-items: center;
	font-family: 'Adobe 黑体 Std';
	font-size: 24px;
	line-height: 70px;
	background-color: #5091e8;
	border-radius: 10px;
	margin: 0 34.5px;
}

.header-top-ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.header-cen {
	width: 1200px;
	min-height: 700px;
}

.header-cen-t {
	width: 100%;
	height: 60px;
	margin-top: 55px;
	margin-bottom: 35px;
}

.header-cen-t p {
	width: 230px;
	height: 60px;
	font-size: 44px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	margin: auto;
}

.header-cen-b {
	width: 1195px;
	height: 571px;
	margin: auto;
	border-radius: 10px;
	background-color: #ffffff;
}

.header-cen-b .cen-b-left {
	width: 428px;
	height: 506px;
	float: left;
	overflow: hidden;
	padding-top: 65px;
	margin-left: 15px;
}

.header-cen-b .cen-b-left p {
	width: 170px;
	height: 65px;
	line-height: 30px;
	text-align: center;
	font-family: 'Adobe 黑体 Std';
	font-size: 19px;
	color: #6fb3bc;
	margin: auto;
	margin-bottom: 10px;
}

.header-cen-b .cen-b-img {
	width: 428px;
	height: 347px;
}

.header-cen-b .cen-b-img img {
	width: 100%;
	height: 100%;
}

.header-cen-b .cen-b-right {
	width: 655px;
	height: 100%;
	float: right;
	overflow: hidden;
	margin-right: 42px;
}

.header-cen-b .b-right-t {
	width: 100%;
	height: 30px;
	margin-top: 31px;
	margin-bottom: 13px;
}

.header-cen-b .b-right-t1 {
	width: 100px;
	height: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	float: left;
	overflow: hidden;
}

.header-cen-b .b-right-t2 {
	width: 50px;
	height: 100%;
	font-size: 16px;
	line-height: 30px;
	float: right;
	overflow: hidden;
}

.header-cen-b .b-right-t2 a {
	color: #999999;
}

.header-cen-b .b-right-b {
	width: 100%;
	height: 450px;
	border-radius: 10px;
	border: 1px solid #ededed;
}

.header-cen-b .b-right-b1 {
	width: 100%;
	height: 50px;
	background-color: #5091e8;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.header-cen-b .b-right-p1 {
	width: 40px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	float: left;
	overflow: hidden;
	margin-left: 46px;
}

.header-cen-b .b-right-p2 {
	width: 100px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	float: left;
	overflow: hidden;
	margin-left: 97px;
}

.header-cen-b .b-right-p3 {
	width: 80px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	float: right;
	overflow: hidden;
	margin-right: 115px;
}

.header-cen-b .b-right-ul {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.swiper1 {
	width: 100%;
	height: 400px;
}
.swiper1 .swiper-slide {
	width: 100%;
	height: 50px;
}
.swiper1 .swiper-slide:nth-child(2n-1) {
	background-color: #f3f3f3;
}

.header-cen-b .b-right-ul ul {
	display: block;
	width: 675px;
	height: 100%;
	overflow-y: scroll;
}

.header-cen-b .b-right-ul li {
	width: 100%;
	height: 50px;
}

.header-cen-b .b-right-ul a {
	display: block;
	width: 100%;
	height: 50px;
}

.header-cen-b .b-right-ul li:nth-child(2n-1) {
	background-color: #f3f3f3;
}

.header-cen-b .b-right-ul1 {
	width: 100px;
	height: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-left: 15px;
}

.header-cen-b .b-right-ul2 {
	width: 130px;
	height: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-left: 50px;
}

.header-cen-b .b-right-ul3 {
	width: 255px;
	height: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	float: right;
	overflow: hidden;
	margin-right: 25px;
}

.header-bot {
	width: 1200px;
	height: 386px;
	margin-top: 43px;
	margin-bottom: 70px;
}

.header-bot ul {
	display: block;
	width: 100%;
	height: 100%;
}

.header-bot-li {
	width: 384px;
	height: 100%;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(155,168,188,.3);
}

.header-bot-li:nth-child(n) {
	margin-left: 24px;
}

.header-bot-li:nth-child(1) {
	margin-left: 0;
}

.header-bot-imgr {
	width: 49px;
	height: 87px;
	float: right;
	overflow: hidden;
	/* margin-top: -2px; */
	margin: -2px 15px 0 0;
}

.header-bot-imgr img {
	width: 100%;
	height: 100%;
}

.header-bot-imgl {
	width: 102px;
	height: 102px;
	margin: 26px 0 22px 141px;
}

.header-bot-imgl img {
	width: 100%;
	height: 100%;
}

.header-bot-p1 {
	width: 300px;
	height: 30px;
	margin: auto;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.header-bot-p1 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}

.header-bot-li ul {
	display: block;
	width: 290px;
	height: 160px;
	margin: auto;

}

.header-bot-lil {
	width: 290px;
	height: 40px;
	font-size: 18px;
	color: #333333;
	list-style-type: square;
	line-height: 38px;
}

.header-bot-lil a {
	color: #333333;
}

.header-bot-li-l {
	width: 290px;
	height: 40px;
	font-size: 18px;
	color: #333333;
	list-style-type: square;
	line-height: 30px;
}

.header-bot-li-l a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}


















.section-feature {
	width: 100%;
	height: 770px;
	background-image: url(../img/BJ-2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.section-feature .sf-title{
	text-align: center;
	padding: 42px 0;
	line-height: 1;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.swiper2-div {
	width: 1200px;
	margin: 0 auto;
	height: 578px;
	position: relative;
}
.swiper2.swiper-container {
	width: 100%;
    height: 100%;
}
.swiper2 .swiper-slide {
	width: 640px;
	height: 577px !important;
	box-shadow: 0 26px 62px 0 rgba(39, 61, 95, 0.18);
	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;
	  transition: 300ms;
	  transform: scale(.8);
	  border-radius: 8px;
	  overflow: hidden;
}
.swiper2-div .swiper-button-next,.swiper2-div .swiper-button-prev {
	width: 65px;
	height: 85px;
	outline: none;
}
.swiper2-div .swiper-button-next{
    background-image: url(../image/d-yjt.png);
    background-size: 100% 100%;
    right: -98px;
    left: auto;
}
.swiper2-div .swiper-button-prev{
    background-image: url(../image/d-zjt.png);
    background-size: 100% 100%;
    left: -98px;
    right: auto;
}
.swiper2 .swiper-slide-active,
.swiper2 .swiper-slide-duplicate-active {
	transform: scale(1);
}
.section-feature .slide1{
	width: 640px;
	height: 578px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	overflow: hidden;
}
.section-feature .slide1 a{
	display: block;
	width: 100%;
	height: 100%;
	
	
}
.slide1-p{
	font-size: 26px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.slide1 img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.slide1 div {
	width: 100%;
	height: 138px;
	background-color: #5091e8;
	padding: 12px 31px 18px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}
.slide1 div p {
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
}
.slide1 div p span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #FFFFFF;
	margin-right: 9px;
}
















.ind_main{
	width: 100%;
	position: relative;
}
.ind_main_zd{
	width: 1200px;
	padding: 78px 0;
	margin: auto;
}
.ind_main_zd .zd_p{
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: auto;
	font-size: 44px;
	color: #333333;
}
.ind_main_zd .zd_ul{
	display: block;
	width: 100%;
	height: 651px;
	background: url(../image/bg3.jpg) no-repeat center top;
	position: relative;
	margin-top: 30px;
}
.ind_main_zd .zd_ul li{
	width: 735px;
	padding: 0 135px 0 95px;
	position: absolute;
	z-index: 3;
}
.ind_main_zd .zd_ul li:nth-of-type(1){
	top: 90px;
	left: 0;
}
.ind_main_zd .zd_ul li:nth-of-type(2){
	top: 240px;
	right: 0;
}
.ind_main_zd .zd_ul li:nth-of-type(3){
	top: 390px;
	left: 0;
}
.ind_main_zd .zd_ul li:nth-of-type(4){
	top: 515px;
	right: 0;
}
.ind_main_zd .zd_ul li div{
	line-height: 25px;
	color: #5091e8;
	font-size: 22px;
	font-weight: bold;
}
.ind_main_zd .zd_ul li p{
	line-height: 30px;
	color: #333333;
	font-size: 18px;
}
.ind_main_zd .zd_btn{
	text-align: center;
	margin-top: 40px;
}
.ind_main_zd .zd_btn a{
	display: inline-block;
	vertical-align: top;
	margin: 0 35px;
	width: 310px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 8px;
	background-color: #5091e8;
	color: #fff;
	font-size: 24px;
	
}

.in-a{
	width: 100%;
	height: 258px;
	background-color: #5091e8;
	padding-top: 47px;
	box-sizing: border-box;
}
.in-a ul li{
	float: left;
	width: 261px;
	text-align: center;
	margin-right: 52px;
	position: relative;
}
.in-a ul li:last-child{
	margin-right: 0;
}
.in-a ul li:after{
	content: '';
	position: absolute;
	top: 60px;
	right: -40px;
	z-index: 3;
	display: inline-block;
	width: 20px;
	height: 35px;
	background: url(../image/icon4.png) no-repeat center;
}
.in-a ul li img{
	display: block;
	width: 100%;
}
.in-a ul li p{
	line-height: 1;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.in-b{
	width: 100%;
	padding: 58px 0 80px;
}
.in-b .ib-title{
	color: #333333;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 90px;
}
.in-b .ib-list{
	width: 100%;
}
.in-b .ib-list ul li{
	float: left;
	width: 216px;
	height: 438px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(155,168,188,.3);
	margin-right: 30px;
}
.in-b .ib-list ul li:last-child{
	margin-right: 0;
}
.in-b .ib-list ul li:nth-of-type(odd){
	margin-top: 68px;
}
.in-b .ib-list ul li img{
	display: block;
	width: 100%;
}
.in-b .ib-list ul li div{
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.in-b .ib-list ul li p{
	padding: 0 20px;
	line-height: 24px;
	color: #666666;
	font-size: 16px;
}

.in-c{
	width: 100%;
	height: 851px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	box-sizing: border-box;
}
.in-c .ic-title{
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.in-d{
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 75px;
	box-sizing: border-box;
}
.in-d .id-title{
	color: #333;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}











.d-jyxx {
	width: 100%;
	height: auto;
	padding: 40px 0 99px;
	background-color: #ffffff;
	
}
.d-jyxx-bt {
	font-size: 44px;
	color: #333333;
	line-height: 1;
	text-align: center;
          font-weight:bold;
}
.d-jyxx-div {
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.d-jyss-swiper {
	width: 570px;
	height: auto;
	float: left;
	overflow: hidden;
	border-radius: 8px;
}
.d-p {
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	height: 50px;
}
.d-swiper3 {
	border: 1px solid #d5d7dd;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.d-jyss-swiper .swiper-slide(2n-1) {
	background-color: #f3f3f3;
}
.d-p span {
	display: inline-block;
	float: left;
	text-align: center;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	overflow : hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
}
.d-p span:nth-of-type(1) {
	width: 106px;
}
.d-p span:nth-of-type(2) {
	width: 168px;
}
.d-p span:nth-of-type(3) {
	width: 294px;
}
.d-p.d-bt {
	width: 100%;
	line-height: 50px;
	background-color: #5091e8;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.d-jyss-y {
	width: 590px;
	height: auto;
	float: right;
	overflow: hidden;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
}
.d-jyss-y .bt {
	width: 100%;
	font-size: 20px;
	color: #666666;
	line-height: 50px;
	padding: 0 13px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 font-weight: bold;
}
.d-jyss-y ul {
	width: 100%;
}
.d-jyss-y ul li {
	width: 100%;
	height: 50px;
	
}
.d-jyss-y ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.d-jyss-y ul li a>span {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #5091e8;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2.5px;
}
.d-jyss-y ul li a p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	padding: 0 120px 0 26px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.d-jyss-y ul li a p span {
	display: block;
	width: 120px;
	height: 50px;
	padding: 0 13px 0 15px;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}






.swiper2-div .list{
	width: 1200px;
	height: 578px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -545px;
}

.swiper2-div .btn{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 65px;
	height: 85px;
	cursor: pointer;
}
.swiper2-div .next{
	right: -95px;
	background: url(../image/d-yjt.png);
	background-size: 100% 100%;
}
.swiper2-div .prev{
	left: -95px;
	background: url(../image/d-zjt.png);
	background-size: 100% 100%;
}
.list li{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.list .p1{
	transform:translate3d(-224px,0,0) scale(0.81);
}
.list .p2{
	transform:translate3d(0px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 1;
	z-index: 2;
}
.list .p3{
	transform:translate3d(224px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.list .p4{
	transform:translate3d(449px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 1;
	z-index: 2;
}
.list .p5{
	transform:translate3d(672px,0,0) scale(0.81);
}
.list .p6{
	transform:translate3d(896px,0,0) scale(0.81);
}
.list .p7{
	transform:translate3d(1120px,0,0) scale(0.81);
}


.cs {
	width: 100%;
    height: 100vh;
    position: relative;
}
.cs .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .cs .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .cs .gallery-top {
      height: 80%;
      width: 100%;
    }

    .cs .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .cs .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }

    .cs .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    












/* 林迪生开始 */
.l_inner {
	width: 1200px;
	margin: 0 auto;
}

.l_last {
	background-color: #333333;
	padding-bottom: 80px;
}

.l_last .l_title {
	padding-top: 40px;
	text-align: center;
	font-size: 44px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	padding-bottom: 45px;
}

#l_swiper1 {
	margin: 0px 30px;

}

#l_swiper1 .swiper-slide {
	position: relative;
	/* width: 23% !important; */
	/* margin: 0 2% !important; */
}

#l_swiper1 .swiper-slide img {
	width: 100%;
}

#l_swiper1 .swiper-slide p {
	color: #fff;
	line-height: 1.2;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 5px;
	text-align: center;
}


#l_swiper1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../image/l_you.png) no-repeat center center;
	background-size: cover;
	width: 65px;
	height: 85px;
	right: 15px;
}


#l_swiper1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../image/l_zuo.png) no-repeat center center;
	background-size: cover;
	width: 65px;
	height: 85px;
	left: 15px;
}

#l_swiper1 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
#l_swiper1 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}
.l_last2 {
	background: #fff;
}

.l_last2_1 {
	padding-bottom: 43px;
}

.l_last2 .l_title {
	padding-top: 40px;
	text-align: center;
	font-size: 44px;
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
	padding-bottom: 45px;
}

.l_last2 .l_list {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.l_last2 .l_list li {
	width: 280px;
	height: 230px;
	margin-right: 24px;
	box-shadow: 0px 0px 9px rgba(55, 89, 135, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fff;
	margin-bottom: 27px;
}

.l_last2 .l_list li:nth-of-type(4n) {
	margin-right: 0px;
}

.l_last2 .l_list li img {
	width: 64px;
	height: 64px;
	margin-bottom: 15px;
}

.l_last2 .l_list li p {
	font-size: 22px;
	line-height: 1.2;
	color: #666666;
	font-weight: bold;
}

.l_last3 {
	width: 100%;
	height: 880px;
	background: url(../image/l_last3_bg.jpg)no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.l_last3 .l_title {
	padding-top: 40px;
	text-align: center;
	font-size: 44px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	padding-bottom: 45px;
}

.l_last3_1{
	position: relative;
}


.l_last3_1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../image/l_you.png) no-repeat center center !important;
    background-size: cover;
    width: 47px;
    height: 60px;
	right: -72px;
	outline: none;
}


.l_last3_1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../image/l_zuo.png) no-repeat center center !important;
    background-size: cover;
    width: 47px;
    height: 60px;
	left: -72px;
	outline: none;
}


.l_last3_1 .swiper-container {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.l_last3_1 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.l_last3_1 .gallery-top {
	height: 520px;
	width: 1200px !important;
}

.l_last3_1 .gallery-thumbs {
	height: 127px;
	box-sizing: border-box;
	/* padding: 10px 0; */


	/* margin-top: 35px; */
}



/* .l_last3_1 .gallery-top .swiper-slide .l_fr1 {
	margin-left: 95px;
	margin-top: 45px;
} */
.l_last3_1 .gallery-top .swiper-slide .l_fl1{
	margin-left: 95px;
	margin-top: 45px;
}
.l_last3_1 .gallery-top .swiper-slide .l_fl1_1{
	position: relative;
	width: 305px;
	height: 228px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.l_last3_1 .gallery-top .swiper-slide .l_fl1_1 img {
	width: 305px;
	height: 228px;
	border-radius: 10px;
}

.l_last3_1 .gallery-top .swiper-slide .l_fl1_1 p {
	font-size: 22px;
	line-height: 38px;
	height: 38px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: url(../image/l_bg.png) no-repeat center center;
	background-size: cover;
}

.l_last3_1 .gallery-top .swiper-slide .l_fl1_1 p span {
	margin-left: 10px;
	font-size: 21px;
}

.l_last3_1 .gallery-top .swiper-slide .l_fl1 ul li {
	padding-bottom: 20px;
}

.l_last3_1 .gallery-top .swiper-slide .l_fl1 ul li p {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
	width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1{
	margin-right: 85px;
	margin-top: 50px;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 div{
	background: #5091e8;
	border-radius: 10px;
	text-align: center;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_1{
	width: 477px;
	height: 140px;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_1 .p1{
font-size: 20px;
font-weight: bold;
line-height: 1.1;
color: #fff;
padding-top: 15px;
}	
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_1 .p2{
	font-size: 24px;
font-weight: bold;
line-height: 1.1;
color: #fff;
padding-top: 15px;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 30px;
	padding-top: 10px;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_2 ul li{
	border: 1px solid #fff;
	border-radius: 20px;
	width: 190px;
	height: 40px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_2 ul li p{
	font-size: 20px;
	line-height: 1.2;
	color: #fff;

}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_1 .p3{
	font-size: 20px;
font-weight: bold;
line-height: 1.1;
color: #fff;
padding-top: 15px;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_2{
	width: 477px;
	height: 188px;
	margin-top: 10px;
}

.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_2 .p2 ul li{
	border: 1px solid #fff;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_3{
	width: 477px;
	height: 70px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l_last3_1 .gallery-top .swiper-slide .l_fr1 .l_fr1_3 p{
	font-size: 24px;
/* font-weight: bold; */
line-height: 1.1;
color: #fff;
}


.l_last3_1 .gallery-thumbs .swiper-slide {
	height: 127px;
	/* opacity: 0.4; */

	border-radius: 5px;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
}



.l_last3_1 .gallery-thumbs .swiper-slide .l_div1{
	background: #fff;
	display: flex;
	justify-content: start;
	width: 205px;
	height: 85px;
	border-radius: 5px;
	padding-top: 15px;
	overflow: hidden;
}
.l_last3_1 .gallery-thumbs .swiper-slide img {
	width: 57px;
	height: 57px;
	margin-left: 15px;
	margin-right: 16px;
	/* margin-top: 15px; */
}
.l_last3_1 .gallery-thumbs .swiper-slide .l_sanjiao {
	width: 12px;
	height: 11px;
	opacity: 0;
	margin-bottom: 30px;
	margin-top: 0px;
	/* margin-left: 15px;
	margin-right: 16px; */
}
.l_last3_1 .gallery-thumbs .swiper-slide div .p1 {
	color: #5091e8;
	font-family: Impact;
	font-size: 28px;
	line-height: 1.1;
}

.l_last3_1 .gallery-thumbs .swiper-slide div .p2 {
	color: #5091e8;
	font-size: 16px;
	line-height: 1.1;
	margin-top: 7px;
}
.l_last3_1 .gallery-thumbs .swiper-slide-thumb-active .l_sanjiao{
	opacity: 1;
}
.l_last3_1 .gallery-thumbs .swiper-slide-thumb-active .l_div1{
	/* opacity: 1; */
	background: #5091e8 ;
	display: flex;
	justify-content: start;
	width: 205px;
	height: 85px;
	border-radius: 5px;
}
.l_last3_1 .gallery-thumbs .swiper-slide-thumb-active .p1{
	color: #fff !important;
}
.l_last3_1 .gallery-thumbs .swiper-slide-thumb-active .p2{
	color: #fff !important;
}
/* 林迪生结束 */