@charset "utf-8";
/* Reset & Adaptive Styles */
/* Color Variables */
/* unit of mobile */
/* Viewport Settings */
@viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
}
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  background-color: #ffffef;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
/* Embedded content */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
/* Forms */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Responsive Media */
video,
iframe,
embed,
object {
  max-width: 100%;
}
/* Selection */
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/* Container */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.isMobile {
  display: none;
}
/* PC端 */
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.topPhoto {
  width: 100%;
  height: 865px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/top_photo.jpg) no-repeat center top;
}
.navBox {
  width: 100%;
  height: 90px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff3d5;
  border-bottom: solid 1px #ff0000;
  box-shadow: 0 5px 5px #EDEDED;
}
.navBox .wrap {
  height: 100%;
}
.navBox .menuList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.navBox .menuList .item {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-right: 50px;
}
.navBox .menuList .item:last-child {
  padding-right: 0;
}
.navBox .menuList .item:last-child::after {
  display: none;
}
.navBox .menuList .item:hover {
  color: #bd1a2d;
}
.navBox .menuList .item::after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.partBox {
  margin-top: 80px;
}
.partBox:last-of-type {
  margin-bottom: 80px;
}
.partBox .title {
  position: relative;
  text-align: center;
}
.partBox .title h2 {
  height: 48px;
  display: inline-block;
}
.partBox .title h2 img {
  height: 100%;
  width: auto;
}
.partBox .title .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 89px;
  line-height: 48px;
  text-align: center;
}
.partBox#part05 .partCon {
  margin-top: 0;
  margin-bottom: 50px;
}
.partBox .partCon {
  margin-top: 45px;
  border-radius: 15px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
.partBox .partCon .menu {
  border-bottom: solid 1px #bd1a2d;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.partBox .partCon .menu .item {
  height: 48px;
  padding: 0 20px 0 10px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-size: 20px;
  transition: 0.5s all;
}
.partBox .partCon .menu .item:last-child {
  margin-right: 0;
}
.partBox .partCon .menu .item.active {
  background: url(../images/bg_slide_title.png) no-repeat;
  background-size: 100% 100%;
  color: #FFF;
}
.partBox .partCon .list {
  margin: 20px 0;
}
.partBox .partCon .list .item {
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partBox .partCon .list .item:hover {
  color: #bd1a2d;
}
.partBox .partCon .list .item:hover::before {
  background-color: #bd1a2d;
}
.partBox .partCon .list .item:last-child {
  margin-bottom: 0;
}
.partBox .partCon .list .item::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0;
  border-radius: 50%;
}
/* 移动端 */
@media screen and (max-width: 750px) {
  a,
  button,
  input,
  textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    touch-action: manipulation;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  textarea {
    font-size: 16px;
  }
  img {
    object-fit: cover;
  }
  .isMobile {
    display: block;
  }
  html {
    font-size: 10vw;
    height: 100%;
  }
  .wrap {
    width: 100%;
    padding: 0 0.26666667rem;
  }
  .topPhoto {
    height: 5.73333333rem;
    background: url(../images/top_photo.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .navBox {
    height: 0.96rem;
  }
  .navBox .wrap {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .navBox .menuList {
    width: 20rem;
  }
  .navBox .menuList .item {
    font-size: 0.4rem;
  }
  .partBox {
    margin-top: 1.06666667rem;
  }
  .partBox:last-of-type {
    margin-bottom: 1.06666667rem;
  }
  .partBox .title h2 {
    height: 1.10666667rem;
  }
  .partBox .title h2::before {
    display: none;
  }
  .partBox .title h2::after {
    display: none;
  }
  .partBox .title h2 img {
    display: none;
  }
  .partBox .title .more {
    height: 0.64rem;
    width: auto;
    line-height: 0.64rem;
    font-size: 0.34666667rem;
  }
  .partBox .partCon {
    margin-top: 0.6rem;
    border-radius: 0.26666667rem;
    padding: 0;
  }
  .partBox .partCon .wrap {
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 0;
  }
  .partBox .partCon.xxgkCon .menu {
    width: 24rem;
  }
  .partBox .partCon.zxgkCon .menu {
    width: 24rem;
  }
  .partBox .partCon.gkzlCon .menu {
    width: 10rem;
  }
  .partBox .partCon.ptjsCon .menu {
    width: 16rem;
  }
  .partBox .partCon .menu {
    padding-bottom: 0.13333333rem;
    margin-top: 0.26666667rem;
  }
  .partBox .partCon .menu .item {
    height: 0.64rem;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
    border-top-right-radius: 0;
    font-size: 0.34666667rem;
  }
  .partBox .partCon .list {
    margin: 0.26666667rem 0;
  }
  .partBox .partCon .list .item {
    font-size: 0.34666667rem;
  }
  .partBox .partCon .list .item::before {
    width: 0.13333333rem;
    height: 0.13333333rem;
    margin: -0.02666667rem 0.13333333rem 0;
  }
  .partBox .partCon.zxgkCon .menu .item {
    padding: 0 0.06666667rem;
  }
  .partBox .partCon.zxgkCon .menu .item:first-child {
    padding: 0 0.4rem;
  }
  .partBox .partCon.zxgkCon .menu .item:first-child:hover {
    padding: 0 0.4rem;
  }
  .partBox .partCon.zxgkCon .menu .item:first-child.active {
    padding: 0 0.4rem;
  }
  .partBox .partCon.zxgkCon .menu .item:hover {
    padding: 0 0.26666667rem;
  }
  .partBox .partCon.zxgkCon .menu .item.active {
    padding: 0 0.26666667rem;
  }
  #part01 .title h2 {
    background: url(../images/title_xxgk_M.png) no-repeat;
    background-size: auto 100%;
    height: 0.69333333rem;
    display: block;
  }
  #part02 .title h2 {
    background: url(../images/title_jczxgk_M.png) no-repeat;
    background-size: auto 100%;
    height: 0.69333333rem;
    display: block;
  }
  #part03 .title h2 {
    background: url(../images/title_zwfw_M.png) no-repeat;
    background-size: auto 100%;
    height: 0.69333333rem;
    display: block;
  }
  #part04 .title h2 {
    background: url(../images/title_nljs_M.png) no-repeat;
    background-size: auto 100%;
    height: 0.69333333rem;
    display: block;
  }
  #part05 .title h2 {
    background: url(../images/title_zzbz_M.png) no-repeat;
    background-size: auto 100%;
    height: 0.69333333rem;
    display: block;
  }
}
