﻿@charset "utf-8";
body {
	background-color: #FFF;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	text-decoration: none;
	list-style-type: none;
}
img {
	border: 0px;
}
.flash4 {
	width: 100%;
	height: 450px;
	margin: 0px auto;
	position: relative;
}
.flash4 ul li {
	width: 11%;
	height: 450px;
	position: relative;
	overflow: hidden;
	float: left;
}
.flash4 ul li .imgTop img {
	opacity: 0.8;
	height: 450px;
	width: 864px;
}
.flash4 ul li .imgTop img.tm {
	opacity: 1;
	height: 450px;
}
/*.flash4 ul li .imgCon{width:538px;height:405px;}*/
.flash4 ul li .imgCen {
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-indent: 20px;
	display: none;
	text-align: center
}
.flash4 ul li .imgBot {
	width: 45%;
	height: 45px;
	background: #FFFFFF;
}
.flash4 ul li .imgBot p.bt_1 {
	width: 80px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-indent: 20px;
	float: left;
}
.flash4 ul li .imgBot p.bt_2 {
	width: 458px;
	height: 45px;
	line-height: 45px;
	float: left;
	display: none;
}
.flash4 ul li .imgBot p.bt_2 span {
	font-size: 14px;
	color: #fff;
	padding-right: 30px;
	background: url(../images/part2_icon.png)no-repeat left center;
	padding-left: 10px;
}
.flash4 ul li.first {
	width: 45%;
}
.flash4 ul li.fast {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
@media only screen and (max-width: 768px){
	.flash4 ul li{
	height:300px;
}
.flash4{
	height:300px;
}
.flash4 ul li .imgTop img.tm{
	height:300px;
}
.flash4 ul li .imgTop img{
	width:530px;
}
}

@media only screen and (max-width: 480px){
	.flash4 ul li .imgCen {
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-indent: 20px;
	display: none;
	text-align: center
}
	.flash4 ul li .imgCen{
		text-indent: 10px;
		line-height: 25px;
		font-size: 14px;
}
}