@charset "utf-8";
.maxwidth {
  max-width: 100%;
}
body{
  font-family: "Microsoft Yahei";
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  html {
   /* width: calc(100vw - 15px);
    overflow-x: hidden;*/
  }
  body {
    min-width: 1200px;
    overflow-y:scroll;

    
  }
  .container {
    min-width: 1200px;
    width: 1200px;
  }
}
/*导航*/
@media (min-width: 768px) {
  .navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    height: 150px;
    margin-bottom: 0;
    z-index: 1;
    border-radius: 0;
    border: 0;
  }
  .navbar-default .navbar-collapse {
    width: 100%;
    padding: 0;
    display: flex;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    background-color: #f6f6f6;
    float: none;
    margin: 0;
    width: 100%;
    display: flex;
  }
  .navbar-default .navbar-collapse .navbar-nav > li {
    float: none;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
  }
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    font-size: 16px;
    color: #595757;
  }
  .navbar-header {
    float: none;
    height: 100px;
    position: relative;
  }
  .navbar-header .navbar-brand {
    float: left;
    height: 100px;
    padding: 35px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0!important;
  }
  .navbar-brand>img {
    height: 23px;
  }
  .subnav{
    display: none;
    position: absolute;
    width: 100%;
  }
  .subnav  .lv2_item {
    margin: 3px;
    display: block;
  }
  .subnav  .lv2_item a{
    display: block;
    padding: 10px 0;
    color: #fff;
  }


}
.navbar-info {
  line-height: 100px;
}
.navbar-info p span {
  padding: 0 3px;
  color: #888888;
}
.navbar-info>p,.navbar-info>div{
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}


#psearch {
  margin-left: 15px;
}
#psearch form[name="infosearch"]{
  display: flex;
}
#psearch form[name="infosearch"] #keyword{
  line-height: 1.4;
  border: 1px solid #ccc;
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 3px;
}

.search1{
  position: relative;
}
.search1 input{
  line-height: 1.4;
  border: 1px solid #ccc;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 3px;
  background-color: transparent;
  position: relative;
  color: transparent;
}
.search1:before{
  content: "";
  background-color: #ccc;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
}
.search1 .search-img{
  position: absolute;
  top: 6px;
  right: 20px;
}

#theme{
  position: absolute;
  right: 0;
  top: 0;
}
#theme a{
  margin:  0 5px;
  width: 26px;
  height: 3px;
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0;
  }
  .navbar-default .navbar-brand {
    height: 80px;
    padding: 30px 15px;
    width: calc(100% - 80px);
  }
  .navbar-default .navbar-brand > img {
    height: 25px;
    margin: auto;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: left;
    background-color: #004da0;
    color: #fff;
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li > a>.fa {
    position: absolute;
    right: 15px;
  }
  .navbar-default .navbar-nav > li{
    border-bottom: 1px solid #fff;
  }
  #theme{
    display: none;
  }
  .subnav{
    display: none;
    width: 100%;
  }

  .subnav  .lv2_item {
    display: block;
  }
  .subnav  .lv2_item a{
    display: block;
    padding: 10px 0;
    color: #808080;
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
  }

}
/*底部*/
footer {
  background-color: #222;
}
footer .foot-link {
  border-bottom: 1px solid #565656;
}
footer .foot-link ul {
  display: flex;
}
footer .foot-link ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
footer .foot-link ul li:after {
  content: "|";
  color: #fff;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px;
}
footer .foot-link ul li a {
  color: #fff;
  padding: 15px 0;
  display: block;
}
footer .foot-link ul li a:hover {
  color: #e7b220;
}
footer .foot-link ul li:last-child:after {
  display: none;
}
footer .foot {
  padding: 30px 0 10px;
  text-align: center;
  color: #fff;
}
footer .foot a {
  color: #fff;
}
footer .foot h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
footer .foot p {
  line-height: 30px;
}
footer .foot p.icons {
  margin-top: 20px;
}
footer .foot p.icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 5px;
}
footer .foot p.icons a:hover img {
  margin-top: -34px;
}
@media (max-width: 767px) {
  footer .foot h3 {
    font-size: 20px;
  }
  footer .foot p{
    font-size: 10px;
    color: #ccc;
    line-height: 24px;
  }
  footer .foot-info{
    margin-bottom: 15px;
  }
  footer .foot-info p{
    font-size: 14px;
    color: #fff;
  }
  footer .foot a {
    color: #ccc;
  }

}
