@CHARSET "UTF-8";
* {
    margin: 0 auto;
    padding: 0px;
    line-height: 1.4875;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
body {
    width: 100%;
    min-width: 1200px;
    background-color: rgba(228, 228, 228, 1);
}
#logo-img {
    height: 60px;
    float: left;
}

/*nav*/
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    border-top: 5px solid #222222;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #F39C11;
    background-color:#222222;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #F39C11;
    border-top: 5px solid #F39C11;
    background-color:#222222;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #F39C11;
    background-color:#222222;
}
.ext-nav {
    font-size: 14px;
    float:right;
}
.ext-nav a {
    font-size: 14px;
}
.ext-nav li {
    width: auto;
    margin-left: 15px;
    text-align: center;
    float:left;
}
.ext-nav img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0.2;
    filter: alpha(opacity=40);
}
.dropdown-menu {
    top: 59px;
    min-width:30px;
}
.dropdown-menu li {
    margin-left:0px;
    min-width:30px;
}
.dropdown-menu>li>a {
    padding: 3px 16px;
}
.modal-body img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/*navbar*/
.navbar {
    margin: 0px auto;
    width: 100%;
    min-width:1200px;
    height: 60px;
}
.navbar .container {
    height: 60px;
}
.nav-list {
    margin: 20px auto;
}

/*list-title*/
.ext-list-title {
    margin: 0 auto;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    background: white;
    color: gray;
}
.nav-list hr {
    margin: 10px auto;
    border-top: 1px dashed gray;
}

/*panel*/
.ext-panel {
    width: 100%;
    margin-top: 60px;
}

/*back to top*/
p#back-to-top {
    position:fixed;
    bottom:100px;
    right:10px;
}
p#back-to-top a {
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:80px;
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
p#back-to-top a:hover {
    color:#979797;
}
p#back-to-top a span {
    background:#d1d1d1 no-repeat center center;
    border-radius:6px;
    display:block;
    height:50px;
    width:50px;
    margin:5px auto;
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}

/*footer*/
#footer {
    position:relative;
    margin-top:10px;
    border-top:1px dashed #d8d8d8;
    padding:15px 0;
    color:#666666;
    height:25px;
    font-size:12px
}
#footer p {
    text-align:center;
}
#footer p a {
    padding:0 10px;
    color:#666666;
}
#footer p a:hover {
    color:#e60012;
}
#footer p a:hover {
    color:#116ec1;
}
footer {
    display:block;
}
.result-page {
    margin-top: 20px;
    text-align: center;
}

/*contact*/
.contact {
    position: fixed;
    top: 50%;
    right: 0;
    height: 186px;
    margin-top: -104px;
    border: 0px solid;
}
.contact .top, .qq, .weibo, .weixin {
    border: 1px lightgray solid;
}
.contact a:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.weixin_code {
    width: 120px;
    height: 120px;
    line-height: 20px;
    font-size: 12px;
    position: fixed;
    background-color: #333333;
    top: 50%;
    right: 52px;
    margin-top: -17px;
    border: 0px solid;
    border-radius: 3px;
    display: none;
}
#footer-contact {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #333333;
    border: 0px lightgray solid;
    color: #FFFFFF;
}
#footer-contact .footer-contact-p {
    width: 90%;
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;

}
#footer-contact a {
    color: #F39C11;
}
#footer-contact .footer-contact-text {
    font-size: 13px;
    height: 50px;
    line-height: 20px;
    float: left;
    margin-right: 48%;
    margin-top: 20px;
    text-align: left;
}
#footer-contact .square {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    padding: 0px;
    background-color: gray;
    float:left;
    opacity: 0.6;
    text-align: center;
    font-size: 12px;
}