/*加入此css，替换原有样式*/
.head-nav h1 {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-right: 120px;
}
.head-nav h1 img, .head-nav h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
.header .head-nav {
	border-bottom: none;
	top: 10px;
}
.head-nav:hover {
	background: none!important;
	border-bottom: none!important;	
}
.head-nav .nav-list .nav {
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
	position: relative;
}
.head-nav .nav-list .nav:after {
	height: 2px;
	background: #fff;
	margin-top: -15px;
}
.head-nav .nav-list li {
	position: relative;
}
.head-nav .nav-list li:hover .nav {
	color: #fff;
}
.head-nav .nav-list .active .nav {
	color: #fff;
}
.head-nav .new-pop-list {
	background: #fff;
	border-radius: 5px;
	margin-top: -15px;
}
.head-nav .new-pop-link a {
	color: #333;
	font-size: 15px;
}
.head-nav .new-pop-link a:hover {
	background: none;
}
.head-nav .new-pop-list dt {
	color: rgba(0, 0, 0, 0.7);
}
.head-nav .new-pop-list dd a {
	color: #333;
}
.head-nav .new-pop-list dd a:hover {
	background: none;
}
.head-nav .new-pop-list dl:after {
	background: rgb(0,0,0);
}
.new-pop-list.product {
	width: 1300px;
	left: -600px;
}
.head-nav .nav-right {
	line-height: 79px;
	margin: 0;
	height: auto;
}
.head-nav .nav-right .btn {
	border-radius: 3px;
	line-height: 32px;
	height: 32px;
	transition: all .3s ease 0s;
	font-size: 16px;
	padding: 0;
	width: 68px;
	text-align: center;
}
.head-nav .nav-right .btn:hover {
	color: #123c8f;
    background: #fff;
    border-color: #fff;
}
.head-nav .tip {
	position: absolute;
    right: -20px;
    top: 0px;
    background:#ff9b00;
    font-size: 12px;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 2px;
    color: #fff;
    animation: moveUpDown 1s infinite;
    -webkit-animation: moveUpDown 1s infinite;
}
.head-nav .tip:after {
	position: absolute;
	content: '';
	left: 15px;
	bottom: -4px; 
	width: 0;
	height: 0;
	border-left:4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ff9b00;
}
@-webkit-keyframes moveUpDown{
	25% {
		top: -3px;
	}
	50% {
		top: -5px;
	}
	75% { 
		top: -3px;
	}
	100% {
		top: 0px;
	}
}
@keyframes moveUpDown{
	25% {
		top: -3px;
	}
	50% {
		top: -5px;
	}
	75% { 
		top: -3px;
	}
	100% {
		top: 0px;
	}
}
.top-banner-img {
	position: absolute;
	z-index: -1;
	/*top: -350px;*/
	max-width: 100%;
	width: 100%;
}
.index-banner {
	background: none!important;
}
.header-banner .bd a {
	height: auto;
}
.header-banner .bd .banner-text {
	height: 660px;
    color: #fff;
	background-size: 25%!important;
    background-position: 1000px!important;
}
.aofspan725 {
	display: block;
    margin: 75px 0 0;
    font-size: 16px;
    width: 198px;
    height: 38px;
    border: 1px solid #fff;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.aofspan725:hover {
	border: 1px solid #004DE9;
    background: #004DE9;
    color: #fff;
}
.container202079 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.container202079 .footer-title {
	text-align: left;
}
.container202079 .footer-reg {
	margin: 0;
	margin-top: 10px;
}
.container {
	/* width: 1370px; */
}

	.el-menu-demo{
		display: flex;
		padding-right: 50px;
	}
	.el-menu {
		background: none;
		top: -4px;
	}
	.el-menu.el-menu--horizontal {
		border-bottom: none;
	}
	.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus, .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover, .el-menu--horizontal>.el-submenu .el-submenu__title:hover {
		background-color: transparent!important;
		color: #fff;
	}
	.el-menu-item {
		font-size: 17px;
		padding: 0;
	}
	
	.el-menu--horizontal>.el-menu-item {
		color: #fff;
	}
	.el-submenu__title {
		font-size: 17px;
	}
	.el-menu--horizontal>.el-submenu .el-submenu__title {
		color: #fff;
	}
	.el-submenu__icon-arrow {
		margin-top: 3px!important;
		font-size: 16px;
		color: #fff!important;
	}
	.disflex {
		display: flex; 
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.head-nav .tip {
		top: -18px;
		white-space: nowrap;
		left: 12px;
		right: auto !important;
	}
	@-webkit-keyframes moveUpDown{
		25% {
				top: -18px;
			}
			50% {
				top: -22px;
			}
			75% { 
				top: -20px;
			}
			100% {
				top: -18px;
			}
	}
	@keyframes moveUpDown{
		25% {
			top: -18px;
		}
		50% {
			top: -22px;
		}
		75% { 
			top: -20px;
		}
		100% {
			top: -18px;
		}
	}
	.submenu2020 {
		width: 356px;
		margin-left: -100px;
	}
	.submenu2020 .el-menu-item{
		font-weight: 500;
		color: #000!important;
		padding: 0px!important;
		height: auto!important;
	}
	.submenu2020 .el-menu-item:hover {
		background-color: rgb(238,244,255);
	}
	.submenu2020-div {
		display: flex;
		align-items: flex-start;
		padding: 20px;
	}
	.submenu2020-div img {
		width: 48px;
		height: 48px;
	}
	.submenu2020-div-sub {
		line-height: 1;
		margin-left: 20px;
	}
	.submenu2020-div-sub h6 {
		font-size: 13px;
		color: #525666;
		font-weight: 100;
		margin-top: 15px;
	}
	.hide {
		/*display: none!important;*/
	}
	@media screen and (min-width:961px){
		.top-user-info-1 a {
			color: #fff;
		}
		.top-user-info-1 a:hover {
			color: #ccc;
		}
		.p-user-empty {
			display: inline-block;
			font-size: 16px;
		    color: rgba(255, 255, 255, 0.7);
		    width: 68px;
		    text-align: center;
		    border: 1px solid rgba(255, 255, 255, 0.7);
		    line-height: 32px;
		    border-radius: 3px;
		    transition: all .3s ease 0s;
		}
		.p-user-empty:hover {
			color: #123c8f;
		    background: #fff;
		    border-color: #fff;
		}
		.p-user-empty:last-child {
			margin-left: 10px;
		}
	}
	.wxkf{text-align:center} 
.kf_qq_r{
  width:52px;
  height:174px;
  position:fixed;
  top:262px;
  right:-10px;
  z-index:99;
}

.arrow_top {
    position: fixed;
    z-index: 999999;
    right: 0px;
    bottom: 150px;
    width: 45px;
    height: 45px;
    padding: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #e1e8f0;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(227,229,233,.25);
    cursor: pointer;
    align-items: center;
    display: none;
}
.zdsjuimg{max-height: 450px;overflow: hidden;}
.lxlogo{filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.footer{margin-top: 4%!important;background: #004de9;min-width: 300px;position:relative;right: 0;left: 0;}
.footer .tlist li{ max-width: 20%; display: flex; align-items: center;}
.footer .tlist img{ width: 50px; height: 50px; flex: 0 0 auto; margin-right: 20px;}
.footer .tlist span{ padding-right: 15px; color: #ced5ff;}
.footer .pt{ padding: 3% 0; color: #ced5ff; border-bottom: 1px solid #2c57ff; margin-bottom: 3%;}
.footer .navlist{ align-items: flex-start; width: 68%;}
.footer .navlist dt{ font-size: 17px; margin-bottom: 20px;}
.footer .navlist dd{ font-size: 15px; line-height: 35px;}
.footer .navlist dd a{ color: #ced5ff;}
.footer .navlist dd a:hover{ color: #fff;}
.footer .lx{margin: 0 10%; line-height: 2;}
.footer .lx .logo{ margin-bottom: 10px;}
.footer .lx .logo img{ width: 100%; max-width: 154px;filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.footer .lx .logo + div{ margin-bottom: 20px;}
.footer .code{ flex: 0 0 auto; width: 150px;}
.footer .fb{ color: #7d8fff; padding-bottom: 3%;font-size: 12px;}
.footer .fb .fr{ float: right; margin-left: 20px;}
.footer .fb a{ color: #7d8fff;}
.footer .fb a:hover{ color: #fff;}
@media screen and (max-width:960px){
.footer{background-size: 280%;
    background-position: -200px -50px;
    padding-top: 18%;}
.footer .lx{ margin: 0 5%; display: none;}
.footer .tlist img{ width: 35px; height: 35px; margin-right: 10px;}
.footer .lx .logo + div{ margin-bottom: 10px;}
.footer .navlist dd{ font-size: 14px; line-height: 24px;}
.footer .fb {font-size: 8px;}
.zdsjuimg{max-height: 250px;overflow: hidden;}
	.head-nav .tip {
    white-space: nowrap;
    right: 60px !important;
		left:auto;
}
	.head-nav .tip {
    background: #ff9b00;
}
	.head-nav .tip:after {
	border-left:4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ff9b00;
}
.container {
    width: 100%;
}
}

@media screen and (max-width:768px){
.footer .tlist{align-items: flex-start;}
.footer .tlist li{ display: block; text-align: center; }
.footer .tlist li img{ display: block; margin: 0 auto 10px auto;}
.footer .tlist li span{ padding-right: 0;}
.footer .fb .fr{ float: none; margin-left: 0; display: block;}
.footer .pt{flex-wrap: wrap;}
.footer .navlist{width: 100%;padding-bottom: 15px;}
.footer .lx{margin: 0;}
.footer .navlist dt{font-size: 16px;}
.container {
    width: 100%;
}
}
@media screen and (max-width:640px){
.footer .tlist{ display: none;}
.footer .pt{ align-items: flex-start;}
.footer .lx{width: 100%;}
.footer .code{ display: none;}
.container {
    width: 100%;
}
}
@media screen and (max-width:480px){
.footer .pt{ flex-wrap: wrap;}
.footer .navlist dt{ margin-bottom: 10px;}
.footer .navlist,

.footer .lx{ padding-top: 15px; margin: 0;}
}
    .module-title{text-align: center;}
    .press-release{max-width: 400px}
    
    .new_com{align-items: flex-start;padding-top: 30px;flex-wrap: wrap;}
    .new_com dl dt{padding-bottom: 12px;}
    .new_com dl dd p{border: 1px solid #e4e4e4;border-radius: 5px;transition: all .5s ease 0s;display: flex;flex-direction: column;justify-content: center;padding: 10px 25px;margin-bottom: 20px;}
    .new_com dl dd p span{color: #999;font-size: 14px;}
    .new_com dl dd p a{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: block;}
    .new_com dl dd p:hover{box-shadow: 1px 1px 20px rgba(0,0,0,.2);transform: translate(0,-5px);}
    .ind_apnic{padding: 30px 40px 50px;justify-content: center;}
    .ind_apnic img{max-width: 160px;width: 100%;}
    .ind_apnic .p{font-size: 20px;line-height: 1.4;padding-left: 70px;}
    @media screen and (max-width:960px){
      .ind_apnic{padding-left: 0;padding-right: 0;}
      .ind_apnic .p{font-size: 16px;}
      .ind_apnic .p p{display: inline-block;}
    }
    @media screen and (max-width:768px){
      .ind_apnic img{max-width: 120px;}
      .ind_apnic .p{font-size: 15px;padding-left: 30px;}
      
    }
    @media screen and (max-width:1300px){
      .press-release{ max-width: none;width: 100% !important;padding: 0 !important;}
    }
    @media screen and (max-width:640px){
      .ind_apnic{flex-direction: column;}
      .ind_apnic .p{padding-top: 20px;padding-left: 0;line-height: 1.6;font-size: 14px;}
      .press-release{ max-width: none;width: 100% !important;padding: 0 !important;}
    }
@media screen and (min-width:960px){
#top-header.top_fixed {
  position: fixed;
  height: 80px !important;
  line-height: 79px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: #fff;
  padding: 0;
}
#top-header.top_fixed.head .nav li > a {
  	color: #666
}
#top-header.top_fixed.head .nav li > i::after {
    border-color: #666;
}
#top-header.top_fixed .p-user-empty {
    border: 1px solid #004DE9;
	color: #004DE9
}
#top-header.top_fixed .p-user-empty:hover {
			color: #fff;
		    background: #004DE9;
		    border-color: #004DE9;
		}
#top-header.top_fixed .head-nav .tip {
    display: none;
}
#top-header.top_fixed.head .nav li > a::after{background: #004DE9;}
#top-header.top_fixed.head .nav li dl dd {
    background: #fff;
}
#top-header.top_fixed.head .nav li dl dd .flex .s_navr h3 {
    font-size: 17px;
		color: #666;
}
#top-header.top_fixed.head .logo img {
    filter:none;
}
#top-header.top_fixed .top-user-info-1 a {
    color: #555;
}
}
