.footer {
    margin-top: 60px;
    padding-top: 60px;
}

/*.center-content {*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*width: 1220px;*/
/*}*/

.page {
    position: relative;
    min-width: 1220px;
    height: 1080px;
}

.footer .ul-group ul .link-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.banner {
    min-width: 1440px;
}

@keyframes run {
    0% {
        top: 0;
    }
    100% {
        top: 20px;
    }
}

.page1 {
    background: url("../images/nImwkSa57E.jpg") no-repeat center;
    background-size: cover;
}

.page1 h1 {
    font-size: 64px;
    letter-spacing: 6.4px;
    text-align: center;
    color: #ffffff;
}

.page1 p {
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #ffffff;
    width: 960px;
    margin: 37px auto 0;
}
.page1 img{
    display: block;
    margin:10px auto 0;
}
.page1 .link {
    display: block;
    width: 240px;
    height: 56px;
    margin: 80px auto 0;
    border-radius: 100px;
    /*background-image: linear-gradient(250deg, #19db61, #0ec16c);*/
    background: linear-gradient(250deg, #19db61, #0ec16c);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19db61, endcolorstr=#0ec16c, gradientType=1);
    box-shadow: 0 4px 8px 0 rgba(26, 28, 27, 0.08);
    font-size: 18px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
}
.page1 .link:hover {
    background: linear-gradient(45deg, #17DE65, #0BC96F);
}

.page1 .guide {
    height: 95px;
    width: 100%;
    min-width: 1220px;
    position: absolute;
    bottom: 70px;
    left: 0;
}

.page1 .guide .top {
    height: 50px;
    background: url("../images/mouse.png") no-repeat center;
}

.page1 .guide .bottom {
    height: 25px;
    margin-top: 20px;
    position: relative;
    background: url("../images/down.png") no-repeat center;
    animation: run 1s ease-out infinite;
}

.page1 .content{
    height: 400px;
    width: 960px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}

.page3 {
    background: url("../images/index-page-bg.png") no-repeat center;
    background-size: 100% 100%;
    overflow:hidden;
  position:relative;
}
.page3 .wrap{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  height:747px;
}

.page3 .title {
    font-size: 48px;
    letter-spacing: 4.8px;
    text-align: center;
    line-height: 60px;
    color: #424242;

}

.page3 .intro {
    width: 1240px;
    margin: 70px auto 0;
}

.page3 .list-wrap {
    width: 1220px;
    overflow: hidden;
    margin: 0 auto;
    height: 687px;
}

.page3 .intro li {
    display: block;
    margin-left: 20px;
    width: 386px;
    height: 640px;
    padding-bottom: 220px;
}

.page3 .intro li a {
    display: block;
    position: relative;
    width: 386px;
    height: 640px;
}

.page3 .intro li a .green-frame {
    display: none;
    position: absolute;
    height: 633px;
    width: 382px;
    left: -20px;
    top: -20px;
    border: solid 2px #0ec16c;
}

.page3 .intro .green-frame .link {
    position: absolute;
    width: 72px;
    height: 48px;
    bottom: 20px;
    right: 0;
    background: #fff url("../images/green-arrow.png") no-repeat center;
}

.page3 .intro .top-content {
    width: 386px;
    height: 335px;
    background-color: #f0f0f0;
}

.page3 .intro li a .top-content img {
    display: block;
    width: 100%;
}

.page3 .intro li a .bottom-content {
    padding: 50px 40px;
    background-color: #fff;
    min-height: 160px;
}

.page3 .intro li a .bottom-content .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #0ec16c;
}

.page3 .intro li a .bottom-content p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.page3 .intro li a:hover .green-frame {
    display: block;
}

.page3 .intro li a:hover .bottom-content {
    background-color: #0ec16c;
}

.page3 .intro li a:hover .bottom-content .title {
    color: #fff;
}

.page3 .intro li a:hover .bottom-content p {
    color: #fff;
}

.page4 {
    background-color: #f5f5f5;
    padding-top: 40px;
}

.page4 .title {
    height: 60px;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #424242;
    line-height: 60px;
}

.page4 .container {
    width: 1220px;
    margin: 60px auto 0;
    height: 510px;
    padding-top: 22px;
    overflow: hidden;
}

.page4 .section-left {
    width: 600px;
}

.page4 .section-left .img-box {
    width: 600px;
    height: 390px;
    overflow: hidden;
}

.page4 .section-left img {
    display: block;
    width: 600px;
    height: 390px;
}

.page4 .section-left img:hover {
    transform: scale(1.04);
    transition: 0.4s linear;
}

.page4 .section-left .detail {
    background-color: #fff;
    padding: 9px 5px 10px 10px;
}

.page4 .section-left .detail .hot {
    width: 100px;
    border-right: 1px solid #eee;
    padding-right: 15px;
}

.page4 .section-left .detail .hot span {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 60px;
    letter-spacing: 2px;
    color: #67768b;
    line-height: 82px;
    opacity: 0.22;
    filter: alpha(opacity=22);
}

.page4 .section-left .detail .hot p {
    width: 100px;
    opacity: 0.22;
    filter: alpha(opacity=22);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    color: #67768b;
    line-height: 19px;
}

.page4 .section-left .detail .hot-news {
    margin-left: 10px;
    padding-left: 15px;
}

.page4 .section-left .detail .hot-news h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    color: #424242;
    width: 420px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.page4 .section-left .detail .hot-news p {
    width: 420px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: justify;
    color: #8f8f8f;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page4 .section-right {
    width: 600px;
}

.page4 .section-right ul li {
    display: block;
    margin-bottom: 21px;
}

.page4 .section-right ul li a {
    display: block;
    width: 600px;
    height: 156px;
    background-color: #fff;
    position: relative;
}

.page4 .section-right a .green-frame {
    display: none;
    position: absolute;
    width: 596px;
    height: 175px;
    top: -22px;
    left: -20px;
    border: solid 2px #0ec16c;
    z-index: 9;
}

.page4 .section-right ul li a .green-frame .btn {
    width: 72px;
    height: 48px;
    position: absolute;
    right: -1px;
    bottom: 0;
    background: url("../images/arrow.png") no-repeat center;
}

.page4 .section-right a .date {
    width: 156px;
    height: 156px;
    background-color: #ededed;
}

.page4 .section-right .date .day {
    color: #67768B;
    font-size: 60px;
    text-align: center;
    margin-top: 22px;
    opacity: 0.22;
}

.page4 .section-right .date .month {
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
    opacity: 0.22;
    color: #67768b;
}

/*.page4 a :hover .month{*/
/*color:red!important;*/
/*}*/

.page4 .section-right a .new {
    padding: 50px 30px;
    height: 60px;
    width: 380px;
}

.page4 .section-right a .new h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 28px;
    color: #424242;
    height: 28px;
    width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page4 .section-right a .new p {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #8f8f8f;
    line-height: 20px;
    width: 380px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 9px;
}

.page4 .section-right a:hover .green-frame {
    display: block;
}

.page4 .section-right a:hover .date {
    background-color: #0EC16C;
}

.page4 .section-right a:hover .day {
    color: #d8d8d8 !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.page4 .section-right a:hover .month {
    color: #d8d8d8 !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.fixed-nav {
    position: fixed;
    width: 15px;
    height: 100%;
    top: 0;
    right: 20px;
}

.fixed-nav-wrap {
    height: 470px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fixed-nav a {
    color: #adadad;
    display: block;
    width: 15px;
    text-align: center;
    padding: 5px 0;
}

.fixed-nav-content {
    position: relative;
    height: 100%;
}

.fixed-nav .bottom-brick {
    height: 147px;
    width: 1px;
    background: #ADADAD;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    bottom: 0;
    left: 8px;
}

.fixed-nav .top-brick {
    height: 185px;
    width: 1px;
    background: #ADADAD;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    left: 8px;
}

.fixed-nav .brick {
    height: 40px;
    width: 1px;
    background: #ADADAD;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0 auto;
}

.top-fixed .fixed-active {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.normal-fixed a {
    color: #adadad;
}

.fixed-active {
    color: #0ec16c !important;
    font-size: 14px !important;
    font-weight: bold !important;
}