/*----------------Header&Navigation----------------*/
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:90px;
    z-index:999999;
    color: #000;
    background-color: #fff;
    webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 22px rgba(0,0,0,.15);
    box-shadow: 0 0 22px rgba(0,0,0,.15);
    transition: all ease .4s;
}
.logo{
    width:424px;
    height:90px;
    display: flex;
    align-items: center;
}
/*Navigation*/
.nav{height:90px;font-size:16px;display: flex;justify-content: space-between;margin-left: 30px;}
.nav>li{position:relative;padding:0 10px;}
.nav>li>a{display: block;width:100%;height:90px;line-height:90px;text-align:center;font-weight:400;}
.nav>li>a:hover {color:#ff9946;border-bottom:3px solid #ff9946;}
.nav li #nav-slide{
    display: none;
    position:absolute;
    left:2px;
    top:96%;
    width:100px;
    z-index:10;
    border-top:3px solid #ff9946;
    opacity:0.9;
    -webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 22px rgba(0,0,0,.15);
    box-shadow: 0 0 22px rgba(0,0,0,.15);
}
.nav li #nav-slide:after{
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ff9946 transparent;
}
#nav-slide a {
    display: block;
    float:left;
    width:100%;
    height: 40px;
    text-align:center;
    color: #fff;
    background-color:#313336;
    line-height: 40px;
    border-top: 1px dashed #5e5e60;
}
#nav-slide a:hover {
    color: #ff9946;
}
.nav li.hassub:hover  #nav-slide { display: block;}

/*Relate*/
.relate{width:220px;height:45px;display: flex;justify-content: space-around;margin-top: 20px;}
.relate-phone{width:140px;height:45px;position:relative;margin-top: 5px;}
.relate-phone .head-circle11{position:absolute;top:6px;left:0;display: block;width:30px;height:30px;background: url(../imagess/dianhua.png) no-repeat;}
.head-circle{display: block;width:30px;height:30px;line-height:26px;text-align:center;border:2px solid #333;border-radius:15px;font-size:17px;color:#616161;}
.relate-phone .phone-p{position:absolute;top:0;right:0;}
.relate-wx{position:relative;margin:11px 25px;}
.wx-slide{display:none;position:absolute;top:160%;left:-50%;z-index:999;width:6.25rem;height:6.25rem;-webkit-border-radius: 1.25rem;-moz-border-radius: 1.25rem;border-radius: 1.25rem;background-color: #fff;overflow:hidden;-webkit-box-shadow: 1px 1px 1.25rem rgba(247,182,136,.8);-moz-box-shadow: 1px 1px 1.25rem rgba(247,182,136,.8);box-shadow: 1px 1px 1.25rem rgba(247,182,136,.8);}
.relate-wx:hover .wx-slide{display: block;}
.head-circle:hover {color:#f6ab6f;border:2px solid #f6ab6f;}
.out,#bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-10;}
/*Top-Bg*/
.top-bg{width:100%;position:relative;}
.md0{width:100%;position:absolute;top:0;left:0;color:#fff;}
.md0-1{font-size:70px;position: absolute;top:130px;left:0;font-weight:bold;}
.md0-2{font-size:20px;position: absolute;top:170px;left:340px;}
.md0-2 span{display: inline-block;width:10px;height:10px;border:1px solid #fff;border-radius:5px;margin-right:40px;margin-bottom:3px;}

/*------------------------Foot&Back-to-top------------------*/
footer{position:relative;width:100%;height:482px;background:url(../imagess/foot-bg.jpg) no-repeat 100% 100%;}
footer .foot{width:100%;height:100%;position:absolute;top:0;left:0;}
.foot-nav {width:80%;display: flex;justify-content:space-between;margin:0 auto;}
.foot-nav li{width:10%;font-size:16px;color:#fff;}
.foot-nav li a{display: block;width:100%;color:#fff;text-align:center;}
.foot-line{display: block;width:100%;height:3px;background-color:#ffffff;margin:15px auto;}
.foot-link{display: flex;width:100%;margin:30px auto;color:#fff;}
.foot-link ol{display: flex;justify-content:space-around;flex-direction: column;width: 45%;}
.foot-link ol li{line-height:1.3;font-size:14px;letter-spacing: 2px;margin-bottom: 10px;}
.foot-link ol li i{display: inline-block;width: 14px;height: 14px;}
.foot-link ol li .ft_dianhua{background: url(/images/ft_dianhua.png) no-repeat;}
.foot-link ol li .dizhi{background: url(/images/dizhi.png) no-repeat;}
.product_all{display: flex;justify-content: space-between;width: 640px;margin-top: 30px;}
.product_all a:hover{color:#F64C00 ;}
/*Back-to-Top*/
#rocket-to-top div {
    left:0;
    margin:0;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:0;
    width:149px;
}
#rocket-to-top .level-2 {
    background:url("../images/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display:none;
    height:250px;
    opacity:0;
    z-index:1;
}
#rocket-to-top .level-3 {
    background:none repeat scroll 0 0 transparent;
    cursor:pointer;
    display:block;
    height:150px;
    z-index:2;
}
#rocket-to-top {
    background:url("../images/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor:default;
    display:block;
    height:250px;
    margin:-125px 0 0;
    overflow:hidden;
    padding:0;
    position:fixed;
    right:0;
    top:75%;
    width:120px;
    z-index:999;
}



/*PageList-Style*/
DIV.pageinfo {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-WEIGHT: bold; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center;margin-top: 30px;
}
DIV.pageinfo A {
	border: #ece96b 2px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; PADDING-TOP: 2px; BACKGROUND-COLOR: #fff; TEXT-DECORATION: none;color:#000;
}
DIV.pageinfo A:hover {
	BORDER: #ffb580 2px solid; BACKGROUND-COLOR: #ffb580;color:#000;
}
DIV.pageinfo A:active {
	BORDER: #ffb580 2px solid; BACKGROUND-COLOR: #ffb580;color:#000;
}
DIV.pageinfo SPAN.thisclass {
	BORDER: #ffb580 2px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; PADDING-TOP: 2px; color:#000;BACKGROUND-COLOR: #ffb580;
}
DIV.pageinfo SPAN.disabled {
	DISPLAY: none;
}

/*Link Us*/
.link{background-color:#f8f2f2;padding-bottom:40px;}
.link p{font-size:20px;margin:20px 0;text-align:center;}