@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: "楷体";
	font-weight:bold;
	font-size:14px;
	line-height:1.5;
	color:#000;
	width:100%;
	font-size:14px;
    min-width:1129px;
	margin:0px auto;
	overflow-x:auto;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}
div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* {
	box-sizing: border-box;
}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center-y {
	display: flex;
	align-items: center;
}
* {
	box-sizing: border-box;
}
/* 首页 */
.app{ width:1129px; height:795px; margin:0px auto; background-image:url(../images/bg.jpg); background-repeat:no-repeat; background-size:100% 100%; background-position:center center; position:relative;}
.app .list{ position: absolute;
    font-size: 20px;
    left: 360px;
    top: 205px;
    color: #000;
    font-weight: bold;
    line-height: 34px;}
.app .photo{ position:absolute; top:215px; right:60px;width:89px; height:124px;}
.app .photo img{ width:100%; height:100%;object-fit: cover;
 object-position: top center;}
.app .weix{ width:96px; height:96px; position:absolute;left:75px; bottom:85px;}
.app .weix img{ width:100%; height:100%;object-fit: cover;
 object-position: top center; }
.app .pic1{ width:158px;position:absolute;left:273px; bottom:95px;}
.app .pic1 img{width:100%; height:auto;}
.app .pic2{ width:158px;position:absolute;right:268px; bottom:95px;}
.app .pic2 img{width:100%; height:auto;}
.app .ewm{ width: 140px;
    height: 140px;
    position: absolute;
    left: 135px;
    bottom: 190px;}
.app .ewm img{ width:100%; height:100%;object-fit: cover;}
.app .ext_fzjg{     position: absolute;
    right: 240px;
    bottom: 295px;
    font-size: 28px;
    color: #9b9598;}
.app .ext_rzrq{position: absolute;
    right: 240px;
    bottom: 240px;
    font-size: 28px;
    color: #000;}
.app .wangzhi{    position: absolute;
    right: 130px;
    bottom: 190px;
    font-size: 30px;
    color: #000;}
	
@media screen and (max-width: 1129px) {

}