﻿.header {
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0));
    user-select: none;
    -webkit-user-select: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all .3s;
}
.head {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    align-items: center;
}
.bg-gary {
    background: #eee;
}
.head .flexbw {
    height: 140px;
}

.top-link {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1001;
}
.top-link>* {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}
.top-link a:hover {
    text-decoration: underline;
}
.logo {
    margin-top: 20px;
}
.header .i2{
    display: none;
}
.header_fixed .i2{
    display: inline-block;
}
.header_fixed .i1{
    display: none;
}
.header_fixed .nav li>a {
    color: #00579a;
}
.header_fixed .top-link a{
    color: #00579a ;
}

.nav {
    display: inline-flex;
    align-items: flex-end;
    font-size: 18px;
    margin-bottom: 40px;
}
.nav li>a {
    margin: 0 20px;
    color: #fff;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
    transition: all .3s;
}
.nav li .cur,
.nav li>a:hover{
    color: #f8b72c !important;
    /* border-bottom: 2px solid #f8b72c; */
}

.nav li {
    position: relative;
}
.navbox {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,100%);
    border-top: 3px  solid #00579a;
    background: #fff;
    display: none;
}
.navbox a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding:10px 15px;
    white-space: nowrap;
    font-size: 16px;
    color: #00579a;    
    transition: all .3s;
}
.navbox a:hover {
    background: #00579a;
    color: #fff;
}

.warp,
.warp2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}
.warp2 {
    background: rgba(0, 0, 0, 0.7);
}
.main {
    padding-bottom: 5.208vw;
}

.section {
    padding-top: 5.208vw;
}


/* 菜单栏 */
.memu-btn {
    width: 31px;
    height: 24px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    background: #00579a;
    padding: 10px;
    z-index: 1001;
}
.memu-btn i {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
    transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -7px);
}
.memu-btn-active i:nth-child(1) {
    transform: rotate(45deg) translate(8px, 7px);
}
.y45 {
    transform: rotate(45deg);
}
.y-45 {
    transform: rotate(-45deg);
}

#search {
    position: relative;
}
.search-box {
    align-items: center;
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 99999;
    transform: translateX(-50%);
}
.search {
    background: #fff;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 3;
    width: 40vw;
}
.search:focus {
    border: 1px solid #00579a;
}

#searchForm  button,
.isearch{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	/* background: url(../img/search-w.png) center no-repeat; */
}

#searchForm {
    position: relative;
}
#searchForm  button {
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
	background: url(../img/search-b.png) center no-repeat;
}
#searchForm  button::after {
	border: none;
}

#close {
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-left: 20px;
}
#close img {
    height: 100%;
    max-width: auto;
}

.seemore {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    line-height: 20px;
}
.seemore em ,
.seemore2 em{
    font-weight: 700;
}
.seemore span ,
.seemore2 span{
    margin-right: 10px;
}
.seemore .i2 {
    display: none;
}
.seemore:hover {
    color: #00579a;
}
.seemore:hover .i1{
    display: none;
}
.seemore:hover .i2{
    display: inline-block;
}
.banner {
    position: relative;
}
.banner .img-box-re {
    height: 800px;
}

.banner-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .3);
    z-index: 99;
    width: 90%;
    max-width: 1280px;
}

.banner-text .w {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
}

.textbox a{
    display: none;
}

.textbox a:nth-child(1) {
    display: block;
}

.textbox a p {
    font-size: 36px;
    max-width: 80%;
    margin-bottom: 40px;
    color: #fff;
    transition: all .3s;
}

.ti {
    text-align: center;
    position: relative;
    margin-bottom: 3.125vw;
}
.ti p {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 46px;
    line-height: 1em;
}
.ti p::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background: #00579a;
}
.ti a {
    font-size: 14px;
    color: #f8b72c;
    transition: all .3s;
}
.ti a:hover {
    color: #00579a;
}
.section-item {
    position: relative;
}
.section-item::before {
    content: "";

    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;
    background: #ddd;
    z-index: -1;
}
.section-item .flexbw {
    flex-wrap: nowrap;
}

.section-item .flexbw>* {
    width: 50%;
}
.section-item .flexbw:nth-child(2n) {
    flex-direction: row-reverse;
}
.section-item .img-box-re {
    padding-bottom: 66.66%;
}

.pic-msg {
    box-sizing: border-box;
    padding: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    background: #00579a;
    transition: background-color .3s;
    color: #fff;
}
.section-item a:nth-child(2) .pic-msg {
    background:#34bee4;
}
.pic-msg:hover {
    background:#0C446F !important;
}

.pic-msg h3 {
    font-size: 24px;
    min-height: 42px;
    line-height: 1.2em;
}
.pic-msg p {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    min-height: 72px;
}

.date {
    color: #fff;
    font-size: 0.729vw;
}
.date .day{
    font-size: 1.5625vw;
    line-height: 1.2em;
}
.pic-msg .date,
.pic-msg .seemore2 {
    font-size: 14px;
}
.pic img {
    transition: all .3s;
}
.pic .img-box-re {
    overflow: hidden;
}
.pic:hover img{
    transform: scale(1.1);
}

.section-item2 .section-box {
    width: 48%;
}
.section-item2 .section-box:nth-child(2) {
    flex: 1;
}
.section-item2 .ti {
    text-align: left;
}
.section-item2 .ti p::before {
    left: 0;
    transform: none;
}

.section-box ul {
    height: 460px;
}

.new-pic {
    width: 30.645%;
    
}
.new-pic .img-box-re {
    padding-bottom: 66.66%;
}
.new-pic .date {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(0, 87, 154, .7);
    color: #fff;
    font-size: 12px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new-pic .date .day {
    font-size: 30px;
    line-height: 1.2em;
}
.new-msg {
    width: 64.5%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-all;
}
.new-msg h5 {
    font-size: 18px;
    line-height: 1.2em;
    transition: all .3s;
}
.new-msg p {
    transition: all .3s;
}
.new-msg .seemore {
    margin-top: 20px;
    color: #00579a;
}
.new-list a:hover .new-msg{
    color: #00579a;
}
.new-msg p {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #666;
    min-height: 63px;
}

.new-list2 {
    position: relative;
}

.new-list2::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #eee;
}

.new-list2 li {
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}
.new-list2 li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 7px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #666;
    border: 5px solid #eee;
    border-radius: 50%;
    transition:all .3s;
    z-index: 1;
}
.new-list2 li a {
    background: #eeeeee;
    box-sizing: border-box;
    padding: 20px;
    display: block;
    font-size: 14px;
}

.new-list2 li .new2-msg{
    display: none;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    margin-top: 5px;
    color: #666;
}
.new-list2 li:nth-child(1) .new2-msg{
    display: block;
}
.new-list2 li .date {
    color: #006dc0;
    margin-bottom: 5px;
}

.new-list2 .cur h5 {
    text-overflow: unset;
    white-space: unset;
    line-clamp: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-list2 .cur::before {
    background: #00579a;
    border: 5px solid #34bee4;
}


.pic-list ul {
    flex-wrap: wrap;
}

.pic-list ul li{
    width: 31.25%;
    margin-bottom: 3.125%;
    margin-right: 3.125%;
    transition: all .3s;
}

.pic-list ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 15px #222;
}

.pic-list ul li:nth-child(3n) {
    margin-right: 0;
}
.pic-list ul li a {
    display: block;
    color: #222;
}
.pic-list ul li .img-box-re {
    padding-bottom: 66.66%;
}



.pic-list ul li .date-box {
    width: 17.5%;
    padding-top: 17.5%;
    position: relative;
    background: #34bee4;
    color: #fff;
}
.pic-list ul li .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.pic-list-ti {
    box-sizing: border-box;
    padding: 0 20px;
    width: 82.5%;
    font-size: 0.9375vw;
    display: inline-flex;
    align-items: center;
    color: #373f52;
}

.section-4 .w{
    box-sizing: border-box;
    padding: 2.08vw;
    padding-top: 0;
    background: #00579a;
    position: relative;

}
.section-4 .w::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    height: 4.82vw;
    width: 40%;
    background: #fff;
    position: absolute;
}
.section-4 .w .navigation {
    transform: none;
    top: 0;
    right: 0;
    height: 4.82vw;
    width: 7.8125vw;
    background: #34bee4;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 1.5vw;
}
.section-4 .w .navigation>div {
    background: none;
    height: 25px;
    width: 25px;
}

.section-4 .w .navigation>div i {
    width: 12px;
	height:21px;
	background: url(../img/arr-r-b.png) center no-repeat;
	background-size: contain;	
}
.section-4 .w .navigation span {
    height: 25px;
    width: 1px;
    transform: scaleX(.5);
    background: #00579a;
    margin: 20px;
}
.item-4 {
    width: 100%;
    position: relative;
}
.item-4>* {
    width: 50%;
}
.item-4 .left {
    box-sizing: border-box;
    padding: 2.604vw;
    background: #eee;
}
.item-4 .left a {
    display: none;
}
.item-4 .left a:nth-child(1) {
    display: block;
}
.item-4 .left a>* {
    margin-bottom: 2.604vw;
}
.item-4 .left h1 {
    font-size: 24px;
    line-height: 1.2em;
    color: #333;
    min-height: 55px;
}
.item-4 .left a p {
    min-height: 144px;
    line-clamp: 5;
    -webkit-line-clamp: 5;
}
.item-4 .left .date {
    color: #333;
}

.item-4 .right-title {
    /* position: relative; */
    color: #fff;
    font-size: 1.5625vw;
    padding:1.25vw;
}
.right-swiper .img-box-re{
    padding-bottom: 66.66%;
}
.item-4 .seemore {
    color: #006dc0;
    margin-bottom: 0 !important;
}
.item-4 .seemore:hover {
    color: #fff !important;
}


.footer {
    background: #006dc0;
    font-size: 14px;
}
.footer .w {
    padding: 40px 0;
}
.bot-tips {
    background: #00579a;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}


.link-box {
    width: 60%;
    justify-content: space-between;
}

.link h5{
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
}

.link h5::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #fff;
}
.link ul li{
    margin-top: 15px;
}
.link ul li a {
    color: #52b4ff;
    transition: all .3s;
}
.link ul li a:hover {
    color: #fff;
}
.call-way {
    color: #fff;
    width: 35%;
}
.call-way .flex {
    align-items: flex-start;
    margin-bottom: 10px;
}
.call-way .flex img {
    margin-right: 10px;
}
.call-box {
    margin-right: 20px;
}


.ny .img-box-re {
    height: 350px;
}

.ny-nav,
.ny-nav2 {
    background: #eee;
    text-align: center;
    margin-bottom: 40px;
    line-height: 50px;
}
.ny-nav2 {
    display: none;
}
 .ny-nav a,.ny-nav2 a{
    display: inline-block;
    padding: 0 20px;
    font-size: 22px;
    color: #222;
    transition: all .3s;
    margin-bottom: -1px;
    margin-right: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
}

.ny-nav a:last-child ,
.ny-nav2 a:last-child {
    margin-right: 0;
}
.ny-nav .selected,
.ny-nav a:hover,
.ny-nav2 .selected,
.ny-nav2 a:hover{
    color: #00579a;
    border-bottom: 1px solid #fff;
}

.ny-position {
    align-items: center;
    height: 50px;
    border-bottom: 2px solid #00579a;
    margin-bottom: 40px;
}
.ny-position p {
    font-size: 20px;
    color: #00579a;
}
.breadcrumb {
    font-size: 14px;
    color: #222;
}
.breadcrumb a {
    color: #222;
    padding: 0 10px;
    transition: all .3s;
}
.breadcrumb a:hover,
.breadcrumb .cur {
    color: #00579a;
}
.ny-new li {
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    transition: all .3s;
}
.ny-new li:hover{
    box-shadow: 0 0 7px #999;
    border-radius: 5px;
    transform: translateY(-3px);
}
.ny-new li::before {
    content: "";
    display: none;
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: #00579a;
    transition: width .3s ease-in-out;
}
.ny-new li:hover::before {
    width: 100%;
}
.ny-new .new-msg{
    width: 80%;
    justify-content: flex-start;
}

.ny-new .new-msg h5 {
    margin-bottom: 20px;
}

.ny-new .new-pic {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny-new  .date {
    position: static;
    width: 80px;
    height: 80px;
}
.warp-nav {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}

.warp-nav h5 a{
    color: #fff;
    font-size: 20px;
}
.warp-nav h5 i {
    display: none;
    transition: all .3s;
}
.i-active {
    transform: translateY(-50%) rotate(90deg) !important;  
}
.warp-nav-link a {
    color: #fff;
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    font-size: 14px;
    transition: all .3s;
}
.warp-nav-link a:hover {
    text-decoration: underline;
}
.warp-nav-link {
   margin: 0 40px;
}

.col-4 li{
    width: 23.5% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
}

.col-4 li:nth-child(3n) {
    margin-right: 2% !important;
}

.col-4 li:nth-child(4n) {
    margin-right: 0 !important;
}
.ny-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
 
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    background: none;
    line-height: normal;
}
.ny-nav a {
    color: #fff;
    padding: 0;
    margin-right: 40px;
    border-bottom: none;
}

.ny-nav a:hover,
.ny-nav .selected {
    color: #fff;
    text-decoration: underline;
    border-bottom: none;
    
}
.ny-nav .parent {
    font-size: 50px;
    position: relative;
    color: #fff;
    font-weight: 700;
}
.ny-nav .parent:hover {
    color: #fff;
    text-decoration: none;
}
.ny-nav .parent::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #00579a;
    z-index: -1;
}
.ny-more {
    color: #00579a;
    font-size: 14px;
    
}
.ny-more:hover {
    text-decoration: underline;
}

.con1 .ny-position{
    margin-bottom: 20px;
}
.txtbox {
    max-height: 300px;
    overflow-y: scroll;
    text-align: justify;
}

.txtbox::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.txtbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ddd;
}

.role-list .img-box-re{
    padding-bottom: 135.66%;
}
.role-list .img-box-re img {
    height: 100% !important;
}
.role-left {
    width: 25%;
}
.role-right {
    width: 70%;
    align-items: flex-start;
}

.role-left a {
    display: block;
    width: 100%;
    
}

.role-right {
    flex-wrap: wrap;
}
.role-right a {
    display: block;
    width: 16.8%;
    margin-right: 4%;
    margin-bottom: 4%;
    
}
.role-right a:nth-child(5n) {
    margin-right: 0;
}
.role-name {
    padding:10px 20px;
    
    text-align: center;
    color: #333;
    transition: all .3s;
}
.role-name .del{
    font-size: 14px;
    color: #666;
    border-top: 1px solid #00579a;
    margin-top: 5px;
    padding-top: 5px;
}
.role-list a {
    transition: all .3s;
    background: #eee;
}
.role-list a:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px #ccc;
    color: #00579a;
}

.ca {
    flex-wrap: wrap;
}
.ca li {
    width: 240px;
    height: 240px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: #470442;
}
.ca li:nth-child(2) {
    background: #ED1361;
}
.ca li:nth-child(3) {
    background: #FF5453;
}
.ca li:nth-child(4) {
    background: #FFB739;
}
.ca li h5 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}
.ca li span {
    font-size: 20px;
}


.rd-link {
    flex: 1;
}
.rd-link a{
   background: #00579a;
   height: 50px;
   border-radius: 30px;
   color: #fff;
   margin-top: 5px;
   transition: all .3s;
   padding-left: 20%;
   align-items: center;
}
.rd-link a:nth-child(1){
   margin-top: 0;
}
.rd-link a:nth-child(2n) {
   background: #34bee4;
}
.rd-link a:hover {
   background: #0C446F;
}
.rd-left {
   color: #00579a;
   font-size: 30px;
}
.rd-line {
   flex: 1;
   position: relative;
   border: 1px solid #00579a;
   border-right: none;
   position: relative;
   width: 60px;
   margin-left: 50px;
}
.rd-line::before {
   position: absolute;
   content: "";
   top: 50%;
   left: -50px;
   width: 50px;
   height: 1px;
   transform: translateY(-50%);
   background: #00579a;
}

.con1:nth-child(2n) {
    background: #f8f8f8;
}
.con1 {
    padding: 20px 0;
}

.ny-main {
    padding-bottom: 0;
}

.col-1 li{
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.col-1 li .date-box {
    width: 12% !important;
    padding-top: 12% !important;
}

.headline .new-list2,
.headline ul{
    height: 100%;
}

.headline .section-box:nth-child(2) {
    margin-left: 20px;
}


.bannerwarp{
    position: absolute;
    height: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));
}

.ny-ti-font p{
    font-size: 36px; 
    font-weight: 700;
}

.con1 .right-title {
    opacity: 0;
}

.dv-name {
    line-height: 40px;
    font-size: 1vw;
    color: #fff;
    background: #00579a;
    padding:0 20px;
    line-height:40px;
}
.division {
    margin-bottom: 20px;
}
.division a{
    line-height: 35px;
    padding: 0 20px;
    border: 1px solid #00579a;
    color: #00579a;
    transition: all .3s;
    margin-right: 20px;
}

.division a:hover,
.division .cur{
    background: #00579a;
    color: #fff;
}

.pubtab {
    margin-bottom: 10px;
    border: 1px solid #999;
    transition: all .3s;
}

.pubtab p {
    color: #999;
    padding: 5px 0;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.pubtab .ul {
    padding:20px;
    padding-left: 40px;
    display: none;
}
.pubtab .ul li {
    list-style:disc;

}
.pubtab .ul li a {
    text-decoration: underline;
}
.pubtab .ul li a:hover {
    color: #00579a;
}
.pubtab p span{
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    font-size: 25px;
    transition: all .3s;
}

.pub-active {
    border-color: #00579a;
}
.pub-active p {
    color: #00579a;
    background: #eee;
}

.pub-active p span {
    background: #00579a;
    transform: translateY(-50%) rotate(180deg);
}

.article {
    text-align: justify;
}

.link {
    width: 20%;
}