.main {
    padding: 50px 0;
    background-color: #f7f7f7;
}


/* list_new */

.content_list {
    /* margin-top: 45px;
  margin-bottom: 45px; */
    display: flex;
    flex-direction: column;
}

.content_list dl {
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 0 15px #e4e4e4;
    margin-bottom: 38px;
}

.content_list dl a {
    display: flex;
}

.content_list dl a dt {
    width: 30%;
    max-width: 389px;
    overflow: hidden;
    height: 222px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.content_list dl a dt img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 1s;
}

.content_list dl a:hover dt img {
    transform: scale(1.1);
    transition: all 1s;
}

.content_list dl a dd {
    width: 70%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_list dl a dd h3 {
    font-size: 22px;
    color: #222;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 1s;
}

.content_list dl a:hover dd h3 {
    color: #dab96b;
    transform: translateX(15px);
    transition: all 1s;
}

.content_list dl a dd p {
    line-height: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #222;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: -2em;
}

.content_list dl a dd em {
    font-style: normal;
    color: #666;
}

.content_list dl a:hover dd em {
    color: #dab96b;
}


/* pages */

.pages {
    margin: 20px 0;
    text-align: center;
}

.pages a,
.pages span {
    padding: 2px 8px;
    border: 1px solid #dab96b;
    margin: 0 5px;
    color: #000;
}

.pages a:hover,
.pages span:hover {
    border: 1px solid #dab96b;
    color: #000;
}

.pages .current {
    background-color: #dab96b;
    border: 1px solid #dab96b;
    color: #fff;
}

.pages .current:hover {
    color: #dab96b;
}


/* concat */

.concat {}

.concat .pcwl_content {
    background-color: rgba(242, 244, 245, 1);
    display: flex;
    /* grid-template-columns: 65% 35%; */
    margin: 50px auto;
}

.concat .concat_L {
    padding: 30px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 52%;
}

.concat .concat_L h2 {
    font-weight: bold;
    font-family: Impact;
    font-size: 48px;
    color: rgba(32, 32, 32, 1);
    height: 48px;
    line-height: 48px;
}

.concat_L_txt {
    display: flex;
}

.concat_L_txt_box1 {
    width: 64%;
    margin-top: 18px;
}

.concat_L_txt_box1 span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.concat_L_txt_box1 dl {
    display: flex;
    align-items: center;
    height: 48px;
    margin-top: 18px;
}

.concat_L_txt_box1 dl dt {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.concat_L_txt_box1 dl dd p {
    line-height: 1.5;
    font-weight: 600;
}

.concat_L_txt_box1 dl dd p:first-of-type {
    font-size: 14px;
    font-weight: normal;
}

.concat_L_txt_box2 {
    display: flex;
    /* flex-direction: column; */
    margin-top: 20px;
}

.concat_L_txt_box2_wx {
    margin-left: 40px;
}

.concat_L_txt_box2_wx img {
    width: 150px;
}

.concat_L_txt_box2_wx p {
    font-size: 14px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.concat .pcwl_content .concat_R {
    width: 48%;
    overflow: hidden;
}

.concat .pcwl_content .concat_R img {
    display: block;
    /* width: 499px; */
}


/* message */

.message {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .message {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
}

.message h4 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
}

.gustbook_txt {
    font-size: 30px;
    font-weight: bold;
}

.gustbook_line {
    width: 80px;
    height: 3px;
    background: #f00;
    margin: 0 auto;
    margin-top: 15px;
}

.gustbook_title p {
    font-size: 12px;
    color: #cccccc;
    line-height: 20px;
}

.gustbook {
    margin-top: 20px;
}

.gusttop {
    width: 100%;
    border: 1px solid #cccccc;
}

.gusttop textarea {
    width: 99%;
    height: 150px;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}

.gustbott {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.gustbott_gs {
    width: 49%;
    flex-wrap: wrap;
    display: flex;
    margin-right: 2%;
    margin-top: 25px;
}

.gustbott_gs:nth-child(2n) {
    margin-right: 0;
}

.gustbott_gs input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    box-sizing: border-box;
}

.gustbott_gs input:focus,
.gusttop textarea:focus,
.gust_btn input:focus {
    outline: none;
}

.gust_btn {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 100px;
}

.gust_btn input:hover {
    background: #0085cd;
}

.gust_btn input {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    padding: 12px 0;
    border: 0;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
    background: #333;
    color: #fff;
    letter-spacing: 10px;
}

#vcodetxt {
    width: 70%;
}

#VCode {
    width: 29%;
}

@media screen and (max-width: 1360px) {
    #VCode {
        width: 28%;
    }
}


/* article */

.article {
    display: grid;
    grid-template-columns: 67% 3% 30%;
}

.article_L {
    padding: 40px;
    background-color: #fff;
}

.article_L h3 {
    height: 60px;
    border-bottom: #e1e3df dashed 1px;
    line-height: 60px;
    color: #222;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.article_L .news_author {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #505050;
    font-size: 14px;
    text-align: center;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto;
    color: #666;
    margin-bottom: 20px;
}

.article_L .page-content {
    height: auto;
    line-height: 2;
    color: #505050;
    font-size: 16px;
    overflow: hidden;
}

.article_L .page-content p {}

.article_L .page-content p img {
    margin: 5px 0;
    display: block;
    width: auto;
}

.adjacent {
    height: 35px;
    margin-top: 20px;
}

.adjacent ul {
    display: flex;
}

.adjacent ul li {
    padding: 0 1%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    height: 35px;
    line-height: 35px;
}

.adjacent ul li:last-of-type {
    margin-left: auto;
}

.adjacent ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adjacent ul li a:hover {
    color: #dab96b;
}

.article_R {
    /* border: 10px solid #ddd; */
    padding: 20px 25px;
    height: fit-content;
    background-color: #fff;
    border-radius: 10px;
}

.article_R span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.article_R ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
}

.article_R ul li a {
    display: block;
}

.article_R ul li a p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
}

.article_R ul li a:hover p {
    color: #dab96b;
}

.article_R ul li em {
    font-size: 15px;
    padding-top: 10px;
    display: block;
    font-style: normal;
    color: #333;
}


/* pro+article */

.pro_article_box {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.pro_article {
    display: grid;
    grid-template-columns: 18% 3% 79%;
}

.pro_article_L {
    background-color: #ddd;
}

.pro_article_R {
    display: flex;
}

.pro_article_R .pro_article_R_img {
    width: 40%;
    border: 1px solid #333;
}


/* images fangsieze */

.pro_article {
    background-color: #f7f7f7;
}

.bg {
    width: 100%;
    /* height: 640px; */
    margin: 0 auto;
    /* padding: 20px; */
    /* border: 1px solid #e8e8e8; */
    overflow: hidden;
    /* min-width: 900px; */
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 30px;
}

.bg_left {
    width: 372px;
    height: auto;
    float: left;
    margin-right: 35px;
}

.bg_right {
    float: left;
    position: absolute;
    left: 420px;
}

.show {
    width: 372px;
    height: 430px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e8e8e8;
    cursor: move;
    overflow: hidden;
}

.show img {
    width: auto;
    height: 430px;
    margin: auto;
}

.mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 430px;
    height: 430px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #e8e8e8;
}

.bigshow img {
    width: 860px;
    height: 860px;
    margin-right: 10px;
}

.smallshow {
    width: 100%;
    /* height: 70px; */
    position: relative;
}

.smallshow img {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s;
    height: 100%;
}

.smallshow>.middle_box {
    margin-left: 30px;
    margin-right: 30px;
    width: 313px;
    overflow: hidden;
    height: 90px;
    /* background-color: #f00; */
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    /* height: 70px; */
}

.smallshow .middle>li {
    width: 68px;
    height: 89px;
    float: left;
    cursor: pointer;
    padding: 0 5px;
}

.smallshow>p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow>.prev {
    left: 0;
    background: url(../images/hover-prev.png) no-repeat;
    transition: all 0.5s;
}

.smallshow>.next {
    right: 0;
    background: url(../images/hover-next.png) no-repeat;
    transition: all 0.5s;
}

.smallshow>.prev.prevnone {
    left: 0;
    background: url(../images/prev.png) no-repeat;
    cursor: not-allowed;
}

.smallshow>.next.nextnone {
    right: 0;
    background: url(../images/next.png) no-repeat;
    cursor: not-allowed;
}

.pro_article_txt {
    margin-top: 30px;
    height: 580px;
}

.pro_article_txt h3 {
    font-size: 23px;
    letter-spacing: 1px;
}

.pro_article_property {
    display: flow-root;
    margin-top: 30px;
}

.pro_article_property_txt {
    background-color: #ddd;
    padding: 10px 15px;
}

.pro_article_property p {
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 1px;
}

.pro_article_property_contact {
    margin-top: 30px;
    padding-left: 10px;
}

.pro_article_property_contact p {
    font-size: 17px;
    line-height: 40px;
}

.pro_article_content {}

.pro_article_content span {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    padding: 0 25px;
    letter-spacing: 1px;
}

.pro_article_content_txt {
    border-top: 1px solid #505050;
    padding: 20px 0;
}

.pro_article_content_txt p {
    line-height: 2;
    font-size: 16px;
    color: #595959;
}


/* product */

.product {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.product_box {
    display: grid;
    grid-template-columns: 18% 3% 79%;
}

.product_L {
    background-color: #fff;
    padding: 30px 20px;
    height: fit-content;
}

.product_L .product_L_tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product_L .product_L_tit h3 {
    padding-bottom: 20px;
    font-size: 24px;
}

.product_L ul li {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.product_L ul li a {
    color: #595959;
    font-size: 17px;
    transition: all 0.6s;
}

.product_L ul li a:hover {
    color: #dab96b;
    transition: all 0.6s;
}

.product_contact {
    padding-top: 50px;
}

.product_contact h4 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product_contact p {
    font-size: 24px;
    color: #dab96b;
    font-weight: bold;
    margin-bottom: 20px;
}

.product_contact p:last-of-type {
    margin-bottom: 0;
}

.product_contact p img {
    width: 170px;
    height: 170px;
}

.product_contact p span {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-left: 8px;
    font-weight: normal;
}

.product_R {
    background-color: #fff;
}

.product_R ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 30px;
}

.product_R ul li {
    position: relative;
    border: 1px solid #eeeeee;
}

.product_R ul li a {
    display: block;
}

.product_R ul li a .index_pro_pic_pic {
    margin: 10px;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
    display: block;
}

.product_R ul li a .index_pro_pic_pic img {
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    margin: auto;
}

.product_R ul li a:hover .index_pro_pic_pic img {
    transform: scale(1.1);
}

.product_R ul li a p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
    white-space: nowrap !important;
    /* position: absolute;
  bottom: 0; */
    width: 100%;
    color: #fff;
}

.product_R ul li a:hover p {
    background-color: #dab96b;
    color: #fff;
}


/* page */

.page {
    background-color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}

.page .page_title {
    margin-bottom: 20px;
}

.page .page_title h3 {
    padding-bottom: 20px;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.page p {
    line-height: 2;
    font-size: 16px;
    color: #595959;
}

.page p a {
    color: #595959;
}

.page p img {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 15px auto;
}


/* list_img */

.list_img {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.list_img ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}

.list_img ul li a {
    display: block;
}

.list_img ul li a .list_img_pic {
    padding-bottom: 140%;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #f9f9f9;
}

.list_img ul li a .list_img_pic img {
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.6s ease;
}

.list_img ul li a:hover .list_img_pic img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.list_img ul li a p {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #222;
    background-color: #ddd;
    text-align: center;
}


/* bread */

.bread {
    /* background-color: rgba(247, 247, 247, 1); */
    box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
    padding: 0.2rem 0;
}

.bread_box {
    display: flex;
}

.bread_nav {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.bread_nav img {
    margin-right: 5px;
    width: 20px;
}

.bread_nav a {
    color: #555;
    font-size: 16px;
}

.bottom_nav {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.bottom_nav a {
    font-size: 16px;
    padding: 12px 25px;
    color: #020202;
}

.bottom_nav a:hover {
    background: #dab96b;
    color: #fff;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}