@charset "utf-8";

@import "common.css?v=1.1.97";

.nav{
    height: 80px;
    position: absolute;
    overflow: hidden;
    left: 0px;
    right: 0px;
    z-index: 99;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav .nav-menu-content {
    width: 1350px;
    height: 300px;
    margin: 0px auto;
    overflow: hidden;
}

.nav .nav-menu-content a.navMenu-title {
    display: block;
    height: 80px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.nav .nav-menu-content a.navMenu-title:hover {
    color: #023f70;
}

.nav .nav-menu-content .logo{
    width: 200px;
    height: 80px;
    padding: 10px 0px;
    overflow: hidden;
}

.nav .nav-menu-content .logo img{
    display: block;
    width: 185px;
    height: 60px;
}

.nav .nav-menu-content .navMenu-item-content {
    height: 220px;
    border-right: 1px solid rgba(0,0,0,.15);
}

.nav .nav-menu-content .navMenu-item-content ul li{
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav .nav-menu-content .navMenu-item-content ul li a{
    font-size: 16px;
    color: #333;
}

.nav .nav-menu-content .navMenu-item-content ul li a:hover{
    color: #023f70;
}

.nav.dow-hover  {
    height: 300px;
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 80px, rgba(255,255,255,.85) 300px);
}

.nav.dow-hover a.navMenu-title  {
    color: #333;
}

.notcie{
    width: 1350px;
    height: 106px;
    margin: 0px auto;
    overflow: hidden;
}

.notcie .swiper-slide{
    width: 315px;
    height: 106px;
    margin-right: 30px;
    padding-right: 30px;
    border-right: rgba(2,63,112,0.1) 1px solid;
}

.notcie .swiper-slide:last-child{
    margin-right: 0px;
    border-right:none;
}

.notcie .swiper-slide::before{
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 26px;
    margin-bottom: 4px;
    padding: 0px 10px;
    content: '最新公告';
    background: none;
    border: #f18a00 1px solid;
    box-sizing: content-box;
    border-radius: 10px 10px 10px 0px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: #f18a00;
}

.notcie .swiper-slide h4{
    height: 48px;
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.notcie .swiper-slide p.info{
    display: none;
    height: 40px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #666;
}

.notcie .swiper-slide p.time{
    height: 16px;
    line-height: 1;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    color: #999;
}

.cutline{
    width: 1350px;
    height: 4px;
    margin: 0px auto;
    background: url(../images/inside_bn_bg.png?v=1.0) top center repeat-x;
}

.silder{
    width: 660px;
    height: 480px;
    overflow: hidden;
}

.silder .hd,
.article .hd{
    height: 50px;
    margin-bottom: 10px;
}

.silder .hd h3,
.article .hd h3{
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    color: #023f70;
}

.silder .hd span,
.article .hd span{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/arrow--right--big.png) center no-repeat;
	background-size: 26px;
}

.silder .hd span a,
.article .hd span a{
    display: inline-block;
	width: 28px;
	height: 28px;
}

.silder .swiper{
    width: 660px;
    height: 420px;
    overflow: hidden;
}

.silder .swiper .swiper-slide {
    overflow: hidden;
    border: #dfe6f1 1px solid;
}

.silder .swiper .swiper-slide .thumb{
    width: 314px;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.silder .swiper .swiper-slide .thumb img{
    display: block;
    width: 314px;
    height: 220px;
}

.silder .swiper .swiper-slide .inner{
    height: 198px;
    padding: 20px;
    overflow: hidden;
    background: #fff;
}

.silder .swiper .swiper-slide .inner .title{
    height: 44px;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.silder .swiper .swiper-slide .inner .sub{
    height: 40px;
    line-height: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
}

.silder .swiper .swiper-slide .inner .nums{
    height: 40px;
    line-height: 40px;
    border-top: #eee 1px solid;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    color: #666;
}

.silder .swiper .swiper-slide .inner .nums .time{
    padding-left: 18px;
    background: url(../images/icon_clock.png) left center no-repeat;
    background-size: auto 14px;
}

.silder .swiper .swiper-slide .inner .nums .hits{
    padding-left: 22px;
    background: url(../images/icon_view.png) left center no-repeat;
    background-size: auto 14px;
}

.article{
    width: 660px;
    height: 480px;
    overflow: hidden;
}

.article .front{
    height: 80px;
    overflow: hidden;
}

.article .front li{
    height: 80px;
    padding-bottom: 10px;
    border-bottom: #dfe6f1 1px solid;
}

.article .front li:first-child{
    margin-right: 30px;
}

.article .front li .date{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
    background: url(../images/date.png) center no-repeat;
    background-size: cover;
}

.article .front li .date strong {
    display: block;
    line-height: 1.2;
    font-size: 28px;
    font-family: 'Roboto-Regular';
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.article .front li .date small {
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto-Regular';
    color: #fff;
}

.article .front li .title{
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.article .list{
    overflow: hidden;
}

.article .list li{
    height: 40px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

.article .list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #c6c7cb;
    position: absolute;
    left: 0;
    top: 20px;
}

.article .list li .news_title{
    display: block;
    margin-right: 20px;
    line-height: 1;
    font-size: 16px;
}

.article .list li .news_time{
    line-height: 1;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #999;
}

.wall{
    height: 500px;
    background: #023f70;
    background: url(../images/figure.jpg?v=1.0.1) center no-repeat;
    background-size: cover;
    border-radius: 100px 0px 0px 0px;
    padding: 50px 0px 0px 80px;
}

.wall .honnor{
    width: 500px;
    height: 410px;
    overflow: hidden;
    padding-right: 20px;
    border-right: #dfe6f12e 1px solid;
}

.wall .honnor .hd .tit{
	height: 50px;
    line-height: 50px;
}

.wall .honnor .hd .tit h3{
	font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.wall .honnor .hd .more{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/arrow--right--white.png) center no-repeat;
	background-size: 26px;
}

.wall .honnor .hd .more a{
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
}

.wall .honnor .bd{
    overflow: hidden;
}

.wall .honnor .bd li{
    width: 238px;
    height: 120px;
}

.wall .honnor .bd li .icon{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.wall .honnor .bd li .icon img{
    display: block;
    width: 40px;
    height: 40px;
}

.wall .honnor .bd li .value p{
    line-height: 1.1;
    font-size: 14px;
    color: #fff;
}

.wall .honnor .bd li .value p strong{
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto-Regular';
}

.wall .honnor .bd li .value p small{
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.wall .swiper {
        width: 700px;
        height: 400px;
        overflow: hidden;
      }

.wall .swiper .swiper-slide {
        height: 400px;
        padding-top: 30px;
      }

.wall .swiper .swiper-slide .avatar{
    width: 320px;
    height: 320px;
    margin-right: 20px;
}

.wall .swiper .swiper-slide .avatar img{
    display: block;
    width: 320px;
    height: 320px;
}

.wall .swiper .swiper-slide .intro{
    height: 360px;
    padding-right: 20px;
    overflow: hidden;
}

.wall .swiper .swiper-slide .intro h4{
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.wall .swiper .swiper-slide .intro h5{
    opacity: .8;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.wall .swiper .swiper-slide .intro p{
    display: block;
    margin-bottom: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.wall .swiper .swiper-slide .intro a{
    display: block;
    width: 180px;
    height: 46px;
    background: none;
    border:#fff 1px solid;
    border-radius: 23px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
}

.wall .swiper .swiper-slide .intro a:hover{
    background: #fff;
    border:#fff 1px solid;
    color: #023f70;
}

.blue{
    background: #023f70;
}

.event{
    width: 300px;
    height: 260px;
    overflow: hidden;
	margin-right: 50px;
}

.event:last-child{
    margin-right: 0px;
}

.event .hd{
    height: 50px;
    margin-bottom: 10px;
}

.event .hd .tit{
	height: 50px;
    line-height: 50px;
}

.event .hd .tit h3{
	font-size: 22px;
    font-weight: bold;
    color: #023f70;
}

.event .hd .more{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/arrow--right--big.png) center no-repeat;
	background-size: 26px;
}

.event .hd .more a{
    display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
}

.event .bd{
    height: 200px;
    overflow: hidden;
}

.event .bd li{
	width: 300px;
    height: 40px;
    padding-left: 10px;
    position: relative;
}

.event .bd li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #c6c7cb;
    position: absolute;
    left: 0;
    top: 20px;
}

.event .bd li .news_title{
	height: 16px;
    line-height: 1;
    font-size: 16px;
}

.newsphoto{
    width: 1350px;
    height: 200px;
    overflow: hidden;
    margin: 0px auto;
}

.newsphoto .hd{
    height: 50px;
    margin-bottom: 10px;
}

.newsphoto .hd .tit{
	height: 50px;
    line-height: 50px;
}

.newsphoto .hd .tit h3{
	font-size: 22px;
    font-weight: bold;
    color: #023f70;
}

.newsphoto .hd .more{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/arrow--right--big.png) center no-repeat;
	background-size: 26px;
}

.newsphoto .hd .more a{
    display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
}

.newsphoto .swiper {
    width: 1350px;
    height: 190px;
    overflow: hidden;
}
    
.newsphoto .swiper .thumb {
    width: 200px;
    height: 186px;
    overflow: hidden;
    margin-right: 15px;
    background: #eee;
    border-radius: 10px;
    }
    
.newsphoto .swiper .thumb img{
    display: block;
    width: 200px;
    height: 186px;
}

.newsphoto .swiper .inner h4{
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.newsphoto .swiper .inner a{
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.newsphoto .swiper .click{
    height: 20px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}

.newsphoto .swiper .click a{
    padding-right: 16px;
    background: url(../images/right.png?v=1.0.0) right center no-repeat;
    background-size: auto 14px;
    color: #023f70;
}

.newsphoto .swiper .click a:hover{
    opacity: .8;
}