p {
  margin: 0 0 0 0;
}

/* */
.head {
  height: 34px;
  background: #192236;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.head a {
  color: rgba(255, 255, 255, 0.6);
}

.k1 {
  float: left;
}

.hotSearch {
  float: right;
}

.hotSearch a {
  display: inline-block;
  margin-left: 5px;
}

/* */
.top_head {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 2% 0;
}

.top_head .container-fluid {
  position: relative;
}

.top_head .logo {
  float: left;
  width: 15.3125%;
}

.ss {
  float: right;
  cursor: pointer;
  line-height: 2.4;
}

.search {
  position: absolute;
  top: 100px;
  right: 8.3%;
  display: none;
  overflow: hidden;
  width: 235px;
}

.search #formsearch input {
  height: 45px;
  background: #f7f7f7;
  line-height: 45px;
  border-radius: 0px;
  border: none;
  color: #747474;
  float: left;
  outline: none;
}

.search #formsearch input#keyword {
  text-indent: 5px;
  font-size: 14px;
  width: 190px;
}

.search #formsearch input#s_btn {
  width: 45px;
  cursor: pointer;
  font-size: 14px;
}

.top_head.scroll {
  position: fixed;
  background: rgba(21, 21, 21, 0.5);
}

.about-bg {
  display: flex;
}

.about-bg .aboutl {
  width: 50%;
}

.about-bg .aboutl p img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.about-bg .aboutr {
  width: 50%;
  position: relative;
}

.about-bg .aboutr p img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.about-bg .aboutr .wz {
  position: absolute;
  top: 20%;
  width: 60%;
  left: 10%;
}

.about-bg .aboutr .wz b {
  display: block;
  color: #0075cf;
  font-size: 48px;
}

.about-bg .aboutr .wz span {
  display: block;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 60px;
}

.about-bg .aboutr .wz p {
  font-size: 14px;
  color: #787878;
  line-height: 2.5;
}

.about-bg .aboutr .wz .more {
  margin-top: 80px;
 transition: 0.5s;
}

.about-bg .aboutr .wz .more:hover{
     -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media (max-width: 1440px) {
  .about-bg .aboutr .wz {
    top: 12%;
    width: 80%;
  }
  .about-bg .aboutr .wz .more {
    margin-top: 40px;
  }
}

@media (max-width: 1280px) {
  .about-bg .aboutr .wz span {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .about-bg .aboutr .wz p {
    height: 105px;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .about-bg .aboutr .wz {
    top: 3%;
  }
  .about-bg .aboutr .wz span {
    margin-bottom: 10px;
  }
  .about-bg .aboutr .wz .more {
    top: 2%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
    .about-bg2{
        display:block !important;
    }
  .about-bg {
    display: none;
  }
  .about-bg .aboutl {
    width: 100%;
  }
  .about-bg .aboutr {
    width: 100%;
  }
  .about-bg .aboutr .wz {
    top: 5%;
    width: 80%;
  }
  .about-bg .aboutr .wz b {
    font-size: 20px;
  }
  .about-bg .aboutr .wz span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-bg .aboutr .wz p {
    font-size: 12px;
    height: auto;
  }
  .about-bg .aboutr .wz .more {
    margin-top: 10px;
  }
}

.about-bg2 {
  display: none;
}

.about-bg2 .aboutl {
  width: 50%;
}

.about-bg2 .aboutl p img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.about-bg2 .aboutr {
  width: 50%;
  position: relative;
}

.about-bg2 .aboutr p img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.about-bg2 .aboutr .wz {
  position: absolute;
  top: 20%;
  width: 60%;
  left: 10%;
}

.about-bg2 .aboutr .wz b {
  display: block;
  color: #0075cf;
  font-size: 48px;
}

.about-bg2 .aboutr .wz span {
  display: block;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 60px;
}

.about-bg2 .aboutr .wz p {
  font-size: 14px;
  color: #787878;
  line-height: 2.5;
}

.about-bg2 .aboutr .wz .more {
  margin-top: 80px;
 transition: 0.5s;
}

.about-bg2 .aboutr .wz .more:hover{
     -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media (max-width: 1440px) {
  .about-bg2 .aboutr .wz {
    top: 12%;
    width: 80%;
  }
  .about-bg2 .aboutr .wz .more {
    margin-top: 40px;
  }
}

@media (max-width: 1280px) {
  .about-bg2 .aboutr .wz span {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .about-bg2 .aboutr .wz p {
    height: 105px;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .about-bg2 .aboutr .wz {
    top: 3%;
  }
  .about-bg2 .aboutr .wz span {
    margin-bottom: 10px;
  }
  .about-bg2 .aboutr .wz .more {
    top: 2%;
    margin-top: 20px;
  }
}


@media (max-width: 767px) {
    
    .about-bg2{
        display:block !important;
    }
  .about-bg {
    display: none;
  }
  .about-bg2 .aboutl {
    width: 100%;
  }
  .about-bg2 .aboutr {
    width: 100%;
  }
  .about-bg2 .aboutr .wz {
    top: 5%;
    width: 80%;
  }
  .about-bg2 .aboutr .wz b {
    font-size: 20px;
  }
  .about-bg2 .aboutr .wz span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-bg2 .aboutr .wz p {
    font-size: 12px;
    height: auto;
  }
  .about-bg2 .aboutr .wz .more {
    margin-top: 10px;
  }
}

.yewu-title {
  text-align: center;
  margin: 3% 0;
}

.yewu-title b {
  display: block;
  color: #0075cf;
  font-size: 48px;
}

.yewu-title span {
  display: block;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .yewu-title b {
    font-size: 20px;
  }
  .yewu-title span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.yewu .con {
  background: url(../images/bj1.png) no-repeat top center;
  background-size: cover;
  padding: 5% 0;
  padding-bottom: 10%;
}

.yewu-title2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 10%;
}

.yewu-title2 span {
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 15px auto;
}

.yewu-wen {
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 3%;
}

.yewu-more {
  text-align: center;
  margin-top: 5%;
   transition: 0.5s;
}
.yewu-more:hover{
     -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media (max-width: 767px) {
  .yewu-title2 {
    font-size: 20px;
    padding-top:5px;
  }
  .yewu-wen {
    font-size: 12px;
    line-height: 20px;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
  }
}

.yewu-p1 {
  margin-top: -5%;
  position: relative;
}

.yewu-p1 .yewu-p1-list {
  display: flex;
}

.yewu-p1 .yewu-p1-list li {
  width: 50%;
  text-align: center;
  background: #fafafa;
  padding: 3.5% 0;
}

.yewu-p1 .yewu-p1-list li img {
  max-width: 100%;
}

.yewu-p1 .yewu-p1-list li b {
  display: block;
  font-size: 18px;
  padding-top: 3%;
}

.yewu-p1 .yewu-p1-list li p {
  font-size: 12px;
  color: #c7c7c7;
  font-family: "Arail";
  text-transform: uppercase;
  padding-top: 5px;
}

.yewu-p1 .yewu-p1-list li.cur {
  background-image: -moz-linear-gradient( 0deg, rgb(3,119,209) 1%, rgb(45,149,231) 57%, rgb(86,179,252) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(3,119,209) 1%, rgb(45,149,231) 57%, rgb(86,179,252) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(3,119,209) 1%, rgb(45,149,231) 57%, rgb(86,179,252) 100%);
}

.yewu-p1 .yewu-p1-list li.cur img{
     filter: brightness(100);
}

.yewu-p1 .yewu-p1-list li.cur b {
  color: #fff;
}

.yewu-p1 .yewu-p1-list li.cur p {
  color: #9bc5ee;
}


.yewu-con{
    position: relative;
}
.yw{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.yewu-wezi{
    display: none;
}


.yewu-wezi .img11 img{
    max-width: 100%;
}



@media (max-width: 767px) {
  .yewu-p1 .yewu-p1-list {
    display: block;
  }
  .yewu-p1 .yewu-p1-list li {
    width: 100%;
  }
  .yewu-wezi .img11{
    margin-bottom:2%;
    }
    .yewu-p1{
        margin-top: 0;
    }
}



.news-index .con {
  display: flex;
}

.news-index .con .newsl {
  width: 46%;
  margin-right: 7%;
}

.news-index .con .newsl .newsl-list li {
  position: relative;
}

.news-index .con .newsl .newsl-list li a {
  display: block;
  color: #fff;
}

.news-index .con .newsl .newsl-list li a img {
  max-width: 100%;
}

.news-index .con .newsl .newsl-list li a .wz {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  padding: 0 5%;
}

.news-index .con .newsl .newsl-list li a .wz h1 {
  font-size: 30px;
  padding-bottom: 30px;
}

.news-index .con .newsl .newsl-list li a .wz span {
  display: inline-block;
  font-size: 14px;
  font-family: "Arail";
}

.news-index .con .newsl .newsl-list li a .wz .more {
  float: right;
}

.news-index .con .newsl .newsl-list li a .wz .more img {
  max-width: 100%;
  margin-left: 5px;
}

.news-index .con .newsr {
  width: 37%;
}

.tab-li {
  font-size: 0;
  cursor: pointer;
  border-bottom: 2px solid #eeeeee;
  height: 41px;
}

.tab-li li {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  line-height: 39px;
  width: 20%;
}

.tab-li li:hover, .tab-li li.active {
  color: #0075cf;
  font-weight: bold;
  background: url(../images/t1.png) no-repeat bottom left;
}

.tab-li a {
  float: right;
  color: #333333;
  font-size: 12px;
  line-height: 39px;
}

.tab-con {
  position: relative;
  margin-top: 46px;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.n-list li {
  display: flex;
  border-bottom: 2px solid #eeeeee;
  padding-top: 5%;
  padding-bottom: 8%;
}

.n-list li .img1 {
  width: 56%;
  margin-right: 4%;
}

.n-list li .img1 img {
  max-width: 100%;
}

.n-list li .wz {
  width: 41%;
}

.n-list li .wz a {
  display: block;
}

.n-list li .wz a b {
  display: block;
  font-size: 18px;
  color: #444444;
  line-height: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n-list li .wz a p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.n-list li .wz a span {
  display: block;
  background: url(../images/date.png) no-repeat left center;
  color: #cccccc;
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 2;
  margin-top: 10%;
}

@media (max-width: 1366px) {
  .tab-con {
    margin-top: 20px;
  }
  .n-list li .wz a p {
    height: 50px;
    overflow: hidden;
  }
  .n-list li .wz a b {
    line-height: 2;
  }
}

@media (max-width: 1024px) {
  .tab-li li {
    width: 32%;
  }
  .n-list li .wz a b {
    line-height: 1;
  }
  .n-list li .wz a span {
    margin-top: 5%;
  }
  .tab-con {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .news-index .con {
    display: block;
  }
  .news-index .con .newsl {
    width: 100%;
    margin: 0;
  }
  .news-index .con .newsr {
    width: 100%;
    margin-top: 3%;
  }
  .n-list li .wz a b {
    line-height: 3;
  }
}

@media (max-width: 767px) {
  .news-index .con {
    display: block;
  }
  .news-index .con .newsl {
    width: 100%;
  }
  .news-index .con .newsl .newsl-list li a .wz h1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .news-index .con .newsl .newsl-list li a .wz span {
    font-size: 12px;
  }
  .news-index .con .newsl .newsl-list li a .wz .more {
    font-size: 12px;
  }
  .news-index .con .newsr {
    width: 100%;
  }
  .tab-li li {
    font-size: 14px;
  }
  .tab-con {
    margin-top: 10px;
  }
  .n-list li .wz a b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
  }
  .n-list li .wz a p {
    height: 50px;
    overflow: hidden;
  }
  .n-list li .wz a span {
    margin-top: 5%;
  }
}
