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);
    min-width: 1200px;
}
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%;
    min-width: 1200px;
    height:80px;
    position:relative;
    background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.1)); rgba(255,255,255,0.5);
    margin-top:-20px;
}
.header .header_main{
	width:1200px;
	height:80px;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
}
.header .header_left{
    width:auto;
    height:80px;
}
.header .header_left ul{
    display: inline-block;
    width:400px;
    height:80px;
    margin-left:50px;
}
.header .header_left ul li{
    display: inline-block;
    padding:20px 20px;
}
.header .header_left ul li a{
    display: block;
    width:45px;
    height:40px;
    line-height: 40px;
    color:black;
    text-align: center;
    font-size: 15px;
    text-decoration:none;
}
.header .header_left ul .active{
	 background:rgb(243,126,31);
}
.header .header_left ul .active a{
	color:white;
    border-bottom:2px solid white;
}
.header .header_left ul li:hover{
    background:rgb(243,126,31);
}
.header .header_left ul li:hover a{
    color:white;
    border-bottom:2px solid white;
}
.header .header_right{
    width:auto;
    height:80px;
    padding-top:25px;
}
.header .header_right a{
    display: inline-block;
    width:auto;
    color:black;
    text-decoration:none;
    vertical-align: middle;
    font-size: 15px;
}
.header .header_right a:hover{
    color:rgb(243,126,31);
}
.header .header_right a:nth-child(1){
    width:auto;
    min-width: 100px;
    height:45px;
    line-height: 45px;
    border-radius:4px;
    background:rgb(243,126,31);
    color:white;
    padding:0 10px;
    margin-right:20px;
}
/*网页底部*/
.footer{
    width:100%;
    height:auto;
    background:rgb(247,247,247);
    padding-top:20px;
}
.footer .footer_detail{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.footer .footer_detail .detail_1{
    width:1200px;
    height:150px;
    display: flex;
    justify-content: space-between;
}
.footer .footer_detail .detail_1>div:nth-child(1){
    width:230px;
    height:130px;
    display: flex;
    justify-content: space-between;
    border-right:1px solid rgb(229,229,229);
}
.footer .footer_detail .detail_1>div:nth-child(1)>a{
    width:115px;
    height:150px;
    text-decoration: none;
    text-align: center;
    color:rgb(145,145,145);
}
.footer .footer_detail .detail_1>div:nth-child(1)>a:hover img{
    opacity: 1;
}
.footer .footer_detail .detail_1>div:nth-child(1)>a>img{
    display: block;
    width:56px;
    height:56px;
    margin:0 auto;
    margin-top:20px;
    opacity: 0.6;
}
.footer .footer_detail .detail_1>div:nth-child(1)>a>span{
    display: block;
    width:115px;
    height:50px;
    line-height: 50px;
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(2),
.footer .footer_detail .detail_1>div:nth-child(3){
    width:400px;
    height:130px;
    display: flex;
    justify-content: space-between;
    border-right:1px solid rgb(229,229,229);
}
.footer .footer_detail .detail_1>div:nth-child(2) ul,
.footer .footer_detail .detail_1>div:nth-child(3) ul{
    display: flex;
    justify-content: space-around;
    width:400px;
    height:150px;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li{
    display: inline-block;
    width:100px;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li span,
.footer .footer_detail .detail_1>div:nth-child(2) ul li a{
    display: block;
    width:100px;
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li span{
    font-size: 14px;
    color:rgb(125,125,125);
    font-weight: 1000;
    margin-top:20px;
}
.footer .footer_detail .detail_1>div:nth-child(2) ul li a{
    color:rgb(145,145,145);
    margin-top:20px;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(1){
    width:94px;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(1) span{
    display: block;
    width:94px;
    color:rgb(145,145,145);
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(2){
    width:200px;
}
.footer .footer_detail .detail_1>div:nth-child(3) ul li:nth-child(2) span{
    display: block;
    color:rgb(145,145,145);
    font-size: 15px;
    margin-top:10px;
}
.footer .footer_detail .detail_1>div:nth-child(4){
    width:170px;
    height:130px;
}
.footer .footer_detail .detail_1>div:nth-child(4) span{
    display: block;
    width:170px;
    color:rgb(145,145,145);
    font-size: 15px;
    margin-top:10px;
    text-align: center;
}
.footer .footer_detail .detail_1>div:nth-child(4) img{
    margin-top:20px;
    margin-left:20px;
}
.footer .footer_detail .detail_2{
    width:1200px;
    height:auto;
    border-top:1px solid rgb(229,229,229);
}
.footer .footer_detail .detail_2>div{
    width:1200px;
    height:auto;
}
.footer .footer_detail .detail_2>div span{
    display: inline-block;
    width:75px;
    vertical-align: top;
    color:rgb(174,174,174);
    font-weight: 1000;
    margin-top:4px;
}
.footer .footer_detail .detail_2>div>div{
    display: inline-block;
    width:1120px;
}
.footer .footer_detail .detail_2>div>div a{
    color:rgb(174,174,174);
    line-height: 30px;
}
.footer .footer_last{
    width:100%;
    height:65px;
    background:rgb(222,222,222);
}
.footer .footer_last>div{
    width:1200px;
    height:65px;
    line-height: 65px;
    text-align: center;
    color:rgb(125,125,125);
    margin:0 auto;
}
