 body,div,p,ul,li,span,a,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family:Arial,'Microsoft YaHei';
}
body {
 font-size:12px;
}

.indexbg {
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.indexbg img {
	width:100%;
	height:100%;
}
.main-content {
	width:800px;
	height:100%;
	margin:0 auto;
/* 	background-color:#fff;
	opacity:0.8; */
	display:flex;
	justify-content:space-between ;
}
.main-left {
	width:52%;
	height:inherit;
/* 	background-color:red;
	opacity:0.8; */
	
}
.main-left-top {
	position:relative;
	width:100%;
	height:100px;
	margin:200px 0 30px 0;
}
.main-left-top #shangping{
	position:absolute;
	left:5%;
	width:auto;
	height:100%;
}
.main-left-top #pc_artword{
    position: absolute;
    width: 45%;
    left: 50%;
    top: -12px;
}
.main-left-bottom {
	width:100%;
}
.main-left-bottom img {
	width:100%;
}
.main-right {
	width:46%;
	height:inherit;
	/* background-color:green;
	opacity:0.8; */
	
}
.main-right-listgroup {
	position:absolute;
	width:100%;
	min-height:172px;
	bottom:-16px;
}
.list_title {
	position:relative;
	width:66%;
	height: 25px;
	line-height:25px;
	cursor:pointer;
}

.beijingkuai {
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0;
    background-color:#fff;
    border-radius: 10px;
    z-index:-1;
    opacity:0.6;
}
.list_title h3 {
	padding-left: 40px;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}
.list_title .arrow {
    position: absolute;
    right: 10px;
    top:5px;
    width: 15px;
}
.list_info {
	padding:10px 0;
}
.list_info h4 {
	font-weight:normal;
	color:#445D65;
	font-size:13px;
	margin:0;
}
.list_info p {
	color:#445D65;
	margin:0;
	font-size:13px;
}

.main-right-top {
	position:relative;
	min-height:245px;
}
.main-left-top #pc_logo {
    position: absolute;
    top: -120px;
    width: 50%;
    left: 136px;
}
.right-guild {
	position:relative;
}
.right-guild #pc_map2{
	width:90%;
}
.right-guild #contact_us {
	position: absolute;
    width: 36%;
    bottom: 24px;
}
.right-guild #pc_redpacket {
	position: absolute;
    width: 35%;
    left: -1px;
    top: 60px;
    cursor:pointer;
}
.right-link {
	display:flex;
	justify-content:space-between;
}
.right-link ul {
	display:flex;
	flex-direction: row;
	list-style:none;
}
.right-link ul li {
	text-align:center;
	margin-top:8px;
}
.right-link img {
	width:70%;
}
.right-link ul p {
	text-align:center;
}
.right-link ul:last-child {
	position:relative;
}
.right-link ul:last-child .vertical {
    position: absolute;
    top: 8px;
    left: -20px;
    font-size:12px;
}
.right-link ul:last-child a {
	color:#000;
	font-size:12px;
}
.right-link ul:last-child li {
   cursor:pointer;
}
.right-link ul:last-child li p {
	margin:0;
}
.right-link #box_shadow {
	position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    z-index: -1;
}


@media screen and (min-width:1600px){
	.main-content{
	 width:960px;
	 padding-top:40px;
	}
}
@media screen and (min-width:1900px){
	.main-content{
	width:1100px;
	padding-top:40px;
	}
	.main-left-top {
	margin-top:300px;}
	.main-left-top #pc_logo {
		top:-200px;
	}
	.main-right-top {
		min-height:320px;
	}
} 