﻿#phone{
  display: none;
}
* {
    padding: 0;
    margin: 0;
}

table {
    border: none;
    border-spacing: 0;
}

table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
}

table td {
    padding: 0;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

.m1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.l35 {
    margin-left: 35px;
}

@charset "utf-8";



html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #323232;
}

a:hover {
  color: #003c7c;
  text-decoration: none;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

ul, ol, li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-weight: inherit;
}

input, select, textarea, button {
  vertical-align: middle
}

.relative {
  position: relative;
}

/*.clearfix {
*display:table;
*zoom:1;
}*/

.clear {
  *zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.black_bg01 {
  position: fixed;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
  filter: alpha(opacity=70)
}

/*头部样式*/

.logo img {
  width: 100%;
}

.header {
  width: 100%;
  min-width: 300px;
  height: auto;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.header.current .black_bg01 {
  display: block;
}

.topWrap {
  width: 100%;
  background: url(header_bg.jpg) no-repeat top center #012347;
}

.top {
  height: 42px;
  line-height: 42px;
  width: 1225px;
  margin: 0 auto;
  font-size: 14px;
}

.top a {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top span {
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top a:hover {
  opacity: 0.8;
}

.top_lf {
  float: left;
}

.top_rt {
  float: right;
}

.nav-wrapper {
  width: 100%;
  background-color: #fff;
}

.logo {
  height: 0;
  position: relative;
  z-index: 99992;
  margin: 0 auto;
  transition: all 0.3s ease
}

.logo_bg {
  width: 260px;
  height: 0;
  position: relative;
  z-index: 99990;
  top: 75px;
  margin: 0 auto;
}

.nav {
  width: 1225px;
  margin: 0 auto;
  z-index: 9992;
}

.nav_lf {
  width: 41.24%;
  float: left;
}

.nav_rt {
  width: 41.24%;
  float: right;
}


.nav ul li {
  float: left;
  transition: all 0.3s ease;
  position: relative;
}

.nav ul>li {
  width: 25%;
}

.nav ul li>a {
  padding: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #01366e;
  transition: all 0.3s ease;
}

.nav ul li>a {
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.nav ul li.on>a, .nav ul li:hover>a {
  color: #fff;
  background-color: #0050a5;
}

.nav ul li.on .subNav {
  display: block;
}

.nav ul li:hover .subNav{
  display: block;
}


.nav .headyoubian li{
  width: 33%;
}

.subNav {
  width: 100%;
  background: url(subnav_bg.png) repeat;
}

.subNav {
  position: absolute;
  left: 0;
  display: none;
}

.subNav a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 15px;
}

.subNav a:hover {
  background-color: #0050a5;
}

.header.currents .logo {
  width: 135px;
  top: -37px;
}

.header.currents .nav ul li {
  padding-top: 10px;
  height: 48px;
}

.header.currents .nav ul li.on>a, .header.currents .nav ul li:hover>a {
  /* height: 48px;
  line-height: 48px; */
}

.header.currents .subNav {
  top: 48px;
}

.header.currents .nav-wrapper {
  height: 56px;
}

.header.currents {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.serBtn {
  background: url(serbtn.png) no-repeat center center;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 42px;
}

.serWrap {
  height: 0;
  overflow: hidden
}

#ser {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  display: none;
}

.ser {
  width: 800px;
  height: 38px;
  line-height: 34px;
  background-color: #fff;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

/*#btn_ser{width: 18px;height: 39px;display: block;cursor: pointer;background:url(btn_bg01.png) no-repeat center center;}
#btn_ser.close_btn{background:url(closebtn_bg01.png) no-repeat center center;}*/

/*.close_btn{display: none;}*/

/*.searchWrap{width:18px; height: 39px;position:relative; z-index:9999999;float:right; margin-right: 30px;}*/

.search input {
  position: absolute;
  height: 34px;
  line-height: 34px;
  color: #262626;
  border: none;
  background: none;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  color: #a4a4a4;
  padding: 0 0 0 7px;
  width: 83%;
  border: 1px solid #bfbfbf;
}

.search input.notxt1 {
  position: absolute;
  width: 15%;
  height: 34px;
  right: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding-right: 0;
  color: #fff;
  border: none;
  background-color: #df4c36;
  border: 1px solid #df4c36;
  height: 36px;
}

.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: none;
  background-color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.goTop:hover {
  color: #fff;
  background-color: #e46856;
}

/*加载更多*/

.add_more {
    width: 208px;
    height: 63px;
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 63px;
    background: #003593;
    position: relative;
    left: 50%;
    margin-left: -104px;
}

.add_more a {
    color: #ffffff;
}

.add_more:hover {
    background: #5472a7;
}

.t40 {
    margin-top: 40px;
}




.w600{
	width: 600px;
	margin: 0 auto;
}
.footerWrap{
	width: 100%;
	background: #012b5b;
	overflow: hidden;
	padding-top: 10px;
}
.footleft{
	float: left;
	width: 166px;

}
.footright{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.footright p{
	color: #a3a9b1;
	line-height: 20px;
	font-size: 14px;
	padding: 0;
	margin-bottom: 10px;
}