/*手机导航*/

.head-wap {
	display: none;
}

.m_img {
	display: block;
	height: 54px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}

.m_img .headlf {
	padding-top: 7px;
	padding-left: 7px;
	float: left;
}


.m_img .headlf .m_logo {
	max-height: 40px;
	display: block;
}

.m_img .headrg {
	padding-right: 10px;
	padding-top: 15px;
	float: right;
}

.m_img .headrg a .m_menuimg {
	height: 22px;
	vertical-align: top;
	display: block
}

.m_nav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 10000
}

.m_nav .closecover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0b0d19;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}

.m_nav .closeicon {
	position: absolute;
	width: 20%;
	left: 0;
	top: 5%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0
}

.m_nav .m_navList {
	position: absolute;
	width: 80%;
	right: 0px;
	top: 0px;
	background: #0b0d19;
	height: 100%;
	z-index: 100;
	right: -80%;
	overflow-y: scroll;
}

.m_nav .m_navList ul {
	padding-left: 5%;
	padding-right: 5%
}

.m_nav .m_navList ul li {
	border-bottom: 1px solid #232530
}

.m_nav .m_navList ul li a {
	display: block;
	height: 45px;
	color: #fff;
	line-height: 45px;
	padding-left: 5%;
	font-size: 16px
}

.m_nav .m_navList ul li .m_f_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.m_nav .m_navList ul li .m_f_a a {
	flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
	width: 40px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 5px;
	display: block;
}

.m_nav .m_navList ul li .sinav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}
@media(max-width:800px){
	.m_img .headlf {
		padding-left: 20px;
	}
	.m_img .headlf .m_logo{
		max-height: 35px;
	}
}
.icon {
	background: url(../image/plus.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.icon_on {
	background: url(../image/reduce.jpg) 50% no-repeat!important;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
	display: none;
	width: 100%;
}

.m_nav .m_navList ul li .m_s_nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 10%;
	overflow: hidden;
	white-space: nowrap;
	width: 70%;
	text-overflow: ellipsis;
}
.sinav .icon3{
	width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}
.sinav .icon3{
	background: url(../image/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.m_nav .m_navList ul li .m_s_nav .m_nav3{
	display: block;
}
.m_nav .m_navList ul li .m_s_nav .m_nav3 a{
	display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20%;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    text-overflow: ellipsis;
}

/*头部导航*/
.head{
	padding:15px 0 0;
	position: fixed;
	z-index:2;
	background: #fff;
	width:100%;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.pcd{
	display: block;
	width:100%;
	height: 107px;
}

.logo{
	max-width: 250px;
}
.nav{
	margin-left:40px;
	width:650px;
}
.search{
	width:100%;
	border:1px solid #999;
	box-sizing:border-box;
}
.search form{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.search form input{
	box-sizing:border-box;
	padding:10px;
	width:calc(100% - 40px);
	color:#999;
	font-size:14px;
	font-weight: 300;
}
.search form button{
	box-sizing:border-box;
	width:40px;
	height: 40px;
	background:url(../image/search-button.jpg);
	font-size:14px;
	font-weight: 300;
	cursor: url(../image/hcur.png), default;
  	-webkit-transition: all 0.4s ease-out;
  	transition: all 0.4s ease-out;
}
.nav ul{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.f_a{
	font-size: 14px;
	font-weight: 400;
	color: #333;
	/*padding:15px 0;*/
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	box-sizing:border-box;
}
.f_aafter{
	content:'';
	display: block;
	display: none;
	position: absolute;
	bottom: 0px;
	width:0%;
	height: 2px;
	background: #f0d00a;
	transition: all .3s ease-out 0s;
}
.f_a:hover{
	color: #f0d00a;
}
/*.navli:hover .f_aafter{
	width:100%;
}*/
.hicon{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:20px 0;
}
.hcollect{
	margin-left: 30px;
}
.hlogin{
	margin-left: 30px;
}
.head .on{
	display: inline-block;
}
.head .hon{
	display: none;
}
.hic{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    position:relative;
    padding-bottom:15px;
}

.lan{
    position:absolute;
    display:none;
    top:30px;
    width:100%;
    height:auto;
    z-index:9;
    padding:5px 0;
    background:#f2f3f7;
}
.lan a{
    display:block;
    width:100%;
    padding:5px 10px;
    box-sizing:border-box;
    text-align:center;
}
.hic:hover{
	color: #ddbe00;
}
.hic:hover .lan{
    display:block;
}
.hic:hover .on{
	display: none;
}
.hic:hover .hon{
	display: inline-block;
}
.hcico{
	line-height: 1;
	display:flex;
    flex-wrap:wrap;
    justify-content:center;/*相对父元素水平居中*/
    align-items:center;
    padding:0 5px;
}
.
.hcico p{
	line-height: 1;
}
@media (max-width: 1300px) {
	.head,.foot {
		display: none;
	}

	.g_fnva,.fn_h,.head-wap {
		display: block;
	}

	.h_h {
		height: 54px;
	}

	.pcd{
		height: 54px;
	}
}
.footer{
	background: #333;
}
.footer .center{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:40px 020px 100px;
    color: #fff;
}
.fz{
	width:25%;
}
.fc{
	width:55%;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0 20px 0 0;
    box-sizing:border-box;
}
.fy{
	width:20%;
}
.fzp1{
	font-size:16px;
}
.fzp2{
	font-size:30px;
	margin-top:25px;
}
.fzp3{
	font-size:14px;
	margin-top:20px;
	font-weight: 200;
	color: #bbbbbb;
}
.caidan-block{
	display: block;
}
.caidan1{
	font-size:16px;
	color: #fff;
	margin-bottom: 25px;
	display: block;
}
.caidan2{
	font-size:14px;
	color: #bcbcbc;
	margin-bottom: 25px;
	display: block;
}
.fytop{
	width:100%;
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.fybot{
	width:100%;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:30px;
}
.fybot p{
	text-align: center;
	color:#d6d6d6;
}
.ft{
	width:100%;
	padding:15px 0;
	background: #000;
}
@media(max-width:1000px){
	.fz{
		width:100%;
	}
	.fc{
		width:100%;
		display: none;
	}
	.fy{
		width:100%;
		margin-top:30px;
	}
	.fybc{
		width:45%;
	}
	.fybc img{
		width:80%;
		display: block;
		margin:0 auto 10px;
	}
	.footer .center{
		padding-bottom: 30px;
	}
}

.navli{
	position: relative;
}
.s_navbox{
	position: absolute;
	top:40px;
	z-index: 2;
	width: 120px;
	left:-20px;
	display: none;
}

.proli{
	position: static;
}
.pronav{
	/*display: block;*/
	position:absolute;
	z-index: 2;
	top:100px;
	left: 0px;
	width:100vw;
	box-sizing:border-box;
	background: #fff;
	border-bottom:2px solid #f0d00a;
	height: 661px;
    overflow: hidden;
}
.nav3{
	display: block;
	position: relative;
	height: 30px;
	color: #f2d837;
	font-size: 16px;
	font-weight: 600;
}
.nav3span{
	height: 30px;
	line-height: 30px;
	width:auto;
	padding-right:50px; 
	background: #fff url() 0 0 no-repeat;
}
.nav3:after{
	content:'';
	display: block;
	position: absolute;
	z-index: -1;
	width:300px;
	height: 2px;
	left:0;
	top:14px;
	background: #f2d837;
}
.s_a{
	padding: 10px 20px 20px;
	background: #fff;
}
.s_a a{
	display: block;
	padding-top: 10px;
	color: #000;
}
.s_a a:hover{
	color: #f0d00a;
}
.cur .f_a{
    color: #f0d00a;
}

.pronav .center{
	
	padding:0;
}
.s_a1{
	padding:15px 20px;
	position: relative;

}
.s_a1:after{
	content: '>';
	position: absolute;
	right:40px;
	font-family:'宋体';
	transition:1s;
}
.s_a1hover{
	color: #f0d00a!important;
}
.s_a1hover::after{
	right:20px;
}
.s_a1hover{
	border-bottom:1px solid #f0d00a;
}

.pros_a{
	width:400px;
	border-right: 2px solid #f0d00a;
	box-sizing:border-box;
	margin:30px 0 0 0;
}
.prosr{
	width:calc(100% - 400px);
	box-sizing:border-box;
	padding:30px 0 0 30px;
	height: 661px;
    overflow: hidden;
    overflow-y: scroll;
}
.pright{
	display:none;
}
.pright:nth-child(1){
	display:block;
}
.nav4{
	display:flex;
	flex-wrap:wrap;
    justify-content:start;
}
.pright .s1c1{
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 20px;
	border:none;
	/*border-bottom: 1px solid #545358;*/
	border-radius: 0;
	font-size:16px;
	padding-left: 0;
	padding-right: 30px;
}
.pright .s1c1:hover{
	border:none;
}
.pright .s1c1:hover a{
	color:#f0d00a;
}
/*.pright .nav4 .s1c1:nth-child(5n){
	margin-right: 0;
}*/
.pright .s1c1 .s1cp{
	padding: 5px 10px;
}
.pright .s1ca:hover .s1cp{
	background: rgb(84,83,88,0.4);
    padding:10px;
}

/*top*/
.online {
	position: fixed;
	z-index: 99;
	top: 50%;
	right: 20px;
	margin-top: -150px;
	display: block;
}

.online li {
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 1px;
}

.online li span {
	position: absolute;
	width: 11px;
	height: 6px;
	background: url(../image/index28.png) no-repeat;
	left: 18px;
	top: -6px;
}

.online1 {
	position: absolute;
	top: 0;
	right: 48px;
	width: 177px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #FFF;
	background: #9a9a9a;
	display: none;
	text-align: center;
}

.online2 {
	position: absolute;
	top: 0;
	right: 48px;
	width: 177px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #FFF;
	background: #9a9a9a;
	display: none;
	text-align: center;
}

.online3 {
	position: absolute;
	top: 0;
	right: 48px;
	display: none;
	width: 120px;
	height: 120px;
}


.online img {
	background-color: rgba(58, 56, 56, 0.48);
}

@media(max-width:1000px){
	.online{
		display: none;
	}
}

.head a:hover{
	color:#f0d00a;
}