header.fixHead {
  /* background: none; */
  border: 0;
}

header {
  position: fixed;
  width: 100%;
  height: 78px;
  top: 0;
  left: 0;
  background: var(--themaRed);
  z-index: 15;
}

header .maxWidth {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

header.fixHead .changeLanguage,
header.fixHead ul.menu a {
  color: white;
}

header .menu {
  font-size: 0;
}

header .menu > li {
  position: relative;
  display: inline-block;
}

header .menu > li > a {
  display: block;
  padding: 0 25px;
  line-height: 78px;
  font-size: 20px;
  color: white;
  transition: all 0.4s;
  box-sizing: border-box;
  background-color: transparent;
}

header .menu > li > a.hasSub::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-bottom-color: var(--themaRed);
}

header .menu > li > a:hover {
  color: var(--themaRed);
  background-color: white;
}

header .menu ul {
  display: none;
  /* display: block; */
  position: absolute;
  width: 180px;
    left: -20px;
    top: 78px;
    text-align: center;
}

header .menu ul li a {
  display: flex;
  padding: 0 30px;
  font-size: 16px;
  color: #858585;
  line-height: 60px;
  transition: all .2s;
  align-items: center;
  box-sizing: border-box;
  background-color: white;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  justify-content: center;
}

header .menu ul li a img {
  display: none!important;
  max-width: 30px;
  max-height: 30px;
}

header .menu > li a img.hover {
  display: none;
}

/* 
header .menu > li > a:hover {
  color: white;
  border-color: var(--themaRed);
  background-color: var(--themaRed);
} */

header .menu ul li > a:hover {
  color: white !important;
  border-color: var(--themaRed);
  background-color: var(--themaRed);
}

header .menu ul li > a:hover img.hover {
  display: block;
}

header .menu ul li > a:hover img.out {
  display: none;
}

/* header .menu ul li a:hover img {
  filter: grayscale(100%) brightness(200%);
} */

/* header .menu > a:hover + ul {
  display: block;
} */

header .rightLink {
  display: flex;
  vertical-align: middle;
}

header .rightLink a {
  display: block;
  height: 20px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 20px;
  color: white;
}

header .rightLink img {
  display: inline-block;
  max-width: 20px;
}

header .rightLink .changeLang {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

header .changeLanguage {
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
}

header .changeLanguage img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}


footer {
  height: 996px;
  padding-top: 110px;
  padding-bottom: 145px;
  background-color: var(--themaBlack);
}

footer.hasBd {
  border-top: 8px solid var(--themaRed);
}

footer .top {
  display: flex;
  justify-content: space-between;
}

footer .top .logo img {
  display: block;
  max-height: 70px;
}

footer .top .rightLink {
  font-size: 0;
}

footer .top .rightLink > * {
  display: inline-block;
  vertical-align: middle;
}

footer .top .rightLink p {
  margin-right: 45px;
  font-size: 24px;
  color: white;
  padding: 0 10px;
  border-left: 7px solid var(--themaRed);
}

footer .top .rightLink a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0d4260;
}

footer .top .rightLink a:not(:last-child) {
  margin-right: 32px;
}

footer .top .rightLink a img {
  display: block;
  max-width: 30px;
  margin: 10px auto;
}

footer .mid {
  margin-top: 65px;
  padding-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

footer .mid nav {
  display: flex;
  justify-content: space-around;
}

footer .mid nav a {
  display: block;
  color: rgba(242, 242, 242, .6);
  transition: all .4s;
}

footer .mid nav dt {
  margin-bottom: 40px;
}

footer .mid nav dt a {
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
}

footer .mid nav dd a {
  line-height: 42px;
  font-size: 17px;
}

footer .mid nav a:hover {
  color: white;
}

footer .fb {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: flex-end;
}

footer .fb .right {
  display: block;
  width: 240px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  color: rgba(242, 242, 242, .6);
  border: 1px solid #313131;
  cursor: pointer;
  transition: all .4s;
  background-color: transparent;
}

footer .fb .right img {
  display: inline-block;
  max-width: 20px;
  margin-right: 20px;
}

footer .fb .right:hover {
  color: white;
  border-color: var(--themaRed);
  background-color: var(--themaRed);
}

footer .fb .right:hover img {
  filter: grayscale(100%) brightness(200%);
}

footer .fb .left {
  color: rgba(242, 242, 242, .6);
}

footer .fb .left .contactWay > img {
  display: inline-block;
  max-width: 22px;
  margin-right: 10px;
}

footer .fb .left .contactWay .tel {
  display: inline-block;
  margin: 10px 20px;
  margin-left: 0;
  height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: var(--themaRed);
  vertical-align: middle;
}

footer .fb .left .contactWay .email {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  vertical-align: middle;
}

footer .fb .left .contactWay .email img {
  display: inline-block;
  max-width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

footer .fb .left .copy {
  font-size: 15px;
  line-height: 30px;
  
}

footer .fb .left .copy a {
  color: rgba(242, 242, 242, .6);
}

.main{
	width: 1280px!important;
	margin: 30px auto 0;
}
/* 常规页面菜单 */
.subPageBanner {
  height: 586px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top:78px;
}

.subPageBanner .maxWidth {
  height: 100%;
}

.subPageBanner .ctMain {  
  position: absolute;
  top: 50%;
  padding-left:15px;
  left: 0;
  color: white;
  transform: translateY(-50%);
}

.subPageBanner .ctMain .cn {
  margin-bottom: 25px;
  font-size: 50px;
}

.subPageBanner .ctMain .en {
  font-size: 22px;
}

/* 常规页面子菜单tab切换 */

.pageListTab {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 15px 10px -15px #7f7f7f;
}

.pageListTab.noShadow {
  box-shadow: initial;
}

.pageListTab a {
  display: block;
  margin: 0 32px;
  cursor: pointer;
  font-size: 24px;
  color: #656565;
  transition: all .4s;
}

.pageListTab a img {
  display: block;
  height:32px;
  margin: 0 auto 20px;
  filter: grayscale(100%);
  transition: all .1s;
  display: none;
}

.pageListTab a.on,
.pageListTab a:hover {
  color: var(--themaRed);
}


.pageListSubTab {
  align-items: center;
  justify-content: center;
  line-height: 88px;
  border-top: 2px solid #dbdbdb;
  text-align: center;
  box-shadow: 0 15px 10px -15px #7f7f7f;
}

.pageListSubTab a {
  display: inline-block;
  margin: 0 48px;
  cursor: pointer;
  font-size: 24px;
  color: #656565;
  transition: all .4s;
}

.pageListSubTab a img {
  display: block;
  width: 32px;
  margin: 0 auto 20px;
  filter: grayscale(100%);
  transition: all .1s;
}

.pageListSubTab a.on,
.pageListSubTab a:hover {
  color: var(--themaRed);
}

.pageListSubTab a.on img,
.pageListSubTab a:hover img {
  filter: initial;
}

/* 内页面包屑导航 */

.beardNav .maxWidth {
  line-height: 165px;
}

.beardNav .maxWidth > * {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.beardNav .maxWidth a {
  font-size: 20px;
  color: #616161;
}

.beardNav .maxWidth img { height:15px;}

/* 文章切换 */
.articleControl {
  display: flex;
  margin-top: 65px;
  margin-bottom: 50px;
  justify-content: space-between;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
}

.articleControl a {
  width: 128px;
  line-height: 52px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  transition: all .4s;
  background-color: #eeeeee;
}

.articleControl a:hover {
  color: white;
  background-color: var(--themaRed);
}

.meetTrouble {
  padding-top: 120px;
  padding-bottom: 130px;
  text-align: center;
}

.meetTrouble .b {
  font-size: 40px;
  font-weight: bold;
}

.meetTrouble .t {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #949494;
}

.meetTrouble a {
  font-size: 22px;
  color: var(--themaRed);
}

.meetTrouble a span {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: white;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--themaRed);
}

/* 搜索 */
.search-fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
}

.search-fix .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.search-fix .search-content {
margin: -300px auto;
top: 50%;
position: relative;
z-index: 1;
}

.search-fix .search-content .item {
  margin: 0 auto;
padding: 200px 10%;
      background: #fff;
position:relative;
}

.search-fix .search-content .item .p {
  font-size: 25px;
color:#000;
font-weight:bold;
  text-align: center;
  margin-bottom: 8%;
}

.search-fix .search-content .item .form {
  position: relative;
  display: inline-block;
  width: 90%;
  margin: 2.5% 0;
}

.search-fix .search-content .item .submit {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  width: 21px;
  height: 21px;
  background: url(../img/b_search.png) no-repeat;
  background-size: cover;
}

.search-fix .search-content .item .text {
  display: block;
  width: 100%;
  padding: 15px 5% 15px 2.5%;
  border-bottom: solid 1px #d8d8d8;
  font-size: 20px;
  color: #808080;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
  box-sizing: border-box;
}
.search-fix .container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.search-fix .close {
  position: absolute;
  width: 53px;
  height: 53px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  right: -25px;
  top: -25px;
  background-color: var(--themaRed);
  border-radius: 50%;
}

.search-fix .close img {
  margin: 13px auto;
}

/* 视频 */
.menuAbout {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all .55s;
  background-color: rgba(255, 255, 255, 0);
}

.menuAbout.active {
  z-index: 1000;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}

.menuAbout .wrap, .callback .wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 70%;
  max-height: 60%;
  transform: translate(-50%,-50%);
}

.menuAbout .closeBtn {
  display: block;
  margin: 30px 30px 190px auto;
  cursor: pointer;
  max-width: 49px;
}

.menuAbout .closeBtn {
  margin: 30px 0 10px auto;
}

.menuAbout video {
  display: block;
  margin: 0 auto;
  width: 100%;
}


header .menus{ display:none;}
header .menus img{height:25px;}
header.fixHead .menus img{filter:inherit;}

.headerfix{ display:none;position:fixed; top:0; z-index:999; left:0;width:100%; height:100%;background:url(../img/bg.png) repeat;color:#fff;overflow-y:auto;}
.headerfix .close{ float:right; margin:10%;}
.headerfix ul{margin:25% 10%;}
.headerfix ul li{display:block;border-bottom:solid 1px #696969;line-height:55px;text-indent:30px;text-transform:capitalize;color:#fff;font-size:20px;}
.headerfix ul li a{color:#fff;}


@media (max-width:1024px) {
header .menu,header .rightLink{ display:none;}
header .menus{ display:block}
}

@media (max-width:768px) {
.subPageBanner{ height:auto; padding:25% 0;}
.subPageBanner .ctMain{ position:static; padding:0;transform:none}
.pageListTab a{ font-size:18px;}
.pageListSubTab a{ font-size:16px; margin:0 5%;}
.beardNav .maxWidth a{ font-size:16px;}
.articleControl a{ width:32.33%; font-size:16px;}
footer .top,footer .fb{ display:block}
footer .top .rightLink,footer .fb .right{ margin-top:5%;}
footer .mid nav{ display:block}
footer{ height:auto}
footer .mid{ overflow:hidden;}
footer .mid nav dl:nth-child(1){ display:none}
footer .mid nav dl{ width:50%; float:left; overflow: hidden; display:inline-block; margin-bottom:5%;}
.meetTrouble .b{ font-size:34px;}
.pageOtherMain .changePage a.p, .pageOtherMain .changePage a.n{ width:50px !important; height:50px !important; line-height:50px !important;}
.pageOtherMain .changePage a{ font-size:18px !important;}
}

@media (max-width:640px) {
footer .top .rightLink p{ display:block; margin:5% 0;}
.subPageBanner .ctMain .cn{ font-size:30px; margin-bottom:0}
.subPageBanner .ctMain .en{ font-size:16px; margin-top:25px;}
.pageListTab a{ width:32.33%; float:left; margin:0; padding:5%;}
.pageListTab{ display:block; height:auto; overflow:hidden; text-align: center; padding:5% 0;}
header .menus img{height:20px}
}


