body {
    font: 12px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
    color: #333;
	margin:0;
	padding:0;
	background-color:rgba(255,255,255,0.1);
}
body, div, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}
ul{
  list-style:none;
}
a{
  text-align:center;
  text-decoration:none;
  color:white;
  display:inline-block;
}
/*网页头部*/
.header{width:100%;height:125px;color:white;background: rgba(0,0,0,0.5);position: fixed;top:0;z-index: 999;}
.header .headerTop{
    width:100%;
    height:40px;
    border:1px solid gray;
    top:0;
    background: rgba(0,0,0,0.7);
}
.header .headerTop .topMain{
    width:1200px;
    height:40px;
    line-height:40px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header .headerTop .topMain div{
    display:inline-block;
    width:45%;
    height:100%;
}
.header .headerTop .topMain .topRight{
    width:auto;
}
.header .headerTop .topMain .topRight img{
    vertical-align: middle;
    margin-top:-5px;
}
.header .headerTop .topMain .topRight a{
    width:100px;
    height:26px;
    line-height: 26px;
    color:white;
    border:1px solid rgb(199,132,64);
    border-radius:4px;
    float:right;
    margin-top:6px;
    margin-left:10px;
}
.header .headerTop .topMain .topRight span{
	width:30px;
    height:26px;
    line-height: 26px;
    float:right;
    margin-top:6px;
}
.header .headerTop .topMain .topRight .login{
    margin-left:10px;
    margin-right:5px;
    background:rgb(199,132,64);
}
.header .headerMain{
    width:1200px;
    height:85px;
    margin:0 auto;
}
.header .headerMain ul{
    display:inline-block;
    width:850px;
    height:85px;
    margin-left:100px;
}
.header .headerMain ul li{
    width:105px;
    height:85px;
    float:left;
}
.header .headerMain ul li a{
    width:80%;
    height:80%;
    line-height:68px;
    font-size:15px;
    color:white;
    text-align: center;
    vertical-align: middle;
}
.header .headerMain ul li.active{
    background:rgb(199,132,64);
}
.header .headerMain ul li.active a{
    border-bottom:2px solid white;
}
.header .headerMain ul li:hover{
    background:rgb(199,132,64);
}
.header .headerMain ul li:hover a{
    border-bottom:2px solid white;
}
.header .headerMain .search{
    display:inline-block;
    width:150px;
    height:40px;
    vertical-align: middle;
    border:1px solid white;
    margin-bottom:80px;
    margin-left:20px;
    border-radius:4px;
}
.header .headerMain .search input{
    width:100px;
    height:40px;
    border:none;
    outline: none;
    background:rgba(255,255,255,0);
}
.header .headerMain .search img{
    vertical-align: middle;
    margin-left:20px;
}
/*网页底部*/
.footer{
    width:100%;
    height:270px;
    background:rgb(106,106,106);
    font-size:14px;
    padding-bottom:-30px;
    overflow: hidden;
}
.footer .center{
    width:1200px;
    height:260px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .center .join{
    width:300px;
    height:270px;
    margin-top:25px;
}
.footer .center .join>span{
    display:block;
    width:280px;
    height:37px;
    line-height:37px;
    font-size:23px;
    color:white;
}
.footer .center .join>span span{
    font-size:16px;
}
.footer .center .join img{
    display:block;
    width:50px;
    height:5px;
    margin:20px 0;
}
.footer .center .join p{
    line-height: 30px;
    color:white;
}
.footer .center .join a{
    display: block;
    width:200px;
    height:40px;
    line-height:40px;
    border:1px solid white;
    text-align: center;
    margin-top:20px;
}
.footer .center .detail{
    width:900px;
    height:270px;
    margin-top:20px;
}
.footer .center .detail_1{
    width:900px;
    height:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px solid rgb(150,150,150);
}
.footer .center .detail_1 a{
    width:72px;
    height:60px;
    line-height: 60px;
    text-align: left;
}
.footer .center .detail_2{
    width:900px;
    height:100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px solid rgb(150,150,150);
}
.footer .center .detail_2 img{
    width:100px;
    height:44px;
    vertical-align: middle;
    margin-top:30px;
}
.footer .center .detail_2 div{
    width:250px;
    height:70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.footer .center .detail_2 div a{
    width:200px;
    height:50px;
    line-height: 50px;
    font-size:14px;
    text-align: left;
    margin-left:15px;
}
.footer .center .detail_3{
	padding-top:2px;
    width:900px;
    
    line-height: 40px;
    color:white;
    font-size:13px;
}

