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 {
	color: #000000;
	font-size: 14px;
	line-height: 1.444;
	position: relative;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #000000;
	text-decoration: none !important;
}
a:hover {
	color: #ea5b24;
	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: #0091d8;
    color: white;
}
*::-moz-selection {
	background-color: #0091D8;
    color: white;
}
*::-webkit-selection {
	background-color: #0091D8;
    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: '';
}
@media only screen and (max-width: 991px) {
	.container {
		width: 655px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 330px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 950px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1110px;
	}
}
/*头部样式*/
header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 500;
	height: 166px;
	position: fixed;
	transition: all 0.35s;
}
header.header-roll {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
header .logo {
	float: left;
    width: 264px;
    height: 66px;
	margin: 50px 0;
    display: block;
    overflow: hidden;
    position: relative;
	transition: all 0.35s;
}
header .logo img {
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
}
header .logo img:nth-of-type(2) {
	opacity: 0;
}
.header-right {
	float: right;
	height: 100%;
	transition: all 0.35s;
	width: calc(100% - 264px);
}
.header-right .header-top {
	margin: 30px 0 0;
    overflow: hidden;
	transition: all 0.35s;
}
.header-top li {
	margin: 0;
	float: left;
	height: 26px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
    padding: 0 20px;
    line-height: 24px;
	position: relative;
	transition: all 0.35s;
}
.header-top li:last-of-type {
    padding: 5px 20px;
    font-family: arial;
}
.header-top li a {
	color: #FFFFFF;
}
.header-top li:nth-of-type(2) em {
	top: 0px;
	width: 16px;
	font-size: 18px;
	margin-right: 6px;
	position: relative;
	transition: all 0.35s;
}
.header-top li:last-of-type a {
	float: left;
	display: block;
	font-size: 16px;
	line-height: 14px;
	position: relative;
}
.header-top li:last-of-type a:first-of-type {
	margin-right: 10px;
}
.header-top li:last-of-type a img {
	width: 16px;
	float: left;
	display: block;
	margin: 2px 5px 0 0;
}
.header-top li:last-of-type a.active {
	color: #ea5b24;
	font-weight: bold;
}
.header-menu>li {
	float: left;
	margin: 0 16px;
	font-size: 18px;
	line-height: 26px;
	padding: 35px 0 50px;
	transition: all 0.35s;
}
.header-menu li h4 {
	position: relative;
}
.header-menu>li h4>a {
	color: #FFFFFF;
	position: relative;
}
.header-menu>li:first-of-type h4>a {
	width: 22px;
	height: 18px;
	display: block;
	margin: 4px 0 0;
	line-height: 0px;
	overflow: hidden;
	position: relative;
}
.header-menu>li:first-of-type h4>a img {
	top: 0px;
	left: 0px;
	display: block;
	position: absolute;
}
.header-menu>li:first-of-type h4>a img:nth-of-type(2) {
	opacity: 0;
}
.header-menu>li h4>em {
	top: 3px;
	width: 12px;
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	transition: transform 0.35s;
}
.header-menu>li:first-of-type h4>em {
	width: 20.25px;
	transform: rotateX(0deg) !important;
}
@media only screen and (max-width: 991px) {
	header {
		height: 136px;
	}
	header .logo {
		z-index: 1;
	    width: 200px;
	    height: 50px;
	    position: relative;
	    margin: 66px 0 20px;
	}
	header.header-roll,header.header-click {
		background-color: #FFFFFF;
	}
	header.header-roll .logo img:nth-of-type(1),header.icon-click .logo img:nth-of-type(1),header.header-click .logo img:nth-of-type(1) {
		opacity: 0;
	}
	header.header-roll .logo img:nth-of-type(2),header.icon-click .logo img:nth-of-type(2),header.header-click .logo img:nth-of-type(2) {
		opacity: 1;
	}
	header.header-roll .header-top>li:nth-of-type(3) em,header.icon-click .header-top>li:nth-of-type(3) em,
	header.header-click .header-right .header-top>li.search-icon,header.header-click .header-right .header-top>li.search-icon:hover {
		opacity: 1;
		color: #ea5305;
	}
	header.header-roll .header-top>li,header.header-roll .header-top>li a,header.header-click .header-top>li,header.header-click .header-top>li a,
	header.icon-click .header-top>li.search-icon,header.icon-click .header-top>li a {
		color: #000000;
	}
	header.header-roll .header-top li,header.icon-click .header-top li,header.header-click .header-top li {
		border-left-color: #dadada;
	}
	.header-right {
    	width: calc(100% - 305px);
	}
	.header-right .header-top {
		z-index: 1;
		width: 395px;
		position: relative;
	    margin: 20px 0 20px 9px;
	}
	.header-top li {
		border-left: 2px solid #fff;
	}
	.header-top li:last-of-type {
		padding: 6px 0 6px 20px;
	}
	.header-right .menu-icon {
		z-index: 1;
		width: 50px;
		height: 50px;
		float: right;
		overflow: hidden;
		position: relative;
	}
	.menu-icon li {
		top: 50%;
		left: 50%;
		width: 50px;
		height: 4px;
		overflow: hidden;
		position: absolute;
		border-radius: 2px;
		background-color: #FFFFFF;
	}
	.menu-icon li:nth-of-type(1) {
		margin: -16px 0 0 -25px;
	}
	.menu-icon li:nth-of-type(2) {
		margin: -2px 0 0 -25px;
	}
	.menu-icon li:nth-of-type(3) {
		margin: 12px 0 0 -25px;
	}
	header.icon-click .menu-icon li,header.header-roll .menu-icon li,header.header-click .menu-icon li {
		background-color: #ea5305;
	}
	header.icon-click .menu-icon li:nth-of-type(1) {
		margin: -2px 0 0 -25px;
		transform: rotate(45deg);
	}
	header.icon-click .menu-icon li:nth-of-type(2) {
		opacity: 0;
	}
	header.icon-click .menu-icon li:nth-of-type(3) {
		margin: -2px 0 0 -25px;
		transform: rotate(-45deg);
	}
	.header-right .header-menu {
		top: 0px;
		left: 100%;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		overflow: hidden;
		background: #ededed;
	}
	header.icon-click .header-right .header-menu {
		display: block;
	}
	.header-right .header-menu:before {
		content: '';
		width: 100%;
		height: 136px;
		display: block;
		margin: 0 0 30px;
		overflow: hidden;
		background-color: #FFFFFF;
	}
	.header-menu>li {
	    float: none;
	    width: 655px;
	    margin: 0 auto;
	    padding: 20px 0;
	    font-size: 28px;
	    line-height: 40px;
	}
	.header-menu>li h4>a {
		color: #000000;
	    font-size: 28px;
		font-weight: bold;
	    line-height: 40px;
	}
	.header-menu>li:first-of-type h4>a img:nth-of-type(1) {
	    opacity: 0;
	}
	.header-menu>li:first-of-type h4>a img:nth-of-type(2) {
	    opacity: 1;
	}
	.header-menu>li h4>em {
		top: 8px;
		width: 18px;
		float: right;
	    color: #ea5305;
	    font-size: 24px;
	    transform: rotate(-90deg);
	}
	.header-menu>li .header-two {
		width: 100%;
		display: none;
		overflow: hidden;
	}
	.header-two a {
		float: left;
		margin: 10px;
		padding: 15px;
		display: block;
		color: #000000;
		font-size: 18px;
		overflow: hidden;
		line-height: 1.25;
		border-radius: 4px;
		transition: all 0.35s;
		width: calc(50% - 20px);
	}
	.header-two a .two-icon {
		float: left;
		width: 40px;
		height: 40px;
		display: block;
		overflow: hidden;
		margin-right: 20px;
		border-radius: 50%;
		background-color: #ea5305;
	}
	.two-icon img {
		top: 50%;
		left: 50%;
		max-width: 80%;
		position: relative;
		transform: translateX(-50%) translateY(-50%);
	}
	.header-two a .two-txt {
		float: left;
		line-height: 40px;
	}
	.header-two a em {
		float: right;
		width: 17.5px;
		margin: 10px 0;
		color: #9d9d9d;
		font-size: 24px;
	}
	.header-two a:hover {
		font-weight: bold;
		background-color: #FFFFFF;
	}
	.header-two a:hover em {
		color: #ea5305;
	}
	.header-search {
		left: 0px;
		top: 136px;
		width: 100%;
		display: none;
		padding: 40px 0;
		overflow: hidden;
		position: absolute;
		background-color: #ededed;
	}
	.header-search .search-input {
		float: left;
		overflow: hidden;
		position: relative;
		width: calc(100% - 200px);
	    border-radius: 4px 0 0 4px;
		background: hsla(0,0%,85.5%,0.5);
	}
	.search-input em {
		left: 30px;
		width: 18px;
		float: left;
		color: #ea5305;
		font-size: 18px;
		margin: 21px 0 21px 30px;
	}
	.search-input input {
		float: left;
		border: none;
		height: 60px;
		display: block;
		font-size: 18px;
		padding: 0 20px;
		width: calc(100% - 48px);
		background-color: transparent;
	}
	.header-search button {
		float: right;
		width: 200px;
		height: 60px;
	    border: none;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    transition: all 0.4s;
	    border-radius: 0 4px 4px 0;
	    background: hsla(0,0%,85.5%,0.5);
	}
	.header-search button em {
		color: #ea5305;
		width: 19.25px;
		font-size: 24px;
		margin-right: 15px;
		vertical-align: middle;
	}
	.header-search button span {
		vertical-align: middle;
	}
	.header-search button:hover {
		color: #FFFFFF;
		background-color: #ea5305;
	}
	.header-search button:hover em {
		color: #FFFFFF;
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 100px;
	}
	header .logo {
	    width: 160px;
	    height: 40px;
	    position: absolute;
	    margin: 50px 0 20px;
	}
	.header-right {
		width: 81%;
	}
	.header-right .header-top {
		width: 100%;
	    margin: 15px 0;
	}
	.header-top li {
		height: 20px;
		font-size: 14px;
		padding: 0 10px;
		line-height: 20px;
		border-right-width: 1px;
	}
	.header-top li:last-of-type {
		padding: 3px 0 0 10px;
	}
	.header-top li:last-of-type a img {
		margin: 1px 5px 0 0;
	}
	.header-right .menu-icon {
		width: 40px;
		height: 40px;
	}
	.menu-icon li {
		width: 30px;
		height: 2px;
		border-radius: 1px;
	}
	.menu-icon li:nth-of-type(1) {
		margin: -10px 0 0 -15px;
	}
	.menu-icon li:nth-of-type(2) {
		margin: -1px 0 0 -15px;
	}
	.menu-icon li:nth-of-type(3) {
		margin: 8px 0 0 -15px;
	}
	header.icon-click .menu-icon li:nth-of-type(1),header.icon-click .menu-icon li:nth-of-type(3) {
		margin: -1px 0 0 -15px;
	}
	.header-right .header-menu:before {
		height: 105px;
		margin: 0 0 20px;
	}
	.header-menu>li {
	    width: 330px;
	    padding: 10px 0;
	    font-size: 18px;
	    line-height: 25px;
	}
	.header-menu>li h4>a {
	    font-size: 18px;
	    line-height: 25px;
	}
	.header-menu>li h4>em {
		top: 3px;
		width: 12px;
		font-size: 18px;
	}
	.header-two a {
		width: 100%;
		padding: 5px;
		font-size: 14px;
		margin: 10px 0 0;
	}
	.header-two a .two-icon {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
	.header-two a:first-of-type .two-icon img {
		width: 15px;
	}
	.header-two a .two-txt {
		line-height: 25px;
	}
	.header-two a em {
		width: 12px;
		margin: 5px 0;
		font-size: 18px;
	}
	.header-search {
		top: 100px;
		padding: 20px 0;
	}
	.header-search .search-input {
		width: calc(100% - 60px);
	}
	.search-input em {
		left: 20px;
		margin: 14px 0 13px 20px;
	}
	.search-input input {
		height: 45px;
		font-size: 14px;
		padding: 0 10px;
		width: calc(100% - 38px);
	}
	.header-search button {
		width: 60px;
		height: 45px;
	    font-size: 14px;
	    border-radius: 0 4px 4px 0;
	}
	.header-search button em {
		width: 19.25px;
		margin-right: 0px;
	}
	.header-search button span {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	header {
		height: 132px;
		transition: background-color 0.35s;
	}
	header .logo {
	    width: 200px;
	    height: 50px;
	    margin: 41px 0;
	}
	.header-right {
		width: calc(100% - 225px);
	}
	.header-right .header-top {
		float: right;
		margin: 20px 0 0;
	}
	.header-top>li {
		color: #FFFFFF;
    	border-left: 2px solid #FFFFFF;
	}
	.header-top>li a,.header-menu>li h4 a,.header-menu>li h4 em {
		color: #FFFFFF;
	}
	.header-right .header-menu {
	    float: right;
	}
	.header-menu>li {
		margin: 0 6px;
	    font-size: 16px;
	    line-height: 23px;
	    padding: 25px 0 40px;
	}
	.header-menu>li:first-of-type h4 a em {
		width: 18px;
	}
	.header-menu>li h4:after {
		left: 50%;
		width: 0px;
		height: 4px;
		content: '';
		bottom: -40px;
		display: block;
		overflow: hidden;
		position: absolute;
		background: #e6b451;
		transition: all 0.35s;
	}
	.header-menu>li:hover h4:after {
		left: 0px;
		width: 100%;
	}
	.header-menu>li:first-of-type h4:after {
		display: none;
	}
	.header-menu>li .header-two {
		left: 0px;
		top: 132px;
		width: 100%;
		display: none;
		padding: 20px 0;
		overflow: hidden;
		position: absolute;
		background-color: #ededed;
	}
	.header-two a {
		float: left;
		padding: 15px;
		margin: 0 10px;
		display: block;
		color: #000000;
		font-size: 16px;
		overflow: hidden;
		line-height: 1.25;
		border-radius: 4px;
		transition: all 0.35s;
		width: calc(25% - 20px);
	}
	.header-two a .two-icon {
		float: left;
		width: 40px;
		height: 40px;
		display: block;
		overflow: hidden;
		margin-right: 20px;
		border-radius: 50%;
		background-color: #ea5305;
	}
	.two-icon img {
		top: 50%;
		left: 50%;
		max-width: 80%;
		position: relative;
		transform: translateX(-50%) translateY(-50%);
	}
	.header-two a .two-txt {
		float: left;
		line-height: 40px;
	}
	.header-two a em {
		float: right;
		width: 17.5px;
		color: #9d9d9d;
		margin: 10px 0;
		font-size: 20px;
	}
	.header-two a:hover {
		font-weight: bold;
		background-color: #FFFFFF;
	}
	.header-two a:hover em {
		color: #ea5305;
	}
	.header-search {
		left: 0px;
		top: 132px;
		width: 100%;
		display: none;
		padding: 20px 0;
		overflow: hidden;
		position: absolute;
		background-color: #ededed;
	}
	.header-search .container {
		padding: 0 10px;
	}
	.header-search .search-input {
		float: left;
		overflow: hidden;
		position: relative;
		width: calc(100% - 200px);
	    border-radius: 4px 0 0 4px;
		background: hsla(0,0%,85.5%,0.5);
	}
	.search-input em {
		left: 30px;
		width: 18px;
		float: left;
		color: #ea5305;
		font-size: 18px;
		margin: 21px 0 21px 30px;
	}
	.search-input input {
		float: left;
		border: none;
		height: 60px;
		display: block;
		font-size: 18px;
		padding: 0 20px;
		width: calc(100% - 48px);
		background-color: transparent;
	}
	.header-search button {
		float: right;
		width: 200px;
		height: 60px;
	    border: none;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    transition: all 0.4s;
	    border-radius: 0 4px 4px 0;
	    background: hsla(0,0%,85.5%,0.5);
	}
	.header-search button em {
		color: #ea5305;
		width: 19.25px;
		font-size: 24px;
		margin-right: 15px;
		vertical-align: middle;
	}
	.header-search button span {
		vertical-align: middle;
	}
	.header-search button:hover {
		color: #FFFFFF;
		background-color: #ea5305;
	}
	.header-search button:hover em {
		color: #FFFFFF;
	}
	.header-right .menu-icon {
		display: none;
	}
	header.header-bg,header.header-roll,header.header-click {
		background-color: #FFFFFF;
	}
	header.header-bg .logo img:nth-of-type(1),header.header-roll .logo img:nth-of-type(1),header.header-click .logo img:nth-of-type(1) {
		opacity: 0;
	}
	header.header-bg .logo img:nth-of-type(2),header.header-roll .logo img:nth-of-type(2),header.header-click .logo img:nth-of-type(2) {
		opacity: 1;
	}
	header.header-bg .header-top>li,header.header-click .header-top>li {
		color: #000000;
	   	border-left-color: #dadada;
	}
	header.header-bg .header-menu>li:first-of-type a img:nth-of-type(1),header.header-roll .header-menu>li:first-of-type a img:nth-of-type(1),
	.header-menu>li:first-of-type:hover a img:nth-of-type(1) {
		opacity: 0;
	}
	header.header-bg .header-menu>li:first-of-type a img:nth-of-type(2),header.header-roll .header-menu>li:first-of-type a img:nth-of-type(2),
	.header-menu>li:first-of-type:hover a img:nth-of-type(2){
		opacity: 1;
	}
	header.header-bg .header-top>li:nth-of-type(2)>a>em,header.header-click .header-top>li:nth-of-type(2)>a>em,header.header-bg .header-menu>li h4 em,
	header.header-click .header-menu>li h4 em,header.header-click .header-right .header-top>li.search-icon,
	header.header-click .header-right .header-top>li.search-icon:hover {
		opacity: 1;
		color: #ea5305;
	}
	header.header-bg .header-top>li a,header.header-bg .header-menu>li a,header.header-click .header-top>li a,header.header-click .header-menu>li a {
		color: #000000;
	}
	header.header-roll {
		height: 58px;
	}
	header.header-roll .logo {
	    width: 170px;
	    height: 41px;
	    margin: 9px 0;
	}
	header.header-roll .header-top>li:last-of-type,header.header-roll .header-top>li:nth-of-type(2) span {
		display: none;
	}
	header.header-roll .header-right .header-top {
		margin: 16px 0 0 10px;
	}
	header.header-roll .header-top>li {
		margin: 0;
		height: 20px;
		color: #000000;
		font-size: 16px;
	    line-height: 20px;
	    border-right: none;
	    border-left: 2px solid #dadada;
	}
	header.header-roll .header-top>li:nth-of-type(2) em {
		margin: 0;
		color: #ea5305;
		font-size: 18px;
	}
	header.header-roll .header-menu>li {
	    margin: 0 6px;
	    font-size: 16px;
	    line-height: 23px;
	    padding: 12px 0 20px;
	}
	header.header-roll .header-top>li a,header.header-roll .header-menu>li a {
		color: #000000;
	}
	header.header-roll .header-menu>li h4:after {
		bottom: -21px;
	}
	header.header-roll .header-menu>li h4>em {
		color: #ea5305;
	}
	header.header-roll .header-menu>li:first-of-type h4>em {
		width: 18px;
	}
	header.header-roll .header-menu>li .header-two,header.header-roll .header-search {
		top: 58px;
	}
	.header-menu>li:hover a {
		color: rgba(0,0,0,0.75) !important;
	}
	.header-menu>li:hover h4>em {
		transform: rotateX(180deg);
	}
	header .header-top>li:nth-of-type(1) a:hover,header .header-top>li:nth-of-type(2):hover {
		opacity: 0.75;
	}
	header.header-roll .header-top>li:nth-of-type(1) a:hover {
		color: #ea5305;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 144px;
	}
	header .logo {
		width: 264px;
	    height: 66px;
		margin: 39px 0;
	}
	.header-right {
		width: calc(100% - 300px);
	}
	.header-right .header-top {
		margin: 30px 0 0;
	}
	.header-menu>li {
	    margin: 0 10px;
	}
	.header-menu>li h4:after {
		height: 4px;
		bottom: -40px;
	}
	.header-menu>li .header-two,.header-search {
		top: 144px;
		padding: 30px 0;
	}
	.header-two a {
		padding: 15px;
		margin: 0 10px;
		font-size: 16px;
		width: calc(25% - 20px);
	}
	.header-two a .two-icon {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
	.header-two a .two-txt {
		line-height: 40px;
	}
	.header-search .search-input {
		width: calc(100% - 200px);
	}
	.search-input em {
		left: 30px;
		width: 18px;
		font-size: 18px;
		margin: 21px 0 21px 30px;
	}
	.search-input input {
		height: 60px;
		font-size: 18px;
		padding: 0 20px;
		width: calc(100% - 48px);
	}
	.header-search button {
		width: 200px;
		height: 60px;
	    font-size: 14px;
	}
	.header-search button em {
		width: 19.25px;
		font-size: 20px;
		margin-right: 15px;
	}
	header.header-roll .header-menu>li {
	    margin: 0 10px;
	}
	header.header-roll .header-menu>li h4:after {
		bottom: -21px;
	}
}
@media only screen and (min-width: 1350px) {
	header {
		height: 166px;
	}
	header .logo {
		margin: 45px 0;
	}
	header>.container {
		width: 1280px;
	}
	.header-menu>li {
	    margin: 0 15px;
	    font-size: 20px;
	    line-height: 26px;
	    padding: 35px 0 50px;
	}
	.header-menu>li h4:after {
		height: 4px;
		bottom: -50px;
	}
	.header-menu>li .header-two,.header-search {
		top: 166px;
		padding: 48px 0;
	}
	header.header-roll {
		height: 99px;
	}
	header.header-roll .logo {
	    margin: 28px 0;
	}
	header.header-roll .header-right .header-top {
		margin: 38px 0 0 10px;
	}
	header.header-roll .header-top>li {
		height: 23px;
	    line-height: 23px;
	}
	header.header-roll .header-menu>li {
	    margin: 0 10px;
	    padding: 34px 0 42px;
	}
	header.header-roll .header-menu>li h4:after {
		bottom: -39px;
	}
	header.header-roll .header-menu>li .header-two,header.header-roll .header-search {
		top: 99px;
	}
}
/*公共底部*/
footer {
	width: 100%;
	padding: 75px 0;
	overflow: hidden;
	background: #ea5b24;
}
.footer-left {
	float: left;
	width: 450px;
	color: #FFFFFF;
	padding: 0 10px;
	overflow: hidden;
}
.footer-logo {
	width: 255px;
	display: block;
	overflow: hidden;
	margin: 0 0 35px;
}
.footer-logo img {
	width: 100%;
}
.footer-left h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.footer-left p {
	font-size: 14px;
	max-width: 380px;
	line-height: 18px;
}
.footer-left p:last-of-type {
	margin: 30px 0 0;
}
.footer-left p a {
	color: #FFFFFF;
}
.footer-right {
	width: 630px;
	float: right;
	overflow: hidden;
	padding: 0 10px 0 20px;
}
.footer-right ul {
	width: 100%;
	overflow: hidden;
}
.footer-right ul li {
	float: left;
	width: 33.33%;
	overflow: hidden;
}
.footer-right ul li a {
	color: #FFFFFF;
	transition: all 0.35s;
}
.footer-right ul li a:hover,.footer-left p a:hover {
	color: hsla(0,0%,100%,0.75);
}
.footer-right ul li h4 {
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 700;
	line-height: 26px;
}
.footer-right ul li p {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 15px;
}
.footer-bottom {
	width: 100%;
	overflow: hidden;
	padding: 30px 55px 0 0;
}
.footer-bottom .footer1 {
	float: left;
	padding: 5px;
	overflow: hidden;
	background: #d24801;
	border-radius: 21px;
}
.footer1 em {
	float: left;
	width: 32px;
	height: 32px;
	color: #ea5b24;
	display: block;
	font-size: 22px;
	overflow: hidden;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #ffffff;
}
.footer1 p {
	float: left;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	margin: 0 14px 0 7px;
}
.footer-bottom .footer2 {
	float: right;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	padding: 6px 13px 8px;
}
.footer-bottom .footer2:before {
	top: 0px;
	left: 0px;
	width: 9px;
	content: '';
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.footer-bottom .footer2:after {
	top: 0px;
	right: 0px;
	width: 9px;
	content: '';
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 991px) {
	.footer-left {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin: 0 0 30px;
	}
	.footer-right {
		width: 100%;
		float: none;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 750px) {
	footer {
	    padding: 50px 0;
	}
	.footer-left,.footer-right {
		padding: 0;
	}
	.footer-left h5 {
		margin: 15px 0 0;
	}
	.footer-right ul {
		margin: 0 0 10px;
	}
	.footer-right ul li {
	    width: 65%;
	    min-height: 226px;
	}
	.footer-right ul li:nth-of-type(2n) {
		width: 35%;
	}
	.footer-bottom {
		padding: 0 50px 0 0;
	}
	.footer-bottom .footer2 {
		float: left;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-left {
		width: 400px;
	}
	.footer-right {
		width: 550px;
	}
	.footer-bottom {
		padding: 30px 25px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-left {
		width: 450px;
	}
	.footer-right {
		width: 630px;
	}
	.footer-bottom {
		padding: 30px 55px 0 0;
	}
}
/*公共banner的样式*/
.banner-common {
	width: 100%;
	overflow: hidden;
	position: relative;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
	background-size: cover !important;
}
.banner-common .banner-txt {
	z-index: 2;
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	padding: 235px 0 140px;
}
.banner-txt h2 {
    font-size: 52px;
	line-height: 1.12;
    font-weight: bold;
}
.banner-txt h2 strong {
	padding: 40px 65px;
	position: relative;
	display: inline-block;
}
.banner-txt h2 strong:before,.banner-txt h2 strong:after {
	top: 0px;
	left: 0px;
	content: '';
	width: 35px;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}
.banner-txt h2 strong:after {
	left: auto;
	right: 0px;
	border-left: none;
	border-right: 10px solid #FFFFFF;
}
.banner-txt p {
	left: 0px;
	bottom: 40px;
	font-size: 16px;
	line-height: 26px;
	position: absolute;
}
.banner-txt p span {
	float: left;
	display: block;
}
.banner-txt p span:after {
	width: 40px;
	height: 2px;
	content: '';
	overflow: hidden;
	display: inline-block;
	margin: 0 15px 3px 20px;
	background-color: #FFFFFF;
}
.banner-txt p a {
	color: #FFFFFF;
	transition: all 0.8s;
}
.banner-txt p a:hover {
	color: hsla(0,0%,100%,0.75);
}
.banner-common .banner-back {
	float: left;
	display: block;
	color: #FFFFFF;
	line-height: 1;
	font-size: 14px;
	letter-spacing: 4px;
}
.banner-back em {
	opacity: 0.5;
	color: #FFFFFF;
	width: 26.25px;
	font-size: 28px;
	margin-right: 20px;
	transition: all 0.4s;
	vertical-align: middle;
}
.banner-back span {
	vertical-align: middle;
}
.banner-common .banner-back:hover em {
	opacity: 1;
}
@media only screen and (max-width: 750px) {
	.banner-txt h2 {
	    font-size: 38px;
	    line-height: 1.2;
	}
	.banner-txt h2 strong {
	    padding: 30px 30px 40px;
	}
	.banner-txt h2 strong:before,.banner-txt h2 strong:after {
		width: 28px;
		border-top-width: 8px;
		border-left-width: 8px;
		border-bottom-width: 8px;
	}
	.banner-txt h2 strong:after {
		border-right-width: 8px;
	}
	.banner-common .banner-back {
		letter-spacing: 2px;
	}
	.banner-back em {
		width: 19.25px;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 992px) {
	.banner-common .container {
		padding: 0 10px;
	}
}
/*菜单公共样式*/
.menu-common {
	width: 100%;
	overflow: hidden;
	background: #ededed;
}
.menu-common a {
	float: left;
    width: 265px;
    color: #222d35;
	display: block;
    font-size: 14px;
    font-weight: 700;
	overflow: hidden;
    padding: 30px 20px;
    text-align: center;
}
.menu-common a.active,.menu-common a:hover {
	background-color: #dadada;
}
@media only screen and (max-width: 991px) {
	.menu-common a {
		width: auto;
		padding: 30px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px) {
	.menu-common a {
		width: 50%;
		font-size: 14px;
		padding: 15px 10px;
	}
}
@media only screen and (min-width: 992px) {
	.menu-common .container {
		padding: 0 10px;
	}
	.menu-common a {
    	max-width: 25%;
	}
}