#wp_nav_w2{background-color:rgb(0, 140, 149);}
#wp_nav_w2 .wp_nav{padding-left:50px;}
.sin .pic {
  overflow: hidden;
}
.sin .pic > img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sin .pic > img:hover {
  transform: scale(1.1);
}
.txt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic {
  overflow: hidden;
}

.dfc {
  display: flex;
  flex-direction: column;
}
.jcsb {
  display: flex;
  justify-content: space-between;
}
.jcc {
  display: flex;
  justify-content: center;
}
.jcfe {
  display: flex;
  justify-content: flex-end;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.fs {
  flex-shrink: 0;
}
.fww {
  flex-wrap: wrap;
}
.lf {
  float: left;
}
.rig {
  float: right;
}




.hover > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.hover > li:hover {
  left: 8px;
}
.hover > li:hover > a:not(.pic) {
  color: #00a682;
}

.wb {
  word-break: break-all;
}


.white {
  color: white;
}

.pi {
  cursor: pointer;
}
.none {
  display: none;
}
.after {
  content: "\0200";
  font-size: 0;
  display: block;
  height: 0.03rem;
  width: 0.6rem;
  background-color: #00a682;
}
.dlb {
  display: inline-block;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body,
html {
  height: 100%;
  width: 100%;
  color: #333333;
  line-height: normal;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
body {
  background-color: #ffffff;
}
a {
  text-decoration: none;
  color: #333333;
}
input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  
  margin: 0;
  padding: 0;
  
  list-style: none;
}

input,
img,
button {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: bottom;
}
input {
  padding-left: 10px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

a,
a:active,
a:visited {
  
  text-decoration: none;
  color: #4c4c4c;
}
a:hover {
  color: #4c4c4c;
}
textarea {
  
  border: none;
  
  outline: none;
  
  resize: none;
}
i {
  
  font-style: normal;
}
table {
  
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: none;
}
li {
  list-style-type: none;
}
.li-inlineblock,
.div-inlineblock,
.select-input {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.none,
.p-none,
yd {
  display: none;
}




@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
}
.main .hder {
  width:1442px;
}
.main .hder .hderD {
  width: 1200px;
  margin: 0 auto;
}
.main .hder .hderD .hder1 {
  height: 125px;
}
.main .hder .hderD .hder1 .logo {
  float: left;
  height: 72px;
  width: 533px;
  margin-top: 27px;
}
.main .hder .hderD .hder1 .logo img {
     width:88%;
}
.main .hder .hderD .hder1 .form {
  float: right;
  margin-top: 26px;
  overflow: hidden;
  height: 72px;
  width: 300px;
}
.main .hder .hderD .hder1 .form ul {
  float: right;
  height: 18px;
  width: 206px;
  overflow: hidden;
}
.main .hder .hderD .hder1 .form ul li {
  height: 18px;
  float: left;
}
.main .hder .hderD .hder1 .form ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9e9e9e;
  opacity: 0.75;
}
.main .hder .hderD .hder1 .form .search {
  float: right;
  margin-top: 19px;
  width: 270px;
  height: 30px;
  background: #ffffff;
}
.main .hder .hderD .hder1 .form .search form {
  width: 270px;
  height: 30px;
}
.main .hder .hderD .hder1 .form .search form .input1 {
    float: left;
    padding-left: 10px;
    width: 226px;
    height: 30px;
    border: 1px solid #E0E0E0;
}
.main .hder .hderD .hder1 .form .search form .input1::placeholder {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b3b3b3;
}
.main .hder .hderD .hder1 .form .search form .searched {
  float: left;
  height: 30px;
  width: 30px;
  background-color: #FF9000;
  position: relative;
}
.main .hder .hderD .hder1 .form .search form .searched .input2 {
  height: 32px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #FF9000;
}
.main .hder .hderD .hder1 .form .search form .searched img {
  position: absolute;
  top: 8px;
  left: 8px;
}
.main .hder .hderD .three {
  height: 40px;
  background: #008c95;
}
.main .hder .hderD .three .threeD {
  width: 1200px;
  margin: 0 auto;
}
.main .hder .hderD .three .threeD .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main .hder .hderD .three .threeD .nav {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.main .hder .hderD .three .threeD .nav a {
  color: #fff;
}
.main .hder .hderD .three .threeD .nav .nLi {
  float: left;
  position: relative;
  display: inline;
  width: 12.5%;
}
.main .hder .hderD .three .threeD .nav .nLi h3 {
  float: left;
}
.main .hder .hderD .three .threeD .nav .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}
.main .hder .hderD .three .threeD .nav .sub {
  display: none;
  width: 100px;
  left: 0;
  top: 40px;
  position: absolute;
  background: #008C95;
  line-height: 34px;
  padding: 5px 0;
}
.main .hder .hderD .three .threeD .nav .sub li {
  zoom: 1;
}
.main .hder .hderD .three .threeD .nav .sub a {
  display: block;
  padding: 0 10px;
  color: #fff;
}
.main .hder .hderD .three .threeD .nav .sub a:hover {
  background: #fff;
  color: #272727;
}
.main .hder .hderD .three .threeD .nav .nLi:hover h3 a {
  background: #008C95;
  color: #fff;
}
.main .hder .hderD .three .threeD .nav .nLi:hover .sub {
  display: block;
}
.main .banner {
  position: relative;
}
.main .banner .bd ul li {
  height: 600px;
  width: 100%;
}
.main .banner .bd ul li a {
  display: block;
  height: 600px;
  width: 100%;
}
.main .banner .bd ul li a img {
  height: 600px;
  width: 1441.6px;
}
.main .banner .hd {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
}
.main .banner .hd > ul > li {
  float: left;
  height: 16px;
  width: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .banner .hd > ul > .on {
  background-color: transparent;
}
.main .banner .hd > ul > li {
  margin-right: 10px;
}
.main .banner .hd ul li {
  background: url("../image/q.png") no-repeat left center;
  background-color: transparent;
}
.main .banner .hd ul li.on {
  background-image: url("../image/r.png");
}
.main .section {
  margin-top: 16px;
}
.main .section .sin1 {
  width: 1200px;
  margin: 0 auto;
}
.main .section .sin1 .L .hd {
  overflow: hidden;
}
.main .section .sin1 .L .hd .circle {
  float: left;
}
.main .section .sin1 .L .hd .more {
  float: right;
  margin-top: 5px;
}
.main .section .sin1 .L .hd .more .line {
  border: 0;
  width: 200px;
  float: left;
}
.main .section .sin1 .L .hd .more .morePic {
  float: left;
  margin-top: 5px;
}
.main .section .sin1 .L .hd .more .morePic a {
  color: #333;
}
.main .section .sin1 .L .hd ul {
  float: left;
  overflow: hidden;
}
.main .section .sin1 .L .hd ul li.on .first {
  color: #AA0B0B;
}
.main .section .sin1 .L .hd ul li {
  float: left;
  overflow: hidden;
}
.main .section .sin1 .L .hd ul li .division {
  padding: 0 10px;
}
.main .section .sin1 .L .hd ul li span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 27px;
}
.main .section .sin1 .R .title {
  overflow: hidden;
}
.main .section .sin1 .R .title .tabbtn {
  float: left;
  overflow: hidden;
}
.main .section .sin1 .R .title .tabbtn .circle {
  float: left;
}
.main .section .sin1 .R .title .tabbtn p {
  padding-left: 10px;
  float: left;
}
.main .section .sin1 .R .title .tabbtn p .first {
  color: #444444;
  font-size: 18px;
}
.main .section .sin1 .R .title .more {
  float: right;
  overflow: hidden;
  margin-top: 5px;
}
.main .section .sin1 .R .title .more .line {
  border: 0;
  width: 150px;
  float: left;
}
.main .section .sin1 .R .title .more .morePic {
  float: left;
  margin-top: 5px;
}
.main .section .sin1 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.main .section .sin1 .L {
  width: 756px;
  float: left;
}
.main .section .sin1 .L > .bd {
  margin-top: 14px;
}
.main .section .sin1 .L > .bd > ul > li {
  width: 100%;
  overflow: hidden;
}
.main .section .sin1 .L > .bd > ul > li .subL {
  height: 235px;
  width: 346px;
  position: relative;
  float: left;
  overflow: hidden;
}
.main .section .sin1 .L > .bd > ul > li .subL .bd ul li .pic {
  height: 235px;
  width: 346px;
  display: inline-block;
  position: relative;
}
.main .section .sin1 .L > .bd > ul > li .subL .bd ul li .pic img {
  height: 100%;
  width: 100%;
}
.main .section .sin1 .L > .bd > ul > li .subL .bd ul li .pic .gray {
  width: 346px;
  height: 40px;
  background: #000000;
  opacity: 0.66;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .section .sin1 .L > .bd > ul > li .subL .bd ul li .pic .gray p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 191px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  padding-left: 20px;
}
.main .section .sin1 .L > .bd > ul > li .subL .hd {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.main .section .sin1 .L > .bd > ul > li .subL .hd > ul > li {
  float: left;
  height: 16px;
  width: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .section .sin1 .L > .bd > ul > li .subL .hd > ul > .on {
  background-color: transparent;
}
.main .section .sin1 .L > .bd > ul > li .subL .hd > ul > li {
  margin-right: 10px;
}
.main .section .sin1 .L > .bd > ul > li .subL .hd ul li {
  background: url("../image/q.png") no-repeat left center;
  background-color: transparent;
}
.main .section .sin1 .L > .bd > ul > li .subL .hd ul li.on {
  background-image: url("../image/r.png");
}
.main .section .sin1 .L > .bd > ul > li .subR {
  float: right;
  overflow: hidden;
  width: 385px;
}
.main .section .sin1 .L > .bd > ul > li .subR ul > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.main .section .sin1 .L > .bd > ul > li .subR ul > li:hover {
  left: 8px;
}
.main .section .sin1 .L > .bd > ul > li .subR ul > li:hover > a:not(.pic) {
  color: #00a682;
}
.main .section .sin1 .L > .bd > ul > li .subR ul li {
  overflow: hidden;
}
.main .section .sin1 .L > .bd > ul > li .subR ul li .icon {
  float: left;
  height: 7px;
  width: 7px;
}
.main .section .sin1 .L > .bd > ul > li .subR ul li .icon img {
  vertical-align: middle;
}
.main .section .sin1 .L > .bd > ul > li .subR ul li .text {
  width: 296px;
 
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.main .section .sin1 .L > .bd > ul > li .subR ul li .time {
  width: 40px;
  float: right;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.main .section .sin1 .L > .bd > ul > li .subR ul li {
  margin-bottom: 15px;
}
.main .section .sin1 .R {
  width: 320px;
  float: right;
}
.main .section .sin1 .R .content {
  margin-top: 10px;
}
.main .section .sin1 .R .content ul > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.main .section .sin1 .R .content ul > li:hover {
  left: 8px;
}
.main .section .sin1 .R .content ul > li:hover > a:not(.pic) {
  color: #00a682;
}
.main .section .sin1 .R .content ul li {
  overflow: hidden;
}
.main .section .sin1 .R .content ul li .time {
  float: left;
}
.main .section .sin1 .R .content ul li .time .day {
  font-size: 14px;
  font-family: Georgia;
  font-weight: 400;
  color: #ff9000;
  line-height: 22px;
}
.main .section .sin1 .R .content ul li .text {
  width: 223px;
  float: left;
  margin-left: 13px;
  word-break: break-all;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.main .section .sin1 .R .content ul li .text p a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.main .section .sin1 .R .content ul li {
  margin-bottom: 13px;
}
.main .section .picLi {
  overflow: hidden;
  width: 1230px;
  margin: 0 auto;
  margin-top: 30px;
}
.main .section .picLi li {
  height: 165px;
  width: 255px;
  float: left;
  margin: 0 20px;
}
.main .section .picLi li a img {
  height: 100%;
  width: 100%;
}
.main .fter {
  margin-top: 40px;
}
.main .fter .fter1 {
  height: 210px;
  width: 100%;
  background-image: url("../image/bg.png");
  background-size: 100% 100%;
}
.main .fter .fter1 .fterD {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
.main .fter .fter1 .fterD .L,
.main .fter .fter1 .fterD .R {
  float: left;
}
.main .fter .fter1 .fterD .L .title,
.main .fter .fter1 .fterD .R .title {
  margin: 32px 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
}
.main .fter .fter1 .fterD .L ul,
.main .fter .fter1 .fterD .R ul {
  overflow: hidden;
}
.main .fter .fter1 .fterD .L ul li,
.main .fter .fter1 .fterD .R ul li {
  float: left;
  margin-right: 40px;
}
.main .fter .fter1 .fterD .L ul li a,
.main .fter .fter1 .fterD .R ul li a {
  text-align: center;
}
.main .fter .fter1 .fterD .L ul li a img,
.main .fter .fter1 .fterD .R ul li a img {
  text-align: center;
}
.main .fter .fter1 .fterD .L ul li a p,
.main .fter .fter1 .fterD .R ul li a p {
  margin-top: 8px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.main .fter .fter1 .fterD .L ul li a .only,
.main .fter .fter1 .fterD .R ul li a .only {
  margin-left: 12px;
}
.main .fter .fter1 .fterD .R {
  width: 320px;
  float: right;
}
.main .fter .fter1 .fterD .R ul li {
  margin-right: 32px;
}
.main .fter .fter1 .fterD .R ul li a img {
  margin-left: 3px;
}
.main .fter .fter2 {
  height: 106px;
  background: #008c95;
}
.main .fter .fter2 .fter2D {
  margin: 0 auto;
  width: 1200px;
}
.main .fter .fter2 .fter2D .L {
  width: 350px;
  float: left;
  margin-top: 23px;
    margin-left: 90px;
}
.main .fter .fter2 .fter2D .L ul li {
  float: left;
  margin-right: 42px;
}
.main .fter .fter2 .fter2D .L ul li a img {
  margin-left: 6px;
}
.main .fter .fter2 .fter2D .L ul li a p {
  color: white;
  margin-top: 7px;
}
.main .fter .fter2 .fter2D .L ul li {
  position: relative;
}
.main .fter .fter2 .fter2D .L ul li .pic {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -130px;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  height: 90px;
  width: 90px;
  background-color: white;
}
.main .fter .fter2 .fter2D .L ul li .pic img {
  height: 100%;
  width: 100%;
}
.main .fter .fter2 .fter2D .L ul li:hover .pic {
  opacity: 1;
  top: -102px;
}
.main .fter .fter2 .fter2D .R {
  width: 601px;
  margin-top: 23px;
  overflow: hidden;
  float: right;
}
.main .fter .fter2 .fter2D .R li {
  float: left;
}
.main .fter .fter2 .fter2D .R li p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.95;
}
.main .fter .fter2 .fter2D .R li p a {
  color: #ffffff;
}
#w3imgNumber {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  right: unset;
}
#w3imgNumber a {
  float: left;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 0;
  margin-right: 10px;
  background: url("../image/q.png") no-repeat left center;
  background-color: transparent;
  border: unset;
}
#w3imgNumber .current {
  background-image: url("../image/r.png");
  background-color: transparent;
}

.picbase1-content{ display: none !important;}
