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: #d7000f;
	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,
button:focus {
	outline: none;
}

@media only screen and (max-width: 991px) {
	.container {
		width: 680px;
		padding: 0px;
	}
}

@media only screen and (max-width: 750px) {
	.container {
		width: 340px;
		padding: 0px;
	}
}

@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0px;
	}
}

@media only screen and (min-width: 1300px) {
	.container {
		width: 1200px;
	}
}

@media only screen and (min-width: 1600px) {
	.container {
		width: 1500px;
	}
}

header {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
}

header .logo {
	display: block;
	width: 236px;
	overflow: hidden;
	float: left;
	margin: 26px 0 0 -50px;
	position: relative;
	z-index: 2;
}

header .logo img {
	width: 100%;
}

header .logo img:nth-of-type(2) {
	display: none;
}

header .header-right {
	width: 980px;
	height: 100px;
	float: right;
	position: relative;
	z-index: 2;
	transition: height 0.5s;
}

header .header-search {
	width: 200px;
	height: 35px;
	overflow: hidden;
	margin: 33px 0 0;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	position: relative;
	float: right;
}

.header-search .search-input {
	background-image: url(../img/search-h.png);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 170px 50%;
}

.header-search input {
	width: 155px;
	height: 100%;
	overflow: hidden;
	border: none;
	margin-left: 10px;
	background-color: transparent;
	color: #666666;
}

header .header-en a.active {
	font-weight: bold;
	color: #e60012;
}

header .header-en {
	width: 45px;
	line-height: 20px;
	overflow: hidden;
	margin: 40px 15px 0 35px;
	font-family: arial;
	color: #cecece;
	float: left;
	transition: margin 0.5s;
}

header .header-en a {
	color: #cecece;
}

.header-right .header-menu {
	width: 685px;
	height: 100%;
	float: left;
}

.header-menu li {
	width: 65px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 43px;
}

.header-menu li:first-of-type {
	width: 33px;
	margin-left: 0px;
}

.header-menu li h4 {
	width: 100%;
	font-size: 16px;
	line-height: 100px;
	overflow: hidden;
	text-align: center;
	transition: line-height 0.5s;
}

.header-menu li h4 a {
	color: #333333;
}

.header-menu li:hover h4 a,
.header-menu li.active h4 a {
	color: #e60012;
	font-weight: bold;
}

.header-menu .header-two {
	width: 126px;
	overflow: hidden;
	padding: 5px 0 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 98px;
	left: 50%;
	margin-left: -63px;
	text-align: center;
	border-top: 2px solid #e60012;
	display: none;
	transition: top 0.5s;
}

.header-two p {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 3px;
}

.header-two p a {
	color: #333333;
}

.header-two p:hover {
	background-color: #e60012;
}

.header-two p:hover a {
	color: #FFFFFF;
}

header .header-icon {
	width: 62px;
	height: 62px;
	overflow: hidden;
	background-color: #e60012;
	border-radius: 17px;
	float: right;
	margin: 39px 0;
	position: relative;
}

.header-icon li {
	width: 40px;
	height: 8px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.header-icon li:nth-of-type(1) {
	margin: -16px 0 0 -20px;
}

.header-icon li:nth-of-type(2) {
	width: 35px;
	margin: -4px 0 0 -20px;
}

.header-icon li:nth-of-type(3) {
	margin: 8px 0 0 -20px;
}

.header-click .header-icon li:nth-of-type(1) {
	transform: rotate(-45deg);
	margin: -4px 0 0 -20px;
}

.header-click .header-icon li:nth-of-type(2) {
	opacity: 0;
}

.header-click .header-icon li:nth-of-type(3) {
	transform: rotate(45deg);
	margin: -4px 0 0 -20px;
}

@media only screen and (max-width: 991px) {
	header {
		height: 140px;
		box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.18);
	}

	header .logo {
		width: 359px;
		margin: 33px 0;
	}

	header .header-right {
		width: 100%;
		height: calc(100% - 140px);
		height: -moz-calc(100% - 140px);
		height: -webkit-calc(100% - 140px);
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		left: 0px;
		top: 140px;
		display: none;
	}

	.header-right .header-menu {
		float: none;
		width: 100%;
		height: calc(100% - 200px);
		height: -moz-calc(100% - 170px);
		height: -webkit-calc(100% - 200px);
		overflow-x: hidden;
		position: relative;
		z-index: 1;
		margin: 25px 0;
	}

	.header-menu li {
		width: 100% !important;
		height: auto;
		margin: 0;
		float: none;
	}

	.header-menu li h4 {
		width: 580px;
		font-size: 40px;
		line-height: 85px;
		text-align: justify;
		margin: 0 auto;
		position: relative;
	}

	.header-menu li h4 span {
		display: block;
		width: 40px;
		height: 20px;
		overflow: hidden;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -10px;
		background-image: url(../img/mdown.png);
		background-repeat: no-repeat !important;
		background-position: center !important;
	}

	.header-menu li:hover h4 span {
		background-image: url(../img/mup.png);
	}

	.header-menu li h4 a {
		color: #666666;
	}

	.header-menu .header-two {
		width: 100%;
		padding: 0;
		background-color: #f7f7f8;
		position: relative;
		top: 0;
		left: 0;
		margin: 10px 0;
		text-align: justify;
		border-top-color: #c5c5c5;
	}

	.header-menu .header-two p {
		width: 100%;
		line-height: 108px;
		font-size: 32px;
		overflow: hidden;
		border-bottom: 2px solid #c5c5c5;
		margin: 0;
	}

	.header-menu .header-two p a {
		display: block;
		width: 580px;
		color: #666666;
		text-align: justify;
		margin: 0 auto;
	}

	header .header-right .header-sm {
		width: 100%;
		height: 151px;
		border-top: 1px solid #c5c5c5;
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 3;
	}

	header .header-en {
		width: 50%;
		height: 150px;
		line-height: 0px;
		padding: 45px 0 0;
		margin: 0;
		font-family: arial;
		background-color: #f9f9f9;
		color: #cecece;
		border-top: 1px solid #c5c5c5;
		text-align: center;
	}

	header .header-en a {
		display: inline-block;
		line-height: 60px;
		font-size: 40px;
		padding: 0 4px;
		font-weight: bold;
		margin: 0 20px;
		color: #a0a0a0;
	}

	header .header-en a.active {
		color: #333333;
		border-bottom: 3px solid #d80c18;
	}

	header .header-en span {
		display: none;
	}

	header .header-search {
		width: 50%;
		height: 150px;
		overflow: visible;
		margin: 0;
		border-radius: 0px;
		border: none;
		float: right;
		background-color: #d80c18;
		position: initial;
	}

	.header-search .search-input {
		width: 100%;
		height: 80px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		top: -80px;
		left: 0px;
		background-size: 28px;
		background-position: 620px 50%;
		display: none;
	}

	.header-search input {
		display: block;
		width: 580px;
		height: 60px;
		overflow: hidden;
		border: 1px solid #cdcdcd;
		margin: 10px auto;
		border-radius: 5px;
		padding-left: 15px;
		font-size: 24px;
	}

	header .header-search .search-txt {
		width: 100%;
		line-height: 150px;
		font-size: 40px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}

	header .header-search .search-txt img {
		margin: -5px 30px 0 0;
	}

	header .header-search:hover .search-input {
		display: block;
	}
}

@media only screen and (max-width: 750px) {
	header .header-icon {
		width: 40px;
		height: 40px;
		border-radius: 8px;
		margin: 15px 0;
	}

	.header-icon li {
		width: 24px;
		height: 4px;
		border-radius: 2px;
	}

	.header-icon li:nth-of-type(1) {
		margin: -9px 0 0 -12px;
	}

	.header-icon li:nth-of-type(2) {
		width: 20px;
		margin: -2px 0 0 -12px;
	}

	.header-icon li:nth-of-type(3) {
		margin: 5px 0 0 -12px;
	}

	.header-click .header-icon li:nth-of-type(1) {
		margin: -2px 0 0 -12px;
	}

	.header-click .header-icon li:nth-of-type(3) {
		margin: -2px 0 0 -12px;
	}

	header {
		height: 70px;
	}

	header .logo {
		width: 200px;
		margin: 14px 0;
	}

	header .header-right {
		height: calc(100% - 70px);
		height: -moz-calc(100% - 70px);
		height: -webkit-calc(100% - 70px);
		top: 70px;
	}

	.header-right .header-menu {
		height: calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: -webkit-calc(100% - 80px);
		margin: 15px 0;
	}

	.header-menu li h4 {
		width: 290px;
		font-size: 24px;
		line-height: 45px;
	}

	.header-menu li h4 span {
		width: 20px;
		height: 10px;
		margin-top: -5px;
		background-size: 18px !important;
	}

	.header-menu .header-two {
		margin: 5px 0;
	}

	.header-menu .header-two p {
		line-height: 40px;
		font-size: 16px;
		border-bottom-width: 1px;
	}

	.header-menu .header-two p a {
		width: 290px;
	}

	header .header-right .header-sm {
		height: 51px;
	}

	header .header-en {
		height: 50px;
		padding: 12px 0 0;
	}

	header .header-en a {
		line-height: 25px;
		font-size: 18px;
		padding: 0 2px;
		margin: 0 10px;
	}

	header .header-en a.active {
		border-bottom-width: 2px;
	}

	header .header-search {
		height: 50px;
	}

	.header-search .search-input {
		height: 50px;
		top: -50px;
		background-size: 15px;
		background-position: 305px 50%;
	}

	.header-search input {
		width: 290px;
		height: 30px;
		margin: 10px auto;
		border-radius: 5px;
		padding-left: 10px;
		font-size: 14px;
	}

	header .header-search .search-txt {
		line-height: 50px;
		font-size: 18px;
	}

	header .header-search .search-txt img {
		width: 20px;
		margin: -2px 10px 0 0;
	}
}

@media only screen and (min-width: 992px) {
	header .header-icon {
		display: none !important;
	}

	header {
		height: 80px;
	}

	header .logo {
		width: 250px;
		margin: 19px 0 0 -25px;
	}

	header .header-right {
		width: 730px;
		height: 80px;
	}

	.header-right .header-menu {
		width: 485px;
	}

	.header-menu li {
		width: 56px;
		margin-left: 20px;
	}

	.header-menu li:first-of-type {
		width: 28px;
	}

	.header-menu li h4 {
		font-size: 14px;
		line-height: 80px;
	}

	.header-menu li.active h4:after {
		width: 80px;
		margin-left: -40px;
	}

	.header-right .header-sm {
		width: 245px;
		overflow: hidden;
		float: right;
	}

	header .header-en {
		margin: 30px 15px 0 35px;
	}

	header .header-search {
		width: 150px;
		margin: 22.5px 0 0;
	}

	header .header-search .search-input {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-position: 120px 50%;
	}

	.header-search .search-txt {
		display: none;
	}

	.header-menu .header-two {
		width: 80px;
		top: 78px;
		margin-left: -40px;
		box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
	}

	.header-menu li.active h4:after {
		content: '';
		width: 126px;
		height: 2px;
		overflow: hidden;
		background-color: #e60012;
		position: absolute;
		left: 50%;
		bottom: 0px;
		margin-left: -63px;
	}

	header.header-roll {
		background-color: #FFFFFF;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	}

	header.header-roll .logo img:nth-of-type(1) {
		display: block;
	}

	header.header-roll .logo img:nth-of-type(2) {
		display: none;
	}

	header.header-roll .header-search input {
		color: #666666;
	}

	header.header-roll .header-search input::-webkit-input-placeholder {
		color: #aaaaaa;
	}

	header.header-roll .header-search input:-ms-input-placeholder {
		color: #aaaaaa;
	}

	header.header-roll .header-search input:-moz-placeholder {
		color: #aaaaaa;
	}

	header.header-roll .header-search input::-moz-placeholder {
		color: #aaaaaa;
	}

	header.header-roll .header-en a {
		color: #cecece;
	}

	header.header-roll .header-menu li h4 a {
		color: #333333;
	}

	header.header-roll .header-menu li.active h4 a,
	header.header-roll .header-menu li:hover h4 a,
	header.header-roll .header-en a.active {
		color: #e60012;
		font-weight: bold;
	}

	header.header-roll .header-menu li .header-two {
		background-color: #FFFFFF;
	}

	header.header-roll .header-two p a {
		color: #333333;
	}

	header.header-roll .header-two p:hover a {
		color: #FFFFFF;
	}
}

@media only screen and (min-width: 1300px) {
	header {
		height: 100px;
	}

	header .logo {
		width: 300px;
		margin: 26px 0 0 -50px;
	}

	header .header-right {
		width: 930px;
		height: 100px;
	}

	.header-right .header-menu {
		width: 635px;
	}

	.header-menu li {
		width: 65px;
		margin-left: 35px;
	}

	.header-menu li:first-of-type {
		width: 33px;
	}

	.header-menu li h4 {
		font-size: 16px;
		line-height: 100px;
	}

	.header-menu li.active h4:after {
		width: 126px;
		margin-left: -63px;
	}

	.header-right .header-sm {
		width: 295px;
	}

	header .header-en {
		margin: 40px 15px 0 35px;
	}

	header .header-search {
		width: 200px;
		margin: 33px 0 0;
	}

	header .header-search .search-input {
		background-position: 170px 50%;
	}

	.header-menu .header-two {
		width: 126px;
		top: 98px;
		margin-left: -63px;
	}
}

@media only screen and (min-width: 1600px) {
	header .header-right {
		width: 980px;
	}

	.header-right .header-menu {
		width: 685px;
	}

	.header-menu li {
		margin-left: 43px;
	}
}

/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}

footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 55px;
	background-color: #373737;
}

.footer-top .footer1 {
	width: 505px;
	height: 255px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0 0;
	border-right: 1px solid #666666;
	float: left;
}

.footer1 img {
	width: 369px;
	margin: 0 0 15px;
}

.footer1 p {
	width: 100%;
	overflow: hidden;
	padding-left: 80px;
	color: #666666;
}

.footer1 p strong {
	display: block;
	float: left;
	margin-right: 5px;
}

.footer1 p span {
	display: block;
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	overflow: hidden;
	float: left;
}

.footer1 p:last-of-type {
	font-weight: bold;
}

.footer-top .footer2 {
	width: 585px;
	overflow: hidden;
	margin: 0 0 0 85px;
	float: left;
}

.footer-top .footer3 {
	width: 235px;
	overflow: hidden;
	float: right;
}

.footer3 img {
	max-width: 100%;
}

.footer2 h3,
.footer3 h3 {
	font-size: 18px;
	line-height: 25px;
	color: #6e6e6e;
	font-weight: bold;
	padding: 20px 0 10px;
	border-bottom: 1px solid #666666;
	margin: 0 0 20px;
}

.footer2 ul {
	width: 100%;
	overflow: hidden;
}

.footer2 ul li {
	margin-right: 40px;
	float: left;
}

.footer2 ul li:last-of-type {
	margin-right: 0px;
}

.footer2 ul li h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}

.footer2 ul li p {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	margin: 5px 0 0;
}

.footer2 ul li h4 a,
.footer2 ul li p a {
	color: #6d6d6d;
}

.footer2 ul li p a:hover,
.footer2 ul li h4 a:hover {
	color: #e60012;
}

footer .footer-bottom {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	background-color: #e60012;
	color: #FFFFFF;
	padding: 18px 0 20px;
}

footer .footer-bottom p {
	float: left;
}

footer .footer-bottom a {
	color: #FFFFFF;
}

footer .footer-bottom a:hover {
	text-decoration: underline !important;
}

@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 80px 0 60px;
	}

	.footer-top .footer1 {
		width: 100%;
		height: auto;
		font-size: 24px;
		line-height: 35px;
		padding: 0 0 50px;
		border-right: none;
		border-bottom: 1px solid #666666;
		float: none;
	}

	.footer1 img {
		width: 511px;
		margin: 0 0 30px;
	}

	.footer1 p {
		padding-left: 108px;
	}

	.footer1 p:first-of-type {
		width: 690px;
	}

	.footer1 p span {
		width: calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
	}

	.footer-top .footer2 {
		width: 100%;
		float: none;
		margin: 85px 0 0;
	}

	.footer-top .footer3 {
		width: 100%;
		float: none;
		margin: 20px 0 0;
	}

	.footer3 img {
		width: 232px;
		margin: 45px 25px 0;
	}

	.footer2 h3,
	.footer3 h3 {
		font-size: 32px;
		line-height: 40px;
		padding: 0 0 20px;
		margin: 0 0 25px;
	}

	.footer2 ul li {
		width: 145px;
		margin: 0 90px 40px 20px;
	}

	.footer2 ul li:nth-of-type(3n) {
		margin: 0 0 40px 20px;
	}

	.footer2 ul li h4 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 15px;
	}

	.footer2 ul li p {
		font-size: 24px;
		line-height: 35px;
		margin: 5px 0 0;
	}

	footer .footer-bottom {
		font-size: 24px;
		line-height: 36px;
		padding: 30px 0 35px;
		text-align: center;
	}

	footer .footer-bottom p {
		float: none;
	}
}

@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 40px 0 30px;
	}

	.footer-top .footer1 {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 25px;
	}

	.footer1 img {
		width: 255px;
		margin: 0 0 15px;
	}

	.footer1 p {
		padding-left: 54px;
	}

	.footer1 p:first-of-type {
		width: 100%;
	}

	.footer1 p span {
		width: calc(100% - 65px);
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
	}

	.footer-top .footer2 {
		margin: 35px 0 0;
	}

	.footer-top .footer3 {
		margin: 10px 0 0;
	}

	.footer3 img {
		width: 120px;
		margin: 10px 10px 0;
	}

	.footer2 h3,
	.footer3 h3 {
		font-size: 18px;
		line-height: 25px;
		padding: 0 0 10px;
		margin: 0 0 15px;
	}

	.footer2 ul li {
		width: 85px;
		margin: 0 27px 20px 10px;
	}

	.footer2 ul li:nth-of-type(3n) {
		margin: 0 0 20px 10px;
	}

	.footer2 ul li h4 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 8px;
	}

	.footer2 ul li p {
		font-size: 14px;
		line-height: 18px;
		margin: 3px 0 0;
	}

	footer .footer-bottom {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 20px;
	}
}

@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 40px 0 35px;
	}

	.footer-top .footer1 {
		width: 315px;
		height: 160px;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 0;
	}

	.footer1 img {
		width: 230px;
		margin: 0 0 10px;
	}

	.footer1 p {
		width: calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		padding-left: 47px;
	}

	.footer-top .footer2 {
		width: 430px;
		margin: 0 40px;
	}

	.footer-top .footer3 {
		width: 145px;
	}

	.footer2 h3,
	.footer3 h3 {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 0 5px;
		margin: 0 0 13px;
	}

	.footer2 ul li {
		margin-right: 16px;
	}

	.footer2 ul li h4 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}

	.footer2 ul li p {
		font-size: 12px;
		line-height: 15px;
		margin: 5px 0 0;
	}

	.footer3 img {
		width: 110px;
	}

	footer .footer-bottom {
		line-height: 20px;
		padding: 10px 0 15px;
	}

	footer .footer-bottom p br {
		display: none;
	}

	footer .footer-bottom p:nth-of-type(2) {
		float: right;
	}
}

@media only screen and (min-width: 1300px) {
	footer .footer-top {
		padding: 65px 0 55px;
	}

	.footer-top .footer1 {
		width: 415px;
		height: 255px;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 0;
	}

	.footer1 img {
		width: 369px;
		margin: 0 0 15px;
	}

	.footer1 p {
		padding-left: 80px;
	}

	.footer-top .footer2 {
		width: 510px;
		margin: 0 0 0 40px;
	}

	.footer-top .footer3 {
		width: 190px;
	}

	.footer2 h3,
	.footer3 h3 {
		font-size: 18px;
		line-height: 25px;
		padding: 20px 0 10px;
		margin: 0 0 20px;
	}

	.footer2 ul li {
		margin-right: 30px;
	}

	.footer2 ul li h4 {
		margin: 0 0 10px;
	}

	.footer2 ul li p {
		font-size: 12px;
		line-height: 20px;
	}

	.footer3 img {
		width: 153px;
	}

	footer .footer-bottom {
		line-height: 20px;
		padding: 18px 0 20px;
	}
}

@media only screen and (min-width: 1600px) {
	footer .footer-top {
		padding: 65px 0 55px;
	}

	.footer-top .footer1 {
		width: 505px;
		height: 255px;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 0;
	}

	.footer-top .footer2 {
		width: 585px;
		margin: 0 0 0 85px;
	}

	.footer-top .footer3 {
		width: 235px;
	}

	.footer2 ul li {
		margin-right: 40px;
	}
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .banner-txt {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	z-index: 2;
	color: #FFFFFF;
}

.banner .banner-txt h2 {
	font-weight: bold;
}

@media only screen and (max-width: 991px) {
	.banner {
		margin: 140px 0 0;
	}

	.banner img {
		width: 100%;
	}

	.banner img:nth-of-type(1) {
		display: none;
	}

	.banner .banner-txt {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
	.banner {
		margin: 70px 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.banner {
		margin: 80px 0 0;
		border-bottom: 3px solid #e60012;
	}

	.banner img:nth-of-type(2) {
		display: none;
	}

	.banner img {
		width: 1300px;
		margin-left: -650px;
		position: relative;
		left: 50%;
	}

	.banner .banner-txt {
		top: 85px;
		font-size: 12px;
		line-height: 18px;
	}

	.banner .banner-txt h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 15px;
	}
}

@media only screen and (min-width: 1300px) {
	.banner {
		margin: 100px 0 0;
		border-bottom-width: 4px;
	}

	.banner img {
		width: 1600px;
		margin-left: -800px;
	}

	.banner .banner-txt {
		top: 105px;
		font-size: 14px;
		line-height: 20px;
	}

	.banner .banner-txt h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 15px;
	}
}

@media only screen and (min-width: 1600px) {
	.banner {
		border-bottom-width: 5px;
	}

	.banner img {
		width: 1920px;
		margin-left: -960px;
	}

	.banner .banner-txt {
		top: 130px;
		font-size: 16px;
		line-height: 24px;
	}

	.banner .banner-txt h2 {
		font-size: 42px;
		line-height: 45px;
		margin: 0 0 20px;
	}
}

@media only screen and (min-width: 1921px) {
	.banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}