﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	min-width: 990px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: arial, "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.cls {
	clear: both;
}

.wrap {
	width: 990px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}


/*顶部*/

.itop {
	height: 100px;
	background: url(../img/logo_bg.jpg) repeat-x center;
}

.itop .ilogo {
	float: left;
}

.itop .ilogo img {
	display: block;
}

.itop .itop-r {
	float: right;
	margin-top: 20px;
}

.itop .itop-r .en-cn a {
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	font-size: 12px;
}

.itop .itop-r .en-cn a:hover {
	color: #005F9A;
}

.itop .itop-r .en-cn a:nth-of-type(1) {
	background: url(../img/biao2.jpg) left no-repeat;
}

.itop .itop-r .en-cn a:nth-of-type(2) {
	background: url(../img/biao1.jpg) left no-repeat;
	margin-right: 10px;
}

.itop .itop-r .isearch {
	background: url(../img/search2.jpg) no-repeat;
	width: 204px;
	height: 23px;
	line-height: 23px;
	margin-top: 12px;
}

.itop .itop-r .isearch form {
	height: 23px;
}

.itop .itop-r .isearch .input1 {
	background: none;
	border: none;
	width: 140px;
	padding: 2px 0 2px 13px;
	height: 19px;
	line-height: 19px;
	color: #C6C6C6;
	float: left;
	outline: none;
}

.itop .itop-r .isearch .btn1 {
	background: none;
	border: none;
	width: 47px;
	height: 23px;
	cursor: pointer;
	float: right;
	outline: none;
}


/*导航*/

.inav {
	height: 42px;
	line-height: 42px;
	background: url(../img/menu_bg.jpg) repeat-x center;
}

.inav ul li {
	width: 12.5%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	padding-right: 2px;
	background: url(../img/menu_li.jpg) right no-repeat;
	float: left;
}

.inav ul li:last-of-type {
	background: none;
}

.inav ul li a {
	display: block;
}

.inav ul li a:hover {
	background: url(../img/menu_hover.jpg) center no-repeat;
	background-size: cover;
}


/*banner*/

.iban {
	height: 300px;
	background: url(../img/banner_bg.jpg) repeat;
	box-sizing: border-box;
	padding-top: 8px;
}


/*ititle*/

.ititle {
	width: 100%;
	height: 28px;
	line-height: 26px;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	background: url(../img/list_2.png) repeat-x;
}

.ititle h5 {
	color: #005F9A;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 30px;
	background: url(../img/list_1.png) left no-repeat;
	float: left;
}

.ititle a {
	display: block;
	width: 42px;
	height: 26px;
	line-height: 26px;
	float: right;
	background: url(../img/more.png) center no-repeat;
	margin-right: 5px;
}


/*首页内容*/

.index-box {
	margin-top: 10px;
}

.index-left {
	width: 250px;
	float: left;
}

.index-left .index-left-list ul {
	width: 240px;
	padding: 7px 0 8px 8px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}

.index-left .index-left-list ul li {
	height: 28px;
	line-height: 28px;
	background: url(../img/list_bg.jpg) center bottom no-repeat;
}

.index-left .index-left-list ul li a {
	padding-left: 20px;
	background: url(../img/dian.jpg) left no-repeat;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
}
.index-left .index-left-list ul li a:hover{
	color: #005F9A;
}
.index-left .index-left-p1,
.index-left .index-left-p2 {
	margin-top: 10px;
}

.index-left .index-left-p1 img,
.index-left .index-left-p2 img {
	display: block;
	width: 250px;
	height: 55px;
}

.index-left .index-left-contact {
	margin-top: 10px;
}

.index-left .index-left-contact ul {
	padding: 6px 0 0 5px;
	border: 1px solid #e7e7e7;
	border-top: 0;
	height: 190px;
	background: url(../img/tel.jpg) right 10px bottom 10px no-repeat;
}

.index-left .index-left-contact ul li {
	font-size: 12px;
	line-height: 24px;
}


/*右侧*/

.index-right {
	float: right;
	width: 720px;
}

.index-right .index-right-top .index-about {
	float: left;
	width: 450px;
}

.index-right .index-right-top .index-about .index-about-b {
	border: 1px solid #e7e7e7;
	border-top: 0;
	height: 211px;
}

#sub {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	list-style-type: none;
	background-image: url(img/head_bg.jpg);
	height: 24px;
	line-height: 24px;
	padding-top: 3px;
}

#sub li {
	width: 67px;
	text-align: center;
	float: left;
	margin: 0px;
	cursor: hand;
	margin-right: 2px;
}

#sub li a {
	display: block;
	width: 67px;
	height: 24px;
	line-height: 24px;
}

#main {
	padding: 4px 8px;
	list-style-type: none;
	line-height: 24px;
	font-size: 12px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

.sec1 {
	background-color: #FFFFCC;
	background-image: url(../img/sub_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sec2 {
	line-height: 24px;
	width: 67px;
	height: 24px;
	line-height: 24px;
	background-image: url(../img/sub_hover.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sec2 a {
	line-height: 24px;
	height: 24px;
	color: #444444;
}

.sec1 a {
	line-height: 24px;
	height: 24px;
	color: #ffffff;
}

.block {
	display: block;
}

.unblock {
	display: none;
}

.img1 {
	margin-right: 8px;
}

#flash {
	display: block;
	width: 240px;
	height: 180px;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}

.index-right .index-right-top .index-pic {
	float: right;
	width: 250px;
}

.index-right .index-right-top .index-pic-b{
	padding: 5px 0 3px 4px;
	border: 1px solid #e7e7e7;
	border-top: 0;
}

.index-right-mid{
	margin-top: 10px;
}
/*新闻*/
.index-news{
	width: 450px;
	float: left;
}
.index-news .index-news-b{
	border: 1px solid #E7E7E7;
	border-top: 0;
	padding: 5px 0 8px 3px;
}
.index-news .index-news-pic{
	width: 154px;
	height: 176px;
	float: left;
	margin-top: 15px;
}
.index-news .index-news-pic img{
	display: block;
	width: 154px;
	height: 176px;
}
.index-news .index-news-list{
	width: 285px;
	float: right;
	font-size: 12px;
	margin-right: 5px;
}

.index-news .index-news-list ul li{
	padding-left: 8px;
	background: url(../img/dian2.jpg) left no-repeat;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.index-news .index-news-list ul li a{
	float: left;
}
.index-news .index-news-list ul li a:hover{
	color: #005F9A;
}
.index-news .index-news-list ul li span{
	float: right;
	color: #f00;
}

.index-service{
	width: 250px;
	float: right;
}

.index-service .index-service-b{
	border: 1px solid #E7E7E7;
	border-top: 0;
	padding: 8px 0 5px 0;
}
.index-service .index-service-b dd{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin: 0 3px;
}
.index-service .index-service-b dd:nth-of-type(odd){
	background: #E8E8E7;
}
.index-service .index-service-b dd a{
	padding: 0 3px;
}
.index-service .index-service-b dd a:hover{
	color: #005F9A;
}
.index-service .index-service-b dd a span{
	font-weight: bold;
	color: #f00;
}

.index-right-bottom{
	margin-top: 10px;
}

.index-pro-b{
	border: 1px solid #E7E7E7;
	border-top: 0;
	padding: 10px 0;
}

.marqueeleft{width:700px;margin:0 auto;overflow:hidden;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 10px;display:inline;width:150px;overflow:hidden;}
.marqueeleft li img{display:block;width:150px;height:113px;}
.marqueeleft li .txt{text-align:center;height:25px;line-height:25px;background:#198dcc; color: #fff;}

/*页脚*/
.footer{
	margin-top: 10px;
}

.footer .ft-top{
	background: #151515;
	text-align: center;
	color: #898989;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #333;
}

.footer .ft-bottom{
	background: #222222;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #898989;
}


/*内页*/
.index-right-b{
	border: 1px solid #E7E7E7;
	border-top: 0;
	font-size: 12px;
    line-height: 24px;
    padding: 10px 10px 40px;
    color: #555555;
    font-weight: normal;
    text-decoration: none;
    word-break: break-all;
}

.nei-pro li{
	width: 152px;
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.nei-pro li:nth-of-type(4n){
	margin-right: 0;
}
.nei-pro li a img{
	display: block;
	width: 150px;
	height: 113px;
	border: 1px solid #e7e7e7;
}
.nei-pro li a span{
	display: block;
	text-align: center;
	line-height: 1.6;
	margin: 10px 0;
	height: 60px;
}
.nei-pro li a span:hover{
	color: #005F9A;
}

.nei-newslist li{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../img/dian2.jpg) left no-repeat;
}
.nei-newslist li a:hover{
	color: #005F9A;
}
.nei-newslist li span{
	color: #f00;
}

.nei-news h5{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
}
.nei-news h5 span{
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
