@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;overflow-x: hidden;}
@media(max-width:1600px){
	html{font-size:6.25vw}
}
@media(max-width:1366px){
	html{font-size:6vw}
}
@media(max-width:1024px){
	html{font-size:9.765625vw}
}

*{margin:0;padding:0;}
body{ font-family:Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;line-height: 1.8;overflow: hidden;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#941e22;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}
.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;margin:0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}


.w1600{max-width:16rem;width:95%;margin:0 auto;}
.w1400{max-width:14rem;width:92%;margin:0 auto;}

/* Top */
.Top{line-height: 1rem;background: #941e22;position: fixed;width:100%;z-index:999;top:0;left:0;transition: all .5s;-webkit-transition: all .5s;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:10px;margin-left:10px;position: relative;z-index:999;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before,.Top .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}
.Top .Logo img{max-height:0.5rem;transition: all .5s;-webkit-transition: all .5s;}

.Top .Search{position: relative;padding-left:0.5rem;}
.Top .Search::before{content:'';display: block;width:1px;height:0.16rem;background: #fff;position: absolute;left:0;top:50%;margin-top:-0.08rem;}
.Top .Search .SearchIco{cursor: pointer;width:20px;}
.Top .Search .SearchIco .img2{display: none;}
.Top .Search .SearchIco.on .img1{display: none;}
.Top .Search .SearchIco.on .img2{display: inline-block;}
.Top .Search .SearchBox{position: absolute;width:300px;top:100%;right:0;box-shadow: 0 0 10px rgba(0,0,0,0.1);background: #fff;box-sizing: border-box;padding-right:50px;line-height: 40px;display: none;}
.Top .Search .SearchBox input{width:100%;box-sizing: border-box;padding:0 10px;}
.Top .Search .SearchBox button{width:50px;height:100%;background: url(../images/search.png) no-repeat center center #941e22;position: absolute;right:0;top:0;}

.MainNav ul li{float:left;margin-right:0.6rem;position: relative;}
.MainNav ul li em{font-size: 0.18rem;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li .NavPull{width:1.6rem;position: absolute;top:100%;left:50%;margin-left:-0.8rem;text-align: center;line-height: 0.45rem;background: #941e22;display: none;}
.MainNav ul li .NavPull dl dd a{display: block;color:#fff;}
.MainNav ul li .NavPull dl dd:hover{background: #d8a24e;}
.MainNav ul li .NavPull dl dd:hover a{color:#fff;}

.bodyon{padding-top:1rem;}
.Top.fix{line-height: 0.7rem;}
.Top.fix .Logo img{max-height:0.4rem;}






/* Bottom */
.Bottom{background: url(../images/Bottom002887-bg.jpg) top center;background-size: cover;}
.Bottom .BottomTop{padding:0.6rem 0 0.2rem 0;}
.Bottom .BottomTop .bottit{font-size: 0.18rem;margin-bottom:0.2rem;}
.Bottom .BottomTop .BottomNav{width:45%;}
.Bottom .BottomTop .BottomNav::after{content:'';display: block;clear: both;}
.Bottom .BottomTop .BottomNav .item{width:15%;margin-right:5%;float:left;}
.Bottom .BottomTop .BottomNav .item dl dd{line-height: 0.32rem;}
.Bottom .BottomTop .BottomNav .item dl dd a{color:rgba(0,0,0,0.6)}
.Bottom .BottomTop .BottomNav .item dl dd:hover a{opacity: 1;color:#941e22;}

.Bottom .BottomTop .BottomContact{width:15%;padding:0 1%;}
.Bottom .BottomTop .BottomContact .tel{font-size: 0.24rem;font-family: 'IMPACT';}
.Bottom .BottomTop .BottomContact .add{margin-top:0.1rem;font-size: 0.14rem;opacity: 0.6;}
.Bottom .BottomTop .BottomEwa .bottit{text-align: right;}
.Bottom .BottomTop .BottomEwa{width:35%;}
.Bottom .BottomTop .BottomEwa ul{display: flex;text-align: center;justify-content: flex-end;}
.Bottom .BottomTop .BottomEwa ul li{margin-left: 10px;max-width: 20%}
/* .Bottom .BottomTop .BottomEwa ul li{width:45%;} */
.Bottom .BottomTop .BottomEwa ul li p{opacity: 0.6;margin-top:0.1rem;font-size: 0.14rem;line-height: 1.25;}

.Bottom .BottomCon{font-size: 0.14rem;}
.Bottom .BottomCon .othernav ul li{display: inline-block;margin-right:0.3rem;}
.Bottom .BottomCon .link a{display: inline-block;margin-left: 0.2rem;}

.Bottom .CopyRight{padding:0.2rem 0;border-top:1px solid rgba(0,0,0,0.1);margin-top:0.2rem;font-size: 0.14rem;}
.Bottom .CopyRight .con{opacity: 0.6;}
.Bottom .CopyRight .boto ul li{display: inline-block;margin-left:0.4rem;}
.Bottom .CopyRight .boto ul li span{display: inline-block;margin-left:0.1rem;opacity: 0.6;}
.Bottom .CopyRight .boto ul li img{max-height:0.3rem;}

/* .wow {visibility: hidden;} */

@media(max-width:1024px){
.MainNav ul li{margin-right: 0.4rem;}
.Top .m-btn{display: block;}
.Top .Search,.Top .Search .SearchIco{height: 50px;line-height: 50px;}
.Top .Search::before{left: auto;right: 0}
.Top .Search{padding-left: 0;padding-right: 0.3rem;}
.Top .MainNav {position: fixed;left: 100%;top: 50px;z-index: 999;width: 30vw;background: rgba(0,0,0,.6);font-size: 18px;padding: 20px ;transition: all 0.3s}
.Top .MainNav li{width: 100%}
.MainNav ul li em {font-size: 16px;}
.Top .MainNav.show{left: auto;right: 0}
.Banner003144{margin-top: 50px;}
}
@media(max-width:768px){
.Bottom .BottomTop .BottomNav{display: none}
.Bottom .BottomTop .BottomContact{width: 65%}
.Bottom .BottomTop .BottomEwa{width: 30%}
.Bottom .BottomTop .bottit{font-size: 18px;}
.Bottom .BottomTop .BottomContact .tel{font-size: 24px;}
.Bottom .BottomTop .BottomContact .add{font-size: 14px;}
.Bottom .BottomCon .othernav ul li{font-size: 14px;}
.Bottom .BottomCon .link {font-size: 14px;}
.Bottom .CopyRight{font-size: 14px;}
.Bottom .CopyRight .boto {width: 100%;}
.Bottom .CopyRight .boto ul{text-align: center;}
}