/* reset css */
html,
body,
div,
p,
input,
ul,
li,
ol,
button {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

input,
button {
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    color: #013C85;
    text-decoration: none;
}

.clearfix::after,
.clearfix::before {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.mt_60 {
    margin-top: 60px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_40 {
    margin-top: 40px;
}

.font_18 {
    font-size: 18px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_12 {
    font-size: 12px;
}

.t_c {
    text-align: center;
}

/* page css */
body {
    font-family: Microsoft YaHei;
    background-color: #fff;
    color: #333;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* 头部 */
.header {
    height: 116px;
}

.header .search {
    margin-top: 38px;
    position: relative;
}

.header input {
    width: 350px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #013C85;
    text-indent: 23px;
    color: #013C85;
}

.header button {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 27px;
    background: url(/template/default/pc/skin/img/sou.png) no-repeat center center/auto 100%;
    cursor: pointer;
}

.header :-ms-input-placeholder {
    color: #013C85;
}

.header ::-webkit-input-placeholder {
    color: #013C85;
}

.header :-moz-placeholder {
    color: #013C85;
}

.header .logo {
    display: block;
    line-height: 74px;
    font-size: 32px;
    font-family: Adobe Heiti Std;
    color: #1C2064;
    padding-top: 26px;
}

.header .logo div,
.header .logo img {
    display: block;
    float: left;
}

.header .logo img {
    height: 64px;
    margin-right: 16px;
}

/* banner */
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 483px;
    display: block;
    margin: 0;
}
.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #013C85 !important;
    opacity: 1;
}
.swiper-pagination-bullet:visited{
    outline: none;
}

/* nav */
.nav {
    height: 117px;
    background-color: #013C85;
}

.nav-ul {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.nav-ul li {
    width: 130px;
    text-align: center;
}

.nav-ul li a {
    display: block;
    color: #fff;
    padding-top: 20px;
    height: 100%;
    box-sizing: border-box;
}

.nav-ul li a:hover {
    background-color: rgba(255, 255, 255, .3);
}

.nav-ul li img {
    height: 38px;
    display: block;
    margin: 0 auto;
}

.nav-ul li .nav-tit {
    font-size: 18px;
    margin-top: 15px;
}

/* 主体部分 */
.items {
    padding-top: 20px;
    padding-bottom: 55px;
}

.item {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    margin-top: 35px;
    padding: 0 20px;
}

.item-notice,
.item-news {
    width: 690px;
}

.item-recruit,
.item-infor {
    width: 490px;
    float: right;
}

.item-notice,
.item-news,
.item-recruit,
.item-infor {
    height: 340px;
}

.item .item-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid rgba(64, 108, 163, .3);
    padding-bottom: 11px;
    padding-top: 20px;
    position: relative;
}

.item .item-head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 133px;
    height: 2px;
    background: #016CA0;
}

.item .more {
    font-size: 14px;
    color: #013C85;
}

.item .title {
    font-size: 24px;
    font-weight: 700;
    color: #013C85;
    padding-left: 21px;
    background: url(/template/default/pc/skin/img/dot.png) no-repeat left center/7px auto;
}

.item-notice .item-cont .img {
    position: relative;
    padding-top: 25px;
}

.item-notice .item-cont .img img {
	max-width:283px;
    display: block;
    margin: 0;
    height: 229px;
}

.item-notice .item-cont .img .descri {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.item-notice .lists {
    margin-left: 305px;
    font-size: 16px;
}

.lists {
    font-size: 16px;
}

.item .lists li {
    padding-top: 31px;
}

.lists li:first-child {
    padding-top: 25px;
}

.item .lists .time {
    color: #ACACAC;
}

.item .lists li .word {
    width: 70%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-recruit .lists li .word,
.item-infor .lists li .word {
    width: 77%;
}

.item-news .img {
    padding-top: 15px;

}

.item-news .img img {
    height: 244px;
    display: block;
    margin: 0;
	max-width: 210px;
}

.item-news .news-list {
    margin-left: 230px;
    padding-top: 8px;
}

.item-news .news-list li {
    height: 60px;
}

.item-news .news-list .date {
    height: 100%;
    border-bottom: 2px dotted #EFEFEF;
    padding-top: 10px;
}

.item-news .news-list .date .month {
    font-size: 14px;
}

.item-news .news-list .date .day {
    font-size: 24px;
    font-weight: 700;
}

.item-news .news-list .word {
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    margin-left: 75px;
    width: 78%;
}

.item-last {
    height: 454px;
}

.item-quick {
    width: 600px;
}

.item-video {
    width: 510px;
}

.item-video .video {
    margin-top: 35px;
    box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.22);
}

.item-video #video {
    width: 100%;
    height: 334px;
}

.item-quick .quick-item {
    width: 268px;
    height: 138px;
    border-radius: 10px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.item-quick .quick-item img {
    height: 68px;
}

.item-quick .quick-item .word {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-left: 19px;
    text-align: center;
}

.item-quick .quick-items {
    padding-top: 42px;
}

.quick-items .quick-item:first-child {
    background: #EFC946;
    float: right;
}

.quick-items .quick-item:nth-child(2) {
    background: #FE9166;
}

.quick-items .quick-item:nth-child(3) {
    background: #3FB8FE;
    float: right;
    margin-top: 50px;
}

.quick-items .quick-item:nth-child(4) {
    background: #BF93DD;
    margin-top: 50px;
}

/* 底部 */
.footer {
    width: 100%;
    min-height: 250px;
    background: #F1F1F1;
  padding-bottom: 1rem;
}

.footer>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.footer .link a{
    display: block;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    color: #000;
    opacity: 0.8;
    margin-top: 22px;
}

.footer .link a:hover {
    color: #013C85;
}

.footer .foot-tit {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    color: #013C85;
    padding-left: 13px;
    /* border-left: 3px solid #013C85; */
    position: relative;
}

.footer .foot-tit::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-left: 3px solid #013C85;
}
.footer .info .info-detail{
    line-height: 25px;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    color: #000;
    opacity: 0.8;
    margin-top: 14px;
}
.footer .info .info-detail .word{
    margin-left: 3em;
}

.footer .code img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.footer .code .word {
    font-size: 16px;
    /*font-weight: 700;*/
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.copyright {
    height: 67px;
    background: #013C85;
    text-align: center;
    font-size: 16px;
    font-family: SimHei;
    color: #FFFFFF;
    line-height: 67px;
}