* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.my_width {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.ml30 {
  margin-left: 30px;
}
/* ******************************* */
.header .my_width {
  height: 150px;
  position: relative;
}
.header .my_width .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .my_width .search {
  width: 262px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.header .my_width .search .search_val {
  float: left;
  width: calc(100% - 65px);
  height: 35px;
  line-height: 35px;
  color: #999;
  padding-left: 15px;
  border: none;
}
.header .my_width .search .search_val::-webkit-input-placeholder,
.header .my_width .search .search_val::-moz-input-placeholder,
.header .my_width .search .search_val::-ms-input-placeholder {
  color: #999;
}
.header .my_width .search .submit {
  float: left;
  height: 35px;
  width: 65px;
  border: none;
  font-size: 14px;
  color: #fff;
  background-color: #0E50A6;

}

.header .my_width .search .keyword {
  float: left;
  width: calc(100% - 65px) !important;
  height: 35px;
  line-height: 35px;
  color: #999;
  padding-left: 15px;
  border: none;
}
.header .my_width .search .keyword::-webkit-input-placeholder,
.header .my_width .search .keyword::-moz-input-placeholder,
.header .my_width .search .keyword::-ms-input-placeholder {
  color: #999;
}
.header .my_width .search .search {
  float: left;
  height: 35px;
  width: 65px;
  border: none;
  font-size: 14px;
  color: #fff;
  background-color: #0E50A6;
    background-image: none;
}
/* ******************************* */
/* ******************************* */
.nav {
  background-color: #0E50A6;
}
.nav .wp_nav {
  width: 1400px;
  margin: 0 auto;
}
.nav .wp_nav > .nav-item {
  float: left;
  width: calc(99.9% / 11);
  height: 50px;
  position: relative;
}
.nav .wp_nav > .nav-item > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav .wp_nav > .nav-item:hover > a {
  color: #ffffff;
  background: #0a366f;
}
.nav .wp_nav > .nav-item:hover > .sub-nav {
  opacity: 1;
}
.nav .wp_nav > .nav-item:hover > .sub-nav > .nav-item > a {
  height: 40px;
}
.nav .wp_nav > .nav-item > .sub-nav {
  width: 100%;
  background: #0E50A6;
  position: absolute;
  top: 45px;
  box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 0.14);
  opacity: 0;
  z-index: 99;
}
.nav .wp_nav > .nav-item > .sub-nav > .nav-item {
  position: relative;
}
.nav .wp_nav > .nav-item > .sub-nav > .nav-item a {
  display: block;
  height: 0px;
  overflow: hidden;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: height 0.3s;
}
.nav .wp_nav > .nav-item > .sub-nav > .nav-item ul {
    background: #0E50A6;
    position: absolute;
    top: 0;
    left: 100%;
}
.nav .wp_nav > .nav-item > .sub-nav > .nav-item:hover ul a {
    height: 40px;
}
.wp_nav > .nav-item > .sub-nav > .nav-item:hover > a {
  background: #fff;
  color: #0E50A6;
}
.wp_nav > .nav-item > .sub-nav > .nav-item ul li:hover > a {
    background: #fff;
    color: #0E50A6;
}

.wp_nav .sub-nav {
    border: none;
}
.wp_nav .sub-nav .nav-item a {
    border-top: none;
}
/* ******************************* */
/* ******************************* */
.footer {
  background-color: #0E50A6;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.footer .my_width {
  height: 180px;
  position: relative;
}
.footer .my_width .about {
  width: auto;
  position: absolute;
  top: 50px;
  left: 0;
}
.footer .my_width .about p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .my_width .links {
  position: absolute;
  top: 50%;
  right: 330px;
  transform: translateY(-50%);
}
.footer .my_width .links li {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 28px;
  text-decoration: underline;
}
.footer .my_width .code {
  position: absolute;
  top: calc(50% - 45px);
  right: 0;
  width: 90px;
}
.footer .my_width .code span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.footer .my_width .code.code2 {
  right: 105px;
}
.footer .bottom {
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
}
/* ******************************* */
/* ******************************* */
.banner .banner_main .swiper-slide div a {
  display: none;
}
.gallery {
  min-height: auto;
}
