﻿.header {
	position: fixed;
	/*max-width: 1920px;*/
	min-width: 1300px;
	width: 100%;
	height: auto;
	z-index: 999;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(rgba(91, 30, 30, 0.9)), color-stop(49%, rgba(242, 75, 20, 0.9)), to(rgba(0, 103, 176, 0.9)));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2)), linear-gradient(90deg, rgba(91, 30, 30, 0.9), rgba(242, 75, 20, 0.9) 49%, rgba(0, 103, 176, 0.9));
	opacity: 0.9;
}

.header .header-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1300px;
	margin: 0 auto;
}

.header .header-box .header-box-l {
	width: 300px;
	height: 100px;
	overflow: hidden;
}

.header .header-box .header-box-l h1 {
	width: 100%;
	height: 100%;
	text-indent: -999px;
	background: url(../images/logo.png) left center no-repeat;
	background-size: auto 90%;
}

.header .header-box .header-box-r {
	width: 1000px;
	height: 100px;
}

.header .header-box .header-box-r .header-box-ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.header .header-box .header-box-r .header-box-ul .header-box-li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 100px;
	margin-left: 40px;
	position: relative;
}

.header .header-box .header-box-r .header-box-ul .header-box-li.selected {
	height: 100px;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .header-box-a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #FFF;
	font-size: 18px;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu {
	display: none;
	position: absolute;
	top: 101px;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, .8);

}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu .submenu-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 400px;
	height: 200px;
	padding: 0 20px;
	overflow: hidden;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu .header-box-img {
	width: 200px;
	height: 150px;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu .header-box-img img {
	width: 200px;
	height: 150px;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu ul {
	display: table;
	width: 120px;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu ul li {
	height: auto;
	padding: 5px 0;
	background: none;
}

.header .header-box .header-box-r .header-box-ul .header-box-li .submenu ul li a {
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #FFF;
}

.header .header-box .header-box-r .header-box-ul .header-box-li:nth-of-type(4) .submenu {
	right: 0;
	left: inherit;
}

.header .header-box .header-box-r .header-box-ul .header-box-li:last-child .submenu {
	right: 0;
	left: inherit;
}

.slide {
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-width: 1300px;
	height: 500px;
	margin:0 auto;
	overflow: hidden;
}

.slide .gradient {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #1a1724;
}

.slide .slide-box {
	position: relative;
	z-index: 2;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding-top: 101px;
}

.slide .slide-box .slide-box-r1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 340px;
	color: #FFF;
}

.slide .slide-box .slide-box-r1 h2 {
	font-size: 60px;
	text-shadow: 3px 3px 3px #000;
	letter-spacing: 5px;
	line-height: normal;
	font-weight: bolder;
	margin-bottom: 15px;
}

.slide .slide-box .slide-box-r1 p {
	font-size: 18px;
	text-shadow: 2px 2px 1px #000;
}

.slide .slide-box .slide-box-r2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 60px;
	background: url(../images/prod-pic-2.png) right center no-repeat;
	background-size: auto 30px;
}

.slide .slide-box .slide-box-r2 a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #FFF;
}

.slide .slide-box .slide-box-r2 span {
	padding: 0 10px;
	color: #FFF;
	font-size: 12px;
}

.slide .slide-box .slide-box-r2 span:first-child {
	padding-left: 0;
}

.slide .slide-box .slide-box-r2 .slide-r2-a1 {
	padding-left: 30px;
	background: url(../images/prod-pic-1.png) left 15px no-repeat;
	background-size: 22px 22px;
}

.footer {
	width: 100%;
	height: 600px;
	background: url(../images/footer-bg.png) top center no-repeat;
}

.footer .footer-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1300px;
	margin: 0 auto;
}

.footer .footer-box .footer-box-l {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.footer .footer-box .footer-box-r {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.footer .footer-box dl {
	float: left;
	width: 150px;
	height: auto;
	display: table;
}

.footer .footer-box dl dt h2 a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #999;
}

.footer .footer-box dl dd {
	display: table;
	content: ' ';
	clear: both;
}

.footer .footer-box dl dd a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #999;
}

	.footer .footer-box .footer-box-r dl {
		float: left;
		width: 180px;
		height: auto;
		display: table;
	}

	.footer .footer-box .footer-box-ewm {
		padding: 27px 0 0 40px;
		text-align: center;
		color: #999;
	}

.footer .footer-box .footer-box-ewm .footer-ewm-img {
	margin-bottom: 10px;
}

.footer .footer-box .footer-box-ewm span {
	font-size: 14px;
	color:#F1F1F1;
}

.footer .footer-box .footer-box-tel {
	width: auto;
	padding: 27px 0 0 30px;
}

.footer .footer-box .footer-box-tel dt:nth-of-type(2) {
	padding-top: 30px;
}

.footer .footer-box .footer-box-tel h3 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #ababab;
}

.footer .footer-box .footer-box-tel span {
	font-size: 20px;
	color: #ababab;
	font-family: arial;
}

.footer .footer-bot {
	width: 1346px;
	height: auto;
	margin: 150px auto 0;
}

.footer .footer-bot p, .footer .footer-bot a{
	font-size: 14px;
	color: #999;
	text-align: center;
}

.footer .footer-bot .footer-bot-p3 {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin-top: 50px;
}
	.footer .footer-bot .footer-bot-p3 img {
		max-width: initial !important;
		margin: initial;
		vertical-align: initial;
	}