body {
  width: 100%;
  min-width: 1200px;
}
a,
a:hover {
  color: #ffffff;
  text-decoration: none;
}
.clear {
  clear: both;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
}
#header .header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
#header .header .shadow {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
#header .header .shadow img {
  height: 100%;
  width: 100%;
}
#header .header .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 42px auto;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
#header .header .nav .left {
  display: inline-block;
  width: 342px;
  height: 31px;
}
#header .header .nav .left img {
  width: 100%;
  height: 100%;
}
#header .header .nav .right {
  display: inline-block;
  margin-left: 116px;
  font-size: 16px;
}
#header .header .nav .right ul {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
#header .header .nav .right ul li {
  text-align: center;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
#header .header .nav .right ul .cur {
  height: 42px;
  line-height: 42px;
  position: relative;
  color: #5FB759;
}
#header .header .nav .right ul .cur:after {
  display: inline-block;
  content: "";
  width: 68px;
  height: 4px;
  background-color: #6DC967;
  border-radius: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -33px;
}
/* 跟随动画 */
#header .header .nav .right ul .gs:after{
  width: 0;
  height: 4px;
  background-color: #6DC967;
  position: absolute;
  border-radius: 6px;
  bottom: -6px;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#header .header .nav .right ul .gs:hover {
  height: 42px;
  line-height: 42px;
  position: relative;
  /* top: -4px;  */
  color: #5FB759;
}
#header .header .nav .right ul .gs:hover:after{
  left: 16%;
  width: 68px;
} 
.banner {
  width: 100%;
  height: 1000px;
}
.banner .swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  transition: all 2s ease;
  transform: scale(1.1);
}
.banner .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  width: 48px;
  height: 8px;
  background-color: rgba(95, 184, 90, 0.5);
  opacity: 0.6;
  border-radius: 6px;
}
.banner .swiper-container .swiper-button-prev {
  width: 17px;
  height: 27px;
  left: 52px;
}
.banner .swiper-container .swiper-button-prev:after {
  width: 17px;
  height: 27px;
  content: '';
  background: url("../image/left.png") no-repeat;
  background-size: 100%;
}
.banner .swiper-container .swiper-button-next {
  width: 17px;
  height: 27px;
  right: 52px;
}
.banner .swiper-container .swiper-button-next:after {
  width: 17px;
  height: 27px;
  content: '';
  background: url("../image/right.png") no-repeat;
  background-size: 100%;
}
.banner .list img {
  width: 100%;
}
.banner .slider {
  position: fixed;
  right: 24px;
  bottom: 10px;
  z-index: 999;
  display: flex;
}
.banner .slider .current {
  margin: 0 22px;
}
.about {
  width: 100%;
  padding: 80px 0px 109px;
}
.about .about-top {
  width: 100%;
  margin-bottom: 41px;
}
.about .about-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.about .about-top .en-title {
  font-size: 14px;
  color: #323232;
  margin-top: 10px;
}
.about .about-top .line {
  width: 180px;
  height: 2px;
  background: #000000;
  margin-top: 12px;
}
.about .about-bot {
  display: flex;
  align-items: center;
  position: relative;
}
.about .about-bot .about-img {
  width: 500px;
  height: 400px;
  transition: all 2s ease;
}
.about .about-bot .about-img:hover {
  transform: scale(1.03);
}
.about .about-bot .top_img {
  width: 98px;
  height: 98px;
  position: absolute;
  left: 460px;
  top: 60px;
}
.about .about-bot .content {
  padding-left: 120px;
}
.about .about-bot .content .name {
  font-size: 30px;
  /*color: #004C2A;*/
  font-weight: 600;
}
.about .about-bot .content .shortname {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 14px;
}
.about .about-bot .content .desc {
  width: 521px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 28px;
  margin-top: 36px;
}
.about .about-bot .enteranner{
  width:1180px;
}
.about .about-bot .enteranner .announ{
  padding: 20px 0;
  border-bottom: 1px solid #F5F5F5;
  display: flex;

}
.about .about-bot .enteranner li:last-child .announ{
  border-bottom: none;
}
.about .about-bot .enteranner .announ .announ_img{
   width: 220px;
   height: 100px;
   margin-right: 55px;

}
.about .about-bot .enteranner .announ .announ_img img{
  display: block;
  width: 100%;
  height: 100%;
}
 
.about .about-bot .enteranner .announ_tent .title{
  width: 900px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
} 
.about .about-bot .enteranner .announ_tent .title .title_time{
  font-weight: 400;
  color: #969696;
  font-size: 14px;
 
}
.about .about-bot .enteranner .announ_tent  .announ_jj{
  width: 900px;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service {
  height: 55.6%;
}
.service .service-top {
  margin-bottom: 60px;
}
.service .service-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.service .service-top .en-title {
  font-size: 14px;
  color: #323232;
  margin-top: 10px;
}
.service .service-top .line {
  width: 180px;
  height: 2px;
  background: #000000;
  margin-top: 12px;
}
.service .service-mid {
  position: relative;
}
.service .service-mid img {
  width: 100%;
}
.service .service-mid .swiperBg {
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.service .service-mid .swiperBg .swiper-container-swiperBg {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.service .service-mid .swiperBg .swiper-container-swiperBg .swiper-wrapper {
  width: 100%;
}
.service .service-mid .swiperBg .swiper-container-swiperBg img {
  width: 100%;
  height: 100%;
}
.service .service-mid .content {
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.service .service-mid .content .ser-desc {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 117px 0 200px;
  color: #ffffff;
  line-height: 24px;
  padding: 0 70px;
}
.service .service-mid .content .ser-desc .desc {
  text-indent: 2em;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
}
.service .service-mid .content .ser-desc .rebtn {
  width: 134px;
  height: 43px;
  line-height: 37px;
  border: 3px solid #ffffff;
  text-align: center;
  margin: 93px auto;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.service .service-mid .content .ser-list {
  width: 50%;
  height: 600px;
  clear: both;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  left: auto !important;
}
.service .service-mid .content .ser-list li {
  width: 25%;
  height: 300px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  float: left;
  padding: 0 25px;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.service .service-mid .content .ser-list li .img {
  width: 60px;
  margin: 0 auto;
}
.service .service-mid .content .ser-list li .title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 70px;
}
.service .service-mid .content .ser-list li .line {
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.service .service-mid .content .ser-list li .desc {
  font-size: 16px;
  color: #ffffff;
  margin-top: 12px;
}
.service .service-mid .content .ser-list .cur {
  transform: scale(1.03);
  background: url('../image/page-bg.png') no-repeat;
  background-size: 100% 100%;
}
.service .service-mid .content .swiper-detail {
  width: 50%;
  overflow: hidden;
}
.service .service-mid .content .swiper-detail .swiper-slide {
  opacity: 0 !important;
  transition: all 2s ease;
}
.service .service-mid .content .swiper-detail .swiper-slide-active {
  opacity: 1 !important;
}
.service .service-bot {
  background-image: url('../image/sihangbg1.png');
  background-size: 100% 100%;
  padding: 122px 0 128px;
  text-align: center;
}
.service .service-bot .sh-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.service .service-bot .sh-top .en-title {
  font-size: 14px;
  color: #323232;
  border-bottom: 2px solid #000000;
  width: 232px;
  margin: 6px auto 10px;
  padding-bottom: 10px;
}
.service .service-bot .sh-list {
  margin: 106px auto;
  display: flex;
  justify-content: center;
}
.service .service-bot .sh-list li {
  margin-left: 67px;
}
.service .service-bot .sh-list li img {
  margin: 0 auto;
  transition: all 0.5s ease;
}
.service .service-bot .sh-list li img:hover {
  transform: scale(1.03);
}
.service .service-bot .sh-list li p {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-top: 17px;
}
.product {
  padding-top: 65px;
  padding-bottom: 84px;
}
.product .prd-top {
  text-align: center;
  margin-bottom: 74px;
}
.product .prd-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.product .prd-top .en-title {
  font-size: 14px;
  color: #323232;
  margin: 10px auto;
  width: 232px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.product .prd-bottom .product-list {
  display: flex;
  justify-content: center;
  height: 360px;
  text-align: center;
  margin: 0 auto;
}
.product .prd-bottom .product-list li {
  width: 200px;
  transition: all 0.5s ease;
}
.product .prd-bottom .product-list li .cell {
  width: 100%;
  padding-top: 54px;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #000000;
  transition: all 0.5s ease;
  height: 100%;
}
.product .prd-bottom .product-list li .info {
  display: none;
}
.product .prd-bottom .product-list li .title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.product .prd-bottom .product-list li .desc {
  font-size: 14px;
  font-family: Source Han Sans CN;
  margin-top: 103px;
  margin-right: 33px;
  text-align: left;
}
.product .prd-bottom .product-list li .info {
  width: 134px;
  height: 43px;
  line-height: 37px;
  font-size: 16px;
  color: #ffffff;
  border: 3px solid #ffffff;
}
.product .prd-bottom .product-list .active {
  width: 600px;
  color: #ffffff;
  transition: all 0.5s ease;
}
.product .prd-bottom .product-list .active .title {
  color: #ffffff;
}
.product .prd-bottom .product-list .active .desc {
  margin-top: 51px;
  margin-right: 75px;
  margin-bottom: 94px;
  color: #ffffff;
}
.product .prd-bottom .product-list .active .info {
  display: block;
}
.product .prd-bottom .product-list .active .caichan {
  background-image: url('../image/pProperty.png');
}
.product .prd-bottom .product-list .active .jiankang {
  background-image: url('../image/pHealth.png');
}
.product .prd-bottom .product-list .active .shouxian {
  background-image: url('../image/pInsure.png');
}
.product .prd-bottom .product-list .active .yanglao {
  background-image: url('../image/pyanglao.png');
}
.product .prd-bottom .product-list .caichan {
  background-image: url('../image/pcaichanbg.png');
}
.product .prd-bottom .product-list .jiankang {
  background-image: url('../image/pjiankangbg.png');
}
.product .prd-bottom .product-list .shouxian {
  background-image: url('../image/pshouxianbg.png');
}
.product .prd-bottom .product-list .yanglao {
  background-image: url('../image/pyanglaobg.png');
}
.leader {
  background-color: #f5f5f5;
  padding-top: 103px;
  padding-bottom: 111px;
}
.leader .leader-top {
  text-align: center;
  margin-bottom: 74px;
}
.leader .leader-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.leader .leader-top .en-title {
  font-size: 14px;
  color: #323232;
  margin: 10px auto;
  width: 232px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.leader .leader-bottom .leader-list {
  display: flex;
  justify-content: center;
}
.leader .leader-bottom .leader-list img {
  width: 260px;
  height: 400px;
}
.leader .leader-bottom .leader-list li {
  width: 260px;
  height: 550px;
  position: relative;
}
.leader .leader-bottom .leader-list li .intro {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 76, 42, 0.6);
  z-index: 5;
  padding: 34px 22px 43px;
  color: #ffffff;
  display: none;
}
.leader .leader-bottom .leader-list li .intro .name {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.leader .leader-bottom .leader-list li .intro .desc {
  font-size: 14px;
  margin-top: 46px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-clamp: 8;
}
.leader .leader-bottom .leader-list li:nth-child(2) {
  margin-left: 112px;
  margin-right: 112px;
}
.leader .leader-bottom .leader-list li:last-child {

  margin-right: 0;
}
.leader .leader-bottom .leader-list .leader-desc {
  font-size: 14px;
  color: #000000;
  padding: 38px 20px 32px;
  text-align: center;
  background: #fff;
}
.leader .leader-bottom .leader-list .leader-desc span {
  display: block;
}
.leader .leader-bottom .leader-list .leader-desc .name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.leader .leader-bottom .leader-list .leader-desc .position {
  line-height: 24px;
}
.cooperation {
  width: 100%;
  padding-top: 101px;
  margin-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cooperation .coo-top {
  text-align: center;
  margin-bottom: 80px;
}
.cooperation .coo-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.cooperation .coo-top .en-title {
  font-size: 14px;
  color: #323232;
  margin: 10px auto;
  width: 232px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.cooperation .coo-bottom {
  position: relative;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.cooperation .coo-bottom .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cooperation .coo-bottom .swiper-pagination-bullet-active {
  width: 48px;
  height: 8px;
  background-color: #004C2A;
  opacity: 0.6;
  border-radius: 4px;
}
.cooperation .coo-bottom .coo-list {
  margin-bottom: 69px;
}
.cooperation .coo-bottom .coo-list .imagelist {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cooperation .coo-bottom .coo-list .imagelist img {
  width: 180px;
  height: 88px;
  margin-right: 24px;
  margin-bottom: 24px;
  border: 1px solid #c8c8c8;
}
.cooperation .coo-bottom .coo-banner {
  text-align: center;
}
.cooperation .coo-bottom .coo-banner .ban-after {
  width: 13px;
  height: 13px;
  background: #f5f5f5;
  border-radius: 50%;
  display: inline-flex;
}
.cooperation .coo-bottom .coo-banner .ban-current {
  width: 79px;
  height: 13px;
  background: #004c2a;
  display: inline-flex;
  margin-left: 22px;
  border-radius: 6px;
}
.modal-dialog .modal-content {
  padding: 48px 25px 79px 110px;
  border-radius: 0;
  box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-content .modal-body .input-group .form-input {
  display: block;
  width: 640px;
  height: 48px;
  font-size: 16px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 3px solid #000000;
  margin-bottom: 20px;
  padding-left: 25px;
  color: #000;
}
.modal-dialog .modal-content .modal-body .input-group .form-textarea {
  display: block;
  padding-left: 25px;
  width: 640px;
  height: 160px;
  font-size: 16px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 3px solid #000000;
}
.modal-dialog .modal-content .modal-body .resultImg {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.modal-dialog .modal-content .modal-body .resultImg img {
  width: 100%;
  height: 100%;
}
.modal-dialog .modal-content .modal-body .result {
  margin-top: 45px;
  font-size: 36px;
  font-weight: 600;
}
.modal-dialog .modal-content .fail {
  margin-top: 80px;
  text-align: center;
  display: none;
}
.modal-dialog .modal-content .fail .result {
  color: #E60D0D;
}
.modal-dialog .modal-content .success {
  margin-top: 80px;
  text-align: center;
  display: none;
}
.modal-dialog .modal-content .success .result {
  color: #5CA91E;
}
.modal-dialog .modal-content .btndiv {
  text-align: center;
  margin-top: 81px;
}
.modal-dialog .modal-content .btndiv .yybtn {
  width: 134px;
  height: 48px;
  font-size: 16px;
  border: 3px solid #000000;
  background: #fff;
}
.modal-dialog .modal-content .modal-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.modal-dialog .modal-content .close {
  opacity: 1;
  position: absolute;
  top: 19px;
  right: 25px;
}
.modal-dialog .center {
  padding: 80px 0;
}
.modal-dialog ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.modal-dialog ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.modal-dialog :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.modal-dialog .tips {
  font-size: 16px;
  color: #F30505;
  padding-left: 22px;
  margin-top: 12px;
}
.pad_left {
  padding-left: 18%;
}
body {
  min-width: 1400px;
  overflow: scroll;
}
@media screen and (max-width: 1400px) {
  .pad_left {
    padding-left: 12%;
  }
}
