*{ 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;}
body{font-family:'微软雅黑';font-size: 10px;}
.my-width{width: 1200px; margin: 0 auto;}

.w33{ width: calc(33.33% - 20px);}
.w50{width: calc(50% - 15px);}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 50px;}
.ml{ margin-left: 30px;}
.fl{float: left;}
.fr{float: right;}
.posr{position: relative;}
.pb25{padding-bottom: 25px;}
.ptb30{padding: 45px 0;}
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */








/* ********************************************** */
/* 头部 */
.header{
    min-width: 1200px;
    background: url("../img/headBg.png") no-repeat;
}
.header>div.my-width{
    height: 175px;
    position: relative;
}
.header img{
    position: absolute;
    top: 50%;left: 0;
    transform: translateY(-50%);
}

.search{
    position: absolute;
    top: 50%;right: 0;
    transform: translateY(-50%);
    width: 250px;
	height: 35px;
	background-color: #0d3161;
    border: solid 1px #8f9eb1;
    box-sizing: border-box;
}
.search .search-txt{
    float: left;
    width: calc(100% - 35px);
    border: none;
    box-sizing: border-box;
    background: none;
    line-height: 33px;
    height: 35px;
    padding-left: 10px;
    color: rgba(255, 255, 255, .7);
}
.search .search-btn{
    float: left;
    width: 35px;
    height: 33px;
    background: url("../img/search.png") no-repeat center;
    border: none;
}
input::-webkit-input-placeholder{ color:rgba(255, 255, 255, .7);}
input:-moz-placeholder{ color:rgba(255, 255, 255, .7);}
input:-ms-input-placeholder{ color:rgba(255, 255, 255, .7);}
/* ********************************************** */



/* ********************************************** */
/* 导航 */
.nav{
    background: #0d3161;
    min-width: 1200px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.nav .wpnav{
    height: 45px;
}
.nav .wpnav>li{
    width: calc(99.9% / 8);
    float: left;
    position: relative;
}
.nav .wpnav>li:first-child::before{
    display: none;
}
.nav .wpnav>li>a{
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
	color: #ffffff;
}

.nav .wpnav>li:hover{
    background: #b12a00;
}
.nav .wpnav>li:hover>.subnav{
    display: block;
}
.subnav{
    border-top: 2px solid #b12a00;
    display: none;
    position: absolute;
    top: 45px;
    z-index: 99;
    min-width: 100%;
    width: auto;
    background-color: #0d3161;
}
.subnav::before{
    content: "";
    display: block;
    width: 0;height: 0;
    border: 6px solid;
    border-color: #b12a00 transparent transparent transparent;
    position: absolute;
    left: 40%;
}

.subnav>li  {
    display: inline-block;
    min-width: 100%;
    width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
}
.subnav>li>a{
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    text-align: left;
    color: #fff;
    padding: 0 25px;
    min-width: 100%;
    width: auto;
    box-sizing: border-box;
    white-space: nowrap;
}
.subnav>li:hover>a{
    background: #366fbb;
}
.subnav>li:hover>ul{
    display: block;
}
.subnav>li>ul{
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
}
.subnav>li>ul>li>a{
    display: block;
    line-height: 45px;
    background: #215294;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.subnav>li>ul>li:hover>a{
    background: #8fa8c9;
}
/* ********************************************** */



/* ********************************************** */
/* 底部 */
.footer{
    background: url("../img/footerBg.png") no-repeat center;
    background-size: cover;
}
.footer .links{
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.footer .links ul li{
    float: left;
    width: auto;
}
.footer .links ul li a{
    display: inline-block;
    line-height: 53px;
    font-size: 14px;
    color: #fff;
    margin: 0 20px;
}
.footer .links ul li:hover a{
    text-decoration: underline;
}
.footer .fmain{
    min-height: 114px;
    position: relative;
}
.footer .links ul li:first-child{
    line-height: 53px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-right: 25px;
}
.footer .fmain img{
    display: inline-block;
    position: absolute;
    top: 50%;left: 0;
    transform: translateY(-50%);
}
.footer .fmain .contact{
    position: absolute;
    top: 50%;right: 0;
    transform: translateY(-50%);
}
.footer .fmain .contact p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;text-align: right;
}
/* ********************************************** */


/* ********************************************************** */
/* ******************************************************* */
/* *************************************************** */
/* ********************************************** */
.subpage-left {
    float: left;
    width: 260px;
}
.subpage-left .program-name{
    line-height: 70px;
    background: #06459c;
    color: #fff;
    padding-left: 27px;
    font-size: 24px;
}
.program-list{
    box-sizing: border-box;
    background-color: #eff2f9;
}
.program-list li{
    position: relative;
    border: 1px solid #fff;
}
.program-list li a{
    font-size: 16px;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
}
.program-list li:hover a{
    color: #1e57a6;
}
.program-list li:hover{
    border-left:4px solid #1e57a6;
    background-color: #d7dde5;
}

.subpage-right{
    float: right;
    width: 900px;
    border: solid 1px #dddddd;
    padding: 20px 30px;
    box-sizing: border-box;
}
.subpage-right-title{
    padding: 20px 0;
    border-bottom: solid 1px #dddddd;
}
.subpage-right-title .section-name{
    float: left;
    line-height: 30px;
    padding-left: 16px;
    border-left: 6px solid #ddd;
    font-size: 18px;
	color: #1e57a6;
}
.subpage-right-title .address{
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}