﻿@charset "utf-8";

/* 头部 */
.header { width:100%; height:411px; background:url(../images/head1.jpg) center top no-repeat; overflow:hidden; }
	.header .header_top { width:1200px; height:100px; margin:140px auto 0px auto; }
		.header .header_top .header_top_logo { width:580px; height:120px; background:url(../images/head2.png) center no-repeat; float:left; margin-top: -35px;}
		.header .header_top .header_top_input { width:318px; height:46px; padding:0px; margin:0px; margin-top:10px; border:2px solid #1874BC; border-radius:4px; background-color:#1874BC; float:right; }	
			.header .header_top .header_top_input input { width:214px; height:46px; line-height:46px; padding:0px 8px; border:0px; outline:none; border-top-left-radius:4px; border-bottom-left-radius:4px; font-size:16px; color:#333; float:left; display:block; }
			.header .header_top .header_top_input span { width:88px; height:46px; line-height:46px; text-align:center; color:#FFF; font-size:18px; background-color:#1874BC; cursor:pointer; float:right; display:block; }
			.header .header_top .header_top_input span:hover { background-color:#1365a5; }	
	
	.header .nav { width:100%; height:56px; float:left; background-color:#1874BC; margin-top:95px; }
		.header .nav .nav_wrap {width:1200px; height:100%; margin:0px auto; position:relative; }
		.header .nav .nav_wrap ul.nav_wrap_list1 { width:100%; height:56px; position:absolute; top:0px; left:1px; z-index:1; }
		.header .nav .nav_wrap ul.nav_wrap_list1 li { width:148px; height:56px; border-right:2px solid #1B94D1; float:left; }57
		.header .nav .nav_wrap ul.nav_wrap_list1 li.lastLi { border-right:0px; }
		.header .nav .nav_wrap .nav_wrap_list2 { width:100%; height:56px; position:absolute; top:0px; left:1px; z-index:3; }
		.header .nav .nav_wrap .nav_wrap_list2 a { width:148px; height:56px; line-height:56px; margin-right:2px; text-align:center; color:#FFF; font-size:19px; float:left; }
		.header .nav .nav_wrap .nav_wrap_list2 a.lastA { margin-right:0px; }
		.header .nav .nav_wrap .nav_wrap_list2 a.afontWeight { font-weight:bold; }
		.header .nav .nav_wrap .nav_wrap_list_bg { width:152px; height:61px; position:absolute; top:-5px; left:-1px; z-index:2; background:url(../images/head3.png) center no-repeat; }
/* /头部 */

/* 底部 */
.footer { width:100%; min-width:1200px; background-color:#13579E; }
.footer .footer_wrap { width:1200px; padding:40px 0px; margin:0px auto; }
	.footer_wrap .footer_left { width:120px; padding-bottom:8px; border-right:1px solid #1671B8; overflow:hidden; float:left; }
		.footer_wrap .footer_left a { width:100px; height:28px; line-height:28px; margin-top:8px; text-align:center; color:#FFF; font-size:16px; background-color:#1874BD; display:block; }
		.footer_wrap .footer_left a:hover { background-color:#2d86cc;}
	.footer_wrap .footer_mid { padding-left:20px; padding-top:4px; color:#BEE5F6; font-size:15px; line-height:36px; float:left; }
		.footer_wrap .footer_mid a { color:#BEE5F6; }
		.footer_wrap .footer_mid a:hover { color:#FFF; }
		.footer_wrap .footer_mid font { color:#EBFF00; }
		.footer_wrap .footer_mid .cnzzspan { margin-left:20px; }
	.footer_wrap .footer_right { width:80px; margin-top:14px; float:right; }
		.footer_wrap .footer_right a { width:80px; height:80px; background:url(../images/index36.png) center no-repeat; display:block; }
/* /底部 */
@charset "utf-8";

/* 头部 */
.head-container{
	width:100%;
	height:352px;
	background:url(../images/head1.jpg) top center no-repeat;
}
.head-home{
	width:1200px;
	height:104px;
	margin:0 auto;
	padding-top:90px;
}
.head-home-a{
	display:block;
	width:480px;
	height:104px;
	float:left;
}
.Search-function{
	width:501px;
	height:49px;
	float:right;
	margin-top:40px;
}
.Search-box{
	width:398px;
	height:49px;
	background-color:#ffffff;
	border:#e6e6e6 1px solid;
	border-right:none;
	border-radius:8px 0px 0px 8px;
	float:left;
}
.Search-box input{
	display: block;
    height: 47px;
    line-height: 47px;
    border: none;
    outline: none;
    font-family: "microsoft yahei";
    font-size: 14px;
    width: 100%;
	border-radius:8px 0px 0px 8px;
	padding:0 20px 0 20px;
}
.Search-button{
	width:102px;
	height:49px;
	border-radius:0px 8px 8px 0px;
	background:#bf0009 url(../images/Search.png) no-repeat 66px 16px;
	float:right;
    line-height:49px;
    font-size:18px;
    color:#fff;
    display: block;
	padding-left:22px;
}

.Search-button:hover{
    color:#fbe23c;
}

.c_topnav{
	width:100%;
	height:56px;
	background-color:#1874BC;
	text-align: center;
}
.c_topnav-Live{
	width:1350px;
	margin:0 auto;
	height:56px;
}
.c_topnavf1{
	width:148px;
	height:56px;
	margin:0 auto;
	float:left;
}
.c_topnavf1 a{
	display: block;
    color:#ffffff;
    height:56px;
    line-height:56px;
    font-size:19px;
	border-right:2px solid #1B94D1;
}

.c_topnavf1:nth-of-type(9) a{
	border-right:none;
}

.c_topnavf1 a:hover{
	height:61px;
	background:url(../images/head3.png) center no-repeat;
	margin-top:-5px;
	border-right:none;
	margin-left:-2px;
	z-index:99;
	font-weight:bold;
}
.c_topnavf1 a.hover{
	height:61px;
	background:url(../images/head3.png) center no-repeat;
	margin-top:-5px;
	border-right:none;
	margin-left:-2px;
	z-index:99;
	font-weight:bold;
}	
.c_topnavf2{
	width:200px;
	height:63px;
	margin:0 auto;
	float:left;
}
.c_topnavf2 a{
	display: block;
    color:#ffffff;
    height:63px;
    line-height:63px;
    font-size:22px;
}
.c_topnavf2 a:hover{
	background:#960415;
}
.c_topnavf2 a.hover{
	background:#960415;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.c_topup {
	width:100%;
  background:url(../images/g_headtt.png) repeat-x;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  z-index: 99;
  margin:0 auto;
}
.c_topup .c_topleft {
  float: left;
  overflow: hidden;
}
.c_topup .c_topleft .c_toplink {
  float: left;
  color: #fff;
  padding-left: 24px;
  background: url(../images/ctopbiao.png) no-repeat left center;
  margin-right: 20px;
}
.c_topup .c_topleft .c_toplink:hover {
  color: #fdff48;
}
.c_topup .c_topright {
  float: right;
  position: relative;
}
.c_topup .c_topright a {
  float: right;
  color: #fff;
}
.c_topup .c_topright a.c_rightlink1 {
  background: url(../images/ctopright1.png) no-repeat 15px center;
  padding: 0 15px 0 51px;
}
.c_topup .c_topright a.c_rightlink2 {
  background: url(../images/ctopright2.png) no-repeat 15px center;
  padding: 0 15px 0 41px;
}
.c_topup .c_topright a.c_rightlink3 {
  background: url(../images/ctopright3.png) no-repeat 15px center;
  padding: 0 15px 0 41px;
}
.c_topup .c_topright a:hover {
  background-color: #4674cf;
}
.c_topup .c_topright .c_kunzigun {
  padding: 20px 30px;
  position: relative;
}
.c_topup .c_topright .c_guanblef {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background: #fff;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 30px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.c_topup .c_topright .c_caiddan {
  width: 560px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 2px solid #1874BC;
  display: none;
}
.c_topup .c_topright .c_caiddan .c_yizutit {
  color: #1874BC;
  font-size: 16px;
  font-weight: bold;
}
.c_topup .c_topright .c_caiddan .c_yizulitd {
  overflow: hidden;
}
.c_topup .c_topright .c_caiddan .c_yizulitd a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  width: 31.33%;
  margin: 0 2% 0 0;
}
.c_topup .c_topright .c_caiddan .c_yizulitd a:hover {
  background: none;
  color: #1874BC;
}

.c_topmid {
  padding: 80px 0 0;
  position: relative;
  z-index: 90;
}
.c_topmid .c_topin {
  float: right;
  margin: 58px 0 0;
}
.c_topmid .c_topsearch {
  float: right;
  background-color:#ffffff;
  border-right:none;
  border-radius:8px;
  width: 422px;
  height: 50px;
  margin: 65px 20px 0 0;
}
.c_topmid .c_topsearch .c_searchclass {
  float: left;
  padding: 9px 8px 9px 15px;
}
.c_topmid .c_topsearch .c_searchclass select {
  display: block;
  width: 70px;
  font-family: "microsoft yahei";
  font-size: 14px;
  color: #999;
  border: none;
  outline: none;
  line-height: 32px;
  height: 32px;
  background: url("../images/arrow.png") no-repeat scroll right center transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
}
.c_topmid .c_topsearch .c_topsouan {
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  border-radius:0px 8px 8px 0px;
	background:#1365a5;
  display: block;
  text-align: center;
  float: right;
  margin: 0;
}
.c_topmid .c_topsearch .c_topsouan:hover {
  color: #fdff48;
}
.c_topmid .c_topsearch .c_sousuo {
  margin: 13px 110px 0 92px;
  height: 24px;
  line-height: 24px;
  border-left: 1px solid #d2d2d2;
  padding: 0 15px;
}
.c_topmid .c_topsearch .c_sousuo input {
  display: block;
  height: 24px;
  line-height: 24px;
  border: none;
  outline: none;
  font-family: "microsoft yahei";
  font-size: 14px;
  width: 100%;
}
.c_topmid .c_toplogo {
  float: left;
}
.c_topmid .c_toplogo a {
  display: block;
}
/* /头部 */
