* {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1500px;
    background-color: #fff;
}
.center{
    width: 1400px;
    margin: 0 auto;
}
a{
    text-decoration:none
}
img{
    width: 100%;
    height: 100%;
}
.banner{
    margin-top: 80px;
    width: 100%;
}
.banner img{
    width: 100%;
}
.title-en{
    font-family: Arial;
    font-size: 34px;
    line-height: 50px;
    font-weight: bolder;
    color: #fc6;
}
.title-ch{
    font-size: 24px;
    line-height: 30px;
    font-family: "微软雅黑";
}

.title-left {
    text-align: left;
}
.title-center {
    text-align: center;
}
.title-right {
    text-align: right;
}
.nav{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
}
.nav-logo{
    float: left;
    color: #fc6;
    font-size: 28px;
}
.nav-ul{
    list-style-type: none;
    display: flex;
    float: right;
    font-size: 14px;
}
.nav-ul a{
    display: block;
    width: 100%;
    height: 100%;
}
.nav-ul a:link{color: #000;}
.nav-ul a:active{color: #000;}
.nav-ul a:hover{color: #fc6;}
.nav-ul a:visited{color: #000;}
.nav-ul li a{
    padding: 0 10px;
}
.nav-ul li{
    margin: 0 5px;
}
.nav-ul li:hover {
    color: #fc6;
    height: 78px;
    border-bottom: 2px solid #fc6;
}
.nav-ul li:hover a{
    color: #fc6;
}
.swiper-container {
    width: 100%;
    height: 700px;
    margin-top: 80px;
}

.foot{
    background-color: #262626;
    color: #7b7b7b;
}
.foot img{
    width: 20px;
    height: 20px;
}
.foot-top{
    padding: 40px 0 20px;
    border-bottom: 1px solid rgba(47,47,47,1);
}
.foot-nav{
    list-style-type: none;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.foot-title{
    color: #fff;
    line-height: 60px;
    font-size: 18px;
}
.foot-body{
    list-style-type: none;
    font-size: 14px;
    line-height: 30px;
	color:#fff;
}
.foot-body a{
   color:#fff;
}

.foot-buttom{
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
	color:#fff;
}
.foot-buttom a{color:#fff;}


.swiper-li{
    opacity: 1!important;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fc6!important;
}
.swiper-prev{
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50px;
    top: 315px;
    z-index: 999;
    border-radius: 7px;
}
.swiper-next{
    position: absolute;
    width: 70px;
    height: 70px;
    right: 50px;
    top: 315px;
    z-index: 999;
    border-radius: 7px;
}
.swiper-prev:hover{
    background-color: #999;
}
.swiper-next:hover{
    background-color: #999;
}
