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",sans-serif ;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;
}



.row {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  background-color: #fff;
  padding: 15px 0 20px 0;
  border-top: 4px solid #003F88;
}
.header .link {
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
}
.header .link a {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  color: #4a4a4a;
}
.header .link a:hover{
	color: #0363D2;
}
.header .search {
	*float: right;
	*margin-right: -55px;
  padding-top: 40px;
}
.header .search input,
.header .search button {
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #959595;
}
.header .search input {
  width: 235px;
  margin-left: -5px;
  border: 1px solid #e0e0e0;
  border-right: none;
  background-color: #fff;
}
.header .search button {
  width: 40px;
  height: 37px;
  text-align: center;
  background-color: #003F88;
  margin-left: -5px;
}
.header .search button img {
  margin-left: -2px;
}
.nav {
  width: 100%;
  background-color: #fff;
}
.nav ul{
	margin-left: 9px;
}
.nav li {
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 999;
}
.nav li a {
  font-size: 18px;
  line-height: 48px;
}
.nav li .dropdown {
	height: 0;
	overflow: hidden;
  position: absolute;
  left: 0;
  top: 48px;
  background-color:#09458d;
  background-color:rgba(9,69,141,0.9);
  text-align: center;
  transition: height .5s;
}
.nav li .dropdown a {
	display: block;
  font-size: 14px;
  line-height: 36px;
  white-space: nowrap;
  padding: 0 15px;
  color: #fff;
}
.nav li .dropdown a:hover{
	background-color:#0363d2;
	color:#fff;
	
}
.nav li:hover {
  background-color: #0f4a8f;
}
.nav li:hover a{
  color: #fff;
}

.nav li:hover .dropdown {
  display: block;
}




.footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-color: #003F88;
  margin-top: 40px;
  padding: 30px 0 35px;
  color: #fff;
  font-size: 14px;
  *padding-bottom: 25px;
}
.footer .top > a {
  float: left;
  display: block;
  padding: 30px 45px 0 0;
}
.footer .contact {
  width: 280px;
  float: left;
  margin-top: 10px;
  padding: 0 60px;
  border-left: 1px solid #2b5f9c;
  border-right: 1px solid #2b5f9c;
}
.footer .contact h2{
	font-size: 24px;
	font-weight: 100;
	padding-bottom: 15px;
}
.footer .contact p {
  line-height: 30px;
}
.footer .fri-link {
  float: left;
  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;
}