*{
	box-sizing: border-box;
}
body {
	font-family: Microsoft YaHei,arial,PingFang SC;
}
.clearfix:after , .clearfix:before {
	content:"";
	display: table;
}
.clearfix:after {
	clear: both;
}
.header {
	width:100%;
	height:500px;
	background-image: url(../img/banner.jpg);
	background-position:top center;
	background-repeat: no-repeat; 
	position: relative;
}
.nav {
	width:100%;
	margin:0px auto;
	padding:40px 20%;
	position: relative;
}
.logo {
	float:left;
	position:absolute;
	left:20%;
	top:50%;
	transform: translate(0,-50%); 
	-webkit-transform: translate(0,-50%); 
	-moz-transform: translate(0,-50%); 
	-ms-transform: translate(0,-50%); 
}
.logo img {
	width:100%;
}
.nav ul {
	padding:0;
	float:right;
	list-style: none;
}
.nav ul li {
	float:left;
	padding:10px 0;
}
.nav ul li a {
	display: block;
	font-size: 20px;
	color:#fff;
	text-decoration: none;
}
.nav ul li + li {
	margin-left:40px;
}
.navHover {
	/* border-bottom: 2px solid #fff; */
}
.header-text {
	position: absolute;
	left:50%;
	top:60%;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%); 
	color:#fff;
	text-align: center;
}
.header-text h1 {
	font-size:50px;
	letter-spacing: 2px;
	margin:0;
}
.header-text p {
	font-size:28px;
	margin:10px 0;
}
/**
 * header end
 */
.service {
	width:100%;
	padding:40px 20%;
}
.title {
	width:100%;
	text-align: center;
}
.title p {
	width:140px;
	font-size:32px !important;
	color:#333;
	padding:15px 0;
	margin:10px auto;
	letter-spacing: 2px;
	border-bottom: 3px solid #333;
}
.service-list {
	width:100%;
	padding:0;
	margin:40px 0;
	list-style: none;
}
.service-list li {
	width:20%;
	height:440px;
	float:left;
	text-align: center;
	padding:15px;
	border-radius: 8px;
}
.service-list li img {
	width:70%;
}
.service-list li span {
	font-size: 18px;
	display: block;
	color:#666;
	margin:10px 0;
}
.service-list li p {
	text-align: justify;
	font-size: 14px;
	color:#333;
	letter-spacing: 2px;
	line-height: 1.5;
}
.service-list li:hover {
	box-shadow: 1px 1px 25px #ccc;
    -webkit-transform:translate3d(0px,-3px,0px);
    -moz-transform:translate3d(0px,-3px,0px);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
/**
 *  service  end
 */
.about {
	width:100%;
	padding:40px 20%;
	background-color: #f6f9f9;
	text-align: center;
}
.about h2 {
	color:#333;
	font-size:40px;
	font-weight: normal;
}
.about .title p {
	margin:10px auto;
}
.about p {
	color:#333;
	font-size:18px;
	margin:5px 0;
}
.about-list {
	width:100%;
	list-style: none;
	padding:0;
	margin:20px 0; 
}
.about-list li {
	width:25%;
	float:left;
}
.about-list li p {
	margin:10px 0;
}
.text-strong {
	width:100%;

}
.text-strong span {
	font-weight: bold;
	font-size: 90px
}
.text-strong span:last-child {
	font-size:40px;
}
/**
 *  about end
 */
.project {
	width:100%;
	padding:40px 20%;
}
#jswbox{width:780px;height:500px;margin:40px auto;position:relative;}
#jswbox ul{position:relative;height:500px;margin:0;padding:0;list-style-type:none;}
#jswbox li{position:absolute;width:0;height:0;z-index:0;cursor:pointer;top:152px;left:10px;background-color: #000}
#jswbox li img{display:block;width:100%;height:100%;vertical-align:top;float:left;box-shadow: -1px 2px 15px 3px rgba(0,0,0,.3)
;}
#jswbox .prev, #jswbox .next{display:none;}

.about-info {
	width:100%;
	padding:20px 20%;
	background-color: #808383;
}
.about-info h2 {
	color:#fff;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
}
.info-list {
	width:100%;
	list-style: none;
	padding:0;
	margin:40px auto;
	margin-bottom: 0;
}
.info-list li {
	width:47.5%;
	height:120px;
	float:left;
	margin-bottom: 20px;
}
.info-list li + li {
	margin-left:5%;
}
.info-list li:nth-child(3),.info-list li:nth-child(5) {
	margin-left:0;
}
.info-img {
	width:30%;
	float:left;
	text-align: center;
}
.info-img img {
	width:70%;
}
.info-text {
	width:70%;
	float:right;
}
.info-text p:first-child {
	font-size: 18px;
	margin:10px 0;
}
.info-text p{
	color: #fff;
	font-size: 14px;
	margin:5px 0;
	line-height: 1.5;
}
/**
 * about info end
 */
.pc {
	width:100%;
	padding:40px 0;
	background-color: #f6f9f9;
}
.pc-list {
	width:970px;
	margin:40px auto 0 auto;
	padding:0;
	list-style: none;
}
.pc-list li {
	width:290px;
	float:left;
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
}
.pc-li-top{
	height: 70%;
	width:300px;
	position:absolute;
	top: 0;
	background-color: #000000;
	text-align: center;
	opacity: 0.7;
}
.pc-li-bottom{
	height: 30%;
	width: 300px;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 10px;
	background-color: white;
	list-style: none;
}
.pc-li-bottom p{
	color: #666666;
}
.pc img:hover{
	cursor: pointer;
}
.pc-li-bottom h3{
	color: black;
}
.pc-li-bottom h5{
	color: black;
}
.pc-li-bottom strong{
	color: black;
}
/**
 * pc end
 */

.phone img:hover{
	cursor: pointer;
}

.phone {
	width:100%;
	padding:40px 0;
	background-color: #f6f9f9;
}
.phone-list {
	width:970px;
	margin:40px auto 0 auto;
	padding:0;
	list-style: none;
	
}
.phone-list li {
	width:290px;
	float:left;
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
}
.phone-list li h4{
	color: black;
}
/**
 * information
 */
.information {
	width:100%;
	padding:20px 20%;
}
.information a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
.information a:hover {
	color: ;
	font-weight: 600;
	text-decoration: underline;
}
.information .title {
	text-align: left;
	border: none;
}
.information-txt {
	width: 50%;
	padding:20px 20px;
	float: right;
	overflow: hidden;
	position: relative;
	color: #666666;
}
.information-txt .title {
	font-size: 20px;
	font-weight: 600;
}
.information-txt div {
	border-top:1px dashed #F3F3F3;
	padding: 10px 0;
}
.information-txt div i {
	float: right;
	overflow: hidden;
	font-style: normal;
	font-size: 14px;
}
.more {
	width: 50%;
	padding:20px 20px;
	color: #666666;
	margin: 30px;
}
.more .title {
	font-size: 20px;
	font-weight: 600;
}
.more div {
	border-top:1px dashed #F3F3F3;
	padding: 10px 0;
}
.more div i {
	float: right;
	overflow: hidden;
	font-style: normal;
	font-size: 14px;
}
/**
 * footer
 */
.footer {
	width:100%;
	padding:20px 0;
	background-color: #212121;
	color:#727272;
	text-align: center;
	font-size: 14px;
}
.footer-list {
	width:960px;
	margin:60px auto;
	list-style: none;
	padding:0;
}
.footer-list li {
	width:300px;
	height:120px;
	float:left;
	text-align: center;
	color:#fff;
	letter-spacing:1px;	
}
.footer-list li + li {
	margin-left:30px;
}
.footer-list li:nth-child(2) {
	padding-top:12px;
}
.footer-list li:nth-child(2) img {
	margin-bottom: 13.5px;
}
.footer-list li:nth-child(3) {
	padding-top:8px;
}
.footer-list li:nth-child(3) img {
	margin-bottom:8px;
}
.footer-list li img {
	width:50px;
}
.footer a {
	color: #222222;
}
