﻿@charset "utf-8";
body{
	width: 100%;
}
/*.main{
	width: 1452px;
	height: 1452px;
	margin: 0 auto;
	background: red;
}*/
.header{
	width: 100%;
	height: 170px;
	/* background: red; */
}
.header .header-main{
	min-width: 1360px;
	height: 170px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}
.header .header-main .logo{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	float: left;
	width: 282px;
	height: 81px;
}
.header .header-main .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.header .header-main .code{
	width: 114px;
	height: 170px;
	float: right;
}
.header .header-main .code-1{
	background: url(../images/2.png) no-repeat;
	background-size: 114px 140px;
	background-position: center;
}
.header .header-main .code-2{
	background: url(../images/3.png) no-repeat;
	background-size: 114px 140px;
	background-position: center;
	margin-left: 25px;
}
/* 主体 */
.main{
	width: 100%;
	height: 650px;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	/*overflow: hidden;*/
}
.main .main-img{
	min-width: 1360px;
	height: 650px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 40px;
	/*background: url(../images/4.png) no-repeat;
	background-size: 1320px 650px;
	background-position: left top;*/
}
.footer-1{
	width: 100%;
	height: 220px;
	background: #333333;
}
.footer-1 .footer-1-main{
	min-width: 1360px;
	background: #333333;
	height: 100%;
	margin: 0 auto;
}
.footer-1 .footer-1-main .box{
	float: left;
	color: #999999;
	background: #333333;
}
.footer-1 .footer-1-main .footer-l{
	width: 580px;
	box-sizing: border-box;
	padding: 20px 0 0 15px;
	margin-right: 95px;
}
.footer-1 .footer-1-main .footer-l span{
	display: inline-block;
	margin-bottom: 15px;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.footer-1 .footer-1-main .footer-l span::before{
	display: inline-block;
	content: '';
	width: 21px;
	height: 22px;
	background: url(../images/5.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-right: 10px;
}
.footer-1 .footer-1-main .footer-l p{
	line-height: 30px;
	font-size: 14px;
}
.footer-1 .footer-1-main .footer-c{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	box-sizing: border-box;
	padding-top: 20px;
	font-size: 14px;
	margin-right: 200px;
}
.footer-1 .footer-1-main .footer-c span:nth-of-type(1){
	font-size: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 15px;
}
.footer-1 .footer-1-main .footer-c span:nth-of-type(1)::before{
	display: inline-block;
	content: '';
	width: 21px;
	height: 22px;
	background: url(../images/5.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-right: 10px;
}
.footer-1 .footer-1-main .footer-c span:nth-of-type(2){
	margin-bottom: 10px;
}
.footer-1 .footer-1-main .footer-c span:nth-of-type(3){
	margin-bottom: 10px;
	font-size: 24px;
}
.footer-1 .footer-1-main .footer-c span:nth-of-type(4){
	margin-bottom: 15px;
}
.footer-1 .footer-1-main .footer-r{
	float: right;
	box-sizing: border-box;
	padding-top: 15px;
	font-size: 14px;
	width: 130px;
	text-align: center;
}
.footer-1 .footer-1-main .footer-r p{
	line-height: 24px;
	margin-bottom: 10px;
}
.footer-1 .footer-1-main .footer-r .img-box{
	width: 130px;
	height: 130px;
	background: url(../images/6.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.footer-2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #262626;
}
.footer-2 .footer-2-main{
	min-width: 1360px;
	background: #262626;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	font-size: 14px;
}
.container{
	/*padding: 0!important;*/
}
