body {
		    margin: 0;
		}
		
		.w1200 {
		    display: block;
		    width: 1200px;
		    margin: auto;
		}
		
		wilson_comm_header {
		    height: 140px;
		    background-color: #fff;
		}
		
		.headTop {
		    width: 100%;
		    height: 40px;
		    background: #f2f2f2;
		}
		
		    .headTop .name {
		        line-height: 40px;
		        font-size: 14px;
		        color: #666666;
		        text-decoration: none;
		    }
		
		    .headTop .language {
		        float: right;
		        font-size: 14px;
		        height: 40px;
		        line-height: 40px;
		    }
		
		        .headTop .language a {
		            font-size: 14px;
		            text-decoration: none;
		            color: #333;
		        }
		
		        .headTop .language span {
		            padding: 0 5px;
		        }
		
		.headBox {
		    height: 100px;
		    box-sizing: border-box;
		    padding: 15px 0;
		}
		
		    .headBox > div > div {
		        display: inline-block;
		        vertical-align: middle;
		    }
		
		    .headBox .slogn {
		        height: 60px;
				border-left: 1px solid #EEE;
				padding-left: 20px;
				line-height: 1.8;
				margin-left: 10px;
		    }
		
		        .headBox .slogn div:first-child {
		            color: #03519c;
		            font-weight: bold;
		        }

				.headBox .slogn div:last-child {
					color: #03519c;
					font-weight: bold;
				}
		
		    .headBox .telBox {
		        float: right;
		        margin-top: 10px;
		    }
		
		        .headBox .telBox > div {
		            display: inline-block;
		            vertical-align: middle;
		        }
		
		            .headBox .telBox > div img {
		                width: 45px;
		                height: 45px;
		            }
		
		            .headBox .telBox > div:last-child {
		                background: transparent;
		                 font-size: 21px;
		                 color: #999;
		                 padding-top: 0px;
		                 margin-top: 0px;
		                 line-height: 26px;
		                 height: 53px;
		                 padding-left: 10px;
		            }
		
		.menuContent {
		    width: 100%;
		    height: 100%;
		    box-sizing: border-box;
		    background: rgba(3,81,156,0.8);
		}
		
		    .menuContent .menuBox {
		        display: flex;
		        text-align: center;
		        height: 50px;
		    }
		
		        .menuContent .menuBox > li {
		            position: relative;
		            -webkit-box-flex: 1;
		            -webkit-flex: 1;
		            -ms-flex: 1;
		            flex: 1;
		            list-style: none;
		            line-height: 50px;
		        }
		
		            .menuContent .menuBox > li#hot > a, .menuContent .menuBox > li > a:hover {
		                color: #ffffff;
		                background: #03519c;
		            }
		
		{
		    color: #ffffff;
		    background: #03519c;
		}
		
		.menuBox > li > a {
		    height: 100%;
		    position: relative;
		    text-decoration: none;
		    font-size: 16px;
		    box-sizing: border-box;
		    display: block;
		    text-align: center;
		    letter-spacing: normal;
		    white-space: nowrap;
		    line-height: 44px;
		    padding: 0;
		    font-family: Microsoft YaHei;
		    font-size: 16px;
		    line-height: 50px;
		    color: #ffffff;
		    margin-right: 2px;
		    text-decoration: none;
		}
		
		.menuBox .menuList {
		    /* opacity: 0; */
		    display: none;
		    position: absolute;
		    left: 50%;
		    width: 100%;
		    height: 0;
		    transform: translate(-50%,0);
		    -webkit-transform: translate(-50%,0);
		    -moz-transform: translate(-50%,0);
		    -o-transform: translate(-50%,0);
		    background: #f5f5f5;
		    padding: 0;
		    z-index: 99
		}
		
		    .menuBox .menuList li {
		        list-style: none;
		        color: #4d5158;
		        font-size: 14px;
		        line-height: 40px;
		    }
		
		        .menuBox .menuList li a {
		            display: block;
		            width: 100%;
		            line-height: 40px;
		            text-decoration: none;
		            color: #333;
		        }
		
		        .menuBox .menuList li:hover a {
		            background: #4bc9e4;
		            color: #fff;
		            border-style: none;
		        }
		