* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 16px;
  background: #fff;
  overflow-x: hidden;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #145652;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.vertical-text {
  writing-mode: vertical-lr;
  /* 文字从上到下，从右到左 */
}
.top-head {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #e3dbd7;
  width: 100%;
}
.top-head .tips {
  height: 110px;
  display: flex;
}
.top-head .tips .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-head .tips .right {
  display: flex;
  align-items: center;
}
.top-head .tips .right .tel {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.top-head .tips .right .tel .iconfont {
  color: #145652;
  font-size: 45px;
}
.top-head .tips .right .tel .tel-text {
  margin-left: 10px;
}
.top-head .tips .right .tel .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.top-head .tips .right .tel .tel-text p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #145652;
}
.nav {
  height: 110px;
  line-height: 110px;
  width: 100%;
  border-left: 1px solid #e3dbd7;
  border-right: 1px solid #e3dbd7;
  padding: 0 50px;
  margin: 0 45px;
}
.nav ul {
  display: flex;
}
.nav ul li {
  font-size: 18px;
  color: #333;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10000;
  margin: 0 15px;
  padding: 0 10px;
}
.nav ul li:nth-last-child(1) {
  margin-right: 0;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
}
.nav ul li.on::after {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  background: #145652;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.nav ul li.on > a {
  color: #145652;
  font-weight: 700;
}
.nav ul li:hover > a {
  color: #145652;
  font-weight: 700;
}
.nav ul li:hover .sub {
  display: block !important;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul li .sub {
  background: #fff;
  min-width: 155px;
  position: absolute;
  top: 80px;
  left: 63%;
  transform: translateX(-50%);
  z-index: 1000000;
  display: none;
}
.nav ul li .sub > div {
  padding: 0 15px;
  overflow: hidden;
}
.nav ul li .sub > div a {
  height: 45px;
  line-height: 45px;
  display: block;
}
.nav ul li .sub > div:hover {
  background: #145652;
  position: relative;
  z-index: 100;
}
.nav ul li .sub > div:hover a {
  color: #fff;
  background: #145652;
}
.nav ul li .sub > div:nth-last-child(1) {
  border-bottom: none;
}
.nav ul li .sub > div a {
  color: #333;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 588px;
}
.inner-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slideBox {
  position: relative;
  width: 100%;
}
.slideBox .bd img {
  width: 100%;
}
.slideBox .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.slideBox .hd ul {
  width: 100%;
  text-align: center;
}
.slideBox .hd li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #b5b5b5;
  margin: 0 3px;
}
.slideBox .hd li.on {
  width: 22px;
  height: 7px;
  background: #145652;
}
.com-tit {
  text-align: center;
  position: relative;
}
.com-tit .en {
  font-size: 12px;
  color: #e0cfae;
  line-height: 30px;
  text-transform: uppercase;
}
.com-tit::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e0cfae;
  position: absolute;
  top: 18px;
}
.com-tit .text {
  display: inline-block;
  padding: 0 0px 0 3px;
  background: #fff;
  position: relative;
  z-index: 100;
}
.com-tit .text::before {
  width: 100px;
}
.com-tit .text span {
  font-weight: bold;
  font-size: 30px;
  color: #145652;
  line-height: 38px;
  padding: 0 15px;
  position: relative;
}
.com-tit .text span:nth-child(1)::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 38px;
  background: url('../images/icon_11.png') no-repeat;
  position: absolute;
  left: -5.5px;
  top: 0;
}
.com-tit .text span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 38px;
  background: url('../images/icon_11.png') no-repeat;
  position: absolute;
  right: -5.5px;
  top: 0;
}
.serve-item {
  height: 150px;
  background: #145652;
}
.serve-item ul {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: -5px;
}
.serve-item ul li a {
  display: flex;
  align-items: center;
}
.serve-item ul li .iconfont {
  width: 86px;
  height: 86px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
}
.serve-item ul li .iconfont img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.serve-item ul li .text {
  margin-left: 25px;
}
.serve-item ul li .text p:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.serve-item ul li .text p:nth-child(2) {
  font-size: 12px;
  color: #f1e7d5;
  opacity: 0.5;
  text-transform: uppercase;
  margin-top: 10px;
}
.about {
  margin-top: 90px;
}
.about .descrip {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
}
.about .video {
  width: 1168px;
  height: 607px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  background: url('../images/video_back.png') no-repeat center / cover;
}
.about .video iframe {
  width: 1118px;
  height: 506px;
  position: absolute;
  left: 32px;
  top: 76px;
  object-fit: fill;
}
.about .video .left-img {
  position: absolute;
  left: -309px;
  bottom: 55px;
}
.department {
  margin-top: 140px;
  position: relative;
  padding-bottom: 70px;
  width: 100%;
  overflow-x: hidden;
}
.department .ren {
  position: absolute;
  right: 14px;
  bottom: 10px;
}
.department .wrap {
  position: relative;
}
.department .lt {
  position: absolute;
  left: -238px;
}
.department .d-content {
  display: flex;
}
.department .d-content .left {
  margin-left: 120px;
  display: flex;
  margin-top: 3px;
}
.department .d-content .left .tit {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 30px;
  color: #145652;
}
.department .d-content .left .tit span {
  margin: 15px 0;
  display: inline-block;
  position: relative;
}
.department .d-content .left .tit span:nth-child(1)::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 38px;
  background: url('../images/icon_11.png') no-repeat;
  position: absolute;
  left: 14px;
  top: -32px;
  transform: rotate(90deg);
}
.department .d-content .left .tit span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 38px;
  background: url('../images/icon_11.png') no-repeat;
  position: absolute;
  transform: rotate(90deg);
  left: 14px;
  top: 26px;
}
.department .d-content .left .en {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 12px;
  color: #e0cfae;
  margin-left: 15px;
  margin-top: 100px;
}
.department .d-content .right {
  margin-left: 90px;
}
.department .d-content .right .recommand {
  display: flex;
}
.department .d-content .right .recommand .title {
  width: 152px;
  height: 468px;
  background: #145652;
  border: 1px solid #c4ad96;
  position: relative;
}
.department .d-content .right .recommand .title:hover .t-text::after {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.department .d-content .right .recommand .title .t-text {
  width: 60px;
  height: 166px;
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.department .d-content .right .recommand .title .t-text::after {
  content: '';
  width: 60px;
  height: 166px;
  background: url('../images/Index_06.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
.department .d-content .right .recommand .title .t-text span {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.department .d-content .right .recommand .d-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
}
.department .d-content .right .recommand .d-list ul li {
  width: 7px;
  height: 7px;
  background: #e0cfae;
  border-radius: 50%;
  margin: 5px 0px;
}
.department .d-content .right .l-content {
  width: 366px;
  height: 468px;
  background: #f9f7f3;
  border: 1px solid #e0cfae;
  padding: 40px 70px;
  box-sizing: border-box;
  line-height: 30px;
  display: flex;
  color: #331d1a;
  justify-content: space-between;
  text-align: justify;
  font-size: 14px;
}
.department .d-content .right .l-content .more a {
  font-size: 14px;
  color: #145652;
  line-height: 30px;
  text-decoration-line: underline;
}
.department .d-content .right .r-list > ul {
  display: flex;
}
.department .d-content .right .r-list > ul li {
  width: 152px;
  height: 468px;
  background: #ffffff;
  border: 1px solid #c4ad96;
  margin-left: 12px;
  position: relative;
}
.department .d-content .right .r-list > ul li:hover .t-text::after {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.department .d-content .right .r-list > ul li .title .t-text {
  width: 60px;
  height: 166px;
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
}
.department .d-content .right .r-list > ul li .title .t-text::after {
  content: '';
  width: 60px;
  height: 166px;
  background: url('../images/index_05.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.department .d-content .right .r-list > ul li .title .t-text span {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.department .d-content .right .r-list > ul li .d-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
}
.department .d-content .right .r-list > ul li .d-list ul li {
  width: 7px;
  height: 7px;
  background: #a1764b;
  border-radius: 50%;
  margin: 5px 0px;
}
.department .r-c {
  display: flex;
}
.department .bottom-more {
  margin-top: 30px;
  position: relative;
}
.department .bottom-more .more-text {
  font-size: 16px;
  line-height: 30px;
  padding-left: 8px;
}
.department .bottom-more .more-text a {
  color: #331d1a;
}
.department .bottom-more .more-text::after {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #e0cfae;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -2;
}
.department .bottom-more .more-text::before {
  content: '';
  display: block;
  width: 154px;
  height: 6px;
  background: #e0cfae;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -2;
}
.doctor {
  width: 100%;
  height: 930px;
  padding-top: 90px;
  box-sizing: border-box;
}
.doctor .com-tit {
  background: none;
}
.doctor .com-tit .text {
  background: none;
}
.doctor .com-tit::before {
  display: none;
}
.doctor .com-tit::after {
  display: none;
}
.doctor .list {
  margin-top: 60px;
}
.doctor .list ul {
  display: flex;
  flex-wrap: wrap;
}
.doctor .list ul li {
  width: 390px;
  height: 585px;
  position: relative;
  margin-left: 60px;
}
.doctor .list ul li:nth-child(1) {
  margin-left: 0;
}
.doctor .list ul li:hover .back {
  background: url('../images/div_back_05.png') no-repeat center;
  background-size: 100% 100%;
}
.doctor .list ul li:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.doctor .list ul li:hover .text .name {
  border-bottom: 1px solid #e0cfae;
}
.doctor .list ul li:hover .text .name .k {
  background: #e0cfae;
}
.doctor .list ul li:hover .text .name .n {
  font-weight: bold;
  font-size: 18px;
  color: #e0cfae;
  margin-left: 20px;
}
.doctor .list ul li:hover .text .name .n-c {
  font-size: 14px;
  color: #fff;
  margin-left: 24px;
}
.doctor .list ul li:hover .text .dec {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
}
.doctor .list ul li .back {
  width: 100%;
  height: 100%;
  background: url('../images/div_back_03.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.doctor .list ul li .img {
  width: 299px;
  height: 299px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  z-index: 1;
}
.doctor .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor .list ul li .text {
  position: absolute;
  bottom: 50px;
  z-index: 100;
  width: 336px;
  left: 50%;
  transform: translateX(-50%);
}
.doctor .list ul li .text .name {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #145652;
  padding-bottom: 20px;
}
.doctor .list ul li .text .name .k {
  width: 8px;
  height: 8px;
  display: block;
  background: #145652;
}
.doctor .list ul li .text .name .n {
  font-weight: bold;
  font-size: 18px;
  color: #145652;
  margin-left: 20px;
}
.doctor .list ul li .text .name .n-c {
  font-size: 14px;
  color: #333333;
  margin-left: 24px;
}
.doctor .list ul li .text .dec {
  font-size: 14px;
  color: #3a4e4d;
  line-height: 24px;
  margin-top: 20px;
}
.doctor .bottom-more {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.doctor .bottom-more .more-text {
  font-size: 16px;
  line-height: 30px;
  padding-left: 8px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 154px;
  text-align: center;
}
.doctor .bottom-more .more-text a {
  color: #331d1a;
}
.doctor .bottom-more .more-text span {
  position: relative;
  z-index: 100;
}
.doctor .bottom-more .more-text::before {
  content: '';
  display: block;
  width: 154px;
  height: 6px;
  background: #e0cfae;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 10;
}
.sy-pro {
  width: 100%;
  height: 600px;
  display: flex;
}
.sy-pro .w-con {
  display: flex;
}
.sy-pro .left {
  width: 490px;
  height: 514px;
  background: #145652;
  padding: 28px;
  padding-top: 75px;
  box-sizing: border-box;
}
.sy-pro .left .com-tit {
  color: #fff;
}
.sy-pro .left .com-tit::before {
  display: none;
}
.sy-pro .left .com-tit::after {
  display: none;
}
.sy-pro .left .com-tit .text {
  background: none;
}
.sy-pro .left .com-tit .text span {
  color: #fff;
}
.sy-pro .left .en {
  opacity: 0.5;
}
.sy-pro .left .img {
  width: 434px;
  height: 300px;
}
.sy-pro .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 45px;
}
.sy-pro .right {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.sy-pro .right .r-content {
  width: 570px;
  margin-left: 60px;
}
.sy-pro .right .r-content .top p:nth-child(1) {
  font-weight: 400;
  font-size: 18px;
  color: #331d1a;
  line-height: 30px;
}
.sy-pro .right .r-content .top p:nth-child(2) {
  font-size: 14px;
  color: #7e7776;
  line-height: 30px;
  margin-top: 20px;
}
.sy-pro .right .more {
  width: 50px;
  height: 50px;
  background: #145652;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-left: 60px;
}
.sy-pro .right .more:hover .iconfont {
  font-size: 28px;
  transform: all 1s;
}
.sy-pro .right .more a {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sy-pro .right .more a .iconfont {
  font-size: 22px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
.sy-pro .bottom-more {
  margin-top: 30px;
  position: relative;
}
.sy-pro .bottom-more .more-text {
  font-size: 16px;
  line-height: 30px;
  padding-left: 8px;
  width: 154px;
  text-align: center;
}
.sy-pro .bottom-more .more-text a {
  color: #145652;
}
.sy-pro .bottom-more .more-text span {
  position: relative;
  z-index: 100;
}
.sy-pro .bottom-more .more-text::before {
  content: '';
  display: block;
  width: 154px;
  height: 6px;
  background: #e0cfae;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 10;
}
.index-new {
  margin-top: 80px;
  position: relative;
}
.index-new .xin {
  position: absolute;
  bottom: -84px;
  right: 15px;
  z-index: -1;
}
.index-new .list ul {
  display: flex;
}
.index-new .list ul li {
  margin-top: 55px;
  display: flex;
  margin-right: 80px;
}
.index-new .list ul li:hover .text p:nth-child(1) {
  color: #145652;
  font-weight: 700;
  transition: all 0.3s;
}
.index-new .list ul li:hover .text p:nth-child(3) {
  background: #ededec;
  color: #145652;
  transition: all 0.3s;
}
.index-new .list ul li .date {
  position: relative;
  top: -10px;
}
.index-new .list ul li .date p:nth-child(1) {
  font-size: 50px;
  color: #7eadaa;
}
.index-new .list ul li .date p:nth-child(2) {
  font-size: 14px;
  color: #7eadaa;
}
.index-new .list ul li .text {
  margin-left: 25px;
  width: 294px;
}
.index-new .list ul li .text p:nth-child(1) {
  font-size: 18px;
  color: #331d1a;
}
.index-new .list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #7e7776;
  line-height: 24px;
  margin-top: 15px;
}
.index-new .list ul li .text p:nth-child(3) {
  width: 62px;
  height: 62px;
  background: #145652;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.index-new .bottom-more {
  margin-top: 30px;
  position: relative;
}
.index-new .bottom-more .more-text {
  font-size: 16px;
  line-height: 30px;
  padding-left: 8px;
  width: 154px;
  text-align: center;
}
.index-new .bottom-more .more-text a {
  color: #145652;
}
.index-new .bottom-more .more-text span {
  position: relative;
  z-index: 100;
}
.index-new .bottom-more .more-text::before {
  content: '';
  display: block;
  width: 154px;
  height: 6px;
  background: #e0cfae;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 10;
}
.bottom-banner {
  margin-top: 55px;
  position: relative;
  z-index: 10;
  height: 168px;
  width: 100%;
}
.bottom-banner img {
  width: 100%;
  height: 168px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.index-message {
  height: 384px;
  box-sizing: border-box;
  position: relative;
  margin-top: 80px;
}
.index-message .wrap {
  padding: 35px 30px 50px 35px;
  background: #ffffff;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  top: 75px;
  height: 416px;
}
.index-message .wrap .contact .title p:nth-child(1) {
  font-weight: bold;
  font-size: 23px;
  color: #181818;
}
.index-message .wrap .contact .title p:nth-child(2) {
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
}
.index-message .wrap .contact .tel-list p {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.index-message .wrap .contact .tel-list p:nth-child(1) {
  margin-top: 18px;
}
.index-message .wrap .contact .tel-list p span:nth-child(1) {
  font-size: 18px;
  margin-top: 5px;
}
.index-message .wrap .contact .tel-list p span:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  width: 280px;
  display: inline-block;
  margin-left: 10px;
}
.index-message .wrap .message {
  box-sizing: border-box;
  color: #999999;
  margin-left: 40px;
  width: 797px;
}
.index-message .wrap .message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.index-message .wrap .message .input {
  display: flex;
  margin-top: 16px;
}
.index-message .wrap .message .input > div {
  width: calc(33% - 14px);
}
.index-message .wrap .message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.index-message .wrap .message .input > div:nth-child(1),
.index-message .wrap .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.index-message .wrap .message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.index-message .wrap .message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.index-message .wrap .message .text-area {
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
}
.index-message .wrap .message .text-area span {
  display: block;
  font-size: 14px;
  color: #666;
}
.index-message .wrap .message .text-area textarea {
  width: 100%;
  height: 95px;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #f7f7f7;
}
.index-message .wrap .message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
.index-message .wrap .message .btn {
  width: 99px;
  height: 36px;
  background: #145652;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.index-message .wrap .message .reset {
  width: 99px;
  height: 36px;
  background: #d6d6d6;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-left: 8px;
}
.ny-message {
  box-sizing: border-box;
  color: #999999;
}
.ny-message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.ny-message .input {
  display: flex;
  margin-top: 16px;
}
.ny-message .input > div {
  width: calc(33% - 14px);
}
.ny-message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.ny-message .input > div:nth-child(1),
.ny-message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.ny-message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.ny-message .text-area {
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
}
.ny-message .text-area span {
  display: block;
  font-size: 14px;
  color: #666;
}
.ny-message .text-area textarea {
  width: 100%;
  height: 95px;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #f7f7f7;
}
.ny-message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
.ny-message .btn {
  width: 99px;
  height: 36px;
  background: #145652;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.ny-message .reset {
  width: 99px;
  height: 36px;
  background: #d6d6d6;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-left: 8px;
}
.footer {
  padding-top: 70px;
  background: #055555;
  box-sizing: border-box;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .wrap .tel {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.footer .wrap .tel .iconfont {
  color: #145652;
  font-size: 45px;
}
.footer .wrap .tel .tel-text {
  margin-left: 15px;
}
.footer .wrap .tel .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #94c5c5;
}
.footer .wrap .tel .tel-text p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}
.footer .wrap .mid {
  margin-top: -10px;
}
.footer .wrap .mid .item {
  line-height: 42px;
}
.footer .wrap .mid .item p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  color: #94c5c5;
}
.footer .wrap .mid .item p:nth-child(2) {
  font-size: 14px;
  color: #fff;
}
.footer .wrap .right img {
  width: 123px;
  height: 123px;
}
.footer .copy-right {
  height: 48px;
  line-height: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #6f9b9b;
  margin-top: 57px;
}
.footer .copy-right a {
  color: #6f9b9b;
  margin-left: 10px;
}
.footer .copy-right .wrap {
  display: flex;
  justify-content: center;
}
.footer .copy-right .wrap h2{font-weight: normal;color: #6f9b9b;font-size: 16px;}
.ny-tip {
  height: 70px;
  line-height: 70px;
  background: #f8f8f8;
}
.ny-tip .wrap {
  display: flex;
  color: #3a3a3a;
}
.ny-tip .wrap a {
  color: #3a3a3a;
}
.ny-tip .iconfont {
  color: #707070;
  font-size: 20px;
  margin-right: 8px;
}
.common-left {
  width: 280px;
  float: left;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.common-left .title {
  height: 78px;
  line-height: 78px;
  background: #145652;
  padding: 0 18px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.common-left .title > div:nth-child(1) span:nth-child(1) {
  font-size: 24px;
  color: #ffffff;
}
.common-left .title > div:nth-child(1) span:nth-child(2) {
  font-size: 12px;
  color: #ffffff;
  margin-left: 9px;
}
.common-left .title > div:nth-child(2) {
  color: #fff;
  font-size: 40px;
}
.common-left .nav-list {
  padding: 0 18px;
  background: #fff;
  padding-bottom: 30px;
}
.common-left .nav-list > ul {
  padding-top: 24px;
}
.common-left .nav-list > ul .li {
  height: 60px;
  overflow: hidden;
  margin-top: 24px;
  font-size: 16px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  padding: 0 24px;
  position: relative;
  background: #f0f0f0;
}
.common-left .nav-list > ul .li a span:nth-child(1) {
  width: 80%;
  display: inline-block;
}
.common-left .nav-list > ul .li a span:nth-child(2) {
  font-size: 30px;
  margin-left: 25px;
  position: absolute;
  right: 25px;
  color: #fff;
  display: inline-block;
  transform: rotate(90deg);
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active > a {
  color: #fff;
  background: #145652;
}
.common-left .nav-list > ul .li.active span:nth-child(2) {
  transform: rotate(180deg);
}
.common-left .nav-list > ul .li > a:hover {
  color: #fff;
  background: #145652;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff !important;
}
.common-left .nav-list > ul .li a {
  color: #333;
}
.common-left .nav-list > ul .li .sub {
  background: #f0f0f0;
  padding: 0 13px;
  padding-top: 10px;
  padding-bottom: 24px;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 58px;
  box-sizing: border-box;
  margin-top: 12px;
}
.common-left .nav-list > ul .li .sub li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li .sub li a {
  height: 58px;
  font-size: 16px;
  line-height: 58px;
  background: #ffffff;
  color: #333;
}
.common-left .nav-list > ul .li .sub li a::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #ededed;
  border-radius: 50%;
  margin-right: 13px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #145652;
  font-weight: 700;
}
.common-left .nav-list > ul .li .sub li.active a::before {
  background: #145652 !important;
}
.common-left .nav-list > ul .li .sub a:hover {
  color: #145652;
  font-weight: 700;
}
.common-left .nav-list > ul .li .sub a:hover::before {
  background: #145652 !important;
}
.common-left .contact {
  margin-top: 34px;
  background: #ffffff;
}
.common-left .contact .top-content {
  display: flex;
  height: 80px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 18px;
}
.common-left .contact .top-content > div:nth-child(1) {
  margin-right: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-left .contact .top-content > div:nth-child(1) span:nth-child(1) {
  width: 41px;
  height: 41px;
  background: #145652;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.common-left .contact .top-content > div:nth-child(2) {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-left .contact .top-content > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.common-left .contact .top-content > div:nth-child(2) p:nth-child(2) {
  font-size: 22px;
  font-weight: bold;
  color: #145652;
}
.common-left .contact .bottom {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  height: 215px;
  box-sizing: border-box;
  padding: 20px 26px;
}
.common-right {
  width: calc(100% - 320px);
  background: #ffffff;
  float: left;
  padding-bottom: 56px;
  box-sizing: border-box;
  margin-left: 38px;
}
.common-right .tip {
  height: 70px;
  line-height: 70px;
  padding: 0 38px;
  border-bottom: 1px solid #f5f5f5;
}
.common-right .tip .iconfont {
  color: #707070;
  font-size: 24px;
  margin-right: 5px;
}
.common-title {
  display: flex;
  padding: 0 16px;
  padding-left: 0;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  color: #999;
}
.common-title a {
  color: #999;
}
.ny-news {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-news .new-list > ul {
  margin-bottom: 8px;
  padding: 0 30px;
  margin-top: 10px;
}
.ny-news .new-list > ul li {
  font-size: 16px;
  padding: 30px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: -4px 8px 57px 0px #eaeaea;
  margin-top: 32px;
}
.ny-news .new-list > ul li:hover {
  box-shadow: none;
  border: none;
  background: #145652;
  color: #fff !important;
}
.ny-news .new-list > ul li:hover div {
  color: #fff !important;
}
.ny-news .new-list > ul li:hover span {
  color: #fff !important;
}
.ny-news .new-list > ul li:hover p {
  color: #fff !important;
}
.ny-news .new-list > ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news .new-list > ul li a {
  display: flex;
  height: 100%;
}
.ny-news .new-list > ul li .img-wrap {
  width: 213px;
  height: 200px;
  overflow: hidden;
}
.ny-news .new-list > ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-news .new-list > ul li .text {
  width: calc(100% - 223px);
  margin-left: 25px;
  height: 159px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-news .new-list > ul li .text > div:nth-child(1) {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.ny-news .new-list > ul li .text > div:nth-child(1) .tit {
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.ny-news .new-list > ul li .text > div:nth-child(1) .time {
  font-size: 14px;
  color: #666666;
}
.ny-news .new-list > ul li .text > div:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  margin-top: 16px;
  text-align: justify;
}
.inner-search {
  margin-bottom: 80px;
}
.inner-search .btn {
  display: flex;
  width: 515px;
  position: relative;
  margin-top: 59px;
}
.inner-search .btn input {
  width: 515px;
  height: 41px;
  opacity: 1;
  border: 2px solid #145652;
  border-radius: 22px;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
}
.inner-search .btn button {
  width: 89px;
  height: 39px;
  opacity: 1;
  background: #145652;
  border-radius: 20px;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
}
.inner-search .new-list > ul {
  padding: 0;
}
.ny-product {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-product .pro-list {
  overflow: hidden;
  padding: 0 30px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 11px);
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 12px;
  padding-bottom: 0;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 30px;
}
.ny-product .pro-list ul li:hover {
  box-shadow: 0px 2px 27px 0px rgba(173, 173, 173, 0.2);
}
.ny-product .pro-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .pro-list ul li:hover .text p {
  font-weight: 700;
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .pro-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-product .pro-list ul li .img-wrap .img {
  width: 100%;
  height: 200px;
}
.ny-product .pro-list ul li .text {
  padding: 0 8px;
  padding-top: 1px;
  height: 40px;
  line-height: 40px;
}
.ny-product .pro-list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-page {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 10px;
  padding: 32px;
}
.ny-page .content img {
  max-width: 100%;
  height: auto;
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-contact .cont {
  padding: 35px;
  padding-bottom: 0;
}
.ny-contact .cont .cont-left {
  margin-right: 30px;
  display: flex;
  width: 100%;
}
.ny-contact .cont .cont-left .l-top {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  width: 43%;
}
.ny-contact .cont .cont-left .erwei {
  display: flex;
  margin-top: 5px;
  margin-left: 230px;
}
.ny-contact .cont .cont-left .erwei .t-img {
  text-align: center;
}
.ny-contact .cont .cont-left .erwei .t-img img {
  width: 136px;
  height: 136px;
}
.ny-contact .bottom .map {
  width: 100%;
  margin-top: 45px;
}
.ny-contact .bottom .map img {
  width: 100%;
  height: auto;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #145652;
  display: inline;
}
.ny-about .cont {
  padding: 20px;
  line-height: 24px;
}
.ny-detail {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-detail img {
  max-width: 100%;
  height: auto;
}
.ny-detail .detail {
  padding: 32px;
}
.ny-download {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-download .list {
  padding: 32px;
}
.ny-download .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .list > ul li {
  width: calc(50% - 15px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-bottom: 28px;
  box-sizing: border-box;
}
.ny-download .list > ul li:nth-last-child(1),
.ny-download .list > ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.ny-download .list > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .list > ul li:hover a > div:nth-child(3) {
  background: #1d53bf;
}
.ny-download .list > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .list > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .list > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .list > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .list > ul li a > div:nth-child(2) {
  margin-left: 10px;
  margin-top: 5px;
  width: 60%;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 195px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
}
.ny-download .list > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 70px;
}
.ny-download .list > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.ny-form {
  font-size: 16px;
  margin-bottom: 80px;
  padding-top: 60px;
}
.ny-form form {
  width: 83%;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 16px;
}
.ny-form .f {
  line-height: 24px;
}
.ny-form #cdm_Tbl td {
  margin: 0px;
  padding: 10px;
}
.ny-form span {
  margin: 0 10px;
}
.ny-form .cdmText {
  margin-right: 15px;
}
.ny-form select {
  width: 180px;
  height: 45px;
  background: #f7f7f7;
  border: none;
  padding-left: 10px;
  color: #333;
  outline: none;
  font-size: 16px;
}
.ny-form select option {
  height: 45px;
  font-size: 16px;
}
.ny-form input {
  width: 180px;
  height: 45px;
  background: #f7f7f7;
  border: none;
  color: #333;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.ny-form textarea {
  width: 600px;
  height: 100px;
  background: #f7f7f7;
  border: none;
  color: #333;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.ny-form .btn {
  background: #145652;
  border: none;
  color: #fff;
  margin: 20px 30px;
  height: 45px;
}

.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
}
.detail {
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 55px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #145652;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 57px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #145652 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.crumbs {
  height: 58px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .banner {
    height: calc(100vh - 242px) !important;
  }
  .banner img {
    height: calc(100vh - 242px) !important;
  }
  .about .left .a-top .history ul li > p:nth-child(1) {
    font-size: 45px;
  }
  .about .left .a-top p:nth-child(4) {
    line-height: 42px;
  }
  .about .left .hd ul {
    padding: 31px 0;
  }
  .about .left .a-top p:nth-child(4) {
    font-size: 17px;
  }
  .about .left .hd {
    margin-top: 30px;
  }
  .about .left .a-top .history {
    height: 100px;
  }
  .about .left .a-top .history ul li {
    height: 100px;
  }
  .footer .middle {
    margin: 0 70px;
  }
  .ny-contact .cont .cont-left .erwei {
    margin-left: 170px;
  }
}
@media screen and (max-width: 1580px) {
  .footer .middle {
    margin: 0 60px;
  }
}
@media screen and (max-width: 1400px) {
  .footer .tel-contact .tel p:nth-child(2) {
    font-size: 30px;
  }
}
