﻿body {
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
}


/*首页*/



.header-top {
	    width: 1229px;
    margin: 0 auto;
    padding-right: 56px;
    box-sizing: border-box;
}

.header-top-con {
	margin-left: 2px;
}

.header-top a {
	display: inline-block;
	padding-right: 15px;
	font-size: 14px;
	line-height: 33px;
	color: white;
}

.header-top img {
	vertical-align: middle;
}

.header-top .wx,
.header-top .wb {
	position: relative;
}

.header-top .wx:hover>div {
	display: block;
}

.header-top .ewm {
	display: none;
	position: absolute;
	left: -13px;
	min-width: 143px;
	min-height: 147px;
	padding: 12px 10px;
	background-color: #ffffff;
	border: solid 1px #669ff1;
	text-align: center;
	line-height: 147px;
	z-index: 999;
	vertical-align: middle;
	box-sizing: border-box;
}

.header-top .ewm img {
	width: 122px;
	height: 122px;
}

.header-top .wb .ewm {
	left: -13px;
}

.header-top .wb:hover>div {
	display: block;
}

.header-log {
	position: relative;
	width: 1244px;
	margin: 0 auto;
	margin-bottom: 58px;
}

.header-log .logo {
	margin: 0 auto;
	
}

.header-log .logo-jpg {
	margin-top:18px;
	vertical-align: middle;
}

.header .wz {
	font-family: "楷体";
	font-size: 16px;
	color: #ffffff;
	line-height: 33px;
}



.index-search {
	    position: absolute;
    right: 56px;
    top: 10px;
    width: 323px;
}

.search-form {
	width: 100%;
	height: 51px;
	background: url(../img/searchbg_hky.png) 0 0 no-repeat;
}

.search-link {
	text-align: center;
}

.search-link a {
	margin: 0px 3px;
	font-size: 14px;
	color: #81dcfa;
}

.search-link a:hover {
	color: white!important;
}

.homesearch {
	width: 78%;
	height: 100%;
	padding-left: 24px;
	border: 0;
	box-sizing: border-box;
	background: transparent;
	font-size: 16px;
	color: white;
}

.search-form .homesearch-input-placeholder {
	/* WebKit, Blink, Edge */
	color: white;
	font-size: 14px;
}

.search-form .homesearch::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: white;
	font-size: 14px;
}

.search-form .homesearch:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: white;
	font-size: 14px;
}

.search-form .homesearch::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: white;
	font-size: 14px;
}

.search-form .homesearch:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
	font-size: 14px;
}

.homesearch-btn {
	position: absolute;
	top: 14px;
	right: 26px;
	border-radius: 4px;
}

.container {
	width: 1229px;
	margin: 0 auto;
	
}


/*.container {
	min-width: 1191px;
	margin: 0 auto;
	    background-color: rgba(249, 248, 248, 0.8);
}*/

.main {
	height: 573px;
	padding:46px 26px 0;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #acc0cd;
	box-sizing: border-box;
}
.mc-item.dt{
	width: 506px;
}
.mc-item.kj{
	width: 640px;
}


.mc-title a {
	display: inline-block;
}

.mc-item a:hover,
.mc-item .title:hover {
	color: #5EBFFF!important;
}

.mc-title {
	padding-bottom: 14px;
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 30px;
}

.mc-title .title {
	font-family: FZDHTJW--GB1-0;
	font-size: 24px;
	color: #004789;
}

.mc-title .m-item {
	font-size: 18px;
	line-height: 24px;
	color: #8c8c8c;
}
.mc-title .add{
	margin-right: 10px;
}
.mc-title .more {
	position: relative;
	top: -12px;
	right: 0;
	float: right;
	margin-left: 24px;
}
.slider {
	width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.slider .hd {
	position: absolute;
	z-index: 1;
	top: 302px;
	width: auto;
	height: 44px;
	/* background-color: black; */
	filter: Alpha(Opacity=30);
	/* background: rgba(0, 0, 0, 0.3); */
	text-align: center;
	/* left: 38%; */
	transform: translate(-50%,-50%);
	left: 50%;
}

.slider .hd li {
	display: block;
	float: left;
	width: 10px;
	width: 13px;
	width: 8px;
	height: 8px;
	margin: 17px 9px;
	filter: Alpha(Opacity=50);
	color: transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #ffffff;
	border: solid 1px #0071bc;
	cursor: pointer;
}

.slider .hd li.on {
	background-color: #0071bc;
	border: solid 1px #0071bc;
}

.slider .bd .title {
	width: 295px;
	height: 48px;
	margin: 10px auto 0;
	line-height: 24px;
	color: #0071bc;
	text-align: center;
	overflow: hidden;
}

.slider img {
	width: 100%;
	height: 327px;
}

.slider .title a {
	color: #333333;
}

.news-list {
	/* width: 620px; */
	/* margin-top: 34px; */
	margin-top: -24px;
}

.news-list .hd {
	width: 98%;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 1px solid #669cca;
}

.news-list .hd li {
	width: 109px;
	float: left;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.news-list .hd li.on {
	font-size: 20px;
	color: #0071bc;
	border-bottom: 1px solid #8fb7da;
}

.tab-pane.zw .hd li.on,
.tab-pane.fz .hd li.on,
.tab-pane.sg .hd li.on,
.tab-pane.tb .hd li.on {
	font-size: 18px;
}

.news-list .bd .title {
	height: 40px;
	margin: 14px auto 0;
	text-align: center;
	font-size: 22px;
	color: #0071bc;
	text-align: center;
}

.news-list .bd .content {
	padding: 0 10px;
	text-indent: 2em;
	line-height: 28px;
}

.news-list .bd li {
	    height: 40px;
    overflow: hidden;
    padding-left: 15px;
    line-height: 40px;
    /* font-size: 18px; */
    color: #333333;
    /* cursor: pointer; */
    overflow: hidden;
    background: url(../images/sanjiao.png) 14px center no-repeat;
    padding-left: 30px;
}

.news-list .bd a {
	color: #333333;
}

.news-list .bd a:hover,
.list-con .bd a:hover,
.tab-pane.zw .bd a:hover {
	color: #0071bc!important;
	text-decoration: none;
}

.news-list .bd li.article {
	height: 172px;
	padding-left: 0;
	list-style-type: none;
	border-bottom: 1px dashed #999999;
	margin-bottom: 6px;
	background: none;
}

.news-list .bd li a {
	display: inline-block;
	width: 470px;
	height: 100%;
}

.news-list .bd .date {
	float: right;
	width: 108px;
}




.footer {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	overflow: hidden;
	/*background: url(../images/footbg.png) 0 0 repeat-x;*/
}

.footer a {
	color: #333333;
}

.footerbg {
	height: 1px;
	margin-top: 27px;
	background-color: #b7d3e9;
}

.footer .container {
	padding: 25px 0;
}

.footer .js {
	margin-left: 47px;
	margin-right: 340px;
}

.footer .js img {
	margin-top: 6px;
}

.foot-message {
	margin-top: 3px;
	margin-left: 9px;
}

.footer .zf,
.footer .gw,
.footer .icp,
.footer .zc {
	margin-top: 23px;
	margin-right: 27px;
}

.footer img {
	display: inline-block;
	margin-right: 10px;
}

