@charset "UTF-8";
/* CSS Document */

/*nav*/
.navbar {
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.25;
	border-bottom: 1px solid #ffb400;
	background-color: rgba(0, 0, 0, 0.73);
	height: 100px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.navbar-brand {
	margin-bottom: -3rem;
	font-size: 1rem;
	display: flex;
	display: -webkit-flex;
}

.navbar-brand b {
	padding-top: 1.5rem;
	font-size: 1.5rem;
	color: #feab02;
}

.navbar-brand b span {
	color: #d9d9d8;
	font-size: 1rem;
}

.navbar-brand img {
	margin-right: 1rem;
}

.navbar a {
	color: #d9d9d8 !important;
}

.navbar a:hover,
.navbar a:focus,
.navbar .active {
	color: #feab02 !important;
}

.navbar-toggler {
	border: none;
	width: 2rem;
	height: 1.1rem;
	padding: 0;
	margin: 0;
}

.navbar-right span {
	margin-right: 0.5rem;
}

button:focus {
	outline: none;
}

.barcoor {
	position: absolute;
	top: 100px;
	z-index: 99;
	width: 100%;
	background: url(../imgs/coor_dinate.png) center repeat-x;
	height: 33px;
	opacity: 0.6;
}

.logo2{
    height: 45px;
    margin-top: 9px;
}

/* menuFive */
.menu {
	width: 2rem;
	height: 1.2rem;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.menu span {
	background-color: #feab02;
	position: absolute;
	border-radius: 2px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	width: 100%;
	height: 2px;
	transition-duration: 500ms
}

.menu span:nth-child(1) {
	top: 0px;
	left: 0px;
}

.menu span:nth-child(2) {
	top: 0.5rem;
	left: 0px;
}

.menu span:nth-child(3) {
	bottom: 0px;
	left: 0px;
}

.menu:not(.clickMenuFive):focus span:nth-child(1) {
	transform: rotate(-3deg) scaleY(1.1);
}

.menu:not(.clickMenuFive):focus span:nth-child(2) {
	transform: rotate(3deg) scaleY(1.1);
}

.menu:not(.clickMenuFive):focus span:nth-child(3) {
	transform: rotate(-4deg) scaleY(1.1);
}

.clickMenu span:nth-child(1) {
	transform: rotate(45deg);
	top: 13px;

}

.clickMenu span:nth-child(2) {
	transform: scale(.1);

}

.clickMenu span:nth-child(3) {
	transform: rotate(-45deg);
	top: 13px;
}

/*endmenu*/
.rule {
	position: absolute;
	left: 2rem;
	top: 150px;
	z-index: 120;
}

.rule img{
	width: 150px;
}
/*endnav*/


/*banner*/
.bannervideo {
	position: relative;
	height: 100vh;
}

.bannervideo video {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 1;
}

.txtbanner {
	padding: 0 4rem;
}

.cont-banner {
	position: absolute;
	bottom: -1px;
	padding-bottom: 2rem;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	background: url(../imgs/h_bot.png) bottom no-repeat;
	background-size: 100% auto;
}

.gr-btndowload {
	max-width: 900px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#clear {
	clear: both;
}

.btn-download {
	float: left;
	width: 32%;
	margin-left: 1%;
}

.scroll {
	text-align: center;
	text-transform: uppercase;
	color: #ffb400;
}

.scroll img {
	padding-bottom: 0.5rem;
	-webkit-animation: pulse 2s .2s ease both infinite;
	-moz-animation: pulse 2s .2s ease both infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translateY(10px)
	}

	50% {
		-webkit-transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(10px)
	}
}

/*endbanner*/

/*special*/
.hotfea {
	background: url(../imgs/shop_bg.jpg) repeat-x top center #fff;
	background-size: 100% auto;
	padding: 2rem 0;
	margin-bottom: -1px;
	z-index: 2;
	position: relative;
}

.swiper-container {
	width: 90%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 60vw;
	height: auto;
}

.swiper-button-next,
.swiper-button-prev {
	font-size: 2.5rem;
	color: #feab02;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

/*endspecial*/
/*news*/
.news {
	padding: 4rem 0;
	background: #fff;
}

.news .nav-tabs {
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	border-bottom: none;
}

.news .nav-tabs li {
	border-right: 1px solid #d8d8d8 !important;
	padding: 0 1rem;
}

.news .nav-tabs a {
	padding: 0;
	border: none;
	background: none;
}

.news .nav-tabs .nav-link:focus,
.news .nav-tabs .nav-link:hover,
.news .nav-tabs a:hover,
.news .nav-tabs a:focus {
	border: none;
	border-bottom: 2px solid #d98500;
}

.news .nav-tabs li:last-child {
	border-right: 0 !important;
}

.news .nav-tabs li:first-child {
	padding-left: 0;
}

.news .nav-tabs .nav-link.active,
.news .nav-tabs .nav-item.show .nav-link {
	border: none;
	background: none;
	color: #d98500;
	border-bottom: 2px solid #d98500;
}

.news .nav-tabs .nav-link {
	border: none;
}

.news .tab-content {
	padding: 1rem 0;
}

/*newsbox*/
.news_thumb_box {
	height: 100%;
	background: #f7f7f7;
	border-bottom: 4px #fff solid;
	position: relative;
}

.news_thumb_box:hover {
	background: #d98500;
	color: #fff;
}

.news_thumb_box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_thumb {
	padding: 1rem;
}

.img_thumbnews {
	width: 30%;
	display: table-cell;
}

.cont_thumbnews {
	display: table-cell;
	vertical-align: top;
	padding: 0 0.5rem 0 1rem;
}

.topic {
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #d98500;
}

.news_thumb_box:hover .topic {
	color: #fff;
}

.thumb_tit {
	font-size: 1.2rem;
	margin: 0.5rem 0;
	font-weight: bold;
}

.btn-more {
	padding-top: 3rem;
}

.btn-more a {
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	box-shadow: 0px 0px 0px 2px rgba(217, 133, 0, 0.3);
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #d98500;
}

.btn-more a:hover,
.btn-more a:focus {
	background: #d98500;
	color: #fff;
}

.btn-more a span {
	padding-left: 0.5rem;
}

/*endnewsbox*/
/*endnews*/
/*social*/
.social {
	background: url(../imgs/community_bg.jpg) bottom center no-repeat;
	background-size: 100% auto;
	padding: 2rem;
	text-align: center;
}

.gr-btnsocial a {
	padding: 0.5rem;
	border: 1px #ccc solid;
	background: #fff;
	color: #999;
	margin: 0.2rem;
	display: inline-block;
	line-height: 1.5rem;
	box-shadow: 0px 0px 0px 2px rgba(190, 190, 190, 0.2);
}

.gr-btnsocial a:hover,
.gr-btnsocial a:focus,
.gr-btnsocial a:focus span,
.gr-btnsocial a:hover span {
	color: #fff;
	background: #d98500;
}

.gr-btnsocial span {
	font-size: 1.5rem;
	float: left;
	margin-right: 0.5rem;
	color: #d98500;
}

/*endsocial*/

/*footer*/
footer {
	background: url(./imgs/foot_bg.jpg) no-repeat top center #131313;
	background-size: 100% auto;
	position: relative;
	margin-top: -1px;
	padding: 1rem 0;
	color: #989898;
	font-size: 0.8rem;
}

.car_img {
	display: block;
	width: 40%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 1;
	max-width: 400px;
}

.foot-info {
	padding-top: 1rem;
	opacity: 0.8;
}

.foot-logo {
	opacity: 0.8;
}

/*endfooter*/
/*right-bar*/
/*right-bar*/
.right-bar {
	width: 50px;
	height: 380px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -190px;
	background: url(../imgs/bg_sidebar.png) center top no-repeat;
	padding-top: 2rem;
	z-index: 200;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 0.7rem;
	text-transform: uppercase;
	text-align: center;
}

.right-bar a {
	color: #795510;
	margin-top: 0.8rem;
	display: block;
}

.right-bar a:hover,
.right-bar a:focus {
	color: #5c3914;
}

.right-bar span {
	font-size: 1.5rem;
	display: block;
}

/*endright-bar*/
.gotop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 100;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.gotop span {
	display: block;
	font-size: 2rem;
}

.gotop a {
	color: #d98500;
}

/*endright-bar*/

/*newslist*/
.headpage {
	height: 250px;
	text-align: center;
}

.headnews {
	background: url(./imgs/top.png) repeat-x top center #fff;
	background-size: 100% auto;
}

.headpage img {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -50px;
}

.pagination {
	margin: 2rem auto;
	width: fit-content;
	box-shadow: 0px 0px 0px 2px rgba(190, 190, 190, 0.3);
}

.news .page-link {
	color: #5e5e5e;
	padding: 0.75rem 1.5rem;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.2rem;
	background: #f7f7f7;
}

.news .page-link:hover,
.news .page-link:focus {
	color: #fff;
	background: #d98500;
}

.pagination .active {
	color: #d98500;
}

nav {
	display: flex;
}

/*endnewslist*/
/*newsdetail*/
.maincont {
	max-width: 1920px;
	padding: 0px 320px 280px;
	position: relative;
	margin: 0 auto;
}

.maincont video {
	width: 100%;
	height: auto;
}

.maincont iframe {
	width: 100%;
}

.detail_tit {
	color: #333;
	font-size: 2.75rem;
	font-family: 'Saira Extra Condensed', sans-serif;
	/*   padding-right: 100px;*/
}

.btn_back {
	display: block;
	color: #d98500;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	padding: 0.2rem 0.75rem;
	border: 2px solid #d98500;
	margin-top: 0.5rem;
}

.btn_back:hover {
	color: #fff;
	background-color: #d98500;
}

.detail_time {
	margin-top: 1rem;
}

.detail_time span {
	color: #999;
	line-height: 20px;
	margin-right: 10px;
}

.share_icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1rem;
	border-left: 1px solid #bebebe;
	margin: 0;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
}

.share_icon span {
	font-size: 1.2rem;
	padding-left: 0.5rem;
	margin-right: 0;
}

.detail_text {
	padding-top: 40px;
}

.detail_text ol li,
.detail_text ul li {
	line-height: 30px;
	list-style: disc;
	list-style-position: outside;
}

.detail_text ol,
.detail_text ul {
	padding-left: 0;
	margin-left: 2rem;
}

.detail_text ul ul li {
	list-style: circle;
}

.btn_come:hover {
	color: #fff;
	background-color: #d98500;
}

.btn_come {
	display: block;
	color: #d98500;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	width: fit-content;
	padding: 0.2rem 5rem;
	text-align: center;
	border: 2px solid #d98500;
	margin: 4rem auto;
}

/*endnewsdetail*/
/*media*/
.headmedia {
	background: url(../imgs/media_top.jpg)repeat-x top center #fff;
	background-size: 100% auto;
}

.vimedio {
	border-bottom: 1rem #fff solid;
}

.vimedio span {
	position: absolute;
	font-size: 3rem;
	top: 50%;
	left: 50%;
	margin-top: -1.5rem;
	margin-left: -1.5rem;
	color: #d98500;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.vimedio:hover {
	opacity: 0.9;
}

.vimedio a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 100;
}

.mgbottom4 {
	padding-bottom: 10rem;
}

/*endmedia*/

/*pwk*/
.playerwell {
	position: relative;
}

.cont-slide1 {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
}

.cont-slide3 {
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
}

.txt-slide1 {
	padding-top: 1rem;
	margin-top: 1rem;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #fff;
	border-top: 0.2rem #535353 solid;
}

.txt-slide1 span {
	color: #fbb139;
}

.txt-slide3 {
	padding-top: 1rem;
	margin-top: 1rem;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	border-top: 0.2rem #535353 solid;
	color: #fff;
	text-shadow: 1px 1px 2px #40473f;
}

.txt-slide3 span {
	color: #fbb139;
}

.txt-slide1 .scroll {
	padding: 0.5rem;
}

.reward {
	background: url(../imgs/camnangbg_2.png) center top no-repeat #f8f8f8;
	background-size: 100% auto;
	text-align: center;
	padding: 2rem 0 3rem 0;
}

.cn_title {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2rem;
	border-bottom: 0.2rem #a9a9a9 solid;
}

.cn_title2 {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.cn_subtit {
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-top: -1.2rem;
}

.cn_subtit span {
	padding: 0 1rem;
	background: #f8f8f8;
}

.reward-box {
	padding: 0;
	margin: 0 0 2rem 0;
}

.reward-box li {
	position: relative;
	list-style: none;
	width: 33%;
	float: left;
}

.abox-reward {
	padding: 7px;
}

.cn-icon {
	position: absolute;
	top: 15%;
	width: 100%;
	text-align: center;
}

.cont_reward {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #fff;
}

.cont_reward span {
	display: block;
	color: #fbb139;
}

.cont_reward b {
	color: #a8a8a8;
}

.question {
	background: #fff;
	padding: 2rem 0 8rem;
}

.faqbox {
	max-width: 40rem;
	margin: 0 auto;
}

.faqbox .card {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.faqbox .card-header:first-child {
	border-radius: 0;
}

.faqbox .card-header {
	background: none;

	border: none;
	padding: 1rem 0;
}

.faqbox .card-header button {
	padding: 0;
	white-space: normal;
}

.faqbox .btn-link {
	color: inherit;
	font-weight: bold;
	font-size: 1rem;
	color: #fbb139;
}

.faqbox .btn-link:focus,
.faqbox .btn-link:hover,
.faqbox .btn-link.focus {
	text-decoration: none;
}

.faqbox .card-body {
	padding: 0 0 1rem 0;
}

.faqbox .collapsed {
	color: #000;
}

/*endpwk*/

.news .container {
	max-width: 90%;
}

@media (max-width: 768px) {
	.logo2{
		height: 35px !important;
	}
}