input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

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

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

@media (min-width: 1640px) {
    .container2 {
        max-width: 80rem;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.max_wd1600 {
    max-width: 80rem;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* @media (max-width: 1200px) {
    .max_wd1600 {
        padding-left: 15px;
        padding-right: 15px;
    }
} */

/*头部样式*/

#header {
    position: relative;
    background: #50433f;
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
}

#header a {
    font-size: 13px;
    color: #fff;
}

.top_phone {
    position: relative;
}

.top_phone li {
    display: inline-block;
    padding-right: 60px;
}

.top_phone li img {
    padding-right: 10px;
}

.logo {
    float: left;
}

@media (max-width:1200px) {
    .x-logo {
        line-height: 80px;
    }

    .x-menu>li>a {
        line-height: 80px;
    }

    .x-sub-menu {
        top: 90px;
    }
}
.phone {
    float: right;
    line-height: 5rem;
    display: flex;
    align-items: center;
        margin-left: 70px;
}
.phone img {
    width: 2rem;
    margin-right: 6px;
}
.phone span {
    font-weight: bold;
    font-size: 16px;
    color: #9F6E45;
}
/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*主体样式*/

.c1_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 span {
    font-family: "Arial";
    font-size: 24px;
    text-transform: uppercase;
    color: #999999;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 1;
    padding: 10px 0;
    background: url(../images/cp_line.png) no-repeat center center;
}

.ttt1 p {
    font-size: 16px;
    color: #999999;
}

.c1_list {
    margin: 2.82291667% 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c1_list li {
    width: 23%;
    position: relative;
}

.c1_list li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .54);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c1_list li:hover::before {
    opacity: 0;
}

.c1_list li a {
    display: block;
}

.c1_list li img {
    width: 100%;
    display: block;
}

.c1_list li .marks {
    width: 280px;
    height: 156px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    padding-top: 20px;
}

.c1_list li .marks h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
    background: url(../images/cp_2.png) no-repeat center bottom;
    color: #fff;
}

.c1_list li .marks h6 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    padding-left: 1.65rem;
    padding-right: 1.65rem
}

.c1_list li:hover .marks {
    background: #9F6E45;
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .c1_list {
        flex-wrap: wrap;
    }

    .c1_list li {
        width: 49%;
        margin-bottom: 2%;
    }

    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .c1_list li .marks {
        min-height: 156px;
        height: auto;
    }

    .ttt1 span {
        font-size: 18px;
    }

    .ttt1 h3 {
        font-size: 24px;
        padding: 5px 0;
    }

    .ttt1 p {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .c1_list li .marks h5 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .c1_list li .marks h6 {
        font-size: 14px;
        padding-top: 10px;
    }

    .ttt1 h3 {
        background-size: 150%;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    margin-bottom: 11.35rem;
    padding-top: 3.5rem;
}

.c2_contt {
    /* background: #303030; */
    margin-top: 2.1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_left {
    width: 100%;
}

.c2_left li {
    position: relative;
}

.c2_left li a {
    display: block;
}

.c2_left li img {
    width: 100%;
}

.c2_left li .time {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    /* height: 180px; */
    color: var(--primary-color);
    font-weight: 400;
    font-size: 18px;
    background: #ffffff;
    /* width: 100%; */
    width: 17.25rem;
    padding: 1.5rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.c2_left li .time h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
}

.c2_left li .time span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.c2_left li .time a {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 21px;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.3s;
}
.c2_left li .time a:hover {
    background: var(--primary-color);
    color: #ffffff;
}
.c2_left li .time .month {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 77px;
    height: 52px;
    background: var(--primary-color);
    color: #ffffff;
    position: absolute;
    top: -25px;
    right: 1rem;
}
.c2_left li .time .month p {
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
}
.c2_left li .time .month span {
    line-height: 1;
    font-size: 18px;
}
@media (max-width:1200px) {

}

@media (max-width:992px) {
    .c2_contt {
        flex-wrap: wrap;
    }
    .c2_left li .time {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .c2_left {
        width: 100%;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width:768px) {
   .c2_left li.time {
       
   }
}

@media (max-width:600px) {
    .c2_right li h3 {
        font-size: 16px;
    }

    .c2_right li h4 {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* 关于我们 */

.abb_index {
    position: relative;
    background: #f5f5f5;
    padding: 3.125% 0;
    /* margin: 3.125% 0; */
}

.abb_wap {
    position: relative;
    margin: 2.82291667% 0 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 27px;
}

.abbimg {
    width: 40%;
    vertical-align: middle;
    border-radius: 27px;
    overflow: hidden;
}

.abbimg img {
    width: 100%;
}

.abb_right {
    width: 60%;
    vertical-align: middle;
    padding: 30px 40px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .2);
}

.abb_right h3 {
    padding: 20px 0;
    font-size: 24px;
    color: #9f6e45;
    font-weight: normal;
    margin-bottom: 20px;
    background: url(../images/ab_line.png) no-repeat left bottom;
}

.abb_right .abb_txt {
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}

.abb_right .abbmore {
    display: block;
    width: 185px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #9f6e45;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5.125%;
}

@media (max-width:1640px) and (min-width:1200px) {
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .abb_right .abb_txt {
        line-height: 1.9;
    }

    .abb_right .abbmore {
        margin-top: 3.125%;
    }
}

@media (max-width:1200px) {
    .abb_right {
        padding: 15px 20px;
    }

    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .abb_right .abb_txt {
        line-height: 1.5;
    }

    .abb_right .abbmore {
        margin-top: 3.125%;
        width: 130px;
        line-height: 35px;
    }
}

@media (max-width:992px) {
    .abb_wap {
        flex-wrap: wrap;
    }

    .abbimg,
    .abb_right {
        width: 100%;
    }

    .abb_right .abb_txt {
        line-height: 2;
    }
}


/*我们的优势*/

.you_index {
    position: relative;
    background: url(../images/ab_bg.webp) no-repeat;
    background-size: cover;
    margin-top: 2.12291667%;
}

.you_list {
    position: relative;
    padding: 5.125% 0;
    display: flex;
    justify-content: center;
}

.you_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 30px;
    margin: 0 10px;
    float: left;
    width: 25%;
    /* height: 23.25rem; */
    background: rgba(255, 255, 255, 0.25);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.you_list li a {
    display: block;
}

.you_list li span {
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 35px 0;
}

.you_list li span img {
    vertical-align: middle;
}

.you_list li h3 {
    padding: 1.75rem 0;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
    /* background: url(../9d9b0c01/21/11/d622fbacbd3520c5a6f83f2fd6096b400f4ba0ad.jpg) no-repeat center bottom; */
}

.you_list li h4 {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
}

.you_list li:hover {
    /* background: #9f6e45; */
    transform: translateY(-1rem);
}

@media (min-width:1470px) {
    .you_list li {
        padding: 60px 20px;
        /* margin: 0 30px; */
    }
}

@media (max-width:1200px) {
    .you_list li {
        padding: 25px 20px;
    }

    .you_list li h3 {
        font-size: 24px;
        padding: 15px 0;
    }
}

@media (max-width:992px) {
    .you_list li {
        margin: 0 10px;
    }

    .you_list li h3 {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width:768px) {
    .you_list {
        flex-wrap: wrap;
    }

    .you_list li {
        padding: 10px;
        margin: 2% 2%;
        width: 46%;
    }

    .you_list li h3 {
        font-size: 16px;
    }

    .you_list li h4 {
        padding: 10px 0;
        font-size: 12px;
    }
}


/* 新闻中心 */

.c6 {
    background-color: #FFFFFF;
    padding: 60px 0 30px;
  }
  
  
  .c6 .list1 {
    justify-content: center;
    gap: 1rem;
    margin-top: 2.4rem;
  }
  
  @media (max-width: 992px) {
    .c5_con {
      flex-wrap: wrap;
    }
  }
  
  .c6 .con {
    align-items: flex-end;
    justify-content: space-between;
  }
  
  .con1_left {
    /* width: 28.1rem;
    height: 17rem;
    max-width: 28.1rem;
    max-height: 17rem;
    min-width: 28.1rem; */
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .con1_left .time,
  .con1_right .time {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    background: #9F6E45;
    /* line-height: 1.3rem; */
    width: 63px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
  }
  
  .con1_left_item_tit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    /* padding: 10px 1.35rem; */
    padding-left: 16px;
  }
  
  .con1_left_item_tit h3 {
    margin: 0;
    font-weight: bold;
    font-size: 21px;
    color: var(--primary-color);
    text-align: left;
    background: radial-gradient(0deg, #034291 0%, #3287F1 0%, #004098 0%, #0E43A9 77%, #2C9BF7 100%);
  }
  .con1_left_item_tit p {
    font-size: 15px;
    color: #626262;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .con1_left_item_tit a {
    width: 147px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9F6E45;
    font-size: 14px;
    color: #FFFFFF;
  }
  .con1_left_item {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    width: 100%;
    position: relative;
    padding: 12px;
  }
  
  .con1_left_item_img .img {
    width: 16.6rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .con1_left_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .con1_left_b {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.35rem .85rem 1.6rem .95rem;
    margin-top: 1.65rem;
  }
  .con1_left_b_item {
    margin-top: 1rem;
  }
  .con1_left_b_item:first-child {
    margin: 0;
  }
  .con1_left_b_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1;
  }
  .con1_left_b_item a:hover {
    color: var(--primary-color);
  }
  .con1_left_b_item .flexs {
    display: flex;
    align-items: center;
  }
  .con1_left_b_item i {
    font-style: normal;
  }
  .con1_left_b .yuan {
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
  }
    .con1_left_b p {
        width: 15rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  .con1_right {
    width: calc(100% - 30.9rem);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px .95rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @media (max-width: 780px) {
    .c6 .con {
      flex-wrap: wrap;
    }
    .con1_left_item {
      flex-wrap: wrap;
    }
    .con1_left_item_img .img {
      width: 100%;
    }
    .con1_left_item_tit p {
      margin: 20px 0;
    }
  }
  
  @media (max-width: 780px) {
    .c6 .con .bt {
      width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    .c6 .con .bt p {
      line-height: 1.6em;
    }
  }
  
  @media (max-width: 780px) {
    .c6 .list1 {
      width: 100%;
      margin-top: 20px;
    }
  }
  
  .c6 .list1 li {
    margin: 0 6px;
    max-width: 10rem;
    min-width: 10rem;
    background: #eeeeee;
    height: 2.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #333333;
    transition: all .3s ease-out;
    cursor: pointer;
  }
  
  .c6 .list1 .on {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  .c6 .list1 li:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  .con_1_ul {
    display: flex;
    min-width: 0;
    gap: 2.2rem;
  }
  
  .con_1_ul .swiper-pagination-bullets {
    bottom: 1rem;
    text-align: right;
    padding-right: 1.35rem;
  }
  
  .con_1_ul .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
  }
  
  .con_1_ul .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }
  
  .c6 .con1 {
    margin-top: 3rem;
    gap: 2.2rem;
  
  }
  
  .c6 .con1 .list2 li {
    /* max-height: 5rem; */
    padding: .8rem .85rem .55rem .85rem;
    border-radius: 10px;
  }
  .c6 .con1 .list2 li:hover {
    background: #9F6E45;
  }
  .c6 .con1 .list2 li a {
    justify-content: space-between;
    align-items: center;
  }
  
  
  .c6 .con1 .list2 li .zi {
    /* width: 75%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }
  
  .c6 .con1 .list2 li .zi h3 {
    font-size: 15px;
    font-weight: normal;
    color: #111111;
    transition: all .3s ease-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .8rem;
  }
  
  .c6 .con1 .list2 li .zi dd {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.5;
    color: #888888;
    transition: all .3s ease-out;
  }
  
  .read {
    font-size: 0.7rem;
    color: #888888;
    display: flex;
    align-items: center;
  }
  
  
  .c6 .con1 .list2 li:hover .zi h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
  }
  .c6 .con1 .list2 li:hover .zi dd {
    color: #ffffff;
  }
  .c6 .con1 .list2 li:hover .read {
    color: var(--primary-color);
  }
  
  .new_line {
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
  }
  
  .c6 .con1 .list2 li:hover .new_line {
    opacity: 1;
    visibility: visible;
    width: 2.8rem;
    margin-right: 1rem;
  }
  
  @media (max-width: 780px) {
  
    .c6 .con1,
    .con_1_ul {
      flex-wrap: wrap;
    }
  
    .con1_left {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  
    .con1_right {
      width: 100%;
      margin: 0;
      padding-top: 30px;
    }
  }


/*底部搜索*/

#formsearch2 {
    width: 290px;
    background: url(../images/sou.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

.footer {
    color: #fff;
    padding: 4rem 0;
  }

  .footer-nav_box {
    border-right: 1px solid #555556;
    padding-right: 1.6rem;
    flex-grow: 0;
  }
  
  .footer-nav {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #555556;
  }
  
  .footer-nav a {
    color: #fff !important;
    margin-right: 2.5rem;
    text-decoration: none;
    font-size: 0.9rem;
    white-space: nowrap;
  }
  
  .footer-content {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .footer-left_box {
    display: flex;
    align-items: center;
  }
  
  .footer-left,
  .footer-center,
  .footer-right {
    flex: 1;
  }
  
  .footer-left .logo img {
    width: 185px;
    margin-bottom: 15px;
  }
  
  .footer-left p {
    font-size: 17px;
    line-height: 1.6;
    color: #C1C1C1;
  }
  
  .footer-center {
    text-align: center;
  }
  
  .footer-center img {
    width: 100px;
    height: 100px;
  }
  
  .footer-center p {
    margin-top: 10px;
    font-size: 12px;
    color: var(--primary-color);
  }
  
  .footer-right .contact-form input,
  .footer-right .contact-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #626161;
    border-radius: 2px;
    color: #ffffff;
    background-color: rgba(19,19,19, 0.8);
  }
  
  .footer-right .contact-form textarea {
    height: 80px;
    resize: none;
  }
  
  .footer-right .contact-form .captcha {
    /* display: flex;
    align-items: center;
    margin-bottom: 10px; */
  }
  
  .footer-right .contact-form .captcha input {
    flex: 1;
    margin-right: 10px;
  }
  .footer-right label {
    font-size: 17px !important;
    color: #C1C1C1;
    font-weight: normal !important;
  }
  .footer-right .contact-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    /* padding: 10px; */
    background-color: var(--primary-color); /* 金色按钮 */
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
  }

  @media (max-width: 1024px) { 
    .footer-content, .footer-left_box {
        flex-wrap: wrap;
    }
    .footer-left, .footer-center, .footer-right {
        flex: auto;
        width: 100%;
        margin: 20px 0;
    }
  }

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}