@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    background-color: #ffffff;
    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: #0876ff;
    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;
}


/*字号*/

.gp-f12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.gp-f13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.gp-f14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.gp-f15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.gp-f16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.gp-f18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.gp-f20 {
    font-size: 20px;
    font-size: 2rem;
}

.gp-f22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.gp-f24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.gp-f26 {
    font-size: 26px;
    font-size: 2.6rem;
}

.gp-f28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.gp-f30 {
    font-size: 30px;
    font-size: 3rem;
}

.gp-f32 {
    font-size: 32px;
    font-size: 3.2rem;
}

.gp-f34 {
    font-size: 34px;
    font-size: 3.4rem;
}

.gp-f36 {
    font-size: 36px;
    font-size: 3.66rem;
}

.gp-f38 {
    font-size: 38px;
    font-size: 3.8rem;
}

.gp-f40 {
    font-size: 40px;
    font-size: 4rem;
}

.gp-ul-inline {
    font-size: 0;
}

.gp-ul-inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}


/***
布局-网格样式 
**/

[class*="gp-avg"]>li {
    float: left;
}

[class*="gp-xs"],
[class*="gp-sm"],
[class*="gp-md"],
[class*="gp-lg"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 100%;
}

@media screen and (min-width:100px) {
    [class*="gp-avg"] li {
        width: 100%;
        display: block;
    }
    /*平均分配*/
    .gp-avg-xxs-1>li {
        width: 100%;
    }
    .gp-avg-xxs-2>li {
        width: 50%;
    }
    .gp-avg-xxs-3>li {
        width: 33.3%;
    }
    .gp-avg-xxs-4>li {
        width: 25%;
    }
    .gp-avg-xxs-5>li {
        width: 20%;
    }
    .gp-avg-1>li {
        width: 100%;
    }
    .gp-avg-2>li {
        width: 50%;
    }
    .gp-avg-3>li {
        width: 33.3%;
    }
    .gp-avg-4>li {
        width: 25%;
    }
    .gp-avg-5>li {
        width: 20%;
    }
}

@media screen and (max-width:479px) {
    [class*="gp-xs"] {
        width: 100%;
        display: block;
    }
    /*平均分配*/
    .gp-avg-xxs-1>li {
        width: 100%;
    }
    .gp-avg-xxs-2>li {
        width: 50%;
    }
    .gp-avg-xxs-3>li {
        width: 33.3%;
    }
    .gp-avg-xxs-4>li {
        width: 25%;
    }
    .gp-avg-xxs-5>li {
        width: 20%;
    }
}

@media screen and (min-width:479px) {
    /* [class*="gp-xs"],[class*="gp-sm"],[class*="gp-md"],[class*="gp-lg"] {
      display: inline-block;*display: inline;*zoom:1;margin-right: -2px;margin-left: -2px;vertical-align: top;
    } */
    [class*="gp-xs"] {
        margin-right: -2px;
        margin-left: -2px;
    }
    .gp-xs-1 {
        width: 8.33333333%;
    }
    .gp-xs-2 {
        width: 16.66666667%;
    }
    .gp-xs-3 {
        width: 25%;
    }
    .gp-xs-4 {
        width: 33.33333333%;
    }
    .gp-xs-5 {
        width: 41.66666667%;
    }
    .gp-xs-6 {
        width: 50%;
    }
    .gp-xs-7 {
        width: 58.33333333%;
    }
    .gp-xs-8 {
        width: 66.66666667%;
    }
    .gp-xs-9 {
        width: 75%;
    }
    .gp-xs-10 {
        width: 83.33333333%;
    }
    .gp-xs-11 {
        width: 91.66666667%;
    }
    .gp-xs-12 {
        width: 100%;
    }
    .gp-xs-offset-0 {
        margin-left: 0;
    }
    .gp-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .gp-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .gp-xs-offset-3 {
        margin-left: 25%;
    }
    .gp-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .gp-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .gp-xs-offset-6 {
        margin-left: 50%;
    }
    .gp-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .gp-xs-offset-8 {
        argin-left: 66.66666667%;
    }
    .gp-xs-offset-9 {
        margin-left: 75%;
    }
    .gp-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .gp-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .gp-xs-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="gp-"].gp-xs-centered {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    [class*="gp-"].gp-xs-centered:last-child {
        float: none;
    }
    [class*="gp-"].gp-xs-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    [class*="gp-"].gp-xs-uncentered:last-child {
        float: left;
    }
    /*平均分配*/
    .gp-avg-xs-1>li {
        width: 100%;
    }
    .gp-avg-xs-2>li {
        width: 50%;
    }
    .gp-avg-xs-3>li {
        width: 33.3%;
    }
    .gp-avg-xs-4>li {
        width: 25%;
    }
    .gp-avg-xs-5>li {
        width: 20%;
    }
}

@media screen and (min-width:767px) {
    [class*="gp-sm"] {
        margin-right: -2px;
        margin-left: -2px;
    }
    .gp-sm-1 {
        width: 8.33333333%;
    }
    .gp-sm-2 {
        width: 16.66666667%;
    }
    .gp-sm-3 {
        width: 25%;
    }
    .gp-sm-4 {
        width: 33.33333333%;
    }
    .gp-sm-5 {
        width: 41.66666667%;
    }
    .gp-sm-6 {
        width: 50%;
    }
    .gp-sm-7 {
        width: 58.33333333%;
    }
    .gp-sm-8 {
        width: 66.66666667%;
    }
    .gp-sm-9 {
        width: 75%;
    }
    .gp-sm-10 {
        width: 83.33333333%;
    }
    .gp-sm-11 {
        width: 91.66666667%;
    }
    .gp-sm-12 {
        width: 100%;
    }
    .gp-sm-offset-0 {
        margin-left: 0;
    }
    .gp-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .gp-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .gp-sm-offset-3 {
        margin-left: 25%;
    }
    .gp-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .gp-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .gp-sm-offset-6 {
        margin-left: 50%;
    }
    .gp-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .gp-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .gp-sm-offset-9 {
        margin-left: 75%;
    }
    .gp-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .gp-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .gp-sm-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="gp-"].gp-sm-centered {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    [class*="gp-"].gp-sm-centered:last-child {
        display: block;
    }
    [class*="gp-"].gp-sm-uncentered {
        margin-left: 0;
        margin-right: 0;
    }
    [class*="gp-"].gp-sm-uncentered:last-child {
        display: block;
    }
    /*平均分配*/
    .gp-avg-sm-1>li {
        width: 100%;
    }
    .gp-avg-sm-2>li {
        width: 50%;
    }
    .gp-avg-sm-3>li {
        width: 33.3%;
    }
    .gp-avg-sm-4>li {
        width: 25%;
    }
    .gp-avg-sm-5>li {
        width: 20%;
    }
}

@media screen and (min-width:997px) {
    [class*="gp-md"] {
        margin-right: -2px;
        margin-left: -2px;
    }
    .gp-md-1 {
        width: 8.33333333%;
    }
    .gp-md-2 {
        width: 16.66666667%;
    }
    .gp-md-3 {
        width: 25%;
    }
    .gp-md-4 {
        width: 33.33333333%;
    }
    .gp-md-5 {
        width: 41.66666667%;
    }
    .gp-md-6 {
        width: 50%;
    }
    .gp-md-7 {
        width: 58.33333333%;
    }
    .gp-md-8 {
        width: 66.66666667%;
    }
    .gp-md-9 {
        width: 75%;
    }
    .gp-md-10 {
        width: 83.33333333%;
    }
    .gp-md-11 {
        width: 91.66666667%;
    }
    .gp-md-12 {
        width: 100%;
    }
    .gp-md-offset-0 {
        margin-left: 0;
    }
    .gp-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .gp-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .gp-md-offset-3 {
        margin-left: 25%;
    }
    .gp-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .gp-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .gp-md-offset-6 {
        margin-left: 50%;
    }
    .gp-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .gp-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .gp-md-offset-9 {
        margin-left: 75%;
    }
    .gp-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .gp-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .gp-md-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="gp-"].gp-md-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    [class*="gp-"].gp-md-centered:last-child {
        float: none;
    }
    [class*="am-u-"].gp-md-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    [class*="gp-"].gp-md-uncentered:last-child {
        float: left;
    }
    /*平均分配*/
    .gp-avg-md-1>li {
        width: 100%;
    }
    .gp-avg-md-2>li {
        width: 50%;
    }
    .gp-avg-md-3>li {
        width: 33.3%;
    }
    .gp-avg-md-4>li {
        width: 25%;
    }
    .gp-avg-md-5>li {
        width: 20%;
    }
}

@media screen and (min-width:1920px) {
    [class*="gp-lg"] {
        margin-right: -2px;
        margin-left: -2px;
    }
    .gp-lg-1 {
        width: 8.33333333%;
    }
    .gp-lg-2 {
        width: 16.66666667%;
    }
    .gp-lg-3 {
        width: 25%;
    }
    .gp-lg-4 {
        width: 33.33333333%;
    }
    .gp-lg-5 {
        width: 41.66666667%;
    }
    .gp-lg-6 {
        width: 50%;
    }
    .gp-lg-7 {
        width: 58.33333333%;
    }
    .gp-lg-8 {
        width: 66.66666667%;
    }
    .gp-lg-9 {
        width: 75%;
    }
    .gp-lg-10 {
        width: 83.33333333%;
    }
    .gp-lg-11 {
        width: 91.66666667%;
    }
    .gp-lg-12 {
        width: 100%;
    }
    .gp-lg-offset-0 {
        margin-left: 0;
    }
    .gp-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .gp-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .gp-lg-offset-3 {
        margin-left: 25%;
    }
    .gp-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .gp-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .gp-lg-offset-6 {
        margin-left: 50%;
    }
    .gp-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .gp-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .gp-lg-offset-9 {
        margin-left: 75%;
    }
    .gp-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .gp-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .gp-lg-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    [class*="gp-"].gp-lg-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    [class*="gp-"].gp-lg-centered:last-child {
        float: none;
    }
    [class*="gp-"].gp-lg-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    [class*="gp-"].gp-lg-uncentered:last-child {
        float: left;
    }
    /*平均分配*/
    .gp-avg-lg-1>li {
        width: 100%;
    }
    .gp-avg-lg-2>li {
        width: 50%;
    }
    .gp-avg-lg-3>li {
        width: 33.3%;
    }
    .gp-avg-lg-4>li {
        width: 25%;
    }
    .gp-avg-lg-5>li {
        width: 20%;
    }
}


/*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
}

.top_nav {
    margin: 15px 0 15px 0;
    text-align: right;
}

.top_nav a {
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
}

.top_nav a:first-child {
    background: none;
}

.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 {
    position: relative;
    z-index: 99;
    /* margin-bottom: 25px; */
}

.wraq_header {
    width: 100%;
    height: 105px;
    background: #003b90;
    border-top: 4px solid #bd0d00;
}

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

.topNav {
    width: auto;
    float: right;
    position: relative;
    margin-top: 39px;
}

.header {
    max-width: 1200px;
    min-width: 320px;
    height: 105px;
    margin: 0 auto;
    z-index: 9999999;
}

.logo {
    width: 58%;
    padding-top: 1%;
    float: left;
}

.logo a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.ser {
    width: 230px;
    *width: 230px;
    height: 32px;
    *height: 32px;
    top: 0;
    line-height: 32px;
    background: #ffffff;
    z-index: 9999994;
    /* border:1px solid #dbd9d9; */
    float: right;
}

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

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

.search input.notxt {
    color: #999999;
    padding-left: 7px;
    width: 180px;
    outline: none;
}

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


/*导航*/

.wrap_nav {
    width: 100%;
    z-index: 999;
    background: #003b90;
    border-top: 1px solid rgba(231, 231, 231, .28);
}

.nav {
    max-width: 1200px;
    z-index: 888;
    margin: 0 auto;
    height: 47px;
}

.nav ul {
    height: 47px;
    margin: 0px auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    text-align: left;
    width: calc(100% / 8);
    position: relative;
}

.nav ul li a::before {
    content:'';
    display:block;
    width:1px;
    height: 20px;
    background: rgba(231, 231, 231, .28);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav ul li:last-child a::after {
    content:'';
    display:block;
    width:1px;
    height: 20px;
    background: rgba(231, 231, 231, .28);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav ul li a {
    color: #ffffff;
    display: block;
    font-size: 1.6em;
    
    text-align: center;
   
}

.nav ul li:hover {
    background: #bd0d00;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 47px;
    display: none;
    background: rgba(0, 12, 28, .8);
    overflow: hidden;
    width: 100%;
    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 {}

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

.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: 22px;
    padding: 10px 0;
    text-align: center;
}

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

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

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


/*手机端导航*/

.phone_logo {
    width: 60%;
    float: left;
}

.phone_logo a {
    max-width: 50%;
    display: inline-block;
    float: left;
}

.snav {
    display: none;
    overflow: hidden;
    left: 0px;
    top: 0;
    z-index: 1002;
    padding: 20px 15px 20px 15px;
}

.mbtn {
    width: 50px;
    height: 50px;
    float: right;
    background: url(../images/p_phone_03.png) no-repeat;
    cursor: pointer;
}

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

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

.navm ul {
    padding: 0 0 10px;
    border-top: 1px solid #93b7d3;
}

.navm li {
    border-bottom: 1px solid #93b7d3;
    position: relative;
    overflow: hidden;
}

.navm li strong {
    cursor: pointer;
    width: 50px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    font-weight: normal;
    float: right;
    background: url(../images/strong_03.png) no-repeat center;
    margin: 0 15px 0 0;
}

.navm li strong.arrow {
    background: url(../images/strong_top_03.png) no-repeat center;
    width: 50px;
    height: 49px;
    line-height: 49px;
}

.navm li a {
    width: auto;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0px 16px 60px;
    color: #666666;
    display: inline-block;
}

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

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

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

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

.navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 13px 0px 13px 105px;
    border-top: 1px solid #a3bed8;
}

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

.navm li dl dd a {
    float: none;
    font-size: 16px;
    color: #101a21;
    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;
    width: 49%;
    border-left: 1px solid #93b7d3;
    display: inline-block;
}

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

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

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

.search01 {
    width: 50%;
    height: 40px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50px;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    margin-left: 43px;
    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: #4f544f;
    padding-left: 7px;
    width: 80%;
}

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

.wrap_footer {
    background: url(../images/footer_bg_02.png);
    padding: 24px 0 24px 0;
    border-bottom: 4px solid #bd0d00;
}

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

.footer_top {
    overflow: hidden;
    padding: 0 0 10px 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2);
    border-bottom-width: 1px;
}

.copy {
    padding: 10px 0 0 0
}

.flink h3 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0
}

.flink ul {
    overflow: hidden;
    margin: 0 -10px
}

.flink ul li {
    float: left;
    height: 30px;
    line-height: 30px;
}

.flink ul li a {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    display: block;
}

.flink {
    float: left;
}

.erweima {
    float: right;
    width: 80px;
}

.erweima i {
    display: block;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0
}

.footer p {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 48px;
}

.footer p:last-child {
    margin-right: 0;
}

.footer_left {
    width: 23.8%;
    float: left;
    height: 80px;
    border-right-color: rgba(255, 255, 255, .2);
    border-right-width: 1px;
    border-right-style: solid;
    *border-right: 1px solid #ffffff;
    border-right: 1px solid #ffffff\9\0;
}

.footer_left1 {
    width: 38%;
    float: left;
    height: 80px;
    border-right-color: rgba(255, 255, 255, .2);
    border-right-width: 1px;
    border-right-style: solid;
    *border-right: 1px solid #ffffff;
    border-right: 1px solid #ffffff\9\0;
}

.footer .title h2 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.footer_right {
    width: 23%;
    float: left;
    text-align: center;
    height: 80px;
    border-right-color: rgba(255, 255, 255, .2);
    border-right-width: 1px;
    border-right-style: solid;
    *border-right: 1px solid #ffffff;
    border-right: 1px solid #ffffff\9\0;
}

.footer_right img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.footer_right p {
    font-size: 12px;
    color: #fefefe;
    margin: 5px 0 0 0;
}

.footer_right1 {
    width: 13%;
    float: right;
    text-align: right;
    height: 70px;
    padding: 10px 0 0 0;
}

.footer_right1 img {
    display: inline
}

.friendLink ul {
    overflow: hidden;
}

.friendLink ul li {
    margin: 0 40px 5px 0;
    float: left;
    *margin-right: 60px;
}

.friendLink ul li a {
    color: #fefefe;
    font-size: 12px;
}

.friendLink1 {
    margin: 0 0 0 90px;
}

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

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

@media screen and (max-width:1386px) {
    .header {
        max-width: 1000px;
    }
    .topNav {
        /* margin: 0 10px 0 0; */
    }
    .nav {
        max-width: 1000px;
    }
    .nav ul {
        max-width: 1000px;
    }
    .nav ul li a {
        /* padding: 0 31px; */
    }
    .footer {
        max-width: 1000px;
    }
    .footer p {
        margin-right: 42px;
        /* width: calc(100% / 4); */
    }
    .friendLink ul li {
        width: 50%;
        margin-right: 0px;
    }
    .friendLink1 {
        margin: 0 0 0 10%;
    }
}

@media screen and (max-width:1023px) {
    .flink {
        float: none;
    }
    .erweima {
        margin: 20px auto 0;
        float: none;
    }
}

@media screen and (max-width:999px) {
    .wrap_nav {
        background: none;
    }
    .topNav {
        display: none;
    }
    .nav {
        display: none;
    }
    .logo {
        padding: 20px 0 15px 15px;
        width: 80%;
    }
    .header {
        /* height: auto; */
    }
    .wraq_header {
        height: auto;
        /* overflow: hidden; */
    }
    .snav {
        display: block;
        background: rgba(0, 12, 28, 0);
    }
    .wrap_nav {
        top: 0px;
    }
    .wrap_phone_nav {
        border-top: 10px solid #004cba;
    }
    .footer {
        margin: 0 15px;
        text-align: center
    }
    .footer p {
        margin-right: 15px
    }
    .mode01 {
        margin-bottom: 26px;
    }
    .friendLink ul li {
        width: 49%;
    }
    /* .copy {
        display: none;
    } */
    .footer_copy {
        display: block;
    }
    .friendLink ul li {
        width: 100%;
        float: none;
    }
    .footer_left {
        height: auto;
        width: 50%;
    }
    .footer_left1 {
        height: auto;
        width: 49%;
        border-right: 0px;
    }
    .footer_right {
        width: 50%;
        margin: 10px 0 0 0;
    }
    .footer_right1 {
        width: 49%;
        margin: 10px 0 0 0;
        text-align: center;
    }
}

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

@media screen and (max-width:760px) {
    .logo a {
        width: 90%;
        float: left;
    }
}

@media screen and (max-width:639px) {
    .friendLink ul li {
        width: auto;
        float: none;
        display: block;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:480px) {
    .header {
        height: 87px;
    }
    .logo {
        padding: 20px 7px;
    }
    .mbtn {
        background-size: 36px;
        width: 36px;
        height: 36px;
    }
    .mbtn.open {
        background-size: 36px;
        width: 36px;
        height: 36px;
        background-position: no-repeat;
    }
    .navm li strong {
        width: 50px;
    }
    .navm li strong.arrow {
        width: 50px;
        height: 41px;
        line-height: 41px;
    }
    .search01 input.notxt {
        width: 76%;
    }
    .footer_left {
        width: 100%;
        float: none;
    }
    .footer_left1 {
        width: 100%;
        float: none;
    }
    .friendLink1 {
        margin: 0px;
    }
    .search01 {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen
/*and (min-width:320px)*/

and (max-width:360px) {
    .phone_logo {
        width: 80%;
    }
    .navm li a {
        font-size: 14px;
        padding: 10px 0px 10px 13px;
    }
    .navm li strong {
        width: 50px;
        height: 41px;
    }
}