@charset "utf-8";
body {
    margin: 0;
    padding: 0;
}

#container {
    min-width: 1200px;
/*    background: url(../image/bg2.png) top center repeat;*/
	
}

/* 预设UL边距 */

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

/* 页头 */

.navBox {
    width: 100%;
    height: 536px;
		z-index:999;
    /* 去掉整体背景图时此处需释放 */
		box-shadow: 0px 4px 10px #781207;
	-webkit-box-shadow:0px 4px 10px #781207;
	-moz-box-shadow:0px 4px 10px #781207;
    background-image: url(../image/nav/b.png);
	background-size: 100% 100%;
	position: relative;
/*	background-color: rgb(136,11,7);*/


}

/* 图片盒子 */

.navBox_one {
    width: 1200px;
    height: 534px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navBox_one .imgBox1 {
    width: 1200px;
    margin: 0 auto;
}

.navBox_one .imgBox1 .img1 {
    margin-top: 43px;
    margin-left: 22px;
    margin-right: 192px;
    float: left;
}

.navBox_one .imgBox1 .img2 {
    margin-top: 38px;
}
.navBox_one .imgBox1 .img2 img{width:120px;height:120px;}

.navBox_one .imgBox2 {
    width: 1200px;
text-align:center;
}

.navBox_one .imgBox2 .img1 {
    margin: 40px auto;
width:1100px;
}
.navBox_one .imgBox2 .img1 img{width:100%; height:97px;}
.navBox_one .inputBox {
    width: 1200px;height:60px;
}

.navBox_one .inputBox img {
    margin: 15px 297px;
display:none;
}

/* 导航 */

nav {
    width: 100%;
    height: 120px;
position:absolute;
bottom:10px;

}

nav ul {
    width: 1200px;
    margin: auto;
    font-family: "微软雅黑";
}

nav ul li {
    float: left;
}

nav ul li a {
    text-decoration: none;
    display: block;
    width: 198px;
    height: 115px;
    color: #f8ef8a;
    font-size: 30px;
    text-align: center;
    line-height: 122px;
}

nav ul li a:hover {
    border-bottom: 3px solid #f8ef8a;
    color: #fcf8c8;
}
/*中间部分*/
#main{
	min-width: 1200px;
	background-image: url(../image/bgIndex.jpg);
	background-size: 100% 100%;
	padding-bottom: 40px;
	z-index:1;
	position: relative;
}


/* 页脚 */

.footBox{
    width: 100%;
    height: 175px;
/*    margin-top: 20px;*/
    background: url(../image/ywzt.jpg) top center no-repeat;
	background-color:rgb(138,3,3);
}