@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1400{ width:1400px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1400px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}

@font-face {
  font-family: 'sans-serif'; 
  src: url("../font/SourceHanSerifCN-Bold-2.otf") format('woff2');
  font-weight: normal;
  font-style: normal;
}




.header_all{width:100%; height:90px;}
.h_logo{width:19%; max-width:260px; height:90px; float: left; display: flex; align-items: center;  }
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.h_weixn{width: 35px; height: 90px; position: relative; background: url(../images/wx.png) no-repeat center; float: right}
.h_weixn img{width: 100px; height: auto; position: absolute; top: 90px; right: 0; display: none}
.h_weixn:hover img{display: block}

/*导航*/
#menu{width:60%; height:90px; position: relative; z-index:9; float: right; margin-right:3% }
#menu .nav{ position:relative; z-index:1;   width:100%; height:90px; display: flex; align-items: center;     justify-content: space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline;height:90px; line-height:90px; }
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative;  display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#333;font-size:18px; height:100%; overflow: hidden; position: relative; }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:90px;  position:absolute;  line-height:36px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 15px;  color:#333;}
#menu .nav .sub a:hover{ color:#7a4a00;  }
#menu .nav .active p,#menu .nav .nLi:hover p{font-weight: bold;}


.index_all{width:100%; height: 100vh; padding:1.4% 1.4% 0 1.4%; background: url(../images/footer.png) no-repeat left bottom; overflow: hidden}
.index_top{width:100%; height:52%; position: relative}
.index_top .ban{width:100%; display: block; max-height: 100%;object-fit: cover; object-position: top;}
.logo{width:18.6%; height: auto; position: absolute; top:0px; left:3%; z-index: 1; align-items: center; display: flex; background: #fff; border-radius: 0 0 30px 30px; text-align: center; padding:17px 0}
.logo img{max-width: 100%;  align-items: center; margin: 0px auto; transition: all .5s}
.logo:hover img{transform: scale(1.05)}
.index_top_links{width:930px; height:80px; background-image: linear-gradient(to right, #e94909, #febc41); border-radius:20px 0 0 20px; position: absolute; bottom:-50px; right:0; padding: 0px 2% 0 4%}
.links_biaoyu{float: left; color: #fff; font-size: 30px; line-height: 78px}
.links_biaoyu span{color:#fff; font-size: 30px;opacity: 0.5; font-weight: 100; margin:0 10px}
.show_info{width:188px; height:58px; background: #fff; border-radius: 40px; float: right; display: flex; align-items: center ; padding: 0px 5px; margin-top: 10px}
.show_info span{font-size: 18px; color: #000; margin-left:30px; transition: all .5s}
.show_info:hover span{margin-left: 40px; color: #7a4a00;}
.index_bottom{width:100%; height:auto; overflow: hidden; position: absolute; bottom:0; left:0; padding: 0 1.4%}
.index_bottom_one{width:100%;}
.index_bottom_one h3{color:#7a4a00; font-size: 90px; font-family: "sans-serif"}
.index_bottom_one ul{width:100%; height: auto; overflow: hidden; margin: 10px 0}
.index_bottom_one ul li{width:100%; overflow: hidden;  line-height: 40px}
.index_bottom_one ul li p{color:#7a4a00; font-size: 18px; position: relative; margin-right: 5%; padding-left: 15px; float:left }
.index_bottom_one ul li p:after{content: ""; width:6px; height:6px; background: #e94808; position: absolute; top:50%; left:0; transform: translate(0,-50%); border-radius: 50%}
.index_bottom_two{width:100%; height: auto; margin-top: 5vh; overflow: hidden}
.index_hot_li{width:46%; height: auto; float: left; background: #cda166; padding:10px 0; margin-top:32px;}
.index_hot_li p{font-size: 20px; color: #fff; width:16.6%; text-align: center; position: relative; float: left}
.index_hot_li p:after{content: ""; width: 1px; height: 14px; background:rgba(255,255,255,0.4); position: absolute; top:50%; right:0; transform: translate(0,-50%)}
.index_hot_li p:last-child:after{display: none}
.index_dizhi{width:30%; height: auto; float: right}
.index_dizhi p{width:100%; height: auto; display: flex; align-items: center; margin-bottom: 2vh}
.index_dizhi p span{font-size: 16px; color: #000; font-weight: bold; }
.index_dizhi p img{margin-right: 10px; align-items: center}


/*内页*/
.ny_banner{width:100%; height:260px; padding-top:66px}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center; background-size: cover;}
.ny_banner h3{text-align: center; font-size: 60px; font-family: 'sans-serif';  color: #fff; margin-bottom: 10px;}
.ny_ban_zi{text-align: center; font-size: 24px; font-weight: 100; color: #fff}
.ny_ban_zi span{color: #dfb075; font-size: 24px; margin:0px 22px}

.ny_top{width:100%; height: auto; overflow: hidden; margin: 20px 0}
.ny_search{width:40%; height: auto; float: left;}
.p_text{width:71%; height: 40px; background: none; border: 1px solid #e0e0e6; border-radius: 5px; float: left; padding: 0px 10px}
.in_submit{width:13%; height: 40px; background: #7a4a00; border: 0; color: #fff; font-size: 16px; float: left;  border-radius: 5px; margin: 0px 1%}
.in_submit:hover{background: #e94808}
.in_reset{width:13%; height: 40px; background:none; border: 1px solid #e0e0e6; color: #555; font-size: 16px; float: left; border-radius: 5px;}
.in_reset:hover{background: #eee}
.search_hot{float: left; line-height: 40px; margin-left:2%}
.search_hot p{float: left; font-size: 15px; color: #000}
.search_hot a{float: left; color: #e94808; font-size: 15px; text-decoration: underline; margin-right: 20px;}
.search_hot a:hover{font-weight: bold}
.ny_post{float: right; background: url(../images/icon2.png) no-repeat left center; padding-left: 30px; font-size: 15px; color: #000000; line-height: 40px}
.ny_post a,.ny_post span{font-size: 15px; color: #000000}
.ny_post a:hover{color:#e94808}
.ny_all{width:100%; height: auto; background: #fff9f1; border-bottom: 1px solid #d7c8b2; padding: 40px 0 100px; overflow: hidden}
.ny_all_left{width:17%; height: auto; float: left}
.ny_all_left h3{width:100%; height: 66px; line-height: 66px; text-align: center;color: #fff; font-size: 22px;  background: #7a4a00}
.ny_all_left a{width:100%; height: 66px; line-height: 66px; text-align: center;color: #333; font-size:18px; background: #fff; border: 1px solid #7a4a0059; margin-top: 10px; display: block}
.ny_all_left a:hover,.ny_all_left a.active{background: #f3e8d6}
.ny_all_right{width:80%; height: auto; float:right }
.ny_right_title{width:100%; height: auto; background: url(../images/icon1.png) no-repeat left center; padding-left: 30px; margin-top: 10px; line-height: 40px; display: flex;    justify-content: space-between;}
.ny_right_title h3{color:#000000; font-size: 22px; }
.ny_right_title hr{background: #f3e8d6; height: 1px; width:90%; margin-top: 28px}
.ny_news_li{width:100%; height: auto; margin-bottom: 20px; margin-top: 32px}
.ny_news_li li{width:100%; height: 50px; line-height: 50px; margin-bottom: 20px; background: #fff; position: relative;  padding: 0 20px 0 30px}
.ny_news_li li:after{content: ""; width: 5px; height:5px; background: #60a5fa; position: absolute; top:50%; left:15px; transform: translate(0,-50%); border-radius: 50%}
.ny_news_li li a{width:100%; display: flex;     justify-content: space-between;}
.ny_news_li li h3{width:70%; height: 100%; float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 18px; color: #000}
.ny_news_li li i{font-size:18px; color:#ff8400; font-style: normal }
.ny_news_li li h4{float: right}
.ny_news_li li h4 p{float: left; color: #777777; font-size: 14px; margin-right:30px}
.ny_news_li li h4 span{color: #fff; font-size: 15px; background: #e94808; border-radius: 5px; width: 78px; height: 32px; float: left; line-height: 32px; text-align: center; margin-top:9px}
.ny_news_li li h4 span:hover{background:#7a4a00 }
.ny_news_li li:hover h3{color:#7a4a00}
.ny_show_one{width:100%; background: #fff; padding: 34px 30px; margin: 35px 0 15px; overflow: hidden}
.xq_left{width:80%; height: auto; float: left}
.xq_left h3{color:#000; font-size: 30px; margin-bottom: 10px}
.xq_left_xx{width:100%;}
.xq_left_xx p{width:100%; line-height: 36px; font-size: 16px; color: #555; position: relative; padding-left: 20px}
.xq_left_xx p:after{content: ""; width: 5px; height:5px; background: #60a5fa; position: absolute; top:50%; left:0; transform: translate(0,-50%); border-radius: 50%}
.go_list{width:80px; height: 30px; background: #e94808; color: #fff; font-size: 15px; float: right; text-align: center; line-height: 30px; border-radius: 5px}
.go_list:hover{background:#7a4a00}
.ny_show_two{width:100%; height: auto; overflow: hidden; background: #fff;  padding: 34px 30px;  font-size: 16px; color: #000}
.ny_xq_zz{color: #e94808; font-size: 24px; margin-bottom: 20px}
.ny_show_two p{ font-size: 16px; color: #666; line-height: 34px}
.ny_show_two p img {max-width: 100%}



.footer{with:100%; height: auto; margin: 20px 0}
.footer_top{width:100%; text-align: center; font-size: 15px; color: #333}
.footer_top a,.footer_dizhi{font-size: 15px; color: #333; text-align: center}
.footer_top a:hover{color:#7a4a00}
.footer_dizhi{margin: 15px 0}
.footer_zhichi{width: auto; margin:0px auto; display: flex; justify-content: center;}
.footer_zhichi p,.footer_zhichi a{font-size: 15px; color: #777}
.footer_zhichi p{margin: 0 15px}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#001f6a;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*搜索分页*/
.page-box{margin-bottom: 10px !important;}


@media screen and (max-width:1680px){
.logo img{max-width: 84%}
	.index_hot_li{width:50%}
	.index_dizhi{width:40%}
}

@media screen and (max-height:900px){
	.index_hot_li p{font-size: 18px}
	.index_bottom_one h3{font-size: 60px;}
	.links_biaoyu,.links_biaoyu span{font-size:24px;}
	.index_top{height: 46%;}
	.index_top_links{height: 72px; bottom: -36px}
	.links_biaoyu{line-height: 70px}
	.show_info{height: 52px}
	.index_top_links{width: 860px}
	

}


@media screen and (max-width:1500px){
	.w1400{width:1200px;}
	.ny_search{width:36%}
	

}

@media screen and (max-height:768px){
	
	.index_bottom_one h3{font-size:48px}
	.index_bottom_one ul li p{font-size: 16px;}
	.index_bottom_one ul li {line-height: 30px}
}


