﻿/*初始化*/

html {
	font-size: 62.5%;
	font-family: "microsoft yahei";
	color: #363636;
}

body,
div,
img,
a,
ul,
ol,
li,
span,
i,
u,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
strong,
select,
option {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
u {
	text-decoration: none;
	color: #363636;
}

img {
	display: block;
	border: none;
}

.inBox .inHd ul li a,
.inside_left_1 ul li,
.inside_right dl dd a.inside_right_tit,
.picMarquee-top li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.picMarquee-top2 li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.index_3 .index_3_in dl,
.index_3 .index_3_in dl dt img {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}

.nav_top_in .wx img,
.index_1 dl a img,
.inside_right ul.inside_pic li a img {
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
}

.nav_top_in .wx img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.slideBox .prev,
.slideBox .next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.nav_top_in .wx:hover img,
.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


.slideBox2 .prev,
.slideBox2 .next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.nav_top_in .wx:hover img,
.slideBox2 .prev:hover,
.slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


.index_1 dl a img:hover,
.inside_right ul.inside_pic li a img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


/*-------------------------------------------------------*/

.more {
	float: right;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: 100;
}

.more:hover {
	color: #e97913;
	text-decoration: underline;
}

.more1 {
	color: #E97913;
}

.more1:hover {
	text-decoration: underline;
}

.more2 {
	font-size: 1.4rem;
	padding: 7px 20px;
	border: 2px solid #e97913;
	border-radius: 4px;
	color: #e97913;
}

.more2:hover {
	background: #E97913;
	color: #FFFFFF;
}

.more3 {
	float: right;
	font-size: 0.8rem;
	color: #FFFFFF;
	font-weight: 100;
}

.more3:hover {
	color: #e97913;
	text-decoration: underline;
}

/*顶部*/

.nav_top {
	font-family: arial;
	width: 100%;
	line-height: 40px;
	background: #eaeaea;
	font-size: 1.2rem;
	color: #555555;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

.nav_top_in {
	width: 1200px;
	margin: 0 auto;
}

.nav_top_in p {
	float: left;
}

.nav_top_in ul {
	float: right;
}

.nav_top_in ul li {
	float: left;
}

.nav_top_in ul li a {
	padding: 0 20px;
	border-right: 2px solid #666666;
	margin: 12px 0;
	line-height: 16px;
	height: 16px;
	display: block;
	color: #555555;
}

.nav_top_in ul li:nth-of-type(1) a {
	border-left: 2px solid #666666;
}

.nav_top_in ul li:hover a {
	color: #b40404;
}

.nav_top_in .wx {
	position: relative;
}

.nav_top_in .wx img {
	position: absolute;
	left: -27px;
	top: -110px;
	width: 145px;
	height: 145px;
}

.nav_top_in .wx:hover img {
	top: 43px;
}


/*logo*/

.logo {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 45px 0 0px;
}

.logo img {
	float: right;
}

.logo a img {
	float: left;
}


/*导航*/

.nav_bj {
	width: 1200px;
	height: 45px;
	background: url(../img/nav_bj.png) repeat-x;
	margin:auto;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin:auto;
}

.nav ul {
	width: 1200px;
	text-align: center;
	float: left;
	margin:auto;
}

.nav ul li {
	display: inline-block;
}

.nav ul li.on,
.nav ul li:hover {
	background: #e97913;
}

.nav ul li a {
	color: #ffffff;
	line-height: 45px;
	font-size: 1.6rem;
	padding: 0 38px;
}

.nav ul li ol {
	position: absolute;
	background: rgba(0, 88, 169, 0.7);
	border-radius: 0 0 4px 4px;
	display: none;
	overflow: hidden;
	z-index: 9999;
}

.nav ul li:hover ol {
	display: block;
}

.nav ul li ol li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/*搜索*/

.search {
	float: right;
	width: 150px;
	margin: 10px 20px 0 0;
}

.search input {
	border: 0;
	float: left;
	height: 25px;
	outline: none;
}

.search .sea {
	width: 120px;
	border-radius: 50px 0 0 50px;
	text-indent: 1em;
	color: #999999;
}

.search .but {
	width: 30px;
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
}


/*banner*/

.slideBox {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin:auto;
}

.slideBox .hd {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin:auto;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 3px;
	width: 35px;
	height: 15px;
	background: #FFFFFF;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f4940c;
}

.slideBox .bd {
	position: relative; 
	width: 100%;
	margin:0 auto;
}


.slideBox .bd img {
	position: relative; 
	width: 100%;
	height: 100%;
	margin:0 auto;
}


/*banner前/后按钮*/

.slideBox .prev,
.slideBox .next {
	position: absolute;
	width: 35px;
	height: 50px;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	background: url(../img/l_1.png) no-repeat;
}

.slideBox .next {
	background: url(../img/r_1.png) no-repeat;
	left: auto;
	right: 10%;
}


/*banner2 轮播员工风采*/
.slideBox2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox2 .hd {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slideBox2 .hd ul li {
	display: inline-block;
	margin-right: 3px;
	width: 35px;
	height: 15px;
	background: #FFFFFF;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	background: #f4940c;
}

.slideBox2 .bd {
	position: relative;
}

.slideBox2 .bd img {
	width: 100%;
	height: 100%;
}


/*banner前/后按钮*/

.slideBox2 .prev,
.slideBox2 .next {
	position: absolute;
	width: 35px;
	height: 50px;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	background: url(../img/l_1.png) no-repeat;
}

.slideBox2 .next {
	background: url(../img/r_1.png) no-repeat;
	left: auto;
	right: 10%;
}



/*底部*/

.nav .top {
	line-height: 45px;
	font-size: 2.4rem;
	background: #e97913;
	color: #FFFFFF;
	float: right;
	width: 200px;
	text-align: center;
}

.footer_bj {
	width: 1200px;
	background: #f5f5f5;
	overflow: hidden;
	margin:auto;
}

.footer {
	width: 1200px;
	margin:auto;
}


.footer p {
	float: left;
	text-align: center;
	border-right: 1px solid #7f7f7f;
	padding: 0 60px;
	margin: 25px 0;
	color: #666666;
	font-size: 1.4rem;
	line-height: 30px;
}


.footer p a {
	color: #666666;
	text-decoration: underline;
}


.footer p a:hover {
	color: #E97913;
}

.footer .dh {
	float: left;
	margin: 60px 80px;
}

.footer .wx {
	float: right;
	width: 170px;
	height: 170px;
	padding: 15px;
	background: #FFFFFF;
}


/*内页样式*/

.inside {
	width: 1200px;
	margin: 5px auto;
	overflow: hidden;
}


/*左侧*/

.inside_left {
	float: left;
	width: 240px;
}

.inside_left_1 {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 26px;
}

.inside_left_1 h2 {
	line-height: 45px;
	padding: 0 15px;
	background: #0058a9;
	color: #FFFFFF;
	font-size: 1.6rem;
}

.inside_left_1 ul li {
	border-bottom: 1px dashed #C9C9C9;
	line-height: 31px;
	padding: 0 10px
}

.inside_left_1 ul li:hover {
	background: #F4F4F4;
}

.inside_left_nav ul li,
.inside_left_nav h2 {
	text-align: center;
}

.inside_left_1 ul li:nth-last-of-type(1) {
	border: none;
}

.inside_left_1 ul li a {
	font-size: 1.4rem;
}

.picMarquee-top .bd {
	padding: 10px;
}

.picMarquee-top .bd li {
	border: none;
	padding: 0;
}

.picMarquee-top2 .bd2 {
	padding: 3px;
}

.picMarquee-top2 .bd2 li {

	padding: 0;
}

.picMarquee-top li a p {
	text-align: center;
	padding: 0 10px;
	background: #FFFFFF;
}

.picMarquee-top li:hover a p {
	color: #e97913;
}

.picMarquee-top li a img {
	width: 100%;
	height: 165px;
}


.picMarquee-top2 li a p {
	text-align: center;
	padding: 0 10px;
	background: #FFFFFF;
}

.picMarquee-top2 li:hover a p {
	color: #e97913;
}

.picMarquee-top2 li a img {
	width: 100%;
	height: 165px;
}


/*右侧*/

.inside_right {
	width: 930px;
	float: right;
}

.inside_right h2{
	text-align: center;
}

.inside_right_top {
	background: #0058a9;
	line-height: 45px;
	padding: 0 20px;
	font-size: 1.4rem;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
}

.inside_right_top a {
	float: left;
	color: #FFFFFF;
	padding: 0 10px;
}

.inside_right_top i {
	float: left;
	color: #FFFFFF;
	font-style: normal;
}

.inside_right_top .home {
	background: url(../img/home.png) no-repeat left 50%;
	padding-left: 25px;
}

.inside_right_top a:hover {
	text-decoration: underline;
}


/*翻页*/

.Flip {
	text-align: center;
	overflow: hidden;
}

.Flip a {
	display: inline-block;
	padding: 5px;
	margin: 0 10px;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	font-size: 1.4rem;
}

.Flip a.on,
.Flip a.on:hover {
	background: #e97913;
	color: #FFFFFF;
}

#Flip_6 {
	border: none;
}

.Flip a:hover {
	background: #F5F5F5;
}





/* @charset "utf-8"; */

#header{}
.icase{width:512px; float: left; background:#fcfdfd;margin:0px 0 0 0;}
.icase2{width:330px; float: right; background:#f1f1f1;margin:0px 0 0 4px;}
.icase3{width:330px; float: right;margin:0px 0 0 4px;}
.icase_t{background:url(../images/title.gif) repeat-x; height:31px; padding:0 20px;}
.icase_t strong{ line-height:37px; color:#030303;}
.icase_t a{display:block; float:right; line-height:37px; color:#030303;}

.icase_t2{background:#f1f1f1; height:32px; padding:0 20px;}
.icase_t2 strong{ line-height:37px; color:#030303;}
.icase_t2 a{display:block; float:right; line-height:37px; color:#030303;}

.icase ul{list-style-type:none; padding:0px 10px 0px 10px;}
.icase li{line-height:18px; padding:7px 0 7px 10px; background:url(../images/cion2.gif) no-repeat 8px 12px; border-bottom:1px #ccc dotted;}
.icase li a{line-height:18px; display:block;}
.icase img{vertical-align:middle;}
.icase li a:hover{color:#20a4d5;}

.icase2 ul{list-style-type:none; padding:0px 0px 0px 5px;}
.icase2 li{line-height:18px; padding:7px 0 6px 15px; background:url(../images/cion2.gif) no-repeat 8px 12px; border-bottom:1px #ccc dotted; }
.icase2 li a{line-height:20px; display:block;}
.icase2 li a:hover{color:#20a4d5;}



/* CSS Document */
/*右侧*/
.rightClass h4{		
	height:30px;
	line-height: 30px;
	padding: 0px;
	margin: 1px 0px 0px 0px ;
	font-weight: normal;
	text-indent: 2em;
	float: left;
	width: 80%;
}
/*2006-6-1 by Daviv Made For Title*/
.rightClass h5{
	height:30px;
	line-height: 30px;
	padding: 0px;
	margin:1px 0px 0px 0px ;
	float:right;	
	font-weight: normal;
	text-indent: 2em;
	width:20%;
}
.rightClass h3{
	height:30px;
	line-height: 30px;
	padding: 0px;
	margin:1px 0px 0px 0px ;
	float:right;
	font-weight: normal;
	text-indent: 2em;
	width:100%;
}
.rightClass div{
	clear:both;
}
.rightClass caption
/*右侧列表项目符号*/
.rightClass ul{
	margin: 0px 0px 0px 30px;	
	list-style: square;
}
.rightClass li{
	height: 25px;
	line-height: 25px;	
	margin: 0px;
}
.rightClass ol li{
	height: auto;
	line-height: 25px;		
}
.rightclass{
	width:515px;
	margin:0;
    margin-left:5px;
	float:left;
}
.rightclass_top{
	width:515px;
}
.HYnews{
	/*width:287px;*/
	height:336px;
	border:1px #BEBEBE solid;
	margin-bottom:6px;
	padding:0;

}
.HYnews ul li,.FGclass ul li,.defaultullist ul li {
    font-size: 12px;
}
.FGclass{
	border:1px #BEBEBE solid;
	width:498px;
	height:200px;
	padding:0;
	margin-bottom:6px;
}


.BTclass{
	/*background-image:url(../images/index_29.gif);
      background-repeat:repeat-x;*/
    background:#efefef;
    border-bottom: 1px #BEBEBE solid;
	height:31px;	
	line-height:30px;
}
.BTclass h4, .BCclass h4{
    background:url(../images/xxwindex_07.png) no-repeat 10px center;
	float:left;
	font-size:14px;
	font-weight: bold;
	color:#272727;
	text-indent:24px;
}
.BTclass a{display:block; float:right; line-height:37px; color:#030303;}
.BTclass h4 a{
	color:#000;
	font-size:12px;
}
.BCclass h4 a{
	color:#FFFFFF;
	font-size:12px;
}
.BBclass h4 a{
	color:#FFFFFF;
	font-size:12px;
}

.BTclass h5{
	float:right;
	margin-right:20px;
	font-size:12px;
	font-weight:normal;
}

.BT1class{
	/*background-image:url(../images/index_30.gif);*/
	/*height:23px;
	background-repeat:repeat-x;
	line-height:23px;*/
    background:#efefef;
    border-bottom: 1px #BEBEBE solid;
	height:31px;	
	line-height:30px;
}
.BT1class h4, .BCclass h4{
    background:url(../images/xxwindex_07.png) no-repeat 10px center;
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#272727;
	text-indent:24px;
    font-weight: bold;
}
.BT1class h4 a{
	color:#000;
	font-size:12px;
}


.BT1class h5{
	float:right;
	margin-right:20px;
	font-size:12px;
	font-weight:normal;
}

.main_box{ 
  width:100%;
  float:left;
  border:#dadada 1px solid; }
.main_bt{ 
  width:100%;
  height:66px; 
  background:#3e73b8;
  /*background:url(../images/biao_bj.gif);*/
  font-weight:bold;
  line-height:27px;
  text-align:left;}



/*
 * 滚动图片（新闻图片）
*/
.mF_expo2010{position:relative;width:300px;height:305px;overflow:hidden;font:12px/1.5 Verdana,Geneva,sans-serif;background:#fff;}
.mF_expo2010 .loading{position:absolute;z-index:9999;width:100%;height:100%;color:#666;text-align:center;padding-top:90px;background:#fff url(img/loading.gif) center -40px no-repeat;}/*载入画面*/
.mF_expo2010 .pic li{position:absolute;}
.mF_expo2010 .pic li img{width:300px;height:470px;}/*图片和焦点图框架一样大小*/
.mF_expo2010 .txt li{position:absolute;z-index:2;left:0;width:300px;height:36px;line-height:36px;overflow:hidden;text-align:left}
.mF_expo2010 .txt li a{display:block;color:#FFF;padding:2px 0 0 16px;font-size:14px;font-weight:bold;text-decoration:none;}/*标题样式*/
.mF_expo2010 .txt-bg{position:absolute;bottom:0;z-index:1;width:300px;height:36px;overflow:hidden;background:#000;filter:alpha(opacity=40);opacity:0.4;}/*标题背景*/
.mF_expo2010 .num,.mF_expo2010 .num-bg{position:absolute;z-index:3;bottom:8px;right:8px;color:#fff;}/*按钮样式*/
.mF_expo2010 .num li,.mF_expo2010 .num-bg li{float:left;width:22px;height:18px;line-height:18px;overflow:hidden;text-align:center;margin-right:1px;cursor:pointer;}
.mF_expo2010 .num-bg li{background:#fff;filter:alpha(opacity=50);opacity:0.5;}/*按钮背景*/
.mF_expo2010 .num li.current,.mF_expo2010 .num li.hover{background:#F60;}/*当前/悬停按钮背景*/