@charset "utf-8";
/* CSS Document */

body{ background:#f9f9f9;}

.headBg{ width:100%; min-width:1200px; height:128px; background:url(../images/headBg.jpg) top center no-repeat; overflow:hidden; }
.headCont{ width:1200px; margin:0 auto;}

/*首页头部*/
.logo{ width:560px; float:left; margin-top:33px;}
.headSearch{ float:right;}
	.headSearch span{ font-size:14px; color:#fff; display:block; margin-top:42px; text-align:center;}
.searchBox{ height:26px; width:173px; background:#fff; border-radius:4px; margin-top:10px;}
	.searchInput{ display:block; float:left; width:140px; border:none; line-height:26px; padding-left:5px; font-size:14px;
	color:#555; background:none;}
	.searchButton{ width:16px; height:16px; display:block; float:right; background:url(../images/searchButton.png) no-repeat;
	margin:5px 10px 0 0; border:none;}

/*nav*/
.nav{ width:100%; height:50px; background:url(../images/navBg.png) repeat-x;}
.navUl{ width:1200px; margin:0 auto;}
.navUl li{ float:left; margin:12px 38px 0 0;}
	.navUl li a{ font-size:18px; color:#fff; display:block; padding:0 2px;}
	.navUl li b{ width:100%; height:5px; display:block; margin-top:5px;}
.navUl li:hover b,.navUl li.navSelect b{ background:#0173cc;}
.navMobil{ display:none;}

/*banner滚动效果*/
	.unslider {
		position: relative;
	  padding: 0;
	  width:100%;
	 min-width:1200px;
	  height:500px;
	}
	.unslider-wrap { position: relative; }
	.unslider-wrap.unslider-carousel li { float: left; position:relative;}
	.unslider-vertical>ul { height: 100%; }
	.unslider-vertical li {
	  float: none;
	  width: 100%;
	}
	.unslider-fade { position: relative; }
	.unslider-fade .unslider-wrap li {
	  position: absolute;
	  left: 0;
	  top: 0;
	  right: 0;
	  z-index: 8;
	}
	.unslider-wrap li a img {
	  width: 100%;
	  height:500px;
	  border-radius:4px;
	}
	.unslider-fade .unslider-wrap li.unslider-active { z-index: 10; }
	.unslider li,.unslider ol,.unslider ul{
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  border: none;
	}
	.unslider-nav {
	  position: absolute;
	  bottom:60px;
	  width:150px;
	  margin:0 auto;
	  right:14%;
	  
	}
	.unslider-nav ol {
	  list-style: none;
	  text-align: center;
	}
	.unslider-nav ol li {
	  display: inline-block;
	  width:20px;
	  height: 10px;
	  margin: 0 7px;
	  background:url(../images/bannerIcons.png) no-repeat;
	  overflow: hidden;
	  text-indent: -999em;
	  cursor: pointer;
	  *float:left;
	}
	.unslider-nav ol li.unslider-active {
	  background:url(../images/bannerIconsHover.png) no-repeat;
	  cursor: pointer;
	}
	/*.scrollOpacity{ width:378px; height:120px; background:url(../images/scrollopacity.png) repeat; position:absolute; 
	top:190px; left:160px; z-index:0; border-left:4px solid #c21920;}*/
.scrollText{  width:1200px; position:absolute; top:285px; left:50%; margin-left:-391px;}
.scrollText h3{ width:390px;}
	.scrollText h3 a{ font-size:16px; font-weight:normal; color:#fff; display:block; line-height:37px;}



/*分页导航*/
.navList{ width:1200px; height:64px; margin:32px auto 0;background:#c21920;
 box-shadow:0px -1px 12px -1px #9d4b4f;}
.navList ul{ padding:0 74px;}
.navList li{ float:left;}
	.navList li a{ font-size:18px; color:#fff; padding:0 37px; height:64px; line-height:64px; display:block;}
	.navList li a:hover,.navList li a.navSelect{ background:#a21c21; }
	

/*footer*/

.footer{ width:100%; min-width:1200px; height:180px; background:#000e57; margin-top:40px;}
.footerCont{ width:1200px; margin:0 auto; padding-top:30px;}
.footerBottom{ width:1157px; overflow:hidden; margin:12px auto 0;}
.footerBottom li{ height:30px; line-height:30px; float:left; margin:0 19px;}
	.footerBottom li b{ width:19px; height:16px; display:block; float:left; margin:3px 10px 0 0;}
	.footerBottom li span{ display:block; float:left; font-size:16px; color:#fff;}
	.footerBottom li span em{ padding:0 10px;}
.footerTop{ min-height:75px; *height:75px; border-bottom:1px solid #8087ab; padding-bottom:24px;}
.footLeft{ float:left;}
	.footLeft h3{ font-size:22px; color:#b3b7cd; font-weight:normal;}
.footLeftUl{ margin-top:22px;}
.footLeftUl li{ float:left; margin-right:60px; position:relative;}
	.footLeftUl li a.selectFist{ display:block; height:30px;}
	.footLeftUl li a.selectFist,.footLeftUl li a span{ font-size:16px; color:#fff;}
	.footLeftUl li a span{ display:block; float:left;}
	.footLeftUl li a b{ width:10px; height:7px; display:block; float:left; background:url(../images/arrowDown.png) no-repeat;
	margin:8px 0 0 8px;}
.footRight{ float:right;}
.selectUl{ position:absolute; top:30px; background:#000e57; left:0; width:100%; display:none;}
	.selectUl a{ display:block; text-align:center; font-size:14px !important; line-height:30px; color:#fff; }
	

	