.FlL{
	float: left;
}
.FlR{
	float: right;
}

.icon a{
	text-decoration: none;
	color:#333;
}

@media all and (min-width: 1065px) {

    .pcHeader{
        height: 130px;
    }
    .SmallHeader{
        font-size:12px;
        padding:15px;
    }
    .SmallHeader a{
        color:#333;
        text-decoration: none;
    }
	header {
		position: fixed;
		width: 100%;
		background-color: #fff;
    z-index: 9;
    border:none !important;
	}

	.Logo {
        width: 17%;
        float: left;
        padding-top: 35px;
        height: 95px;
	}

	.Logo img {
        max-width: 100%;
        cursor: pointer;
    }

    .menuUl{
        width: 83%;
        height: 40px;
				padding-top:90px;
        float: left;
        text-align: right;

        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .menuUl li{
        display: inline-block;
        margin-left:15px;
        text-align: right;
        position: relative;
        padding: 28px 0;
    }
    .menuUl li > a{
        font-size:16px;
        text-decoration: none;
        color:#888;
				font-weight: lighter;
    }

    .menuUl li > dl{
        position: relative;
    }
    .menuUl li > dl{
        position: absolute;
        display: none;

        position: absolute;
        top: 55px;
        left: 50%;
        margin-left: -60px;
        z-index: 9;
        width: 120px;
        background-color:#fff;
        border: 1px solid #e1e1e1;
    }
    .menuUl li > dl::after {
        content: "";
        background-image: url(../image/Myarrow.png);
        position: absolute;
        width: 12px;
        height: 12px;
        top: -10px;
        left: 50%;
        margin-left: -6px;
        border-width: 0 15px 15px;
        border-color: #fff transparent;
    }
    .menuUl li > dl > dt{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
    .menuUl li > dl > dt:hover > a{
        color:#1b8ec0;
    }
    .menuUl li > dl > dt:hover{
        background-color:#f6f6f6;
    }
    .menuUl li > dl > dt:last-child{
        border-bottom: 0;
    }
    .menuUl li > dl > dt > a{
        font-size:14px;
        display: inline-block;
        padding:7px;

        text-decoration: none;
        color:#333;
    }

    .pcNone{
        display: none;
    }

		.quickMenu{
			position: fixed;
			right: 0;
			top:50%;
			transform: translate(0px, -50%);
		}
		.icon{
			text-align: center;
			border:1px solid #e1e1e1;
			background-color:#fff;
			padding: 10px;
		}
		.quickNum{
			padding:10px 0;
		}
		.icon:nth-child(2){
			border-top:0;
		}
		.quickText{
			font-size: 32px;
			margin:10px 0;
		}
		.quickText2{
			font-size: 14px;
			margin:10px 0;
		}
		.quickText3{
			background-color:#111111;
			color:#fff;
			font-size:16px;
			padding:10px 0;
			text-align: center;
		}

		#container {
			width:1200px;
			margin:0 auto;
			padding-top:180px;
		}
}

@media all and (min-width: 768px) and (max-width: 1064px) {

	.mNone {
		display: none;
    }

		.quickMenu{
			position: fixed;
			right: 0;
			top:50%;
			transform: translate(0px, -50%);
		}
		.icon{
			text-align: center;
			border:1px solid #e1e1e1;
			background-color:#fff;
			padding: 5px;
		}
		.quickNum{
			padding:10px 0;
		}
		.icon:nth-child(2){
			border-top:0;
		}
		.quickText{
			font-size: 25px;
			margin:5px;
		}
		.quickText2{
			font-size: 14px;
			margin:10px 0;
		}

.headerLogo{
	width: 192px !important;
	position: absolute !important;
	left: 0 !important;
	top:50% !important;
	margin-top:-16px !important;
	padding: 0 !important;
}
.headerLogo img{
	width:100%;
}


header .top{
	background-color: #fff;
	height: 80px;
	display: flex;
	align-items: center;

}
header .top .FlL{
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	float: inherit;
}
.logo{
	width: 160px;
}
.logo img, .side-menu img{
	width: 100%;
}

.topBack svg{
	width:50%;
}
.side-menu {
	text-align: right;
}
header .top .wrap{
	height: 100%;
}

#container {
	width:96%;
	margin:0 auto;
	padding-top:100px;
}


}

@media (max-width: 767px) {

    .mNone {
		display: none;
	}

	.quickMenu{
		position: fixed;
		right: 0;
		top:50%;
		transform: translate(0px, -50%);
	}
	.icon{
		text-align: center;
		border:1px solid #e1e1e1;
		background-color:#fff;
	}
	.icon img {
		width: 50%;
		padding: 5px 5px 0;
	}
	.quickNum{
		padding:10px 0 5px;
	}
	.icon:nth-child(2){
		border-top:0;
	}
	.quickText{
		font-size: 20px;
		margin:5px 10px 10px;
	}
	.quickText2{
		font-size: 14px;
		margin:10px 0;
	}

.headerLogo{
	width: 192px !important;
	position: absolute !important;
	left: 0 !important;
	top:50% !important;
	margin-top:-16px !important;
	padding: 0 !important;
}
.headerLogo img{
	width:100%;
}


header .top{
	background-color: #fff;
	height: 60px;
	display: flex;
	align-items: center;

}
header .top .FlL{
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	float: inherit;
}
.logo{
	width: 100px;
	padding-top:5px;
}
.logo img, .side-menu img{
	width: 100%;
}

.topBack svg{
	width:50%;
}
.side-menu {
	text-align: right;
}
header .top .wrap{
	height: 100%;
}


#container {
	width:96%;
	margin:0 auto;
	padding-top:90px;
}


}
