@charset "utf-8";

/* CSS Document */
html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    background-color: #faf8f2;
    color: #101a21;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0px;
    padding: 0px;
    color: #323232;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset, img {
    border: 0;
}

img, object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
    display: block;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #323232;
}

a:hover {
    color: #ae0a29;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

/*定义清除浮动样式 方法一*/
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*定义清除浮动样式 方法二*/
.clear {
    clear: both;
}

/*font-size */
.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}

/*float */
.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

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

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
    content: none;
}

input, textarea, select {
    font-weight: inherit;
}

input, select, textarea, button {
    vertical-align: middle
}

.t_nav {
    position: absolute;
    top: 78px;
    right: 55px;
}

.t_nav a {
    font-size: 14px;
    color: #6f7676;
    padding: 0 20px 0 0;
    background: url(../images/top_nav_03.png) no-repeat right center;
}

.t_nav a:hover {
    color: #ae0a29;
}

.ser_img {
    position: absolute;
    right: 11px;
    top: 78px;
}

.pr {
    position: relative;
}

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

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}



/*头部样式*/
.wrap_con {
    width: 100%;
    height: 183px;
    background: url(../images/header_bg_01.png) no-repeat center top;
    position: relative;
    z-index: 999;
}

.wraq_header {
    width: 100%;
    height: 132px;
}

.wrap_topNav {
    width: 100%;
    height: 28px;
    background: #7f0007;
}

.topNav {
    width: auto;
}

.header {
    max-width: 1250px;
    min-width: 320px;
    height: 130px;
    margin: 0 auto;
    z-index: 9999999;
    position: relative;
    background: url(../images/top_bg.png) no-repeat right bottom;
}

.logo {
    width: auto;
    height: auto;
    float: left;
    padding: 32px 0 0 0px;
}

.ser {
    width: 200px;
    *width: 200px;
    height: 30px;
    *height: 30px;
    top: 0;
    line-height: 30px;
    border-radius: 50px;
    background: #ae0a29;
    z-index: 9999994;
    border: 1px solid #ffffff\9\0;
    *border: 1px solid #ffffff;
    right: 0px;
    position: absolute;
    top: 30px;
    display: none;
}

.search {
    height: 28px;
    position: relative;
    overflow: hidden;
    z-index: 9999999;
}

.search input {
    position: absolute;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #6b6b6b;
    border: none;
    background: none;
    right: 35px;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #ffffff;
    opacity: .5;
    padding-left: 7px;
    width: 145px;
}

.search input.notxt1 {
    position: absolute;
    width: 35px;
    height: 30px;
    top: 0px;
    right: 0;
    border: none;
    background: url(../images/ser_03.png) no-repeat center center;
    cursor: pointer;
    overflow: hidden;
}

/*导航*/
.wrap_nav {
    width: 100%;
    z-index: 999;
    /* border-top: 1px solid #d78594;
    background: #ae0a29; */
    position: relative;
}

.nav {
    max-width: 1250px;
    z-index: 888;
    margin: 0 auto;
    height: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, .1);
}

.nav ul {
    height: 50px;
    margin: 0px auto;
    max-width: 1300px;
}

.nav ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: relative;
}

.nav ul li a {
    color: #ffffff;
    font-size: 1.6em;
    padding: 0 33px;
    padding-left: 35px\9\0;
    padding-right: 35px\9\0;
    *padding-left: 35px;
    *padding-right: 35px;
    text-align: center;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    background: #ffffff;
    overflow: hidden;
    width: 135px;
    z-index: 999;
    *background: url(../images/header_bg_02.png);
    background: url(../images/header_bg_02.png)\9\0;
}

.nav ul li .local {
    left: -86px;
}

.nav ul li.on {
    background: url(../images/nav_hover_03.png) repeat-x left bottom;
}

.nav ul li.on a {
    color: #ffffff;
}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
    padding: 5px 0;
}

.nav ul li.on .subNav dl dd {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(238, 238, 238, .2);
    height: auto;
    line-height: 42px;
    *line-height: 42px;
    text-align: center;
}

.nav ul li.on .subNav dl dd a {
    font-size: 14px;
    border: none;
    font-size: 1.4em;
    line-height: 42px;
    text-align: left;
    font-weight: normal;
    color: #ae0a29;
    padding: 0;
}

.nav ul li.on .subNav dl dd a:hover {
    color: #ae0a29;
    padding: 0;
    font-weight: bold;
}

.nav ul li .pos_left {
    left: -72px;
}




.ph_ser {
    position: absolute;
    right: 15px;
    top: 78px;
}



/*手机端导航*/
.phone_logo {
    width: 60%;
    float: left;
}

.snav {
    display: none;
    overflow: hidden;
    left: 0px;
    top: 0;
    z-index: 1002;
    background: rgba(0, 12, 28, .8);
    padding: 33px 15px 30px 15px;
}

.mbtn {
    width: 41px;
    height: 33px;
    background: url(../images/phone_nav_03.png) no-repeat;
    cursor: pointer;
}

.mbtn.open {
    background: url(../images/close_03.png) no-repeat;
    width: 40px;
    height: 33px;
}

.navm {
    position: absolute;
    width: 50%;
    background: #ffffff;
    overflow: hidden;
    text-align: left;
    display: none;
    left: 0;
    z-index: 9999;
}

.navm ul {
    border-bottom: 1px solid #ae0a29;
    border-right: 1px solid #ae0a29;
}

.navm li {
    border-top: 1px solid #ae0a29;
    height: 55px;
    line-height: 55px;
    position: relative;
    padding: 0 0 0 62px;
    background: url(../images/sub_li_03.png) no-repeat 16px center;
    overflow: hidden;
}

.navm li strong.arrow {
    cursor: pointer;
    width: 30px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #79807d;
    font-weight: normal;
    float: right;
}

.navm li a {
    width: auto;
    font-size: 16px;
    color: #ae0a29;
    display: inline-block;
    background: url(../images/mcircle_03.png) no-repeat left center;
}

.navm li a:hover {
    color: #ae0a29;
}

.navm li:hover {
    border-right: 4px solid #ae0a29;
    background: url(../images/sub_li_hover_03.png) no-repeat 16px center;
}

.navm li.sub_has span {
    margin-left: 10px;
}

.navm li.on a {
    color: #ae0a29;
}

.navm dl {
    display: none;
    color: #004489
}

.navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px dashed #434343;
}

.navm li.on dl dd a {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.navm li dl dd a {
    float: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    display: inline;
    display: block;
    border: none;
    padding: 0px;
}

.navm li dl dd a:hover {
    font-weight: bold;
}

.navm li span {
    text-align: center;
    border-left: 1px solid #586369;
    padding: 0 5%;
}

.navm li span:first-child {
    border-left: 0px;
}

.navm li span a {
    display: inline-block;
    padding: 0px;
    width: auto;
    float: none;
}

.snav #ser {
    display: block;
    position: static;
    clear: both;
    margin: 5px auto 15px;
}

.snav .ser01 {
    width: 178px;
    height: 40px;
    background: #ae0a29;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 0px;
    overflow: hidden;
    z-index: 9999999;
    display: none;
}

.search01 {
    height: 40px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 9999999;
}

.search01 input {
    position: absolute;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #6b6b6b;
    border: none;
    background: none;
    right: 35px;
    top: 0px;
    padding-left: 0px;
}

.search01 input.notxt {
    color: #ffffff;
    padding-left: 7px;
    width: 132px;
}

.search01 input.notxt1 {
    position: absolute;
    width: 16px;
    height: 40px;
    top: 0px;
    right: 10px;
    border: none;
    background: url(../images/phone_ser_03.png) no-repeat center center;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
}



.sub_banner {
    position: relative;
    z-index: 99;
}


.wrap_footer {
    /* background: -moz-linear-gradient(left, #a089a9, #69a9d6); */
    /*Mozilla*/
    /* background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#a089a9), to(#69a9d6)); */
    /*Old gradient for webkit*/
    /* background: -webkit-linear-gradient(left, #a089a9, #69a9d6); */
    /*new gradient for Webkit*/
    /* background: -o-linear-gradient(left, #a089a9, #69a9d6); */
    /*Opera11*/
    background: url(../images/footer_bg_02.png) no-repeat;
    padding: 95px 0 0 0;
    margin-top: -95px;
    position: relative;
	background-position: center center;
}

.footer {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.footer_left {
    float: left;
    width: 35%;
}

.footer_middle {
    float: left;
    width: 35%;
    /* border-left: 1px solid #e4e4ec;
    border-right: 1px solid #e4e4ec; */
    border-left-color: rgba(255, 255, 255, .1);
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: rgba(255, 255, 255, .1);
    border-right-width: 1px;
    border-right-style: solid;
}

.footer_right {
    float: right;
}

.f_left_con {
    padding: 45px 9% 55px 20%;
}

.f_left_con h2 {
    font-size: 18px;
    font-weight: normal;
}

.f_left_con h2 a {
    color: #efeff4;
}

.f_left_con i {
    color: #d3d4d9;
    font-style: normal;
    font-size: 12px;
    display: none;
}

.f_l_con {
    font-size: 14px;
    color: #dddddd;
    margin: 15px 0 0 0;
}

.wrap_share {
    padding: 45px 0% 0 0;
}

.wrap_share a {
    color: #fff;
    font-size: 14px;
}

.wrap_share ul {
    margin: 0 0 20px 0;
}

.wrap_share h2 {
    font-size: 18px;
    color: #efeff4;
    font-weight: normal;
    margin: 0 0 15px 0;
}



.friendLink_select {
    margin: 10px 0 0 0;
}




@media screen and (max-width:1386px) {
    .logo {
        padding: 25px 0 0 0px;
    }

    .topNav {
        margin: 0 10px 0 0;
    }

    .nav {
        max-width: 1023px;
    }

    .nav ul {
        max-width: 1023px;
    }

    .nav ul li a {
        padding: 0 32px;
    }

    .header {
        max-width: 1000px;
    }
}






@media screen and (max-width:999px) {
    .wraq_header {
        display: none;
    }

    .nav {
        display: none;
    }

    .snav {
        display: block;
        background: rgba(0, 12, 28, 0);
    }

    .wrap_nav {
        background: none;
        border-top: 0px;
    }

    .phone_logo {
        width: 507px;
        float: none;
        margin: 0 auto;
    }

    .mbtn {
        position: absolute;
        top: 66px;
    }

    .wrap_con {
        height: auto;
    }

    .f_left_con {
        padding: 45px 10% 55px 0%;
    }

    .f_left_con01 {
        padding: 45px 10% 55px 10%;
    }

    .wrap_share {
        padding: 45px 0 0 0;
    }

    .footer {
        margin: 0 15px;
    }
}


@media screen and (max-width:639px) {
    .ph_ser {
        display: none;
    }

    .phone_logo {
        width: 80%;
        float: right;
    }

    .mbtn {
        top: 5%;
    }

    .f_left_con i {
        display: inline-block;
        padding: 0 5px;
    }

    .footer_left {
        width: 100%;
        float: none;
    }

    .footer_middle {
        width: 100%;
        float: none;
        border: 0px;
        margin: 20px auto 0;
        padding: 20px 0 20px 0;
        background: url(../images/f_little_03.png) no-repeat center top;
    }

    .wrap_share {
        text-align: center;
        background: url(../images/f_little_03.png) no-repeat center top;
        padding: 20px 0 0 0;
    }

    .footer_right {
        width: 100%;
        float: none;
    }

    .f_left_con {
        padding: 0px;
        text-align: center;
    }

    .wrap_footer {
        padding: 30px 0% 30px 0%;
    }

    .bdshare-button-style0-32 {
        text-align: center;
        width: 152px;
        margin: 0 auto;
    }

    .wrap_footer {
        background: -moz-linear-gradient(top, #a089a9, #69a9d6);
        /*Mozilla*/
        background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#a089a9), to(#69a9d6));
        /*Old gradient for webkit*/
        background: -webkit-linear-gradient(top, #a089a9, #69a9d6);
        /*new gradient for Webkit*/
        background: -o-linear-gradient(top, #a089a9, #69a9d6);
        /*Opera11*/
    }
}


@media screen and (max-width:480px) {}

@media screen

/*and (min-width:320px)*/
and (max-width:360px) {
    .phone_logo {
        width: 80%;
    }

    .navm li strong.arrow {
        height: 38px;
        line-height: 38px;
    }
}