﻿.header .nav .open{display: none;}
.Mbanner{display: none;}
.header .nav .index{display: none;}
.header .logo {
    height: 120px;
    background: url("../img/logo_bg.jpg") center no-repeat;
}
.header .logo h1 img {
    /*margin-top: 20px;*/
    vertical-align: middle;
}
.header .logo h1 a {
    height: 120px;
    width: 650px;
    display: block;line-height: 120px;
}
.header .logo .top_link {
    margin-top: 48px;position: relative;
}
.header .logo .login {
    margin-right: 20px;position: relative;
}
.header .logo .login i {
    display: block;
    width: 28px;
    height: 28px;
    background: #0D49C1 url("../img/login.png") center no-repeat;
    border-radius: 50%;
    cursor:  pointer;
}
.header .logo .login i:hover {
    opacity: .9;
}
.header .logo .language a {
    width: 39px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    text-align:  center;
    border: 1px solid #0E49C3;
    font-size: 16px;
    color: #0E49C3;
    margin-top: 1px;
}
.header .logo .language a.on {
    background: #0E49C3;
    color: #fff;
}
.header .nav {
    height:  50px;
    line-height: 50px;
    background: #0051BE;
    font-size: 16px;
}
.header .nav>ul>li {
    margin-left:59px;
    position:  relative;
}
.header .nav>ul>li:first-child {
    margin-left: 0;
}
.header .nav>ul>li>a {
    display:  block;
    color: #fff;
    text-align:  center;
    padding: 0 12px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.header .nav>ul>li>a:hover,.header .nav>ul>li>a.on {
    color: #F75616;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.header .nav>ul>li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 134px;
    left: 50%;
    margin-left: -67px;
    padding: 13px 0 7px 0;
    background: #f6f6f6;
}
.header .nav>ul>li ul li {
    text-align:  center;
    font-size: 12px;
    line-height:  44px;
    height: 44px;
}
.header .nav>ul>li ul li a {
    color: #216AEF;
    display:  block;
}
.header .nav>ul>li ul li a:hover,.header .nav>ul>li ul li a.on {
    background: #216AEF;
    color: #fff;
}

.footer {
    background: #00247E;
    color: #fff;
}
.footer a {
    color:#B6BEE8;
}
.footer .foot>.center {
    border-bottom: 1px solid #1E3B75;
    padding: 28px 0 20px 0;
}
.footer .foot_list {
    width: 1087px;
}
.footer .foot_list dl {
    line-height: 30px;
    font-size: 12px;
    margin-right: 60px;
    max-width: 230px;
}
.footer .foot_list dl dt {
    font-size: 16px;
    margin-bottom: 4px;
}
.footer .foot_list dl dt a {
    color: #fff;
}
.footer .foot_list dl dt a:hover {
    color: #FF7C48;
}
.footer .foot_list dl dd {
    color: #B6BEE8;
}
.footer .foot_list dl dd a:hover {
    opacity: .8;
    color: #fff;
}
.footer .foot_code {
    margin-right: 13px;
    width: 100px;
}
.footer .foot_code p {
    font-size:  12px;
    text-align: center;
    margin-top: 10px;
}
.footer .foot_code img {
    width: 100%;
}
.footer_link .links {
    font-size:  12px;
    line-height: 26px;
    margin-top: 27px;
    text-align: justify;
}
.footer_link .links a {
    color: #8C94D0;
}
.footer_link .links a:hover {
    color: #B6BEE8;
}
.footer_link .links>span {
    padding: 0 8px;
    color: #8C94D0;
}
.footer_link .links>span:first-of-type {
    display:  none;
}
.footer_link .links h3 {
    font-size:  16px;
    text-align:  center;
    margin-bottom: 13px;
}
.footer_link .links h3 span {
    position:  relative;
}
.footer_link .links h3 span:after,.footer_link .links h3 span:before {
    content: "";
    width:  19px;
    height:  1px;
    background: #fff;
    position:  absolute;
    top: 50%;
}
.footer_link .links h3 span:before {
    left: -29px;
}
.footer_link .links h3 span:after {
    right: -29px;
}
.footer_link .copyright, .footer_link .copyright a {
    color: #617094;
    text-align: center;
    font-size: 12px;
    line-height: 53px;
    margin-top: 16px;
}
#side {
    width:  58px;
    position:  fixed;
    right: 0;
    top: 50%;
    margin-top: -87px;
     display: none; 
}
#side li {
    height:  58px;
    cursor: pointer;
    position: relative;
}
#side li.n1 {
    background: #3189FB url("../img/side1.png") center no-repeat;
}
#side li.n2 {
    background: #fff url("../img/side2.png") center no-repeat;
}
#side li.n3 {
    background: #3189FB url("../img/side3.png") center no-repeat;
}
#side li.n1:hover span {
    display:block;
}
#side li.n1 span {
    width:  100px;
    height:  100px;
    position:  absolute;
    left: -110px;
    top: 50%;
    margin-top: -51px;
    display:  none;
    padding-right: 10px;
}
#side li.n1 span i {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
#side li.n2 .bdsharebuttonbox {
    width:  204px;
    height: 100%;
    position:  absolute;
    left: -204px;
    background: #fff;
    display: none;
}
#side li.n2 .bdsharebuttonbox a {
    width: 66px;
    height: 58px;
    margin: 0;
    border: 1px solid #f0f0f0;
}
#side li.n2 .bdsharebuttonbox .bds_weixin {
    background: url("../img/icon1.png") center no-repeat;
}
#side li.n2 .bdsharebuttonbox .bds_qzone {
    background: url("../img/icon2.png") center no-repeat;
    border-left: 0;
}
#side li.n2 .bdsharebuttonbox .bds_tsina {
    background: url("../img/icon3.png") center no-repeat;
    border-left: 0;
}
#side li.n2:hover .bdsharebuttonbox {
    display: block;
}

#mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}


/*登录*/
.login_popup {
    position: fixed;
    width: 460px;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10000;
    height: 440px;
    display: none;
    margin-left: -230px;
    margin-top: -220px;
    border-radius: 4px;
}
.login_popup h3 {
    font-size:  24px;
    text-align:  center;
    border-bottom: 1px solid #eaeaea;
    color: #575757;
    height:  66px;
    line-height:  66px;
    padding-top: 5px;
    position:  relative;
}
.login_popup h3 i {
    background: #f2f2f2 url("../img/close.png") center no-repeat;
    position:  absolute;
    width: 22px;
    height: 22px;
    display:  block;
    border-radius:  50%;
    right: 20px;
    top: 50%;
    border: 1px solid #ccc;
    margin-top: -12px;
    cursor: pointer;
}
.login_popup input[type="text"] {
    height: 56px;
    line-height:  56px;
    width: 378px;
    font-size: 16px;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    padding: 0 20px;
}
.login_popup input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9f9f9f;
}
.login_popup input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9f9f9f;
}
.login_popup input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9f9f9f;
}
.login_popup input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9f9f9f;
}
.login_popup form.loginform {
    padding: 12px 20px;
}
.login_popup  input.btn {
    width:  100%;
    height:  52px;
    line-height: 52px;
    border: 0;
    font-size:  18px;
    color: #fff;
    background: #3878e4;
    margin-top: 110px;
    cursor: pointer;
}
.login_popup form.loginform>p {
    position:  relative;
}
.login_popup form.loginform>p span.tip {
    position:  absolute;
    width: 100%;
    bottom: -22px;
    left: 0;
    font-size:  12px;
    color: #f62626;
}
.login_popup form.loginform>p:first-child span.tip {
    bottom:  auto;
    top: -3px;
}
.login_success {
    position: fixed;
    width: 222px;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10000;
    height: 118px;
    line-height: 118px;
    text-align:  center;
    display: none;
    margin-left: -111px;
    margin-top: -59px;
    font-size: 16px;
}
.login_success span {
    background: url("../img/success.png") left center no-repeat;
    padding-left: 26px;
}

.login_false {
    position: fixed;
    width: 222px;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10000;
    height: 118px;
    line-height: 118px;
    text-align:  center;
    display: none; 
    margin-left: -111px;
    margin-top: -59px;
    font-size: 16px;
}
.login_false span {
    background: url("../img/icon-false.png") left center no-repeat;
    padding-left: 26px;
}

.login_prompt {
    position: fixed;
    width: 354px;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10000;
    height: 118px;
    line-height: 118px;
    text-align:  center;
    display: none;
    margin-left: -177px;
    margin-top: -59px;
    font-size: 16px;
    padding: 0px 20px;
}
.login_prompt span {
    background: url("../img/icon-false.png") left center no-repeat;
    padding-left: 26px;
}


.login_prompt1 {
    position: fixed;
    width: 370px;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10000;
    height: 118px;
    line-height: 118px;
    text-align:  center;
    display: none;
    margin-left: -185px;
    margin-top: -59px;
    font-size: 16px;
    padding: 0px 20px;
}
.login_prompt1 span {
    background: url("../img/success.png") left center no-repeat;
    padding-left: 26px;
}


.header .logo .login .login_nav {
    background: #fff;
    width: 120px;
    height: 160px;
    position:  absolute;
    left:  50%;
    margin-left: -69px;
    border: 1px solid #eeeeee;
    top: 48px;
    z-index: 99;
    text-align:  center;
    padding: 0 9px;
    display:  none;
}
.header .logo .login:hover .login_nav {
    display:  block;
}
.header .logo .login .login_nav p {
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: url("../img/i13.png") 90% 50% no-repeat;
}
.header .logo .login .login_nav p a {
    color: #2f2f2f;
    padding-right: 18px;
    display:  block;
    height: 56px;
}
.header .logo .login .login_nav ul {
    margin-top: 12px;
}
.header .logo .login .login_nav li {
    line-height:  38px;
    height: 38px;
}
.header .logo .login .login_nav li a {
    color: #777777;
    padding-left: 36px;
    background: url("../img/i15.png") left center no-repeat;
}
.header .logo .login .login_nav li:first-child a {
    background-image: url("../img/i14.png");
}

.UserIn{position:absolute;background:#fff;border:1px solid #eeeeee;width:105px;height:120px;top:45px;left:-50px;padding: 15px 15px 15px 15px;display: none;z-index: 99;}
.UserIn .Account{border-bottom:1px solid #eeeeee;background: url(../img/icon-arrow.png) right 4px no-repeat;line-height: 22px;padding: 0px 10px 10px 10px;margin: 0px 0px 20px 0px;height: 18px;overflow: hidden;text-align: left;}
.UserIn a{display:block;margin: 0px 0px 20px 0px;text-align:right;font-size:14px;color: #777777;padding: 0px 5px 0px 0px;}
.UserIn a.pwd{background:url(../img/icon-pass.png) 5px center no-repeat;}
.UserIn a.logout{background:url(../img/icon-logout.png) 5px center no-repeat;}
.UserIn11{padding:10px;}







