body{
	margin: 0;
	padding: 0;
	min-width: 1226px;
	position: relative;
	background: #F7F7F7;
	font-family: "Microsoft YaHei";
	color: #333333;
}
ul{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul>li{
	
	margin: 0 45px;
	padding: 0;
	float: left;
	
}

ul>li:first-child{
	
	margin-left: 0;
}
ul>li:last-child{
	
	margin-right: 0;
}
li>a{
	
	text-decoration: none;
	color: #333333;
	
}
li>a:hover{
	
	color: #ff054d;
	
}

input{
	outline:medium;
}
ol{
	
	margin: 0;
	padding: 0;
	border: 0;
	
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
.navActive{
	
	color: #FF054D;
	
}

.returnTop{
	
	background: url(../img/index/TOP.png);
	width: 30px;
	height: 30px;
	position: fixed;
	left: 95%;
	bottom :5%;
	cursor: pointer;
	z-index: 4;
	
}
.returnTop:hover{
	
	background: url(../img/index/TOP-1.png);
	
}
.index-nav{
	
	position: fixed;
	width: 100%;
	min-width: 1226px;
	height: 101px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	z-index: 88;
	
}
.nav-content{
	
	position: relative;
	width: 1226px;
	height: 100%;
	margin: 0 auto;
	
}
.index-nav-logo{
	
	position: absolute;
	top: 0;
	left: 0;
	
}
.index-nav-nav{
	
	position: relative;
	margin: 0 0 0 290px;
	display: table;
	top:40px;
	
}

.index-nav-nav>li{
	
	font-size: 18px;
	text-align: center;
	
}
.index-seach-text{
	
	position: absolute;
	margin: 0;
	padding: 10px 4px;
	width: 190px;
	height: 16px;
	font-size: 16px;
	right: 0px;
	top: 30.5px;
	border: 2px solid #C1C1C1;
	
}
.index-seach-btn{
	
	position: absolute;
	width: 24px;
	height: 24px;
	top: 41px;
	right: 9px;
	background: url(../img/index/searchBtn.png) center center no-repeat;
	cursor: pointer;
	
}
.index-seach-btn:hover{
	
	background: url(../img/index/searchBtnHover.png) center center no-repeat;
	
}
.nav-login{
	
	position: absolute;
	top: 30.5px;
	right: 70px;
	width: 40px;
	height: 40px;
	display: none;
		
}

.footer-img{
	
	position: relative;
	width: 100%;
	
}
.footer{
	
	position: relative;
	width: 702px;
	height: 320px;
	margin: 0 auto;
	padding: 0;
	
}
.footer>ul{
	position: absolute;
	width: 416px;
	left: 143px;
	
}
.footer>ul>li{
	
	margin: 0 10px;
	
}
.footer>ul>li:first-child{
	
	margin-left: 0;
	
}
#last-select-li,.footer>ul>li:last-child{
	
	margin-right: 0;
	
}
.cut-off{
	
	position: absolute;
	width: 702px;
	height: 2px;
	background: #C1C1C1;
	top: 32px;
	
}
.bottom-logo{
	
	position: absolute;
	left:22px;
	top: 71px;
	
}
.us{
	
	position: absolute;
	right: 22px;
	top: 52px;
	width: 219px;
}
.us>img{
	
	position: absolute;
	
}
#us-img1,.us>img:nth-child(1){
	
	left: 0px;
	
}
#us-img2,.us>img:nth-child(2){
	
	right: 0px;
	
}

#us-img3,.us>img:nth-child(3){
	
	top: 94px;
	left: 32.5px;
	
}

#us-img4,.us>img:nth-child(4){
	
	top: 94px;
	right: 32.5px;
	
}

.us>p{
	
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 69.5px;
	
}
.info{
	
	position: absolute;
	width: 100%;
	top: 213px;
	
}
.info>p{
	
	position: absolute;
	left: 99px;
	margin: 0;
	padding: 0;
	
}
.info .wj{
	
	position: absolute;
	left: 64px;
	
}
.breadcrumb{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	background-color: #f5f5f5;
	width: 1226px;
	height: 31px;
	position: relative;
	margin: 0 auto;
}
.breadcrumb > li{
	display: inline-block;
}
.breadcrumb > li + li:before{
	color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb > li > a,.breadcrumb>li:last-child {
	color:#333333;
	font-size: 14px;
	cursor: pointer;
}
.breadcrumb > li > a:hover{
	color: #ff054d;
}