body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.mobile {
  display: none;
}

.pc {
  display: none !important;
}

.mobile {
  display: block !important;
}

.container {
  width: 95%;
  padding-left: 0;
  padding-right: 0;
}

.m_header {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem;
  height: 2.5rem;
  align-items: center;
  width: 100%;
}

.m_header .index_logo {
  width: 6rem;
}

.m_header .index_logo img {
  max-width: 100%;
}

.m_header .language {
  margin-left: auto;
  margin-right: 1rem;
}

.m_header .phone {
  position: relative;
  margin-left: auto;
  padding-right: .95rem;
  color: #2E2E2E;
  font-size: .75rem;
  padding-left: 1.175rem;
}

.m_header .phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: .8rem;
  height: .8rem;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: 100%;
}

.m_header .menu {
  display: flex;
  align-items: center;
  color: #fff;
  width: auto;
  background: none;
  margin: 0;
}

.m_header .menu i {
  font-size: 1.5rem;
  color: #2f5ead;
}

.side-box {
  position: fixed;
  top: 0rem;
  width: 7.5rem;
  right: -7.5rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1200;
  color: rgba(0, 0, 0, 1);
  transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.side-cut {
  position: relative;
  width: 10rem;
  float: right;
  height: 100%;
}

body.open .side-shadow {
  opacity: 1;
  visibility: visible;
}

body.open .side-box {
  width: 200%;
  right: 0;
}

.side-bin {
  width: 100%;
  background: rgba(255, 255, 255, .975);
  height: 100%;
  z-index: 2;
  position: relative;
  transition: .3s .1s;
  -moz-transition: .3s .1s;
  -ms-transition: .3s .1s;
  -o-transition: .3s .1s;
  -webkit-transition: .3s .1s;
}

.side-nav>ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-first {
  display: block;
  position: relative;
  margin: 0 0 .025rem 0;
  list-style: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition-property: opacity, transform !important;
  -moz-transition-property: opacity, transform !important;
  -ms-transition-property: opacity, transform !important;
  -o-transition-property: opacity, transform !important;
  -webkit-transition-property: opacity, transform !important;
  transition: .6s .95s;
  -moz-transition: .6s .95s;
  -ms-transition: .6s .95s;
  -o-transition: .6s .95s;
  -webkit-transition: .6s .95s;
}

.nav-first:nth-child(1) {
  transition: .6s .4s;
  -moz-transition: .6s .4s;
  -ms-transition: .6s .4s;
  -o-transition: .6s .4s;
  -webkit-transition: .6s .4s;
}

.nav-first:nth-child(2) {
  transition: .6s .5s;
  -moz-transition: .6s .5s;
  -ms-transition: .6s .5s;
  -o-transition: .6s .5s;
  -webkit-transition: .6s .5s;
}

.nav-first:nth-child(3) {
  transition: .6s .59s;
  -moz-transition: .6s .59s;
  -ms-transition: .6s .59s;
  -o-transition: .6s .59s;
  -webkit-transition: .6s .59s;
}

.nav-first:nth-child(4) {
  transition: .6s .67s;
  -moz-transition: .6s .67s;
  -ms-transition: .6s .67s;
  -o-transition: .6s .67s;
  -webkit-transition: .6s .67s;
}

.nav-first:nth-child(5) {
  transition: .6s .74s;
  -moz-transition: .6s .74s;
  -ms-transition: .6s .74s;
  -o-transition: .6s .74s;
  -webkit-transition: .6s .74s;
}

.nav-first:nth-child(6) {
  transition: .6s .8s;
  -moz-transition: .6s .8s;
  -ms-transition: .6s .8s;
  -o-transition: .6s .8s;
  -webkit-transition: .6s .8s;
}

.nav-first:nth-child(7) {
  transition: .6s .85s;
  -moz-transition: .6s .85s;
  -ms-transition: .6s .85s;
  -o-transition: .6s .85s;
  -webkit-transition: .6s .85s;
}

.nav-first:nth-child(8) {
  transition: .6s .89s;
  -moz-transition: .6s .89s;
  -ms-transition: .6s .89s;
  -o-transition: .6s .89s;
  -webkit-transition: .6s .89s;
}

.nav-first:nth-child(9) {
  transition: .6s .92s;
  -moz-transition: .6s .92s;
  -ms-transition: .6s .92s;
  -o-transition: .6s .92s;
  -webkit-transition: .6s .92s;
}

.nav-first:nth-child(10) {
  transition: .6s .94s;
  -moz-transition: .6s .94s;
  -ms-transition: .6s .94s;
  -o-transition: .6s .94s;
  -webkit-transition: .6s .94s;
}

body.open .nav-first {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.nav-first>a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #2f5ead;
  z-index: 2;
  transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  -webkit-transition: width .3s ease-in-out;
}

body.open .nav-first.active>a:before {
  width: 100%;
  transition: width .3s 1s;
  -moz-transition: width .3s 1s;
  -ms-transition: width .3s 1s;
  -o-transition: width .3s 1s;
  -webkit-transition: width .3s 1s;
}

.nav-first:hover a:before {
  width: 100%;
}

.side-nav>ul:hover>.nav-first.active>a:before {
  width: .075rem;
  transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  -webkit-transition: width .3s ease-in-out;
}

.side-nav>ul:hover>.nav-first.active:hover>a:before {
  width: 100%;
}

.nav-first>a {
  position: relative;
  z-index: 3;
  display: block;
  padding: .5rem .75rem;
  color: rgba(0, 0, 0, .9);
}

.nav-first>a:after {
  display: table;
  clear: both;
  content: ''
}

.nav-first>a>i {
  float: left;
  position: relative;
  z-index: 3;
  padding: 0 .375rem 0 .025rem;
  line-height: 1.75rem;
  font-size: .55rem;
}

.nav-first>a>b {
  float: left;
  font-weight: normal;
  position: relative;
  z-index: 3;
  font-size: .7rem;
}

body.open .nav-first:hover>a,
body.open .nav-first.active>a,
.side-nav>ul:hover>.nav-first.active:hover>a {
  color: rgba(255, 255, 255, 1);
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
}

.side-nav>ul:hover>.nav-first.active>a {
  color: rgba(0, 0, 0, .9);
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
}

body.open .nav-first.active>a {
  color: rgba(255, 255, 255, 1);
  transition: color .3s 1s;
  -moz-transition: color .3s 1s;
  -ms-transition: color .3s 1s;
  -o-transition: color .3s 1s;
  -webkit-transition: color .3s 1s;
}

.nav-first>a>p,
.side-nav>ul:hover>.nav-first.active>a>p {
  position: absolute;
  top: 50%;
  right: .75rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, .4);
  font-family: 'AddFont';
  padding: .15rem;
  border-radius: 50%;
  line-height: 1;
  margin: 0;
  font-size: .3rem;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

body.open .nav-first:hover>a>p,
body.open .nav-first.active>a>p,
.side-nav>ul:hover>.nav-first.active:hover>a>p {
  color: #2E2E2E;
  background: rgba(255, 255, 255, .8);
}

body.open .nav-first.active>a>p {
  color: #2E2E2E;
  background: rgba(255, 255, 255, .8);
  transition: .3s 1s;
  -moz-transition: .3s 1s;
  -ms-transition: .3s 1s;
  -o-transition: .3s 1s;
  -webkit-transition: .3s 1s;
}

.side-shadow {
  width: 99.975rem;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.nav-first>i {
  display: block;
  position: absolute;
  width: 1.9rem;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
  cursor: pointer;
}

.nav-first.mobile-active>i:before {
  background: rgba(255, 255, 255, 1);
}

.nav-first>i:before {
  position: absolute;
  content: '';
  width: .5rem;
  height: .1rem;
  margin-left: -0.2rem;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  background: #2E2E2E;
  top: 50%;
  left: 50%;
}

.nav-first>i:after {
  position: absolute;
  content: '';
  width: .1rem;
  height: .5rem;
  margin-top: -0.2rem;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  background: #2E2E2E;
  left: 50%;
  top: 50%;
}

.nav-first.active>i:before,
.nav-first.active>i:after,
.nav-first:hover>i:before {
  background: rgba(255, 255, 255, 1);
}

.nav-first:hover>i:after {
  background: rgba(255, 255, 255, 1);
}

.nav-first.mobile-active>a:before {
  width: 100%;
}

.nav-first.mobile-active>a>i,
.nav-first.mobile-active>a>b {
  color: rgba(255, 255, 255, 1);
}

.nav-first.mobile-active>a>p {
  color: rgba(255, 255, 255, 1);
}

.nav-first.mobile-active>ul {
  padding: .025rem 0 0 0;
  height: auto;
}

.nav-first.mobile-active>i:before {
  background: rgba(255, 255, 255, 1);
}

.nav-first.mobile-active>i:after {
  display: none;
}

.nav-second {
  margin: 0 0 .025rem 0;
  list-style: none;
  padding: 0;
  border-bottom: solid .025rem #ccc;
}

.nav-second>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-second>a {
  padding: .25rem .75rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
}

.nav-second>a>b {
  display: block;
  font-size: .6rem;
  font-weight: normal;
  color: rgba(0, 0, 0, .8);
  position: relative;
  z-index: 1;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.nav-second>a:after {
  background: #2f5ead;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.nav-second:hover>a:after {
  width: 100%;
}

.nav-second>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-second>ul:after {
  display: block;
  content: '';
  clear: both;
}

.nav-second:hover>a>b {
  color: rgba(255, 255, 255, 1);
}

.nav-third {
  display: block;
  line-height: none;
  padding: .025rem 0 0 0;
  margin: 0 .75rem;
}

.nav-third>a {
  padding: 0 .75rem;
  line-height: 1.25rem;
  margin-bottom: .025rem;
  background: rgba(0, 0, 0, .08);
  display: block;
  position: relative;
}

.nav-third>a>b {
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, .9);
}

.nav-third>a:after {
  background: #2E2E2E;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.nav-third>a>b {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.nav-third:hover>a:after {
  width: 100%;
}

.nav-third:hover>a>b {
  color: rgba(255, 255, 255, 1);
}

.side-foot {
  padding: .75rem .75rem .625rem .75rem;
  text-align: left;
  overflow: hidden;
}

.side-phone {
  border-bottom: .025rem solid rgba(0, 0, 0, .15);
  line-height: 1;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  opacity: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: .6s .4s;
  -moz-transition: .6s .4s;
  -ms-transition: .6s .4s;
  -o-transition: .6s .4s;
  -webkit-transition: .6s .4s;
  transition-property: opacity, transform !important;
  -moz-transition-property: opacity, transform !important;
  -ms-transition-property: opacity, transform !important;
  -o-transition-property: opacity, transform !important;
  -webkit-transition-property: opacity, transform !important;
}

.side-phone:after {
  display: block;
  clear: both;
  content: '';
}

body.open .side-phone {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.side-phone P {
  float: left;
  margin: 0;
  line-height: 1;
}

.side-phone p b {
  display: block;
  font-family: 'AddFont';
  font-weight: normal;
  color: rgba(0, 0, 0, .6);
  margin-bottom: .125rem;
}

.side-phone p a {
  display: block;
  font-family: 'AddFont';
  color: rgba(0, 0, 0, 1);
  font-size: .55rem;
  letter-spacing: -0.025rem;
}

.side-phone i {
  float: right;
  display: block;
  font-size: .7rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, .8);
  padding: .1rem .1rem 0 .1rem;
  margin-top: .225rem;
  cursor: pointer;
}

.side-phone i:hover {
  background: rgba(0, 0, 0, .8);
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
}

.side-text {
  white-space: pre-wrap;
  padding-top: .25rem;
  color: rgba(0, 0, 0, 1);
  opacity: 0;
  font-family: 'Addfont', Microsoft Yahei;
  transform: translateY(.75rem);
  -moz-transform: translateY(.75rem);
  -ms-transform: translateY(.75rem);
  -o-transform: translateY(.75rem);
  -webkit-transform: translateY(.75rem);
  transition: .6s .4s;
  -moz-transition: .6s .4s;
  -ms-transition: .6s .4s;
  -o-transition: .6s .4s;
  -webkit-transition: .6s .4s;
  transition-property: opacity, transform !important;
  -moz-transition-property: opacity, transform !important;
  -ms-transition-property: opacity, transform !important;
  -o-transition-property: opacity, transform !important;
  -webkit-transition-property: opacity, transform !important;
}

body.open .side-text {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.nav-first>ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display: block;
  overflow: hidden;
  width: auto !important;
  height: 0;
  background: rgba(0, 0, 0, .03);
}

.container {
  max-width: 85%;
}

.bg img {
  width: 100%;
}

.m_header {
  position: absolute;
  top: 1rem;
  left: 0;
}

.m_header .menu {
  background: rgba(255, 255, 255, .5);
  border-radius: .25rem;
  padding: .25rem .5rem;
  color: #040000;
  font-size: .75rem;
}

.index_main2 {
  position: relative;
}

.index_tips {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 520px;
}

.index_tips .tt {
  position: absolute;
  top: -.75rem;
  left: .25rem;
  width: 2.25rem;
  height: .75rem;
  color: #ffffff;
  font-size: .5rem;
  background: #eb5515;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  text-align: center;
}

.index_tips .con img {
  width: 100%;
}

.index_tips .more {
  margin-top: .25rem;
}

.index_tips .more img {
  width: 100%;
}

.index_main3 {
  position: relative;
}


.index_main3 .links {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.index_main3 .links ul li a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 50%;
  text-align: center;
  background: rgba(195, 21, 35, .5);
  border: dashed 1px #fff;
  color: #ffffff;
  font-size: .75rem;
}

.index_main3 .links ul li:nth-child(2) a {
  background: rgba(230, 22, 26, .5);
}

.index_main3 .links ul li:nth-child(3) a {
  background: rgba(128, 32, 137, .5);
}

.index_main3 .links ul li:nth-child(4) a {
  background: rgba(234, 85, 27, .5);
}

.index_main3 .bottom {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

.index_main3 .bottom img {
  width: 100%;
}

.leftfixed {
  position: fixed;
  top: 4rem;
  right: .5rem;
  z-index: 9999;
}

.leftfixed img {
  width: 2rem;
}

.nypage .content {
  padding-top: 1.5rem;
}

.nypage .content img {
  width: 100%;
}

.nypage_gywm {
  padding: 1.5rem 0;
}

.nypage_gywm .main1 {
  margin-top: 3rem;
}

.nypage_gywm .container {
  max-width: 85%;
}

.nypage_gywm img {
  width: 100%;
}

.nypage_gywm .pic {
  margin-top: .5rem;
}

.nypage_gywm .text {
  margin-top: .5rem;
}

.nypage_gywm .text ul li {
  width: 49%;
  border: solid 1px #918c8a;
  border-radius: 5px;
  padding: .5rem;
  transition: all .5s;
}

.nypage_gywm .text ul li h3 {
  color: #ea5514;
  font-size: .6rem;
  font-weight: bold;
}

.nypage_gywm .text ul li p {
  color: #2d2e2e;
  font-size: .45rem;
  line-height: 2;
  margin-top: .25rem;
}

.nypage_gywm .text ul li.orange {
  background: #eb5515;
  border: 0;
}

.nypage_gywm .text ul li.orange h3,
.nypage_gywm .text ul li.orange p {
  color: #fff;
}

.nypage_gywm .text2 {
  border: solid 1px #918c8a;
  border-radius: 5px;
  padding: .5rem;
  margin-top: .5rem;
  transition: all .5s;
}

.nypage_gywm .text2 h3 {
  color: #ea5514;
  font-size: .6rem;
  font-weight: bold;
}

.nypage_gywm .text2 p {
  color: #2d2e2e;
  font-size: .45rem;
  line-height: 2;
  margin-top: .25rem;
}

.nypage_gywm .text2.on {
  background: #eb5515;
  border: 0;
}

.nypage_gywm .text2.on h3 {
  color: #fff;
}

.nypage_gywm .text2.on p {
  color: #fff;
}

.nypage_syjh {
  padding: 1.5rem 0;
}

.nypage_syjh img {
  width: 100%;
}

.nypage_syjh .item {
  position: relative;
  margin-top: .5rem;
  overflow: hidden;
  border-radius: 5px;
}

.nypage_syjh .item .orange {
  height: 100%;
  background: #ea5514;
}

.nypage_syjh .item .pic h3,
.nypage_syjh .item .orange h3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: .6rem;
  font-weight: bold;
}

.nypage_syjh .item1 {
  margin-top: 3rem;
}

.nypage_syjh .item12 .pic h3 {
  top: auto;
  left: .25rem;
  bottom: .5rem;
  transform: none;
  width: auto;
  text-align: left;
}

.nypage_syjh .item13 .pic h3 {
  top: .25rem;
  left: .25rem;
  transform: none;
  width: auto;
  text-align: left;
}

.nypage_syjh .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* border: solid 1px #918c8a;
  padding: .25rem; */
  border-radius: 5px;
  opacity: 0;
  transition: all .5s;
}

.nypage_syjh .item.on .text {
  opacity: 1;
}

.nypage_syjh .item .text .tt {
  color: #de541a;
  font-size: .6rem;
  font-weight: bold;
  margin-left: -.35rem;
}

.nypage_syjh .item .text .con {
  color: #2c2e2d;
  font-size: .425rem;
  line-height: 1.8;
}

.nypage_syjh .item2 {
  width: 55%;
}

.nypage_syjh .item3 {
  width: 44%;
}

.nypage_syjh .item6 {
  width: 42.5%;
}

.nypage_syjh .item7 {
  width: 56%;
}

.nypage_syjh .item10 {
  width: 54%;
}

.nypage_syjh .item11 {
  width: 44%;
}

.nypage_sdzt {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.nypage_sdzt .pic img {
  width: 100%;
}

.nypage_sdzt .title {
  text-align: center;
  color: #191919;
  margin-top: 1rem;
}

.nypage_sdzt .title h3 {
  font-size: 1rem;
}

.nypage_sdzt .title span {
  display: block;
  margin: .5rem auto;
  width: .75rem;
  height: .15rem;
  background: #231815;
}

.nypage_sdzt .title p {
  font-size: .4rem;
}

.nypage_sdzt .content {
  margin-top: .5rem;
  border: solid 1px #221815;
  border-radius: .25rem;
  padding: .875rem;
}

.nypage_sdzt .content h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #191919;
  font-size: .625rem;
  font-weight: bold;
  line-height: 1.075rem;
}

.nypage_sdzt .content h4 img {
  max-width: 1rem;
}

.nypage_sdzt .content p {
  display: flex;
  justify-content: space-between;
  color: #191919;
  font-size: .625rem;
  line-height: 1.075rem;
}

.nypage_sdzt .tips {
  margin-top: 1rem;
  font-size: .55rem;
}

.nypage_sdzt .tips i {
  color: red;
}

.nypage_sdzt .bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .25) 0 0 .15rem .15rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-top: 1.625rem;
  padding: .75rem 0;
}

.nypage_sdzt .bottom .jiage {
  color: #191919;
  font-size: 1.5rem;
  font-weight: bold;
}

.nypage_sdzt .bottom .zixun a {
  display: block;
  width: 6rem;
  height: 2.15rem;
  line-height: 2.15rem;
  text-align: center;
  border-radius: .25rem;
  background: #eb5515;
  color: #ffffff;
  font-size: .6rem;
  font-weight: bold;
}

.list_video {
  padding: 1.5rem 0;
}

.list_video .main1 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.list_video .main1 h3 {
  color: #333;
  font-size: .65rem;
  font-weight: bold;
}

.list_video .main1 span {
  display: block;
  width: 100%;
  height: .25rem;
  background: #ea5514;
  border-radius: .25rem;
  margin-top: .25rem;
}

.list_video .main1 img {
  width: 100%;
}

.list_video .title {
  text-align: center;
  margin-top: 1rem;
}

.list_video .title h3 {
  color: #000000;
  font-size: .7rem;
  font-weight: bold;
}

.list_video .title span {
  position: relative;
  top: .5rem;
  border: .225rem solid transparent;
  border-top: .225rem solid #010101;
}

.list_video video,
.list_video img {
  object-fit: fill;
  width: 100%;
  margin-top: .375rem;
  border-radius: .5rem;
}

.list_video .w49 {
  width: 49%;
}

.fz45 {
  font-size: .45rem !important;
}

.fz45 i {
  font-size: .55rem;
}

@media (max-width: 1000px) {
  .bg img {
    height: 100vh;
  }
}