@charset "utf-8";
/* CSS Document */

/*html,body{width:100%; height:100%;}*/
body{ margin: 0; padding: 0;  background: #f0efee; color:#fff;/*position: absolute;top:0;left: 0;right: 0;bottom: 0;font-size: 100px*/;min-width: 1200px}
table{ margin:0 auto;border-spacing: 0}
table tr,table tr td{margin:0; padding:0;}
/*table tr td img{display:block;}*/
.slide-container{width:1200px; margin:0 auto;}
/*头部*/
.header{background: url(../images/nav-bg.jpg) no-repeat center;width: 1241px;height: 59px;margin: 0 auto}
.hd-content{width: 1200px;margin: 0 auto;height: 72px;position: relative}
.logo{float: left;width:167px;height: 72px;line-height:72px}
.nav{width:1000px;height: 59px;margin:  0 auto;position: absolute;top: 0;left: 0;right: 0;background: white}
.nav ul{  float: left;}
.nav ul li{
    float: left;
    text-align: center;
    font-size: 22px;
    height: 59px;
    line-height: 59px;
    color: #091067;
    margin:0 32px;
    padding: 0 8px;
}
.nav ul li.active{border-bottom: 2px solid #091067}
.nav ul li.active,.nav ul li:hover{border-bottom: 2px solid #091067}

/*.line{height: 2px;background: #056092}*/
/*@media screen and (max-width: 750px) and (max-height: 750px){
    .hd-content{width: 100%;margin: 0 auto;height: 80px;}
}*/
/*内容*/
.content{width:100%;position: absolute;top:0;left: 0;right: 0;bottom: 0;min-width: 1200px;overflow: auto;min-height: 580px;}
.content1{height: auto;width: 1200px;margin: 0 auto;position: relative;text-align: center;background: #fafafa;}
.guide-bg1{background: url(../images/bg1.jpg) no-repeat;background-size: cover;behavior: url(css/backgroundsize.min.htc);background-position:center center }
.copyright1{color: white;text-align: center;font-size: 15px;line-height: 60px;}

.content1>img{display: block;margin: 0 auto;}

.block{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.swiper-slide img{
    /*width: 100%;*/
}









