*{padding:0;margin:0;font-family:'微软雅黑';font-size:14px;}
img{max-width:100%;vertical-align: bottom;}
li,ul{list-style: none;}


.wrap1200{width:1200px;margin:0 auto;}
.wrap1000{width:1000px;margin:0 auto;}
.wrap800{width:800px;margin:0 auto;}
.Lleft{float:left}
.Rright{float:right}

.mtop{margin-top:50px;}
.ptop{padding-top:50px;}
a{text-decoration:none;color:black;}
.clear{clear: both;}
.in{border-bottom:2px solid #515151;}
.img-bgm{box-shadow: 0px 0px 10px 00px #999;	}
.new-btn{
    display:flex;
    justify-content: space-between;
}
/*************  header   ****************/
.index-btn{
    width:100px;
    margin-right:10px;
    display: inline-table;
}
.index-btn>a{
    width:120px;
    height:50px;
    display:block;
    text-align: center;
    line-height: 50px;
}
.index-nav{
    margin-top: 50px;
    margin-left:-15px;
    position: relative;
}
.index-nav>div{
    /* display:none; */
    background: white;
    z-index:999999;
    width:150px;
    border-radius: 5px;
    /* position: relative; */
}

.nav2>a{
	
}
.nav3{
    position: absolute;
    top:0;
    right:-140px;
    display:none;
}
.nav2:hover .nav3{
    display:block;
}
.nav3 a{
    display:block;
    width:140px;
    text-align: center;
    border-left:1px solid black;
}




.index-btn:hover .index-nav{
    visibility: initial;
}

.index-nav a{
    display:block;
    border-bottom:1px solid #E3E3E3;
    padding:10px 0;
    text-align: center;
    background: white;

}
.index-nav a:last-child{
    /* border:none; */
}
.index-nav{
    position: relative;
    visibility: hidden;
}
.index-nav:after{
    content:' ';
    top:-7px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    background: white;
    margin-left: -7.5px;
    z-index: -1;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.index-btn>a:hover{
	background: #0E0E0F;
	color:white;
	 border-radius: 10px;
}


.h-t{
    background: #0E0E0F;
    padding:10px 0;
}
.h1-bg>.Lleft{
    color:white;
    font-size:14px;
}
.h1-bg>.Rright a{
    color:white;
    border-left:1px solid white;
    padding:0 10px;
}
.h1-bg>.Rright a:first-child{
    border:none;
}
.h-nav{
    padding:20px 0;
}
.h-nav .nav{
    margin-left:50px;
	 height: 50px;
    position: relative;
    z-index: 99;
}
.h-nav .nav>a{
    float:left;
    width:120px;
	text-align:center;
	line-height:50px;
	height:50px;
    margin-right:20px;
}
.in{
    background: #0E0E0F;
    color:white;
    border-radius: 10px;
}
.h-nav .nav>a:hover{
    background: #0E0E0F;
    color:white;
    border-radius: 10px;
}
.arr>.Lleft{
    margin-right:10px;
	margin-top:5px;
}
.arr>.Lleft:hover{
    color:red;
}
.arr>.Lleft img{
    display:block;
    width:40px;
}
.arr>.Lleft>div{
    margin-top:3px;
    margin-left:5px;
}
/*************  footer  *********/
.footer{
    background: #0E0E0F;
    padding:30px 0;
}
.foot1{
    width:272px;
}
.youqing{
    padding:0px 0 20px 0;
    margin-bottom:20px;
    border-bottom:1px solid #1b1b1b;

}
.youqing>a{
    display:block;
    float:left;
        color:white;
}
.foot1>img{
    width:220px;
    padding:60px 0px;
    display:block;
}
.foot4{
    padding: 10px 30px 10px 50px;
    width: 260px;
    border-right: 1px solid #1B1B1B;
    box-sizing: border-box;
    border-left: 1px solid #1B1B1B;
}
.foot4 .nav a{
    float:left;
    padding:10px;
    color:white;
    margin-top:20px;
}
.foot4 .nav a:first-child{
    border:none;
}
.footer-bg{
    justify-content: space-between;
    display:flex;
}
.foot2{
	width:530px;
    padding:35px 50px 0px 50px;
    border-right:1px solid #1B1B1B;
    box-sizing: border-box;
}
.foot2 p{
    color:white;
    margin-bottom:5px;
}
.foot2 p span{
    margin-right:20px;
}
.foot3{
    margin-left:50px;
    margin-top:35px;
}
.foot3 p{
    color:white;
    margin-top:5px;
    text-align:center;
}

