@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

input {
    padding: 0;
    box-sizing: inherit;
}

hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-top: 1px solid #ccc;
}

ul {
    padding: 0;
    list-style: none;
}

.hide-text {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
}

.squish-text {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

.clear {
    *zoom: 1;
}

.clear:after {
    display: table;
    clear: both;
    content: "";
}

#dvCompute {
	position: absolute;
	visibility: hidden;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.wrap {
    /*width: 1200px;
    width: 1600px;*/
    margin-right: auto;
    margin-left: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.v-middle {
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fz14 {
    font-size: 14px;
}

.select {
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 13em;
    overflow-x: hidden;
    overflow-y: auto;
}

.select.invisible {
    z-index: 1;
}

@media (max-width:1200px) {
    html {
        box-sizing: border-box;
        min-width: 100%;
    }
    *,
     :before,
     :after {
        box-sizing: inherit;
    }
    .wrap {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
    body {
        cursor: pointer;
    }
}


@media (max-width:1200px) {
    html {
        min-width: 100%;
    }
/*header.head {
        z-index: 98;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        background: #333;
    }*/
    header.head2,
    header.head2.active {
        height: 9.33333vw;
    }

}


.paging {
    font-size: 0;
    margin: 40px 0;
    text-align: center;
}

.paging>a,
.paging>span,
.paging:hover>.current {
    background: #fff;
    color: #666666;
}

.paging>a,
.paging>span {
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    margin: 0 5px;
    transition: .3s;
    border: 1px solid #ddd;
    box-shadow: 0 0 1px #eee;
    border-radius: 3px;
}

.paging>a.current,
.paging>a.current:hover,
.paging>a:hover,
.paging>span.current,
.paging>span.current:hover,
.paging>span:hover {
    background: #222;
    color: #e9cc98;
}



#dvCompute {
    position: absolute;
    visibility: hidden;
}
.head2.active {
    height: 100px;
}
/*屏幕宽度小于767px时*/
@media (max-width:767px) {
    .head2.active{height: 50px;}
}
.vr-wrap {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: all .5s;
}

.vr-wrap.news-vr {
    padding: 60px 130px;
}

.vr-wrap.news-vr>.inline-block {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    overflow: auto;
}

.vr-wrap.invisible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.vr-wrap:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.vr-wrap>.inline-block {
    width: 1200px;
    height: 675px;
    vertical-align: middle;
}

.vr-wrap.invisible>.inline-block {
    display: none;
}

.vr-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.invisible>.vr-mask {
    display: none;
}

.vr-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.vr-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #000;
	opacity: 0.08;
}
.news-vr .vr-close {
	top: 30px;
	right: 60px;
}

.vr-close:hover {
	opacity: .2;
}


.vr-close:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: -40px -38px;
    height: 25px;
    width: 25px;
    margin: auto;
    content: '';
}

@media (max-width:1200px) {
    .vr-toggle {
        cursor: pointer;
    }
    .vr-mask {
        display: none;
    }
    .vr-wrap.news-vr {
        padding: 0;
    }
    .vr-wrap>.inline-block {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .news-vr .vr-close {
        top: 2vw;
        right: 2vw;
    }
}


.news-wrap {
    margin-top: 40px;
    /*min-width: 1200px;
    max-width: 1420px;*/
    max-width: 1600px;
}



.news-nav {
    /*z-index: 10;*/
    background: #fff;
    /*left: 50%;
    margin-left: -750px;*/
    top:0;
    /*width: 120px;*/
    width: 15%;
    margin-top: 10px;
}

.news-nav-wrap {
    font-size: 16px;
    z-index: 10;
    float: left;
}

.news-nav-link {
    line-height: 2.25;
    display: inline-block;
    margin-bottom: 1.5em;
    width: 80%;
    transition: .3s;
}

.news-nav-link,
:hover>.news-nav-link.active {
    color: #333;
    text-align: left;
    background: none;
    text-indent: 0;
}

.news-nav-link:hover,
.news-nav-link.active,
.news-nav-link.active:hover {
    text-indent: 34px;
    color: #fff;
    background: #06479b ;
}

.news-con {
    z-index: 1;
    width: 80%;
    float: right;
    /*margin-top: 80px;*/
    /*margin-left: 290px;*/
}

.newsline {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.news+.news {
    border-top: 1px solid #efefef;
}

.news-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.news-img {
    float: left;
    font-size: 0;
    width: 183px;
    margin-right: 65px;
    overflow: hidden;
}

.news-img>img {
    transition: .4s;
    width: 100%;
}

:hover>.news-img>img {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}



.vr-wrap {
    padding: 60px 130px;
}

.vr-wrap>.inline-block {
    width: auto;
    min-width: 1200px;
    height: 100%;
}

.vr-close {
    top: 30px;
    right: 60px;
}
.year-h3-top{
    margin-top: 0px;
    width: 100%;
    line-height: 44px;
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .news-wrap {
        margin-top: 4vw;
        margin-right: 0;
        margin-left: 0;
        min-width: 100%;
    }
    .news-nav {
        width: auto;
        right: 0;
        left: 0;
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        margin-top: -2px;
        margin-right: 0;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .news-nav.fixed {
        padding-top: 2em;
        padding-bottom: 1em;
        margin-top: -55px;
    }
    .news-nav-wrap {
        float: none;
        font-size: 2.13333vw;
        height: 2.25em;
    }
    .news-nav-link {
        font-size: 4.0vw;
        width: auto;
        padding: 0px 5vw;
        margin-bottom: 0;
        text-indent: 0 !important;
        text-align: center !important;
        flex-shrink: 0;
        margin-right: 5vw;
    }
    .news-nav-link {
        color: #333 !important;
        background: none !important;
    }
    .news-nav-link.active {
        color: #fff !important;
        background: #06479b  !important;
    }
    .news-con {
        width: 100%;
        margin-left: 0;
    }
    .newsline {
        display: flex;
        flex-wrap: wrap;
        /*width: 84vw;*/
        margin-right: auto;
        margin-left: auto;
        z-index: -99;
    }
    .news-img,
    .news-info,
    .news-title,
    .news-abstract,
    .news-date {
        flex-shrink: 0;
        width: 100%;
    }

