/*多行溢出*/
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
  color: #333;
  background: #F1F3FA;
}
i {
  font-style: normal;
}
a:hover,
a:focus {
  color: #FF5400;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1388px;
  }
}
.header {
  background: url(headerbg.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
}
.top-box {
  padding: 17px 70px 46px;
  padding-left: 70px;
  padding-right: 70px;
}
.logo {
  margin-top: 30px;
}
.logo img {
  width: 100%;
}
.nav-wrap {
  width: calc(100% - 578px);
  float: right;
  margin-top: 15px;
}
nav.navbar.bootsnav {
  min-height: 26px;
  border: none;
  border-top: 0;
  background-size: cover;
  z-index: 999;
  position: relative;
  background: none;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 0px 0 10px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  margin: 0 20px;
  
}

nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li:first-child > a::after {
  content: normal;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:hover::after,
nav.navbar.bootsnav ul.nav > li > a:focus::after,
nav.navbar.bootsnav ul.nav > li.active > a:hover::after,
nav.navbar.bootsnav ul.nav > li.active > a:focus::after,
nav.navbar.bootsnav ul.nav > li.active > a::after,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #FF8A00;
  width: 100%;
  bottom: 10px;
  left: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 15px 0 rgba(21, 86, 201, 0.2);
  background: #fff;
  margin-top: 0;
  min-width: 150px;
  width: 100%;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
  border-bottom: 1px solid #DEE7F2;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #696A6A;
  margin: 0;
  padding: 10px 2px;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #fff;
  color: #032cdd;
}
nav.navbar.bootsnav .megamenu-content {
  border: none !important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    min-width: 160px;
  }
  nav.navbar.bootsnav .megamenu-content {
    border: none !important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none !important;
    box-shadow: none !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #5430CA;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px !important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.other-nav {
  display: block;
  overflow: hidden;
}
.other-nav li {
  float: left;
}
.other-nav li a {
  color: #fff;
  display: block;
  line-height: 30px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.other-nav li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #fff;
}
.other-nav li a:hover {
  color: #FF5400;
}
.other-nav li:last-child a::after {
  width: 0;
}
/* 搜索 */
#searchform {
  background: url(jmcl-sou.png) no-repeat 4px 50%;
}
.search-box {
  display: inline-block;
}
.search-box a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(jmcl-sou.png) no-repeat center center;
}
.search-box {
  display: inline-block;
  margin-top: 6px;
}
.top-search {
  padding-left: 70px;
  padding-right: 70px;
}
.top-search .search-box a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(close.png) no-repeat center center;
}
.searchbox {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  margin-top: 79px;
  background: #fff;
}
.searchword {
  background-size: 14px 15px;
  padding-left: 23px;
  height: 42px;
  display: block;
  float: left;
}
.searchword::-webkit-input-placeholder {
  color: #fff;
}
.searchword:-moz-input-placeholder {
  color: #fff;
}
.searchword::-moz-input-placeholder {
  color: #fff;
}
.searchword:-ms-input-placeholder {
  color: #fff;
}
.searchbox input:-internal-autofill-selected {
  border-radius: 5px;
}
.search-cont input[type="text"] {
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
  outline: none;
  color: #fff;
  background: none;
  border: none;
  width: 80%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
}
.search-cont input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
}
/*banner*/
.index-banner {
  height: 800px;
  overflow: hidden;
  position: relative;
  top: -150px;
}
.index-banner .banner-img {
  display: block;
}
.index-banner .banner-img img {
  width: 100%;
  height: 800px;
}
.index-banner .slick-dots {
  height: 16px;
  bottom: 30px;
  text-align: center;
  z-index: 0;
  padding-right: 20px;
}
.index-banner .slick-dots li {
  width: 30px;
  height: 8px;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  padding: 0;
  margin: 0 5px;
  transition: all 0.7s;
}
.index-banner .slick-dots li.slick-active {
  opacity: 1;
}
.index-banner .slick-dots li:before {
  width: 6px;
  content: '';
}
.index-banner .slick-next:before,
.index-banner .slick-prev:before {
  display: none !important;
}
.index-banner .slick-prev {
  left: 22px;
  z-index: 999;
  width: 0px;
  height: 40px;
  background: url(prev.png) no-repeat center;
}
.index-banner .slick-next {
  right: 22px;
  width: 0px;
  height: 40px;
  background: url(next.png) no-repeat center;
}
/*part1*/
.part1 {
  margin-top: -50px;
}
.special-list {
  margin-left: -20px;
  margin-right: -20px;
}
.special-list .box-img .index-tw {
  overflow: hidden;
  display: block;
  margin: 0 20px;
  position: relative;
}
.special-list .box-img .index-tw .part1-img {
  border: 1px solid #EEEEEE;
  border-bottom: none;
  display: block;
  overflow: hidden;
}
.special-list .box-img .index-tw .part1-img img {
  height: 290px;
  width: 100%;
  transition: all 0.7s;
}
.special-list .box-img .index-tw i {
  width: 210px;
  height: 42px;
  line-height: 42px;
  background: #6C73EA;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 269px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.special-list .box-img .index-tw .p-box {
  border-top: 4px solid #6C73EA;
  height: 123px;
  background: #E3E6F8;
  padding: 35px 25px 10px;
  display: block;
}
.special-list .box-img .index-tw .p-box p {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
}
.special-list .box-img .index-tw:hover .part1-img img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.special-list .slick-next:before,
.special-list .slick-prev:before {
  display: none !important;
}
.special-list .slick-prev {
  left: -50px;
  z-index: 999;
  width: 20px !important;
  height: 40px;
  background: url(jmcl-icon2.png) no-repeat center;
  opacity: 0.2;
}
.special-list .slick-prev:hover {
  opacity: 1;
}
.special-list .slick-next {
  right: -50px;
  width: 20px !important;
  height: 40px;
  background: url(jmcl-icon2.png) no-repeat center;
  opacity: 0.2;
  transform: rotate(180deg);
  margin-top: -20px;
}
.special-list .slick-next:hover {
  opacity: 1;
}
/*首页栏目标题*/
.index-bt {
  margin-bottom: 70px;
  text-transform: uppercase;
}
.index-bt h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
}
.index-bt h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 4px;
  background: #91A3B3;
  border-radius: 2px;
}
.index-bt2 h1 {
  color: #fff;
}
.index-bt2 h1::after {
  background: #808080;
}
/*首页button*/
.button--nina {
  margin: 70px auto 0;
  border-radius: 0;
  width: 198px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0;
  border: none;
  background: linear-gradient(90deg, #9329BE, #722EC7, #5230CA);
}
.button--nina > span {
  padding: 0;
  margin: 0 2px;
}
.button--nina::before {
  padding: 0;
}
.button--nina::after {
  content: "";
  position: absolute;
  width: 198px;
  height: 50px;
  background: linear-gradient(-90deg, #9329BE, #722EC7, #5230CA);
  left: -198px;
  top: 0;
  transition: all 0.7s;
}
.button--nina:hover {
  background: linear-gradient(90deg, #9329BE, #722EC7, #5230CA);
}
.button--nina:hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 198px;
  height: 50px;
  background: linear-gradient(-90deg, #9329BE, #722EC7, #5230CA);
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button--nina:hover > span:nth-child(1) {
  transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
  transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(3) {
  transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(4) {
  transition-delay: 0.315s;
}
/*button*/
.part2 {
  padding: 180px 0 160px;
  overflow: hidden;
  display: block;
}
.part2box {
  position: relative;
}
.part2box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 115%;
  top: -45px;
  left: 0;
  background: #2C2C2C;
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
}
.part2box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 93%;
  top: 40px;
  left: 0;
  background: #959393;
  -webkit-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
  z-index: -1;
}
.part2-left .part2img {
  margin-bottom: 22px;
  display: block;
  overflow: hidden;
}
.part2-left .part2img img {
  width: 100%;
  height: 450px;
  transition: all 0.7s;
}
.part2-left .part2img img:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.day-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #505050;
}
.day-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.day-list li a {
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 56px;
}
.day-list li a:hover {
  color: #FF5400;
}
.day {
  text-align: center;
  margin-right: 20px;
  color: #fff;
}
.day h2 {
  background: url(jmcl-day.png) no-repeat center #01B8D0;
  line-height: 36px;
  width: 56px;
  font-size: 30px;
  font-weight: bold;
}
.day i {
  display: block;
  line-height: 20px;
  font-size: 12px;
  background: #0490A0;
}
.part3 {
  padding: 95px 0 135px;
}
.make {
  display: block;
  width: 100%;
  height: 215px;
  overflow: hidden;
  background: url(jmcl-icon.png) no-repeat right 30px bottom 20px #fff;
  padding: 40px 25px;
}
.make h3 {
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.make i {
  color: #858585;
  font-size: 16px;
  margin: 5px 0 10px;
  display: block;
}
.make .makemore {
  font-size: 14px;
  color: #4960BA;
}
.make:hover {
  background: url(jmcl-icon.png) no-repeat right 30px bottom 20px #4960BA;
}
.make:hover h3,
.make:hover .makemore {
  color: #fff;
}
.make:hover i {
  color: #92A0D6;
}
.footer {
  background: #002B49;
  padding: 50px 0 24px;
}
.footnav {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #011C2E;
  padding-bottom: 30px;
}
.footnav li {
  float: left;
  margin-right: 4%;
  font-size: 16px;
}
.footnav li a {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.footnav li .footnav-list li {
  float: none;
  margin-right: 0;
  font-size: 14px;
}
.footnav li .footnav-list li a {
  color: #A7B6C0;
  font-weight: normal;
  margin-bottom: 4px;
}
.footnav li .footnav-list li a:hover {
  color: #FF5400;
}
.footnav li:last-child {
  margin-right: 0;
}
.copy {
  border-top: 1px solid #0A4168;
  text-align: center;
  color: #fff;
  padding-top: 23px;
}
.copy a:hover,
.copy a:focus {
  color: #fff;
  text-decoration: underline;
}
/*内页*/
@-webkit-keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
}
@keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
}
.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}
.ny-nav {
  padding-bottom: 90px;
  padding-top: 232px;
  position: relative;
  top: -150px;
  text-align: center;
  overflow: hidden;
}
.ny-nav .banner-title {
  text-align: center;
  text-shadow: 0px 2px 4px rgba(5, 30, 70, 0.28);
  line-height: 60px;
  font-size: 48px;
  font-weight: bold;
  color: #6C73EA;
  text-transform: uppercase;
}
.ny-nav .bg {
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  animation: bgpulse 18s infinite linear;
  -webkit-animation: bgpulse 18s infinite linear;
  -moz-animation: bgpulse 18s infinite linear;
  -o-animation: bgpulse 18s infinite linear;
  -ms-animation: bgpulse 18s infinite linear;
  background-position: center;

}
.ny-nav .middle-cont {
  position: relative;
}
.ny-nav .menu-class {
  margin-top: 20px;
  max-width: 1100px;
}
.ny-nav .menu-class a {
  display: inline-block;
  min-width: 178px;
  max-width: 440px;
  padding: 10px 40px;
  line-height: 25px;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(108, 115, 234, 0.28);
}
.ny-nav .menu-class a:hover,
.ny-nav .menu-class a.active {
  color: #fff;
  background: linear-gradient(90deg, #9329BE, #722EC7, #5230CA);
}
.ny-center {
  margin-top: -150px;
  background: #fff;
  display: block;
  overflow: hidden;
  padding-bottom: 90px;
}
.breadcrumb {
  padding: 15px 0;
  margin-bottom: 40px;
  background: none;
}
.breadcrumb li:first-child {
  position: relative;
  padding-left: 20px;
}
.breadcrumb li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 13px;
  background: url(jmcl-home.png) no-repeat center;
}
.breadcrumb li:last-child a:last-child{
  color: #6C73EA;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li::after {
  padding: 0 5px;
  color: #666666;
  content: "/\00a0";
  padding-right: 0;
}
.breadcrumb > li:last-child::after {
  content: "";
  padding: 0;
}
.ny-title {
  margin-bottom: 30px;
}
.ny-title h1 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 4px solid #6C73EA;
  display: inline-block;
}
.pep-list {
  text-align: center;
}
.pep-list th {
  background: #989DF0;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 33.33%;
  text-align: center;
}
.pep-list tbody tr {
  background: #F7F9FD;
}
.pep-list tbody tr td {
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  text-transform: uppercase;
}
.pep-list tbody tr td img {
  width: 144px;
  height: 210px;
  border: 1px solid #eee;
}
.pep-list tbody tr:nth-child(2n) {
  background: #F2F4FB;
}
.page {
  text-align: center;
  margin-top: 60px;
}
.page a {
  line-height: 40px;
  margin-left: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
}
.page a:hover {
  background: #FF5400;
  color: #fff;
  border: 1px solid #FF5400;
}
.page a.page-active {
  background: #FF5400;
  color: #fff;
  border: none;
}
.page span{
  background: #FF5400;
  color: #fff;
  border: none;
  line-height: 40px;
  border: 1px solid #FF5400;
  margin-left: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  }

.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #2259BB;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*图文列表*/
.tw-list {
  margin-top: 30px;
}
.tw-list li {
  margin-bottom: 30px;
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 30px;
}
.tw-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.tw-list .tw-txt {
  display: block;
}
.tw-list .tw-txt .tw-box {
  margin-right: 40px;
  overflow: hidden;
  border: 1px solid #eee;
}
.tw-list .tw-txt .tw-box img {
  width: 318px;
  height: 178px;
  transition: all 0.7s;
}
.tw-list .tw-txt .tw-rt h3 {
  color: #333;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
  font-weight: bold;
}
.tw-list .tw-txt .tw-rt p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  max-height: 78px;
  margin: 10px 0;
}
.tw-list .tw-txt .tw-rt i {
  font-size: 16px;
  display: block;
  color: #999999;
  margin-top: 15px;
  display: inline-block;
}
.tw-list .tw-txt .tw-rt i span {
  color: #426CDC;
  font-weight: bold;
  font-size: 30px;
  margin-right: 15px;
}
.tw-list .tw-txt:hover .tw-box img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tw-list .tw-txt:hover .tw-rt h3,
.tw-list .tw-txt:hover .tw-rt p {
  color: #FF5400;
}
/*文字列表*/
.list li {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 25px 30px;
  padding-left: 20px;
  background: #F4F6FC;
}
.list li:nth-child(2n) {
  background: none;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
}
.list li a {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  font-size: 16px;
  float: left;
  padding-left: 15px;
  position: relative;
}
.list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  background: url(jmcl-righticon.png) no-repeat center;
}
.list li i {
  float: right;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
}
.list li:last-child {
  margin-bottom: 0;
}
/*细览页*/
.top-other {
  margin: 25px auto;
  text-align: center;
  color: #999999;
}
.main-cont p {
  line-height: 36px;
  margin-bottom: 30px;
}
.main-cont img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  max-width: 80%;
}
.main-cont .xl-h1 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-s {
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 11%;
  text-align: center;
  margin: 10px 0;
}
.share-xl .social-share a {
  width: 32px;
  height: 32px;
  margin: 0 5px;
}
.share-xl .social-share a.icon-wechat,
.share-xl .social-share a.icon-weibo {
  background-size: 100%;
}
.other-info {
  color: #999;
  line-height: 32px;
}
.other-info a {
  font-size: 16px;
}
.fx-txt {
  line-height: 20px;
}
.download-group a {
  color: #FF5400;
}
.download-group a:hover {
  text-decoration: underline;
}
.top-other {
  border-bottom: 1px dashed #B4B4B4;
  padding-bottom: 20px;
  color: #888897;
}
/*期刊*/
.qikan {
  display: block;
  overflow: hidden;
}
.qikan .qk_box .qk_img {
  width: 50%;
  float: left;
  margin-right: 20px;
  border: 1px solid #eee;
}
.qikan .qk_box .qk_img img {
  width: 100%;
  height: auto;
}
.qikan .qk_box .qk_txt {
  margin-top: 80px;
}
.qikan .qk_box .qk_txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.qikan .qk_box .qk_txt i {
  padding: 0 10px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #6C73EA;
  border-radius: 20px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #6C73EA;
  margin-top: 70px;
}
.qikan .qk_box:hover i {
  background: #FF5400;
  color: #fff;
  border: none;
}
/*联系我们*/
.lxwm {
  padding: 30px;
  background: #FCFCFC;
}
.lxwm .lxwm-tit {
  font-weight: bold;
  line-height: 28px;
  color: #6C73EA;
  font-size: 20px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.lxwm .lxwm-txt li {
  font-size: 16px;
}
.lxwm .lxwm-txt li i {
  font-weight: bold;
  display: block;
}
/*人员详情*/
.renyuan-zuo {
  margin-right: 30px;
  width: 275px;
}
.renyuan-zuo-pic {
  border: 1px solid #f0f2f8;
  margin-bottom: 30px;
}
.renyuan-zuo-pic img {
  width: 275px;
  height: 400px;
}
.renyuan-zuo-tit {
  font-size: 24px;
  font-weight: bold;
  color: #6C73EA;
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}
.renyuan-zuo-tit::after {
  content: '';
  background: #FF5400;
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.renyuan-zuo-ml {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3B4461;
  line-height: 30px;
  margin-bottom: 30px;
}
.renyuan-zuo-ml li p {
  color: #737373;
  font-weight: normal;
}
.renyuan-you {
  overflow: hidden;
}
.renyuan-you div:last-child p {
  margin-bottom: 0;
}
/* .renyuan-you span {
  font-size: 22px;
  font-weight: bold;
  color: #6C73EA;
  background: #F0F1FD;
  line-height: 55px;
  border-left: 5px solid #FF5400;
  padding-left: 20px;
  display: block;
} */
.renyuan-you .TRS_Editor {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}
.banner-img p{
  position: absolute;
  left: 10%;
  bottom: 100px;
  max-width: 80%;
  width: auto;
  line-height: 50px;
  max-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  background: rgba(255, 255, 255, .8);
  border-left: 3px solid #032cdd;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.banner-img:hover p{
  color: #032cdd;
}
.portfolio-item p a{
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-height: 26px !important;
  height: 78px !important;
  text-align: left !important;
  white-space: normal !important;
}