@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
/*返回首页*/
#tip{width: 100%;padding-top: 80px;min-height: 260px;}
#tip span{color: #333;font-size: 18px;font-weight: bold;}
#tip i{color: #f5a101;font-size: 32px;margin-right: 10px;vertical-align: sub;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display:block;text-align:center;background: #ececec;color: #434343;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #f5a101;color:#fff;}
.sitemap dd{float: left;width: 76%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
@media screen and (max-width:640px){
.sitemap{padding: 5px 0;}
.sitemap dt{width: 22%;}
.sitemap dt a{font-size: 12px;}
.sitemap dd a{font-size: 12px;padding-right: 3%;line-height: 23px;}}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,0.6);backdrop-filter: blur(5px);}
#wxnr .nrdf{margin: auto;position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 300px;padding: 20px;padding-top: 35px;margin-top: -150px;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;box-sizing: border-box;}
#wxnr img{width: 135px;height: 135px;display: block;margin: 0 auto;}
#wxnr p{color: #333;font-size: 14px;line-height: 25px;text-align:center;}
#wxnr i.x{position: absolute;top: 12px;right: 12px;width: 18px;height: 18px;font-size: 12px;line-height: 18px;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 3px 5px;line-height: 18px;background-color: #f5a101;color:#fff;border-radius: 5px;cursor:pointer;}
#wxnr span i{color: #fff;margin-right: 5px;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -25px;z-index: 9999999;font-size: 16px;color: #fff;width: 90%;right: 5%;line-height: 46px;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 5px;display: none;}
/*视频样式*/
video {width: 100%;height:auto;background-color: #000;}