/* CSS Document public*/

* {
  font-family: 微软雅黑, Helvetica, sans-serif, Arial;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
body {
  padding: 0;
  margin: 0;
  font-family: 微软雅黑, Helvetica, sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1;
  font-size: 0.0547rem;
  overflow-x: hidden;
  background: #fff;
}
html,
body {
  height: 100%;
  overflow: scroll;
}
html {
  overflow: -moz-scrollbars-vertical;
}

html::-webkit-scrollbar {
  width: 0.0156rem;
  height: 0.0313rem;
  background-color: #f5f5f5;
}
html::-webkit-scrollbar-track {
  border-radius: 0.0391rem;
  background-color: #e2e2e2;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0.0391rem;
  background-color: #333;
}

body::-webkit-scrollbar {
  width: 0.0156rem;
  height: 0.0313rem;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-track {
  border-radius: 0.0391rem;
  background-color: #e2e2e2;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.0391rem;
  background-color: #333;
}

P {
  line-height: inherit;
}

.pb_sys_style1 .p_no_d {
  border: 0.0039rem solid #c9151e !important;
  color: #fff;
  background-color: #c9151e !important;
}
@keyframes dh_cen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dh_left {
  0% {
    transform: translate(-0.3906rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes dh_right {
  0% {
    transform: translate(0.3906rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes dh_top {
  0% {
    transform: translate(0, -0.3906rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes dh_bottom {
  0% {
    transform: translate(0, 0.3906rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes dh_left_top {
  0% {
    transform: translate(-0.3906rem, -0.3906rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes dh_left_bottom {
  0% {
    transform: translate(-0.3906rem, 0.3906rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes dh_right_top {
  0% {
    transform: translate(0.3906rem, -0.3906rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes dh_right_bottom {
  0% {
    transform: translate(0.3906rem, 0.3906rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.dh_cen {
  animation: dh_cen 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.dh_left {
  animation: dh_left 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(-0.3906rem, 0);
  opacity: 0;
}

.dh_right {
  animation: dh_right 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(0.3906rem, 0);
  opacity: 0;
}

.dh_top {
  animation: dh_top 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.dh_bottom {
  animation: dh_bottom 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(0, 0.3906rem);
  opacity: 0;
}

.dh_left_top {
  animation: dh_left_top 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(-0.3906rem, -0.3906rem);
  opacity: 0;
}

.dh_left_bottom {
  animation: dh_left_bottom 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(-0.3906rem, 0.3906rem);
  opacity: 0;
}

.dh_right_top {
  animation: dh_right_top 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(0.3906rem, -0.3906rem);
  opacity: 0;
}

.dh_right_bottom {
  animation: dh_right_bottom 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translate(0.3906rem, 0.3906rem);
  opacity: 0;
}

.dh_delay1 {
  animation-delay: 0.6s;
}
.dh_delay2 {
  animation-delay: 0.7s;
}
.dh_delay3 {
  animation-delay: 0.8s;
}
.dh_delay4 {
  animation-delay: 0.9s;
}
.dh_delay5 {
  animation-delay: 1s;
}
.dh_delay6 {
  animation-delay: 1.1s;
}
.dh_delay7 {
  animation-delay: 1.2s;
}
.dh_delay8 {
  animation-delay: 1.3s;
}
.dh_delay9 {
  animation-delay: 1.4s;
}
.dh_delay10 {
  animation-delay: 1.5s;
}
.dh_delay11 {
  animation-delay: 1.6s;
}
.dh_delay12 {
  animation-delay: 1.7s;
}
.dh_delay13 {
  animation-delay: 1.8s;
}
.dh_delay14 {
  animation-delay: 1.9s;
}
.dh_delay15 {
  animation-delay: 2s;
}
.dh_delay16 {
  animation-delay: 2.1s;
}
.dh_delay17 {
  animation-delay: 2.2s;
}
.dh_delay18 {
  animation-delay: 2.3s;
}
.dh_delay19 {
  animation-delay: 2.4s;
}
.dh_delay20 {
  animation-delay: 2.5s;
}
.dh_delay21 {
  animation-delay: 2.6s;
}
.dh_delay22 {
  animation-delay: 2.7s;
}
.dh_delay23 {
  animation-delay: 2.8s;
}
.dh_delay24 {
  animation-delay: 2.9s;
}
.dh_delay25 {
  animation-delay: 3s;
}

@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
table td {
  line-height: 1.25;
  padding: 0.0195rem;
  padding-left: 0.0586rem; /* width: auto; */
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

ul {
  list-style: none;
}
img {
  border: 0rem;
  vertical-align: middle;
}
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h3,
h4,
h5 {
  font-weight: normal;
}
h4 a:hover,
h5 a:hover {
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
hr {
  display: block;
  height: 0.0039rem;
  border: 0;
  background: #d8d8d8;
  padding: 0;
  margin-bottom: 1.2695rem;
  margin-top: 0.9766rem;
}
abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  height: 0rem;
  font-size: 0.0039rem;
  line-height: 0rem;
}
.container01,
.container02,
.container03,
.container04,
.container05,
.container06,
.container07,
.container08,
.n-container01,
.n-container03,
.n-container04 {
  margin: 0 auto;
}
.slow img:hover {
  transform: scale(1.05);
} /*图片放大*/
.slow img {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} /*缓慢效果*/
h5 a,
.more a {
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
} /*缓慢效果*/
.slow01 {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} /*缓慢效果*/
.slow02 {
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')"; /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999'); /* For IE 5.5 - 7 */
  -moz-box-shadow: 0.0039rem 0.0039rem 0.0391rem #999999; /* for firefox */
  -webkit-box-shadow: 0.0039rem 0.0039rem 0.0391rem #999999; /* for safari or chrome */
  box-shadow: 0.0039rem 0.0039rem 0.0391rem #999999; /* for opera or ie9 */
}
.radius {
  -moz-border-radius: 0.0117rem;
  -webkit-border-radius: 0.0117rem;
  border-radius: 0.0117rem;
}
.opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
} /*透明代码*/
.overfloat-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} /*文本超出 小圆点显示*/
.overfloat-dot-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overfloat-dot-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.overfloat-dot-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.overfloat-dot-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.overfloat-dot-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.overfloat-dot-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/ /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/ /*透明背景*/

/*==========================================公共 开始=============================================*/
.ar_wap {
  display: none;
}
.a_body {
  position: relative;
  z-index: 0;
}
.section {
  overflow: hidden;
}

.w1200 {
  margin: 0 auto;
  padding: 0 0.1953rem;
  max-width: 5.2344rem;
}

.header_box_li {
  position: relative;
  z-index: 1;
  transition: 0.4s;
  z-index: 999;
}

.header_box_li.sticky {
  height: 1.4648rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
/* -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;} */
@-webkit-keyframes sticky {
  0% {
    top: -0.7813rem;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -0.7813rem;
  }
  100% {
    top: 0;
  }
}

.header_box_li.sticky .header_top {
  display: none;
}
#nav .search_btn {
}
.header_box_li.sticky #nav .search_btn {
  display: block;
  height: 0.1367rem;
  width: 0.1367rem;
  border-radius: 50%;
  background: url(/images/sticky_ss.png) no-repeat center center;
  margin: 0.0234rem 0rem 0 0.7813rem;
}
.header_box_li.sticky #nav .search_btn img {
  display: none;
}

.header_box_li.sticky #header #logo .box_table {
}
.header_box_li.sticky #header {
}
.header_box_li.sticky #header #logo {
}
.header_box_li.sticky .w1600 {
  width: 5.2344rem;
}
.header_box_li.sticky #nav ul li .sub {
  box-shadow: 0 0.0313rem 0.0313rem rgba(0, 55, 59, 0.25);
}
.header_box_li.sticky #nav ul li {
  height: 1.0742rem;
  line-height: 0.9766rem;
}

.pc_top_lj {
  float: right;
  margin: 0rem 0 0rem;
  position: relative;
  z-index: 3;
}
.pc_top_lj a {
  display: block;
  width: 0.1484rem;
}

.header_box_li.xg {
  height: 1.8066rem;
}
.header_box_li.xg #header {
  height: 1.8066rem;
}
.header_box_li.xg #header .header_top {
  height: 0.5078rem;
}
.header_box_li.xg #header .header_top .tianqi {
  display: none;
}
.header_box_li.xg #header .header_top .list_box0 {
  display: none;
}
.header_box_li.xg #logo img {
  width: 70%;
}

.header_box_li.xg #logo .xx {
  opacity: 0 !important;
}
.header_box_li.xg #logo .box_table {
  height: 100% !important;
}

.header_box {
  position: relative;
  z-index: 10000;
}
#header {
  position: relative;
  height: 0rem;
  z-index: 999;
  width: 100%;
  background-size: cover;
  transition: 0.4s;
  max-width: 100%;
  margin: 0 auto;
}
/* .header_box_li:before{content:"";position:absolute;height: 3.9551rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: auto 100%;pointer-events: none;} */
#header.xg:before {
  opacity: 0;
  visibility: hidden;
}

.head_bottom {
  padding: 0;
  width: 6.5625rem;
  margin: 0 auto;
  height: 100%;
}

.header_top {
  position: relative;
  height: 0.9766rem;
  padding: 0;
  text-align: right;
  z-index: 10000;
  transition: 0.4s;
  padding: 0 0;
}
.header_top .tianqi {
  display: inline-block;
  height: 1.5625rem;
}
.header_top .search_btn {
  display: inline-block;
  float: none;
  font-size: 0.0547rem;
  color: #fff;
}

.header_top .search {
  width: 0.0781rem;
  height: 0.0781rem;
  position: relative;
  z-index: 20;
}
.header_top .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.1953rem;
  top: -0.0469rem;
  bottom: auto;
  height: 0.1563rem;
  width: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.header_top .search .input input {
  width: 100%;
  height: 100%;
  font-size: 0.0508rem;
  padding: 0 0.7813rem 0 0.3906rem;
  color: #333;
}
.header_top .search .btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.header_top .search .btn input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.header_top .search .btn svg {
  width: 0.0703rem;
  height: 0.0703rem;
  fill: #fff;
}
.header_top .search:hover .btn svg {
  fill: #6510ad;
}

.header_top .search:hover .input {
  width: 6.3477rem;
  opacity: 1;
  visibility: visible;
}

.header_top .zc_lj {
}
.header_top .zc_lj a {
  font-size: 0.0547rem;
  display: inline-block;
  transition: 0.6s;
  margin-left: 0.3906rem;
  position: relative;
  line-height: 0.9766rem;
  color: rgba(255, 255, 255, 0.7);
}
.header_top .zc_lj a:hover {
  color: #ffba00;
}

.list_box0 {
  display: inline-block;
  vertical-align: top;
}
.list_box0 .li {
  font-size: 0.0547rem;
  display: inline-block;
  transition: 0.6s;
  margin-left: 0.3906rem;
  position: relative;
  line-height: 0.9766rem;
}
.list_box0 .li > a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
.list_box0 .li > a:hover {
  color: #ffba00;
}
.list_box0 .li a > img {
  margin: -0.0039rem 0.2441rem 0 0;
}
.list_box0 .li a .ewm_box {
  display: inline-block;
  border: #d3d3d3 0.0039rem solid;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1);
  top: 1.3672rem;
  opacity: 1;
  visibility: visible;
  transform-origin: top;
  display: none;
}
.list_box0 .li a .ewm_box:before {
  content: "";
  position: absolute;
  border-left: transparent 0.0234rem solid;
  border-right: transparent 0.0234rem solid;
  border-bottom: #fff 0.0234rem solid;
  top: -0.0234rem;
  left: 50%;
  margin-left: -0.0234rem;
}

#m_header .list_box0 {
  float: right;
}
#m_header .list_box0 .li {
  line-height: 0.2344rem;
  display: none;
}
#m_header .list_box0 .li a .ewm_box {
  top: 0.2344rem;
}
#m_header .list_box0 .li a > img {
  height: 0.0625rem;
}

.list_box_01 {
  font-size: 0;
  white-space: nowrap;
  padding: 0.2441rem;
}
.list_box_01 li {
  display: block !important;
  margin: 0 0.0586rem !important;
  text-align: center;
}
.list_box_01 li h3 img {
  border: #ededed 0.0039rem solid;
  width: 0.332rem;
  height: 0.332rem;
}
.list_box_01 li h5 {
  font-size: 0.293rem;
  color: #666666;
  line-height: 0.0781rem;
  margin: 0;
}

.list_box0 .li + .li + .li:after {
  display: none;
}
.list_box0 .li:first-child:after {
  display: none;
}

.list_box0 .li input.txt {
  background: none;
  border-bottom: 0.0039rem solid #fff;
  width: 3.0518rem;
  padding: 0rem 0.0195rem 0.0195rem;
  outline: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #fff;
  float: left;
}

.list_box0 .li input.img {
  width: 0.0781rem;
  height: 0.0703rem;
  background: url() no-repeat center center;
  float: left;
}

.header_box .w1200 {
  height: 100%;
  position: relative;
  max-width: 6.4453rem;
}
/*.line_bot{ display:block; width:100%; height:.0039rem; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header {
  border-top: 0rem solid #c9151e;
}
#header #logo {
  margin-top: 0;
  width: 2.4063rem;
}
#header #logo .box_table {
  width: 100%;
  display: table;
  height: 100%;
}
#header #logo .box_table .box_table_cell {
  display: table-cell;
  vertical-align: middle;
}
#header #logo a {
  display: none;
}
#header #logo a.on {
  display: block;
}
#header #logo a img {
  width: 100%;
}

#header #logo .xx p {
  line-height: 0.0586rem !important;
}
#header #logo .xx {
  color: #fff;
  transition: 0.4s;
  opacity: 1;
  font-family: "楷体";
  font-size: 0.0938rem;
  text-align: center;
}
.head_bottom > .left_logo {
  float: left;
  margin-top: 0.1367rem;
}
.head_bottom > .left_logo img {
  width: 1.1953rem;
}
.head_bottom > .right {
  display: flex;
  align-items: flex-end;
  height: auto;
  position: relative;
  flex-direction: column;
}

#logo {
  float: left;
  height: 100%;
  position: relative;
}
#logo img {
  transition: 0.4s;
  max-width: 100%;
}
#logo img.img2 {
  display: none;
}
#nav {
  float: right;
  width: auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

#nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
  margin: 0 0.1563rem;
}

#nav ul li.on:before,
#nav ul li:hover:before {
  width: 140%;
  left: -20%;
}
#nav ul li a {
  display: block;
  padding: 0.0391rem 0rem;
  transition: 0.4s;
  color: #b7b7b7;
}
#nav ul li h3 {
  font-size: 0.0781rem;
  line-height: 0.0938rem;
  position: relative;
  display: inline-block;
  color: #fff;
}
#nav ul li a i {
  margin: -0.0117rem 0 0 0.0391rem;
  display: inline-block;
  width: 0.0391rem;
  height: 0.0195rem;
  background: url() center no-repeat;
  transition: 0.5s;
}
#nav ul li.on a i,
#nav ul li:hover a i {
  background: url() center no-repeat;
}
#nav ul li a i {
  display: inline-block;
  width: 0.0352rem;
  height: 0.0234rem;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.0313rem;
}
#nav ul li .sub {
  position: absolute;
  top: 100%;
  min-width: 0.5859rem;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.5s;
  transform-origin: top;
  padding: 0.0391rem 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0rem 0.0313rem rgba(0, 55, 59, 0.25);
}
#nav ul li .sub .box {
  text-align: center;
}
#nav ul li:hover a,
#header #nav ul li.on a,
#header.xg #nav ul li:hover a {
  color: #fff;
}
#header #nav ul li.on .sub a {
  color: #333;
}
#header #nav ul li.on .sub a:hover {
  color: #fff;
}

#nav ul li .sub a {
  padding: 0.0391rem;
  line-height: 0.0781rem;
  transition: 0.6s;
  font-size: 0.0625rem;
  color: #333;
  white-space: nowrap;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
}

#nav ul li .sub a:hover {
  background: #c9151e;
  color: #fff;
}
#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

#nav ul li.cen_logo {
  margin-top: -0.2578rem;
  width: 0.2344rem;
}
#nav ul li.cen_logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
#nav ul li.cen_logo img {
  display: block;
  width: 0.6875rem;
}
#nav ul li.cen_logo img + img {
  width: 1.207rem;
}

#m_nav .p1_top_xx {
  width: 100%;
}

.p1_top_xx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.0313rem;
  width: 0.5078rem;
  height: 0.1172rem;
  background: url(/images/top_lj_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0.0977rem;
}
.p1_top_xx .xx {
  font-size: 0.0469rem;
  color: #fff;
}
.p1_top_xx .lj {
  display: flex;
  align-items: center;
}
.p1_top_xx .lj a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p1_top_xx .lj a img {
  width: 0.0938rem;
}
.p1_top_xx .lj a p {
  font-size: 0.0547rem;
  color: #fff;
  margin-left: 0.0078rem;
  text-indent: 0;
}
.p1_top_xx .lj a.search_bt {
  margin-right: 0;
}

.toubu_div .header_box {
}
.toubu_div .header_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0313rem;
  background: #c9151e;
  position: absolute;
  top: 0;
  left: 0;
}

#nav > ul > li h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.082rem;
  height: 0.0469rem;
  left: 50%;
  margin-left: -0.0391rem;
  bottom: 0.0391rem;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#nav > ul > li:hover h3:after,
#nav ul li.on h3:after {
  transform: scale(1);
}
#nav > ul > li:hover h3:before,
#nav > ul > li.on h3:before {
  opacity: 1;
  visibility: visible;
  display: none;
}

.search_btn {
  cursor: pointer;
  text-align: center;
  float: left;
  transition: 0.6s;
  margin: 0 0 0 0.0586rem;
  position: relative;
}
.search_btn img {
  margin: 0;
}
#header .dw2 {
  float: left;
  height: 0.3516rem;
  width: 0.207rem;
  cursor: pointer;
  position: relative;
  margin-right: 0.5859rem;
  transition: 0.6s;
  margin-left: 0.3906rem;
}
#header .dw2 .j_tab {
}
#header .dw2:after {
  content: "";
  width: 0.0039rem;
  height: 0.0625rem;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  right: -0.5859rem;
  top: 50%;
  margin-top: -0.0313rem;
}
#header .dw2.yuyan:before {
  content: "";
  width: 0.0039rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#header .dw2 .dh {
  height: 0.0898rem;
  line-height: 0.0898rem;
  text-align: center;
  font-size: 0.0508rem;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
#header .dw2 .dh span {
  padding-right: 0.0547rem;
  width: 0.207rem;
  height: 0.0898rem;
  display: inline-block;
  font-style: italic;
}
#header .dw2 .dd {
  padding-bottom: 0.0391rem;
  padding-top: 0.0391rem;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  background: #acce22;
  left: 0;
  border: 0.0039rem solid #acce22;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  transform: translateY(0.0586rem);
}
#header .dw2 .dd:before {
  content: "";
  display: inline-block;
  border: 0.0313rem solid transparent;
  border-bottom: 0.0313rem solid #acce22;
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  margin-left: -0.0313rem;
}
#header .dw2 .dd a {
  display: block;
  text-align: center;
  line-height: 0.1172rem;
  color: #fff;
  font-size: 0.0508rem;
  padding: 0 0.0391rem;
}
#header .dw2 .dd a:hover {
  font-weight: bold;
}
#header .dw2.on .dd {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.search_btn {
  margin-left: 0rem;
  cursor: pointer;
}
.search_btn svg {
  display: inline-block;
  fill: #fff;
  width: 0.0625rem;
  height: 0.0625rem;
  vertical-align: middle;
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  /* overflow: hidden; */
}
.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  background: none;
  transition: 0.6s;
  left: 0;
  right: 0;
  z-index: 1;
}

.search-dialog-box.on:before {
  height: 100%;
}
.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: 1; */
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: 0.6s;
}
.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.8s;
}
.search-dialog-box .bubbles-bg .bubble {
  position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle {
  border: 0.0039rem solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2 {
  width: 0.0469rem;
  padding-top: 0.0469rem;
  left: 13.54%;
  top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle {
  background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3 {
  width: 0.1406rem;
  padding-top: 0.1406rem;
  left: 8.854%;
  top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle {
  background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle {
  background: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05) 100%
  );
}
.search-dialog-box .bubbles-bg .bubble5 {
  width: 0.2109rem;
  padding-top: 0.2109rem;
  left: 26.3%;
  top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle {
  background-color: #fff;
  opacity: 0.1;
}
.search-dialog-box .bubbles-bg .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle {
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1) 100%
  );
  background: -ms-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1) 100%
  );
}
.search-dialog-box .bubbles-bg .bubble7 {
  width: 0.7813rem;
  padding-top: 0.7813rem;
  left: 60.9375%;
  top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle {
  background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8 {
  width: 0.5273rem;
  padding-top: 0.5273rem;
  left: 95.83%;
  top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle {
  border: 0.0039rem solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9 {
  width: 0.0625rem;
  padding-top: 0.0625rem;
  left: 76.5625%;
  top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle {
  background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle {
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -ms-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.3) 100%
  );
}
.search-dialog-box .bubbles-bg .bubble {
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle {
  animation: spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble {
  transform-origin: 30% 0.1172rem;
}
.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.search-dialog .search-tit {
  font-size: 0.0781rem;
  line-height: 0.0977rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}
.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}
.search-dialog .search-input {
  width: 2.1914rem;
  margin: 0 auto;
  padding: 0 0rem 0 0.1172rem;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
  border-radius: 1.9531rem;
}
.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.2188rem;
  width: calc(100% - 0.3477rem);
  background-color: transparent;
  font-size: 0.0781rem;
  line-height: 0.0977rem;
  color: #919191;
  transition: all 0.3s;
  outline: none;
  border: 0;
}
.search-dialog .search-input input[type="text"]::-webkit-input-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type="text"]:-moz-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type="text"]::-moz-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type="text"]:-ms-input-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type="image"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.2813rem;
  width: 0.2188rem;
}

.search-dialog .search-input input[type="image"] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5859rem;
  background-image: url("/images/search.png");
  background: #c9151e url("/images/search.png") no-repeat center center;
  height: 0.2188rem;
  width: 0.3477rem;
  border-radius: 0.3906rem;
}
.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/close-btn.svg");
  background-size: 0.2188rem;
  border-radius: 100%;
  margin-right: 0.3906rem;
  display: none;
}
.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .search-input.on input[type="image"] {
  background-image: url("");
}

.search-dialog .hot-search {
  font-size: 0;
  width: 1.2188rem;
  margin: 0.2344rem auto 0;
  box-sizing: border-box;
  padding: 0 0.2344rem;
  overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.search-dialog .hot-search .hot-tit {
  font-size: 0.1465rem;
  line-height: 0.1953rem;

  color: #fff;
  font-weight: bold;
  padding-left: 0.2344rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.1953rem;
  background-image: url();
}
.search-dialog .hot-link {
  margin-left: 0.3906rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 0.1465rem;
  line-height: 0.1953rem;
  margin-right: 0.293rem;
  color: #fff;
  padding-bottom: 0.0195rem;
  position: relative;
}

.search-dialog .hot-link a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 0.0078rem;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}
.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}
.search-dialog-box .bottom-box .copy {
  font-size: 0.1367rem;
  line-height: 0.1953rem;
  color: #fff;
  font-family: "gilroy-regular";
  margin-top: 0.1953rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}
.header-right.is-open .search-btn .con-box {
  display: none;
}
.header-right.is-open .close-btn {
  display: block;
}
.header-right.is-open .item .search-bg {
  transform: scale(1);
}
.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.pub-close {
  position: absolute;
  width: 0.0938rem;
  height: 0.0938rem;
  z-index: 10;
  right: 0.4922rem;
  top: 0.2852rem;
  border-radius: 100%;
}
.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s;
}
.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;

  background-repeat: no-repeat;
  background-image: url(/images/search_close.png);
  transition: 0.6s;
}
.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}

/*顶部搜索*/
.tc_search {
  margin: 0.1172rem auto 0;
  width: calc(100% - 0.2344rem);
  position: relative;
}
.tc_search form {
  height: 0.1563rem;
  border-radius: 0;
  position: relative;
  width: 100%;
  margin-bottom: 0.3906rem;
}
.tc_search .keyword {
  font-size: 0.0703rem;
  color: #fff;
  height: 0.1953rem;
  line-height: 0.1953rem;
  box-shadow: none;
  -webkit-appearance: none;
  border-right: 0;
  background: none;
  width: 100%;
  outline: none;
  border: 0.0039rem solid rgba(255, 255, 255, 0.5);
  padding: 0 0.1953rem 0 0.0781rem;
}
.tc_search .btn_blue {
  position: absolute;
  right: 0;
  width: 0.1563rem;
  height: 0.1563rem;
  line-height: 0.1484rem;
  border: 0;
  background: url(/images/search_white.svg) center center no-repeat;
  background-size: 50%;
}
.tc_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}
.tc_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.tc_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.tc_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.tc_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
} /* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
  color: transparent; /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
} /* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
  color: transparent;
} /* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
  color: transparent;
} /* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
  color: transparent;
} /* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {
  height: 100%;
  z-index: 999999;
  float: right;
  margin-left: 0;
}
#nav_btn_box.on {
  background: none;
}
#nav_btn {
}
#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #fff;
}
#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: none;
  box-shadow: none;
}
#nav_btn .point {
  display: inline-block;
  width: 0.0977rem;
  height: 0.0859rem;
  position: relative;
  outline: none;
}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 0.0977rem;
}
#nav_btn .navbtn {
  position: absolute;
  top: 0.0469rem;
  left: 0;
  display: inline-block;
  width: 0.0547rem;
  height: 0.0039rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.0977rem;
  height: 0.0039rem;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}
#nav_btn .navbtn::after {
  top: -0.0313rem;
}
#nav_btn .navbtn::before {
  top: 0.0313rem;
}
#nav_btn .point.on .navbtn {
  background: transparent;
}
#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0rem;
}
#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0rem;
}
/*导航按钮结束*/
.m_nav_list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.m_nav_list::-webkit-scrollbar {
  display: none;
}
#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105%;
  top: 0;
  display: none;
  padding: 0.1953rem 0 0.1953rem;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #c9151e;
}
#m_nav .close {
  position: absolute;
  top: 0.0234rem;
  right: 0.0586rem;
  font-size: 0.1094rem;
  color: #fff;
  z-index: 10000;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  overflow: auto;
}
#m_nav > ul > li {
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 0.1172rem;
  position: relative;
}
#m_nav > ul > li {
  border-bottom: 0.0039rem solid rgba(255, 255, 255, 0.1);
}
#m_nav li .a {
  display: inline-block;
  width: calc(100% - 0.1172rem);
}
#m_nav li .a {
  line-height: 0.2148rem;
  height: 0.2148rem;
  color: #fff;
  padding: 0;
  font-size: 0.0625rem;
  float: left;
}
#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 0.0391rem;
  width: 0.0781rem;
  height: 0.1953rem;
  text-align: center;
}
#m_nav li .a span i {
  font-size: 0;
}
#m_nav li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 0.1953rem;
  height: 0.1563rem;
  display: inline-block;
  background: url(/fonts/arrow_down.svg) center center no-repeat;
  background-size: 0.0508rem 0.0508rem !important;
  position: absolute;
  display: block;
  right: 0;
}

#m_nav li.on i {
  background: url(/fonts/arrow_down_on.svg) center center no-repeat;
}
#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
#m_nav li {
  display: block;
  width: 100%;
}
.slide_nav {
  position: absolute;
  left: 0;
  height: 0.2734rem;
  z-index: 998;
  padding: 0.0586rem;
  top: 0;
  width: 100%;
}
#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 0.0391rem;
}
#m_nav .title .list span {
  background: none;
}
#m_nav .title .list span a:hover {
  color: #c21d1b;
}
#m_nav .title .list a {
  display: block;
  font-size: 0.0547rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  line-height: 0.1563rem;
  height: 0.1563rem;
  border: 0;
  font-weight: 300;
}
/*三级导航 开始*/
#m_nav .title .list .void > a {
  background-size: 0.0391rem;
  position: relative;
}
#m_nav .title .list .void > a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 0.0469rem;
  font-weight: bold;
}
#m_nav .title .list span {
  position: relative;
  display: block;
}
#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}
#m_nav .title .sub a {
  background: none;
  font-size: 0.1953rem;
  opacity: 0.8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}
.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.m_header_box {
  transition: 0.6s;
  display: none;
  height: 0.2344rem;
}
#m_header #logo .box_table {
  width: auto;
  float: left;
  display: table;
  height: 100%;
}
#nav_btn_box .box_table {
  width: auto;
  float: left;
  display: table;
  height: 100%;
  height: 100%;
}
#nav_btn_box .box_table .box_table_cell {
  vertical-align: middle;
  display: table-cell;
}
#m_header #logo .box_table .box_table_cell {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
}

#m_header #logo .box_table .box_table_cell a {
  display: block;
}
.m_header_box header {
  padding: 0 4%;
  top: 0;
  height: 0.2344rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-size: cover;
}
.m_header_box header > div {
  position: relative;
  z-index: 3;
}
.m_header_box header .sj_head_bg {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background: #c9151e;
}
.m_header_box header .sj_head_bg::after {
  content: "";
  display: block;
  width: 0.4648rem;
  height: 100%;

  background-size: 100% auto;
  position: absolute;
  right: 100%;
  top: 0;
}

#m_header #logo {
  float: left;
}
#m_header #logo img {
  max-height: 0.1953rem;
  width: auto;
}
#m_header .yuyan {
  height: 1.7578rem;
  float: right;
  margin-right: 1.5625rem;
}
#m_header .yuyan span {
  display: block;
  width: 0.0938rem;
  height: 0.0938rem;
  line-height: 0.0938rem;
  color: #fff;
  font-size: 0.3516rem;
  text-align: center;
  margin-left: 0.0664rem;
  background: rgba(255, 255, 255, 0.3);
}

.sj_top_lj {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0.0391rem;
}
.sj_top_lj a {
  color: #fff;
}

#fp-nav.fp-right {
  display: none;
}

.toubu_div {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 88;
  transition: 0.5s; /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */
}
.toubu_div > .w1344 {
  width: 100%;
  padding: 0 0.2734rem;
}
.toubu_div_bai {
  position: fixed;
}
.toubu_div_bai .list_box0 .li > a {
  color: #000;
}

.img {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  transition: 0.4s;
  height: 0;
}
.img .img_box {
  background-position: center center !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-size: cover !important;
  height: 100%;
  transition: 0.4s;
}
.img img {
  position: absolute;
  transition: 0.4s;
  /* opacity: 0; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
a:hover .img .img_box {
  transform: scale(1.05);
}
a:hover .img img {
  transform: scale(1.05);
}

.w1600 {
  width: 39.0625rem;
  margin: 0 auto;
}
.w1340 {
  width: 5.4688rem;
  margin: 0 auto;
}
.w1340::after {
  clear: both;
  content: "";
  display: block;
}
.w1344 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* .w1344::after{clear: both;content: "";display: block;} */

.swiper-slide {
  filter: brightness(1);
}
.swiper-button-prev,
.swiper-button-next {
  margin: 0;
  border: none;
}
.swiper-button-prev {
  left: 0.1172rem;
}
.swiper-button-next {
  right: 0.1172rem;
  left: auto;
}

#wrap {
}
#pages {
}
.page {
}

.page .intro {
  padding-top: 0rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 6;
  flex-wrap: wrap;
  padding-top: 0.3125rem;
}
.page .intro .sy_main {
  width: 6.5625rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.page .intro > div.part1 {
  width: 100%;
  padding: 0;
}

#menu {
  position: fixed;
  top: calc(50% - 0.3906rem);
  z-index: 100;
  width: auto;
  display: block;
  right: 0.0391rem;
}
#menu.on {
}
#menu ul {
}
#menu ul li {
  width: 0.0781rem;
  height: 0.0781rem;
  border: 0.0039rem solid #fff;
  border-radius: 50%;
  margin-bottom: 0.0547rem;
  transition: 0.4s;
}
#menu ul li.active {
  background: #fff;
}

#menu.on ul li {
  border: 0.0039rem solid #c9151e;
}
#menu.on ul li.active {
  background: #c9151e;
}

#menu.bai {
}
#menu.bai ul li {
  border: 0.0039rem solid #fff;
  cursor: pointer;
}
#menu.bai ul li.active {
  background: #fff;
}

@keyframes menu_li_dh {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.page.page1 {
  border-top: 0 solid #c9151e;
}
.page.page1 .intro {
  height: 100%;
  padding: 0 !important;
}
.part1 {
  position: relative;
  height: 100%;
}

.p1_lb {
  width: 100%;
  height: 100%;
  position: relative;
}
.p1_lb .swiper-slide {
  height: auto;
  overflow: hidden;
}
.p1_lb .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
}
.p1_lb .swiper-slide a::after {
  content: "";
  display: block;
  height: 0.5078rem;
  width: 100%;
  background: rgb(169, 17, 25, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p1_lb .swiper-slide .img {
  padding-bottom: 0;
  height: 100%;
}
.p1_lb .swiper-slide .img {
  width: 100%;
  /*animation: scaleDraw 10s ease-in-out infinite;
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;*/
}
.p1_lb .swiper-slide .bt {
  position: absolute;
  width: 100%;
  bottom: 0.1172rem;
  left: 0;
  z-index: 3;
}
.p1_lb .swiper-slide .bt div {
}
.p1_lb .swiper-slide .bt div p {
  font-size: 0.1328rem;
  color: #fff;
  max-width: 80%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.05); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.p1_lb .swiper-slide .img .img_box {
  transform: scale(1) !important;
}
.p1_lb .swiper-slide .img::after {
  content: "";
}
.p1_lb .swiper-slide video {
  width: 100%;
  height: 100%;
  background: #000;
}

.p1_lb .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.0781rem;
  width: 100%;
}

.p1_lb .swiper-pagination span {
  width: 0.0938rem;
  height: 0.0938rem;
  margin: 0 0.0273rem !important;
  font-size: 0.0469rem;
  color: #fff;
  opacity: 1;
  line-height: 0.0938rem;
  background: rgba(0, 0, 0, 0.5);
}
.p1_lb .swiper-pagination span.swiper-pagination-bullet-active {
  background: #c9151e;
  opacity: 1;
}

.p1_right_lj {
  transition: 0.4s;
  width: calc(100% - 0.2344rem);
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0.4688rem;
  z-index: 11;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.p1_right_lj ul {
  width: 100%;
}
.p1_right_lj ul li {
  width: 100%;
  background: rgba(255, 127, 0, 0.9);
  margin-bottom: 0.0039rem;
  border-radius: 0.0391rem 0 0 0.0391rem;
}
.p1_right_lj ul li a {
  display: block;
  padding: 0.0391rem;
}
.p1_right_lj ul li .pic {
  width: 0.1563rem;
  height: 0.1563rem;
  border-radius: 50%;
  background: rgba(205, 10, 18, 0.3);
  margin: 0 auto;
  transition: 0.4s;
  border: 0.0117rem solid rgba(205, 10, 18, 0);
}
.p1_right_lj ul li img {
  width: 100%;
}
.p1_right_lj ul li p {
  font-size: 0.0625rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.0938rem;
  transition: 0.4s;
}

.p1_right_lj ul li:hover {
  background: rgba(220, 83, 89, 0.9);
}
.p1_right_lj ul li:hover .pic {
  border: 0.0117rem solid #fff;
  background: #dc5359;
}
.p1_right_lj ul li:hover p {
  font-weight: bold;
}

.p1_right_lj .close {
  font-size: 0.0547rem;
  color: #fff;
  padding: 0.0117rem 0.0391rem;
  background: #c9151e;
  display: table;
  position: absolute;
  bottom: 100%;
  left: 0;
  cursor: pointer;
}

.part1_lj {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.1641rem;
  z-index: 10;
}
.part1_lj > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.part1_lj ul {
  display: flex;
}
.part1_lj ul li {
  width: 0.5078rem;
  height: 0.2344rem;
  background-size: 100% 100%;
  margin-right: 0.0273rem;
  transition: 0.4s;
}
.part1_lj ul li:first-child {
  width: 0.2734rem;
  background: url() no-repeat;
  transform: translate(0, 0) !important;
  background-size: 100% 100%;
}

.part1_lj ul li a {
  display: block;
}
.part1_lj ul li p {
  font-size: 0.0703rem;
  color: #ffffff;
  line-height: 0.2344rem;
  text-align: center;
}
.part1_lj ul li:hover {
  transform: translate(0, -0.0391rem);
}

@media (max-width: 4rem) {
  .p1_lb .swiper-slide .img {
    padding-bottom: 50%;
  }
  .p1_right_lj {
    display: none;
  }

  #m_nav .p1_right_lj {
    display: block;
    position: relative;
    width: 100%;
  }
  #m_nav .p1_right_lj ul {
    display: flex;
    flex-wrap: wrap;
  }
  #m_nav .p1_right_lj ul li {
    width: 33.33%;
  }

  #menu {
    display: none;
  }
}

@media (max-width: 3.3594rem) {
}

@media (max-width: 2.1484rem) {
}

.sy_tit {
  position: relative;
  margin-bottom: 0.1563rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_tit .con {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.sy_tit .con p.p1 {
  text-align: center;
  font-size: 0.1094rem;
  color: #333333;
  font-weight: bold;
}
.sy_tit .con p.p1 span {
  font-size: 0.1406rem;
  color: #1e4e9f;
  font-weight: bold;
}
.sy_tit .con p.p2 {
  font-size: 0.0547rem;
  color: #9e9e9e;
  text-align: center;
  margin-left: 0.0781rem;
  position: relative;
}

.sy_tit .con p.p2::after {
  transform: rotate(120deg);
  content: "";
  display: block;
  opacity: 1;
  border-top: 0.0039rem solid #d8d8d8;
  width: 0.0625rem;
  height: 0.0039rem;
  position: absolute;
  left: -0.0781rem;
  top: 0.0195rem;
}

.sy_tit .more {
  font-size: 0.0625rem;
  color: #323232;
  padding-left: 0.1172rem;
  transition: 0.4s;
  background: url(/images/sy_more.png) no-repeat left center;
  background-size: 0.0938rem;
  line-height: 0.0938rem;
  height: 0.0938rem;
}
.sy_tit .more:hover {
  color: #234d96 !important;
}

@media (max-width: 2.5391rem) {
  .sy_tit .con p.p1 {
    font-size: 0.125rem;
  }
}

.yc_top_nav {
  position: fixed;
  top: -0.3906rem;
  transition: 0.4s;
  width: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0.0391rem 0.0391rem rgba(0, 0, 0, 0.11);
  background: #c9151e;
  background-size: cover;
}
.yc_top_nav.on {
  transition-delay: 0.6s;
  top: 0;
}
.yc_top_nav .logo {
}
.yc_top_nav .logo a {
}
.yc_top_nav .logo img {
  width: 1.1953rem;
}
.yc_top_nav .header_box {
}
.yc_top_nav .head_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6.5625rem;
  padding: 0;
}

.yc_top_nav #header {
  height: 0.3125rem;
}
.yc_top_nav #nav > ul > li > a {
  padding: 0.1055rem 0;
}
.yc_top_nav #nav ul li {
}
.yc_top_nav .pc_top_lj {
  margin-left: 0.0781rem;
}
.yc_top_nav #nav ul li h3 {
}
.yc_top_nav .head_bottom > .right {
}

.yc_top_nav .p1_top_xx {
  margin-bottom: 0rem;
  margin-top: 0;
}

.page {
}

.page2 {
  background: url(/images/p2_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.p2_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p2_left {
  width: 2.5391rem;
}
.p2_lb {
  position: relative;
}
.p2_lb .swiper-slide {
}
.p2_lb .swiper-slide a {
  position: relative;
}

.p2_lb .swiper-slide .img {
  padding: 0;
  height: 1.5234rem;
  z-index: 1;
}
.p2_lb .swiper-slide .con {
  position: absolute;
  left: 0rem;
  z-index: 3;
  bottom: 0rem;
  display: flex;
  align-items: flex-end;
  height: 0.3516rem;
  background: url(/images/p2_left_con.png) no-repeat center center;
  background-size: 100% 100% !important;
  width: 100%;
  padding-left: 0.5078rem;
  padding-right: 0.0781rem;
}
.p2_lb .swiper-slide .con::after {
  content: "";
  display: block;
  width: 0.2852rem;
  height: 0.2852rem;
  background: url(/images/p2_left_logo.png) no-repeat center center;
  background-size: 100% 100% !important;
  position: absolute;
  left: 0.0586rem;
  bottom: 0.0156rem;
  z-index: 1;
  opacity: 0.2;
}

.p2_lb .swiper-slide .con .bt {
  font-size: 0.0703rem;
  line-height: 0.1094rem;
  color: #fff;
  margin-bottom: 0.0586rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p2_lb .swiper-button-prev,
.p2_lb .swiper-button-next {
  width: 0.1406rem;
  height: 0.1406rem;
  background: rgba(0, 0, 0, 0.5) url(/images/p2_lb_prev.png) no-repeat center
    center;
  background-size: 0.0313rem !important;
  margin: 0;
  left: 0.0195rem;
  border-radius: 50%;
}
.p2_lb .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 0.0195rem;
}

.p2_ul1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p2_ul1 li {
  width: calc(50% - 0.0586rem);
  border-left: 0.0078rem solid #c9151e;
  margin-top: 0.1172rem;
}
.p2_ul1 li a {
  display: block;
  padding-left: 0.0703rem;
}
.p2_ul1 li .sj {
  font-size: 0.0625rem;
  color: #9e9e9e;
  padding-left: 0.0859rem;
  background: url(/images/p2_left_sj.png) no-repeat left center;
  background-size: 0.0508rem !important;
}
.p2_ul1 li .bt {
  font-size: 0.0703rem;
  line-height: 0.1094rem;
  color: #323232;
  margin-top: 0.0391rem;
  transition: 0.4s;
  height: 0.2188rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p2_ul1 li:hover .bt {
  color: #c9151e;
  transform: translate(0.0195rem);
}

.p2_cen {
  width: 1.7188rem;
}

.p2_ul2 {
}
.p2_ul2 li {
  border-bottom: 0.0039rem solid #d8d8d8;
  padding: 0.1133rem 0;
  transition: 0.4s;
}
.p2_ul2 li:first-child {
  padding-top: 0 !important;
}
.p2_ul2 li a {
  display: flex;
  align-items: center;
}
.p2_ul2 li .sj {
  width: 0.3125rem;
  transition: 0.4s;
}
.p2_ul2 li .sj .p1 {
  font-size: 0.0859rem;
  color: #fff;
  background: #d38d8d;
  text-align: center;
  line-height: 0.1563rem;
  height: 0.1563rem;
}
.p2_ul2 li .sj .p2 {
  font-size: 0.0547rem;
  color: #d38d8d;
  text-align: center;
  line-height: 0.1094rem;
  border: 0.0039rem solid #d38d8d;
}
.p2_ul2 li .con {
  width: calc(100% - 0.3125rem);
  padding-left: 0.0703rem;
}

.p2_ul2 li .con .bt {
  font-size: 0.0703rem;
  line-height: 0.1094rem;
  color: #323232;
  transition: 0.4s;
  max-height: 0.2188rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p2_ul2 li a:hover .con .bt {
  color: #c9151e;
  transform: translate(0.0195rem);
}
.p2_ul2 li:hover {
  border-bottom: 0.0039rem solid #c9151e;
}

.p2_right {
  width: 1.7578rem;
}

.p2_ul3 {
}
.p2_ul3 li {
  box-shadow: 0rem 0.0156rem 0.0391rem 0rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.0313rem;
}
.p2_ul3 li a {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.p2_ul3 li .pic {
  width: 0.3125rem;
  height: 0.25rem;
  background: #d86c48;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2_ul3 li .pic img {
  display: block;
  width: auto;
  max-width: 80%;
  max-height: 90%;
}
.p2_ul3 li .con {
  width: calc(100% - 0.3125rem);
  padding-left: 0.0898rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 0.0391rem;
}
.p2_ul3 li .con::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #c9151e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s;
}
.p2_ul3 li .con .bt {
  font-size: 0.0703rem;
  line-height: 0.1094rem;
  color: #323232;
  position: relative;
  z-index: 3;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p2_ul3 li:hover .pic img {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.p2_ul3 li:hover .con .bt {
  color: #fff;
}
.p2_ul3 li:hover .con::after {
  width: 100%;
}

.p2_ul4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.0977rem;
}
.p2_ul4 li {
  width: calc(50% - 0.0195rem);
  background: #c9151e;
  position: relative;
  transition: 0.4s;
}
.p2_ul4 li::after {
  content: "";
  display: block;
  width: calc(100% - 0.0391rem - 0.0078rem);
  height: calc(100% - 0.0391rem - 0.0078rem);
  border: 0.0039rem solid #d86c48;
  position: absolute;
  top: 0.0195rem;
  left: 0.0195rem;
  z-index: 1;
}
.p2_ul4 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  height: 0.3672rem;
}
.p2_ul4 li .pic {
  width: 0.2109rem;
  height: 0.2109rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2_ul4 li .pic img {
  display: block;
  width: auto;
  max-width: 80%;
  max-height: 100%;
}
.p2_ul4 li .bt {
  font-size: 0.0781rem;
  line-height: 0.1094rem;
  color: #fff;
  margin-left: 0.0664rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p2_ul4 li:hover {
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.5);
}
.p2_ul4 li:hover .pic img {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}

@media (max-width: 4rem) {
  .p2_main {
  }
  .p2_main > div {
    width: 100% !important;
  }
  .p2_left {
    margin-bottom: 0.1172rem;
  }
  .p2_lb .swiper-slide .img {
    height: auto;
    padding-bottom: 60%;
  }
  .p2_right {
    margin-top: 0.1172rem;
  }
}

@media (max-width: 2.5391rem) {
  .p2_ul1 li {
    width: calc(50% - 0.0195rem);
  }

  .p2_lb .swiper-slide .con {
    padding-left: 0.2344rem;
    height: 0.2344rem;
  }
  .p2_lb .swiper-slide .con::after {
    width: 0.1563rem;
    height: 0.1563rem;
  }

  .p2_lb .swiper-slide .con .bt {
    margin-bottom: 0.0117rem;
  }

  .p2_ul2 li {
    padding: 0.0586rem 0;
  }
  .p2_ul2 li .sj .p1 {
    font-size: 0.0703rem;
  }
}

.page3 {
  background: url(/images/p3_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.p3_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p3_left {
  width: 3.1641rem;
}

.p3_ul1 {
}
.p3_ul1 li {
  background: #fff;
  transition: 0.4s;
}
.p3_ul1 li + li {
  margin-top: 0.0781rem;
}
.p3_ul1 li a {
  display: flex;
  justify-content: space-between;
  padding: 0.0781rem 0.0781rem 0;
}
.p3_ul1 li .img {
  width: 0.9766rem;
  padding-bottom: 20%;
}
.p3_ul1 li .con {
  width: calc(100% - 0.9766rem);
  padding-left: 0.1172rem;
  margin-right: 0.0391rem;
  padding-top: 0.0586rem;
}
.p3_ul1 li .con .sj {
  font-size: 0.0625rem;
  color: #9e9e9e;
  padding-left: 0.0859rem;
  background: url(/images/p2_left_sj.png) no-repeat left center;
  background-size: 0.0508rem !important;
}
.p3_ul1 li .con .bt {
  font-size: 0.0703rem;
  line-height: 0.1094rem;
  color: #323232;
  margin-top: 0.0391rem;
  transition: 0.4s;
  height: 0.2188rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p3_ul1 li .con .zy {
  font-size: 0.0547rem;
  line-height: 0.0938rem;
  color: #727272;
  margin-top: 0.0391rem;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p3_ul1 li:hover {
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.19);
}
.p3_ul1 li:hover .bt {
  color: #c9151e;
  transform: translate(0.0195rem);
}

.p3_right {
  width: 3.1641rem;
}

.p3_lb {
  width: 100%;
  padding: 0 0.1758rem;
}
.p3_lb .swiper-slide {
}
.p3_lb .swiper-slide-shadow-right {
  display: none;
}
.p3_lb .swiper-slide-shadow-left {
  display: none;
}

.p3_lb .swiper-slide .img {
  filter: brightness(0.5);
}

.p3_lb .swiper-slide.swiper-slide-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p3_lb .swiper-slide.swiper-slide-active a {
}
.p3_lb .swiper-slide.swiper-slide-active .img {
  width: 2.7344rem;
  height: 1.7969rem;
  padding-bottom: 0;
  filter: brightness(1);
}
.p3_lb .swiper-slide a {
  display: block;
  position: relative;
}

.p3_lb .swiper-slide .img {
  width: 2.8125rem;
  height: 1.7969rem;
  padding-bottom: 0;
}
.p3_lb .swiper-slide .con {
  width: 100%;
  padding: 0 0.0977rem;
  transition: 0.4s;
  padding-top: 0.0586rem;
}
.p3_lb .swiper-slide .con .bt {
  font-size: 0.0703rem;
  text-align: center;
  line-height: 0.1094rem;
  color: #323232;
  margin-bottom: 0.0391rem;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p3_lb .swiper-slide .con .zy {
  color: #727272;
  font-size: 0.0547rem;
  line-height: 0.0938rem;
  height: 0.1875rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p3_lb .swiper-slide .play {
  opacity: 0;
}
.p3_lb .swiper-slide .con {
  opacity: 0;
}
.p3_lb .swiper-slide.swiper-slide-active .play {
  opacity: 1;
}
.p3_lb .swiper-slide.swiper-slide-active .con {
  opacity: 1;
}

.p3_lb .swiper-button-prev,
.p3_lb .swiper-button-next {
  width: 0.1406rem;
  height: 0.1406rem;
  background: rgba(0, 0, 0, 0.5) url(/images/p2_lb_prev.png) no-repeat center
    center;
  background-size: 0.0313rem !important;
  margin: 0;
  left: 0.0781rem;
  border-radius: 50%;
  bottom: 0.0781rem;
  top: auto;
}
.p3_lb .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 0.0781rem;
}

.p3_lb .swiper-slide:hover .con .bt {
  color: #c9151e;
}

@media (max-width: 4rem) {
  .p3_ul1 li .con {
    padding-top: 0;
  }

  .p3_main > div {
    width: 100% !important;
  }
  .p3_lb {
    padding: 0;
  }
  .p3_lb .swiper-slide .img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
  .p3_lb .swiper-slide a {
    width: 100%;
  }
  .p3_lb .swiper-slide.swiper-slide-active .img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }

  .p3_lb .swiper-slide .con {
    padding: 0.0391rem 0.1953rem;
  }
  .p3_lb .swiper-button-prev,
  .p3_lb .swiper-button-next {
    left: 0;
  }
  .p3_lb .swiper-button-next {
    left: auto;
    right: 0;
  }

  .p3_right {
    margin-top: 0.1172rem;
  }
}

@media (max-width: 2.5391rem) {
  .p3_ul1 li a {
    flex-wrap: wrap;
    padding: 0.0586rem;
  }
  .p3_ul1 li .img {
    width: 100%;
    padding-bottom: 48%;
  }
  .p3_ul1 li .con {
    width: 100%;
    padding: 0;
    padding-top: 0.0391rem;
  }
  .p3_ul1 li .con .bt {
    height: auto;
    max-height: 0.2188rem;
  }
}

.page4 {
  height: 100vh;
}

.page4 .sy_tit_sj {
  display: none;
  width: 100%;
}

.p4_tit {
  width: 1.1719rem;
  height: 100%;
  background: url(/img/gongChengXiangMuBeiJing.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p4_tit .con {
  margin-bottom: 1.1719rem;
}
.p4_tit .con .p1 {
  font-size: .1172rem;
  color: #fff;
  width: .0391rem;
  line-height: 0.1563rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p4_tit .con .p1 .big {
  font-size: 0.1563rem;
}
.p4_tit .more {
  font-size: 0.0625rem;
  color: #fff;
  width: 0.0625rem;
  text-align: center;
}

.p4_tit .more:hover {
}

.p4_ul {
  width: calc(100% - 1.1719rem);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.p4_ul li {
  width: 33.33%;
  height: 50%;
}
.p4_ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.p4_ul .box1 {
  position: relative;
  height: 100%;
}
.p4_ul .box1 .img {
  padding-bottom: 0;
  height: 100%;
}
.p4_ul .box1 .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.3;
}
.p4_ul .box1 .con {
  position: absolute;
  bottom: 0.0977rem;
  left: 0;
  z-index: 3;
  width: 100%;
}
.p4_ul .box1 .con .bt {
  text-align: center;
  font-size: 0.0781rem;
  color: #fff;
  text-align: center;
  line-height: 0.1172rem;
}

.p4_ul .box2 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/gongChengXiangMuJiaoHuBeiJing.png) no-repeat center center;
  background-size: cover;
  opacity: 1;
  z-index: 6;
  height: 100%;
  width: 100%;
  padding: 0.2813rem 0.1953rem 0.0391rem;
  transition: 0.4s;
  opacity: 0;
}
.p4_ul .box2 .bt {
  font-size: 0.0938rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.1172rem;
}
.p4_ul .box2 .zy {
  font-size: 0.0547rem;
  line-height: 0.1016rem;
  text-align: center;
  color: #fff;
  height: 0.5078rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.p4_ul .box2 .jt {
  width: 0.1406rem;
  height: 0.1406rem;
  /* background: url(/img/跳转@2x.png) no-repeat center center; */
  background-size: 100% 100% !important;
  border-radius: 50%;
  margin: 0.1641rem auto 0;
}

.p4_ul li:hover .box2 {
  opacity: 1;
}

@media (max-width: 4rem) {
  .p4_left {
    margin-bottom: 0.1172rem;
  }
  .p4_main > div {
    width: 100% !important;
  }

  .page4 {
    padding: 0.1172rem 2%;
  }

  .page4 .sy_tit_sj {
    display: flex;
  }
  .p4_tit {
    display: none;
  }

  .page4 .intro {
    flex-wrap: wrap;
  }
  .p4_ul {
    width: 100%;
  }
  .p4_ul li {
    width: 50%;
  }
  .p4_ul .box1 .img {
    height: 0;
    padding-bottom: 80%;
  }
  .p4_ul .box2 {
    padding: 0.0781rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p4_ul .box2 .jt {
    margin-top: 0.0781rem;
  }

  .p4_ul .box2 .zy {
    height: auto;
    max-height: 0.5078rem;
  }
}

@media (max-width: 2.5391rem) {
  .p4_ul li {
    width: 100%;
    margin-bottom: 0.0391rem;
  }

  .p4_ul li a {
    display: flex;
  }
  .p4_ul li:nth-child(2n) a {
    flex-direction: row-reverse;
  }

  .p4_ul .box1 {
    width: 50%;
  }

  .p4_ul .box2 {
    position: relative;
    opacity: 1;
    padding: 0.0586rem;
    width: 50%;
    height: auto;
  }
  .p4_ul .box1 .img::after {
    display: none;
  }
  .p4_ul .box1 .con .bt {
    display: none;
  }
  .p4_ul .box2 .bt {
    font-size: 0.0703rem;
    margin-bottom: 0.0391rem;
  }

  .p4_ul .box2 .zy {
    font-size: 0.0469rem;
    line-height: 0.0781rem;
    height: 0.2344rem;
    -webkit-line-clamp: 3;
  }

  .p4_ul .box2 .jt {
    width: 0.0977rem;
    height: 0.0977rem;
    margin-top: 0.0391rem;
  }
}

.page5 {
  background: url(/img/diSanPingBeiJing.png) no-repeat center center;
  background-size: 100% 100%;
  height: 55vh;
}

.p5_main {
  display: flex;
  width: 5.8594rem;
  justify-content: space-between;
}
.p5_main > div {
  width: 2.7344rem;
}

.p5_left {
}

.p5_ul1 {
}
.p5_ul1 li {
  /* border: .0039rem solid #d38d8d; */
  border: 0.0039rem solid #1e4e9f;
  transition: 0.4s;
  position: relative;
  margin-bottom: 0.1172rem;
}
.p5_ul1 li + li {
  margin-top: 0.0742rem;
}
.p5_ul1 li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/p5_left_li_on.png) no-repeat center center;
  background-size: 100% 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  transition: 0.4s;
}
.p5_ul1 li a {
  display: block;
  position: relative;
  z-index: 3;
}
.p5_ul1 li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.0938rem 0.0781rem;
  width: 2.7344rem;
}
.p5_ul1 li .sj {
  font-size: .0625rem;
  color: #1e4e9f;
  transition: 0.4s;
  margin-left: .0781rem;
}
.p5_ul1 li .line {
  width: 0.0039rem;
  height: 0.0703rem;
  background: #1e4e9f;
  transition: 0.4s;
}
.p5_ul1 li .bt {
  font-size: 0.0703rem;
  color: #333333;
  line-height: 0.1094rem;
  width: calc(100% - 0.5078rem);
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p5_ul1 li:hover {
  border: 0.0039rem solid rgba(255, 255, 255, 0);
  background: url("/img/jiJianDaoTaiJiaoHuBeiJing.png") no-repeat 100% 100% !important;
  background-color: transparent;
}
.p5_ul1 li:hover::after {
  opacity: 1;
}
.p5_ul1 li:hover .sj {
  color: #fff;
}
.p5_ul1 li:hover .line {
  background: #fff;
}
.p5_ul1 li:hover .bt {
  color: #fff;
}

.p5_ul2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p5_ul2 li {
  width: calc(50% - 0.0781rem);
  background: #fff url(/images/p5_right_li.png) no-repeat bottom right;
  background-size: 0.1484rem !important;
  transition: 0.4s;
}
.p5_ul2 li + li + li {
  margin-top: 0.1484rem;
}
.p5_ul2 li a {
  width: 1.3672rem;
  height: 0.5859rem;
}
.p5_ul2 li .box .xzimg {
  position: absolute;
  bottom: 0;
  right: 0.0781rem;
  width: 0.0938rem;
  height: 0.0938rem;
}
.p5_ul2 li .box {
  /* padding: .0781rem .1289rem; */
  width: 1.3672rem;
  height: 0.5859rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.1172rem;
  position: relative;
}
.p5_ul2 li .sj {
  font-size: 0.0625rem;
  color: #9e9e9e;
  padding-left: 0.0859rem;
  background: url(/images/p2_left_sj.png) no-repeat left center;
  background-size: 0.0508rem !important;
  margin-bottom: 0.0156rem;
}
.p5_ul2 li .line {
  display: none;
}
.p5_ul2 li .bt {
  font-size: 0.0703rem;
  color: #333333;
  line-height: 0.1016rem;
  height: 0.2031rem;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p5_ul2 li:hover {
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.2);
}
.p5_ul2 li:hover .bt {
  color: #c9151e;
  transform: translate(0.0195rem);
}

@media (max-width: 4rem) {
  .p5_main > div {
    width: 100% !important;
  }
  .p5_right {
    margin-top: 0.1172rem;
  }
}
@media (max-width: 3.3203rem) {
  .p5_ul1 li .box {
    padding: 0.0391rem 0.0586rem;
  }
  .p5_ul1 li + li {
    margin-top: 0.0391rem;
  }
  .p5_ul1 li .bt {
    width: calc(100% - 0.3516rem);
    font-size: 0.0625rem;
    max-height: 0.2031rem;
    height: auto;
  }

  .p5_ul2 li {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0.0391rem;
  }
  .p5_ul2 li .box {
    padding: 0.0781rem;
  }
}

.page6 {
  background: url(/images/p6_bg.jpg) no-repeat center center;
  background-size: cover;
}

.page6 .intro {
  padding-bottom: 0.4688rem;
}

.p6_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p6_tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.1563rem;
}
.p6_tit .pic {
  border: 0.0039rem solid #d86c48;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
}
.p6_tit .pic img {
  display: block;
  max-width: 80%;
}
.p6_tit .p1 {
  font-size: 0.1094rem;
  color: #fff;
  margin-left: 0.0547rem;
}

.p6_left {
  width: 2.8906rem;
}
.p6_ul1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p6_ul1 li {
  width: calc(50% - 0.0391rem);
  border: 0.0039rem solid rgba(255, 255, 255, 0.34);
  margin-bottom: 0.0703rem;
  transition: 0.4s;
}
.p6_ul1 li a {
  display: block;
}
.p6_ul1 li p {
  font-size: 0.0625rem;
  color: #fff;
  padding: 0.0859rem 0.125rem;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p6_ul1 li p::after {
  content: "";
  display: block;
  width: 0.0234rem;
  height: 0.0234rem;
  background: #d86c48;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.0117rem);
  left: 0.0781rem;
}
.p6_ul1 li:hover {
  background: #fff;
}
.p6_ul1 li:hover p {
  color: #333;
}

.p6_ul2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.1172rem;
}
.p6_ul2 li {
  margin: 0 0.1758rem;
}
.p6_ul2 li a {
}
.p6_ul2 li .pic {
  width: 0.4688rem;
  margin-bottom: 0.0781rem;
}
.p6_ul2 li .pic img {
  display: block;
  width: 100%;
}
.p6_ul2 li .bt {
  font-size: 0.1094rem;
  color: #fff;
  text-align: center;
}

.p6_ul2 li:hover .pic img {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}

.p6_right {
  width: 3.2031rem;
}

.p6_box1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1172rem;
}
.p6_box1 > div {
  width: 1.5625rem;
  height: 0.9766rem;
}
.p6_box1 .map {
}
.p6_box1 .map a {
}
.p6_box1 .map img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.p6_box1 .dh {
  background: #d86c48 url(/images/p6_right_box1_bg.png) no-repeat right
    0.0781rem;
  padding: 0.0938rem 0.1484rem;
}
.p6_box1 .dh p {
  font-size: 0.0703rem;
  line-height: 0.1563rem;
  color: #fff;
}

.p6_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p6_box2 .con {
  width: 2.1875rem;
}
.p6_box2 .con p {
  font-size: 0.0625rem;
  color: #fff;
  line-height: 0.0938rem;
  padding-left: 0.0781rem;
  background: url(/images/p6_right_dd.png) no-repeat left 0.0156rem;
  background-size: 0.0625rem !important;
}
.p6_box2 .con p + p {
  background: url(/images/p6_right_cz.png) no-repeat left 0.0156rem;
  margin-top: 0.0547rem;
}
.p6_box2 .con p + p + p {
  background: url(/images/p6_right_yx.png) no-repeat left 0.0156rem;
}

.p6_box2 .ewm_ul {
  display: flex;
  max-width: 0.7813rem;
}
.p6_box2 .ewm_ul li {
  position: relative;
  margin: 0 0.0391rem;
}
.p6_box2 .ewm_ul li .ewm {
  display: none;
  width: 0.625rem;
  position: absolute;
  left: calc(50% - 0.3125rem);
  bottom: calc(100% + 0.0586rem);
}
.p6_box2 .ewm_ul li .ewm img {
  display: block;
  width: 100%;
}
.p6_box2 .ewm_ul li .pic {
  cursor: pointer;
  width: 0.1992rem;
}
.p6_box2 .ewm_ul li .pic img {
  display: block;
  width: 100%;
}

.p6_box2 .ewm_ul li:hover .ewm {
  display: block;
}

.page6 .f_bq {
  width: 100%;
  height: 0.4688rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page6 .f_bq p {
  font-size: 0.0625rem;
  color: #fff;
  line-height: 0.0938rem;
}
.page6 .f_bq a {
  color: #fff;
}

@media (max-width: 4rem) {
  .p6_main > div {
    width: 100%;
  }

  .page6 .f_bq {
    position: relative;
    height: auto;
    padding: 0.0781rem 0;
  }

  .p6_right {
    margin-top: 0.1172rem;
  }

  .p6_ul2 {
    margin-top: 0;
  }
  .p6_ul2 li {
    margin: 0 0.0781rem;
  }
  .p6_ul2 li .pic {
    width: 0.3906rem;
  }
  .p6_ul2 li .bt {
    font-size: 0.0781rem;
  }
}

@media (max-width: 2.5391rem) {
  .p6_tit {
    margin-bottom: 0.0781rem;
  }
  .p6_tit .pic {
    width: 0.1172rem;
    height: 0.1172rem;
  }
  .p6_tit .p1 {
    font-size: 0.0938rem;
  }

  .p6_ul1 li {
    width: 100%;
    margin-bottom: 0.0391rem;
  }
  .p6_ul1 li p {
    padding: 0.0391rem 0.0781rem;
  }
  .p6_ul1 li p::after {
    left: 0.0391rem;
  }

  .p6_ul2 li .pic {
    width: 0.3125rem;
  }

  .p6_box1 {
    flex-wrap: wrap;
  }
  .p6_box1 > div {
    width: 100%;
    height: auto;
  }

  .p6_box1 .dh {
    padding: 0.0391rem 0.0781rem;
  }

  .p6_box2 {
    flex-wrap: wrap;
  }

  .p6_box2 .ewm_ul {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .p6_box2 .con {
    margin-bottom: 0.0781rem;
  }
}

.foot .intro {
  padding: 0.2344rem 0 0;
}
.foot .f_bq {
  position: relative;
  height: auto;
  padding: 0.0781rem;
  margin-top: 0.1172rem;
}

.foot .p6_tit {
  margin-bottom: 0.0781rem;
}

.foot .p6_left {
  width: 2.6563rem;
}
.foot .p6_right {
  width: 2.6563rem;
}
.foot .p6_box1 > div {
  width: 1.3281rem;
  height: 0.8281rem;
}
.foot .p6_box1 .dh p {
  line-height: 0.0938rem;
}
.foot .p6_box1 .dh p + p {
  margin-top: 0.0391rem;
}
.foot .p6_box2 .con {
  width: 1.9531rem;
}
.foot .p6_box2 .ewm_ul {
  width: auto;
}
.foot .p6_ul1 li p {
  padding: 0.0586rem 0.0781rem;
}
.foot .p6_ul1 li p::after {
  left: 0.0391rem;
}

@media (max-width: 4rem) {
  .foot {
    padding-top: 0.1172rem;
  }
  .foot .p6_left {
    width: 100%;
  }
  .foot .p6_right {
    width: 100%;
  }

  .foot .p6_box1 {
    justify-content: center;
  }
}

@media (max-width: 2.5391rem) {
  .foot .p6_box1 > div {
    width: 100%;
    height: auto;
  }
  .foot .p6_box1 .dh {
    padding: 0.0781rem;
  }

  .foot .p6_box2 {
    justify-content: center;
  }
}

@media (max-height: 3.5938rem) {
}
@media (max-height: 3.5547rem) {
}
@media (max-height: 3.4375rem) {
}
@media (max-height: 3.2813rem) {
}
@media (max-height: 2.7344rem) {
}

@media (min-width: 7.5039rem) {
  .w1344 {
    width: 80%;
  }
  .yc_top_nav .head_bottom {
    width: 80%;
  }
}

@media (max-width: 6.4453rem) {
}

@media (max-width: 5.4688rem) {
  #header #logo .box_table {
    width: 100%;
  }
  #header #logo {
    width: 35%;
  }
}
@media (max-width: 4.6875rem) {
  body {
    overflow-y: auto;
  }

  .w1344 {
    width: 95% !important;
  }

  .yc_top_nav .head_bottom {
    width: 95%;
  }
}

@media (max-width: 4rem) {
  .header_box {
    display: none;
  }
  .m_header_box {
    display: block;
  }
  .sy_tit span {
    line-height: 0.0938rem;
  }
  .p1_lb .swiper-slide a::after {
    display: none;
  }

  .toubu_div {
    position: relative;
  }

  .page .intro {
    padding: 0rem 0;
  }
  .page .intro .sy_main {
    width: 100%;
    padding: 0.1172rem 2%;
  }

  .sy_tit {
    margin-bottom: 0.1172rem;
  }
  .sy_tit .con {
    zoom: 0.8;
  }
}
@media (max-width: 3.5156rem) {
}
@media (max-width: 3.2422rem) {
}
@media (max-width: 2.7344rem) {
}

@media (max-width: 2.5391rem) {
  #m_header #logo {
    width: 80%;
  }
}

/* 首页样式结束 */

/* 二级页样式开始 */

.ej_body,
.ej_html {
  overflow-y: auto;
  position: relative;
  background: #faf8f7;
}

.fanye {
  text-align: center;
  margin: 0.1563rem 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.fanye p {
  display: table;
  margin: 0 0.0156rem;
}
.fanye p > a {
  font-size: 0.0547rem;
  color: #323232;
  box-shadow: none !important;
  transition: 0.4s;
}
.fanye p > a:hover {
  color: #c9151e;
}
.fanye a {
  transition: 0.4s;
}
.fanye a:hover {
  box-shadow: 0 0 0.0195rem rgba(0, 0, 0, 0.5);
}
.fanye .ye {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.fanye .ye a {
  display: block;
  font-size: 0.0547rem;
  color: #323232;
  text-align: center;
  width: 0.1172rem;
  height: 0.1172rem;
  border: 0.0039rem solid #bababa;
  border-radius: 50%;
  line-height: 0.1172rem;
  margin: 0 0.0098rem;
}
.fanye .ye a.on {
  background: #c9151e;
  color: #fff;
  border: 0.0039rem solid #c9151e;
}
.fanye .ye .prev {
  background: url(/images/fanye_prev.png) no-repeat;
  background-size: 100% !important;
  border: none;
}
.fanye .ye .next {
  background: url(/images/fanye_next.png) no-repeat;
  background-size: 100% !important;
  border: none;
}

#ej_main {
  padding-bottom: 0.0039rem;
  background: #f8f2ea url(/images/p5_bg.jpg) no-repeat bottom center;
  background-size: 100%;
}
#ej_main .head_bottom {
}

.ej_body .yc_top_nav.on {
  transition-delay: 0s !important;
}

.ej_bn_dt {
  position: relative;
}
.ej_bn_dt::after {
  content: "";
  display: block;
  background: url(/images/ej_bn_dt_zz_x.png) no-repeat left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  display: block;
  transition: 0.4s;
}
.ej_bn_dt::before {
  content: "";
  display: block;
  background: rgb(169, 17, 25, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5078rem;
  z-index: 3;
  content: "";
  display: block;
  transition: 0.4s;
}

.ej_bn_dt .img {
  height: 1.7969rem;
  padding-bottom: 0;
}

.ej_bn_dt {
}
.ej_bn_dt .con {
  position: absolute;
  left: 0;
  bottom: 0.0781rem;
  z-index: 4;
  width: 100%;
}
.ej_bn_dt .con .w1344 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ej_bn_dt .con .lmmc p {
  font-size: 0.1563rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 0.0352rem #000;
  position: relative;
  margin-bottom: 0;
  text-indent: 0;
}

.ej_bn_dt .con .lmmc .btn {
  width: 0.1172rem;
  height: 0.1172rem;
  background: url(/images/bnt_sub_nav2.png) no-repeat;
  background-size: 100% !important;
  display: none;
}

.ej_nav_box {
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.ej_nav_box::after {
  width: 100%;
  height: 0.2344rem;
  content: "";
  display: block;
  background: #c9151e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ej_nav_box ul {
  display: flex;
  position: relative;
  z-index: 3;
}
.ej_nav_box ul li {
  transition: 0.4s;
  background: #c9151e;
  background-size: 100% 100% !important;
  position: relative;
}
.ej_nav_box ul li p {
  font-size: 0.0703rem;
  color: #fff;
  display: block;
  height: 0.2344rem;
  line-height: 0.2344rem;
  padding: 0 0.0781rem;
  transition: 0.4s;
  text-align: center;
  text-indent: 0;
}
.ej_nav_box ul li a {
  text-decoration: none;
}
.ej_nav_box ul li.on,
.ej_nav_box ul li:hover {
  background: #dc5359;
}
.ej_nav_box ul li.on a,
.ej_nav_box ul li:hover a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.ej_nav_box .lmmc_sj {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.ej_nav_box .lmmc_sj h2 {
  font-size: 0.1094rem;
  color: #c9151e;
  font-weight: bold;
}
.ej_nav_box .lmmc_sj .btn {
  width: 0.1172rem;
  cursor: pointer;
  height: 0.1172rem;
  background: url(/images/bnt_sub_nav2.png) no-repeat;
  background-size: 100% !important;
}

.ej_nav_box ul li .ej_sun {
  position: absolute;
  top: 100%;
  min-width: 0.5078rem;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.5s;
  transform-origin: top;
  padding: 0.0391rem 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0rem 0.0313rem rgba(0, 55, 59, 0.25);
}

.ej_nav_box ul li:hover .ej_sun {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.ej_nav_box ul li .ej_sun dd {
  display: block;
}
.ej_nav_box ul li .ej_sun a {
  color: #333;
  font-size: 0.0625rem;
  padding: 0.0586rem 0.0781rem;
  display: block;
  text-align: center;
  transition: 0.4s;
}

.ej_nav_box ul li .ej_sun a:hover,
.ej_nav_box ul li .ej_sun dd.on a {
  background: #c9151e;
  color: #fff;
}

.ej_nav_box ul li .btn {
  width: 0.1563rem;
  height: 0.1406rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/bn_jt_right.png) no-repeat center;
  background-size: 0.0469rem !important;
  transition: 0.4s;
  display: none;
}

.ej_nav_box ul li .btn.on {
  transform: rotate(90deg);
}

@media (max-width: 4rem) {
  .ej_nav_box ul li .btn {
    display: block;
  }

  .ej_nav_box ul li .ej_sun {
    position: relative;
    width: 100%;
    display: none;
  }
  .ej_nav_box ul li .ej_sun a {
    padding: 0.0391rem 0.0781rem;
  }
  .ej_nav_box ul li.on .ej_sun {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
  }
}

.ej_nr_box {
  padding-top: 0.2344rem;
  min-height: 2.3438rem;
  position: relative;
  z-index: 1;
  background: #fff;
  z-index: 1;
}

.dqwz_out {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0039rem solid #d3c6c0;
}
.dqwz_out h2 {
  font-size: 0.1406rem;
  color: #c9151e;
  font-weight: bold;
  position: relative;
}
.dqwz_out h2::after {
  content: "";
  display: block;
  width: 0.0703rem;
  height: 0.0352rem;
  background: url() no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.0352rem);
}

.dqwz {
  min-height: 0.1953rem;
  display: flex;
  align-items: center;
}
.dqwz p {
  font-size: 0.0547rem;
  color: #fff;
  padding-left: 0.1055rem;
  line-height: 0.0703rem;
  height: 0.0703rem;
  background: url(/images/ej_dqwz.png) no-repeat left center;
  background-size: auto 100%;
  text-indent: 0;
}
.dqwz p a {
  font-size: 0.0547rem;
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
}
.dqwz p a:hover {
  color: #dc5359;
}
/* .dqwz p span{color: #dc5359;} */

.ej_nr_box_main {
  padding: 0rem 0rem 0;
  margin-bottom: 0.2344rem;
}

@media (min-width: 7.5039rem) {
}

@media (max-width: 5.5469rem) {
}
@media (max-width: 4rem) {
  .ej_bn_dt::before {
    display: none;
  }
  .ej_bn_dt::after {
    height: 0.1953rem;
  }

  .w1340 {
    width: 95%;
  }
  #ej_main .toubu_div::after {
    display: none;
  }
  .ej_nr_box {
    padding-top: 0rem;
  }
  .dqwz {
    padding: 0.0391rem 0rem;
  }
  .ej_nr_box_main {
    padding: 0rem 0;
  }
  .ej_bn_dt .img {
    height: 1.1719rem;
  }
  .ej_bn_dt::after {
    background-size: 100% 100%;
    height: 0.3906rem;
  }

  .ej_bn_dt .con {
    bottom: 0;
  }
  .ej_bn_dt .con .lmmc {
    display: none;
  }

  .ej_nav_box ul {
    flex-wrap: wrap;
    padding: 0.0391rem 0;
    display: none;
  }
  .ej_nav_box ul li {
    width: 100%;
    border-bottom: 0.0039rem dashed rgba(255, 255, 255, 0.4);
    background: #c9151e;
    margin-left: 0;
  }
  .ej_nav_box ul li p {
    line-height: 0.0781rem;
    font-size: 0.0625rem;
    padding: 0.0391rem;
    height: auto;
  }
  .ej_nav_box ul li.on,
  .ej_nav_box ul li:hover {
    background: #dc5359;
  }

  .dqwz_out h2 {
    display: none;
  }

  .ej_nav_box::after {
    display: none;
  }
  .ej_nav_box {
    margin-top: 0;
  }
  .ej_nav_box .lmmc_sj {
    display: flex;
    padding: 0.0586rem 0;
  }
}

@media (max-width: 3.5156rem) {
  .ej_main_box {
  }
  .ej_bn_dt .img {
    height: 0.7813rem;
  }
  .fanye {
    margin: 0.1172rem 0;
  }

  .ej_nr_box_main {
    padding: 0.0391rem 0 0.0977rem;
  }
}

@media (max-width: 3.3203rem) {
}

@media (max-width: 2.9297rem) {
  .ej_nav_box .lmmc_sj h2 {
    font-size: 0.0938rem;
  }
}

@media (max-width: 2.5391rem) {
  .ej_nr_box_main {
    margin-bottom: 0rem;
  }

  .ej_bn_dt .img {
    height: 0.5859rem;
  }
  .dqwz {
    min-height: 0.1563rem;
  }
  .w1344 {
    width: 97%;
  }

  .fanye p > a {
    font-size: 0.0469rem;
  }
  .fanye .ye {
    width: 100%;
    margin: 0.0195rem 0;
  }
  .fanye .ye a {
    width: 0.0859rem;
    height: 0.0859rem;
    line-height: 0.0703rem;
    font-size: 0.0469rem;
  }

  .ej_bn_dt .con .lmmc p {
    font-size: 0.0781rem;
  }
}

.nry_main {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ej_nry {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0.1953rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.19);
}

.qrid_zz {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  justify-content: center;
  align-items: center;
}
.qrid_zz #qrid {
  padding: 0.0313rem;
  background: #fff;
  border-radius: 0.0195rem;
}

.nry_main .nry_fx {
  width: 0.2344rem;
  position: absolute;
  top: 0;
  left: calc(100% + 0.1055rem);
  display: none !important;
}
.my-share-d {
  padding: 0.0781rem 0.0391rem 0.0391rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.19);
  border-radius: 0.3906rem;
  background: #fff;
}
.my-share-d > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.1563rem;
  height: 0.1563rem;
  margin-bottom: 0.0586rem;
  background: #f0f0f0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.my-share-d > div img {
  width: 100%;
  transition: 0.4s;
}
.my-share-d > div img.on {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  width: 100%;
}

.my-share-d .d1:hover img {
  opacity: 0;
}
.my-share-d .d1:hover img.on {
  opacity: 1 !important;
}

.ej_nry {
}
.ej_nry .box1 {
}
.ej_nry .box1 .bt {
  font-size: 0.125rem;
  line-height: 0.1797rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.0781rem;
  text-align: center;
}
.ej_nry .box1 .xx {
  padding-bottom: 0.0977rem;
  text-align: center;
  border-bottom: 0.0039rem solid #d9d9d9;
}
.ej_nry .box1 .xx p {
  font-size: 0.0547rem;
  color: #747474;
  line-height: 0.0703rem;
  padding-left: 0.0859rem;
  background: url(/images/nry_xx_djs.png) no-repeat left center;
  display: inline-block;
  margin-right: 0.0781rem;
  text-indent: 0;
}
.ej_nry .box1 .xx p + p {
  background: url(/images/nry_xx_sj.png) no-repeat left center;
}

.ej_nry .box2 {
  padding-bottom: 0.0625rem;
  border-bottom: 0.0039rem solid #d9d9d9;
  padding-top: 0.0859rem;
}
.ej_nry .box2 video {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  display: block;
}
.ej_nry .box2 p {
  font-size: 0.0625rem !important;
  color: #323232;
  text-indent: center;
  line-height: 0.125rem !important;
  text-indent: 0;
  margin-bottom: 0.0781rem;
}
.ej_nry .box2 img {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
  height: auto !important;
  border: none !important;
}

.ej_nry .box2 p.img_sm {
  font-size: 0.0547rem;
  color: #666666;
  text-align: center;
}
.ej_nry .box2 p.has_img {
  text-indent: 0;
  margin-bottom: 0.0781rem;
}

.ej_nry .box3 {
  padding: 0.1563rem 0 0rem;
}
.ej_nry .box3 a {
  display: block;
  padding: 0.0313rem 0;
  transition: 0.4s;
  font-size: 0.0703rem;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.ej_nry .box3 strong {
  font-size: 0.0703rem;
}
.ej_nry .box3 p {
  display: inline;
  font-weight: 600;
  font-size: 0.0703rem;
  text-indent: 0;
}
.ej_nry .box3 a:hover {
  color: #c9151e;
}

@media (max-width: 4rem) {
  .ej_nry {
    padding: 0.0781rem;
  }

  .ej_nry .box1 .bt {
    font-size: 0.0781rem;
    margin-bottom: 0.0391rem;
    line-height: 0.1172rem;
  }
  .ej_nry .box2 {
    padding-top: 0.0703rem;
    padding-bottom: 0.0391rem;
  }
  .ej_nry .box2 p {
    font-size: 0.0625rem;
    line-height: 0.125rem;
    margin-bottom: 0.0781rem;
  }
  .ej_nry .box2 p.img_sm {
    margin-bottom: 0.0391rem;
  }
  .ej_nry .box3 {
    padding-top: 0.0781rem;
    padding-bottom: 0.0391rem;
  }
  .ej_nry .box3 a {
    font-size: 0.0625rem;
    padding: 0.0313rem 0;
  }
  .my-share-d {
    margin-bottom: 0;
  }
  .my-share-d > div {
    width: 0.1172rem;
    height: 0.1172rem;
  }
  .ej_nry .box1 .xx {
    padding-bottom: 0.0391rem;
  }

  .nry_main .nry_fx {
    display: flex;
    justify-content: center;
    margin-bottom: 0.0781rem;
    position: relative;
    left: auto;
    width: 100%;
  }
  .my-share-d {
    display: flex;
    padding: 0.0391rem 0.0391rem;
  }
  .my-share-d > div {
    margin-bottom: 0;
    margin: 0 0.0391rem 0;
  }
}

@media (max-width: 2.5391rem) {
  .ej_nry .box2 {
    padding-bottom: 0;
  }
  .ej_nry {
    padding: 0.0781rem 0.0391rem;
  }

  .ej_nry .box2 img {
    width: 100%;
  }
}

.ej_tt_list {
}
.ej_tt_list ul {
}
.ej_tt_list ul li {
  background: #fff;
  margin-bottom: 0.0664rem;
  position: relative;
  overflow: hidden;
}
.ej_tt_list ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url() no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0.9);
  opacity: 0;
  transition: 0.4s;
}
.ej_tt_list ul li a {
  display: flex;
  padding: 0.0781rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.ej_tt_list ul li .sj {
}
.ej_tt_list ul li .sj p {
  font-size: 0.0625rem;
  color: #9e9e9e;
  padding-left: 0.0859rem;
  background: url(/images/p2_left_sj.png) no-repeat left center;
  background-size: 0.0508rem !important;
}

.ej_tt_list ul li .con {
  width: calc(100% - 1.6406rem);
  padding-top: 0.1172rem;
}
.ej_tt_list ul li .con .bt {
  font-size: 0.0703rem;
  color: #353535;
  font-weight: 600;
  position: relative;
  line-height: 0.0859rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}
.ej_tt_list ul li .con .line {
  display: block;
  width: 0.2344rem;
  height: 0.0039rem;
  background: #c9151e;
  margin: 0.0625rem 0 0.0859rem;
}

.ej_tt_list ul li .con .zy {
  font-size: 0.0547rem;
  color: #737373;
  line-height: 0.0938rem;
  margin-bottom: 0.0859rem;
  height: 0.2813rem;
  overflow: hidden;
  transition: 0.4s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ej_tt_list ul li .img {
  width: 1.4844rem;
  height: 0.8906rem;
  padding: 0;
  z-index: 3;
  transition: 0.4s;
}
.ej_tt_list ul li .img_out {
  position: relative;
}

.ej_tt_list ul li.no_img .con {
  width: 100%;
}

.ej_tt_list ul li:hover::after {
  opacity: 1;
  transform: scale(1);
}
.ej_tt_list ul li:hover .img_out::after {
  background: #905a50;
}
.ej_tt_list ul li:hover .con .bt {
  color: #c9151e;
}
.ej_tt_list ul li:hover .con .line {
  background: #c9151e;
}

@media (max-width: 4rem) {
  .ej_tt_list ul li a {
    padding: 0.0781rem;
  }
  .ej_tt_list ul li .sj p {
    font-size: 0.0469rem;
  }
  .ej_tt_list ul li .con {
    padding-top: 0;
  }
  .ej_tt_list ul li .con .bt {
    font-size: 0.0703rem;
  }
  .ej_tt_list ul li .con .zy {
    margin-bottom: 0.0391rem;
  }
  .ej_tt_list ul li .img {
    width: 0.8203rem;
    height: 0.5469rem;
  }
  .ej_tt_list ul li .con {
    width: calc(100% - 0.9375rem);
  }
  .ej_tt_list ul li .con .line {
    margin: 0.0391rem 0 0.0391rem;
  }
}
@media (max-width: 3.125rem) {
  .ej_tt_list ul li .con {
    width: 100%;
    margin-bottom: 0rem;
    margin-top: 0.0781rem;
  }
  .ej_tt_list ul li .img_out {
    width: 100%;
    height: 60%;
    padding-bottom: 60%;
  }
  .ej_tt_list ul li .img_out::after {
    display: none;
  }
  .ej_tt_list ul li .img {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ej_tt_list ul li .con .zy {
    margin-bottom: 0.0781rem;
  }

  .ej_tt_list ul li .sj {
    padding-bottom: 0.0391rem;
    align-self: flex-end;
  }
  .ej_tt_list ul li .sj p {
    display: inline-block;
    margin-bottom: 0;
  }
  .ej_tt_list ul li .sj span {
    display: inline-block;
  }
}

@media (max-width: 2.5391rem) {
}

.ej_list {
}
.ej_list ul {
}
.ej_list ul li {
  position: relative;
  transition: 0.4s;
  border-bottom: 0.0039rem dashed #d9d9d9;
}

.ej_list ul li a {
  display: block;
  position: relative;
  z-index: 3;
}
.ej_list ul li a > div {
  padding: 0.0781rem 0.1563rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ej_list ul li .sj {
  width: 0.3711rem;
  display: flex;
  align-items: flex-end;
}
.ej_list ul li .sj .p1 {
  font-size: 0.0625rem;
  color: #333333;
  margin-right: 0rem;
  transition: 0.4s;
}
.ej_list ul li .sj .p2 {
  font-size: 0.0469rem;
  color: #666666;
  padding-bottom: 0.0078rem;
  transition: 0.4s;
}
.ej_list ul li .line {
  width: 0.0039rem;
  height: 0.125rem;
  background: #c9151e;
  margin: 0 0.1172rem;
}
.ej_list ul li .bt {
  font-size: 0.0703rem;
  color: #333333;
  font-weight: bold;
  margin: 0.0391rem 0 0.0391rem;
  transition: 0.4s;
  width: calc(100% - 0.4297rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ej_list ul li .more {
  display: table;
  font-size: 0.0547rem;
  transition: 0.4s;
  color: #676767;
}

.ej_list ul li a:hover {
}
.ej_list ul li:hover {
  background: #fff;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.19);
}

.ej_list ul li:hover .sj .p1 {
  color: #c9151e;
}
.ej_list ul li:hover .sj .p2 {
  color: #c9151e;
}
.ej_list ul li:hover .more {
  color: #c9151e;
}

@media (max-width: 4rem) {
  .ej_list ul li a > div {
    flex-wrap: wrap;
    padding: 0.0781rem;
  }
  .ej_list ul li .line {
    display: none;
  }
  .ej_list ul li .bt {
    width: 100%;
    font-size: 0.0703rem;
    margin-bottom: 0.0391rem;
  }
  .ej_list ul li .more {
    text-align: right;
    width: 100%;
  }
}

.ej_pic_list {
}
.ej_pic_list ul {
  display: flex;
  margin: 0 -1.5%;
  flex-wrap: wrap;
}
.ej_pic_list ul li {
  width: 30.33%;
  margin: 0 1.5% 0.1563rem;
}
.ej_pic_list ul li a {
  display: block;
  padding: 0.0781rem;
  background: #fff url() no-repeat bottom right;
  background-size: cover;
  transition: 0.4s;
}
.ej_pic_list ul li .img {
  padding-bottom: 67%;
}
.ej_pic_list ul li .con {
  padding-top: 0.0586rem;
}
.ej_pic_list ul li .con .line {
  display: block;
  width: 0.2344rem;
  height: 0.0039rem;
  background: #c9151e;
  margin: 0 0 0.0586rem;
  display: none;
}

.ej_pic_list ul li .con .bt {
  font-size: 0.0703rem;
  color: #333333;
  line-height: 0.1094rem;
  transition: 0.4s;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ej_pic_list ul li a:hover {
  background: #c9151e url() no-repeat bottom right;
  background-size: cover;
}
.ej_pic_list ul li a:hover .con .line {
  background: #fff;
}
.ej_pic_list ul li a:hover .con .bt {
  color: #fff;
}

@media (max-width: 4rem) {
  .ej_pic_list ul li {
    width: 47%;
    margin: 0 1.5% 0.1172rem;
  }
  .ej_pic_list ul li .con .bt {
    font-size: 0.0703rem;
    line-height: 0.0938rem;
    max-height: 0.1875rem;
    height: auto;
  }
}

@media (max-width: 2.5391rem) {
  .ej_pic_list ul li {
    width: 100%;
  }
}

.jgsz_tit {
  display: table;
  margin: 0 auto 0.1758rem;
  position: relative;
}
.jgsz_tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0547rem;
  background: #eddebb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.jgsz_tit h2 {
  font-size: 0.1641rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ej_jgsz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jgsz_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1563rem;
  background: #fff;
  box-shadow: 0 0 0.0703rem rgba(81, 7, 7, 0.16);
  width: calc(50% - 0.0781rem);
  border-radius: 0.1172rem 0 0 0;
}
.jgsz_box:first-child {
  background: #fff url() no-repeat right bottom;
}
.jgsz_box .tit {
  width: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #436793;
  border-radius: 0.1172rem 0 0 0;
}
.jgsz_box .tit p {
  font-size: 0.0938rem;
  color: #fff;
  width: 0.0938rem;
  padding: 0.1758rem 0;
  font-weight: bold;
  line-height: 0.1016rem;
}

.jgsz_box + .jgsz_box + .jgsz_box .tit {
  background: #934d4e;
}
.jgsz_box + .jgsz_box + .jgsz_box + .jgsz_box + .jgsz_box .tit {
  background: #dc5359;
}

.jgsz_box .con {
  width: calc(100% - 0.5859rem);
  padding: 0.1953rem 0;
}
.jgsz_box .con::after {
  content: "";
  display: block;
  clear: both;
}
.jgsz_box .con a {
  font-size: 0.0625rem;
  color: #333333;
  display: block;
  position: relative;
  width: 50%;
  padding-left: 0.0586rem;
  margin-bottom: 0.0938rem;
  top: 0;
  transition: 0.4s;
  padding-right: 0.0391rem;
  line-height: 0.0859rem;
  float: left;
}
.jgsz_box .con a::after {
  content: ">";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  color: #333333;
  font-family: 宋体;
  font-weight: bold;
  transition: 0.4s;
}

.jgsz_box .con a:hover {
  color: #144881;
  font-weight: bold;
}
.jgsz_box .con a:hover::after {
  color: #144881;
}

@media (max-width: 4rem) {
  .jgsz_box .tit {
    width: 0.2344rem;
  }
  .jgsz_box .con {
    width: calc(100% - 0.3516rem);
    padding: 0.1172rem 0;
  }

  .jgsz_tit {
    margin-bottom: 0.1172rem;
  }
  .jgsz_tit h2 {
    font-size: 0.1172rem;
  }
}

@media (max-width: 2.9297rem) {
  .jgsz_box {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.0781rem;
  }
  .jgsz_box .con {
    width: 100%;
    padding: 0.0781rem;
  }
  .jgsz_box .con a {
    width: 50%;
    margin-bottom: 0.0781rem;
  }
  .jgsz_box .tit {
    width: 100%;
  }
  .jgsz_box .tit p {
    width: 100%;
    padding: 0.0391rem 0;
    text-align: center;
    font-size: 0.0781rem;
  }
}

@media (max-width: 1.9531rem) {
  .jgsz_box .con {
    padding: 0.0781rem 0.0391rem 0;
  }
}

.box_teacher {
  padding-bottom: 0.0781rem;
  border-bottom: 0.0078rem #dc5359 solid;
  display: flex;
  justify-content: space-between;
}
.box_teacher .pic {
  width: 0.7813rem;
}
.box_teacher .pic img {
  width: 100%;
}

.box_teacher .con {
  width: calc(100% - 0.8984rem);
  padding-top: 0.0391rem;
}
.box_teacher .con .bt {
  font-size: 0.0938rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.0781rem;
}
.box_teacher .con .line {
  width: 0.1563rem;
  height: 0.0156rem;
  background: #dc5359;
  margin-bottom: 0.0781rem;
}
.box_teacher .con .xx {
}
.box_teacher .con .xx strong {
  color: #333;
}
.box_teacher .con .xx p {
  font-size: 0.0625rem;
  line-height: 0.0938rem;
  margin-bottom: 0.0781rem;
  color: #666;
  position: relative;
  padding-left: 0.0586rem;
}
.box_teacher .con .xx p::after {
  content: "";
  display: block;
  width: 0.0195rem;
  height: 0.0195rem;
  background: #dc5359;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.0098rem);
}

@media (max-width: 3.3203rem) {
  .box_teacher {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box_teacher .pic {
    width: 80%;
    margin-bottom: 0.0781rem;
  }
  .box_teacher .con {
    width: 100%;
  }
}

.ej_list_lj {
}
.ej_list_lj ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ej_list_lj li {
  width: 49%;
  background: #fff;
  margin-bottom: 0.0781rem;
  position: relative;
  border: 0.0039rem solid #fff;
  transition: 0.4s;
}
.ej_list_lj li::after {
  content: "";
  display: block;
  width: 0.0078rem;
  height: 0.0703rem;
  background: #dc5359;
  position: absolute;
  top: 0.1016rem;
  left: 0.0781rem;
}
.ej_list_lj li a {
}
.ej_list_lj li p {
  font-size: 0.0703rem;
  line-height: 0.1094rem;
  color: #333;
  padding: 0.0781rem;
  margin-left: 0.0586rem;
  transition: 0.4s;
}
.ej_list_lj li:hover {
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.2);
}
.ej_list_lj li:hover p {
  color: #dc5359;
}

@media (max-width: 2.5391rem) {
  .ej_list_lj li {
    width: 100%;
  }
}

/* 二级页样式结束 */