@charset "utf-8";
body {
    margin: 0;
    background: #fff;
    font-family: "微软雅黑", "黑体";
    font-size: 14px;
    color: #333;
}

ul, li, p, h1, h2, h3, h4, h5, i, h6, address, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

input, textarea, select {
    font-family: "微软雅黑", "黑体";
    font-size: 14px;
    outline: 0;
}

code {
    font-family: "Helvetica Neue", Helvetica, "微软雅黑", "黑体";
}

.cbox {
    width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #004098;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
}
.h_ad {
    width: 1000px;
    margin: 15px auto;
}

.h_ad img {
    display: block;
}

header {
    padding: 20px 0;
	border-top:8px solid #004098;
}

header .logo {
    float: left;
}

header .logo a {
    display: block;
    float: left;
    background: url(../images/logo.gif);
    width: 294px;
    height: 89px;
    overflow: hidden;
    text-indent: -1000px;
    text-decoration: none;
}

header .logo .all {
    background: url(../images/logo-all.gif) no-repeat center center;
    width: 280px;
    height: 61px;
    display: block;
    float: left;
    border-left: 2px solid #000;
    margin: 10px 0 0 10px;
}

header .logo .sub {
    border: 1px solid #004098;
    text-align: center;
    line-height: 32px;
    display: block;
    float: left;
    margin: 10px 0 0 5px;
	font-size:17px;
}

header .logo .sub acronym {
    color: #fff;
    background: #004098;
    display: block;
    padding: 3px 10px;
	font-size:11px;
}

header .search {
    float: right;
    line-height: 30px;
    margin-top: 10px;
}

header .search a {
    color: #000;
    margin: 0 5px;
}
header .search a:hover{
	color: #004098;
}

header .search input,
header .search button {
    border: 1px solid #004098;
    float: left;
    padding: 0 7px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

header .search button {
    background: #004098 url(../images/search_ico.png) no-repeat center center;
    text-indent: -1000px;
    overflow: hidden;
    padding: 0 20px;
}

.indexmenu {
    position: relative;
}

.indexmenu .cbox {
	border-top:1px solid #dedede;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.indexmenu .m {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 54px;
}

.indexmenu .m a {
    color: #333;
    display: block;
    text-align: center;
    padding: 0 10px;
}

.indexmenu .m .sub {
    position: absolute;
    left: 0;
    top: 54px;
    background: #00337a;
    font-size: 14px;
    line-height: 32px;
    display: none;
    z-index: 100;
}

.indexmenu .m .sub a {
    border-bottom: 1px solid #004098;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    padding: 0 30px;
}

.indexmenu .m:hover a {
    background: #00337a;
    color: #fdd000;
}

.indexmenu .m:hover .sub {
    display: block;
}

.indexmenu .m:hover .sub a {
    color: #fff;
}

.indexmenu .m .sub a:hover {
    color: #fdd000;
    background-color: #004098;
}

.indexmenu .m .hs {
    position: relative;
}

.indexmenu .m .hs a {
    background-image: url(../images/min-arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.indexmenu .m .hsub {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.indexmenu .m .hs:hover .hsub {
    display: block;
}

.indexmenu .m .hsub a {
    background-image: none;
}

.pagemenu {
    position: relative;
}

.pagemenu .cbox {
	border-top:1px solid #dedede;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}
.pagemenu .cbox .kinto{
	display: -webkit-box;
}
.pagemenu .sk {
    color: #fff;
    font-weight: 700;
    background: #004098 url(/E_images/min-arrow-right-3.png) no-repeat right center;
    display: block;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    padding: 0 22px 0 10px;
    margin: 9px 0;
}

.pagemenu .m {
    position: relative;
    color: #004098;
    font-size: 15px;
    line-height: 54px;   
}

.pagemenu .m a {
    color: #333;
    display: block;
    text-align: center;
    padding: 0 10px;    
}
.pagemenu .m .m_nav{
	height: 36px;
    line-height: 36px;
    display: inline-block;
}

.pagemenu .m .sub {
    position: absolute;
    left: 0;
    top: 45px;
    background: #00337a;
    font-size: 13px;
    line-height: 34px;
    display: none;
    z-index: 100;
}

.pagemenu .m .sub a {
    border-bottom: 1px solid #004098;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    padding: 0 30px;
}

.pagemenu .m:hover a {
    background: #00337a;
    color: #fff;
}

.pagemenu .m:hover .sub a {
    color: #fff;
}

.pagemenu .m .sub a:hover {
    color: #fff;
    background-color: #004098;
}

.pagemenu .m .hs {
    position: relative;
}

.pagemenu .m .hs a {
    background-image: url(../images/min-arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.pagemenu .m .hsub {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.pagemenu .m .hs:hover .hsub {
    display: block;
}

.pagemenu .m .hsub a {
    background-image: none;
}

.pagemenu .m dt a{
	text-align: left;
    display: inline;
    font-weight: 700;
    color: #004098 !important;
    background-color: #ffffff !important;
}


.pagesubmen {
    position: relative;
	margin-bottom:20px;
}

.pagesubmen .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	min-width:1000px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.pagesubmen .menu .ibox{
	width:1000px;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.pagesubmen .menu a {
    display: block;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    line-height: 38px;
}

.pagesubmen .menu a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.pagesubmen .menu .hs a {
    background-image: url(../images/min-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.pagesubmen .menu .hs:hover a {
    background-color: rgba(255, 255, 255, 0.3);
}

.pagesubmen .menu .sub {
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
}

.pagesubmen .menu .hs:hover .sub {
    visibility: visible;
}

.pagesubmen .menu .sub a,
.pagesubmen .menu .hs:hover .sub a {
    background-color: transparent;
    background-image: none;
    line-height: 26px;
}

.pagesubmen .menu .sub a:hover,
.pagesubmen .menu .hs:hover .sub a:hover {
    color: #fdd000;
    background-color: rgba(255, 255, 255, 0.3);
}

.pagesubmen .swiper-pagination {
    text-align: right;
    bottom: 15px;
    width: 97%;
}

.pagesubmen .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}

.pagesubmen .swiper-pagination-bullet-active {
    background: #004098;
}

.pagesubmen .bg{
	width:100%;
}

.pagemenu .knavmenu{
	width:1000px;
	position:relative;
	height:0px;
	margin:0 auto;
	z-index:200;
}
.pagemenu .knav{
	position:absolute;
	left:0;
	top:0;
	width:200px;
	z-index:201;
	display:none;
}
.pagemenu .knavmenu:hover .knav{
	display:block;
}
.pagemenu .knav .navbox{
	border-left:6px solid #004098;
	background:#f5f5f5;
	position:relative;
}
.pagemenu .knav .m{
	border-left:4px solid #004098;
	position:static;
}
.pagemenu .knav .m a.t{
	display:block;
	border-bottom:1px solid #e1e1e1;
	line-height:34px;
	color:#000;
	text-indent:35px;
	text-align:left;
	padding:0;
	font-size:14px;
}
.pagemenu .knav .m:hover{
	border-left:4px solid #fdd000;
}
.pagemenu .knav .m:hover a.t{
	background:#fff;
	color:#004098;
}
.pagemenu .knav .m dl{
	position:absolute;
	left:190px;
	top:0px;
	border:1px solid #004098;
	/*border-top:0;
	border-left:0;*/
	background:#fff url(../images/dot_27a.jpg) repeat-y -10px 0px;
	padding:10px 20px;
	font-size:12px;
	line-height:16px;
	width:765px;
	z-index:100;
	display:none;
}
.pagemenu .knav .m:hover dl{
	display:block;
}
.pagemenu .knav .m dt{
	font-weight:700;
	color:#004098;
	margin-bottom:5px;
}
.pagemenu .knav .m dd{
	margin-bottom:10px;
}
.pagemenu .knav .m dd a{
	display:inline-block;
	color:#8c8c8c;
	padding:0;
	padding-right:20px;
	/*border-right:1px solid #8c8c8c;*/
	margin-right:20px;
	text-align:left;
	background:none;
	position: relative;
}

.pagemenu .knav .m dd a::after{
	content :"";
	display:block;
	position:absolute;
	border-right:1px solid #8c8c8c;
	width:0px;
	height:70%;
	top:3px;
	right:0;
}
.pagemenu .knav .m dd a:hover{
	color:#004098;
}
.pagemenu .knav .m dd a:last-child{
	border:0;
}

.pagemenu .knav .m dd a:last-child::after{
	content :"";
	border:0;
}


/*footer {
    background: #004098;
    color: #fff;
	font-size:12px;
	padding:20px 0;
	line-height:20px;
}

footer .address {
	float:left;
}
footer .address cite{
	color:#aeb1c0;
	font-style:normal;
}
footer .icp{
	float:right;
}*/
footer {
    background: #004098;
    color: #fff;
}

footer .address {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
footer .f_logo_box{
	margin-top: 10px;
}
footer .f_logo_box img{
	width: 100%;
}

footer address {
    margin-top: 15px;
    line-height: 20px;
}

footer .mob{
	margin-top: 20px;
}

footer .mob a {
    text-indent: -1000px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/app-ico1.png) no-repeat center center;
    text-decoration: none;
    margin: 0 5px;
}

footer .mob a:nth-of-type(2) {
    background-image: url(../images/app-ico3.png);
    cursor: context-menu;
    position: relative;
}
footer .mob a .code{
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -130px;
	left: -130%;
	background: #ffffff;
	border-radius: 5px;
}
footer .mob a .code:after{
	content: "";
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
}
footer .mob a:hover .code{
	display: block;
}
/*footer .mob a:nth-child(4) {
    background-image: url(../images/app-ico3.png);
}*/

footer .ci {
    border-top: 1px solid #6585b1;
    text-align: center;
    line-height: 50px;
    color: #e5e5e5;
    font-size: 13px;
    /*letter-spacing: 3px;*/
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix { /*兼容 IE*/
    zoom: 1;
}

.footmenu{
	background:#f5f5f5;
	color:#666;
}
.footmenu a{
	color:#666;
}
.footmenu a:hover{
	color:#000;
}
.footmenu .cbox{
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	padding:50px 0;
	line-height:20px;
}
.footmenu dl{
	display:block;
	text-align:center;
	font-size:12px;
}
.footmenu dt{
	font-size:14px;
}
.indexMain{
	margin:15px auto;
}
.banner{
	position:relative;
	margin-bottom:20px;
}
.banner .bg{
	display:block;
	width:100%;
}
.banner .cbox{
	position:relative;
}
/*.banner .bilist{
	position:absolute;
	left:0;
	bottom:-8px;
	right:0;
	border-bottom:8px solid #004098;
	z-index: 1;
}*/
.banner .bilist{
	position:absolute;
	left:0;
	bottom:0px;
	right:0;
	/*border-bottom:8px solid #004098;*/
	z-index: 1;
}
/*.banner .bilist .i{
	background:rgba(0,0,0,0.5);
	font-size:16px;
	line-height:40px;
	color:#fff;
}
.banner .bilist .i time{
	display:inline-block;
	padding:5px 15px 0 15px;
	background:#004098;
	color:#fdd001;
}
.banner .bilist .i a{
	padding-top:5px;
	color:#fff;
	display:inline-block;
	text-indent:15px;
}*/


.banner .ibox{
	position: absolute;
	bottom: 0;
	left: 8%;
	width: 84%;
	z-index: 2;
}
.banner .ibox .i{
	background:rgba(0,0,0,0.5);
	font-size:16px;
	line-height:40px;
	color:#fff;
	display: none;
}
.banner .ibox .i.active{
	display: block;
}
.banner .ibox .i time{
	display:inline-block;
	padding:5px 15px 0 15px;
	background:#004098;
	color:#fdd001;
}
.banner .ibox .i a{
	color: white;
}
.banner .swiper-button{
	display: none;
}
.banner .swiper-container:hover .swiper-button{
	display: block;
}
.banner .swiper-button-next{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	right: 2%;
	background:rgba(0,0,0,.5)  url(../images/next.png)no-repeat center;
	background-size: 60% 60%;
}
.banner .swiper-button-prev{
	width: 50px;
    height: 50px;
    border-radius: 100%;
    left: 2%;
    background: rgba(0,0,0,.5) url(../images/prve.png)no-repeat center;
    background-size: 60% 60%;
}

.indexMain .newslist{
	float:left;
	width:570px;
}
.indexMain .newslist h2{
	background:url(../images/news-ico.gif) no-repeat 0 center;
	font-size:18px;
	font-weight:600;
	text-indent:25px;
	border-bottom:1px solid #004098;
	padding:7px 0;
	color:#004098;
}
.indexMain .newslist h2 small{
	color:#b6b6b6;
	text-transform:uppercase;
	margin-left:30px;
	font-size:12px;
}
.indexMain .newslist .more{
	color:#b6b6b6;
	float:right;
	margin-top:-28px;
}
.indexMain .newslist .more:hover{
	color: #004098;
}
.indexMain .newslist li{
	font-size:12px;
	line-height:31px;
	border-bottom:1px solid #e6e6e6;
	position:relative;
	background:url(../images/min-arrow.gif) no-repeat 11px center;
	padding-left:25px;
}
.indexMain .newslist li a{
	color:#202020;
	font-size:14px ;
}
.indexMain .newslist li a:hover{
	color: #004098;
}
.indexMain .newslist li time{
	position:absolute;
	top:0;
	right:0;
	color:#b6b6b6;
}
.indexMain .noticelist{
	float:right;
	width:380px;
}
.indexMain .noticelist .t{
	border-bottom:1px solid #004098;
	line-height:38px;
}
.indexMain .noticelist h2{
	font-size:18px;
	font-weight:600;
	float:left;
	color:#004098;
}
.indexMain .noticelist h2 small{
	color:#b6b6b6;
	text-transform:uppercase;
	margin-left:30px;
	font-size:12px;
}
.indexMain .noticelist .more{
	color:#b6b6b6;
	float:right;
}
.indexMain .noticelist .more:hover{
	color: #004098;
}
.indexMain .noticelist li{
	position:relative;
	font-size:12px;
	clear:both;
	height: 55px;
	margin:15px 0;
}
.indexMain .noticelist li time{
	display:block;
	width:58px;
	height:54px;
	color:#fff;
	float:left;
	background:#004098;
	text-align:center;
	font-size:10px;
	margin-right:10px;
}
.indexMain .noticelist li time b{
	display:block;
	font-weight:400;
	font-size:16px;
	margin:7px 0 3px 0;
}
.indexMain .noticelist li p{
	color:#004098;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.indexMain .noticelist li p a{
	color: #004098;
}
.indexMain .ops{
	border:1px solid #b6b6b6;
	min-height:100px;
	margin-top:30px;
}
.indexProject{
	text-align:center;
	margin-top:30px;
}
.indexProject h2{
	display:inline-block;
	background:#fff;
	margin:0 auto;
	font-size:24px;
	font-weight:600;
	color:#004098;
	padding:0 20px;
}
.indexProject hr{
	background:#ccc;
	height:1px;
	border:0;
	margin-top:-15px;
}
.indexProject .items{
	margin-top:40px;
	text-align:left;
	display:-webkit-flex;
	display: -webkit-box;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.indexProject .item{
	width:307px;
	margin-bottom:30px;
}
.indexProject .item .cover{
	overflow:hidden;
	position:relative;
}
.indexProject .item .cover img{
	display:block;
	width:100%;
}
.indexProject .item .cover h3{
	line-height:50px;
	background:rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
.indexProject .item .info{
	font-size:11px;
	color:#5a5a5a;
	margin:10px 0;
}
.indexProject .item .info time{
	float:right;
}
.indexProject .item h4{
	font-size:16px;
	color:#4e3201;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:10px;
}
.indexProject .item h4 a{
	color:#004098 ;
}
.indexProject .item p{
	font-size:14px;
	color:#5a5a5a;
	line-height:20px;
}
