/*sub1的css样式*/
#sub1TTppoo {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 45%;
  opacity: 0.5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 666;
}
.sub1 {
  width: 100%;
}
.sub1-title {
  width: 100%;
  text-align: center;
  display: none;
}
.sub1-headerBg {
  width: 1200px;
  background-color: #eeeeee;
  z-index: 9;
  margin: 0 auto;
}
.sub1-headerBg:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;

}
.sub1-header {
  width: 1625px;
  height: 42px;
  /*padding-top: 15px;
	height: 42px - 15px;*/
  margin: auto;
}
.sub1-header:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-header a {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
}
.sub1-header .sub1-header-Left {
  width: 680px;
  float: left;
}
.sub1-header .sub1-header-Left li {
  width: 16%;
  text-align: center;
  float: left;
}
.sub1-header .sub1-header-Left li:hover a {
  color: #006d56;
  border-bottom: 2px solid #006d56;
  padding-bottom: 9px;
}
.sub1-header .sub1-header-Left .LiBorder {
  color: #006d56;
}
.sub1-header .sub1-header-Left .LiBorder a {
  padding-bottom: 9px;
  border-bottom: 2px solid #006d56;
}
.sub1-header .sub1-header-Right {
  position: relative;
  float: right;
}
.sub1-header .sub1-header-Right:before {
  content: "";
  width: 20px;
  height: 22px;
  display: block;
  background-image: url(../img/sub/sub1_Icon1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -26px;
  top: 7px;
}
.sub1-header .sub1-header-Right li {
  line-height: 42px;
  float: left;
  font-size: 14px;
}
.sub1-shBg {
  background-color: #f4f4f4;
}
/*医院概况*/
.sub1-survey {
  width: 1625px;
  margin: auto;
}
.sub1-survey > h1 {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #282828;
}
.sub1-survey > h1 span {
  /*color: #006d56;*/
}
.sub1-survey > p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  /*text-indent: 35px;*/
  /*padding-bottom: 45px;*/
}
.sub1-survey  span {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  /*text-indent: 35px;*/
  /*padding-bottom: 45px;*/
}
.sub1-survey .Img:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-survey .Img li {
  margin-left: 0.73%;
  width: 32.6%;
  float: left;
}
.sub1-survey .Img li:nth-child(3n+1) {
  margin-left: 0;
}
/*中兴历史*/
.sub1-history {
  width: 1625px;
  margin: auto;
  padding-bottom: 68px;
}
.sub1-history > h1 {
  width: 100%;
  height: 60px;
  padding-top: 95px;
  line-height: 60px;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.sub1-history > h1 span {
  color: #006d56;
}
.sub1-history > p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding: 50px 0 25px;
}
.sub1-history .historyOne {
  width: 100%;
  padding-bottom: 45px;
}
.sub1-history .historyOne ul {
  position: relative;
  height: 195px;
}
.sub1-history .historyOne ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-history .historyOne ul li {
  width: 33.33333333%;
  height: 195px;
  float: left;
}
.sub1-history .historyOne ul li div {
  width: 50%;
  height: 100%;
  float: left;
}
.sub1-history .historyOne ul li div img {
  height: 100%;
}
.sub1-history .historyOne ul li .right {
  background-color: #fff;
}
.sub1-history .historyOne ul li .right h3,
.sub1-history .historyOne ul li .right p {
  padding: 0 12px 0px 12px;
}
.sub1-history .historyOne ul li .right h3 {
  font-size: 18px;
  color: #41a9bf;
  text-decoration: underline;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sub1-history .historyOne ul li .right p {
  font-size: 14px;
  color: #666666;
}
.sub1-history .historyOne ul li:hover {
  transition: all 0.5s;
}
.sub1-history .historyTwo {
  width: 100%;
}
.sub1-history .historyTwo > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-history .historyTwo > ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.sub1-history .historyTwo > ul li:after {
  content: "";
  margin-top: 22px;
  margin-left: 41%;
  width: 46%;
  height: 48px;
  display: block;
  background-image: url(../img/sub/sub1-historyIcon2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sub1-history .historyTwo > ul li a {
  font-size: 24px;
  color: #333333;
}
.sub1-history .historyTwo > ul li:last-child:after {
  width: 15%;
  background-image: url(../img/sub/sub1-historyIcon4.png);
}
.sub1-history .historyTwo > ul .LiBg a {
  font-weight: bold;
  font-size: 29.53px;
  color: #41a9bf;
}
.sub1-history .historyTwo > ul .LiBg:after {
  margin-top: 15px;
  margin-left: 41%;
}
.sub1-history .historyTwo .bottom {
  width: 100%;
  height: 2px;
  position: relative;
}
.sub1-history .historyTwo .bottom img {
  position: absolute;
  left: 0;
  top: -26px;
}
.sub1-history .historyThree {
  width: 96.6%;
  margin: auto;
}
.sub1-history .historyThree ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-history .historyThree ul li {
  width: 19.85%;
  height: 160px;
  float: left;
  border-radius: 12px;
  border: 1px solid #006d56;
  text-align: center;
  position: relative;
}
.sub1-history .historyThree ul li a {
  width: 68.9%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.sub1-history .historyThree ul span {
  width: 6.69%;
  height: 160px;
  display: inline-block;
  float: left;
  position: relative;
}
.sub1-history .historyThree ul span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*中兴使命*/
.sub1-mission {
  width: 1625px;
  margin: auto;
  padding-bottom: 65px;
  background-color: #fff;
}
.sub1-mission > h1 {
  width: 100%;
  height: 60px;
  padding-top: 95px;
  line-height: 60px;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.sub1-mission > h1 span {
  color: #006d56;
}
.sub1-mission > p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding: 28px 0 50px;
}
.sub1-mission > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-mission > ul li {
  width: 13.85%;
  height: 255px;
  background-color: #63d0e7;
  border-radius: 10px;
  text-align: center;
  float: left;
  margin-left: 0.5%;
}
.sub1-mission > ul li img {
  padding: 40px 0 30px;
}
.sub1-mission > ul li h6,
.sub1-mission > ul li p {
  color: #fff;
}
.sub1-mission > ul li h6 {
  font-size: 15.94px;
  padding-bottom: 5px;
}
.sub1-mission > ul li p {
  width: 84.5%;
  margin: auto;
  font-size: 14.17px;
  line-height: 27.25px;
}
.sub1-mission > ul li:nth-child(1) {
  margin-left: 0;
}
.sub1-mission > ul .LiBgColor2 {
  background-color: #d09e84;
}
.sub1-mission > ul .LiBgColor3 {
  background-color: #facd89;
}
.sub1-mission > ul li:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  box-shadow: 5px 5px 10px #d6d3d3;
}
/*中兴优势*/
.sub1-advantage {
  width: 1625px;
  margin: auto;
  padding-bottom: 65px;
}
.sub1-advantage > h1 {
  width: 100%;
  height: 60px;
  padding-top: 95px;
  line-height: 60px;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.sub1-advantage > h1 span {
  color: #006d56;
}
.sub1-advantage > p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding: 28px 0 100px;
}
.sub1-advantage > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub1-advantage > ul a {
  cursor: default;
}
.sub1-advantage > ul li {
  width: 24.62%;
  background-color: #fff;
  position: relative;
  float: left;
  margin-left: 0.5%;
}
.sub1-advantage > ul li h1 {
  display: inline-block;
  width: 30%;
  height: 138px;
  line-height: 138px;
  text-align: center;
  font-size: 50px;
  background-image: url(../img/sub/sub1-advantageIcon1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
  margin: auto;
}
.sub1-advantage > ul li p {
  width: 86.25%;
  margin: auto;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  padding: 102px 0 60px;
}
.sub1-advantage > ul li:nth-child(1) {
  margin-left: 0;
}
.sub1-advantage > ul li:hover {
  transition: all 0.5s;
  box-shadow: 2px 3px 9px #e3e2e2;
}
/*患者案例*/
.sub1-case {
  width: 1625px;
  margin: auto;
  padding-bottom: 65px;
}
.sub1-case > h1 {
  width: 100%;
  height: 60px;
  padding-top: 95px;
  line-height: 60px;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.sub1-case > h1 span {
  color: #006d56;
}
.sub1-case > p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding: 28px 0 50px;
}
.sub1-case .sub1-caseContent {
  width: 93.85%;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  /*左右按钮*/
}
.sub1-case .sub1-caseContent .swiper-button-prev,
.sub1-case .sub1-caseContent .swiper-button-next {
  width: 30px;
  height: 50px;
}
.sub1-case .sub1-caseContent .swiper-button-prev {
  left: 0%;
  background: url(../img/sub/sub1-caseLeft.png) no-repeat;
  /*&:hover{
          background: url(../img/new-next1.png) no-repeat;
        }*/
}
.sub1-case .sub1-caseContent .swiper-button-next {
  right: 0%;
  background: url(../img/sub/sub1-caseRight.png) no-repeat;
  /*&:hover{
          background: url(../img/new-next.png) no-repeat;
        }*/
}
.sub1-case .sub1-caseContent .case1 {
  text-align: center;
  background-color: #f8f8f8;
}
.sub1-case .sub1-caseContent .case1 img {
  width: 100%;
}
.sub1-case .sub1-caseContent .case1 h3 {
  padding: 25px 0 5px;
  color: #333333;
  font-size: 16px;
}
.sub1-case .sub1-caseContent .case1 p {
  width: 92%;
  margin: auto;
  font-size: 14px;
  line-height: 32px;
  text-indent: 22px;
}
/*sub2的css样式*/
.sub2-wrap {
  padding: 55px 0 50px;
}
.sub2-informationBg {
  width: 100%;
  background-color: #f4f4f4;
}
.sub2-informationBg a {
  display: inline-block;
}
.white {
  background-color: #fff;
}
.sub2-information {
  width: 1625px;
  margin: auto;
}
.sub2-information .sub2Content {
  width: 100%;
  margin: auto;
}
.sub2-information .sub2Content:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub2-information .sub2Content .sub2One {
  margin-top: 25px;
  float: left;
  width: 100px;
  height: 100px;
  background-color: #006d56;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.sub2-information .sub2Content .sub2One h3 {
  font-size: 48px;
}
.sub2-information .sub2Content .sub2One p {
  font-size: 16px;
}
.sub2-information .sub2Content .sub2Two {
  margin-top: 25px;
  float: left;
  width: 78%;
  padding-left: 24px;
}
.sub2-information .sub2Content .sub2Two h4 {
  font-size: 16px;
  /*color: #333333;*/
  padding-bottom: 13px;
}
.sub2-information .sub2Content .sub2Two h4 a {
  color: #333333;
}
.sub2-information .sub2Content .sub2Two:hover h4 a {
  color: #fff;
}
.sub2-information .sub2Content .sub2Two p {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  height: 31px;
  overflow: hidden;
}
.sub2-information .sub2Content .sub2Two .aa {
  width: 75px;
  /*height: 26px;*/
  text-align: center;
  display: inline-block;
  border: 1px solid #006d56;
  color: #006d56;
  line-height: 21px;
  font-size: 12px;
}
.sub2-information .sub2Content .sub2Img {
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
}
.sub2-informationBg222 {
  background-color: #006d56;
}
.sub2-informationBg222 .sub2-information .sub2Content .sub2One {
  background-color: #fff;
  color: #006d56;
}
.sub2-informationBg222 .sub2-information .sub2Content .sub2Two h4 {
  text-decoration: underline;
}
.sub2-informationBg222 .sub2-information .sub2Content .sub2Two h4 a {
  text-decoration: underline;
}
.sub2-informationBg222 .sub2-information .sub2Content .sub2Two p {
  color: #fff;
}
.sub2-informationBg222 .sub2-information .sub2Content .sub2Two .aa {
  border: 1px solid #fff;
  color: #fff;
}
.sub2-nyPaging {
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub2-nyPaging:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub2-nyPaging ul li {
  float: left;
  text-align: center;
  padding-left: 10px;
}
.sub2-nyPaging ul li a {
  color: #575757;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
.sub2-nyPaging ul .LiBg a {
  color: #006d56;
  border: 1px solid #006d56;
}
.sub2-nyPaging ul .ellipsis a {
  border: 0px;
}
.sub2-nyPaging ul .font {
  font-size: 14px;
  line-height: 28px;
  color: #575757;
}
.sub2-nyPaging ul .Form form {
  font-size: 14px;
  color: #575757;
}
.sub2-nyPaging ul .Form form input {
  margin-top: -5px;
  width: 27px;
  height: 18px;
  font-size: 14px;
  color: #575757;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.sub2-nyPaging ul .Form form button {
  position: relative;
  top: -2px;
  width: 50px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 12px;
  color: #575757;
  cursor: pointer;
}
/*sub2-1 的css*/
.sub2-1NewsBg {
  width: 1200px;
  margin: auto;
  background-color: #f8f8f8;
}
.sub2-1News {
  width: 100%;
  margin: 50px 0 115px;
}
.sub2-1News .NewsContent {
  width: 960px;
  margin: auto;
  padding-top: 18px;
}
.sub2-1News .NewsContent h1 {
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #333333;
}
.sub2-1News .NewsContent ul {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub2-1News .NewsContent ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub2-1News .NewsContent ul li {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}
.sub2-1News .NewsContent ul li a {
  font-size: 12px;
  color: #999999;
}
.sub2-1News .NewsContent ul li img {
  margin-top: -6px;
  margin-left: 5px;
}
.sub2-1News .NewsContent .paragraph {
  width: 935px;
  margin: 0 auto;
  /*text-align: center;*/
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.sub2-1News .NewsContent .paragraph p {
  padding: 5px 0 5px;
  /*text-indent: 25px;*/
  font-size: 16px!important;
  font-family: '微软雅黑'!important;
  line-height: 30px;
  color: #333333;
  /*text-align: left;*/
}
.sub2-1News .NewsContent .paragraph span {
  /*text-indent: 25px;*/
  font-size: 16px!important;
  font-family: '微软雅黑'!important;
  line-height: 30px;
  color: #333333;
  /*text-align: left;*/
}
.sub2-1News .NewsContent .Bom {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 17px;
}
.sub2-1News .NewsContent .Bom li {
  padding-top: 7px;
  font-size: 12px;
  color: #999999;
}
.sub2-1News .NewsContent .Bom li a {
  font-size: 12px;
  color: #999999;
}
.sub2-1News .NewsContent .Bom li:nth-child(2) a {
  color: #006d56;
  text-decoration: underline;
}
/*sub3的css样式*/
.sub3-Content {
  width: 1625px;
  margin: auto;
  padding-bottom: 110px;
}
.sub3-Content .Title {
  text-align: center;
}
.sub3-Content .Title > a {
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 17px;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  color: #282828;
  border-bottom: 3px solid #006d56;
}
.sub3-Content .Title > a span {
  color: #006d56;
}
.sub3-Content .sub3-ContentOne {
  margin-top: 30px;
  background-color: #f4f4f4;
}
.sub3-Content .sub3-ContentOne:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub3-Content .sub3-ContentOne:hover {
  box-shadow: 0px 0px 20px #d4d4d4;
}
.sub3-Content .sub3-ContentOne .Left {
  width: 63.38%;
  padding-left: 5.55%;
  float: left;
}
.sub3-Content .sub3-ContentOne .Left h4 {
  font-size: 20px;
  color: #006d56;
  padding: 30px 0px 24px;
}
.sub3-Content .sub3-ContentOne .Left p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.sub3-Content .sub3-ContentOne .Left a {
  display: inline-block;
  width: 155px;
  height: 36px;
  text-align: center;
  border: 2px solid #006d56;
  color: #006d56;
  font-size: 16px;
  line-height: 36px;
  margin-top: 34px;
}
.sub3-Content .sub3-ContentOne .Left a:hover {
  background-color: #006d56;
  color: #fff;
}
.sub3-Content .sub3-ContentOne .Right {
  float: right;
  position: relative;
}
/*sub3-1的css样式*/
.sub3-1 {
  width: 1625px;
  margin: auto;
}
.sub3-1Content {
  padding-top: 62px;
}
.sub3-1Content:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub3-1Content .Left {
  width: 44.3%;
  float: left;
}
.sub3-1Content .Left .swiper-pagination-bullets {
  width: 50%;
  left: 65%;
}
.sub3-1Content .Left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.sub3-1Content .Left .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #006d56;
  border-radius: 0;
}
.sub3-1Content .Right {
  width: 50.77%;
  height: 450px;
  float: right;
}
.sub3-1Content .Right > h3 {
  display: inline-block;
  font-size: 20px;
  padding: 0px 50px 0px;
  height: 52px;
  line-height: 52px;
  background-color: #006d56;
  color: #fff;
}
.sub3-1Content .Right .Right-content {
  border: 1px solid #006d56;
  padding: 0 12px 0;
}
.sub3-1Content .Right .Right-content > div {
  height: 444px;
  overflow-y: auto;
  position: relative;
}
.sub3-1Content .Right .Right-content > div::-webkit-scrollbar {
  width: 14px;
  background-color: #f4f4f4;
}
.sub3-1Content .Right .Right-content > div::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #e8e8e8;
}
.sub3-1Content .Right .Right-content > div::-webkit-scrollbar-button {
  width: 100%;
  background-image: url(../img/GdBottom.png);
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-position: 2px 7px;
}
.sub3-1Content .Right .Right-content > div::-webkit-scrollbar-button:start {
  background-image: url(../img/GdTop.png);
}
.sub3-1Content .Right .Right-content h4 {
  /*padding-top: 28px;*/
  font-size: 16px;
  color: #006d56;
}
.sub3-1Content .Right .Right-content p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.sub3-1Content .Right .Right-content span {
  color: #006d56;
}
.sub3-1bannerTitle {
  padding-top: 55px;
  margin-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid #006d56;
}
.sub3-1bannerTitle h3 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 54px;
  padding: 0 54px 0;
  background-color: #006d56;
}
.swiper-container3 {
  margin-bottom: 108px;
  /*左右按钮*/
}
.swiper-container3 .swiper-button-prev,
.swiper-container3 .swiper-button-next {
  width: 36px;
  height: 62px;
  background-color: rgba(41, 186, 206, 0.5);
  background-image: none;
  text-align: center;
}
.swiper-container3 .swiper-button-prev:after,
.swiper-container3 .swiper-button-next:after {
  content: "<";
  color: #fff;
  font-size: 25px;
  line-height: 62px;
}
.swiper-container3 .swiper-button-prev {
  left: 0;
}
.swiper-container3 .swiper-button-next {
  right: 0;
}
.swiper-container3 .swiper-button-next:after {
  content: ">";
}
.swiper-container3 .swiper-button-disabled {
  background-color: rgba(41, 186, 206);
  display: inline-block;
  width: 36px;
  height: 62px;
  opacity: 0.8;
  cursor: auto;
  pointer-events: auto;
}
.swiper-container3 .sub3-1cc {
  position: relative;
}
.swiper-container3 .sub3-1cc a:hover p {
  background-color: #006d56;
}
.swiper-container3 .sub3-1cc p {
  z-index: 666;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(50, 50, 50, 0.5);
}
.swiper-container3 .sub3-1cc{
  width: 270px;
}
/*.swiper-container3 .sub3-1cc:nth-child(2n) {
  width: 286px;
}
.swiper-container3 .sub3-1cc:nth-child(3n) {
  width: 546px;
}*/
/*sub4的css样式*/
.sub4 {
  width: 1625px;
  margin: auto;
  padding-bottom: 100px;
}
.sub4-Title {
  padding-top: 62px;
}
.sub4-Title ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sub4-Title ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub4-Title ul li {
  margin-bottom: 15px;
  float: left;
  border-right: 1px solid #006d56;
}
.sub4-Title ul li a {
  display: inline-block;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 16px;
  color: #333333;
}
.sub4-Title ul .LiBg a {
  color: #006d56;
  text-decoration: underline;
}
.sub4-Title ul li:hover a {
  color: #006d56;
  text-decoration: underline;
}
.sub4-Title ul li:last-child {
  border-right: 0px;
}
.sub4-Content > h3 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 18px;
  color: #006d56;
  text-align: center;
  position: relative;
}
.sub4-Content > h3:before {
  content: "";
  display: block;
  width: 43.08%;
  height: 1px;
  background-color: #006d56;
  position: absolute;
  left: 0;
  top: 11px;
}
.sub4-Content > h3:after {
  content: "";
  display: block;
  width: 43.08%;
  height: 1px;
  background-color: #006d56;
  position: absolute;
  top: 11px;
  right: 0;
}
.sub4-Content .sub4-technicalTeam:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub4-Content .sub4-technicalTeam .Left {
  width: 40%;
  float: left;
}
.sub4-Content .sub4-technicalTeam .Left .swiper-pagination-bullets {
  width: 50%;
  left: 67%;
  bottom: 20px;
}
.sub4-Content .sub4-technicalTeam .Left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.sub4-Content .sub4-technicalTeam .Left .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #006d56;
  border-radius: 0;
}
.sub4-Content .sub4-technicalTeam .Right {
  width: 52.4%;
  float: right;
}
.sub4-Content .sub4-technicalTeam .Right p,
.sub4-Content .sub4-technicalTeam .Right ul,
.sub4-Content .sub4-technicalTeam .Right li {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
}
.sub4-Content .sub4-technicalTeam .Right p {
  /*text-indent: 32px;*/
  /*padding-bottom: 27px;*/
}
.sub4-Content .sub4-technicalTeam .Right p span {
  /*text-indent: 32px;*/
  padding-bottom: 27px;
}
.sub4-Content .sub4-technicalTeam .Right span {
  /*text-indent: 32px;*/
  padding-bottom: 27px;
}
.sub4-Content .sub4-technicalTeam div {
 /* text-indent: 32px;*/
 /* padding-bottom: 27px;*/
}
/*sub5的css样式*/
.sub5 {
  width: 1625px;
  margin: auto;
}
.sub5 > h1 {
  padding: 60px 0 65px;
  text-align: center;
  color: #282828;
  font-size: 30px;
  position: relative;
}
.sub5 > h1 span {
  color: #006d56;
}
.sub5 > h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #006d56;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: auto;
}
.sub5-Content {
  padding-bottom: 90px;
}
.sub5-Content:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub5-Content .Left {
  width: 37%;
  float: left;
  box-shadow: 1px 4px 10px #686868;
  overflow: hidden;
}
.sub5-Content .Left img {
  width: 100%;
}
.sub5-Content .Left img:hover {
  transition: all 0.7s;
  transform: scale(1.3);
}
.sub5-Content .Right {
  width: 46.77%;
  float: right;
}
.sub5-Content .Right h3 {
  padding: 28px 0 28px;
  font-size: 24px;
  color: #666666;
}
.sub5-Content .Right h3 img {
  padding-right: 16px;
}
.sub5-Content .Right p {
  font-size: 14px;
  line-height: 39.27px;
}
.sub5-Content .Right a {
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #cccccc;
  border-radius: 50px;
  margin-top: 10px;
}
.sub5-Content .Right a:hover {
  transition: all 0.5s;
  background-color: #006d56;
}
.sub5-Content:nth-child(2n+1) .Left {
  float: right;
}
.sub5-Content:nth-child(2n+1) .Right {
  float: left;
}
/*sub5-1的css样式*/
.sub5-1 {
  width: 1625px;
  margin: auto;
}
.sub5-1Top {
  padding: 60px 0 90px;
}
.sub5-1Top:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub5-1Top .Left {
  float: left;
  position: relative;
  width: 47.4%;
  height: 370px;
}
.sub5-1Top .Left .swiper-button-prev,
.sub5-1Top .Left .swiper-button-next {
  width: 20%;
  height: 30px;
}
.sub5-1Top .Left .swiper-button-prev {
  left: auto;
  right: 0px;
  background-image: url(../img/sub/sub5-1a1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 6px;
}
.sub5-1Top .Left .swiper-button-next {
  background-image: url(../img/sub/sub5-1a2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: auto;
  bottom: -9px;
  right: 0px;
}
.sub5-1Top .Right {
  float: right;
  width: 46.46%;
}
.sub5-1Top .Right h1 {
  font-size: 24px;
  line-height: 50px;
  color: #666666;
  padding-bottom: 15px;
}
.sub5-1Top .Right h1 img {
  padding-right: 20px;
}
.sub5-1Top .Right p {
  font-size: 16px;
  line-height: 2;
  color: #999999;
}
.sub5-1Bottom {
  width: 100%;
}
.sub5-1Bottom h3 {
  border-bottom: 1px solid #999999;
  font-size: 30px;
  color: #282828;
  padding-bottom: 14px;
  margin-bottom: 30px;
  font-weight: normal;
}
.sub5-1Bottom .sub5Content {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  line-height: 2;
}
.sub5-1Bottom .sub5Content p {
  line-height: 2;
  font-size: 16px;
  color: #999999;
  padding-left: 50px;
  padding-right: 40px;
  /*padding: 0 20px;*/
}
/*sub6的css样式*/
.sub6 {
  width: 1625px;
  margin: auto;
}
.sub6 > h1 {
  padding: 62px 0 25px;
  text-align: center;
  font-size: 30px;
  color: #282828;
  font-weight: normal;
  position: relative;
}
.sub6 > h1 span {
  /*color: #006d56;*/
}
.sub6 > h1:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  background-color: #006d56;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
}
.sub6 > p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.sub6 .sub6-ldea {
  margin-top: 110px;
  width: 1145px;
  margin: auto;
  border: 1px solid #006d56;
  position: relative;
}
.sub6 .sub6-ldea:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub6 .sub6-ldea .Left {
  position: relative;
}
.sub6 .sub6-ldea .Left .img1 {
  position: absolute;
  left: -1px;
  top: -82px;
}
.sub6 .sub6-ldea .Left .img2 {
  position: absolute;
  left: 210px;
  bottom: -460px;
}
.sub6 .sub6-ldea .Right {
  width: 325px;
  margin-right: 210px;
  text-align: center;
  float: right;
  position: relative;
}
.sub6 .sub6-ldea .Right h3 {
  font-size: 24px;
  color: #fff;
  width: 110px;
  height: 111px;
  display: block;
  line-height: 111px;
  border-radius: 50%;
  background-image: url(../img/sub/sub6_IconA1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid #fff;
}
.sub6 .sub6-ldea .Right h3:after {
  /*	content: "";
					width: 100%;
					height: 100%;
					background-color:#fff;
					display: block;
					position:absolute;
					top: 0;
					z-index: 0;*/
}
.sub6 .sub6-ldea .Right p {
  padding-top: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.sub6 .sub6-ldea .Right .p1 {
  padding-top: 80px;
}
.sub6 .sub6-ldea .Right .p2 {
  padding-bottom: 40px;
}
.sub6 .sub6-recruit {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 95px;
}
.sub6 .sub6-recruit > ul {
  width: 100%;
  background-color: #006d56;
}
.sub6 .sub6-recruit > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub6 .sub6-recruit > ul > li {
  width: 23%;
  line-height: 50px;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 16px;
  text-indent: 40px;
}
.sub6 .sub6-recruit .function > ul {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-top: 0px;
  position: relative;
  cursor: pointer;
}
.sub6 .sub6-recruit .function > ul:before {
  content: "";
  position: absolute;
  right: 80px;
  top: 21px;
  width: 11px;
  height: 8px;
  display: block;
  background-image: url(../img/sub/sub6_IconB1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sub6 .sub6-recruit .function > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub6 .sub6-recruit .function > ul > li {
  width: 23%;
  line-height: 50px;
  float: left;
  text-align: left;
  color: #333333;
  font-size: 16px;
  text-indent: 40px;
}
.sub6 .sub6-recruit .function .function2:before {
  background-image: url(../img/sub/sub6_IconB2.png);
}
.sub6 .sub6-recruit .function .function-content {
  padding-bottom: 22px;
  border: 1px solid #eeeeee;
  border-top: 0px;
  display: none;
}
.sub6 .sub6-recruit .function .function-content p {
  padding-left: 24px;
  padding-top: 37px;
  color: #666666;
  line-height: 30px;
}
.sub6 .sub6-bottom {
  width: 100%;
  margin: auto;
  padding-bottom: 105px;
}
.sub6 .sub6-bottom ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub6 .sub6-bottom ul li {
  margin-right: 2%;
  float: left;
  width: 23.5%;
  text-align: center;
}
.sub6 .sub6-bottom ul li > div {
  padding-top: 40px;
}
.sub6 .sub6-bottom ul li h3 {
  padding: 18px 0 16px;
  font-size: 20px;
  color: #006d56;
}
.sub6 .sub6-bottom ul li p {
  padding-bottom: 60px;
  width: 72%;
  line-height: 24.85px;
  margin: auto;
  font-size: 14px;
  color: #666666;
}
.sub6 .sub6-bottom ul li:last-child {
  margin-right: 0;
}
.sub6 .sub6-bottom ul li:hover {
  box-shadow: 0px 0px 10px #d0d0d0;
}
/*sub7的css样式*/
.sub7 {
  width: 1625px;
  margin: auto;
}
.sub7 > h1 {
  padding: 60px 0 60px;
  text-align: center;
  font-size: 30px;
  color: #282828;
  font-weight: normal;
  position: relative;
}
.sub7 > h1 span {
  /*color: #006d56;*/
}
.sub7 > h1:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  background-color: #006d56;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  margin: auto;
}
.sub7-sort ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub7-sort ul li {
  margin-right: 0.666%;
  width: 24.5%;
  float: left;
  text-align: center;
}
.sub7-sort ul li a > div {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  margin-top: 80px;
  position: relative;
}
.sub7-sort ul li a > div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sub7-sort ul li a p {
  padding: 30px 0 100px;
  font-size: 26px;
  line-height: 30.18px;
  color: #26a61c;
}
.sub7-sort ul li:last-child {
  margin-right: 0;
}
.sub7-sort ul li:hover {
  transition: all 0.7s;
  transform: scale(1.1);
}
.sub7-sort ul .LiBg1 {
  background-color: #c6ecb2;
}
.sub7-sort ul .LiBg1:hover {
  box-shadow: 0px 0px 15px #c6ecb2;
}
.sub7-sort ul .LiBg1 p {
  color: #26a61c;
}
.sub7-sort ul .LiBg2 {
  background-color: #e1bdba;
}
.sub7-sort ul .LiBg2:hover {
  box-shadow: 0px 0px 15px #e1bdba;
}
.sub7-sort ul .LiBg2 p {
  color: #9c231c;
}
.sub7-sort ul .LiBg3 {
  background-color: #aceeff;
}
.sub7-sort ul .LiBg3:hover {
  box-shadow: 0px 0px 15px #aceeff;
}
.sub7-sort ul .LiBg3 p {
  color: #006d56;
}
.sub7-sort ul .LiBg4 {
  background-color: #efdec1;
}
.sub7-sort ul .LiBg4:hover {
  box-shadow: 0px 0px 15px #efdec1;
}
.sub7-sort ul .LiBg4 p {
  color: #ca9331;
}
.sub7-formExplain {
  padding: 75px 0 100px;
  width: 100%;
}
.sub7-formExplain:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub7-formExplain .sub7-form {
  width: 56.31%;
  float: left;
  border-top: 3px solid #006d56;
  box-shadow: 1px 1px 11px #dddddd;
  padding-bottom: 40px;
}
.sub7-formExplain .sub7-form h3 {
  padding: 20px 0 55px;
  color: #333333;
  font-size: 24px;
  line-height: 30.18px;
  text-align: center;
}
.sub7-formExplain .sub7-form li {
  padding-left: 36px;
  padding-bottom: 30px;
  position: relative;
}
.sub7-formExplain .sub7-form li .sub7-form-datetimepicker {
  width: 32px;
  height: 36px;
  position: absolute;
  left: 350px;
  top: 0;
  background-image: url(../img/sub/sub7-Icon5.png);
  background-size: 32px 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.sub7-formExplain .sub7-form li label {
  position: absolute;
  left: 36px;
  top: 9px;
}
.sub7-formExplain .sub7-form li label:before {
  content: "*";
  color: red;
}
.sub7-formExplain .sub7-form li input {
  margin-left: 100px;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #999999;
}
.sub7-formExplain .sub7-form li select {
  margin-left: 100px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #999999;
}
.sub7-formExplain .sub7-form .Explain2 {
  position: relative;
  left: 0;
  top: 0;
}
.sub7-formExplain .sub7-form .Explain2:before {
  content: "";
}
.sub7-formExplain .sub7-form .textarea {
  position: relative;
}
.sub7-formExplain .sub7-form .textarea label {
  position: absolute;
  top: 0;
  left: 36px;
}
.sub7-formExplain .sub7-form .textarea textarea {
  width: 500px;
  margin-left: 100px;
  height: 128px;
  border-radius: 5px;
  border: 1px solid #999999;
}
.sub7-formExplain .sub7-form .buttonDiv {
  padding-top: 35px;
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: center;
}
.sub7-formExplain .sub7-form .buttonDiv button {
  width: 184px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  display: block;
  border: 0;
  cursor: pointer;
}
.sub7-formExplain .sub7-form .buttonDiv .buttonOne {
  background-color: #006d56;
  color: #fff;
  margin-right: 58px;
}
.sub7-formExplain .sub7-form .buttonDiv .buttonTwo {
  margin-left: 58px;
  background-color: #f4f4f4;
  color: #999999;
}
.sub7-formExplain .sub7-explain {
  width: 37.3%;
  border-top: 3px solid #006d56;
  box-shadow: 1px 1px 11px #dddddd;
  float: right;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
.sub7-formExplain .sub7-explain h3 {
  padding: 20px 0 55px;
  color: #333333;
  font-size: 24px;
  line-height: 30.18px;
  text-align: center;
}
.sub7-formExplain .sub7-explain p {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
.sub7-formExplain .sub7-explain p span {
  color: #006d56;
}
/*sub7-1的css样式*/
.sub7-1Bg {
  width: 100%;
  background-color: #f8f8f8;
}
.sub7-1 {
  width: 1625px;
  margin: auto;
  background-color: #f8f8f8;
}
.sub7-1 > h1 {
  padding: 60px 0 60px;
  text-align: center;
  font-size: 30px;
  color: #282828;
  font-weight: normal;
  position: relative;
}
.sub7-1 > h1 span {
  /*color: #006d56;*/
}
.sub7-1 > h1:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  background-color: #006d56;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  margin: auto;
}
.sub7-1Guide {
  width: 100%;
  position: relative;
}
.sub7-1Guide .Img {
  position: absolute;
  right: 0;
  left: 40%;
}
.sub7-1Guide:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub7-1Guide .Left {
  width: 40%;
  height: 780px;
  float: left;
  border-top: 3px solid #006d56;
  box-shadow: 1px 1px 11px #dddddd;
  overflow-y: auto;
  text-align: left;
  background-color: #fff;
}
.sub7-1Guide .Left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 14px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.sub7-1Guide .Left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #e8e8e8;
}
.sub7-1Guide .Left::-webkit-scrollbar-button {
  width: 100%;
  background-image: url(../img/GdBottom.png);
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-position: 2px 7px;
}
.sub7-1Guide .Left::-webkit-scrollbar-button:start {
  background-image: url(../img/GdTop.png);
}
.sub7-1Guide .Left ul li {
  padding-left: 20px;
}
.sub7-1Guide .Left ul li a {
  line-height: 50px;
  font-size: 16px;
  color: #333333;
}
.sub7-1Guide .Left ul li a:hover {
  color: #006d56;
}
.sub7-1Guide .Right {
  width: 51.7%;
  float: right;
  height: 780px;
  border-top: 3px solid #006d56;
  box-shadow: 1px 1px 11px #dddddd;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
  background-color: #fff;
}
.sub7-1Guide .Right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 14px;
  /*高宽分别对应横竖滚动条的尺寸*/
  position: absolute;
  left: 0;
}
.sub7-1Guide .Right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #e8e8e8;
}
.sub7-1Guide .Right::-webkit-scrollbar-button {
  width: 100%;
  background-image: url(../img/GdBottom.png);
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-position: 2px 7px;
}
.sub7-1Guide .Right::-webkit-scrollbar-button:start {
  background-image: url(../img/GdTop.png);
}
.sub7-1Guide .Right .GuideContent {
  width: 100%;
}
.sub7-1Guide .Right .GuideContent h3 {
  padding: 20px 0 34px;
  color: #333333;
  font-size: 24px;
  text-align: center;
}
.sub7-1Guide .Right .GuideContent p {
  font-size: 18px;
  line-height: 30.18px;
  padding-bottom: 27px;
}
.sub7-1Guide .Right .GuideContent p span {
  color: #006d56;
}
.sub7-1xbanner {
  padding: 50px 0 60px;
}
.sub7-1xbanner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub7-1xbanner a {
  cursor: default;
  width: 31%;
  display: block;
  float: left;
  margin-right: 3.5%;
}
.sub7-1xbanner a img {
  width: 100%;
}
.sub7-1xbanner a:last-child {
  margin-right: 0;
}
.sub7-1Traffic {
  width: 100%;
}
.sub7-1Traffic h2 {
  color: #006d56;
  border-bottom: 1px solid #006d56;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
}
.sub7-1Traffic p {
  font-size: 14px;
  line-height: 35px;
  color: #666666;
}
.sub7-1Traffic p:nth-child(1) {
  padding-top: 12px;
}
.sub7-1Map {
  padding: 35px 0 110px;
}
/*sub7-2的css样式*/
.sub7-2Bg {
  width: 100%;
  background-color: #f8f8f8;
}
.sub7-2 {
  width: 100%s;
  margin: auto;
  background-color: #f8f8f8;
}
.sub7-2 > h1 {
  padding: 60px 0 60px;
  text-align: center;
  font-size: 50px;
  color: #282828;
  font-weight: normal;
  position: relative;
}
.sub7-2 > h1 span {
  color: #006d56;
}
.sub7-2 > h1:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  background-color: #006d56;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  margin: auto;
}
.sub7-2Visits:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.sub7-2Visits .Left {
  width: 40.62%;
  height: 380px;
  float: left;
  border-top: 3px solid #006d56;
  box-shadow: 1px 1px 11px #dddddd;
  background-color: #fff;
}
.sub7-2Visits .Left h3 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  padding: 20px 0 30px;
}
.sub7-2Visits .Left li {
  width: 90%;
  margin: auto;
  padding-bottom: 25px;
}
.sub7-2Visits .Left li select {
  padding-left: 20px;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 45px;
  background-color: #f4f4f4;
  color: #666666;
}
.sub7-2Visits .Left li button {
  cursor: pointer;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #006d56;
  border-radius: 5px;
  border: 0;
}
.sub7-2Visits .Right {
  width: 51.7%;
  float: right;
  height: 380px;
  border-top: 3px solid #006d56;
  box-shadow: 1px 1px 11px #dddddd;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
  background-color: #fff;
}
.sub7-2Visits .Right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 14px;
  /*高宽分别对应横竖滚动条的尺寸*/
  position: absolute;
  left: 0;
}
.sub7-2Visits .Right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #e8e8e8;
}
.sub7-2Visits .Right h3 {
  padding: 20px 0 34px;
  color: #333333;
  font-size: 24px;
  text-align: center;
}
.sub7-2Visits .Right p {
  font-size: 18px;
  line-height: 30.18px;
  padding-bottom: 27px;
}
.sub7-2Visits .Right p span {
  color: #006d56;
}
.sub7-2Table {
  padding: 42px 0 110px;
}
.sub7-2Table table {
  width: 100%;
  border: 1px solid #333;
}
.sub7-2Table table .COLOR1 {
  background-color: #fff2df;
}
.sub7-2Table table tr:nth-child(1) {
  height: 50px;
  text-align: center;
  background-color: #006d56;
}
.sub7-2Table table tr:nth-child(1) td {
  width: 11.5%;
  color: #000000;
  font-size: 18px;
}
.sub7-2Table table tr:nth-child(1) td:nth-child(1) {
  /*width: 14%;*/
}
.sub7-2Table table tr:nth-child(1) td:nth-child(2) {
  width: 9%;
}
.sub7-2Table table tr td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}


.sub1-history .historyOne ul li a{
  display: flex;
  align-items: center;
}
.sub1-history .historyOne ul li div img{
  height: auto;
}
.sub1-history .historyOne ul{
  height: auto;
}
.sub1-history .historyOne ul li{
  height: auto;
}
.sub1-history .historyOne ul li .right p{
  font-size: 16px;
}
.sub1-mission > ul{
  flex-wrap: wrap;
    display: flex;
  margin-top: -10px;
}
.sub1-mission > ul li{
  margin-top: 10px;
}
.sub1-mission > ul li:nth-child(7n+1){
  margin-left: 0;
}
.sub1-history .historyThree ul{
  display: flex;
}

.sub1-history > p{
  font-size: 18px;
}
.sub1-mission > p{
  font-size: 18px;
}
.sub1-advantage > p{
  font-size: 18px;
}
.sub1-case > p{
  font-size: 18px;
}
.sub1-case .sub1-caseContent .case1 h3{
  font-size: 18px;
}
.sub1-case .sub1-caseContent .case1 p{
  font-size: 16px;
}
 .sub1-history .historyOne ul li:hover {
  transition: all 0.5s;
  transform:translateY(-12px);
}

.sub1-history .historyOne ul li .right p {
    font-size: 16px;
}

.sub1-mission > ul li:hover {
  transition: all 0.5s;

  transform: translateY(-7px);
  box-shadow: 5px 5px 10px #d6d3d3;
}