html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.banner a img {
  width: 100%;
}
@font-face {
  font-family: 'sy';
  src: url('../fonts/sy_r.TTF') format('truetype');
}
body,
html {
  font-family: "sy";
}
.content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.title {
  padding: 60px 0;
  text-align: center;
}
.title h4 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
}
.title h4 i {
  color: #0460bc;
}
.title h5 {
  font-size: 24px;
  line-height: 1;
  color: #999999;
}
.page {
  padding: 80px 0 100px;
}
.page ul {
  margin: 0 auto;
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 5px;
}
.page ul li:first-child a,
.page ul li:last-child a {
  width: 69px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #b5b5b5;
}
.page ul li:hover a,
.page ul li.active a {
  background-color: #0460bc;
  color: #fff;
  border: none;
}
.page ul li:hover a i,
.page ul li.active a i {
  color: #fff;
}
.page ul li a {
  width: 40px;
  height: 40px;
  border: solid 1px #b5b5b5;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #888;
}
.am-breadcrumb {
  margin: 0;
  padding: 0;
  float: right;
}
.am-breadcrumb li.am-active {
  color: #0460bc;
}
.am-breadcrumb li {
  font-size: 14px;
  color: #666;
  height: 65px;
  line-height: 65px;
}
.am-breadcrumb li a {
  font-size: 14px;
  color: #666;
}
.second_nav {
  box-shadow: 0px 1px 0px 0px rgba(52, 52, 52, 0.2);
}
.second_nav .content {
  height: 65px;
}
.second_nav .content .left {
  float: left;
}
.second_nav .content .left ul li {
  float: left;
  margin-right: 45px;
}
.second_nav .content .left ul li:last-child {
  margin-right: 0;
}
.second_nav .content .left ul li.active a,
.second_nav .content .left ul li:hover a {
  color: #0460bc;
  border-bottom: 2px solid #0460bc;
}
.second_nav .content .left ul li.active a::after,
.second_nav .content .left ul li:hover a::after {
  display: block;
}
.second_nav .content .left ul li a {
  display: block;
  width: auto;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.second_nav .content .left ul li a::after {
  display: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 4px;
  background: url(../images/second_nav_arrow.jpg) no-repeat center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.header.active {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(124, 124, 124, 0.1);
}
.header.active .content .logo a .w_logo {
  display: none;
}
.header.active .content .logo a .b_logo {
  display: block;
}
.header.active .content .right > ul > li:hover > a,
.header.active .content .right > ul > li.active > a {
  border-bottom: 2px solid #666;
}
.header.active .content .right > ul > li a {
  color: #666;
}
.header.active .content .right .else::after {
  background: #666;
}
.header.active .content .right .else a .l_w {
  display: none;
}
.header.active .content .right .else a .l_b {
  display: block;
}
.header.active .content .right .else form {
  border: solid 1px #666;
}
.header.active .content .right .else form .txt {
  color: #666;
}
.header.active .content .right .else form .sub {
  background: url(../images/search_b.png) no-repeat center;
}
.header .content {
  height: 96px;
}
.header .content .logo {
  float: left;
  padding-top: 7px;
}
.header .content .logo a {
  display: block;
}
.header .content .logo a img {
  width: 66px;
}
.header .content .logo a .b_logo {
  display: none;
}
.header .content .right {
  float: right;
}
.header .content .right > ul {
  float: left;
}
.header .content .right > ul > li {
  float: left;
  margin-right: 70px;
  height: 96px;
  padding-top: 33px;
  position: relative;
}
.header .content .right > ul > li .sonNav {
  display: none;
  z-index: 10;
  position: absolute;
  min-width: 100%;
  width: 130px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 0;
}
.header .content .right > ul > li .sonNav ul li a {
  display: block;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
.header .content .right > ul > li .sonNav ul li a:hover {
  color: #1257b7;
}
.header .content .right > ul > li:hover .sonNav{
  display: block;
}
.header .content .right > ul > li:hover > a,
.header .content .right > ul > li.active > a {
  border-bottom: 2px solid #fff;
}
.header .content .right > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 3px 0;
}
.header .content .right .else {
  height: 96px;
  position: relative;
  padding-top: 25px;
  float: right;
}
.header .content .right .else::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #ffffff;
  opacity: 0.5;
}
.header .content .right .else a {
  float: left;
  display: block;
  margin-top: 10px;
  margin: 10px 30px 0 45px;
}
.header .content .right .else a .l_b {
  display: none;
}
.header .content .right .else form {
  display: inline-block;
  width: 200px;
  height: 42px;
  border: solid 1px #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
.header .content .right .else form .txt {
  width: 150px;
  height: 100%;
  float: left;
  background: rgba(0, 0, 0, 0);
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
}
.header .content .right .else form .sub {
  width: 42px;
  height: 42px;
  float: right;
  background: url(../images/search.png) no-repeat center;
}
.am-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #3f80d5;
}
.am-header h1 a {
  display: block;
}
.am-header h1 a img {
  width: 35px;
  height: auto !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
  margin-bottom: 6px;
}
.am-header .am-btn {
  background: #fff;
  color: #3f80d5 ;
}
.am-offcanvas-bar {
  background: #fff;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  content: "\f105";
}
.am-offcanvas-bar .am-icon-angle-left:before {
  content: "\f105";
}
.am-offcanvas-bar .am-menu-nav > li > a {
  height: 70px;
  line-height: 70px;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.am-offcanvas-bar .morenav.active span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.am-offcanvas-bar .am-nav > li > a {
  padding-left: 0;
}
.am-offcanvas-bar:after {
  background: #fff;
}
.am-offcanvas-bar .am-menu-sub {
  background: #3f80d5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.am-offcanvas-bar .am-menu-sub a {
  color: #fff;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background-color: #3f80d5 !important;
  color: #fff !important;
}
.am-offcanvas-bar .am-menu-nav > li:first-child a {
  border-top: 1px solid none;
  border-top: none;
}
.am-offcanvas-bar .am-menu-nav > li > a {
  color: #666;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav > li > a:hover {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .aside {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3rem;
  right: 1rem;
  font-size: 1.4rem;
}
.am-offcanvas-bar .aside a {
  color: #3f80d5;
}
.footer {
  background: #eeeeee url(../images/map.png) no-repeat center;
}
.footer .content {
  height: 296px;
  padding-top: 70px;
}
.footer .content .left {
  float: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer .content .left .foot_nav {
  margin-left: 40px;
}
.footer .content .left .foot_nav ul li {
  float: left;
  margin-right: 20px;
}
.footer .content .left .foot_nav ul li a {
  font-size: 18px;
  line-height: 60px;
  color: #333333;
  opacity: 0.8;
}
.footer .content .left .foot_nav p {
  margin-bottom: 10px;
}
.footer .content .left .foot_nav p a {
  font-size: 15px;
  line-height: 24px;
  color: #999999;
}
.footer .content .right {
  float: right;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer .content .right .tel {
  margin-left: 20px;
}
.footer .content .right .tel h5 {
  font-size: 36px;
  line-height: 39px;
  opacity: 0.8;
}
.footer .content .right .tel h6 {
  font-size: 16px;
  line-height: 60px;
  color: #999999;
}
.footer .content .right .tel a {
  margin-right: 20px;
}
.footer .content .right .tel a i {
  font-size: 20px;
  color: #b3b3b3;
}
.index_banner .swiper-pagination-bullet {
  width: 19px;
  height: 16px;
  border-radius: 0;
  opacity: 1;
  background: url(../images/heart_o.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 16px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet:last-child::after {
  display: none;
}
.index_banner .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -24px;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
}
.index_banner .swiper-pagination-bullet-active {
  background: url(../images/heart.png) no-repeat center;
  background-size: 100% 100%;
}
.index .item1 {
  background: url(../images/index_item1_bg.jpg) no-repeat center;
}
.index .item1 .content {
  height: 827px;
}
.index .item1 .content .top {
  overflow: hidden;
  padding-top: 60px;
}
.index .item1 .content .top .left {
  padding-right: 100px;
  width: 50%;
  float: left;
  padding-top: 50px;
}
.index .item1 .content .top .left h4 {
  font-size: 26px;
  line-height: 30px;
  color: #1257b7;
}
.index .item1 .content .top .left .line {
  width: 42px;
  height: 2px;
  background-color: #1158b8;
  margin: 20px 0 40px;
}
.index .item1 .content .top .left h5 {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 10px;
}
.index .item1 .content .top .left p {
  font-size: 15px;
  line-height: 30px;
  color: #888888;
}
.index .item1 .content .top .left a {
  display: block;
  width: 146px;
  height: 42px;
  background-color: #eb2239;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
}
.index .item1 .content .top .right {
  width: 50%;
  float: right;
}
.index .item1 .content .top .right .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  max-height: 48rem;
}
.index .item1 .content .top .right .swiper-container .swiper-pagination {
  padding-right: 45px;
  text-align: right;
}
.index .item1 .content .top .right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.index .item1 .content .top .right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #62d3f8;
}
.index .item1 .content .small_nav {
  height: 145px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(124, 124, 124, 0.1);
  border-radius: 20px;
  opacity: 0.9;
  margin-top: 45px;
}
.index .item1 .content .small_nav ul {
  height: 100%;
}
.index .item1 .content .small_nav ul li {
  height: 100%;
}
.index .item1 .content .small_nav ul li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.index .item1 .content .small_nav ul li a .word {
  margin-left: 30px;
}
.index .item1 .content .small_nav ul li a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
.index .item1 .content .small_nav ul li a .word h6 {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.index .item2 {
  background: url(../images/index_item2_bg.jpg) no-repeat center;
}
.index .item2 .content {
  height: 833px;
}
.index .item2 .content .title {
  text-align: center;
  padding: 60px 0 75px;
}
.index .item2 .content .title h4 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.index .item2 .content .title h5 {
  font-size: 24px;
  color: #ffffff;
  opacity: 0.6;
}
.index .item2 .content .center {
  overflow: hidden;
  position: relative;
}
.index .item2 .content .center .left {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 0 81px;
}
.index .item2 .content .center .left .small_tit {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.index .item2 .content .center .left .small_tit::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " “ ";
  font-size: 90px;
  color: #ffffff;
}
.index .item2 .content .center .left .small_tit::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ” ";
  font-size: 90px;
  color: #ffffff;
  line-height: 0;
}
.index .item2 .content .center .left .small_tit h4 {
  font-size: 44px;
  line-height: 1;
  color: #ffffff;
}
.index .item2 .content .center .left .small_tit h5 {
  font-size: 27px;
  line-height: 36px;
  color: #ffffff;
}
.index .item2 .content .center .left h6,
.index .item2 .content .center .left p {
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
}
.index .item2 .content .center .right {
  width: 50%;
  float: right;
  border-radius: 0 81px 0 0;
  overflow: hidden;
}
.index .item3 .content {
  padding-top: 50px;
}
.index .item3 .content .top {
  overflow: hidden;
}
.index .item3 .content .top .left {
  float: left;
}
.index .item3 .content .top .left span {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
}
.index .item3 .content .top .left span i {
  font-size: 24px;
  color: #bbbbbb;
}
.index .item3 .content .top .right {
  float: right;
}
.index .item3 .content .top .right ul li {
  float: left;
  margin-left: 10px;
}
.index .item3 .content .top .right ul li:hover a,
.index .item3 .content .top .right ul li.active a {
  background-color: #eb2239;
  color: #fff;
}
.index .item3 .content .top .right ul li a {
  display: block;
  width: 80px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #888888;
}
.index .item3 .content .news {
  padding: 40px 0;
  overflow: hidden;
}
.index .item3 .content .news .left {
  float: left;
  padding-right: 50px;
  width: 50%;
}
.index .item3 .content .news .left a {
  display: block;
  overflow: hidden;
}
.index .item3 .content .news .left a img {
  width: 100%;
  transition: all .5s linear;
}
.index .item3 .content .news .left a .word {
  height: 86px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 20px;
}
.index .item3 .content .news .left a .word h5 {
  width: 100%;
}
.index .item3 .content .news .left a .word h5 span {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
.index .item3 .content .news .left a .word h5 i {
  font-size: 16px;
  color: #999999;
  float: right;
}
.index .item3 .content .news .left a .word p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item3 .content .news .right {
  width: 50%;
  float: right;
  padding-left: 50px;
}
.index .item3 .content .news .right ul li {
  margin-bottom: 23px;
}
.index .item3 .content .news .right ul li:last-child {
  margin-bottom: 0;
}
.index .item3 .content .news .right ul li a {
  display: block;
  height: 105px;
  background-color: #f6f6f6;
  transition: all .5s linear;
}
.index .item3 .content .news .right ul li a:hover {
  background-color: #115bb9;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.index .item3 .content .news .right ul li a:hover .left_s span,
.index .item3 .content .news .right ul li a:hover .left_s p {
  color: #fff;
}
.index .item3 .content .news .right ul li a:hover .right_s h5,
.index .item3 .content .news .right ul li a:hover .right_s p {
  color: #fff;
}
.index .item3 .content .news .right ul li a .left_s {
  position: relative;
  width: 100px;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index .item3 .content .news .right ul li a .left_s::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 74px;
  background-color: #cccccc;
  opacity: 0.5;
}
.index .item3 .content .news .right ul li a .left_s p {
  font-size: 16px;
  color: #999;
}
.index .item3 .content .news .right ul li a .left_s span {
  font-size: 18px;
  color: #999;
}
.index .item3 .content .news .right ul li a .right_s {
  width: 80%;
  float: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.index .item3 .content .news .right ul li a .right_s h5,
.index .item3 .content .news .right ul li a .right_s p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
}
.index .item3 .content .news .right ul li a .right_s p {
  font-size: 14px;
  color: #999999;
}
.index .item3 .content .hos .swiper-container {
  padding: 10px 0 50px;
}
.index .item3 .content .hos .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item3 .content .hos .swiper-container .swiper-wrapper .swiper-slide a:hover .pic {
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
.index .item3 .content .hos .swiper-container .swiper-wrapper .swiper-slide a .pic {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  transition: all .5s linear;
}
.index .item3 .content .hos .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 90%;
}
.index .item3 .content .hos .swiper-container .swiper-wrapper .swiper-slide a p {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  margin-top: 20px;
}
.news .content {
  overflow: hidden;
}
.news .content > ul {
  margin: 0 -20px;
}
.news .content > ul li {
  padding: 0 20px;
  margin-bottom: 40px;
}
.news .content > ul li:last-child {
  margin-bottom: 0;
}
.news .content > ul li a {
  display: block;
}
.news .content > ul li a:hover .pic img {
  transform: scale(1.1);
}
.news .content > ul li a:hover .word {
  background-color: #0460bc;
}
.news .content > ul li a:hover .word h5,
.news .content > ul li a:hover .word p {
  color: #fff;
}
.news .content > ul li a:hover .word .time span,
.news .content > ul li a:hover .word .time i {
  color: #fff;
}
.news .content > ul li a .pic {
  overflow: hidden;
}
.news .content > ul li a .pic img {
  width: 100%;
  transition: all .5s linear;
}
.news .content > ul li a .word {
  padding: 20px;
}
.news .content > ul li a .word h5 {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .content > ul li a .word p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .content > ul li a .word .time {
  margin-top: 20px;
  overflow: hidden;
}
.news .content > ul li a .word .time span {
  float: left;
  font-size: 14px;
  color: #999999;
}
.news .content > ul li a .word .time i {
  float: right;
  font-size: 24px;
  color: #bcbcbc;
  line-height: 0;
}
.newsdetail .content {
  padding: 60px 0;
}
.newsdetail .content img{
	max-width: 100% !important;
}
.newsdetail .content h4 {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.newsdetail .content h5 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.6;
  text-align: center;
  margin-bottom: 30px;
}
.newsdetail .content .center {
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.newsdetail .content .center p {
  font-size: 14px;
  line-height: 24px;
  /*opacity: 0.7;*/
}
.newsdetail .content .center ul {
  margin: 0 -25px;
  padding: 0 50px;
}
.newsdetail .content .center ul li {
  padding: 0 25px;
  margin-bottom: 20px;
}
.newsdetail .content .center ul li a {
  display: block;
}
.newsdetail .content .center ul li a img {
  max-width: 100%;
}
.newsdetail .content .upNext {
  overflow: hidden;
  padding: 40px 0;
}
.newsdetail .content .upNext .left {
  float: left;
  width: 60%;
}
.newsdetail .content .upNext .left a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  opacity: 0.9;
  margin: 10px 0;
}
.newsdetail .content .upNext .left a:hover {
  color: #0460bc;
}
.newsdetail .content .upNext .back {
  float: right;
  margin-right: 100px;
}
.newsdetail .content .upNext .back a {
  display: block;
  width: 130px;
  height: 46px;
  background-color: #0460bc;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
}
.science .content {
  padding-bottom: 100px;
  overflow: hidden;
}
.science .content .c_b {
  color: #0460bc;
}
.science .content h5 {
  text-align: center;
  font-size: 24px;
  color: #0460bc;
  font-weight: bold;
  margin: 50px 0;
}
.science .content p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.science .content ul {
  text-align: center;
}
.science .content ul li {
  display: inline-block;
  text-align: center;
  margin: 0 22px;
}
.science .content ul li img {
  max-width: 100%;
}
.science .content ul li span {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: block;
}
.science .content table {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #eeeeee;
}
.science .content table tr th,
.science .content table tr td {
  height: 59px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
.science .content table tr th {
  background-color: #f1f1f1;
}
.science .content table tr td {
  background-color: #fff;
}
.join01 .content {
  padding-bottom: 116px;
}
.join01 .content .center {
  position: relative;
}
.join01 .content .center img {
  max-width: 100%;
}
.join01 .content .center .cover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 129px;
  background-color: #0460bc;
  border-radius: 8px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join01 .content .center .cover p {
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
  text-align: center;
}
.join02 .content .center ul li {
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  background: url(../images/xia.png) no-repeat right 30px center;
}
.join02 .content .center ul li.active .span_list {
  background: #f3f9ff url(../images/shang.jpg) no-repeat right 30px center;
}
.join02 .content .center ul li.active .xinxi {
  display: block;
  background: #fff;
}
.join02 .content .center ul li .span_list{
	height: 60px;
	display: flex;
	align-items: center;
}
.join02 .content .center ul li:first-child span{
	height: 62px;
  line-height: 62px;*/
} 
.join02 .content .center ul li span {
  display: inline-block;
  /*height: 100%;
  height: 62px;
  line-height: 62px;*/
  text-align: center;
  width: 18%;
  color: #666;
  font-size: 16px;
}
.join02 .content .center ul li span:first-child {
  text-align: left;
  padding-left: 25px;
}
.join02 .content .center ul li .xinxi {
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 28px;
  background: #fff;
  display: none;
}
.join02 .content .center ul li .xinxi h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #005ca1;
}
.join02 .content .center ul li .xinxi p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.join02 .content .center ul li .xinxi a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #0460bc;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.join02 .content .center ul li:first-child {
  background-color: #005ca1;
  background-image: none ;
}
.join02 .content .center ul li:first-child span {
  color: #fff;
}
.prodetail .content .item1 {
  overflow: hidden;
  padding: 60px 0;
}
.prodetail .content .item1 .left {
  width: 50%;
  float: left;
}
.prodetail .content .item1 .left .bigpic .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.prodetail .content .item1 .left .smallpic {
  margin-top: 10px;
}
.prodetail .content .item1 .left .smallpic .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.prodetail .content .item1 .left .smallpic .swiper-container .swiper-wrapper .swiper-slide-thumb-active {
  border: 1px solid #333;
}
.prodetail .content .item1 .right {
  width: 50%;
  float: right;
  padding-left: 55px;
}
.prodetail .content .item1 .right h5 {
  font-size: 30px;
  color: #0460bc;
  font-weight: bold;
}
.prodetail .content .item1 .right h5 span {
  font-size: 18px;
  color: #333333;
}
.prodetail .content .item1 .right p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.prodetail .content .item1 .right p i {
  color: #333333;
}
.prodetail .content .item1 .right a {
  display: block;
  width: 218px;
  height: 52px;
  background-color: #0460bc;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
}
.prodetail .content .item2 h4 {
  height: 56px;
  background-color: #0460bc;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  color: #f6fbfe;
}
.prodetail .content .item2 .center {
  overflow: hidden;
  padding: 70px 35px;
}
.prodetail .content .item2 .center p {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.prodetail .content .item2 .center p i {
  color: #0460bc;
}
.prodetail .content .item2 .center ul {
  margin: 0 -30px;
}
.prodetail .content .item2 .center ul li {
  padding: 0 30px;
  margin-bottom: 10px;
}
.prodetail .content .item2 .center ul li div {
  text-align: center;
}
.prodetail .content .item2 .center ul li div img {
  max-width: 100%;
}
.hospital01 .content {
  height: 830px;
  background: url(../images/allmap.png) no-repeat center;
  overflow-x: hidden;
}
.hospital01 .content .center .swiper-container {
  overflow: initial;
  padding: 0 50px;
}
.hospital01 .content .center .swiper-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 10px;
  background-color: #3483df;
  border-radius: 5px;
}
.hospital01 .content .center .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
  height: auto;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide {
  padding: 150px 30px;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress {
  text-align: center;
  position: relative;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress img {
  margin: 10px auto;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .img_big {
  display: none;
  cursor: pointer;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .img_small {
  cursor: pointer;
  display: block;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .top {
  transition: all .5s linear;
  position: absolute;
  top: -100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .top .time {
  font-size: 30px;
  line-height: 1;
  color: #888888;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .top .img_top {
  display: none;
  max-width: 100%;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .bottom {
  transition: all .5s linear;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .bottom h5 {
  font-size: 24px;
  line-height: 24px;
  color: #3483df;
  display: none;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide .progress .bottom p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .top {
  top: -100%;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .top .time {
  display: none;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .top .img_top {
  display: block;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .img_big {
  display: block;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .img_small {
  display: none;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .bottom h5 {
  display: block;
}
.hospital01 .content .center .swiper-container .swiper-wrapper .swiper-slide.active .progress .bottom p {
  color: #3483df;
}
.hospital01 .content .center .swiper-container .swiper-button-next,
.hospital01 .content .center .swiper-container .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #3483df;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}
.hospital01 .content .center .swiper-container .swiper-button-next i,
.hospital01 .content .center .swiper-container .swiper-button-prev i {
  color: #fff;
  font-size: 24px;
}
.hospital01 .content .center .swiper-container .swiper-button-next.swiper-button-disabled,
.hospital01 .content .center .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-color: #dedede;
  opacity: 1;
}
.hospital02 .item1 {
  background: #f9f9f9;
}
.hospital02 .item1 .content {
  height: 670px;
}
.hospital02 .item1 .content .center .left {
  width: 50%;
  float: left;
  padding-right: 40px;
}
.hospital02 .item1 .content .center .left h5 {
  font-size: 14px;
  line-height: 40px;
  color: #a7a7a7;
}
.hospital02 .item1 .content .center .left h6 {
  font-size: 30px;
  line-height: 40px;
  color: #0460bc;
  font-weight: bold;
}
.hospital02 .item1 .content .center .left .line {
  width: 50px;
  height: 2px;
  background-color: #0460bc;
  margin: 20px 0;
}
.hospital02 .item1 .content .center .left p {
  font-size: 14px;
  line-height: 30px;
  color: #555555;
}
.hospital02 .item1 .content .center .right {
  padding-left: 40px;
  width: 50%;
  float: right;
}
.hospital02 .item1 .content .center .right img {
  width: 100%;
}
.hospital02 .item2 {
  background: url(../images/hospital02_02.jpg) no-repeat center;
}
.hospital02 .item2 .content {
  height: 700px;
}
.hospital02 .item2 .content .title h4 {
  color: #fff;
}
.hospital02 .item2 .content .title h5 {
  color: #fff;
  opacity: 0.5;
}
.hospital02 .item2 .content .center .left {
  width: 50%;
  float: left;
  text-align: center;
}
.hospital02 .item2 .content .center .left img {
  max-width: 100%;
}
.hospital02 .item2 .content .center .right {
  width: 50%;
  float: right;
}
.hospital02 .item2 .content .center .right h5 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.hospital02 .item2 .content .center .right p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.7;
}
.hospital02 .item3 {
  background: url(../images/hospital02_04.jpg) no-repeat center;
}
.hospital02 .item3 .content {
  height: 560px;
  padding-top: 78px;
}
.hospital02 .item3 .content .left {
  float: left;
  width: 60%;
}
.hospital02 .item3 .content .left #allmap {
  width: 100%;
  height: 400px;
  border-radius: 6px;
}
.hospital02 .item3 .content .right {
  padding-left: 56px;
  width: 40%;
  float: right;
  padding-top: 87px;
}
.hospital02 .item3 .content .right .title {
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
.hospital03 .content {
  padding-bottom: 100px;
}
.hospital03 .content .center {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.hospital03 .content .center .left {
  width: 50%;
  float: left;
  overflow: hidden;
}
.hospital03 .content .center .left img {
  width: 100%;
}
.hospital03 .content .center .right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #0460bc;
  padding-top: 60px;
}
.hospital03 .content .center .right .small_tit {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.hospital03 .content .center .right .small_tit::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " “ ";
  font-size: 90px;
  color: #ffffff;
}
.hospital03 .content .center .right .small_tit::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ” ";
  font-size: 90px;
  color: #ffffff;
  line-height: 0;
}
.hospital03 .content .center .right .small_tit h4 {
  font-size: 44px;
  line-height: 1;
  color: #ffffff;
}
.hospital03 .content .center .right .small_tit h5 {
  font-size: 27px;
  line-height: 36px;
  color: #ffffff;
}
.hospital03 .content .center .right h6,
.hospital03 .content .center .right p {
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
}
.hospital04 .content .center {
  overflow: hidden;
}
.hospital04 .content .center .big_pic {
  display: none;
}
.hospital04 .content .center ul {
  margin: 0 -20px;
}
.hospital04 .content .center ul li {
  padding: 0 20px;
  margin-bottom: 40px;
}
.hospital04 .content .center ul li a {
  display: block;
  text-align: center;
}
.hospital04 .content .center ul li a:hover .pic img {
  transform: scale(1.1);
}
.hospital04 .content .center ul li a .pic {
  text-align: center;
  height: 360px;
  line-height: 360px;
  overflow: hidden;
}
.hospital04 .content .center ul li a .pic img {
  max-width: 100%;
  transition: all .5s linear;
}
.hospital04 .content .center ul li a p {
  font-size: 16px;
  line-height: 49px;
  color: #333333;
}
.hospital05 .content .center {
  overflow: hidden;
}
.hospital05 .content .center ul {
  margin: 0 -30px;
}
.hospital05 .content .center ul li {
  padding: 0 30px;
  margin-bottom: 20px;
}
.hospital05 .content .center ul li:last-child {
  margin-bottom: 0;
}
.hospital05 .content .center ul li a {
  display: block;
}
.hospital05 .content .center ul li a:hover .pic img {
  transform: scale(1.1);
}
.hospital05 .content .center ul li a .pic {
  overflow: hidden;
}
.hospital05 .content .center ul li a .pic img {
  width: 100%;
  transition: all .5s linear;
}
.hospital05 .content .center ul li a .word {
  height: 85px;
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  padding: 20px;
}
.hospital05 .content .center ul li a .word h5 {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
}
.hospital05 .content .center ul li a .word span {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
@media screen and (max-width: 1410px) {
  .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1399px) {
  .hospital03 .content {
    padding-bottom: 10px;
  }
  .hospital03 .content .center .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .hospital03 .content .center .right .small_tit {
    padding: 10px 0;
  }
  .hospital03 .content .center .right .small_tit::after,
  .hospital03 .content .center .right .small_tit::before {
    display: none;
  }
  .hospital03 .content .center .right .small_tit h4 {
    font-size: 20px;
  }
  .hospital03 .content .center .right .small_tit h5 {
    font-size: 16px;
    line-height: 1;
  }
  .hospital03 .content .center .right h6,
  .hospital03 .content .center .right p {
    font-size: 12px;
    line-height: 1.5;
  }
  .prodetail .content .item1 {
    display: flex;
    align-items: center;
  }
  .index .item3 .content .news {
    display: flex;
    align-items: center;
  }
  .index .item3 .content .news .right ul li a .left_s {
    width: 15%;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 49px;
  }
  .header {
    display: none;
  }
  .am-header {
    display: block;
  }
  .second_nav {
    display: none;
  }
  .title {
    padding: 20px 0;
    text-align: center;
  }
  .title h4 {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #333333;
    font-weight: bold;
  }
  .title h4 i {
    color: #0460bc;
  }
  .title h5 {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #999999;
  }
  .hospital01 .content {
    height: auto;
  }
  .hospital02 .item1 .content {
    height: auto;
  }
  .hospital02 .item1 .content .center {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .hospital02 .item1 .content .center .left h5 {
    line-height: 1;
  }
  .hospital02 .item1 .content .center .left h6 {
    font-size: 18px;
    line-height: 2;
  }
  .hospital02 .item1 .content .center .left .line {
    margin: 10px 0;
  }
  .hospital02 .item1 .content .center .left p {
    font-size: 14px;
    line-height: 2;
  }
  .hospital02 .item1 .content .center .right {
    padding-left: 0;
  }
  .hospital02 .item2 .content {
    height: auto;
  }
  .hospital02 .item2 .content .center {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .hospital02 .item2 .content .center .left img {
    max-width: 80%;
  }
  .hospital02 .item2 .content .center .right h5 {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hospital02 .item2 .content .center .right p {
    line-height: 1.5;
  }
  .page {
    padding: 10px 0;
  }
  .index .item1 .content {
    height: auto;
    padding: 20px 0;
  }
  .index .item1 .content .small_nav {
    display: none;
  }
  .index .item1 .content .top {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .index .item2 {
    background-size: auto 100%;
  }
  .index .item2 .content {
    padding-bottom: 10px;
    height: auto;
  }
  .index .item2 .content .center .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .index .item2 .content .center .left .small_tit {
    padding: 10px 0;
  }
  .index .item2 .content .center .left .small_tit::after,
  .index .item2 .content .center .left .small_tit::before {
    display: none;
  }
  .index .item2 .content .center .left .small_tit h4 {
    font-size: 20px;
  }
  .index .item2 .content .center .left .small_tit h5 {
    font-size: 16px;
    line-height: 1;
  }
  .index .item2 .content .center .left h6,
  .index .item2 .content .center .left p {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1023px) {
  .footer .content {
    height: auto;
    padding: 10px;
  }
  .footer .content .left {
    width: 100%;
    text-align: center;
    float: none;
  }
  .footer .content .left img {
    display: none;
  }
  .footer .content .left .foot_nav {
    margin-left: 0;
  }
  .footer .content .left .foot_nav ul {
    display: none;
  }
  .footer .content .right {
    display: none;
  }
  .prodetail .content .item1 {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .prodetail .content .item1 .left {
    width: 100%;
  }
  .prodetail .content .item1 .left .smallpic ul {
    margin-top: 6px;
    margin: 6px -3px 0;
  }
  .prodetail .content .item1 .left .smallpic ul li {
    padding: 0 3px;
  }
  .prodetail .content .item1 .right {
    width: 100%;
    padding-left: 0;
  }
  .prodetail .content .item2 .center {
    padding: 10px 0;
  }
  .prodetail .content .item2 .center p {
    font-size: 14px;
    line-height: 1.5;
  }
  .index .item3 .content .news .left a .word h5 span {
    width: 65%;
  }
  .index .item3 .content .top .left span {
    font-size: 20px;
    line-height: 1.5;
  }
  .index .item3 .content .top .left span i {
    font-size: 16px;
  }
  .index .item3 .content .top .right {
    display: none;
  }
  .index .item1 .content {
    height: auto;
    padding: 20px 0;
  }
  .index .item1 .content .small_nav {
    display: none;
  }
  .index .item1 .content .top {
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .index .item1 .content .top .left {
    width: 100%;
    padding: 0;
  }
  .index .item1 .content .top .left h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  .index .item1 .content .top .left .line {
    margin: 10px 0;
  }
  .index .item1 .content .top .left a {
    margin: 10px 0;
  }
  .index .item1 .content .top .right {
    width: 100%;
  }
  .index .item3 .content {
    padding: 20px 0;
  }
  .index .item3 .content .news {
    padding: 10px 0;
    flex-direction: column;
  }
  .index .item3 .content .news .left,
  .index .item3 .content .news .right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 10px;
  }
  .page ul li {
    margin: 0;
  }
  .page ul li:first-child a,
  .page ul li:last-child a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .page ul li a {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .hospital02 .item1 .content {
    height: auto;
  }
  .hospital02 .item1 .content .center {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .hospital02 .item1 .content .center .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .hospital02 .item1 .content .center .left h5 {
    line-height: 1;
  }
  .hospital02 .item1 .content .center .left h6 {
    font-size: 18px;
    line-height: 2;
  }
  .hospital02 .item1 .content .center .left .line {
    margin: 10px 0;
  }
  .hospital02 .item1 .content .center .left p {
    font-size: 14px;
    line-height: 2;
  }
  .hospital02 .item1 .content .center .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .hospital02 .item2 {
    background-size: 100% 100%;
  }
  .hospital02 .item2 .content {
    height: auto;
  }
  .hospital02 .item2 .content .center {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .hospital02 .item2 .content .center .left {
    width: 100%;
    float: none;
  }
  .hospital02 .item2 .content .center .left img {
    max-width: 80%;
  }
  .hospital02 .item2 .content .center .right {
    width: 100%;
    float: none;
  }
  .hospital02 .item2 .content .center .right h5 {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hospital02 .item2 .content .center .right p {
    line-height: 1.5;
  }
  .hospital02 .item3 .content {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
  }
  .hospital02 .item3 .content .left {
    width: 100%;
  }
  .hospital02 .item3 .content .right {
    width: 100%;
    padding: 10px;
  }
  .hospital02 .item3 .content .right .title {
    padding-bottom: 0;
  }
  .hospital03 .content {
    padding-bottom: 10px;
  }
  .hospital03 .content .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hospital03 .content .center .left {
    width: 100%;
    position: static;
  }
  .hospital03 .content .center .right {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    height: 280px;
  }
  .hospital03 .content .center .right .small_tit {
    padding: 10px 0;
  }
  .hospital03 .content .center .right .small_tit::after,
  .hospital03 .content .center .right .small_tit::before {
    display: none;
  }
  .hospital03 .content .center .right .small_tit h4 {
    font-size: 20px;
  }
  .hospital03 .content .center .right .small_tit h5 {
    font-size: 16px;
    line-height: 1;
  }
  .hospital03 .content .center .right h6,
  .hospital03 .content .center .right p {
    font-size: 12px;
    line-height: 1.5;
  }
  .hospital04 .content .center ul {
    margin: 0 -10px;
  }
  .hospital04 .content .center ul li {
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .hospital04 .content .center ul li a .pic {
    height: auto;
    line-height: 0;
  }
  .hospital04 .content .center ul li a p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .hospital05 .content .center ul li a .word {
    padding: 10px;
    height: auto;
  }
  .join01 .content {
    padding-bottom: 10px;
  }
  .join01 .content .center {
    position: static;
  }
  .join01 .content .center .cover {
    width: 100%;
    position: static;
    transform: none;
    height: auto;
    padding: 10px;
  }
  .join01 .content .center .cover p {
    font-size: 14px;
    line-height: 1.5;
  }
  .join02 .content .center ul li {
    background: url(../images/xia.png) no-repeat right 0px center;
  }
  .join02 .content .center ul li.active .span_list {
    background: #f3f9ff url(../images/shang.jpg) no-repeat right 0px center;
  }
  .join02 .content .center ul li span {
    font-size: 12px;
    padding-left: 0 !important;
    text-align: center !important;
  }
  .newsdetail .content {
    padding: 20px 0;
  }
  .newsdetail .content h4,
  .newsdetail .content h5 {
    margin-bottom: 10px;
  }
  .newsdetail .content h4 {
    font-size: 18px;
  }
  .newsdetail .content h5 {
    font-size: 14px;
  }
  .newsdetail .content .center {
    padding: 10px 0;
  }
  .newsdetail .content .upNext {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .newsdetail .content .upNext .left {
    width: 100%;
  }
  .newsdetail .content .upNext .left a {
    font-size: 14px;
  }
  .science .content {
    padding-bottom: 10px;
  }
  .science .content .c_b {
    margin: 10px 0;
    font-size: 20px;
  }
  .science .content p {
    font-size: 14px;
  }
  .science .content p i {
    font-size: 16px !important;
  }
  .science .content .table {
    overflow-x: scroll;
  }
  .science .content .table table {
    min-width: 768px;
  }
  .science .content table tr th,
  .science .content table tr td {
    font-size: 14px;
  }
  .index .item2 .content {
    padding-bottom: 10px;
  }
  .index .item2 .content .title {
    padding: 20px 0;
  }
  .index .item2 .content .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index .item2 .content .center .left {
    width: 100%;
    position: static;
    border-radius: 0;
    height: 300px;
  }
  .index .item2 .content .center .right {
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .index .item2 .content .center .right .small_tit {
    padding: 10px 0;
  }
  .index .item2 .content .center .right .small_tit::after,
  .index .item2 .content .center .right .small_tit::before {
    display: none;
  }
  .index .item2 .content .center .right .small_tit h4 {
    font-size: 20px;
  }
  .index .item2 .content .center .right .small_tit h5 {
    font-size: 16px;
    line-height: 1;
  }
  .index .item2 .content .center .right h6,
  .index .item2 .content .center .right p {
    font-size: 12px;
    line-height: 1.5;
  }
}
