.positionr {
    position: relative;
    height: 100%;
}

.positiona {
    position: absolute;
}

.login-in {
    float: right;
}

.kf-tel {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/kf_tel.png) no-repeat center center;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}

.quit {
    width: 44px;
    height: 24px;
    background: url(../img/quit.png) no-repeat center center;
    display: block;
    float: right;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

.header-login {
    top: 0;
    right: 0;
}

.product, .product-de {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #fff;
    min-height: 488px;
    margin-top: 20px;
}

.product-nav {
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.product-nav p {
    height: 48px;
    line-height: 48px;
    color: #999;
}

.product-nav .fontc {
    color: #999
}

.product-nav p span {
    color: #333;
}

.fonter-menu {
    padding-top: 60px;
    text-align: center;
}

.fonter-menu a {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.fonter-menu a + a {
    margin-left: 35px;
}

.copy {
    color: #999;
    font-size: 14px;
    line-height: 40px;
}

.footer-noborder {
    padding-top: 14px;
}

/* @chenwq */
.header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

.logo {
    height: 100px;
    width: 26%;
    background: url("../img/logo.png") no-repeat left center;
}

.header-center {
    height: 100px;
    width: 45%;
    background: url("../img/top_c.png") no-repeat center center;
}

.header-right {
    width: 29%;
}

.nbnav {
    width: 100%;
    background: url("../img/nav_bg.jpg") repeat-x;
    height: 34px;
    padding: 4px 0;
}

.header-service-ul li {
    margin: 0 5px;
    float: left;
    line-height: 40px;
}

.login {
    float: left;
    width: 100%;
}

.login .logina {
    width: 49%;
    display: block;
    text-align: center;
    float: left;
}

.login .login_zc {
    height: 28px;
    line-height: 28px;
    border: 1px solid #ce0036;
    color: #ce0036;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 49%;
    display: block;
    float: left;
    text-align: center;
}

.login .login_dl {
    height: 30px;
    line-height: 30px;
    background: url(../img/logo_bg.jpg) repeat-x;
    color: #ffffff;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 49%;
    display: block;
    float: left;
    text-align: center;
}

.weather {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.header-service {
    width: 100%;
    height: 40px;
}

.mobile {
    position: relative;
    cursor: pointer;
}

.weixin-box, .tel-box, .mobile-box {
    display: none;
    position: absolute;
    width: 136px;
    height: 140px;
    right: 0;
    top: 30px;
    background-color: #ffffff;
    z-index: 999;
    border: 1px solid #dadada;
    box-shadow: 0 0 4px #999999;
    -moz-box-shadow: 0 0 4px #999999;
    -webkit-box-shadow: 0 0 4px #999999;
}

.mobile-box {
    height: 40px;
    top: 45px;
    padding: 10px;
}

.mobile-box p {
    font-size: 14px;
    line-height: 20px;
}

.weixin-box .weixin-box-xl, .tel-box .tel-box-xl {
    top: -8px;
    right: 0;
}

.weixin-box-xl, .tel-box-xl, .mobile-box-xl {
    width: 18px;
    height: 11px;
    background: url("../img/top_xl.png") no-repeat;
    position: absolute;
    top: -9px;
    right: 10px;
}

.mobile-box-xl {
    top: -8px;
}

.nav {
    width: 1000px;
    margin: 0 auto;
    height: 34px;
}

.nav-ul {
    line-height: 34px;
}

.nav-ul li.nav-li {
    width: 100px;
    padding: 0 14px;
    cursor: pointer;
    position: relative;
}

.nav-ul li a {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
}

.nav-ul li.pagehome {
    width: 56px !important;
}

.current {
    background-color: #ffffff;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 2px #ededed inset;
}

.nav-ul li.current a {
    color: #333333;
}

.nav-ul li.current a.arrow {
    margin-right: 6px;
}

.nav-ul li.current a.arrow {
    background: url("../img/sd-row-x.png") no-repeat right center;
}

.nav-ul li.nav-li-pic {
    width: 2px;
    height: 34px;
    background: url("../img/nav_k.png") no-repeat center center;
}

.nav-ul li a.arrow {
    background: url("../img/sd-row.png") no-repeat right center;
}

.nav-search {
    width: 230px;
    height: 32px;
}

.search-form {
    width: 100%;
}

.search-form input {
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
}

.red {
    color: red;
}

.nav-search .search-input {
    outline: none;
    margin-right: 4px;
    width: 160px;
    box-shadow: 0px 1px 2px 2px #ededed inset;
    background-color: #ffffff;
}

.nav-search .search-sub {
	position: absolute;
    width: 53px;
    background: url("../img/search_btn.png") no-repeat center center;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    color: transparent;
}

.navsonbox {
    width: 356px;
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999;
}

.navsonbox .navsonbox-ul {
    z-index: 999;
    box-shadow: 0px 0px 4px #999999;
    position: absolute;
    top: 13px;
    left: 0;
    padding: 10px 0;
    background-color: #ffffff;
    border: 1px solid #dadada;
}

.navsonbox .navsonbox-ul li {
    float: left;
    border-right: 1px dashed #999999;
    padding: 0 22px;
}

.navsonbox .navsonbox-ul li:last-child {
    border-right: none;
}

.navsonbox .navsonbox-xl {
    width: 100%;
    height: 21px;
    margin-top: -6px;
}

.navsonbox .navsonbox-ul li a {
    color: #333;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}

.navsonbox .navsonbox-ul li a:hover {
    color: #cf0037;
}

.navsonbox .weixin-box-xl {
    left: 60px;
    top: 6px;
    z-index: 9999;
}

.nav-ul li.active > a {
    color: #f4b781;
}

.redtext {
    color: #ce0036;
}

.header-service-li {
    width: 24px;
    height: 22px;
    margin-top: 9px !important;
    cursor: pointer;
    position: relative;

}

.tel {
    background-image: url("/img/icon.png");
    /*background-position: 4px 51px;*/
    background-position: 4px 29px;
}

.weibo {
    background-image: url("/img/icon.png");
    /*background-position: -24px 51px;*/
    background-position: -24px 30px;
}

.weixin {
    background-image: url("/img/icon.png");
    /*background-position: -48px 51px;*/
    background-position: -48px 29px;
}

/*.tel:hover {*/
/*background-image: url("/img/icon.png");*/
/*background-position: 4px 29px;*/
/*}*/

/*.weibo:hover {*/
/*background-image: url("/img/icon.png");*/
/*background-position: -24px 30px;*/
/*}*/

/*.weixin:hover {*/
/*background-image: url("/img/icon.png");*/
/*background-position: -48px 29px;*/
/*}*/

.footer {
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #f2f2f2;
}

.foot {
    width: 1000px;
    margin: 20px auto;
}

.foot-left {
    width: 472px;
}

.foot h3 {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.foot-text {

}

.foot-bot {
    text-align: center;
    line-height: 40px;
}

.foot-bot a {
    margin: 0px 16px;
    font-size: 15px;
}

.foot-copy {
    text-align: center;
    margin-bottom: 20px;
}

.foot-copy p {
    line-height: 24px;
    color: #999999;
}

.foot-text div {
    border-right: 1px dashed #999;
    margin: 10px 0px 30px 0px;
}

.foot-text div:last-child {
    border-right: none;
}

.foot-text div:first-child a {
    margin-left: 0;
}

.foot-text div a {
    font-size: 16px;
    display: block;
    margin: 0 50px;
    color: #999999;
}

.foot-text div a:first-child {
    padding-bottom: 20px;
}

.foot-wx {
    margin: 0 100px 0 80px;
}

.foot-wx > div, .foot-app > div {
    margin-top: 20px;
}

/*************************右侧定位*****************************/
.shortCut {
    width: 33px;
    right: 0;
    z-index: 9999;
    bottom: 120px;
    position: fixed;
}

.shortCuts {
    float: right;
}

.shortCuts ul {
    float: right;
    width: 56px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.shortCuts ul li {
    float: right;
    width: 56px;
    padding: 10px 0;
    background-color: #f5f5f5;
}

.shortCuts ul li .text {
    float: right;
    margin-top: 8px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #49d383;
}

.shortR {
    position: relative;
    float: right;
    margin: 0 12px;
    display: inline;
    width: 30px;
    height: 30px;
    background-image: url("../img/icon1.png");
}

.shortR img.imgShort {
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline;
}

.shortR img {
    position: relative;
    float: left;
}

.shortCon {
    position: absolute;
    width: 110px;
    z-index: 555;
    margin-right: 64px;
    right: 0;
    display: none;
    margin-top: -8px;
}

.shortCuts ul li.active .shortCon {
    display: block;
}

.shortCuts ul li.active {
    background-color: #ffffff;
    /*border: 1px solid #cccccc;*/
    width: 56px;
}

.shortCuts ul li.active .text {
    color: #49d383;
}

.shortCon a.zxsc {
    float: right;
    width: 110px;
    height: 46px;
    border-right: none;
    line-height: 46px;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    box-shadow: 0px 0px 4px #999999;
}

.shortCon-right {
    width: 20px;
    height: 46px;
    position: absolute;
    right: -9px;

    background: url(../img/right_xl.png) no-repeat right center;
}

.shortCon div.wx {
    float: right;
    width: 155px;
    height: 173px;
    box-shadow: 0px 0px 4px #999999;
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.shortCon div.wx img {
    width: 135px;
    height: 127px;
    padding: 10px;
}

.shortCon div.wx p {
    font-size: 13px;
    color: #333333;
    height: 20px;
    line-height: 20px;
}

.margin20 {
    margin-top: 20px;
}

.padding20 {
    padding-top: 20px;
}

.notice {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFDEDE;
    z-index: 999;
}

.notice .nclose {
    cursor: pointer;
    margin-right: 20px;
}

.notice .nclose:hover {
    color: blue;
    text-decoration: underline;
}

.ie-notice {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #333;
}

.ie-dowload {
    font-size: 15px;
    font-weight: bold;
}

.foot-pic0 {
    /*background-position: -60px -130px;*/
    background-position: -269px -100px;
}

.shortCuts ul li.active .foot-pic0 {
    background-position: -267px -100px;
}

.foot-pic1 {
    /*background-position: -60px -130px;*/
    background-position: -60px -100px;
}

.shortCuts ul li.active .foot-pic1 {
    background-position: -60px -100px;
}

.foot-pic2 {
    /*background-position: -90px -130px;*/
    background-position: -90px -100px;
}

.shortCuts ul li.active .foot-pic2 {
    background-position: -90px -100px;
}

.foot-pic3 {
    background-position: -150px -130px;
}

.shortCuts ul li.active .foot-pic3 {
    background-position: -150px -100px;
}

.foot-pic4 {
    /*background-position: -180px -130px;*/
    background-position: -180px -100px;
}

.shortCuts ul li.active .foot-pic4 {
    background-position: -180px -100px;
}

.foot-pic5 {
    background-position: -120px -130px;
}

.shortCuts ul li.active .foot-pic5 {
    background-position: -120px -100px;
}

.foot-pic6 {
    background-position: 0px -130px;
}

.shortCuts ul li.active .foot-pic6 {
    background-position: 0px -100px;
}

.foot-pic7 {
    /*background-position: -210px -130px;*/
    background-position: -210px -100px;
}

.shortCuts ul li.active .foot-pic7 {
    background-position: -210px -100px;
}

.foot-pic8 {
    background-position: -30px -130px;
}

.shortCuts ul li.active .foot-pic8 {
    background-position: -30px -100px;
}

.foot-pic9 {
    /*background-position: -30px -130px;*/
    background-position: -240px -100px;
}

.shortCuts ul li.active .foot-pic9 {
    background-position: -240px -100px;
}

.navsonbox .navson-box {
    position: absolute;
    background: #ffffff;
    top: 13px;
    left: 0;
    padding: 10px 10px;
    color: white;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
    box-shadow: 0 0 4px #999999;
    border: 1px solid #dadada;
}

.navsonbox .navson-box a.sectionnav {
    font-weight: bold;
}

.navsonbox .navson-box a.sectionnav:hover {
    color: #333333;
}

.navsonbox .navson-box a {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    margin: 0 5px;
    font-weight: normal;
}

.navsonbox .navson-box a:hover {
    color: #cf0037;
}

.navsonbox .navson-box a.line2 {
    width: 2px;
    background: url(/img/line.png) no-repeat center center;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.box {
    text-align: center;
    border: 1px solid #dadada;
    border-top: none;
    padding: 15px 0px;
}

.boxPage {
    width: 540px;
    margin: 0 auto;
    font-size: 15px;
}

.boxPage-left a {
    color: #0C61E0;
    cursor: pointer;
}

.boxPage-right input[type=text] {
    width: 50px;
    height: 24px;
    border: 1px solid #dadada;
    margin: 0 6px;
    text-indent: 5px;
}

.boxPage-right .btn-turn {
    margin-left: 10px;
    cursor: pointer;
    color: #0C61E0;
}