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: 1600px;
  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: #172A88;
}

.headerBg {
  width: 100%;
  height: 100px;
  background: url(../images/header_bg.png) no-repeat center center / cover;
}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 150px;
}
.logo {
  width: 320px;
  height: auto;
  margin: 29px 0px;
}
.menuBg {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.menu {
  width: auto;
  display: flex;
  justify-content: flex-start;
}
.menu>li {
  position: relative;
  padding: 0 20px;
}
.menu>li>a {
  display: block;
  font-size: 22px;
  color: #ffffff;
  line-height: 100px;
  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: 96px;
  left: 0px;
  border-bottom: 4px solid #ffffff;
  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 0px;
  color: #525252;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
.navTwo>li>a:hover {
  background-color: #172A88;
  color: #ffffff;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.headerBtn {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.searchBg {
  width: 220px;
  height: 60px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
.searchBg .btn2 {
  border-style: none;
  outline: none;
  color: #ffffff;
  width: 40px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat center center;
}
.searchBg .btn1 {
  width: calc(100% - 40px);
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 77;
  padding-left: 10px;
  left: 30px;
  top: 0px;
  box-sizing: border-box;
  outline: none;
  padding-right: 10px;
  color: #ffffff !important;
  border-left: 1px solid RGBA(109, 118, 189, 1);
  margin-top: 15px;
  margin-left: 10px;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  font-size: 0;
  cursor: pointer;
  margin-top: 30px;
  background: url(../images/nav-btn.png) no-repeat center center;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
.language {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 30px;
}
.language:after {
  display: block;
  content: '';
  width: 1px;
  height: 24px;
  background: RGBA(141, 148, 195, 1);
  position: absolute;
  left: -18px;
  z-index: 1;
  top: 10px;
}
.language>a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_en.png) no-repeat center center;
}

/* footerBg */

.footer_bg {
  width: 100%;
  height: 500px;
  background: url(../images/footer_bg.png) no-repeat top center / cover;
  padding-top: 110px;
  margin-top: 80px;
}
.foot {
  width: 100%;
}
.foot_logo {
  width: 410px;
  height: 71px;
  overflow: hidden;
}
.foot_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.footer_menu {
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
}
.footer_menu>ul {
  display: block;
  width: auto;
}
.footer_menu>ul>h3 {
  display: block;
  margin-bottom: 10px;
}
.footer_menu>ul>h3>a {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer_menu>ul>li>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 34px;
}
.footer_menu>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  overflow: hidden;
}
.copyright>p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.foot_code {
  width: auto;
}
.foot_code>img {
  display: block;
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
}
.foot_code>span {
  font-size: 14px;
  color: #FFFFFF;
}