@charset "utf-8";

.znq {
    position: relative;
    width: 391px;
    height: 324px;
    margin-bottom: 0px;
    border: 1px solid #DDDEE3;
    float: left
}

.znqn {
    position: absolute;
    top: 0
}

.znq img {
    position: absolute;
    z-index: 1000;
}

.znq.on img {
    display: none
}

.kstd {
    width: 1200px;
    margin: 15px auto
}

.kstds h2 {
    font-weight: bold;
    padding: 0 0 0 10px;
    color: #000;
    border-bottom: 2px solid #0571d2;
    display: block;
    width: 100%;
}

.kstds {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #eaeaea;
    font-size: 16px;
    margin-bottom: 15px
}

.kstd ul li {
    float: left;
    width: 32%;
    margin-right: 1.25%;
    height: 50px;
    margin-bottom: 15px;
    line-height: 50px;
}

.kstd ul li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 12px;
    z-index: 10;
}

.kstd ul li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.kstd ul li:nth-child(odd) a {
    background: url(../../../images/index-adver9.jpg) no-repeat;
    background-size: cover;
}

.kstd ul li:nth-child(even) a {
    background: url(../../../images/index-adver8.jpg) no-repeat;
    background-size: cover;
}


#banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

}

.banner,
#banner-slide {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.bjqs-wrapper {
    overflow: visible !important;
}

.mask-l,
.mask-r {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1;
}

.mask-l {
    left: -100%;
    top: 0;
}

.mask-r {
    left: 100%;
    top: 0;
}

.h-centered {
    position: absolute;
    bottom: 10px !important;
    z-index: 1000;
}

.h-centered-1 {
    background-position: 0 25px;
}

.bjqs-markers li a {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}

.bjqs-markers .active-marker a {
    background: #780007;
}

.bjqs-controls li a {
    display: block;
    width: 30px;
    text-align: center;
    height: 66px;
    line-height: 66px;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: simsun;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 50;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bjqs-caption {
    left: 0px;
    right: 0px;
    background: url(../img/bgcolor.png);
    bottom: 0px;
    height: 36px;
    line-height: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-family: "楷体";
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: ;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

li.bjqs-slide img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    display: block;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    display: none
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
    z-index: 2;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ol.bjqs-markers.h-centered {
    text-align: center;
    margin-right: 10px;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    margin: 0;
    padding: 1%;
    position: absolute;
}













/* CSS Document */

/*
   author:http://weibo.com/xiaoduurl
   date:2016.12
*/


/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

/* common */
body {
    font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
    color: #555;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    *display: inline;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

img,
input,
select,
button {
    vertical-align: middle;
    border: none;
}

input,
select,
textarea {
    outline: none;
    border: 0;
    background: none;
    font-family: "Microsoft YaHei";
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}


.wrap {
    width: 1200px;
    margin: 0 auto;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.header {}

.header .top {
    height: 130px;
    background: url(../images/top.png) no-repeat center #005AAB;
    min-width: 1000px;
}

.header .nav-wrap {
    height: 40px;
    background: #0571d2;
    min-width: 1000px;
}

.header .nav-wrap .nav li.m {
    position: relative;
    float: left;
    line-height: 40px;
}

.header .nav-wrap .nav li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}

.header .nav-wrap .nav li h3 a {
    color: #fff;
    display: block;
    padding: 0 13px;
}

.header .nav-wrap .nav li.on h3 a {
    color: #fff;
    background: #F98C17;
}

.header .nav-wrap .nav li.m-n h3 a {
    color: #fff;
    background: #0571d2;
}

.header .nav-wrap .nav li h3 a:hover {
    color: #fff;
    background: #F98C17;
}

.header .nav-wrap .nav .sub {
    display: none;
    z-index: 9;
    width: 135px;
    padding: 3px 0;
    position: absolute;
    left: 0px;
    top: 40px;
    background: #fff;
    float: left;
    line-height: 36px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.header .nav-wrap .nav .sub li {
    text-align: center;
    font-size: 14px;
}

.header .nav-wrap .nav .sub li a {
    color: #333;
    display: block;
    zoom: 1;
}

.header .nav-wrap .nav .sub li a:hover {
    background: rgba(20, 124, 194, 0.2);
    color: #18659b;
}


.nav2 {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    background: url(../images/nav2_bg.jpg) center repeat-x;
}

.nav2_box span {
    ;
    display: inline;
    text-indent: 10px;
}

.nav2_box a {
    float: right;
    display: inline;
}



.index-left {}

.index-right {}

.picnews {
    margin-right: 10px;
    width: 390px;
    height: 285px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
}

.picnews .info_bg {
    width: 100%;
    height: 35px;
    background: #000;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.picnews .bd li span {
    width: 300px;
    display: inline-block;
    height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 250px;
    left: 10px;
    z-index: 2;
}

.picnews .bd li span a {
    color: #fff;
}

.picnews .bd li span a:hover {
    color: #f60;
}

.picnews .hd {
    position: absolute;
    right: 6px;
    bottom: 10px;
    z-index: 2;
    padding-left: 2px;
}

.picnews .hd li {
    color: #333;
    cursor: pointer;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 18px;
    overflow: visible;
    text-align: center;
    opacity: 0.7;
    filter: alpha(opacity=70);
    line-height: 9999px;
}

.picnews .hd li.on {
    background: #f60;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    position: relative;
}

.picnews .bd img {
    width: 445px;
    height: 285px;
    object-fit: cover;
}




.bt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #eaeaea;
    font-size: 16px;
    color: #0571d2;
}

.bt h3 {
    font-weight: normal;
    border-bottom: 2px solid #0571d2;
    float: left;
    padding: 0 0 0 10px;
}

.bt h3.on {
    background: #0571d2;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #0571d2;
}

.bt span {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}


.news-list {
    ;
    margin-bottom: 5px;
    height: auto;
    border: 1px solid #DDDEE3;
}

.news-list.last {
    margin-right: 0px;
}

.news-list ul {
    padding: 5px 10px;
}

.news-list li {
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-indent: 12px;
    background: url(../images/icon.jpg) no-repeat left center;
    line-height: 38px;
    font-size: 14px;
}

.news-list li a {
    display: block;
    width: 320px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.news-list li span {
    font-size: 12px;
    color: #999;
    float: right;
}


.news-wrap .news-list {
    width: 453px;
    height: 324px;
}

.news-wrap .news-list li a {
    width: 380px;
}

.index-right .news-list {
    height: 360px;
}

.index-right .news-list li a {}


.fullSlide2 {
    width: 920px;
    margin: 5px 0 10px;
    height: 148px;
    background: url(../images/sbanner.jpg) no-repeat center;
}


.w3cFocus {
    width: 100%;
    position: relative;
    height: 400px;
    padding: 10px 0;
}

.w3cFocus .prev,
.w3cFocus .next {
    position: absolute;
    display: block;
    left: 10px;
    top: 172px;
    width: 46px;
    height: 62px;
    background: url(../images/focusadvbg.png) no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.w3cFocus .next {
    left: auto;
    right: 10px;
    background-position: -46px 0;
}

.w3cFocus .prev:hover,
.w3cFocus .next:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.w3cFocusIn {
    height: 400px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.w3cFocusIn .bd li {
    vertical-align: middle;
}

.w3cFocusIn .bd li img {
    height: 400px;
    display: block;
}

.w3cFocusIn .hd {
    position: absolute;
    right: 4px;
    bottom: 6px;
}

.w3cFocusIn .hd ul {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    zoom: 1;
}

.w3cFocusIn .hd ul li {
    position: relative;
    float: left;
    display: inline;
    padding-top: 4px;
    margin-right: 6px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    cursor: pointer;
}

.w3cFocusIn .hd ul li img {
    width: 120px;
    height: 46px;
    border: 2px solid #fff;
    display: block;
}

.w3cFocusIn .hd ul li.on {
    filter: alpha(opacity=100);
    opacity: 1;
    background: url(../images/focusarrow.png) center 0 no-repeat;
}

.w3cFocusIn .hd ul li.on img {
    border: 2px solid #3499EA;
}

.news-list select {
    width: 245px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 10px 0 0 10px;
    display: block;
    border: 1px solid #ccc;
    color: #505050;
    letter-spacing: 2px;
    text-indent: 10px;
}

.m-slide-s {
    position: relative;
    width: 270px;
    height: 180px;
    margin-top: 1px;
}

.m-slide-s .img-s {
    position: relative;
}

.m-slide-s .img-s li,
.m-slide-s .img-s a,
.m-slide-s .img-s img {
    display: block;
    width: 270px;
    height: 180px;
    overflow: hidden;
}

.m-slide-s .img-s img {
    width: 270px;
    height: 180px;
    object-fit: cover;
}

.m-slide-s .img-s li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.m-slide-s .img-s p {
    text-indent: 12px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 162px;
    padding-right: 108px;
    height: 42px;
    line-height: 52px;
    background: url(../images/bgalpha-bg.png);
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m-slide-s .img-s a:hover p {
    color: #fff;
    text-decoration: underline;
}

.m-slide-s .tab-s {
    position: absolute;
    bottom: 5px;
    right: 0;
    line-height: 20px;
}

.m-slide-s .tab-s li {
    float: left;
    margin-right: 5px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    height: 20px;
    background: #fff;
    cursor: pointer;
}

.m-slide-s .tab-s li.on {
    background: #ef2129;
    color: #fff;
}

.m-slide-s .tab-s {
    bottom: 10px;
    line-height: 12px;
}

.m-slide-s .tab-s li {
    width: 12px;
    line-height: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.m-slide-s .tab-s li.on {
    background: #ef2129;
}

.szdw {
    width: 1198px;
    height: 193px;
    border: 1px solid #ccc;
}

.szdw h3 {
    float: left;
    display: inline;
    margin-top: 22px;
    width: 25px;
    padding-left: 10px;
    height: 119px;
    padding-top: 30px;
    background: url(../images/title3.jpg) no-repeat;
    font-size: 16px;
    color: #fff;
}

.szdw h4 {
    float: right;
    display: inline;
    margin-top: 22px;
    width: 25px;
    padding-left: 10px;
    height: 119px;
    padding-top: 30px;
    background: url(../images/title3.jpg) no-repeat;
    font-size: 16px;
    color: #fff;
}

.szdw h4 a {
    color: #fff;
    font-weight: normal;
}

.szdw h4 a:hover {
    color: #f60;
}

.slideBox {
    zoom: 1;
    position: relative;
    width: 1070px;
    height: 176px;
    margin-top: 12px;
    margin-left: 68px;
}

.slideBox .sPrev,
.slideBox .sNext {
    position: absolute;
    left: -15px;
    top: 60px;
    display: block;
    width: 15px;
    height: 25px;
    background: url(../images/btn_left.jpg) no-repeat;
}

.slideBox .sNext {
    left: auto;
    right: -5px;
    background: url(../images/btn_right.jpg) no-repeat;
}

.slideBox ul {
    overflow: hidden;
    zoom: 1;
    width: 1070px;
    height: 176px;
}

.slideBox ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideBox ul li .pic {
    text-align: center;
}

.slideBox ul li .pic img {
    width: 127px;
    height: 142px;
    object-fit: cover;
    object-position: center 0;
    display: block;
    padding: 1px;
    border: 1px solid #ccc;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.slideBox ul li .pic a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    border: 1px solid #1F85C3;
}

.slideBox ul li .pic span {
    width: 127px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    overflow: hidden;
}


.footer {
    height: 120px;
    background: url(../images/footer_bj.jpg) repeat-x;
    min-width: 1200px;
}

.foot {
    width: 1200px;
    margin: 0 auto;
}

.foot_link {
    height: 20px;
    line-height: 20px;
    background: url(../images/heng.jpg) no-repeat center bottom;
    width: 940px;
    padding: 21px 0 23px 95px;
}

.foot_link a {
    color: #fff;
    float: left;
    padding-right: 24px;
}

.foot_link a:hover {
    color: #F6FF02;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #F6FF02;
}

.foot_link .foot_yell {
    color: #F6FF02;
    font-size: 16px;
    font-weight: bold;
}

.foot_link .end {
    padding-right: 0;
}

.foot_p {
    text-align: left;
    line-height: 24px;
    color: #fff;
    width: 1200px;
}

.foot_p span {
    color: #F6FF02;
    font-weight: bold;
}

.left_title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: #E0E0E0;
    color: #317BC6;
    margin-top: 20px;
}

.left_title span {
    width: 4px;
    height: 15px;
    background: #317BC6;
    float: left;
    display: inline;
    margin: 13px 6px 0 10px;
}

.inner_contact_content {
    width: 190px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 2;
    font-size: 13px;
    padding-bottom: 10px;
}



.page-wrap {
    background: #f5f5f5;
}

.page-left {
    width: 200px;
    padding-bottom: 20px;
}

.page-right {
    width: 985px;
    background: #fff;
    min-height: 500px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.sec_left_title {
    /* padding-left: 20px; */
    /* height: 44px; */
    line-height: 44px;
    font-size: 20px;
    background: url(../images/2th_title.jpg) no-repeat right top #468dd0;
    color: #fff;
    text-shadow: 1px 2px #333;
    letter-spacing: 0.1em;
    text-align: center;
}

.page-left ul li {
    height: 47px;
    text-indent: 22px;
    line-height: 47px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.page-left ul li a {
    display: block;
}

.page-left ul li a#on {
    background: url(../images/2th_left_on.jpg) no-repeat right center;
}

.page-left ul li a#on {
    color: #065fb6;
    font-weight: bold;
}

.page-right .subnav {
    border-bottom: 2px solid #0571d2;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    background: #f5f5f5;
    font-size: 14px;
}

.page-right .subnav h3 {
    font-size: 16px;
    color: #0571d2;
}

.page-left.div1 {}

.page-left.div2 {
    display: block;
    overflow: hidden;
    top: 0px;
    float: left;
    z-index: 999;
    position: fixed;
    _position: absolute;
}


.page-right .news-li {
    padding: 0 10px;
}

.page-right .news-li li {
    overflow: hidden;
    text-indent: 15px;
    background: url(../images/icon.jpg) no-repeat left center;
    line-height: 38px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}

.page-right .news-li li a {
    display: block;
    max-width: 920px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 80%;
}

.page-right .news-li li span {
    font-size: 14px;
    color: #999;
    float: right;
}

.fenye {
    margin: 30px auto 0;
    text-align: center;
    font-size: 12px;
    clear: both;
}

.fenye a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    color: #333;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fenye b {
    display: inline-block;
    font-weight: normal;
    background: #0571d2;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #0571d2;
    margin: 0 5px;
    border-radius: 2px;
}

.fenye a b {
    display: inline-block;
    font-weight: normal;
    background: none;
    color: #333;
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 2px;
}

.fenye a:hover b {
    color: #fff;
}

.fenye a:hover {
    background: #0571d2;
    color: #fff;
    border: 1px solid #0571d2;
}


.page-pic {
    overflow: hidden;
}

.page-pic .bd {}

.page-pic .bd ul {
    overflow: hidden;
    zoom: 1;
}

.page-pic .bd ul li {
    width: 252px;
    margin: 12px 36px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.page-pic .bd ul li .pic {
    text-align: center;
}

.page-pic .bd ul li .pic img {
    width: 246px;
    height: 168px;
    object-fit: cover;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.page-pic .bd ul li .pic a:hover img {
    border-color: #999;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.page-pic .bd ul li .title {
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}


.page-pic2 .bd ul li {
    width: 180px;
    margin: 12px 33px;
}

.page-pic2 .bd ul li .pic img {
    width: 174px;
    height: 228px;
}


.listltitle {
    font-size: 14px;
    color: #999;
}

.listltitle {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

.listltitle h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 36px;
    max-height: 72px;
    overflow: hidden;
}

.listltitle span {
    padding-right: 20px;
}

.listltitle p {
    margin: 0;
    font-size: 15px;
    text-align: center;
}


.content {
    line-height: 30px;
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 400px;
    padding: 20px 0;
}

.content p {
    margin: 8px 0;
    word-wrap: break-word !important;
    hyphens: auto !important;
    word-break: break-word !important;
    text-align: justify;
    text-indent: 2em;
}

.content p img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.content img {
    display: block !important;
    margin: 10px auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.content * img {
    display: block !important;
    margin: 10px auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.content h1,
.content h2,
.content h3 {
    font-size: 16px !important;
}

.content * {
    word-wrap: break-word !important;
    font-family: "Arial", "Helvetica", "Microsoft Yahei", "苹方-简" !important;
}

.content iframe {
    margin: 0 auto;
    display: block;
}

.content table {
    border-collapse: collapse
}

.content pre {
    border: none !important;
    white-space: pre-wrap !important;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap !important;
    white-space: -o-pre-wrap !important;
    word-wrap: break-word !important;
}

.content table {
    /*width: 100%!important;*/
    border-collapse: collapse;
    margin: 20px auto;
    line-height: 20px;
}

.content table tr td {
    font-size: 14px;
    /*text-align:center;*/
    border: 1px solid #333;
    padding: 5px 10px;
    text-indent: 0 !important;
    padding: 3px !important
}

.content table tr td p {
    text-indent: unset;
}

.cpd_title {
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    background: #01589d;
    padding-left: 12px;
}

.print {
    color: #999;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 30px 0;
    font-size: 14px;
    text-align: center;
}

.print a {
    color: #999;
}

.print a:hover {
    color: #333;
}

.next {
    width: 95%;
    line-height: 30px;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 14px;
    text-indent: 1.5em;
    border-top: 1px dashed #ddd;
    margin-bottom: 10px;
}

.share {
    line-height: 36px;
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 40px;
}


.header .nav-wrap .nav {
    display: flex;
    justify-content: space-between;
    float: inherit;
}