* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.header {
    height: 88px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.02);
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
}

.w1400 {
    width: 1400px;
    margin: auto;
}

.flex {
    display: flex;
}
.flex1 {
	display: flex;
	justify-content: space-between;
}
.flex2 {
	display: flex;
	justify-content: center;
}
.flex3 {
	display: flex;
	align-items: center;
}
.flex4 {
	display: flex;
	justify-content: flex-end;
}
.flex5 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex6 {
	display: flex;
	flex-wrap: wrap;
}


.header .logo img {
    height: 30px;
    margin-right: 20px;
}

li, ul {
    display: block;
}

.header a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.header .nav-name{
    line-height:40px;
}
.header .nav-link a {
    display: inline-block;
    text-align: center;
    width: max-content;
    border-bottom: 2px solid rgba(255,255,255,0);
}
.header .nav-ol .active .go-link-box p{
	color: #2288FC ;
}
.header .nav-link:hover::after,
.header .nav-link:hover::before {
    transform: scale(1);
}

.header .nav-box li a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin: 0 auto;
}

.header .nav-link:hover .nav-name {
    color: #2288FC;
    border-bottom: 2px solid #2288FC;
    display: block;
}

.header .nav-link {
    position: relative;
    margin: 0px 15px;
    cursor: pointer;
    height: 88px;
}

.header .nav-link::after {
    content: "";
    border-bottom: #2288FC solid 2px;
    display: block;
    transform: scale(0);
    transition: all 0.4s ease-out 0s;
}

.header .active .nav-name {
    color: #2288FC;
    border-bottom: 2px solid #2288FC;
}

.header .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 20px;
    transform: scale(0);
    transform-origin: center top;
    transition: all 0.4s ease-out 0s;
    color: #2288FC;
}

.header .nav .nav-box {
    position: absolute;
    left: -16px;
    overflow: hidden;
    height: 0;
    transition-duration: 0.4s;
    background: #FFFFFF;
    padding: 0px 16px;
}

.header .nav .nav-box li:hover a {
    color: #2288FC;
}

.header-nav .nav-ol,
.header-nav > ul.header-right-box > li > ol.nav-ol {
    z-index: 9;
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    margin-left: -60px;
    top: 88px;
    -webkit-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -o-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    transition: all .3s;
    -webkit-transition: all .3s;
    display: flex;
    flex-wrap: wrap;
    /* padding: 10px 20px; */
    background: #FFFFFF;
    box-shadow: 0px 5px 13px 0px rgba(112,123,141,0.39);
    border-radius: 8px;
}
.w710{
    width: 710px;
}
.header-nav > ul.nav > li:hover > ol.nav-ol,
.header-nav > ul.header-right-box > li:hover > ol.nav-ol {
    max-height: 500px;
	padding: 10px 20px;
}

.header-nav > ul.nav > li > ol.nav-ol > li,
.header-nav > ul.header-right-box > li > ol.nav-ol > li {
    padding: 8px 12px;
}

.header-nav > ul.nav > li > ol.nav-ol > li > a,
.header-nav > ul.header-right-box > li > ol.nav-ol > li > a {
    font-size: 14px;
    color: #323232;
    text-align: left;
}

.header-nav > ul.header-right-box > li > ol.nav-ol > li > a > span {
    font-size: 12px;
    color: #323232;
    line-height: 36px;
}

.header-nav > ul.nav > li > ol.nav-ol > li:hover > a,
.header-nav > ul.header-right-box > li > ol.nav-ol > li:hover > a {
    color: #0064fa;
}

.header-nav > ul.header-right-box > li > ol.nav-ol {
    width: 230px;
    margin-left: -95px;
}
.header-nav .nav-ol li:hover p{
	color: #0064fa;
}
.header-top-box > ul.header-right-box > li > ol.nav-ol {
    top: 30px;
}
.header-nav .nav-ol .go-link-box{
	padding: 8px 15px;
}
.header-nav .nav-ol .go-link-box img{
    width: 25px;
}
.header-nav .nav-ol .go-link-box p{
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin-left: 8px;
}
.header-nav .nav-ol .go-link-box span{
	font-size: 14px;
	color: #4B5563;
	line-height: 19px;
	width: 280px;
	display: block;
	word-wrap: break-word;
	border-top: 1px solid #CDCDCD;
	margin-top: 8px;
	padding-top: 10px;
}
.header .call_img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.header .call span{
	font-size: 16px;
	color: #4B5563;
	line-height: 16px;
}
.header .call p{
	font-size: 23px;
	color: #275EFE;
	line-height: 24px;
	font-weight: 600;
}
.header .OnlineService{
	width: 112px;
	height: 40px;
	background: #275EFE;
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin-left: 25px;
}
.header .OnlineService:hover{
    background: #3e6ffe;
}