/* 头部 */
.header {
  height: 146px;
  line-height: 146px;
  background-image: linear-gradient(to right, #f7f9fc, #fff);
}
.header .layout {
  background: url(../images/header-bg.png) no-repeat left -160px center / cover;
  background-color: #fff;
  height:100%;
}
.header .logo {
  width: 708px;
  font-size: 0;
  /*margin-top: 30px;*/
}
.header .logo img {
  width: 100%;
}
.header .right {
  float: right;
  margin-top: 45px;
  height: 40px;
}
.header .right .search {
  float: left;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.header .right .search form {
  height: 37px;
  line-height: 37px;
  font-size: 0;
  overflow: hidden;
}
.header .right .search input,
.header .right .search button {
  border: none;
  height: 100%;
}
.header .right .search input {
  width: 197px;
  padding-left: 16px;
  padding-right: 50px;
  color: #9d9d9d;
}
.header .right .search button {
  width: 50px;
  padding: 0;
  margin-left: -50px;
  cursor: pointer;
  background: #fff;
}
.header .right a {
  float: left;
  margin-left: 24px;
  line-height: 37px;
  font-size: 14px;
}
.header .right .link {
  width: 90px;
  color: #01487f;
  text-align: center;
  border: 1px solid #01487f;
}
.header .right .link:hover {
  color: #fff;
  background-color: #01487f;
}
.header .right .menu {
  display: none;
  float: left;
  line-height: 37px;
}
/* 导航 */
.nav {
  height: 48px;
  line-height: 48px;
  background-color: #035595;
    position: sticky;
    top: 0;
    z-index: 999;
	/*margin-top: -22px;*/
}
.nav ul li {
  float: left;
  width: 12.5%;
  border-right: 1px solid #256ca3;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  /* &:hover {
                background-color: #256ca3;
            } */
}
.nav ul li > a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.nav ul li > a img {
  display: none;
  margin-left: 25px;
}
.nav ul li:first-child {
  border-left: 1px solid #256ca3;
}
.nav ul li .dropdown {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: hidden;
}
.nav ul li .dropdown a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 48px;
  padding: 0 5px;
  border: 1px solid #bbb;
  border-top: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav ul li .dropdown a:hover {
  font-weight: bold;
  color: #213e84;
}
/* 移动端导航 */
.mnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
}
.mnav .contentct {
  float: left;
  width: 30%;
  height: 100%;
  background: #256ca3;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mnav .contentct .nav-item {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.mnav .contentct .nav-item:hover {
  background: #003f88;
  -webkit-box-shadow: 8px 8px 10px #000;
  box-shadow: 8px 8px 10px #000;
}
.mnav .contentct .nav-item:hover .item-down {
  display: block;
}
.mnav .contentct .nav-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.mnav .contentbl {
  float: left;
  width: 70%;
  height: 100%;
  background: #333;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* 页脚 */
.footer {
  height: 286px;
  color: #fff;
  font-size: 14px;
  background: url(../images/footer-bg.png) left center / cover;
  background-color: #014982;
}
.footer .layout {
  background: url(../images/footer-bg2.png) no-repeat left -160px center / cover;
  height:100%;
}
.footer .left {
  width: 708px;
  margin-right: 190px;
}
.footer .left .logo {
  width: 100%;
  margin-top: 38px;
  font-size: 0;
}
.footer .left .logo img {
  width: 100%;
}
.footer .left .copyright {
  margin-top: 15px;
  line-height: 35px;
}
.footer .left .copyright a {
  color: #a2bae4;
}
.footer .left .copyright a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .left .copyright a img {
  margin-right: 5px;
}
.footer .left .copyright .beian {
  color: #fff;
}
.footer .left .copyright .beian:hover {
  color: #a2bae4;
}
.footer .left .copyright .beian:last-of-type {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.footer .left .copyright .space {
  padding: 0 5px;
}
.footer .contact,
.footer .links {
  margin-top: 58px;
}
.footer .contact h3,
.footer .links h3 {
  line-height: 52px;
  font-size: 20px;
}
.footer .contact ul li,
.footer .links ul li {
  line-height: 30px;
}
.footer .links {
  margin-left: 165px;
}
.footer .links ul li a {
  display: block;

  padding-left: 21px;
  color: #fff;
  background: url(../images/right.png) no-repeat 4px center;
  transition: all 0.5s ease;
}
.footer .links ul li a:hover {
  transform: translateX(10px);
}
@media screen and (max-width: 1600px) {
  .layout {
    padding: 0 30px;
  }
  .nav ul li > a img {
    margin-left: 1.25%;
  }
  .header .layout {
    background-position-x: center;
  }
  .header .logo {
    width: 44%;
  }
  .footer .layout {
    background-position-x: center;
  }
  .footer .left {
    width: 44%;
    margin-right: 8%;
  }
  .footer .links {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1400px) {
	.header .logo {
    margin-top:35px!important;
  }
}
@media screen and (max-width: 1220px) {
	.header .logo {
    margin-top:45px!important;
  }
  .nav {
    height: 2px;
  }
  .nav ul {
    display: none;
  }
  .header .right .menu {
    display: block;
  }
  .footer .layout {
    background-position-x: center;
  }
  .footer .left {
    width: 44%;
    margin-right: 2%;
  }
  .footer .left .copyright .beian {
    display: block;
    height: 35px;
    line-height: 35px;
  }
  .footer .left .copyright .beian img {
    margin-top: 7px;
  }
  .footer .links {
    margin-left: 2%;
  }
}
/* @media screen and (max-width:1024px) {
    .footer {
        .layout {
            background-position-x: center;
        }

        .left {
            width: 44%;
            margin-right: 2%;

            .copyright {
                .beian:last-of-type {
                    display: block;
                    height: 35px;
                    line-height: 35px;

                    img {
                        margin-top: 7px;
                    }
                }
            }
        }

        .links {
            margin-left: 2%;
        }
    }
} */
@media screen and (max-width: 768px) {
  .layout {
    padding: 0 20px;
  }
  .header {
    height: 120px;
    line-height: 120px;
  }
  .header .layout {
    background-position-x: -370px;
  }
  .header .logo {
    width: 50%;
  }
  .header .right {
    margin-top: 40px;
  }
  .header .right .search input {
    width: 120px;
  }
  .header .right .search button {
    width: 40px;
  }
  .header .right a {
    margin-left: 15px;
  }
  .header .right .link {
    width: 80px;
  }
  .footer {
    height: auto;
    padding: 30px 0;
    background: #014982;
  }
  .footer .layout {
    background: unset;
	height:unset;
	
  }
  .footer .left {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .footer .left .logo {
    width: 500px;
    margin: 0 auto;
  }
  .footer .left .copyright {
    width: 450px;
    margin: 15px auto 0;
  }
  .footer .left .copyright .beian:last-of-type {
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }
  .footer .left .copyright .beian:last-of-type img {
    margin-top: 0;
  }
  .footer .contact,
  .footer .links {
    margin-top: 20px;
  }
  .footer .contact {
    margin-left: 135px;
  }
  .footer .links {
    margin-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .layout {
    padding: 0 10px;
  }
  .header {
    height: auto;
    line-height: 80px;
    overflow: hidden;
	background-image:unset;
	background-color:#f7f9fc;
  }
  .header .layout {
    background-position: left;
	height:unset;
  }
  

  .header .logo {
    float: none;
    width: 100%;
    margin-top: 10px!important;
  }
  .header .right {
    margin: 15px 0;
  }
  .header .right .search form {
    height: 30px;
    line-height: 30px;
  }
  .header .right .search input {
    width: 140px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .header .right .search button {
    margin-left: -40px;
  }
  .header .right .search button img {
    width: 16px;
  }
  .header .right .link,
  .header .right .menu {
    height: 30px;
    line-height: 30px;
	margin-left: 10px;
  }
  .mnav .contentbl,
  .mnav .contentct {
    width: 50%;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .left .logo {
    width: 100%;
  }
  .footer .left .copyright {
    width: 98%;
    line-height: 25px;
  }
  .footer .left .copyright .beian:first-of-type {
    display: block;
    height: 25px;
    line-height: 25px;
  }
  .footer .left .copyright .beian:first-of-type img {
    margin-top: 2px;
  }
  .footer .left .copyright .space {
    padding: 0;
  }
  .footer .contact,
  .footer .links {
    float: none;
    width: 260px;
    margin: 10px auto;
  }
  .footer .contact h3,
  .footer .links h3 {
    line-height: 30px;
    font-size: 16px;
  }
  .footer .contact ul li,
  .footer .links ul li {
    line-height: 25px;
  }
}
