/*PC版头部*/
#LiHeader{
    padding: 15px 20px;
	border-bottom: 1px solid #D8D8D8;
}
.LiCenter{
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.LiHeaderLeft{
    float: left;
}
.LiHeaderLeft span{
    display: none;
}
.LiHeaderLeft img{
    cursor: pointer;
}
.mobilesearch{
    display: none;
}
.mobilelist{
    display: none;
}
.LiHeaderMiddle{
    float: left;
	margin-left: 15px;
}
.LiHeaderRight{
    float: right;
}
.LiHeaderRight ul{
	float: left;
}
.LiHeaderRight ul li{
	float: left;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
}
.LiHeaderRight ul li span{
	cursor: pointer;
}
.LiHeaderMiddleBottom input{
    width:220px;
    height:38px;
    border:1px solid #9B9B9B;
    border-radius:0px 2px 2px 0px;
    text-indent: 10px;
	border-left: 0;
    float: left;
}
.LiHeaderMiddleBottom input::-webkit-input-placeholder{
	letter-spacing: 5px;
}
.LiHeaderSearchImage{
    width:40px;
    height:38px;
    border:1px solid #9B9B9B;
    border-radius:2px 0px 0px 2px;
    float: left;
    position: relative;
    border-right: 0px;
    cursor: pointer;
}
.LiHeaderSearchImage img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
	width: 24px;
}
.LiHeaderNav{
    margin:0 auto;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(196,127,0,1);
    width: 1200px;
	display: none;
}
.LiHeaderNav ul li{
    float: left;
    width: 400px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color:rgba(131,131,131,1);
}
.LiHeaderNav ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.LiHeaderNav ul li span{
    font-size:20px;
    font-weight:bold;
    vertical-align: middle;
    margin-left: 5px;
}
.mobiletype{
    display: none;
}
.LiHeaderNavSelect{
   color: rgba(196,127,0,1);
}
.LiTopNav{
	height: 120px;
	width: 100%;
	background: #F5F5F5;
	padding: 10px 80px;
	display: none;
}
.LiTopNavLogo{
	float: left;
}
.LiTopNavAppStore{
	float: left;
	margin-left: 20px;
}
.IOSAppStore{
	margin-top: 6px;
}
.IOSAppStore img{
	cursor: pointer;
}
.AndroidAppStore{
	margin-top: 10px;
}
.AndroidAppStore img{
	cursor: pointer;
}
.LiTopNavAppMsg{
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	font-weight: bold;
	font-size: 18px;
}
.LiTopNavWx{
	float: left;
	margin-left: 80px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.LiTopNavWx p:nth-child(2){
	margin-top: 15px;
}
.LiTopTour{
	text-align: left;
	margin-top: 20px;
}
.LiTopNavWx span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.LiTopNavHotLine{
	float: left;
	margin-left: 80px;
	margin-top: 15px;
}
.LiTopNavHotLineIcon{
	float: left;
	margin-top: 15px;
}
.LiTopNavHotLineInfo{
	float: left;
	margin-left: 15px;
	font-weight: bold;
	font-size: 18px;
}
.LiTopNavHotLineInfo p{
	margin: 5px 0;
}
.LiTopNavWhat{
	float: left;
	margin-left: 50px;
}
.LiTopNavWhatIcon{
	float: left;
	margin-top: 30px;
}
.LiTopNavWhatInfo{
	float: left;
	margin-left: 15px;
	font-weight: bold;
	font-size: 18px;
}
.LiTopNavWhatInfo p{
	margin: 5px 0;
}
.LiTopNavClose{
	float: right;
	margin-top: 30px;
	cursor:pointer;
}
/*手机版头部*/
@media(max-width:768px){
    .LiCenter{
        width: 100%;
        height: 100%;
    }
    main{
        top: 50px;
    }
    #LiHeader{
        margin-top: 0rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        height: 3.125rem;
        z-index: 99999;
		padding: 0 0;
		border-bottom: none;
    }
    .LiHeaderTop{
        height: 3.125rem;
        border-bottom: solid 1px #F0831E; #EAD231;
        margin-bottom: 0px;
    }
    .LiHeaderLeft{
        float: none;
        position: absolute;
        left: 50%;
		top: 50%;
        transform: translate(-50%,-50%);
    }
    .LiHeaderLeft .indexlogo{
        width: 10rem;
        height: 1.6rem;
    }
    .mobilesearch{
        display: block;
        float: left;
        margin-left: 15px;
		margin-top:  15px;
    }
	.mobilesearch img{
		width: 24px;
		height: 24px;
	}
    .mobilelist{
        display: block;
        float: right;
        margin-right: 15px;
        margin-top:  15px;
    }
	.mobilelist img{
		width: 24px;
		height: 24px;
	}
    .LiHeaderMiddleTop{
        display: none;
    }
    .LiHeaderRight{
        display: none;
    }
    .LiHeaderMiddle{
        float: none;
        position: absolute;
        top: 3.125rem;
        z-index: 500;
        width: 100%;
        height: 3.125rem;
        display: none;
		margin-left: 0;
    }
    .LiHeaderMiddleBottom{
        padding:0.625rem 0.625rem;
        margin-left: 0px;
        margin-top: 0px;
        display: none;
        background: white;

    }
    .LiHeaderMiddleBottom input{
        width: 90%;
		padding: 7px 10px;
		border: 1px solid #e5e5e5;
		border-left: none;
		font-size: 0.875rem;
    }
    .LiHeaderSearchImage{
        width: 1.875rem;
		padding: 7px 10px;
		font-size: 0.875rem;
		border: 1px solid #e5e5e5;
		border-right: none;
    }
	.LiHeaderSearchImage img{
		width: 24px;
		height: 24px;
	}
    .LiHeaderNav{
        border-bottom: none;
        padding-bottom: 0px;
        width: 100%;
		overflow: hidden;
        position: fixed;
        background: white;
        z-index: 3000;
        top: -575px;
		display: block;
    }
    .LiHeaderNav ul li {
        text-align: left;
        float: none;
        width: 100%;
        padding: 0 20px;
		color: #333333!important;
    }
	.LiHeaderNav ul li a{
		border-bottom: solid 1px #cccccc;
	}
	.LiHeaderNav ul li:last-child a{
		border-bottom: none;
	}
    .LiHeaderNav ul li span{
        font-size: 1rem;
        font-weight: bold;
        margin-left: 0rem;
		color: #333333;
    }
    .mobiletype{
        display: block;
    }
    .LiCarousel{
        margin-top: 0px!important;
    }
    .LiBackground{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background: rgba(0,0,0,0.5);
        display: none;
    }
}