* {
    -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
l egend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html,
body {
    /* height: 100%; */
    width: 100%;
    height: auto;
}

em,
b,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    position: relative;
    -webkit-text-size-adjust: none;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 22px;
    background-color: #fff;
    color: #000;
    font: 18px/22px Microsoft YaHei, Gotham Book, Arial, Georgia, Sans-Serif;
}

ol,
ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.c:after {
    clear: both;
}

.clear {
    clear: both;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 清除浮动 */
.clearfix:after {
    display: block;
    content: '.';
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

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

.cursor {
    cursor: pointer;
}

.b_r {
    border-radius: 100%
}

img {
    vertical-align: top;
}

/* 多行溢出截断 */
.ellipsis-1 {
    -webkit-line-clamp: 1;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

/* 主题色 */
.theme {
    color: #DA0502;
}

/* 主题背景色 */
.theme_bg {
    background-color: #DA0502;
}

/*公共区域*/
.header {
    width: 100%;
}

/*隐藏表单*/
.form-hidden {
    width: 686px;
    margin: 0 auto;
    padding: 50px 0;
    display: none;
}

.form-hidden .input-box {
    width: 686px;
    border: 1px solid #7fafd5;
    border-radius: 0;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    overflow: hidden;
}

.form-hidden .input-box input {
    width: 636px;
}

.form-hidden .input-box a {
    height: 48px;
    /* width: 50px; */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    /* background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/headerImg/hidden-search.png) no-repeat center; */
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 40px;
}
.form-hidden .input-box a>img{
    vertical-align: middle;
    margin-right: 4px;
}
.form-hidden .input-box a>span{
    vertical-align: middle;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

/* 头部logo部分 */
.headlogo {
    width: 100%;
    height: 50px;
    position: relative;
}

.headlogo .logo {
    background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/headerImg/logo.png)center 100%/100% 100% no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    width: 216px;
    height: 210px;
    margin-left: -108px;
    z-index: 100;
}

.headlogo_mobile {
    width: 100%;
    height: 50px;
    position: relative;
}

.headlogo_mobile .logo {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    width: 20%;
    z-index: 100;
}

.headlogo_mobile .logo>img {
    width: 100%;
}

.menu {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#menu-mobile {
    width: 30px;
    /* width: 10%; */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.menu>div:nth-child(1) {
    width: 649px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10px;
}

.menu>div:nth-child(1)>img {
    height: 30px;
}

.logo_left_title {
    float: left;
}

.logo_right_title {
    float: right;
}

.menu_right {
    /* width: 125px; */
    /* float: right; */
    height: 24px;
    color: #FFFFFF;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.menu_right>img {
    height: 14px;
    display: inline-block;
}

.searchBtn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.menu_right>div {
    display: inline-block;
    vertical-align: middle;
}

.verticalLine {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #FFFFFF;
    vertical-align: middle;
    margin: 0 10px;
}


.nav-menu {
    width: 1200px;
    height: 86px;
    /* padding: 0 50px; */
    margin: 0 auto;
    color: rgba(43, 43, 43, 1);
}

.nav-menu>ul {
    height: 100%;
    font-size: 0;
}

.nav-menu>ul>li {
    width: 120px;
    height: 100%;
    /* padding: 20px 0px; */
    text-align: center;
    /* float: left; */
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.nav-menu>ul>li>div {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* height: 40px; */
    margin-top: 22px;
}

.nav-menu>ul>li:hover {
    color: #DA0502;
}

.nav-menu>ul>li:hover>div::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #DA0502;
    position: absolute;
    bottom: 0;
    left: 44px;
}

/* .nav-menu>ul>li.nav_menu_active { */
    /* color: #DA0502; */
/* } */
.nav-menu>ul>li>div.nav_menu_active {
    color: #DA0502;
}

.nav-menu>ul>li>div.nav_menu_active::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #DA0502;
    position: absolute;
    bottom: 0;
    left: 44px;
}

.nav-menu>ul>li>div>p:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

.nav-menu>ul>li>div>p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
}

.nav-menu>ul>li>ul {
    display: none;
    width: 100%;
    background-color: #DA0502;
    position: absolute;
    left: 0;
    top: 86px;
    /* transition: all 10s; */
    z-index: 10000;
}

.nav-menu>ul>li>ul>li {
    width: 100%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #FFFFFF;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav-menu>ul>li>ul>li:hover {
    background: rgba(0, 0, 0, 0.09);
}

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


/* 移动端头部 */
.header-mobile {
    /*height: 50px;
    line-height: 50px;*/
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.header_vh {
    height: 100%;
    overflow-y: auto;
}

.header-mobile>div>img:nth-child(1) {
    margin-top: 10px;
}

.header-mobile>div>img:nth-child(2) {
    margin-top: 15px;
}

.header-mobile .nav-mobile {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
}

.header-mobile .nav-mobile .search-box-mobile {
    width: 100%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

.header-mobile .nav-mobile ul li {
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-mobile .search-box-mobile>input {
    width: calc(100% - 46px);
    font-size: 12px;
    padding: 6px 10px;
    box-sizing: border-box;
    background: #fff;
    outline: 0;
    border: none;
}

.header-mobile .search-box-mobile .search-btn {
    width: 18px;
    height: 19px;
    background: url("/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/headerImg/hidden-search.png") no-repeat left top;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 3px;
}

.header-mobile ul>li {
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-mobile ul>li .arrow {
    position: absolute;
    right: 10px;
    color: #fff;
    z-index: 10;
    background: url("/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/headerImg/arrowdown.png") no-repeat center;
    padding: 8px;
    top: 18px;
}

.header-mobile ul>li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    text-indent: 10px;
}

.header-mobile ul>li ol {
    display: none;
}

.header-mobile ul>li ol>li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-mobile ul>li ol>li a {
    text-indent: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
}




.pc_foot {
    width: 100%;
    height: 478px;
    background: url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/foot_bg.png)center 100%/100% 100% no-repeat;
}

.pc_foot_bg {
    width: 100%;
    height: 100%;
    /* background-color: rgba(59, 59, 59, 0.9); */
}

.pc_foot_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 64px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(191, 191, 191, 1);
    line-height: 19px;
}

.address {
    width: 372px;
    height: 310px;
}

.Links {
    width: 392px;
    height: 310px;
    margin-left: 89px;
}

.Links>ul>li>a:hover {
    color: #fff;
}

.message {
    width: 260px;
    height: 310px;
}

.foot_title_box {
    width: 100%;
    height: 60px;
    font-size: 22px;
    font-family: MicrosoftYaHei;
    color: rgba(191, 191, 191, 1);
    line-height: 29px;
    position: relative;
    margin-bottom: 32px;
}

.foot_title_box>img {
    width: 100%;
    height: 100%;
}

.foot_title_box>img,
.foot_title_box>p {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pc_foot_content ul li {
    margin-bottom: 20px;
}

.pc_foot_content ul li:last-child {
    margin-bottom: 0;
}

.message .foot_title_box {
    margin-bottom: 23px;
}

.phone_box {
    margin: 10px 0;
}

input:focus {
    border: none;
}

.message input,
.message textarea {
    width: 100%;
    box-sizing: border-box;
    background: none;
    background: rgba(80, 80, 80, 1);
    outline: 0;
    border: 0;
    padding: 0 14px;
    color: rgba(191, 191, 191, 1);
}

.message input {
    height: 35px;
}

.message textarea {
    height: 80px;
    resize: none;
    padding: 8px 14px;
    overflow: auto;
}

.message input::-webkit-input-placeholder,
.message textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(153, 153, 153, 1);
}

.message input:-moz-placeholder,
.message textarea::-webkit-input-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(153, 153, 153, 1);
}

.message input::-moz-placeholder,
.message textarea::-webkit-input-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(153, 153, 153, 1);
}

.message input:-ms-input-placeholder,
.message textarea::-webkit-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(153, 153, 153, 1);
}

.submit_btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(59, 59, 59, 0.9);
}

.submit_btn:hover {
    border: 1px solid #ccc;
}

.submit_btn::after,
.submit_btn::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.submit_btn::after {
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    -moz-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    -o-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.submit_btn::before {
    bottom: 0;
    right: 0;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    -moz-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    -o-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}


.submit_btn:hover::before {
    width: 100%;
    height: 100%;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    -moz-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    -o-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.submit_btn:hover::after {
    width: 100%;
    height: 100%;
    border-top-color: #ccc;
    border-right-color: #ccc;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    -moz-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    -o-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.foot_text {
    width: 100%;
    height: 49px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(191, 191, 191, 1);
    line-height: 49px;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}



.top_img {
    width: 100%;
}

.top_img>img {
    width: 100%;
    vertical-align: top;
}

.news_nav_box {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    /* height: 60px; */
}

.news_text {
    min-width: 230px;
    height: 120px;
    background: rgba(218, 5, 2, 1);
    opacity: 0.8;
    margin-top: -60px;
    font-size: 26px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    padding: 24px 40px;
    box-sizing: border-box;
    margin-right: 60px;
}

.news_text > p:nth-child(2){
    font-size: 20px;
}

.news_nav {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #2b2b2b;
}

.news_nav>li {
    float: left;
    /* padding: 0 20px; */
    margin-right: 16px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_nav>li:last-child {
    margin-right: 0px;
}

.news_nav>li>a {
    cursor: pointer;
}

.news_nav>li>a:hover {
    color: rgba(218, 5, 2, 1);
}


.breadcrumb {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
}

.breadcrumb>i {
    margin-right: 12px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}


.pageNation {
    /* height: 40px; */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pageNation>a {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: rgba(147, 147, 147, 1);
    margin: 0 4px;
    border: 1px solid rgba(215, 215, 215, 1);
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    background: #fff;
}

.pageNation>a:hover {
    background: rgba(218, 5, 2, 1);
    color: #ffffff;
}
.pageNation>a:hover>i {
    color: #ffffff;
}

.pageNation i {
    font-size: 16px;
    color: rgba(147, 147, 147, 1);
}

.pageNation>a.changePage {
    background: rgba(218, 5, 2, 1);
    color: #ffffff;
}


/* 悬浮按钮 */
.suspension_box {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;
}

.suspension_box>ul>li {
    width: 70px;
    background: rgba(218, 5, 2, 1);
    text-align: center;
    /* padding: 10px 0; */
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 2px;
    position: relative;
}

.suspension_box>ul>li>div:nth-child(1),
.suspension_box>ul>li>a {
    padding: 10px 0;
    display: block;
}

.suspension_box>ul>li i {
    display: block;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 22px;
}

.suspension_hove {
display: none;
    z-index: 10000;
    box-sizing: border-box;
    /* line-height: 70px; */
    /* height: 100%; */
    vertical-align: middle;
    position: absolute;
    right: 100%;
    /* top: 0; */
    margin-right: 17px;
    background: rgba(218, 5, 2, 1);
     /* transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    -moz-transform: translateX(300px);*/
}

.suspension_hove_phone {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 29px;
    position: absolute;
    /* right: 70px; */
    top: 50%;
    margin-top: -20px;
    border-radius: 10px;
white-space: nowrap;
}

.suspension_hove_phone::after {
    top: 39%;
    right: -5px;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid #da0502;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.suspension_hove_img {
    background:  url(/xyh/9f1ed816-4d69-409f-ab4d-9109eb56463b/static/images/headerImg/suspension_bg_img.png)center 100%/100% 100% no-repeat;
    /* height: 180px; */
    color: #2B2B2B;
    line-height: 16px;
    padding: 0 29px;
    position: absolute;
    /* right: 70px; */
    top: 50%;
    margin-top: -90px;
}

.suspension_box>ul>li:hover .suspension_hove {
    display: block;
    /* transition: transform 300ms linear;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
    -o-transition: transform 300ms linear;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);*/
}

.suspension_hove>img {
    width: 120px;
    height: 120px;
    margin: 18px auto;
    margin-bottom: 8px;
}

.suspension_hove_img>p {
    text-align: center;
    margin-bottom: 16px;
}



.login_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 10000000000000;
}

.login {
    border-radius: 4px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    width: 540px;
    left: 50%;
    background: #fff;
    /* margin-left: -270px */
    transform: translate(-50%, -50%);
}

.login .log-top {
    padding: 18px 30px;
    border-bottom: 1px solid #eff1f6;
}

.login .log-top img {
    float: right;
    vertical-align: middle;
    margin-top: 5px;
    cursor: pointer;
}

.login .wz {
    width: 72px;
    float: left;
    height: 30px;
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #2B2B2B;
    line-height: 30px;
}

.login .chengxu {
    padding: 30px 0
}

.login .chengxu img {
    display: block;
    margin: 0 auto;
max-width: 220px;
}

.login .chengxu div {
    margin-top: 25px;
    text-align: center;
    color: #2B2B2B;
    font-size: 14px;
}

.login .chengxu div:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}

.login .close {
    padding: 15px 0;
    border: 1px solid #eaedf3;
    cursor: pointer;
}

.login .guanbi {
    width: 80px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #D8DCE6;
    box-shadow: 0px 1px 1px 0px rgba(22, 29, 37, 0.05), 0px 2px 0px 0px rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.notice_notice_content .article {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    box-sizing: border-box;
}
.article img{
    max-width: 100% !important;
    height: auto !important;
}
