.smy_ctrl {
  position: relative;
  min-height: 50px;
  cursor: move;
  overflow: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

html,
body {
  -webkit-text-size-adjust: none;
}

html button::-moz-focus-inner {
  border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
  display: block;
  list-style: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

fieldset,
img {
  border: 0;
}

iframe {
  background-image: none;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

.indent {
  text-indent: 24px;
}

a {
  text-decoration: none;
  outline: none;
}

center {
  padding: 25px 0;
}

textarea {
  resize: none;
}

.zm {
  zoom: 1;
}

.ti2 {
  text-indent: 2em;
}

.none {
  display: none;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mar {
  margin: 0 auto;
}

.mou-p {
  cursor: pointer;
}

.mou-m {
  cursor: move;
}

.mou-t {
  cursor: text;
}

.fw {
  font-weight: bold;
}

.fi {
  font-style: italic;
}

.f10p {
  font-size: 10px;
}

.f12p {
  font-size: 12px;
}

.f14p {
  font-size: 14px;
}

.f15p {
  font-size: 15px;
}

.f16p {
  font-size: 16px;
}

.f18p {
  font-size: 18px;
}

.f20p {
  font-size: 20px;
}

.f24p {
  font-size: 24px;
}

.fw {
  font-weight: bold;
}

.fi {
  font-style: italic;
}

.fst {
  font-family: simsun;
}

.fwr {
  font-family: microsoft yahei;
}

.fu {
  text-decoration: underline;
}

.fs {
  text-decoration: line-through;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 1000px;
  font-size: 12px;
  font-family: "microsoft yahei";
  color: #333;
  line-height: 2em;
  text-align: left;
  background: #ffffff;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  /* color: #086297; */
  color: orange;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

.header {
  position: relative;
  width: 100%;
}

.header-img {
  position: relative;
  width: 100%;
  max-height: 9.3rem;
  overflow: hidden;
  height: auto;
  background-color: sandybrown;
}

.header-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.guide {
  position: relative;
  margin: auto;
  margin-top: -18px;
  width: 822px;
  height: 270px;
  background: url('./pmj_guide_20201118.jpg') no-repeat;
  background-size: 100% auto;
}

.guide-content {
  position: relative;
  width: 568px;
  height: 192px;
  margin: auto;
  font-size: 20px;
  line-height: 45px;
  padding-top: 28px;
  margin-left: 150px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc {
  position: relative;
  width: 1170px;
  height: auto;
  margin: auto;
  /* background-color: wheat; */
}

.title {
  position: relative;
  width: 6.666667rem;
  height: 0.8rem;
  margin: auto;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.5rem;
  color: #af2626;
  font-weight: bold;
  background: url('./pmj_titleBg_20201118.jpg') no-repeat;
  background-size: 100% auto;
  margin-top: 0.375rem;
}
.title a:hover{
  color: #af2626;
  font-size: 0.52rem;
}

/* ########part1########## */
.part1 {
  position: relative;
  width: 100%;
}

.t-list {
  position: relative;
  width: 100%;
  padding: 0 0.666667rem;
  box-sizing: border-box;
  margin-top: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tl {
  position: relative;
  width: 200px;
  height: 1rem;
  line-height: 0.32rem;
  border: 0.066667rem solid #af2626;
  background-color: #af2626;
  color: #fff;
  text-align: center;
  /* display: table-cell;
  vertical-align: middle; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  padding: 3px;
  box-sizing: border-box;
}

.tl-active {
  background-color: #fff;
  color: #af2626;
}

/* .tl:not(:first-child) {
  margin-left: 70px;
} */

.c-list {
  position: relative;
  width: 100%;
  height: 3.7333333333333334rem;
  border: 2px solid #a0a0a0;
  box-sizing: border-box;
  margin-top: 20px;
  /* -webkit-box-shadow: 0 18px 20px -11px #c4c0c0 inset;
  -moz-box-shadow: 0 17px 20px -11px #c4c0c0 inset;
  box-shadow: 0 17px 20px -11px #c4c0c0 inset; */
  -webkit-box-shadow: 0 0.24rem 0.26rem -0.14rem #c4c0c0 inset;
  -moz-box-shadow: 0 0.24rem 0.26rem -0.14rem #c4c0c0 inset;
  box-shadow: 0 0.24rem 0.26rem -0.14rem #c4c0c0 inset;
}

.cl {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.213333rem;
  line-height: 0.373333rem;
  box-sizing: border-box;
  padding: 0.467rem 0.66rem;
  overflow: auto;
  text-indent: 2em;
}

/* ######part2##### */
.part2 {
  position: relative;
  width: 100%;
  /* height: 1142px; */
}

.new-list {
  position: relative;
  width: 100%;
  height: 950px;
}

.lb,
.rb {
  position: relative;
  width: 555px;
  /* height: 950px; */
}

.nl {
  position: relative;
  width: 100%;
  height: auto;
}

.new-item {
  position: relative;
  width: 100%;
  height: 190px;
  border: 3px solid #f1f1f1;
  box-sizing: border-box;
  /* padding: 25px 25px 35px 65px; */
  padding: 0.33rem 0.33rem 0.466667rem 0.866667rem;
  margin-top: 0.25rem;
  font-size: 16px;
  line-height: 28px;
}

.new-item:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 0.67rem;
  height: 0.67rem;
  background-color: #af2626;
}

.t-title {
  position: relative;
  width: 100%;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-content {
  position: relative;
  width: 100%;
  height: 1.066667rem;
  margin-top: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
}

.nl-img {
  position: relative;
  width: 100%;
  height: 4rem;
  margin-top: 20px;
  overflow: hidden;
  cursor: pointer;
}
.nl-img:hover .nl-img span{
  display: block;
}
.nl-img img {
  position: relative;
  width: 100%;
  height: 100%;
}

.nl-img .a-title{
  position: absolute;
  width: 100%;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  bottom: 0;
  left: 0;
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}

.trans {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.trans:hover {
  transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transition: 1s
}
.nl-img:hover .a-title{
  opacity: 1;
}

/* ########part3########## */
.part3{
  position: relative;
  width: 100%;
  height: auto;
}
.part3-content{
  position: relative;
  /* width: 1120px;
  height: 470px; */
  height: 14.933333rem;
  height: 6.266667rem;
  margin: auto;
  margin: 0.375rem 0.375rem 0 0.375rem;
  padding: 0.5625rem;
  box-sizing: border-box;
  background: url('./pmj_part3Bg_20201119.jpg') no-repeat top;
  background-size: 100% auto;
}
.p3-l{
  position: relative;
  width: 6.6rem;
  height: 5.23rem;
  float: left;
}
.p3-l a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p3-l img{
  position: relative;
  width: 100%;
  height: 100%;
}
.p3-r{
  position: relative;
  float: left;
  width: 6.2rem;
  height: 3.6rem;
  margin: auto;
  margin-left: 0.266667rem;
  margin-top: 0.8rem;
  /* background: brown; */
}
.p3-r .t-content{
  margin-top: 0.466667rem;
  height: 2.6rem;
  display: -moz-box;  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  -moz-box-orient: vertical;/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ########part4########## */
.part4{
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
}
.banner{
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 1.4rem;
}
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel ul {
  position: relative;
  width: 100%;
  height: 100%;
  top: 1rem;
}
.swiper-slide {
  width: 100%;
  transition: 300ms;
  transform: scale(0.8);
}

.carousel li,
.carousel a {
  position: relative;
  width: 500px;
  height: 500px;
}

.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1.2);
  z-index: 999;
}
.swiper-slide img{
  width: 100%;
  height: calc(100% - 1.13rem);
}
.carousel a.b-title{
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1.13rem;
  background-color: #f6f6f6;
  font-size: 0.213333rem;
  line-height: 0.45rem;
  padding: 0.2rem 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {

  .header{width: 100%;}
  .guide{
    width: 86%;
    height: 3rem;
    margin-top: -0.18rem;
  }
  .guide-content{
    width: 70%;
    height: 1.8rem;
    padding-top: 0.3rem;
    margin-left: 1.5rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .cc {
    width: 80%;
  }
  .cl{
    font-size: 0.38rem;
    line-height: 0.58rem;
  }
  .t-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tl:not(:first-child){
    margin-left: 0;
  }
  .tl{
    width: 117px;
    font-size: 0.2rem;
  }
  .lb, .rb{
    width: 100%;
    float: none;
  }
  .rb{
    display: none;
  }
  .new-list{
    height: auto;
  }
  .new-item{
    position: relative;
    width: 100%;
    /* height: 2.533333rem; */
    height: auto;
    border: 3px solid #f1f1f1;
    box-sizing: border-box;
    /* padding: 25px 25px 35px 65px; */
    padding: 0.33rem 0.33rem 0.466667rem 0.866667rem;
    margin-top: 0.25rem;
    font-size: 16px;
    line-height: 28px;
  }
  .t-title{
    font-size: 0.44rem;
    height: auto;
    line-height: 0.64rem;
  }
  .t-content{
    font-size: 0.38rem;
    line-height: 0.58rem;
    min-height: 1.2rem;
    height: auto;
    margin-top: 0.2rem;
  }
  .nl-img .a-title{
    opacity: 1;
  }

  .part3-content{
    height: auto;
    background: #fef7c1;
    border: 2px solid #b02626;
  }
  .p3-l{
    display: none;
  }
  .p3-r{
    float: none;
    margin-top: 0;
    margin-left: 0;
    height: auto;
  }
  .p3-r .t-content {
    margin-top: 0.2rem;
    min-height: 1.6rem;
    height: auto;
  }
  .banner{
    width: 100%;
    height: 6rem;
  }
  .carousel li,
  .carousel a{
    position: relative;
    width: 4rem;
    height: 4rem;
  }
  .swiper-slide img{
    width: 100%;
    height: calc(100% - 1.12rem);
  }
  .swiper-button-prev,.swiper-button-next {
    transform: scale(0.5);
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.3) !important;
    z-index: 999;
  }

}
@media only screen and (max-width : 725px) {
  .tl{
    width: 48%;
    height: 1.7rem;
    margin-top: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}