@charset "UTF-8";
html {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

a {
  list-style-type: none;
  text-decoration: none !important;
  color: #393939;
}

li {
  list-style-type: none;
}

/*页面头部*/
.top {
  padding-bottom: 15px;
  overflow: hidden;
}
.top .topinfo {
  overflow: hidden;
}
.top .topinfo .logoArea {
  padding: 10px 0 0;
}
.top .topinfo .topright {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.top .topinfo .topright input:first-child {
  width: 200px;
  height: 30px;
  border: 1px solid #4185f4 !important;
  border-radius: 16px;
  padding-left: 20px;
  outline: 0;
}
.top .topinfo .topright img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}

.navbar {
  margin-bottom: 10px;
  min-height: 0px;
}

.navbar-default {
  background-color: rgb(30, 70, 180);
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}

.navbar-default .navbar-nav > li {
  line-height: 44px;
  padding-right: 2px;
}

.navbar-default .navbar-nav > li:last-child {
  background-image: none;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.navbar-header {
  background-color: rgb(30, 70, 180);
  border: none;
}

.navbar-header button {
  color: #fff;
  font-size: 14px;
  background-color: rgb(30, 70, 180);
}

.navbar-toggle {
  padding: 3px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #5070c9;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #5070c9;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: #5070c9;
  color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #5070c9;
}

.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: rgb(30, 70, 180);
  border: none;
  padding: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  height: 44px;
  line-height: 40px;
font-size:17px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #5070c9;
  color: #fff;
}

@media (min-width: 768px) {
  .page .row1,
  .page .row2,
  .page .row3,

  .header .menu .container,
  .top .container,
  .bottom .container{
    width: 1200px;
    padding: 0px 10px;
  }
  .page .row0 {
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    width: 125px;
    text-align: center;
    overflow: hidden;
  }
  .navbar-default .navbar-nav > li > a :hover {
    overflow: hidden;
  }
  #menu {
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  .page .row0 {
    width: 1170px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page .row0 {
    width: 100%;
    padding: 0px 10px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 8px 7px;
  }
}
.page .row0 {
  width: 100%;
  -moz-box-shadow: 5px 5px 5px #888888;
  box-shadow: 5px 5px 5px #888888;
}

.page .row0,
.page_list .row0 {
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
}

.page .row0 img,
.page_list .row0 img {
  padding: 0px;
  box-shadow: 0px 5px 10px #888888;
}

.carousel-control {
  width: 5%;
  height: 15%;
  top: 45%;
  background-color: #333;
}

.carousel-control.left {
  left: 3%;
  overflow: hidden;
}

.carousel-control.right {
  right: 3%;
  overflow: hidden;
}

/*#carousel-example-generic .carousel-inner > .item{ padding-bottom:50px;}*/
.carousel-caption {
  width: 100%;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  left: 0;
  bottom: 0;
  text-align: left;
  height: 50px;
}

.carousel-indicators {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  bottom: 10px;
}

/* bottom:52px;*/
.carousel-indicators li {
  float: left;
  border-radius: 1px;
  height: 10px;
  width: 10px;
  bottom: 0px;
  line-height: 10px;
  margin: 0;
  text-indent: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 50%;
  margin-left: 5px;
  border: 0px solid #ffffff;
  background-color: #b7b7b7;
}

.carousel-indicators .active {
  height: 10px;
  width: 10px;
  background-color: #007aff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 50%;
  margin-left: 5px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  width: 100%;
  -webkit-box-shadow: 4px 5px 5px;
  -moz-box-shadow: 4px 5px 5px;
  box-shadow: 4px 5px 5px;
}

.carousel-inner > .item > a {
  position: relative;
}
.carousel-inner > .item > a .img-title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 9;
  width: 100%;
  padding: 8px 10px 20px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page .row1 .windos .swiper-container {
  width: 100%;
  height: 180px;
  margin: 20px 0 0;
  padding: 0 35px;
  box-sizing: border-box;
}
.page .row1 .windos .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page .row1 .windos a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  flex: 1 1 0;
  padding: 25px 15px;
  width: 100px;
}
.page .row1 .windos a img {
  width: 100%;
  background-color: rgb(65, 133, 244);
  border-radius: 50%;
}
.page .row1 .windos a img:hover {
  background-color: rgb(19, 79, 242);
}
.page .row1 .windos a span {
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

h3 {
  color: rgb(30, 70, 180);
  font-weight: 500;
  padding-right: 20px;
}
h3::before {
  content: " ";
  width: 8px;
  height: 20px;
  background-color: rgb(30, 70, 180);
  display: inline-block;
  border-radius: 2px;
}
h3 > span {
  float: right;
  color: #878787;
  font-size: 1rem;
  vertical-align: middle;
  transform: translateY(25%);
}
h3 > span a {
  color: #878787;
}

.page .row2 {
  padding: 0px;
  overflow: hidden;
}
.page .row2 .picShow {
  padding: 0px;
  overflow: hidden;
  box-shadow: 0px 5px 10px #dedcdc;
  margin-top: 10px;
}
.page .row2 ul {
  margin-top: 5px;
}
.page .row2 ul li {
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}
.page .row2 ul li:last-child {
  border-bottom: none;
}
.page .row2 ul li a {
  transition: color 0.3s ease-out;
  padding-right: 6px;
  width: calc(100% - 66px);
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page .row2 ul li a::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: rgb(30, 70, 180);
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg) translateY(-50%);
  margin-right: 5px;
}
.page .row2 ul li a:hover {
  color: #c85353;
}
.page .row2 ul li span {
  width: 60px;
  white-space: nowrap;
  display: inline-block;
}
.page .row2 .new-list .new-item {
  padding: 11px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
.page .row2 .new-list .new-item:first-child {
  padding-top: 0;
}
.page .row2 .new-list .new-item:last-child {
  border-bottom: none;
}
.page .row2 .new-list .new-item > div:first-child {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(30, 70, 180);
  border-radius: 5px;
}
.page .row2 .new-list .new-item > div > span:first-child {
  font-weight: bold;
  font-size: 18px;
  color: rgb(30, 70, 180);
  line-height: 32px;
}
.page .row2 .new-list .new-item > div > span:last-child {
  font-size: 14px;
  background-color: rgb(30, 70, 180);
  color: #fff;
  line-height: 27px;
  padding: 0 5px;
}
.page .row2 .new-list .new-item > a {
  padding: 5px 0 5px 10px;
  transition: color 0.3s ease-out;
  font-size: 16px;
}
.page .row2 .new-list .new-item  a:hover {
  color: #c85353;
}

.page .row3 {
  padding: 0 15px;
  overflow: hidden;
}
.page .row3 .swiper-container {
  width: 100%;
  height: 160px;
  margin: 20px 0;
}
.page .row3 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page .row3 a {
  width: 250px;
  height: 150px;
}
.page .row3 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page .row4 {
  
  margin-top: 20px;
  padding: 20px 0;
  background-color: #ddd;
}
.page .row4 .row4-container {
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page .row4 .row4-container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page .row4 .row4-container {
    width: 1170px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page .row4 .row4-container {
    width: 100%;
    padding: 0 15px;
  }
}
.page .row4 ul::after {
  content: " ";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.page .row4 ul li {
  float: left;
  padding: 10px 18px 10px 0;
}
.page .row4 ul li::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: rgb(30, 70, 180);
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
}
.page .row4 ul li a {
  font-size: 16px;
  transition: color 0.3s ease-out;
}
.page .row4 ul li a:hover {
  color: #c85353;
}

.page .rowinfo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bottom {
  background-color: rgb(30, 70, 180);
  padding: 30px 0;
}
.bottom .container {
  padding: 0;
}
.bottom .img img {
  max-width: 450px;
  width: 100%;
  object-fit: cover;
}
.bottom .pho {
  color: #fff;
    padding-top: 16px;
}
.bottom .pho p {
  line-height: 20px;
}
.bottom .pho p img {
  display: inline-block;
  height: 20px;
}
.bottom .qrcode {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}


/*# sourceMappingURL=public.css.map */

.pho-list{
  display: none;
}
@media (max-width:1200px){
body{
width:1200px;
}

}
@media (min-width:1200px){

.page .row1, .page .row2, .page .row3, .header .menu .container, .top .container, .bottom .container,.page .row4 .row4-container,.show-body{
  width: 70vw;
  min-width: 1200px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
  max-height: 326px;
  object-fit: cover;
}


}
@media (min-width:1900px){

  .page .row1, .page .row2, .page .row3, .header .menu .container, .top .container, .bottom .container,.page .row4 .row4-container,.show-body{
    width: 70vw;
    max-width:1620px;
  }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
    max-height: 326px;
    object-fit: cover;
  }
  
  }


  .page .row2 .new-list .new-item > div:last-child{

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items:flex-start;
    font-size: 16px;
max-width:100%;
    

  }

  @media screen and (max-width: 768px) {
body{
width:auto;
}

    .pho-list{
      display: block;
    }
    .compu-list{
      display: none;
    }
    .page .row2 .new-list .new-item > div:last-child>p{

   width: 100%;
   
  
 
   font-size: 8px;
   color: #adacac;
margin:0px;
margin-top:5px;
padding-left:10px;
    

  }
    
     .page .row2 .new-list .new-item > div:last-child>a{
      display: inline-block;
    width:calc(var(--w) - 10px);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
padding-left:10px;
       
   
     }
  
  
    
  }
  