body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  overflow-x: hidden;
}
.wrap {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.index {
  font-family: "Adobe 黑体 Std";
}
.D12 {
  width: 1200px;
  margin: auto;
}
.headerWrap {
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  /*position: fixed;*/
  top: 0;
  z-index: 999999;
}
.header > ul > li {
  position: relative;
  float: left;
  margin-right: 58px;
  line-height: 90px;
}
.header > ul > li > a {
  font-size: 18px;
  color: #555555;
  position: relative;
}
.header > ul > li > a:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #cf1955;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  transition: all 0.3s;
  transform: rotateX(90deg);
}
.header > ul > li ol {
  display: none;
  width: 220px;
  position: absolute;
  left: -103%;
  right: 0;
  top: 52px;
  z-index: 9999;
}
.header > ul > li ol li {
  line-height: normal;
  padding-top: 18px;
  text-align: center;
}
.header > ul > li ol li a {
  font-size: 16px;
  color: #878686;
}
.header > ul > li ol li a:hover {
  color: #cf1955;
}
.header > ul > li:hover a:after {
  transform: rotateX(0deg);
}
.header > ul > li:hover ol {
  animation: 0.5s fadeInUp;
  display: block;
}
.header > ul .marg-left {
  margin-left: 210px;
}
.header > ul > li:last-child {
  margin-right: 0;
}
.logo img {
  animation: 1s zoomInUp;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 130px;
}
.logo_active > img {
  animation: 1s zoomOut;
  opacity: 0;
}
.banner {
  width: 100%;
  height: 718px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-pagination-bullet {
  /*margin: 10px 0;*/
  background: #fff;
  opacity: 1;
  position: relative;
}
.banner .swiper-container .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon01.png);
  position: absolute;
  left: -4px;
  top: -4px;
  transition: all 0.6s;
  transform: scale(0);
}
.banner .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet-active:after {
  transform: scale(1);
}
.Imod1 {
  position: relative;
}
.Imod_a {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 250px;
  height: 205px;
  text-align: center;
  color: #c32853;
}
.Imod_a h3 {
  font-size: 36px;
}
.Imod_a p {
  padding-top: 6px;
  font-size: 18px;
}
.Imod_a .img {
  padding-top: 18px;
}
.Imod_a a {
  width: 128px;
  line-height: 42px;
  background: #c32853;
  display: block;
  margin: auto;
  margin-top: 45px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 16%;
}
.Imod_a a:hover {
  animation: 1s rubberBand;
}
.Imod1lr {
  padding-top: 90px;
}
.Imod1lr li {
  width: 50%;
  float: left;
}
.Imod1lr li span {
  vertical-align: bottom;
  font-size: 30px;
  color: #000000;
}
.Imod1lr li .t {
  position: relative;
  top: -20px;
}
.Imod1lr li:last-child {
  text-align: right;
}
.Imod2 {
  padding-top: 6px;
  position: relative;
}
.Imod2 .Imod_a {
  padding-top: 118px;
}
.Imod2-c {
  text-align: center;
  width: 296px;
  margin: auto;
}
.Imod2-c .img {
  width: 100%;
  height: 296px;
  border-radius: 100%;
}
.Imod2-c .img img {
  width: 100%;
  height: 100%;
}
.Imod2-c li {
  padding-top: 22px;
  font-size: 30px;
  color: #c32853;
}
.Imod2lr {
  position: relative;
  top: -65px;
}
.Imod2lrBottom {
  padding-top: 35px;
  width: 890px;
  margin: auto;
}
.Imod-title {
  text-align: center;
}
.Imod-title h1 {
  font-size: 36px;
  color: #c32853;
  padding-bottom: 18px;
  position: relative;
}
.Imod-title h1:after {
  content: "";
  width: 63px;
  height: 5px;
  background-image: url(../img/icon03.png);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Imod3 {
  padding: 40px 0 0;
}
.ind_news li{
  border: 4px solid #c32853;
  width: 44%;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.ind_news li .img{
  padding-bottom: 20px;
}
.ind_news li .test{
  font-size: 20px;
  color:#000;
  height: 104px;
  overflow: hidden;
}
.ind_news li .test a{
  color: #000;
}
.Imod3-slide {
  padding-top: 10px;
  position: relative;
}
.Imod3-slide .content .text {
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #dddddd;
  padding-left: 17px;
  padding-bottom: 16px;
}
.Imod3-slide .content .text h6 {
  padding: 12px 0 9px;
  color: #040404;
  font-size: 28px;
}
.Imod3-slide .content .text li {
  color: #444444;
  font-size: 20px;
}
.Imod3-slide .content .text span {
  width: 40px;
  margin: 11px 0 9px;
  border-bottom: 1px solid #bfbfbf;
  display: block;
}
.Imod3-slide .content .text a {
  color: #cf1955;
  font-size: 14px;
}
.Imod3-slide .next-prev {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 104px;
  height: 52px;
}
.Imod3-slide .next-prev .swiper-button-next,
.Imod3-slide .next-prev .swiper-button-prev {
  width: 50%;
  height: 100%;
  background: #cf1955;
  outline: none;
}
.Imod3-slide .next-prev .swiper-button-next:after,
.Imod3-slide .next-prev .swiper-button-prev:after {
  color: #ffffff;
  font-size: 18px;
}
.Imod3-slide .next-prev .swiper-button-next {
  right: 0;
}
.Imod3-slide .next-prev .swiper-button-prev {
  left: 0;
}
.Imod4 {
    padding-top:120px;
}
.Imod4l {
  border: 1px solid #c32853;
}
.Imod4r {
  width: 575px;
}
.Imod4r .Imod-title {
  padding-bottom: 10px;
}
.Imod4r p {
  letter-spacing: 3px;
  text-indent: 35px;
  padding-top: 30px;
  font-size: 16px;
  color: #555555;
  line-height: 36px;
}
.Imod5 {
  position: relative;
}
.Imod5 .Imod-title {
  padding: 50px 0 70px;
}
.Imod5l {
  width: 310px;
}
.Imod5l h3 {
  padding: 56px 0 52px;
  color: #040404;
  font-size: 24px;
}
.Imod5l p {
  font-size: 18px;
  line-height: 40px;
  color: #555555;
}
.Imod5r {
  padding-top: 38px;
  width: 610px;
  position: relative;
}
.Imod5r li {
  width: 394px;
  height: 483px;
  border: 5px solid #c32853;
  position: relative;
}
.Imod5r li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Imod5r .img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.Imod5l_text {
  display: none;
}
.Imod5l_text_active {
  display: block;
  animation: 1s flipInX;
}
.Imod5r_img {
  display: none;
}
.Imod5r_img_active {
  display: block;
  animation: 1s jackInTheBox;
}
.Imod5Tap {
  position: absolute;
  left: 515px;
  bottom: 0;
  width: 40px;
  text-align: center;
}
.Imod5Tap a {
  margin-top: 25px;
  display: block;
  font-size: 18px;
  color: #555555;
}
.Imod5Tap .active {
  color: #cf1955;
}
.Imod6 {
  padding-bottom: 53px;
}
.Imod6 .Imod-title {
  padding: 120px 0 60px;
}
.Imod6-a a {
  float: left;
  margin-left: 30px;
  width: 380px;
  display: block;
  position: relative;
  overflow: hidden;
}
.Imod6-a a .text {
  padding: 62px 0 57px;
  background: #f9e5e9;
}
.Imod6-a a .text .img {
  width: 100%;
  position: absolute;
  top: -100%;
  text-align: center;
  transition: all 0.4s;
}
.Imod6-a a .text .img:after {
  transition: 0.3s all 0.4s;
  content: "";
  width: 0%;
  height: 0%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Imod6-a a .text h3,
.Imod6-a a .text h6,
.Imod6-a a .text p {
  transition: 0.3s color 0.2s;
  position: relative;
  z-index: 22;
  width: 312px;
  margin: auto;
}
.Imod6-a a .text h3 {
  font-size: 30px;
  color: #333333;
}
.Imod6-a a .text h3 span {
  font-size: 16px;
}
.Imod6-a a .text h6 {
  padding: 30px 0;
  font-size: 18px;
  color: #333333;
}
.Imod6-a a .text p {
  color: #777777;
  line-height: 24px;
  font-size: 16px;
}
.Imod6-a a .a {
  color: #666666;
  font-size: 18px;
  line-height: 80px;
  text-align: right;
  padding-right: 18px;
  background: #f6f5f5;
}
.Imod6-a a:nth-child(3n+1) {
  margin-left: 0;
}
.Imod6-a a:hover .text .img {
  top: 0;
}
.Imod6-a a:hover .text .img:after {
  width: 100%;
  height: 100%;
}
.Imod6-a a:hover .text h3,
.Imod6-a a:hover .text h6,
.Imod6-a a:hover .text p {
  color: #ffffff;
}

.Imod7 {
  padding-bottom: 20px;
}
.link {
    color: #666666;
    font-size: 18px;
    line-height: 80px;
    padding-right: 18px;
    margin-top: 30px;
}
.link a {
    color: #666666;
}
.footer {
  width: 100%;
  background: #c32853;
}
.foot-nav {
  padding: 15px 0 32px;
  width: auto;
  display: table;
  margin: auto;
}
.foot-nav a {
  float: left;
  padding: 0 23px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.foot-nav a:after {
  content: "|";
  position: absolute;
  right: -1px;
  top: 0;
}
.foot-nav a:hover {
  color: #ffffff;
}
.foot-contact {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 25px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.foot-copy {
  text-align: center;
  padding: 8px 0 5px;
}
.foot-copy li {
  color: #ffffff;
  font-size: 12px;
}
.foot-copy li a {
  color: #ffffff;
}
.ny1-title {
  padding-top: 50px;
  text-align: center;
}
.ny1-title h1 {
  color: #000000;
  font-size: 65px;
  text-align: center;
  position: relative;
}
.ny1-title h1:after {
  content: "";
  width: 100px;
  border-bottom: 1px solid #000000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ny1-title li {
  padding-top: 15px;
  color: #c32853;
  font-size: 30px;
}
.ny1Mod1 {
  padding-top: 70px;
}
.ny1Mod1 .l {
  width: 520px;
  position: relative;
}
.ny1Mod1 .l h3 {
  transform: rotate(76deg);
  text-align: center;
  width: 400px;
  position: absolute;
  right: -130px;
  top: 100px;
  font-size: 40px;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.ny1Mod1 .r {
  width: 622px;
}
.ny1Mod1 .r p {
  padding-top: 35px;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.ny1Mod1 .r p:first-child {
  padding-top: 0;
}
.fff5f5 {
  width: 100%;
  height: 92px;
  background: #fff5f5;
  position: relative;
}
.fff5f5 > div {
  width: 1200px;
  height: 100%;
  margin: auto;
  position: relative;
}
.fff5f5 > div:after {
  content: "";
  width: 581px;
  height: 100%;
  display: block;
  background-image: url(../img/icon04.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}
.fff5f5:after {
  content: "";
  width: 70%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.ny1Mod2 {
  width: 100%;
  background: #fff5f5;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ny1Mod2 .ny1-title {
  padding-top: 110px;
}
.ny1Mod2 .content {
  padding: 110px 0 105px;
  width: 1200px;
  margin: auto;
}
.ny1Mod2 .content ul {
  padding-top: 25px;
  width: 700px;
}
.ny1Mod2 .content li {
  padding-bottom: 105px;
}
.ny1Mod2 .content li h3,
.ny1Mod2 .content li p {
  display: inline-block;
  color: #000;
}
.ny1Mod2 .content li h3 {
  font-size: 28px;
}
.ny1Mod2 .content li p {
  font-size: 24px;
  vertical-align: bottom;
}
.ny1Mod2 .content li:last-child {
  padding-bottom: 0;
}
.ny1Mod3 .cf {
  padding-top: 55px;
}
.ny1Mod3 .cf .swiper-slide {
  border-radius: 10px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.65);
}
.ny1Mod3 .cf .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ny1Mod3 .cf .swiper-slide-prev {
  transform: scale(0.85);
  margin-left: -25px !important;
  margin-right: 25px !important;
}
.ny1Mod3 .cf .swiper-slide-next {
  transform: scale(0.85);
  margin-right: -25px !important;
  margin-left: 25px !important;
}
.ny1Mod3 .cf .swiper-slide-active,
.ny1Mod3 .cf .swiper-slide-duplicate-active {
  transform: scale(1);
}
.ny1Mod4 {
  padding-bottom: 84px;
}
.ny1Mod4 .I-title {
  padding-top: 120px;
}
.ny1Mod4 .form {
  padding-top: 58px;
  width: 836px;
  margin: auto;
}
.ny1Mod4 .form .fl .input {
  margin-bottom: 30px;
  width: 318px;
  height: 58px;
  border: 1px solid #dcdcdc;
  display: flex;
  flex: 2;
  justify-content: space-between;
  align-items: center;
}
.ny1Mod4 .form .fl .input li {
  width: 80px;
  text-align: right;
}
.ny1Mod4 .form .fl .input input {
  width: 238px;
  height: 100%;
  border: 0;
  outline: none;
}
.ny1Mod4 .form .fr textarea {
  width: 484px;
  height: 238px;
  border: 1px solid #dcdcdc;
  outline: none;
}
.ny1Mod4 .form li,
.ny1Mod4 .form input,
.ny1Mod4 .form textarea {
  font-size: 20px;
  color: #303030;
}
.ny1Mod4 .form button {
  margin-top: 27px;
  width: 126px;
  height: 40px;
  border: 0;
  background: #f7b902;
  font-size: 18px;
  color: #fff;
}
.ny2Mod {
  width: 100%;
  height: 500px;
}
.ny2Mod .img {
  margin-top: 29px;
  width: 410px;
  height: 410px;
  border: 15px solid #fff;
  border-radius: 100%;
  position: relative;
}
.ny2Mod .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ny2Mod .text {
  width: 752px;
}
.ny2Mod .text .h1 {
  padding: 70px 0 27px;
  text-align: center;
  position: relative;
}
.ny2Mod .text .h1 h2 {
  color: #c32853;
  font-weight: bold;
  font-size: 60px;
  position: absolute;
  top: 30px;
  right: 29px;
  left: 0;
  margin: auto;
  opacity: 0.2;
  letter-spacing: 6px;
  font-style: italic;
}
.ny2Mod .text .h1 h3 {
  display: inline-block;
  padding-right: 48px;
  color: #000;
  font-size: 36px;
  text-align: center;
  position: relative;
}
.ny2Mod .text .h1 h3 span {
  display: block;
}
.ny2Mod .text .h1 h3 span img {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.ny2Mod .text p {
  width: 525px;
  margin: auto;
  color: #777777;
  font-size: 18px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.ny2Mod1 {
  background: #fbeef0;
}
.ny2Mod1 .img {
  float: left;
}
.ny2Mod1 .text {
  float: right;
}
.ny2Mod2 {
  background: #f5d1dd;
}
.ny2Mod2 .img {
  float: right;
}
.ny2Mod2 .text {
  float: left;
}
.ny-nav {
  padding: 28px 0 45px;
  text-align: right;
  color: #777;
  font-size: 16px;
}
.ny-nav a {
  color: #777;
}
.ny-nav .active {
  color: #cf1955;
}
.ny3 .ny-nav {
  padding: 0;
}
.ny3 h1 {
  padding: 30px 0 12px;
  text-align: center;
  font-size: 36px;
  color: #000;
}
.ny3 .show {
  padding-top: 115px;
}
.ny3 .show li {
  transition: all 0.4s;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 560px;
  float: left;
  padding: 15px;
  background: #f3f1f1;
}
.ny3 .show li .img {
  float: left;
  width: 280px;
}
.ny3 .show li .text {
  float: left;
  width: 202px;
  padding-left: 38px;
}
.ny3 .show li .text h3 {
  padding: 27px 0 16px;
  font-size: 28px;
  color: #040404;
}
.ny3 .show li .text h4 {
  padding-bottom: 13px;
  font-size: 20px;
  color: #444444;
}
.ny3 .show li .text p {
  line-height: 30px;
  font-size: 18px;
  color: #777777;
}
.ny3 .show li .text a {
  margin-top: 35px;
  display: block;
  width: 99px;
  line-height: 26px;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #777;
}
.ny3 .show li:hover {
  background: #ecaab6;
}
.ny3 .show li:nth-child(2n+1) {
  margin-left: 0;
}
.ny3 .paging {
  padding: 85px 0 178px;
}
.ny3 .paging a {
  float: left;
  display: block;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background: #f3f1f1;
  color: #605f5f;
  font-size: 24px;
}
.ny3 .paging a:hover {
  background: #ecaab6;
}
.ny3 .paging .active {
  background: #ecaab6;
}
.ny3-1 {
  font-family: "Adobe 黑体 Std";
}
.ny3-1 .content {
  padding-bottom: 260px;
  text-align: center;
}
.ny3-1 .content h4 {
  font-size: 28px;
  color: #222222;
}
.ny3-1 .content li {
  padding: 10px 0 55px;
  font-size: 20px;
  color: #777777;
}
.ny3-1 .content .img {
  float: left;
}
.ny3-1 .content .text {
  width: 830px;
  display: inline-block;
  float: left;
  padding-left: 40px;
}
.ny3-1 .content .text p {
  padding-top: 25px;
  color: #888888;
  font-size: 20px;
  line-height: 34px;
}
.ny4 {
  font-family: "Adobe 黑体 Std";
}
.ny4 .content {
  padding-bottom: 160px;
}
.ny4 .content a {
  overflow: hidden;
  float: left;
  margin-left: 11px;
  margin-bottom: 30px;
  width: 290px;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.ny4 .content a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 98%;
  padding-left: 3%;
  line-height: 60px;
  display: block;
  border-top-right-radius: 60px;
  font-size: 20px;
  color: #040404;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ny4 .content a:nth-child(4n+1) {
  margin-left: 0;
}
.ny4 .content a:hover {
  transform: translateY(-10px);
}
.ny4-1 .content {
  padding-bottom: 300px;
}
.ny4-1 .content h3 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
.ny4-1 .content img,
.ny4-1 .content p {
  padding-top: 34px;
  color: #fff;
}
.ny4-1 .content p {
  color: #555555;
  font-size: 18px;
}
.ny5Mod1 {
  padding: 48px 0 99px;
  width: 1140px;
  margin: auto;
  display: flex;
  flex: 6;
}
.ny5Mod1 a {
  display: block;
  width: 16.666666%;
  text-align: center;
  position: relative;
}
.ny5Mod1 a:after {
  content: "";
  border-right: 1px solid #e9e9e9;
  height: 78px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ny5Mod1 a .img {
  width: 100%;
  height: 97px;
  position: relative;
}
.ny5Mod1 a .img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ny5Mod1 a p {
  padding-top: 12px;
  font-size: 18px;
  color: #777777;
}
.ny5Mod1 a:last-child:after {
  display: none;
}
.ny5Mod1 a:hover .img {
  animation: 1s tada;
}
.ny5Mod2 {
  padding-bottom: 100px;
  display: flex;
  flex: 2;
}
.ny5Mod2 .left {
  width: 695px;
  height: 457px;
  position: relative;
  background: #f5d4da;
}
.ny5Mod2 .left .ny5_banner {
  width: 695px;
  height: 457px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.ny5Mod2 .left .ny5_banner img {
  width: 100%;
  height: 100%;
}
.ny5Mod2 .left .ny5_banner .ny5nextprev {
  width: 100px;
  height: 50px;
  position: absolute;
  right: -100px;
  bottom: 0;
}
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-next,
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-prev {
  background: #c32853;
  width: 50px;
  height: 50px;
  bottom: 3px;
}
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-next:after,
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-next {
  right: 0;
}
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-prev {
  left: 0;
}
.ny5Mod2 .left .ny5_banner .ny5nextprev .swiper-button-disabled {
  opacity: 1;
  background: #d2d2d2;
}
.ny5Mod2 .right {
  padding-top: 130px;
  padding-left: 82px;
}
.ny5Mod2 .right h3 {
  font-size: 36px;
  color: #000;
  position: relative;
}
.ny5Mod2 .right h3:after {
  content: "";
  width: 104px;
  height: 12px;
  background: #bfbfbf;
  display: block;
  position: absolute;
  left: -120px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.ny5Mod2 .right h5 {
  padding-top: 22px;
  font-size: 30px;
  color: #555555;
}
.ny5Mod3 {
  padding-bottom: 400px;
}
.ny5Mod3 p {
  line-height: 34px;
  font-size: 24px;
  color: #777777;
}
.ny6 {
  padding-bottom: 225px;
  font-family: "Adobe 黑体 Std";
}
.ny6 a {
  padding-top: 30px;
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.ny6 a:after {
  content: "";
  clear: both;
  display: block;
}
.ny6 a .img {
  width: 317px;
  float: left;
}
.ny6 a .text {
  width: 850px;
  float: right;
}
.ny6 a .text h3 {
  font-size: 18px;
  color: #333;
}
.ny6 a .text p {
  padding-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #777;
}
.ny6 a .text li {
  font-family: "Arial";
  font-size: 36px;
  color: #777;
}
.ny6 a .text h4 {
  text-align: right;
  font-size: 26px;
  color: #888888;
  font-style: italic;
  font-weight: bold;
}
.ny6 a .text h4 span {
  font-weight: normal;
  font-size: 16px;
}
.ny6 a:first-child {
  padding-top: 0;
}
.ny6 a:hover .text h3 {
  color: #cf1955;
}
.ny6 a:hover .text li {
  color: #cf1955;
}
.ny7 {
  font-family: "Adobe 黑体 Std";
}
.ny7 li {
  font-size: 16px;
  color: #777;
  padding-bottom: 15px;
}
.map {
  padding-top: 24px;
  /*padding-bottom: 356px;*/
}
.swiper_next:focus{
  outline: -webkit-focus-ring-color auto 0px;
}
.swiper_prev:focus{
  outline: -webkit-focus-ring-color auto 0px;
}
.swiper_next{
  position: absolute;
  left: -85px;
  top: 50%;
  background: url("../img/prv_02.png");
  width: 67px;
  height: 77px;
}
.swiper_prev{
  position: absolute;
  right: -85px;
  top: 50%;
  background: url("../img/prv_04.png");
  width: 67px;
  height: 77px;
}


#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#certify .swiper-container {
  padding-bottom: 60px;
  padding-top: 20px;
}

#certify  .swiper-slide {
  width: 392px;
  height: 557px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
  display:block;
}
#certify  .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.pxxm li{
  width: 30%;
  float: left;
  margin-right: 38px;
  margin-bottom: 50px;
}
.pxxm li.last{
  margin-right: 0px;
}
.pxxm li img{
  height: 90px;
}

.ind_about .img{
  width: 466px;
}
.ind_about .text{
  width: 666px;
}
.ind_about .text h1{
  font-size: 40px;
  padding-top: 30px;
}
.ind_about .text .p{
  font-size: 24px;
  padding-top: 6px;
}
.Imod8 .Imod-title{
  padding: 30px 0 30px;
}
.select{
  position: relative;
}
.select .sel{
  position: absolute;
  right: 0px;
  top:16px;
  z-index: 999;
}
.select .sel .k{
  border:2.5px solid #e0003e;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  width: 350px;
  padding-left: 6px;
}
.select .sel .s{
  position: absolute;
  border-radius: 8px;
  background: #e0003e url('../img/1_03.png') no-repeat center;
  height: 36px;
  width: 40px;
  border: 0px;
  top: 4px;
  right: 8px;
}