/*top_ad*/
.top_ad {
	padding: 120px 0;
	height: 200px;
	background: url(../img/product/bg2.png)no-repeat top left;
}
.top_ad .ad_title {
	position: relative;
	margin: 0 auto; 
	width: 288px;
	height: 50px;
	border: 3px solid #fff;
	border-bottom: none;
	margin-bottom: 60px;
}
.top_ad .ad_title:after , .top_ad .ad_title:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 3px;
	background: #fff;
	bottom: 0;
}
.top_ad .ad_title:before  {
	right: 0;
}
.top_ad .ad_title h2 {
	position: absolute;
	bottom: -6px;
	left: 62px;
	color: #fff;
}
.top_ad p {
	margin-bottom: 26px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}


/*mf-product-mod01*/
.mf-product-mod01{
	padding: 98px 0 198px 0;
	background: url(../img/product/bg023.jpg)no-repeat center bottom;
}
.mf-product-mod01 .mod01-title,
.mf-product-mod02 .mod02-title,
.mf-product-mod03 .mod03-title {
    text-align: center;
	margin-bottom: 90px;
}

.mf-product-mod01 .mod01-title h2,
.mf-product-mod02 .mod02-title h2,
.mf-product-mod03 .mod03-title h2 {
    position: relative;
    display: inline-block;
    color: #333;
    text-align: center;
}

.mf-product-mod01 .mod01-title h2 span,
.mf-product-mod02 .mod02-title h2 span,
.mf-product-mod03 .mod03-title h2 span {
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 4px;
    background: #2e76dd;
}

.mf-product-mod01 .content li {
	position: relative;
	float: left;
	width: 220px;
	height: 360px;
	padding: 0 9px;
	box-sizing: border-box;
	text-align: center;
	color: #999;
	border: 2px solid #7c78ee;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}
.mf-product-mod01 .content li.current {
	background: url(../img/product/bg127.png)no-repeat center;
	color: #fff;
}
.mf-product-mod01 .content li img {
	width: 72px;
	height: 72px;
	margin-top: 72px;
	transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
}
.mf-product-mod01 .content li.current img {
	margin-top: 35px;
}
.mf-product-mod01 .content li h3 {
	margin-top: 38px;
	font-size: 24px;
}
.mf-product-mod01 .content li.current h3 {
	margin-top: 20px;
}
.mf-product-mod01 .content li span {
	display: inline-block;
	margin-top: 60px;
	width: 50px;
	height: 4px;
	background: #75A4E8;
}
.mf-product-mod01 .content li.current span {
	margin-top: 0;
	background: #fff;

}

.mf-product-mod01 .content li p {
	margin-top: 146px;
}
.mf-product-mod01 .content li.current p {
	margin-top: 20px;
}
.mf-product-mod01 .content li:not(:first-child){
	margin-left: 20px;
}

/*mf-product-mod02*/
.mf-product-mod02 {
	padding: 98px 0 198px 0;
	background: url(../img/product/bg034.png) no-repeat left bottom;
}
.mf-product-mod02 .title {
	font-size: 18px;
	line-height: 2em;
	color: #999999;
}
.mf-product-mod02 .content > div {
	margin-top: 62px;
}
/*mf-product-mod03*/
.mf-product-mod03 {
	padding: 98px 0 138px 0;
	background: url(../img/product/bg.jpg)no-repeat left bottom;
}
.banner {
    position: relative;
    top: 0;
    margin: 50px auto;
    width: 1000px;
    height: 405px;
    box-shadow: 0px 1px 20px 0px rgba(4, 0, 0, 0.26);
    border-radius: 8px;
   
}
.banner .move img {
	border-radius: 8px;
   
}
.banner .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
}

.ctrl {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
}

.ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    z-index: 50;
    cursor: pointer;
}

.ctrl span.active {
    background-color: #fff;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #999;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -210px;
    right: 5px;
}

.ctrl .prev {
    top: -210px;
    left: 5px;
}

.ctrl .arrow:hover {
    opacity: .7;
}
.ctrl .libs {
	position: relative;
	top: 40px;
	background: #cecece;
}
.ctrl span.active {
	background: #2e76dd;
}
