@charset "utf-8";
.header{
	z-index: 999;
}
.header_nav p,.nav_list>a{
	line-height: 1;
}
.top_con{
    height: 90px;
    padding-top: 14px;
	border-bottom: 1px solid #188af1;
}
.top_header,.header_right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_left,.header_nav,.header_search{
	display: flex;
	align-items: center;
}
.header_nav p{
	padding: 0 15px;
}
.header_nav p:first-child{
	position: relative;
}
.header_nav p:first-child:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #8690a2;
}
.header_nav p a{
	color: #8690a2;
	font-size: 18px;
}
.search_input {
    width: 220px;
    height: 36px;
    border-radius: 5px;
    border:1px solid var(--active-color);
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}
.search_input input {
    background-color: transparent;
    height: 100%;
    width: calc(100% - 30px);
}
.search_img{
	height: 100%;
	width: 35px;
	border-radius: 4px;
	display: flex;
    align-items: center;
    background-color: var(--active-color);
    box-shadow:0px 0px 4px 1px rgba(74, 126, 210, 0.7);
}
.search_img img{
	margin: auto;
}
.wx_img {
    /*top:100%;
    right: 0;*/
    top: -8px;
    right: -120px;
    display: none;
}
.ewm_icon{
	vertical-align: middle;
}
/*导航*/
.nav_box{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_list{
	position: relative;
	/*padding: 10px 0;*/
}
.nav_list,.nav_list_box{
	box-shadow: 0px 2px 8px 1px transparent;
	box-sizing: border-box;
}
.nav_list:hover{
	background-color: #fff;
	box-shadow: 0px 2px 8px 1px rgba(125, 152, 195, 0.36);
}
.nav_list:hover .nav_list_box{
	box-shadow: 0px 4px 8px 1px rgba(125, 152, 195, 0.36);
}
.nav_list:hover img,.nav_on img{
	content: ;
}
.nav_last:hover{
	background-color: #fff;
	box-shadow: none;
}
.nav_list:hover>a,.nav_on>a{color: #1565f1!important;}
.nav_list:hover>a:after{background: transparent;}
.nav_last_on a{color: #1565f1!important;font-weight: bold;}
.nav_list>a{
	display: inline-block;
	/*padding:0 13px;*/
	padding:10px 14px;
	font-size: 16px;
	color: #81858e;
	position: relative;
}
.nav_box .nav_list:first-child>a{padding:10px 16px;}
.nav_list>a:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	top:34%;
	right: 0;
	background-color: #354664;
	opacity: 0.3;
}
.nav_box .nav_list:nth-last-child(2)>a:after,
.nav_box .nav_list:last-child>a:after{
	height: 0;
}
.nav_list img{
	vertical-align: middle;
	margin-left: 4px;
}
/*.nav_list_box{
	position: absolute;
}*/
.nav_last a{
	padding:10px;
}
/*下拉菜单*/
.nav_list_box{
	position: absolute;
	top:100%;
	width: 100%;
	background-color: #fff;
	padding-bottom: 6px;
	z-index: 999;
}
.nav_list_box li{
	padding: 6px 0;
	text-align: center;
}
.nav_list_box a{
	font-size: 14px;
	color: #b3b3b3;
}
.nav_list_box li:hover{
	background-color: rgba(21,101,241,0.1);
}
.nav_list_box li:hover a{
	color: #333;
}
.nav_last_box{
	position: absolute;
	top:100%;
	right: 0;
	width: 140px;
	background-color: #eff2f7;
	padding: 12px 0;
	z-index: 99;
}
.nav_last_box li{
	padding: 6px 0;
	text-align: center;
	position: relative;
}
.nav_last_box li a{
	font-size: 16px;
	color: #81858e;
}

/*.nav_last_box li:hover{
	background-color: #e7effe;
}*/
.nav_last_box li a:hover{
	font-weight: bold;
}
/*.nav_last_box li:hover :before{
	position: absolute;
	content: ;
	left: 0;
}*/
.nav_last:hover{
	/*background-color: var(--active-color);*/
	background-color: #eff2f7;
}
.nav_last:hover img{
	/*content: ;*/
	content: ;
}
.nav_list_box,.nav_last_box{
	display: none;
}

/*滑动固顶*/
.nav_fixed{
	position: fixed;
	width: 100%;
	top: 0;
}
.nav_fixed .top_con{
	background-color: #fff;
}
.nav_fixed .nav_box{
	background-color: #eff2f7;
}
/*右侧固定*/
.k_fixed{
	position: fixed;
	top:50%;
	transform: translatey(-50%);
	right: 20px;
	width: 50px;
	background-color: #fff;
	z-index: 999;
	border-radius: 5px;
}
.k_fixed p{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	border:1px solid var(--active-color);
}
.k_fixed p img{
	margin: auto;
}
.k_fixed #wxcode{
    display: none;
    position: absolute;
    top: 0;
    /*transform: translatey(-50%);*/
    right: 55px;
    z-index: 9;
    padding: 10px;
    background: #fff;
    font-size: 0;
    box-shadow: 0 0 6px #333;
}
.k_fixed .gotop{
	border-top: none;
	position: initial;
	border-radius: 0;
	transform: none;
}
/*.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeinleft {
    0% {
       
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px)
    }

    100% {
        
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        transform: translatex(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0)
    }
}

.fadeinleft {
    -webkit-animation-name: fadeinleft;
    animation-name: fadeinleft
}*/
/*.gotop{
	position: fixed;
	top:85%;
	transform: translatey(-50%);
	right: 10%;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	border:1px solid var(--active-color);
	background-color: #fff;
	z-index: 999;
	display: none;
}
.gotop img{
	margin: auto;
}*/
.nav_list .hnull:after{background-color: transparent;}