﻿header{display: block; overflow: hidden;}
.header {
    background: rgba(255, 255, 255, 0.38);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;

}

.logo {
    display: flex;
    align-items: center;
    align-self: center;
    height: 90px;
    margin-right: 1%;
}

.logo img {
    height: 60px;
    max-width: 100%;
}

.header_w {
    position: relative;
}

.sousuo {
    width: 14%;
    display: flex;
    align-items: center;
    align-self: center;
    height: 90px;
}

.sousuo form {
    display: block;
}

.sousuo label {
    overflow: hidden;
    display: block;
    border: 1px solid #0a4ea3;
    box-sizing: border-box;
    height: 36px;
}

.sousuo label .text {
    display: block;
    width: 70%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border: none;
    height: 100%;
    background: none;

}

.sousuo label .sub {
    display: block;
    width: 30%;
    float: right;
    background: none;
    background-image: url("../images/fdj_03.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    height: 90%;
    margin: 2px 0;
    box-sizing: border-box;
    border-left: 1px solid #0a4ea3;
    cursor: pointer;
}

.sousuo input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.daohang ul {
    font-size: 0;
    box-sizing: border-box;
}

.daohang ul>li {
    display: inline-block;
    vertical-align: top;
    line-height: 90px;
    font-size: 18px;
    box-sizing: border-box;
    margin: 0 10px;
    border-bottom: 6px solid #0a4fa300;
}

.daohang ul>li>a {
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
}

.daohang ul>li:hover {
    border-bottom: 6px solid #0a4ea3;
    font-weight: bold;

}

.daohang ul>li.liang {
    border-bottom: 6px solid #0a4ea3;
    font-weight: bold;
}

.daohang ul>li:hover>a {
    color: #0a4ea3;
}

.daohang ul>li.liang a {
    color: #0a4ea3;
}

.erji {
    position: absolute;

    font-size: 0;
    left: 0;
    opacity: 0;
    /*菜单透明到显示 0到1*/
    visibility: hidden;
    /*隐藏（动画过渡的固定写法）*/
}

.erji_1 {
    left: 110px;

}

.erji_2 {
    left: 300px;

}
.erji_4 {
    left: 270px;

}



.erji_3 {
    right: 0;
    left: unset;
    width: unset;

}

.erji p {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(10, 78, 163, 0.34);
    font-size: 18px;
    border-right: 1px solid #0a4ea3;
    font-weight: normal;
    line-height: 66px;
}

.erji p>a {
    color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;
}

.erji p:hover>a {
    color: #0a4ea3 !important;

}

.erji p:last-of-type {
    border-right: none;
}


.daohang ul>li:hover .erji {
    opacity: 1;
    transition: opacity 1s;
    /*动画过渡*/
    visibility: visible;
    /*显示（动画过渡的固定写法）*/
}

.footer_shang {
    background: #b4b4b4;
}


.footer_w {
    padding: 60px 0;
    box-sizing: border-box;

}

.footer_z {
    width: 51%;
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.footer_z * {
    font-size: 18px;
    color: #333333;
}

.footer_y {
    width: 26%;
    margin-right: 2%;
}

.footer_y label {
    display: block;
    margin-bottom: 20px;
}

.footer_y label input {
    width: 100%;
    display: block;
    line-height: 40px;
    height: 40px;
    border: 1px solid #333333;
    padding: 0 20px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    background: none;
}


.footer_y input::-webkit-input-placeholder {
    color: #333333;
    font-size: 16px;
}

.footer_y label textarea {
    width: 100%;
    border: 1px solid #333333;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 100px;
    background: none;
}

.footer_y .submit {
    width: 100%;
    line-height: 40px;
    border: 1px solid #0a4ea3;
    box-sizing: border-box;
    font-size: 16px;
    color: #0a4ea3;
    text-align: center;
    background: none;
    cursor: pointer;
}

.footer_xia {
    background: #333333;
}

.footer_xia_s {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.footer_xia_s ul {
    font-size: 0;
    text-align: center;
}

.footer_xia_s ul li {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    line-height: 70px;
    padding: 0 36px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.footer_xia_x p {
    text-align: center;
    font-size: 14px;
    color: #bbbbbb;
    height: 60px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    word-wrap: break-word;
    word-break: break-all;
}

.sj_daohang {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.sj_daohang ul {
    position: absolute;
    right: 0;
    width: 70%;
    background: #fff;
}

.sj_daohang ul li {
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    background: rgba(10, 78, 163, 0.34);
    color: #fff;
}

.sj_daohang ul li a {
    display: block;
    width: 100%;
    height: 100%;
}


.erjii{
    display: none;
}
.erjii p {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}


.mianbao {
    display: none;
}



.banner img {
    width: 100%;
}

.xdh p {
    line-height: 70px;
    font-size: 18px;
    color: #333333;
}

.xdh p a {
    margin-right: 6px;
}

.box_1 ul li {
    margin-bottom: 20px;
}

.box_1 ul li h2 {
    font-size: 24px;
    color: #0a4ea3;
    height: 60px;
    border: 2px solid #0a4ea3;
    box-sizing: border-box;
    padding: 0 20px;
    background-image: url("../images/+_03.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    line-height: 60px;
    cursor: pointer;

}

.box_1 ul li:first-of-type h2 {
    border: none;
    border-top: 2px solid #0a4ea3;
    background: none;
    padding: 0;
    background-image: none;
}
.box_1 ul li.bg:first-of-type h2{
    background-image: none;
}

.box_1 ul li:first-of-type .box_1_nr {
    padding: 0;
    background: none;
    display: block;
    color: #666666;
}

.box_1_nr {
    background: url("../images/bj_03.jpg") center center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    display: none;
}

.box_1_nr * {
    font-size: 16px;
    color: #ffffff;
}

.box_1 ul li.bg h2 {
    background-image: url("../images/-_03.png");
}

.box_2 {
    margin: 40px 0;
    box-sizing: border-box;
}

.box_2_w {
    padding: 50px 0;
    box-sizing: border-box;
}


.box_2_z {
    width: 60%;
}

.box_2_z h2 {
    font-size: 24px;
    color: #0a4ea3;
    margin-bottom: 40px;
}

.box_2_z_nr {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.box_2_z_nr * {
    font-size: 16px;
    color: #666666;
}


.box_2_y {
    width: 35%;
}

.box_2_y img {
    width: 100%;
}

.box_3_w {
    padding: 50px 0;
    box-sizing: border-box;
}

.box_3 ul li {
    margin-bottom: 45px;
}

.box_3 ul li h2 {
    width: 61%;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #0a4ea3;
    font-size: 24px;
    color: #0a4ea3;
    margin-bottom: 24px;
}


.box_3_nr {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.box_3_nr * {
    font-size: 16px;
    color: #666666;
}

.box_3_nr img {
    max-width: 100% !important;
    margin: 20px auto !important;
    height: auto !important;
}


.miaoshu {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    padding: 16px 0;
    box-sizing: border-box;
    border-top: 2px solid #0a4ea3;
}

.miaoshu * {
    font-size: 16px;
    color: #666666;
}


.chanpin {
    margin-bottom: 50px;
}

.chanpin_lb h2 {
    font-size: 36px;
    color: #0a4ea3;
    margin-bottom: 20px;
}

.chanpin_lb .ul {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.chanpin_lb .ul li {
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #0a4ea3;
    cursor: pointer;
}

.chanpin_lb .ul li.on {
    background: #0a4ea3;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.chanpin_k {
    border: 1px solid #0a4ea3;
    box-sizing: border-box;
    padding: 30px 40px;
    box-sizing: border-box;
    display: none;
    height: 430px;
    overflow: hidden;
    position: relative;
}

.chanpin_k.on {
    overflow: unset;
    height: unset;
}

.chanpin_k.on ul {
    overflow: unset;
    height: unset;
}

.chanpin_k ul {
    font-size: 0;
    height: 340px;
    overflow: hidden;
}

.chanpin_k ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
    position: relative;

}

.chanpin_k ul li a {
    color: #333333;
}

.chanpin_k ul li:hover a {
    color: #0a4ea3;
    text-decoration: underline;
}

.chanpin_k ul li strong {
    margin-right: 10px;
}


.chanpin_k:first-of-type {
    display: block;
}

.dianji {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
}

.dianji img {
    margin: 0 auto;
}


.show_z {
    width: 33%;
}

.show h2 {
    font-weight: bold;
    color: #0a4ea3;
    font-size: 24px;
    margin-bottom: 10px;
}

.show_z_img {
    margin-bottom: 20px;
}

.show_z_img img {
    width: 100%;
}


.show_z ul li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;

}

.show_z ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 2;
}

.show_z ul li * {
    font-size: 16px;
    color: #666666;
}

.show_y {
    width: 63%;
}

.show_y h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

.show_y_nr {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 45px;
}

.show_y_nr * {
    font-size: 16px;
    color: #666666;
}

.show_y_nr_2 {
    margin-bottom: 30px;
}

.show_y_nr_2 h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.show_y_nr_2 h5 {
    font-size: 16px;
    color: #666666;
}

.show_y_nr_2_nr {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 2;
}

.show_y_nr_2_nr * {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}


.boo{
    margin-bottom: 20px;
}

.boo_w {
    padding: 110px 0;
    box-sizing: border-box;
}

.boo_nr {
    font-size: 30px;
    color: #fff;
    line-height: 2;
}

.boo_nr * {
    font-size: 30px;
    color: #fff;
}

.box_3_ww {
    padding: 0;
    padding-bottom: 30px;
}


.box_3_nrr {
    line-height: 1.6;
}


.list ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.list_z {
    width: 26%;
}

.list_z img {
    width: 100%;
}

.list_y {
    width: 71%;
}

.list_y_bt {
    margin-bottom: 35px;
}

.list_y_bt h2 {
    font-size: 16px;
    color: #1d2f47;
    font-weight: bold;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_y_bt h3 {
    float: right;
    font-size: 14px;
    color: #1d2f47;
}


.list_y_nr {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.list_y_nr * {
    font-size: 16px;
    color: #666666;
}

.list ul li:hover .list_y_bt h2 {
    color: #094289;
}

.list ul li:hover .list_y_bt h3 {
    color: #094289;
}


#pages a,
#pages span {
    display: none !important;
}

#pages a.a1 {
    display: inline-block !important;
    position: relative;
}

/* 分页样式*/
#pages {
    padding: 14px 0 10px;
    font-family: 宋体;
    text-align: -webkit-center;
    font-size: 14px;
}

#pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #333333;
    text-align: center;
    color: #9a9a9a;
    padding: 0 10px;
    margin-right: 20px;
}

#pages a:last-of-type {
    margin-right: 0;
}

#pages a.a1 {
    padding: 0 10px;
}

#pages a:hover {
    color: #0b4fa2;
    text-decoration: none;
    border: 1px solid #0a4ea3;
}

#pages span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #333333;
    border: 1px solid #0a4ea3;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 30px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #333333;
    text-align: center;
    color: #a4a4a4;
}



#pages a.a1:first-of-type:after {
    background: url("../images/z_san_03.png");
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0%, -50%);
}


#pages a.a1:last-of-type:after {
    background: url("../images/y_san_05.png");
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0%, -50%);
}

#pages a:hover.a1:first-of-type:after {
    background: url("../images/z_san_ll.png");
}

#pages a:hover.a1:last-of-type:after {
    background: url("../images/y_san_ll.png");
}


.list {
    margin-bottom: 50px;
}


.new_show {
    margin-bottom: 50px;
}

.new_show_bt h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;

}


.new_show_bt h3 {
    font-size: 16px;
    color: #666666;
    text-align: right;
}



.new_show_bt {
    margin-bottom: 30PX;
}

.new_show_nr {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 40px;
}

.new_show_nr * {
    font-size: 16px;
    color: #666666;
}

.new_show_nr img {
    max-width: 100%;
    margin: 20px auto;
    height: auto;
}

.fan a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
}

.fan a:hover {
    color: #0a4ea3;
}


.lxwm_k {
    border: 1px solid #0a4ea3;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.lxwm_z {
    width: 61%;
}

.lxwm_z ul li h2 {
    font-size: 24px;
    color: #0a4ea3;
    font-weight: bold;
}

.lxwm_z ul li {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-bottom: 40px;
}

.lxwm_z ul li * {
    font-size: 16px;
    color: #333333;
}

.lxwm_z ul li:last-of-type {
    margin-bottom: 0;
}


.lxwm_y {
    position: absolute;
    right: 20px;
    width: 44%;
    bottom: 40px;
}


.lxwm_y .swiper-slide img {
    width: 100%;
}


.lxwm_y .swiper-pagination-bullet {

    background: #d6d6d6 !important;
    opacity: 1 !important;
}

.lxwm_y .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #0a4ea3 !important;
}

.lxwm {
    margin-bottom: 20px;
}

.lunbo {
    position: relative;
}

.lunbo_ding {
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 9;
}

.lunbo .swiper-slide img {
    width: 100%;
}

.lunbo_wz {
    padding-top: 136px;
    box-sizing: border-box;
}

.lunbo_wz p {
    font-size: 48px;
    color: #0a4ea3;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 80px;
}

.lunbo_wz p span {
    color: #fff;
}

.lunbo_wz a {
    display: block;
    width: 260px;
    line-height: 60px;
    border: 2px solid #0a4ea3;
    box-sizing: border-box;
    font-size: 36px;
    color: #0a4ea3;
    text-align: center;
}


#top {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 9999;
    cursor: pointer;
}

.about_w {
    padding: 50px 30px;
    box-sizing: border-box;
}

.index_bt {
    text-align: center;
}

.index_bt h2 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    display: inline-block;
    border-bottom: 5px solid #0a4ea3;
    font-weight: bold;
    margin-bottom: 30px;
}

.index_bt h2 span {
    color: #0a4ea3;
}

.about h3 {
    width: 36%;
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.about_nr {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    margin-bottom: 20px;
}

.about_nr * {
    font-size: 18px;
    color: #333333;
}

.about .more {
    width: 260px;
    line-height: 60px;
    border: 2px solid #0a4ea3;
    display: block;
    margin: 0 auto;
    font-size: 36px;
    color: #0a4ea3;
    text-align: center;
}

.about .more:hover{
    background: #0a4ea3;
    color: #fff;
}

.products_w {
    padding: 45px 0;
    box-sizing: border-box;
}

.products_lm {
    margin-bottom: 20px;
}

.products_lm ul {
    font-size: 0;
    float: left;
    width: 86%;
}

.products_lm ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.products_lm ul li:last-of-type {
    margin-right: 0;
}

.products_lm ul li.on::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 98px;
    height: 2px;
    background: #0a4ea3;
    left: 0;
    right: 0;
    margin: auto;
}

.products_lm ul li.on {
    color: #0a4ea3;
}


.products_lm .more {
    float: right;
    width: 13%;
    line-height: 40px;
    border: 2px solid #0a4ea3;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    color: #0a4ea3;
}

.products_lunbo .swiper-slide {
    border: 2px solid #0a4ea3;
    box-sizing: border-box;
    padding: 36px;
    height: 480px;
}

.products_bj {
    width: 100%;
    height: 100%;
}

.products_wz {
    width: 100%;
    height: 100%;
    background: rgba(10, 78, 163, 0.48);
    padding: 36px 48px;
    box-sizing: border-box;
    transform: scale(0.0);
    transition: all 0.4s;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;

}

.products_wz h2 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}



.products_wz * {
    font-size: 16px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}


.products_lunbo .swiper-slide:hover .products_wz {
    transform: scale(1.0);
}


.products_lunbo .swiper-pagination-bullet {
    width: 60px !important;
    height: 10px !important;
    background: #cbcbcb !important;
    border-radius: unset !important;
    display: inline-block !important;
    margin: 0 5px !important;
    opacity: 1 !important;
}

.products_lunbo .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #0a4ea3 !important;
}


.products_lunbo .swiper-container {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.products_lunbo {
    display: none;
}

.products_lunbo:first-of-type {
    display: block;
}

.qua_w {
    padding: 30px 50px;
    box-sizing: border-box;
}

.qua_ms {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.qua_ms * {
    font-size: 18px;
    color: #333333;
}

.qua_bj ul {
    padding: 10px 0;
    box-sizing: border-box;
}

.qua_bj ul li {
    line-height: 60px;

    box-sizing: border-box;
    margin-bottom: 20px;
}

.qua_bj ul li:last-of-type {
    margin-bottom: 0;
}

.qua_bj ul li p {
    height: 100%;
    font-size: 30px;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;

}

.qua_bj ul li:nth-of-type(1) {
    border: 1px solid #0040a0;
}

.qua_bj ul li:nth-of-type(2) {
    border: 1px solid #0040a0;
}

.qua_bj ul li:nth-of-type(3) {
    border: 1px solid #0157d9;
}

.qua_bj ul li:nth-of-type(4) {
    border: 1px solid #0f6efc;
}



.qua_bj ul li:nth-of-type(1) p {
    background: #022f73;
    width: 100%;
}

.qua_bj ul li:nth-of-type(2) p {
    background: #0040a0;
    width: 64%;
}

.qua_bj ul li:nth-of-type(3) p {
    background: #0157d9;
    width: 84%;
}

.qua_bj ul li:nth-of-type(4) p {
    background: #0f6efc;
    width: 76%;
}

.qua_bj .more {
    width: 260px;
    line-height: 60px;
    border: 2px solid #0a4ea3;
    display: block;
    margin: 0 auto;
    font-size: 36px;
    color: #0a4ea3;
    text-align: center;
    margin-top: 24px;
}

.qua_bj .more:hover{
    background: #0a4ea3;
    color: #fff;
}

.neww_w {
    padding: 50px 0;
    box-sizing: border-box;
}

.neww_ms {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}

.neww_ms * {
    font-size: 18px;
    color: #333333;

}

.neww_shang {
    margin-bottom: 30px;
}

.neww_shang_s {
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #0a4ea3;
}

.neww_shang_bt h2 {
    text-align: right;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.neww_shang_s h3 {
    font-size: 24px;
    color: #333333;
    line-height: 2;
    font-weight: bold;
}

.neww_shang_nr {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.neww_an a {
    display: block;
    float: right;
    width: 260px;
    line-height: 60px;
    border: 2px solid #0a4ea3;
    box-sizing: border-box;
    font-size: 36px;
    color: #0a4ea3;
    text-align: center;
}

.momo:hover {
    background: #0a4ea3;
    color: #fff;
}

.neww_shang_img img {
    width: 100%;
}


.neww_xia ul {
    font-size: 0;
}

.neww_xia ul li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}

.neww_xia ul li:nth-of-type(2n) {
    margin-right: 0;
}

.neww_xia_s {
    padding: 20px 20px 20px 100px;
    box-sizing: border-box;
    border: 2px solid #0a4ea3;
}

.neww_shang_s_k {
    width: 81%;
    margin: 0 auto;
}

.neww_xia_s {
    padding: 20px 20px 60px;
    box-sizing: border-box;
}

.neww_xia_s h2 {
    text-align: right;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}

.neww_xia_k {
    width: 91%;
    margin: 0 auto;
}

.neww_xia_k h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 2;
}

.neww_xia_nr {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.neww_xia_k a {
    display: block;
    margin: 0 auto;
    width: 260px;
    line-height: 60px;
    border: 2px solid #0a4ea3;
    box-sizing: border-box;
    font-size: 36px;
    color: #0a4ea3;
    text-align: center;
    margin-top: 20px;
}

.neww_xia_img img {
    width: 100%;
}