@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}


/*清除内外边距*/


/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/

a:focus {
    outline: none;
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: 'Courier New', Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

img {
    max-width: 100%;
    vertical-align: middle;
}

i {
    font-style: normal;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}


/*重置input标签属性*/

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}


/*重置textarea标签属性*/


/*init END*/


/*此文件放置共用函数、变量等*/


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis_d {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* 公用类 */

body {
    font-size: 12px;
    color: #333;
    /* line-height: 1.8; */
    font-family: '微软雅黑';
}


/* 清楚浮动 */

.clearfix {
    zoom: 1;
}

.clearfix p {
    font-size: 16px;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    background: none;
    font-family: '微软雅黑';
    border: none;
}

textarea {
    background: none;
    font-family: '微软雅黑';
    border: none;
}

a[transition] {
    -webkit-transition: 0.4s 0s;
    -o-transition: 0.4s 0s;
    -moz-transition: 0.4s 0s;
    transition: 0.4s 0s;
}

a[href] {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000000;
}

.w {
    width: 1200px;
    margin: 0 auto;
}


/* 首页开始 */

.top {
    width: 100%;
    height: 232px;
    background: url('../img/top_ban.jpg') no-repeat center;
    background-size: cover;
}

.top .inner .lf {
    padding-top: 65px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.top .inner .lf a {
    display: block;
}

.top .inner .lf .logo img {
    width: 511px;
    margin-right: 17px;
}

.top .inner .lf a .img2 {
    width: 392px;
    height: 48px;
}

.top .inner .rg {
    width: 434px;
    float: right;
    padding-top: 89px;
    box-sizing: border-box;
}

.top .inner .rg .search_box {
    width: 434px;
    height: 45px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.top .inner .rg .search_box input {
    width: 330px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    float: left;
    padding: 0 22px;
    box-sizing: border-box;
    font-size: 14px;
}

.top .inner .rg .search_box input::placeholder {
    font-size: 14px;
    color: #6b7c8d;
}

.top .inner .rg .search_box span {
    display: block;
    float: right;
    width: 104px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    padding: 0 22px 0 48px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    cursor: pointer;
    background: url('../img/search.png') no-repeat 22px center #4395ff;
}

.top .inner .rg .hot span {
    font-size: 14px;
    /* font-weight: bold; */
    color: #333;
}

.top .inner .rg .hot a {
    font-size: 14px;
    color: #333;
    margin-right: 17px;
}

.top .inner .rg .hot a:hover {
    color: #1357cc;
}


/* 导航开始 */

.nav_bar {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 77px;
    margin-top: -17px;
    background: url('../img/nav.png') no-repeat center;
    background-size: cover;
}

.nav_bar .nav_ul {
    padding: 0 23px;
    box-sizing: border-box;
}

.nav_bar .nav_ul .li1 {
    position: relative;
    float: left;
}

.nav_bar .nav_ul .li1 .a1 {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 75px;
    padding: 0 33px;
    box-sizing: border-box;
    transition: all .5s;
}

.nav_bar .nav_ul .li1:last-child .a1 {
    padding: 0 29.6px 0 30.1px;
}

.nav_bar .nav_ul .li1:hover .a1,
.nav_bar .nav_ul .li1.on .a1 {
    background-color: #1357cc;
}

.nav_ul>li:hover .nav_xl {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.nav_ul>li .nav_xl {
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 22;
    width: 100%;
    background-color: #2a6ad7;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    visibility: hidden;
    opacity: 0;
}

.nav_ul>li .nav_xl .xl_a {
    /* display: block;
    line-height: 44px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 11px 11px 11px 30px;
}

.nav_ul>li .nav_xl .xl_a:hover,
.nav_ul>li .nav_xl .xl_a.on {
    background: url('../img/nav_hx.png') no-repeat 10% center;
    background-size: 10px 2px;
    /* padding-left: 23px; */
    box-sizing: border-box;
}


/* 导航结束 */


/* 首页轮播 */

.index_ban {
    position: relative;
    top: -16px;
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-top: -14px;
}

.index_ban img {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-slide {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-pagination-ban {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
    /* bottom: 24px; */
    bottom: 3%;
    text-align: center;
}

.bullet .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #fff;
    opacity: 1 !important;
    margin-right: 19px;
}

.bullet .swiper-pagination-bullet-active {
    background-color: #015bad;
}

.index_gg {
    width: 100%;
    line-height: 55px;
    overflow: hidden;
}

.index_gg .er_nr .zuo {
    float: left;
    width: 98px;
}

.index_gg .er_nr .zuo img {
    width: 90px;
    height: 39px;
}

.index_gg .er_nr .you {
    position: relative;
    float: left;
    width: 970px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    margin-left: 4%;
}

.index_gg .er_nr .you .swiper-container2 {
    width: 100%;
    height: 100%;
}

.index_gg .er_nr .you .swiper-container2 .z_gg {
    float: left;
    width: 45%;
}

.index_gg .er_nr .you .swiper-container2 .y_gg {
    float: right;
}

.index_gg .er_nr .you .swiper-container2 .z_gg a {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #333333;
}

.index_gg .er_nr .you a:hover {
    color: #64a3c7 !important;
}

.more {
    float: right;
    display: block;
    font-size: 14px;
    color: #999999;
}

.more:hover {
    color: #64a3c7 !important;
}

.index_gg .er_nr .you::after {
    position: absolute;
    left: 45%;
    top: 36%;
    width: 1px;
    height: 14px;
    background: url('../img/line.jpg') no-repeat center;
    background-size: cover;
    content: "";
}


/* 首页新闻中心开始 */

.index_news {
    margin-top: 35px;
}

.index_news .lf {
    position: relative;
    width: 550px;
    float: left;
    height: 377px;
}

.index_news .lf a {
    position: relative;
    display: block;
    width: 100%;
    height: 377px;
    overflow: hidden;
}

.index_news .lf a h2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 0 107px 0 18px;
    box-sizing: border-box;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.index_news .lf .news-pagination {
    width: 16%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 44px;
    padding-right: 18px;
    box-sizing: border-box;
    text-align: right;
    line-height: 44px;
}

.index_news .lf .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #9b9e93;
    opacity: 1 !important;
    margin-right: 5px;
}

.index_news .lf .swiper-pagination-bullet-active {
    background-color: #fff;
}

.index_news .rg {
    float: right;
    width: 625px;
    height: 377px;
}

.border {
    border: 1px solid #e5e5e5;
}

.index .tit {
    width: 100%;
    height: 49px;
    padding: 0 27px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background: url('../img/hx.jpg') no-repeat 0 center;
    background-size: 6px 49px;
}

.index .tit h2:hover {
    color: #4888c8;
}

.index .tit h2 {
    float: left;
    font-size: 24px;
    color: #0059b4;
    font-weight: bold;
    line-height: 47px;
}

.index .tit .more {
    line-height: 47px;
}

.index_news .news_bd {
    padding: 0 27px;
    box-sizing: border-box;
}

.index_news .rg .gy {
    font-size: 20px;
    color: #050505;
    padding: 21px 0 25px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
}

.index_news .rg .gy>a:hover h3 {
    color: #0059b4;
}

.index_news .rg .gy h3 {
    width: 80%;
    margin-bottom: 28px;
}

.index_news .xw_js {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.index_news .xw_js a {
    font-size: 14px;
    color: #1f60ba;
}

.index_news .xw_js a:hover {
    font-weight: bold;
}

.index_news .bd_list {
    margin-top: 15px;
}

.bd_list li a {
    display: block;
    line-height: 34px;
}

.bd_list li a h4 {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #050505;
    font-weight: normal;
    padding-left: 24px;
    box-sizing: border-box;
    background: url('../img/hque.jpg') no-repeat left center;
    background-size: 5px 5px;
}

.bd_list li a:hover h4 {
    font-weight: bold;
    background: url('../img/lque.jpg') no-repeat left center;
    background-size: 5px 5px;
    color: #1f60ba;
}

.bd_list li a .date {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    width: 20%;
    text-align: right;
}


/* 首页新闻中心结束 */


/* 首页广告位开始 */

.adv {
    height: 108px;
    overflow: hidden;
    margin: 23px auto 31px auto;
}

.adv_list a {
    display: block;
    width: 290px;
    float: left;
    /* margin-right: 13px; */
}

.adv_list .swiper-slide:last-child {
    margin-right: 0;
    float: right;
}


/* .adv .adv-next,
.adv .adv-prev {
    position: absolute;
    top: 45%;
    z-index: 99;
    width: 30px !important;
    height: 60px !important;
    opacity: 1 !important;
    opacity: .5;
    background-size: 20px 30px;
} */


/* 首页广告位结束 */


/* 问题解答开始 */

.index_wtjd {
    height: 264px;
}

.wtjd_bd {
    padding: 30px 27px;
    box-sizing: border-box;
}

.wtjd_bd .bd_list {
    width: 360px;
    float: left;
    margin-right: 33px;
}

.wtjd_bd .bd_list:last-child {
    margin-right: 0;
}

.wtjd_bd .bd_list li a {
    line-height: 53px;
}

.wtjd_bd li a h4 {
    width: 71%;
}

.wtjd_bd .bd_list li .date {
    width: 27%;
}


/* 问题解答结束 */

.index .yx {
    height: 125px;
    margin: 27px auto 32px auto;
}

.index .yx img {
    width: 100%;
    height: 100%;
}


/* 评审条件开始 */

.index_pstj {
    margin: 0 auto 50px auto;
}

.index_pstj .lf {
    /* float: left;
    width: 692px; */
    height: 347px;
    width: 100%;
}

.index_pstj .ps_box {
    float: left;
    width: 50%;
    padding: 39px 16px;
    box-sizing: border-box;
}

.index_pstj .bd_list a {
    line-height: 44px;
}

.index_pstj .rg {
    display: none;
    float: right;
    width: 476px;
    height: 347px;
    background: url('../img/sy-zcbj.jpg') no-repeat bottom center;
}


/* 首页评审条件结束 */


/* 首页证书查询开始 */

.cx_box {
    padding: 18px 10px;
    box-sizing: border-box;
}

.cx_box .zuo {
    float: left;
    width: 256px;
    height: 247px;
}

.cx_box .zuo ul li a {
    display: block;
    width: 100%;
    height: 120px;
    position: relative;
}

.cx_box .zuo ul li:first-child {
    margin-bottom: 7px;
}

.cx_box .zuo ul li:last-child .jt {
    background: url('../img/sy-yjt.png') no-repeat center #a7c6fa;
}

.cx_box .zuo ul li:last-child:hover .jt {
    background: url('../img/sy-yjt.png') no-repeat center #fff;
}

.cx_box img {
    width: 100%;
    height: 100%;
}

.cx_box h3 {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    height: 62px;
    margin-bottom: 10px;
}

.cx_box .wz {
    height: 97px;
    position: absolute;
    left: 26px;
    bottom: 18px;
}

.cx_box .jt {
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background: url('../img/sy-yjt.png') no-repeat center #b4bef4;
    background-size: 24px 6px;
    transition: all .5s;
}

.cx_box a:hover .jt {
    background: url('../img/sy-yjt.png') no-repeat center #fff;
    background-size: 24px 6px;
}

.cx_box .you {
    position: relative;
    float: right;
    width: 190px;
    height: 247px;
}

.cx_box .you .wz {
    bottom: 143px;
}

.cx_box .you .jt {
    background: url('../img/sy-yjt.png') no-repeat center #a3e7fa;
}


/* 首页证书查询结束 */


/* 友情链接开始 */

.ylink {
    width: 100%;
    height: 60px;
    background-color: #0d3478;
}

.ylink span {
    display: block;
    float: left;
    margin-top: 20px;
    color: #fff;
}

.ylink .link_inner {
    display: flex;
    justify-content: left;
}

.ylink .link_inner li {
    position: relative;
    width: 170px;
    cursor: pointer;
}

.link_inner p {
    font-size: 16px;
    /* color: #828486; */
    color: #fff;
    line-height: 60px;
    text-align: center;
    /* background: url('../img/xl.png') no-repeat 80% center;
    background-size: 10px 6px; */
}

.link_inner p:hover {
    /* color: #0059b4; */
    color: #7694a3;
}

.ylink .link_inner li:hover .link_xl {
    display: block;
}

.link_inner .link_xl {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background-color: #e9eff2;
    overflow-y: scroll;
    display: none;
    padding: 5px;
    box-sizing: border-box;
}

.link_inner .link_xl a {
    display: block;
    font-size: 16px;
    color: #828486;
    line-height: 26px;
    text-align: center;
}

.link_inner .link_xl a:hover {
    color: #0059b4;
}

.link_inner .link_xl::-webkit-scrollbar {
    width: 5px;
}

.link_inner .link_xl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1357cc;
}


/* 友情链接结束 */


/* 底部开始 */

.f_top {
    width: 100%;
    height: 206px;
    background-color: #194ca8;
    padding: 22px 0;
    box-sizing: border-box;
}

.f_top .f_one {
    float: left;
    width: 222px;
    height: 100%;
    margin-right: 152px;
    background: none;
    padding-top: 0 !important;
}

.f_top .f_one img {
    display: block;
    margin: 0 auto;
    width: 102px;
    height: 102px;
}

.f_top .f_one .f_ylink {
    position: relative;
    width: 100%;
    height: 35px;
}

.f_top .f_one .f_ylink p {
    font-size: 14px;
    color: #548ede;
    padding: 0 13px;
    line-height: 35px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 22px;
    background: url('../img/f-xl].png') no-repeat 148px center #1a59af;
    background-size: 11px 6px;
}

.f_top .f_one .f_ylink .f_xl {
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background-color: #1a59af;
    padding: 10px 13px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
}

.f_top .f_one .f_ylink .f_xl::-webkit-scrollbar {
    width: 5px;
}

.f_top .f_one .f_ylink .f_xl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.f_top .f_one .f_ylink:hover .f_xl {
    display: block;
}

.f_top .f_one .f_ylink .f_xl a {
    display: block;
    font-size: 14px;
    color: #548ede;
}

.f_top .f_one .f_ylink .f_xl a:hover {
    color: #fff;
}

.f_bj {
    /* background-color: #3569bc; */
    border-radius: 4px;
    padding: 25px;
    box-sizing: border-box;
    color: #0d3478;
}

.f_top .f_two {
    float: left;
    width: 258px;
    height: 158px;
}

.f_top h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
}

.f_top .f_two ul li {
    float: left;
    width: 50%;
    margin-bottom: 22px;
}

.f_top .f_two ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.f_top .f_two ul li a:hover {
    color: #7694a3;
}

.f_top .f_two ul li:nth-child(2n) {
    float: right;
    text-align: right;
}

.f_top .f_three {
    float: left;
    margin: 0 40px;
    width: 312px;
    height: 158px;
    box-sizing: border-box;
    padding-bottom: 10px !important;
}

.f_top .f_three h3 {
    margin-bottom: 14px;
}

.f_top .f_three ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

.f_top .f_four {
    display: flex;
    justify-content: center;
    width: 176px;
    height: 158px;
    float: right;
}

.f_top .f_four .tp {
    float: left;
    width: 81px;
    /* margin-right:20px;*/
}

.f_top .f_four .tp+.tp {
    float: right;
    margin-right: 0;
}

.f_top .f_four .tp img {
    width: 81px;
    height: 81px;
}

.f_top .f_four .tp p {
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
    text-align: center;
}

.f_bott {
    background-color: #194ca8;
}

.f_bott a,
.f_bott p {
    font-size: 14px;
    /* color: #9fa2a5; */
    color: #fff;
    line-height: 50px;
    display: inline-block;
}

.f_bott .lf {
    float: left;
}

.f_bott .lf img {
    margin: 0 5px;
}

.f_bott .rg {
    float: right;
}

.f_bott .rg img {
    margin-left: 5px;
}

.f_bott .rg p,
.f_bott .dbdt {
    margin-right: 5px;
}

.f_bott a:hover {
    color: #7694a3 !important;
}

.f_bott .lf>p img {
    width: 20px;
    height: 20px;
}

.f_bott .rg>p img {
    width: 50px;
    height: 12px;
}

.f_bott .rg>p+p img {
    width: 20px;
    height: 20px;
}

.f_bott .rg>p+p+p img {
    width: 20px;
    height: 20px;
}

.gjz p {
    font-size: 14px;
    line-height: 20px;
}

.gjz {
    padding-bottom: .4rem;
}


/* 底部结束 */


/* 首页结束 */


/* 关于我们开始 */

.zy_ban {
    height: 400px;
}


/* 公用二级开始 */


/* 公用二级开始 */

.ej_box {
    border-bottom: .01rem solid #ededed;
}

.ej_inner .pub_ej {
    float: left;
    width: 70%;
}

.ej_lm .swiper-container .pub_sw {
    margin: 0 auto;
}

.ej_lm .swiper-container .swiper-slide {
    width: auto !important;
    display: inline-block;
}

.ej_lm .swiper-wrapper {
    justify-content: left;
}

.ej_lm .swiper-container .swiper-slide a {
    display: block;
    color: #787878;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    margin-right: 44px;
}

.ej_lm .swiper-container .swiper-slide a.on {
    text-align: center;
    color: #418be9;
    border-bottom: 3px solid #418be9;
}


/* 当前位置开始 */

.location {
    float: right;
    width: 26%;
    height: 70px;
    text-align: right;
    line-height: 70px;
}

.location span,
.location a {
    display: inline-block;
    font-size: 14px;
    color: #737373;
    line-height: 40px;
}

.location span {
    margin: 0 10px;
}

.location a:hover,
.location a.on {
    color: #418be9;
}

.location .wz {
    padding-left: 20px;
    background: url('../img/location.jpg') no-repeat left center;
    background-size: 14px 14px;
}


/* 当前位置结束 */


/* 二级栏目结束 */


/* 公用二级结束 */

.cont {
    margin-top: 57px;
    min-height: 400px;
    margin-bottom: 60px;
}

.jj_box .gyjj p {
    font-size: 16px;
    color: #272727;
    line-height: 29px;
}


/* 关于我们结束 */


/* 荣誉资质开始 */


/* 厂区掠影开始 */

.ryzz {
    position: relative;
}

.ry_lb {
    position: relative;
    height: 850px;
}

.inner_box {
    width: 90%;
    margin: 0 auto;
}

.gallery-top img {
    width: 607px;
    height: 429px;
}

.ry_lb .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ry_lb .swiper-container .jz .swiper-slide {
    text-align: center;
}

.ry_lb .jz .swiper-slide p {
    font-size: 24px;
    color: #222222;
    line-height: 40px;
    margin-top: 67px;
}

.ry_lb .gallery-top {
    height: 550px;
    width: 100%;
    margin-bottom: .6rem !important;
}

.ry_lb .gallery-thumbs {
    height: 300px;
    box-sizing: border-box;
    padding: 30px 0 10px 0;
}

.ry_lb .gallery-thumbs p {
    font-size: 16px;
    color: #222222;
    line-height: 36px;
    text-align: center;
}

.ry_lb .gallery-thumbs .swiper-slide {
    position: relative;
    width: 25%;
    height: 100%;
    cursor: pointer;
}

.ry_lb .swiper-slide {
    background-size: cover;
    background-position: center;
}

.ry_lb .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.ryzz .next-cp,
.ryzz .prev-cp {
    position: absolute;
    width: 30px !important;
    height: 48px !important;
    top: 80% !important;
    outline: none;
    z-index: 22;
    cursor: pointer;
}

.ryzz .next-cp {
    right: 0;
    background: url('../img/yhjt.png') no-repeat center !important;
    background-size: cover;
}

.ryzz .prev-cp {
    left: 0;
    background: url('../img/zhjt.png') no-repeat center !important;
    background-size: cover;
}

.ryzz .next-cp:hover {
    background: url('../img/yljt.png') no-repeat center !important;
}

.ryzz .prev-cp:hover {
    background: url('../img/zljt.png') no-repeat center !important;
}

.ryzz .next-cp:focus,
.ryzz .prev-cp:focus {
    outline: none;
}

.ry_lb .gallery-thumbs .img_box {
    width: 215px;
    height: 152px;
    border: 4px solid transparent;
    margin: 0 auto;
}

.ry_lb .gallery-thumbs img {
    width: 100%;
}

.ry_lb .swiper-slide-thumb-active .img_box,
.ry_lb .gallery-thumbs .swiper-slide.on .img_box {
    border-color: #418be9;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.zspt {
    position: absolute;
    left: 19.5%;
    top: 50%;
    z-index: 99;
    width: 731px;
    height: 76px;
}


/* 荣誉资质结束 */


/* 新闻中心开始 */

.xw_line {
    border-bottom: none;
}

.news_ul li {
    padding: 21px 17px;
    border: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.news_ul li a {
    display: block;
}

.news_ul li a .tp {
    width: 249px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.news_ul li a img {
    width: 249px;
    height: 150px;
    transition: all .5s;
}

.news_ul li a .rg {
    width: 76%;
    float: right;
    padding-top: 13px;
    box-sizing: border-box;
}

.news_ul li h2 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}

.news_ul li a .rg h3 {
    width: 100%;
    height: 65px;
    font-size: 16px;
    color: #737373;
    -webkit-line-clamp: 2;
    line-height: 28px;
    font-weight: normal;
}

.news_ul li a .rg .time {
    display: block;
    font-size: 16px;
    color: #999999;
    padding-left: 20px;
    box-sizing: border-box;
    background: url('../img/time.jpg') no-repeat left center;
    background-size: 14px 14px;
}

.news_ul li:hover {
    border-color: transparent;
    box-shadow: 0 0 10px #f2f3f4;
    transition: all .5s;
}

.news_ul li:hover img {
    transform: scale(1.2);
}

.news_ul li:hover h2 {
    color: #418be9;
}


/* 分页 */

.fy {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 84px;
    display: flex;
    justify-content: center;
}

.fy .one {
    display: flex;
    justify-content: center;
}

.fy a,
.fy p {
    display: inline-block;
}

.fy .fywz,
.fy input {
    font-size: 14px;
    color: #666666;
}

.fy a {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #323232;
    line-height: 30px;
    margin-right: 12px;
}

.fy .wy {
    margin-right: 26px;
}

.fy .go {
    padding: 0 15px;
    margin-left: 23px;
}

.fy .qd {
    width: 0.65rem;
    height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    line-height: .38rem;
    background-color: #44904b;
    border-radius: .1rem;
    margin-left: .2rem;
}

.fy .sxy,
.fy .swy {
    padding: 0 15px;
}

.fy .sz {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.fy a[href]:hover,
.fy .sz.on,
.fy .go:hover {
    background-color: #418be9;
    color: #fff;
    border-color: #418be9;
}

.fy input {
    width: 30px;
    height: 30px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0 2px;
    border-radius: 4px;
}

.fy .tz {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.fy .jl,
.fy .toal {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-right: 14px;
}


/* 新闻中心结束 */


/* 新闻详情开始 */

.tit h1 {
    font-size: 30px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin-bottom: 45px;
}

.wzys {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-bottom: 10px;
    background: url('../img/wzys_line.jpg') no-repeat bottom;
    background-size: 1200px 9px;
}

.wzys span,
.wzys em,
.wzys a {
    font-size: 14px;
    color: #646464;
}

.wzys span {
    margin-right: 26px
}

.wzys .ztdx {
    display: inline-block;
}

.wzys a:hover {
    color: #1045a3;
}

.wzys .dx {
    display: inline-block;
    width: 20px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}


/* 上下篇开始 */


/* 上下篇 */

.sxp {
    width: 100%;
    font-size: 0;
    background-color: #f7f7f7;
    margin-bottom: 66px;
    vertical-align: middle;
}

.sxp a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
}

.sxp .syp {
    line-height: 70px;
    text-align: left;
    padding-left: 46px;
    box-sizing: border-box;
    background: url('../img/sxp-z.png') no-repeat 26px center;
    background-size: 9px 17px;
}

.sxp .xyp {
    line-height: 70px;
    text-align: right;
    padding-right: 46px;
    box-sizing: border-box;
    background: url('../img/sxp-y.png') no-repeat 97% center;
    background-size: 9px 17px;
}

.sxp .syp,
.sxp .xyp {
    width: 43%;
}

.sxp .syp[href]:hover,
.sxp .xyp[href]:hover,
.sxp .syp.on,
.sxp .xyp.on {
    color: #1045a3;
}

.sxp .syp[href]:hover,
.sxp .syp.on {
    background: url('../img/sxp-zl.png') no-repeat 26px center;
    background-size: 9px 17px;
}

.sxp .xyp[href]:hover,
.sxp .xyp.on {
    background: url('../img/sxp-yl.png') no-repeat 97% center;
    background-size: 9px 17px;
}

.sxp .fh {
    width: 3%;
    text-align: center;
    padding: 1% 2%;
    margin: 0 3%;
}

.sxp .fh:hover {
    background-color: #1045a3;
    color: #fff;
}


/* 上下篇结束 */


/* 分享开始 */

.share,
.share>div {
    display: inline-block;
}

.share>a {
    line-height: 70px;
    display: inline-block;
}

.share span {
    margin-right: 0;
    display: inline-block;
    margin-left: 13px;
}

.share>div {
    width: 123px;
}

.share>div a {
    width: 26px;
    height: 26px;
}

.share .bshare-custom a {
    padding: 0;
}

.share .wx:hover {
    background: url("../img/1h.png") no-repeat center !important;
    background-size: .24rem .24rem;
}

.share .wb:hover {
    background: url("../img/2h.png") no-repeat center !important;
    background-size: .24rem .24rem;
}

.share .qzone:hover {
    background: url("../img/3h.png") no-repeat center !important;
    background-size: .24rem .24rem;
}


/* 分享结束 */


/* 上下篇结束*/

.xq_box {
    margin-top: 63px;
}

.xq_box .inner {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}


/* 相关推荐 */

.zxtj {
    margin-top: 40px;
    margin-bottom: 70px;
}

.zxtj .h2 {
    text-align: center;
    font-size: 30px;
    color: #4491f0;
    line-height: 50px;
    margin-bottom: 20px;
    background: url('../img/xgtj_line.jpg') no-repeat bottom center;
    background-size: 400px 2px;
}

.zxtj ul li {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding: 22px 22px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
    transition: all .5s;
}

.zxtj ul li:last-child {
    margin-right: 0;
}

.zxtj ul li h4 {
    width: 100%;
    font-size: 18px;
    color: #2a2a2a;
    line-height: 50px;
}

.zxtj ul li h5 {
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 2;
    height: 60px;
}

.zxtj ul li:hover {
    box-shadow: 0 0 5px #d3d2d2;
}

.zxtj ul li:hover h4 {
    color: #1045a3;
}

.zxtj ul li .sj {
    display: block;
    background: url('../img/xq-yjt.jpg') no-repeat right center;
    background-size: 37px 7px;
}


/*相关推荐 */


/* 新闻详情结束 */


/* 问题答疑开始 */

.wtdy {
    padding: 0;
}

.wtdy .bd_list {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.wtdy .bd_list:last-child {
    border-bottom: none;
}


/* 问题答疑结束 */


/* 联系方式开始 */

.lx_nr {
    margin-bottom: 140px;
}

.lx_nr .lf {
    float: left;
    width: 508px;
}

.lx_nr .lf h2 {
    font-size: 30px;
    color: #333333;
}

.lx_nr .lf .js {
    font-size: 24px;
    color: #666666;
    margin-bottom: 63px;
    margin-top: 15px;
}

.lx_nr li {
    margin-bottom: 45px;
    padding-left: 50px;
}

.lx_nr .lf .lx_dh {
    background: url('../img/lxdh.jpg') no-repeat left 32%;
    background-size: 38px 38px;
}

.lx_nr .lf .dz {
    background: url('../img/lxdz.jpg') no-repeat left 32%;
    background-size: 38px 38px;
}

.lx_nr .lf h3 {
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.lx_nr .lf .lx_dh p {
    font-size: 25px;
    color: #5394ea;
    font-weight: bold;
}

.lx_nr .lf p {
    font-size: 16px;
    color: #a7a7a7;
    line-height: 40px;
}

.lx_nr .rg {
    width: 100%;
    height: 4.65rem;
    margin-top: .7rem;
}

.dt {
    float: right;
    width: 692px;
    height: 415px;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}


/* 联系方式结束 */


/* 网站地图开始 */

.wzdt_ul {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.wzdt_ul li {
    flex: 1;
    position: relative;
    text-align: center;
}

.wzdt_ul li .a1 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    line-height: 30px;
}

.wzdt_ul li .ej {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
}

.wzdt_ul li .ej a {
    display: block;
    font-size: 16px;
    color: #323232;
    line-height: 30px;
    margin-bottom: 15px;
}

.wzdt_ul li a:hover {
    color: #418be9;
}


/* 网站地图结束 */


/* 证书查询开始 */

.zscx .inner {
    margin: 138px auto 0 auto;
}

.zscx {
    margin-top: -14px;
    width: 100%;
    height: 880px;
    background: url('../img/ckzs_bj.jpg') no-repeat center;
    background-size: cover;
}

.zs_hd {
    margin-bottom: 54px;
}

.zs_hd a {
    display: block;
    float: left;
    font-size: 16px;
    color: #303030;
    margin-right: 12px;
    padding-bottom: 10px;
    cursor: pointer;
}

.zs_hd a.on {
    color: #2e6fda;
    border-bottom: 3px solid #2e6fda;
    background: url('../img/xjt.jpg') no-repeat bottom center;
    background-size: 11px 3px;
    /* background: url('../img/zs_on.jpg') no-repeat bottom center;
    background-size: 71px 5px; */
}

.zs_hd a:last-child {
    margin-right: 0;
}

.zscx .lf {
    width: 630px;
    height: 514px;
    float: left;
    padding-top: 87px;
    box-sizing: border-box;
}

.zscx .lf h2 {
    font-size: 22px;
    color: #252525;
    padding-bottom: 21px;
    background: url('../img/zshx.jpg') no-repeat left bottom;
    background-size: 43px 5px;
    margin-bottom: 38px;
}

.zscx .lf .js {
    font-size: 16px;
    color: #222222;
    line-height: 36px;
}

.zscx .rg {
    float: right;
    width: 467px;
    height: 514px;
    border: 1px solid #e5eaf3;
    border-radius: 4px;
    background-color: #fff;
    padding: 66px 44px;
    box-sizing: border-box;
}

.zscx .form {
    display: none;
}

.zscx .form.on {
    display: block;
}

.zscx .form label {
    position: relative;
    display: block;
    border: 1px solid #eaf2f5;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.zscx .form label input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #303030;
}

.zscx .form label input::placeholder {
    color: #a1a4a6;
}

.zscx .form label img {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 46px;
    height: 27px;
    cursor: pointer;
}

.zscx .form .dl {
    background-color: #2e6fda;
}

.zscx .form label a {
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.zscx .form .dl:hover {
    background-color: #477acc;
}


/* 证书查询结束 */


/* 证书详情开始 */

.zs_xq {
    position: relative;
    /* z-index: -1; */
    height: 868px;
    margin: 83px auto 0;
    /* background: url('../img/zs.jpg') no-repeat top center;
    background-size: 876px 620px; */
}

.zs_xq .zs {
    position: absolute;
    /* left: 0; */
    left: 160px;
    top: 20px;
    z-index: 9;
    width: 876px;
    height: auto;
}

.zs_xq .pt {
    position: absolute;
    left: 46px;
    top: 620px;
    width: 1105px;
    height: 128px;
}

.zs_xq .xzzs {
    position: absolute;
    left: 45%;
    bottom: 60px;
    margin: 0 auto;
    width: 136px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.zs_xq .xzzs a {
    font-size: 14px;
    color: #fff;
    display: block;
    cursor: pointer;
    background-color: #418be9;
}

.zs_xq .xzzs a:hover {
    background-color: #719fdb;
}

.zs_xq .bd {
    position: absolute;
    /* left: 23%; */
    left: 33%;
    bottom: 28%;
    z-index: 999;
    width: 300px;
    height: 240px;
}

.zs_xq .bd label {
    position: relative;
    display: block;
    width: 240px;
    height: 33px;
}

.zs_xq .bd label span {
    display: block;
    width: 68px;
    float: left;
    font-size: 14px;
    color: #171411;
    text-align: justify;
    text-align-last: justify;
    font-family: "宋体";
    font-weight: bold;
}

.zs1 .bd label .wz {
    font-family: "宋体";
    color: #171411;
    font-weight: bold;
}

.zs_xq .bd label p {
    position: absolute;
    left: 0;
    bottom: 7px;
    font-size: 12px;
    color: #171411;
}

.zs_xq .bd label .wz {
    float: right;
    width: 157px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    letter-spacing: 4px;
    border-bottom: 1px solid #302f2e;
}

.zs_xq .zs_js {
    position: absolute;
    top: 42%;
    right: 11%;
    z-index: 99;
    width: 434px;
}

.zs_xq .zs_js p {
    font-size: 18px;
    color: #171411;
    line-height: 26px;
    font-family: "宋体";
    font-weight: bold;
}

.zs1 .pic {
    width: 127px !important;
    height: 146px !important;
    position: absolute;
    left: 24% !important;
    top: 37% !important;
    z-index: 99;
    /* border: 1px solid #000; */
}

.zs1 .bd .wz {
    font-size: 20px !important;
}


/* 证书详情结束 */

.zs_xq .line {
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-bottom: 1px solid #1d1d13;
    font-family: "宋体";
    letter-spacing: 2px;
    /* margin-bottom: 28px; */
}

.zs_xq .ewm {
    position: absolute;
    right: 40.5%;
    bottom: 38%;
    z-index: 99;
    width: 70px;
}

.zs_xq .ewm img {
    width: 100%;
}

.zs_xq .zhang {
    position: absolute;
    width: 142px;
    right: 21%;
    z-index: 9;
    bottom: 33%;
}

.zs_xq .zhang img {
    width: 100%;
}

.zs_xq .year {
    position: absolute;
    right: 27.5%;
    bottom: 37%;
    z-index: 9;
    width: 50px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

.zs_xq .mouth {
    position: absolute;
    right: 23.5%;
    bottom: 37%;
    z-index: 9;
    width: 50px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

.zs_xq .day {
    position: absolute;
    right: 21%;
    bottom: 37%;
    z-index: 9;
    width: 50px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

.zs_xq .small {
    font-size: 12px;
    font-family: "宋体";
    /* font-weight: bold; */
}

.zs_xq .pic {
    position: absolute;
    left: 74% !important;
    bottom: 62% !important;
    width: 80px;
    z-index: 99;
}

.zs_xq .pic1 {
    left: 31% !important;
    bottom: 58% !important;
}

.zs_xq .pic2 {
    left: 24% !important;
}

.zs_xq2 .pic {
    bottom: 62%;
    left: 63% !important;
    width: 135px;
}

.zs_xq .ck {
    left: 60% !important;
    bottom: 64% !important;
}

.zs_xq2 .ck {
    left: 57% !important;
    width: 80px !important;
}

.zs_xq2 .bd .line {
    border-bottom: none;
    line-height: 54px !important;
    margin-bottom: 1px;
    text-align: left !important;
}

.zs_xq .xg-xz {
    left: 76%;
    bottom: 67%;
}


/* 下载证书1 */

body {
    position: relative;
}

.zs1 {
    height: 100%;
    margin: 0 auto !important;
}

.zs1 .zs {
    /* position: static; */
    position: relative;
    width: 1320px;
    /* width: 1600px; */
    margin: 0 auto;
    left: 0;
    top: 20px;
}

.zs1 .zs img {
    width: 100%;
}

.zs1 .bd {
    width: 385px !important;
    left: 15%;
    height: auto !important;
    bottom: 10% !important;
}

.zs1 .bd span {
    width: 88px !important;
    font-size: 20px !important;
}

.zs1 .bd label {
    height: 47px !important;
    width: 100% !important;
}

.zs1 .bd label .wz {
    width: 266px !important;
}

.zs1 .bd .line {
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.zs1 .ewm {
    width: 108px;
    bottom: 9%;
    right: 43.5%;
}

.zs1 .ewm p {
    width: 103%;
}

.zs1 .sm {
    margin-top: 10px;
}

.zs1 .sm h2,
.zs1 .sm p {
    font-family: "宋体";
    text-align: center;
    font-weight: bold;
}

.zs1 .zhang {
    width: 175px;
    bottom: 9%;
    right: 12%;
}

.zs1 .year {
    bottom: 9%;
    right: 27%;
    font-size: 24px;
}

.zs1 .mouth {
    bottom: 9%;
    right: 23%;
    font-size: 24px;
}

.zs1 .day {
    bottom: 9%;
    right: 20%;
    font-size: 24px;
}

.zs1 .wz2 {
    position: absolute;
    right: 7%;
    bottom: 10%;
    z-index: 99;
    width: 441px;
    height: 100px;
}

.zs1 .wz2 .p1 {
    margin-bottom: 5px;
}

.zs1 .wz2 h2 {
    font-family: "宋体";
    font-size: 24px;
    color: #171411;
    letter-spacing: 4px;
}

.zs1 .wz2 .p1 p,
.zs1 .wz2 .p2 span,
.zs1 .wz2 .p2 p {
    color: #171411;
    font-family: "宋体";
    font-weight: bold;
}

.zs1 .p2 .zuo {
    width: 150px;
    float: left;
}

.zs1 .you {
    float: left;
}

.zs1 .you>div {
    float: right;
    width: 80px;
    text-align: right;
    font-size: 24px;
    color: #171411;
    font-family: "宋体";
    font-weight: bold;
}

.zs1 .you>div span,
.zuo p,
.p1 p,
.zs_name h2,
.zs_name h3,
.zs_name .p1 {
    font-size: 16px;
    font-family: "宋体";
    font-weight: bold;
}

.zs1 .you>div p,
.zs1 .you>div span {
    font-size: 16px;
}

.zs1 .you>div p {
    font-size: 20px;
}

.zs .p1 p,
.zs .p2 p,
.zs .you>div span {
    font-size: 14px;
}


/* 下载证书1结束 */


/* 证书2详情 */

.zs2 {
    width: 100% !important;
    height: 500px !important;
}

.zs_xq2 {
    margin: 40px auto 70px auto;
    /* transform: rotate(270deg); */
}

.zs_xq2 .xzzs {
    bottom: -23px !important;
}

.zs_xq2 .bd {
    left: 46%;
    /* bottom: 32%; */
    bottom: 36%;
    height: auto !important;
}

.zs_xq2 .bd .line {
    height: 33px;
    line-height: 33px;
}

.zs_xq2 .xzzs {
    bottom: 0px;
}

.zs_xq2 .pt {
    top: 697px;
}

.zs_xq2 .zs {
    width: 500px;
    left: 350px;
}

.zs_xq2 .ewm {
    right: 56.2%;
    bottom: 24.3%;
    width: 60px;
}

.zs_xq2 .time {
    position: absolute;
    right: 35%;
    bottom: 27%;
    z-index: 9;
    font-size: 16px;
    font-family: "宋体";
    font-weight: bold;
}

.zs_xq2 .zhang {
    width: 100px;
    right: 35%;
    bottom: 23%;
}


/* 下载证书2 */

body {
    position: relative;
}

.zs2 {
    /* left: 110px; */
    padding-left: 110px !important;
    top: 24px;
    /* width: auto !important;
    height: 1000px !important; */
    margin: 0 auto;
    height: auto;
    /* transform: rotate( 270deg); */
}

.zs2 .ewm,
.zs2 .time {
    transform: rotate( 270deg) !important;
}

.zs2 .bd {
    transform: rotate( 90deg) !important;
}

.zs2 .zs {
    width: 1300px;
    top: 0;
    left: 0 !important;
}

.zs2 .bd {
    /* left: 23% !important;
    bottom: -30% !important; */
    bottom: 27%;
    left: 33%;
}

.zs2 .zs img {
    width: 100%;
}

.zs2 .bd .line {
    height: 40px;
    line-height: 40px;
    width: 210px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2px;
    font-family: "宋体";
    font-weight: bold;
}

.zs2 .ewm {
    bottom: 23%;
    right: 9%;
    width: 118px;
}

.zs2 .time {
    /* bottom: 6%;
    right: 44%; */
    bottom: 70%;
    right: 8%;
    font-size: 24px;
    font-family: "宋体";
    font-weight: bold;
}

.zs2 .zhang {
    width: 140px;
    /* right: 36%;
    bottom: 2%; */
    right: 10%;
    bottom: 66%;
}


/* 下载证书2结束 */


/* 修改证书开始 */

.zs_name {
    position: absolute;
    top: 24%;
    left: 27%;
    z-index: 9;
}

.zs_name h2 {
    font-size: 40px;
    text-align: center;
    color: #1d1917;
    margin-top: 2px;
    font-family: "宋体";
}

.zs_name .p1 {
    font-size: 14px;
    color: #1d1917;
    margin-bottom: 8px;
}

.zs_name h3 {
    font-size: 40px;
    text-align: center;
    color: #d9261a;
    margin-top: 2px;
}

.zs_name p {
    text-align: center;
}

.zs_name .p2 {
    color: #d9261a;
}

.zs_js .eng {
    margin-top: 20px;
}

.zs_js .eng p {
    font-size: 14px;
}


/* 修改证书结束 */


/* 证书3样式 */

.zs3 {
    width: 100%;
    top: 0 !important;
    padding-left: 0 !important;
}

.zs3 .zs {
    left: 0% !important;
    width: 1000px !important;
}

.zs3 .bd {
    height: 804px !important;
    bottom: 19%;
    left: 41% !important;
    transform: none !important;
}

.zs3 .bd .line {
    height: 65px;
    line-height: 72px !important;
    /* width: 292px; */
    width: 400px !important;
    margin-bottom: 3px;
}

.zs3 .bd .eig {
    display: flex;
    align-items: center;
    /* font-size: 18px; */
    font-size: 24px;
    line-height: 36px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.zs3 .bd .wangzhi {
    letter-spacing: 0px;
}

.zs_xq2 .line {
    width: 184px !important;
}

.zs_xq2 .bd .eig2 {
    /* display: flex; */
    align-items: center;
    font-size: 12px;
    margin-top: 3px;
    letter-spacing: 0px !important;
    width: 245px !important;
    /* line-height: 23px !important; */
}

.zs3 .time {
    bottom: 13%;
    right: 19%;
    transform: none !important;
}

.zs3 .ewm {
    right: 65.2%;
    bottom: 10%;
}

.zs3 .zhang {
    width: 200px;
    right: 15%;
    bottom: 9%;
}

.news_ul {
    min-height: 500px;
}

.xq_box {
    min-height: 500px;
}