@charset"utf-8";
* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

html {
    width: 100%;
    overflow-y: auto;
}

body {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    min-width: 1250px;
}
button {
    cursor: pointer;
}
.none {
    display: none;
}
.inbody {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.view1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
.view1 img {
    width: 100%;
    height: auto;
}
.view2 {
    width: 100%;
    height: 820px;
    text-align: center;
    padding: 72px 0;
    background-color: #fff;
}
.view2tit {
    color: #333;
    font-size: 35px;
    font-weight: bold;
}
.view2int {
    color: #666666;
    font-size: 20px;
    margin: 35px 0 32px;
}
.view2img {
    width: 993px;
    height: auto;
}
.view3 {
    width: 100%;
    height: 673px;
    text-align: center;
    padding: 126px 0;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view3left, .view5left, .view7left, .view9left, .view11left {
    width: 545px;
    height: auto;
    float: left;
}
.viewtit {
    color: #333;
    font-size: 26px;
    text-align: left;
    margin-bottom: 12px;
}
.viewint {
    color: #666666;
    font-size: 18px;
    text-align: left;
}
.view3right, .view5right,.view7right, .view9right, .view11right {
    width: 673px;
    height: 421px;
    margin-left: 80px;
    float: left;
}
.view3right img, .view5right img, .view7right img, .view9right img, .view11right img {
    width: 100%;
    height: 100%;
}
.view4 {
    width: 100%;
    height: 679px;
    text-align: center;
    padding: 126px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view4left img, .view6left img, .view8left img, .view10left img, .view12left img {
    width: 703px;
    height: 427px;
}

.view4right, .view6right, .view8right, .view10right, .view12right {
    width: 545px;
    height: auto;
    margin-left: 80px;
}

.view13left img {
    width: 460px;
    height: 440px;
}

.view13right {
    width: 545px;
    height: auto;
    margin-left: 100px;
}

.viewbtn {
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #a82024;
    border-radius: 23px;
    color: #a82024;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-top: 12px;
    cursor: pointer;
}

.fadeinleft, .fadeinright {
    display: none;
}

.fadeinleft.animated,
.fadeinright.animated {
  display: block;
}
