/* base style */
html {
    color: #000;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

body {
    color: #666;
    font: 14px/1.5, Helvetica, STHeiti, Droid Sans Fallback;
    font-family: '微软雅黑', Source Han Sans CN;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*height: 20000px;*/
}

body, html {
    width: 100%;
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, select, textarea {
    font-size: 100%
}

article, aside, footer, header, nav, section, audio, canvas, video, img {
    display: block;
}

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

fieldset, img {
    border: 0
}
.w550{ width: 550px; margin: 10px auto}
.w550 img{ width: 550px;}
abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

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

caption, th {
    text-align: left
}

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

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

button {
    outline: 0;
    border: none;
}

ins, a {
    text-decoration: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    color: #666;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-ms-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}

ul, li {
    margin: 0px;
    padding: 0px;
}

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

textarea {
    resize: none;
}

iframe, img {
    border: 0;
}

img {
    vertical-align: top;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-ms-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both
}

.box-sizing-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content {
    width: 90%;
    margin: 0px auto
}


.contleft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.contright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.contgu {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contkh {
    -webkit-justify-content: center;
    justify-content: center;
}

.contzhong {
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.ptop20 {
    padding-top: 15px;
}

.ptop10 {
    padding-top: 10px;
}

.w100 {
    width: 100%;
}

.fdc {
    flex-direction: column;
}

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

.text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.text5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.text6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.text7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.indexbj {
    height: 670px;
    background: url("../images/bj.jpg") top center no-repeat;
}

.indexbj1 {
    height: 443px;
    background: url("../images/nwbanner.jpg") top center no-repeat;
}


.nav {
    width: 100%;
    height: 96px;
    background-color: rgba(0, 0, 0, 0.4);
}

.indexlogo img {
    height: 80px;
    margin-top: 8px;
}

.rightnav {
    flex: 1;
    font-size: 18px; font-weight: bold;
}

.rightnav a {
    color: #ffffff;
    margin-left: 40px;
    margin-top: 40px;
}

.rightnav a.on, .rightnav a:hover {
    color: #f5a623
}

.bjggw {
    color: #fff;
    margin-top: 180px;
}

.nwtop {
    color: #fff;
    margin-top: 140px;
}

.bjggw p.pp1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold
}

.nwtop p.pp1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold
}

.bjggw p.pp2 {
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
}

.nwtop p.pp2 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}

.bjggw a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.bjggw a:hover {
    color: #fff;
    background: #f5a623;
}

.indextop1 {
    margin-top: 15px;
}

.indexgg1 {
    height: 450px;
    width: 18%;
    border: solid 1px #eee; ;
}

.indexgg16 {
    width: 100%;
    border: solid 1px #eee;
    padding-bottom: 30px;
}

.gg1top {
    height: 136px;
}

.kkk {
    width: 178px;
    height: 91px;
    background: url("../images/k.png") center center no-repeat;
    margin: 0px auto;
    margin-top: 30px;
}

.kkk img {
    width: 36px;
    margin: 0px auto
}

.kkk p {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.kkkcont {
    width: 84%;
    margin-left: 8%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    height: 220px;
    text-indent: 2em;
    text-align: justify;
}

.kkkcont1 {
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    line-height: 28px;
    border-top: #eee 1px solid;
    margin-top: 15px;
    color: #ffa500
}

.kkkcont2 a {
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #00c1de;
    margin: 0 auto;
    margin-top: 15px;
}

.kkkcont2 a:hover {
    color: #fff;
    background: #f5a623;
}

.mo100 {
    width: 100%;
    background: #f1f1f1;
    padding: 60px 0px;
    margin-top: 20px;
}

.mo1 {
    width: 100%;
}

.mo1 span {
    width: 200px;
    height: 1px;
    background: #ccc;
}

.mo1 p {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0px 20px;
}

.mo2 {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}

.you {
    flex-wrap: wrap;
    margin-top: 30px;
}

.you img {
width: 100%;
    -webkit-border-radius: 6px;
}

.footer {
    height: 123px;
    background: #343434;
}

.momo01rwm img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-top: 20px;
}

.momo01bq {
    color: #ffffff;
    text-align: center;
    margin-top: -60px;
    font-size: 12px;
    line-height: 28px;
}
.bbbs{color: #333333; background: #ffffff; color: #666666; border-radius: 4px;transition-duration: 200ms, 5s;}
.bbbs a{color: #333333;}
.bbbs:hover{background: #e5e5e5!important; color: #000000!important;}
.bbbs:hover a{color: #000000}
.momo01bq a {
    color: #ffffff;
}

.left {
    width: 260px;
}


.right {
    flex: 1;
    margin-left: 20px;
    background: #fff;
    border: solid #eeeeee 1px;
}

.mtop10 {
    margin-top: 20px;
}

.right01 {
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 40px;
}

.right01 span.sx {
    width: 60px;
}

.right01 img {
    width: 30px;
    margin: 10px 0px 10px 20px;
}

.right01 span.sx1 {
    width: 1px;
    height: 50px;
    background: #eee;
    margin: 0px 10px;
}

.right01 p {
    flex: 1;
    font-size: 16px;
    color: #000;
    margin-top: 6px;
}

.right01 span.sx2 {
    width: 400px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 6px;
    text-align: right;
    padding-right: 20px;
}

.aboutnw {
    width: 94%;
    margin-top: 20px;
    margin-left: 3%;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
}

.aboutnw img {
    max-width: 100%;
    margin: 0px auto;
}

.leftnav {
    width: 96%;
    margin-left: 2%;
}

.leftnav span {
    width: 100%;
    border-bottom: solid 1px #eee;
    font-size: 18px;
    padding: 15px 15px 15px 30px;
}

.leftnav span a {
    color: #000e28;
}

.leftnav span a:hover, .leftnav span a.on {
    color: #f00
}

.fen {
    display: flex;
    padding: 0px 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.fen a {
    border: solid 1px #eee;
    padding: 5px 10px;
    margin: 3px;
}

.fen span {
    border: solid 1px #f00;
    padding: 5px 10px;
    margin: 3px;
    color: #f00
}

.dy01 {
    width: 96%;
    margin-left: 2%;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-top: 20px;
}

.conttdimg {
    border: solid 1px #eee;
    padding: 3px;
    margin-right: 20px;
}

.conttdimgnews {
    border: solid 1px #eee;
    padding: 3px;
    margin-right: 20px;
    height: 168px;
}

.conttdimgnews img {
    width: 240px;
    height: 160px;
    border-radius: 4px;
}

.gkk img {
    width: 253px;
    height: 160px;
    border-radius: 4px;
}

.conttdimg img {
    width: 180px;
    height: 240px;
}

.dy000 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: solid #eee 1px;
    padding-bottom: 15px;
}

.dy000 a {
    color: #000
}

.dy001 {
    width: 100%;
    font-size: 14px;
    color: #333;
    padding-bottom: 15px;
    margin-top: 15px;
}

.dy002 {
    width: 100%;
    font-size: 14px;
    color: #333;
    padding-bottom: 15px;
    margin-top: 15px;
    height: 60px;
}

.dy00299 {
    width: 100%;
    font-size: 14px;
    color: #333;
    padding-bottom: 15px;
    margin-top: 15px;
    height: 35px;
}

.gkkls {
    padding-bottom: 5px;
    margin-top: 5px;
    height: auto;
}

.dyright {
    flex: 1px;
}

.jgzi {
    width: 100%;
    padding: 40px 0px;
    font-size: 18px;
    text-align: center;
}

.jgzi span {
    color: #f00
}

.jgtu {
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
}

.jgtu img {
    width: 100%;
    border: solid 1px #e5e5e5;
    padding: 4px;
}

.dy003 {
    width: 100%;
    font-size: 14px;
    color: #333;
    padding-bottom: 15px;
    margin-top: 15px;
}

.dy003 a {
    color: #004886;
    margin-left: 0px;
}

.newsnwtitle {
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000
}

.newsnwtitle1 {
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #666
}

.newsnwtitle2 {
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    line-height: 36px;
}

.newsnwtitle2 img {
    max-width: 100%;
    margin: 10px auto;
}

.syq {
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    border-top: solid 1px #eee;
    padding-top: 10px;
}

.xyq {
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}

.rynwnw {
    padding: 15px;
    margin-top: 20px;
}

.rynwtitle {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rznwtitle {
    width: 96%;
    margin-left: 2%;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 20px;
    margin-top: 20px;
}

.aboutnwxx {
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
    height: 300px;
    background: #eee;
    line-height: 300px;
    margin-bottom: 20px;
    text-align: center;
}

.dclst {
    width: 430px;
    margin-left: 30px;
    margin-top: 30px;
}

.dclst1 {
    width: 100%;
}

.dclst1 img {
    width: 100%;
}

.dclst2 {
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}

.dclst2 a {
    color: #000
}

.dclst3 {
    width: 100%;
    font-size: 14px;
    color: #333;
}

.fww {
    flex-wrap: wrap
}


.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*固定的悬浮窗*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #f5a624 url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #f5a624 url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #f5a624 url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    background: #f5a624 url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.contacttitle {
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 40px;
}

.contactnw {
    width: 100%;
    padding: 20px 0px;
    line-height: 30px;
}


.fdsq001 {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.fdsptotle {
    font-size: 32px;
    font-weight: bold;
    color: #000e28;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.bm01 {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.bm01 span {
    width: 200px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

.bm01 input {
    width: 400px;
    height: 50px;
    border: solid 1px #e5e5e5;
    padding-left: 20px;
    margin-left: 10px;
}

.bm001 {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.bm001 span {
    width: 200px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

.bm001 input {
    width: 400px;
    height: 60px;
    background: #004886;
    margin-left: 10px;
    border: none;
    color: #fff;
}

.newsbz {
    padding: 20px;
}

.newsbz li {
    width: 100%;
    background: url("../images/ddd.png") left center no-repeat;
    background-size: 18px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
    padding: 20px 0px 20px 30px;
    margin-top: 5px;
}

.newsbz li span {
    font-size: 14px;
    color: #999
}

.newsbz li p a {
    font-size: 16px;
    color: #333;
    font-weight: 600
}

.newsbz li p a:hover {
    color: #004886;
}


.right0 {
    margin-right: 0px;
}

@media (max-width: 1200px) {
    .footer, .mo100, .indexbj, .content, .bjggw, .indexbj1, .nav, .indextop1, .indexgg1 {
        width: 1200px;
    }

}

.mtop15 {
    margin-top: 10px;
}

