@import url(font-awesome.min.css);
@import url(font-awesome.css);
@import url(swiper-bundle.min.css);


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
    ;
}

html,
body {
    /* min-width: 1440px; */
    height: 100%;
    font-size: 14px;
    overflow: auto;
}

a {
    /* -webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	transition: border-bottom-color 0.2s ease, color 0.2s ease; */
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    /* border-bottom: dotted 1px rgba(88, 88, 88, 0.5); */
}



::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: rgba(161, 124, 124, 0.45);
    font-size: 14px;
}

:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: rgba(161, 124, 124, 0.45);
    font-size: 14px;
}

::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: rgba(161, 124, 124, 0.45);
    font-size: 14px;
}

:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: rgba(161, 124, 124, 0.45);
    font-size: 14px;
}

table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #D9D9D9;
}

.table_title {
    text-align: center;
    padding: 1.5em 0 0 0;
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
}

table th {
    font-size: 0.9em;
    font-weight: 900;
    padding: 1.5em 2em;
    text-align: left;
    color: rgba(0, 0, 0, .65);
}

table thead {
    background: #f5f5f5
}

table tbody tr {
    border: solid 1px #c9c9c9;
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n+1) {
    background-color: rgb(28 144 217 / 4%);
}

table td {
    padding: 1em 2em;
    text-align: left;
    color: rgba(0, 0, 0, .6);
}

table tr td span {
    color: #000;
    padding-left: 0.6em
}

#warpper {
    width: 100%;
    height: 100%;
}


/*header*/
#warpper header {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 3;
    font-size: 16px;
}

#warpper header a {
    position: relative;
    display: inline-block;
}

#warpper header#hd1 {
    opacity: 0;
    transform: translateY(-100%);
}

#warpper header#hd2 {
    opacity: 0;
    transform: translateY(-100%);
}

#warpper header.noslide {
    opacity: 1 !important;
    transform: none !important;
}

/*header head_up*/
#warpper .head_up,
#warpper .head_down {
    padding: 0 5%;
    color: #fff;
}

#hd2 .head_down a {
    color: #000;
}

#hd1 .head_up,
#hd2 .head_up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 160px;
    background-color: #1C90D9;
}

#hd1 .head_up em,
#hd2 .head_up em {
    width: 2px;
    height: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.71) 30%, #FFFFFF 50%, rgba(255, 255, 255, 0.71) 70%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;

}

#hd1 .head_up .inp,
#hd2 .head_up .inp {
    position: relative;
    margin-left: 25px;
}

#hd1 .head_up .inp.a::before,
#hd2 .head_up .inp.a::before {
    position: absolute;
    left: 6px;
    font-size: 16px;
    top: 1px;
    color: rgba(161, 124, 124, 0.45);
}

#hd1 .head_up .inp.a input,
#hd2 .head_up .inp.a input {
    padding-left: 30px;
    height: 30px;
    border: none;
    box-shadow: inset 2px 2px 8px 1px rgb(0 0 0 / 20%);
}

#hd1 .head_up .inp input,
#hd2 .head_up .inp input {
    padding-left: 10px;
    height: 30px;
    width: 200px;
    border: none;
    box-shadow: inset 2px 2px 8px 1px rgb(0 0 0 / 20%);
}

#hd1 .head_up input:focus-visible,
#hd2 .head_up input:focus-visible {
    outline: 0;
}

/*header head_down*/

#hd1 .head_down,
#hd2 .head_down {
    font-size: 18px;
}

#hd1 .head_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(84, 84, 84, 0) 100%);
}

#hd2 .head_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 16%)
}

#hd1 .head_down .logo,
#hd2 .head_down .logo {
    height: 72px;
    /* background: url('../images/logo.png');
	background-size:cover */
}

#hd1 .head_down a,
#hd2 .head_down a {
    margin: 0 1.5em;
}

/* #hd1 .head_down a:hover,
#hd2 .head_down a:hover {
	color: #107BBF;
} */

#hd1 .head_down em,
#hd2 .head_down em {
    width: 0px;
    display: inline-block;
    margin: 0 1.5em;
    height: 14px;
    border-left: 2px dotted rgba(255, 255, 255, 0.5);
}

#hd2 .head_down {
    color: rgba(0, 0, 0, 0.65)
}

.mobileIn {
    opacity: 1 !important;
    transform: none !important;
    /* transition: all 0.8s ease-out 0.5s; */
}

#hd1 .head_down a.hover::before,
#hd2 .head_down a.hover::before,
#hd1 .head_down a.hover::after,
#hd2 .head_down a.hover::after {
    transform: none;
}

#hd1 .head_down a::before,
#hd2 .head_down a::before {
    content: "";
    border-left: 2px solid #1C90D9;
    height: 29px;
    transition: all 0.2s ease-out 0s;
    transform: scaleY(0);
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: center top;
}

#hd1 .head_down a::after,
#hd2 .head_down a::after {

    content: "";
    border-bottom: 2px solid #1C90D9;
    margin-top: 5px;
    display: block;
    width: 100%;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

#hd1 .head_down a.no_hover,
#hd2 .head_down a.no_hover {
    border-bottom: none;
}

#hd1 .head_down a:nth-of-type(5),
#hd1 .head_down a:nth-of-type(8) {
    cursor: default;
}

#hd1 .head_down a.no_hover:hover,
#hd2 .head_down a.no_hover:hover {}

#hd1 .head_down a.no_hover.hover::after,
#hd2 .head_down a.no_hover.hover::after {
    width: 0;
    height: 0;
}

/*menu_page*/

aside#menu .menu_page {
    opacity: 0;
    visibility: hidden;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    padding: 2% 4%;
    width: 1440px;
    box-sizing: border-box;
    height: 280px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-top: 2px solid #1c90d9;
    box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 16%);
    z-index: 10;
}

#hd2 aside#menu .menu_page {
    top: 100%;
}

aside#menu .menu_page.s {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out 0s;
}

.menu_page .menu_page_left,
.menu_page .menu_page_right {
    width: 45%;
}

.menu_page .menu_page_left {
    display: flex;
    align-items: center;
}

.menu_page .menu_page_right {
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
}

.menu_page .menu_page_left img {
    width: 45%;
}

.menu_page .menu_page_left ul {
    width: 55%;
    padding-left: 40px;
    display: flex;
    height: 9em;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu_page .menu_page_left ul.v {
    width: 50%;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu_page .menu_page_left ul>li {
    width: 49%;
    display: inline-block;
    text-align: left;
}

.menu_page .menu_page_left ul>li a {
    color: #107BBF;
    font-size: 15px;
    line-height: 40px;
}

.menu_page .menu_page_left ul>li a:hover {
    font-weight: 600;
}

.menu_page em {
    width: 0px;
    height: 200px;
    opacity: 1;
    margin: 0 45px;
    border: 1px solid #eee;
}

.menu_page_right.v {
    display: flex;
    justify-content: space-around;
}

.menu_page_right.v p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*banner*/

#banner .bb {
    position: absolute;
    left: 50%;
    bottom: 10px;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;
    z-index: 99;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


#warpper #banner {
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}

#warpper #banner.v {
    visibility: hidden;
    transition: all 1s ease 0s;
}

#banner .img_box {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover !important;
}

#banner .img_box.i1 {
    background: url('../images/u200.png') border-box center;
}

#banner .img_box.i2 {
    background: url('../images/u205.png') border-box center;
}

#banner .img_box.i3 {
    background: url('../images/u204.png') border-box center;
}



/******************************/
#warpper article.slide {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    overflow: auto;
    /* overflow-x: hidden;
	overflow-y: scroll; */
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
}

#warpper article.slide.showdiv {
    top: 0
}

/*nav_news*/
#warpper .nav_news {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-image: url(../images/newsbg.png);
    background-position: center;
    background-origin: border-box;
    background-size: cover;
    padding: 20px 5%;
    margin-bottom: 8px;
}

.nav_news .news_title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 21%;
    margin-bottom: 25px;
    font-size: 26px;
}

.nav_news .news_title em {
    width: 2px;
    height: 20px;
    background: #fff;
    display: inline-block;
    margin: 0 1.5em 5px;
}

.nav_news .news_title a.hover {
    color: #F7C953;
}

.nav_news .news_box {
    width: 100%;
    height: 73%;
    background-color: #fff;
    border: 2px solid #F7C953;
    box-sizing: border-box;
}

.nav_news .news_box .news_box_page {
    display: none;
    height: 100%;
    /* opacity: 0; */
    /* position: absolute; */
}

.nav_news .news_box .news_box_page.sw {
    display: block;
    /* opacity: 1; */
    /* position: absolute; */
}

/*.box_page1*/
.news_box .box_page1 {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 70vh;
    min-height: 570px;
}

.news_box .box_page1 div {
    width: 49%;
}

/*news_imgs*/
.news_box .box_page1 .news_imgs .tp {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 75%;
    background-size: cover;
}

.news_box .box_page1 .news_imgs .tp .as {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news_box .box_page1 .news_imgs .tp .as a {
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
}

.news_box .box_page1 .news_imgs .tp .as a.v {
    display: block;
}

.news_box .box_page1 .news_imgs .tp .as a img {
    width: 100%;
    height: 100%;
}

/* 
.news_box .box_page1 .news_imgs .tp.news_img_2 {
	background: url(../images/news2.jpg) no-repeat;
}

.news_box .box_page1 .news_imgs .tp.news_img_3 {
	background: url(../images/news3.jpg) no-repeat;
}

.news_box .box_page1 .news_imgs .tp.news_img_4 {
	background: url(../images/news4.jpg) no-repeat;
}

.news_box .box_page1 .news_imgs .tp.news_img_5 {
	background: url(../images/news5.jpg) no-repeat;
}

.news_box .box_page1 .news_imgs .tp.news_img_6 {
	background: url(../images/news6.jpg) no-repeat;
}

.news_box .box_page1 .news_imgs .tp.news_img_7 {
	background: url(../images/news7.jpg) no-repeat;
}

.news_box .box_page1 .news_imgs .tp.news_img_8 {
	background: url(../images/news8.jpg) no-repeat;
} */

.news_imgs .tp ul {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
}

.news_imgs .tp ul li {
    cursor: pointer;
    width: calc(12.5% - 8px);
    height: 73px;
    margin-right: 10px;
    background: rgba(255, 171, 45, .65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.news_imgs .tp ul li.hover {
    color: #FFAB2D;
    background: #fff
}

.news_imgs .tp ul li.hover span:nth-of-type(2) {
    color: rgba(0, 0, 0, 0.85);
}

.news_imgs .tp ul li span:nth-of-type(1) {
    font-weight: 600;
    opacity: 1;
    font-size: 20px;
}

.news_imgs .tp ul li span:nth-of-type(2) {
    opacity: 0.65;
}

.news_imgs .tp ul li:nth-of-type(8) {
    margin: 0;
}

.news_box .box_page1 .news_imgs .wz {
    width: 100%;
    height: 30%;
}

.news_imgs .wz ul {
    padding: 25px 10px;
}

.news_imgs .wz ul li {
    display: none;
}

.news_imgs .wz ul li.shw {
    display: block;
}

.news_imgs .wz ul li span {
    display: block;
}

.news_imgs .wz ul li span:nth-of-type(1) {
    line-height: 24px;
    padding-bottom: 24px;
}

.news_imgs .wz ul li span:nth-of-type(1)>a {
    font-size: 20px;
    font-weight: 600;
    color: #1C90D9;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_imgs .wz ul li span:nth-of-type(2)>a {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
}

.news_imgs .wz ul li span:nth-of-type(2)>a:hover {
    color: #1C90D9;
}

.news_list ul {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*news_list*/
.news_list ul li {
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
}

.news_list ul li:hover {
    color: #1C90D9;
}

.news_list ul li::before {
    content: '\f0da';
    font-family: FontAwesome;
    padding-right: 15px;
    color: rgba(16, 123, 191, .25);
}

.news_list ul li span:nth-of-type(1) {
    width: 80%;
}

.news_list ul li span>a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
}

.news_list ul li span:nth-of-type(1)>a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list ul li span:nth-of-type(2)>a {
    color: rgba(0, 0, 0, 0.35);
}

.news_list ul li span:nth-of-type(1)>a:hover {
    color: #1C90D9;
}

/*box_page2*/
.news_box .box_page2 {
    display: flex;
    padding: 30px 30px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.7s ease-in-out 0.5s;
}

.news_box .box_page2 .tw_box {
    width: 100%;
    height: 100%;
    /* background: red */
    opacity: 0;
    transition: all 1s ease-in-out 0s;
}

.news_box .box_page2 .tw_box.u {
    transform: translateY(-150px);
}

.news_box .box_page2 .tw_box.d {
    transform: translateY(150px);
}

.news_box .box_page2 .tw_box .t_box {
    /* height: 15%; */
    padding: 30px 0;
}

.news_box .box_page2 .tw_box .w_box {
    height: 75%;
    /* padding: 0 10px; */
    box-shadow: 5px 4px 11px rgb(0 0 0 / 30%);
    overflow: hidden;
    transition: all 0.6s ease-out 0s;
}

.news_box .box_page2 .tw_box .t_box span {
    display: block;
    text-align: center;
    position: relative;
}

.tw_box .t_box span:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    padding-bottom: 20px;
}

.tw_box .t_box span:nth-of-type(1)::before,
.tw_box .t_box span:nth-of-type(1)::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 33%;
    opacity: 1;
    height: 3px;
}

.tw_box .t_box span:nth-of-type(1)::before {
    left: 0;
    background: linear-gradient(90deg, rgba(28, 144, 217, 0) 0%, #1C90D9 100%);
}

.tw_box .t_box span:nth-of-type(1)::after {
    right: 0;
    background: linear-gradient(90deg, #1C90D9 0%, rgba(28, 144, 217, 0) 100%);
}

.tw_box .t_box span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.tw_box .w_box>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;

}

.tw_box .w_box>a:hover {
    transform: scale(1.2);
    transition: all 0.6s ease-out 0s;
}

.tw_box .w_box>a.wa1 {
    background-image: url('../images/tw1.png');
}

.tw_box .w_box>a.wa2 {
    background-image: url('../images/tw2.png');
}

.tw_box .w_box>a.wa3 {
    background-image: url('../images/tw3.png');
}

.tw_box .w_box>a.wa4 {
    background-image: url('../images/tw4.png');
}


/*box_page3*/
.news_box_page .box_page3 {
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    box-sizing: border-box;
}

.news_box_page .box_page3 .paper_tw {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* background: url(../images/paper1.jpg) no-repeat; */
    width: 100%;
    height: 100%;
    background-size: cover !important;
    /* background-position: 0px 50px; */
}

.news_box_page .box_page3 .paper_tw ul {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}

.news_box_page .box_page3 .paper_tw .as {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news_box_page .box_page3 .paper_tw .as a {
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
}

.news_box_page .box_page3 .paper_tw .as a.v {
    display: block;
}

/* 
.news_box_page .box_page3 .paper_tw.paper_img_2 {
	background: url(../images/paper2.jpg) no-repeat;
}

.news_box_page .box_page3 .paper_tw.paper_img_3 {
	background: url(../images/paper3.jpg) no-repeat;
}

.news_box_page .box_page3 .paper_tw.paper_img_4 {
	background: url(../images/paper4.jpg) no-repeat;
}

.news_box_page .box_page3 .paper_tw.paper_img_5 {
	background: url(../images/paper5.jpg) no-repeat;
}

.news_box_page .box_page3 .paper_tw.paper_img_6 {
	background: url(../images/paper6.jpg) no-repeat;
}

.news_box_page .box_page3 .paper_tw.paper_img_7 {
	background: url(../images/paper7.jpg) no-repeat;
}

.news_box_page .box_page3 .paper_tw.paper_img_8 {
	background: url(../images/paper8.jpg) no-repeat;
} */

.news_box_page .paper_tw ul li {
    cursor: pointer;
    width: 7%;
    height: 73px;
    margin-right: 10px;
    background: rgba(255, 171, 45, .65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.news_box_page .paper_tw ul li.hover {
    color: #FFAB2D;
    background: #fff
}

.news_box_page .paper_tw ul li.hover span:nth-of-type(2) {
    color: rgba(0, 0, 0, 0.85);
}

.news_box_page .paper_tw ul li span:nth-of-type(1) b {
    font-weight: 600;
    opacity: 1;
    font-size: 20px;
    padding: 0 10px;
}

.news_box_page .paper_tw ul li span:nth-of-type(2) {
    opacity: 0.65;
}

.news_box_page .paper_tw ul li:nth-of-type(8) {
    margin: 0;
}

.news_box_page .paper_tw .wz {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    height: 30%;
    width: 100%;
}

.news_box_page .paper_tw .wz>div {
    display: none;
    color: #fff;
    font-size: 18px;
    padding: 20px 8%;
}

.news_box_page .paper_tw .wz>div.h {
    display: block;
}

.news_box_page .paper_tw .wz>div>a:nth-of-type(1) {
    display: block;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

/*box_page4********/
.news_box .box_page4 {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.news_box .box_page4>div {
    width: 50%;
}

/*media_p*/
.news_box .box_page4 .media_p {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* background: url(../images/news1.jpg) no-repeat;
	width: 100%;
	height: 78%;
	background-size: cover; */
}

.news_box .box_page4 .media_p .media_p_img {
    position: relative;
    background: url(../images/media.png) no-repeat;
    width: 100%;
    height: 70%;
    background-size: contain;
}

.news_box .box_page4 .media_p p {
    padding: 25px 10px;
}

.news_box .box_page4 .media_p p>span {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    padding: 0 5%;
}

.news_box .box_page4 .media_p p>span:nth-of-type(1) {
    font-size: 20px;
    font-weight: 500;
    color: #1C90D9;
    padding-bottom: 20px;
}

.news_box .box_page4 .media_imgs {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news_box .box_page4 .media_imgs .m_box:nth-of-type(odd) {
    margin-right: 40px;
}

.news_box .box_page4 .media_imgs .m_box:nth-of-type(1),
.news_box .box_page4 .media_imgs .m_box:nth-of-type(2) {
    margin-bottom: 20px;
}

.news_box .box_page4 .media_imgs .m_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 30px);
    height: calc(50% - 20px);
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
}

.news_box .box_page4 .media_imgs .m_box:hover {
    cursor: pointer;
}

.box_page4 .media_imgs .m_box .m_img {
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.box_page4 .media_imgs .m_box .m_img img {
    width: 100%;
    height: 100%;
}

.box_page4 .media_imgs .m_box .m_img img:hover {
    transform: scale(1.2);
    transition: all 0.6s ease-out 0s;
}

.box_page4 .media_imgs .m_box .m_w {
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box_page4 .media_imgs .m_box .m_orign {
    text-align: center;
    padding: 10px;
    color: #bbb;
}

/*****nav_special*****/
#warpper .nav_special {
    width: 100%;
    height: 90vh;
    box-sizing: border-box;
    background-image: url(../images/u300.png);
    background-position: center;
    background-origin: border-box;
    background-size: cover;
    margin-bottom: 8px;
    position: relative;
}

#warpper .nav_special .spelogo {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6em;
    height: 6em;
}

#warpper .nav_special>img {
    position: absolute;
    width: 100%;
    height: 90%;
}

#warpper .nav_special .special_box .special_title {
    width: 100%;
    height: 12vh;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    font-size: 30px;

}

#warpper .nav_special .special_title .parallelogram {
    cursor: pointer;
    width: 33%;
    /* margin: 0 5%; */
}

#warpper .nav_special .special_title .parallelogram {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#warpper .nav_special .special_title .parallelogram.hover a {
    color: #1C90D9;
}

#warpper .nav_special .special_tw {
    width: 90%;
    height: 75vh;
    min-height: 640px;
    margin: 0 auto;
    padding: 50px 40px;
    box-sizing: border-box;
    display: flex;
}

#warpper .nav_special .special_tw .specialSwiper {
    display: none;
}

#warpper .nav_special .special_tw .specialSwiper.o {
    display: block;
}

#warpper .nav_special .special_tw .tw {
    display: flex;
    width: 100%;
    height: 95%;
    flex-direction: column;
}

#warpper .nav_special .special_tw .tw .w {
    width: 100%;
    height: 85%;
    overflow: hidden;
}

.nav_special .special_tw .tw .w>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
}

.nav_special .special_tw .tw .w>a:hover {
    transform: scale(1.1);
    transition: all 0.6s ease-out 0s;
}

.nav_special .special_tw .tw .w>a img {
    width: 100%;
    height: 100%;
}

/* 
.nav_special .special_tw .tw .w>a.st1 {
	background-image: url('../images/spet1.png');
}

.nav_special .special_tw .tw .w>a.st2 {
	background-image: url('../images/spet2.png');
}

.nav_special .special_tw .tw .w>a.st3 {
	background-image: url('../images/spet3.png');
}

.nav_special .special_tw .tw .w>a.st4 {
	background-image: url('../images/spet4.png');
}

.nav_special .special_tw .tw .w>a.st5 {
	background-image: url('../images/spet5.png');
}

.nav_special .special_tw .tw .w>a.st6 {
	background-image: url('../images/spet6.png');
}

.nav_special .special_tw .tw .w>a.st7 {
	background-image: url('../images/spet7.png');
}

.nav_special .special_tw .tw .w>a.st8 {
	background-image: url('../images/spet8.png');
} */

#warpper .nav_special .special_tw .tw .t {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #1C90D9;
}

#warpper .nav_special .special_tw .tw .t>a {
    font-size: 20px;
    color: #1C90D9;
    text-align: center;
    width: 95%;
}

/*******************************/

#warpper .nav_notice {
    width: 100%;
    height: 90vh;
    box-sizing: border-box;
    background: url(../images/u301.png);
    background-position: center;
    background-origin: border-box;
    background-size: cover;
    padding: 40px 5%;
}

.nav_notice .notive_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.nav_notice .notive_box .list {
    width: 49%;
    height: 100%;
    background: url(../images/listbg.png);
    background-size: cover;
    background-origin: border-box;
    background-position: center;
    padding: 30px 25px 25px;
    box-sizing: border-box;
}

.nav_notice .notive_box .list:nth-of-type(1) {
    margin-right: 16px;
}

.nav_notice .notive_box .list>a {
    font-size: 30px;
    font-weight: 900;
    display: block;
    text-align: center;
    height: 100px;
}

.nav_notice .notive_box .list ul {
    height: 100%;
}

.nav_notice .notive_box .list ul li {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 3.5em;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_notice .notive_box .list ul li:hover>a {
    color: #1c90d9
}

.nav_notice .notive_box .list ul li>a {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    display: inline-block;
    font-weight: 500;
    line-height: 16px;

}

.nav_notice .notive_box .list ul li>a:nth-of-type(1) {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_notice .notive_box .list ul li>a:nth-of-type(2) {
    width: 20%;
    text-align: right;
    color: rgba(16, 123, 191, 0.6);
}

.nav_notice .notive_box .list ul li:nth-last-of-type(1) {
    border: none;
}

.nav_notice .notive_box .list ul li::before {
    content: '\f0da';
    font-family: FontAwesome;
    padding-right: 15px;
    color: rgba(16, 123, 191, .6);
    font-size: 20px;
}

.nav_notice .notive_box .list ul li:hover span:nth-of-type(1) {
    color: #107BBF;
}


.nav_notice .notive_box .list ul li span:nth-last-of-type(1) {
    position: absolute;
    right: 0;
    color: rgba(16, 123, 191, 0.6);
    font-weight: normal;
}

/********footer***********/

#warpper footer {
    width: auto;
    height: 250px;
    background-color: #1C90D9;
    color: #fff;
    font-size: 14px;
}

#warpper footer .foot_h {
    display: flex;
    height: 170px;
    padding: 0 10%;
}

#warpper footer .foot_h>div {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-right: 1px solid #269DE8;
    padding-top: 20px;
    box-sizing: border-box;
}

#warpper footer .foot_h .hr ul {
    border: none;
    align-items: center;
}

#warpper footer .foot_h .hr ul {
    flex-direction: column;
    cursor: pointer;
}

#warpper footer .foot_h .hl ul:nth-of-type(1),
#warpper footer .foot_h .hc ul:nth-of-type(1) {
    margin-right: 3em;
}

#warpper footer .foot_h .hl ul:nth-of-type(2) {
    margin-top: 20px
}

#warpper footer .foot_h .hc ul:nth-of-type(2) {
    margin-top: 30px;
}

#warpper footer .foot_h .hl ul li a,
#warpper footer .foot_h .hc ul li,
#warpper footer .foot_h .hc ul li a,
#warpper footer .foot_h .hr ul li a {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 2em;
    cursor: pointer;
}

#warpper footer .foot_h .hc ul li {
    cursor: auto;
}

#warpper footer .foot_h .hl ul li a:hover,
#warpper footer .foot_h .hc ul li a:hover {
    text-decoration: underline;
}

#warpper footer .foot_h .hl ul li b,
#warpper footer .foot_h .hc ul li b,
#warpper footer .foot_h .hr ul li b {
    font-weight: 700;
    cursor: auto;
    color: #fff;
}

#warpper footer .foot_h .hl ul li.b:hover,
#warpper footer .foot_h .hc ul li.b:hover,
#warpper footer .foot_h .hr ul li.b:hover {
    text-decoration: none;
}

#warpper footer .foot_h>div:nth-child(2) {
    width: 40%;
}

#warpper footer .foot_h>div:nth-child(3) {
    width: 30%;
}

#warpper footer .foot_h ul .icon_ewm {
    position: relative;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
    height: 55px;
    width: 55px;
}

#warpper footer .foot_h ul .icon_ewm .ewm {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -70px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px;
    width: 140px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}

#warpper footer .foot_h ul .icon_ewm:hover {
    opacity: 0.85;
}

#warpper footer .foot_h ul .icon_ewm:hover .ewm {
    visibility: visible;
    opacity: 1;
    transform: none;
}

#warpper footer .foot_h ul .icon_ewm .ewm img {
    display: block;
    width: 100%;
}

#warpper footer .foot_h ul .icon_ewm .ewm::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    font-size: 0;
    border-top-color: #fff;
}

#warpper footer .foot_f {
    border-top: 1px solid #269DE8;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70px;
    justify-content: center;

}

#warpper footer .foot_f p {
    line-height: 2em;
}

#warpper footer .foot_f p>a {
    margin-right: 20px;
    position: relative;
}

#warpper footer .foot_f .gh img {
    position: absolute;
    top: 1px;
    left: -10px;
}

@media screen and (max-width: 1780px) {
    #warpper header {
        font-size: 14px;
    }

    .nav_news .news_title {
        font-size: 22px;
    }

    #hd1 .head_down a,
    #hd2 .head_down a {
        margin: 0 0.5em;
    }

    #hd1 .head_down em,
    #hd2 .head_down em {
        margin: 0 0.5em
    }
}


@media screen and (max-width: 1380px) {
    #warpper header {
        font-size: 14px;
    }

}

#warpper .nav_news,
#warpper .nav_special,
#warpper .nav_notice {
    min-width: 1440px;
    min-height: 750px
}

#warpper footer {
    min-width: 1440px;
}

@media screen and (max-width: 1440px) {


    aside#menu .menu_page {
        width: 90%;
    }

    .menu_page .menu_page_left ul>li {
        width: 65%;
    }

}

@media screen and (max-width: 1250px) {

    #warpper .head_up,
    #warpper .head_down {
        padding: 0 30px;
    }

    #hd1 .head_down a,
    #hd2 .head_down a {
        margin: 0 0.2em;
    }
}

@media screen and (max-width: 1680px) {
    /* .nav_special .special_tw .tw .w>a {
		transform: scale(0.9);
	} */

    .nav_news .news_title {
        height: 20%;
    }

    .news_list ul li span>a {
        font-size: 16px !important;
    }

    .news_imgs .wz ul li span:nth-of-type(2)>a {
        font-size: 16px !important;
    }

    .tw_box .t_box span:nth-of-type(1)::before,
    .tw_box .t_box span:nth-of-type(1)::after {
        width: 27%;
    }
}

@media screen and (max-height: 900px) {
    .nav_notice .notive_box .list ul li {
        line-height: 3em;
    }
}

@media screen and (max-height: 800px) {
    #warpper .nav_news {
        height: 800px;
    }

    #warpper .nav_notice {
        height: 720px;
    }
}

/*****xxgk.html******/
#bg {
    position: relative;
    height: 40%;
    display: block;
}

#bg a {
    cursor: auto;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    background: url(../images/subbg.png);
    background-size: cover !important;
    background-origin: border-box;
    background-position: bottom;
}

#warpper article.no-slide {
    position: relative;

}

#warpper article.no-slide .subHead {
    display: none;
    min-height: 500px;
    position: relative;
    padding: 20px 10% 20px calc(12% + 230px)
}

#warpper article.no-slide .subHead.v {
    display: block;
}

article.no-slide .subHead aside {
    width: 200px;
    height: 55vh;
    position: absolute;
    left: 10%;
    top: -50px;
    background: #fff;
    box-shadow: 0px 3px 12px 1px rgba(0, 16, 41, 0.12);
}

article.no-slide .subHead aside ul {
    display: flex;
    flex-direction: column;
    /* align-items: center;
	justify-content: space-evenly; */
    height: 100%;
}

nav.subHead aside ul li {
    cursor: pointer;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.subHead aside ul li:nth-of-type(1),
nav.subHead aside ul li:nth-of-type(1) a {
    cursor: auto;
}

nav.subHead aside ul li:nth-of-type(n+2) a {
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
}

nav.subHead aside ul li:nth-of-type(n+2):hover a {
    color: #FF9900;
}

nav.subHead aside ul li:nth-of-type(1) {
    font-size: 1.4em;
}

nav.subHead aside ul li.hover a {
    color: #FF9900;
}

nav.subHead section {
    width: 100%;
    height: 100%;
}

nav.subHead section .breadcrumb {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    height: 45px;
}

nav.subHead section .breadcrumb .bl {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}


nav.subHead section .breadcrumb .br a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}

nav.subHead section .breadcrumb .br a:hover {
    color: #1C90D9;
}

nav.subHead section .content .c {
    display: none;
    width: 100%;
    height: 100%;
    padding: 30px 0 0 0;
}

nav.subHead section .content .c.v {
    display: block;
}

nav.subHead section .content .c a {
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

nav.subHead section .content .c a.l::after {
    content: '\f08e';
    font-family: FontAwesome;
    position: absolute;
    right: -18px;
    font-size: 16px;
    top: 3px;
    color: #107bbfc4
}

nav.subHead section .content .c p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

nav.subHead section .content .c p.noIndent {
    text-indent: 0
}

nav.subHead section .content .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}

nav.subHead section .content .c p:nth-of-type(1) {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;

}

nav.subHead section .content .c p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}

nav.subHead section .content .c ul li {
    padding: 0.8em 0 0.8em 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

nav.subHead section .content .c ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6bb7e6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

nav.subHead section .content .c ul li a:hover {
    color: #1C90D9;
}

.special_tw:hover .swiper-button-next,
.special_tw:hover:hover .swiper-button-prev {
    visibility: visible
}

.swiper-button-next,
.swiper-button-prev {
    visibility: hidden;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 3em;
    height: 3em;
    transform: translateY(-70%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, .5)
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 2em;
}

/******news.html******/
section.news {
    padding: 150px 10% 20px 10%;
}

section.news .breadcrumb {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    height: 45px;
    margin-bottom: 20px;
}

section.news .breadcrumb .bl {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}


section.news .breadcrumb .br a,
section.news .breadcrumb .br a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}

section.news .content p {
    width: 80%;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
}

section.news .content p:nth-of-type(1) {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    padding-bottom: 15px;
}

section.news .content span {
    display: block;
    color: #bbb;
    text-align: center;
    padding-bottom: 15px;
}

section.news .content video {
    width: 50%;
    height: 400%;
    margin: 20px auto;
    display: block;

}