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: "微软雅黑";
}
*{  
  font-family: "微软雅黑";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 {
  display: block;
  content: "";
  clear: both;
}
.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;
  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: #D6AA6D;
}

.headerBox {
  width: 100%;
  height: 125px;
  background-color: #10193A;
}
.header {
  width: 100%;
  height: 65px;
  background-color: #ffffff;
}
.logo {
  width: 328px;
  height: 40px;
  margin-top: 11px;
  overflow: hidden;
}
.menuBtn {
  width: 30%;
  height: 100%;
/*  text-align: right;*/
}
.iconMenu {
  width: 25%;
  height: 100%;
}
.iconMenu>a {
  display: block;
  width: 100%;
  padding-left: 25px;
  font-size: 12px;
  color: #666666;
  line-height: 65px;
}
.iconMenu>a:hover {
  color: #D6AA6D;
}
.iconMenu + .iconMenu {
  margin-left: 19px;
}
.icon_home {
  background: url(../images/icon_homr.png) no-repeat 0px 21px;
}
.icon_uesr {
  background: url(../images/icon_uesr.png) no-repeat 0px 21px;
}
.icon_en {
  background: url(../images/icon_en.png) no-repeat 0px 21px;
}
.search {
  width: 50px;
  height: 50px;
  border: 0px solid #666666;
  margin-top: 6px;
  background-color: #ffffff;
  border-radius: 5px;
}
.search form {
  width: 100%;
}
.btn1 {
  display: none;
  width: 0;
  height: 50px;
  font-size: 16px;
  color: #666666;
  text-indent: 20px;
  line-height: 50px;
}
::placeholder {
  color: #666666;
}
.btn2 {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon_search.png) center center no-repeat;
  cursor: pointer;
}
.nav {
  width: 100%;
  height: 60px;
}
.menu {
  width: 100%;
  height: 100%;
}
.menu>li {
  display: block;
  float: left;
  width: calc(100% - 90%);
  height: 60px;
  position: relative;
  text-align: center;
}
.menu>li>a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 60px;
  position: absolute;
  z-index: 5;
}
.menu>li>a.act {
  background-color: #D6AA6D;
/*  font-weight: bold;*/
  height: 65px;
  line-height: 65px;
  top: -5px;
}
.menu>li:hover>a{
  background-color: #D6AA6D;
/*  font-weight: bold;*/
  height: 65px;
  line-height: 65px;
  top: -5px;
}
.menuT {
  width: 195px;
  background-color: rgb(16,25,58,0.5);
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 900;
  display: none;
}
.menuT>a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding-left: 29px;
  padding-right: 5px;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.menuT>a:hover {
  color: #D6AA6D;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat center center ;
  background-size: 60%;
  margin-top: 15px;
}
.footer {
  width: 100%;
  height: 390px;
  background-color: #10193A;
}
.footerNav {
  width: 100%;
  padding: 30px 0px 21px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerMenu {
  width: auto;
}
.footerMenu>h3 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  line-height: 23px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.footerMenu>h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
}
.footerMenu>li>a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  line-height: 16px;
  padding: 8px 0px;
}
.footerMenu>li>a:hover {
  color: #D6AA6D;
}
.copyright {
  width: 100%;
  height: 40px;
  background-color: #10131E;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 16px;
  line-height: 40px;
}