﻿@charset "utf-8";
/*公共样式*/
*{margin:0;padding:0;font-family: "Microsoft Yahei";}
a{text-decoration: none;}
a:hover{cursor: pointer;}
li{list-style: none;}
img{pointer-events:none;}
.w1180{width: 1180px;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;}
.left{float:left;}
.right{float:right;}
/*咨询按钮*/
.consultBox a{
	position:relative;
	bottom:0;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 0;
}
.consultBox a:hover{
	bottom:-20px;
}
/*banner-style*/
.banner{
	width: 100%;
	height:800px;
	background: url(../images/banner.jpg) no-repeat center center;
	overflow: hidden;
}
/*main1-style*/
.main1{
	width: 100%;
	height:965px;
	background-color:#0f2042;
	overflow: hidden;
}
.main1 h3{
	font-weight: normal;
	margin-top: 90px;
	font-size: 36px;
	line-height: 54px;
	color:#82c50d;
	text-align: center;
	letter-spacing: 1px;
}
.main1 p.subtitle{
	margin-top: 28px;
	font-size: 16px;
	line-height:26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main1 img{
	display: block;
	width: auto;
	margin:0 auto;
	margin-top: 38px;
}
/*main2-style*/
.main2{
	width: 100%;
	height: 1112px;
	background: url(../images/m2Bg.jpg) no-repeat center center;
	overflow: hidden;
}
.main2 h3{
	font-weight: normal;
	margin-top: 90px;
	font-size: 36px;
	line-height: 54px;
	color:#82c50d;
	text-align: center;
	letter-spacing: 1px;
}
.main2 p.subtitle{
	margin-top: 40px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main2 .imgBox{
	margin-top: 60px;
}
.main2 .imgBox img{
	display: block;
}
/*main3-style*/
.main3{
	position: relative;
	width: 100%;
	height: 1119px;
	background: url(../images/m3Bg.jpg) no-repeat center center/cover;
	/*overflow:hidden;*/
}
.main3 .w1180{
	overflow: hidden;
	height: 100%;
	box-sizing:border-box;
}
.main3 .head{
	position: absolute;
	top:-172px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.main3 .head .consultBox{
	position: absolute;
	top:164px;
	right:125px;
}
.main3 ul{
	margin-top: 148px;
	width: 100%;
	height: 826px;
	position: relative;
}
.main3 ul li{
	position: absolute;
	z-index: 5;
	font-size: 0;
	border-radius: 50%;
	overflow:hidden;
}
.main3 ul li img{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main3 ul li: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 .mask-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top:0;
	left:0;
	background-color: rgba(0,0,0,.5);
	-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:hover .mask-layer{
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.main3 ul li .txt-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 11;
	text-align: center;
	box-sizing:border-box;
	border:1px solid transparent;
	border-radius: 50%;
}
.main3 ul li .txt-layer span{
	display: inline-block;
	font-size: 18px;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
}
.main3 .item1{
	top:132px;
	left:123px;
}
.main3 .item1 .txt-layer{
	border-color:#31abdc;
	color:#31abdc;
}
.main3 .item2{
	top:162px;
	right:235px;
}
.main3 .item2 .txt-layer{
	border-color:#7c2ff3;
	color:#7c2ff3;
}
.main3 .item3{
	top:455px;
	left:13px;
}
.main3 .item3 .txt-layer{
	border-color:#9d1a55;
	color:#9d1a55;
}
.main3 .item4{
	top:383px;
	left:241px;
}
.main3 .item4 .txt-layer{
	border-color:#2d922d;
	color:#2d922d;
}
.main3 .item5{
	top:438px;
	right:54px;
}
.main3 .item5 .txt-layer{
	border-color:#3186f9;
	color:#3186f9;
}
.main3 .item6{
	top:617px;
	left:226px;
}
.main3 .item6 .txt-layer{
	border-color:#0caaba;
	color:#0caaba;
}
.main3 .item7{
	left:498px;
	top:33px;
}
.main3 .item7 .txt-layer{
	border-color:#df2579;
	color:#df2579;
}
.main3 .item8{
	top:584px;
	right:262px;
}
.main3 .item8 .txt-layer{
	border-color:#fbb531;
	color:#fbb531;
}
.main3 .item9{
	right:100px;
	bottom:0;
}
.main3 .item9 .txt-layer{
	border-color:#0195a7;
	color:#0195a7;
}
.main3 .consultBox{
	text-align: center;
}
/*main4-style*/
.main4{
	width: 100%;
	height: 1262px;
	background: url(../images/m4Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
	box-sizing:border-box;
	padding-top: 66px;
}
.main4 .studentBox{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main4 .studentBox ul{
	font-size: 0;
}
.main4 .studentBox ul li{
	display: inline-block;
	width: 575px;
	height: 561px;
	padding: 0 40px;
	box-sizing: border-box;
	vertical-align: top;
	background-color: #263666;
	border-radius: 8px;
	box-shadow:0 10px 20px rgba(15,24,83,.67);
}
.main4 .studentBox .name{
	width: 100%;
	position: relative;
}
.main4 .studentBox .name span{
	position: relative;
	top:-20px;
	display: inline-block;
	padding:6px 20px;
	font-size: 36px;
	/*line-height: 1em;*/
	color:#82c50d;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 10px;
	border:1px solid #82c50d;
	background-color: #263666;
	box-shadow: 0 10px 21px rgba(14,15,23,.48);
}
.main4 .studentBox .studentInfo{
	margin-top: 31px;

}
.main4 .studentInfo .leftBox{
	float:left;
	width: 249px;
	border-radius: 5px;
	overflow: hidden;
}
.main4 .studentInfo .leftBox img{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main4 .studentInfo .leftBox: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);
}
.main4 .studentInfo .rightBox{
	float:right;
	width: 222px;
	font-size: 16px;
	line-height: 26px;
	color:#f3f3f3;
}
.main4 .studentInfo .rightBox:before{
	margin-top: 45px;
	margin-bottom: 20px;
	display: block;
	content: "";
	font-size: 0;
	width: 95px;
	height: 4px;
	background-color: #82c50d;
}
.main4 .studentBox .interview{
	margin-top: 30px;
	font-size: 16px;
	color:#999;
	line-height: 26px;

}
.main4 .learn-more{
	margin-top: 32px;
	text-align: right;
}
.main4 .learn-more a{
	font-size: 18px;
	color:#fff;
	letter-spacing:2px;
	display: inline-block;
	padding:12px 27px;
	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);
    border-radius: 8px;
    text-shadow:0 1px 2px rgba(102,51,0,78);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left:0;
}
.main4 .learn-more a:hover{
	left:-20px;
}
.main4 .swiper-button-prev,.main4 .swiper-button-next{
	width: 27px;
	height: 56px;
}
.main4 .swiper-button-prev{
  left:5px;
  background:url(../images/btn_arrow.png) no-repeat 0 0;
}
.main4 .swiper-button-prev:hover{
  background: url(../images/btn_hover_arrow.png) no-repeat 0 0;
}
.main4 .swiper-button-next {
  right:5px;
  background: url(../images/btn_arrow.png) no-repeat 0 -56px;
}
.main4 .swiper-button-next:hover {
  background: url(../images/btn_hover_arrow.png) no-repeat 0 -56px;
}

.main4 .alumni{
	margin-top: 42px;
	width: 100%;
	box-sizing: border-box;
	padding:40px 40px 42px 40px;
	background-color: #263666;
	border-radius: 8px;
	box-shadow:0 10px 20px rgba(15,24,83,.67);
}
.main4 .alumni .videoBox{
	float:left;
	width: 604px;
}
.main4 .alumni .videoBox p{
	margin-top: 12px;
	font-size: 15px;
	color:#999;
}
.main4 .alumni .videoBox p:before{
	display: inline-block;
	content: "";
	width:6px;
	height: 6px;
	border-radius: 50%;
	background-color: #82c50d;
	margin-right: 10px;
	position: relative;
	top:-2px;
}
.main4 .alumni .stuBox{
	float:right;
	width: 460px;
}
.main4 .alumni .stuBox .slogan{
	font-size: 15px;
	color:#999;
	line-height: 24px;
	letter-spacing: 1px;
}
.main4 .alumni .stuBox .slogan span{
	font-size: 24px;
	color:#82c50d;
	font-weight: normal;
}
.main4 .alumni .stuBox .desc{
	margin-top: 16px;
	font-size: 16px;
	color:#ccc;
	line-height: 26px;
}
.main4 .alumni .stuBox .stuInfo{
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
	color:#999;
}
.main4 .alumni .stuBox .learn-more{
	margin-top: 53px;
}
/*main5样式表*/
.main5{
	width: 100%;
	overflow: hidden;
	background-color: #2d3137;
}
.main5 h2{
	font-weight: normal;
	text-align: center;
	height: 180px;
	line-height: 54px;
	font-size: 36px;
	color:#82c50d;
	letter-spacing:1px;
	background: url(../images/m5bg.jpg) no-repeat center center/cover;
	box-sizing: border-box;
	padding-top:33px;
}
.main5 .content{
	height: 327px;
}
.main5 .content ul{
	font-size: 0;
	text-align: center;
}
.main5 .content ul li{
	vertical-align: top;
	display: inline-block;
	width: 236px;
	height: 327px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 105px;
	position:relative;
	z-index: 12;
	cursor:pointer;
}

.main5 .content ul li:before{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: url(../images/m5Img01.png) no-repeat center center/cover;
	position: absolute;
	left:0;
	top:0;
	z-index:0;
}
.main5 .content ul li:last-child:after{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: url(../images/m5Img01.png) no-repeat center center/cover;
	position: absolute;
	right:0;
	top:0;
	z-index:0;
}
.main5 .content ul li +li:before{
	left:-1px;
}

.main5 .content ul li:hover:before{
	display: none;
}
.main5 .content ul li .bgImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index:10;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	
}
.main5 .content ul li:hover .bgImg{

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	
}
.main5 .content ul li .bgImg img{
	width: 100%;
	height: 100%;
}
.main5 .content ul li p.title{
	margin-bottom: 8px;
	color:#fff;
	font-size: 23px;
	font-weight: bold;
	position: relative;
	z-index: 12;
}
.main5 .content ul li:hover .title{
	color:#c3dd96;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.main5 .content ul li p.desc{
	font-size: 15px;
	line-height: 26px;
	color:#999;
	position: relative;
	z-index: 12;
}
/*main6样式表*/
.main6{
	width: 100%;
	height: 654px;
	overflow: hidden;
	background-color: #16203f;
}
.main6 h2{
	margin-top: 90px;
	font-size: 36px;
	line-height: 54px;
	color:#82c50d;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-weight: normal;
}
.main6 .subtitle{
	margin-top: 35px;
	font-size: 18px;
	line-height: 30px;
	color:#999;
	text-align: center;
}
.main6 .subtitle span{
	color:#c3dd96;
	font-weight: bold;
}
.main6 ul{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.main6 ul li{
	vertical-align: top;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.main6 ul li + li{
	margin-left: 224px;
}
.main6 ul li img{
	height: 70px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main6 ul li:hover img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.main6 ul li span{
	margin-top: 24px;
	display: inline-block;
	font-size: 18px;
	color:#999;
}
.main6 ul li p{
	margin-top: 4px;
	font-weight: bold;
	font-size: 18px;
	color:#fff;
}
/*main7-style*/
.main7{
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.main7 .m7-left{
	width: 39%;
	height: 100%;
	background: url(../images/m7lBg.jpg) no-repeat center center/cover;
}
.main7 .m7-left .content{
	width: 380px;
}
.main7 .m7-left .content .top{
	height: 242px;
	overflow: hidden;
}
.main7 .m7-left .content .top .title{
	margin-top: 76px;
	font-size: 36px;
	color:#8fc31f;
	font-weight: normal;
	letter-spacing: 1px;
}
.main7 .m7-left .content .top .subtitle{
	margin-top: 12px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	letter-spacing:1px;
}
.main7 .m7-left .content ul{
	margin-top: 42px;
}
.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(../images/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(../images/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: 820px;
	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样式表*/
.main8{
	width: 100%;
	height: 900px;
	background: url(../images/m8Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main8 h2{
	margin-top: 90px;
	font-size: 36px;
	line-height: 54px;
	color:#333333;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-weight: normal;
}
.main8 .subtitle{
	margin-top: 42px;
	font-size: 16px;
	line-height: 26px;
	color:#333333;
	text-align: center;
}
.main8 ul{
	margin-top: 45px;
	font-size: 0;
	text-align: center;
}
.main8 ul li{
	vertical-align: top;
	display: inline-block;
	width: 373px;
	height: 189px;
	margin-bottom: 25px;
	overflow: hidden;
	cursor:pointer;
}
.main8 ul li img{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main8 ul li: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);
}
.main8 ul li + li{
	margin-left: 30px;
}
.main8 ul li:nth-of-type(3n+1){
	margin:0;
}
/*main9样式表*/
.main9{
	width: 100%;
	height: 970px;
	background: url(../images/m9Bg.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main9 h2{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#82c50d;
	text-align: center;
	margin-top: 90px;
	font-weight: normal;
}
.main9 .subtitle{
	margin-top: 38px;
	font-size: 16px;
	color:#999;
	text-align: center;
	line-height: 30px;
}
.main9 .corporator{
	margin-top: 45px;
}
.main9 .corporator .company-logo{

}
.main9 .corporator .company-logo ul{
	font-size: 0;
}
.main9 .corporator .company-logo ul li{
	vertical-align: top;
	display: inline-block;
	width: auto;
	height: 88px;
	box-sizing: border-box;
	border:1px solid #273761;
	/*padding:0 20px;*/
	background-color: rgba(24,34,60,.6);
	cursor: pointer;
}
.main9 .corporator .company-logo ul li.item1{
	width: 104px;
	background: url(../images/corporateImg01.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item1:hover{
	background-image: url(../images/corporateImg_hover01.png);
}
.main9 .corporator .company-logo ul li.item2{
	width: 135px;
	background: url(../images/corporateImg02.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item2:hover{
	background-image: url(../images/corporateImg_hover02.png);
}
.main9 .corporator .company-logo ul li.item3{
	width: 144px;
	background: url(../images/corporateImg03.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item3:hover{
	background-image: url(../images/corporateImg_hover03.png);
}
.main9 .corporator .company-logo ul li.item4{
	width: 141px;
	background: url(../images/corporateImg04.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item4:hover{
	background-image: url(../images/corporateImg_hover04.png);
}
.main9 .corporator .company-logo ul li.item5{
	width: 150px;
	background: url(../images/corporateImg05.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item5:hover{
	background-image: url(../images/corporateImg_hover05.png);
}
.main9 .corporator .company-logo ul li.item6{
	width: 154px;
	background: url(../images/corporateImg06.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item6:hover{
	background-image: url(../images/corporateImg_hover06.png);
}
.main9 .corporator .company-logo ul li.item7{
	width: 171px;
	background: url(../images/corporateImg07.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item7:hover{
	background-image: url(../images/corporateImg_hover07.png);
}
.main9 .corporator .company-logo ul li.item8{
	width: 181px;
	background: url(../images/corporateImg08.png) no-repeat center center/cover;
}
.main9 .corporator .company-logo ul li.item8:hover{
	background-image: url(../images/corporateImg_hover08.png);
}

.main9 .corporator .company-logo ul li.hover{
	border-color: #c09b21;
	background-color: rgba(24,34,60,1);
}
.main9 .corporator .company-logo ul li:hover{
	border-color: #c09b21;
	background-color: rgba(24,34,60,1);
}
.main9 .corporator .company-logo ul li img{
	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%);
}
.main9 .corporator .company-content{
	width: 100%;
	height: 499px;
	overflow: hidden;
	position: relative;
}
.main9 .corporator .company-content li{
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.main9 .corporator .company-content li.hover{
	display: block;
}
.main9 .corporator .company-content li img{
	display: block;
}
/*main10样式表*/
.main10{
	width: 100%;
	height: 885px;
	background-color: #273761;
	overflow: hidden;
}
.main10 .section h2{
	font-size: 36px;
	color:#82c50d;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.main10 .section .subtitle{
	margin-top: 35px;
	margin-bottom: 45px;
	font-size: 16px;
	color:#999;
	line-height: 30px;
	text-align: center;
}
.main10 .section img{
	display: block;
}
.main10 .section1 h2{
	margin-top: 82px;
	font-weight: normal;
}
/*main11-style*/
.main11{
	width: 100%;
	height: 700px;
	background: url(../images/m11Bg.jpg) no-repeat center center/cover;
	overflow:hidden;
}
.main11 h3{
	margin-top: 90px;
	font-size: 36px;
	color:#82c50d;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
.main11 .subtitle{
	margin-top: 38px;
	font-size: 16px;
	color:#999999;
	line-height: 26px;
	text-align: center;
	letter-spacing: 1px;
}
.main11 .imgBox{
	text-align: center;
	margin-top: 32px;
}
.main11 .imgBox img{
	display: block;
	width: auto;
	margin:0 auto;
}