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.jpg) no-repeat scroll right center transparent;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none;}
li{ list-style: none;}
a { text-decoration:none; color:#000;}
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: url(../images/header.jpg) no-repeat;
  padding: 15px 0 20px 0;
background-size: cover;}
.header .link {
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
  text-align:right;
}
.header .link a {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  color: #fff;
  padding: 0 10px 0 5px;}
.header .search {
  padding: 15px 0 0 75px;
  margin-right:10px;}
.header .search select,
.header .search input,
.header .search button {
  padding-left: 10px;
  width: 65px;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #959595;
  background-color: #fff;}
.header .search input {
  width: 310px;
  margin-left: -5px;}
.header .search button {
  width: 40px;
  text-align: center;
  background-color: #0363d2;
  margin-left: -5px;}
.header .search button img {
  margin-left: -2px;}
.nav {
  width: 100%;
  background-color: #08294e;}
.nav ul {
  padding-left: 8px;}
.nav li {
  float: left;
  padding: 0 14px;
  border-left: 1px solid #375270;
  position: relative;
  z-index: 999;}
.nav li a {
  color: #fff;
  font-size: 18px;
  line-height: 44px;}
.nav li a img {
  margin: -5px 10px 0 0;}
.nav li .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  background-color:#fff;
  background-color:rgba(3,99,211,0.7);
  min-width: 175px;
  text-align: center;}
.nav li .dropdown a {
	display: block;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  padding: 0 29px;
  color: #fff;}
.nav li .dropdown a:hover{
	background-color:#08294e;
	color:#fff
	
;}
/*.nav li:last-child {
  border-right: 1px solid #375270;
}*/

.nav li:hover {
  background-color: #0363d2;}
/*.nav li.parent,.nav li.selected{
   background-color: #0363d2;
}*/

.nav li:hover .dropdown {
  display: block;}

.banner {
  position: relative;}
.banner .bd img {
  width: 100%;}
.banner .hd {
  position: relative;
  z-index: 1;
  height: 16px;
  top: -50px;}
.banner .hd ul {
  text-align: center;}
.banner .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 0;
  margin-right: 13px;}
.banner .hd .on {
  background-color: #fff;}
.banner .prev,
.banner .next {
  display: block;
  width: 25px;
  height: 49px;
  position: absolute;
  top: 50%;
  margin-top: -25px;}
.banner .prev {
  background: url(../images/left.jpg) no-repeat;
  left: 10px;}
.banner .next {
  background: url(../images/right.jpg) no-repeat;
  right: 10px;}





.footer {
  background-color: #003f88;
  margin-top: 30px;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
  *padding-bottom: 25px;}
.footer .top > a {
  float: left;
  display: block;
  width: 330px;
  padding: 10px 45px 10px 0;}
.footer .contact {
  width: 300px;
  float: left;
  margin-top: 10px;
  padding: 0 60px;
  border-left: 1px solid #2b5f9c;
  border-right: 1px solid #2b5f9c;}
.footer .contact p {
  line-height: 27.5px;}
.footer .fri-link {
  float: left;
  padding: 10px 0 0 60px;}
.footer .fri-link img {
  padding-right: 40px;
float:left;}
.footer .fri-link select {
  width: 175px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #909090;
  border: none;
  padding-left: 5px;
  margin-top: -28px;
  background: url(../images/xl2.jpg) no-repeat 150px 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;}