@charset "utf-8";
/*nav*/
.head{
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.head_info,.conter5,.conter6_bottominfo{
	width: 1200px;
	margin: 0 auto;
}
.head_info img,
.head_info p,
.head_info p span{
	display: inline-block;	
}
.head_info img{
	height: 30px;
	padding: 10px 0;
	vertical-align: top;
}
.head_info p{
	float: right;
	vertical-align: top;
	margin: 0;
    padding: 0;
}
.head_info p a{
	padding: 0 20px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
}
.head_info p a:hover{
	color: #EB6100;
}

/*浮动left*/
.draw-box {
    position: fixed;
    top: 50px;
    left: 0;
    width: 148px;
    z-index: 1000;
    cursor: pointer;
}
.draw-box img {
    width: 100%;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
}
@-webkit-keyframes scaleDraw {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@keyframes scaleDraw {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}
.FloatingLeft{
	position: fixed;
	left: 0;
	top: 19%;
	background: #000000;
	width: 160px;
	text-align: center;
    z-index: 999;
}
.FloatingLeft p{
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.FloatingLeft ul{
    background: #FFFFFF;
    font-size: 14px;
    margin: 0 10px;
}
.FloatingLeft p a{
    margin-top: 5px;
    font-size: 14px;
    background: #FFFFFF;
    display: inline-block;
    width: 140px;
    padding: 10px 0;	
}
.FloatingLeft p:last-child{
	margin-bottom: 20px;
}
.FloatingLeft ul li a{
	padding: 8px 0;
	margin: 0 10px;
	border-bottom: 1px solid #EEEEEE;
	display: inline-block;
	color: #000000;
}
.FloatingLeft ul li a:hover{
	color: #EB6100;
}
.FloatingLeft ul li:first-child{
	padding-top: 0;
}
.FloatingLeft ul li:last-child a,
.FloatingLeft ul li:nth-child(6) a{
	border-bottom: 0;	
}
.FloatingLeft ul li:last-child a{
	color: #FFFFFF;		
}
.FloatingLeft ul li:last-child{
	background: #EB6100;
}
.FloatingLeft ul li:last-child:hover,
.FloatingLeft p:nth-child(3) a:hover{
	background: #c73000;
}
.FloatingLeft p:first-child{
	position: relative;
	padding: 20px 0;
}
.FloatingLeft p:first-child em{
    font-size: 20px;
    color: #F44336;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}
.FloatingLeft p:nth-child(3) a{
	background: #EB6100;
	color: #FFFFFF;
}	
.FloatingLeft p:nth-child(4) a,
.FloatingLeft p:nth-child(5) a{
	background: #009e96;
	color: #FFFFFF;
}
.FloatingLeft p:nth-child(4) a:hover,
.FloatingLeft p:nth-child(5) a:hover{
	background: #096e68;
}

.scroll-to-top:hover {
	background: #eb6100;
    border-color: #eb6100;
}

.scroll-to-top:hover i {
	color: #fff;
}
.scroll-to-top i {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.scroll-to-top {
	display: inline-block;
    width: 50px;
    height: 50px;
    background: #292728;
    position: fixed;
    bottom: 90px;
    left: 105px;
    z-index: 990;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border: 1px solid #393838;
}
.fa-angle-up:before {
    content: "\f106";
}
/*conter1*/
.conter1{
	background: #FFFFFF;
	margin-top: -5px;
	box-shadow: 0 10px 15px rgba(235, 97, 0, 0.1);
}
.conter1 ul,.conter2,.conter3{
	width: 1200px;
	margin: 0 auto;
}
.conter1 ul li{
	display: inline-block;
    vertical-align: top;
    padding: 20px 10px;
}
.conter1 ul li:first-child{
	padding-left: 0;
}
.conter1 ul li:last-child{
	padding-right: 0;
}
.conter1 ul li img{
    width: 50px;
    vertical-align: top;
    height: 50px;
}
.conter1 ul li p{
	text-align: left;
}
.conter1 ul li span{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	margin-top: 2px;
	text-align: left;
    color: #676767;
}
.conter1 ul li a{
    border: 1px solid #EB6100;
    color: #EB6100;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;    
}
.conter1 ul li a:hover{
	color: #FFFFFF;
	background: #EB6100;
}

/*conter2*/
.conter2,.conter3{
	padding: 40px 0;
}
.part2 {
	margin-top: 30px;
}

.part2 ul {
	margin: 50px auto 0;
	text-align: center;
	display: table;
    height: 385px;
}

.part2 ul li {
    width: 324px;
    height: 353px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    float: left;
    background: #fff url(../img/conter2/mba_bg.png) no-repeat center bottom;
    transition: all .3s;
    margin-left: 15px;
}
.part2 ul li:first-child {
	margin-left: 0;
}

.part2 ul li p {
	font-size: 35px;
	margin-top: 50px;
	font-weight: bold;
}
.part2 ul li span{
	display: inline-flex;
	padding: 15px 0 35px;
	color: #6b6b6b;
}

.part2 ul li a {
	width: 246px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #eb6100;
	color: #fff;
	margin: auto;
	display: block;
	border-radius: 6px;
	font-size: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .2s;
}

.part2 ul li.active {
    background: #eb6100 url(../img/conter2/mba_bg2.png) no-repeat center bottom;
    color: #fff;
    width: 375px;
    height: 415px;
    margin-top: -30px;
    margin-bottom: 0;
}
.part2 ul li.active span{
	color: #FFFFFF;
}
.part2 ul li.active p{
	font-size: 45px;
}


.part2 ul li.active a {
	background-color: #fff;
	color: #eb6100
}
.part2 ul li.active a:hover {
	background: #ffd4b5;
}
/*conter3*/
.conter3_info{
	margin-top: 30px;
}
.conter3_info ul{
	margin-bottom: 20px;
}
.conter3_info li{
	width: 23%;
	margin-left: 2%;
	text-align: center;
	display: inline-block;
}
.conter3_info li:first-child{
	margin-left: 0;
}
.conter3_info li h1{
	font-size: 24px;
	margin-top: 20px;
}
.conter3_info li p{
	padding: 10px 20px;
	border: 1px dashed #EB6100;
	background: #FFFFFF;
	color: #EB6100;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
}
.conter3_info li a{
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	background: #EB6100;
	color: #FFFFFF;
	margin-top: 10px;
}
.conter3_info li a:hover,
.conter3_info h2 a:hover{
	background: #c73000;
}
.conter3_info h2{
	width: 48%;
	margin-right: 2%;
	display: inline-block;
	background: #FFFFFF;
	margin-top: 20px;
}
.conter3_info h2:last-child,
.conter3_info h2:nth-child(3){
	margin-right: 0;
}
.conter3_info h2 span,
.conter3_info h2 a{
	font-weight: bold;
	display: inline-block;
	font-size: 20px;
	padding: 20px 0;
	vertical-align: top;	
}
.conter3_info h2 span{
	text-align: left;
	padding-left: 5%;
}
.conter3_info h2 a{
	background: red;
	color: #FFFFFF;
	width: 40%;
	text-align: center;
	float: right;
}

/*conter4*/
.conter4{
	padding: 50px 0;
	background: url(../img/conter4/back.jpg) no-repeat top;
	background-size: 100% 100%;
}
.mt-tabpage {
    width: 1200px;
	margin: 30px auto;
}
.mt-tabpage-title {
	width: 100%;
	margin-bottom: 30px;
}
.mt-tabpage-title a{
	width: 13.5%;
	margin-left: 3%;
}
.mt-tabpage-title a:first-child{
	margin-left: 0;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	line-height: 44px;
	text-align: center;
	color: #666;
    color: #FF5722;
    font-size: 18px;
    border: 1px solid #FF5722;	
}
.mt-tabpage-title .mt-tabpage-item-cur,
.mt-tabpage-title .mt-tabpage-item:hover  {
    color: #fff;
    background: #FF5722;
    border: 1px solid #FF5722;
}
.mt-tabpage-count {
	position: relative;
	width: 1200px;
	height: 369px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 1200px;
	text-align: center;
}
.school_info{
	width: 21.3%;
	margin-left: 2%;
	display: inline-block;
    transition: all .2s;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;	
    padding: 10px 1%;
    margin-bottom: 20px;
}
.school_info:hover{
	box-shadow: 0px 16px 30px -8px rgba(253, 111, 4, 0.2);
}
.school_info:hover .school_img img ,.teacher_info_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.mt-tabpage-item div:first-child,
.mt-tabpage-item div:nth-child(5){
	margin-left: 0;
}
.school_img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin: 6px;
}
.school_img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 170px;
}
.school_info h4{
	padding: 10px 0;
	font-size: 18px;
}
.school_info h4 span{
	color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FF5722;
    font-size: 14px;
}
.school_info p{
	font-size: 16px;
    color: #7a7a7a;	
}
.school_info a{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	border: 2px solid #EB6100;
	padding: 10px 20px;
	color: #EB6100;
}
.school_info a:hover{
	background: #EB6100;
	color: #FFFFFF;
}
.conter4_forminfo{
	width: 1200px;
	margin: 0 auto;
}
.conter4_form{
	display: inline-block;
}
.conter4_forminfo span,
.conter4_forminfo .conter4_form span{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.testdiv span,
.testdiv span{
	margin-left: 40px;
	font-size: 18px;
	font-weight: 100;
}
.testdiv select,
.testdiv input,
.testdiv button{
	padding: 0 30px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	border-radius: 5px;
	border: 0;
	margin-left: 20px;
}
.testdiv select,
.testdiv input{
    width: 225px;
	border: 1px solid #b1b1b1;
}
.conter4_form p{
	display: inline-block;
}
.testdiv button{
	width: 222px;
	cursor: pointer;
	background: #EB6100;
	color: #FFFFFF;
}
.testdiv button:hover{
	background: #c73000;
}

/*conter5*/
.conter5{
	padding: 50px 0;
}
.conter5_info li{
	width: 18%;
	margin-left: 2%;
	display: inline-block;
	background: #FFFFFF;
}
.conter5_info li:first-child{
	margin-left: 0;
}
.conter5_info li:first-child p:first-child{
	background: #cce198;
}
.conter5_info li:nth-child(2) p:first-child{
	background: #89c997;	
}
.conter5_info li:nth-child(3) p:first-child{
	background: #84ccc9;	
}
.conter5_info li:nth-child(4) p:first-child{
	background: #88abda;	
}
.conter5_info li:nth-child(5) p:first-child{
	background: #f29b76;	 
}
.conter5_info li p{
	text-align: center;
}
.conter5_info li p img{
	height: 75px;
	margin: 30px 0;
}
.conter5_info li p:last-child {
	padding: 25px 0;
}
.conter5_info li p:last-child span{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
}
.conter5_forminfo li p:last-child span:first-child{
	margin-bottom: 10px;
}
.conter5_forminfo{
	margin-top: 50px;
	text-align: center;
}
.conter5_forminfo p{
	margin-top: 15px;
}
.conter5_form{
	margin-top: 20px;
}
.conter5_form span{
	font-size: 20px;
    font-weight: bold;
}
.conter5_form p button{
	margin-top: 15px;
}
/*conter6*/
.conter6{
	padding: 50px 0;
	margin: 0 auto;
	background: #FFFFFF;
}
.conter6_info{
	width: 1200px;
	margin: 0 auto;
}
.conter6_info li{
	display: inline-block;
	width: 31.3%;
	margin-left: 2%;
	margin-top: 30px;
	background: #ffefe3;
	padding-top: 40px;
	text-align: center;
	vertical-align: top;
}
.conter6_info li h2,
.conter6_info li p{
	color: #a48269;
	margin-bottom: 15px;
}
.conter6_info li p{
	font-size: 18px;
	margin-bottom: 40px;
}
.conter6_info li:first-child,
.conter6_info li:nth-child(4){
	margin-left: 0;
}
.conter6_info li a{
	display: inline-block;
	width: 100%;
	background: #EB6100;
	padding: 20px 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.conter6_info li a:hover{
    background: #c73000;
}
.conter6_info li:last-child{
	height: 191px;
	background: #f19149;
}
.conter6_info li:last-child img{
	margin-top: 5px;
}
.conter6_info li:last-child span{
	width: 100%;
	display: inline-block;
}
.conter6_info li:last-child span a{
	background: none;
	color: #FFFFFF;
	font-weight: normal;
}
.conter6_bottominfo{
	position: relative;
	margin: 50px auto 0;
}
.bottominfo_1{
	position: relative;
}
.bottominfo_1 p:first-child{
    border-bottom: 2px dashed #FF5722;
    padding: 160px 0 0;
    margin-bottom: 160px;
    display: inline-block;	
    height: 2px;
    width: 100%;    
}
.bottominfo_1 p:last-child{
	position: absolute;
    top: 122px;
	left: 0;
	width: 100%;
}
.bottominfo_1 p:last-child span{
	display: inline-block;
	width: 16%;
	text-align: center;	
}
.bottominfo_1 p:last-child span em{
    display: inline-block;
    width: 86px;
    padding: 19px 0;
    background: #f7e9e4;
    color: #EB6100;
    font-size: 18px;
    font-weight: bold;
    border: 2px dashed #EB6100;
}
.bottominfo_2{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.bottominfo_2 li{
	display: inline-block;
	width: 16%;
	text-align: center;
	vertical-align: top;
}
.bottominfo_2 li:first-child,
.bottominfo_2 li:nth-child(3),
.bottominfo_2 li:nth-child(5){
    margin-top: 232px;
}
.bottominfo_2 li:nth-child(2),
.bottominfo_2 li:nth-child(4),
.bottominfo_2 li:nth-child(6){
	margin-top: 0;
}
.bottominfo_2 li:hover p{
	color: #EB6100;
}
.bottominfo_2 li a{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0;
	color: #EB6100;
	border: 2px solid #EB6100;
	border-radius: 5px;
	font-weight: bold;
}
.bottominfo_2 li a:hover{
    background: #EB6100;
    color: #FFFFFF;
}
.conter7{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.conter7_info{
	margin: 50px 0;
}
.conter7_info ul,
.conter7_info img{
	display: inline-block;
	vertical-align: top;
}
.conter7_info ul{
	width: 48%;
	margin-right: 2%;
	background: #FFFFFF;
	border: 2px dashed #a0a0a0;
	padding: 10px 0;
}
.conter7_info img{
	width: 49%;
}
.conter7_info ul li{
	display: inline-block;
	margin: 0 5%;
	padding: 20px 0;
	width: 90%;
	text-align: left;
	border-bottom: 2px dashed #a0a0a0;
	font-size: 18px;
}
.conter7_info ul li:last-child{
	border-bottom: 0;
}
.conter7_info ul li a{
	float: right;
	color: #EB6100;
}
.conter8{
	background: url(../img/conter7/back.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}
.conter8 h1{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}
.conter8 ul{
	width: 1200px ;
	margin:  0 auto;
}
.conter8 ul li{
	display: inline-block;
	text-align: center;
	padding: 20px 0;
}
.conter8 ul li p{
	display: inline-block;	
	vertical-align: middle;
}
.conter8 ul li p:first-child{
	width: 234px;
    background: #6884cf;
    padding: 40px 0;    
}
.conter8 ul li p:first-child a{
	display: inline-block;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px 20px;
	margin-top: 15px;
	border-radius: 5px;
}
.conter8 ul li p:first-child a:hover{
	background: #EB6100;
	border: 1px solid #EB6100;
}
.conter8 ul li p:first-child span{
	width: 100%;
	display: inline-block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
}
.conter8 ul li: p:first-child{
	
}
.conter8 ul li p:nth-child(2){
	text-align: center;
    width: 76px;
}
.conter9{
	background: #FFFFFF;
	padding: 50px 0;
}
.conter9_info{
	width: 1200px;
	margin:  0 auto;
	text-align: center;
}
.conter9 p:first-child{
	margin-bottom: 50px;
}
.conter9 p:first-child a{
	display: inline-block;
	padding: 20px 40px;
	background: #556fb5;
	color: #FFFFFF;
}
.conter9 p:first-child a:hover{
	background: #3d58a3;
}
.conter9 p:first-child a:last-child{
	margin-left: 10%;
}
.conter9 h1{
	margin: 30px 0;
}
.conter9 ul,
.conter9 img{
	display: inline-block;
	vertical-align: top;
}
.conter9 img{
	width: 48%;
	margin-right: 2%;
}
.conter9 ul{
	width: 49%;
}
.conter9 ul li{
	background: #e1e9fc;
	margin-bottom: 8px;
	display: inline-block;
	text-align: left;
	padding: 20px 0;
	width: 100%;
}
.conter9 ul li span{
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
}
.conter9 ul li a{
	float: right;
	color: red;
	margin-right: 30px;
	font-weight: bold;
}
.conter10{
	padding: 50px 0;
}
.teacher_info{
	width: 23.3%;
	margin-left: 2%;
	display: inline-block;
    transition: all .2s;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;	
}
.teacher_info_img{
	width: 100%;
	display: inline-block;
}
.teacher_info_img img{
	width: 90%;
}
.teacher_info h4{
	padding: 20px 0;
	color: #393838;
}
.teacher_info p{
	padding: 0 20px;
	font-size: 12px;
	line-height: 22px;
	color: #818181;
	text-align: left;
}
.teacher_info a{
	display: inline-block;
	padding: 10px 40px;
	background: #EB6100;
	margin: 20px 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.teacher_info a:hover {
    background: #c73000;
}
.conter10 .mt-tabpage-title a{
    width: 16.8%;	
}
.conter11 {
    padding: 50px 0;
    background: #FFFFFF;
}
.conter11_info {
	width: 1200px;
	margin:  0 auto;
	padding-top: 50px;
}
.conter11_info ul li{
	display: inline-block;
	width: 17%;
	padding: 10px 0.8%;
	margin-left: 1%;
	vertical-align: top;
	border: 1px solid #EEEEEE;
}
.conter11_info ul li:first-child{
	margin-left: 0;
}
.conter11_info ul li img{
	width: 100%;
}
.conter11_info ul li h1{
	font-size: 24px;
}
.conter11_info ul li p{
	font-size: 14px;
	padding-top: 10px;
	color: #868686;
}
.conter11_info ul li a{
	display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #656565;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-top: 10px;
}
.conter11_info ul li a:hover{
	background: #FF5722;
	color: #fff;
    border: 1px solid #FF5722;
}
.gongy_bt{
    padding-top: 40px;
    text-align: center;
}
.gongy_bt h2{
    padding-top: 45px;
    font-size: 36px;
    font-weight: bold;
    color: #040404;
    padding-bottom: 20px;
}
.gongy_bt p{
    color: #999;
}
.xiam_bottom ul{
    overflow: hidden;
    text-align: center;
    margin:40px auto;
    display: flex;
    justify-content : center;
}
.xiam_bottom ul li{
    float: left;
    width: 133px;
    margin: 0 20px;
}
.xiam_bottom ul li>div{ 
    width: 133px;
    height: 133px;
}
.xiam_bottom ul li .img{ 
    background: url(../img/soo.png) no-repeat center;
}
.xiam_bottom ul li .img1{ 
    background: url(../img/soo1.png) no-repeat center;
}
.xiam_bottom ul li .img2{ 
    background: url(../img/soo2.png) no-repeat center;
}
.xiam_bottom ul li .img3{ 
    background: url(../img/soo3.png) no-repeat center;
}
.xiam_bottom ul li .img4{ 
    background: url(../img/soo4.png) no-repeat center;
}
.xiam_bottom ul li .img5{ 
    background: url(../img/soo5.png) no-repeat center;
}
.xiam_bottom ul li .img6{ 
    background: url(../img/soo6.png) no-repeat center;
}

.xiam_bottom ul li .img{ 
    background: url(../img/soo.png) no-repeat center;
}
.xiam_bottom ul li .img1{ 
    background: url(../img/soo1.png) no-repeat center;
}
.xiam_bottom ul li .img2{ 
    background: url(../img/soo2.png) no-repeat center;
}
.xiam_bottom ul li .img3{ 
    background: url(../img/soo3.png) no-repeat center;
}
.xiam_bottom ul li .img4{ 
    background: url(../img/soo4.png) no-repeat center;
}
.xiam_bottom ul li .img5{ 
    background: url(../img/soo5.png) no-repeat center;
}
.xiam_bottom ul li .img6{ 
    background: url(../img/soo6.png) no-repeat center;
}
.xiam_bottom ul li .img7{ 
    background: url(../img/soo7.png) no-repeat center;
}
.xiam_bottom ul li:hover .img{ 
    background: url(../img/soo_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img1{ 
    background: url(../img/soo1_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img2{ 
    background: url(../img/soo2_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img3{ 
    background: url(../img/soo3_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img4{ 
    background: url(../img/soo4_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img5{ 
    background: url(../img/soo5_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img6{ 
    background: url(../img/soo6_.png) no-repeat center;
}
.xiam_bottom ul li:hover .img7{ 
    background: url(../img/soo7_.png) no-repeat center;
}

.xiam_bottom ul li a{
	background: #FF5722;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
.xiam_bottom ul li a:hover{
	background: #d8623d;
}


