*{
    margin: 0;
    padding: 0;
}
img,
fieldset {
  border: 0 none;
  display: block;
}
body,
html {
  overflow-y: scroll;
}
body {
  font-family: "Regular", "MicrosoftJhengHei", "Helvetica", "Arial", "sans-serif";
  overflow: hidden;
  background-color: #fff;
  font-size: 18px;
  color: #333;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #333;
}
a:hover{
    text-decoration:underline;
}
.card{
    cursor: pointer;
}
.card:hover{
   color:brown;
}
.container{
    width: 1670px;
    min-width: 1000px;
    margin: 0 auto;
}
.header{
    width: 1670px;
    min-width: 1000px;
    height: 800px;
    background: url("../img/banner.png") no-repeat center;
    background-size: 100% 100%;
    border-bottom-right-radius: 350px;
    position: relative;
    font-weight: bold;
}
.header .header-top{
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header nav a{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.header .slogin{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    bottom: 250px;
    right: 185px;
}
.center{
    display: flex;
    justify-content: center;
}
.center .card{
    width: 320px;
    height: 360px;
    border-radius: 10px;
    margin: 260px 60px;
    box-shadow: 0px 0px 6px #e3e3e3;
    font-size: 24px;
    font-weight: bold;
}
.center .card img{
    width: 160px;
    height: auto;
    padding:40px;
    margin: 0 auto;
}
.center .card .cardImg2{
    padding-top: 55px;
}
.center .card .img-wrap{
    height:280px;
    line-height: 280px;
}
.center .card>div{
    letter-spacing: 2px;
    text-align: center;
}
.footer{
    width: 1670px;
    min-width: 1000px;
    /* height: 300px; */
    background-color: #f5f6f8;
    border-top-left-radius: 150px;
}
.footer .footer-wrap{
    /* padding-bottom: 50px; */
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 20px 0 90px;
    justify-content: space-between;
}
.footer h1{
    padding-top: 70px;
}
.footer .footer-left{
    width: 620px;
    font-size: 18px;
}
.footer .footer-right{
    width: 430px;
    position: relative;
}
.footer-right img{
    position: absolute;
    top: -40px;
    width: 100%;
}
.footer .p1{
    padding: 60px 0;
    text-align: justify;
}
.footer .p2{
    padding-bottom: 20px;
}
.copy{
    margin: 20px;
    text-align: center;
}

