﻿/*
KISSY CSS Reset
*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    font-size: 14px;
}


body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 "微软雅黑" Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

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

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

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
img {
    max-width: 100%;
}

/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #333;
}

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

/* 重置表单元素 */
input, select, textarea, button {
    outline: medium;
}

legend {
    color: #000;
}

/* for ie6 */
fieldset, img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
input {
    vertical-align: middle;
    border: none;
    background: none;
    outline: none;
}

\n
    /* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%;
}

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

hr {
    border: none;
    height: 1px;
}


html {
    overflow-y: scroll;
    min-width: 320px;
}

/*设置左右浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.fl a {
    color: #fff;
}

.fl a:hover {
    color: #fff;
}

/*清楚浮动*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.mt20 {
    margin-top: 20px;
}

.clear {
    clear: both;
}


#header {
    position: relative;
    z-index: 111;
}

#header .top {
    height: 44px;
    line-height: 44px;
    background: #c9151e;
    color: #fff;
}

#header .bdshare-button-style0-16 {
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 7px 0 0 5px;
}

#header span.top-ico1, #header span.top-ico2 {
    padding-left: 15px;
    margin-right: 10px;
    height: 16px;
    line-height: 16px;
    margin-top: 13px;
}

#header span.top-ico1 {
    background: url(../img/ico_1.png) 0 center no-repeat;
    padding-right: 10px;
    border-right: 1px #fff solid;
    padding-left: 20px;
    font-family: Microsoft Yahei;
}

#header span.top-ico2 {
    background: url(../img/ico_2.png) 0 center no-repeat;
    padding-left: 25px;
    font-family: Microsoft Yahei;
}

#header span.top-ico3 {
    padding-left: 15px;
    margin-right: 10px;
    height: 18px;
    line-height: 18px;
    margin-top: 12px;
}

#header span.top-ico3 {
    background: url(../img/Whatsapp.png) 0 center no-repeat;
    padding-right: 10px;
    padding-left: 24px;
    font-family: Microsoft Yahei;
}

#header .nav-box {
    padding: 10px 15px;
}

#header .logo img {
    height: 50px;
    width: auto; /*margin-top:15px;*/
}

#header .nav-logo {
    margin-top: 10px;
}

#header .xs-nav {
    height: 100%;
    background: #c9151e;
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    overflow: hidden;
    display: none;
}

#header .xs-nav ul {
    padding: 15px 0;
}

#header .xs-nav a {
    display: block;
    border-bottom: 1px #fff solid;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    color: #fff;
    padding: 0 25px;
    font-size: 15px;
}

#header .xs-nav a:active {
    background: #382baa;
    color: #fff;
}

.d-nav > li {
    float: left;
    position: relative;
}

.d-nav > li > a {
    display: block;
    height: 90px;
    line-height: 90px;
    padding: 0 13px;
    text-transform: uppercase;
}

.d-nav > li > a:hover, .d-nav > li.dq > a {
    background: url(../img/navbg.jpg) center bottom no-repeat;
    color: #000;
}

.d-nav > li:hover ul {
    display: block;
}

.d-nav ul {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1111;
    display: none;
}

.d-nav ul li {
}

.d-nav ul li a {
    background: #ebebeb;
    color: #666;
    line-height: 24px;
    padding: 5px;
    display: block;
}

.d-nav ul li a:hover {
    background: #c9151e;
    color: #fff;
}

#t-ban {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#t-ban .swiper-slide img {
    max-width: 100%;
    height: auto;
}


.box1 {
    background: #fff;
    padding: 30px 0;
}

#yw-list {
    margin-top: 30px;
    padding-bottom: 25px;
}

#yw-list .swiper-container {
    width: 100%;
    height: 100%;
}

#yw-list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#yw-list a.yw-alist {
    display: block;
    text-align: center;
}

#yw-list a.yw-alist span {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    /*border-radius: 50%; border:1px #cedadd solid;*/
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: 0 auto 10px;
}

#yw-list a.yw-alist h3 {
    color: #333;
    font-size: 16px;
    padding-bottom: 8px;
}

#yw-list a.yw-alist p {
    font-size: 12px;
    color: #999; /*height:14px;*/
    line-height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

#yw-list a.yw-alist:hover span, #yw-list a.yw-alist:active span { /*border: 1px #5b51c1 solid;*/
    color: #2a2b2c;
}

#yw-list a.yw-alist:hover h3, #yw-list a.yw-alist:active h3 {
    color: #2a2b2c;
}

#yw-list .swiper-pagination {
    margin-bottom: -10px;
}

.title1 {
    text-align: center;
    padding-bottom: 10px;
}

.title1 h1 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    padding-bottom: 6px;
    font-family: "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, Helvetica, Arial, sans-serif;
}

.title1 h3 {
    font-size: 16px;
}

.box2 { /*background: #f9f7f8;*/
    padding: 30px 0 30px 0;
}


.box2 .sy-abimg {
    width: 100%;
}

.box2 .sy-abimg img {
    width: 100%;
    height: auto;
}

.box2 .sy-abtxt {
    width: 100%;
    padding-top: 15px;
    line-height: 1.7;
}

.box2 .sy-abtxt h2 {
    font-size: 18px;
    padding-bottom: 8px;
}

.box2 a.sy-gdbtn {
    display: block;
    width: 50%;
    border: 1px #c9151e solid;
    color: #c9151e;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
}

.box2 a.sy-gdbtn:hover, .box2 a.sy-gdbtn:active {
    border-color: #c9151e;
    background: #c9151e;
    color: #fff;
}

.box2 .sy-tgff {
    background: #c9151e;
    padding: 15px 0;
    margin-top: 15px;
}

.box2 .tit-02 {
    color: #fff;
    text-align: center;
}

.box2 .tit-02 h2 {
    font-size: 20px;
    padding: 20px 0 15px 0;
}

.box2 .tit-02 p {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.box2 .sy-gtfflist li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.box2 .sy-gtfflist h2 {
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border-radius: 50%;
    font-size: 20px;
    border: 1px #fff solid;
    color: #fff;
    display: inline-block;
}

.box2 .sy-gtfflist h2 img {
    width: 40px;
    height: 40px;
}


.box2 .sy-gtfflist {
    padding-top: 15px;
}

.box2 .sy-gtfflist li a {
    display: block;
}

.box2 .sy-gtfflist li p {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.box2 .sy-gtfflist li a:hover h2, .box2 .sy-gtfflist li a:active h2 {
    color: #fde53d;
    border-color: #ffffff;
}

.sy-gtff-ico {
    display: none;
    margin-left: 25px;
}

.sy-gtff-ico a {
    float: left;
    margin: 10px 15px;
}

.box3 {
    padding: 30px 0;
    background: #efefef;
}

.box3 .syff-list {
    padding-top: 20px;
}

.box3 .syff-list li {
    text-align: center;
    margin-bottom: 15px;
}

.box3 .syff-list li img {
    width: 100%;
    height: auto;
}

.box3 .ff-txt {
    background: #f9f8f8;
    padding: 15px 0;
    margin-top: 5px;
}

.box3 .ff-txt h3 {
    padding-bottom: 6px; /*font-size:16px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.box3 .ff-txt p {
    color: #9c9c9c; /*font-weight: bold;*/
}

.box3 .syff-list li:hover .ff-txt, .box3 .syff-list li:active .ff-txt {
    background: #c9151e;
    color: #fff;
}

.box3 .syff-list li:hover .ff-txt p, .box3 .syff-list li:active .ff-txt p {
    color: #5a8cc2;
}

.box4 {
    background: url(../img/box4.jpg) center top no-repeat;
    padding: 30px 0 60px;
    background-size: cover;
    color: #fff;
}

.box4 .title1 h1 {
    color: #fff;
}

.box4 .synews-box {
    padding-top: 20px;
}

.box4 .synews-list {
    width: 100%;
    background: #c9151e;
    padding: 10px 15px;
}

.box4 .synews-list li {
    border-bottom: 1px #bbcecc solid;
    padding: 15px 0;
}

.box4 .synews-list span {
    margin-right: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border: 1px #fff solid;
    border-radius: 50%;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.box4 .synews-list li:active span {
    border-color: #242424;
}

.box4 .synews-list li p {
    color: #bbcecc;
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px;
    height: 40px;
    overflow: hidden;
    font-family: Microsoft Yahei;
}

.box4 .synews-list li a {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    display: block;
    max-height: 36px;
    overflow: hidden;
    font-family: Microsoft Yahei;
}

.box4 .synews-list li:nth-last-child(1) {
    border-bottom: none;
}

.box4 .news-img {
    width: 100%;
    height: auto;
}

.box4 #news-imgfoc .swiper-slide p {
    background: rgb(201 21 30 / 80%);
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.box4 #news-imgfoc .swiper-slide p span {
    text-align: center;
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    font-family: Microsoft Yahei;
}

.box4 #news-imgfoc .swiper-slide img {
    width: 100%;
    height: auto;
}

.box5 {
    padding: 30px 0;
    background: #fff;
}

#hb-img .swiper-slide {
    text-align: center;
}

#hb-img .swiper-slide img {
    width: 170px;
    height: 80px;
}

#hb-img {
    margin: 0 50px;
}

.hb-list {
    position: relative;
    margin-top: 25px;
}

#footer {
    background: #716f70;
    padding-top: 30px;
    /*margin-top:20px;*/
    color: #fff;
    font-size: 13px;
}

#footer a {
    color: #fff;
    font-family: Microsoft Yahei;
}

#footer a:hover {
    color: #c9151e;
}

.foot-rwm {
    border: 5px solid #434142;
    margin-right: 20px;
}

.foot-rwm img {
    width: 100px;
    height: auto;
    padding: 5px;
    background: #fff;
}

.foot-top {
    padding-bottom: 30px;
}

.foot-ltxt {
    width: 580px;
}

.foot-ltxt h3 {
    font-size: 18px;
    font-family: Microsoft Yahei;
    margin-bottom: 5px;
}

.foot-ltxt h4 {
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    font-family: Microsoft Yahei;
}

.foot-ico {
    padding-top: 8px;
}

.foot-ico a {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 22px;
}

.foot-ico a.icon-em {
    background: url(../img/ico_2.png) 0 50% no-repeat;
    padding-left: 25px;
}

.foot-ico a.icon-qq {
    background: url(../img/ico_3.png) 0 50% no-repeat;
    padding-left: 20px;
}

.foot-ltxt .icon-cz {
    background: url(../img/ico_1.png) 0 50% no-repeat;
    padding-left: 20px;
    font-family: Microsoft Yahei;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 22px;
    margin-bottom: 3px;
}

.icon-dz {
    background: url(../img/ico_5.png) 0 50% no-repeat;
    padding-left: 20px;
    font-family: Microsoft Yahei;
    font-size: 13px;
    margin-bottom: 3px;
}

.foot-rbox {
    width: 100%;
}

.foot-nav { /*height: 30px;*/
    line-height: 30px;
    text-align: center;
}

.foot-nav a:hover {
    color: #fee53d;
}

.foot-sobox {
    text-align: center;
    margin-top: 15px;
    position: relative;
    border: 5px #353334 solid;
}

.foot-sobox input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    color: #000;
    min-width: 300px;
}

.foot-sobox button {
    color: #fff;
    background: #404040;
    border: none;
    display: block;
    position: absolute;
    width: auto;
    padding: 0 20px;
    height: 30px;
    right: 0;
    top: 0;
    font-family: Microsoft Yahei;
}

.foot-sobox button:active {
    background: #A49BF8;
}

.copy {
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #363332;
    color: #fff;
    font-size: 14px;
}

.copy p {
    display: inline-block;
    color: #fff;
    font-family: Microsoft Yahei;
}

.ny-ban img {
    max-width: 100%;
}

.ny-ban {
    text-align: center;
}

.wrap {
    padding: 30px 0;
}

.sub-nav {
    margin: 30px 15px;
    text-align: center;
}

.sub-nav li {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.sub-nav ul {
    float: left;
}

.sub-nav li a {
    display: block;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    background: #c9151e;
    color: #fff;
}

.sub-nav li a:hover, .sub-nav li.dq a {
    background: #a70008;
    color: #fff;
}

.wz-box {
    display: none;
    padding-right: 30px;
    height: 60px;
    line-height: 60px;
    background: url(../img/ico3.jpg) 0 50% no-repeat;
    padding-left: 17px;
    color: #fde53d;
}

.wz-box a {
    color: #57a739;
}

.wz-box a:hover {
    color: #fff;
}


.about-txt {
    padding: 40px 15px 0;
    line-height: 1.7;
}

.about-txt img {
    max-width: 100%;
    height: auto;
}

.about-course {
    padding: 40px 15px 0;
}

.about-course ul {
    margin-top: 20px;
}

.about-course li {
    background: url(../img/courseBg.gif) repeat-y 10px 0;
    font-size: 14px;
    padding: 0 0 20px 20px;
    position: relative;
}

.about-course h4 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.about-course i {
    color: #ccc;
    display: block;
    font-size: 36px;
    font-style: normal;
    left: 0;
    overflow: inherit;
    position: absolute;
    top: -18px;
}

.about-course .pbox {
    background: #f2f2f2;
    color: #333;
    margin: 10px 0 0 20px;
    padding: 15px;
    border: 1px solid #e8e8e8;
    line-height: 22px;
}

.about-course .frist i, .about-course .frist h4 {
    color: #c9151e;
}


.ffxm-list {
    padding-top: 30px;
}

.ffxm-list li {
    text-align: center;
    padding: 15px;
}

.ffxm-list p {
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    text-align: left;
}

.ffxm-list li h3 {
    color: #333;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: Microsoft Yahei;
}

.ffxm-list li p {
    color: #b1b1b1;
    font-size: 14px;
    text-align: center;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ffxm-list li a {
    display: block;
    color: #969696;
    padding: 10px;
    border: 1px #eee solid;
}

.ffxm-list li a:hover h3 {
    color: #2a2b2c;
}

.ff-txt {
    padding-top: 30px;
    text-align: center;
}

.ff-titl h1 {
    font-size: 26px;
    color: #2a2b2c;
    font-weight: 500;
    padding: 0 10px 15px 10px;
    font-family: Microsoft Yahei;
}

.ff-titl .inf-t {
    color: #999;
    font-family: Microsoft Yahei;
}

.ff-txtnr {
    padding: 30px 15px 0;
    line-height: 1.7;
    text-align: left;
}

.ff-txtnr img {
    max-width: 100%;
}

.news-list {
    padding-top: 15px;
}

.news-list li {
    border-bottom: 1px dashed #dbdbdb;
    line-height: 1.7;
    clear: both;
    padding: 20px 0;
}

.news-list li:active, .news-list li:hover {
    background: #f0f0f0;
}

.news-list li img {
    border: 1px solid #dbdbdb;
    width: 300px;
    height: 160px;
    float: left;
    padding: 5px;
    background: #FFF;
    display: inline-block;
    margin-left: 20px;
}


.news-list li a {
    padding: 20px;
    display: inline-block;
    float: left;
    width: 100%;
}

/*.news-list li a:active,.news-list li a:hover{ background: #f0f0f0;}*/

.news-list li h2 {
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 1.7;
    font-family: Microsoft Yahei;
}

.news-list li p {
    color: #969696;
    font-family: Microsoft Yahei;
}

.news-list div.time {
    color: #969696;
}

.news-list li a:hover h2 {
    color: #2a2b2c;
}

.lc-txt { /*padding-top:20px;*/
    padding: 20px 10px 0 10px;
    line-height: 1.8;
}

.lc-txt img {
    max-width: 100%;
}

.lc-txt h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    font-family: Microsoft Yahei;
}

.lx-txtbox {
    padding-top: 20px;
    line-height: 1.8;
}

.ffwd-box .ffwd-title {
    padding: 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.ffwd-box .ffwd-title h2 {
    font-size: 22px;
    color: #2a2b2c;
    line-height: 40px;
}

.ffwd-box li {
    line-height: 30px;
    margin-bottom: 15px;
}

.ffwd-box {
    padding: 0 15px;
}


/*--头部中英文---*/
.container_mo {
    display: none;
}

/*--更多产品---*/
.gdcp {
    margin: 20px auto;
    width: 120px;
}

.gdcp a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border: 1px solid #c9151e;
    color: #c9151e;
}

.gdcp a:hover {
    color: #fff;
    background: #c9151e;
}

/*--分页---*/
.pageone {
    text-align: center;
    margin: 10px auto 10px auto;
    width: 94%;
}

.pageone a {
    display: block;
    width: 18%;
    height: 30px;
    line-height: 30px;
    float: left;
    background: #f5f5f5;
    color: #707070;
    margin: 0 1% 30px 1%;
    font-family: Microsoft Yahei;
}

.pageone a:hover {
    color: #fff;
    background: #1b1b1b;
}

/*--人才招聘--*/
.jobdetail {
    padding: 30px 15px 0;
}

.jobdetail h4 {
    background: #f2f2f2;
    line-height: 2.4;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.dotted {
    border-bottom: 1px #ddd dotted;
}

.jobdetail li {
    float: left;
    width: 31%;
    line-height: 40px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobdetail label {
    display: inline-block;
    color: #999;
    text-indent: 15px;
}

.jobdetail .bd {
    padding: 10px 0;
}

.jobdetail .bd label {
    float: left;
    width: 31%;
}

.jobdetail .bc {
    float: left;
    width: 69%;
    display: block;
    padding: 0 15px;
    line-height: 24px;
}

/*---新闻中心---*/
.news_list {
    padding: 30px 0 10px 0;
}

.news_list li {
    line-height: 46px;
}

.news_list li:hover {
    background: #e5e5e5;
}

.news_list li a {
    width: 64%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-indent: 10px;
}

.news_list li a:hover {
    color: #2a2b2c;
}

.news_list li span {
    width: 12%;
    float: left;
    color: #8d8f90; /*text-align:left;*/
    padding-right: 15px;
    text-indent: 10px;
}

.news_list li time {
    width: 12%;
    float: left;
    color: #8d8f90;
    text-align: right;
    padding-right: 15px;
    text-indent: 10px;
}

.news_list li i {
    width: 12%;
    float: left;
    color: #8d8f90; /*text-align:right;*/
    padding-right: 15px;
    text-indent: 10px;
}

.news_bg {
    background: #eee;
}

/*---新闻列表---*/
.news_list_2 {
    padding: 30px 0 10px 0;
}

.news_list_2 li {
    line-height: 46px;
}

.news_list_2 li:hover {
    background: #e5e5e5;
}

.news_list_2 li a {
    width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-indent: 10px;
}

.news_list_2 li a:hover {
    color: #2a2b2c;
}

.news_list_2 li time {
    width: 35%;
    float: left;
    color: #8d8f90;
    text-align: right;
    padding-right: 15px;
    text-indent: 10px;
}


/*---下载列表---*/
.news_list_3 {
    padding: 30px 0 10px 0;
}

.news_list_3 li {
    line-height: 46px;
}

.news_list_3 li:hover {
    background: #e5e5e5;
}

.news_list_3 li span {
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-indent: 10px;
}

.news_list_3 li a {
    width: 25%;
    float: left;
    color: #0069bf;
    text-align: right;
    padding-right: 15px;
}

.news_list_3 li a:hover {
    color: #2a2b2c;
}

/*---留言反馈---*/
.online_bg {
}

.n_fed {
    margin: 30px 0 30px 0;
}

.n_fed table {
    width: 80%;
}

.n_fed td {
    padding: 5px 0;
    color: #525252;
}

.n_fed td img {
    width: 80px;
    height: 22px;
    margin-left: 10px;
}

.n_fed td i {
    color: #F00;
    font-style: normal;
    padding-top: 5px;
    line-height: 20px;
    display: block;
}

.n_fee {
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 40px;
    width: 100%;
    text-indent: 0.5em;
}

.n_fee2 {
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 40px;
    width: 30%;
    text-indent: 0.5em;
}

.n_fedan, .n_fedan2 {
    float: left;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 14px;
}

.n_fedan {
    margin-right: 15px;
    background: #333;
}

.n_se {
    background: #3db1fa;
    float: left;
    width: 80px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: none;
}

.n_fedan2 {
    background: #b2b2b2;
}

.hsbhP {
    color: #fc060b;
}


@media (min-width: 768px) {
    #header .logo img {
        height: 60px;
        width: auto;
    }

    #header .nav-box {
        padding: 0px 15px;
    }

    #header .logo {
        padding: 10px 0;
    }

    .title1 h1 {
        font-size: 28px;
    }

    .title1 h3 {
        font-size: 18px;
        color: #7d7d7d;
        text-transform: uppercase;
    }


    .box2 .sy-abimg {
        width: 50%;
    }

    .box2 .sy-abtxt {
        width: 48%;
    }

    .box2 .sy-abtxt p {
        height: 95px;
        overflow: hidden;
    }

    .box2 .tit-02 {
        float: left;
        text-align: left;
        margin-top: 15px;
    }

    .box2 .sy-gtfflist {
        float: right;
        width: auto;
    }

    .box2 .sy-gtfflist li {
        width: auto;
        margin-left: 25px;
    }

    .box2 .sy-tgff {
        margin-top: 0;
    }

    .foot-rbox {
        width: auto;
        float: right;
    }

    .sub-nav {
        margin: 30px 0 0 0;
        height: 60px;
        line-height: 60px;
        background: #c9151e;
        padding-left: 10px;
    }

    .sub-nav li {
        float: left;
        width: auto;
        margin: 0;
    }

    .sub-nav li a {
        height: 60px;
        line-height: 60px;
        padding: 0 12px;
        font-family: Microsoft Yahei;
    }
}

@media (min-width: 992px) {
    #header .logo img {
        height: 70px;
        width: auto;
    }

    .d-nav > li > a {
        padding: 0 26px;
        height: 90px;
        line-height: 90px;
    }

    .box2 .sy-abtxt {
        padding-top: 20px;
    }

    .box2 .sy-abtxt p {
        height: auto;
    }

    .box2 a.sy-gdbtn {
        margin-top: 20px;
    }

    .box2 .sy-abtxt h2 { /*margin-bottom: 15px;*/
        font-family: Microsoft Yahei;
    }

    .box4 .synews-list {
        float: left;
        width: 50%;
    }

    .box4 .news-img {
        float: right;
        width: 50%;
    }

    .wz-box {
        display: block;
    }
}

@media (min-width: 1200px) {
    #header .logo img {
        height: 70px;
        width: auto;
    }

    #yw-list .swiper-pagination {
        display: none;
        padding-bottom: 5px;
    }

    .sy-gtff-ico {
        display: block;
    }

    .box4 .synews-list li {
        padding: 18px 0;
    }

    .box4 .synews-list {
        height: 312px;
        overflow: hidden;
    }

    .news-list li a {
        width: 850px;
    }

}

@media only screen and ( max-width: 370px ) {
    .foot-nav {
        display: none;
    }

    .foot-sobox {
        margin-top: 0;
    }

    /*.n_fed table{width:100%;}*/
}

@media only screen and ( max-width: 320px ) {
    .sub-nav li a {
        padding: 0 12px;
    }

    /*.n_fed table{width:100%;}*/
}

@media only screen and ( max-width: 767px ) {
    .ffxm-list {
        margin: 0;
    }

    .jobdetail li {
        width: 100%;
    }

    .news-list li img {
        border: 1px solid #dbdbdb;
        width: 94%;
        height: auto;
        float: left;
        padding: 2%;
        background: #FFF;
        display: inline-block;
        margin: 0 3%;
    }

    .news_list {
        padding: 0 15px;
    }

    .news_list li {
        line-height: 32px;
    }

    .news_list li a {
        width: 66%;
    }

    .news_list li span {
        width: 32%;
    }

    .news_list li time {
        width: 50%;
    }

    .news_list li i {
        width: 50%;
    }

    .news_list_2, .news_list_3 {
        padding: 0 15px;
    }

}

@media only screen and ( max-width: 420px ) {
    .ffxm-list li {
        width: 100%;
    }

    .n_fed table {
        width: 96%;
    }
}

@media (max-width: 992px) {
    .container_mo {
        line-height: 44px;
        height: 44px;
        width: 100%;
        background: #2a2b2c;
        display: block;
        padding-right: 15px;
    }

    .container_mo .fr a {
        color: #fff;
    }

    .container_mo .fr a:hover {
        color: #fff;
    }

    .box2 .sy-gtfflist li {
        float: none;
        margin: 0 auto 10px auto;
    }

    .jobdetail .bc {
        padding: 0;
    }
}

/*--分享在下面--*/
.fxzx {
    width: 190px;
    height: 26px;
    line-height: 26px;
}

.fxzx span {
    float: left;
    font-family: Microsoft Yahei;
}

/*---点击放大代码---*/
.photoblock-many {
    margin: 0 10px 10px -4px;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #888888;
}

/*--百度地图部分--*/
.lx-map {
    padding: 15px 15px 0;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent .center {
    box-sizing: content-box;
}

#dituContent .bottom {
    box-sizing: content-box;
}

#dituContent .BMap_Marker label {
    max-width: none;
}

#dituContent img {
    max-width: none;
}

/*---基本资料---*/
.jbzl {
    border: 1px solid #dbdbdb;
    background: #FFF;
}

.jbzl tr {
    border-bottom: 1px solid #dbdbdb;
}

.jbzl td {
    padding: 15px;
    border-left: 1px solid #dbdbdb;
}

.bjys {
    background: #f9f7f8;
}

/*--置顶按钮--*/
.zhiding {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 50px;
    right: 10px;
}

.zhiding a {
    width: 48px;
    height: 48px;
    background: url(../img/top.png) no-repeat;
    display: block;
}

.zhiding a:hover {
    background: url(../img/top_h.png) no-repeat;
}