html, body {
    font: 12px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
}
* {
    padding: 0;
    margin: 0;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
/**头部导航*/
#header {
	top: 0;
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 20px;
    font-size: 14px;
    transition: all ease .3s;
    z-index: 99;
    transition-property: padding, background
}
#header .content {
	padding: 0px 40px;
    margin: 0 auto;
    z-index: 10;
    transition: all .3s ease-out 0s;
}
#header #logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    width: 160px;
    height: 40px;
    display: block;
    float: left;
    margin-bottom: 10px;
}
#header ul#nav {
	list-style: none;
    float: right;
    margin: 0;
}
#nav li.nav-item {
    padding: 0px;
    width: auto;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    list-style: none;
}
#nav li.nav-item a {
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    text-align: center;
    padding: 10px 26px;
    color: #fff;
    font-size: 14px;
    margin: 0 .5px;
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity
}
#nav li.nav-item a.active, #nav li.nav-item:hover a,
#header.mini #nav li.nav-item a.active, #header.mini #nav li.nav-item:hover a{
    color: #00C0FF;
}
#header #menu {
	display: none;
	float: right;
	width: 36px;
	height: 36px;
	background-image: url(../images/icon-menu.png);
	background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
}
#header.mini {
    padding-top: 10px;
    background: #323436;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #323436;
}
#header.mini .content {
    padding-bottom: 0px;
}
#header.mini ul li.navitem {
    padding-bottom: 0;
}

#header.mini #menu {
    margin-top: 5px;
}

#nav-app {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
    z-index: 99999;
}

#nav-app ul {
	margin-top: 68px;
	width: 100%;
	background: #39424f;
	padding-top: 10px;
	padding-bottom: 20px;
}
#header.mini #nav-app ul {
	margin-top: 60px;
}
#nav-app ul li {
	width: 100%;
	padding: 0px;
	margin: 0px;
    width: auto;
    height: 40px;
    line-height: 40px;
    position: relative;
    list-style: none;
}

#nav-app ul li a {
    cursor: pointer;
    line-height: 39px;
    height: 39px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    width: 100%;
    color: #fff;
    float: left;
}

#nav-app ul li a:hover, #nav-app ul li a.active {
	background: rgba(0, 0, 0, .3);
	color: #00C0FF;
}

#main {
	width: 100%;
	height: 100%;
	background-color: #eff3f6;
	display: none;
}

#main .content {
    width: 100%;
    min-height: 650px;
    overflow: hidden;
}

.content .content-title {
	width: 100%;
	padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.content .content-title .title {
	color: #444;
	font-size: 32px;
    margin-bottom: 6px;
    text-align: center;
}
.content .content-title .subtitle {
    font-size: 14px;
    margin-bottom: 6px;
    text-align: center;
}
.content .content-body {
	width: 100%;
	overflow: hidden;
}
.content .content-title .title.blue {
	color: #00C0FF;
}
.content .content-title .title.white,
.content .content-title .subtitle.white {
	color: #fff;
}

/**尾部*/
.section-footer {
	background-position: bottom;
    background-repeat: no-repeat;
	background-size: cover;
    background-image: url(../images/bg-index-footer.jpg);
}

#main .section-footer .content {
	width: 100%;
	margin: 0 auto;
	background: #000;
    opacity: 0.7;
    min-height: 300px;
}
.section-footer .partner {
	height: auto;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
}
.section-footer .partner img {
	width: 150px;
}

.section-footer .contact {
	height: auto;
    max-width: 900px;
    margin: 0 auto;
    min-height: 200px;
    padding-top: 80px;
}
.contact-info {
	float: left;
	padding-left: 20px;
}
.section-footer h3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100;
}
.contact-info p {
    line-height: 24px;
    font-size: 14px;
    color: #717171;
    height: 24px;
    width: 100%;
}
.section-footer .contact .contact-code {
    float: right;
    padding-right: 20px;
    text-align: center;
}

.contact-code img {
	width: 120px;
}

.section-footer .footer {
    width: 100%;
    background: #000;
    opacity: 0.8;
}
.footer p {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: #8e8e8e;
    height: 20px;
    line-height: 20px;
}

.pages {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 80px;
}
.pages a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}
.pages a.active, .pages a:hover {
    background: #00C0FF;
    color: #fff;
}



/**适配移动端*/
@media screen and (min-width:420px) and (max-width:900px){
	#header ul#nav {
		display: none;
	}
	#header #menu {
		display: block;
	}
}

@media only screen and (max-width: 420px) {
	#header ul#nav {
		display: none;
	}
	#header #menu {
		display: block;
	}
	.contact-code,.footer {
		display: none;
	}
}

/**滚动条*/
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	height: 50px;
	outline-offset: -2px;
	outline: 2px solid #fff;
	-webkit-border-radius: 4px;
	border: 2px solid #fff
}

::-webkit-scrollbar-thumb:hover {
	background-color: #42b8f1;
	height: 50px;
	-webkit-border-radius: 4px
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:active {
	height: 50px;
	background-color: #42b8f1;
	-webkit-border-radius: 4px
}