.top_c {
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #0556bf
}

.top_c a {
	padding: 0 10px;
	display: inline-block;
	color: #fff;
	float: left;
	font-size: 14px;
}
.top_c a:hover{

	color: #e60101;
	
}

.top_c a.nobot {
	background: none;
}

.header span {
	font-size: 14px;
}

.twz {
	height: 33px;
	font-size: 12px;
	color: #666;
	line-height: 33px;
	position: relative;
}

.twz span {
	display: inline-block;
	border-right: 1px solid #f0f0f0;
	text-align: center;
}

.twz a {
	display: inline-block;
	width: 75px;
	border-left: 1px solid #f0f0f0;
	color: #666;
}

.twz a.cur {
	color: #FB6478;
	font-weight: bold;
}

.t_c i img {
	/* display:block; */
	width: 125px;
	height: 111px;
	padding-left: 54px;
	padding-top: 18px;
}

.t_c {
	height: 145px;
	overflow: hidden;
}



.t_c .subtitle {
    margin: 48px 0 0 23px;
    font-size: 20px;
    color: #009c4b;
    text-align: left;
    /* letter-spacing: 9px; */
    overflow: hidden;
    width: 358px;
    float: left;
}

.t_c .subtitle em {
	display: block;
	font-size: 18px;
	padding-top: 9px;
	color: #535150;
	letter-spacing: 0;
	font-weight: normal;
	font-style: normal;
}


.top_bg{ height:210px; background:url(../image/top_bg.gif) repeat-x;}
.header{width: 1200px; margin:0 auto;}
.h_con{ height:85px;padding: 22px 0 0;}
.logo{ float:left;width: 180px;padding:0 20px 0 0;}
.logo img{ width:180px; height:60px;}
.h_dw{ float:left;line-height: 32px;font-size: 23px;color: #333;padding:0 60px 0 20px;position: relative;}

.h_dw:before{content: "";width: 1px;height: 50px;background: #eaeaea;position: absolute;top: 8px;left: 0;}
.h_dw i{display: block;font-size: 18px;font-weight: normal;}
.h_tel{float: right;padding: 12px 0 0;position:relative;}
.h_tel b{display: block;float: left;font-size: 26px;color: #333;line-height: 40px;height: 40px;padding: 0 0 0 50px;font-family: "DINOT";background:url(../image/tel.gif) no-repeat;margin-left: 30px;}
.h_nav ul{width:1133px;margin:0 auto;}
.h_nav{ height:62px;}
.h_nav li{height: 62px; line-height:62px; float:left; padding:0 32px;position:relative;}
.h_nav li p{position:absolute;top:62px;left:0;z-index:99;background:#fff;width:120%;display:none;}
.h_nav li p a{text-align:center;float:none;width:100%;}
.h_nav li a{ font-size:16px; color:#333;display:block; float:left;position: relative;vertical-align: middle;height: 62px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.h_nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #0556bf;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before,.h_nav li.cur a:before {
  right: 0;
}
.h_nav li.cur a,.h_nav li a:hover{/* font-weight: bold; */color: #0556bf;}
.h_nav li:first-child{padding-left: 0;}
.h_nav li.nobor{padding-right: 0;}
em,i{ font-style:normal;}