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: 微软雅黑
}

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;
}

.fl {
  float: left
}

.fr {
  float: right
}

.commonWidth {
  width: 1200px;
  margin: 0 auto;
}

.commonA,
.commonImg {
  display: block;
  width: 100%;
  height: 100%;
}

input {
  outline: none;
  border: 0;
  font-family: "微软雅黑" !important;
  background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

.headerBg {
  width: 100%;
  height: 111px;
  background: url(../images/headerOpacity.png) repeat center center;
  position: relative;
  z-index: 5555;
  max-width: 1920px;
}

.header {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 60px 0px 63px;
}

.logo {
  width: 523px;
  height: 66px;
  margin-top: 23px;
}

.menu>li {
  float: left;
  position: relative;
  padding: 0 23px;
}

.menu>li>a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 111px;
  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: 107px;
  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: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;
  height: 50px;
}

.navTwo>li>a {
  display: block;
  color: #525252;
  white-space: nowrap;
  width: auto;
  font-size: 14px;
  line-height: 50px;
  background: #ffffff;
  height: 50px;
  text-align: center;
}

.navTwo>li>a:hover {
  background-color: #2955ba;
  color: #ffffff;
}

.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.headerBtn {
  margin-left: 40px;
  margin-top: 36px;
}

.searchBg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.language {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3f5589;
  margin-left: 10px;
}

.language>a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

.language:hover {
  background-color: #2955ba;
}

.searchBg .btn2 {
  border-style: none;
  border-radius: 50%;
  outline: none;
  background: url(../images/search.png) no-repeat center center #3f5589;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.searchBg .btn2:hover {
  background: url(../images/search.png) no-repeat center center #2955ba;
}

.searchBg .btn1 {
  border-radius: 5px;
  font-size: 14px;
  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*/
}

.searchBg .active.btn2 {
  background: url(../images/search.png) no-repeat center center #2955ba !important;
}

.searchBg .active.btn1 {
  width: 200px;
  padding-left: 10px;
  padding-right: 30px;
  background: #2955ba;
}

.headerbtn_bar,
.iphone_nav {
  display: none;
}

.headerbtn_bar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat center center #3f5589;
  background-size: 60%;
}

.footerBg {
  width: 100%;
  height: 375px;
  background-color: #0f2b6b;
  position: relative;
}

.foot {
  width: 74.7%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 30px
}

.footLeft {
  width: 20%;
}

.footCode {
  width: 107px;
  height: auto;
}

.footCode>img {
  display: block;
  width: 100%;
  height: 107px;
}

.footCode>p {
  color: #ffffff;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  opacity: .6;
  filter: alpha(opacity=6);
}

.footBtn {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.btnBox {
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.btnBox>p {
  display: none;
  position: absolute;
  z-index: 20;
  top: -32px;
  left: 0px;
  padding: 4px 10px;
  background-color: #102452;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
}

.btnCall {
  background: url(../images/btnCall.png) no-repeat center center;
  background-size: cover;
}

.btnEmail {
  background: url(../images/btnEmail.png) no-repeat center center;
  background-size: cover;
}

.btnArdess {
  background: url(../images/btnArdess.png) no-repeat center center;
  background-size: cover;
}

.btnBox+.btnBox {
  margin-left: 10px;
}

.footRight {
  width: 80%;
}

.footNav {
  width: 10%;
  margin-top: 15px;
}

.footNav>h3,
.friendshiplink>h3 {
  display: block;
  margin-bottom: 20px;
}

.footNav>h3>a,
.friendshiplink>h3>a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.footNav>li>a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  width: 64%;
  line-height: 30px;
  opacity: .6;
  filter: alpha(opacity=6);
}

.friendshiplink {
  width: 20%;
  margin-top: 15px;
  position: relative;
}

.swiper-linkBanner .swiper-slide>a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  opacity: .6;
  filter: alpha(opacity=6);
}

.swiper-link-prev,
.swiper-link-next {
  width: 16px;
  height: 16px;
  outline: none;
  top: 28px;
  color: transparent;
}

.swiper-link-prev {
  left: auto;
  right: 20px;
  background: url(../images/footPrev.jpg) no-repeat;
}

.swiper-link-next {
  right: 0px;
  background: url(../images/footNext.jpg) no-repeat;
}

.friendshiplink>h3>a {
  display: inline;
}

.swiper-slide>a:hover,
.footNav>li>a:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

.copyRight {
  width: 100%;
  height: 57px;
  border-top: 1px solid #334b81;
  position: absolute;
  z-index: 10;
  bottom: 0px;
}

.copyRight>p {
  font-size: 14px;
  color: #ffffff;
  line-height: 57px;
  text-align: center;
  opacity: .6;
  filter: alpha(opacity=6);
}

.copyRight>p>a {
  color: #ffffff;
}

.centerBg {
  width: 100%;
  height: 380px;
  background: url(../images/centerBg.jpg) no-repeat center center/cover;
}

.centerText>h3 {
  display: block;
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  line-height: 60px;
  padding-top: 160px;
}

.centerText>h4 {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-family: Arial;
  line-height: 33px;
  letter-spacing: 2px;
}

.moreContBg {
  width: 100%;
  /* min-height: 710px; */
  padding-bottom: 50px;
  background: url(../images/moreBg.jpg) no-repeat bottom center #eef1fa;
}

.commonLeft {
  position: relative;
  margin-top: -75px;
  width: 240px;
}

.leftNav {
  width: 100%;
  height: 100%;
}

.leftNav>li>a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #0f2b6c;
}

.leftNav>li>a:hover {
  background-color: #2251bf;
}

.leftNavAct>a {
  background-color: #2251bf !important;
}

.commonRight {
  width: 960px;
  position: relative;
  margin-top: -75px;
}

.crumbsNav {
  width: 100%;
  height: 75px;
  background-color: #f4f6fb;
  box-sizing: border-box;
  padding: 0px 30px;
  font-size: 16px;
  color: #333333;
  line-height: 75px;
}

.crumbsNav>a {
  display: inline-block;
  color: #333333;
  padding: 0px 10px;
}

.crumbsNav>a:hover {
  color: #2251bf;
}

.crumbsNav>span {
  color: #333333;
  font-family: '宋体';
  font-weight: bold;
}

.commonSearch {
  width: 100%;
  position: relative;
  margin-top: -75px;
  float: left;
}

.phone {
  width:100%;
  margin-top: 2px !important;
  font-size: 14px !important;
  opacity: .6 !important;
  /* overflow: hidden; */
}

/* .number{
  width: 200px;
} */

.number>p {
  color: #fff !important;
  line-height: 26px !important;
}