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: "Arial";
}
*{  
  font-family: "Arial";
  -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;}

@font-face{
   font-family:"Libre-Bold";
   src: url('../../font/LibreBaskerville-Bold.ttf');
}
@font-face{
   font-family:"Libre";
   src: url('../../font/LibreBaskerville-Regular.ttf');
}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1400px;
  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: #840D24;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  background: url(../../images/en/nav-btn.png) no-repeat center center #ae0c2a;
  background-size: 60%;
  margin-top: 22px;
  margin-right: 20px;
}

.headerBg {
  width: 100%;
  height: 88px;
  background-color: #840D24;
}
.logo {
  width: 274px;
  height: 57px;
  overflow: hidden;
  margin-top: 19px;
}
.menu {
  width: calc(100% - 400px);
  height: 88px;
}
.nav {
  width: calc(100% - 140px);
}
.nav>li {
  float: left;
  position: relative;
  z-index: 2;
}
.nav>li>a {
  display: block;
  font-family: "Libre";
  font-size: 16px;
  color: #FFFFFF;
  line-height: 88px;
  padding: 0px 30px;
  background: url(../../images/en/icon_arrow_bottom.png) no-repeat 95%;
}
.header_btn {
  width: 100px;
  display: flex;
  justify-content: space-between;
}
.header_btn>a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  background-color: #ae0c2a;
  border-radius: 50%;
  text-align: center;
  font-family: "Libre";
  line-height: 40px;
  margin-top: 22px;
}
.search {
  width: 40px;
  height: 40px;
  margin-top: 22px;
}
.search form {
  position: relative;
  height: 40px;
  width: auto;
}
.search .btn_submit {
  border-style: none;
  border-radius: 50%;
  outline: none;
  background: url(../../images/en/icon_search.png) no-repeat center center #ae0c2a;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}
.search .btn_text {
  border-radius: 5px;
  font-size: 14px;
  font-family: "Libre";
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 77;
  padding: 0;
  right: 0px;
  top: 0px;
  box-sizing: border-box;
  outline: none;
  width: 0;
  color: #ffffff !important;
  transition: all 1s ease .1s;
  -webkit-transition: all 1s ease .1s;
  /*谷歌和safari*/
  -moz-transition: all 1s ease .1s;
  /*火狐*/
  -ms-transition: all 1s ease .1s;
  /*ie*/
  -o-transition: all 1s ease .1s;
  /*opera*/
}
.search .active.btn_text {
  width: 200px;
  padding-left: 10px;
  padding-right: 30px;
  background: #ae0c2a;
}
.nav_sec {
  display: none;
  width: 100%;
  position: absolute;
  left: 10px;
  z-index: 2;
  top: 80px;
  background-color: #ffffff;
  padding: 0px 20px;
  border-radius: 2px;
}
.nav_sec>a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "Libre";
  font-size: 14px;
}
.nav_sec>a + a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.nav_sec>a:hover {
  color: #840D24;
  background: url(../../images/en/icon_arrow_right.png) no-repeat right;
}
.nav>li:last-child .nav_sec {
  width: 140%;
}

/* footer */

.footer {
  width: 100%;
  height: auto;
  background-color: #222222;
}
.foot {
  width: 100%;
  padding: 50px 0px 50px;
  display: flex;
  justify-content: space-between;
}
.foot_logo {
  width: 274px;
  height: 51px;
  overflow: hidden;
  opacity: .5;
}
.contact_us {
  width: 25%;
}
.contact_us>h3,
.foot_link>h3 {
  display: block;
  font-size: 18px;
  font-family: "Libre-bold";
  color: #FFFFFF;
  background: url(../../images/en/icon_call.png) no-repeat 0px 0px;
  padding-left: 45px;
  line-height: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  opacity: .7;
}
.contact_us>p {
  margin-top: 15px;
  font-family: "Libre";
  font-size: 14px;
  color: #FFFFFF;
  opacity: .7;
  line-height: 35px;
}
.contact_us>p + p {
  margin-top: 0px;
}
.foot_link {
  width: 40%;
}
.foot_link>h3 {
  background: url(../../images/en/icon_link.png) no-repeat 0px 0px;
}
.link_item {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link_item>a {
  display: block;
  width: calc(100% - 52%);
  font-family: "Libre";
  font-size: 14px;
  color: #FFFFFF;
  opacity: .7;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.link_item>a:hover {
  opacity: 1;
}
.copyright {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright>p {
  line-height: 60px;
  font-family: "Libre";
  opacity: .7;
  font-size: 14px;
  color: #FFFFFF;
}