/*加入此css，替换原有样式*/
/*授权予https://www.tuyuyun.com
*/
.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: rgba(255,255,255,0.5);
    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 rgba(255,255,255,0.5);
}
@-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 #059fff;
    background: #059fff;
    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;
}