*{ padding:0;margin: 0px;}
ul,li{list-style: none;}
a{text-decoration: none; color: inherit;}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/}
a:visited{text-decoration:none; /*指已经访问过的链接*/}
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:active{text-decoration:none;/* 指正在点的链接*/ }
li:hover{cursor:pointer;/* 触碰时变成小手*/}
.clr::after{content: "";display: block;clear: both;}

.my-width{width: 1200px; margin: 0 auto;}
@media(max-width:1200px){.my-width{width: 970px;}}/* 87 */
@media (max-width: 992px){.my-width { width: 750px; }}/* 66.58 */
@media (max-width: 768px){ .my-width { width: 92%; }}/* 62.38 */

.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.ml30{margin-left: 30px;}

.pt40{ padding-top: 40px;}
.pd50{ padding-bottom: 50px;}

.w50{ width: calc(50% - 20px);}

.fl{float: left;}
.fr{float: right;}

.bgf1f3f6{ background-color: #f1f3f6;}
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */



/* ********************************************** */
/* 头部 */
.header{
    background-image: linear-gradient(0deg, #003e6a 0%, #195a89 100%);
}
.header .top{
    border: 1px solid rgba(255, 255, 255, .1);
    line-height: 40px;
    color: #fff;
}
.header>div.my-width{
    height: 135px;
    position: relative;
}
.header>div.my-width img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 搜索 */
.header .search{
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    width: 265px;
    height: 35px;
}
.header .search .search-txt{
    width: calc(100% - 60px);
    float: left;
    border: none;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.header .search .search-btn{
    float: right;
    width: 60px;
    height: 35px;
    border: none;
    background-image: url("../img/search.png");
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.search-txt::-webkit-input-placeholder { color: #fff;}
.search-txt::-moz-placeholder { color: #fff;}
.search-txt:-ms-input-placeholder {  color: #fff;}

.header .navBtn{
    display: none;
    width: 4.67vw;
    height: 3.87vw;
    background: url("../img/navBtn.png") no-repeat;
    position: absolute;
    top: calc(50% - 1.9vw);
    right: 0;
    background-size: cover;
}


/* 导航*/
.wp_nav>li{
    width: calc(99.9% / 7);
    float: left;
    position: relative;
}
.wp_nav>li>a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.wp_nav .sub-nav{
    display: none;
    position: absolute;
    top: 40px !important;
    min-width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(13, 4, 8, 0.04);
}
.wp_nav .sub-nav .nav-item a {
    display: inline-block;
    min-width: 100%;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    box-sizing: border-box;
    border-top: none;
}

@media (min-width: 768px){
    .wp_nav>.nav-item:hover>a{ color: #fff; background: #005ea4 ;}
    .wp_nav>.nav-item:hover .sub-nav{ display: inline-block; } 
    .wp_nav .sub-nav .nav-item a.parent:hover { background: #ddd; color: #0b2091;}
}
/* ********************************************** */



/* ********************************************** */
.footer{
    background-image: linear-gradient(0deg, 
    #003e6a 0%, 
    #195a89 100%);
}
.footer .links{
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.footer .fmain{
    min-height: 265px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .fmain img{
}
.footer .fmain .contact{
    color: #fff;
    white-space: pre-wrap;
    line-height: 25px;
}

.footer .link{
    float: right;
    width: 300px;
    color: #333;
    position: relative;
    height: auto;
    border: solid 1px #bbbbbb;
}
.footer .link span{
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding-left: 10px;
}
.footer .link span::after{
    content: "";
    display: block;
    width: 0;height: 0;
    position: absolute;
    border: 6px solid;
    border-color:#fff transparent transparent  transparent;
    right: 15px; top: 16px;
}
.footer .link ul{
    background-color: #fff;
    z-index: 999;
    position: absolute;
    bottom: 42px;
    width: 100%;
    display: none;
    border-bottom: 10px solid transparent;
    box-shadow: 4px 4px 10px rgba(0,0,0,.25);
}
.footer .link:hover ul{
    display: block;
}
.footer .link ul li{
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}
.footer .link ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.footer .link ul li:hover{
    color: #164391;
}
.footer .erwm{
    padding-top: 62px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer .erwm li{
    float: left;
}
.footer .erwm li:last-child{
    float: right;
}
@media (max-width: 1200px){
    .footer .fmain>img { width: 350px;}
    .footer .fmain .contact{ width: 290px;}
    .footer .link { width: 230px;}
    .footer .erwm{ padding-left: 0; padding-right: 0;}
}
@media (max-width: 992px){
    .header .search { display: none;}
    .foot-right { display: none;}
}
@media (max-width: 768px){
    .my-width { width: 92%; }
    .header>div.my-width { height: 18vw;}
    .header>div.my-width img{ display: block; width: 75vw;}
    .header .navBtn { display: block;}

    .header .top{ display: none; }
    .nav{ width: 35vw; position: absolute; background: #fff; 
        right: 4vw; top: 18vw; z-index: 998;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
    .wp_nav>li{ width: 100%; }
    .wp_nav .sub-nav { position: static; background: #00335a;
        box-shadow:none;}
    .wp_nav .sub-nav li a { display: block; color: #fff; text-align: left; padding-left: 15px;
        text-overflow: ellipsis; overflow: hidden;}

    .footer .fmain { display: block; padding: 30px 0;}
    .footer .fmain>img { display: block; width: 60vw; margin: 0 auto;}
    .footer .fmain .contact { width: 100%; font-size: 16px; margin-top: 30px;}
    .foot-right { display: block; margin-top: 30px;}
    .footer .link { width: 100%;}
}
/* ********************************************** */

/* ********************************************** */
.gallery{
    height: 400px;
    background: url("../img/gallery.png") no-repeat center;
}

.subpage-left {
    float: left;
    width: 21%;
}
.subpage-left .program-name{
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-color: #055898;
	border-radius: 4px;
}
.program-list{
    box-sizing: border-box;
}
.program-list li{
    position: relative;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    margin-top: 10px;
    text-align: center;
}
.program-list li a{
    font-size: 18px;
    line-height: 45px;
    box-sizing: border-box;
    color: #666;
}
.program-list li:hover {
    border: 1px solid #00335a;
}
.program-list li:hover a{
    color: #00335a;
}

.subpage-right{
    float: right;
    width: 75%;
}
.subpage-right-title{
    padding: 10px 0;
    border-bottom: solid 1px #dddddd;
}
.subpage-right-title .section-name{
    float: left;
    line-height: 30px;
    font-size: 20px;
	font-weight: bold;
	color: #00335a;
}
.subpage-right-title .address{
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}
@media(max-width:1200px){
    .subpage-right { width: 100%;}
    .subpage-left { display: none;}
    .subpage-right-title .section-name{ display: none;}
    .subpage-right-title .address{ float: left;}
    .subpage-right-title{ padding: 0; padding-bottom: 10px;}
}
/* ********************************************** */
.list>li{
    border-bottom: 1px dashed #ddd;
    height: 50px;
    box-sizing: border-box;
    position: relative;
}
.list>li::before{
    content: "";
    display: block;
    width: 6px;
	height: 6px;
    background-color: #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list>li>a{
    float: left;
    width: calc(100% - 100px);
    line-height: 50px;
    font-size: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list>li>span{
    float: right;
    width: 95px;
    font-size: 14px;
    color: #999;
    line-height: 50px;
}
.list>li:hover>a,.list>li:hover>span{
    color: #0b2696;
}
.list>li:hover::before{
    background-color: #0b2696;
}
/* ********************************************** */



/* ********************************************** */
.article{
    margin-top:45px;
}
.article .article-title{
    margin-bottom: 20px;
}
.article .article-title h1{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.article .article-title .about{
    display: flex;
    justify-content: center;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #999;
    font-size: 14px;
}
.article .article-title .about .line{
    background-color: #dddddd;
    margin: 0 20px;
}
.article .content{
    min-height: 600px;
    margin-top: 10px;
}
.article  .content img {
    max-width: 100% !important;
}
@media (max-width: 550px){
    .article .a-header .a-title { margin-bottom: 10px; text-align: left;}
    .article .article-title .about{ display: block; line-height: 24px;}
}