* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #0052a4;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OPPOSANS-R';
  src: url('../fonts/OPPOSANS-R.otf');
  src: url('../fonts/OPPOSANS-R.eot');
  src: url('../fonts/OPPOSANS-R.ttf');
  src: url('../fonts/OPPOSANS-R.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN-Normal';
  src: url('../fonts/SourceHanSansCN-Normal.otf');
  src: url('../fonts/SourceHanSansCN-Normal.eot');
  src: url('../fonts/SourceHanSansCN-Normal.ttf');
  src: url('../fonts/SourceHanSansCN-Normal.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.button a {
  color: #fff;
  border-radius: 0.05rem;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.15rem;
  min-width: 1.46rem;
  background: #0052a4;
  text-align: center;
  position: relative;
  display: inline-block;
}
.button a:after {
  content: "";
  width: 0%;
  height: 100%;
  left: 50%;
  bottom: 0;
  opacity: 0;
  border-radius: 0.05rem;
  position: absolute;
  background: #238e37;
  transition: all 500ms linear;
}
.button img {
  margin-top: 0.07rem;
  margin-left: 0.05rem;
  max-height: 0.3rem;
  transition: all 334ms linear;
}
.button span {
  z-index: 1;
  position: relative;
}
.button:hover img {
  margin-left: 0.15rem;
}
.button:hover a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  .button a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .button img {
    max-height: 30px;
    margin-left: 5px;
    margin-top: 4px;
  }
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 15.8rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #666;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px;
    margin-right: 0px;
    position: absolute;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #0052a4;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #0052a4;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header > .container {
  display: flex;
  height: 1.05rem;
  align-items: center;
  max-width: 18.2rem;
  justify-content: space-between;
}
.header .logo {
  color: #fff;
  line-height: 0.28rem;
  font-weight: 700;
  font-size: 0.2rem;
  z-index: 1;
  transition: all .5s;
}
.header .logo a {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .logo img {
  width: auto;
  height: auto;
  margin-right: 0.15rem;
  max-height: 0.86rem;
  vertical-align: middle;
  position: relative;
}
.header .search {
  position: relative;
}
.header .search input {
  border: 0;
  width: 100%;
  color: #fff;
  height: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  border-radius: 0.3rem;
  width: 2.9rem;
  padding: 0 0.3rem;
  padding-right: 0.4rem;
  font-family: "微软雅黑";
  background: rgba(255, 255, 255, 0.17);
}
.header .search input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header .sbtn {
  top: 0.12rem;
  right: 0.2rem;
  position: absolute;
}
.header .sbtn svg {
  stroke: #fff;
  width: 0.24rem;
  height: 0.24rem;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff!important;
    height: 60px!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .container {
    height: 60px;
    padding-left: 0;
    max-width: 640px;
    position: relative;
  }
  .header .search {
    display: none;
  }
  .header .logo img {
    max-height: 50px;
  }
  .header .logo a {
    color: #333;
  }
}
.nav li {
  height: 1.05rem;
  padding: 0 0.3rem;
  padding-top: 0.28rem;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
}
.nav li > a {
  color: #fff;
  font-weight: 700;
  font-size: 0.22rem;
  display: block;
  position: relative;
  transition: all 334ms linear;
}
.nav li > a:after {
  content: "";
  width: 0;
  left: 50%;
  opacity: 0;
  height: 0.01rem;
  background: #fff;
  bottom: -0.24rem;
  position: absolute;
  transition: all 500ms ease;
}
.nav li span {
  display: block;
  font-weight: 300;
  font-size: 0.14rem;
  letter-spacing: 1px;
}
.nav li .subnav {
  left: 50%;
  z-index: 9;
  width: 1.7rem;
  top: 1.05rem;
  z-index: 99;
  display: none;
  transform: translateX(-55%);
  position: absolute;
  text-align: center;
  padding: 0.25rem 0;
  line-height: 0.3rem;
  border-radius: 0.05rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.nav li .subnav a {
  display: block;
  padding: 0.05rem 0.2rem;
}
.nav li .subnav a:hover {
  font-weight: 700;
  color: #0052a4;
}
.nav li .subnav.show {
  display: block;
}
.nav li .subnav:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.06rem;
  border-width: 0 0.06rem 0.08rem 0.06rem;
  border-color: transparent transparent #fff transparent;
}
.nav li .ewmbox:hover .ewm {
  opacity: 1;
  transform: scale(1);
}
.nav li .ewm {
  top: 0;
  left: 100%;
  opacity: 0;
  transform: scale(0.95);
  position: absolute;
  transition: all 500ms ease;
  width: 100%;
}
.nav li .ewm img {
  max-height: 1.3rem;
  border-radius: 0.05rem;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1280px) {
  .nav li{
	padding: 0 0.25rem;
	padding-top: 0.28rem;
  }
}
@media (max-width: 1240px) {
  .nav li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.fixed li a {
  color: #333;
}
.fixed li .subnav {
  background: #fff;
}
.fixed li:hover > a,
.fixed .active > a {
  color: #0052a4;
}
.fixed li:hover > a:after,
.fixed .active > a:after {
  background: #0052a4;
}
.fixed .logo a {
  color: #333;
}
.fixed .search input {
  color: #333;
  border: solid 1px #ddd;
}
.fixed .search input::placeholder {
  color: #999;
}
.fixed .sbtn svg {
  stroke: #999;
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;

  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  top: 50%;
  width: 100%;
  text-align: left;
  position: absolute;
  transform: translateY(-55%);
}
.banner .item {
  color: #fff;
  max-width: 10.4rem;
}
.banner .item .t1 {
  font-size: 0.46rem;
  line-height: 0.6rem;
}
.banner .item .t2 {
  padding-top: 0.3rem;
  line-height: 0.7rem;
  font-size: 0.6rem;
  font-weight: 700;
}
.banner .item .t3 {
  padding-top: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.3rem;
}
.banner .item .button {
  margin-top: 0.6rem;
}
.banner .swiper-button {
  left: 0;
  width: 100%;
  bottom: 1.9rem;
  text-align: left;
  position: absolute;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  color: #fff;
  top: auto;
  opacity: 1;
  z-index: 3;
  line-height: 0.4rem;
  text-align: center;
  width: 0.48rem;
  height: 0.42rem;
  display: inline-block;
  position: relative;
  margin-top: auto;
  transition: all 500ms ease;
  transform: skew(-8deg);
  background: rgba(0, 0, 0, 0.36);
  background: rgba(0, 82, 164, 0.36);
  border: dashed 1px #ffffff;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  transform: skew(0) !important;
  font-size: 0.16rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(35, 142, 55, 0.6);
}
.banner .swiper-button-next {
  margin-left: 0.3rem;
}
.banner .swiper-slide-active .item .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .item .t2 {
  animation: 1.6s titFadeup1 ease;
}
.banner .swiper-slide-active .item .t3 {
  animation: 1.7s titFadeup1 ease;
}
.banner .swiper-slide-active .item .button {
  animation: 1.8s titFadeup1 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
    text-align: center;
  }
  .banner .item .t1 {
    font-size: 18px;
	line-height: 1.5;
  }
  .banner .item .button {
    margin-top: 10px;
  }
  .banner .item .button a{
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
  }
  .banner .item .button img{
	max-height: 30px;
	margin-left: 5px;
	margin-top: 1px;
  }
}
@media (max-width: 640px) {
  .banner .item {
    text-align: left;
  }
  .banner .item .t2 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
  }
  .banner .item .t3 {
    font-size: 14px;
    line-height: 24px;
  }
  .banner .swiper-button {
    bottom: 4px;
    text-align: center;
  }
}
.index-title {
  text-align: center;
  line-height: 0.92rem;
  position: relative;
}
.index-title .cn {
  z-index: 2;
  color: #000;
  position: relative;
  font-size: 0.5rem;
}
.index-title .en {
  top: 0;
  left: 0;
  width: 100%;
  color: #f7f7f7;
  position: absolute;
  font-size: 0.92rem;
  text-transform: uppercase;
  font-family: "Oswald";
  text-shadow: #dee1e2 1px 0 0, #dee1e2 0 1px 0, #dee1e2 -1px 0 0, #dee1e2 0 -1px 0;
}
@media (max-width: 1024px) {
  .index-title .cn {
    font-size: 26px;
  }
  .index-title .en {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .index-title .en {
    font-size: 32px;
  }
}
.index-news {
  padding-bottom: 1.2rem;
  padding-top: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-news .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.index-news .left {
  width: 59.5%;
  position: relative;
}
.index-news .left .item {
  display: block;
  position: relative;
}
.index-news .left .item:hover .tit {
  font-weight: 700;
  text-decoration: underline;
}
.index-news .left .pic {
  position: relative;
}
.index-news .left .pic:after {
  content: "";
  display: block;
  padding-bottom: 50.79872204%;
}
.index-news .left .tit {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 0.18rem;
  padding-right: 2rem;
  padding-left: 0.2rem;
  height: 0.58rem;
  line-height: 0.58rem;
  position: absolute;
  background: rgba(0, 82, 164, 0.82);
  text-shadow: 0 0 1px #fff;
}
.index-news .left .swiper-pagination {
  left: auto;
  width: 20%;
  right: 0.4rem;
  text-align: right;
  bottom: 0.2rem;
}
.index-news .left .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
}
.index-news .left .swiper-pagination-bullet-active {
  background: #fff;
}
.index-news .right {
  width: 36.5%;
}
.index-news .right .title {
  color: #000;
  font-size: 0.5rem;
  line-height: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 0.02rem rgba(0, 0, 0, 0.05);
}
.index-news .right li {
  padding: 0.33rem 0.15rem;
  padding-right: 0;
  border-bottom: solid 0.02rem rgba(0, 0, 0, 0.05);
}
.index-news .right li .date {
  color: #0052a4;
  font-size: 0.14rem;
}
.index-news .right li .tit {
  color: #030f1b;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .right li:hover .tit {
  color: #0052a4;
}
.index-news .list-2 {
  margin-top: 0.5rem;
}
.index-news .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.27rem;
}
.index-news .list-2 li {
  width: 25%;
  padding: 0 0.27rem;
  font-family: "SourceHanSansCN-Normal";
}
.index-news .list-2 li .item {
  transition: all 500ms ease;
  border-top: solid 0.05rem #feac2a;
}
.index-news .list-2 li .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list-2 li .pic img {
  transition: all 700ms ease;
}
.index-news .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 51.83098592%;
}
.index-news .list-2 li .text {
  background: #fff;
  padding: 0.2rem;
  padding-bottom: 0.4rem;
}
.index-news .list-2 li .tit {
  color: #feac2a;
  font-size: 0.26rem;
}
.index-news .list-2 li .txt {
  color: #666;
  height: 1.04rem;
  line-height: 0.26rem;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.index-news .list-2 li:nth-child(2) .item {
  border-color: #aecf0d;
}
.index-news .list-2 li:nth-child(2) .tit {
  color: #aecf0d;
}
.index-news .list-2 li:nth-child(3) .item {
  border-color: #0d8939;
}
.index-news .list-2 li:nth-child(3) .tit {
  color: #0d8939;
}
.index-news .list-2 li:nth-child(4) .item {
  border-color: #0060b0;
}
.index-news .list-2 li:nth-child(4) .tit {
  color: #0060b0;
}
.index-news .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.index-news .list-2 li:hover .item {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .index-news {
    padding: 40px 0;
  }
  .index-news .list {
    margin-top: 30px;
    display: block;
  }
  .index-news .left,
  .index-news .right {
    width: 100%;
  }
  .index-news .left .tit {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .index-news .left .swiper-pagination {
    right: 10px;
  }
  .index-news .left .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .index-news .right {
    margin-top: 40px;
  }
  .index-news .right li .date {
    font-size: 14px;
  }
  .index-news .right li .tit {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .index-news .list-2 ul {
    margin: 0 -10px;
  }
  .index-news .list-2 li {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }
}
.index-service {
  overflow: hidden;
  padding-top: 1.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-service .container {
  padding-left: 1.7rem;
  max-width: 19.2rem;
}
.index-service .index-title {
  text-align: left;
}
.index-service .index-title .en {
  opacity: 0.2;
  color: #294f76;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.index-service .index-title .cn {
  color: #fff;
}
.index-service .listbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-service .left {
  width: 56%;
  margin-top: 0.4rem;
  padding-bottom: 1.7rem;
}
.index-service .left .text {
  color: #afbdcb;
}
.index-service .left .nr {
  margin-top: 0.4rem;
}
.index-service .left .nr ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18rem;
}
.index-service .left .nr li {
  padding: 0 0.18rem;
  width: 33.333%;
}
.index-service .left .nr li .item {
  border: solid 1px #fff;
  padding: 0 0.3rem;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.index-service .left .nr li .item:before {
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 0.05rem;
  position: absolute;
  background: #238e37;
  transition: all 334ms ease;
}
.index-service .left .nr li .tit {
  color: #fff;
  font-weight: 700;
  font-size: 0.3rem;
}
.index-service .left .nr li .txt {
  color: #afbdcb;
  height: 1.04rem;
  line-height: 0.26rem;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.index-service .left .nr li .button {
  color: #fff;
  margin-top: 0.5rem;
  line-height: 0.4rem;
  text-align: center;
  width: 0.48rem;
  height: 0.42rem;
  position: relative;
  transition: all 500ms ease;
  transform: skew(-8deg);
  background: rgba(0, 0, 0, 0.36);
  background: rgba(0, 82, 164, 0.36);
  border: dashed 1px #ffffff;
}
.index-service .left .nr li .button i {
  font-size: 0.2rem;
  font-style: normal;
  font-family: "宋体";
  transform: skew(0deg);
}
.index-service .left .nr li:hover .item:before {
  height: 32%;
}
.index-service .left .nr li:hover .button {
  border-color: #238e37;
  background: #238e37;
}
.index-service .right {
  width: 42%;
  padding-bottom: 1rem;
  padding-left: 0.65rem;
  position: relative;
}
.index-service .right:after {
  left: 0;
  content: "";
  width: 100%;
  bottom: 0;
  height: 80%;
  position: absolute;
  background: #0052a4;
}
.index-service .right .hezi {
  width: 142%;
  overflow: hidden;
}
.index-service .right .item {
  color: #fff;
  position: relative;
}
.index-service .right .item .tit {
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}
.index-service .right .item .txt {
  margin-top: 0.05rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-service .right .swiper-slide {
  padding-top: 0.7rem;
}
.index-service .right .swiper-container {
  overflow: inherit;
}
.index-service .right .swiper-button {
  z-index: 9;
  position: relative;
  margin-top: 0.1rem;
  padding-top: 0.45rem;
  border-top: solid 1px rgba(255, 255, 255, 0.58);
}
.index-service .right .swiper-button-prev,
.index-service .right .swiper-button-next {
  top: 0.1rem;
  display: inline-block;
  margin-top: auto;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
}
.index-service .right .swiper-button-prev:after,
.index-service .right .swiper-button-next:after {
  display: none;
}
.index-service .right .swiper-button-prev {
  margin-right: 0.15rem;
  transform: rotate(-135deg) translateY(-0.05rem);
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
}
.index-service .right .swiper-button-next {
  transform: rotate(45deg);
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
}
.index-service .right .swiper-slide-active .item {
  transform: translateY(-0.7rem);
}
.index-service .right .swiper-pagination {
  width: 57%;
  margin-bottom: 2px;
  text-align: left;
  display: inline-block;
  position: relative;
}
.index-service .right .swiper-pagination-bullet {
  opacity: 1;
  width: 0.06rem;
  height: 0.06rem;
  position: relative;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.index-service .right .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  border-radius: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%);
  border: solid 1px #ffffff;
}
.index-service .right .swiper-pagination-bullet-active {
  background: #fff;
}
.index-service .right .swiper-pagination-bullet-active:before {
  opacity: 1;
}
@media (max-width: 1024px) {
  .index-service {
    padding-top: 50px;
  }
  .index-service .listbox {
    display: block;
  }
  .index-service .left {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .index-service .left .nr li .item {
    padding: 20px;
  }
  .index-service .left,
  .index-service .right {
    width: 100%;
  }
  .index-service .right {
    display: none;
  }
}
@media (max-width: 480px) {
  .index-service .left .nr li {
    width: 100%;
    margin-top: 20px;
  }
  .index-service .left .nr li .txt {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .index-service .left .nr li:first-child {
    margin-top: 0;
  }
}
.index-tjjl {
  padding: 1.1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "SourceHanSansCN-Normal";
}
.index-tjjl .bg {
  background: #fff;
  padding: 0 0.6rem;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  box-shadow: 0.03rem 0 0.57rem rgba(0, 0, 0, 0.13);
}
.index-tjjl .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.index-tjjl .left {
  width: 57.2%;
  border-bottom: solid 1px #b8b8b8;
}
.index-tjjl .left li {
  z-index: 3;
  cursor: pointer;
  background: #fff;
  margin-top: -0.15rem;
  border-radius: 0.2rem;
  border: solid 1px #b8b8b8;
  position: relative;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.index-tjjl .left li a {
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.index-tjjl .left li .time {
  width: 7%;
  color: #2d2d2d;
  line-height: 0.19rem;
  font-family: arial;
  text-align: center;
  background: #dbe8f9;
  padding: 0.3rem 0;
  border-top-left-radius: 0.2rem;
}
.index-tjjl .left li .text {
  width: 93%;
  position: relative;
  padding: 0.25rem 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.4rem;
  border-left: solid 1px #b6b6b6;
}
.index-tjjl .left li .text .tit {
  line-height: 0.3rem;
  height: 0.3rem;
  color: #222222;
  position: relative;
  font-weight: 700;
  font-size: 0.2rem;
  padding-right: 0rem;
  transition: all .5s;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap!important;
}
.index-tjjl .left li .text .tit em {
  float: right;
  font-style: normal;
  display: inline-block;
  margin-top: 0.05rem;
}
.index-tjjl .left li .text .tit img {
  max-height: 0.16rem;
}
.index-tjjl .left li .text .txt {
  color: #666;
  transition: all .5s;
  display: block!important;
  height: 0.28rem;
  overflow: hidden;
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.05rem;
}
.index-tjjl .left li .text .txt span {
  padding-right: 0.1rem;
}
.index-tjjl .left li:nth-child(2n) .time {
  background: #e0eddb;
}
.index-tjjl .left .active {
  background: #eff9fe;
}
.index-tjjl .left .active .time {
  background: #eff9fe;
}
.index-tjjl .left .active .text {
  padding-top: 0.3rem;
  padding-bottom: 0.35rem;
}
.index-tjjl .left .active .text .txt {
  height: 1.4rem;
  overflow: hidden;
}
.index-tjjl .right {
  width: 39.4%;
  margin-top: -0.15rem;
}
.index-tjjl .right .picbox {
  position: relative;
}
.index-tjjl .right .pic {
  overflow: hidden;
}
.index-tjjl .right .pic img {
  transition: all 700ms ease;
}
.index-tjjl .right .pic:hover img {
  transform: scale(1.1);
}
.index-tjjl .right .videobtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  border-radius: 50%;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
  border: solid 0.04rem #ffffff;
}
.index-tjjl .right .videobtn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-tjjl .right .videobtn a:after {
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 0.03rem;
  position: absolute;
  transform: translate(-50%, -50%);
  border-left: solid 0.18rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.index-tjjl .right .videobtn:hover {
  opacity: 0.8;
}
.index-tjjl .right .nr ul {
  padding-top: 0.2rem;
}
.index-tjjl .right .nr li {
  padding: 0.2rem 0.05rem;
  padding-bottom: 0.25rem;
  border-top: solid 1px #e5e5e5;
}
.index-tjjl .right .nr li .t1 {
  color: #444;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-tjjl .right .nr li .t2 {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-tjjl .right .nr li:first-child {
  border-top: 0;
}
@media (max-width: 1024px) {
  .index-tjjl {
    padding: 40px 0;
  }
  .index-tjjl .bg {
    padding: 0;
    box-shadow: none;
  }
  .index-tjjl .list {
    display: block;
  }
  .index-tjjl .left,
  .index-tjjl .right {
    width: 100%;
  }
  .index-tjjl .left li .time {
    line-height: 18px;
  }
  .index-tjjl .left li .text .tit {
    font-size: 16px;
  }
  .index-tjjl .left li .text .txt {
    line-height: 26px;
    font-size: 14px;
    margin-top: 5px;
  }
  .index-tjjl .left .active .text .txt {
    height: 78px;
  }
  .index-tjjl .right {
    margin-top: 30px;
  }
  .index-tjjl .right .picbox {
    text-align: center;
  }
  .index-tjjl .right .nr li .t1 {
    height: 30px;
    line-height: 30px;
  }
  .index-tjjl .right .nr li .t2 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.index-jlhd {
  padding: 1.2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-jlhd .index-title {
  line-height: 0.5rem;
}
.index-jlhd .item {
  position: relative;
}
.index-jlhd .item .pic {
  position: relative;
}
.index-jlhd .item .pic:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: rgba(0, 0, 0, 0.33);
}
.index-jlhd .item .tit {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  line-height: 0.54rem;
  font-size: 0.44rem;
  font-weight: 700;
  padding: 0.6rem 0.4rem;
  position: absolute;
}
.index-jlhd .certify .swiper-slide-active .tit {
  padding: 0.5rem;
}
.index-jlhd .certify {
  margin: 0 auto;
  max-width: 12rem;
  margin-top: 0.8rem;
  position: relative;
}
.index-jlhd .certify .swiper-slide {
  width: 4.15rem;
  height: 4rem;
  background: #fff;
}
.index-jlhd .certify .swiper-button-prev {
  left: -0.3rem;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
}
.index-jlhd .certify .swiper-button-next {
  right: -0.3rem;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.index-jlhd .certify .swiper-button-prev,
.index-jlhd .certify .swiper-button-next {
  width: 0.8rem;
  height: 0.8rem;
}
.index-jlhd .certify .swiper-button-prev:after,
.index-jlhd .certify .swiper-button-next:after {
  display: none;
}
@media (max-width: 1024px) {
  .index-jlhd {
    padding: 50px 0;
  }
  .index-jlhd .certify {
    margin-top: 30px;
  }
}
.index-about {
  height: 8.5rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .list {
  display: flex;
  justify-content: space-between;
  padding-top: 0.22rem;
}
.index-about .left {
  width: 49%;
  padding: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  background: rgba(255, 255, 255, 0.9);
}
.index-about .left .title {
  color: #000;
  line-height: 0.6rem;
  font-size: 0.5rem;
}
.index-about .left .en {
  color: #383838;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
.index-about .left .text {
  padding-top: 0.2rem;
}
.index-about .left .button {
  margin-top: 0.25rem;
}
.index-about .right {
  position: relative;
  width: 45%;
  color: #fff;
}
.index-about .right .title {
  font-size: 0.3rem;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.36);
}
.index-about .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .right li {
  padding-top: 0.8rem;
}
.index-about .right li .counter {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "OPPOSANS-R";
}
.index-about .right li p:first-child {
  padding-bottom: 0.2rem;
}
.index-about .right li em,
.index-about .right li i {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.index-about .right li em {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.index-about .right li i {
  margin-top: 0.1rem;
  margin-left: 0.45rem;
  border-radius: 50%;
  background: #0052a4;
  height: 0.5rem;
  width: 0.5rem;
}
.index-about .right li i img {
  max-height: 0.5rem;
}
@media (max-width: 1024px) {
  .index-about {
    height: auto;
    padding: 50px 0;
  }
  .index-about .list {
    padding-top: 0;
    display: block;
  }
  .index-about .left {
    font-size: 14px;
    line-height: 24px;
  }
  .index-about .left,
  .index-about .right {
    width: 100%;
  }
  .index-about .right {
    margin-top: 30px;
  }
  .index-about .right li .counter {
    font-size: 30px;
    line-height: 40px;
  }
  .index-about .right li em {
    font-size: 20px;
    line-height: 20px;
  }
}
.footer {
  color: #fff;
  padding-top: 0.6rem;
  background: url(../images/footer-bg.jpg) no-repeat top center #004ea1;
}
.footer .listMenu {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.1rem;
}
.footer .listMenu li {
  width: 11%;
}
.footer .listMenu li h3 {
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}
.footer .listMenu li h3 a {
  color: #fff;
}
.footer .listMenu li .drop a {
  color: #fff;
  display: block;
  font-weight: 700;
  padding-bottom: 0.1rem;
  transition: all 500ms ease;
}
.footer .listMenu li .drop a:hover {
  opacity: 0.8;
}
.footer .listMenu .contact {
  width: 31%;
  font-size: 0.18rem;
}
.footer .listMenu .contact .logo img {
  max-height: 1.36rem;
}
.footer .listMenu .contact .name {
  font-weight: 700;
  padding-top: 0.05rem;
  font-size: 0.29rem;
  margin-bottom: 0.25rem;
  font-family: "OPPOSANS-R";
}
.footer .listMenu .contact .logo,
.footer .listMenu .contact .name {
  text-align: center;
  max-width: 1.36rem;
  margin-left: 0.5rem;
}
.footer .listMenu .contact .tel {
  font-weight: 700;
  line-height: 0.4rem;
  font-size: 0.29rem;
  font-family: "OPPOSANS-R";
}
.footer .listMenu .contact .add {
  margin-top: 0.2rem;
  padding-left: 0.35rem;
  position: relative;
}
.footer .listMenu .contact .add img {
  left: 0;
  top: 0.04rem;
  max-height: 0.2rem;
  position: absolute;
}
.footer .listMenu .contact .add a {
  color: #fff;
}
.footer .listMenu .contact .add a:hover {
  text-decoration: underline;
}
.footer .listMenu .message {
  width: 21%;
}
.footer .listMenu .message .bd {
  height: 0.5rem;
  margin-top: 0.35rem;
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.footer .listMenu .message .bd input {
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 0.16rem;
  position: relative;
  padding-right: 0.9rem;
  padding-left: 0.1rem;
  line-height: 0.48rem;
  font-family: "微软雅黑";
  background: transparent;
}
.footer .listMenu .message .bd input::placeholder{
	color: #fff;
}
.footer .listMenu .message .btn {
  right: 0px;
  top: 0px;
  height: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  background: #3b77b7;
  width: 0.8rem;
  position: absolute;
}
.footer .listMenu .last {
  width: 15%;
}
.footer .share {
  padding-top: 2.43rem;
  text-align: right;
}
.footer .share a {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  transition: all 700ms ease;
  display: inline-block !important;
}
.footer .share a:before {
  display: none!important;
}
.footer .share a img {
  max-height: 0.4rem;
}
.footer .share a:hover {
  border-color: #fff;
}
.footer .share .dy {
  padding-left: 0.2rem;
  position: relative;
}
.footer .share .dy:hover .dyhover,
.footer .share .cur .dyhover {
  display: block;
}
.footer .share .dyhover {
  left: 50%;
  color: #666;
  display: none;
  width: 1.75rem;
  top: -1.95rem;
  transform: translateX(-47%);
  text-align: center;
  position: absolute;
  background: #fff;
}
.footer .share .dyhover:after {
  content: "";
  left: 50%;
  bottom: -0.08rem;
  transform: translateX(-50%);
  position: absolute;
  border-top: solid 0.1rem #ffffff;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
}
.footer .share .dyhover .ewm img {
  max-height: 1.75rem;
}
.footer .copy {
  font-size: 0.14rem;
  padding: 0.2rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.footer .copy .container {
  display: flex;
  justify-content: space-between;
}
.footer .copy .container div:nth-child(2) {
  padding-right: 10%;
}
.footer .copy span {
  padding: 0 0.1rem;
  display: inline-block;
}
.footer .copy a {
  color: #fff;
}
.footer .copy a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer .listMenu li {
    display: none;
  }
  .footer .listMenu .last{
	display: block;
    width: 100%;
  }
  .footer .share{
	  text-align:center;
  }
  .footer .listMenu .contact {
    font-size: 16px;
    display: block;
    width: 100%;
  }
  .footer .listMenu .contact .logo,
  .footer .listMenu .contact .name {
    margin-left: 20px;
  }
  .footer .listMenu .contact .add {
    padding-left: 30px;
  }
  .footer .listMenu .contact .add img {
    top: 4px;
    max-height: 20px;
  }
  .footer .copy {
    font-size: 13px;
  }
  .footer .copy span {
    padding: 0;
  }
  .footer .copy .container {
    display: block;
  }
}
.inside-banner {
  position: relative;
  height: 100vh;
}
.inside-banner .ph {
  text-align: center;
}
.inside-banner .ph img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  left: 50%;
  z-index: 9;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -20%);
}
.inside-banner .tit {
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
}
.inside-banner .txt {
  padding-top: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.inside-banner .search {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.6rem;
  max-width: 7.8rem;
  position: relative;
}
.inside-banner .search input {
  border: 0;
  width: 100%;
  font-size: 0.16rem;
  padding-right: 1rem;
  padding-left: 0.25rem;
  border-radius: 0.3rem;
  line-height: 0.55rem;
  height: 0.55rem;
  background: #fff;
}
.inside-banner .search .btn {
  vertical-align: middle;
  right: 0.06rem;
  top: 0.04rem;
  height: 0.46rem;
  width: 0.46rem;
  border-radius: 50%;
  position: absolute;
  background: #008e3f;
  line-height: 0.4rem;
}
.inside-banner .search .btn svg {
  width: 0.26rem;
  height: 0.26rem;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 0.6rem;
    height: auto;
  }
}
@media (max-width: 640px) {
  .inside-banner .text {
    display: none;
  }
  .inside-banner2 .text {
    display: block;
  }
  
  .inside-banner2 .text .tit {
    display: none;
  }
  
  .inside-banner2 .text .txt {
    display: none;
  }
  
  .inside-banner2 .search{
	  margin-top:0;
  }
}
.inside-current {
  left: 0;
  width: 100%;
  color: #fff;
  top: 1.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  position: absolute;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a,
.inside-current span {
  color: #fff;
  padding: 0 0.15rem;
  display: inline-block;
}
.inside-current a:hover {
  text-decoration: underline;
}
.inside-current img {
  margin-top: 0.05rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current {
	top: 40px;
	font-size: 12px;
  }
}
.inside-drop {
  margin: 0 auto;
  margin-top: 0.9rem;
}
.inside-drop ul {
  font-size: 0;
  text-align: center;
}
.inside-drop li {
  width: 13%;
  display: inline-block;
  text-align: center;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.65);
  border-left: solid 1px rgba(255, 255, 255, 0.52);
}
.inside-drop li a {
  display: block;
  padding-top: 0.25rem;
  height: 1.4rem;
}
.inside-drop li .icon img {
  max-height: 0.6rem;
}
.inside-drop li .bt {
  color: #000;
  font-size: 0.17rem;
  margin-top: 0.05rem;
}
.inside-drop li:first-child {
  border-left: 0;
  border-top-left-radius: 0.05rem;
  border-bottom-left-radius: 0.05rem;
}
.inside-drop li:last-child {
  border-top-right-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
}
.inside-drop li:hover,
.inside-drop .cur {
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1024px) {
  .inside-drop {
    display: none;
  }
}
.inside-menu {
  position: relative;
  margin-top: 1rem;
}
.inside-menu:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0%;
  position: absolute;
  background: #bdbdbd;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  width: 15%;
  height: 0.62rem;
  line-height: 0.6rem;
  text-align: center;
  margin-left: -1px;
  position: relative;
  border: solid 1px #bdbdbd;
}
.inside-menu li:before {
  left: 50%;
  content: "";
  width: 0;
  top: -1px;
  height: 2px;
  position: absolute;
  background: #0052a4;
  transition: all 500ms ease;
}
.inside-menu li:after {
  left: 50%;
  content: "";
  width: 0;
  bottom: -1px;
  height: 1px;
  z-index: 2;
  position: absolute;
  background: #fff;
  transition: all 500ms ease;
}
.inside-menu li a {
  color: #000;
  font-size: 18px;
  display: block;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  font-weight: 700;
  color: #0052a4;
}
.inside-menu li:hover:before,
.inside-menu .cur:before,
.inside-menu li:hover:after,
.inside-menu .cur:after {
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-menu {
    margin-top: 30px;
  }
  .inside-menu li {
    width: 25%;
  }
  .inside-menu li a {
    font-size: 15px;
  }
}
.inside-about {
  position: relative;
  min-height: 8.88rem;
  padding: 1rem 0;
}
.inside-about .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about .container {
  z-index: 3;
  position: relative;
}
.inside-about .list {
  z-index: 3;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 0.8rem;
}
.inside-about .bt-2 {
  line-height: 0.64rem;
  font-size: 0.5rem;
  max-width: 100%;
  text-align: left;
  position: relative;
  font-weight: 700;
}
.inside-about .bt-2 .gy-gray {
  color: #003893;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.inside-about .bt-2 .gy-black {
  color: #92a4b3;
}
.inside-about .text {
  width: 54%;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding-right: 0.7rem;
}
@media (max-width: 1024px) {
  .inside-about {
    background: linear-gradient(to bottom, #c6def5, #ffffff);
  }
  .inside-about .bg {
    background-image: none!important;
  }
  .inside-about .list {
    padding-top: 40px;
    display: block;
  }
  .inside-about .text {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    padding-top: 30px;
    padding-right: 0;
  }
  .inside-about .bt-2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.inside-fzjg {
  padding: 1rem 0 2.7rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.inside-fzjg .list li {
  font-size: 0.18rem;
  padding: 0.5rem 0.6rem;
}
.inside-fzjg .list li .title {
  font-weight: 700;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #c8c8c8;
}
.inside-fzjg .list li .title img {
  margin-right: 0.2rem;
  max-height: 1.05rem;
}
.inside-fzjg .list li .txt {
  padding-top: 0.4rem;
}
.inside-fzjg .list li .tel {
  font-weight: 700;
  color: #0052a4;
  padding-top: 0.2rem;
}
.inside-fzjg .list li .tel a {
  color: #0052a4;
  padding-left: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-fzjg {
    padding: 40px 0 150px 0;
  }
  .inside-fzjg .list li {
    padding: 30px 0;
    font-size: 14px;
  }
  .inside-fzjg .list li .title {
    font-size: 18px;
  }
  .inside-fzjg .list li .txt {
    line-height: 26px;
  }
}
.inside-fhld {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-fhld .list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.55rem;
}
.inside-fhld .list li {
  width: 33.333%;
  display: flex;
  padding: 0 0.4rem;
  margin-top: 0.8rem;
}

.inside-fhld2 .list ul {
  display: block;
  padding: 0;
}

.inside-fhld2 .list li {
  width: 70%;
  margin:0 auto;
  margin-top: 0.8rem;
}
.inside-fhld .list li .item {
  color: #fff;
  width: 100%;
  min-height: 100%;
  padding: 0.26rem;
  background: #0052a4;
}

.inside-fhld2 .list li .item {
  background: none;
  border: 2px solid #eaeaea;
}

.inside-fhld .list li .pic {
  overflow: hidden;
}
.inside-fhld .list li .pic img {
  transition: all 500ms linear;
}
.inside-fhld .list li .tit {
  font-size: 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
  font-weight: 700;
}
.inside-fhld .list li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .inside-fhld {
    padding: 40px 0;
  }
  .inside-fhld .list ul {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -10px;
  }
  .inside-fhld .list li {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .inside-fhld .list li {
    margin-top: 30px;
    width: 50%;
  }
  .inside-fhld2 .list li {
    margin-top: 30px;
    width: 100%;
  }
  .inside-fhld .list li .item {
    color: #666;
    padding: 5px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    border: solid 1px #ddd;
  }
}
.inside-qa {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-qa .tag {
  color: #1d3654;
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.6rem;
}
.inside-qa .search {
  position: relative;
  margin: 0 auto;
  margin-top: 0.25rem;
  max-width: 4.2rem;
}
.inside-qa .search input {
  width: 100%;
  font-size: 0.16rem;
  height: 0.5rem;
  font-family: "微软雅黑";
  padding-right: 0.3rem;
  padding-left: 0.2rem;
  border-radius: 0.3rem;
  line-height: 0.48rem;
  border: solid 1px #e5e5e5;
  background: #fff;
}
.inside-qa .btn {
  right: 0.2rem;
  top: 0.13rem;
  position: absolute;
}
.inside-qa .btn img {
  max-height: 0.24rem;
}
.inside-qa .list {
  padding-top: 0.5rem;
}
.inside-qa .list .tit {
  display: flex;
  color: #08060b;
  cursor: pointer;
  position: relative;
  font-size: 0.2rem;
  padding: 0 0.45rem;
  background: #f2f2f1;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-top: 0.1rem;
  justify-content: space-between;
}
.inside-qa .list .problem {
  width: 80%;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-qa .list .icon {
  position: relative;
}
.inside-qa .list .icon:after {
  content: "";
  margin-top: 0.37rem;
  vertical-align: top;
  height: 0.04rem;
  width: 0.18rem;
  display: inline-block;
  background: #0052a4;
  transition: all 500ms ease;
}
.inside-qa .list .icon:before {
  opacity: 0;
  content: "";
  right: 0.07rem;
  top: 0.3rem;
  width: 0.04rem;
  position: absolute;
  height: 0.18rem;
  transition: all 500ms ease;
  background: #0052a4;
}
.inside-qa .list .txt {
  display: none;
  color: #3c3c3c;
  font-size: 0.18rem;
  padding: 0.45rem 0.35rem;
  padding-bottom: 0.6rem;
}
.inside-qa .list .active {
  color: #fff;
  background: #125ba7;
}
.inside-qa .list .active .icon:after {
  background: #fff;
}
.inside-qa .list .active .icon:before {
  opacity: 1;
  background: #fff;
}
.inside-qa .inside-message {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .inside-qa {
    padding: 40px 0;
  }
  .inside-qa .tag {
    font-size: 12px;
    margin-top: 10px;
  }
  .inside-qa .list .tit {
    padding: 0 20px;
  }
  .inside-qa .list .txt {
    padding: 20px;
    font-size: 14px;
  }
}
.inside-contact {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-contact .list {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.inside-contact .leftbox {
  width: 50.5%;
  background: #fff;
  padding: 0.5rem;
}
.inside-contact .leftbox dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.inside-contact .leftbox dd {
  text-align: center;
}
.inside-contact .leftbox dd img {
  max-height: 2.1rem;
}
.inside-contact .leftbox .t1 {
  color: #0052a4;
  font-size: 0.3rem;
  font-weight: 700;
}
.inside-contact .leftbox .t2 {
  color: #040806;
  font-size: 0.3rem;
}
.inside-contact .leftbox .t3 {
  padding-top: 0.5rem;
}
.inside-contact .leftbox .t4 {
  font-weight: 700;
  font-size: 0.18rem;
  padding: 0.1rem 0;
  border-bottom: solid 1px #dbdbdc;
}
.inside-contact .mess {
  width: 49.5%;
  color: #fff;
  padding: 0.5rem 0.25rem;
  background-size: cover;
}
.inside-contact .mess .bt {
  font-size: 0.3rem;
  font-weight: 700;
  text-align: center;
}
.inside-contact .ditu {
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact .list {
    display: block;
    margin-top: 40px;
  }
  .inside-contact .leftbox {
    width: 100%;
    padding: 0;
    padding-right: 30px;
  }
  .inside-contact .mess {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .inside-contact .leftbox {
    padding: 0 20px;
    text-align: center;
  }
  .inside-contact .leftbox dl {
    display: block;
  }
  .inside-contact .leftbox dd {
    padding-top: 30px;
  }
  .inside-contact .leftbox .t4 {
    padding: 15px 0;
    font-size: 15px;
  }
  .inside-contact .mess {
    background-image: none!important;
    background: rgba(255, 255, 255, 0.5);
  }
  .inside-contact .mess .bt {
    color: #0052a4;
  }
  .inside-contact .inside-form .li1 .btn1 {
    color: #0052a4;
    border-color: #0052a4;
  }
}
.inside-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.08rem;
  padding-top: 0.4rem;
}
.inside-form li {
  width: 50%;
  padding: 0.08rem;
}
.inside-form li p {
  position: relative;
}
.inside-form li label {
  top: 0.17rem;
  left: 0.15rem;
  color: #f30;
  position: absolute;
}
.inside-form li .iinput,
.inside-form li .itextarea {
  width: 100%;
  border: 0;
  color: #32373e;
  background: #f5f5f5;
  padding: 0 0.24rem;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  border-radius: 0.1rem;
  background: #fff;
  height: 0.52rem;
  line-height: 0.52rem;
}
.inside-form li .itextarea {
  height: 1.3rem;
}
.inside-form .li1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inside-form .li1 p {
  width: 100%;
}
.inside-form .li1 .btn1,
.inside-form .li1 .btn2 {
  color: #fff;
  font-size: 0.18rem;
  margin-left: 0.05rem;
  padding: 0 0.35rem;
  height: 0.45rem;
  line-height: 0.43rem;
  border-radius: 0.3rem;
  display: inline-block;
  border: solid 1px #fff;
  transition: all 500ms linear;
}
.inside-form .li1 .btn1:hover,
.inside-form .li1 .btn2:hover {
  opacity: 0.7;
}
.inside-form .li1 .btn2 {
  border-color: #0052a4;
  background: #0052a4;
}
@media (max-width: 1024px) {
  .inside-form li {
    width: 100%;
  }
  .inside-form li label {
    top: 12px;
  }
  .inside-form li .iinput,
  .inside-form li .itextarea {
    font-size: 15px;
    height: 40px;
    line-height: 38px;
  }
  .inside-form li .itextarea {
    height: 80px;
  }
  .inside-form .li1 {
    display: block;
  }
  .inside-form .li1 .verifyDiv {
    width: 100%;
  }
  .inside-form .li1 .btnB {
    text-align: center;
    margin-top: 30px;
  }
  .inside-form .li1 .btn1,
  .inside-form .li1 .btn2 {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 20px;
    min-width: 100px;
  }
}
.inside-news {
  padding: 0.8rem 0;
}
.inside-news .list {
  padding-top: 0.4rem;
}
.inside-news .list .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-news .leftbox {
  width: 71%;
}
.inside-news .leftbox li:first-child {
  border-top: 0;
}
.inside-news .leftbox li {
  padding: 0.6rem 0;
  border-top: solid 1px rgba(160, 159, 159, 0.25);
}
.inside-news .leftbox li .box {
  display: flex;
  justify-content: space-between;
}
.inside-news .leftbox li .pic {
  width: 32.7%;
  overflow: hidden;
  position: relative;
}
.inside-news .leftbox li .pic img {
  transition: all 700ms linear;
}
.inside-news .leftbox li .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.00546448%;
}
.inside-news .leftbox li .text {
  width: 64%;
}
.inside-news .leftbox li .text .time {
  border: solid 1px #fff;
  color: #040806;
  font-size: 0.12rem;
  line-height: 0.24rem;
  padding: 0 0.06rem;
  border-radius: 0.03rem;
  background: #def0fb;
  display: inline-block;
}
.inside-news .leftbox li .text .time img {
  margin-right: 0.05rem;
  margin-top: 0.06rem;
  max-height: 0.12rem;
}
.inside-news .leftbox li .text .tit {
  transition: all 500ms linear;
  margin-top: 0.15rem;
  font-size: 0.22rem;
  color: #040806;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .leftbox li .text .txt {
  color: #666;
  font-size: 0.18rem;
  margin-top: 0.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .leftbox li .text .more {
  font-weight: 700;
  color: #0052a4;
  margin-top: 0.25rem;
}
.inside-news .leftbox li:hover .pic img {
  transform: scale(1.1);
}
.inside-news .leftbox li:hover .tit {
  color: #0052a4;
}
.inside-news .rightbox {
  width: 24%;
  margin-top: 0.6rem;
}
.inside-news .rightbox .hezi {
  left: 0;
  top: 1.5rem;
  width: 100%;
  position: sticky;
}
.inside-news .rightbox .list-2 {
  position: relative;
}
.inside-news .rightbox .list-2 li {
  margin-bottom: 0.3rem;
}
.inside-news .rightbox .list-2 li a {
  color: #333333;
  font-weight: 700;
  font-size: 0.2rem;
  display: block;
  height: 0.65rem;
  padding: 0 0.3rem;
  background: #ededed;
  line-height: 0.6rem;
  transition: all 500ms ease;
  border-top: solid 0.05rem #0052a4;
}
.inside-news .rightbox .list-2 li img {
  float: right;
  margin-left: 0.1rem;
  margin-top: 0.15rem;
  transition: all 334ms linear;
}
.inside-news .rightbox .list-2 li:hover a {
  background: #f8f8f8;
}
.inside-news .rightbox .list-2 li:hover img {
  margin-right: 0.2rem;
}
.inside-news .rightbox .list-3 .item {
  padding-left: 1px;
  position: relative;
}
.inside-news .rightbox .list-3 .pic {
  position: relative;
}
.inside-news .rightbox .list-3 .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.inside-news .rightbox .list-3 .tit {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #e0e6ed;
  padding: 0.4rem;
  line-height: 0.5rem;
  font-size: 0.42rem;
  position: absolute;
  font-weight: 700;
}
.inside-news .rightbox .list-3 .swiper-pagination {
  bottom: auto;
  text-align: center;
  position: relative;
  margin-top: 0.1rem;
}
.inside-news .rightbox .list-3 .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.05rem;
  background: #999fa5;
}
.inside-news .rightbox .list-3 .swiper-pagination-bullet-active {
  background: #0052a4;
}
.inside-news .rightbox .list-4 {
  margin-top: 0.7rem;
}
.inside-news .rightbox .list-4 .title {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #ccc;
}
.inside-news .rightbox .list-4 .add {
  color: #333;
  padding-top: 0.2rem;
  font-size: 0.2rem;
}
.inside-news .rightbox .list-4 .add p {
  padding-top: 0.1rem;
}
.inside-news .rightbox .list-4 .ewm {
  color: #1d3054;
  margin-top: 0.5rem;
  line-height: 0.3rem;
  padding: 0.25rem;
  background: linear-gradient(to bottom, #edf8fe, #ffffff);
}
.inside-news .rightbox .list-4 .ewm dl {
  display: flex;
  align-items: center;
}
.inside-news .rightbox .list-4 .ewm dt {
  text-align: center;
  font-size: 0.14rem;
}
.inside-news .rightbox .list-4 .ewm dd {
  padding-bottom: 0.1rem;
  font-weight: 700;
  font-size: 0.18rem;
  padding-left: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-news .list .container {
    display: block;
  }
  .inside-news .leftbox {
    width: 100%;
  }
  .inside-news .leftbox li {
    padding: 30px 0;
  }
  .inside-news .leftbox li .pic {
    width: 45%;
    display: none;
  }
  .inside-news .leftbox li .text {
    width: 100%;
  }
  .inside-news .leftbox li .text .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .inside-news .leftbox li .text .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
	-webkit-line-clamp: 2;
  }
  .inside-news .leftbox li .text .time {
    font-size: 12px;
    line-height: 24px;
    padding: 0 6px;
    border-radius: 3px;
  }
  .inside-news .leftbox li .text .time img {
    max-height: 14px;
    margin-top: 5px;
  }
  .inside-news .rightbox {
    display: none;
  }
}
.inside-newsshow {
  padding-top: 0.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.inside-newsshow:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-size: cover;
  height: 4.1rem;
  background: linear-gradient(to bottom, #ffffff, #dfecf5);
}
.inside-newsshow .title {
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #d7d9da;
}
.inside-newsshow .title h1 {
  color: #222;
  font-size: 0.5rem;
  line-height: 1.5;
  letter-spacing: 4px;
  padding-left: 0.5rem;
}
.inside-newsshow .info {
  padding-top: 0.6rem;
  font-size: 0.18rem;
  padding-left: 0.5rem;
}
.inside-newsshow .info span {
  padding-left: 0.2rem;
}
.inside-newsshow .container {
  z-index: 3;
  position: relative;
}
.inside-newsshow .news-left {
  left: 0;
  width: 4.5%;
  margin-left: -4.5%;
  padding-top: 1rem;
  position: absolute;
  top: 1rem;
}
.inside-newsshow .news-left .share {
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 0.48rem 0 0.19rem 0;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  position: relative;
  z-index: 3;
}
.inside-newsshow .news-left .share span {
  display: block;
  margin-bottom: 0.19rem;
  text-align: center;
}
.inside-newsshow .news-left .share .dib {
  display: inline-block;
  font-size: 0.16rem;
}
.inside-newsshow .news-left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 0.4rem !important;
  height: 0.4rem !important;
  padding-left: 0 !important;
  display: block;
  margin: 0 auto 0.12rem auto !important;
}
.inside-newsshow .news-left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.inside-newsshow .news-left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.inside-newsshow .news-left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.inside-newsshow .news-left .span {
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  background-color: #004ea1;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.inside-newsshow .news-left .span a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui1.png) no-repeat top center;
  background-size: 0.37rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.inside-newsshow .news-left .p {
  z-index: 1;
  position: relative;
  background: #1d3054;
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
}
.inside-newsshow .news-left .p a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui.png) no-repeat top center;
  background-size: 0.31rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-newsshow .news-left {
    display: none;
  }
}
.inside-newsshow .leftbox {
  width: 69%;
  float: left;
  color: #555;
  line-height: 0.36rem;
  font-size: 0.2rem;
  padding: 0.6rem 0.5rem;
  padding-bottom: 2rem;
}
.inside-newsshow .leftbox video{
	max-width: 100%;
    height: auto;
}
.inside-newsshow .leftbox .f22 {
  font-size: 0.22rem;
}
.inside-newsshow .leftbox .bule {
  font-size: 0.22rem;
  color: #0b49a7;
}
.inside-newsshow .biaoqian {
  padding: 1rem 0;
}
.inside-newsshow .biaoqian a {
  padding-right: 0.3rem;
  display: inline-block;
}
.inside-newsshow .rightlist {
  width: 28%;
  float: right;
}
.inside-newsshow .rightlist .title-2 {
  color: #1d3054;
  font-weight: 700;
  font-size: 0.26rem;
  padding-top: 0.5rem;
}
.inside-newsshow .rightlist ul {
  padding-top: 0.15rem;
}
.inside-newsshow .rightlist li {
  padding-top: 0.25rem;
}
.inside-newsshow .rightlist li a {
  display: block;
  padding: 0.35rem;
  padding-right: 0.25rem;
  background: rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}
.inside-newsshow .rightlist li .tit {
  color: #222;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-newsshow .rightlist li .arrow {
  transition: all 500ms ease;
  margin-top: 0.3rem;
}
.inside-newsshow .rightlist li .arrow img {
  max-height: 0.1rem;
}
@media (min-width: 1025px) {
  .inside-newsshow .rightlist li:hover a {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  }
  .inside-newsshow .rightlist li:hover .tit {
    color: #1d3054;
  }
  .inside-newsshow .rightlist li:hover .arrow {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .inside-newsshow {
    padding-bottom: 50px;
  }
  .inside-newsshow .title {
    padding-top: 0;
	padding-bottom: 10px;
  }
  .inside-newsshow .title h1 {
    font-size: 24px;
    line-height: 1.5;
	padding-left: 0;
  }
  .inside-newsshow .title .info {
    font-size: 14px;
    padding-top: 30px;
	padding-left: 0;
  }
  .inside-newsshow .leftbox {
    width: 100%;
    float: none;
    font-size: 18px;
    border: 0;
    padding: 40px 0;
  }
  .inside-newsshow .rightlist {
    width: 100%;
    float: none;
  }
  .inside-newsshow .rightlist li .tit {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .inside-newsshow .info span{
	  padding-left: 15px;
  }
}

.inside-listpage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-listpage li {
  width: 42%;
  color: #333;
}
.inside-listpage li p {
  padding-bottom: 0.15rem;
}
.inside-listpage li a {
  display: block;
  color: #1d3054;
  font-weight: 700;
  font-size: 0.26rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 1024px) {
  .inside-listpage li a {
    font-size: 16px;
    line-height: 24px;
	width:100%;
    height: 48px;
  }
}
.inside-jlsq {
  padding: 1rem 0 2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-jlsq .yx {
  padding-top: 0.3rem;
  font-size: 0.22rem;
  color: #0052a4;
  font-weight: 700;
  text-align: center;
}
.inside-jlsq .yx a {
  color: #0052a4;
}
.inside-jlsq .leftbox {
  width: 100%;
  border-bottom: solid 1px #dfe1e3;
}
.inside-jlsq .leftbox li {
  padding-left: 0.3rem;
  padding-right: 0.9rem;
}
.inside-jlsq .leftbox li .text {
  width: 100%;
}
.inside-jlsq .leftbox li .text .tit {
  margin-top: 0;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-jlsq .leftbox li .text .more {
  margin-top: 0;
}
.inside-jlsq .leftbox li .text .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0.35rem;
}
.inside-jlsq .leftbox li .hezi {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media (max-width: 1024px) {
  .inside-jlsq {
    padding: 40px 0;
  }
  .inside-jlsq .yx {
    padding-top: 0px;
    font-size: 16px;
  }
  .inside-jlsq .leftbox {
    border-bottom: 0;
  }
  .inside-jlsq .leftbox li {
    padding-right: 0;
    padding-left: 0;
  }
  .inside-jlsq .leftbox li .text .tit {
    height: 30px;
    line-height: 30px;
  }
  .inside-jlsq .leftbox li .text .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 15px;
  }
}
.inside-message {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-message .inside-form {
  padding: 0 2rem;
}
.inside-message .inside-form li label {
  top: 0.2rem;
}
.inside-message .inside-form li .iinput {
  line-height: 0.58rem;
  height: 0.6rem;
  background: #f5f5f5;
  border: solid 1px #fff;
}
.inside-message .inside-form li .itextarea {
  height: 1.9rem;
  background: #f5f5f5;
  border: solid 1px #fff;
}
.inside-message .inside-form .li1 .btn1,
.inside-message .inside-form .li1 .btn2 {
  text-align: center;
  min-width: 1.6rem;
}
.inside-message .inside-form .li1 .btn1 {
  color: #3c3c3c;
  border-color: #4f4f51;
}
@media (max-width: 1024px) {
  .inside-message {
    padding-top: 40px;
  }
  .inside-message .inside-form {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-message .inside-form li label {
    top: 10px;
  }
  .inside-message .inside-form li .iinput {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
  .inside-message .inside-form .li1 .btn1,
  .inside-message .inside-form .li1 .btn2 {
    font-size: 15px;
    height: 40px;
    line-height: 38px;
  }
}
.inside-yjfk .list {
  margin-top: 0.7rem;
  padding: 0.7rem;
  padding-bottom: 0.9rem;
  padding-right: 0.4rem;
  background: #fff;
}
.inside-yjfk .leftbox {
  color: #000;
  padding: 0;
  font-size: 0.2rem;
}
.inside-yjfk .leftbox p {
  padding-bottom: 0.3rem;
}
.inside-yjfk .leftbox p:first-child {
  color: #000;
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding-bottom: 0.9rem;
}
.inside-yjfk .leftbox p:nth-child(2) {
  padding-bottom: 0.9rem;
}
.inside-yjfk .mess {
  background: #f7f7f7;
}
.inside-yjfk .mess .bt {
  color: #0052a4;
}
@media (max-width: 1024px) {
  .inside-yjfk .list {
    padding: 0;
    margin-top: 30px;
  }
  .inside-yjfk .leftbox {
    padding: 30px;
    font-size: 15px;
  }
  .inside-yjfk .leftbox p {
    padding-bottom: 15px;
  }
  .inside-yjfk .leftbox p:first-child {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .inside-yjfk .leftbox p:nth-child(2) {
    padding-bottom: 30px;
  }
  .inside-yjfk .mess {
    padding: 30px;
    margin-top: 40px;
  }
}
.inside-hyfc {
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.inside-hyfc .list {
  position: relative;
}
.inside-hyfc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-hyfc li {
  width: 13.1%!important;
  display: flex;
  height: 4.5rem;
  position: relative;
  margin-top: 0.5rem;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  padding-bottom: 0.4rem;
  transition: all 334ms linear;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-hyfc li:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.inside-hyfc li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.inside-hyfc li .item {
  opacity: 0;
  width: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
  position: absolute;
}
.inside-hyfc li .t-1 {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-hyfc li .t-2 {
  margin-top: 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-hyfc li:first-child {
  border-left: 0;
}
.inside-hyfc .cur {
  color: #fff;
  text-align: left;
  width: 44.4%!important;
}
.inside-hyfc .cur:before {
  opacity: 1;
}
.inside-hyfc .cur .item {
  opacity: 1;
  padding: 0 0.4rem;
}
@media (max-width: 1024px) {
  .inside-hyfc .container {
    max-width: 640px;
  }
  .inside-hyfc .tag {
    display: none;
  }
  .inside-hyfc .list {
    padding-top: 0;
  }
  .inside-hyfc li {
    height: 200px;
    padding-bottom: 20px;
  }
  .inside-hyfc .cur .item {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .inside-hyfc li {
    height: 150px;
  }
}
.inside-hyfw {
  padding-top: 1rem;
  padding-bottom: 1.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-hyfw .leftbox ul {
  border-bottom: solid 1px #e7e7e7;
}
.inside-hyfw .leftbox li .box {
  display: block;
  padding-left: 0.3rem;
}
.inside-hyfw .leftbox li .text {
  width: 100%;
}
.inside-hyfw .leftbox li .text .tit {
  transition: all 500ms ease;
  margin-top: 0;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-hyfw .leftbox li .text .txt {
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.4rem;
  margin-top: 0.35rem;
  font-size: 0.18rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-hyfw .leftbox li .text .hezi {
  display: flex;
  justify-content: space-between;
}
.inside-hyfw .leftbox li .text .time {
  border: solid 1px #fff;
}
.inside-hyfw .leftbox li .text .more {
  margin-top: 0;
  text-align: right;
  position: relative;
}
.inside-hyfw .leftbox li:hover .text .tit {
  color: #0052a4;
}
.inside-hyfw .nr {
  width: 96%;
}
.inside-hyfw .nr dl:first-child {
  padding-top: 0;
}
.inside-hyfw .nr dl {
  padding-top: 0.6rem;
}
.inside-hyfw .nr dt {
  font-weight: 700;
  font-size: 0.3rem;
  color: #0052a4;
  padding-bottom: 0.1rem;
}
.inside-hyfw .nr dd p {
  padding-top: 0.2rem;
}
.inside-hyfw .nr .f20 {
  padding-top: 0.5rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #0052a4;
}
@media (max-width: 1024px) {
  .inside-hyfw {
    padding: 40px 0 60px 0;
  }
  .inside-hyfw .nr {
    padding-top: 40px;
  }
  .inside-hyfw .nr .f22 {
    font-size: 18px;
  }
  .inside-hyfw .nr .f20 {
    font-size: 16px;
  }
  .inside-hyfw .list {
    padding-top: 0;
  }
  .inside-hyfw .leftbox li .box {
    padding-left: 0;
  }
  .inside-hyfw .leftbox li .text .tit {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
  .inside-hyfw .leftbox li .text .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
  .inside-hyfw .leftbox li .text .time {
    padding: 0 6px;
    border-radius: 3px;
    line-height: 24px;
    font-size: 12px;
  }
  .inside-hyfw .leftbox li .text .time img {
    margin-top: 6px;
    max-height: 12px;
  }
}
.inside-dowland {
  padding-bottom: 1.1rem;
}
.inside-dowland .title {
  color: #222;
  font-size: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #dadada;
}
.inside-dowland .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.45rem;
}
.inside-dowland .list li {
  width: 50%;
  margin-top: 0.9rem;
  padding: 0 0.45rem;
}
.inside-dowland .list li a {
  color: #222222;
  font-size: 0.22rem;
  line-height: 0.9rem;
  height: 0.9rem;
  padding: 0 0.3rem;
  display: flex;
  background: #f8f9fa;
  align-items: center;
  justify-content: space-between;
  transition: all 500ms ease;
}
.inside-dowland .list li img {
  margin-top: 0.1rem;
  margin-left: 0.05rem;
  max-height: 0.18rem;
}
.inside-dowland .list li .btn {
  color: #fff;
  height: 0.37rem;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  line-height: 0.37rem;
  display: inline-block;
  font-size: 0.16rem;
  background: #0052a4;
}
.inside-dowland .list li:hover a {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.inside-dowland .list li:hover .btn {
  background: #238e37;
}
@media (max-width: 1024px) {
  .inside-dowland .title {
    font-size: 24px;
  }
  .inside-dowland .list ul {
    display: block;
  }
  .inside-dowland .list li {
    width: 100%;
    margin-top: 20px;
  }
  .inside-dowland .list li a {
    font-size: 16px;
  }
  .inside-dowland .list li .btn {
    padding: 0 15px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .inside-dowland .list li .btn img {
    max-height: 20px;
  }
}
.inside-time {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.inside-time .container {
  display: flex;
  justify-content: space-between;
}
.inside-time span:first-child {
  color: #333;
  font-size: 0.28rem;
}
.inside-time span:last-child {
  width: 1.6rem;
  position: relative;
}
.inside-time span:last-child:after {
  content: "";
  right: 0;
  top: 0.03rem;
  position: absolute;
  width: 0.37rem;
  height: 0.46rem;
  background: url(../images/arrow-bot.png) no-repeat;
  background-size: cover;
}
.inside-time select {
  width: 100%;
  color: #333;
  padding: 0 0.2rem;
  height: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.48rem;
  border-radius: 0.05rem;
  border: solid 1px #b9baba;
  background-color: #f8fbfc;
  appearance: none;
  position: relative;
}
@media (max-width: 1024px) {
  .inside-time {
    padding-top: 40px;
  }
  .inside-time span:first-child {
    font-size: 20px;
    line-height: 40px;
  }
  .inside-time select {
    height: 40px;
    font-size: 16px;
    line-height: 38px;
  }
}
.inside-tzgg {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-tzgg .list li {
  transition: all 500ms ease;
  border-bottom: solid 1px #e4f4fc;
  height: 0.57rem;
  line-height: 0.56rem;
  padding: 0 0.5rem;
  background: #e4f4fc;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
font-size:.22rem;
}
.inside-tzgg .list li span {
  float: right;
  padding-left: 0.15rem;
}
.inside-tzgg .list li:nth-child(2n) {
  background: #fff;
  border-color: #e8e8e8;
}
.inside-tzgg .list li:hover {
  box-shadow: 0 0 0.1rem rgba(0, 56, 147, 0.1);
}
.inside-tzgg .list li:hover a {
  color: #0052a4;
}
@media (max-width: 1024px) {
  .inside-tzgg .list li {
    height: 50px;
    line-height: 49px;
    padding: 0 15px;
  }
  .inside-tzgg .list li span {
    display: none;
  }
}
.sj06 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0.9rem;
}
.sj06 .list {
  background: url(../images/bg26.png) no-repeat bottom center;
  background-size: 10.65rem;
  position: relative;
  height: 8rem;
}
.sj06 .list .bt {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 0.58rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.sj06 .list ul li .box {
  width: 2.9rem;
  position: absolute;
  padding-left: 1.1rem;
}
.sj06 .list ul li .box .num {
  font-size: 0.7rem;
  font-weight: bold;
  font-style: italic;
  line-height: 0.67rem;
  color: rgba(31, 61, 119, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.sj06 .list ul li .box .h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.48rem;
  margin-bottom: 0.1rem;
  color: #1f3d77;
}
.sj06 .list ul li .box .p {
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.sj06 .list ul li .pic {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0.01rem 0.04rem 0.35rem 0rem rgba(30, 46, 78, 0.13);
  position: absolute;
}
.sj06 .list ul li .pic img {
  max-height: 1.7rem;
}
.sj06 .list ul .li1 .box {
  top: 4.96rem;
  left: -0.3rem;
}
.sj06 .list ul .li1 .pic {
  left: 3.57rem;
  bottom: 0.43rem;
}
.sj06 .list ul .li2 .box {
  width: 3.7rem;
  top: 2.32rem;
  left: 0.8rem;
}
.sj06 .list ul .li2 .pic {
  left: 4.9rem;
  bottom: 2.3rem;
}
.sj06 .list ul .li3 .box {
  width: 4rem;
  top: 0.7rem;
  left: 38%;
}
.sj06 .list ul .li3 .pic {
  left: 45%;
  top: 3.4rem;
}
.sj06 .list ul .li4 .box {
  width: 4.5rem;
  top: 2.38rem;
  right: 0.3rem;
}
.sj06 .list ul .li4 .pic {
  right: 4.8rem;
  bottom: 2.08rem;
}
.sj06 .list ul .li5 .box {
  width: 3.3rem;
  top: 5.08rem;
  right: -0.2rem;
}
.sj06 .list ul .li5 .pic {
  right: 3.5rem;
  bottom: 0.43rem;
}
@media (max-width: 1024px) {
  .sj06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sj06 .list {
    background: none;
    position: relative;
    height: auto;
    overflow: visible;
  }
  .sj06 .list .bt {
    display: none;
    color: #222;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .sj06 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sj06 .list ul li {
    width: 48%;
    text-align: center;
    position: relative;
    padding-left: 0px;
    padding-top: 30px;
  }
  .sj06 .list ul li .box {
    width: 100% !important;
    position: relative;
    padding-left: 0px;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    min-height: auto;
  }
  .sj06 .list ul li .box .num {
    display: none;
    font-size: 30px;
    line-height: 38px;
  }
  .sj06 .list ul li .box .h3 {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sj06 .list ul li .box .p {
    font-size: 15px;
    line-height: 27px;
  }
  .sj06 .list ul li .pic {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    box-shadow: 1px 4px 15px 0px rgba(30, 46, 78, 0.13);
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    right: auto !important;
  }
  .sj06 .list ul li .pic img {
    max-height: 70px;
  }
}
@media (max-width: 500px) {
  .sj06 .list li {
    width: 100%!important;
  }
}
.inside-page {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 1rem;
}
.inside-page a {
  color: #333;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #0052a4;
  background: #0052a4;
}
.inside-page input {
  margin: 0 0.1rem;
  width: 0.6rem;
  height: 0.4rem;
  text-align: center;
  border-radius: 0.2rem;
  line-height: 0.38rem;
  border: solid 1px #e8e8e8;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.1rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
	min-width: 70px;
  }
  .inside-page a {
    padding: 0 5px;
    margin: 0 3px;
	width: 30px;
    height: 30px;
	margin-top:10px;
  }
  .inside-page span {
    display: none;
  }
}
.verifyDiv {
  width: 45%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.45rem;
  background-color: #ebebeb;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.45rem;
  border: 1px #e1e3e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.45rem;
  line-height: 0.45rem;
  color: #fff;
  text-align: center;
  background-color: #7ac23c;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #394e6a;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.45rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verify {
    height: 40px;
  }
  .verify .drag-progress {
    height: 40px;
    line-height: 40px;
  }
  .verify .drag-btn {
    height: 40px;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 14px;
    line-height: 40px;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0052a4;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .erji {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.navM .erji a {
  color: #999;
  display: block;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #0052a4;
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-weight: 700;
}
.inside-map .subnav {
  padding-top: 0.15rem;
}
.inside-map .subnav a {
  padding-right: 0.1rem;
  font-weight: normal;
  display: inline-block;
}
.floatRigth {
  position: fixed;
  z-index: 1000;
  right: 0px;
  top: 50%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.13);
  transform: translateY(-50%);
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth li {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth li:last-child {
  height: auto;
}
.floatRigth li:last-child .box {
  border-top: 0;
}
.floatRigth .fshow {
  background: #fff;
  text-align: center;
  line-height: 0.4rem;
  font-family: "宋体";
  font-weight: 700;
  font-size: 0.24rem;
}
.floatRigth .fshow a {
  width: 0.5rem;
  display: block;
  color: #7a7a7a;
  margin: 0 auto;
}
.floatRigth .fshow:hover a {
  color: #0052a4;
}
.floatRigth .box {
  top: 0;
  right: 0;
  color: #9999a6;
  display: block;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  font-size: 0.14rem;
  text-align: center;
  width: 1rem;
  height: 1rem;
  padding-top: 0.15rem;
  transition: all .5s;
  border-top: solid 1px #eeeeee;
}
.floatRigth .title {
  display: block;
  margin-top: 0.05rem;
}
.floatRigth .icon {
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .icon img {
  max-height: 0.4rem;
}
.floatRigth .hoverDiv {
  cursor: initial;
  width: 1.8rem;
  color: #333;
  font-size: 0.2rem;
  line-height: 0.78rem;
  padding: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 100%;
  border: 1px #eee solid;
  background-color: #fff;
  transition: all .5s;
  transform-origin: bottom right;
  transform: scale(0);
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .hoverTel {
  color: #666;
  font-family: "OPPOSANS-R";
}
.floatRigth .ewm {
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  padding: 0.05rem;
}
.floatRigth .box:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
  transform: scale(1);
}
.floatRigth .box:hover .title {
  color: #666;
}
.floatRigth .returnTopBtn {
  opacity: 0;
  padding-top: 0.13rem;
  height: 0.54rem;
  border-bottom: 0;
  background: #848686;
  margin-top: 0.05rem;
  transition: all 500ms ease;
}
.floatRigth .returnTopBtn img {
  max-height: 0.3rem;
}
.floatRigth .returnTopBtn.show {
  opacity: 1;
}
.floatRigth .returnTopBtn:hover {
  background: #0052a4;
}
@media screen and (max-width: 1024px) {
  .floatRigth {
  }
}

.map .li{
	margin-bottom: 10px;
	border-bottom: 1px dashed #0052a4;
	padding-bottom: 10px;
}
.map .li>a{
	font-size:20px;
}
.map .li .subnav a{
	border-bottom: 3px solid #0052a4;
	font-size: 16px;
	display: inline-block;
    padding: 5px 0 5px 0;
    margin-right: 10px;
}
.header .logo img.img2{
	display:none;
}
.header.fixed .logo img.img1{
	display:none;
}
.header.fixed .logo img.img2{
	display:block;
}
@media(max-width:1024px){
	.header .logo img.img1{
		display:none;
	}
	.header .logo img.img2{
		display:block;
	}
}