/* header */
.header-box{
	text-align: left;
    padding: 10px 0;
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
}
.header-title{
	display: block;
	margin-left: 10px;
	
}
.header-logo{
	margin-right: 50px;
}
.header-logo-img{
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.header-top{
	width: 70px;
	max-width: 100%;
	margin-left: 10px;
	display: inline-block;
}
.header-title{
	font-size: 20px;
	font-weight: bold;
    letter-spacing: 5px;
}
.header-title span{
	border-bottom: 3px solid #609cd5;
	font-weight: bold;
    letter-spacing: 5px;
}
.fixed-icon{
	position: fixed;
	z-index: 101;
	right: 125px;
	text-align: center;
	top: 30%;
}
.fixed-title{
	position: absolute;
	background-image: url('../img/hover- box.png');
	width: 180px;
	height: 130px;
	padding: 24px 15px;
	background-repeat: no-repeat;
	font-size: 13px;
	text-align: left;
    right: -77px;
    top: -120px;
    font-weight: bolder;
    display: none;
}
.fixed-title2{
	position: absolute;
	background-image: url('../img/1024-box.png');
	width: 190px;
	height: 130px;
	padding: 55px 15px;
	background-repeat: no-repeat;
	font-size: 13px;
	text-align: left;
    right: -22px;
    top: 70px;
    font-weight: bolder;
    display: none;
    z-index: 999;
}
.header-top-line{
	position: relative;
}
.fixed-title.open{
	display: block;
}
.fixed-title span,.fixed-title2 span{
    display: block;
    margin-top: 10px;
    font-weight: bolder;
}
.fixed-line{
	display: none;
    margin-bottom: 35px;
}
.close{
	display: none;
}

.open{
	display:block;
}
/* phone */
.rwd-menu{
	display: none;
}
.rwd-icon{
    width: 40px;
    height: 40px;
    background-image: url('../img/more1.png');
    background-size: cover;
    background-position: center;
    display: none;
    z-index: 101;
	position: absolute;
    right: 20px;
    top: 26px;
}
.rwd-icon2{
    background-image: url('../img/more2.png');
    right: -100px;
}
.mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999999;
    background-color: rgba(0,0,0,0.9);
    display: none;
}
.mask-open{
	display: block;
}
/* footer */
footer{
	background-image: url('../img/footer-bg.png');
}
.footer-breadth{
	margin: auto;
    position: relative;
    z-index: 100;
    width: 1000px;
    max-width: 100%;
    font-size: 0;
    text-align: center;
	padding: 30px 0;
}
.good-great{
	font-size: 13px;
	text-align: right;
	margin-top:10px ;
	color: #777;
}
.footer-logo,
.footer-menu,
.footer-icon{
	display: inline-block;
	vertical-align: middle;
	width: 33.33333%;
	max-width: 100%;
}
.footer-logo{
	width: 25%;
}
.footer-menu{
	width: 40%;
}

.footer-icon{
	width: 35%;
}

.footer-menu{
	font-size: 16px;
	text-align: left;
}
.footer-title{
	font-size: 18px;
	font-weight: bold;
}
.footer-menu .fa{
	color: #869fc1;
	width: 25px;
}
.footer-line{
	margin-right:50px ;
}