@charset "UTF-8";
.swper-box {
  max-width: 1920px;
  max-height: 750px;
  margin: 0 auto;
}

.swper-box .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*包裹自定义分页器的div的位置等CSS样式*/
  /*自定义分页器的样式，这个你自己想要什么样子自己写*/
  /*自定义分页器激活时的样式表现*/
}
.swiper-main-bottom {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 1300px;
  height: 92px;
  margin-left: -650px;
}
.box-list {
  display: flex;
  height: 92px;
}
.sub-list-box {
  flex: 1;
  z-index: 9;
  padding: 18px 18px 18px 85px;
  height: 92px;
  line-height: 56px;
  background-color: #FFFFFF;
  margin-right: 12px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sub-list-box .box-title {
  font-weight: 600;
}
.sub-list-box p {
  color: #666666;
  font-size: 14px;
}
.sub-list-box:last-child {
  margin-right: 0;
}
.sub-list-box-1 {
  background-image: url('../images/home/swiper-icon-1.png');
}
.sub-list-box-2 {
  background-image: url('../images/home/swiper-icon-2.png');
}
.sub-list-box-3 {
  background-image: url('../images/home/swiper-icon-3.png');
}
.sub-list-box-4 {
  background-image: url('../images/home/swiper-icon-4.png');
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a {
  cursor: auto;
}
.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  color: #333333;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info.white {
  color: #fff;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-tit {
  font-size: 60px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-c {
  margin-top: 20px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-c p {
  font-size: 20px;
  line-height: 34px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-c.mo {
  display: none;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-banner {
  width: 426px;
  height: 75px;
  margin-top: 40px;
  /* background: url(../images/common/icon_banner_tese.png) no-repeat; */
  background-size: cover;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox {
  margin-top: 60px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox.ds button {
  background-color: #FFBE54;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox.jy button {
  background-color: #0DC0AD;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox.jd button {
  background-color: #37A3E6;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox.ab button {
  background-color: #F84335;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox > button {
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0;
  font-size: 16px;
  margin-right: 12px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox .info-btn1 {
  width: 150px;
  height: 48px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox .info-btn2 {
  width: 130px;
  height: 48px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a .swiper-info .info-btnbox .info-btn3 {
  width: 130px;
  height: 48px;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.swper-box .swiper-container .swiper-wrapper .swiper-slide a img.mo {
  display: none;
}

.swper-box .swiper-container .swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swper-box .swiper-container .swiper-pagination-customs {
  width: 40px;
  height: 6px;
  display: inline-block;
  background: #fff;
  opacity: .5;
  margin: 0 7.5px;
}

.swper-box .swiper-container .swiper-pagination-customs-active {
  opacity: 1;
  background-color: #57227c;
}

.swper-box .swiper-container .swiper-button-prev,
.swper-box .swiper-container .swiper-button-next {
  width: 70px;
  height: 70px;
}

.swper-box .swiper-container .swiper-button-prev {
  background-image: url(../images/common/icon_home_previous.png);
  background-size: 100%;
}

.swper-box .swiper-container .swiper-button-next {
  background-image: url(../images/common/icon_home_next.png);
  background-size: 100%;
}

.main .main-top{
	margin: 0 auto;
	height: 920px;
	/* background-color: #d9d9d9; */
  width: 1300px;
}
.main .main-top .main-top-title{
  text-align: center;
  font-size: 36px;
  margin-top: 64px;
}
.main .main-top .main-top-intro {
  margin-bottom: 64px;
  text-align: center;
  line-height: 36px;
}
/* .main .main-top .main-top-title .line{
	position: absolute;
	margin-top: 1.875rem;
	margin-left: 12.5rem;
	border-top: #ff7018 7px solid;
	font-size: 1.375rem;
	padding-top: 0.3125rem;
} */
.main .main-top .main-top-center{
	height: 327px;
	margin: 0 auto 2px;
	display: flex;
	max-width: 1640px;
}

.main .main-top .main-top-center li{
	position: relative;
	margin: 0 auto;
	max-width: 1640px;
}
.main .main-top .main-top-center2 li{
	position: relative;
	margin: 0 auto;
	max-width: 1640px;
}
.divtext{
	position: absolute;
	width: auto;
	/* background-color: #0DC0AD; */
	text-align: center;
	bottom: 10px;
	left: 20px;
}
.divtext span{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
  display: inline-block;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.4);
}
.divtext .line{
	width: 70px;
	height: 8px;
	background-color: #007AFF;
	margin: 10px auto 0px;
}

.main .main-top .main-top-center li:nth-child(1){
	height: 327px;
	width: 325px;
	background: url(../images/common/index/sport.png);
	background-size: 100% 100%;
}

.main .main-top .main-top-center li:nth-child(2){
	height: 327px;
	width: 321px;
  margin: 0 2px;
	background: url(../images/common/index/alarm.png);
	background-size: 100% 100%;
}
.main .main-top .main-top-center li:nth-child(3){
	height: 327px;
	width: 650px;
	background: url(../images/common/index/plane.png);
	background-size: 100% 100%;
}
.main .main-top .main-top-center li:nth-child(3) .plane{
	height: 410px;
	width: 820px;
}
.main .main-top .main-top-center2{
	/* position: relative; */
	height: 327px;
	margin: 0 auto;
	max-width: 1640px;
	/* background-color: #ffff00; */
	display: flex;
}
.main .main-top .main-top-center2 li:nth-child(1){
	height: 327px;
	width: 648px;
	background: url(../images/common/index/planepeople.png);
	background-size: 100% 100%;
}
/* .main .main-top .main-top-center2 li:nth-child(1) .planepeople{
	height: 410px;
	width: 820px;
} */
.main .main-top .main-top-center2 li:nth-child(2){
	height: 327px;
	width: 323px;
  margin: 0 2px;
	background: url(../images/common/index/farm.png);
	background-size: 100% 100%;
}
/* .main .main-top .main-top-center2 li:nth-child(2) .forest{
	height: 410px;
	width: 410px;
} */
.main .main-top .main-top-center2 li:nth-child(3){
	height: 327px;
	width: 325px;
	background: url(../images/common/index/forest.png);
	background-size: 100% 100%;
}



.main .capacity{
	max-width: 1920px;
	margin: 0 auto;
	/* border: 1px #cccccc solid;
	border-bottom: transparent; */
}
.main .capacity .capacity-layer {
	width: 1200px;
	margin: 0 auto;
}

.main .capacity .capacity-layer .capacity-tit {
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 80px;
	padding-bottom: 30px;
}
.main .capacity .capacity-layer .capacity-tit1 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 30px;
	line-height: 30px;
	color: #8c8c8c;
}


.main .capacity .capacity-layer .capacity-module {
	padding-top: 50px;
	padding-left: 20px;
	overflow: hidden;
	padding-bottom: 70px
}

.main .capacity .capacity-layer .capacity-module .module-item {
	float: left;
	width: 270px;
	height: 250px;
	background: -webkit-linear-gradient(top, #fff, #dadada);
	box-shadow: 0 0 10px 3px #dadada;
	/* border-radius: 10px; */
	margin-right: 170px;
	margin-bottom: 50px;
	/* margin-right: 32px; */
	text-align: center;
	border-radius: 20px;
}

.main .capacity .capacity-layer .capacity-module .module-item img {
	width: 100px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.main .capacity .capacity-layer .capacity-module .module-item:nth-of-type(3n+3) {
	margin-right: 0
}

.main .capacity .capacity-layer .capacity-module .module-item .item-name {
	/* position: relative; */
	font-size: 30px;
	font-family: MicrosoftYaHei;
	line-height: 24px;
}

/* .main .capacity .capacity-layer .capacity-module .module-item .item-name::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 5px;
	background: #F84335;
	border-radius: 2px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%)
} */

/* .main .capacity .capacity-layer .capacity-module .module-item .item-text {
	margin-top: 10px;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	padding: 0 30px
} */





/* .main .main-top .main-top-center2 li:nth-child(3) .farm{
	height: 410px;
	width: 410px;
} */
/* .main .content-top {
  height: 50px;
  border-bottom: 1px solid #dddddd;
}

.main .content-top .mo-top-items {
  display: none;
}

.main .content-top .top-text {
  max-width: 1180px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
}

.main .content-top .top-text .text-left {
  float: left;
}

.main .content-top .top-text .text-right {
  float: right;
  width: 1080px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.main .content-top .top-text .text-right .text-item {
  flex: 1;
  position: relative;
  padding-left: 16px;
}

.main .content-top .top-text .text-right .text-item a {
  float: left;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.main .content-top .top-text .text-right .text-item .li-r {
  float: left;
  padding: 0 10px;
}

.main .content-top .top-text .text-right .text-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #A0CEFF;
} */

.main .knows {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.main .knows .know-top {
  height: 230px;
  text-align: center;
  overflow: hidden;
}

.main .knows .know-top .know-top-tit {
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 3px;
}

.main .knows .know-top p {
  font-size: 18px;
  color: #888888;
  line-height: 30px;
  letter-spacing: 1px;
}

.main .knows .know-items {
  position: relative;
  height: 540px;
  margin-bottom: 50px;
}

.main .knows .know-items.keep-left .item-left {
  position: absolute;
  left: 0;
  top: 60px;
  width: 680px;
  z-index: 1;
}

.main .knows .know-items.keep-left .item-left img {
  width: 100%;
}

.main .knows .know-items.keep-left .item-right {
  padding-top: 116px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 530px;
  z-index: 2;
}

.main .knows .know-items.keep-left .item-right h4 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 2px;
}

.main .knows .know-items.keep-left .item-right p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.main .knows .know-items.keep-left .item-right .item-btns {
  margin-top: 50px;
}

.main .knows .know-items.keep-left .item-right .item-btns > div {
  height: 44px;
  line-height: 44px;
  text-align: center;
  float: left;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.main .knows .know-items.keep-left .item-right .item-btns .i-btn1 {
  width: 140px;
  color: #fff;
  margin-right: 20px;
  background-color: #377DC9;
}

.main .knows .know-items.keep-left .item-right .item-btns .i-btn2,
.main .knows .know-items.keep-left .item-right .item-btns .i-btn3 {
  padding: 0 28px;
  border: 1px solid #377DC9;
  color: #377DC9;
  margin-right: 20px;
}

.main .knows .know-items.keep-right .item-left {
  padding-top: 116px;
  position: absolute;
  left: 0;
  top: 60px;
  width: 530px;
  z-index: 2;
  cursor: pointer;
}

.main .knows .know-items.keep-right .item-left h4 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 2px;
}

.main .knows .know-items.keep-right .item-left p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.main .knows .know-items.keep-right .item-left .item-btns {
  margin-top: 50px;
}

.main .knows .know-items.keep-right .item-left .item-btns > div {
  height: 44px;
  line-height: 44px;
  text-align: center;
  float: left;
  font-size: 14px;
  border-radius: 3px;
}

.main .knows .know-items.keep-right .item-left .item-btns .i-btn1 {
  width: 140px;
  color: #fff;
  margin-right: 20px;
  background-color: #377DC9;
}

.main .knows .know-items.keep-right .item-left .item-btns .i-btn2,
.main .knows .know-items.keep-right .item-left .item-btns .i-btn3 {
  padding: 0 28px;
  border: 1px solid #377DC9;
  color: #377DC9;
  margin-right: 20px;
}

.main .knows .know-items.keep-right .item-right {
  position: absolute;
  right: 0;
  top: 60px;
  width: 680px;
  z-index: 1;
}

.main .knows .know-items.keep-right .item-right img {
  width: 100%;
}

.main .our-services {
  background-color: #F3F4F5;
  text-align: center;
}

.main .our-services .ser-layer {
  width: 1300px;
  height: 1000px;
  margin: 0 auto;
}
.service-layer {
  display: flex;
  margin-top: 60px;
}
.service-layer .sell-item {
  flex: 1;
  height: 500px;
  background-position: top center;
  background-repeat: no-repeat;
}
.service-layer .sell-item:nth-child(2) {
  margin: 0 28px;
}
.service-layer .sell-item-1 {
  background-image: url('../images/common/index/sell-f.png');
}
.service-layer .sell-item-2 {
  background-image: url('../images/common/index/sell-m.png');
}
.service-layer .sell-item-3 {
  background-image: url('../images/common/index/sell-b.png');
}
.service-layer .sell-item-box {
  margin: 210px auto 0;
  background-color: #ffffff;
  width: 92%;
  height: 300px;
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.3);
}
.service-layer .sell-item-box .sell-box {
  padding-left: 100px;
  padding-top: 30px;
  text-align: left;
  position: relative;
}
.service-layer .sell-item-box .sell-box .icon-sell {
  position: absolute;
  top: 25px;
  left: 36px;
  width: 40px;
  height: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-layer .sell-item-box .sell-box .icon-sell-1 {
  background-image: url('../images/common/index/sell-icon-f.png');
}
.service-layer .sell-item-box .sell-box .icon-sell-2 {
  background-image: url('../images/common/index/sell-icon-m.png');
}
.service-layer .sell-item-box .sell-box .icon-sell-3 {
  background-image: url('../images/common/index/sell-icon-b.png');
}
.service-layer .sell-item-box .sell-box .sell-title {
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 12px;
}
.service-layer .sell-item-box .sell-box p {
  color: #666;
  line-height: 36px;
  padding-left: 12px;
  position: relative;
}
.service-layer .sell-item-box .sell-box p span.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 15px;
}

.why-choice {
  background-color: #ffffff;
  padding: 30px 0;
}
.why-choice .why-choice-main {
  width: 1300px;
  height: 750px;
  margin: 0 auto;
  position: relative;
  background-position: center 72px;
  background-repeat: no-repeat;
  background-image: url('../images/common/index/why.png');
}
.why-choice .why-choice-title{
  text-align: center;
  font-size: 36px;
  margin-top: 64px;
}

.why-choice .why-choice-main .why-choice-box {
  position: absolute;
}
.why-choice .why-choice-main .why-choice-box .choice-icon {
  font-style: normal;
  height: 65px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.why-choice .why-choice-main .why-choice-box .choice-icon-1 {
  width: 70px;
  background-image: url('../images/common/index/10xiang.png');
}
.why-choice .why-choice-main .why-choice-box .choice-icon-2 {
  width: 70px;
  background-image: url('../images/common/index/3.png');
}
.why-choice .why-choice-main .why-choice-box .choice-icon-3 {
  width: 77px;
  background-image: url('../images/common/index/20.png');
}
.why-choice .why-choice-main .why-choice-box .choice-icon-4 {
  width: 78px;
  background-image: url('../images/common/index/50.png');
}
.why-choice .why-choice-main .why-choice-box .choice-icon-5 {
  width: 99px;
  background-image: url('../images/common/index/100.png');
}
.why-choice .why-choice-main .why-choice-box-1, .why-choice .why-choice-main .why-choice-box-2 {
  text-align: right;
  right: 930px;
}
.why-choice .why-choice-main .why-choice-box-4, .why-choice .why-choice-main .why-choice-box-5 {
  left: 930px;
}
.why-choice .why-choice-main .why-choice-box-1 {
  top: 100px;
}
.why-choice .why-choice-main .why-choice-box-2 {
  top: 350px;
}
.why-choice .why-choice-main .why-choice-box-3 {
  bottom: 30px;
  left: 560px;
  text-align: center;
  width: 200px;
}
.why-choice .why-choice-main .why-choice-box-4 {
  top: 100px;
}
.why-choice .why-choice-main .why-choice-box-5 {
  top: 350px;
}
.why-choice .why-choice-main .why-choice-box .choice-icon-title {
  font-weight: 600;
  line-height: 36px;
  font-size: 18px;
}
.why-choice .why-choice-main .why-choice-box p {
  color: #888888;
  line-height: 25px;
}

.parner-item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  /* margin-bottom: 110px; */
}
.parner-item-box .item-box {
  flex: 1;
  margin-right: 20px;
  width: 242px;
  height: 120px;
  text-align: left;
  background-position: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.parner-item-box .item-box:nth-child(4) {
  margin-right: 0;
}
.parner-item-box .item-box-1 {
  background-image: url('../images/common/index/01.png');
}
.parner-item-box .item-box-2 {
  background-image: url('../images/common/index/02.png');
}
.parner-item-box .item-box-3 {
  background-image: url('../images/common/index/03.png');
}
.parner-item-box .item-box-4 {
  background-image: url('../images/common/index/04.png');
}
.parner-item-box .item-box-5 {
  background-image: url('../images/common/index/05.png');
}
.parner-item-box .item-box-6 {
  background-image: url('../images/common/index/06.png');
}
.parner-item-box .item-box-7 {
  background-image: url('../images/common/index/07.png');
}
.parner-item-box .item-box-8 {
  background-image: url('../images/common/index/08.png');
}

.main .our-services .ser-tit {
  font-size: 36px;
  letter-spacing: 3px;
  padding-top: 100px;
  margin-bottom: 20px;
}

.main .our-services .p-text {
  font-size: 18px;
  color: #888888;
  letter-spacing: 1px;
  text-align: center;
  line-height: 30px;
}

.main .our-services .mo-p {
  display: none;
}

.main .our-services .ser-bot {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto 0;
}

.main .our-services .ser-bot.mo {
  display: none;
}

.main .our-services .ser-bot .ser-item {
  text-align: center;
  margin-bottom: 110px;
}

.main .our-services .ser-bot .ser-item img {
  width: 120px;
}

.main .our-services .ser-bot .ser-item p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.main .our-services .ser-bot .ser-item-arrow {
  margin-top: 50px;
}

.main .our-services .ser-bot .ser-item-arrow img {
  width: 40px;
}

.main .our-services .ser-bot .ser-item-arrow-bot {
  position: absolute;
  right: 46px;
  top: 200px;
}

.main .our-services .ser-bot .ser-item-arrow-bot img {
  height: 40px;
}

.main .advantage {
  background-color: #F6F6F6;
  padding-bottom: 50px;
}

.main .advantage .advantage_main {
	max-width: 1180px;
	margin: 0 auto;
}

.main .advantage .adv-top {
  text-align: center;
  margin-bottom: 60px;
  overflow: hidden;
}

.main .advantage .adv-top .adv-top-tit {
  margin-top: 84px;
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 3px;
}

.main .advantage .adv-top p {
  font-size: 18px;
  color: #888888;
  line-height: 30px;
  letter-spacing: 1px;
}

.main .advantage .adv-top p.mo-p {
  display: none;
}

.main .advantage .adv-box-tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

.main .advantage .adv-item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  /* margin-bottom: 110px; */
}

.main .advantage .adv-item-box .adv-item {
  position: relative;
  padding: 50px 0 0 50px;
  width: 580px;
  height: 160px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.main .advantage .adv-item-box .adv-item:nth-of-type(2n-1) {
  background-color: #262730;
}

.main .advantage .adv-item-box .adv-item:nth-of-type(2n) {
  background: -webkit-linear-gradient(left, #56227c, #2e2763);
}

.main .advantage .adv-item-box .adv-item .adv-item-tit {
  font-size: 20px;
  margin-bottom: 15px;
}

.main .advantage .adv-item-box .adv-item p {
  font-size: 15px;
  max-width: 360px;
}

.main .advantage .adv-item-box .adv-item p.mo-p {
  display: none;
}

.main .advantage .adv-item-box .adv-item img {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 70px;
}

.main .dynamic {
  padding-bottom: 90px;
  background-color: #ffffff;
}

.main .dynamic .dyn-layer {
  width: 1180px;
  margin: 0 auto;
}

.main .dynamic .dyn-layer .dyn-top {
  margin: 0 auto;
  height: 230px;
  text-align: center;
  overflow: hidden;
}

.main .dynamic .dyn-layer .dyn-top .dyn-top-tit {
  margin-top: 100px;
  font-size: 36px;
  letter-spacing: 3px;
}

.main .dynamic .dyn-layer .dyn-top .more {
  display: none;
}

.main .dynamic .dyn-layer .dyn-item-box {
  display: flex;
  justify-content: space-between;
}

.main .dynamic .dyn-layer .dyn-item-box.mo {
  display: none;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item {
  position: relative;
  width: 360px;
  height: 400px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  background-color: #fff;
  border: #e6e6e6 1px solid;
  /* padding-top: 5px; */
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .active{
	margin-top: 30px;
  position: absolute;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-img {
  width: 360px;
  height: 246px;
  overflow: hidden;
  text-align: center;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-img img {
  height: 100%;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-c {
  width: 100%;
  padding: 10px 20px;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-c .dyn-c-t {
  overflow: hidden;
  margin-bottom: 15px;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-c .dyn-c-t .t {
  float: left;
  width: 240px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-c .dyn-c-t .t2 {
  float: left;
  width: 360px;
  max-height: 50px;
  line-height: 25px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  background-color: #0DC0AD;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-c .dyn-c-t .time {
  float: right;
  font-size: 15px;
  color: #999999;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item .dyn-c p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul {
  list-style: none;
  padding: 10px 20px;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul li {
  line-height: 25px;
  position: relative;
  margin-bottom: 6px;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul li span.time {
  color: #666666;
  text-align: right;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul li.single {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 25px;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul li.double {
  height: 50px;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul li span.time {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #aaa;
}
.main .dynamic .dyn-layer .dyn-item-box .dyn-item ul li:last-child {
  margin-bottom: 0;
}

.main .dynamic .dyn-layer .dyn-bot-btn {
  text-align: center;
  margin-top: 40px;
}

.main .dynamic .dyn-layer .dyn-bot-btn button {
  width: 128px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #57227c;
  background-color: transparent;
  outline: none;
  color: #57227c;
  font-size: 15px;
  cursor: pointer;
}

.main .partner {
  width: 1180px;
  margin: 0 auto;
}

.main .partner .par-top {
  height: 320px;
  text-align: center;
  overflow: hidden;
}

.main .partner .par-top .par-top-tit {
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 3px;
}

.main .partner .par-top p {
  font-size: 18px;
  color: #888888;
  line-height: 30px;
  letter-spacing: 1px;
}

.main .partner .par-item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 105px;
}

.main .partner .par-item-box .par-item {
  width: 25%;
}

.main .partner .par-item-box .par-item img {
  width: 100%;
}
