@charset "utf-8";
/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	}
*{font-family:"微软雅黑";}
a{text-decoration:none;}
li{list-style:none}
a{
    cursor: pointer;
    color:#666
}
.center{
    width: calc(100% - 240px);
    margin:0 auto;
}
h1,h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"微软雅黑";}
img{
    /* border:none; */
    /* display: block; */
}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
/* 电脑站侧边 */
.panel {
    display: none;
}
.phone_none{
    display: none;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.clear{
    clear:both
}
.top_pc{
    height: 100px;
    background: #e8040a;
}
.top_pc .telephone{
    margin-left: 38px;
}
.top_pc .telephone p{
    font-size: 24px;
    color: #fcfcfd;
    line-height: 99px;
    margin-left: 10px;
}
.top_pc .telephone img{
    margin-top: 38px;
}
.top_pc .nav .yiji_nav{
    display: block;
    width: 88px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji_nav:hover{
    color: #0a1215;
    background: #fde76b;
}
.top_pc .nav .xuanzhong{
    color: #0a1215;
    background: #fde76b;
}
.banner_pc .banner_img{
    height: 800px;
}
.top_pc .nav .erji_nav{
    width: 118px;
    position: relative;
}
.top_pc .nav .erji_nav a{
    display: block;
    color: #e5e5e5;
    text-align: center;
    line-height: 100px;
    height: 100px;
    font-size: 16px;
    color: #e5e5e5;
    background: url("../images/nav_icon.png") center right 5px no-repeat;
}
.top_pc .nav .erji_nav .erji{
    width: 200px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -100px;
    z-index: 99;
    border-top: solid 3px #e1c262;
    display: none;
}
.top_pc .nav .erji_nav:hover .erji{
    display: block;
}
.top_pc .nav .erji_nav .erji a{
    display: block;
    height: 64px;
    line-height: 64px;
    background: #0a1215;
    font-size: 14px;
    color: #cccccc;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .erji_nav .erji a:hover{
    background: #e1c262;
    color: #0a1215;
}
.banner_pc .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 7px;
    background:url("../images/swiper_icon1.png") center center no-repeat;
    opacity: 1;
}
.banner_pc .swiper-pagination-bullet-active {
    background:url("../images/swiper_icon2.png") center center no-repeat;
}
.banner_pc .swiper-pagination{
    bottom: 28px;
} 
.search{
    height: 200px;
    background: #e8040a;
    position: relative;
}
.search .hui{
    width: 45%;
    height: 146px;
    background: #3c3c3e;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1;
    border: 1px solid #e1c262;
}
.search .search_center{
    width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.search .search_center .left p:nth-child(1){
    font-size: 44px;
    color: #ffffff;
    line-height: 75px;
    padding-top: 35px;
}
.search .search_center .left p:nth-child(2){
    font-size: 18px;
    color: #ffffff;
    line-height: 8px;
}
.search .search_center .left p:nth-child(3){
    font-size: 14px;
    color: #707070;
    line-height: 20px;
}
.search .search_center .right .input a{
    display: block;
    width: 160px;
    height: 61px;
    line-height: 60px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    background: #3c3c3e;
}
.search .search_center .right .input input{
    width: 550px;
    height: 51px;
    margin-top: 5px;
    margin-right: -10px;
    padding: 0 15px;
    border: none;
    font-size:16px;
    color: #b2b2b2;
}
.search .search_center .right .input input::-webkit-input-placeholder{
    color:#b2b2b2;
}
.search .search_center .right .input input::-moz-placeholder{   
    color:#b2b2b2;
}
.search .search_center .right .input input:-moz-placeholder{    
    color:#b2b2b2;
}
.search .search_center .right .input input:-ms-input-placeholder{
    color:#b2b2b2;
}
.search .search_center .right .sousuo{
    /* width: 560px; */
    padding: 18px 0 0 38px;
    overflow: hidden;
    height: 48px;
    margin-top: 42px;
    background: url("../images/sousuo.png") bottom 9px left no-repeat;
}
.search .search_center .right .sousuo p{
    font-size:16px;
    color: #ffffff;
    height: 17px;
    line-height: 17px;
    margin-bottom: 30px;
}
.search .search_center .right .sousuo a{
    display: block;
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
    border-left: solid 1px #ffffff;
    margin-bottom: 30px;
}
.search .search_center .right .sousuo a:nth-child(2){
    border-left: none;
}
.index_product{
    background: #f5f6f8;
    background-image: url("../images/index_product.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 28px;
    padding-bottom: 30px;
}
.title{
    width: calc(100% - 334px);
    margin: auto;
    text-align: center;
    padding-top: 92px;
}
.title .p1{
    font-size:56px;
    color: #d9d9d9;
    font-weight: 600;
    text-transform:uppercase; 
    line-height: 58px;
}
.title .p2{
    font-size:36px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 66px;
}
.title .border{
    height: 2px;
    width: 81px;
    margin: auto;
    background: #e1c262;
}
.title p{
    font-size: 16px;
    color: #808080;
    line-height: 83px;
    background: url("../images/title_p.png") center center no-repeat;
}
.index_product .product_nav{
    background: #e8040a;
}
.index_product .product_nav .swiper{
    width: calc(100% - 334px);
    margin: auto;
    margin-top: 17px;
    height: 73px;
    position: relative;
}
.swiper-container-product_nav .swiper-slide{
    float: left;
    width: auto;
    padding: 0 35px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    line-height: 73px;
    height: 73px;
}
.swiper-container-product_nav .swiper-slide span{
    display: none;
}
.swiper-container-product_nav .swiper-slide:hover{
    float: left;
    width: auto;
    padding: 0 5px;
    color: #fde76b;
}
.swiper-container-product_nav .swiper-slide:hover span{
    margin: 0 9px;
    display: unset;
}
.swiper-container-product_nav{
    width: calc(100% - 200px);
    margin-left: 0;
}
.swiper-button-prev-product_nav{
    position: absolute;
    top: 0;
    left: auto;
    right: 84px;
    width: 83px;
    height: 73px;
    margin-top: 0;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    background-image: url("../images/product_nav_prev1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.swiper-button-prev-product_nav:hover{
    background: #e1c262;
    border-left: solid 1px #e1c262;
    border-right: solid 1px #e1c262;
    background-image: url("../images/product_nav_prev2.png");
}
.swiper-button-next-product_nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
    height: 73px;
    margin-top: 0;
    border-right: solid 1px #666666;
    background-image: url("../images/product_nav_next1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.swiper-button-next-product_nav:hover{
    background: #e1c262;
    border-right: solid 1px #e1c262;
    background-image: url("../images/product_nav_next2.png");
}
.index_product .product_first{
    margin-top: 60px;
    margin-bottom: 30px;
}
.index_product .product_first .block{
    width: calc(50% - 49px);
    padding: 18px 20px;
    background: #fff;
    margin-left: 18px;
    display: flex;
    align-items: center;

    position: relative;
}
.index_product .product_first .block:nth-child(1){
    margin-left: 0;
}
.index_product .product_first .block .img{
    width: calc(100% - 313px);
    overflow: hidden;
}
.index_product .product_first .block .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.index_product .product_first .block:hover .img img{
    transform: scale(1.1);
}
.index_product .product_first .block .text{
    width: 280px;
    margin-left: 33px;
}
.index_product .product_first .block .text .name{
    font-size: 30px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 50px;
}
.index_product .product_first .block .text .type{
    font-size: 26px;
    color: #656566;
    line-height: 46px;
}
.index_product .product_first .block .text .button{
    display: block;
    width: 138px;
    height: 43px;
    background: #e8040a;
    font-size: 16px;
    color: #fcfcfc;
    line-height: 43px;
    text-align: center;
    transition:all 0.3s ease-in-out;
    margin: 10% 0;
}
.index_product .product_first .block .text .button:hover{
    background: #3d3d3d;
}
.index_product .product_first .block .text .p{
    font-size:14px;
    color: #7e7f80;
    line-height: 26px;
}
.index_product .product_first .block .hot_icon{
    position: absolute;
    right: 260px;
    top: 50px;
}
.product_list a{
    display: block;
    width: calc(25% - 18px);
    margin-left: 24px;
    margin-bottom: 42px;
    padding-top: 10px;
    background: #fff;
}
.product_list a:nth-child(1){
    margin-left: 0;
}
.product_list a .img{
    width: calc(100% - 24px);
    margin: auto;
    margin-bottom: 12px;
    overflow: hidden;
}
.product_list a .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.product_list a:hover .img img{
    transform: scale(1.1);
}
.product_list a .text{
    background: #fff;
    padding: 0 14px;
    height: 82px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}
.product_list a .text .float_r{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ececec;
    margin-top: 30px;
    transition:all 0.3s ease-in-out;
}
.product_list a:hover .text .float_r{
    background: #e8040a;
}
.product_list a .text .float_l{
    width: 80%;
}
.product_list a .text .float_l p:nth-child(1){
    font-size:18px;
    color: #3d3d3d;
    line-height: 28px;
    margin-top: 17px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.product_list a:hover .text .float_l p:nth-child(1){
    color: #e8040a;
}
.product_list a .text .float_l p:nth-child(2){
    font-size:14px;
    color: #979899;
    line-height: 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_about{
    height: 840px;
    background: url("../images/index_about.jpg");
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    overflow: hidden;
}
.index_about .flex{
    width: calc(100% - 334px);
    margin: auto;
}
.index_about .flex .right{
    width: calc(100% - 607px);
    /* padding: 50px 56px 24px 56px; */
    /* background: url("../images/about_html2.jpg") center center no-repeat; */
    float: right;
    width: 808px;
}
.index_about .flex .right .block{
    width: calc(50% - 83px);
    margin-left: 31px;
    margin-bottom: 30px;
    height: 240px;
    padding: 28px 30px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #e8040a42;
}
.index_about .flex .right .block:nth-child(odd){
    margin-left: 0;
}
.index_about .flex .right .block .number{
    font-size: 48px;
    color: #666666;
    line-height: 75px;
    font-weight: 600;
    transition:all 0.3s ease-in-out;
}
.index_about .flex .right .block:hover .number{
    color: #e8040a;
}
.index_about .flex .right .block .border{
    width: 50px;
    height: 2px;
    background: #666666;

    margin-left: 6px;
    margin-bottom: 9px;
    transition:all 0.3s ease-in-out;
}
.index_about .flex .right .block:hover .border{
    background: #e8040a;
}
.index_about .flex .right .block .bt{
    font-size: 26px;
    color: #3a3939;
    line-height: 50px;
}
.index_about .flex .right .block .p{
    font-size: 16px;
    color: #3a3939;
    line-height: 32px;
}
.index_about .flex .left{
    width: 450px;
    position: relative;
    float: left;
}
.index_about .flex .left .kuai{
    width: 77px;
    height: 76px;
    background: #e8040a;
    position: absolute;
    top: -50px;
    left: -68px;
}
.index_about .flex .left .index_about_logo{
    /* margin-top: 43px; */
}
.index_about .flex .left .gongsi{
    font-size: 24px;
    color: #f3f3f3;
    font-weight: 600;
    line-height: 83px;
    margin-top: 24px;
}
.index_about .flex .left .p{
    font-size: 16px;
    color: #e5e5e5;
    line-height: 33px;
    text-align: justify;
}
.index_about .flex .left .more{
    width: 111px;
    height: 33px;
    padding-top: 1px;
    display: block;
    background: #e8040a;
    position: absolute;
    right: 0;
    bottom: -60px;
}
.index_about .flex .left .more img{
    margin-top: 13px;
    margin-left: 26px;
    transition:all 0.3s ease-in-out;
}
.index_about .flex .left .more:hover img{
    margin-left: 73px;
}
.number_index{
    padding-top: 63px;
    padding-bottom: 63px;
    background: url("../images/number_index.png") center center no-repeat;
}
.number_index .number_index_center{
    width: calc(100% - 334px);
    margin: auto;
}
.number_index .float_l{
    width: calc(25% - 1px);
    height: 60px;
    border-left: solid 1px #ffffff;
}
.number_index .float_l:nth-child(1){
    border-left: none;
}
.number_index .float_l .p1{
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    display: table;
    padding: 0 20px;
    font-weight: lighter;
    margin: auto;
    margin-top: -16px;
    line-height: 64px;
    /* background: url("../images/jiahao.png") right top 13px no-repeat; */
}
.number_index .float_l .p2{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
}
.hengfu{
    width: 100%;
    height: 412px;
    background: url(../images/hengfu.jpg)center no-repeat;
    background-size: 100%;
}
.index_case{
    padding-bottom: 15px;
    background: #f5f6f8;
}
.index_case .title {
    padding-top: 60px;
    margin-bottom: 30px;
}
.index_case .index_case_center{
    width: calc(100% - 100px);
    margin: auto;
}
.index_case .index_case_center .product_list{
    width: calc(100% - 415px);
}
.index_case .product_list a {
    width: calc(100% / 3 - 18px);
}
.index_case .product_list a:nth-child(3n + 1) {
    margin-left: 0;
}
.index_case .product_list a .img img {
    min-width: 100%;
   /*  width: auto; */
    transition: all 0.3s ease-in-out;
   /*  position: relative;
    left: 50%;
    margin-left: -213px; */
}
.index_case .case_text{
    width: 310px;
    height: 880px;
    padding: 0 36px;
    background: url("../images/case_text_bj.png") bottom center no-repeat;
}
.index_case .case_text .bt{
    font-size: 30px;
    color: #e5e5e5;
    line-height: 80px;
    padding-top: 56px;
}
.index_case .case_text .border{
    width: 73px;
    height: 9px;
    background: #e8040a;
    margin-bottom: 20px;
}
.index_case .case_text .p{
    font-size: 14px;
    color: #e5e5e5;
    line-height: 24px;
    text-align: justify;
}
.index_case .case_text .more{
    display: block;
    width: 153px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #e8040a;
    font-size:16px;
    color: #ffffff;
    margin-bottom: 84px;
    margin-top: 42px;
}
.index_case .case_text .img{
    border: solid 2px #e8040a;
    border-radius: 3px;
    overflow: hidden;
}
.index_case .case_text .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.index_case .case_text .img:hover img{
    transform: scale(1.1);
}
.index_news{
    height: 844px;
    background: url("../images/index_news.jpg") center center no-repeat;

}
.index_news .left{
    width: 38%;
}
.index_news .index_news_center{
    width: calc(100% - 430px);
    margin: auto;
}
.index_news .left .news_first .img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index_news .left .news_first .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.index_news .left .news_first:hover .img img{
    transform: scale(1.1);
}
.index_news .left .news_bt{
    font-size:36px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 140px;
    padding-top: 60px;
}
.index_news .left .news_bt span{
    font-size:18px;
    color: #808080;
    margin-left: 15px;
    font-weight: 500;
}
.index_news .left .news_first .img .date{
    padding: 0 15px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e8040ab5;
}
.index_news .left .news_first .img .date p:nth-child(1){
    font-size:28px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 34px;
}
.index_news .left .news_first .img .date p:nth-child(2){
    font-size:16px;
    color: #ffffff;
    line-height: 22px;
}
.index_news .left .news_first .more{
    white-space:nowrap;
    display: block;
    width: 100px;
    height: 39px;
    background: #e8040a;
    font-size:14px;
    margin-top: 46px;
    margin-left: 18px;
    color: #ffffff;
    text-indent: 16px;
    line-height: 39px;
    text-transform:uppercase;
    transition:all 0.3s ease-in-out;
}
.index_news .left .news_first:hover .more{
    width: 80px;
}
.index_news .left .news_first .text .bt{
    font-size: 18px;
    color: #3d3d3d;
    width: calc(100% - 18px);
    line-height: 52px;
    margin-top: 4px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    padding-left: 18px;
    background: url("../images/news_first_icon.png") top 22px left no-repeat;
}
.index_news .left .news_first .text .p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    width: calc(100% - 18px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    padding-left: 18px;
}
.index_news .news_list{
    width: 50%;
    padding-top: 110px;
    position: relative;
}
.swiper-container_news_list{
    height: 486px;
    width: calc(100% - 120px);
    margin-left: 70px;
}
.index_news .news_list .swiper-slide{
    height: 162px;
}
.index_news .news_list .swiper-slide .bt{
    padding-top: 46px;
}
.index_news .news_list .swiper-slide .bt p{
    display: block;
    line-height: 62px;
    padding-left: 22px;
    font-size: 18px;
    color: #cccccc;
    width: calc(100% - 130px);
    transition:all 0.3s ease-in-out;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    background: url("../images/news_list_icon1.png") center left no-repeat;
}
.index_news .news_list .swiper-slide:hover .bt p{
    color: #fde76b;
    background: url("../images/news_list_icon2.png") center left no-repeat;
}
.index_news .news_list .swiper-slide .bt .riqi{
    font-size: 14px;
    color: #999999;
    line-height: 62px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .swiper-slide:hover .bt .riqi{
    color: #fde76b;
}
.index_news .news_list .swiper-slide .p p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 22px;
    width: calc(100% - 150px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_list .swiper-slide .p .icon{
    width: 120px;
    height: 14px;
    margin-top: 30px;
    transition:all 0.3s ease-in-out;
    background: url("../images/news_list_icon3.png") center right 60px no-repeat;
}
.index_news .news_list .swiper-slide:hover .p .icon{
    background: url("../images/news_list_icon3.png") center right 0px no-repeat;
}
.index_news .news_list .swiper-button-prev_news_list{
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -90px;
    left: 65px;
    top: auto;
    border: solid 1px #666666;
    transition:all 0.3s ease-in-out;
    background: url("../images/prev_news_list.png") center center no-repeat;
}
.index_news .news_list .swiper-button-prev_news_list:hover{
    border: solid 1px #e1c262;
}
.index_news .news_list .swiper-button-next_news_list{
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -130px;
    left: 65px;
    margin-top: 0;
    top: auto;
    border: solid 1px #666666;
    transition:all 0.3s ease-in-out;
    background: url("../images/next_news_list.png") center center no-repeat;
}
.index_news .news_list .swiper-button-next_news_list:hover{
    border: solid 1px #e1c262;
}
.message_index{
    background: url("../images/message_bj.png") center center no-repeat;
    height: 433px;
}
.message_index .message_center{
    width: calc(100% - 330px);
    margin: auto;
}
.message_index .message_center .bt{
    font-size: 36px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 120px;
    padding-top: 46px;
}
.message_index .message_center .input{
    margin-right: 12px;
    width: 410px;
}
.message_index .message_center .input input{
    padding: 0 16px;
    width: calc(100% - 34px);
    background: #fff;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #b2b2b2;
    border: solid 1px #e8e9eb;
    margin-bottom: 12px;
}
.message_index .message_center .input input::-webkit-input-placeholder{
    color:#b2b2b2;
}
.message_index .message_center .input input::-moz-placeholder{   
    color:#b2b2b2;
}
.message_index .message_center .input input:-moz-placeholder{    
    color:#b2b2b2;
}
.message_index .message_center .input input:-ms-input-placeholder{
    color:#b2b2b2;
}
.message_index .message_center textarea{
    padding: 20px 16px;
    width: calc(100% - 636px);
    background: #fff;
    height: 72px;
    line-height: 30px;
    font-size: 16px;
    color: #b2b2b2;
    border: solid 1px #e8e9eb;
    margin-bottom: 12px;
    height: 117px;
}
.message_index .message_center textarea::-webkit-input-placeholder{
    color:#b2b2b2;
}
.message_index .message_center textarea::-moz-placeholder{ 
    color:#b2b2b2;
}
.message_index .message_center textarea:-moz-placeholder{ 
    color:#b2b2b2;
}
.message_index .message_center textarea:-ms-input-placeholder{ 
    color:#b2b2b2;
} 
.message_index .message_center button{
    width: 166px;
    height: 157px;
    font-size: 24px;
    color: #ffffff;
    line-height: 157px;
    border: none;
    background: #e8040a;
}
.foot{
    background: #3c3c3e;
}
.foot .foot_bottom{
    width: calc(100% - 330px);
    margin: auto;
    padding-top: 3px;
}
.foot .foot_bottom p{
    font-size:14px;
    color: #e5e5e5;
    line-height: 76px;
}
.foot .foot_top{
    height: 370px;
    border-bottom: solid 1px #999999;
}
.foot .foot_top .foot_top_center{
    width: calc(100% - 330px);
    margin: auto;
    padding-top: 30px;
}
.foot .foot_top .foot_top_center .bt{
    font-size: 23px;
    color: #ffffff;
    line-height: 98px;
    padding-left: 35px;
    background: url("../images/foot_top_icon1.png") center left no-repeat;
}
.foot .foot_top .foot_top_center .foot_product .bt{
    background: url("../images/foot_top_icon2.png") center left no-repeat;
}
.foot .foot_top .foot_top_center .foot_contact .bt{
    background: url("../images/foot_top_icon3.png") center left no-repeat;
}
.foot .foot_top .foot_top_center .foot_wechat .bt{
    background: url("../images/foot_top_icon4.png") center left no-repeat;
}
.foot .foot_top .foot_top_center .foot_nav{
    width: 20%;
}
.foot .foot_top .foot_top_center .foot_product{
    width: 33%;
}
.foot .foot_top .foot_top_center .foot_contact{
    width: 25%;
}
.foot .foot_top .foot_top_center .foot_wechat{
    width: 15%;
}
.foot .foot_top .foot_top_center .foot_list{
    padding-left: 35px;
}
.foot .foot_top .foot_top_center .foot_list a{
    display: block;
    width: 45%;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
}
.foot .foot_top .foot_top_center .foot_list a:hover{
    color: #e1c262;
}
.foot .foot_top .foot_top_center .foot_product .foot_list a{
    /* width: 30%; */
}
.foot .foot_top .foot_top_center .foot_contact .p{
    padding-left: 35px;
}
.foot .foot_top .foot_top_center .foot_contact .p p{
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
}
.foot .foot_top .foot_top_center .foot_wechat img{
    width: 180px;
    margin-left: 35px;
}
.factory{
    background: #e5e5e5;
    position: relative;
}
.factory .beijing{
    height: 75%;
    width: 100%;
    background: #3c3c3e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.factory .relative{
    position: relative;
    z-index: 2;
}
.factory .relative .contact_index .map{
    width: 55%;
}
.factory .relative .contact_index .left{
    width: calc(45% - 165px);
}
.factory .relative .contact_index .left .bt .bt1{
    font-size: 56px;
    color: #e1c262;
    font-weight: 600;
    line-height: 60px;
    text-transform:uppercase; 
}
.factory .relative .contact_index .left .bt .bt2{
    font-size: 36px;
    color: #fefefe;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 20px;
}
.factory .relative .contact_index .left .bt .border{
    width: 50px;
    height: 3px;
    margin-bottom: 86px;
    background: #e1c262;
}
.factory .relative .contact_index .left .contact_text .float_l{
    width: 50%;
}
.factory .relative .contact_index .left .contact_text .float_l .p1{
    width: 118px;
    height: 64px;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 64px;
    text-indent: 48px;
    border-top: solid 1px #7f7f7f;
    border-bottom: solid 1px #7f7f7f;
    background: url("../images/contact_text_icon1.png") left 12px center no-repeat;
}
.factory .relative .contact_index .left .contact_text .float_l:nth-child(2) .p1{
    background: url("../images/contact_text_icon2.png") left 12px center no-repeat;
}
.factory .relative .contact_index .left .contact_text .float_l:nth-child(3) .p1{
    background: url("../images/contact_text_icon3.png") left 12px center no-repeat;
}
.factory .relative .contact_index .left .contact_text .float_l:nth-child(4) .p1{
    background: url("../images/contact_text_icon4.png") left 12px center no-repeat;
}
.factory .relative .contact_index .left .contact_text .float_l .p2{
    padding: 35px 0;
}
.factory .relative .contact_index .left .contact_text .float_l .p2 p{
    font-size: 24px;
    color: #e5e5e5;
    line-height: 35px;
}
.factory .relative .contact_index .left .contact_text .float_l:nth-child(2) .p2 p{
    font-size: 20px;
}
.factory .relative .contact_index .left .contact_text .float_l:nth-child(3) .p2 p{
    font-size: 22px;
}
.factory .factory_index{
    width: calc(100% - 48px - 166px);
    margin-left: 48px;
}
.factory .factory_index .factory_center{
    margin-bottom: 170px;
    position: relative;
}
.factory .factory_index .left{
    width: calc(100% - 303px);
}
.factory .factory_index .left .swiper-wrapper{
    padding-top: 135px;
}
.factory .factory_index .left .swiper-slide a{
    width: calc(100% / 3 - 16px - 24px);
    margin-left: 24px;
    background: #fff;
    padding: 11px 12px 30px;
    transition:all 0.3s ease-in-out;
}
.factory .factory_index .left .swiper-slide a:hover{
    margin-top: -30px;
}
.factory .factory_index .left .swiper-slide a:nth-child(1){
    margin-left: 0;
}
.factory .factory_index .left .swiper-slide a .img{
    width: 100%;
    overflow: hidden;
}
.factory .factory_index .left .swiper-slide a .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}

.factory .factory_index .left .swiper-slide a:hover .img img{
    transform: scale(1.1);
}
.factory .factory_index .left .swiper-slide a .text{
    padding-top: 27px;
    width: calc(100% - 80px);
    margin: auto;
}
.factory .factory_index .left .swiper-slide a .text .p1{
    font-size: 18px;
    color: #3d3d3d;
    line-height: 30px;
    text-align: center;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.factory .factory_index .left .swiper-slide a .text .p2{
    font-size: 14px;
    color: #979899;
    line-height: 18px;
    text-align: center;
    margin-bottom: 28px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.factory .factory_index .left .swiper-slide a .text p{
    font-size: 14px;
    color: #979899;
    line-height: 24px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.factory .factory_index .left .swiper-slide a .text .icon{
    width: 26px;
    height: 26px;
    border-radius: 26px;
    margin: auto;
    margin-top: 20px;
    background: #f0f1f2;
    background-image: url("../images/product_list_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
}
.factory .factory_index .left .swiper-slide a:hover .text .icon{
    width: 138px;
    background: #e1c262;
    background-image: url("../images/product_list_icon2.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.factory .factory_index .right{
    width: 303px;
    padding-top: 158px;
}
.factory .factory_index .right .bt .bt1{
    font-size: 56px;
    color: #4d4d4d;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    line-height: 60px;
}
.factory .factory_index .right .bt .bt2{
    font-size: 36px;
    color: #3d3d3d;
    font-weight: 600;
    text-align: right;
    line-height: 65px;
}
.factory .factory_index .right .bt .border{
    width: 81px;
    height: 2px;
    background: #e1c262;
}
.factory .factory_index .right .bt .text p{
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    text-align: right;
}
.factory .factory_index .right .bt .text{
    padding-top: 26px;
}
.factory .factory_index .swiper-button-prev-factory{
    background: #e5e5e5;
    background-image: url("../images/prev-factory.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    border-radius: 62px;
    position: absolute;
    left: auto;
    right: 86px;
    bottom: 38px;
    top: auto;
    margin-top: 0;
    transition:all 0.3s ease-in-out;
}
.factory .factory_index .swiper-button-prev-factory:hover{
    background: #e1c262;
    background-image: url("../images/prev-factory.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.factory .factory_index .swiper-button-next-factory{
    background: #e5e5e5;
    background-image: url("../images/next-factory.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    border-radius: 62px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 38px;
    top: auto;
    margin-top: 0;
    transition:all 0.3s ease-in-out;
}
.factory .factory_index .swiper-button-next-factory:hover{
    background: #e1c262;
    background-image: url("../images/next-factory.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.factory .factory_index .swiper-pagination-factory{
    width: auto;
    left: auto;
    right:20px;
    bottom: 160px;
    font-size: 36px;
    color: #e5e5e5;
}
.banner_ny{
    height: 480px;
    position: relative;
}
.banner_ny_title{
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner_ny_title .p1{
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    line-height: 82px;
    text-align: center;
    margin-top: 135px;
}
.banner_ny_title .p1 span{
    color: #e1c262;
}
.banner_ny_title p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: auto;
    width: 645px;
    line-height: 24px;
}
.banner_ny_title .icon{
    margin: auto;
    margin-top: 30px;
    animation: myfirst 2s infinite;
    cursor: -webkit-grab;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.about_advantage{
    height: 750px;
    background: url("../images/about_html2.png") center center no-repeat;
}
.about_advantage .flex{
    width: calc(100% - 335px);
    margin: auto;
}
.about_advantage .flex .left{
    width: 60%;
    padding-top: 100px;
}
.about_advantage .flex .left .block{
    width: calc(50% - 103px);
    margin-left: 26px;
    margin-bottom: 24px;
    height: 215px;
    padding: 28px 45px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.14);
}
.about_advantage .flex .left .block:nth-child(odd){
    margin-left: 0;
}
.about_advantage .flex .left .block .number{
    font-size: 48px;
    color: #666666;
    line-height: 74px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.about_advantage .flex .left .block:hover .number{
    color: #e1c262;
}
.about_advantage .flex .left .block .border{
    width: 50px;
    height: 2px;
    background: #666666;
    margin-left: 6px;
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}
.about_advantage .flex .left .block:hover .border{
    background: #e1c262;
}
.about_advantage .flex .left .block .bt{
    font-size: 24px;
    color: #3c3c3e;
    line-height: 44px;
}
.about_advantage .flex .left .block .p{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.about_advantage .flex .right{
    padding-top: 130px;
}
.about_advantage .flex .right .p1{
    font-size: 44px;
    color: #3d3d3d;
    line-height: 84px;
}
.about_advantage .flex .right .p2{
    font-size: 18px;
    color: #808080;
    line-height: 28px;
}
.about_advantage .flex .right .p3{
    font-size: 14px;
    color: #707070;
    line-height: 18px;
}
.about_advantage .flex .right .xian{
    width: 95px;
    height: 10px;
    background: #e1c262;
    margin-top: 35px;
    margin-bottom: 72px;
}
.about_html{
    height: 725px;
    background: url("../images/about_html1.png") center center no-repeat;
}
.about_html .img_l{
    width: 52%;
    max-width: 976px;
    height: 572px;
    margin-top: 76px;
    background: url("../images/about_img1.png") center center no-repeat;
}
.about_html .right{
    width: calc(48% - 165px - 85px);
    margin-right: 165px;
    padding-top: 115px;
}
.about_html .right .bt{
    font-size: 36px;
    color: #3d3d3d;
    line-height: 116px;
}
.about_html .right .text{
    font-size: 14px;
    color: #808080;
    line-height: 36px;
    text-align: justify;
}
.about_html .right .number .float_l{
    width: 25%;
    margin-top: 72px;
}
.about_html .right .number .float_l .p1{
    font-size: 48px;
    color: #333333;
    text-align: center;
    display: table;
    padding: 0 20px;
    margin: auto;
    line-height: 50px;
    background: url("../images/jiahao.png") right top 13px no-repeat;
}
.about_html .right .number .float_l .p2{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 44px;
}
.position{
    height: 80px;
    border-bottom: solid 1px #ebecef;
}
.position .left{
    width: 466px;
    font-size: 24px;
    color: #3d3d3d;
    background: #e1c262;
    height: 80px;
    line-height: 80px;
    background-image: url("../images/position_icon.png");
    background-position: center right 30px;
    background-repeat: no-repeat;
    text-align: center;
}
.position .left a{
    font-size: 16px;
    color: #3d3d3d;

}
.position .left span{
    font-size: 18px;
    color: #3d3d3d;
    margin: 0 15px 0 12px;
}

.position .right_nav{
    padding-left: 36px;
    position: relative;
    width: calc(100% - 502px);
}
.position .right_nav a{
    padding: 0 41px;
    display: block;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 80px;
}
.position .right_nav .xuanzhong{
    color: #e1c262;
    background: url("../images/news_list_icon2.png") left 20px center no-repeat;
}
.position .right_nav a:hover{
    color: #e1c262;
    background: url("../images/news_list_icon2.png") left 20px center no-repeat;
}
.contact_bt{
    height: 265px;
    background: url("../images/contact_img.png") center center no-repeat;
}
.contact_bt .p1{
    font-size: 36px;
    color: #fefefe;
    font-weight: 600;
    text-align: center;
    line-height: 58px;
    padding-top: 62px;
}
.contact_bt .p2{
    font-size: 24px;
    color: #e1c262;
    text-align: center;
    line-height: 42px;
}
.contact_bt .border{
    width: 50px;
    height: 3px;
    margin: auto;
    margin-top: 25px;
    background: #e1c262;
}
.contact_html{
    padding-bottom: 94px;
    background: #f5f6f8;
}
.contact_html .contact_center{
    width: calc(100% - 335px);
    margin: auto;
}
.contact_html .contact_title{
    font-size: 30px;
    color: #3d3d3d;
    line-height: 176px;
    padding-top: 24px;
    text-align: center;
}
.contact_html .contact_list .float_l{
    width: calc(25% - 16px);
    margin-left: 21px;
    background: #fff;
    margin-bottom: 25px;
    height: 163px;
    transition:all 0.3s ease-in-out;
}
.contact_html .contact_list .float_l:hover{
    box-shadow: 0px 0px 16px 0px rgba(49, 52, 72, 0.13);
}
  
.contact_html .contact_list .float_l:nth-child(1),
.contact_html .contact_list .float_l:nth-child(5){
    margin-left: 0;
}
.contact_html .contact_list .dizhi{
    width: calc(50% - 11px);
}
.contact_html .contact_list .float_l:nth-child(1),
.contact_html .contact_list .float_l:nth-child(2),
.contact_html .contact_list .float_l:nth-child(3){
    background-image: url("../images/contact_icon1.png");
    background-position: left 36px center;
    background-repeat: no-repeat;
}
.contact_html .contact_list .float_l:nth-child(4){
    background-image: url("../images/contact_icon2.png");
    background-position: left 36px center;
    background-repeat: no-repeat;
}
.contact_html .contact_list .float_l:nth-child(5){
    background-image: url("../images/contact_icon5.png");
    background-position: left 34px center;
    background-repeat: no-repeat;
}
.contact_html .contact_list .float_l:nth-child(6){
    background-image: url("../images/contact_icon4.png");
    background-position: left 34px center;
    background-repeat: no-repeat;
}
.contact_html .contact_list .float_l:nth-child(7){
    background-image: url("../images/contact_icon3.png");
    background-position: left 41px center;
    background-repeat: no-repeat;
}
.contact_html .contact_list .float_l p{
    width: calc(100% - 130px);
    margin-left: 110px;
    word-break:break-all;
}
.contact_html .contact_list .float_l p:nth-child(1){
    font-size: 24px;
    color: #3d3d3d;
    line-height: 30px;
    padding-top: 56px;
}
.contact_html .contact_list .float_l p:nth-child(2){
    font-size: 4px;
    color: #3d3d3d;
    line-height: 34px;
}
.product_html .product_list a:nth-child(4n+1) {
    margin-left: 0;
}
.right_nav .swiper-container-product_nav .swiper-slide {
    line-height: 80px;
    height: 80px;
}
.right_nav .swiper-container-product_nav .swiper-slide:hover{
    padding: 0 41px;
}
.right_nav .swiper-container-product_nav .swiper-slide span{
    display:none;
}
.right_nav .swiper-button-next-product_nav{
    background: #f5f6f8;
    width: 83px;
    height: 80px;
    background-image: url(../images/product_nav_next2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: none;
    transition:all 0.3s ease-in-out;
}
.right_nav .swiper-button-next-product_nav:hover{
    height: 80px;
    background: #e1c262;
    background-image: url(../images/product_nav_next2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: none;
}
.right_nav .swiper-button-prev-product_nav{
    background: #f5f6f8;
    width: 83px;
    height: 80px;
    background-image: url(../images/product_nav_prev2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: none;
    transition:all 0.3s ease-in-out;
}
.right_nav .swiper-button-prev-product_nav:hover{
    height: 80px;
    background: #e1c262;
    background-image: url(../images/product_nav_prev2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: none;
}
.product_html .index_product{
    padding-top: 80px;
    padding-bottom: 64px;
    background: #f5f6f8;
}
.product_html .index_product .product_first{
    margin-top: 0;
    margin-bottom: 34px;
}
.product_html .product_list a{
    margin-bottom: 36px;
}
.turn_page{
    padding-top: 36px;
    text-align: center;
}
.turn_page .jvzhong{
    display: inline-flex;
}
.turn_page .jvzhong a{
    display: block;
    height: 42px;
    line-height: 42px;
    border: solid 1px #cccccc;
    font-size:16px;
    color: #595959;
    padding: 0 16px;
    margin: 0 4px;
    transition:all 0.3s ease-in-out;
}
.turn_page .jvzhong a:hover{
    background: #e1c262;
    border: solid 1px #cccccc;
}
.turn_page .jvzhong .xuanzhong{
    background: #e1c262;
    border: solid 1px #cccccc;
}
.product_show_html{
    background: #f5f6f8;
}
.product_show_html .product_show_center{
    width: calc(100% - 335px);
    margin: auto;
    padding-bottom: 42px;
}
.product_show_html .product_show .img{
    width: 800px;
    height: 600px;
    margin-top: 78px;
    position: relative;
}
.product_show_html .product_show .img img{
    width: 100%;
}
.product_show_html .product_show .img .shang{
    position: absolute;
}
.product_show_html .product_show .img .shang{
    position: absolute;
    bottom: 80px;
    right: -78px;
    width: 78px;
    height: 79px;
    background: #3c3c3e;
    background-image: url("../images/shang1.png");
    background-position: center center;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
}
.product_show_html .product_show .img .shang:hover{
    background: #e1c262;
    background-image: url("../images/shang2.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.product_show_html .product_show .img .xia{
    position: absolute;
    bottom: 0;
    right: -78px;
    width: 78px;
    height: 79px;
    background: #3c3c3e;
    background-image: url("../images/xia1.png");
    background-position: center center;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
    border-top: solid 1px #8e8874;
}
.product_show_html .product_show .img .xia:hover{
    background: #e1c262;
    background-image: url("../images/xia2.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.product_show_html .product_show .xiangqing{
    width: 470px;
    padding-top: 8px;
}
.product_show_html .product_show .xiangqing .bt{
    padding-top: 66px;
}
.product_show_html .product_show .xiangqing .bt p:nth-child(1){
    font-size:24px;
    color: #3d3d3d;
    line-height: 32px;
}
.product_show_html .product_show .xiangqing .bt p:nth-child(2){
    font-size:14px;
    color: #b2b2b2;
    text-transform: uppercase;
    line-height: 16px;
}
.product_show_html .product_show .xiangqing .p{
    font-size:14px;
    color: #808080;
    line-height: 30px;
    text-align: justify;
    margin-top: 46px;
}
.product_show_html .product_show .xiangqing .return_list{
    width: 100%;
    height: 41px;
    font-size:14px;
    color: #b2b2b2;
    display: block;
    margin-top: 38px;
    text-align: center;
    line-height: 41px;
    background: #3d3d3d;
    transition:all 0.3s ease-in-out;
}
.product_show_html .product_show .xiangqing .return_list:hover{
    color: #3d3d3d;
    background: #e1c262;
}
.product_show_html .product_show .xiangqing .img_list{
    border-top: solid 1px #303030;
    margin-top: 50px;
}
.product_show_html .product_show .xiangqing .img_list .bt{
    margin-bottom: 34px;
}
.product_show_html .product_show .xiangqing .img_list a{
    width: calc(50% - 7px);
    display: block;
    overflow: hidden;
    position: relative;
}
.product_show_html .product_show .xiangqing .img_list a:nth-child(2){
    margin-right: 14px;
}
.product_show_html .product_show .xiangqing .img_list a p{
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 14px);
    padding: 0 7px;
    font-size:14px;
    color: #ffffff;
    background: rgba(22, 22, 22, 0.7);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.product_show_html .product_show .xiangqing .img_list a img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.product_show_html .product_show .xiangqing .img_list a:hover img{
    transform: scale(1.1);
}
.product_show_html .text .bt{
    height: 70px;
    margin-top: 84px;
    background: #e1c262;
}
.product_show_html .text .bt p{
    width: 154px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size:20px;
    color: #f5f6f8;
    background: #3c3c3e;
}
.product_show_html .text .p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    text-align: justify;
    padding: 36px 0 86px 0;
}
.product_show_html .text .p p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    text-align: justify;
}
.product_show_html .text .p img{
    width: 100%;
}
.switch{
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.switch .list_icon{
    display: block;
    padding: 0 40px;
    height: 60px;
    display: table;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    position: absolute;
    left: 50%;
    top: 22px;
    margin-left: -60px;
}
.switch .list_icon img{
    margin-top: 12px;
}
.switch .float_l{
    display: block;
    width: 40%;
    padding-left: 32px;
    line-height: 60px;
    font-size: 16px;
    color: #3d3d3d;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.switch .float_l span{
    color: #808080;
}
.switch .float_l:hover{
    color: #e1c262;
}
.switch .float_r{
    display: block;
    width: 40%;
    padding-right: 32px;
    line-height: 60px;
    font-size: 16px;
    color: #3d3d3d;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
    text-align: right;
}
.switch .float_r span{
    color: #808080;
}
.switch .float_r:hover{
    color: #e1c262;
}
.news_show_html{
    background: #f5f6f8;
}
.news_show_html .news_show_center{
    width: calc(100% - 335px);
    margin: auto;
    padding-bottom: 55px;
}
.news_show_html .bt{
    padding-top: 58px;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}
.news_show_html .bt p{
    font-size: 24px;
    color: #404040;
    line-height: 62px;
}
.news_show_html .bt .riqi{
    display: inline-flex;
    padding-top: 18px;
    padding-bottom: 58px;
}
.news_show_html .bt .riqi span{
    display: block;
    padding: 0 40px;
    height: 18px;
    line-height: 18px;
    font-size:14px;
    color: #808080;
}
.news_show_html .bt .riqi span:nth-child(1){
    margin-right: 40px;
    border-right: solid 1px #808080;

    background: url("../images/news_show_icon1.png") center left no-repeat;
}
.news_show_html .bt .riqi span:nth-child(2){
    background: url("../images/news_show_icon2.png") center left no-repeat;
}
.news_show_html .text{
    padding: 46px 0 72px 0;
}
.news_show_html .text p{
    font-size:14px;
    color: #808080;
    line-height: 30px;
    text-align: justify;
}
.news_show_html .text h4{
    font-size:18px;
    color: #404040;
    line-height: 32px;
}
.news_show_html .text img{
    width: 100%;
    margin:10px 0;
}
.news_html_list{
    padding-top: 60px;
    background: #ffffff;
}
.news_html_list .news_html_center{
    width: calc(100% - 335px);
    margin: auto;
}
.news_html_list .bt{
    margin-bottom: 50px;
}
.news_html_list .bt p:nth-child(1){
    font-size:24px;
    color: #3d3d3d;
}
.news_html_list .bt p:nth-child(2){
    font-size:14px;
    color: #b2b2b2;
    text-transform: uppercase;
}
.news_html_list .list{
    margin-bottom: 40px;
}
.news_html_list .list a{
    display: block;
    width: calc(50% - 95px);
    margin-left: 25px;
    margin-bottom: 52px;
    background: #f5f6f8;
    padding: 42px 35px 42px 35px;
    transition:all 0.3s ease-in-out;
}
.news_html_list .list a:hover{
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(49, 52, 72, 0.15);
}
.news_html_list .list a:nth-child(odd){
    margin-left: 0;
}
.news_html_list .list a .left{
    width: 83px;
    border: solid 1px #cccccc;
}
.news_html_list .list a .left p:nth-child(1){
    font-size:24px;
    color: #808080;
    line-height: 62px;
    text-align: center;
    border-bottom: solid 1px #cacbcc;
}
.news_html_list .list a .left p:nth-child(2){
    font-size:16px;
    color: #808080;
    line-height: 52px;
    text-align: center;
}
.news_html_list .list a .right{
    width: calc(100% - 135px);
}
.news_html_list .list a .right .p{
    font-size:14px;
    color: #808080;
    line-height: 24px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news_html_list .list a .right .news_bt p{
    line-height: 52px;
    height: 52px;
    font-size:18px;
    color: #3d3d3d;
    width: calc(100% - 80px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-bottom: 5px;
    transition:all 0.3s ease-in-out;
    background: url("../images/news_list_icon2.png") left -20px center no-repeat;
}
.news_html_list .list a:hover .right .news_bt p{
    padding-left: 18px;
    color: #e1c262;
    background: url("../images/news_list_icon2.png") left 0 center no-repeat;
}
.news_html_list .list a .right .news_bt img{
    margin-top: 16px;
}
.news_html{
    padding-top: 80px;
    background: #f5f6f8;
}
.news_html .news_html_list {
    padding-top: 65px;
    background:url("../images/news_list_bj.png") center center no-repeat;
    background-size: auto 100%;
}
.news_html .news_html_list .list a{
    background: #fff;
}
.news_html .news_html_list .list {
    margin-bottom: 0px;
}
.news_html .turn_page {
    padding-top: 20px;
    padding-bottom: 70px;
}
.news_html .news_list{
    width: calc(100% - 335px);
    margin:auto;
}
.news_html .news_list .left{
    width: 50%;
    max-width: 807px;
    height: 530px;
}
.news_html .news_list_bj{
    background: #fff;
    padding-top: 34px;
    padding-bottom: 36px;
}
.news_html .news_list_bj .left .swiper-button-prev-news{
    width: 47px;
    height: 81px;
    left: 0;
    margin-top: -40px;
    background: url("../images/prev-news.png") center center no-repeat;
}
.news_html .news_list_bj .left .swiper-button-next-news{
    width: 47px;
    height: 81px;
    right: 0;
    margin-top: -40px;
    background: url("../images/next-news.png") center center no-repeat;
}
.news_html .news_list_bj .left .swiper-pagination-news{
    bottom: 20px;
}
.news_html .news_list_bj .left .swiper-pagination-bullet{
    width: 12px;
    height: 12px;






    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    margin: 0 9px;
}
.news_html .news_list_bj .left .swiper-pagination-bullet-active {
    background: #e1c262;
}
.news_html .news_list_bj .right{
    width: calc(50% - 50px);
}
.news_html .news_list_bj .right a{
    padding-top: 36px;
    display: block;
    margin-bottom: 26px;
}
.news_html .news_list_bj .right a .bt p{
    padding-left: 20px;
    width: calc(100% - 150px);
    font-size:18px;
    color: #3d3d3d;
    line-height: 58px;
    background: url("../images/news_first_icon.png") center left no-repeat;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.news_html .news_list_bj .right a:hover .bt p{
    margin-left: 20px;
    color: #e1c262;
    background: url("../images/news_list_icon2.png") center left no-repeat;
}
.news_html .news_list_bj .right a .bt .riqi{
    font-size:14px;
    color: #808080;
    line-height: 58px;
}
.news_html .news_list_bj .right a .p p{
    padding-left: 20px;
    width: calc(100% - 150px);
    font-size:14px;
    color: #808080;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.float_r .nav{}
.news_html .news_list_bj .right a .p .icon {
    width: 100px;
    height: 14px;
    margin-top: 22px;
    transition: all 0.3s ease-in-out;
    background: url("../images/news_list_icon3.png") center right 60px no-repeat;
}
.news_html .news_list_bj .right a:hover .p .icon {
    background: url("../images/news_list_icon3.png") center right 0px no-repeat;
}
