/* style STATR */
@charset "utf-8";

.lists {
  padding: 35px 0;
  display: flex;
}
.lists .left {
  width: 1044px;
}

.lists .left .box .item {
  padding: 28px 0 25px;
  border-bottom: 1px solid #dddddd;
}
.lists .left .box .item .a1:hover {
  color: #008895;
}
.lists .left .box .item .a1 {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 26px;
}
.lists .left .box .item .p1 {
  line-height: 30px;
}
.lists .left .box .item .p1 a {
  color: #008895;
}
.lists .left .box .item .p2 {
  margin-top: 12px;
  font-size: 14px;
  color: #999999;
  text-align: right;
}




.article .zw {
  margin-top: 40px;
}
.article .zw h2 {
  font-size: 24px;
  line-height: 38px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.article .zw h3 {
  font-size: 12px;
  line-height: 38px;
  color: #707070;
  text-align: center;
  font-weight: normal;
}
.article .zw .nr {
  margin: 30px 0 20px;
}
.article .zw .piece {
  overflow: hidden;
  margin-top: 40px;
}
.article .zw .piece p {
  width: 372px;
  text-align: left;
  font-size: 16px;
}
.article .zw .piece p a {
  display: block;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.article .zw .piece p a span {
  font-weight: bold;
  color: #333;
}
.article .zw .piece p a:hover {
  color: #008895;
}
.article .zw .piece p.prev {
  float: left;
}
.article .zw .piece p.next {
  float: right;
}

.article .arcnt {
  margin-top: 48px;
  padding: 40px 120px 0;
  overflow: hidden;
  border-top: 1px solid #dddddd;
}
.article .arcnt i {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 212px;
  background: #dddddd;
}
.article .arcnt .box {
  width: 320px;
}
.article .arcnt .box h2 {
  font-size: 18px;
  text-indent: 4px;
  font-weight: bold;
  color: #008895;
  margin-bottom: 15px;
}
.article .arcnt .box ul li {
  height: 30px;
  margin-bottom: 2px;
}
.article .arcnt .box ul li a {
  display: block;
  padding: 0 5px;
  font-size: 16px;
  border-radius: 4px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .arcnt .box ul li a b {
  color: #666;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.article .arcnt .box ul li a:hover {
  color: #008895;
}
.article .arcnt .box ul li a:hover b {
  color: #008895;
}

.vlist {
  padding-bottom: 40px;
}
.vlist .box {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
.vlist .box .item {
  margin-right: 25px;
  margin-bottom: 25px;
  width: 331px;
  height: 186px;
}
.vlist .box .item:nth-child(4n) {
  margin-right: 0;
}
.vlist .box .item a {
  display: block;
  position: relative;
}
.vlist .box .item a .pic {
  display: block;
  width: 331px;
  height: 186px;
}
.vlist .box .item a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .4);
}
.vlist .box .item a .mask img {
  display: block;
  position: absolute;
  width: 40px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-20px, -23px);
}
/* 05 */
#video {
  width: 1045px;
  height: 588px;
  background: #000;
}
.varticle .left {
  padding-top: 20px;
}
.varticle .tuijian {
  margin-top: 30x;
  font-size: 22px;
  font-weight: bold;
}
.varticle .box {
  margin-top: 14px;
}
.varticle .box .item:nth-child(3) {
  margin-right: 0;
}
.varticle .right {
  padding-top: 20px;
}

/* 06 */
.navigation {
  padding: 55px 0;
}
.navigation .m1 .box {
  display: flex;
}
.navigation .m1 .box .item {
  position: relative;
  width: 335px;
  height: 225px;
  margin-right: 20px;
}
.navigation .m1 .box .item:last-of-type {
  margin-right: 0;
}

.navigation .m1 .box .item img {
  display: block;
  width: 335px;
  height: 225px;
}
.navigation .m1 .box .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(33, 139, 148, .7);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navigation .m1 .box .item:hover .txt {
  opacity: 1;
}
.navigation .m1 .box .item .txt span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 43px;
  line-height: 43px;
  background: #FFF;
  padding: 0 25px;
  color: #008895;
  font-size: 20px;
  border-radius: 6px;
}
.navigation-title  {
  margin-bottom: 30px;
  height: 32px;
  font-weight: bold;
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
}
.navigation-title span {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 8px;
  color: #008895;
  border-bottom: 3px solid #008895;
}
.navigation .m2 .item {
  margin-top: 42px;
}
.navigation .m2 .item ul {
  display: flex;
  flex-wrap: wrap;
}
.navigation .m2 .item ul li {
  margin-right: 18px;
  margin-bottom: 18px;
  width: 184px;
  height: 54px;
}
.navigation .m2 .item ul li:nth-child(7n) {
  margin-right: 0;
}
.navigation .m2 .item ul li a {
  display: flex;
  width: 182px;
  height: 52px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.navigation .m2 .item ul li a:hover {
  border-color: #008895;
  color: #008895;
}
.navigation .m2 .item ul li a .s1 {
  position: relative;
  margin-right: 14px;
  width: 32px;
  height: 52px;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navigation .m2 .item ul li a:hover .s1 {
  border-color: #008895;
}
.navigation .m2 .item ul li a .s1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navigation .m2 .item ul li a .s2 {
  flex: 1;
  line-height: 52px;
}
.navigation .m2 .item ul li a:hover .s1 i {
  border-color: #008895;
}