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: 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: #ad0b29;
}

.headerBg {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.header {
  width: 100%;
}
.logo {
  width: 530px;
  height: auto;
  margin: 20px 0px;
}
.menuBg {
  width: 100%;
  height: 60px;
  background-color: #ad0b29;
}
.menu {
  display: flex;
  justify-content: space-between;
}
.menu>li {
  position: relative;
  padding: 0 35px;
}
.menu>li>a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 60px;
  padding: 0px 2px;
  position: relative;
}
.menu>li>a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.menu>li>a:after {
  display: block;
  content:"";
  position: absolute;
  top: 60px;
  left: 0px;
  border-bottom: 4px solid #f3f3f3;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.menu>li>a:hover {
  font-weight: bold;
}
.menu>li>a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navTwo {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
.navTwo>li {
  display: block;
  text-align: center;
}
.navTwo>li+li {
  border-top: 1px solid #e2e2e2;
}
.navTwo>li>a {
  display: block;
  padding: 10px 10px;
  color: #525252;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
.navTwo>li>a:hover {
  background-color: #ad0b29;
  color: #ffffff;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.headerBtn {
  margin-left: 0px;
  margin-top: 10px;
}
.searchBg {
  width: 200px;
  height: 40px;
  border: 1px solid #002754;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  overflow: hidden;
}
.searchBg .btn2 {
  border-style: none;
  border-radius: 5px;
  outline: none;
  background-color: #002754;
  color: #ffffff;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.searchBg .btn1 {
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 77;
  padding-left: 10px;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  outline: none;
  width: calc(100% - 50px);
  padding-right: 10px;
  color: #002754 !important;
}

.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  margin-top: 0px;
  background: url(../images/nav-btn.png) no-repeat center center;
  border: 1px solid #002754;
  border-radius: 4px;
}

.language {
  width: 40px;
  height: 40px;
  position: relative;
}
.language:after {
  display: block;
  content: '';
  width: 1px;
  height: 24px;
  background: #002754;
  position: absolute;
  left: -18px;
  z-index: 1;
  top: 10px;
}
.language>a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #002754;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #002754;
}


/* footer */

.footerBg {
  width: 100%;
/*  min-height: 590px;*/
  background: url(../images/footerBg.png) no-repeat center center / cover;
/*  padding-top: 40px;*/
}
.footerLogo {
  width: 320px;
  height: 81px;
}
.footerCont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.links {
  display: none;
  width: calc(100% - 62%);
}
.links>h3,
.contact>h3,
.code>h3 {
  display: block;
  max-width: 150px;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  font-size: 22px;
  color: #FFFFFF;
  background: linear-gradient(to right, #ad0b29, transparent); 
}
.linksBanner {
  width: 100%;
  margin-top: 20px;
}
.swiperlinkBanner {
  padding-bottom: 70px;
}
.linksList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.linksItem {
  width: calc(100% - 51%);
}
.linksItem>a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  opacity: .9;
  max-height: 80px;
  overflow: hidden;
}
.linksItem>a:hover {
  opacity: 1;
}
.swiperLinkNext,
.swiperLinkPrev {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: transparent;
  top: auto;
  bottom: 10px;
  opacity: 0.6;
}
.swiperLinkPrev {
  left: 0%;
  background: url(../images/icon_Link_arrow.png) no-repeat center center;
  transform: rotate(180deg);
  background-size: 50%;
}
.swiperLinkNext {
  right: auto;
  left: 60px;
  background: url(../images/icon_Link_arrow.png) no-repeat center center;
  background-size: 50%;
}
.swiperLinkPrev:hover,
.swiperLinkNext:hover {
  opacity: 1;
}

.contact {
  width: calc(100% - 60%);
}
.contactCont {
  width: 100%;
  margin-top: 20px;
}
.contactCont p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  opacity: 0.9;
}

.code {
  width: calc(100% - 80%);
}
.codeItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.codeList {
  width: 120px;
}
.codeList>img {
  display: block;
  width: 120px;
  height: 120px;
}
.codeList>span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.9;
  line-height: 40px;
}
.copyright {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 32px;
}
.copyright>p {
  font-size: 14px;
  color: #FFFFFF;
  opacity: .5;
}
.common_icon_arrow {
  display: block;
  width: 18px;
  height: 11px;
  background: url(../images/icon_arrow_bottom.png) no-repeat;
  position: absolute;
  top: 40%;
  right: 12px;
}
.common_icon_arrow_h {
  background: url(../images/icon_arrow_bottom_h.png) no-repeat !important;
}
.commonLeftActive>a>i {
  background: url(../images/icon_arrow_bottom_h.png) no-repeat;
}