body, th, td, p, ol, ul, li, dl, dt, dd, a, h1, h2, h3, h4, h5, h6, form, fieldset, input, legend, select, textarea {
    margin: 0;
    padding: 0; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0; }

input, img, fieldset {
    border: none; }

input, select, fieldset {
    vertical-align: middle; }

body, button, input, select, textarea {
    outline: none; }

ul, ol, nav li {
    list-style-type: none; }

a {
    text-decoration: none;
    outline: none; }

a:link {
    text-decoration: none; }

a:hover {
    text-decoration: none; }

a:active {
    text-decoration: none; }

a:visited {
    text-decoration: none; }

i, cite, em, var, address, dfn {
    font-style: normal; }

input::-ms-clear {
    display: none; }

/* clear IE10 X */
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden; }

.tl {
    text-align: left; }

.tc {
    text-align: center; }

.tr {
    text-align: right; }

.bc {
    margin: 0 auto; }

.fl {
    float: left; }

.fr {
    float: right; }

.vm {
    vertical-align: middle; }

.pr {
    position: relative; }

.pa {
    position: absolute; }

.zoom {
    zoom: 1; }

.none {
    display: none; }

.block {
    display: block; }

.yahei {
    font-family: "Microsoft YaHei"; }

.f12 {
    font-size: 12px; }

.f13 {
    font-size: 13px; }

.f14 {
    font-size: 14px; }

.f16 {
    font-size: 16px; }

.f20 {
    font-size: 20px; }

.fb {
    font-weight: bold; }

.fn {
    font-weight: normal; }

.t2 {
    text-indent: 2em; }

/*inline-block*/
.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/* ellipsis */
.elli {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.mr6 {
    margin-right: 6px; }

.w10 {
    width: 10px; }

.w {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto; }

.h10 {
    height: 10px; }

.background {
    width: 100%;
    min-width: 1200px;
    height: 1573px;
    position: absolute;
    z-index: -1; }
.background .bg1 {
    width: 100%;
    height: 557px;
    background: url(../images/bg1.jpg) no-repeat center top;
    margin-top: 28px; }
.background .bg2 {
    width: 100%;
    height: 556px;
    background: url(../images/bg2.png) no-repeat center top; }
.background .bg3 {
    width: 100%;
    height: 460px;
    background: url(../images/bg3.png) no-repeat center top; }
.background .bg4 {
    width: 100%;
    height: 556px;
    background: url(../images/bg4.png) no-repeat center top; }

.main {
    min-width: 1200px; }
.main header {
    width: 100%;
    height: 93px;
    overflow: hidden;
    background: url(../images/header-bg.png) 0 0 repeat-x;
    position: relative; }
.main header .top {
    height: 28px;
    overflow: hidden;
    line-height: 28px; }
.main header .top .t-wl {
    color: #363a40; }
.main header .top .t-login {
    margin-right: 22px;
    color: #665f5e; }
.main header .top .t-login .color {
    color: #fe7113; }
.main header .top .t-login:hover {
    color: #fe7113; }
.main header .top .t-login:last-child {
    margin-right: 50px; }
.main header .nav {
    height: 40px;
    overflow: hidden;
    margin-top: 14px;
    line-height: 40px; }
.main header .nav .n-box {
    overflow: hidden;
    margin-left: 96px; }
.main header .nav .n-box.n-box-sp {
    margin: 0; }
.main header .nav .n-box .n-list {
    width: 100px;
    background: url(../images/nav-f.gif) 0 center no-repeat; }
.main header .nav .n-box .n-list:first-child {
    background: none; }
.main header .nav .n-box .n-list a {
    color: #ffffff; }
.main header .nav .h-logo {
    width: 126px;
    height: 40px;
    overflow: hidden;
    margin: 0 30px; }
.main header .nav img {
    width: 100%; }

#content{
    width:970px;
    height:777px;
    background-color:#fff;
    margin:407px auto 0;
    padding:0 15px;
    position:relative;
}
#content .title{
    height:58px;
    line-height:58px;
    font-size:16px;
    color:#6e6e6e;
}
#content .title a{
    color:#315897;
}
#content .title a:hover{
    text-decoration:underline;
}
#content .nav{
    width:100%;
    border-bottom:2px solid #264f91;
}
#content .nav li{
    width:124px;
    height:41px;
    text-align:center;
    line-height:41px;
    color:#4e4e4e;
    font-size:16px;
    border-top:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
    cursor:pointer;
}
#content .nav .active{
    color:#fff;
    background-color:#264f91;
    border-top:1px solid #264f91;
    border-right:1px solid #264f91;
    border-left:1px solid #264f91;
}
#content .item{
    display:none;
    padding:0 17px;
    box-sizing:border-box;
    position:absolute;
    width:970px;
    left:15px;
    top:102px;
    height:675px;
}
#content .item.active{
    display:block;
}
#content .item li{
    height:48px;
    line-height:48px;
    color:#6e6e6e;
    border-bottom:1px solid #ebebeb;
}
#content .item li a{
    color:#6e6e6e;
}
#content .item li a:hover{
    color:#315897;
}
#content .item .page{
    position: absolute;
    bottom: 66px;
}
#content .item .page a{
    display:inline-block;
    text-align:center;
    height:32px;
    line-height:32px;
    background-color:#d9d9d9;
    color:#999999;
    padding:0 10px;
    border-radius:3px;
    margin:0 3px;
}
#content .item .page span{
    color: #fff;
    background-color: #264f91;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    margin:0 3px;
}
footer {
    margin-top: 147px;
    height: 184px;
    background-color: #1c1d20;
    overflow: hidden; }
footer .content {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative; }
footer .content .logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 28px; }
footer .content P {
    font-size: 14px;
    color: #848485;
    line-height: 22px; }
footer .content .right {
    margin: 27px 0 0 222px; }

.fix {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 177; }
.fix .pop {
    width: 493px;
    height: 385px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center; }
.fix .pop p {
    font-size: 24px;
    margin-top: 75px; }
.fix .pop img {
    margin-top: 6px; }
.fix .pop .close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer; }

.player {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 777; }
.player #container {
    width: 720px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.player #container .close {
    position: absolute;
    top: -10px;
    right: -30px;
    color: #fff;
    font-size: 35px;
    cursor: pointer; }

.right-nav {
    position: fixed;
    z-index: 100;
    width: 128px;
    height: 370px;
    right: 0;
    top: 50%;
    margin-top: -185px; }
.right-nav .erweimaWrap a.gift-icon {
    display: block;
    text-align: center;
    width: 102px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #de4510;
    font-size: 16px;
    border-radius: 4px;
    margin: 0  0 5px 12px; }
.right-nav .erweimaWrap .r-icon {
    margin-left: 22px;
    width: 88px;
    height: 77px; }
.right-nav a {
    display: block;
    width: 127px;
    height: 31px;
    margin-top: 8px; }
.right-nav .weibo {
    background: #362d2e url(../images/weibo.png) center 0 no-repeat; }
.right-nav .FeedbackWrap {
    position: relative;
    cursor: pointer; }
.right-nav .FeedbackWrap .Feedback {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #362d2e url(../images/Feedback.png) center 0 no-repeat; }
.right-nav .FeedbackWrap .option-container {
    position: absolute;
    width: 550px;
    height: 222px;
    padding: 30px 20px;
    top: -150px;
    right: -600px;
    background-color: #fff; }
.right-nav .FeedbackWrap .option-container .close-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 13px;
    right: 13px;
    cursor: pointer;
    background: url(../images/close_btn.png) 0 0 no-repeat; }
.right-nav .FeedbackWrap .option-container .submit-btn {
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 21px;
    background-color: #fb3838; }
.right-nav .FeedbackWrap .option-container .close-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 13px;
    right: 13px;
    cursor: pointer;
    background: url(../images/close_btn.png) 0 0 no-repeat; }
.right-nav .FeedbackWrap .option-container .label {
    width: 78px;
    line-height: 38px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #000000; }
.right-nav .FeedbackWrap .option-container .label em {
    color: #fb3838; }
.right-nav .FeedbackWrap .option-container .text-area {
    width: 438px;
    height: 78px;
    padding: 5px;
    resize: none;
    margin-left: 12px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #999999;
    font-family: "Microsoft YaHei"; }
.right-nav .FeedbackWrap .option-container .item {
    margin-top: 15px; }
.right-nav .FeedbackWrap .option-container .item .contact-ipt {
    font-family: "Microsoft YaHei";
    width: 210px;
    padding: 6px;
    height: 24px;
    line-height: 24px;
    margin-left: 12px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #999999; }
.right-nav .FeedbackWrap .option-container .item .tip {
    width: 220px;
    margin-left: 5px;
    line-height: 19px;
    color: #949393; }
.right-nav .toTop {
    display: none;
    background: #362d2e url(../images/toTop.png) center 0 no-repeat; }
.right-nav .erweimaBox {
    width: 127px;
    height: 146px;
    background-color: #362d2e;
    overflow: hidden; }
.right-nav .erweimaBox span {
    display: block;
    width: 108px;
    height: 108px;
    margin: 10px 0 0 10px; }
.right-nav .erweimaBox p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    color: #fff; }
.right-nav .erweimaBox img {
    width: 100%; }

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url(../images/pop-bg.png) 0 0 repeat; }
.popup a {
    text-decoration: none;
    outline: none;
    color: #444444;
    cursor: pointer; }
.popup a:hover {
    text-decoration: none;
    color: #ff8c3c; }
.popup .register, .popup .login, .popup .pop-qrcode, .popup .pop-cdk, .popup .pop-jifen {
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: #ffffff; }
.popup .register {
    width: 884px;
    margin: -234px 0 0 -442px;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
.popup .register .register-title {
    height: 60px;
    overflow: hidden;
    padding: 14px 22px 0;
    line-height: 60px;
    color: #ff8c3c;
    border-bottom: 1px #cbcaca solid; }
.popup .register .register-main {
    padding: 26px 0 66px; }
.popup .register .register-main .left {
    width: 538px;
    margin-left: 22px; }
.popup .register .register-main .left .register-form li {
    overflow: hidden;
    margin-bottom: 16px; }
.popup .register .register-main .left .register-form li .error-tip {
    color: #ff8c3c; }
.popup .register .register-main .left .register-form li .input-wrap {
    width: 300px;
    height: 36px;
    overflow: hidden;
    margin-right: 10px;
    line-height: 34px; }
.popup .register .register-main .left .register-form li .input-wrap .real-ipt {
    width: 280px;
    height: 36px;
    overflow: hidden;
    padding-left: 20px;
    line-height: 36px;
    background: #e9e9e9; }
.popup .register .register-main .left .register-form li .input-wrap input {
    color: #666666; }
.popup .register .register-main .left .register-form li .item-explain {
    width: 228px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    color: #666666; }
.popup .register .register-main .left .register-form li .code-input {
    line-height: 36px; }
.popup .register .register-main .left .register-form li .code-input .input-wrap {
    width: 144px;
    height: 36px;
    overflow: hidden; }
.popup .register .register-main .left .register-form li .code-input .input-wrap .real-ipt {
    width: 124px;
    height: 36px;
    overflow: hidden;
    padding-left: 20px; }
.popup .register .register-main .left .register-form li .code-input .code-image {
    width: 114px;
    height: 34px;
    overflow: hidden;
    margin-right: 4px;
    border: 1px #ff8c3c solid; }
.popup .register .register-main .left .register-form li .code-input .code-image img {
    width: 114px;
    height: 34px;
    overflow: hidden;
    cursor: pointer; }
.popup .register .register-main .left .register-deal {
    margin-bottom: 16px; }
.popup .register .register-main .left .register-submit {
    width: 300px;
    height: 52px;
    overflow: hidden;
    line-height: 52px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0 none;
    background: #ff8c3c;
    cursor: pointer; }
.popup .register .register-main .left .register-submit:hover {
    background: #fd7112; }
.popup .register .register-main .right {
    width: 266px;
    height: 300px;
    overflow: hidden;
    padding-left: 34px;
    border-left: 1px #cbcaca solid; }
.popup .register .register-main .right .right-wrap .top {
    height: 40px;
    line-height: 40px; }
.popup .register .register-main .right .right-wrap .top .red {
    color: #ff8c3c; }
.popup .register .register-main .right .right-wrap .login-btn {
    width: 236px;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ff8c3c; }
.popup .register .register-main .right .right-wrap .login-btn:hover {
    background: #fd7112; }
.popup .register .popup-close {
    top: 20px;
    right: 30px;
    width: 33px;
    height: 33px;
    overflow: hidden;
    background: url(../images/close1.png) 0 0 repeat;
    cursor: pointer; }
.popup .login {
    width: 404px;
    margin: -202px 0 0 -202px;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
.popup .login .register-title {
    height: 60px;
    overflow: hidden;
    padding: 14px 22px 0;
    line-height: 60px;
    color: #ff8c3c;
    border-bottom: 1px #cbcaca solid; }
.popup .login .register-main {
    padding: 26px 54px 20px; }
.popup .login .register-main .single-login-form li {
    overflow: hidden;
    margin-bottom: 16px; }
.popup .login .register-main .single-login-form li .error-tip {
    line-height: 20px;
    color: #ff8c3c; }
.popup .login .register-main .single-login-form li .input-wrap {
    width: 296px;
    height: 36px;
    overflow: hidden;
    line-height: 34px; }
.popup .login .register-main .single-login-form li .input-wrap .real-ipt {
    width: 276px;
    height: 36px;
    overflow: hidden;
    padding-left: 20px;
    line-height: 36px;
    color: #666666;
    background: #e9e9e9; }
.popup .login .register-main .single-login-form li .item-explain {
    color: #666666; }
.popup .login .register-main .single-login-form li .code-input {
    line-height: 36px; }
.popup .login .register-main .single-login-form li .code-input .input-wrap {
    width: 124px;
    height: 36px;
    overflow: hidden;
    margin-right: 6px; }
.popup .login .register-main .single-login-form li .code-input .input-wrap .real-ipt {
    width: 104px;
    height: 36px;
    overflow: hidden;
    padding-left: 20px; }
.popup .login .register-main .single-login-form li .code-input .code-image {
    width: 114px;
    height: 34px;
    overflow: hidden;
    margin-right: 4px;
    border: 1px #ff8c3c solid; }
.popup .login .register-main .single-login-form li .code-input .code-image img {
    width: 114px;
    height: 34px;
    overflow: hidden;
    cursor: pointer; }
.popup .login .register-main .register-deal {
    overflow: hidden;
    margin-bottom: 16px;
    color: #666666; }
.popup .login .register-main .login-submit {
    width: 296px;
    height: 52px;
    overflow: hidden;
    line-height: 52px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0 none;
    background: #ff8c3c;
    cursor: pointer; }
.popup .login .register-main .login-submit:hover {
    background: #fd7112; }
.popup .login .register-main .single-reg-tip {
    line-height: 46px; }
.popup .login .popup-close {
    top: 20px;
    right: 30px;
    width: 33px;
    height: 33px;
    overflow: hidden;
    background: url(../images/close1.png) 0 0 repeat;
    cursor: pointer; }
.popup .pop-qrcode {
    width: 444px;
    height: 302px;
    margin: -150px 0 0 -222px; }
.popup .pop-qrcode .pop-qrcode-title {
    height: 36px;
    overflow: hidden;
    background: #ff8c3c; }
.popup .pop-qrcode .popup-close {
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background: url(../images/close2.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer; }
.popup .pop-qrcode .pop-qrcode-main p {
    height: 34px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 34px;
    color: #ff8c3c; }
.popup .pop-qrcode .pop-qrcode-main .pop-qrcode-img {
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin: 20px auto; }
.popup .pop-qrcode .pop-qrcode-main .pop-qrcode-img img {
    width: 100%; }
.popup .pop-cdk {
    width: 444px;
    height: 302px;
    margin: -150px 0 0 -222px; }
.popup .pop-cdk .pop-qrcode-title {
    height: 36px;
    overflow: hidden;
    background: #ff8c3c; }
.popup .pop-cdk p {
    height: 34px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 34px; }
.popup .pop-cdk p.cdk {
    color: #ff8c3c; }
.popup .pop-cdk .popup-close {
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background: url(../images/close2.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer; }
.popup .pop-jifen {
    width: 190px;
    height: 210px;
    margin: -134px 0 0 -124px;
    padding: 30px;
    border: 1px #ff8c3c solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
.popup .pop-jifen .pop-jifen-img {
    width: 91px;
    height: 72px;
    overflow: hidden;
    margin: 0 auto 20px; }
.popup .pop-jifen .color {
    line-height: 32px;
    color: #ff8c3c; }
.popup .pop-jifen .btn {
    width: 150px;
    height: 38px;
    overflow: hidden;
    margin: 14px auto 0;
    line-height: 38px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ff8c3c; }
.popup .pop-jifen .popup-close {
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background: url(../images/close1.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer; }

/*# sourceMappingURL=style.css.map */
