@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

body {
	width: 100%;
	height: 100%;
	/*min-width: 340px;*/
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.banner-wrapper {
	width: 100%;
	position: relative;
}

.banenr-wrapper .pic {
	width: 100%;
	HEIGHT: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-wrapper .text-wrapper {
    display: block;
    width: 37%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -35%;
}

.banner-wrapper .text-wrapper h2 {
    font-size: 32px;
    color: #fff;
    line-height: 52px;
}

.banner-wrapper .text-wrapper .font {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

@media only screen and (max-width: 780px) {
	.banner-wrapper .pic {
		width: 1000px;
	}
}

@media only screen and (max-width: 500px) {
	.banner-wrapper .text-wrapper h2 {
		font-size: 16px;
  	 	line-height: 30px;
	}

	.banner-wrapper .text-wrapper .font {
	    font-size: 12px;
	    line-height: 22px;
	}	
}


#header {
	width: 100%;
	height: 80px;
}

#header .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#header .container a .logo {
	display: block;
	margin-top: 13px;
	float: left;
}

#header .container .phone-wrap {
	width: 200px;
	height: 43px;
	float: right;
	margin-top: 18px;
}

#header .container .phone-wrap .phone-icon {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
}

#header .container .phone-wrap .phone-title {
	float: left;
	margin-top: 5px;
}

#header .container .phone-wrap .phone-number {
	float: left;
	margin-top: 5px;
}

#header .container .phone-wrap .phone-title, 
#header .container .phone-wrap .phone-number {
	margin-left: 5px;
}

#nav {
	width: 100%;
	height: 40px;
	background: #1558A2;
}

#nav .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#nav .container .nav-list {
	width: 100%;
	height: 100%;
}

#nav .container .nav-list a {
	display: block;
	float: left;
	width: 90px;
	height: 100%;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}

#nav .container .nav-list a:hover,
#nav .container .nav-list a.active {
	background: #1B70CC;
}

#nav .container .nav-list-mobile {
	width: 100%;
	height: 100%;
	display: none;
}

#nav .container .nav-list-mobile .list-button {
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
	float: right;
}

#nav .container .nav-list-mobile .mlogo {
	float: left;
	margin: 5px;
	display: none;
}

#nav .container .nav-list-mobile .list-button .line {
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px auto;
	background: #FFF;
}

#nav .container .nav-list-mobile .list-wrap {
	width: 100%;
	background: #1558A2;
	display: none;
	clear: both;
	z-index: 99;
	position: relative;
}

#nav .container .nav-list-mobile .list-wrap a {
	display: block;
	text-indent: 13px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#nav .container .nav-list-mobile .list-wrap a:last-child {
	border-bottom: none;
}

#nav .container .nav-list-mobile .list-wrap a:hover,
#nav .container .nav-list-mobile .list-wrap a:focus,
#nav .container .nav-list-mobile .list-wrap a.active {
	background: #1B70CC;
}

#footer-copyright {
	width: 100%;
	height: 30px;
	background: #1558A2;
	overflow: hidden;
}

#footer-copyright .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}


#footer-copyright .container .copyright, 
#footer-copyright .container .record {
	font-size: 14px;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
}

#footer-copyright .container .copyright {
	float: left;		
}

#footer-copyright .container .record {
	float: right;		
}


@media only screen and (max-width: 1250px) {
	#header .container {
		width: 80%;
	}
	
	#nav .container {
		width: 100%;
	}

	#nav .container .nav-list-mobile {
		background: #FFF;
	}

	#nav .container .nav-list-mobile .list-button .line  {
		background: #1B70CC;
	}

	#nav .container .nav-list-mobile .list-wrap {
		background: #1B70CC;
	}

	#nav .container .nav-list-mobile .list-wrap a {
		color: #FFF;
	}

	#nav .container .nav-list-mobile .list-wrap a:hover,
	#nav .container .nav-list-mobile .list-wrap a:focus,
	#nav .container .nav-list-mobile .list-wrap a.active {
		background: #1558A2;
	}
}

@media only screen and (max-width: 1200px) {
	#footer-copyright .container {
		width: 80%;
	}

	#footer-copyright .container .copyright, 
	#footer-copyright .container .record {
		font-size: 1.0rem;
	}
}

@media only screen and (max-width: 668px) {
	#header {
		display: none;
	}

	#nav .container .nav-list {
		display: none;
	}

	#nav .container .nav-list-mobile {
		display: block;
	}

	#nav .container .nav-list-mobile .logo {
		margin-left: 5px;
		margin-top: 5px;
	}
}
