body{
  background-color: #F1F1F1;
}

.fixed-width {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.my_list a:hover{
color: #B80000;
}

.common_container{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px 20px 35px 30px;
  background-color: #fff;
}

.url-link{
  font-size: 14px;
  color: #999 !important;
  font-weight: normal;
  display: inline-block;
}

.url-link.more{
  float: right;
}

.header {
  background-color: #A10227;
  background-repeat: no-repeat;

  height: 228px;
  position: relative;
  padding: 0 5%;

background-image:url(../img/hdbg.png);
background-size: 1400px 100%;
background-repeat: no-repeat;
background-position: center;
}

.header .nav_btn {
  display: none;
  float: right;
  width: 35px;
  height: 35px;
  background: url(../img/nav_icon.png) no-repeat;
  background-size: cover;
  margin-left: 50px;
}

.header .header_left,
.header .header_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header .header_left .logo-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  right: -15px;
  font-size: 36px;
color: #fff;
user-select: none;
}

.header .header_left{
  height: 36%;
  left: 0;
}
.header  .header_right {
  right: 0;
}

.header .header_right a{
  color: #fff;
}

/* ******************************* */
/* ******************************* */

.search {
  width: 350px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
}
.search .search_txt {
  width: calc(100% - 50px);
  float: left;
  border: none;
  line-height: 50px;
  font-size: 14px;
  padding-left: 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
}
.search .search_btn {
  float: right;
  width: 23px;
  height: 100%;
  border: none;
  background: url(../img/search.png) no-repeat center;
  background-size: 100% auto;
  margin-right: 12px;
}

.search .search_txt::-webkit-input-placeholder {
  color: #ACACAC;
}
.search .search_txt::-moz-placeholder {
  color: #ACACAC;
}
.search .search_txt:-ms-input-placeholder {
  color: #ACACAC;
}

/* ******************************* */
/* ******************************* */
.nav {
  background-color: #B80000;
}
.nav .nav-wrapper {
  margin: 0 auto;
}
.nav .nav-wrapper > .nav-item {
  float: left;
  width: calc(99.9% / 6);
  height: 54px;
  position: relative;
}
.nav .nav-wrapper > .nav-item > a {
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.nav .nav-wrapper > .nav-item > .sub-nav {
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 54px;
  box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 0.14);
  opacity: 0;
  z-index: 99;
}
.nav .nav-wrapper > .nav-item > .sub-nav > .nav-item {
  position: relative;
}
.nav .nav-wrapper > .nav-item > .sub-nav > .nav-item a {
  display: block;
  height: 0px;
  overflow: hidden;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: height 0.3s;
}
.nav .nav-wrapper > .nav-item > .sub-nav > .nav-item .sub-nav {
  position: absolute;
  top: 0;
  left: -100%;
}
.nav .nav-wrapper > .nav-item > .sub-nav > .nav-item .sub-nav .nav-item > a {
  display: block;
  height: 0px;
  overflow: hidden;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.banner-container{
  min-width: 1400px;
  height: 300px;
  background-image: url(../img/banner_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ******************************* */
/* ******************************* */
.footer {
  /* background-color: #B80000; */
background-image:linear-gradient(to bottom, #A00025 0%, #A00025ee 100%);
  margin-top: 65px;
  position: relative;
}
.footer .logo {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
}
/* .footer .about {
  width: 498px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
} */
.footer .about p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .links {
  position: absolute;
  right: 0;
  top: calc(50% - 42.5px);
}
.footer .links .link_item {
  float: left;
  width: 56px;
  position: relative;
}
.footer .links .link_item .hid_pic {
  position: absolute;
  bottom: 90px;
  left: 15px;
  width: 150px;
  transform: scale(0, 0);
  transition: all 0.8s;
}
.footer .links .link_item .hid_pic img {
  display: block;
  width: 100%;
}
.footer .links .link_item .item_icon {
  height: 56px;
  background-position: center;
  background-size: cover;
}
.footer .links .link_item span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.footer .links .link_item:first-child {
  margin-right: 75px;
}
.footer .links .link_item:hover .hid_pic {
  transform: scale(1, 1);
}
/* ******************************* */
/* ******************************* */
@media screen and (min-width: 1400px) {
  .header,
  .footer,
  .nav{
    width: 100% !important;
  }

  .auto-padding{
    padding-left: calc((100% - 1400px) / 2) !important;
    padding-right: calc((100% - 1400px) / 2) !important;
  }

  .auto-left{
    left: calc((100% - 1400px) / 2) !important;
  }

  .auto-right{
    right: calc((100% - 1400px) / 2) !important;
  }
}

@media (min-width: 768px) {
  .nav-wrapper > .nav-item:hover > a {
    color: #fff;
    /* background: rgba(126, 47, 47, 1); */
    background: rgba(139, 0, 0, 1);
  }
  .nav-wrapper > .nav-item:hover > .sub-nav {
    opacity: 1;
    /* background-color: rgba(126, 47, 47, 1); */
    background-color: rgba(139, 0, 0, 1);
    color: #fff;
  }
  .nav-wrapper > .nav-item:hover > .sub-nav > .nav-item > a {
    height: 45px;
  }
  .nav-wrapper > .nav-item > .sub-nav > .nav-item:hover > a {
    background: #B80000;
    color: #fff;
  }
}