body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	background-color: #f5f5f5;
	margin: 0;
	font-family: "微软雅黑";
}

header {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	min-width: 1200px;
}

.headerimg {
	width: 60px;
	margin-top: 10px;
	margin-left: 100px;
}

header.sticky-header {
	
	padding: 0;
	z-index: 999;
	
	background: #222;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
	box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
	width: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


/*Dark skin*/

header.pixinav.dark ul.dropdown_menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

header.pixinav.dark .search_button i {
	color: #fff;
}

header.pixinav.dark .offcanvas_btn span {
	background: #fff;
}

header.pixinav.dark .nav-wrapper ul li a {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
}

.pixinav {
	z-index: 99999;
	background-color: #0d5998;
	border-bottom: 1px solid #DDDDDD;
}


/*off canvas*/

.canvas_dark {
	background: #222
}

.canvas_light {
	background: #fff
}

.container {
	width: 1200px;
	margin: auto;
	height: 45px;
}

.brand-logo a img {
	float: left;
	width: 70px;
	margin-top: 5px;
}

.nav-wrapper {
	
}

.nav-wrapper li {
	float: left;
	padding: 0px 20px;
	position: relative;
	transition: all 0.3s ease;
	margin-right: 13px;
}

.nav-wrapper li a {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 45px;
	font-weight: bold;
	display: block;
	transition: all 0.3s ease;
	padding-bottom: 5px;
}

.demo {
	color: #f0cf08 !important;
}

.nav-wrapper li:hover>a {
	color: #f0cf08;
}

.search {
	float: right;
	margin-left: 50px;
	position: relative;
	width: 190px;
	height: 30px;
	margin-top: 25px;
	padding-left: 13px;
	border: none;
	background-color: #DDDDDD;
	border-radius: 15px;
}

.headerlit {
	width: 90px;
	position: absolute;
	top: 50px;
	left: -2px;
	padding: 10px;
	background-color: #0872CA;
	border-radius: 8px;
	display: none;
	z-index: 999999;
	transition: all 0.5s ease;
}

.nav-wrapper li:hover>.headerlit {
	display: block;
}

.headerlit div {
	line-height: 25px;
	border-bottom: 1px dotted #DDDDDD;
}

.headerlit div:last-child {
	border-bottom: 0px dotted #DDDDDD;
}

.headerlit div a {
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF !important;
}

.searchinp {
	width: 160px;
	height: 30px;
	border: none;
	background-color: #DDDDDD;
	float: left;
}

.search img {
	position: absolute;
	width: 15px;
	top: 7px;
	right: 12px;
}

.indexbanner {
	width: 100%;
	margin-top: 80px;
}
.index01{
	width: 96%;
    padding: 1% 2%;
    background-color: #FFFFFF;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ggbanner{
	display: block;
    width: 11.5%;
    float: left;
    margin: 5px 0.5%;
}
.ggbanner img{
	width: 100%;
	border: 1px solid #DDDDDD;
}
.indexmain {
	width: 1200px;
	margin: auto;
}

.index1 {
	width: 96%;
	padding: 1% 2%;
	background-color: #FFFFFF;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.index1newlb {
	width: 49%;
	float: left;
}

.index1about {
	width: 49%;
	float: right;
}

#b06 {
	width: 100%;
	height: 272px !important;
}

#b06 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#b06 .dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b06 .dots li.active {
	background: #fff;
	opacity: 1;
}

#b06 .arrow {
	position: absolute;
	top: 200px;
}

#b06 #al {
	left: 15px;
}

#b06 #ar {
	right: 15px;
}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

.index1newlb1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	padding-left: 3%;
	width: 97%;
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom: 10px;
}

.index1newlb1:before {
	content: '';
	background-color: #0872CA;
	height: 70%;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.index1newlb1 p span {
	color: #aaaaaa;
	font-size: 13px;
	text-transform: uppercase;
}

.index1newlb1 p a {
	color: #aaaaaa;
	font-size: 13px;
	float: right;
}

.aboutjs {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.index2 {
	position: relative;
	margin-top: 32px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	
}
.indexleft{
	width: 66%;
	padding: 0 2%;
	background-color: #FFFFFF;
	float: left;
	
}
.indexright{
	width: 29%;
	float: right;
	
}
.headerimages1{
	width: 1200px;
	margin: auto;
}

#div1 {
	width: 92%;
    height: 103px;
    position: relative;
    margin-left: 4%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 35px;
}

#div1 ul {
	width: 100%;
	position: relative;
}

#div1 ul li {
	height: 100px;
	float: left;
	list-style: none;
	
	border: 1px solid #DDDDDD;
	margin-right: 10px;
}

#div1 ul li img {
	width: 160px;
	height: 100px;
	display: inline-block;
}

.proleft {
	position: absolute;
	top: 46px;
	left: 25px;
	cursor: pointer;
}

.proleft img {
	width: 20px;
}
.propy1 a{
	display: block;
	position: relative;
	transition: all 0.3s ease;
}
.propy1 a:hover>.menjsname{
	opacity: 1;
}

.proright {
	position: absolute;
	top: 46px;
	right: 0px;
	cursor: pointer;
}

.proright img {
	width: 20px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}
.index3{
	margin-bottom: 20px;
	position: relative;
}
.index3fl{
	width: 100%;
	float: left;
}
.index3fl1{
	width: 31%;
	float: left;
}
.index3fl1:nth-child(2){
	margin: 0 3.5%;
}
.index3fl2:nth-child(1){
	margin-right:2%;
}
.index3fl2:nth-child(2){
	margin-left:2%;
}
.index3fl2:nth-child(3){
	margin-right:2%;
}
.index3fl2:nth-child(4){
	margin-left:2%;
}
.index3fl2{
	width: 48%;
	float: left;
}
.hyxxlb{
	width: 100%;
	min-height: 203px;
}
.hyxxlb li{
	line-height: 33px;
	border-bottom: 1px dotted #e4e4e4;
}
.hyxxlb li:last-child{
	border-bottom: 0px dotted #e4e4e4;
}
.hyxxlb li a{
	line-height: 33px;
	width: 100%;
	display: block;
	font-size: 13px;
	color: #666666;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.menjs{
	width: 100%;
	float: left;
}
.menjs1{
	width: 19%;
	height: 143px;
	float: left;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	margin: 10px 0.4%;
}
.menjs1 a img{
	width: 100%;
	
	transition: all 0.3s ease;
}
.hyxxlb li a:hover{
	color: #0872CA;
}
.menjs1 a{
	display: block;
	position: relative;
}
.menjsname{
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	opacity: 0;
	line-height: 143px;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
.menjsname p{
	line-height: 100px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.menjs1:hover>a img{
	transform: scale(1.05);
}
.menjs1:hover>a .menjsname{
	opacity: 1;
	}
	.index4{
		margin-bottom: 50px;
	}
.indexcont{
	width: 100%;
	float: left;
}
.indexcontleft{
	width: 34%;
	margin-left: 14%;
	float: left;
}
.indexcontright{
	width: 34%;
	margin-right: 14%;
	float: right;
}
.indexconttit{
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
}
.indexconttit span{
	font-size: 12px;
	color: #AAAAAA;
}
.index5{
	margin-bottom: 50px;
}
.rhsqinp{
	width: 78%;
	padding-left: 2%;
	height: 30px;
	color: #aaaaaa;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	outline: none;
}
.rhsqinp1{
	width: 77.5%;
	padding-left: 2%;
	padding-top: 1%;
	height: 90px;
	color: #aaaaaa;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	outline: none;
}
.tijiao{
	width: 90px;
	height: 30px;
	border-radius: 10px;
	background-color: #0872CA;
	color: #FFFFFF;
	border: none;
	outline: none;
	transition: all 0.2s ease;
}
.tijiao:hover{
	background-color: #222222;
}
.indeclxfs{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}
footer{
	width: 100%;
	background-color: #222222;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
.footercon{
	width: 1200px;
	margin: auto;
}

.indeclxfs1{
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.bqsy{
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	margin-top: 30px;
}
.bqsy a{
	color: #FFFFFF;
}
.headerimages{
	width: 100%;
	background: url(../images/57708f9642610.jpg) top center;
	min-height: 269px;
}
.headerimages p{
	text-align: right;
    color: #FFFFFF;
    padding-right: 252px;
    padding-top: 150px;
    font-size: 25.2px;
    font-family: '微軟正黑體';
    letter-spacing: 2.5px;
    font-weight: bold;
}
.headerxc2{
	margin: 0 50px;
}
/*.headerxc1{
	animation: headerjb1 3s infinite;
}
.headerxc2{
	margin: 0 50px;
	animation: headerjb2 3s infinite;
}
.headerxc3{
	animation: headerjb1 3s infinite;
}*/
.yqljnew{
	width: 96%;
	padding: 2%;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 20px;
	position: relative;
}

/*@keyframes headerjb1{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes headerjb2{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}*/

/*插件轮播*/
.pgwSlider {
	width: 100%
}

.pgwSlider .ps-current {
	float: left;
	width: 78%;
	overflow: hidden;
	height: inherit;
	position: relative;
	font-size: 1rem
}

.pgwSlider .ps-current span {
	position: absolute;
	width: 100%;
	padding: 8px 10px 10px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	color: #fff
}

.pgwSlider .ps-current img {
	max-width: 100%;
	height: 314px;
	
	display: block
}

ul.pgwSlider,
.pgwSlider>ul {
	float: right;
	width: 20%;
	padding: 0;
	list-style: none;
	margin: 0
}

ul.pgwSlider>li,
.pgwSlider>ul>li {
	height: 50px;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60);
	font-size: .8rem
}

ul.pgwSlider>li:last-child,
.pgwSlider>ul>li:last-child {
	margin-bottom: 0
}

ul.pgwSlider>li span,
.pgwSlider>ul>li span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 3px 0 5px 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	font-size: 12px;

}

ul.pgwSlider>li:hover,
.pgwSlider>ul>li:hover {
	opacity: 1 !important
}

ul.pgwSlider>li img,
.pgwSlider>ul>li img {
	width: 100%;
	min-height: 100%;
	display: block
}

@media(min-width:481px) {
	ul.pgwSlider>li,
	.pgwSlider>ul>li {
		width: 100% !important
	}
}

@media(max-width:480px) {
	.pgwSlider .ps-current {
		margin-bottom: 6px;
		font-size: .9rem
	}
	.pgwSlider .ps-current img {
		width: 100%;
		min-height: inherit
	}
	.pgwSlider .ps-current,
	ul.pgwSlider,
	.pgwSlider>ul {
		width: 100%
	}
	ul.pgwSlider>li,
	.pgwSlider>ul>li {
		float: left;
		min-height: 50px;
		max-height: 70px;
		min-width: 20%
	}
	ul.pgwSlider>li span,
	.pgwSlider>ul>li span {
		white-space: nowrap
	}
}

/*轮播插件结束*/
.newyd1tit{
	font-weight: bold;
	margin-bottom: 10px;
}
.newyd1{
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.newyd1 h5{
	text-align: center;
	color: #0872CA;
	font-size: 16px;
}
.newyd1nr{
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	margin-top: 10px;
	overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 2; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 2; 
-o-box-orient: vertical; 
}
.newyd1nr a{
	float: right;
    color: #f08f08;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}
.newyd1nr a:hover{
	color: #aaaaaa;
}
.newslitlb{
	float: left;
	width: 100%;
	
}
.newslitlb1{
	width: 100%;
	float: left;
	margin-top: 8px;
}
.newslitlb1 a{
	display: block;
	float: left;
	width:100%;
	
}
.newslitlb1 a:hover>.newslitlb1bt{
	color: #0872CA;
}
.newslitlb1 a:hover>.newslitlb1time{
	color: #0872CA;
}
.newslitlb1bt{
	width: 70%;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 20px;
font-size: 13px;
color: #222222;
}
.newslitlb1time{
    float: right;
    line-height: 20px;
    font-size: 13px;
color: #aaaaaa;
}


.dowebok { width: 50%; height: 30px; font-size: 14px;float: left;}
.dowebok ul { margin: 0; line-height: 30px;}
.dowebok a { color: #0872CA; text-decoration: none;letter-spacing: 1px;}
.dowebok ul li{
	line-height: 20px;
}
.dowebok a:hover { text-decoration: underline;line-height: 20px;}
.dowebok1 { width: 96% !important; height: 400px; font-size: 14px;padding: 0 2%;margin-bottom: 26px;overflow: hidden;}
.dowebok1 ul { margin: 0; line-height: 20px;}
.dowebok1 a { color: #0872CA; text-decoration: none;letter-spacing: 1px; display: block;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.dowebok1 ul li{
	line-height: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDDDDD;
}
.dowebok a:hover { line-height: 20px;}
.gdgg{
	width: 100%;
	margin-top: 20px;
}
.gdgg1{
	width: 45%;
	float: left;
	background-color: #DDDDDD;
	border-radius: 3px;
}
.gdgg1 p{
	width: 10%;
	margin-left: 5%;
	float: left;
	color: #0872CA;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
.kanwu11 p a{
	font-size: 12px;
    line-height: 20px;
    color: #222222;
}
.indexserach{
	width: 30%;
	height: 30px;
	float: right;
	background-color: #DDDDDD;
	border-radius: 3px;
	position: relative;
}
.indexserach input{
	width: 80%;
	height: 30px;
	float: left;
	padding-left: 2%;
	background-color: rgba(0,0,0,0);
	border: none;
}
.indexserach img{
	width: 18px;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
.indextg{
	padding: 15px 2%;
	background-color: #FFFFFF;
    margin-top: 20px;
}
.indextg:first-child{
	margin-top: 0px;
}

.tzggtit{
	line-height: 20px;
	font-size: 14px;
	color: #F08F08;
	position: relative;
	margin-bottom: 20px;
}
.tzggtit:after{
	    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #F08F08;
}
.tzggtit a{
	float: right;
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #F08F08;
}
.indexcomlb{
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.kanwu1{
	width: 100%;
	
}
.kanwu11{
	width: 32%;
	float: left;
	transition: all 0.3s ease;
}
.kanwu11:hover{
	transform: scale(1.02);
}
.kanwu11:nth-child(2){
	margin: 0 2%;
}
.kanwu11 a img{
	width: 100%;
	height: 158px;
	border: 1px solid #DDDDDD;
}
.kanwu11 a p{
	width: 100%;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	color: #AAAAAA;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.dowebok2 ul li a{
	font-size: 13px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 5px;
}
.dowebok2{
	margin-bottom: 10px;
	min-height: 148px;
}
.yqljimg{
	width: 100%;
	float: left;
}
.yqljimg1{
	width: 12.6%;
    height: 100px;
    margin: 10px 1.9%;
    float: left;
    border: 1px solid #DDDDDD;
    position: relative;
    overflow: hidden;
}

.yqljimg1:hover> a .yqljimgname{
	opacity: 1;
}
.yqljimg1 a{
	display: block;
}
.yqljimg1 a img{
	width: 100%;
	height: 100px;
}
.yqljimgname{
	width: 97%;
	padding: 0 2%;
	height: 100px;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	line-height: 20px;
	text-align: center;
	padding-top: 35px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.3s ease;
	}
	.yqljtext{
		width: 100%;
		float: left;
		margin-top: 30px;
	}
.yqljtext a{
	display: inline-block;
	text-align: center;
	margin-right: 50px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #222222;
}
.yqljtext a:hover{
	color: #0872CA;
}
.footertit{
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
}
.footertit a{
	color: #FFFFFF;
	margin: 0 10px;
	position: relative;
}
.footertit a:before{
	content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    height: 10px;
    width: 1px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}
.footertit a:hover{
	color: #DDDDDD;
}
.footertit a:last-child:before{
	content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    height: 10px;
    width: 0px;
    background-color: #FFFFFF;
}
.zbdwname{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
}
.zbdwname span{
	margin: 0 10px;
}
.zbdwname a{
	color: #FFFFFF;
}
.aboutleft{
	width: 66%;
	padding: 10px 2%;
	float: left;
	min-height: 1264px;
	background-color: #FFFFFF;
}
.aboutright{
	width: 29%;
	float: right;
}
.aboutmain{
	width: 100%;
	margin-top: 20px;
}
.aboutdh{
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #AAAAAA;
}
.aboutdh a{
	color: #AAAAAA;
}
.newscontent{
	width: 100%;
	float: left;
}
.newscontent1{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.newscontent1 li{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsname{
	width: 70%;
	float: left;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
letter-spacing: 1px;
color: #666666;
line-height: 20px;
}
.newsname a{
	color: #666666;
}
.aboutleft img{
	width: 100%;
}
.aboutleft p{
	line-height: 22px;
}
.fenye{
	padding: 10px 0;
}
.fenye li{
	width: auto;
	padding:3px 10px;
	float: left;
	font-size: 14px;
}
.fenye li a{
	color: #222222;
}
.fenye .active{
	color: #ffffff;
	background-color: #222222;
}
.newstime{
	width: 20%;
	text-align: right;
	float: right;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
color: #AAAAAA;
line-height: 20px;
}
.newscontent h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.newsxqtime{
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #AAAAAA;
	margin-top: 8px;
	margin-bottom: 20px;
}
.menmber{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menmber1{
	width: 23%;
	margin: 5px 1%;
	float: left;
	transition: all 0.3s ease;
}
.menmber1 :hover{
	transform: scale(1.02);
}
.menmber1 a{
	display: block;
}
.menmber1 a img{
	width: 100%;
	border: 1px dotted #DDDDDD;
}
.menmber1 a p{
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
	color: #000000;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.contactleft{
	width: 27%;
	float: left;
	padding: 20px 1%;
	background-color: #FFFFFF;
}
.contacttit{
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
}
.contacttit span{
	font-size: 15px;
	margin-left: 3px;
	color: #666666;
}
.contactbt{
	margin-top: 10px;
}
.contactbt1{
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #666;
	border-bottom: 1px dotted #DDDDDD;
	font-weight: bold;
	cursor: pointer;
}
.contactbt11{
	color: #0872CA;
}
.contactbt1:hover{
	color: #0872CA;
}
.contactbt1 .fa{
	margin-right: 10px;
}
.contactright{
	width: 68%;
	float: right;
	padding: 20px 1%;
	background-color: #FFFFFF;
}
.contactnr h4{
	font-weight: bold;
	color: #222222;
	margin: 20px 0;
}
.contactnr p{
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}
footer{
	min-width: 1200px;
}
#container{
	width: 100% !important;
	margin-top: 30px !important;
	margin-left: 0% !important;
	height: 400px;
}
.BMap_bubble_content b{
	font-size: 15px !important;
}
.daoh_tb a{
	font-size: 14px !important;
}
.contactright1{
	display: none;
}
.contactright1:first-child{
	display: block;
}
.qklb{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.qklb1{
	width: 30%;
	margin:0 1.533%;
	float: left;
}
.qklb1 a{
	width: 100%;
}
.qklb1 a img{
	width: 100%;
    border: 1px dotted #DDDDDD;
}
.qklb1 a p{
	text-align: center;
    font-size: 14px;
    line-height: 15px;
    margin: 10px 0;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fenye{
	padding: 10px 0;

}
.fenye li{
	width: auto;
	padding:5px 10px;
	float: left;
}
.fenye .active{
	color: #ffffff;
	background-color: #222222;
}
.menberadd{
    	width: 100%;
    	float: left;
    }
    .menberadd li{
    	width: 9.5%;
    	margin:5px 1.25%;
    	float: left;
    	border-radius: 5px;
    	background-color: #0e5898;
    	padding: 0 0.25%;
    	transition: all 0.3s ease;
    }
    .menberadd li:hover{
    	background-color: #222222;
    }
    .menberadd li a{
    	text-align: center;
    	width: 100%;
    	display: block;
    	line-height: 28px;
    	color: #ffffff;
    	font-size: 13px;
    	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
    }
    .nav-wrapper ul{
    	padding-left: 150px;
    }
    .headerimages1{
    	
    }