
/*公共样式*/
*{margin:0;padding:0;font-family: "Microsoft Yahei";}
a{text-decoration: none;}
a:hover{cursor: pointer;}
li{list-style: none;}
img{pointer-events:none;}
.w1200{width: 1200px;height:auto;margin:0 auto;box-sizing:border-box;position: relative;}
.header{position: relative;}
.clearfix:after{display: block;font-size: 0;height: 0;content: "";clear:both;}
.float-left{float:left; }
.float-right{float:right;}
body{max-width: 1920px;margin:0 auto;overflow-x: hidden;}
/*banner-style*/
.banner{
	width: 100%;
	height: 808px;
	/*background: url(../indexImg/a_banner.jpg) no-repeat center center/cover;*/
	overflow: hidden;
	position:relative;
}
.banner ul.banner-wrap{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner ul.banner-wrap li{
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position:absolute;
	font-size: 0;
	overflow: hidden;
	display: none;
}
.banner ul.banner-wrap li.show{
	display: block;
}
.banner ul.banner-wrap li > img{
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner .pagination{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
	font-size: 0;
	z-index: 2;
}
.banner .pagination li{
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin:0 5px;
}
.banner .pagination li.select{
	background-color: #393;
}
/*main1-style*/
.main1{
	width: 100%;
	height: 996px;
	background-color: #f6f7ff;
	overflow: hidden;
}
.main1 .title{
	margin-top: 92px;
	text-align: center;
}
.main1 .title img{
	display: inline-block;
}
.main1 .desc{
	margin-top: 45px;
	font-size: 16px;
	color:#666666;
	text-align: center;
	line-height: 26px;
}
.main1 ul{
	margin-top: 50px;
	font-size: 0;
}
.main1 ul li{
	vertical-align: top;
	display: inline-block;
	width: 360px;
}
.main1 ul li .imgBox{
	text-align: center;
}
.main1 ul li .imgBox img{
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.main1 ul li .imgBox:hover img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.main1 ul li h3{
	margin-top: 12px;
	font-size:22px;
	color:#333333;
	line-height: 30px;
	text-align: center;
}
.main1 ul li h3 span{
	position: relative;
	top:16px;
}
.main1 ul li .intro{
	margin-top: 15px;
	font-size: 16px;
	color:#666666;
	text-align: center;
	line-height: 26px;
}
.main1 ul li .learn-more{
	margin-top: 30px;
	text-align: center;
}
.main1 ul li .learn-more a{
	display: inline-block;
	width: 122px;
	height: 36px;
	line-height: 33px;
	background-color: #333;
	font-size: 16px;
	color:#e2e1e1;
	border-radius: 18px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main1 ul li .learn-more a:hover{
	background-color: #fff;
	color:#333;
}
.main1 ul li + li{
	margin-left: 60px;
}
.main1 ul li .learn-more a:after{
	display: inline-block;
	content: "";
	font-size: 0;
	position: absolute;
	width: 6px;
	height: 9px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right:15px;
	background: url(../image/a_m1Img05.png) no-repeat center center;
}
/*main2-style*/
.main2{
	width: 100%;
	height: 747px;
	background: url(../image/a_m2Bg.jpg) no-repeat center center;
}
.main2 .m2-left{
	width: 390px;
}
.main2 .m2-left img{
	margin-top: 164px;
	width: auto;
}
.main2 .m2-right{
	width: 810px;
	box-sizing:border-box;
	padding-left: 82px;
}
.main2 .m2-right p{
	font-size: 18px;
	color:#cccccc;
	line-height: 26px;
	letter-spacing: 1px;
	font-family: "Microsoft Yahei";
}
.main2 .m2-right p.p-i1{
	margin-top: 162px;
}
.main2 .m2-right p.p-i1 img{
	width: auto;
	margin-top: 22px;
}
.main2 .m2-right p.p-i2{
	margin-top: 22px;
}
.main2 .m2-right p.p-i3:before{
	display: block;
	content: "";
	font-size: 0;
	width: 60px;
	height: 8px;
	border-radius: 8px;
	background: -webkit-linear-gradient(left, #106636 , #7fbe26);
    background: -o-linear-gradient(right, #106636, #7fbe26);
    background: -moz-linear-gradient(right, #106636, #7fbe26);
    background: linear-gradient(to right, #106636 , #7fbe26);
	margin:55px 0;
}
/*main3-style*/
.main3{
	width: 100%;
	height: 956px;
	overflow: hidden;
	background-color: #f6f7ff;
}
.main3 .title{
	margin-top: 82px;
	text-align: center;
}
.main3 .title img{
	display: inline-block;
}
.main3 .p-i1{
	margin-top: 42px;
	text-align: center;
	font-size: 18px;
	color:#666666;
	line-height: 26px;
}
.main3 .p-i2{
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	color:#666666;
	line-height: 26px;
}
.main3 ul{
	margin-top: 24px;
	font-size: 0;
	text-align: center;
}
.main3 ul li{
	display: inline-block;
	width: 357px;
	vertical-align: top;
}
.main3 ul li + li{
	margin-left: 64px;
}
.main3 ul li .imgBox{
	width: 357px;
	height: 292px;
	overflow: hidden;
	position: relative;
}
.main3 ul li .imgBox:hover img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	
}
.main3 ul li .imgBox img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main3 ul li .imgBox .movelayer{
	position: absolute;
	width: 118px;
	height: 112px;
	background-color: rgba(34,172,56,.4);
	top: 0;
	left:0;
	text-align: center;
}
.main3 ul li .imgBox .movelayer span{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main3 ul li .txt{
	width: 100%;
	height: 128px;
	background-color: #333;
	box-sizing:border-box;
	border-left:4px solid #5ee05e;
	border-right:4px solid #5ee05e;
	padding:0 28px;
	padding-top: 25px;
}
.main3 ul li .txt p{
	font-size: 14px;
	color:#999999;
	line-height: 26px;
	text-align: left;
}
/*main4-style*/
.main4{
	width: 100%;
	height: 415px;
	background: url(../image/a_m4Bg.jpg) no-repeat center center;
	overflow: hidden;
}
.main4 h3{
	margin-top: 125px;
	font-size: 36px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.main4 .desc{
	margin-top: 34px;
	text-align: center;
	font-size: 16px;
	color:#b2b2b2;
	line-height: 30px;
	letter-spacing: 1px;
}
/*main5-style*/
.main5{
	width: 100%;
	height: 1075px;
	background: url(../image/a_m5Bg.jpg) no-repeat center center;
	overflow: hidden;
}
.main5 .top{
	margin-top: 92px;
	text-align: center;
}
.main5 .top img{
	display: inline-block;
	width: auto;
}
.main5 ul{
	margin-top: 64px;
	font-size: 0;
	text-align: center;
}
.main5 ul li{
	vertical-align: top;
	display: inline-block;
	width: 356px;
	margin-bottom: 45px;
}
.main5 ul li + li{
	margin-left: 66px;
}
.main5 ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.main5 ul li .title{
	width: 100%;
	height: 57px;
	background-color: #242b3e;
	box-sizing:border-box;
	border-bottom: 2px solid #5ee05e;
	font-family: arial;
	font-size: 24px;
	color:#cccccc;
	text-align: center;
	line-height: 54px;
	letter-spacing: 1px;
}
.main5 ul li .imgBox{
	width: 356px;
	height: 171px;
	overflow:hidden;
	position: relative;
}
.main5 ul li .imgBox img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main5 ul li:hover .imgBox img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.main5 ul li .imgBox .movelayer{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
}
.main5 ul li .imgBox .movelayer span{
	font-size: 52px;
	color:#fff;
	display: inline-block;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main5 ul li p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	color:#666666;
	text-align: center;
}
/*main6-style*/
.main6{
	width: 100%;
	height: 400px;
	background: url(../image/a_m6Bg.jpg) no-repeat center center;
}
.main6 ul{
	width: 1000px;
	margin:0 auto;
	font-size: 0;
	text-align: center;
}
.main6 ul li{
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.main6 ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.main6 ul li .imgBox{
	width: 200px;
	height: 200px;
	position: absolute;
	top:0;
	left:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.main6 ul li .imgBox img{
	display: block;
	width: 100%;
	height: 100%;
	
}
.main6 ul li:nth-of-type(odd) .imgBox{
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.main6 ul li:nth-of-type(odd) .layer{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.main6 ul li:nth-of-type(even) .imgBox{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.main6 ul li:nth-of-type(even) .layer{
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.main6 ul li:nth-of-type(odd):hover .imgBox{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.main6 ul li:nth-of-type(odd):hover .layer{
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.main6 ul li:nth-of-type(even):hover .imgBox{
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.main6 ul li:nth-of-type(even):hover .layer{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.main6 ul li .layer{
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #8ba28c , #126737);
    background: -o-linear-gradient(right, #8ba28c, #126737);
    background: -moz-linear-gradient(right, #8ba28c, #126737);
    background: linear-gradient(to right, #8ba28c , #126737);
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /*transition-delay:0.1s;*/
}
.main6 ul li .layer img{
	margin-top: 55px;
	display: inline-block;
}
.main6 ul li .layer p{
	margin-top: 15px;
	font-size: 16px;
	color:#fff;
	letter-spacing: 1px;
}
/*main7-style*/
.main7{
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.main7 .m7-left{
	width: 39%;
	height: 100%;
	background: url(../image/a_m7lBg.jpg) no-repeat center center/cover;
}
.main7 .m7-left .content{
	width: 390px;
}
.main7 .m7-left .content .top{
	margin-top: 62px;
}
.main7 .m7-left .content .top img{
	width: auto;
}
.main7 .m7-left .content ul{
	margin-top: 28px;
	padding-left: 52px;
}
.main7 .m7-left .content ul li{
	width: 138px;
	margin-bottom: 28px;
	cursor:default;
}
.main7 .m7-left .content ul li p{
	font-size: 16px;
	color:#cccccc;
	letter-spacing: 1px;
	width: 138px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main7 .m7-left .content ul li p:before{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main7 .m7-left .content ul li.hover p{
	position: relative;
	padding-bottom: 5px;
	font-size: 20px;
	color:#8fc31f;
	border-bottom: 1px dashed #8fc31f;
}
.main7 .m7-left .content ul li.hover p:before{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 6px;
	height: 12px;
	background: url(../image/a_m7Img01.png) no-repeat center center;
	position: absolute;
	top:7px;
	left:-15px;
}
.main7 .m7-left .content ul li:hover p{
	position: relative;
	padding-bottom: 5px;
	font-size: 20px;
	color:#8fc31f;
	border-bottom: 1px dashed #8fc31f;
}
.main7 .m7-left .content ul li:hover p:before{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 6px;
	height: 12px;
	background: url(../image/a_m7Img01.png) no-repeat center center;
	position: absolute;
	top:7px;
	left:-15px;
}

.main7 .m7-right{
	width: 61%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.main7 .m7-right .content{
	width: 810px;
	height: 100%;
	position: relative;
}
.main7 .m7-right .content li{
	width: 100%;
	height: 800px;
	box-sizing:border-box;
	padding-top: 275px;
	padding-left: 62px;
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.main7 .m7-right .content li.show{
	display: block;
}
.main7 .m7-right .content .imgBox{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.main7 .m7-right .content .txt{
	position: relative;
	z-index: 10;
}
.main7 .m7-right .content .txt .coursename{
	font-size: 24px;
	color:#fff;
	letter-spacing: 1px;
}
.main7 .m7-right .content .txt .desc{
	margin-top: 20px;
	font-size: 16px;
	color:#999;
	line-height: 26px;
	letter-spacing: 1px;
}
.main7 .m7-right .content .txt .time{
	margin-top: 50px;
	font-size: 24px;
	color:#fff;
	letter-spacing: 1px;
}
.main7 .m7-right .content .txt .consultBox{
	margin-top: 45px;
	text-align: left;
}
.main7 .m7-right .content .txt .consultBox a{
	display: inline-block;
	width: 144px;
	height: 36px;
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	text-align: center;
	background: -webkit-linear-gradient(left, #106636 , #7fbe26);
    background: -o-linear-gradient(right, #106636, #7fbe26);
    background: -moz-linear-gradient(right, #106636, #7fbe26);
    background: linear-gradient(to right, #106636 , #7fbe26);
    letter-spacing: 2px;
    border-radius: 16px;
}
/*main8-style*/
.main8{
	width: 100%;
	height: 295px;
	background-color: #f6f7ff;
	overflow: hidden;
}
.main8 ul{
	font-size: 0;
}
.main8 ul li{
	display: inline-block;
}
.main8 .picMarquee-left{
	margin-top: 32px;
	width: 100%;
	height: 238px;
	position: relative;
	overflow: hidden;
}
.main8 .picMarquee-left li{
    float: left;
    height: 238px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	text-align: center;
}
.main8 .picMarquee-left li img{
	display: inline-block;
}
.main8 .picMarquee-left li p{
	margin-top: 12px;
	font-size: 16px;
	color:#666;
	text-align: center;
	letter-spacing: 1px;
}
/*main9-style*/
.main9{
	width: 100%;
	height: 800px;
	background: url(../image/a_m9Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main9 h3{
	margin-top: 80px;
	font-size: 36px;
	color:#8fc31f;
	letter-spacing: 1px;
	text-align: center;
}
.main9 .subtitle{
	margin-top: 18px;
	font-size: 16px;
	color:#999;
	letter-spacing: 1px;
	text-align: center;
}
.main9 .envir-wrap{
	margin-top: 40px;
	width: 100%;
	height: 518px;
	position: relative;
	overflow: hidden;
}
.main9 .envir-wrap .btn-list{
	position: absolute;
	width: 458px;
	top:0;
	left:0;
	padding-top: 38px;
	padding-left: 42px;
	box-sizing:border-box;
	z-index: 10;
}
.main9 .envir-wrap .btn-list ul{
	text-align: left;
	font-size: 0;
}
.main9 .envir-wrap .btn-list ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color:#999999;
	padding-bottom: 2px;
	border-bottom:1px solid #999999;
	cursor: pointer;
}
.main9 .envir-wrap .btn-list ul li.select{
	color:#8fc31f;
	border-color:#8fc31f;
}
.main9 .envir-wrap .btn-list ul li:hover{
	color:#8fc31f;
	border-color:#8fc31f;
}
.main9 .envir-wrap .btn-list ul li + li{
	margin-left: 28px;
}
.main9 .envir-wrap .envir-content{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main9 .envir-wrap .envir-content ul{
	width: 100%;
	height: 100%;
	position: relative;
}
.main9 .envir-wrap .envir-content li.show{
	display: block;
}
.main9 .envir-wrap .envir-content li{
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.main9 .envir-wrap .left{
	width: 458px;
	height: 518px;
	background-color: rgba(36,42,51,.7);
	position: relative;
	padding-left: 44px;
	padding-right: 55px;
	box-sizing:border-box;
}
.main9 .envir-wrap .left .cont{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main9 .envir-wrap .left .cont .title{
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 38px;
}
.main9 .envir-wrap .left .cont .desc{
	font-size: 16px;
	line-height: 26px;
	color:#999;
	letter-spacing: 1px;
}
.main9 .envir-wrap .right{
	width: 742px;
	height: 518px;
}
/*main10-style*/
.main10{
	width: 100%;
	height: 568px;
	overflow: hidden;
}
.main10 .cont{
	width: 100%;
	height: 100%;
}
.main10 .cont .left{
	width: 50%;
	height: 100%;
}
.main10 .cont .right{
	width: 50%;
	height: 100%;
	padding-left: 70px;
	box-sizing:border-box;
	background-color: #f6f7ff;
}
.main10 .cont .right .cont{
	width: 532px;
}
.main10 .cont .right .top{
	margin-top: 120px;
	margin-bottom: 36px;
}
.main10 .cont .right h4{
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 16px;
	color:#333;
	line-height: 26px;
}
.main10 .cont .right div p{
	font-size: 16px;
	line-height: 26px;
	color:#666;
	letter-spacing: 1px;
}
/*main11-style*/
.main11{
	width: 100%;
	height: 660px;
	overflow: hidden;
}
.main11 .cont{
	width: 100%;
	height: 100%;
}
.main11 .left{
	width: 50%;
	height: 100%;
	background: url(../image/a_m11Img01.jpg) no-repeat center center/cover;
}
.main11 .right{
	width: 50%;
	height: 100%;
	background: url(../image/a_m11Img02.jpg) no-repeat center center/cover;
}
.main11 .box{
	text-align: center;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.main11 .box .title{
	font-size: 36px;
	color:#fff;
	letter-spacing: 4px;
	margin-bottom: 12px;
}
.main11 .box .learnmore a{
	display: inline-block;
	width: 122px;
	height: 36px;
	line-height: 33px;
	font-size: 16px;
	color:#e2e1e1;
	letter-spacing: 1px;
	border-radius: 16px;
	background-color: #333333;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main11 .box .learnmore a:hover{
	background-color: #fff;
	color:#333333;
}
.main11 .box .learnmore a:after{
	display: inline-block;
	content: "";
	font-size: 0;
	position: absolute;
	width: 6px;
	height: 9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	background: url(../image/a_m1Img05.png) no-repeat center center;
}