BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: 微软雅黑;
}

h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a{ color:#000000; text-decoration:none; outline: medium none;}

.clear {
  clear:both;
}
.both:after {
  content: "";
  clear: both;
  display: block;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1200px;
  margin: 0 auto;
}
.commonA  {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #0058a0;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat center center #446aae;
  background-size: 60%;
  margin-top: 10px;
}
.headerBg {
  width: 100%;
  height: 150px;
  background-color: #ffffff;
}
.header {
  height: 100px;
}
.logo {
  width: 854px;
  height: 54px;
  margin-top: 21px;
}
.search {
  margin-top: 27px;
  position: relative;
}
.search .btn2 {
  border-style: none;
  outline: none;
  background:url(../images/search.png) no-repeat;
  width: 16px;
  height: 15px;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.search .btn1 {
  border-radius: 50px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  width: 0;
  color: #0058a0;
  border: 1px solid #ffffff;
  transition: all 1s ease .1s;
  -webkit-transition: all 1s ease .1s;
  -moz-transition: all 1s ease .1s;
  -ms-transition: all 1s ease .1s;
  -o-transition: all 1s ease .1s;
}
.search .active {
  width: 168px !important;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #0058a0;
}
.login {
  margin-left: 15px;
  margin-top: 37px;
}
.loginText {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
}
.loginText + .loginText {
  border-left: 1px solid #999999;
  padding-left: 6px;
}
.loginText:hover {
  color: #0058a0;
}
.language {
  display: inline-block;
  font-size: 14px;
  color: #0058a0;
  background-color: #e6eff6;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
}
.menu {
  width: 100%;
  height: 50px;
  background-color: #0058a0;
}
.nav>li {
  float: left;
  padding: 15px 0px;
}
.nav>li:hover {
    background-color: #04a1ba;
}
.nav>li>a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  border-left: 2px solid #1a69aa;
  padding: 0px 69px;
}
.nav>li:hover a {
  border-left: 2px solid #04a1ba;
}
.nav>li:last-child>a {
  border-right: 2px solid #1a69aa;
}
.nav>li:last-child:hover a {
  border-right: 2px solid #04a1ba;
}
.footerBg {
  width: 100%;
  height: 200px;
  background: url(../images/footerBg.jpg) no-repeat center center / cover;
  margin-top: 70px;
}
.footCopyright {
  width: 80%;
  box-sizing: border-box;
  padding: 69px 0px;
}
.footCopyright>p {
    font-size: 14px;
    color: #ffffff;
    font-family: "宋体";
    line-height: 28px;
}
.footCopyright>p a {
  color: #ffffff;
}
.footCopyright>p+p {
    margin-top: 5px;
}
.link {
    width: 180px;
    height: 40px;
    background: url(../images/linkBg.png) no-repeat center center;
    cursor: pointer;
    margin-top: 80px;
    position: relative;
    z-index: 5;
}
.link>h3 {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-family: "新宋体";
    line-height: 40px;
    text-indent: 40px;
}
.linkText {
    display: none;
    width: 100%;
    background-color: #424959;
    opacity: 0.8;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    bottom: 38px;
    left: 0px;
}
.linkText>a {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    line-height: 20px;
    padding: 11px 20px 11px 20px;
    font-size: 14px;
    color: #ffffff;
    font-family: "新宋体";
}
.show {
  display: none;
}
.loginSuc {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.loginSuc>span {
  font-size: 14px;
  color: #999999;
  background: url(../images/icon_arrow_bottom.png) no-repeat right;
  padding-right: 15px;
  cursor: pointer;
}
.loginSucText {
  display: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  left: 0px;
  border-radius: 5px;
  background: #f3f3f3;
}
.loginSucText>a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.loginSucText>a:hover {
  color: #0058a0;
}
.loginShow {
  display: none;
}
