﻿@charset "utf-8";

body {
    /* overflow-x: hidden; */
    overflow-y: auto;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 14px;
    font-family: "lucida Grande", Verdana, "Microsoft YaHei";
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    outline: none;
}

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

*,
::after,
::before {
    box-sizing: border-box;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #888;
    text-decoration: none;
}

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

a:visited {
    text-decoration: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

.grey {
    background: #f5f5f5;
}

/*清除浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*网站顶部*/
.top_main {
    width: 100%;
    line-height: 38px;
    background: #a57945;
    color: #fff;
    font-size: 12px;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}

.top_main li a {
    color: #fff;
}

/*网站头部*/
.header_main {
    position: relative;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 9;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); */
}

.header_main>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header_main .logo img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

/*网站导航*/
#nav .navlist {
    position: relative;
    display: block;
    overflow: hidden;
}

#nav li {
    float: left;
    font-size: 16px;
    position: relative;
    padding: 0 20px;
}

#nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #333;
    line-height: 40px;
    border-bottom: 2px solid #fff;
}

#nav li.hover a,
#nav li:hover a {
    color: #a57945;
    border-bottom-color: #a57945;
}

#nav ul .subnav {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav ul .subnav {
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    z-index: 199;
    padding-top: 5px;
}

#nav ul .subnav:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a57945;
}

#nav ul .subnav a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0;
    max-width: 100%;
    border: 0;
    padding: 0 10px;
    background: #a57945;
}

#nav ul .subnav a:hover {
    color: #a57945;
    background: #fff;
}

/*网站大图*/
#banner {
    margin-top: -20px;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    z-index: 10;
}

#banner .swiper-slide {
    min-width: 1200px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

#banner .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

#banner .swiper-slide img {
    width: 100%;
    height: 600px;
    object-fit: none;
}

#banner .swiper-pagination {
    bottom: 15px;
    display: none;
}

#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50px;
    background: #000;
    opacity: .2;
    outline: none;
    transition: all .5s;
}

#banner .swiper-pagination-bullet-active {
    /* background:#a57945; */
    opacity: .5;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
    left: 4%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: all .5s;
    display: none;
}

#banner .swiper-button-next {
    left: auto;
    right: 4%;
}

#banner:hover .swiper-button-prev,
#banner:hover .swiper-button-next {
    opacity: 1;
}

#banner:hover .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .5);
}

.banner .search {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-top: -100px;
    margin-left: -400px;
    z-index: 1;
}

.banner .search h3 {
    color: #fff;
    font-size: 54px;
    margin-bottom: 20px;
    text-align: center;
}

.banner .search form {
    display: flex;
    position: relative;
    border-radius: 10px;
    padding-right: 120px;
    overflow: hidden;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .6);
}

.banner .search select {
    padding: 12px 20px;
    color: #666;
    border-right: 2px solid #ececec;
}

.banner .search .input {
    flex: 1;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    padding: 10px;
    padding-left: 10px;
    background: #fff;
}

.banner .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    background: #a57945;
    cursor: pointer;
}

.banner .swiper-slide .load {
    position: absolute;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: 100px;
    background: #fff;
    z-index: 20;
}

.banner .swiper-slide .load span {
    display: block;
    width: 0;
    height: 2px;
    background: #a57945;
}

.banner .ani-slide .load span {
    width: 100%;
    transition: 4.9s 0s linear;
}

.banner:before,
.banner:after {
    content: " ";
    position: absolute;
    top: -8%;
    left: -30%;
    width: 160%;
    height: 13.2%;
    background: #fff;
    clip-path: ellipse(32% 50% at 50% 50%);
    z-index: 9;
}

.banner:after {
    top: auto;
    bottom: -8%;
}

/*******index css*******/
/*首页标题*/
.index .in_title {
    position: relative;
    text-align: center;
    z-index: 1;
}

.index .in_title h3 {
    position: relative;
    display: inline-block;
    padding: 0 280px;
}

.index .in_title h3:before,
.index .in_title h3:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 280px;
    height: 1px;
    background: #ccc;
}

.index .in_title h3:after {
    left: auto;
    right: 0;
}

.index .in_title h3 span {
    font-size: 36px;
    text-align: center;
    color: #a57945;
    position: relative;
    line-height: 45px;
    padding: 0 30px;
}

/*推荐资讯*/
.news_hot {
    margin-top: 30px;
}

.news_hot .tilte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border-bottom: 1px solid #e1e1e1;
}

.news_hot .tilte h3 {
    position: relative;
    top: 1px;
    width: 155px;
    padding: 13px 0;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #a57945;
    border-bottom: 1px solid #a57945;
    background: url(./img/news.png) no-repeat 6px;
}

.news_hot .tilte a {
    color: #666;
}

.news_hot .tilte a:hover {
    color: #a57945;
}

.news_hot .box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.news_hot .txt {
    flex: 1;
    min-width: 0;
}

.news_hot .txt .tit {
    display: flex;
    align-items: center;
    line-height: 2.6;
}

.news_hot .txt .tit h3 {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.news_hot .txt .tit span {
    flex: none;
    width: 100px;
    text-align: right;
    color: #999;
}

.news_hot .txt p {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_hot .txt p em {
    color: #e66d11;
}

.news_hot .news-pic {
    position: relative;
    width: 500px;
}

.news_hot .news-pic .img {
    width: 100%;
    height: 300px;
}

.news_hot .news-pic .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_hot .news-list {
    width: 640px;
}

.news_hot .news-list .hot {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.news_hot .news-list .hot a {
    display: flex;
}

.news_hot .news-list .img {
    flex: none;
    width: 190px;
    height: 110px;
    margin-right: 15px;
}

.news_hot .news-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_hot .news-list .txt p {
    line-height: 25px;
    -webkit-line-clamp: 2;
}

.news_hot .news-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -7px;
}

.news_hot .news-list li {
    display: flex;
    justify-content: space-between;
    width: 49%;
    font-size: 14px;
    line-height: 40px;
}

.news_hot .news-list li a {
    color: #333;
    padding-left: 20px;
    background: url(./img/list.png) no-repeat 0 center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_hot .news-list li span {
    flex: none;
    width: 45px;
    text-align: right;
    color: #999;
}

.news_hot .txt:hover .tit h3 {
    color: #a57945;
}

.news_hot .news-list li a:hover {
    color: #a57945;
}

/*关于我们*/
.index .about {
    padding: 50px 0;
}

.index .about .img {
    width: 600px;
    height: 430px;
    overflow: hidden;
}

.index .about .img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.index .about .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 600px;
    height: 430px;
    padding-left: 50px;
}

.index .about .txt h3 {
    margin-left: 0;
    font: bold 30px "microsoft yahei";
    color: #a57945;
}

.index .about .txt p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: auto;
}

.index .about .txt a {
    width: 150px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    background: #a57945;
    transition: all .5s;
}

.index .about .txt a:hover {
    text-indent: 1rem;
    background: #333;
}

.index .about .img:hover img {
    transform: scale(1.1);
}

/*申请流程*/
.liucheng {
    padding: 60px 0;
    background: #fafafa;
    overflow: hidden;
}

.liucheng ul {
    display: flex;
    margin: 0 -36px;
    margin-top: 60px;
}

.liucheng li {
    text-align: center;
}

.liucheng li .icon {
    position: relative;
    width: 136px;
    height: 136px;
    padding: 0 38px;
    margin-bottom: 30px;
    box-sizing: initial;
}

.liucheng li .icon:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

.liucheng li:last-child .icon:after {
    display: none;
}

.liucheng li .icon img {
    width: 100%;
    height: 100%;
}

.liucheng li h3 {
    font-size: 18px;
    font-weight: bold;
}

.liucheng li p {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

/*新闻资讯*/
.index .inews {
    padding: 60px 0;
}

.index .inews .titi {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f0f0f0;
}

.index .inews .titi h3 {
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    background: #a57945;
    position: relative;
    margin-top: 1px;
}

.index .inews .titi h3 s {
    border-style: dashed dashed solid dashed;
    border-color: #a57945 transparent transparent transparent;
    border-width: 8px;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 35px;
}

.index .inews .titi a {
    color: #666;
    transition: all .5s;
}

.index .inews .newslist {
    line-height: 55px;
}

.index .inews .newslist li {
    width: 100%;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 1px dashed #d4d4d4;
}

.index .inews .newslist li a {
    width: 100%;
    display: block;
}

.index .inews .newslist li .time {
    color: #999;
    float: right;
    font-weight: normal;
}

.index .inews .inews1 {
    width: 386px;
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}

.index .inews .item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d4d4d4;
}

.index .inews .item img {
    width: 100px;
    height: 75px;
    float: left;
    display: block;
    margin-right: 10px;
}

.index .inews .item h3 {
    color: #333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .5s;
}

.index .inews .item .txt {
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: justify;
}

.index .inews .item:hover h3 {
    color: #a57945;
}

.index .inews .inews2 {
    width: 386px;
    float: right;
    margin-top: 30px;
}

/*核心业务*/
.index .yewu {
    padding-bottom: 60px;
}

.index .yewu ul {
    margin-top: 30px;
}

.index .yewu li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    transition: all .5s;
}

.index .yewu li:nth-child(5n) {
    margin-right: 0;
}

.index .yewu li img {
    width: 216px;
    height: 94px;
    display: block;
    object-fit: contain;
}

.index .yewu li:hover {
    border-color: #a57945;
}

/*******内页样式********/
.content {
    padding: 30px 0;
}

/*内页大图*/
.nybanner {
    width: 100%;
    overflow: hidden;
}

.nybanner img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/*当前位置*/
.position {
    color: #888;
    font-size: 14px;
    line-height: 50px;
    box-shadow: 0px 3px 18px #f0f0f0;
    background: #fff;
}

.position a {
    color: #888;
}

.position h3 {
    display: inline-block;
    color: #a57945;
    font-size: 26px;
}

/*栏目分类*/
.menu {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.menu li {
    margin: 0 10px;
    transition: all .5s;
}

.menu li a {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 50px;
    padding: 0 30px;
    background: #f5f5f5;
}

.menu li:hover a,
.menu li.active a {
    color: #fff;
    background: #a57945;
}

/*默认单页*/
.Aboutpage {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    min-height: 600px;
    overflow: hidden;
}

.Aboutpage img {
    max-width: 100%;
}

/**搜索栏*/
.content .search {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #F0F0F0;
    box-sizing: border-box;
}

.content .sousuo {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .sousuo input {
    flex: 1;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #a57945;
    border-right: 0;
    outline: none;
    background: #fff;
}

.content .sousuo button {
    width: 100px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #a57945;
    cursor: pointer;
    outline: none;
}

/*文章列表*/
.Newslist {
    min-height: 600px;
}

.Newslist li {
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}

.Newslist li .tit {
    display: flex;
    justify-content: space-between;
}

.Newslist li .tit h3 {
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Newslist li .tit em {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
}

.Newslist li .tit span {
    font-size: 18px;
}

.Newslist li p {
    color: #999;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*内容详情*/
.article .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.article .time {
    color: #888;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.article .details {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.article .details img {
    max-width: 100%;
}

/*内容分页*/
.reLink {
    font-size: 14px;
    line-height: 48px;
    color: #6e6e6e;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
}

.reLink .prevLink,
.reLink .nextLink {
    width: 50%;
}

.reLink .nextLink {
    text-align: right;
}

/*友情链接*/
.links_main {
    border-top: 1px solid #e5e5e5;
    line-height: 90px;
    height: 90px;
    overflow: hidden;
}

.links_main span {
    color: #a57945;
    font-size: 36px;
    font-weight: bold;
    margin-right: 20px;
    display: block;
    float: left;
}

.links_main a {
    display: inline-block;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 11px;
    margin: 29px 0;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    float: left;
}

.links_main a:hover {
    color: #a57945;
    border-color: #a57945;
}

/*底部*/
.bottom_main {
    width: 100%;
    background-color: #313131;
    border-top: 4px solid #a57945;
}

.bottom_main .bottom_nav {
    width: 940px;
    height: 200px;
    display: inline-block;
    margin-top: 32px;
}

.bottom_main .bottom_nav ul {
    width: 230px;
    text-align: left;
    float: left;
}

.bottom_main .bottom_nav ul li h3 {
    padding-bottom: 8px;
}

.bottom_main .bottom_nav ul li h3 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #888;
    padding-bottom: 8px;
}

.bottom_main .bottom_nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.bottom_main .bottom_nav ul li a:hover {
    color: #a57945;
}

.bottom_main .bottom_ewm {
    height: 230px;
    padding-top: 40px;
    text-align: right;
}

.bottom_main .bottom_ewm .r1 {
    float: left;
    width: 115px;
    margin-left: 10px;
}

.bottom_main .bottom_ewm .r1 p {
    width: 100%;
    text-align: center;
    float: left;
}

.bottom_main .bottom_ewm .r1 p img {
    width: 115px;
    height: 115px;
}

.bottom_main .bottom_ewm .r1 p span {
    font-size: 12px;
    color: #999;
    display: block;
    padding-top: 10px;
    line-height: 20px;
}

.bottom_main .bottom_tit {
    float: left;
    padding-bottom: 10px;
}

.bottom_main .bottom_tit .r2 {
    text-align: left;
}

.bottom_main .bottom_tit .r2 li {
    display: block;
    float: left;
    width: 30%;
    height: 65px;
}

.bottom_main .bottom_tit .r2 li s {
    float: left;
    width: 37px;
    height: 37px;
    margin-top: 14px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.bottom_main .bottom_tit .r2 li s.add {
    background-image: url(./img/icon1.png);
}

.bottom_main .bottom_tit .r2 li s.mail {
    background-image: url(./img/icon2.png);
}

.bottom_main .bottom_tit .r2 li s.tel {
    background-image: url(./img/icon3.png);
}

.bottom_main .bottom_tit .r2 li img {
    width: 50px;
    height: 50px;
    float: left;
}

.bottom_main .bottom_tit .r2 li p {
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
    margin-left: 20px;
    text-align: left;
    border-left: 1px solid #3b3b3b;
}

.bottom_main .bottom_tit .r2 li p span {
    font-size: 16px;
    color: #fff;
    display: block;
}

.bottom_copy {
    height: 70px;
    line-height: 70px;
    background: #404040;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.bottom_copy span {
    padding-left: 10px;
}

.bottom_copy a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.bottom_copy a:hover {
    color: #a57945;
}

/*信用证书*/
.zhengshu {
    padding: 50px 0;
}

.zhengshu .flex {
    display: flex;
    width: 360px;
    margin: auto;
    justify-content: space-between;
}

.zhengshu .flex.dis {
    display: none;
}

.zhengshu .down {
    display: block;
    width: 150px;
    color: #000;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background: #e9e9e9;
    margin: 0 auto;
    cursor: pointer;
    transition: all .5s;
}

.zhengshu .down.dis {
    display: none;
}

.zhengshu .down:hover {
    color: #fff;
    background: #e60012;
}

.zhengshu .flex .dis {
    display: block;
}

.zhengshu1 {
    color: #000;
    width: 1016px;
    min-height: 1300px;
    margin: 0 auto;
    border: 7px solid #e60012;
    border-top: 0;
    background: url(../img/zs1_bg.jpg) no-repeat center top;
    overflow: hidden;
    user-select: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.zhengshu1.dis {
    display: none;
}

.zhengshu1 .heng {
    position: relative;
    width: 100%;
    height: 46px;
    margin-top: 118px;
    text-align: center;
}

.zhengshu1 .heng .logo {
    height: 114px;
    margin-top: -36px;
}

.zhengshu1 .heng .zhiwei {
    margin: 0 21%;
    margin-top: 20px;
    font-size: 30px;
    height: 80px;
    color: #e60012;
}

.zhengshu1 .heng .li {
    padding: 10px 0;
    font-size: 16px;
    color: #343434;
}

.zhengshu1 .heng .ewm {
    position: absolute;
    display: inline-block;
    margin-left: 330px;
    margin-top: -104px;
}

.zhengshu1 .box {
    width: 1000px;
    margin: auto;
    margin-top: 200px;
    padding-bottom: 20px;
}

.zhengshu1 .box h3 {
    margin-left: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #e60012;
    padding-top: 45px;
    text-align: center;
}

.zhengshu1 .box p {
    width: 620px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    margin: 14px auto 0 auto;
}

.zhengshu1 .box p:last-child {
    line-height: 24px;
}

/*信用证书-横版*/
.zhengshu2 {
    margin: auto;
    display: flex;
    color: #000;
    font-family: STKaiti;
    width: 1600px;
    height: 1131px;
    padding: 87px 90px;
    background: url(./img/zs2_bg.jpg) no-repeat center;
    user-select: none;
}

.zhengshu2.dis {
    display: none;
}

.zhengshu2 .left {
    flex: none;
    width: 718px;
    margin-top: 50px;
    text-align: center;
}

.zhengshu2 .left .logo {
    height: 150px;
}

.zhengshu2 .left .zsmc {
    font-family: "Microsoft YaHei";
    font-size: 47px;
    font-weight: 900;
    margin-top: 4px;
}

.zhengshu2 .left .gsmc {
    font-family: "Microsoft YaHei";
    color: red;
    font-size: 31px;
    font-weight: 900;
    margin-top: 12px;
}

.zhengshu2 .left .con {
    font-size: 18.8px;
    line-height: 26px;
    font-weight: bold;
    text-align: justify;
    margin: 8px 33px 0 64px;
}

.zhengshu2 .left .xydj {
    color: red;
    font-size: 132px;
    text-indent: -6px;
    letter-spacing: -6px;
}

.zhengshu2 .left .pjr {
    font-family: "Microsoft YaHei";
    font-size: 47px;
    padding: 53px 0 57px 0;
}

.zhengshu2 .left .xinxi {
    display: flex;
    flex-wrap: wrap;
    font-size: 18.5px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    margin: 14px 0 0 64px;
}

.zhengshu2 .left .xinxi .fl {
    width: 59%;
}

.zhengshu2 .left .xinxi>div+div+div {
    margin-top: 27px;
}

.zhengshu2 .left .xinxi span {
    font-size: 18px;
    vertical-align: text-bottom;
    font-family: 仿宋;
}

.zhengshu2 .left .xinxi p {
    font-size: 17px;
    width: 100%;
    font-family: 仿宋;
}

.zhengshu2 .left .xinxi .web {
    width: 494px;
    font-size: 22px;
    margin-top: 49px;
    margin-left: -4px;
}

.zhengshu2 .left .xinxi .web p {
    font-family: STKaiti;
    font-size: 18.5px;
    line-height: 25px;
}

.zhengshu2 .left .xinxi .img {
    display: flex;
    flex-direction: column;
    margin-top: 44px;
}

.zhengshu2 .left .xinxi .img h3 {
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
}

.zhengshu2 .left .xinxi .ewm {
    width: 118px;
    height: 118px;
    border: 5px solid #fff;
    background: #fff;
}

.zhengshu2 .right {
    width: 669px;
    font-weight: bold;
    padding-top: 56px;
}

.zhengshu2 .right .notes {
    text-align: center;
}

.zhengshu2 .right .notes h3 {
    font-size: 20px;
    font-weight: bold;
}

.zhengshu2 .right .notes p {
    font-size: 17px;
}

.zhengshu2 .right .txt {
    padding: 24px 0 3px 19px;
}

.zhengshu2 .right .txt li {
    padding-bottom: 24px;
}

.zhengshu2 .right .txt li h3 {
    font-size: 16.6px;
    line-height: 23px;
    font-weight: bold;
}

.zhengshu2 .right .txt li p {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}

.zhengshu2 .right .fsjl {
    display: flex;
    font-size: 19px;
    padding: 0 55px 0 160px;
    justify-content: space-around;
}

.zhengshu2 .right .web {
    margin-top: 60px;
    margin-right: 0;
    text-align: center;
}

.zhengshu2 .right .web h3 {
    font-size: 24.5px;
    line-height: 20px;
    font-weight: bold;
}

.zhengshu2 .right .web h3+p+h3 {
    margin-top: 10px;
}

.zhengshu2 .right .web p {
    font-size: 15px;
}

.zhengshu2 .right .yz {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 113px 0 132px;
    margin-top: -123px;
    z-index: 9;
}

.zhengshu2 .right .yz img {
    height: 157px;
}

/*资质证书-横版*/
.zizhi.dis {
    display: none;
}

.zhengshu3 {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 1600px;
    height: 1131px;
    color: #000;
    padding: 85px 85px 85px 85px;
    background: url(./img/zz_bg1.jpg) no-repeat center;
    user-select: none;
}

.zhengshu3.dis {
    display: none;
}

.zhengshu3 .left {
    flex: none;
    width: 696px;
    margin-top: 26px;
    text-align: center;
}

.zhengshu3 .left .logo {
    height: 154px;
}

.zhengshu3 .left .zsmc {
    display: flex;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.zhengshu3 .left .zzzs {
    font-size: 55px;
    font-weight: bold;
    line-height: 85px;
    margin-bottom: 5px;
    display: none;
}

.zhengshu3 .left .xydj {
    color: #e30107;
    font-size: 80px;
    font-weight: bold;
    line-height: 109px;
}

.zhengshu3 .left .xinxi {
    margin: 57px 0 0 75px;
}

.zhengshu3 .left .xinxi p {
    display: flex;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding-top: 10px;
}

.zhengshu3 .left .xinxi p b {
    flex: none;
    /* margin-right: 10px; */
}

.zhengshu3 .left .jl {
    display: flex;
    margin: 60px 0 0 77px;
    align-items: center;
}

.zhengshu3 .left .jl h3 {
    color: #cc2929;
    font-size: 17px;
}

.zhengshu3 .left .jl span {
    width: 128px;
    color: #221815;
    line-height: 44px;
    margin-left: 40px;
    border-radius: 5px;
    background: #f5f3f3;
}

.zhengshu3 .left .jl span+span {
    margin-left: 80px;
}

.zhengshu3 .left .ewm {
    display: flex;
    margin: 40px 0 0 9px;
}

.zhengshu3 .left .ewm li {
    width: 138px;
}

.zhengshu3 .left .ewm li .img {
    display: inline-block;
    width: 106px;
    height: 106px;
    border: 3px solid transparent;
}

.zhengshu3 .left .ewm li h3 {
    font-family: STKaiti;
    font-size: 15px;
    font-weight: bold;
    line-height: 18.5px;
    margin-top: 5px;
}

.zhengshu3 .left .ewm li.wyh {
    width: 107px;
    margin-top: 12px;
}

.zhengshu3 .left .ewm li.wyh img {
    width: 92px;
}

.zhengshu3 .left .ewm li.ssdy {
    width: 140px;
    margin-top: 23px;
    margin-left: 3px;
}

.zhengshu3 .left .ewm li.ssdy h3 {
    font-family: STKaiti;
    font-size: 28px;
    line-height: 1.15;
    font-weight: bold;
    margin: 0;
}

.zhengshu3 .left .ewm li.ssdy img {
    width: 87px;
}

.zhengshu3 .right {
    width: 733px;
    padding-top: 30px;
    padding-right: 33px;
}

.zhengshu3 .right .zsbh {
    font-size: 18.5px;
    padding-left: 48%;
}

.zhengshu3 .right .zsbh span {
    color: #e30107;
}

.zhengshu3 .right .txt {
    margin: 36px 0 0 70px;
    height: 390px;
    overflow: hidden;
}

.zhengshu3 .right .txt p {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding-top: 16px;
}

.zhengshu3 .right .xinxi {
    margin: 15px 0 0 70px;
    height: 235px;
}

.zhengshu3 .right .xinxi p {
    display: flex;
    font-size: 17px;
    line-height: 40px;
    text-align: left;
    padding-top: 0;
}

.zhengshu3 .right .xinxi p+p+p {
    font-size: 17.6px;
    line-height: 27px;
    padding-top: 8px;
}

.zhengshu3 .right .xinxi p+p+p b {
    font-size: 18px;
}

.zhengshu3 .right .xinxi p b {
    flex: none;
}

.zhengshu3 .right .yz {
    display: flex;
    justify-content: space-between;
}

.zhengshu3 .right .yz li {
    text-align: center;
}

.zhengshu3 .right .yz li+li {
    /* margin-left: 17px; */
}

.zhengshu3 .right .yz li+li+li {
    /* margin-left: 30px; */
}

.zhengshu3 .right .yz li img {
    position: relative;
    height: 167px;
    /* z-index: 1; */
}

.zhengshu3 .right .yz li>div {
    position: relative;
    font-size: 16px;
    margin-top: -55px;
}

.zhengshu3 .right .yz li>div h3 {
    font-size: inherit;
    font-weight: bold;
    padding-left: 13px;
}

.zhengshu3 .right .yz li>div p {
    margin-top: 4px;
}

.zhengshu3 .right .yz li:nth-child(2n) img {
    margin-left: -70px;
}

.zhengshu3 .right .yz li:nth-child(2n)>div {
    text-align: left;
}

.zhengshu3 .bottom {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*资质证书-竖版*/
.zhengshu4 {
    position: relative;
    margin: auto;
    width: 1600px;
    height: 2270px;
    color: #000;
    text-align: center;
    padding: 175px 135px 0 130px;
    background: url(./img/zz_bg2.jpg) no-repeat center;
    user-select: none;
}

.zhengshu4.dis {
    display: none;
}

.zhengshu4 .logo {
    height: 218px;
}

.zhengshu4 .zsmc {
    display: flex;
    font-size: 70px;
    font-weight: bold;
    line-height: 80px;
    margin-top: 28px;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.zhengshu4 .zzzs {
    font-size: 70px;
    font-weight: bold;
    display: none;
}

.zhengshu4 .zsbh {
    position: absolute;
    top: 187px;
    left: 71.5%;
    font-size: 30px;
    text-align: left;
}

.zhengshu4 .zsbh h3 {
    font-size: 50px;
}

.zhengshu4 .zsbh span {
    display: block;
    margin: 8px 0;
}

.zhengshu4 .zsbh p {
    color: #e30107;
}

.zhengshu4 .xydj {
    color: #e30107;
    font-size: 125px;
    font-weight: bold;
}

.zhengshu4 .xinxi {
    margin: 90px 0 0 86px;
    height: 450px;
}

.zhengshu4 .xinxi p {
    font-size: 33.5px;
    line-height: 58px;
    text-align: justify;
    letter-spacing: 3.5px;
}

.zhengshu4 .xinxi p:last-child {
    line-height: 45px;
    margin-top: 7px;
    padding-right: 180px;
}

.zhengshu4 .ewm .img {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 5px solid transparent;
}

.zhengshu4 .ewm h3 {
    font-family: STKaiti;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
}

.zhengshu4 .ewm {
    padding-top: 2px;
    width: 180px;
}

.zhengshu4 .ssdy {
    width: 204px;
    margin-top: 18px;
}

.zhengshu4 .ssdy h3 {
    font-family: STKaiti;
    font-size: 45px;
    font-weight: bold;
    margin-top: 11px;
}

.zhengshu4 .ssdy img {
    width: 160px;
}

.zhengshu4 .web {
    margin: 24px 0 0 86px;
    height: 350px;
}

.zhengshu4 .web p {
    font-size: 33.5px;
    line-height: 58px;
    text-align: justify;
    letter-spacing: 3.5px;
}

.zhengshu4 .web p:last-child {
    display: flex;
    line-height: 45px;
    padding-top: 6px;
}

.zhengshu4 .yz {
    display: flex;
    margin-top: 67px;
    margin-left: 20px;
}

.zhengshu4 .yz ul {
    display: flex;
    padding-left: 8px;
}

.zhengshu4 .yz li {
    text-align: center;
}

.zhengshu4 .yz li+li {
    margin-left: 37px;
}

.zhengshu4 .yz li+li+li {
    margin-left: 70px;
}

.zhengshu4 .yz li img {
    position: relative;
    height: 218px;
    /* z-index: 1; */
}

.zhengshu4 .yz li>div {
    position: relative;
    font-size: 19px;
    margin-top: -75px;
}

.zhengshu4 .yz li>div h3 {
    font-size: inherit;
    font-weight: bold;
    padding-left: 13px;
}

.zhengshu4 .yz li>div p {
    margin-top: 4px;
}

.zhengshu4 .bottom {
    font-size: 24.4px;
    font-weight: bold;
    line-height: 38px;
    text-align: left;
    padding-left: 65px;
    margin-top: 58px;
}

/*信用证书-竖版*/
.zhengshu5 {
    position: relative;
    margin: auto;
    width: 1600px;
    height: 2270px;
    color: #000;
    text-align: center;
    padding: 181px 100px 0 100px;
    background: url(./img/zs3_bg.jpg) no-repeat center;
    user-select: none;
}

.zhengshu5.dis {
    display: none;
}

.zhengshu5 .logo {
    height: 309px;
}

.zhengshu5 .zsmc {
    font-size: 100px;
    font-weight: bold;
    margin-top: 40px;
}

.zhengshu5 .gsmc {
    color: red;
    font-size: 54px;
    font-weight: bold;
    margin-top: 30px;
}

.zhengshu5 .con {
    font-family: STKaiti;
    font-size: 33px;
    line-height: 50px;
    font-weight: bold;
    text-align: justify;
    margin-top: 60px;
    padding: 0 148px;
}

.zhengshu5 .xydj {
    font-family: STKaiti;
    color: red;
    font-size: 250px;
    text-indent: -5px;
    letter-spacing: -5px;
    height: 300px;
}

.zhengshu5 .pjr {
    font-size: 94px;
    padding: 88px 0;
}

.zhengshu5 .xinxi {
    position: relative;
    font-family: STKaiti;
    font-weight: bold;
    margin: 60px 115px 0 145px;
    height: 428px;
}

.zhengshu5 .xinxi p {
    font-size: 33px;
    line-height: 45px;
    text-align: justify;
    letter-spacing: 3.5px;
}

.zhengshu5 .xinxi .ewm {
    position: absolute;
    top: 0;
    right: 0;
}

.zhengshu5 .xinxi .ewm .img {
    width: 255px;
    height: 255px;
    border: 15px solid #fff;
}

.zhengshu5 .xinxi .ewm h3 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
}

.zhengshu5 .yz {
    display: flex;
    margin-left: 83px;
}

.zhengshu5 .yz ul {
    display: flex;
}

.zhengshu5 .yz li {
    text-align: center;
}

.zhengshu5 .yz li+li {
    margin-left: 90px;
}

.zhengshu5 .yz li+li+li {
    margin-left: 123px;
}

.zhengshu5 .yz li img {
    position: relative;
    height: 318px;
}

.zhengshu5 .yz li.ssdy {
    margin-top: 32px;
}

.zhengshu5 .yz li.ssdy h3 {
    font-family: STKaiti;
    font-size: 90px;
    line-height: 1.15;
    font-weight: bold;
}

.zhengshu5 .yz li.ssdy img {
    width: 236px;
    height: auto;
}

.zhengshu5 .bottom {
    font-size: 31px;
    line-height: 38px;
    margin-top: 50px;
}

/*信用证书-铜牌*/
.zhengshu6 {
    position: relative;
    margin: auto;
    width: 1600px;
    height: 1086px;
    color: #000;
    text-align: center;
    padding: 150px;
    background: url(./img/zs5_bg.jpg) no-repeat center;
    user-select: none;
}

.zhengshu6.bg {
    background-image: url(./img/zs6_bg.jpg);
}

.zhengshu6.bg1 {
    background: #fff;
}

.zhengshu6.dis {
    display: none;
}

.zhengshu6 .logo {
    width: 158px;
    height: 158px;
    margin-top: 35px;
    object-fit: cover;
}

.zhengshu6 .gsmc {
    font-size: 60px;
    font-weight: bold;
    margin-top: 55px;
}

.zhengshu6 .pjr {
    font-family: 华文楷体;
    color: #b10002;
    font-size: 100px;
    font-weight: bold;
    margin-top: 30px;
    height: 130px;
}

.zhengshu6 .pjdj {
    font-family: 华文楷体;
    color: #b10002;
    font-size: 100px;
    font-weight: bold;
    margin-top: 30px;
    height: 130px;
}

.zhengshu6 .xinxi {
    display: flex;
    margin-top: 70px;
    padding: 0 60px 0 37px;
}

.zhengshu6 .xinxi .txt {
    flex: none;
    width: 730px;
}

.zhengshu6 .xinxi .txt p {
    display: flex;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}

.zhengshu6 .xinxi .txt p:last-child {
    line-height: 30px;
    margin-top: 2px;
}

.zhengshu6 .xinxi .txt p span {
    letter-spacing: 3px;
    margin-right: -3px;
}

.zhengshu6 .xinxi .img {
    margin-top: 50px;
}

.zhengshu6 .xinxi .img img {
    width: 414px;
    height: 140px;
    object-fit: cover;
}

/*资质证书-铜版*/
.zhengshu7 {
    position: relative;
    margin: auto;
    width: 1600px;
    height: 1086px;
    color: #000;
    text-align: center;
    padding: 150px;
    background: url(./img/zs5_bg.jpg) no-repeat center;
    user-select: none;
}

.zhengshu7.bg {
    background-image: url(./img/zs6_bg.jpg);
}

.zhengshu7.bg1 {
    background: #fff;
}

.zhengshu7 .logo {
    width: 158px;
    height: 158px;
    margin-top: 23px;
    object-fit: cover;
}

.zhengshu7 .zsmc {
    font-family: 华文楷体;
    color: #b10002;
    font-size: 85px;
    line-height: 100px;
    font-weight: bold;
    margin-top: 35px;
}

.zhengshu7 .gsmc {
    font-size: 54px;
    line-height: 71px;
    font-weight: bold;
    margin-top: 15px;
}

.zhengshu7 .xydj {
    color: #b10002;
    font-size: 85px;
    font-weight: bold;
    margin-top: 22px;
}

.zhengshu7 .xinxi {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    padding: 0 0 0 27px;
}

.zhengshu7 .xinxi .txt {
    flex: none;
    width: 575px;
}

.zhengshu7 .xinxi .txt p {
    display: flex;
    font-size: 19px;
    line-height: 26px;
    text-align: left;
}

.zhengshu7 .xinxi ul {
    display: flex;
    flex: 1;
    margin-top: 25px;
}

.zhengshu7 .xinxi ul li:nth-child(2) {
    position: relative;
    left: 13px;
}

.zhengshu7 .xinxi ul li:nth-child(3) {
    position: relative;
    left: 40px;
}

.zhengshu7 .xinxi ul li img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.zhengshu7 .xinxi ul li>div {
    position: relative;
    font-size: 15px;
    line-height: 16px;
    margin-top: -76px;
    white-space: nowrap;
    z-index: 1;
}

.zhengshu7 .xinxi ul li>div h3 {
    font-size: inherit;
    font-weight: bold;
}

.zhengshu7 .xinxi ul li>div p {
    margin-top: 5px;
}