.pc-provider {
    display: none;
}
.mobile-provider {
    display: block;
    padding: 24px 16px 16px 16px;
    height: auto;
}
.provider-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.mobile-fixed {
    display: block;
    height: 50px;
}
.content-pic {
    width: 100%;
    height: auto;
}
.content-pic img {
    width: 100%;
    height: auto;
}
.bottom-message {
    width: 100%;
    height:auto;
    min-height: 150px;
    padding: 24px 16px 0px 16px;
}
.provider-message {
    font-size: 20px;
    color: #000000;
    text-align: left;
}
.message-title {
    font-size: 18px;
    color: #000000;
    text-align: left;
}
.message-address {
    font-size: 16px;
    color: #000000;
    text-align: left;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    word-wrap:break-word
}
.message-address span {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap; */
}
/* 新添加 */
.header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    padding: 0;
    z-index: 999999;
}
.nav > ul{
	list-style: none;
	margin:none;
}
.nav > ul >li{
	display: block;
	font-size: none;
	padding: none;
}
.nav > ul >li > a{
	color: #141414;
	font-weight: 100%;
}
.nav > ul >li > a:hover{
	color: #141414;
	font-weight: 100%;
	color: #005FB3!important;
	text-decoration: none;
}
.nav > ul > li.active > a{
	color: #005FB3!important;
}
.nav > ul >li:last-child{
	padding-right: none;
}
.mobile-fixed {
    display: block;
    height: 50px;
}
#closeMenu {
    display: none;
}
.pc-logo{
    display: none;
}
.pc-nav{
    display: none;
}
.pc-footer {
    display: none;
}
#getMenu {
   display: block;
   width: 100%;
   height: 100%;
   padding: 11px 10px 16px 10px;
}
.mobile-footer {
    display: block;
}
.footer {
    background: #005FB3;
    height: auto;
    padding: 36px 16px 18px 16px;
}
.footer-menu {
    height: 49px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 100%;
    color: #ffffff;
    line-height: 50px;
}
.footer-menu a{
    color: #ffffff;
    text-decoration:none;
}
.footer-menu-last{
    height: 50px;;
    font-size: 14px;
    font-weight: 100%;
    color: #ffffff;
    line-height: 50px;
}
.footer-message {
    color: #ffffff;
    font-size: 12px;
}
.footer-line {
    margin-top: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-call {
    margin-top: 16px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100%;
}
.footer-pass {
    margin-top: 17px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100%;
}
.footer-phone {
    height: 35px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 100%;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-bottom {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 100%;
    opacity: 0.6;
}
#mobile-drawer {
    position: fixed;
    top: 50px;
    right: 0px;
    height: 100%;
    width: 65%;
    overflow: hidden;
    z-index: 99999;
    background: #FFFFFF;
    transition: all 1s ease-in;
    display: none;
}
#mobile-drawer ul li {
    height:57px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 57px;
    padding: 0px 16px 0px 16px;
}
#mobile-drawer ul li a {
    color: #141414;
    text-decoration:none;
}
#mobile-hidden {
    background: #000000;
    top: 50px;
    position: fixed;
    left: 0px;
    height: 100%;
    width: 35%;
    overflow: hidden;
    z-index: 99999;
    transition: all 1s ease-in;
    opacity: 0.5;
    display: none;
}