@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
	font: 12px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
	color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
	padding: 0;
}
a {color: #666;
	text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0; 
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
ul,
ol { 
	list-style:none;
}
li {
	list-style:none;	
}
/*清除浮动*/
.clear {
    clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}




.boxBotbox {
	background: #f8f8f8;
	/* [disabled]margin-top: 54px; */
	padding: 35px 0 60px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.boxBot_tit {
	font-size: 24px;
	color: #333;
	line-height: 40px;
}
.boxBot_con {
	margin-top: 20px;
	border: 1px solid #e4e4e4;
	box-shadow: 2px 2px 2px #f2f2f2;
	width: 440px;
	height: 450px;
	padding: 17px;
	background: #fff;
}
.boxBot_con p {
	padding-bottom: 15px; line-height:23px
}
.boxBot_more {
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
}
.boxBot_more a {
	color: #0f7ac0;
}
.boxBot_more a:hover {
	color: #0f7ac0;
	text-decoration: underline;
}
.boxBot_list li {
	width: 91px;
	height: 78px;
	overflow: hidden;
	float: left;
}
.boxBot_list li a {
	display: block;
	width: 90px;
	height: 78px;
	background: url(index04.jpg) no-repeat;	
	transition: all 0.2s linear;
}
.boxBot_list li a.boxBot_btn01:hover { background-position: 0 -78px;}
.boxBot_list li a.boxBot_btn02 { background-position: -91px 0;}
.boxBot_list li a.boxBot_btn02:hover { background-position: -91px -78px;}
.boxBot_list li a.boxBot_btn03 { background-position: -182px 0;}
.boxBot_list li a.boxBot_btn03:hover { background-position: -182px -78px;}
.boxBot_list li a.boxBot_btn04 { background-position: -273px 0;}
.boxBot_list li a.boxBot_btn04:hover { background-position: -273px -78px;}
.boxBot_list li a.boxBot_btn05 { background-position: -364px 0;}
.boxBot_list li a.boxBot_btn05:hover { background-position: -364px -78px;}
.boxBot_list li a.boxBot_btn06 { background-position: -455px 0; width: 152px;}
.boxBot_list li a.boxBot_btn06:hover { background-position: -455px -78px;}
.boxBot_list li a.boxBot_btn07 { background-position: -608px 0; width: 152px;}
.boxBot_list li a.boxBot_btn07:hover { background-position: -608px -78px;}
.boxBot_list li a.boxBot_btn08 { background-position: -761px 0; width: 152px;}
.boxBot_list li a.boxBot_btn08:hover { background-position: -761px -78px;}
.boxBot_list li a.boxBot_btn09 { background-position: -728px 0;}
.boxBot_list li a.boxBot_btn09:hover { background-position: -728px -78px;}
.fle { float:left}



/*================联系我们页面==============*/
.tactBox{
	margin-bottom: 20px;
	font-family: "Microsoft Yahei";
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tactBox li{
	padding: 10px 0px;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e7e7e7;
}
.tactBox .Other{ border-bottom: 0 none; }
.tactBox li span{
	float: left;
	width: 98px;
	height: 24px;
	padding-left: 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #25afdd;
}
.IconBg_01{ background:url(Icon_03.jpg) no-repeat left center; }
.IconBg_02{ background:url(Icon_04.jpg) no-repeat left center; }
.IconBg_03{ background:url(Icon_05.jpg) no-repeat left center; }
.IconBg_04{ background:url(Icon_06.jpg) no-repeat left center; }
.IconBg_05{ background:url(Icon_07.jpg) no-repeat left center; }
.IconBg_06{ background:url(Icon_08.jpg) no-repeat left center; }
.tactBox li em{ float: left; width: 463px; line-height: 24px; font-size: 14px; font-style: normal; }
.map{
	width: 750px;
	height: 400px;
	border: 1px solid #c8c8c8;
	overflow: hidden;
	margin-bottom: 40px;
}

.newsinfo-detail{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 28px;TEXT-JUSTIFY: inter-ideograph;  TEXT-ALIGN: justify;
}
.newsinfo-detail p{TEXT-JUSTIFY: inter-ideograph;  TEXT-ALIGN: justify;}
.pl2{ font-size:14px; line-height:30px}
.lkje li a{
	padding-left: 10px;
	background-image: url(news-list-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px; line-height:25px
}
.lkje li span{
	font-size: 12px;
	line-height: 25px;
	font-family: Verdana, Geneva, sans-serif;
}
