body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
img,
input,
select,
button {
  vertical-align: middle;
  outline: none;
}
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  min-width: 1200px;
  color: #333;
}
img {
  border: 0;
}
select,
input {
  outline: none;
}
select {
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/xl.png) no-repeat scroll right center transparent;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none!important;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-style: 0;
  overflow: hidden;
  clear: both;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  /*WebKit browsers*/
  font-size: 14px;
  color: #aaa;
}
input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  font-size: 14px;
  color: #aaa;
}
input::-ms-input-placeholder {
  /*Internet Explorer*/
  font-size: 14px;
  color: #aaa;
}
.layout {
  max-width: 1200px;
  margin: 0 auto;
}


.header {
  width: 100%;
  overflow: hidden;
  background: url(../images/header_bg.png) center center no-repeat;
  background-color: #003F88;
  background-size: cover;
  padding: 30px 0;
}

.header .layout{
	position: relative;
}

.header .layout .link{
	position: absolute;
	right: 81px;
	bottom:-10px;
}
.header .layout .link a{
    float: left;
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
}
.header .layout .link .link01{
	background-color: #33bfbf;
}
.header .layout .link .link02{
	background-color: #52a6f9;
    display: none;
}


/*.header .link {
  color: #fff;
  font-size: 14px;
  text-align: right;
}
.header .link a {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  color: #fff;
  padding: 0 10px 0 5px;
}*/
.header .search {
  padding: 25px 0 0 6px;
}
.header .search select,
.header .search input,
.header .search button {
  padding-left: 15px;
  width: 65px;
  height: 42px;
  line-height: 42px;
  border: none;
  color: #959595;
  background-color: #fff;
}
.header .search input {
  width: 210px;
  margin-left: -5px;
  
}
.header .search button {
  width: 50px;
  text-align: center;
  margin-left: -5px;
  
}
.header .search button img {
  margin: -2px 0 0 -2px;
  *margin: 0 0 0 -2px;
}



.nav {
  width: 100%;
  background-color: #022c64;
}
.nav .layout>ul {
    display: flex;
    justify-content: space-around;
}
.nav li {
	width: 133.3px;
  float: left;
  position: relative;
  z-index: 999;
  text-align: center;
}
.nav li a {
	display: block;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.nav li:hover>a{
  background-color: #fff;
  color: #003F88;
}
.nav li .dropdown {
min-width:133.3px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #fff;
  background-color: rgba(255,255,255,.98);
  text-align: center;
  transition: height 0.3s;
}
.nav li .dropdown a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 28px;
  text-align: center;
  white-space: nowrap;
  color: #29303c;
  border-bottom: 1px solid #d2d2d2;
}
.nav li .dropdown a:hover {
  background-color: #014ba2;
  color: #fff;
}








.footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-color: #003F88;
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  *padding-bottom: 25px;
}
.footer .top > a {
  float: left;
  display: block;
  padding: 0 45px 0 0;
}
.footer .contact {
  width: 220px;
  float: left;
  margin-top: 10px;
  padding: 0 60px;
}
.footer .contact p {
        *width:98px;
	float: right;
	padding-top: 10px;
  line-height: 30px;
}
.footer .fri-link {
  float: right;
  padding: 60px 0 0 60px;
}
.footer .fri-link select {
  width: 250px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #909090;
  border: none;
  padding-left: 8px;
  margin-top: -28px;
  background: url(../images/xl2.png) no-repeat 220px 12px;
  background-color: #fff;
}
.footer-bottom {
  width: 100%;
  border-top: 1px solid #2b5f9c;
  background-color: #003f88;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 27.05px;
  padding: 10px 0 ;
}
.footer-bottom a {
  color: #4e81b8;
}



.siteCounter8 span {
    margin: 0;
    border-radius:none;
    color: #FFFFFF;
    background-image: none;
    padding: 0;
}
.siteCounter8{
  display:inline;
}