header.fixHead {
  position: fixed;
  background:#fff;
  border: 0;
  padding:38px 0;
  transition: all 0.4s;
  border-bottom:solid 1px #f5f5f5;
}

header.fixHead .menu > li > a{color: var(--themaBlack);}

.headerdiv { height:252px; overflow:hidden; width:100%;}

header {
	position:fixed;
	background:#fff;
  width: 100%;
  padding: 38px 0 169px;
  top: 0;
  left: 0;
  z-index: 155;
}

header .maxWidth {
  display: flex;
  height: 100%;
  align-items: center;
  /* flex-direction: row-reverse; */
  justify-content: flex-end;
}

header.fixHead .changeLanguage,
header.fixHead ul.menu a {
  color: white;
}

header .menus{ display:none;width:50px; height:30px; background:url(../img/menus.png) no-repeat center;background-size: contain;}

header .putLogo {
  margin-right: auto;
  display: block;
    background: url(../img/hlogo.png) no-repeat center;
    background-size: cover;
    width: 169px;
    height: 45px;
}

header .menu {
  font-size: 0;
}

header .menu > li {
  position: relative;
  display: inline-block;
  font-weight:bold
}

header .menu > li > a {
  display: block;
  padding: 0 32px;
  line-height: 45px;
  font-size: 18px;
  transition: all 0.4s;
  box-sizing: border-box;
  color: var(--themaBlack);
  background-color: transparent;
}

header .menu > li > a:hover {
  color: var(--themaGreen);
}

header .menu > li a img.hover {
  display: none;
}

header .rightLink {
  display: flex;
  margin-left: 40px;
  vertical-align: middle;
}

header .rightLink a {
  display: block;
  height: 45px;
  width: 126px;
  padding: 0 20px;
  line-height: 45px;
  font-size: 16px;
  color: white;
  text-align: center;
  border-radius: 50px;
  background-color: var(--themaGreen);
}

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 {
  padding-top: 160px;
  padding-bottom: 120px;
  color: white;
  background-color: var(--themaBlack);
}

footer .top .title {
	font-weight:bold;
  font-size: 28px;
  line-height: 40px;
}

footer .top .twoLink {
  margin: 55px 0 35px;
}

footer .top .twoLink a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
  color: var(--themaGreen);
}

footer .top .twoLink a img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

footer .top_ .left {
  max-width: 50%;
  width: 100%;
}

footer .top_ .left p {
	font-weight:bold;
  margin-bottom: 55px;
  line-height: 40px;
  font-size: 25px;
}

footer .top_ .left p span {
  display: block;
  font-size: 16px;
}

footer .top_ .left .form {
  max-width: 545px;
}

footer .top_ .left .form .tips {
  font-size: 17px;
  color: var(--themaFontBlack);
}

footer .top_ .left .form .tips::before {
  content: " * ";
  display: inline-block;
  font-size: 17px;
  color: var(--themaGreen);
}

footer .top_ .left .form input {
  line-height: 66px;
  padding: 0 40px;
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 50px;
  background-color: white;
}

footer .top_ .left .form input::placeholder {
  font-size: 16px;
  color: var(--themaFontBlack);
}

footer .top_ .left .form .submit {
  display: block;
  line-height: 66px;
  padding: 0 40px;
  width: 100%;
  border: 0;
  margin: 20px 0;
  outline: none;
  color: white;
  font-size: 22px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--themaGreen);
}

footer .mid {
  margin: 200px 0 95px;
}

footer .ftNav {
  /* display: flex; */
}

footer .ftNav li {
  /* display: inline-block; */
  vertical-align: top;
}

/* footer .ftNav li:not(:last-child) {
  margin-right: 40px;
} */

footer .ftNav li.hasCode {
  width: 380px;
  /* flex: 1; */
}

footer .ftNav dt {
	font-weight:bold;
  font-size: 20px;
  line-height: 50px;
}

footer .ftNav dd a {
  font-size: 15px;
  color: #7e7e7e;
  line-height: 30px;
}

footer .ftNav dd a:hover {
  text-decoration: underline;
}

footer .ftNav dd img {
  display: inline-block;
  margin-top: 25px;
  margin-right: 14px;
  vertical-align: middle;
}

footer .ftNav dl.contact dd {
  font-size: 15px;
  color: #7e7e7e;
  line-height: 30px;
}

footer .ftNav dl.contact dd a {
  display: block;
  color: white;
}

footer .bm {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .bm .copy {
  line-height: 64px;
  margin-bottom: 74px;
}

footer .bm .copy span {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}

footer .bm .copy a {
  color: white;
  transition: all 0.3s;
}

footer .bm .copy a:hover {
  color: var(--themaGreen);
}

footer .friendLink {
  line-height: 36px;
}

footer .friendLink p,
footer .friendLink a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
}

/* 常规页面菜单 */
.subPageBanner {
  height: 586px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subPageBanner .maxWidth {
  height: 100%;
}

.subPageBanner .ctMain {
  position: absolute;
  top: 50%;
  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 0.4s;
}

.pageListTab a img {
  display: block;
  width: 32px;
  margin: 0 auto 20px;
  filter: grayscale(100%);
  transition: all 0.1s;
}

.pageListTab a.on,
.pageListTab a:hover {
  color: var(--themaRed);
}

.pageListSubTab {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 88px;
  border-top: 2px solid #dbdbdb;
  box-shadow: 0 15px 10px -15px #7f7f7f;
}

.pageListSubTab a {
  display: block;
  margin: 0 48px;
  cursor: pointer;
  font-size: 24px;
  color: #656565;
  transition: all 0.4s;
}

.pageListSubTab a img {
  display: block;
  width: 32px;
  margin: 0 auto 20px;
  filter: grayscale(100%);
  transition: all 0.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 {
}

/* 文章切换 */
.articleControl {
  display: flex;
  margin-top: 165px;
  margin-bottom: 50px;
  /* margin-bottom: 115px; */
  justify-content: space-between;
}

.articleControl a {
  width: 128px;
  line-height: 52px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  transition: all 0.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 0.55s;
  background-color: rgba(255, 255, 255, 0);
}

.menuAbout.active {
  z-index: 1000;
  opacity: 1;
  background-color: rgba(0, 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%;
}

#sidr {
  text-align: left;
  position: fixed;
  font-size: 16px;
  left: -100%;
  top: 0;
  max-width: 480px;
  text-transform: lowercase;
  height: 100%;
  width: 60%;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
}
#sidr .menu {
  position: absolute;
  right: 5%;
  top: 2.5%;
}
#sidr ul {
  width: 100%;
  margin-top: 25%;
}
#sidr ul li {
  line-height: 50px;
  border-bottom: solid 1px #efefef;
  display: block;
  text-indent: 10%;
  font-weight: bold;
}
#sidr ul li.click {
  background: url(../img/dd.png) no-repeat 90% 20px;
}
#sidr ul li .down {
  display: none;
  background: var(--themaBlue);
  margin: 0;
  text-transform: capitalize;
}
#sidr ul li .down li {
  border-top: solid 1px #6b6b6b;
  font-size: 14px;
  margin: 0;
  border-bottom: none;
  font-weight: normal;
}
#sidr ul li .down li a {
  color: #fff;
}
.sidr-open .sidr-bg {
  background: #000;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



@media (max-width:1024px) {
header{ padding:38px 0 100px;}
.headerdiv{ height:183px;}
header .menu,header .rightLink{ display:none}
header .menus{ display:block;}
footer .bm .copy{ display:block}
footer .ftNav{ display:block;}
footer .ftNav li{ width:19%; display:inline-block}
footer .ftNav li:nth-child(6){ width:49%;}
footer .ftNav li.hasCode{ width:49%;}
}

@media (max-width:768px) {
footer .top_{ display:block}
footer .top_ .left{ max-width:100%;}
footer .top_ .left .form{ max-width:100%;}
footer{ padding:25% 0 20%;}
footer .mid{ margin:25% 0 15%;}
footer .bm .copy{ margin-bottom:10%;}
}

@media (max-width:640px) {
header{ padding:30px 0 100px;}
.headerdiv{ height:175px;}
header.fixHead{ padding:30px 0;}
footer .top .title{ font-size:22px; line-height:35px;}
footer .ftNav li{ width:32%;}
footer .ftNav li:nth-child(6){ width:100%; margin:5% 0;}
footer .ftNav li.hasCode{ width:100%;}
footer .bm .copy{ line-height:35px;}
footer .bm{ padding-top:5%;}

}
