.cfix {
	zoom: 1
}

.cfix:after {
	content: 'clear';
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	height: 0
}

.fl {
	float: left;
	display: inline
}

.dn {
	display: none
}

/*header*/
.header-box {
	width:100%;
	background-color: #fff;
	position: relative;
	border-bottom: 2px solid #f2f2f2;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px
}

.header-box a{
	text-decoration: none;
}


.header-content {
	width: 1200px;
	margin: 0 auto;
}

.header-left {
	float: left
}

.header-logo-icon{
	color:#000 !important;
	font-style: normal;
	font-weight: bold;
	font-size: 25px
}

.header-text {
	color: #999;
	font-size: 16px
}

.header-text-box {
	float: left;
	padding: 0 10px;
	position: relative
}

.header-text-box-selected:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #007aff;
	height: 2px
}

.first-header-text {
	margin-left: 10px
}

.header-text-box:hover .header-text {
	color: #000
}

.header-text-box:hover:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #007aff;
	height: 2px
}

.header-right {
	float: right
}

.header-right-text-box {
	font-size: 16px;
	float: left;
    padding: 0 10px;
}

.header-right-text {
	color: #999;
	float: left
}

.header-right-text:hover {
	color: #000
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*footer*/
.first-footer-box {
	background-color: #fff;
	padding: 20px 0;
	min-width: 1200px;
	border-top: 1px solid #e0e0e0
}

.first-footer {
	width: 1200px;
    padding-left: 20px;
	margin: 0 auto;
	color: #666
}

.first-footer-list {
	width: 890px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top
}

.first-footer-list dl {
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	width: 13%;
	*display: inline;
	zoom: 1
}

.first-footer-list dt {
	font-weight: bold;
	font-size: 16px
}

.first-footer-list dd a {
	color: #666
}

.first-footer-list .cooperation-qq a {
	color: #099
}

.cooperation-qq {
	font-size: 20px;
	font-weight: bold
}

.first-footer-list .cooperation-qq-logo {
	vertical-align: top;
	margin-top: 4px;
	background-position: 0 -520px;
	width: 24px;
	height: 24px
}

/*.common-icon {*/
/*	background: url("") no-repeat;*/
/*	display: inline-block*/
/*}*/

.footer-box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	float: right;
	text-align: center
}

.footer-box .footer-box-qzone {
	background-position: 0 -472px;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px
}

.footer-box .footer-box-sina {
	background-position: 0 -496px;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px
}

.footer-box .footer-box-wx {
	background-position: 0 -256px;
	width: 100px;
	height: 100px
}

.footer-box .footer-box-andriod {
	background-position: -200px 0;
	width: 100px;
	height: 100px
}

.footer-box .footer-box-mobile {
	background-position: 0 -360px;
	width: 100px;
	height: 100px
}

/*.appbg1 {*/
/*	background: url() no-repeat;*/
/*	width: 150px;*/
/*	height: 150px;*/
/*	background-size: cover*/
/*}*/

/*.appbg2 {*/
/*	background: url() no-repeat;*/
/*	width: 150px;*/
/*	height: 150px;*/
/*	background-size: cover*/
/*}*/

.contactImg {
	background-color: #ccc;
	margin-top: 10px;
	display: inline-block;
}

.header-button {
    text-align: center;
    background-color: #007aff;
    color: #fff;
    font-size: 18px;
    outline: 0;
    padding: 8px 0;
    border-radius: 4px;
    line-height: 1;
    /*border: 1px solid #e4e4e4;*/
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    width:150px;
}

.header-button:hover {
    text-decoration: none;
    color: #fff;
}

#fullPageOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#fullPageOverlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

@media (max-width: 1200px) {
    .header-content {
        max-width: 100%;
    }

    .header-button {
        width: 100px;
    }

    .first-footer-box {
        min-width: 100%;
    }

    .first-footer {
        width: 100%;
    }

    .first-footer-list {
        width: 100%;
    }
	.zoom12{
		zoom: 1.2;
	}
}
