@charset "utf-8";
/* CSS Document */

/*base Start
=================================*/

body>div {
    margin-right: auto;
    margin-left: auto;
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

/*base End
=================================*/

/*Public Start
=================================*/

body,
html {
    color: #333;
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", "微软雅黑", PingHei, STHeiti, "\5B8B\4F53", SimSun, "宋体", sans-serif;
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-size: 16px;
    
}
.left_nav li{
    text-align: center;
}
@media only screen and (max-width: 992px) {
    body {
        line-height: 26px;
    }
}

ul,
li {
    list-style: none;
}

img {
    
    height: auto;
    width: auto\9;
    /* ie8 */
    border: none;
}

.mt10 {
    margin-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt10 {
    padding-top: 3px;
}

.pt11 {
    padding-top: 11px;
}

.pb15 {
    padding-bottom: 6px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

/*Public End
=================================*/

/*header Start
=================================*/

header .logo img {
    padding: 44px 0 20px 18px;
    max-width: 577px;
}

.topmenu {
    margin-top: 10px;
    color: #6cd0f7;
}

.topmenu li {
    float: left;
    line-height: 36px;
}

.topmenu li a {
    color: #fff;
}

.topmenu .mdeiainfo li {
    width: 36px;
    height: 36px;
    text-align: center;
    background: rgba(102, 112, 167, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B26670A7, endColorstr=#B26670A7);
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    margin: 0 10px 0 0;
}

.topmenu .mdeiainfo li a i {
    display: inline-block;
    font-size: 1.6rem;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0;
}

.topmenu .mdeiainfo li a span {
    display: block;
}

.topmenu .otherinfo li a {
    padding: 0 10px;
}

.topmenu .otherinfo li a:hover {
    text-decoration: underline;
}

.serach {
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}

.search .inputbox-search {
    float: left;
    border: 1px solid #d1d1d1;
    border-right: none;
    background: rgba(10, 48, 125, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9914307D, endColorstr=#9914307D);
    color: #e8ebf2;
    height: 35px;
    line-height: 35px;
    border-radius: 20px 0 0 20px;
    padding-left: 25px;
    width: 172px;
}

.search .button-search {
    float: right;
    background: url(ico_search_nao.png) no-repeat 5px 5px rgba(10, 48, 125, 0.6);
    background: url(ico_search_nao.png) no-repeat 5px 5px\9;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-radius: 0 20px 20px 0;
    height: 35px;
    line-height: 35px;
    width: 41px;
}

/*nav Start
=================================*/

/* Navbar
=================================*/

/*nav End
=================================*/

@media only screen and (max-width: 991px) {
    .search input {
        float: left;
    }
    .search .btn-search {
        float: none;
    }
    .social-links {
        float: right;
    }
    .social-links .dropdown>button {
        background-color: transparent;
        color: #fff;
        font-size: 1.8rem;
        font-size: 18px;
        padding: 3px 0;
    }
    .social-links .dropdown-menu {
        z-index: 103;
        padding: 0px;
        box-shadow: none;
        background: #fafafa;
        right: 0;
        left: auto;
        border: 1px solid #f1f1f1;
        top: 27px;
        min-width: 314px;
    }
    .social-links li {
        float: left;
        margin: 5px 0;
        padding: 0 5px;
        color: #354a96;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .social-links li a {
        height: 20px;
        line-height: 20px;
        border: none;
        width: 100%;
        color: #6f6f6f;
        background-color: transparent;
        border-color: transparent;
    }
    .social-links li a:hover {
        color: #354a96;
        background-color: transparent;
    }
    .social-links .dropdown.open>button>i:before {
        content: "\f00d";
        color: #e84c3d;
    }
    .social-links .dropdown-menu li a {
        padding: 0;
    }
}

@media (min-width: 481px) and (max-width: 992px) {
    .search input {
        width: 385px;
    }
}

/*header End
=================================*/

/*footer Start
=================================*/

footer {
   
    color: #fff;
    line-height: 22px;
    margin-top: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .col-bottom-link {
    border-bottom: 1px solid #4e60ce;
    padding: 12px 0 0px 0;
    
}

footer .col-bottom-link select {
    color: #fff;
    width: 100%;
    font-size: 1.5rem;
    font-size: 15px;
    border: 1px solid #8495e7;
    line-height: 19px;
    padding: 5px 15px 5px 10px;
    padding: 5px 0 5px 10px\9;
    margin-bottom: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: rgba(55, 72, 158, 0.6);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9937489E, endcolorstr=#9937489E);
}

select::-ms-expand {
    display: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

footer .col-bottom-link select option {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 24px;
}

footer img {
    width: auto;
}

/*footer End
=================================*/

/*toolbar Start
=================================*/

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/*解决IE6下滚动抖动的问题*/

/*解决IE6下不兼容 position:fixed 的问题*/

#code,
#code_hover,
#gotop {
    width: 52px;
    height: 52px;
    background: url(toolbar_nao.png) no-repeat;
    position: fixed;
    right: 0;
    z-index: 99;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

#code {
    background-position: -184px -125px;
    bottom: 120px;
    _margin-bottom: 120px;
}

#code_hover {
    background-position: -240px -125px;
    bottom: 120px;
    _margin-bottom: 120px;
}

#gotop {
    background-position: -184px -179px;
    bottom: 67px;
    _margin-bottom: 67px;
}

#code_img {
    width: 203px;
    height: 210px;
    background: url(toolbar_nao.png) 20px 1px no-repeat;
    position: fixed;
    right: 54px;
    bottom: 77px;
    cursor: pointer;
    display: none;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    _margin-bottom: 67px;
}

/*toolbar End
=================================*/