@charset "utf-8";
/**
 * This is NOT a freeware, use is subject to license terms
 * @author siYuan! <2039750417@qq.com>
 * @version v1.10.20
 * @support http://www.lvtcn.com
 */
/* 主题色 */
/* 组件函数 */
/* 初始化 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  color: #999999;
  background: #fff;
  line-height: 1.4;
  word-break: break-all;
  font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
  position: relative;
}
ul,
ul li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  -webkit-user-drag: none;
}
em,
i {
  font-style: normal;
}
a,
button {
  cursor: pointer;
  color: #666;
}
a,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
  outline: 0 !important;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 750pt #fff inset;
}
/* 便捷属性 */
.clear,
.clearfix:after {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clear,
.clearfix:after,
.hide {
  overflow: hidden;
}
.mc {
  margin: 0 auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
}
::-moz-selection {
  background: #a7bd06;
  color: #fff;
}
::selection {
  background: #a7bd06;
  color: #fff;
}
::-moz-selection {
  background: #a7bd06;
  color: #fff;
}
/* 分页样式 */
.mypage {
  height: 33px;
  text-align: center;
}
.mypage a,
.mypage em {
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: 1px solid #e1e4e8;
  color: #313131;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  margin-left: -1px;
  padding: 7px 12px;
  position: relative;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.mypage a:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.mypage em {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 0;
}
.mypage a:hover {
  background: #efefef;
}
.mypage a.cur {
  background-color: #0D705C;
  border-color: #0D705C;
  color: #fff;
  z-index: 3;
}
/* 动画 */
.imgzoom {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.imgzoom:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
/* 盒子控制属性 */
.wp,
.xs-wp,
.sm-wp {
  max-width: 96%;
  margin: 0 auto;
}
a.imgzoom:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.swiper-container {
  cursor: pointer;
}
.wp {
  width: 1200px;
}
.sm-wp {
  width: 900px;
}
.xs-wp {
  width: 600px;
}
/* 小圆点 */
.border-round-back {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #45b263;
  display: block;
}
/* 列表样式 */
.grid.ring-col-3 > div {
  width: 32%;
  margin-right: 2%;
}
.grid.ring-col-3 > div:nth-child(3n) {
  margin-right: 0;
}
.grid.ring-col-4.small > div {
  width: 21%;
  margin: 0px 2% 55px 2%;
}
.grid > div:hover img {
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.grid > div:hover {
  box-shadow: -1px 1px 5px 1px rgba(26, 26, 26, 0.2);
}
.grid.ring-col-3.small > div {
  width: 30.33%;
}
.grid.ring-col-6 > div {
  width: calc(16.666% - 10px);
  padding: 20px;
  margin: 5px;
}
.grid.ring-col-4 > div {
  width: 25%;
}
.grid.ring-col-4 > div.solid-gray:after {
  border-right: none;
}
.grid.ring-col-4 > div:nth-child(4).solid-gray:after {
  border-right: 1px solid #424242;
}
.solid.solid-gray::after {
  border: 1px solid #424242;
}
/* li 前面的小点 */
.lio {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.lio:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background: #d79610;
}
/* 个性 swiper 左右按钮 */
.sykui-image-heterom {
  width: 500px;
  position: relative;
  height: 400px;
}
.sykui-image-heterom:after,
.sykui-image-heterom:before {
  position: absolute;
  background: url(/public/static/default/images/1.png) no-repeat center;
  width: 68px;
  height: 68px;
  background-size: 100% 100%;
  content: '';
}
.sykui-image-heterom:after {
  top: 0;
  left: 0;
}
.sykui-image-heterom:before {
  bottom: 0;
  right: 0;
}
.sykui-image-heterom img {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  object-fit: cover;
  margin: 30px;
  position: relative;
  z-index: 1;
}
/* 文章翻页 */
.pnCol {
  border-top: 1px solid #dedede;
}
.pnCol div {
  margin: 10px 0;
}
/* 动画菜单按钮 */
.sykui-menu {
  display: none;
  z-index: 99999;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 20px;
  top: 28px;
}
.sykui-menu span,
.sykui-menu:after,
.sykui-menu:before {
  border-radius: 20px;
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background: #0D705C;
  width: 30px;
}
.sykui-menu span {
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.sykui-menu:after {
  bottom: 0;
}
.sykui-menu:before {
  top: 0;
}
.sykui-menu.exit-open span {
  right: -100%;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.sykui-menu.exit-open:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  bottom: 11px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sykui-menu.exit-open:before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  top: 11px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
/* 渐变色线条 */
.bg-gradual-black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.05)), color-stop(85%, rgba(0, 0, 0, 0.06)), color-stop(90%, rgba(0, 0, 0, 0.07)));
  background: linear-gradient(rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.06) 85%, rgba(0, 0, 0, 0.07) 90%);
  width: 100%;
}
.ring-width {
  max-width: 100%;
}
.solid-small {
  width: 25px;
  height: 2px;
  background: #0D705C;
}
.desc-block-sm {
  max-width: 865px;
}
.desc-block-lg {
  max-width: 990px;
}
.bg-yellow {
  background: #0D705C;
}
.text-lighter {
  font-weight: lighter;
}
.cu-btn {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  cursor: pointer;
}
.cu-btn:hover {
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.7);
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
}
.text-gray {
  color: #999999;
}
.desc-block-height {
  max-height: 135px;
  overflow-y: auto;
}
.desc-block .grid > div {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.desc-block .grid > div > img {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.44) 0s;
}
.margin-bottom-xxxl {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .grid.ring-col-3 > div {
    width: 48%;
  }
  .grid.ring-col-3.small > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid.ring-col-6 > div {
    width: calc(25% - 10px);
  }
  .shadow[class*="-white"] {
    -webkit-box-shadow: -1px 1px 9px 1px rgba(26, 26, 26, 0.06);
    box-shadow: -1px 1px 9px 1px rgba(26, 26, 26, 0.06);
  }
  .padding-xl {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .yewu-item .yyxq-nn{
    margin-bottom: 15px!important;
  }
  .yewus-tt-title{
    font-size: 25px !important;
  }
  .anli-tt-title{
    font-size: 25px !important;
  }
  .kefu-tt-title{
    font-size: 25px !important;
  }
  .newscenter-tt-title{
    font-size: 25px !important;
  }
  .footer-mar-left .you i{
    font-size:10px ;
  }
  .catalist > div{
    padding: 5px 7px !important;
  }
  .zhe{
    display: block !important;
  }
  .buzhe{
    display: block !important;
  }
  .zhetitle{
    display: none !important;
  }
  html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .margin-top-xxxl {
    margin-top: 60px;
  }
  .margin-bottom-xxxl {
    margin-bottom: 100px;
  }
  .desc-block .text-post .margin-left-lg {
    margin-left: 0;
    margin-top: 30px;
  }
  .grid.ring-col-4 > div {
    width: 50%;
  }
  .grid.ring-col-4 > div:nth-child(2).solid.solid-gray::after {
    border-right: 1px solid #424242;
  }
  .ring.flex {
    display: block;
  }
  .grid.ring-col-4.small > div {
    width: 46%;
    margin: 0px 2% 55px 2%;
  }
  .hidden-xs,
  .mypage #pdis {
    display: none;
  }
  .grid.col-3 > div {
    width: 48%;
  }
  .grid.col-3 > div .padding {
    padding: 10px;
  }
  .padding-lr-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .border-round-back {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 14px;
  }
  .margin-top-xxl {
    margin-top: 30px;
  }
  .margin-bottom-xxl {
    margin-bottom: 30px;
  }
  .padding-lg {
    padding: 10px;
  }
  .text-lg {
    font-size: 18px;
  }
  .grid.ring-col-3 > div {
    width: 98%;
    margin: 0px 1% 20px 1%;
  }
  .grid.ring-col-6 > div {
    width: calc(50% - 10px);
    padding: 10px;
  }
  .margin-top,
  .margin-top-xl {
    margin-top: 20px;
  }
  .margin-top-sm {
    margin-top: 10px;
  }
  .padding-right-xl {
    padding-right: 10px;
  }
  .padding-left-xxl {
    padding-left: 10px;
  }
  .grid.col-2 > div {
    width: 100%;
  }
  .padding-lr-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-xxl {
    font-size: 20px;
  }
  .cu-btn {
    height: 35px;
    padding: 0 20px;
  }
  .text-xl {
    font-size: 20px;
  }
  .padding-top-xxl {
    padding-top: 40px;
  }
  .margin-top-xls {
    margin-top: 40px;
  }
  .text-height {
    line-height: 1.5;
  }
  .padding-tb-xls {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-top-xls {
    padding-top: 40px;
  }
}
@font-face {
  font-family: 'abc';
  src: url('../font/BRUSHSCI.TTF');
}
@font-face {
  font-family: 'bbc';
  src: url('../font/SOURCEHANSERIFCN-BOLD.OTF');
}
@font-face {
  font-family: 'ccc';
  src: url('../font/hua.TTF');

}
input,
select,
textarea {
  font-size: 1em;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  left: 20px;
  position: relative;
  color: #999;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  left: 20px;
  position: relative;
  color: #999;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  left: 20px;
  position: relative;
  color: #999;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  left: 20px;
  position: relative;
  color: #999;
}
img {
  max-width: 100%;
}
a {
  cursor: pointer;
}
.sear {
  position: absolute;
  top: 36px;
  right: 0px;
}
.sear input {
  position: absolute;
  width: 200px;
  padding: 10px 20px;
  border: 1px solid #30383d;
  background: #fff;
  border-radius: 20px;
  right: 30px;
  outline: none;
  color: #30383d;
  top: -6px;
  display: none;
}
.sear div {
  display: block;
  width: 25px;
  height: 26px;
  cursor: pointer;
  float: right;
  border: 1px solid black;
  border: none;
}
.sear div img {
  position: absolute;
  top: 8px;
  right: 0px;
}
.sear:hover {
  width: 270px;
}
.sear:hover input {
  display: block;
}
.wrap {
  width: 98%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
img,
a {
  border: 0;
}
ul,
li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
.flt {
  float: left;
}
.frt {
  float: right;
}
.clear {
  clear: both;
}
.clear:after,
.clear:before {
  content: '';
  clear: both;
  display: table;
}
img {
  max-width: 100%;
}
.img {
  position: relative;
}
.img:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 100;
}
/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/
.img:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pos_cell {
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
*,
*:after,
*:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-center {
  text-align: center;
  width: 450px;
  margin: 0 auto;
}
.index-center img {
  width: 100%;
}
.index-zi {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 5px;
}
.index-title {
  font-size: 26px;
  margin: 20px 0;
  letter-spacing: 5px;
}
.modal,
.fp_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.fp_modal {
  display: table;
}
.modal {
  transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  background: rgba(0, 0, 0, 0.7);
}
.fp_modal .cell {
  display: table-cell;
  vertical-align: middle;
}
.modal_cont {
  max-width: 990px;
  margin: 0 auto;
  width: 90%;
  background: #fff;
  position: relative;
}
.modal_cont .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/close.png) no-repeat center center #ccc;
  border-radius: 100%;
  cursor: pointer;
}
.modal_cont .box {
  padding: 45px;
}
/*----------header----------*/
.ddr {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
}
.headers {
  height: 120px;
  border-bottom: 1px solid #C0C0C0;
}
.sslogo {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}
.logo {
  float: left;
  width: 40%;
}
.logo img {
  margin-top: 25px;
}
.zixun {
  height: 120px;
  width: 54%;
  float: right;
  border-left: 1px solid #C0C0C0;
}
.zi {
  color: #454F4E;
  font-size: 16px;
  font-weight: bold;
}
.tel {
  color: #454F4E;
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
}
.inputs {
  border: 1px solid #C0C0C0;
  width: 230px;
  border-radius: 20px;
}
.inputs input {
  line-height: 39px;
  border: none;
  margin-left: 15px;
  flex: 1;
  height: 34px;
  margin-right: 10px;
}
.nav {
  height: 55px;
  overflow: hidden;
}
.nav ul {
  height: 55px;
}
.nav li {
  float: left;
  margin: 0 32px;
  font-size: 16px;
  line-height: 55px;
  color: #454F4E;
  font-weight: bold;
  padding-right: 4px;
  padding-left: 4px;
}
.nav li a {
  font-size: 16px;
  color: #454F4E;
  font-weight: bold;
}
.nav li.cur {
  color: #454F4E;
  display: block;
  font-weight: bold;
  border-top: 3px solid #0D705C;
}
.nav li.curr {
  color: #454F4E;
  display: block;
  font-weight: bold;
  border-top: 3px solid #0D705C;
  cursor: pointer;
}
.nav li:lang(it) {
  margin-left: 0px;
  margin-right: 37px;
}
.fs0 {
  font-size: 0px;
}
.about {
  background-color: #F3F3F3;
  height: 727px;
  position: relative;
  overflow: hidden;
}
.about .zuo {
  width: 50%;
  float: left;
}
.about .you {
  float: left;
  margin-left: 6.5%;
  width: 590px;
  max-width: 43%;
}
.main-title {
  display: flex;
  justify-content: flex-end;
}
.main-title .zimu {
  float: left;
  font-family: 'abc';
  font-size: 80px;
  color: #E4E4E4;
  margin-top: 80px;
  position: absolute;
  z-index: 1;
}
.main-title .wz {
  font-family: 'bbc';
  font-size: 60px;
  color: #0D705C;
  font-weight: bold;
  margin-top: 110px;
  z-index: 1;
  position: relative;
}
.about .you .nr {
  font-family: 'bbc';
  font-size: 18px;
  color: #454F4E;
  font-weight: bold;
  margin-top: 40px;
  text-align: left;
  height: 150px;
  line-height: 30px;
}
.about .you .more {
  font-family: 'bbc';
  font-size: 18px;
  color: #0D705C;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #0D705C;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
  float: right;
  display: block;
}
.about .xia {
  width: 75%;
  left: 50%;
  margin-left: -37.5%;
  max-width: 100%;
  height: 230px;
  position: absolute;
  z-index: 8888;
  bottom: 0;
  background-color: #fff;
}
.about .xia .item {
  width: calc(33.33% - 1px);
  border-right: 1px solid #c9c9c9;
  height: 230px;
  border-image: -webkit-linear-gradient(white, #c9c9c9, white) 15 15;
  border-image: -moz-linear-gradient(white, #c9c9c9, white) 15 15;
  border-image: linear-gradient(white, #c9c9c9, white) 15 15;
  float: left;
}
.about .xia .item > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.about .xia .item:nth-child(3) {
  border-right: none;
}
.nian {
  margin-top: 55px;
  color: #0D705C;
  font-weight: bold;
  font-family: 'bbc';
  font-size: 50px;
  position: relative;
}
.nian .n {
  width: 40px;
  text-align: left;
  color: #454F4E;
  font-weight: bold;
  font-family: 'bbc';
  font-size: 20px;
  position: absolute;
  right: -46px;
  top: 9px;
}
.chengli {
  margin-top: 10px;
  color: #454F4E;
  font-weight: bold;
  font-family: 'bbc';
  font-size: 20px;
}
.wp {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.yewu {
  position: relative;
  width: 100%;
  background: url(../images/yewu.png) no-repeat center / cover #ccc;
  height: 902px;
}
.yewu .zhao {
  height: 100%;
}
.yewu .one {
  position: relative;
  border-right: 1px solid #5D82AF;
  float: left;
  height: 100%;
  width: 22%;
  border-image: -webkit-linear-gradient(#5D82AF, #5D82AF, white) 50 50;
  border-image: -moz-linear-gradient(#5D82AF, #5D82AF, white) 50 50;
  border-image: linear-gradient(#5D82AF, #5D82AF, white) 50 50;
}
.yewu .one .zhetitle {
  position: absolute;
  bottom: 60px;
  left: 0px;
  width: 100%;
}
.tou {
  position: absolute;
  width: 100%;
  padding-top: 50px;
}
.tou-zimu {
  position: relative;
  z-index: 200;
  font-family: 'abc';
  font-size: 80px;
  color: #5D82AF;
  text-align: center;
}
.tou-wz {
  z-index: 300;
  position: relative;
  font-family: 'abc';
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: -50px;
}
.one-tt {
  color: #fff;
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-top: 250px;
}
.zhe {
  display: none;
}
.xq {
  text-align: center;
  margin-top: 120px;
}
.xq a {
  color: #fff;
  font-size: 15px;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  border: 1px solid #fff;
}
.xxian {
  width: 100%;
  margin-top: 40px;
}
.xxian span {
  width: 100px;
  text-align: center;
}
.one-nr {
  font-family: 'bbc';
  color: #fff;
  font-size: 15px;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  margin-top: 15px;
  line-height: 25px;
}
.zhe {
  display: none;
}
.zhetitle {
  display: block;
}
.buzhe {
  display: none;
}
.one.cur {
  background-color: rgba(13, 112, 92, 0.5);
  width: calc(34% - 1px);
  border-image: -webkit-linear-gradient(#5D82AF, #5D82AF, white) 50 50;
  border-image: -moz-linear-gradient(#5D82AF, #5D82AF, white) 50 50;
  border-image: linear-gradient(#5D82AF, #5D82AF, white) 50 50;
}
.one.cur .zhe {
  display: block;
}
.one.cur .buzhe {
  display: block;
}
.one.cur .zhetitle {
  display: none;
}
.one-title {
  color: #fff;
  font-size: 30px;
  width: 100%;
  text-align: center;
}
.one-title span {
  border-bottom: 2px solid #fff;
  padding: 10px 10px 10px 10px;
}
.anli-zuo {
  float: left;
  margin-left: 6.5%;
  width: 290px;
  max-width: 20%;
}
.up-zuo {
  width: 50%;
  height: 438px;
}
.up-you {
  width: 50%;
}
.up-you-bg {
  background-color: rgba(13, 112, 92);
  height: 438px;
}
.up-zuo img {
  width: 100%;
}
.anli-you {
  float: right;
  margin-right: 1%;
  width: 70%;
  margin-top: 100px;
}
.anli-main-title {
  margin-top: 170px;
  display: flex;
  justify-content: flex-start;
}
.anli-main-title .anli-zimu {
  float: left;
  font-family: 'abc';
  font-size: 80px;
  color: #E4E4E4;
  margin-top: 80px;
  position: absolute;
  z-index: 1;
}
.anli-main-title .anli-wz {
  font-family: 'bbc';
  font-size: 60px;
  color: #0D705C;
  font-weight: bold;
  margin-top: 110px;
  z-index: 1;
  position: relative;
}
.anli-zuo .anli-nr {
  font-family: 'bbc';
  font-size: 18px;
  color: #454F4E;
  font-weight: bold;
  margin-top: 40px;
  text-align: left;
  height: 150px;
  line-height: 30px;
}
.anli-more {
  font-family: 'bbc';
  font-size: 18px;
  color: #0D705C;
  font-weight: bold;
  margin-top: 80px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #0D705C;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
  float: left;
  display: block;
}
.down-ul {
  width: 100%;
}
.down-ul li {
  float: left;
  margin-left: 2%;
  margin-top: 20px;
  width: 32%;
  height: 301px;
}
.li1-div {
  color: white;
  font-size: 20px;
  text-align: center;
  height: 100%;
}
.li1-div .dd1 {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(30, 26, 26, 0.5);
}
.li1.cur .dd1 {
  display: flex;
}
.down-ul .li1:nth-child(1) {
  background: url(../images/anli1.png) no-repeat center / cover #ccc;
}
.down-ul .li1:nth-child(2) {
  background: url(../images/anli3.png) no-repeat center / cover #ccc;
}
.down-ul .li1:nth-child(3) {
  background: url(../images/anli4.png) no-repeat center / cover #ccc;
}
.down-ul li:nth-child(1) {
  margin-left: 0px;
}
.image-border {
  position: absolute;
  width: 20px;
  height: 20px;
}
.image-border1 {
  top: 20px;
  left: 20px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
}
.image-border2 {
  top: 20px;
  right: 20px;
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
}
.image-border3 {
  bottom: 20px;
  left: 20px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}
.image-border4 {
  bottom: 20px;
  right: 20px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.block-tt {
  border-bottom: 1px solid white;
  text-align: left;
  padding-top: 75px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding-bottom: 30px;
}
.block-nn {
  font-size: 15px;
  color: white;
  text-align: left;
  margin-top: 20px;
  line-height: 21px;
}
.news {
  width: 100%;
  height: 890px;
  background: url(../images/news.png) no-repeat center / cover #ccc;
  margin-top: 40px;
}
.news-title {
  width: 100%;
  padding-top: 50px;
}
.news-down {
  width: 100%;
  margin-top: 115px;
}
.news-ul {
  width: 90%;
  height: 400px;
  margin-left: 5%;
  position: relative;
}
.news-more {
  font-family: 'bbc';
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-downn {
  border: 1px solid #646464;
  width: calc(23% - 1px);
  height: 400px;
  margin: 0px 1%;
  position: relative;
}
.news-downn.curs {
  border: 1px solid #0D705C;
}
.news-downn.curs .news-date {
  background-color: rgba(13, 112, 92);
}
.news-date {
  height: 60px;
  width: 80px;
  background-color: #646464;
  position: absolute;
  left: 2%;
  top: -2%;
}
.news-date-m {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-size: 18px;
}
.news-date-y {
  text-align: center;
  margin-top: 5px;
  color: white;
  font-size: 15px;
}
.news-title .zimu {
  position: relative;
  z-index: 200;
  font-family: 'abc';
  font-size: 80px;
  color: #354457;
  text-align: center;
}
.news-title .wz {
  z-index: 300;
  position: relative;
  font-family: 'abc';
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: -50px;
}
.news-tt {
  border-bottom: 1px solid white;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 100px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding-bottom: 30px;
}
.news-nn {
  font-size: 15px;
  color: #646464;
  width: 90%;
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 27px;
  overflow-y: hidden;
}
.news-downn.curs .news-add {
  position: absolute;
  background: url(../images/news01.png) no-repeat center center;
  height: 78px;
  width: 78px;
  left: 50%;
  top: 100%;
  margin-left: -39px;
  margin-top: -39px;
}
.news-add {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -39px;
  margin-top: -39px;
  background: url(../images/news02.png) no-repeat center center;
  height: 78px;
  width: 78px;
}
.gongsizizhi {
  height: auto;
  width: 100%;
  padding-bottom: 60px;
  background: url(../images/bg.png) no-repeat center / cover;
  margin-top: 60px;
}
.gongsizizhi .zimu {
  position: relative;
  z-index: 200;
  font-family: 'abc';
  font-size: 80px;
  color: #E4E4E4;
  text-align: center;
}
.gongsizizhi .wz {
  z-index: 300;
  position: relative;
  font-family: 'abc';
  font-size: 50px;
  color: #0D705C;
  font-weight: bold;
  text-align: center;
  margin-top: -30px;
}
.gongsizizhi .flip-items img {
  width: 300px;
}
.footer {
  width: 100%;
  height: auto;
}
.footer-up {
  width: 100%;
  height: 70px;
  background-color: rgba(22, 92, 81);
  display: block;
}
.footer-ul {
  height: auto;
  color: white;
}
.footer-ul li {
  line-height: 70px;
  float: left;
  margin-left: 1%;
  width: 13.2%;
  text-align: center;
  border-right: 1px solid white;
  border-image: -webkit-linear-gradient(#165C51, white, #165C51) 1 1;
  border-image: -moz-linear-gradient(#165C51, white, #165C51) 1 1;
  border-image: linear-gradient(#165C51, white, #165C51) 1 1;
}
.footer-ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.footer-ul li:nth-child(1) {
  margin-left: 0px;
}
.footer-ul li:nth-child(7) {
  border-right: 0px solid white;
}
.footer-mid {
  width: 100%;
  height: 262px;
  background-color: rgba(231, 241, 240);
}
.footer-mar {
  height: 262px;
  /*border: 1px solid black;*/
}
.footer-mar-left {
  /*border: 1px solid black;*/
  width: 60%;
  height: 262px;
  float: left;
}
.footer-mar-left .zuo {
  height: 116px;
  width: 112px;
  margin-top: 75px;
  float: left;
  background: url(../images/logotu.png) no-repeat center / cover;
}
.footer-mar-left .you {
  height: 262px;
  width: 70%;
  float: right;
}
.footer-mar-left .you .you-tel {
  margin-top: 100px;
  font-size: 18px;
  color: #454F4E;
}
.footer-mar-left .you span {
  margin-left: 10px;
  font-weight: 600;
}
.footer-mar-left .you i {
  margin-top: 8px;
  font-size: 18px;
  color: #454F4E;
}
.footer-mar-left .you i.text-xl {
  font-size: 22px;
}
.footer-mar-right {
  float: right;
  width: 39.5%;
  height: 262px;
}
.footer-mar-right .zuo {
  height: 165px;
  width: 160px;
  margin-top: 65px;
  margin-left: 25%;
  float: left;
}
.footer-mar-right .you {
  width: 30%;
  float: left;
  text-align: center;
  color: #454F4E;
  font-weight: 600;
  margin-top: 100px;
}
.footer-mar-right .you p {
  margin-top: 15px;
}
.footer-di {
  background-color: #C8D6D6;
  width: 100%;
  height: auto;
}
.footer-di .zii {
  color: #454F4E;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 50px;
}
.flexslider {
  position: relative;
  height: auto;
  overflow: hidden;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  z-index: 999;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  margin: -60px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.weizhi {
  width: 100%;
  height: 50px;
  background-color: #F3F3F3;
}
.wizhi-zi {
  line-height: 50px;
  margin-left: 18%;
  color: #454F4E;
  font-weight: 600;
  font-size: 15px;
}
.wizhi-zi a {
  color: #4E5465;
}
.yewus {
  width: 100%;
  height: auto;
}
.yewus-tt-title {
  font-family: 'abc';
  font-size: 27px;
  color: #0D705C;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.yewus-tt {
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.zizhi {
  padding-bottom: 50px;
}
.zizhi-tt-title {
  font-family: 'abc';
  font-size: 25px;
  color: #0D705C;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.zizhi-tt {
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.kefu {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.kefu-tt-title {
  font-family: 'abc';
  font-size: 27px;
  color: #0D705C;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.kefu-tt {
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.yijian {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: #f3f3f3;
}
.fankui {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
  background: white;
  border-radius: 30px;
  border: 1px solid white;
}
.fankui .group-2 > div {
  width: 50%;
}
.fankui .group-2 > div:nth-child(2n) {
  margin-left: 40px;
}
.fankui input,
.fankui textarea {
  height: 50px;
  margin-left: 30px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  flex: 1;
  font-size: 16px;
  resize: none;
}
.fankui textarea {
  height: 120px;
}
.fankui span {
  font-size: 15px;
  color: #454F4E;
  font-weight: bold;
}
.catalist > div {
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
  margin: 10px;
}
.catalist > div.cur {
  background: #0D705C;
}
.catalist > div.cur a {
  color: #fff;
}
.yijian-tt-title {
  font-family: 'abc';
  font-size: 27px;
  color: #0D705C;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.yijian-tt {
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.kefuww {
  width: 65%;
  margin: 0 auto;
  margin-top: 10px;
  height: 420px;
}
.kefuzuo {
  width: 28%;
  margin-top: 70px;
  height: auto;
  margin-left: 13%;
  float: left;
}
.kefuyou {
  width: 50%;
  height: auto;
  float: right;
  text-align: right;
}
.kefuzuo-tt {
  font-size: 16px;
  color: #0D705C;
  font-weight: bold;
}
.kefuzuo span {
  color: #0D705C;
  font-size: 12px;
}
.kefuzuo label {
  margin-left: 10px;
  font-size: 15px;
}
.kefuzuo p {
  margin-top: 10px;
  color: #454F4E;
  font-weight: bold;
}
.span-one {
  margin-top: 50px;
  color: #454F4E;
  font-weight: bold;
}
.link-left {
  height: 1px;
  width: 10%;
  border-top: solid #C8D6D6 2px;
  left: 33%;
  top: 50%;
  position: absolute;
}
.link-right {
  height: 1px;
  width: 10%;
  border-top: solid #C8D6D6 2px;
  right: 33%;
  top: 50%;
  position: absolute;
}
.anli-tt-title {
  font-family: 'abc';
  font-size: 27px;
  color: #0D705C;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.anli-tt {
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.newscenter {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.newscenter-tt-title {
  font-family: 'abc';
  font-size: 27px;
  color: #0D705C;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.newscenter-tt {
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.news-fenlei {
  width: 65%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.news-fenlei span {
  margin-left: 10%;
  color: #B7B7B7;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
}
.news-fenlei .act {
  color: white;
  background-color: #0B725F;
}
.news-fenlei span:nth-child(1) {
  margin-left: 0px;
}
.nodata {
  text-align: center;
}
.news-neirong {
  width: 65%;
  margin: 0 auto;
  margin-top: 50px;
}
.news-neirong-hang {
  width: 100%;
  height: 230px;
  margin-bottom: 60px;
}
.news-neirong-left {
  float: left;
  height: 230px;
  width: 27%;
}
.news-neirong-right {
  float: right;
  height: 230px;
  width: 72%;
}
.news-neirong-right-tt {
  margin-top: 20px;
  margin-left: 10px;
  color: #454F4E;
  font-weight: bold;
  font-size: 18px;
}
.duanxian {
  width: 5%;
  border-top: 3px solid #0B725F;
}
.news-neirong-hang:hover .news-neirong-right-tt {
  color: #0B725F;
}
.news-neirong-right-time {
  margin-top: 20px;
  margin-left: 10px;
  color: #B7B7B7;
  font-size: 15px;
}
.news-neirong-right-neirong {
  margin-top: 20px;
  margin-left: 10px;
  color: #454F4E;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.news-neirong-right-xian {
  margin-top: 20px;
  margin-left: 10px;
  width: 98%;
  border-top: 1px solid #B7B7B7;
}
.gongcheng-js {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}
.gongcheng-js .anli1 {
  margin-bottom: 30px;
}
.gongcheng-js .anli1 .img {
  width: 100%;
  height: 250px;
}
.anli1-title {
  text-align: center;
  font-size: 18px;
  color: #454F4E;
}
.anli1-neirong {
  text-align: left;
  color: #B7B7B7;
  font-size: 15px;
}
.anli1-chakan {
  text-align: center;
  margin-top: 25px;
  color: #454F4E;
  font-size: 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(243, 243, 243);
}
.anli1:hover .anli1-chakan {
  background-color: rgba(22, 92, 81);
  color: white;
}
.yewu-main {
  height: 680px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.yewu-main-you {
  width: 49%;
  height: 680px;
  float: right;
}
.yewu-item {
  height: 330px;
  background: url(../images/yewu01.png) no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
.yewu-main.grid.col-2 > div {
  width: calc(50% - 5px);
}
.yewu-item .yyxq {
  text-align: center;
  font-weight: bold;
  color: white;
  display: none;
}
.yewu-item .yyxq-tt {
  padding-top: 70px;
  font-size: 16px;
}
.yewu-item .yyxq-nn {
  line-height: 25px;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.yewu-item .yyxq .xian {
  margin-top: 20px;
}
.yewu-item:hover .yinying {
  height: 100%;
}
.yewu-item:hover .yinyingzi {
  display: none;
}
.yewu-item:hover .yyxq {
  display: block;
}
.yewu-main-zuo-down:hover .yyxq {
  display: block;
}
.yewu-main-you-up:hover .yyxq {
  display: block;
}
.yewu-main-you-down:hover .yyxq {
  display: block;
}
.yewu-item .yinying {
  height: 65px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
}
.yinying-chakan a {
  font-family: 'bbc';
  font-size: 18px;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  border: 1px solid white;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
}
.yewu-main-zuo-down .yinying {
  height: 65px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
}
.yewu-main-zuo-down .yyxq {
  text-align: center;
  font-weight: bold;
  color: white;
  display: none;
}
.yewu-main-zuo-down .yyxq-tt {
  padding-top: 70px;
}
.yewu-main-zuo-down .yyxq-nn {
  line-height: 25px;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.yewu-main-zuo-down .yyxq .xian {
  margin-top: 20px;
}
.yewu-main-zuo-down:hover .yinying {
  height: 100%;
}
.yewu-main-zuo-down:hover .yinyingzi {
  display: none;
}
.yewu-main-zuo-down .yinying {
  height: 65px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
}
.yewu-main-zuo-down {
  height: 330px;
  background: url(../images/yewu03.png) no-repeat center / cover;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.yewu-main-you-down .yinying {
  height: 65px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
}
.yewu-main-you-down .yyxq {
  text-align: center;
  font-weight: bold;
  color: white;
  display: none;
}
.yewu-main-you-down .yyxq-tt {
  padding-top: 70px;
}
.yewu-main-you-down .yyxq-nn {
  line-height: 25px;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.yewu-main-you-down .yyxq .xian {
  margin-top: 20px;
}
.yewu-main-you-down:hover .yinying {
  height: 100%;
}
.yewu-main-you-down:hover .yinyingzi {
  display: none;
}
.yewu-main-you-up .yyxq {
  text-align: center;
  font-weight: bold;
  color: white;
  display: none;
}
.yewu-main-you-up .yyxq-tt {
  padding-top: 70px;
}
.yewu-main-you-up .yyxq-nn {
  line-height: 25px;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.yewu-main-you-up .yyxq .xian {
  margin-top: 20px;
}
.yewu-main-you-up:hover .yinying {
  height: 100%;
}
.yewu-main-you-up:hover .yinyingzi {
  display: none;
}
.yewu-main-you-up .yinying {
  height: 65px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
}
.yewu-main-you-up {
  height: 330px;
  background: url(../images/yewu02.png) no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
.yewu-main-you-down {
  height: 330px;
  background: url(../images/yewu04.png) no-repeat center / cover;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.yinyingzi {
  color: white;
  line-height: 65px;
  margin-left: 20px;
  font-size: 16px;
}
.ditu {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.ditus {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}
.dituimg {
  width: 100%;
}
.zhengshu {
  width: 100%;
  margin-bottom: 50px;
}
.zhengshus {
  width: 100%;
  margin-bottom: 50px;
}
.zhengshu img {
  max-height: 300px;
}
.zhengshu ul {
  width: 70%;
  margin: 0 auto;
}
.zhengshus ul {
  width: 70%;
  margin: 0 auto;
}
.zhengshu li {
  width: 33%;
  height: 300px;
  float: left;
  text-align: center;
}
.zhengshus li {
  width: 50%;
  height: 300px;
  float: left;
  text-align: center;
}
.zhengshus li img {
  max-height: 300px;
  border: 1px solid #efefef;
}
.zizhi:nth-child(2n) {
  background-color: #F3F3F3;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 5px;
}
.swiper-pagination-bullet-active {
  background: rgba(22, 92, 81);
}
.job {
  width: 65%;
  margin: 70px auto;
}
.job-tt {
  height: 70px;
  background: rgba(13, 112, 92);
}
.job-tt ul {
  height: 70px;
  width: 100%;
}
.job-tt li {
  height: 70px;
  width: 21%;
  margin-left: 3%;
  float: left;
  color: white;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
}
.job-xq {
  margin-bottom: 20px;
}
.job-xq ul {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.job-xq:nth-child(2n) ul {
  width: 100%;
  background: rgba(228, 237, 236);
}
.job-xq.cur {
  box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.456);
}
.job-xq li {
  width: 25%;
  text-align: center;
  color: #454F4E;
  font-size: 15px;
  padding: 20px 0;
}
.job-xq li.status {
  font-size: 29px;
}
.job-xq-nn {
  width: 100%;
  color: #454F4E;
  line-height: 25px;
  font-size: 15px;
  padding: 25px;
  display: none;
}
.job-xq-nn.cur {
  display: block;
}
.about-abouts {
  width: 100%;
  height: auto;
}
.about-one {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  /*height: 440px;*/
  height: 500px;
  margin-top: 115px;
}
.about-two {
  width: 100%;
  height: 623px;
  margin-top: 135px;
  background: url(../images/about003.png) no-repeat center / cover;
}
.about-threes {
  width: 65%;
  margin: 0 auto;
  height: 530px;
}
.about-three {
  width: 100%;
  background: #f3f3f3;
  padding-top: 130px;
  padding-bottom: 150px;
}
.about-three-left {
  width: 30%;
  float: left;
  position: relative;
  height: 530px;
}
.about-three-right {
  width: 62%;
  float: right;
  height: 530px;
}
.about-one-left {
  width: 55%;
  float: left;
  position: relative;
  height: 440px;
}
.about-three-right-tt {
  margin-top: 75px;
  color: #4E5465;
  font-size: 20px;
  font-weight: bold;
}
.about-three-right-n {
  margin-top: 50px;
  color: #4E5465;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.about-three-right-nn {
  margin-top: 50px;
  color: #4E5465;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.about-three-right-nnn {
  margin-top: 50px;
  color: #4E5465;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.about-three-right-nnnn {
  margin-top: 50px;
  color: #4E5465;
  font-size: 15px;
  font-weight: bold;
  float: right;
}
.about-three-right-nnnn span {
  color: #4E5465;
  font-size: 40px;
  font-weight: normal;
  font-family: 'ccc';
}
.about-one-right {
  width: 44%;
  float: right;
  height: 440px;
}
.about-one-left-dwon {
  position: absolute;
  width: 82%;
  height: 360px;
  background-color: #0B725F;
}
.about-three-left-dwon {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 0px;
  bottom: 0px;
  background-color: #0B725F;
}
.about-one-left-up {
  position: absolute;
  top: 75px;
  left: 75px;
  width: 82%;
  height: 360px;
}
.about-three-left-up {
  position: absolute;
  width: 90%;
  height: 90%;
  right: 0px;
  top: 0px;
}
.about-three-left-up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-one-right-tt {
  font-size: 30px;
  font-weight: bold;
  color: #0B725F;
}
.about-one-right-nn {
  margin-top: 35px;
  line-height: 27px;
  color: #4E5465;
  font-size: 15px;
  font-weight: bold;
}
.about-abouts-ul {
  margin-top: 50px;
  width: 100%;
  height: 50px;
}
.about-abouts-ul li {
  width: 30%;
  float: left;
  text-align: left;
  margin-left: 3%;
}
.about-abouts-ul li:nth-child(1) {
  width: 30%;
  float: left;
  text-align: left;
  margin-left: 0px;
}
.about-abouts-uls {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
.about-abouts-uls li {
  width: 30%;
  float: left;
  text-align: left;
  margin-left: 3%;
  color: #4E5465;
}
.about-abouts-uls li:nth-child(1) {
  width: 30%;
  float: left;
  text-align: left;
  margin-left: 0px;
}
.about-abouts-ul li span {
  color: #0B725F;
  font-size: 40px;
  float: left;
  border-bottom: 1px solid #E0E0E0;
}
.about-abouts-ul li div {
  float: left;
  color: #4E5465;
  font-weight: bold;
}
.about-two-left {
  width: 50%;
  height: 625px;
  float: left;
  background: url(../images/about002.png) no-repeat center / cover;
}
.about-two-right {
  width: 50%;
  height: 625px;
  float: right;
}
.about-two-left-one {
  color: white;
  margin: 0 auto;
  margin-top: 150px;
  width: 41px;
  height: 31px;
  background: url(../images/yinhao.png) no-repeat center / cover;
}
.about-two-right-one {
  color: #4E5465;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-top: 150px;
}
.about-two-left-two {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  color: white;
  font-size: 18px;
  line-height: 27px;
  word-wrap: break-word;
}
.about-two-right-two {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: #4E5465;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
.about-two-left-three {
  width: 100%;
  font-family: ccc;
  font-size: 60px;
  color: white;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}
.about-two-right-two-xian {
  width: 40px;
  border-top: 4px solid #0B725F;
  margin: 0 auto;
  margin-top: 50px;
}
.about-two-right-three {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  color: #4E5465;
  font-size: 18px;
  line-height: 30px;
  word-wrap: break-word;
}
.about-four {
  width: 100%;
  height: 750px;
  background: url(../images/about005.png) no-repeat center / cover;
}
.about-shuzhou {
  width: 65%;
  margin: 0 auto;
  position: relative;
}
.about-shuzhou .solid {
  top: 170px;
  left: 0px;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #fff;
}
.about-shuzhou .swiper-container {
  padding: 121px 10px 0px 10px;
  height: 550px;
}
.about-shuzhou .swiper-container .swiper-wrapper {
  display: flex;
  align-items: baseline;
}
.about-shuzhou .solid:after,
.about-shuzhou .solid:before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: -3.1px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.about-shuzhou .solid:after {
  left: 0px;
}
.about-shuzhou .solid:before {
  right: 0px;
}
.about-shuzhou .swiper-slide {
  height: 50px;
  position: relative;
}
.about-shuzhou .swiper-slide .text-block {
  padding: 20px;
  position: absolute;
  bottom: -30px;
  left: calc(50% + 30px);
  width: 335px;
  height: 220px;
  border-radius: 10px;
  background: #165c51;
  box-shadow: 15px 15px 6px -1px rgba(0, 0, 0, 0.456);
  z-index: 1;
  top: 160%;
  display: none;
  color: white;
  font-size: 15px;
  line-height: 30px;
}
.about-shuzhou .swiper-slide:after {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  border-right: 1px solid #fff;
  content: "";
}
.about-shuzhou .swiper-slide:hover .num {
  font-size: 34px;
  left: 18%;
}
.about-shuzhou .swiper-slide:hover:after {
  height: 230px;
}
.about-shuzhou .swiper-slide:hover .text-block {
  display: block;
}
.about-shuzhou .swiper-slide .num {
  color: white;
  font-size: 18px;
  position: absolute;
  left: 33%;
  top: -40px;
}
.about-shuzhou .swiper-slide:nth-child(2n) {
  height: 70px;
}
.fazhan {
  width: 200px;
  height: 100px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.fazhan-tt {
  color: white;
  font-size: 28px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}
.fazhan-nn {
  color: white;
  font-size: 8px;
  padding-top: 5px;
}
.arbanner div {
  height: 450px;
}
.hospital .flipster {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .fankui {
    padding: 20px;
  }
  .fankui .group-2 {
    display: block;
  }
  .fankui .group-2 > div {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .sykui-menu {
    display: block;
  }
  .logo {
    width: 100%;
  }
  .logo img {
    height: 40px;
    margin-top: 20px;
  }
  .headers {
    height: 80px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 400;
  }
  .header-div {
    width: 100%;
    border: none;
    height: 80px;
  }
  .nav,
  .zixun {
    display: none;
  }
  .nav.active {
    display: block;
    position: fixed;
    top: 80px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.678);
    z-index: 99;
    width: 300px;
    height: 100%;
  }
  .nav.active li {
    float: none;
    font-size: 16px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .nav.active ul {
    width: 100%;
    margin: 0 auto;
    height: 55px;
    margin-top: 15%;
  }
  .nav.active li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
  }
  .nav.active li.on {
    color: #ffffff;
    display: block;
    font-weight: bold;
    border-top: 0px solid #0D705C;
  }
  .nav.active li:lang(it) {
    margin-left: 0px;
    margin-right: 37px;
  }
  .nav.active li:hover {
    color: #ffffff;
    display: block;
    font-weight: bold;
    border-top: 3px solid #0D705C;
    cursor: pointer;
  }
  .tel {
    font-size: 16px;
  }
  .about-threes {
    width: 100%;
  }
  .about-one {
    width: 100%;
  }
  .about-one-right-tt {
    font-size: 22px;
  }
  .about-abouts-ul {
    margin-top: 50px;
    height: auto;
  }
  .about-abouts-ul li span {
    font-size: 20px;
  }
  .about-abouts-uls {
    margin-top: 0px;
  }
  .kefuww {
    width: 100%;
  }
  .kefuzuo {
    width: 30%;
  }
  .kefuyou {
    width: 50%;
  }
  .news-neirong {
    width: 95%;
    height: auto;
  }
  .news-neirong-right-tt {
    margin-top: 0px;
  }
  .news-neirong-right-xian {
    margin-top: 10px;
  }
  .news-neirong-right-time {
    margin-top: 10px;
  }
  .wizhi-zi {
    margin-left: 0px;
  }
  .zhengshu ul {
    width: 100%;
  }
  .zhengshus ul {
    width: 100%;
  }
  .footer-di .zii {
    line-height: 25px;
    font-size: 12px;
  }
  .footer-mar-right .zuo {
    margin-left: 0px;
  }
  .one {
    width: calc(50% - 1px) !important;
  }
  .one-tt {
    margin-top: 150px;
  }
  .yewu {
    height: auto;
  }
  .yewu .tou {
    padding-top: 0;
  }
  .yewu .one {
    height: 500px;
    padding-bottom: 60px;
  }
  .yewu .xq {
    margin-top: 40px;
  }
  .anli {
    height: auto;
  }
  .anli > div {
    max-width: 100%;
  }
  .anli .anli-zuo {
    float: none;
    width: 87.5%;
  }
  .anli .anli-you {
    float: none;
    width: 100%;
  }
  .anli .anli-you .up-zuo {
    width: 100%;
    float: none;
    height: 223px;
  }
  .anli .anli-you .up-you {
    width: 100%;
    float: none;
  }
  .anli .anli-you .up-you-bg {
    height: auto;
  }
  .anli .anli-you .up-you-bg .block-tt {
    padding-top: 0;
  }
  .anli .anli-more {
    float: none;
  }
  .ring-sm.flex {
    flex-wrap: wrap;
  }
  .news {
    height: auto;
    padding-bottom: 50px;
  }
  .news .news-downn {
    margin-bottom: 60px;
    width: calc(48% - 1px);
  }
  .news-li {
    width: calc(99% - 1px) !important;
    margin-bottom: 50px;
    height: auto;
  }
  .news-downn.curs .news-add {
    display: block;
  }
  .news-add {
    display: block;
  }
  .news-nn {
    margin-bottom: 100px;
  }
  .news-ul {
    height: auto;
  }
  .footer-mar-left .you .you-address {
    line-height: 30px;
  }
  .footer-mar-left .you .you-tel {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .arbanner div {
    height: 160px;
  }
  .about .zuo {
    display: none;
  }
  .about-shuzhou .swiper-slide:nth-child(1n):hover:after {
    height: 50px;
  }
  .about-shuzhou .swiper-slide:nth-child(2n):hover:after {
    height: 70px;
  }
  .about-shuzhou .swiper-slide:hover .num {
    left: 40%;
  }
  .about-shuzhou .swiper-slide .num {
    left: 47%;
  }
  .about-shuzhou .swiper-slide .text-block {
    left: 5%;
    width: 80%;
  }
  .news-neirong-right-neirong {
    line-height: 20px;
    margin-top: 5px;
  }
  .news-neirong-hang {
    margin-bottom: 25px;
  }
  .kefuzuo {
    width: 36%;
  }
  .about-abouts-ul {
    margin-top: 0px;
    height: auto;
  }
  .about .you {
    float: none;
    height: auto;
    max-width: 91.5%;
    width: 91.5%;
    margin-left: 4.5%;
  }
  .about .you .more {
    float: none;
    margin-bottom: 30px;
    padding: 10px;
  }

}
@media (max-width: 640px) {
  .about .you .nr{
    margin-bottom: 90px;
  }
  .newscenter-tt{
    padding-top: 100px;
  }
  .job-tt li{
    height: 55px;
    line-height: 55px;
    font-size: 12px;
  }
  .news-down{
    margin-top: 65px;
  }
  .gongsizizhi{
    padding-bottom: 0px;
    margin-top: 30px;
  }
  .hospital .flipster{
    padding: 40px 0;
  }
  .news-more{
    font-size: 15px;
    padding: 4px 25px 4px 25px;
  }
  .job-xq li{
    padding: 10px 0;
    font-size: 12px;
  }
  .job{
    margin: 50px auto;
  }
  .job-tt{
    height: 55px;
  }
  .job-xq{margin-bottom: 0px;}
  .yewu .one{
    height: 490px;
  }
  .one.cur{
    background:transparent;
  }
  .yewu .zhao .one:nth-child(2n){
    background-color:rgba(58, 112, 92, 0.5);
  }
  .li1-div{
    font-size: 15px;
  }
  .about-one-left-up{
    left: 2%;
    width: 96%;
    top: 2%;
    height: 340px;
  }
  .about-one-left-dwon{
    width: 100%;
  }
  .nian{
    font-size: 18px;
  }
  .nian .n{
    font-size: 12px;
  }
  .chengli{
    font-size: 8px;
  }
  .about .you .more{
    font-size: 15px;
    padding:3px;
  }
  .about-shuzhou .swiper-slide .text-block {
    left: 0%;
    width: 100%;
  }
  .about-shuzhou .swiper-slide:hover .num {
    left: 35%;
  }
  .about-shuzhou .swiper-slide .num {
    left: 43%;
  }
  .about-three {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  .about-threes {
    height: auto;
    padding-bottom: 20px;
  }
  .about-three-left {
    width: 100%;
    float: none;
  }
  .about-three-right {
    width: 90%;
    float: none;
    margin-left: 5%;
  }
  .about-two {
    height: auto;
    margin-top: 55px;

  }
  .about-two-left {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .yinying-chakan a{
    font-size: 15px;
  }
  .about-two-right {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .about-two-left-two {
    margin-top: 10px;
    font-size: 14px;
  }
  .about-two-left-three {
    margin-top: 10px;
    font-size: 30px;
  }
  .about-one-right-tt{
    font-size: 20px;
  }
  .about-two-left-one {
    margin-top: 0px;
    width: 24px;
    height: 20px;
  }
  .about-two-left-one {
    margin-top: 0px;
    width: 24px;
    height: 20px;
  }
  .about-two-right-one {
    margin-top: 10px;
  }
  .about-two-right-two {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .about-two-right-two-xian {
    margin-top: 20px;
  }
  .about-two-right-three {
    margin-top: 20px;
    font-size: 14px;
  }
  .about-abouts-ul {
    margin-top: 10px;
  }
  .about-abouts-ul li span {
    float: none;
    padding-bottom:25px;
  }
  .about-abouts-ul li div {
    float: none;
  }
  .about-abouts-ul li:nth-child(1) {
    text-align: center;
  }
  .about-abouts-ul li {
    text-align: center;
  }
  .about-abouts-uls li:nth-child(1) {
    text-align: center;
    margin-top: 10px;
  }
  .about-abouts-uls li {
    text-align: center;
    margin-top: 10px;
  }
  .about-one {
    height: auto;
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .about-one-left {
    width: 100%;
    float: none;
  }
  .about-one-right {
    width: 100%;
    float: none;
    margin-top: 15px;
    /*height: 450px;*/
    height: auto;

  }
  .about-one-right-tt {
    text-align: center;
  }
  .news-fenlei {
    width: 100%;
  }
  .news-neirong-left {
    float: none;
    width: 100%;
  }
  .news-neirong-left img {
    width: 100%;
    height: 230px;
  }
  .news-neirong-right {
    float: none;
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
  .news-neirong-right-neirong {
    font-size: 15px;
    line-height: 25px;
  }
  .news-neirong-right-tt {
    font-size: 16px;
  }
  .news-neirong {
    margin-top: 0px;
  }
  .news-neirong-hang {
    height: auto;
  }
  .wizhi-zi {
    margin-left: 0px;
    font-size: 10px;
  }
  .zhengshu li {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 20px;
  }
  .zhengshu {
    height: auto;
  }
  .zhengshus {
    height: auto;
  }
  .zhengshus li {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 20px;
  }
  .zhengshu ul {
    width: 100%;
  }
  .zhengshus ul {
    width: 100%;
    height: auto;
  }
  .yewu-main {
    height: auto;
    margin-bottom: 50px;
    width: 100%;
  }
  .yewu-main-you {
    float: none;
    width: 100%;
  }
  .yewu-main.grid.col-2 > div{
    width: 90%;
    margin-top: 15px;
    margin-left: 5%;
  }
  .link-left {
    left: 20%;
  }
  .link-right {
    right: 20%;
  }
  .footer-di .zii {
    line-height: 25px;
    font-size: 14px;
  }
  .footer-mar-left .you {
    height: auto;
  }
  .footer-mar-right .you {
    margin-top: 0px;
    width: 26%;
  }
  .footer-mar-right .zuo {
    margin-top: 0px;
    height: 100px;
    width: 100px;
    margin-left: 10px;
  }
  .footer-mar-left .you .you-tel {
    font-size: 15px;
    margin-top: 30px;
  }
  .footer-mar-left .zuo {
    width: 80px;
    height: 80px;
    margin-top: 30px;
    margin-left: 10px;
  }
  .footer-mar-left .you .you-address {
    font-size: 15px;
    line-height: 25px;
    margin-right: 10px;
  }
  .footer-mar-left .you .you-email {
    font-size: 15px;
  }
  .footer-mid {
    height: auto;
  }
  .footer-mar {
    height: auto;
  }
  .footer-mar-right {
    float: none;
    width: 100%;
    height: 135px;
  }
  .footer-mar-left {
    /*border: 1px solid black;*/
    width: 100%;
    height: 135px;
    float: none;
  }
  .footer-up {
    display: none;
  }
  .gongsizizhi .zimu {
    font-size: 30px;
  }
  .gongsizizhi .wz {
    font-size: 25px;
    margin-top: -10px;
  }
  .gongsizizhi .flip-items img {
    width: 200px;
  }
  .about {
    height: auto;
  }
  .anli-main-title {
    margin-top: 0px;
  }
  .about .xia {
    position: static;
    width: 100%;
    margin-top: 0px;
    z-index: 888;
    margin-left: 0;
    height: auto;
  }
  .about .xia .item {
    height: 150px;
  }
  .one-tt{
    margin-top: 100px;
  }
  .anli-more{
    padding: 3px;
    font-size: 16px;
  }
  .news-downn{
    height: auto;
  }
  .about .zuo {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .main-title .zimu {
    margin-top: 20px;
    font-size: 30px;
  }
  .main-title .wz {
    margin-top: 30px;
    font-size: 25px;
  }
  .main-title {
    justify-content: center;
  }
  .about .you .nr {
    font-size: 15px;
    height: 160px;
  }
  .one {
    width: calc(100% - 1px) !important;
  }
  .one-tt {
    font-size: 20px;
  }
  .one-title {
    font-size: 20px;
  }
  .tou-zimu {
    font-size: 30px;
    margin-top: 20px;
  }
  .tou {
    padding-top: 0px;
  }
  .tou-wz {
    font-size: 25px;
    margin-top: -15px;
  }
  .news {
    height: auto;
    padding-bottom: 50px;
  }
  .news-nn {
    margin-bottom: 50px;
  }
  .news-downn.curs .news-add {
    display: block;
  }
  .news-add {
    display: block;
  }
  .anli-main-title .anli-wz {
    font-size: 25px;
    margin-top: 90px;
  }
  .anli-main-title .anli-zimu {
    font-size: 30px;
  }
  .down-ul li {
    width: 100%;
    float: none;
    margin-left: 0px;
    height: 125px;
  }
  .news-title .zimu {
    font-size: 30px;
  }
  .news-title .wz {
    font-size: 25px;
    margin-top: -15px;
  }
  .news-tt {
    font-size: 15px;
  }
  .kefuzuo {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
  }
  .kefuzuo-tt{
    text-align: center;
  }
  .nav li.curr{
    border-top: 0px;
    border-bottom: 3px solid #0D705C;
  }
  .span-one{

    margin-left: 10%;
  }
  .kefuyou {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .kefuyou img {
    float: none;
  }
  .kefuww {
    height: auto;
  }
  .job {
    width: 95%;
  }
  .news .news-downn {
    width: calc(98% - 1px);
    float: none;
  }
}
/*# sourceMappingURL=default.css.map */