* {
  margin: 0;
  padding: 0;
}
.none {
	display: none;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
	  transition: 300ms;
	  opacity: 0.7;
    }
	.swiper-slide .gc_swiper  {
		margin-top: 19.5px;
		width: 235px;
		height: 339px;
		box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		cursor: pointer;
	}
	.swiper-slide-next .gc_swiper {
		margin-left: 10px;
	}
	.swiper-slide-active,.swiper-slide-duplicate-active{
	z-index: 9999;
	  opacity: 1;
	  
	}
	.swiper-slide-prev .gc_swiper,
	.swiper-slide-next .gc_swiper{
		margin-top: 19.5px;
		width: 235px;
		height: 339px;
	}
	.swiper-slide-active .gc_swiper {
		width: 100%;
		height: 100%;
		margin-top: 0;
	}

body {
  background: #f4f4f4;
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑";
  padding-top: 50px;
}

address,
cite,
code,
em,
th,
i,
strong {
  font-weight: normal;
  font-style: normal;
}

li {
  list-style: none
}

li,
ol,
ul {
  list-style-type: none;
  margin: 0;
}

img {
  border: 0px;
}

img a {
  cursor: pointer
}

.recommend_box img {
  max-width: none !important;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  vertical-align: middle;
  cursor: pointer;
}

.clears {
  clear: both;
}

a:focus,
a:hover {
  text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.dy_headOne {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.gc_banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 527px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	}
@keyframes sjyd1{
	0%{transform: translateY(0);}
	100%{transform: translateY(20px);}
}

.gc_banner_paper {
	width: 100%;
	height: 650px;
	position: absolute;
	left: 0;
	top: -25px;
	animation: sjyd1 infinite 2s alternate;
}

.gc_footer {
	max-width: 1920px;
	height: 429px;
	margin: 0 auto;
	overflow: hidden;
}
.gc_footer_nav {
	margin-top: 30px;
	text-align: center;
}
.gc_footer_nav>a {
	font-size: 12px;
	color: #fff;
	margin: 0 16px;
	position: relative;
}
.gc_footer_nav>a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #fff;
    top: 50%;
    right: -16px;
    transform: translate(0, -50%);
    z-index: 99;
}
.gc_footer_nav>a:nth-last-child(1):after {
	width: 0;
}
.gc_footer_nav>a:hover {
	text-decoration:underline;
}


.gc_content {
	max-width: 1920px;
	height: 491px;
	margin: 0 auto;
	text-align: center;
}
.gc_content_title {
	height: 60px;
	display: flex;
	font-size: 22.5px;
	color: #fcdd8d;
	align-items: center;
	justify-content: center;
}
.gc_content_title>span {
	line-height: 22.5px;
	margin-bottom: 5px;
}
.gc_content_list {
	display: inline-block;
	margin-top: 28px;
}
.gc_content_li {
	display: inline-block;
	margin: 0 9px;
	position: relative;
	cursor: pointer;
}
.gc_content_li_head {
	width: 199px;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gc_content_li_head>span {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.gc_content_li_box {
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translate(-50%,0);
	width: 175px;
	border-radius: 0 0 5px 5px;
	background: rgba(255, 255, 255, 0.16);
	overflow: hidden;
}
.gc_content_li_box>a {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	margin-top: 20px;
}
.gc_content_li_box>a:nth-last-child(1) {
	margin-bottom:20px;
}
.gc_content_li_box>a:hover {
	color: #f6d881;
}

.gc_footer_title {
	height: 60px;
	display: flex;
	font-size: 22.5px;
	color: #fcdd8d;
	align-items: center;
	justify-content: center;
}
.gc_footer_title>span {
	line-height: 22.5px;
	margin-bottom: 5px;
}
.gc_footer_box {
	width: 1055px;
	height: 270px;
	background: rgba(255, 255, 255, 0.07);
	margin: 30px auto 0;
}
.gc_sel {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	display: none;
}
.gc_sel_box {
	width: 563px;
	height: 436px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 83px;
}
.gc_sel_box_ok {
	width: 153px;
	height: 153px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.gc_sel_box_ok>span {
	font-size: 26px;
	color: #FF5F00;
	font-weight: bold;
	margin-left: 10px;
}
.gc_sel_box_title {
	text-align: center;
	font-size: 30px;
	color: #FF7B2C;
	margin-top: 78px;
	font-weight: bold;
	line-height: 30px;
}
.gc_sel_box_title>span {
	line-height: 30px;
}
.gc_sel_box_text {
	text-align: center;
	font-size: 16px;
	color: #D3993A;
	margin-top: 28px;
}
.gc_sel_box_text>span:nth-child(2) {
	color: #FF7B2C;
}
.gc_sel_box_text>span {
	line-height: 16px;
}
.gc_sel_box_list {
	margin-top: 16px;
}
.gc_sel_box_li {
	width: 100%;
	height: 59px;
	background-color: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0px 0px 17px 1px rgba(198, 9, 35, 0.1);
}
.gc_sel_box_li_title {
	width: 100px;
	font-size: 17px;
	color: #E0AC56;
	text-align: center;
}

.gc_sel_box_li_text {
	padding-left: 20px;
	font-size: 16px;
	color: #D3993A;
	white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
	overflow:hidden;
	max-width:240px;
}
.gc_sel_box_list .icon-xia1 {
	color: #E0AC56;
	position: absolute;
	right: 13px;
	font-size: 12px;
}
.gc_sel_box_li_i {
	position: absolute;
	top: 62px;
    left: 100px;
    width: 296px;
	background-color: #fff;
	box-shadow: 0px 8px 18px 0px rgba(224, 136, 0, 0.09);
	z-index: 10000;
	padding:  0 20px;
	display: none;
	border-radius: 10px;

}
.gc_sel_box_i {
	min-height: 35px;
	border-bottom: 1px solid #F9EEE4;
	text-align: center;
	font-size: 16px;
	color: #E0AD58;
	/* padding:0 10px; */
	display: flex;
	align-items: center;
	text-align: left;
}
.gc_footer_box {
	padding: 50px 85px;
	box-sizing: border-box;
}
.gc_footer_box>li {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.gc_footer_box>li:nth-last-child(1) {
	margin-bottom: 0;
}




.gc_receive {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	display: none;
}
.gc_receive_box {
	width: 424px;
	height: 448px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gc_receive_icon {
	width: 83px;
	height: 83px;
	position: absolute;
	top: 197px;
	right: -3px;
}
.gc_receive_title {
	width: 307px;
	height: 109px;
	margin: 231px auto 0;
	padding: 0 52px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.gc_receive_title>span {
	font-size: 18px;
	color: #F0A32C;
	font-weight: bold;
	margin-bottom: 10px;
}
.gc_receive_btn {
	width: 233px;
	height: 57px;
	margin: 8px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.gc_receive_btn>span {
	color: #fff;
	font-size: 26px;
	text-shadow: 0px 4px 2px rgba(207, 86, 46, 0.64);
	margin-bottom: 4px;
}
.gc_receive_back {
	width: 48px;
	width: 48px;
	position: absolute;
	bottom: -103px;
	left: 50%;
	transform: translate(-50%,0);
	cursor: pointer;
}


.gc_getok {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.gc_getok_box {
	width: 415px;
	height: 423px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.gc_getok_title {
	font-size: 39px;
	color: #fff;
	font-weight: bold;
	margin-top: 78px;
	line-height: 39px;
	text-align: center;
}
.guanbi {
	position: absolute;
	top: 60px;
	right: 58px;
	width: 17px;
	height: 16px;
}
.gc_getok_text {
	margin-top: 30px;
	padding: 0 72px;
	font-size: 22px;
	color: #4DF8FF;
	font-weight: bold;
	text-align: center;
}
.gc_getok_btn {
	margin: 65px auto 0;
	width: 253px;
	height: 52px;
	font-size: 22px;
	color: #fff!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gc_getok_more {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%,0);
	box-sizing: border-box;
	width: 167px;
	height: 38px;
	border: 1px solid #38E7EF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #38E7F0!important;
	border-radius: 5px;
}
.gc_getok_more>span {
	margin-left: 5px;
}
.gc_getok_more>i {
	width: 8px;
	display: inline-block;
	height: 12px;
	margin-left: 16px;
}
.gc_getok_icon {
	margin-top: 9px;
	text-align: center;
}
.gc_getok_icon>span {
	font-size: 12px;
	color: #4DF7FF;
}
.gc_banner_logo {
	width: 1190px;
	height: 48px;
	z-index: 9998;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
}
.gc_banner_logo_box {
	height: 100%;
}
.gc_banner_logo_box>img {
	height: 100%;
}

.dy_my_new_img>a {
	width: 100%;
}
.dy_my_new_img>a>img {
	width: 100%;
}
.sweet-alert h2 {
	font-weight: 400!important;
}