/*全局logo样式*/
.logo {width: 50px;height: 50px;margin-top: -15px;}
.logoBrand {margin-top: -5px;}
body,html {background-color: #fff;font-family: Hiragino Sans GB, Microsoft YaHei;}
/*滚动条宽度为0*/
::-webkit-scrollbar {width: 0;}
.my-navbar-toggle{
	display:none;
    font-size: 24px;
    transform: rotate(-45deg);
    color: white;
    border-radius: 100px;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
    transition: all .3s ease;
}
#nav {background-color: #ff4611;margin-bottom: 0;}
#nav a {color: white;}
#nav ul {background-color: #ff4611;}
#nav li {border-bottom: solid #ff4611 3px;}
#nav li:hover {border-bottom: solid white 3px;}
.activeNav{border-bottom: solid yellow 3px!important;}
#nav .status {background: white;}
#mobileNav{position: fixed;z-index: 2000;right: 0px;top: 49px;margin: 0;width: 190px;}
#mobileNav ul::before{content:none;}
#mobileNav ul{margin:0!important;}
#mobileNav ul>li>a {padding-top: 5px;padding-bottom: 5px;}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 410px;}
.dropdown-menu {min-width:unset;}
footer {width: 100%;text-align: center;clear: both;background-color: white;margin-top:20px;padding: 20px 0;position: relative;border-top:solid 1px #ddd;}
footer li,footer ul {list-style: none;display: inline-block;padding: 0;}
footer li {margin-right: 10px;margin-left: 10px;}
.social_icon{margin-bottom:5px;}
footer ul li a {font-size: 14px;text-decoration: none;color: black;}
footer ul li a:hover i {opacity: 0.8;}
footer ul li a:hover {text-decoration: underline;}
footer * p {font-size: 14px;}
.footer-wrap {width: 93%;margin: 0 auto;}
.footer-wrap * h4 {text-align: left;font-size: 18px;margin-left: 15%;}
.footer-link{margin-top:10px;}
.icon3 {background: url("../img/other-logo.png") no-repeat;width: 40px;height: 40px;vertical-align: middle;display: inline-block;margin-right: 10px;}
.icon3-weibo {background-position: -50px 0;}
.icon3-weixin {background-position: -100px 0;}
.icon3-qq {background-position: -150px 0;}
.icon3-contact {background-position: 0 0;}
.icon3-xingqu {background-position: -250px 0;}
.totop{z-index:5000;position: fixed;right:10px;bottom:10px;width:40px;height:40px;background-color: rgba(0,0,0,0.5);border-radius: 5px;cursor: pointer;}
    .topArrow:first-child{top:5px;}
    .topArrow:last-child{top:25px;}
    .topArrow{position: absolute;display: block;left:0;top:0;right:0;bottom:0;margin:auto;width:18px;height:18px;overflow: hidden;border: solid 2px #ccc;border-right-color: transparent;border-bottom-color: transparent;transform: rotate(45deg);    }
#nav_login {float: right;}
#SLZ:hover {color: white;}
#nav .writebtn {color: yellow;font-weight: bold;}
@media screen and (max-width:768px){
    .logoBrand{margin-left:-20px;}
	.my-navbar-toggle{display:inline-block;}
}
@media screen and (min-width:300px) and (max-width:1005px) {
    footer * {margin: 1px;padding: 0;}	
    .social_icon li{width:60px;	}
}

@media screen and (max-width:520px){
	.shortcutDesc{display:none}
	.copyRightWrap ul{display:none;}
	.footer-wrap * h4{margin-bottom:15px;font-size:14px;}
}

