@charset "utf-8";

/* CSS Document */
/* 重置 */
@font-face {
    font-family: DIN-Medium;
    src: url(DIN-Medium.otf)
}

@font-face {
    font-family:SourceHanSansCN-Normal;
    src: url(SourceHanSansCN-Normal.otf)
}
@font-face {
    font-family:SourceHanSansCN-Heavy;
    src: url(SourceHanSansCN-Heavy.otf)
}
@font-face {
    font-family:SourceHanSerifCN-Bold;
    src: url(SourceHanSerifCN-Bold.otf)
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: "DIN-Medium";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none outside none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

input {
    font-family: "SourceHanSansCN-Normal";
    padding-bottom: 0;
    padding-top: 0;
}

input::-moz-focus-inner {
    border: medium none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
}

textarea {
    resize: none;
}

/* 基本 */
a {
    text-decoration: none;
}

a:hover {
    color: #ff9900;
}

a:focus {
    outline: none;
}

.heiti {
    font-family: "SourceHanSansCN-Normal";
}

.font_s12 {
    font-size: 12px;
}

.font_s14 {
    font-size: 14px;
}

.font_s16 {
    font-size: 16px;
}

.font_s18 {
    font-size: 18px;
}

.font_s20 {
    font-size: 20px;
}

.font_s24 {
    font-size: 24px;
}

.font_s30 {
    font-size: 30px;
}

.lh20 {
    line-height: 20px;
}

.lh24 {
    line-height: 24px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh35 {
    line-height: 35px;
}

.lh40 {
    line-height: 40px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.txt_center {
    text-align: center;
}

.txt_2em {
    text-indent: 2em;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.b {
    font-weight: bold;
}

.of {
    overflow: hidden;
}


.blue {
    color: #004ea2;
}

.blue a {
    color: #004ea2;
}

.blue p {
    color: #004ea2;
}

.blue:hover {
    color: #ff9900;
}

.lblue {
    color: #1ba6e7;
}

.lblue a {
    color: #1ba6e7;
}

.lblue p {
    color: #1ba6e7;
}

.white {
    color: #FFF
}

.white a {
    color: #FFF
}

.white p {
    color: #FFF
}

.white a:hover {
    color: #ffcc00
}

.lgray {
    color: #999999;
}

.lgray a {
    color: #999999;
}

.red {
    color: #aa0000;
}

.red p {
    color: #aa0000
}

.red a {
    color: #aa0000;
}

.red a:hover {
    color: #0e4ac3;
}

.green {
    color: #078741;
}

.green a {
    color: #078741;
}

.orange {
    color: #ff6600;
}

.orange a {
    color: #ff6600;
}

.kong5 {
    width: 100%;
    height: 5px;
}

.kong10 {
    width: 100%;
    height: 10px;
}

.kong15 {
    width: 100%;
    height: 15px;
}

.kong20 {
    width: 100%;
    height: 20px;
}

.kong30 {
    width: 100%;
    height: 30px;
}

.kong40 {
    width: 100%;
    height: 40px;
}

.titT1 {
    overflow: hidden;
    white-space: nowrap;
}

.titT2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box {
    box-sizing: border-box;
}

.bigImg {
    overflow: hidden;
}

.bigImg img {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bigImg:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.feiyiRs li img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
}

.feiyiRs li img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.redBg {
    background: linear-gradient(0deg, #ffff, #ffe6e6);
    position: relative;
}

.listP li:nth-of-type(even) .redBg {
    background: linear-gradient(0deg, #ffff, #e6ebff);
    position: relative;
}

.head {
    height: 135px;
    background: linear-gradient(180deg,rgba(18,66,141,1), rgba(18,66,141,0.7),  rgba(18,66,141,0.35), rgba(23, 86, 175, 0));
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-width: 1400px;
}

.h135 {
    height: 135px;
    display: none;
}

.navbar {
    height: 135px;
    background: linear-gradient(180deg,rgba(18,66,141,1), rgba(18,66,141,0.7),  rgba(18,66,141,0.5), rgba(23, 86, 175, 0));
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-width: 1400px;
}

#back-to-top {
    width: 32px;
    height: 32px;
    background-color: #004ea2;
    position: fixed;
    bottom: 50px;
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#back-to-top:hover {
    background-color: #e4a850;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}
.w1400A {
    width: 1400px;
    margin: 0 auto;
}
.logo {
    width: 520px;
    padding-top: 17px;
    float: left;
}
.logo img{ width: 450px;}
.searchTop {
    width: 60px;
    height: 40px;
    padding: 0px;
    margin: -5px 0 0 0;
    float: right;
}

.searchGo {
    width: 40px;
    height: 40px;
    background-image: url(search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e4a850;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 55px;
    background-size: 24px 24px;
}

.searchGo:hover {
    background-color: #a06000;
}

.navGo {
    display: none;
}

.navDiv {
    float: right;
    padding-top: 55px;
    width: 800px;
}

.nav {
    margin: 0;
    padding: 0;
}

.nav li {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    font-size: 24px;
    font-weight: normal;
    z-index: 999;
}

.nav li a {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    height: 80px;
}

.nav li a:after {
    content: '';
    position: absolute;
    width: 0;
    top: 35px;
    left: 0;
    height: 4px;
    background: #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.nav>li.on>h3>a:after {
    width: 100%;
}

/* .nav>li>h3>a>span:after{content: ''; position: absolute; width:0; bottom: -3px; left:0; height: 4px; background: #ffffff;transition: all .3s; -webkit-transition: all .3s;} */

.nav h3 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}


.nav .sub {
    /*默认隐藏*/
    display: none;
    position: absolute;
    left: 50%;
    top: 95px;
    background-color:rgba(18,66,141,0.5);
    padding: 0 15px 15px 15px;
    margin: 0 0 0 -160px;
    width: 800px;
    box-sizing: border-box;
    z-index: 99;
    border-radius: 10px;
}

.nav .sub dd {
    text-align: left;
    float: left;
    margin: 0 0 0 20px;
    padding:10px 0 10px 20px;
    width: calc(33.33% - 20px);
    border-bottom: 1px dotted #fff;
    background-image: url(more1.svg);
    background-position:  10px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 5px 5px;
}

.nav .sub dd a {
    color: #ffffff;
    display: block;
    zoom: 1;
    font-size: 16px;
    font-weight: normal;
    height: auto;
}

.nav .sub dd:hover {
    background-color: #E4A850;
}

.nav .sub dd a::after {
    width: 100%;
    content: '';
    position: inherit;
    width: 0;
    top: auto;
}


.navBg {
    height: 220px;
    background-image: url(nav1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 220px;
}

.navCome {
    width: 1400px;
    margin: 0 auto;
    padding: 0;

}

.navCome li {
    margin: 0 1.3%;
    padding: 0;
    width: 14%;
    float: left;
    text-align: center;
    height: 220px;
}

.navCome li:hover .img img {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.bgA01 {
    background-color:rgba(75,188,236,0.8);
 
}

.bgA02 {
    background-color: rgba(228,168,80,0.8);

}

.bgA03 {
    background-color: rgba(75,188,236,0.8);

}
.bgA04 {
    position: relative;
}

.bgA04::before {
    content: "";
    position: absolute;
    background-color:rgba(3,117,182,0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0px;
 
}
.bgA05 {
    position: relative;
}
.bgA05::before  {
    content: "";
    position: absolute;
    background-color:rgba(3,117,182,0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0px;
}

.bgA06 {
    background-color: #0375b6;
 
}


.navCome li .img {
    padding: 30px 0 0 0;
    margin: 0;

}

.navCome li .cn {
    padding: 10px 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    opacity: 1 !important;
    font-family: SourceHanSerifCN-Bold;
}

.navCome li .en {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    opacity: 1 !important;
    line-height: 20px;
}

.banner {
    height: 900px;
    min-width: 1400px;
    width: 100%;
    overflow: hidden;
}

#headPic .bd ul li {
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1400px;
    width: 100%;
}

.box1 {
    background-image: url(bg01.png);
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 480px;
    padding: 65px 0;
    min-width: 1400px;
}

.box2 {
    min-height: 480px;
    margin: 0;
    padding: 45px 0;
    background-color: #f0f5fa;
    min-width: 1400px;
}

.box3 {
    min-height: 480px;
    margin: 0;
    padding: 45px 0;
    background-color: #ffffff;
    min-width: 1400px;
}

.box4 {
    min-height: 480px;
    margin: 0;
    padding:65px 0;
    background-image: url(bg4.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 1400px;
    display: block;
    background-size: 100% 650px;
}

.box5 {

    margin: 0;
    padding: 0;
    background-color: #1756af;
    min-width: 1400px;

}

.floor {
    min-height: 278px;
    margin: 0;
    padding: 0;
    background-image: url(bg5.png);
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 1400px;
}

.links {
    margin: 0;
    padding: 20px 0 0 0;
    height: 60px;
}

.links li {
    float: left;
    margin: 0 30px 0px 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.links li a {
    color: #fff;
}

.links li a:hover {
    color: #e4a850;
}

.linkB {
    margin: 0;
    padding: 0;
}

.linkB li {
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #fff;
    float: left;
}

.linkB li a {
    color: #fff;
}

.linkB li a:hover {
    color: #e4a850;
}

.linkB li:nth-of-type(1) {
    border: none;
}

.pad25 {
    padding: 45px 0;
}

.pad25 p {
    padding: 0;
    color: #fff;
    margin: 15px 0 0 0;
}

.pad30 {
    padding: 30px 0;
}

.pad30 p {
    padding: 0;
    color: #000000;
    margin: 10px 0 0 0;
    font-size: 22px;
}

.code {
    margin: 0;
    padding: 0;
    width: 250px;
}

.code li {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 50%;
}

.code li a .codeT {
    color: #fff;
    padding-top: 10px;
}

.w500 {
    width: 500px;
    float: left;
    margin-right: 15px;
}

.w370 {
    width: 370px;
    float: left;
}

.slideBox {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 280px;
    z-index: 100;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin: 0;
    padding: 0;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #256dc2;
    color: #666;
    cursor: pointer;
    list-style: none;
    border-radius: 8px;
    font-size: 10px;
}

.slideBox .hd ul li.on {
    background: #e4a850;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.slideBox .bd ul {
    margin: 0;
    padding: 0;
}

.slideBox .bd ul li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;

}

.slideBox .bd ul li .pic {
    width: 100%;
    max-height: 325px;
    overflow: hidden;
}

.slideBox .bd ul li img {
    width: 100%;
    max-height: 325px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideBox .bd ul li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.slideBox .bd ul li a {
    color: #FFF;
    text-decoration: none;
}

.slideBox .bd ul li .day {
    margin: 0;
    padding: 0px;
    position: relative;
    bottom: 40px;
    left: 40px;
    width: 80px;
    height: 80px;
    background-color: #12428d;
    text-align: center;
    color: #fff;
}

.slideBox .bd ul li p {
    margin: 0;
    padding: 0;
}

.slideBox .bd ul li .day .day1 {
    font-size: 36px;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 5px;
}

.slideBox .bd ul li .day .day2 {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.slideBox .bd ul li .txt {
    position: relative;
    bottom: 30px;
}

.slideBox .bd ul li .txt h1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slideBox .bd ul li .txt p {
    font-size: 14px;
    text-indent: 28px;
    color: #999;
    line-height: 180%;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
    overflow: hidden;

}


/*  */

.task {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.task .hd {
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 50px;
    z-index: 100;
}

.task .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin: 0;
    padding: 0;
}

.task .hd ul li {
    float: left;
    margin-right: 30px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #666;
    cursor: pointer;
    list-style: none;
    border-radius: 8px;
    font-size: 24px;
    font-family: SourceHanSerifCN-Bold;
}

.task .hd ul li a {
    color: #555555;
}

.task .hd ul li.on {
    background: #e4a850;
    color: #fff;
}

.task .hd ul li.on a {
    color: #ffffff;
}

.task .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.task .bd ul {
    margin: 0;
    padding: 0;
}

.task .bd ul li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}

.task .bd ul li .pix {
    overflow: hidden;
    width: 100%;
    max-height: 700px;
}

.task .bd ul li .pix img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.task .bd ul li .pix:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.tasked {
    padding: 30px;
    background-color: rgba(0, 78, 162, 0.9);
    background: linear-gradient(90deg, #1756af,rgba(23, 86, 175,0));
    position: relative;
    bottom: 700px;
    left: 0px;
    width: 700px;
    height: 700px;
    box-sizing: border-box;
    display: block;
}

.tasked p {
    font-size: 28px;
    margin: 15px 0 0 0;
    padding: 0;
    color: #FFF;
}

.tasked p.tit {
    margin: 80px 0 0 0;
    padding: 0 25px;
    color: #FFF;
    border-radius: 20px;
    background-color: #E4A850;
    width: 130px;
    text-align: center;
    font-family:SourceHanSerifCN-Bold ;
}

/*  */
.tit {
    margin: 0 0 0 15px;
}

.titL {
    font-size: 30px;
    float: left;
    font-weight: bold;
    color: #000;
    font-family: SourceHanSerifCN-Bold;
}

.titL2 {
    font-size: 30px;
    float: left;
    font-weight: bold;
    color: #ffffff;
    font-family: SourceHanSerifCN-Bold;
}

.titL3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: SourceHanSerifCN-Bold;
}

.category {
    width: 100%;
    padding: 30px 0 0 0;
}

.category li {
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: relative;
}

.category li h3 {
    border-left: 1px solid #4679ba;
}

.category li:nth-of-type(1) h3 {
    border-left: 0px solid #4679ba;
}

.category li h3 .w150 {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0 0 0;
}

.category li h3 .w150 p {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 22px;
    font-family: SourceHanSerifCN-Bold;
}

.category li h3 .w150:hover {
    background-color: #e4a850;
    border-radius: 35px 35px 0 0;
}

.category li.on h3 .w150 {
    background-color: #e4a850;
    border-radius: 35px 35px 0 0;
}

.categorySub {
    position: relative;
    top: 0;
}

.Department {
    display: block;
    position: relative;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 25px;
    margin: 0px;
    width: 1400px;
    box-sizing: border-box;
}

.Department li {
    text-align: left;
    float: left;
    margin: 0;
    padding: 0px;
    width: 20%;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    background-image: url(more1.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.Department li a {
    color: #ffffff;
    display: block;
    zoom: 1;
    font-size: 20px;
    font-weight: normal;
}

.Department li a:hover {
    color: #ffffff;
}


.w50 {
    width: 50%;
    float: left;
}

.w30 {
    width: 33.33%;
    float: left;
}

.borA {
    margin: 15px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.borA p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 180%;
}

.borA .pix {
    width: 100%;
    overflow: hidden;
    max-height: 568px;
}

.borA .pix img {
    width: 100%;
    height:300px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.borA .pix:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.borA .p15 {
    padding: 15px;
    height: 150px;
}

.borA .moreR2 {
    font-size: 20px;
    float: right;
    padding-bottom: 30px;
    margin-right: 20px;
    color: #000;
}

.borB {
    margin: 15px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.borB p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
}

.borB .pix {
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.borB .pix img {
    max-height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.borB .pix:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.borB .p15 {
    padding: 15px;
    height: 120px;
}

.borB>.p15>h3 {
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}
.borB>.p15>h3:after{display: none;}
.borB .p15 p {
    font-size: 16px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.borB .moreR2 {
    font-size: 20px;
    float: right;
    padding-bottom: 30px;
    margin-right: 20px;
}

.iconL {
    width: 32px;
    height: 32px;
    background-image: url(rightS.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 16px;
    margin-right: 10px;
}

.moreR {
    float: right;
    font-size: 16px;
    background-image: url(more.png);
    background-position: right center;
    background-repeat: no-repeat;
    height: 20px;
    padding-right: 25px;
    color: #c6af7e;
    cursor: pointer;
    margin-top: 12px;
}

.listA01 {
    margin: 0 0 0 15px;
    padding: 0;
}

.listA01 li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    height: 90px;
    box-sizing: border-box;
}

.listA01 li p {
    margin: 10px 0 0 0;
    padding: 0;
}

.listA01 li .day {
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    color: #a2a2a2;
    background-image: url(time.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.listA01 li .text a {
    font-size: 18px;
    color: #3e3e3e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.listA01 li .text a:hover {
    color: #ff6600;
}


.listA02 {
    margin: 0 0 0 15px;
    padding: 0;
}

.listA02 li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    height: 90px;
    box-sizing: border-box;
}

.listA02 li p {
    margin: 0;
    padding: 0;
}

.listA02 li .day {
    width: 70px;
    height: 70px;
    background-color: #12428d;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 18px;
    padding-top: 10px;
    box-sizing: border-box;
}

.listA02 li .day p {
    font-family: 'Times New Roman', Times, serif;
}

.listA02 li .text {
    float: right;
    width: calc(100% - 90px);
    overflow: hidden;
}

.listA02 li .text a {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 180%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.listA02 li .text a:hover {
    color: #ff6600;
}


.listA03 {
    margin-bottom: -36px
}

.listA03 li {
    margin-bottom: 36px
}

.listA03 li:nth-of-type(odd) {
    background-color: rgba(8, 73, 153, 0.05);
}

.listA03 .con {
    display: block;
    min-height: 248px;
    display: -webkit-flex;
    display: flex
}

.listA03 .pic {
    width: 400px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.listA03 .pic:before {
    content: '';
    display: block;
    padding-top: 62%
}

.listA03 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.listA03 .text {
    padding: 20px 40px;
    width: calc(100% - 400px);
    max-width: 100%;
    min-height: 248px;
    border-bottom: 1px dashed #ddd;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.listA03 .tit {
    width: 100%;
    font-size: clamp(16px, 1.25vw, 24px);
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.listA03 .date {
    font-family: DIN-Medium;
    margin-top: 24px;
    width: 100%;
    font-size: 16px;
    color: #999;
    line-height: 1.25;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.listA03 .tit {
    width: 100%;
    font-size: clamp(18px, 1.35vw, 26px);
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.listA03 .date {
    font-family: DIN-Medium;
    margin-top: 24px;
    width: 100%;
    font-size: 18px;
    color: #999;
    line-height: 1.25;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.listA03 .date .icon-date {
    margin-right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(time.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0
}

.listA03 .desc {
    margin-top: 24px;
    width: 100%;
    font-size: 18px;
    color: #63666a;
    line-height: 2;
    max-height: 4em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.listA03 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.listA03 .con:hover .tit {
    color: #084c9c
}

.listA03 .con:hover .desc {
    color: #084c9c
}

.listA04 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.listA04 li {
    margin: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    height: 90px;
    box-sizing: border-box;
    width: calc(50% - 20px);
    box-sizing: border-box;
}

.listA04 li p {
    margin: 0;
    padding: 0;
}

.listA04 li .day {
    width: 70px;
    height: 70px;
    background-color: #12428d;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 18px;
    padding-top: 10px;
    box-sizing: border-box;
}

.listA04 li .day p {
    font-family: 'Times New Roman', Times, serif;
}

.listA04 li .text {
    float: right;
    width: calc(100% - 90px);
    overflow: hidden;
}

.listA04 li .text a {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 180%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.listA04 li .text a:hover {
    color: #ff6600;
}

.zhuanJia {
    margin: 0;
    padding: 0 0 15px 0 !important;

}

.zhuanJia li {
    margin: 0;
    width: 233px;

}

.zhuanJia li a {
    margin: 0 auto;
    width: 192px;
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.zhuanJia li .pic {
    width: 182px;
    overflow: hidden;
    height: 237px;
}

.zhuanJia li .pic img {
    height: 237px;
    width: 182px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.zhuanJia li .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.zhuanJia li .pix {
    width: 182px;
    background-image: url(bg2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 40px;
    background-size: 182px 40px;
    position: relative;
    bottom: 40px;
}

/*  */
.expert {
    margin: 0;
    padding: 0 0 15px 0 !important;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.expert li {
    margin: 0 15px 15px 15px;
    width: calc(16.6% - 30px);
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.expert li a {
    width: 100%;
    display: block;
}

.expert li .pic {
    width: 100%;
    overflow: hidden;
    height: 250px;

}

.expert li .pic img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.expert li .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.expert li .pix {
    width: 100%;
    background-image: url(bg2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 40px;
    background-size: 100%;
    position: relative;
    bottom: 40px;
}



.titH1 {
    font-size: 20px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 5px;
}

.titP1 {
    font-size: 16px;
    color: #757575;
    text-align: left;
    line-height: 150%;
    margin: 5px 10px;
}

.titP2 {
    font-size: 14px;
    color: #292929;
    text-align: left;
    line-height: 150%;
    margin: 5px 10px;
}

.picScroll-left {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.picScroll-left .hd {
    z-index: 9;
    width: 100px;
    height: 40px;
    position: relative;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

.picScroll-left .hd .prev {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url(leftP.png) center center no-repeat;
    background-color: transparent;
    position: absolute;
    left: 0;

}

.picScroll-left .hd .next {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url(rightP.png) center center no-repeat;
    background-color: transparent;
    position: absolute;
    right: 0;

}

.searchZJ {
    width: 700px;
    float: right;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.zjSe {
    width: 150px;
    height: 34px;
    border: 1px solid #d0d4d9;
    border-radius: 3px;
    margin-left: 10px;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}

.ZJbtnL {
    float: left;
    margin: 15px 0 0 15px;
}

.ZJbtnR {
    float: right;
    width: 100px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 0 5px 5px 0;
    background-color: #084999;
    cursor: pointer;
    letter-spacing: 3px;
}

.paiBan {

    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: #084999;
    cursor: pointer;
    letter-spacing: 3px;
    padding: 5px 10px;
    white-space: nowrap;
}

.chuZhen {
    float: right;
}

.t01 {
    margin: 0 15px 0 5px;
}

.tab {
    margin: 0;
    padding: 0;
    width: 190px;
    float: left;
}

.tab li {
    margin: 15px 0 0 0;
    padding: 0;
    background-color: #084c9c;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 22px;
    width: 157px;
    cursor: pointer;
}

.tab li.on {
    background: url(tab.png) center center no-repeat;
    background-color: transparent;
}

.tableAll {
    float: right;
    width: 1200px;
    height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.pad10 {
    padding: 10px;
}




.tableA01 {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    width: 1165px;
    font-size: 18px;
    display: block;
    -webkit-overflow-scrolling: touch;
    /* 平滑滚动 */
    overscroll-behavior: contain;
    /* 限制滚动行为 */
}

.tableA01 tr td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 10px;
}

.tableA01 tr th {
    background-color: #004ea2;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.tableA01 thead {
    position: sticky;
    position: -webkit-sticky;
    /* Safari */
    top: -1px;
    width: 100%;
    /* 确保有宽度 */
    box-sizing: border-box;
    /* 包含内边距 */
    z-index: 10;
}

.tableA01 .zj {
    height: 100%;
    font-size: clamp(16px, 1.04vw, 16px);
    text-align: left
}

.tableA01 .zj .item {
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    align-items: start
}

.tableA01 .zj .item a {
    color: #000;
}


.tableA02 {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    width: 1380px;
    font-size: 18px;
    display: block;
    -webkit-overflow-scrolling: touch;
    /* 平滑滚动 */
    overscroll-behavior: contain;
    /* 限制滚动行为 */
}

.tableA02 tr td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 10px;
}

.tableA02 tr th {
    background-color: #004ea2;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.tableA02 thead {
    position: sticky;
    position: -webkit-sticky;
    /* Safari */
    top: -2px;
    width: 100%;
    /* 确保有宽度 */
    box-sizing: border-box;
    /* 包含内边距 */
    z-index: 10;
}

.tableA02 .zj {
    padding-left: 0px;
    height: 100%;
    font-size: clamp(16px, 1.04vw, 18px);
    text-align: left
}

.tableA02 .zj .item {
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    align-items: start
}

.tableA02 .zj .item a {
    color: #000;
}



em {
    margin: 0 0 8px 8px;
    display: inline-block;
    min-width: 21px;
    line-height: 21px;
    font-size: clamp(12px, 1.04vw, 14px);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0
}

.icn_1 {
    background-color: #e4a850
}

.icn_2 {
    background-color: #c00202
}

.icn_3 {
    background-color: #09cd81
}

.icn_4 {
    background-color: #4bbcec
}

.columnPic {
    background-image: url(columnPic01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}

.columnPic2 {
    background-image: url(columnPic02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}

.columnPic3 {
    background-image: url(columnPic03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic3:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}

.columnPic4 {
    background-image: url(columnPic04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic4:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}
.columnPic5 {
    background-image: url(columnPic05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic5:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}
.columnPic6 {
    background-image: url(columnPic06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic6:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}
.columnPic7 {
    background-image: url(columnPic07.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 300px;
    position: relative;
    width: 100%;
    min-width: 1400px;
}

.columnPic7:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51, 66, 110, 0.5);
    z-index: 5;
}
.columnN {
    width: 1400px;
    margin: 0 auto;
    padding: 25px 0;
    z-index: 9;
    position: relative;
    top: 150px;
}

.columnN h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 36px;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.columnN .link {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
    padding: 0 0 0 25px;
    background-image: url(home.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.columnN .link a {
    color: #fff;
}

.navSubBg {
    box-shadow: 0 5px 5px rgba(51, 66, 110, 0.2);
    display: flex;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    width: 100%;
    min-width: 1400px;
}

.navSub {
    width: 1400px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navSub dd {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 0 15px;
}

.navSub dd a {
    color: #000;
}

.navSub dd.on a {
    color: #004ea2;
    display: block;
    border-bottom: 3px solid #004ea2;
}

.columnNr {
    padding: 30px 0;
    min-height: 500px;
}

.columnL h1 {
    font-size: 26px;
    margin: 5px 0 30px 0;
    padding: 5px;
    font-family: SourceHanSerifCN-Bold;
    color: #12428d;
    text-align: center;
}

.columnNr h3.line {
    font-family: SourceHanSerifCN-Bold;
    font-size: 36px;
    text-align: center;
    line-height: normal;
    margin: 50px 0;
    position: relative;
}
.columnNr h3.line:after{content:'';position:absolute;left:50%;bottom:-15px;width:200px;height:3px;background-color:rgba(8,76,156,.5); margin-left: -100px; }

.columnL h4 {
    font-size: 26px;
    margin: 0;
    padding: 15px 15px 0 15px;
    font-family: SourceHanSerifCN-Bold;
}

.columnL .columnX {
    font-size: 23px;
    margin: 0 0 30px 0;
    text-align: center;
    background-color: #f0f5fa;
    padding:15px;
    border-radius: 5px;
    font-size: 14px;
}

.columnL .columnX .day {
    background-image: url(time.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    padding: 0 10px;
    margin: 0 5px 0 30px;
}

.columnL .columnX .click {
    background-image: url(click.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    padding: 0 10px;
    margin: 0 5px 0 30px;
}

.columnL .containerA p {
    margin-bottom: 10px;
    line-height: 160%;
    font-size: 18px;
}

.columnL .containerA p img {
    max-width: 100%;
}

.w350 {
    width: 350px;
    float: left;
}

.w350 .pic {
    overflow: hidden;
    height: 380px;
    width: 250px;
    margin: 0 auto;
    background-color: #084c9c;
    padding: 10px;
    border-radius:6px;box-shadow:0 4px 4px rgba(0,0,0,.11);
}

.w350 .pic:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url(bg6.png);
    z-index: 2;
}

.w350 .pic img {
    height: 320px;
    width: 250px;
    object-fit: cover;
}

.w350 .pix {
    width: 100%;
    background-image: url(bg3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 60px;
    background-size: 100%;
    position: relative;
    bottom: 60px;
}

.w1020 {
    width: 1020px;
    float: right;
    font-size: 24px;
}

.w1020 .nameT1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.w1020 .nameT1 .nameT2 {
    font-size: 40px;
    color: #084c9c;
    font-weight: 700;
    margin-right: 15px;
    font-family:SourceHanSerifCN-Bold;
}

.w1020 .nameT3 {
    color: #999;
}

.w1020 p {
    font-size: 24px;
    line-height: 180%;
    color: #000;
    margin-bottom: 10px;
}

.pad25v {
    padding: 25px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.appointment {
    padding: 10px 25px;
    background-color: #e4a850;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.codeTx {
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 160px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 50%;
    margin: 0 0 0 -80px;

}

.codeTx p {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.borC {
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}

.borC h4 {
    color: #084c9c;
    text-align: left;
    font-size: 40px;
    padding: 0;
    margin: 0 0 30px 0;
}

.borC p {
    font-size: 24px;
    line-height: 180%;
    color: #000;
    margin-bottom: 10px;
}

.pad25B {
    padding: 0 0 25px 0;
}

.columnSub3 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.columnSub3 li {
    text-align: center;
    margin: 0 20px;
    padding: 15px 40px;
    border-bottom: none;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #f0f5fa;
    font-size: 24px;
    margin-bottom: 10px;
}

.columnSub3 li.on {
    color: #fff;
    background-color: #084c9c;
}

.columnSub3 li a {
    color: #000;
    display: block;
}

.columnSub3 li:hover {
    background-color: #084c9c;
}

.columnSub3 li:hover a {
    color: #fff;
}

.columnSub3 li.on a {
    color: #fff;
}

.columnL .Department2 {
    display: block;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.columnL .Department2 li {
    text-align: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 20%;
    border-bottom: none;
    height: 80px;
    box-sizing: border-box;
}

.columnL .Department2 li a {
    padding: 8px 10px;
    display: block;
    height: 100%;
    min-height: 80px;
    border: 1px solid rgba(8, 76, 156, .4);
    border-radius: 0 16px 0 16px;
    font-size: clamp(18px, 1.25vw, 20px);
    color: #084c9c;
    line-height: 1.2;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
}

.columnL .Department2 li a:hover {
    color: #ffffff;
    background-color: #084c9c;
}

.searchZJ2 {
    width: 70%;
    margin: 30px 15%;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
}

.zjSe2 {
    width: calc(50% - 50px);
    height: 34px;
    border: 1px solid #d0d4d9;
    border-radius: 3px;
    margin-left: 10px;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}

.searchZJ3 {
    width: 70%;
    margin: 30px 15%;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
}

.zjSe3 {
    width: calc(33% - 50px);
    height: 34px;
    border: 1px solid #d0d4d9;
    border-radius: 3px;
    margin-left: 10px;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}

.searchZJ4 {
    width: 70%;
    margin: 50px 15%;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
}

.zjSe4 {
    width: calc(100% - 50px);
    height: 34px;
    border: 1px solid #d0d4d9;
    border-radius: 3px;
    margin-left: 10px;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}

.ZJbtnL2 {
    float: left;
    margin: 15px 0 0 15px;
    width: calc(100% - 140px);
}

.searchZJ3v {
    width: 80%;
    margin: 30px 10% 90px 10%;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
}



.ZJbtnL3 {
    float: left;
    margin: 15px 0 0 15px;
    width: calc(100% - 140px);
}

.ZJbtnL4 {
    float: left;
    margin: 15px 0 0 15px;
    width: calc(100% - 140px);
}

.h300v {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 25px 0;
}
@media  (min-width:800px) and (max-width:1400px) {

    .searchTop {
        width: calc(100% - 30px);
        height: 50px;
        padding: 0 0 5px 0;
        margin: 0;
        float: none;
        border-bottom: 1px solid #4679ba;
        position: fixed;
        top: 75px;
        z-index: 999;
        box-sizing: border-box;
        background-color: #004ea2;
        display: none;
    }

    .navGo {
        width: 40px;
        height: 40px;
        background-image: url(navPh.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #e4a850;
        display: block;
        border-radius: 5px;
        cursor: pointer;
        margin: 0 auto;
        float: none;
        position: fixed;
        top: 15px;
        right: 10px;
        background-size: 24px 24px;
    }

    .navGo:hover {
        background-color: #a06000;
    }

    .searchGo {
        width: 40px;
        height: 40px;
        background-image: url(search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        display: block;
        border-radius: 5px;
        cursor: pointer;
        margin: 0;
        float: right;
        position: relative;
        top: 0px;
        right: 0px;
        background-size: 24px 24px;
    }

    .searchGo:hover {
        background-color: transparent;
    }

    .closed {
        width: 40px;
        height: 40px;
        background-image: url(closed.png);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        cursor: pointer;
        margin: 0 auto;
        float: left;
    }
    .navDiv {
        float: none;
        background-color: #004ea2;
        padding: 15px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 99;
        box-sizing: border-box;
        width: 100%;
        height: calc(100vh - 70px);
        display: none;
    }

    .overflowY {
        overflow-y: hidden;
    }

    .nav {
        width: 100%;
        margin: 0;
        padding: 45px 0 0 0;
        float: left;
        height: calc(100vh - 150px);
        overflow-y: auto;
        box-sizing: border-box;
    }

    .nav li {
        margin: 0 0 0 0px;
        padding: 0;
        float: none;
        font-size: 20px;
        font-weight: normal;
        z-index: 999;
    }

    .nav li a {
        color: #fff;
        display: block;
        overflow: hidden;
        position: relative;
        height: 40px;
        line-height: 40px;
    }

    .nav li a:after {
        content: '';
        position: absolute;
        width: 0;
        top: 0px;
        left: 0;
        height: 4px;
        background: #ffffff;
        transition: all .3s;
        -webkit-transition: all .3s;
        display: none;
    }

    .nav>li.on>h3>a:after {
        width: 100%;
        display: none;
    }
    /*.nav>li>h3>a>span:after{content: ''; position: absolute; width:0; bottom: -3px; left:0; height: 4px; background: #ffffff;transition: all .3s; -webkit-transition: all .3s;} */
    .nav h3 {
        font-size: 100%;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    .nav .sub {
        /*默认隐藏*/
        display: none;
        position: relative;
        top: 0px;
        left: 0px;
        background-color: #1455a3;
        padding: 0 15px 15px 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .nav .sub dd {
        text-align: left;
        float: none;
        margin: 0;
        padding: 5px 0 5px 10px;
        width: calc(100% - 20px);
        border-bottom: 1px solid #4679ba;
        background-image: url(more1.svg);
        background-position: center left;
        background-repeat: no-repeat;
        box-sizing: border-box;

    }

    .nav .sub dd a {
        color: #ffffff;
        display: block;
        zoom: 1;
        font-size: 16px;
        font-weight: normal;
        height: auto;
    }

    .nav .sub dd a:hover {
        color: #ffffff;
    }

    .nav .sub dd a::after {
        width: 100%;
        content: '';
        position: inherit;
        width: 0;
        top: auto;
    }
}
@media only screen and (max-width:800px) {
    .w1400 {
        margin: 0 15px;
        width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }
    .w1400A {
        margin: 0;
        width: calc(100% - 0px);
        min-width: calc(100% - 0px);
    }

    .head {
        height: 75px;
        background: linear-gradient(180deg,rgba(18,66,141,1), rgba(18,66,141,0.7),  rgba(18,66,141,0.35), rgba(23, 86, 175, 0));
        box-sizing: border-box;
        width: 100%;
        min-width: 100%;
        z-index: 999;
        margin: 0;
    }

    .h135 {
        height: 75px;
        display: none;
    }

    .navbar {
        height: 75px;
        background: linear-gradient(180deg,rgba(18,66,141,1), rgba(18,66,141,0.7),  rgba(18,66,141,0.35), rgba(23, 86, 175, 0));
        box-sizing: border-box;
        z-index: 999;
        position: fixed;
        width: 100%;
        min-width: 100%;
        z-index: 999;
        margin: 0;
    }

    .logo {
        width: 70%;
        padding-top: 10px;
        float: left;
    }

    .logo img {
        width: auto;
        max-height: 50px;
    }

    .searchTop {
        width: 40px;
        height: 40px;
        padding-top: 10px;
        float: right;
    }

    .banner {
        height: auto;
        width: 100%;
        min-width: 100%;
        overflow: hidden;
        padding-top: 100px;
        background: url(banner1.png);
        background-repeat: no-repeat;
        background-position:top center;
        background-size: 100% 100px;
    }
    #headPic{ display: none;}
    #headPic .bd ul li {
        width: 100%;
        height: 100px;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        min-width: 100%;
        background-size: 180%;
    }

    .navBg {
        height: auto;
        background-image: url(nav1-bg.png);
        background-position: center;
        background-repeat: repeat-y;
        position: relative;
        bottom: 0px;
    }

    .navCome {
        width: 100%;
        margin: 0 auto;
        padding: 0;

    }

    .navCome li {
        margin: 0;
        padding: 0;
        width: 50%;
        float: left;
        text-align: center;
        height: 210px;

    }

    .navCome li:hover .img img {
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out
    }

    .tab {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

    .tab li {
        margin: 15px 1% 0 1%;
        padding: 0;
        background-color: #084c9c;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        border-radius: 22px;
        width: 48%;
        cursor: pointer;
        float: left;
    }

    .tab li.on {
        background-color: #e4a850;
        background-image: none;
    }

    .tableAll {
        float: right;
        width: 100%;
        height: 400px;
        overflow-y: auto;
        overflow-x: auto;
        margin-top: 20px;
    }


    .pad10 {
        padding: 10px;

    }

    .box1 {
        background-image: url(bg01.png);
        background-position: right top;
        background-repeat: no-repeat;
        min-height: 480px;
        padding: 45px 0;
        width: 100%;
        min-width: 100%;
    }

    .box2 {
        min-height: 480px;
        margin: 0;
        padding: 45px 0;
        background-color: #f0f5fa;
        width: 100%;
        min-width: 100%;
    }

    .box3 {
        min-height: 480px;
        margin: 0;
        padding: 25px 0;
        background-color: #ffffff;
        width: 100%;
        min-width: 100%;
    }

    .box4 {
        min-height: 650px;
        height: 650px;
        margin: 0;
        padding: 15px 0 0 0;
        background-image: url(bg4.png);
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        background-size: auto 650px;

    }

    .box5 {

        margin: 0;
        padding:0;
        background-color: #1756af;
        width: 100%;
        min-width: 100%;

    }

    .slideBox .bd ul li img {
        width: 100%;
        height: 260px;
        display: block;

    }

    .task {
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .task .bd ul li .pix {
        overflow: hidden;
        width: 100%;
        max-height: 200px;
    }

    .task .bd ul li .pix img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .task .bd ul li .pix:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .task .hd {
        height: 40px;
        overflow: hidden;
        position: absolute;
        left: 5px;
        bottom: 10px;
        z-index: 100;
        width: 100%;
    }

    .task .hd ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .task .hd ul li {
        float: left;
        margin: 0 1.6%;
        width: 30%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        color: #666;
        cursor: pointer;
        list-style: none;
        border-radius: 8px;
        font-size: 16px;
        float: left;
    }

    .tasked {
        display: none;
    }

    .chuZhen {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

    .tit {
        margin: 15px 0;
    }

    .searchZJ {
        width: 100%;
        float: right;
        margin-top: 20px;
        height: 250px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .zjSe {
        width: calc(100% - 50px);
        height: 34px;
        border: 1px solid #d0d4d9;
        border-radius: 3px;
        margin: 10px 0 0 10px;
        outline: none;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .ZJbtnR {
        float: right;
        width: 80%;
        margin: 15px 10%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        background-color: #084999;
        cursor: pointer;
        letter-spacing: 3px;
    }


    .zhuanJia {
        margin: 0;
        padding: 0 0 15px 0 !important;

    }

    .zhuanJia li {
        margin: 0;
        width: 50%;
    }

    .zhuanJia li a {
        display: block;
        width: calc(100% - 20px);
        padding: 5px;
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .zhuanJia li .pic {
        width: 100%;
        overflow: hidden;
        height: 200px;

    }

    .zhuanJia li .pic img {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .zhuanJia li .pic:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .zhuanJia li .pix {
        width: 100%;
        background-image: url(bg2.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        height: 40px;
        background-size: 100% auto;
        position: relative;
        bottom: 40px;
    }

    .expert {
        margin: 0;
        padding: 0 0 15px 0 !important;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .expert li {
        margin: 0 5px 15px 5px;
        width: calc(50% - 10px);
        padding: 5px;
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .expert li a {
        width: 100%;
        display: block;
    }

    .expert li .pic {
        width: 100%;
        overflow: hidden;
        height: 230px;

    }

    .expert li .pic img {
        height: 230px;
        width: 100%;
        object-fit: cover;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .expert li .pic:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .expert li .pix {
        width: 100%;
        background-image: url(bg2.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        height: 40px;
        background-size: 100%;
        position: relative;
        bottom: 40px;
    }

    .category {
        width: 100px;
        padding: 30px 0 0 0;
        float: left;
    }

    .category li {
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 20px;
        position: relative;
    }

    .category li h3 {
        border-left: 0px solid #4679ba;
    }

    .category li:nth-of-type(1) h3 {
        border-left: 0px solid #4679ba;
    }

    .category li h3 .w150 {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 10px 0 0 0;
    }

    .category li h3 .w150 p {
        margin: 0;
        padding: 5px 0 0 0;
        font-size: 18px;
    }

    .category li h3 .w150 p img {
        width: 50%;
    }

    .category li h3 .w150:hover {
        background-color: #e4a850;
        border-radius: 15px 0 0 15px;
    }

    .category li.on h3 .w150 {
        background-color: #e4a850;
        border-radius: 15px 0 0 15px;
    }

    .categorySub {
        position: relative;
        top: 0;
        width: calc(100% - 100px);
        float: left;

    }

    .Department {
        display: block;
        position: relative;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px;
        margin: 0px;
        width: 103%;
        box-sizing: border-box;
        height: 550px;
        overflow-y: auto;
    }

    .Department li {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0px;
        width: 100%;
        border-bottom: none;
        height: 50px;
        line-height: 50px;
        background-image: url(more1.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 0 0 20px;
        box-sizing: border-box;

    }

    .Department li a {
        color: #ffffff;
        display: block;
        zoom: 1;
        font-size: 20px;
        font-weight: normal;
    }

    .Department li a:hover {
        color: #ffffff;
    }

    .columnNr h3.line {
        margin: 0px 0 50px 0;
    }

    .columnL .Department2 {
        display: block;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .columnL .Department2 li {
        text-align: left;
        margin-bottom: 20px;
        padding: 5px;
        width: 50%;
        border-bottom: none;
        height: 80px;
        box-sizing: border-box;
    }

    .columnL h1 {
        font-size: 23px;
        margin: 25px auto;
    }

    .columnL .columnX {
        font-size: 23px;
        margin: 25px auto;
        text-align: center;
        background-color: #f0f5fa;
        padding: 15px 0;
        border-radius: 5px;
        font-size: 14px;
    }

    .columnL .columnX .day {
        background-image: url(time.png);
        background-position: left center;
        background-repeat: no-repeat;
        height: 20px;
        padding: 0 10px;
        margin: 0 5px 0 30px;
    }

    .columnL .columnX .click {
        background-image: url(click.png);
        background-position: left center;
        background-repeat: no-repeat;
        height: 20px;
        padding: 0 10px;
        margin: 0 5px 0 30px;
    }

    .columnL .containerA p {
        margin-bottom: 10px;
    }

    .columnL .containerA p img {
        max-width: 100%;
    }

    .w350 {
        width: 100%;
        float: left;
    }

    .w1020 {
        width: 100%;
        float: right;
        font-size: 20px;

    }

    .w1020 .nameT1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .w1020 .nameT1 .nameT2 {
        font-size: 30px;
        color: #084c9c;
        font-weight: 700;
        margin-right: 10px;
        font-family:SourceHanSerifCN-Bold;
    }

    .w1020 p {
        font-size: 20px;
        line-height: 180%;
        color: #000;
        margin-bottom: 10px;
    }

    .borC {
        padding: 35px 0;
        border-bottom: 1px solid #ddd;
    }

    .borC h4 {
        color: #084c9c;
        text-align: left;
        font-size: 30px;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .borC p {
        font-size: 20px;
        line-height: 180%;
        color: #000;
        margin-bottom: 10px;
    }

    .navSubBg {
        display: none;
    }

    .columnPic {
        background-image: url(columnPic01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 200px;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 100%;
    }

    .columnPic:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }

    .columnPic2 {
        background-image: url(columnPic02.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 100%;
    }

    .columnPic2:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height:200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }

    .columnPic3 {
        background-image: url(columnPic03.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 100%;
    }

    .columnPic3:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }

    .columnPic4 {
        background-image: url(columnPic04.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 100%;
    }

    .columnPic4:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }
    .columnPic5 {
        background-image: url(columnPic05.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 1400px;
    }
    
    .columnPic5:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }
    .columnPic6 {
        background-image: url(columnPic06.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 1400px;
    }
    
    .columnPic6:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }
    .columnPic7 {
        background-image: url(columnPic07.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        height: 200px;
        position: relative;
        width: 100%;
        min-width: 1400px;
    }
    
    .columnPic7:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(51, 66, 110, 0.5);
        z-index: 5;
    }
    .columnN {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 0 25px;
        z-index: 9;
        position: relative;
        top: 50px;
        box-sizing: border-box;
    }

    .searchZJ2 {
        width: 100%;
        margin: 30px 0%;
        height: 200px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #dddddd;
    }

    .zjSe2 {
        width: calc(100% - 50px);
        height: 34px;
        border: 1px solid #d0d4d9;
        border-radius: 3px;
        margin: 15px 0 0 10px;
        outline: none;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
    }

    .searchZJ3 {
        width: 100%;
        margin: 30px 0%;
        height: 260px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #dddddd;
    }

    .zjSe3 {
        width: calc(100% - 50px);
        height: 34px;
        border: 1px solid #d0d4d9;
        border-radius: 3px;
        margin: 15px 0 0 10px;
        outline: none;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
    }

    .searchZJ4 {
        width: calc(100% - 0px);
        margin: 50px 0%;
        height: 130px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #dddddd;
    }

    .zjSe4 {
        width: calc(100%);
        height: 34px;
        border: 1px solid #d0d4d9;
        border-radius: 3px;
        margin-left: 10px;
        outline: none;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
    }

    .ZJbtnL4 {
        float: left;
        margin: 15px 0 0 15px;
        width: calc(100% - 50px);
    }

    .searchZJ3v {
        width: 100%;
        margin: 30px 0%;
        height: 260px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #dddddd;
    }

    .ZJbtnL2 {
        float: left;
        margin: 15px 0 0 15px;
        width: calc(100% - 0px);
    }

    .h300v {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: auto;
        margin: 15px 0;
    }

    .listA03 {
        margin-bottom: -20px
    }

    .listA03 li {
        margin-bottom: 20px
    }

    .listA03 .con {
        display: block;
        min-height: 150px
    }

    .listA03 .pic,
    .listA03 .text {
        width: 100%;
        box-sizing: border-box;
    }

    .listA03 .text {
        padding: 15px 20px;
        min-height: 150px
    }

    .listA03 .date {
        margin-top: 10px
    }

    .listA03 .desc {
        margin-top: 10px
    }

    .listA04 li {
        margin: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #dfdfdf;
        height: 90px;
        box-sizing: border-box;
        width: calc(100% - 0px);
        box-sizing: border-box;
    }


    .floor {
        min-height: 278px;
        margin: 0;
        padding: 0;
        background-image: url(bg5.png);
        background-position: bottom left;
        background-repeat: no-repeat;
        width: 100%;
        min-width: 100%;
        background-size: auto 150px;
        background-color: #073280;
    }

    .pad25 {
        padding: 15px 0;
    }

    .pad25 p {
        padding: 0;
        color: #fff;
        margin: 15px 0 0 0;
        text-align: center;
    }

    .links {
        margin: 0;
        padding: 0;
    }

    .links li {
        float: left;
        margin: 0 30px 0 0;
        padding: 0;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #fff;
    }

    .links li a {
        color: #fff;
    }

    .links li a:hover {
        color: #e4a850;
    }

    .linkB {
        margin: 0;
        padding: 0;
    }

    .linkB li {
        margin: 0 0 10px 0;
        padding: 0;
        border-right: 1px solid #fff;
        border-left: 0px solid #fff;
        float: left;
        width: calc(25% - 2px);
        text-align: center;
    }

    .linkB li a {
        color: #fff;
    }

    .linkB li a:hover {
        color: #e4a850;
    }

    .linkB li:nth-of-type(1) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .linkB li:nth-of-type(5) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .code {
        margin: 15px 0 0 0;
        padding: 0;
        width: 100%;
    }

    .right {
        width: 100%;
        float: right;
    }

    .pad30 {
        padding: 0 0 10px 0;
    }

    .pad30 p {
        font-size: 18px;
    }

    .w50 {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .w30 {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    .borA {
        margin: 0px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
    }

    .borB {
        margin: 0px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
    }

    .borB .pix {
        height: 200px;
        width: 100%;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        flex-shrink: 0
    }

    .borB .pix img {
        max-height: 200px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        object-fit: cover;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .w500 {
        width: 100%;
        float: left;
        margin: 15px 0 0 0;
    }

    .w370 {
        width: 100%;
        margin: 15px 0 0 0;
        float: left;
    }

    .searchTop {
        width: calc(100% - 30px);
        height: 50px;
        padding: 0 0 5px 0;
        margin: 0;
        float: none;
        border-bottom: 1px solid #4679ba;
        position: fixed;
        top: 75px;
        z-index: 999;
        box-sizing: border-box;
        background-color: #004ea2;
        display: none;
    }

    .navGo {
        width: 40px;
        height: 40px;
        background-image: url(navPh.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #e4a850;
        display: block;
        border-radius: 5px;
        cursor: pointer;
        margin: 0 auto;
        float: none;
        position: fixed;
        top: 15px;
        right: 10px;
        background-size: 24px 24px;
    }

    .navGo:hover {
        background-color: #a06000;
    }

    .searchGo {
        width: 40px;
        height: 40px;
        background-image: url(search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        display: block;
        border-radius: 5px;
        cursor: pointer;
        margin: 0;
        float: right;
        position: relative;
        top: 0px;
        right: 0px;
        background-size: 24px 24px;
    }

    .searchGo:hover {
        background-color: transparent;
    }

    .closed {
        width: 40px;
        height: 40px;
        background-image: url(closed.png);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        cursor: pointer;
        margin: 0 auto;
        float: left;
    }

    .navDiv {
        float: none;
        background-color: #004ea2;
        padding: 15px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 99;
        box-sizing: border-box;
        width: 100%;
        height: calc(100vh - 70px);
        display: none;
    }

    .overflowY {
        overflow-y: hidden;
    }

    .nav {
        width: 100%;
        margin: 0;
        padding: 45px 0 0 0;
        float: left;
        height: calc(100vh - 150px);
        overflow-y: auto;
        box-sizing: border-box;
    }

    .nav li {
        margin: 0 0 0 0px;
        padding: 0;
        float: none;
        font-size: 20px;
        font-weight: normal;
        z-index: 999;
    }

    .nav li a {
        color: #fff;
        display: block;
        overflow: hidden;
        position: relative;
        height: 40px;
        line-height: 40px;
    }

    .nav li a:after {
        content: '';
        position: absolute;
        width: 0;
        top: 0px;
        left: 0;
        height: 4px;
        background: #ffffff;
        transition: all .3s;
        -webkit-transition: all .3s;
        display: none;
    }

    .nav>li.on>h3>a:after {
        width: 100%;
        display: none;
    }
    /*.nav>li>h3>a>span:after{content: ''; position: absolute; width:0; bottom: -3px; left:0; height: 4px; background: #ffffff;transition: all .3s; -webkit-transition: all .3s;} */
    .nav h3 {
        font-size: 100%;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    .nav .sub {
        /*默认隐藏*/
        display: none;
        position: relative;
        top: 0px;
        left: 0px;
        background-color: #1455a3;
        padding: 0 15px 15px 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .nav .sub dd {
        text-align: left;
        float: none;
        margin: 0;
        padding: 5px 0 5px 10px;
        width: calc(100% - 20px);
        border-bottom: 1px solid #4679ba;
        background-image: url(more1.svg);
        background-position: center left;
        background-repeat: no-repeat;
        box-sizing: border-box;

    }

    .nav .sub dd a {
        color: #ffffff;
        display: block;
        zoom: 1;
        font-size: 16px;
        font-weight: normal;
        height: auto;
    }

    .nav .sub dd a:hover {
        color: #ffffff;
    }

    .nav .sub dd a::after {
        width: 100%;
        content: '';
        position: inherit;
        width: 0;
        top: auto;
    }
    
.borA .pix img {
    width: 100%;
    height:161px;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

}