@charset "UTF-8";
.cotainer {
	width: 1200px;
	margin: 0 auto;
}
@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-ms-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
.banner-wrap {
	width: 100%;
	margin: 90px auto 0 auto;
	z-index: 2;  padding-top: 92px;
}
.banner-wrap .banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-wrap .banner .ban-txt {
	width: 330px;
	position: absolute;
	left: 50%;
	margin-left: -165px;
	top: 50%;
	padding: 30px 0;
	transform: translateY(-50%);
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
.banner-wrap .banner .ban-txt b {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.banner-wrap .banner .ban-txt span {
	display: block;
	font-size: 12px;
	color: #fff;
}
.banner-wrap .banner .top-txt {
	text-align: center;
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 200px;
	z-index: 3;
}
.banner-wrap .banner .top-txt h2 {
	font-size: 54px;
	line-height: 60px;
	position: relative;
	padding-bottom: 5px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.banner-wrap .banner .top-txt h2:after {
	content: "";
	background: #fff;
	width: 80px;
	1height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}
.banner-wrap .banner .top-txt p {
	font-size: 14px;
	color: #e3e2e2;
	line-height: 20px;
	padding: 20px 0px;
}
.banner-wrap .banner .top-txt .more {
	display: block;
	margin: 30px auto 30px auto;
	font-size: 18px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	width: 200px;
	background: rgba(255, 255, 255, 0.4);
}
.banner-wrap .banner img {
	vertical-align: middle;
	width: 100%;
	animation: scale_b 25s linear infinite alternate;
}
.banner-wrap .banner-tab {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	display: flex;
}
.banner-wrap .banner-tab li {
	flex: 1;
	color: #cecece;
	height: 57px;
	margin: 0 3px;
	font-size: 20px;
	cursor: pointer;
	line-height: 57px;
	1background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: #cecece;
	text-align: center;background:url(../images/title_bg.jpg)
}
.banner-wrap .banner-tab li:hover, .banner-wrap .banner-tab li.active {
	font-size: 22px;
	background: url("../images/icon23.png") 100% 100% no-repeat;
}


.flow-box {
	position: fixed;
	width: 80px;
	background: rgba(0, 0, 0, 0.4);
	right: calc((100% - 1200px)/4);
	border-radius: 5px;
	top: 30%;
	z-index: 99;
}
.flow-box ul li {
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}
.flow-box ul li:hover {
	background: rgba(0, 0, 0, 0.4);
}
.flow-box ul li:hover .lb {
	display: block;
}
.flow-box ul li img {
	padding: 6px 0;
}
.flow-box ul li p {
	color: #eaeaea;
	font-size: 15px;
}
.flow-box ul li .lb {
	display: none;
	position: absolute;
	right: 95px;
	top: 0px;
	padding: 15px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}
.flow-box ul li .lb:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 35px;
	border: 7px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.4);
}
.flow-box ul li .lb:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 0px;
	width: 15px;
	height: 100%;
}
.flow-box ul li .lb .case {
	width: 125px;
	padding: 10px 0px 5px 0px;
}
.flow-box ul li .lb .case:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}
.flow-box ul li .lb .case + .case {
	border-top: 1px solid #eee;
}
.flow-box ul li .lb .case img {
	padding: 0px;
}
.flow-box ul li .lb .case p {
	color: #eaeaea;
	padding: 5px 0px;
	font-size: 15px;
}
.flow-box .top {
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 14px;
	color: #eaeaea;
	cursor: pointer;
	padding: 5px 0;
}
.flow-box .top img {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 4px;
}
