@charset "utf-8";
/* CSS Document */

body{ 
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    background: #fff;
}

.bg-f9f9f9{
	background: #f9f9f9;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 99;
	border-bottom: 1px solid #ededed;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border-bottom: 1px solid #2c2c2c;
}

.index-body .header{
	border-bottom: 1px solid transparent;
}

.header::before{
	/*display: none;*/
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	/*background: linear-gradient(rgba(25,81,177,0.9),rgba(25,81,177,0));*/
	background: rgba(0,0,0,0.3);
}

.header .logo,
.header .logo a{
	position: relative;
	display: block;
	width: 240px;
	height: 80px;
}

.header .logo a{
	background: url(../img/common-img/logo.png) left center no-repeat;
}

.nav-btn{
	display: none;
	position: fixed;
	right: 20px;
	top: 24px;
	width: 42px;
	height: 33px;
	z-index: 101;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .bar{
	position: absolute;
	width: 42px;
	height: 5px;
	background: #ed6d00;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .bar1{
	top: 0;
}

.nav-btn .bar2{
	top: 14px;
}

.nav-btn .bar3{
	top: 28px;
}

.header .nav{
	float: right;
}

.header .nav li{
	float: left;
	margin: 0 16px 0 32px;
}

.header .nav dl{
	position: relative;
}

.header .nav dt{
	position: relative;
	line-height: 80px;
}

.header .nav dt a::after{
	display: none;
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px 6px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #d0a863;
}

.header .nav dt a{
	font-size: 16px;
	color: #fff;
	position: relative;
}

.header .nav dt a i{
	padding-left: 4px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform-origin: 9px center;
	-moz-transform-origin: 9px center;
	-ms-transform-origin: 9px center;
	-o-transform-origin: 9px center;
	transform-origin: 9px center;
}

.header .nav dt a.active{
	color: #d0a863;
}

.header .nav dt a.active::after{
	display: block;
}

.header .nav dd{
	position: absolute;
	top: 96px;
	left: 50%;
	margin-left: -68px;
	width: 120px;
	padding: 16px 8px;
	background: #131313;
	background: rgba(19,19,19,0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .nav dd a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-align: center;
}

.header .nav dd a:hover{
	color: #fff;
	background: #ed6d00;
}

.header .nav li.hover dt a{
	color: #d0a863;
}

.header .nav li.hover dt a i{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header .nav li.hover dd{
	top: 80px;
	opacity: 1;
	visibility: visible;
}

.header .login-btn {
	margin-top: 24px;
}

.header .login-btn a{
	display: inline-block;
	margin-left: 24px;
	line-height: 32px;
	height: 32px;
	padding: 0 24px;
	font-size: 15px;
	color: #d0a863;
	border: 1px solid #d0a863;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .login-btn a:hover{
	background: #d0a863;
	color: #fff;
}


.nav-moblie{
	position: fixed;
	top: 81px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: scroll;
	background: rgba(0,0,0,.4);
	z-index: 101;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}

.nav-moblie .inner{
	position: relative;
	background: #fff;
	padding: 54px 0 32px;
	top: -100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-moblie .login-btn{
	text-align: center;
	margin-bottom: 20px;
}

.nav-moblie .login-btn a{
	display: inline-block;
	padding: 10px 24px;
	margin: 0 12px;
	border: 1px solid #ED6D00;
	color: #ED6D00;
	font-size: 15px;
}

.nav-moblie .login-btn a:hover{
	background: #ED6D00;
	color: #fff;
}

.nav-moblie dt{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #2c2c2c;
}

.nav-moblie dt.active{
	color: #ed6d00;
}

.nav-moblie dd{
	display: none;
	background: #eeeeee;
	padding: 12px 0;
}

.nav-moblie dd a{
	display: block;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #2c2c2c;
}

html.open .nav-moblie{
	opacity: 1;
	visibility: visible;
}

html.open .nav-moblie .inner{
	top: 0;
}

html.open .nav-btn .bar1{
	top: 14px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

html.open .nav-btn .bar2{
	top: 14px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

html.open .nav-btn .bar3{
	top: 14px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.footer{
	padding: 52px 0 42px;
	background: #272727;
}

.footer .logo{
	float: left;
	height: 51px;
}

.footer .logo img{
	display: block;
	height: 51px;
	max-width: 195px;
	object-fit: contain;
}

.footer .qrcode{
	float: left;
	margin-left: 42px;
}

.footer .qrcode .item{
	float: left;
	width: 80px;
	margin-right: 20px;
}

.footer .qrcode .item img{
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}

.footer .qrcode .item p{
	font-size: 12px;
	color: #878787;
	text-align: center;
}

.footer .footerMsg{
	float: right;
	max-width: 536px;
}

.footer .footerMsg .link{
	margin-bottom: 36px;
}

.footer .footerMsg .link ul{
	text-align: right;
}

.footer .footerMsg .link li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.footer .footerMsg .link li a{
	color: #fff;
	padding: 0 16px;
}

.footer .footerMsg .link li{
	border-right: 1px solid #fff;
} 

.footer .footerMsg .link li:last-child{
	border-right: none;
}

.footer .footerMsg .link li:last-child a{
	padding-right: 0;
}

.footer .footerMsg .link li a:hover{
	text-decoration: underline;
}

.footer .footerMsg .copyright{
	font-size: 12px;
	line-height: 24px;
	color: #9d9d9d;
	text-align: right;
}

.basic-body .header .nav dt a{
	color: #333;
}
.basic-body .header .nav dt a.active {
    color: #d0a863;
}
.basic-body .header::before{
	display: none;
}
.basic-body .loggedIn .name a {
    font-size: 14px;
    color: #333;
}

.basic-body  .loggedIn .btn a {
    font-size: 14px;
    color: #d0a863;
}

.basic-body .header{
	border-bottom: 1px solid transparent;
	box-shadow: 0 0 12px rgba(128,128,128,0.2);
	background: #fff;
}

.bread2{
	background: #e6e6e6;
}

.bread2 a{
	display: inline-block;
	line-height: 54px;
	margin-right: 32px;
	font-size: 15px;
	color: #333;
}

.bread2 a:hover,
.bread2 a.active{
	color: #d0a863;
}


.newsAdd{
	padding: 48px 0 76px;
}

.newsAdd .list{
	margin-left: -26px;
}

.newsAdd .list li{
	float: left;
	width: 33.33333%;
	margin-bottom: 26px;
}

.newsAdd .list li a{
	display: block;
	margin-left: 26px;
	background: #fff;
}

.newsAdd .list .img{
	padding-bottom: 62.227%;
}

.newsAdd .list .text{
	padding: 16px 20px;
}

.newsAdd .list .text .title{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.newsAdd .list .text .title:hover{
	color: #d0a863;
}

.newsAdd .list .text .see{
	font-size: 12px;
	color: #999;
}

.newsAdd .list .text .see:hover{
	text-decoration: underline;
}

.loadMore{
	border-radius: 30px;
	background: #d0a863;
	width: 180px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
	display: block;
	margin:32px auto 0;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.loadMore2{
	background: transparent;
	border: 1px solid #d0a863;
	color: #d0a863;
	height: 48px;
	line-height: 48px;
	margin-top: 12px;
	margin-bottom: 24px;
}

.loadMore2:hover{
	background: #d0a863;
	color: #fff;
}




























































































































































































































































































































































































































































































































































