@CHARSET "UTF-8";
h2,h3{
	font-weight: normal;
}
.container{
	padding: 0;
}
.flow_body{
	display: none;
	padding-bottom: 140px;
}
.flow_body.cursor{
	display: block;
}
/*banner*/
.banner_flow {
	background: url(/flow_img/banner.jpg) no-repeat center center;
}

.banner_flow_bd {
	position: relative;
	width: 1000px;
	margin: auto;
}

.banner_flow_bd p {
	padding-top: 100px;
	color: #222;
}


.banner_flow_bd .txt1 {
	display: block;
	font-size: 72px;
	font-weight: bold;
}

.banner_flow_bd .txt2 {
	display: block;
	font-size: 40px;
}

.flow_video{
	position: absolute;
	left: 45%;
	bottom:-28px;
	z-index: 22;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff7f14;
	background-color: rgba(255,127,20,.8);
}
.flow_video:hover{
	color: #fff;
	background-color: #ff7f14;
	cursor: pointer;
}
.window_video{
	position: relative;
	top: 50%;
	z-index: 33;
	display: block;
	height: 400px;
	width: 600px;
	margin: auto;
	margin-top: -240px;
	animation:scale .2s ease-in;
}

#video_bd {
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
}


#video_bd.active {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
}

.window_video .v{
	width: 100%;
	height: 100%;
}
@keyframes scale{
	0%{
		transform:scale(0,0); opacity:0;
	}
	100%{
		transform:scale(1,1); opacity:1;
	}
}
.video_close{
	padding: 10px 0;
	text-align: center;
}
.video_close a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border:solid 1px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}

/*选项卡*/
.flow_tips{
	height: 100px;
	border-bottom: solid 1px #d0d0d0;
}
.flow_tips ul{
	width: 1000px;
	margin: auto;
}
.flow_tips li{
	position: relative;
	float: left;
	width: 33.3%;
	font-size: 24px;
	line-height: 100px;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.flow_tips .cursor{
	color: #fff;
	background-color: #ff7f14;
}
.flow_tips li:nth-child(1):after,
.flow_tips li:nth-child(2):after{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	top: 25%;
	z-index: 10;
	width: 1px;
	height: 50%;
	background-color: #ccc;
}
.flow_tips li.cursor:after{
	display: none;
}

/*大标题*/
h2.flow_title{
	height: 82px;
	margin: 40px 0;
	line-height: 82px;
}
h2.flow_title .tag{
	display: inline-block;
	width: 82px;
	height: 82px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: url(/flow_img/title.png);
}
h2.flow_title .txt{
	display: inline-block;
	padding: 0 12px;
	font-size: 24px;
}

/*图片滚动*/
.flow_bd{
	position: relative;
	padding: 0 100px;
	background-color: #f0f0f0;
}
.flow_bd .arrow{
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100px;
	height: 100%;
	text-align: center;
	color: #ff7f14;
}
.flow_bd .arrow:hover{
	color: #f26005;
}
.flow_bd .arrow.left{
	left: -100px;
}
.flow_bd .arrow.right{
	right: -100px;
}
.flow_bd .arrow i{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	margin-top: -25px;
	font-size: 50px;	
	
}
h3.flow_title{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
}
.flow_img{
	width: 800px;
	overflow: hidden;
}
.flow_img ul{
	width: 10000px;
}
.flow_img li{
	float: left;
	width: 800px;
}
.flow_img img{
	width: 100%;
}
.flow_change{
	padding: 25px 0;
	text-align: center;
}
.flow_change a{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #bcbcbc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.flow_change a.cursor{
	background-color: #ff7f14;
}