.banner { width: 100%; position: relative; margin-top: 50px; overflow: hidden; }
.banner > img { width: 100%; min-height: 500px; }
.banner_content { position: absolute; left: 12.5%; top: calc(50% - 50px); width: 50%; color: white; text-transform: Uppercase; }
.banner_content h1 { font-family: "Montserrat-Medium"; font-size: 32px; margin-bottom: 30px; }
.banner_content span { display: block; font-family: "Montserrat-Medium"; font-size: 18px; margin-bottom: 30px; }
.banner_content .arrow { width: 20px; height: 40px; /*overflow: hidden;*/ position: relative; }
.banner_content .arrow img { width: 100%; position: absolute; top: 0; left: 0; animation: showHideDo 1.5s ease-in-out infinite; }

@keyframes showHideDo {
    0% { top: 0; }
    50% { top: 20%; }
    100% { top: 0; }
}

@media screen and (max-width:1220px) {
    .banner > img { width: auto; margin-left: calc(50% - 600px); height: 500px; }
    .banner_content h1 { font-size: 30px; margin-bottom: 30px; }
    .banner_content span { margin-bottom: 30px; }
}

@media screen and (max-width:890px) {
}

@media screen and (max-width:680px) {
    .banner_content { position: absolute; left: 12.5%; top: calc(35% - 50px); width: 75%; color: white; text-transform: Uppercase; }
    .banner_content h1 { font-size: 24px; margin-bottom: 20px; }
    .banner_content span { font-size: 16px; margin-bottom: 20px; }
    .banner_content .arrow { width: 10px; height: 40px; /*overflow: hidden;*/ position: relative; }
}











.news { width: 70%; margin: 30px auto 0; max-width: 1360px; }
.news .news-nav ul li { float: left; margin-right: 20px; }
.news .news-nav ul li:nth-child(3) { margin-right: 0; }
.news .news-nav ul li a { font-size: 14px; font-family: "Montserrat-Medium"; color: white; text-transform: uppercase; line-height: 14px; }
.news .news-nav ul li:hover a { font-size: 14px; color: #666666; }
.news .news-nav ul li .active { font-size: 18px; line-height: 18px; }
.news .news-nav ul li:hover .active { font-size: 18px; }

.news .news-contact { margin-top: 30px; }
.news .news-contact ul li { margin-bottom: 30px; }
.news .news-contact ul li a { width: 100%; }
.news .news-contact ul li a .img { width: 45%; float: left; transition: 0.5s; overflow: hidden; }
.news .news-contact ul li a .img:hover { transform: scale(0.95); }
.news .news-contact ul li a .img img { width: 100%; transition: 0.5s; }
.news .news-contact ul li a .img:hover img { transform: scale(1.2); }
.news .news-contact ul li a .contact { float: left; width: 50%; margin-left: 5%; }
.news .news-contact ul li a .contact .title { margin-top: 15%; font-size: 20px; font-family: "SourceHanSansCN-Regular"; color: white; text-transform: uppercase; }
.news .news-contact ul li a .contact .time { margin-top: 20px; font-size: 12px; font-family: "Montserrat-Medium"; color: white; text-transform: uppercase; }
.news .news-contact ul li a .contact .p { margin-top: 20px; font-size: 14px; color: #cccccc; font-family: "SourceHanSansCN-ExtraLight"; font-weight: 200; line-height: 20px; text-transform: uppercase; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

@media screen and (max-width:1440px) {
}

@media screen and (max-width:1100px) {
    .news .news-contact ul li a .contact .title { margin-top: 15%; }
}

@media screen and (max-width:890px) {
    .news .news-contact ul li a .contact .title { margin-top: 10%; font-size: 18px; }
    .news .news-contact ul li a .contact .time { margin-top: 20px; font-size: 12px; }
    .news .news-contact ul li a .contact .p { margin-top: 20px; font-size: 14px; }
}

@media screen and (max-width:680px) {
    .news .news-contact ul li a .img { width: 100%; }
    .news .news-contact ul li a .contact { width: 80%; margin-top: 20px; margin-left: 0; }
    .news .news-contact ul li a .contact .title { margin-top: 0; font-size: 18px; }
}

@media screen and (max-width:375px) {
    .news { width: 90%; }
    .news .news-nav ul li { margin-right: 10px; }


    .news .news-contact ul li a .contact { width: 100%; margin-top: 10px; margin-left: 0; }
    .news .news-contact ul li a .contact .title { margin-top: 0; font-size: 16px; }
    .news .news-contact ul li a .contact .time { margin-top: 10px; font-size: 8px; }
    .news .news-contact ul li a .contact .p { margin-top: 10px; font-size: 12px; }
}






.Pagination { width: 70%; margin: 10px auto 50px; height: 60px; max-width: 1360px; }
.Pagination .page { width: 50%; float: left; height: 60px; }
.Pagination .page > div li { float: left; width: 60px; height: 60px; background-color: white !important; text-align: center; color: black; line-height: 60px; font-family: "Montserrat-Medium"; margin-right: 1px; font-size: 12px; }
.Pagination .page > div ul li:hover { opacity: 0.9; }
.Pagination .page > div li.active { background-color: #151515 !important; color: white; }
.Pagination .next { float: right; width: 33.33%; height: 60px; background-color: white; text-align: center; line-height: 60px; font-size: 12px; }
.Pagination .next a { color: black; font-family: "Montserrat-Medium"; }
.Pagination .next:hover { opacity: 0.8; }

@media screen and (max-width:1440px) {
}

@media screen and (max-width:1100px) {
    .Pagination .page > div li { width: 40px !important; height: 40px !important; line-height: 40px !important; }
    .Pagination .next { width: 33.33%; height: 40px; line-height: 40px; }
}

@media screen and (max-width:890px) {
}

@media screen and (max-width:680px) {
    .Pagination { width: 70%; margin: 30px auto 0; height: 60px; }
    .Pagination .page { width: 60%; float: left; height: 40px; }
    .Pagination .page > div li { width: 40px; height: 40px; line-height: 46px; margin-right: 1px; }
    .Pagination .next { height: 40px; line-height: 46px; }
}

@media screen and (max-width:375px) {
    .Pagination { width: 90%; }
}
