@charset "utf-8";
	/* CSS Document */
ul,li,h1,h2,h3,p {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	text-decoration:none;
	color:#000;
}
img {
	max-width:100%;
}
body {
	background:#fff;
	font-size:16px;
	margin:0 auto;
	line-height:25px;
}
.clear {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
header {
	border-bottom:#555 solid 1px;
	
}
.contain {
	max-width:1200px;
	min-width:1200px;
	margin:0 auto;
}
.logo {
	float:left
}
.menu {
	
	margin-top:0px;
}
.menu li {
	list-style:none;
	float:left;
	background:orangered;
}
.logo {
	width:160px;
	float:left;
	margin-top:10px;
	padding-left:20px;
}
.head {
	z-index:5;
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.hei {
	height:140px;
}
.banner {
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:400px;
}
.banner span {
	float:right;
	padding-right:20px;
}
.banner span a {
	color:#000;
	border:#fff solid 1px;
	border-radius:20px;
	background:rgba(255,255,255,0.6);
	display:inline-block;
	padding:5px 20px;
	margin:20px 10px;
}
.banner span a:hover {
	background:#fff;
}
.menu {
	text-align:center;
	padding-right:20px;
}
.menu span {
	float:right;
	margin-top:50px
}
.menu span a {
	color:red
}
.menu span a:hover {
	color:#FF6633
}
.menu  ul {
	clear:both
}
.menu li a {
	padding:7px 60px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.menu li a:hover{ background:#F93}
.menu li {
	display:inline-block;
	padding:7px 0;
	margin:20px  5px;
}
.menu li:hover {
	background:red
}
footer {
	margin-top:0px;
	clear:both;
	color:#fff;
	padding:30px 0;
	text-align:center;
	background:red;
}
footer p{
	font-size: 19px;
	font-weight: bold;
}
.content {
	background:#fff;
	font-size:14px;
	width:100%;
}
.center {
	width:1200px;
	margin:0 auto;
	line-height:30px;
	font-size:18px;
}
.center img {
	display:block;
	margin:0 auto;
}
.center h1 {
	font-size:30px;
	font-weight:normal;
	padding:20px 0;
	padding-bottom:40px;
}
.about {
	padding:100px 0;
	padding-top:70px;
	background:#fff;
	text-align:center;
	position:relative;
	width:100%;
}
.tis {
	border-top:#999 solid 2px;
	border-bottom:#999 solid 2px;
	padding-bottom: 5px;
}
.more {
	background:#CCCCCC;
	padding:10px 20px;
	font-size:18px;
	display:inline-block;
	margin-top:30px
}
.tl {
	padding:30px 10px;
}
.tis a {
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	margin:0 15px
}
.tis a:hover {
	color:#FF0033
}
.about:after {
	content:'';
	display:block;
	position:absolute;
	height:100%;
	top:0;
	width:100%;
	left:0;
	background:rgba(0,0,0,0.5)
}
.about>div {
	position:relative;
	z-index:5;
}
.about .contain div a {
	background-color:rgba(253,165,31,1);
	color:#000;
	display:inline-block;
	font-size:18px;
	padding:5px 20px;
	border:#000 solid 2px;
}
.about .contain div h2 {
	font-weight:normal;
	color:#000;
	font-size:24px;
	padding:20px 0;
}
.about .contain div p {
	font-size:16px;
	padding:20px 0;
}
.about .contain div a:hover {
	background:#cc6633;
}
.tx {
	border-radius:200px;
}
.imgs li {
	width:17%;
	text-align:center;
	margin:4%;
	float:left;
	overflow:hidden;
}
.imgs li img {
	transition:all 0.4s ease-out;
	display:block;
	width:100%;
	height:200px;
	margin:0 auto;
}
.imgs li:hover img {
	transform:scale(1.2);
}
.imgs2 li {
	width:31.3%;
	margin:1%;
}
.imgs2 li img {
	height:270px
}
.case {
	padding: 50px 0;
	padding-bottom: 100px;
}
.list li {
	height:240px;
	background:#eee;
	padding:20px;
	margin:20px 0;
}
.list img {
	width:400px;
	float:right;
	height:240px;
}
.list li .btn {
	background:#999933;
	color:#fff;
	display:inline-block;
	padding:5px 15px;
	margin-top:40px;
}
.list div {
	float:left;
	width:650px;
}
.list div h2 {
	font-weight:normal;
	padding:30px 0;
	font-size:24px;
	color:#000;
}
.list div p {
	color:#999;
}
.bar {
	clear:both;
	text-align:center;
	color:#000;
	padding:30px;
}
.bar h3 {
	font-size:36px;
	letter-spacing:5px;
	padding:20px 0;
	font-weight:normal;
}
.about .bar h3 {
	color:#fff
}
.bar p {
	color:#999;
}
.left {
	width:35%;
	float:left;
}
.right {
	width:60%;
	font-size:20px;
	line-height:40px;
	float:right;
}
.contact {
	padding:100px 0;
	background:#fff;
	padding-top:50px;
}
.input {
	border:#bbb solid 1px;
	padding:14px 1%;
	width:98%;
	background:#eee;
	outline:none;
}
.msg .w50 {
	width:48%;
	padding:1%;
	float:left;
}
.fos {
	position:relative;
	z-index:5;
	color:#fff;
	padding-top:0px
}
.msg {
	width:600px;
	margin:0 auto
}
.msg>div {
	margin:15px 0
}
.msg .w60 {
	width:98%;
	padding:1%;
	float:left;
}
.fo {
	padding:20px 0;
}
.submit {
	background:#FF9966;
	width:100%;
	font-size:19px;
	margin:0 auto;
	border:none;
	margin-top:20px;
	padding:15px 0;
	display:block;
}

.banner .text {
	position: absolute;
	width: 600px;
	line-height: 60px;
	color: #0e0505;
	padding: 20px 50px;
	top: 100px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
}

.box1::after {
	content: "";
	display: block;
	clear: both;
}

.box1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.box1 img {
	width: 400px;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
}

.box1 .con1 {
	font-size: 20px;
	padding: 0 50px;
	line-height: 30px;
	padding-bottom: 20px;
}
.center p {
	text-indent:2em;
	background-color:rgb(21, 21, 21);
	padding:20px;
}
.center h1 {
	color:#990033;
	border-bottom:4px solid #999933;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-left:20px;
}
.about {
	background-size:cover;
	background-position:center center;
	color:#fff;
}
.about p {
	font-size:20px !important;
	font-weight:300;
	line-height:30px;
}
.list ul li:hover h2,.list ul li:hover p {
	color:#990033 !important;
}
.list ul li img {
	transition:transform 0.5s;
}
.list ul li:hover img {
	transform:scale(1.1);
}
.banner {
	position:relative;
	clear:both
}
#banner {
	width:100%;
	height:650px;
	position:relative;
}
.index {
	width:100%;
	text-align:center;

	background:#C63;
	color:#fff;
	padding:23px 0;
	z-index:5;
	text-align:center;
}

.index ul li {
	float:left;
	width:20%;
	text-align:center
}
.index ul {
	width:1000px;
	margin:20px auto
}
.index h1 {
	font-size:48px;
	padding-bottom:20px
}
.index ul li a {
	display: block;
	color: #fff;
	width: 80%;
	padding: 30px 0;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	background-color: #FF9933;
}
.index ul li a {
	transition:all .3s;
}
.index ul li a:hover {
	transform:scale(0.9);
}
#banner ul#b_pic li {
	width:100%;
	height:650px;
	overflow:hidden;
	position:absolute;
	top:0;
	display:none;
}
#banner ul#b_pic li img {
	width:100%;
	height:650px;
	object-fit:cover;
	display:block;
}
#banner ul#b_an {
	position:absolute;
	z-index:5;
	width:100%;
	bottom:32px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#banner ul#b_an li {
	width:13px;
	height:13px;
	background:#5b82b7;
	margin:0 3px;
}
.time {
	position:absolute;
	width:100%;
	left:0;
	bottom:150px;
	z-index:5;
	color:#fff;
	text-align:center;
	font-size:24px;
}
.tis{
	color: #fff; text-align:center; display:none
}
.tis a{
	color: #fff;
}
.content{
	color: #fff;
}
.content h3{
	color: #0c0c0c;
}
