body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #ea5504;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
	background-color: #ea5504;
    color: white;
}

*::-moz-selection {
	background-color: #ea5504;
    color: white;
}

*::-webkit-selection {
	background-color: #ea5504;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media only screen and (max-width: 991px) {
	.container {
		width: 670px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media only screen and (min-width: 1300px) {
	.container {
		width: 1250px;
	}
}

/*头部样式*/
.header-logo {
	width: 180px;
	height: 210px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 500;
	transition: all 0.5s;
}
.header-logo.header-click1 {
	width: 280px;
}
.header-logo.header-click2 {
	width: 350px;
}
.header-logoTop.header-logoTop {
	top: 70px;
}
.header-logo .logo {
	display: block;
	width: 108px;
	height: 73px;
	overflow: hidden;
	margin: 42px auto 25px;
}
.header-logo .logo img {
	width: 100%;
}
.header-logo ul {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #ea5505;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	transition: background-color 0.5s;
}
.header-logo ul li {
	width: 20px;
	height: 3px;
	overflow: hidden;
	background-color: #ea5505;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -10px;
	border-radius: 1.5px;
	transition: background-color 0.5s;
}
.header-logo ul li:nth-of-type(1) {
	margin: -6.5px 0 0 -10px;
}
.header-logo ul li:nth-of-type(3) {
	margin: 3.5px 0 0 -10px;
}
.header-logo ul:hover {
	background-color: #ea5505;
}
.header-logo ul:hover li {
	background-color: #FFFFFF;
}
nav {
	width: 280px;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	position: fixed;
	left: -100%;
	top: 0;
	opacity: 0;
	z-index: 600;
	transition: all 0.5s;
	box-shadow: 5px 0px 10px rgba(0,0,0,0.1);
}
nav.nav-click1 {
	left: 0px;
	opacity: 1;
}
nav.nav-click2 {
	width: 350px;
}
nav .nav-top {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	height: 35px;
	overflow: hidden;
	position: relative;
	margin: 23px 0 65px 32px;
}
nav .nav-top .nav-logo {
	display: block;
	width: 157px;
	height: 26px;
	overflow: hidden;
	margin: 5px 0 0;
	float: left;
}
nav .nav-top ul {
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #ea5505;
	float: right;
	position: relative;
	z-index: 10;
	cursor: pointer;
	transition: all 0.5s;
}
nav .nav-top ul li {
	width: 18px;
	height: 2px;
	background-color: #ea5505;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -9px;
	transform: rotate(45deg);
	border-radius: 1px;
}
nav .nav-top ul li:last-of-type {
	transform: rotate(-45deg);
}
nav .nav-top ul:hover {
	background-color: #ea5505;
}
nav .nav-top ul:hover li {
	background-color: #FFFFFF;
}
nav .nav-search {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	height: 45px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 32px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}
nav .nav-search input {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	padding: 0 0 0 10px;
}
nav .nav-search input::-webkit-input-placeholder { 
	color: #d7d7d7;
}
nav .nav-search input:-moz-placeholder { 
	color: #d7d7d7;
}
nav .nav-search input:-ms-input-placeholder { 
	color: #d7d7d7;
}
nav .nav-search input:placeholder { 
	color: #d7d7d7;
}
nav .nav-search img {
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -8px 0 0;
}
nav .nav-menu {
	width: 100%;
	height: auto;
	margin: 32px 0 0;
}
nav .nav-menu li {
	width: 100%;
	height: 51px;
	transition: all 0.5s;
}
nav .nav-menu li h4 {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	line-height: 50px;
	font-size: 16px;
	margin: 0 0 0 32px;
	padding: 0 0 0 10px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	cursor: pointer;
}
nav .nav-menu li h4 a {
	color: #000000;
}
nav .nav-menu li h4 span {
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin: -6px 0 0;
	background-image: url(../img/mrg.png);
	background-repeat: no-repeat;
	background-position: center;
}
nav .nav-menu li:hover h4 {
	border-color: transparent;
}
nav .nav-menu li:hover h4 a {
	color: #FFFFFF;
}
nav .nav-en {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	margin: 40px 0 0 32px;
	overflow: hidden;
}
nav .nav-en a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e4e4e4;
	color: #a4a4a4;
	text-align: center;
	line-height: 30px;
	float: left;
	margin: 0 18px 0 0;
	transition: all 0.5s;
}
nav .nav-en a:hover {
	color: #FFFFFF;
	background-color: #ea5505;
}
nav .nav-menu li .nav-two {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 0 0 50px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: -100%;
	top: 0px;
	opacity: 0;
	z-index: 10;
	transition: all 0.5s;
}
nav .nav-menu li .nav-two.two-click {
	left: 0px;
	opacity: 1;
}
.nav-two .nav-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
.nav-two .nav-box .nav-return {
	width: 45px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-align: right;
	overflow: hidden;
	position: relative;
	margin: 28px 0 0 40px;
	cursor: pointer;
	color: #999999;
}
.nav-two .nav-box .nav-return:before {
	content: '';
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 50%;
	background-image: url(../img/mrg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -6px 0 0;
	transform: rotate(180deg);
}
.nav-two .nav-box .nav-return:hover {
	color: #ea5505;
	font-weight: bold;
}
.nav-two .nav-box h5 {
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	overflow: hidden;
	margin: 50px 0 65px 40px;
	font-size: 24px;
	line-height: 30px;
}
.nav-two .nav-box p {
	width: 100%;
	line-height: 50px;
	overflow: hidden;
}
.nav-two .nav-box p a {
	display: block;
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	overflow: hidden;
	font-size: 16px;
	margin: 0 0 0 40px;
	color: #666666;
	border-bottom: 1px solid #d7d7d7;
}
.nav-two .nav-box p:hover {
	background-color: #ea5505;
}
.nav-two .nav-box p:hover a {
	color: #ffffff;
	border-color: transparent;
}
.header-logoSm {
	width: 100%;
	height: 155px;
	overflow: hidden;
	background-color: #222222;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 700;
}
.header-logoSm .menu-icon {
	width: 150px;
	height: 155px;
	overflow: hidden;
	margin-left: -49px;
	float: left;
}
.header-logoSm .menu-icon.icon-click {
	background-color: #5d5d64;
}
.header-logoSm .sm-icon {
	width: 66px;
	overflow: hidden;
	line-height: 28px;
	margin: 50px 35px 0 49px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
}
.sm-icon ul {
	width: 66px;
	height: 36px;
	overflow: hidden;
	margin: 0 0 15px;
	position: relative;
}
.sm-icon ul li {
	width: 66px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -33px;
	transition: all 0.5s;
}
.sm-icon ul li:nth-of-type(1) {
	margin: -16px 0 0 -33px;
}
.sm-icon ul li:nth-of-type(3) {
	margin: 12px 0 0 -33px;
}
.menu-icon.icon-click .sm-icon ul li:nth-of-type(1) {
	width: 48px;
	margin: -2px 0 0 -24px;
	transform: rotate(45deg);
}
.menu-icon.icon-click .sm-icon ul li:nth-of-type(2) {
	width: 48px;
	margin: -2px 0 0 -24px;
	opacity: 0;
}
.menu-icon.icon-click .sm-icon ul li:nth-of-type(3) {
	width: 48px;
	margin: -2px 0 0 -24px;
	transform: rotate(-45deg);
}
.header-logoSm .sm-logo {
	width: calc(100% - 101px);
	width: -moz-calc(100% - 101px);
	width: -webkit-calc(100% - 101px);
	height: 155px;
	overflow: hidden;
	background: url(../img/lefts.png) no-repeat left top;
	float: left;
}
.sm-logo a {
	display: block;
	width: 367px;
	height: 60px;
	overflow: hidden;
	margin: 48px 0 0 46px;
}
.sm-logo a img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.header-logo {
		display: none;
	}
	nav {
	    width: 100%;
	    height: auto;
	    background-color: #5d5d64;
	    left: 0;
	    opacity: 1;
	    top: 155px;
	    display: none;
		transition: all 0s;
	}
	nav .nav-top,nav .nav-search {
		display: none;
	}
	nav .nav-menu {
		margin: 0;
	}
	nav .nav-menu li {
	    width: 100%;
	    height: auto;
	    border-bottom: 1px solid #3f3f43;
	    position: relative;
	}
	nav .nav-menu li h4 {
		width: 100%;
		border: none;
		font-size: 24px;
		margin: 0;
		padding: 0;
		line-height: 71px;
	}
	nav .nav-menu li.nav-click {
		background-color: #3f3f43;
	}
	nav .nav-menu li h4 span {
		width: 70px;
		height: 70px;
		top: 0;
		right: 0;
		margin: 0;
		background-image: none;
	}
	nav .nav-menu li h4 span:before,nav .nav-menu li h4 span:after {
		content: '';
		display: block;
		width: 26px;
		height: 4px;
		background-color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -2px 0 0 -13px;
		transition: transform 0.5s;
	}
	nav .nav-menu li h4 span:after {
		transform: rotate(-90deg);
	}
	nav .nav-menu li.nav-click h4 span:after {
		transform: rotate(0deg);
	}
	nav .nav-menu li h4 a {
		color: #d7d7d7;
		position: relative;
		left: 50%;
		margin-left: -335px;
	}
	nav .nav-menu li .nav-two {
		height: auto;
		position: relative;
		left: 0;
		opacity: 1;
		display: none;
		z-index: 1;
		padding: 0;
		transition: all 0s;
		background-color: transparent;
	}
	.nav-two .nav-box {
		height: auto;
		background-color: transparent;
	}
	.nav-two .nav-box .nav-return,.nav-two .nav-box h5 {
		display: none;
	}
	.nav-two .nav-box p {
	    line-height: 70px;
	    height: 71px;
	    border-top: 1px solid #000000;
	}
	.nav-two .nav-box p a {
		display: inline-block;
		width: auto;
		color: #d7d7d7;
		border-bottom: none;
		font-size: 22px;
		position: relative;
		left: 50%;
		margin-left: -335px;
	}
	nav .nav-en {
		width: 670px;
		margin: 25px auto 40px;
	}
	nav .nav-en a {
	    width: 45px;
	    height: 45px;
	    font-size: 16px;
	    line-height: 45px;
	    margin: 0 25px 0 0;
	    font-family: "arial, helvetica, sans-serif";
	}
}
@media only screen and (max-width: 750px) {
	.header-logoSm {
		height: 65px;
	}
	.header-logoSm .menu-icon {
		width: 70px;
		height: 65px;
		margin-left: -20px;
	}
	.header-logoSm .sm-icon {
		width: 30px;
		line-height: 18px;
		margin: 18px 0 0 20px;
		font-size: 14px;
	}
	.sm-icon ul {
		width: 30px;
		height: 16px;
		margin: 0 0 5px;
	}
	.sm-icon ul li {
		width: 30px;
		height: 2px;
		border-radius: 1px;
		margin: -1px 0 0 -15px;
	}
	.sm-icon ul li:nth-of-type(1) {
		margin: -8px 0 0 -15px;
	}
	.sm-icon ul li:nth-of-type(3) {
		margin: 6px 0 0 -15px;
	}
	.menu-icon.icon-click .sm-icon ul li:nth-of-type(1) {
		width: 22px;
		margin: -1px 0 0 -11px;
	}
	.menu-icon.icon-click .sm-icon ul li:nth-of-type(2) {
		width: 22px;
		margin: -1px 0 0 -11px;
		opacity: 0;
	}
	.menu-icon.icon-click .sm-icon ul li:nth-of-type(3) {
		width: 22px;
		margin: -1px 0 0 -11px;
	}
	.header-logoSm .sm-logo {
		width: calc(100% - 101px);
		width: -moz-calc(100% - 101px);
		width: -webkit-calc(100% - 101px);
		height: 65px;
	}
	.sm-logo a {
		width: 185px;
		height: 31px;
		margin: 19px 0 0 26px;
	}
	nav {
	    top: 65px;
	}
	nav .nav-menu li h4 {
		font-size: 18px;
		line-height: 51px;
	}
	nav .nav-menu li h4 span {
		width: 50px;
		height: 50px;
	}
	nav .nav-menu li h4 span:before,nav .nav-menu li h4 span:after {
		width: 16px;
		height: 2px;
		margin: -1px 0 0 -8px;
	}
	nav .nav-menu li h4 a {
		margin-left: -167px;
	}
	.nav-two .nav-box p {
	    line-height: 50px;
	    height: 51px;
	}
	.nav-two .nav-box p a {
		font-size: 16px;
		margin-left: -167px;
	}
	nav .nav-en {
		width: 335px;
		margin: 15px auto 20px;
	}
	nav .nav-en a {
	    width: 30px;
	    height: 30px;
	    font-size: 12px;
	    line-height: 30px;
	    margin: 0 15px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.header-logoSm {
		display: none;
	}
	nav .nav-menu li:hover {
		background-color: #ea5505;
	}
	nav .nav-menu li:hover h4 span {
		background-image: url(../img/mrw.png);
	}
	nav.nav-top {
		top: 70px;
	}
}
@media only screen and (min-width: 1300px) {
	
}
.content {
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.content.content1 {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	margin-left: 100px;
}
.content.content2 {
	width: calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: -webkit-calc(100% - 170px);
	margin-left: 170px;
}
.content.contentTop {
	margin-top: 70px;
}
header {
	width: calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	height: 65px;
	background-color: #ea5504;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	transition: all 0.5s;
}
header.header1 {
	width: calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
}
header.header2 {
	width: calc(100% - 350px);
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
}
header.headerTop {
	top: 70px;
}
header .header-menu {
	width: calc(100% - 335px);
	width: -moz-calc(100% - 335px);
	width: -webkit-calc(100% - 335px);
	overflow: hidden;
	float: left;
}
header .header-menu a {
	width: 20%;
	line-height: 65px;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	float: left;
	text-align: center;
	position: relative;
}
header .header-menu a:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
header .header-menu a span {
	position: relative;
	z-index: 11;
}
header .header-menu a:hover:before {
	background-color: #f47b3a;
	width: 100%;
	left: 0px;
}
header .header-menu a.active {
	background-color: #f47b3a;
	font-weight: bold;
}
header .header-en {
	width: 80px;
	height: 40px;
	position: relative;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	float: right;
	margin: 13px 80px 0 85px;
}
header .header-en .en-box {
	margin: 9px 10px;
	cursor: pointer;
}
header .header-en .en-box img:first-of-type {
	margin: 0 10px 0 0;
}
.header-en .en-list {
	width: 160px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 15px 0;
	display: none;
}
.header-en .en-list a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.header-en .en-list a img {
	width: 20px;
	margin: 0 10px 0 30px;
}
.header-en .en-list a:hover {
	color: #ea5504;
	background-color: rgba(0,0,0,0.1);
}
header .header-search {
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 13px 0 0;
}
header.headerTop .header-search {
	cursor: not-allowed;
}
.search-common {
	width: 100%;
	height: 70px;
	overflow: hidden;
	background-color: rgba(234,85,4,0.7);
	padding: 15px 40px;
	position: absolute;
	left: 0;
	top: -70px;
	transition: all 0.5s;
}
.search-common.search-top {
	top: 0;
}
.search-common .search-box {
	width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	overflow: hidden;
	position: relative;
	background: url(../img/search.svg) no-repeat 12px 12px;
	float: left;
}
.search-common .search-box input {
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 16px;
	overflow: hidden;
	padding: 0 110px 0 40px;
}
.search-common .search-box input::-webkit-input-placeholder {
    color: #d7d7d7;
}
.search-common .search-box input::-moz-input-placeholder {
    color: #d7d7d7;
}
.search-common .search-box input::-ms-input-placeholder {
    color: #d7d7d7;
}
.search-common .search-box input:focus {
    border-color: #FFFFFF !important;
}
.search-common .search-box button {
	display: block;
	width: 110px;
	height: 38px;
	overflow: hidden;
	font-weight: bold;
	border-radius: 6px;
	position: absolute;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	right: 0;
	top: 0;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.5);
}
.search-common .search-box button:hover {
	background-color: rgba(234,85,4,0.8);
}
.search-common .searchX {
	width: 50px;
	height: 38px;
	overflow: hidden;
	margin: 1px 0;
	position: relative;
	float: right;
	cursor: pointer;
}
.search-common .searchX:before,.search-common .searchX:after {
	content: '';
	width: 22px;
	height: 2px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -11px;
	transform: rotate(45deg);
	transition: all 0.5s;
}
.search-common .searchX:after {
	transform: rotate(-45deg);
}
.search-common .searchX:hover:before,.search-common .searchX:hover:after {
	background-color: rgba(255,255,255,0.7);
}
@media only screen and (max-width: 991px) {
	.content.content1 {
		width: 100%;
		margin-left: 0px;
	}
	.content.content2 {
		width: 100%;
		margin-left: 0px;
	}
	header,.search-common {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	
}
@media only screen and (min-width: 992px) {
	header .header-menu {
	    width: calc(100% - 220px);
	    width: -moz-calc(100% - 220px);
	    width: -webkit-calc(100% - 220px);
	}
	header .header-en {
	    margin: 13px 40px 0 35px;
	}
}
@media only screen and (min-width: 1300px) {
	header .header-menu {
	    width: calc(100% - 335px);
	    width: -moz-calc(100% - 335px);
	    width: -webkit-calc(100% - 335px);
	}
	header .header-en {
	    margin: 13px 80px 0 85px;
	}
}
footer {
	width: 100%;
	overflow: hidden;
	background-color: #ea5505;
	color: #FFFFFF;
}
footer .footer-left {
	width: 1095px;
	overflow: hidden;
	float: left;
	color: #ffd4bd;
	font-size: 14px;
}
.footer-left .footer-top {
	width: 100%;
	overflow: hidden;
	line-height: 21px;
	padding: 0 0 45px;
	border-bottom: 1px solid #ffd4bd;
	margin: 44px 0 10px;
}
.footer-left .footer-top a {
	display: block;
	width: 255px;
	height: 42px;
	float: left;
	margin: 0 55px 0 0;
}
.footer-left .footer-top a img {
	width: 100%;
}
.footer-left .footer-top .wx-sm {
	width: 155px;
	overflow: hidden;
	margin: 35px auto 0;
}
.footer-left .footer-top .wx-sm img {
	width: 100%;
}
.footer-left p span {
	margin: 0 0 0 30px;
}
.footer-left p a {
	color: #ffd4bd;
}
.footer-left p a:hover {
	color: #ffffff;
	text-decoration: underline !important;
}
footer .footer-right {
	width: 108px;
	overflow: hidden;
	float: right;
	text-align: center;
	color: #ffd4bd;
	margin: 32px 0 22px;
}
footer .footer-right img {
	width: 100%;
	margin: 0 0 5px;
}
footer .footer-right a {
	color: #ffd4bd;
}
footer .footer-right a:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer .footer-left {
		width: 100%;
		float: none;
		font-size: 20px;
	    text-align: center;
	    margin: 0 0 30px;
	}
	.footer-left .footer-top {
	    line-height: 34px;
	    padding: 0 0 45px;
	    margin: 57px 0 15px;
		font-size: 24px;
	}
	.footer-left .footer-top a {
	    width: 336px;
	    height: 55px;
	    float: none;
	    margin: 0 auto 28px;
	}
	footer .footer-left span {
		display: block;
		margin: 0;
	}
	footer .footer-right {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-left {
		font-size: 12px;
	    margin: 0 0 15px;
	}
	.footer-left .footer-top {
	    line-height: 24px;
	    padding: 0 0 25px;
	    margin: 30px 0 10px;
		font-size: 14px;
	}
	.footer-left .footer-top a {
	    width: 200px;
	    height: 33px;
	    margin: 0 auto 15px;
	}
	.footer-left .footer-top .wx-sm {
	    width: 100px;
	    margin: 20px auto 0;
	}
	.footer-left p span {
		
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-left {
	    width: 825px;
	}
	.footer-left .footer-top .wx-sm {
		display: none;
	}
}
@media only screen and (min-width: 1300px) {
	footer .footer-left {
	    width: 1095px;
	}
}
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-txt {
	width: 625px;
	height: 223px;
	overflow: hidden;
	background: url(../img/productBg.png) no-repeat left center;
	position: absolute;
	top: 175px;
	left: 50%;
	margin-left: -625px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 23px;
	padding: 60px 0 0 40px;
}
.banner-txt h1 {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 12px;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 155px 0 0;
	}
	.banner>img {
		width: 100%;
	}
	.banner>img:nth-of-type(1) {
		display: none;
	}
	.banner-txt {
		margin-left: -325px;
		top: 100px;
	}
}
@media only screen and (max-width: 720px) {
	.banner {
		margin: 65px 0 0;
	}
	.banner-txt {
		width: 335px;
		height: 140px;
		background-size: 100%;
		top: 35px;
		margin-left: -167.5px;
		font-size: 14px;
		line-height: 20px;
		padding: 30px 0 0 20px;
	}
	.banner-txt h1 {
		font-size: 28px;
		margin: 0 0 6px;
	}
}
@media only screen and (min-width: 992px) {
	.banner>img:nth-of-type(2) {
		display: none;
	}
	.banner-txt {
		margin-left: -325px;
	}
}
@media only screen and (min-width: 1300px) {
	.banner-txt {
		margin-left: -625px;
	}
}