﻿@charset "utf-8";

/* header ------------ */
#header.mini { position: fixed; left: 0; top: 0; width: 100%; animation: fadeInDown 1s ease 0s 1; }
#header.mini .headerTop .container { height: 70px; }
#header.mini #logo img { max-height: 50px; }
#header.mini .mainNav .li1 { padding: 15px 0; }
#header.mini .mainNav .a1 { font-size: 18px; }
#header.mini .mainNav .ul2 { width: 160px; }
#header.mini .search a { font-size: 15px; }
#header.mini .topNav { padding-right: 100px; }




/* content ------------ */
#content { position: relative; z-index: 1; width: auto; max-width: 100%; min-width: 1400px; padding: 0; margin-top: 0;}
#index_1 { width: 100%; height: 100px; left: 0; bottom: 0; position: absolute; z-index: -5; }

/* banner */
.banner { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; overflow: hidden; z-index: 0; }
.banner .hd { right: 30px; width: auto; bottom: 45px; z-index: 5;}
.banner .bd li { position: relative;}
.banner .bd .con { display: block; }
.banner .bd .title { position: absolute; bottom: 20px; left: 0; font-size: 18px; width: 100%; z-index: 2; line-height: 60px; height: 60px; color: #fff; text-align: left;}
.banner .bd .title a { color: inherit; padding-left: 30px;}
.banner .bd .pic img{ height: 100vh; animation: slideBanner 8s ease-in-out 1; object-fit: cover; width: 100%; }
.banner .bd .pic:hover img { transform: scale(1); -webkit-transform: scale(1); }
.banner .bd .titleBg { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; width: 100%; height: 120px; bottom: 0; left: 0; }


.banner-mask { height: 100vh; transition: all .5s cubic-bezier(.5,0,.2,1) 0s; }
.banner-mask.fixed{ height: 0; }




/* index_nav */
.index_nav { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); width: 30px; text-align: center; z-index: 2; }
.index_nav a { display: block; margin: 0 auto; width: 30px; font-weight: bold; height: 20px; background: url(../../base/img/arrow.png) no-repeat center; cursor: pointer;animation: arrow 3s ease infinite; }
@keyframes arrow {
    50% {
        transform: translateY(-10px);
    }
}

/* box-default */
.box-default > .hd h3 { display: flex; align-items: center; }
.box-default > .hd h3::before { content:"\E838"; font-family: iconfont; font-size: 45px; font-weight: normal; color: #1971c2; margin-right: 5px;}

.box-default .btn-more { float: right; font-size: 15px; transition: 0.4s; color: #999;}
.box-default .btn-more:hover { color: #0036A2;}


/* row ------------------------------------------------------------------------- */
.row { clear: both; min-width: 1400px; }

/* row-news -------------------*/
.row-news { background: url(../../base/img/row-bg.jpg) no-repeat; background-size: cover; padding-block: 50px; }

/* box-news ------- */
.box-news { float: left; width: 970px; }
.box-news .in-list-new { overflow: hidden;}

/* focusNews */
.focusNews { width: 480px; height: 320px; position: relative; float: left; margin-right: 20px; }
.focusNews .hd ul { position: absolute; right: 10px; bottom: 58px; width: 100%; display: flex; z-index: 1; justify-content: center; }
.focusNews .hd li { width: 12px; height: 12px; border-radius: 12px; background-color: #D9D9D9; transition: 0.4s; cursor: pointer; margin: 0 3px; }
.focusNews .hd li span { display: none; }
.focusNews .hd li.on { width: 30px; background-color: #C50000; }
.focusNews .bd li { position: relative; }
.focusNews .bd .pic img { width: 480px; height: 320px; }
.focusNews .bd .title { width: 90%; text-align: center; padding: 0 5%; height: 80px; line-height: 100px; color: #fff; position: absolute; left: 0; bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.focusNews .bd .title a { color: inherit; }
.focusNews .bd .titleBg { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; width: 100%; height: 80px; bottom: 0; left: 0; }
.focusNews .bd .pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.focusNews .bd .pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.focusNews .bd .pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.focusNews .bd .pic a:hover:before{left: 150%;transition: left 1s ease 0s; }

/* box-notice ------- */
.box-notice { float: right; width: 400px; }
.box-notice > .hd h3::before { content:"\E839"; }

/* date-list */
.date-list li { height: 93px; padding: 15px 20px; background-color: #fff; border: 1px solid #E0E0E0; box-sizing: border-box; margin-bottom: 20px; transition: 0.3s; position: relative; }
.date-list li:last-child { margin-bottom: 0; }
.date-list .title { display: flex; align-items: center; justify-content: space-between; }
.date-list .date { width: 70px; padding-right: 15px; height: 64px; overflow: hidden; margin-right: 15px; position: relative; }
.date-list .date::after { display: block; content: ""; width: 1px; height: 34px; background-color: #BDBDBD; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.date-list .date .dd { color: #C70000; font-size: 22px; font-weight: bold; }
.date-list .date .ym { color: #8B8B8B; font-size: 15px; line-height: 1.1; display: block; }
.date-list .tit { flex: 1 0 0%; min-width: 0; line-height: 32px; max-height: 64px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.date-list li:hover { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11); transform: translateY(-5px);}
.date-list li::after { display: block; transition: 0.5s all; content: ""; width: 0; height: 1px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #C50000; }
.date-list li:hover::after { width: 100%; }


/* icon-fonts */
.icon-fonts { padding-top: 60px; padding-bottom: 10px; clear: both; display: flex; justify-content: space-between;}
.icon-fonts li { min-width: 0; width: 25%; text-align: center; position: relative; transition: 0.5s; }
.icon-fonts li::before { content: ""; display: block; width: 1px; background-color: #e1e1e1; height: 70px; position: absolute; top: 0; left: 0; }
.icon-fonts li a { color: #0036A2; font-size: 18px; display: flex; align-items: center; line-height: 70px; justify-content: center; }
.icon-fonts li a:before { display: block; content: "\E826"; font-family: iconfont; font-size: 60px; color: inherit; margin-right: 10px; transition: 0.5s; }
.icon-fonts .last::after {  content: ""; display: block; width: 1px; background-color: #e1e1e1; height: 70px; position: absolute; top: 0; right: 0; }
.icon-fonts .li2 a::before { content: "\E824"; font-size: 65px; }
.icon-fonts .li3 a::before { content: "\E823"; }
.icon-fonts .li4 a::before { content: "\E825"; }
.icon-fonts li:hover { transform: translateY(-10px); }
.icon-fonts li:hover a::before { transform: rotateY(180deg); }


/* row-video -------------------*/
.row-video { background-color: #F2F2F2; padding: 40px 0 70px;}
.box-video > .hd h3::before { content:"\E840"; }


/* row-links -------------------*/
.row-links { padding-block: 50px; }

/* box-links */
.box-links .hd { float: left; }
.box-links .hd h3 { font-weight: bold; font-size: 22px; line-height: 65px; margin-right: 20px; }
.box-links .bd { overflow: hidden; }
.box-links .bd ul { display: flex; justify-content: space-between; gap: 30px; }
.box-links .bd li { font-size: 18px; flex: 1; text-align: center; height: 65px; }
.box-links .bd .tit { display: none; }
.box-links .bd .pic img { width: 295px; height: 65px;} 

/* 图片经过效果 */
.box-links .bd .pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.box-links .bd .pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.box-links .bd .pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.box-links .bd .pic a:hover:before{left: 150%;transition: left 1s ease 0s}