/*top_ad*/
.top_ad {
	position: relative;
	padding: 120px 0;
	height: 200px;
	background: url(../img/pro_intro/intro_bg.png)no-repeat top left;
	overflow: hidden;
}
.top_ad .container {
	position: relative;
}
.top_ad .pic_l {
	position: absolute;
	top: 446px;
	left: 40px;
	width: 50%;
	opacity: 0;
}
.top_ad .top-login {
	position: absolute;
	top: -84px;
	left: 1680px;
	width: 50%;
	opacity: 0;
}
.top_ad h2 {
	margin-top: 110px;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	text-align: center;
	
}
.top_ad p {
	color: #fff;
	font-size: 36px;
	margin-top: 65px;
	text-align: center;
}
.top_ad p a {
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 30px;
}

/*tabs*/
.tabs {
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #FAFAFA;
}
.tabs a {
	display: inline-block;
	width: 390px;
	font-size: 22px;
	transition: all 200ms ease-in;
}
.tabs a:hover {
	color: #6F76F0;
}
.tabs a img {
	margin-right: 20px;
}

/*mf-pc-mod01*/
.mf-pc-mod01,.mf-pc-mod02 {
	padding: 92px 0 118px 0;
}
.mf-pc-mod01 h2 {
	margin-bottom: 102px;
}

/*inner 插图*/
.inner_ad {
	position: relative;
	width: 100%;
	height: 191px;
	background: url(../img/pro_intro/inner_bg.jpg)no-repeat center;
}
.inner_ad .ad_title {
	padding-top: 68px;
	color: #fff;
	text-align: center;
	
}
.inner_ad .ad_title h3 {
	font-size: 30px;
}
.inner_ad .ad_title p {
	margin: 20px 0;
}
/*波浪*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
        -webkit-transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);  
    }
}
@-webkit-keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
        -webkit-transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
  
}

.bgMiddle {
    z-index: 10;
    opacity: 0.1;
}
.bgBottom {
    z-index: 5;
    opacity: 0.05;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 18s linear infinite;
    -webkit-animation: move_wave 18s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 30s linear infinite;
    -webkit-animation: move_wave 30s linear infinite;
}

/*mf-pc-mod02*/
.mf-pc-mod02 {
	background: url(../img/product/bg023.jpg)no-repeat center bottom;
}
.mf-pc-mod02 .pc_items {
	width: 1000px;
	margin: 110px auto 0;

}
.mf-pc-mod02 .pc_items li {
	float: left;
	padding-top: 35px;
	width: 50%;
	height: 130px;
	transition: all 300ms ease-in ;
	-webkit-transition: all 200ms ease-in ;
}
.mf-pc-mod02 .pc_items li:hover {
	box-shadow: 1px 4px 6px 2px #ADADAD;
	cursor: pointer;
}
.mf-pc-mod02 .pc_items li div {
	float: left;
	
}
.mf-pc-mod02 .pc_items li div.item {
	padding: 0 30px;
}

.mf-pc-mod02 .pc_items li div h4 {
	margin-bottom: 22px;
	font-size: 24px;
	color: #333;
}
.mf-pc-mod02 .pc_items li div p {
	color: #8b8a8a;
}
