.head_top {
    background-color: #262f35;
}

.head .h,
.head_top .h {
    display: flex;
    justify-content: space-between;
}

.head_top .tel {
    color: #fff;
    line-height: 44px;
    padding-left: 30px;


    background: url(../images/tel.png) no-repeat left center;
}

.search {
    width: 152px;



}

.search .box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.search .txt {
    width: 116px;
    line-height: 36px;
    padding: 0 5px;
    background: none;
    color: #fff;
}

.search .btn {
    width: 36px;
    line-height: 36px;
    background: url(../images/search.png) no-repeat center;
}

.logo {
    display: block;
    line-height: 104px;
}
.logo img{
    width: 207px;
}

.nav_pc {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.nav_pc>ul {
    display: flex;
}

.nav_pc>ul .nav_link {
    display: block;
    line-height: 50px;
    padding: 0 40px;
}

.nav_pc>ul a.hover,
.nav_pc>ul a:hover {
    background: url(../images/nav_hover.jpg) no-repeat bottom center;
}

.swiper-pagination-bullet-active {
    /*opacity: 1;*/
    background: #d8aa30;
}

.index_pro {
    padding: 122px 0;
    background: url(../images/pro_bg.png) no-repeat top center;
}

.new_pro {
    display: flex;
    justify-content: space-between;
}

.new_pro_left {
    width: 486px;
    position: relative;
}
.pro_active{
    width:148px;
    height: 132px;
    border: 2px #8c7f6f solid ;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.new_pro_left h1 {
    font-size: 76px;
}

.new_pro_left h1 span {
    font-size: 34px;
}

.new_pro_left .title p {
    text-align: right;
    font-size: 20px;
    width: 440px;
    padding: 14px 0;

}

.new_pro_left .title h2 {
    font-size: 24px;
    padding: 20px 0;
}

.new_pro_left ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -13px;
}

.new_pro_left ul li {
    padding: 0 13px;
}

.new_pro_left ul a {
    display: block;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.new_pro_left ul a:hover {
    border: 1px solid #d8aa30;
}

.new_pro_left .img {
    position: relative;

}

.new_pro_left .img i {
    display: block;
    width: 62px;
    height: 58px;
    position: absolute;

    left: 0;
    top: 0;

}

.new_pro_left li h3 {
    width: 100%;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
}

.new_pro_left ul a:hover h3 {
    color: #a5763c;
}

.new_pro_left ul a:hover i {
    background: url(../images/new_icon.png) no-repeat center;
}

.new_pro .type_pic {
    padding: 14px;
    width: 653px;
    height: 496px;
    transition: .5s;
}

.new_pro .type_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 14px #8c7f6f60;
    transition: .5s;
}

.pro_info {

    display: flex;
    justify-content: space-between;
}

.pro_info .pro_left {
    width: 596px;
    padding: 30px 0;
    background: url(../images/bj4.jpg) no-repeat center right;
}

.index_pub_type {
    width: 518px;
}

.index_pub_type h1 {
    font-size: 76px;

}

.index_pub_type h1 span {
    font-size: 24px;
}

.index_pub_type .sum {
    font-size: 14px;
    line-height: 24px;
    padding: 14px 0;
}

.index_pub_type .more {
    display: block;
    width: 102px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    color: #fff;
    background-color: #d8aa30;
}

.pro_info .pro_one {
    padding-top: 20px;
}

.pro_info .pro_one .img {
    position: relative;

}

.pro_info .pro_one h2 {
    position: absolute;
    right: 40px;
    bottom: 20px;
    text-align: right;

    font-size: 18px;
}

.pro_info .pro_rig ul {
    display: flex;
    justify-content: space-between;
}

.pro_info .pro_rig a {
    display: block;
    position: relative;

}

.pro_info .pro_rig .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    opacity: 0
}

.pro_info .pro_rig .tit h3 {
    font-size: 18px;
    color: #fff;
}

.pro_info .pro_rig a:hover .tit {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.pro_info .pro_rig .icon {
    color: #d8aa30;
    /*padding-right: 30px;*/
    padding: 14px 0;
    background: url(../images/pro_icon.png) no-repeat 40px center;
}

.pro_info .pro_rig ul:last-child {
    margin-top: 14px;
}

/* 首页关于我们 */

.index_ab {
    padding: 160px 0;
    background: url(../images/bj3.jpg) no-repeat top center;
}

.index_ab .index_pub_type {
    color: #fff;
}

.index_ab .ab_cont {
    color: #fff;
    padding-top: 48px;
    line-height: 32px;
}

.index_news {
    padding: 80px 0;
}

.index_news .h {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.index_news .news_list {
    display: flex;

}

.index_news .news_info {
    width: 568px;
}

.index_news ul {
    background-color: #f8f8f8;
    margin-top: 50px;
}

.index_news ul a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.index_news ul a:hover {
    color: #d8aa30;
}

.index_news ul h3 {
    font-size: 16px;
}

.index_news ul .sum {
    font-size: 12px;
    color: #575757;
    line-height: 34px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news ul li:last-child a {
    border-bottom: none;
}

.logo_op {
    text-align: right;

}

/* 公共底部 */

.footer {
    background-color: #333333;
}

.footer .foo_left {
    width: 260px;
    background: #0d0d0d;
    float: left;
    padding-bottom: 20px;
}

.footer .foo_logo {
    text-align: center;
    padding: 42px 0;

}

.footer .qd {
    text-align: center;

}

.footer .qd p {
    color: #fff;
    line-height: 44px;
}

.footer .foo_rig {
    float: right;
    padding-top: 42px;
    width: 880px;
}

.foo_nav li {
    display: inline-block;
}

.foo_nav li a {
    display: block;
    color: #fff;
    line-height: 32px;
    padding: 0 11px;
    font-size: 16px;
}

.foo_nav li a:hover {
    color: #d8aa30;
}

.index_con {
    color: #fff;
}

.foo_bottom a {
    display: inline-block;
    color: #f8f8f8;
    margin-right: 14px;
}

.index_con {
    margin: 36px 0;
    padding: 10px;
    border: 1px solid #d8aa30;
    display: flex;
    flex-wrap: wrap;
}

.index_con p {
    width: 33.33%;
    /*margin-right: 20px;*/
    line-height: 40px;
}

.index_con p.pl {
    text-indent: 3em;
}

.prod_pub {
    padding-top: 100px;
    padding-bottom: 42px;
    background: url(../images/p_bjm.jpg) no-repeat center bottom;
}

.prod_pub .h {
    display: flex;
}

.prod_pub .prod_left {
    width: 572px;
}

.prod_pub .prod_left .typename {
    margin-bottom: 76px;
}

.prod_pub .prod_left h1 {
    font-size: 77px;
}

.prod_pub .prod_left h1 span {
    color: #504d4d;
    font-size: 24px;
    display: block;
    text-align: right;
    padding-right: 60px;
}

.prod_pub .prod_left a {
    display: block;
    padding: 40px 0;
}

.prod_pub .prod_left h2 {
    font-size: 28px;
    padding: 14px 0;
    background: url(../images/nav_hover.jpg) no-repeat left bottom;
}

.prod_pub .prod_left .sum {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 24px;
    padding: 20px 0;
}

.prod_pub .prod_rig {
    width: 628px;
}

.prod_pub .pro_list {
    position: relative;
    width: 550px;
}

.pro_num .swiper-pagination-bullet {
    /*display: block;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #333;
    margin-right: 20px;
    background: url(../images/p_icon.png) no-repeat center;
}

.pro_num .swiper-pagination-bullet-active {
    background: none;

    background-color: #d8aa30;
}

.prod_pub .swiper-pagination {
    text-align: left;
    bottom: 16px;
}

.prod_rig li a {
    display: block;
    padding: 14px;
    border: 1px solid #d8aa30;
    /*margin:0 0 1px 1px;*/
    /*background: url(../images/p_icon2.png) no-repeat left bottom;*/
}

.prod_rig li .img {
    text-align: center;
}

.products .h {
    overflow: hidden;

}

.products ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.products ul li {
    padding: 0 10px;
    margin: 28px 0;
}

.products ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
}

.products ul li h3 {
    text-align: center;
    color: #494d55;
    font-size: 15px;
    line-height: 76px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease-in-out 0.3s;
}

.products ul .img {
    overflow: hidden;

}

.products ul img {
    transition: all ease-in-out 0.3s;
}

.products ul a:hover img {
    transform: scale(1.03);
}

.products ul a:hover h3 {
    color: #d8aa30;
}

.guide {
    padding: 70px 0;
    padding-left: 40px;
    background: url(../images/path.png) no-repeat center left;
}

.guide a {
    font-size: 20px;
}

.products_read .img_info {
    width: 148px;
    float: left;

}

.products_read #thumbs .swiper-slide {
    display: block;
}

.products_read #thumbs .swiper-wrapper {
    position: static;
    display: block;
    transform: translate3d(0, 0px, 0px) !important;
}

.products_read #thumbs .swiper-slide {
    position: static;

    margin-bottom: 10px;

}

.products_read #thumbs .img {
    padding: 5px;
    border: 1px solid #ccc;
}

.products_read #thumbs .swiper-slide-thumb-active .img {
    border: 1px solid #d8aa30;
}

.products_read #thumbs .swiper-slide img {
    /*padding: 5px;*/
}

.products_read .proread_img {
    width: 956px;
    /*height: 430px;*/
    float: right;
    padding: 32px;
    background-color: #f5f5f5;
}

#gallery {
    overflow: hidden;
    width: 546px;
    margin-left: 0;
    float: left;

}

.proread_img {
    display: flex;
    justify-content: space-between;
}

.pro_opt {
    float: right;
    width: 400px;
}

.pro_opt .sum {
    padding: 10px;
    line-height: 24px;
}

.pro_opt a {
    display: block;
    width: 120px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 30px 10px;
    background-color: #d8aa30;
}

.products_read {
    padding-bottom: 40px;
}

.pro_content {
    padding-bottom: 40px;
}

.pro_content h4 {
    text-align: center;
    font-size: 30px;
}

.pro_content h4 span {
    color: #ccc;
}

.pro_content .content {
    padding: 20px 0;
    line-height: 24px;
}

.pro_content .content img {
    width: auto;
    max-width: 100%;
}



.news {
    /*padding: 3% 0;*/
}

.news ul {
    /*padding: 3% 0;*/
}

.news ul a {
    display: flex;
    padding: 3% 0;
    border-bottom: 1px solid #ccc;
}

.news ul .img {
    width: 100%;
    max-width: 400px;
}

.news .news_main {
    padding-left: 34px;
}

.news .news_main .time {
    font-size: 12px;
    color: #f6aa00;
    line-height: 50px;
}

.news .news_main h1 {
    font-size: 16px;
}

.news .news_main .sum {
    color: #808080;
    line-height: 26px;
    padding-bottom: 20px;
}

.news .view_more {
    margin-left: 0;
    width: 140px;
    text-align: center;
    background-color: #ccc;
    line-height: 30px;
}

.news .news_main .sum2 {
    display: none;
}

.news li a:hover .view_more {
    color: #fff;
    background-color: #f6aa00;
}

.news li a:hover h1 {
    color: #f6aa00;
}

.news_read {
    padding-bottom: 40px;
}

.news_read .news_typename h1 {
    text-align: center;
    font-size: 20px;
}

.news_read .news_typename .time {
    text-align: center;
    color: #f6aa00;
    line-height: 40px;
    font-family: "Century Gothic Regular";
}

.news_read .news_typename {
    padding-bottom: 1.5%;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/news_icon.jpg) no-repeat center bottom;
}

.news_read .read_con {
    padding: 2% 0;
    line-height: 26px;
}

.news_read .cc_book li {
    display: block;

}

.news_read .cc_book a {
    display: inline-block;
    padding: 1% 0;
    width: 100%;
    max-width: 500px;
    border-bottom: 1px solid #ccc;
}

.about {
    padding-top: 100px;
    padding-bottom: 40px;
}

.about .ab_left {
    width: 580px;
    float: left;
    padding-right: 40px;
}

.cul_left .title h1,
.about .title h1 {
    font-size: 77px;

}

.cul_left .title h1 span,
.about .title h1 span {
    font-size: 24px;
    color: #504d4d;
}

.about .ab_left .ab_cont {
    line-height: 28px;
    color: #6c6c6c;
    padding-top: 30px;
}

.about .ab_rig {
    width: 540px;
    float: right;
    background: url(../images/ab_icon.png) no-repeat left 30px;

    padding: 0 0 36px 36px;
}

.about .h {
    padding-bottom: 48px;
}



.about_list {
    margin-bottom: 80px;
    margin-top: 80px;
}

.about_list .h {
    overflow: hidden;

}

.about_list ul {
    display: flex;

    margin: 0 -5px;

}

.about_list li {
    padding: 0 5px;
    width: 25%;
}

.about_list li a {
    display: block;
    height: 100%;
    background-color: #f5f5f5;
}

.about_list .box {
    padding: 40px;
}

.about_list .box h2 {
    font-size: 18px;
}

.about_list .box .sum {
    line-height: 24px;
    padding: 20px 0;
}

.banner {
    position: relative;

}

.banner .about_nav {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.banner .about_nav ul {
    display: flex;
    width: 742px;
    margin: 0 auto;
}

.banner .about_nav li {
    margin: 0 2px;
}

.banner .about_nav a {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 182px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.banner .about_nav li:first-child a {

    border-radius: 28px 0 0 28px;
}

.banner .about_nav li:last-child a {
    border-radius: 0 28px 28px 0;

}

.banner .about_nav a.hover,
.banner .about_nav a:hover {
    background-color: #d8aa30;
}

.cul_left {
    width: 546px;
    float: left;

}

.culture {
    padding-top: 100px;
    margin-bottom: 100px;
    background: url(../images/cul_bj.png) no-repeat right bottom;
}

.cul_left .title {
    padding-top: 60px;
}

.cul_left .img {
    padding-top: 54px;
}

.cul_left .title p {
    font-size: 20px;
    text-align: right;

}

.cul_rig {
    width: 640px;
    float: right;

}

.cul_rig .cont {
    font-size: 18px;
    line-height: 36px;
    text-align: right;
    padding-top: 118px;
    padding-right: 60px;
}

.honor {
    padding: 100px 0;
}

.honor .h {
    overflow: hidden;

}

.honor ul {
    margin: 0 -20px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honor li {
    padding: 20px;
}

.honor li a {
    display: block;
    padding: 22px;
    border: 1px solid #ccc;
}

/* 联系我们 */


.contact {
    padding-top: 100px;
}

.contact .h {
    display: flex;

}

.contact .info {
    width: 525px;
    background-color: #f5f5f5;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.contact .info_m {
    padding-left: 34px;
}

.contact .info_m h1 {
    font-size: 36px;
    padding-bottom: 20px;
}

.contact .info_m .info_tel {
    font-size: 16px;
    line-height: 26px;
}

.contact .info_m .info_tel p {
    width: 100% !important;
}

.amap_box {
    width: 674px;
    height: 464px;
}

.mess_form {
    padding-top: 56px;
}

.mess_form .input p {
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.mess_form .input input {
    border: 1px solid #ccc;
    width: 544px;
    line-height: 48px;
    padding: 0 20px;
}

.mess_form textarea {
    border: 1px solid #ccc;
    width: 1158px;
    line-height: 48px;
    padding: 0 20px;
    color: #333;
    height: 200px;
}

.submit {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.submit input {
    width: 292px;
    line-height: 40px;
    text-align: center;
    background-color: #d8aa30;
    color: #fff;
    font-size: 20px;
}

.bst_page_botton {
    padding-bottom: 100px;
}

.banner .swiper-slide {
    position: relative;
}

.ban_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.ban_text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 56px;
    color: #ffffff;
    margin-top: 152px;

}

.ban_text p span {
    color: #D89F30;
    ;
}

.ban_text .div1 {
    width: 703px;
    line-height: 46px;
    border: 1px solid #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 34px;

}

.ban_more {
    width: 160px;
    height: 44px;
    background: #D8AA30;
    border-radius: 22px;
    margin-top: 37px;
}

.ban_more a {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;

}

.ban_more a img {
    width: 22px;
    height: 6px;
}

.brand_pro_box {
    width: 100%;
    background: url(../images/bj.jpg) no-repeat;
    background-size: cover;
    padding-top: 136px;
    padding-bottom: 100px;
}

.brand {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 236px;
}

.brand_nav {
    width: 298px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 135px;
}

.brand_nav_item {
    width: 298px;
    height: 61px;
    background: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 108px;
    cursor: pointer;
    transition: .3;
}

.brand_nav a:nth-of-type(1) .brand_nav_item{
    color: #fff;
    width: 298px;
    height: 61px;
    background: #D8AA30;
}
.brand_nav_item:hover{
    color: #fff;
    width: 298px;
    height: 61px;
    background: #D8AA30;
}


.brand_nav_item img {
    width: 22px;
}

.brand_right {
    width: 716px;
    height: 600px;
    display: none;

}

.brand_right:nth-of-type(2) {
    display: block;
}

.brand_right p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 32px;
}

.video {
    width: 100%;
    height: 402px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(142, 137, 134, 0.4);
    margin-top: 30px;
    padding: 0 !important;
   
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
     border: none !important;

}

.pro_box {
    width: 1200px;
    margin: auto;

}

.pro_swiper {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.swiper1 {
    width: 99%;
    margin-left: 1px;
   
}

.swiper1 .swiper-slide {
    width: 163px;
}

.new_product {
    width: 100%;
    height: 132px;
    cursor: pointer;
    border: 2px transparent solid;
}
.new_product_act{
    border: 2px rgb(170, 151, 115) solid;
}

.new_product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_intro_box {
    width: 100%;
    background: #F8F8F8;
    padding-top: 110px;
    padding-bottom: 137px;
}

.brand_intro {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 46px;

}

.brand_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand_pic {
    width: 560px;
    height: 330px;

}

.brand_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_text {
    width: 580px;
}

.brand_text div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #222222;
    line-height: 36px;
    padding-bottom: 28px;
}

.brand_text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.nav_pc ul{
    overflow: visible;
}

.nav_item {
    position: relative;
}
.nav_item:hover .head_secnav{
    opacity: 1;
    height: auto;
}
.head{
    position: relative;
    z-index: 100;
}
.head_secnav{
    width: max-content;;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    background: #ffffff;
    padding: 15px 10px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .3s;
    
}
.head_secnav .uls2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.head_secnav li{
    width: 100%;
    text-align: center;
}
.head_secnav li a{
    width: 100%;
    text-align: center;
    color: #333333;
}

.head_secnav li a:hover{
    background: none;
    color: #d8aa30;
}

/*#banner{*/
/*    position: relative;*/
/*    z-index: -1;*/
/*}*/


