.header {
  width: 100%;
}

.header .logo {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.header .logo::after {
  clear: both;
  display: block;
  content: '';
}

.header .logo .logo-l {
  float: left;
  margin-top: 15px;
}

.header .logo .logo-r {
  float: right;
  position: relative;
}

.header .logo .logo-r .info {
  margin-top: 30px;
}

.header .logo .logo-r .info::after {
  clear: both;
  display: block;
  content: '';
}

.header .logo .logo-r .info .sj {
  float: left;
  margin-right: 15px;
}

.header .logo .logo-r .info .sj .ewm {
  width: 120px;
  height: 120px;
  position: absolute;
  display: none;
}

.header .logo .logo-r .info .sj .ewm img {
  width: 100%;
}

.header .logo .logo-r .info .sj:hover .ewm {
  display: block;
  z-index: 99;
}

.header .logo .logo-r .info .wx {
  float: left;
  margin-right: 15px;
}

.header .logo .logo-r .info .wx .ewm {
  position: absolute;
  display: none;
}

.header .logo .logo-r .info .wx:hover .ewm {
  display: block;
  z-index: 99;
}

.header .logo .logo-r .info .tel {
  float: left;
}

.header .logo .logo-r .info .tel img {
  float: left;
  margin-right: 15px;
}

.header .logo .logo-r .info .tel p {
  float: left;
  line-height: 24px;
  color: #0050a1;
  font-size: 18px;
}

.header .menu {
  width: 100%;
  border-top: 1px solid #0050a1;
}

.header .menu::after {
  clear: both;
  display: block;
  content: '';
}

.header .menu .nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.header .menu .nav::after {
  clear: both;
  display: block;
  content: '';
}

.header .menu .nav .nLi {
  float: left;
  width: 150px;
  line-height: 60px;
  height: 61px;
  font-size: 16px;
  text-align: center;
}

.header .menu .nav .nLi a {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: normal;
}

.header .menu .nav .nLi i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0050a1;
  float: right;
  margin-top: 30px;
}

.header .menu .nav .nLi.active,.header .menu .nav .nLi:hover {
  background-color: #0050a1;
}

.header .menu .nav .nLi.active a,.header .menu .nav .nLi:hover a{
  color: #fff;
  text-decoration: none;
}

.header .menu .nav .nLi .sub {
  display: none;
  position: absolute;
  width: 150px;
  z-index: 11;
}

.header .menu .nav .nLi .sub li {
  width: 150px;
  background-color: #0050a1;
}

.header .menu .nav .nLi .sub li a {
  font-size: 16px;
  color: #fff;
}

.banner {
  width: 100%;
  height: 470px;
  position: relative;
  overflow: hidden;
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper .swiper-pagination {
  width: 100px;
  height: 20px;
  position: absolute;
  top: 522px;
  left: 350px;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 32px;
  height: 10px;
  border-radius: 4px;
}

.banner .swiper .bannerwords {
  width: 590px;
  position: absolute;
  color: #fff;
  top: 147px;
  left: 361px;
  z-index: 99;
}

.banner .swiper .bannerwords h1 {
  font-size: 50px;
}

.banner .swiper .bannerwords p {
  font-size: 44px;
  line-height: 100px;
}

.banner .swiper .bannerwords span {
  font-size: 20px;
}

.banner .swiper .icon-jt {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.conts {
  width: 100%;
  margin-bottom: 80px;
}

.conts .c-top {
  width: 100%;
  height: 110px;
}

.conts .c-top .order {
  width: 40%;
  height: 110px;
  background-color: #f1f1f1;
  float: left;
}

.conts .c-top .order .click {
  display: flex;
  height: 110px;
  float: right;
  margin-right: 88px;
  align-items: center;
}

.conts .c-top .order .click img {
  float: left;
  margin-right: 20px;
  transition: 0.5s;
}

.conts .c-top .order .click:hover img {
  transform: rotate(360deg);
}

.conts .c-top .process {
  width: 22%;
  height: 110px;
  background-color: #f7f7f7;
  float: left;
}

.conts .c-top .process .click {
  display: flex;
  height: 110px;
  width: 400px;
  margin-right: 88px;
  justify-content: center;
  align-items: center;
}

.conts .c-top .process .click img {
  float: left;
  margin-right: 20px;
  transition: 0.5s;
}

.conts .c-top .process .click:hover img {
  transform: rotate(360deg);
}

.conts .c-top .process .click a {
  font-size: 16px;
  color: #4d4d4d;
}

.conts .c-top .search {
  width: 38%;
  height: 110px;
  background-color: #fcfcfc;
  float: left;
}

.conts .c-top .search .click {
  margin-left: 76px;
  height: 110px;
  display: flex;
  align-items: center;
}

.conts .c-top .search .click img {
  float: left;
  margin-right: 20px;
  transition: 0.5s;
}

.conts .c-top .search .click:hover img {
  transform: rotate(360deg);
}

.conts .c-top .search .click input {
  width: 225px;
  border: none;
  color: #4d4d4d;
}

.conts .serviceWarp {
  width: 100%;
}

.conts .serviceWarp::after {
  clear: both;
  display: block;
  content: '';
}

.conts .serviceWarp .service {
  position: relative;
  width: 83%;
  float: right;
}

.conts .serviceWarp .service .left {
  float: left;
}

.conts .serviceWarp .service .left .l-top {
  height: 480px;
  overflow: hidden;
}

.conts .serviceWarp .service .left .l-top .title {
  margin-top: 50px;
}

.conts .serviceWarp .service .left .l-top .title P {
  font-size: 30px;
  font-weight: bold;
  color: #4d4d4d;
}

.conts .serviceWarp .service .left .l-top .title h1 {
  padding: 20px 0;
  font-size: 30px;
  color: #0050a1;
  font-weight: normal;
}

.conts .serviceWarp .service .left .l-top .title h1 span {
  padding-left: 15px;
  color: #4d4d4d;
}

.conts .serviceWarp .service .left .l-top .title hr {
  width: 20px;
  height: 2px;
  background-color: #0050a1;
}

.conts .serviceWarp .service .left .l-top .info {
  margin-top: 25px;
}

.conts .serviceWarp .service .left .l-top .info p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 30px;
}

.conts .serviceWarp .service .left .l-top .info p span {
  color: #0050a1;
  font-weight: bold;
}

.conts .serviceWarp .service .left .l-top .info p:last-of-type {
  margin-top: 25px;
}

.conts .serviceWarp .service .left .l-top .info>span {
  display: block;
  margin-top: 58px;
  color: #777777;
  font-size: 14px;
}

.conts .serviceWarp .service .left .l-bottom {
  position: absolute;
  height: 40%;
}

.conts .serviceWarp .service .left .l-bottom .imgWarp {
  width: 940px;
  height: 320px;
  overflow: hidden;
}

.conts .serviceWarp .service .left .l-bottom .imgWarp img {
  transition: 0.5s;
}

.conts .serviceWarp .service .left .l-bottom .imgWarp:hover img {
  transform: scale(1.1);
}

.conts .serviceWarp .service .left .l-bottom .vio {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 10%;
  right: 18%;
  z-index: 13;
}

.conts .serviceWarp .service .left .l-bottom .l-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ffff;
}

.conts .serviceWarp .service .left .l-bottom .l-info hr {
  width: 20px;
  height: 2px;
  background-color: #0050a1;
}

.conts .serviceWarp .service .left .l-bottom .l-info p span {
  color: #0050a1;
}

.conts .serviceWarp .service .left .l-bottom .l-info h6 {
  font-size: 20px;
  font-weight: normal;
}

.conts .serviceWarp .service .right {
  width: 60%;
  float: right;
  height: 800px;
  overflow: hidden;
}

.conts .serviceWarp .service .right .r-top {
  position: absolute;
  width: 760px;
  height: 400px;
  float: right;
  top: 0;
  right: 0;
}

.conts .serviceWarp .service .right .r-top .imgWarp {
  width: 760px;
  height: 400px;
  overflow: hidden;
}

.conts .serviceWarp .service .right .r-top .imgWarp img {
  transition: 0.5s;
}

.conts .serviceWarp .service .right .r-top .imgWarp:hover img {
  transform: scale(1.1);
}

.conts .serviceWarp .service .right .r-top a {
  position: absolute;
  color: #fff;
  top: 173px;
  left: 183px;
}

.conts .serviceWarp .service .right .r-top a .info-l {
  float: left;
  line-height: 30px;
}

.conts .serviceWarp .service .right .r-top a .info-l p {
  font-size: 20px;
}

.conts .serviceWarp .service .right .r-top a .info-l span {
  font-size: 14px;
}

.conts .serviceWarp .service .right .r-top a img {
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 50px;
  margin-top: 10px;
}

.conts .serviceWarp .service .right .r-bottom {
  width: 760px;
  height: 400px;
  float: right;
  position: relative;
  top: 400px;
  right: 0;
}

.conts .serviceWarp .service .right .r-bottom .imgWarp {
  width: 760px;
  height: 400px;
  overflow: hidden;
}

.conts .serviceWarp .service .right .r-bottom .imgWarp img {
  transition: 0.5s;
}

.conts .serviceWarp .service .right .r-bottom .imgWarp:hover img {
  transform: scale(1.1);
}

.conts .serviceWarp .service .right .r-bottom a {
  position: absolute;
  color: #fff;
  top: 173px;
  left: 183px;
}

.conts .serviceWarp .service .right .r-bottom a .info-l {
  float: left;
  line-height: 30px;
}

.conts .serviceWarp .service .right .r-bottom a .info-l p {
  font-size: 20px;
}

.conts .serviceWarp .service .right .r-bottom a .info-l span {
  font-size: 14px;
}

.conts .serviceWarp .service .right .r-bottom a img {
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 50px;
  margin-top: 10px;
}

.conts .serviceWarp .service .right .r-bottom .b-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.conts .serviceWarp .service .right .r-bottom .b-left img {
  width: 100%;
}

.conts .serviceWarp .service .right .r-bottom .b-left a {
  display: block;
  position: absolute;
  top: 146px;
  left: 22px;
  width: 90px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
}

.conts .aboutWarp {
  width: 100%;
}
.conts .aboutWarp ::after {
  clear: both;
  display: block;
  content: '';
}
.conts .aboutWarp .about {
  width: 1200px;
  height: 856px;
  margin: 0 auto;
}

.conts .aboutWarp .about .title {
  width: 720px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conts .aboutWarp .about .title>P {
  font-size: 30px;
  font-weight: bold;
  color: #4d4d4d;
}

.conts .aboutWarp .about .title h1 {
  padding: 20px 0;
  font-size: 30px;
  color: #0050a1;
  font-weight: normal;
}

.conts .aboutWarp .about .title h1 span {
  padding-left: 15px;
  color: #4d4d4d;
}

.conts .aboutWarp .about .title i {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 20px;
  height: 2px;
  background-color: #0050a1;
}

.conts .aboutWarp .about .title .title-p p {
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
}

.conts .aboutWarp .about .about-info {
  margin-top: 50px;
}

.conts .aboutWarp .about .about-info::after {
  clear: both;
  display: block;
  content: '';
}

.conts .aboutWarp .about .about-info .intro {
  float: left;
}

.conts .aboutWarp .about .about-info .intro .intro-p {
  display: block;
  float: left;
  position: relative;
  width: 240px;
  height: 230px;
  background-color: #0050a1;
  line-height: 30px;
  color: #fff;
}

.conts .aboutWarp .about .about-info .intro .intro-p p {
  padding-left: 30px;
  padding-top: 30px;
  font-size: 20px;
}

.conts .aboutWarp .about .about-info .intro .intro-p span {
  padding-left: 30px;
  padding-top: 30px;
  font-size: 14px;
}

.conts .aboutWarp .about .about-info .intro .intro-p img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.conts .aboutWarp .about .about-info .intro .intro-img {
  float: left;
  width: 345px;
  height: 230px;
  overflow: hidden;
  margin-left: 10px;
}

.conts .aboutWarp .about .about-info .intro .intro-img img {
  transition: 0.5s;
}

.conts .aboutWarp .about .about-info .intro .intro-img:hover img {
  transform: scale(1.1);
}

.conts .aboutWarp .about .about-info .team {
  margin-left: 10px;
  float: left;
}

.conts .aboutWarp .about .about-info .team .team-p {
  display: block;
  float: left;
  position: relative;
  width: 240px;
  height: 230px;
  background-color: #f1f1f1;
  line-height: 30px;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
  color: #4d4d4d;
}

.conts .aboutWarp .about .about-info .team .team-p p {
  font-size: 20px;
}

.conts .aboutWarp .about .about-info .team .team-p span {
  font-size: 14px;
}

.conts .aboutWarp .about .about-info .team .team-p img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.conts .aboutWarp .about .about-info .team .team-img {
  float: left;
  width: 345px;
  height: 230px;
  overflow: hidden;
  margin-left: 10px;
}

.conts .aboutWarp .about .about-info .team .team-img img {
  transition: 0.5s;
}

.conts .aboutWarp .about .about-info .team .team-img:hover img {
  transform: scale(1.1);
}

.conts .aboutWarp .about .about-info .core {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.conts .aboutWarp .about .about-info .core .core-p {
  float: left;
  width: 420px;
  height: 320px;
  background-color: #f1f1f1;
  margin-right: 10px;
  padding: 60px 25px 0 30px;
  box-sizing: border-box;
}

.conts .aboutWarp .about .about-info .core .core-p p {
  color: #777777;
}

.conts .aboutWarp .about .about-info .core .core-p p span {
  color: #0050a1;
  font-weight: bold;
}

.conts .aboutWarp .about .about-info .core .core-p p:last-of-type {
  margin-top: 30px;
}

.conts .aboutWarp .about .about-info .core .core-p h6 {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 65px;
  font-weight: normal;
}

.conts .aboutWarp .about .about-info .core .core-p hr {
  width: 20px;
  height: 2px;
  background-color: #0050a1;
}

.conts .aboutWarp .about .about-info .core .core-img {
  float: left;
  width: 770px;
  height: 320px;
  overflow: hidden;
}

.conts .aboutWarp .about .about-info .core .core-img img {
  transition: 0.5s;
}

.conts .aboutWarp .about .about-info .core .core-img:hover img {
  transform: scale(1.1);
}

.conts .coreTeamWarp {
  width: 100%;
  height: 720px;
  background-image: url(../image/team.png);
  position: relative;
}

.conts .coreTeamWarp .coreTeam {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.conts .coreTeamWarp .coreTeam .title {
  width: 720px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conts .coreTeamWarp .coreTeam .title>P {
  font-size: 30px;
  font-weight: bold;
  color: #0050a1;
}

.conts .coreTeamWarp .coreTeam .title h1 {
  padding: 20px 0;
  font-size: 30px;
  color: #0050a1;
  font-weight: normal;
}

.conts .coreTeamWarp .coreTeam .title h1 span {
  padding-left: 15px;
  color: #4d4d4d;
}

.conts .coreTeamWarp .coreTeam .title i {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 20px;
  height: 2px;
  background-color: #0050a1;
}

.conts .coreTeamWarp .coreTeam .list {
  display: flex;
  width: 1200px;
  margin-top: 70px;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper {
  margin-top: 30px;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide {
  width: 280px;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro {
  position: relative;
  width: 280px;
  height: 355px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 30% 25px 0 25px;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro h6 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: normal;
  line-height: 40px;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro p {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  height: 70px;
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro span {
  font-size: 14px;
  color: #777;
}
.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro #sw-a{
  height:185px ;
}
.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro span >a {
  display: block;
  width: 90px;
  height: 30px;
  border: 1px solid #777777;
  text-align: center;
  line-height: 30px;
  color: #777777;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro .sw-img {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide .sw-intro .sw-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
  transition: 0.8s;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide:hover .sw-intro span a {
  background-color: #0050a1;
  border: 1px solid #0050a1;
  color: #fff;
}

.conts .coreTeamWarp .coreTeam .list .swiper-wrapper .swiper-slide:hover .sw-intro .sw-img img {
  transform: rotateY(180deg);
}

.conts .coreTeamWarp .coreTeam .list .swiper-button-next {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 60%;
  right: 12%;
  background-image: url(../image/icon-next.png);
}

.conts .coreTeamWarp .coreTeam .list .swiper-button-next::after {
  content: '';
}

.conts .coreTeamWarp .coreTeam .list .swiper-button-next:hover {
  background-image: url(../image/icon-nexthover.png);
}

.conts .coreTeamWarp .coreTeam .list .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 60%;
  left: 11%;
  background-image: url(../image/icon-prev.png);
}

.conts .coreTeamWarp .coreTeam .list .swiper-button-prev::after {
  content: '';
}

.conts .coreTeamWarp .coreTeam .list .swiper-button-prev:hover {
  background-image: url(../image/icon-prevhover.png);
}

.conts .newsWarp {
  width: 100%;
}

.conts .newsWarp .news {
  width: 1200px;
  margin: 0 auto;
}

.conts .newsWarp .news .title {
  width: 720px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conts .newsWarp .news .title>P {
  font-size: 30px;
  font-weight: bold;
  color: #0050a1;
}

.conts .newsWarp .news .title h1 {
  padding: 20px 0;
  font-size: 30px;
  color: #0050a1;
  font-weight: normal;
}

.conts .newsWarp .news .title h1 span {
  padding-left: 15px;
  color: #4d4d4d;
}

.conts .newsWarp .news .newlist {
  position: relative;
}

.conts .newsWarp .news .newlist .icon-xw {
  position: absolute;
  width: 36px;
  height: 31px;
}

.conts .newsWarp .news .newlist .listmenu {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.conts .newsWarp .news .newlist .listmenu .menu-l {
  margin-left: 58px;
  width: 270px;
  display: flex;
  justify-content: space-between;
}

.conts .newsWarp .news .newlist .listmenu .menu-l li {
  float: left;
  line-height: 32px;
}

.conts .newsWarp .news .newlist .listmenu .menu-l li.active a {
  color: #4d4d4d;
}

.conts .newsWarp .news .newlist .listmenu .menu-l li a {
  line-height: 32px;
  color: #777777;
  font-size: 16px;
  text-align: center;
}

.conts .newsWarp .news .newlist .listmenu .menu-l li:hover a {
  color: #4d4d4d;
}

.conts .newsWarp .news .newlist .listmenu .more a {
  color: #777777;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.conts .newsWarp .news .newlist .listmenu .more:hover a {
  color: #4d4d4d;
}

.conts .newsWarp .news .newlist .listtop {
  margin-top: 30px;
  margin-bottom: 20px;
}

.conts .newsWarp .news .newlist .listtop::after {
  clear: both;
  display: block;
  content: '';
}

.conts .newsWarp .news .newlist .listtop .leftnew {
  width: 50%;
  height: 250px;
  float: left;
  position: relative;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper {
  width: 100%;
  height: 100%;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .imgWarp {
  width: 600px;
  height: 250px;
  overflow: hidden;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .imgWarp .newtitle {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .imgWarp .newtitle span {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .imgWarp img {
  transition: 0.5s;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper:hover .imgWarp img {
  transform: scale(1.1);
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .swiper-pagination {
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  left: 500px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 32px;
  height: 10px;
  border-radius: 4px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .bannerwords {
  width: 590px;
  position: absolute;
  color: #fff;
  top: 190px;
  left: 361px;
  z-index: 99;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .bannerwords h1 {
  font-size: 50px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .bannerwords p {
  font-size: 44px;
  line-height: 100px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .bannerwords span {
  font-size: 20px;
}

.conts .newsWarp .news .newlist .listtop .leftnew .swiper .icon-jt {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.conts .newsWarp .news .newlist .listtop .right-l {
  float: right;
}

.conts .newsWarp .news .newlist .listtop .right-l li {
  width: 280px;
  float: left;
  height: 250px;
  margin-right: 20px;
  padding: 30px 30px 20px 20px;
  background-color: #f1f1f1;
}

.conts .newsWarp .news .newlist .listtop .right-l li:last-child {
  margin-right: 0;
}

.conts .newsWarp .news .newlist .listtop .right-l li a {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.conts .newsWarp .news .newlist .listtop .right-l li a h6 {
  font-size: 16px;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 30px;
}

.conts .newsWarp .news .newlist .listtop .right-l li a hr {
  width: 20px;
  height: 2px;
  background-color: #bebebe;
}

.conts .newsWarp .news .newlist .listtop .right-l li a p {
  font-size: 14px;
  line-height: 25px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conts .newsWarp .news .newlist .listtop .right-l li a span {
  font-size: 14px;
  color: #bebebe;
}

.conts .newsWarp .news .newlist .listtop .right-l li:hover a h6 {
  color: #0050a1;
}

.conts .newsWarp .news .newlist .list {
  height: 500px;
  overflow: hidden;
}

.conts .newsWarp .news .newlist .list li {
  padding: 35px 50px 0 60px;
  width: 1200px;
  height: 160px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.conts .newsWarp .news .newlist .list li:first-child {
  background-color: #f1f1f1;
}

.conts .newsWarp .news .newlist .list li:hover a h6 {
  color: #0050a1;
}

.conts .newsWarp .news .newlist .list li a h6 {
  font-weight: normal;
  color: #4d4d4d;
}

.conts .newsWarp .news .newlist .list li a p {
  margin-top: 20px;
  width: 812px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.conts .newsWarp .news .newlist .list li a span {
  position: absolute;
  right: 50px;
  top: 80px;
  color: #bebebe;
}

.conts .processWarp {
  width: 100%;
  margin-top: 20px;
}

.conts .processWarp .process {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.conts .processWarp .process li .imgwarp {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  border-radius: 50%;
  float: left;
  position: relative;
}

.conts .processWarp .process li .imgwarp img {
  position: absolute;
  margin: 23px 0 0 23px;
  width: 34px;
  height: 31px;
  text-align: center;
  transition: 0.5s;
}

.conts .processWarp .process li .info {
  float: left;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.conts .processWarp .process li .info p {
  font-size: 20px;
  color: #4d4d4d;
}

.conts .processWarp .process li .info span {
  font-size: 14px;
  color: #777777;
}

.conts .processWarp .process li:hover img {
  transform: rotate(360deg);
}

.conts .environmentWarp {
  width: 100%;
}

.conts .environmentWarp .environment {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.conts .environmentWarp .environment .title {
  width: 720px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conts .environmentWarp .environment .title>P {
  font-size: 30px;
  font-weight: bold;
  color: #0050a1;
}

.conts .environmentWarp .environment .title h1 {
  padding: 20px 0;
  font-size: 30px;
  color: #0050a1;
  font-weight: normal;
}

.conts .environmentWarp .environment .title h1 span {
  padding-left: 15px;
  color: #4d4d4d;
}

.conts .environmentWarp .environment .slideGroup {
  width: 1200px;
}

.conts .environmentWarp .environment .slideGroup .parHd {
  display: flex;
  justify-content: space-between;
}

.conts .environmentWarp .environment .slideGroup .parHd .icon-xw {
  position: absolute;
  width: 36px;
  height: 31px;
}

.conts .environmentWarp .environment .slideGroup .parHd ul {
  width: 270px;
  height: 31px;
  margin-left: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conts .environmentWarp .environment .slideGroup .parHd ul li {
  float: left;
}

.conts .environmentWarp .environment .slideGroup .parHd ul li span {
  color: #777777;
  font-size: 16px;
}

.conts .environmentWarp .environment .slideGroup .parHd ul li.on span {
  color: #4d4d4d;
}

.conts .environmentWarp .environment .slideGroup .parHd .more a {
  font-size: 16px;
  color: #777777;
  line-height: 31px;
}

.conts .environmentWarp .environment .slideGroup .parHd .more:hover a {
  color: #4d4d4d;
}

.conts .environmentWarp .environment .slideGroup .parBd {
  margin-top: 30px;
  width: 1200px;
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left {
  width: 1200px;
  position: relative;
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd {
  width: 1200px;
  overflow: hidden;
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd a.sPrev {
  position: absolute;
  top: 45%;
  left: -10%;
  z-index: 20;
  width: 40px;
  height: 40px;
  background-image: url(../image/icon-prev.png);
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd a.sNext {
  position: absolute;
  top: 45%;
  right: -10%;
  z-index: 20;
  width: 40px;
  height: 40px;
  background-image: url(../image/icon-next.png);
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd a:hover.sPrev {
  background-image: url(../image/icon-prevhover.png);
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd a:hover.sNext {
  background-image: url(../image/icon-nexthover.png);
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd .picList .clone {
  width: 380px;
  height: 280px;
  margin-right: 30px;
  position: relative;
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd .picList .clone .sw-img {
  width: 380px;
  height: 280px;
  overflow: hidden;
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd .picList .clone .sw-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd .picList .clone .sw-img:hover img {
  transform: scale(1.1);
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd .picList .clone .sw-name {
  position: absolute;
  bottom: 0;
  width: 380px;
  height: 90px;
  padding-top: 40px;
  box-sizing: border-box;
  background-image: url(../image/hjbj.png);
}

.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd .picList .clone .sw-name p {
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.footerWarp {
  /* margin-top: 80px; */
  width: 100%;
  position: relative;
}

.footerWarp .footer {
  width: 100%;
  height: 350px;
  background-image: url(../image/footer.png);
}

.footerWarp .footer .foot-top {
  height: 123px;
  border-bottom: 1px solid #fff;
}

.footerWarp .footer .foot-top .top {
  width: 1200px;
  margin: 0 auto;
}

.footerWarp .footer .foot-top .top::after {
  clear: both;
  display: block;
  content: '';
}

.footerWarp .footer .foot-top .top .logo {
  margin-top: 35px;
  float: left;
}

.footerWarp .footer .foot-top .top .top-r {
  margin-top: 45px;
  line-height: 70px;
  float: right;
}

.footerWarp .footer .foot-top .top .top-r span a {
  font-size: 16px;
  color: #fff;
}

.footerWarp .footer .foot-top .top .top-r i {
  color: #fff;
  padding: 0 20px;
}

.footerWarp .footer .foot-top .top .top-r #selink {
  margin-left: 15px;
  width: 200px;
  height: 45px;
  border-radius: 5px;
  border: none;
  color: #777777;
}

.footerWarp .footer .foot-map {
  width: 1200px;
  margin: 0 auto;
}

.footerWarp .footer .foot-map::after {
  clear: both;
  display: block;
  content: '';
}

.footerWarp .footer .foot-map .map-left {
  margin-top: 30px;
  width: 600px;
  height: 230px;
  float: left;
  border: 10px solid #fff;
}

.footerWarp .footer .foot-map .map-left iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.footerWarp .footer .foot-map .map-left img {
  width: 100%;
}

.footerWarp .footer .foot-map .add {
  margin-left: 35px;
  float: left;
  color: #fff;
}

.footerWarp .footer .foot-map .add h6 {
  font-size: 18px;
  margin: 40px 0;
}

.footerWarp .footer .foot-map .add div {
  font-size: 14px;
  line-height: 25px;
}

.footerWarp .footer .foot-map .add div p {
  width: 60px;
  float: left;
}

.footerWarp .footer .foot-map .add div span {
  width: 190px;
  float: left;
}

.footerWarp .footer .foot-map .contact {
  float: right;
}

.footerWarp .footer .foot-map .contact h6 {
  margin: 18px 0;
  color: #fff;
  font-size: 18px;
}

.footerWarp .footer .foot-map .contact ul li {
  float: left;
  margin-right: 20px;
}

.footerWarp .footer .foot-map .contact ul li:last-child {
  margin-right: 0px;
}

.footerWarp .footer .foot-map .contact ul li img {
  width: 120px;
  height: 120px;
}

.footerWarp .footer .foot-map .contact ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.footerWarp .footer-bottom {
  height: 80px;
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #0050a1;
}

.footerWarp .footer-bottom .company {
  width: 1200px;
  margin: 0 auto;
  line-height: 80px;
  font-size: 14px;
  color: #fff;
}

.footerWarp .footer-bottom .company::after {
  clear: both;
  display: block;
  content: '';
}

.footerWarp .footer-bottom .company .intro {
  float: left;
}

.footerWarp .footer-bottom .company .intro p {
  margin-right: 35px;
  float: left;
}
.footerWarp .footer-bottom .company .intro p a{
  color: #fff;
}
.footerWarp .footer-bottom .company .intro span {
  color: #fff;
}

.footerWarp .footer-bottom .company .intro span a {
  color: #fff;
}

.footerWarp .footer-bottom .company .support {
  float: right;
}

.footerWarp .footer-bottom .company .support .vleader {
  float: left;
  margin-right: 55px;
}

.footerWarp .footer-bottom .company .support .vleader span {
  margin-right: 10px;
}

.footerWarp .footer-bottom .company .support .vleader i {
  width: 121px;
  height: 18px;
  float: right;
  margin-top: 30px;
  background-image: url(../image/vleader.png);
}

.footerWarp .footer-bottom .company .support .vleader:hover i {
  background-image: url(../image/vleader_hover.png);
}

.footerWarp .footer-bottom .company .support .ws {
  float: right;
}

.footerWarp .footer-bottom .company .support .ws span {
  margin-right: 10px;
}

.footerWarp .footer-bottom .company .support .ws i {
  width: 107px;
  height: 18px;
  float: right;
  margin-top: 30px;
  background-image: url(../image/ws.png);
}

.footerWarp .footer-bottom .company .support .ws:hover i {
  background-image: url(../image/win_hover.png);
}

#play {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}

#play #videoclose {
  background-image: url(../image/close.png);
  position: absolute;
  width: 48px;
  height: 48px;
  top: -20px;
  right: -20px;
  cursor: pointer;
}

#play #videoclose p {
  position: absolute;
  top: 0;
  left: 48px;
  display: none;
}

#play #videoclose:hover {
  background-image: url(../image/closehover.png);
}

#play #videoclose:hover p {
  display: block;
  color: #fff;
}

#play #vid {
  width: 1200px;
}





/*内页banner*/
.ny_banner {
  width: 100%;
  height: 300px;
}

.ny_banner .container {
  position: relative
}

.ny_banner h4 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  line-height: 200px;
  text-align: center
}

.ny_post {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: url(../image/home.png) no-repeat left center;
  padding-left: 30px;
}

.ny_post a {
  font-size: 14px;
  color: #fff;
}

.about_ban {
  background: url(../image/about_ban.jpg) no-repeat center
}

.jyzn_ban {
  background: url(../image/jyzn_ban.jpg) no-repeat center
}

.team_ban {
  background: url(../image/team_ban.jpg) no-repeat center
}

.ks_ban {
  background: url(../image/ks_ban.jpg) no-repeat center
}

.pic_ban {
  background: url(../image/pic_ban.jpg) no-repeat center
}

.news_ban {
  background: url(../image/news_ban.jpg) no-repeat center
}

.hz_ban {
  background: url(../image/hz_ban.jpg) no-repeat center
}

.contact_ban {
  background: url(../image/contact_ban.jpg) no-repeat center
}

.yhhj_ban {
  background: url(../image/yhhj_ban.jpg) no-repeat center
}




/*二级导航*/
.ny_erji {
  width: 1200px;
  height: auto;
  border-bottom: 1px solid #bebebe;
  margin: 20px auto 0;
  overflow: hidden
}

.ny_erji a {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
  float: left;
  width: 140px;
  text-align: center;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
  position: relative
}

.ny_erji a:first-child {
  background: url(../image/ejdh.png) no-repeat left center;
  padding-left: 30px;
}
.ny_erji a:first-child::after{
  background: none;
}
.ny_erji a:last-child {
  margin-right: 0
}

.ny_erji a.active,
.ny_erji a:hover {
  
  font-size: 18px;
  
}

.ny_erji a:hover:after,
.ny_erji a.active:after {
  opacity: 1
}

/* .ny_erji a:after {
  content: "";
  width: 120px;
  height: 3px;
  background: #0050a1;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
  opacity: 0
} */

.ny_erji_san {
  width: 1200px;
  height: auto;
  display: block;
  margin: 30px auto;
  overflow: hidden
}

.ny_erji_san ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.ny_erji_san li {
  width: 162px;
  height: 40px;
  line-height: 40px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 16px;
  float: left;
  margin-right: 11px;
  margin-bottom: 10px;
}

.ny_erji_san li a {
  color: #333;
  width: 100%;
  height: auto;
  display: block;
}

.ny_erji_san li:nth-child(7n) {
  margin-right: 0px
}

.ny_erji_san li:hover {
  background: #0368ac;
  color: #fff
}

.ny_erji_san li.active {
  background: #0368ac;
  color: #fff
}

.ny_erji_san li.active a,
.ny_erji_san li:hover a {
  color: #fff
}

.ny_about_show {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #666
}


/*环境*/
.ny_hj_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ny_hj_all ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.ny_hj_all ul li {
  width: 385px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 22px;
  margin-bottom: 18px;
  overflow: hidden
}

.ny_hj_all ul li img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.ny_hj_all p {
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center
}

.ny_hj_all ul li:nth-child(3n) {
  margin-right: 0
}

.ny_hj_all ul li:hover .ny_honor_t {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.ny_hj_all ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

.hj_pic {
  width: 100%;
  height: auto;
  overflow: hidden
}


/*团队列表*/
.ny_team_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
}

.ny_team_all ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.ny_team_all ul li {
  width: 280px;
  height: 340px;
  position: relative;
  float: left;
  margin-right: 26px;
  margin-bottom: 28px;
  overflow: hidden
}

.ny_team_all ul li:nth-child(4n) {
  margin-right: 0
}

.ny_team_all ul li .ny_team_xx {
  background: rgba(1, 79, 161, 0.8)
}

.ny_team_all ul li img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.ny_team_all ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

.ny_team_xx {
  width: 100%;
  height: 82px;
  background: rgba(1, 79, 161, 0.8);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.ny_team_xx h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal
}

.ny_team_xx p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.ny_team_xx .in_txx {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}

.ny_team_xx .in_tinfo {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
  color: #fff
}

.ny_team_xx span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  width: 100%;
  display: block;
}




/*团队详情*/
.ny_team_info {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 68px;
}

.team_info_pic {
  width: 280px;
  height: 400px;
  float: left
}

.team_info_pic img {
  width: 100%;
  height: auto;
  display: block
}

.team_info_xx {
  width: 835px;
  height: auto;
  float: right
}

.team_info_xx h3 {
  width: 100%;
  height: 60px;
  background: url(../image/txq_bj.png) no-repeat bottom center;
  font-size: 18px;
  color: #4d4d4d;
  font-weight: bold;
}

.team_info_js {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 26px;
  margin-top: 20px;
}

.team_info_js p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 26px;
}

.ny_ysinfo {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f2f2f2;
  padding: 37px 0;
  margin-top: 70px;
}

.ny_ysinfo_t {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #bebebe
}

.ny_ysinfo_t h3 {
  width: 125px;
  height: 50px;
  line-height: 45px;
  border-bottom: 2px solid #0050a1;
  background: url(../image/ys_icon.png) no-repeat left center;
  padding-left: 40px;
  font-size: 18px;
  color: #0050a1;
  font-weight: bold;
}

.ysinfo_js {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 28px;
}

.ny_yspaiban {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
}

.ny_yspaiban img {
  max-width: 100%;
  display: block;
}

.ny_paiban_t {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 40px;
}

.ny_paiban_t h3 {
  width: 125px;
  height: 50px;
  line-height: 45px;
  border-bottom: 2px solid #0050a1;
  background: url(../image/pb_icon.png) no-repeat left center;
  padding-left: 40px;
  font-size: 18px;
  color: #0050a1;
  font-weight: bold;
  float: left
}

.ny_paiban_t a,
.ny_keteam_t a {
  font-size: 14px;
  color: #4d4d4d;
  float: right;
  line-height: 50px;
}




/*科室*/
.ny_keshi_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ny_keshi_all ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ny_keshi_all ul li {
  width: 380px;
  height: 406px;
  overflow: hidden;
  background: #eaeaea;
  position: relative;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

.ny_keshi_pic {
  width: 100%;
  height: 300px;
  overflow: hidden
}

.ny_keshi_pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.ny_keshi_info {
  height: 200px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin: -95px auto 0;
  position: relative;
  z-index: 99
}

.ny_keshi_info h3 {
  width: 120px;
  height: 40px;
  margin: -10px auto 0px;
  background: #0050a1;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  color: #fff
}

.ny_keshi_info p {
  width: 100%;
  height: 40px;
  margin-top: 50px;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #777777;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ny_keshi_all ul li:nth-child(3n) {
  margin-right: 0
}

.ny_keshi_all ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

.ny_keshi_one {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}

.keshi_one_pic {
  width: 481px;
  height: auto;
  float: left;
}

.keshi_one_pic img {
  width: 100%;
  height: auto;
  display: block;
}

.keshi_one_info {
  width: 1194px;
  height: auto;
  float: right;
}

.keshi_one_info h3 {
  font-size: 20px;
  color: #666;
  font-weight: normal
}

.keshi_one_info h3 span {
  color: #0050a1;
  font-weight: bold;
  font-size: 20px;
}


/**/
.ny_ksteam {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px 0
}

.ny_keteam_t {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 40px;
}

.ny_keteam_t h3 {
  width: 125px;
  height: 50px;
  line-height: 45px;
  border-bottom: 2px solid #0050a1;
  background: url(../image/zj_icon.png) no-repeat left center;
  padding-left: 40px;
  font-size: 18px;
  color: #0050a1;
  font-weight: bold;
  float: left;
}

.ny_ksteam_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}


/*新闻列表*/
.ny_news_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ny_news_all li {
  width: 100%;
  height: 220px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.ny_news_pic {
  width: 315px;
  height: 100%;
  float: left;
  overflow: hidden
}

.ny_news_pic img {
  height: 85%;
  width: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.ny_news_xx {
  width: 670px;
  height: auto;
  float: left;
  margin-left: 38px;
  margin-top: 15px;
}

.ny_news_xx h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.ny_news_xx span {
  font-size: 14px;
  color: #4d4d4d;
  display: block;
  margin: 10px 0
}

.ny_news_xx p {
  width: 100%;
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  color: #4d4d4d;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ny_news_jt {
  width: 75px;
  height: 120px;
  float: right;
  border-left: 1px solid #bebebe;
  margin-right: 30px;
  margin-top: 30px;
}

.ny_news_jt i {
  width: 34px;
  height: 34px;
  display: block;
  background: url(../image/n_jt.png) no-repeat center;
  float: right;
  margin-top: 40px;
}

.ny_news_all li:hover {
  background: #0050a1;
}

.ny_news_all li:hover span,
.ny_news_all li:hover p,
.ny_news_all li:hover h3 {
  color: #fff
}

.ny_news_all li:hover .ny_news_jt {
  border-left: 1px solid #fff
}

.ny_news_all li:hover i {
  background: url(../image/n_bjt.png) no-repeat center
}

.ny_news_all li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

.ny_news_show {
  margin-bottom: 60px;
  margin-top: 40px;
}




/*荣誉资质*/
.ny_honor_all {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ny_honor_all ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.ny_honor_all ul li {
  width: 385px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 22px;
  margin-bottom: 18px;
  overflow: hidden
}

.ny_honor_all ul li img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.ny_honor_t {
  width: 100%;
  height: 40px;
  background: rgba(1, 79, 161, 0.8);
  text-align: center;
}

.ny_honor_t p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center
}

.ny_honor_all ul li:nth-child(3n) {
  margin-right: 0
}

.ny_honor_all ul li:hover .ny_honor_t {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.ny_honor_all ul li:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}

.hzxs_pic,
.honor_pic {
  width: 100%;
  height: auto;
  display: block;
}

.hzxs_pic img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  margin: 0 auto;
  width: 1200px
}

@media (max-width:1600px) {
  .conts .c-top .process .click{
    width: 300px;
  }
  .conts .serviceWarp {
    height: 750px;
  }
  .conts .serviceWarp .service {
    height: 750px;
}
  .conts .serviceWarp .service .left .l-top {
    height: 400px;
  }
  .conts .serviceWarp .service .left .l-top .info p:last-of-type {
    margin-top: 10px;
}
  .conts .serviceWarp .service .left .l-top .info>span {
    margin-top: 18px;
  }

  .conts .serviceWarp .service .left .l-bottom .l-info {
    top: 230px;
  }
  .conts .serviceWarp .service .left .l-bottom .imgWarp {
    width: 550px;
}
  .conts .serviceWarp .service .right .r-top {
    left: 550px;
  }

  .conts .serviceWarp .service .right .r-bottom {
    height: 320px;
    position: absolute;
    left: 550px;
  }

  .conts .serviceWarp .service .right .r-bottom .imgWarp {
    height: 320px;
  }

  .conts .serviceWarp .service .left .l-bottom .vio {
    top: 210px;
    right: -17%;
  }

  .conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd a.sPrev {
    left: -7%;
}
.conts .environmentWarp .environment .slideGroup .parBd .picMarquee-left .bd a.sNext {
  right: -7%;
}
.conts .coreTeamWarp .coreTeam .list .swiper-button-prev{
  left: 2%;
}
.conts .coreTeamWarp .coreTeam .list .swiper-button-next{
  right: 2%;
}

}



.mes_qsyj_text textarea{height:112px!important; resize: none;     margin-bottom: 10px!important;}
.mes_form_p a{margin-top:10px!important;}
.ny_yzxx_all{width:100%; margin-bottom:50px;}#0050a1