* {
  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: #003686;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
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;
  }
  .inside-about .right{width:60%!important}
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1rem;
  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 fadeIn {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@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-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.otf');
  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: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular.otf');
  src: url('../fonts/Oswald-Regular.ttf');
  src: url('../fonts/Oswald-Regular.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'QUENTIN';
  src: url('../fonts/QUENTIN.eot');
  src: url('../fonts/QUENTIN.otf');
  src: url('../fonts/QUENTIN.ttf');
  src: url('../fonts/QUENTIN.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: "Oswald-Regular";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
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,
.button span {
  z-index: 2;
  color: #fff;
  font-size: 0.18rem;
  font-weight: lighter;
  overflow: hidden;
  text-align: center;
  height: 0.52rem;
  display: inline-block;
  min-width: 1.9rem;
  line-height: 0.5rem;
  background: #003686;
  position: relative;
}
.button i {
  font-style: normal;
  display: inline-block;
  transition: all 500ms linear;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 16px;
    min-width: 140px;
    height: 42px!important;
    line-height: 40px!important;
  }
}
.button a:hover,
.button span:hover {
  background: #23a3f5;
  border-color: #23a3f5;
}
.button a:hover i,
.button span:hover i {
  margin-left: 0.1rem;
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.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.85rem;
}
@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: #fff;
  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.3rem;
  height: 0.3rem;
  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;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  opacity: 1;
  background: #1898c7;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #1898c7;
  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: 99;
  transition: all 500ms linear;
  border-bottom: solid 1px rgba(255, 255, 255, 0.16);
  position: absolute;
  background:#050e1a;
border-bottom-color:#050e1a
  
}
.header > .container {
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  z-index: 1;
  width: 15%;
  transition: all .5s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.64rem;
  vertical-align: middle;
  position: relative;
}
.header .infobox {
  display: flex;
  align-items: center;
}
.header .yx {
  display: flex;
  align-items: center;
  height: 1rem;
  /*border-left: solid 1px rgba(255, 255, 255, 0.17);
  border-right: solid 1px rgba(255, 255, 255, 0.17);*/
  padding: 0 0.54rem;
  font-size: 0.23rem;
}
.header .yx svg {
  fill: rgba(255,255,255,0.8);
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.05rem;
  transition: all 500ms ease;
}
.header .yx a {
  color: rgba(255,255,255,0.8);
  padding-left: 0.15rem;
}
.header .yx:hover svg,
.header .yx:hover a {
	color:#fff;
  opacity: 1;
}
.header .searchBtn {
  z-index: 1;
  padding: 0 0.27rem;
  cursor: pointer;
  height: 1rem;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  /*border-right: solid 1px rgba(255, 255, 255, 0.17);*/
}
.header .searchBtn svg {
  fill:rgba(255,255,255,0.8);
  width: 0.26rem;
  height: 0.26rem;
  z-index: 1;
  transition: 0.5s;
}
.header .searchBtn:hover svg {
  opacity:1;
  transform: scale(1.1);
}
.header .language {
  margin-left: 0.2rem;
  position: relative;
  cursor: pointer;
}
.header .language a {
  position: relative;
}
.header .language a:after {
  content: "";
  margin-top: 0.1rem;
  vertical-align: top;
  width: 0.1rem;
  height: 0.1rem;
  margin-left: 0.1rem;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}
.header .language svg {
  margin-top: 0.04rem;
  fill: #0067b3;
  width: 0.28rem;
  height: 0.28rem;
  transition: all 500ms ease;
}
.header .language .xiala {
  left: 50%;
  z-index: 10;
  top: 1rem;
  position: absolute;
  width: 1.3rem;
  background: #fff;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  transform: translateX(-50%);
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
}
.header .language .xiala:before {
  content: "";
  top: -0.1rem;
  left: 50%;
  transition: all 500ms ease;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
  border-bottom: solid 0.1rem #ffffff;
}
.header .language .xiala a {
  display: block;
  padding: 0.05rem 0;
}
.header .language:hover svg {
  fill: #fff;
  opacity: 0.8;
}
.header .language:hover .xiala {
  opacity: 1;
  top: 0.5rem;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed!important;
    background: #000!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 .infobox {
    display: none;
  }
}
.nav li {
  margin: 0 0.35rem;
  font-size: 0.2rem;
  display: inline-block;
  transition: all 500ms ease;
  line-height: 1rem;
}
.nav li.navli{	
	position:relative;
}
.nav li > a:after {
  content: "";
  width: 0;
  bottom: -1px;
  left: 50%;
  opacity: 0;
  height: 0.01rem;
  background: #fff;
  position: absolute;
  transition: all 0.4s linear;
}
.nav li > a {
  display: block;
  position:relative;
  color:rgba(255,255,255,0.8);
  transition: all 334ms linear;
}
.nav li .subnav {
  left:0%;
  z-index: 9;
  display: none;
  text-align: left;
  top: 1rem;
  width:100%;
  position: absolute;
  background: rgba(255, 255, 255, 1);
  padding: 0.3rem 0;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  color: #333333;
  transform-origin: 0 0;
}

.nav li .subnav.subnav2{
	width:2rem;
	left:50%;
	margin-left:-1rem;
	padding: 0.3rem;
}

.nav li .subnav .container{
	display:flex;
}
.nav li .subnav .left{
	width:30%;
}
.nav li .subnav .left a{
	 margin-bottom:0.1rem;
}
.nav li .subnav .left a:hover{
	color:#000;
}
.nav li .subnav .right{
	width:70%;
	display:flex;
	flex-wrap:wrap;
}
.nav li .subnav .right dl{
	 width: 25%;
	 padding:0 1px;
}
.nav li .subnav .right dt{
	margin-bottom:0.1rem;
}
.nav li .subnav .right dd{
	font-size:0.16rem;
	text-align:center;
	height:0.3rem;
	line-height:0.3rem;
	overflow:hidden;
}
.nav li .subnav .right dl:hover dd a{
	color:#000;
}
.nav li .subnav a {
  display: block;
  padding-right: 0;
  transition: all .2s;
}
.nav li .subnav a:hover {
  color: #003686;
}
.nav li a:hover{
	color:#fff;
}
.nav li:hover a:after,
.nav .active a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.nav li:hover .subnav {
  display: block;
}
@media (max-width: 1240px) {
  .nav li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.header-ny {
  position: relative;
  background: #050e1a;
}
.fixed,.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom-color: #050e1a;
  background: #050e1a;
  height: 0.8rem;
  position: fixed;
}
.fixed > .container {
  transition: all 500ms ease;
  height: 0.8rem;
}
.fixed > .container .nav li {
  line-height: 0.8rem;
}
.fixed > .container .nav .subnav  {
  top: 0.8rem;
}
.fixed > .container .yx,
.fixed > .container .searchBtn {
  height: 0.8rem;
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  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 .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1);
}
.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 {
  left: 0;
  top: 3.8rem;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: left;
  position: absolute;
}
.banner .f70 {
  line-height: 0.85rem;
  font-size: 0.7rem;
}
.banner .f70 span {
  display: block;
}
.banner .swiper-button {
  left: 0;
  width: 100%;
  bottom: 2rem;
  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);
  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);
}
.banner .swiper-button-next {
  margin-left: 0.3rem;
}
.banner .swiper-slide-active .f70 {
  animation: 2s titFadeup1 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
    text-align: center;
  }
  .banner .text {
    top: 50%;
    text-align: center;
    transform: translateY(-40%);
  }
  .banner .f70 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 50px;
  }
  .banner .f70 span {
    display: inline-block;
  }
  .banner .swiper-button {
    top: 50%;
    bottom: auto;
    z-index: 9;
    transform: translateY(-50%);
    position: absolute;
  }
  .banner .swiper-button .container {
    display: flex;
    justify-content: space-between;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    border: 0;
    width: 20px;
    height: 20px;
    line-height: 38px;
    transform: skew(0);
    background: transparent!important;
  }
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 20px;
  }
  .banner .swiper-button-prev {
    left: 0;
  }
  .banner .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .banner .f70 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 50px;
  }
  .banner .f70 span {
    display: inline-block;
  }
}
.bscoll {
  left: 0;
  width: 100%;
  z-index: 10;
  bottom: 0.5rem;
  position: absolute;
}
.bscoll a {
  color: #fff;
}
.bscoll img {
  animation: fadeInUp2  2s alternate infinite;
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
  }
}
.fp-table {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-title {
  color: #000;
  text-align: center;
  font-size: 0.58rem;
  line-height: 0.68rem;
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.index-aboutNr {
  position: relative;
  overflow: hidden;
  background: #fff;
  /* 閬僵灞傚垵濮嬬姸鎬� */
}
.index-aboutNr .maskBox {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  /* 閬僵鑳屾櫙鑹� */
  z-index: 10;
  /* 纭繚閬僵鍦ㄤ笂灞� */
  transition: all 2s ease;
}
.index-aboutNr .maskBoxC {
  opacity: 1;
  transform: scale(0);
  transition: all 2s ease;
}
.index-aboutNr .txt {
  color: #000;
  font-size: 0.26rem;
}
@media (max-width: 1024px) {
  .index-aboutNr .maskBox {
    display: none;
  }
}
/* 瑙﹀彂鍚庣殑鐘舵€� */
.index-aboutNr.active .maskBox {
  opacity: 0;
}
.index-aboutNr.active .maskBoxC {
  transform: scale(1);
}
.index-aboutNr.active .index-about {
  opacity: 1;
  z-index: 10;
  position: relative;
  transition: all 2s 1s ease;
}
/* 鍐呭灞傚垵濮嬮殣钘� */
.index-about {
  opacity: 0;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 3;
}
@media (max-width: 1024px) {
  .index-about {
    opacity: 1;
    height: auto;
  }
}
.index-about .container {
  color: #fff;
  display: flex;
  z-index: 9;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.25rem;
  justify-content: space-between;
  padding-top: 1rem;
}
.index-about .index-title {
  color: #fff;
  text-align: left;
}
.index-about .leftbox {
  width: 40%;
  padding-top: 0.3rem;
}
.index-about .leftbox .text {
  padding-top: 0.5rem;
}
.index-about .leftbox .text p {
  padding-top: 0.3rem;
}
.index-about .leftbox .button {
  margin-top: 1.2rem;
}
.index-about .rightbox {
  width: 50%;
}
.index-about .rightbox li {
  float: right;
  width: 33.333%;
  height: 1.85rem;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  padding: 0 0.4rem;
  align-items: center;
  transition: all 500ms ease;
  border: solid 1px rgba(255, 255, 255, 0.57);
  background: rgba(0, 0, 0, 0.2);
}
.index-about .rightbox li .counter {
  font-size: 0.48rem;
  line-height: 0.5rem;
}
.index-about .rightbox li p:first-child {
  padding-bottom: 0.1rem;
}
.index-about .rightbox li sup {
  font-size: 0.3rem;
  vertical-align: top;
}
.index-about .rightbox li:nth-child(2),
.index-about .rightbox li:nth-child(4) {
  clear: both;
}
.index-about .rightbox li:hover {
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1024px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .container {
    font-size: 16px;
    line-height: 26px;
    display: block;
  }
  .index-about .leftbox,
  .index-about .rightbox {
    width: 100%;
  }
  .index-about .leftbox {
    padding-top: 0;
  }
  .index-about .leftbox .text {
    padding-top: 20px;
  }
  .index-about .leftbox .button {
    margin-top: 40px;
  }
  .index-about .rightbox {
    margin-top: 30px;
  }
  .index-about .rightbox ul {
    display: flex;
    flex-wrap: wrap;
  }
  .index-about .rightbox li {
    float: none;
  }
}
@media (max-width: 500px) {
  .index-about .rightbox li {
    width: 50%;
    padding: 15px;
  }
}
.index-design .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
.index-design .leftbox {
  width: 34.7%;
}
.index-design .leftbox .list {
  position: relative;
}
.index-design .leftbox .pic {
  position: relative;
}
.index-design .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 123.63636364%;
}
.index-design .leftbox .swiper-pagination-progressbar {
  margin-top: 0.22rem;
  position: relative;
  height: 2px;
  opacity:0;
}
.index-design .leftbox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
.index-design .rightbox {
  width: 63%;
  color: #000;
  padding-right: 0.5rem;
  padding-left: 1.2rem;
}
.index-design .rightbox .t1 {
  color: #fa750a;
  font-size: 0.62rem;
  line-height: 0.7rem;
  margin-bottom: 0.4rem;
  font-family: "QUENTIN";
}
.index-design .rightbox .t2 {
  font-size: 0.58rem;
  line-height: 0.7rem;
  margin-bottom: 0.3rem;
}
.index-design .rightbox .t3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
}
@media (max-width: 1024px) {
  .index-design {
    padding: 50px 0;
  }
  .index-design .container {
    display: block;
  }
  .index-design .leftbox {
    width: 100%;
  }
  .index-design .rightbox {
    width: 100%;
    padding: 30px 0;
  }
  .index-design .rightbox .t3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.index-honor {
  position: relative;
}
.index-honor:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.4rem;
  position: absolute;
  background: url(../images/honor-line.png) no-repeat bottom center;
  background-size: cover;
}
.index-honor .container {
  position: relative;
}
.index-honor .index-title {
  color: #000000;
}
.index-honor .item {
  padding-bottom: 0.6rem;
  margin-top: 0.8rem;
  text-align: center;
}
.index-honor .item .tit {
  color: #3c3c3c;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-honor .item .pic {
  margin-top: 0.2rem;
  position: relative;
}
.index-honor .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 124.33333333%;
}
.index-honor .swiper-button-prev,
.index-honor .swiper-button-next {
  color: #fff;
  opacity: 1;
  z-index: 3;
  top: 0;
  margin-top: 0.2rem;
  line-height: 0.4rem;
  text-align: center;
  width: 0.48rem;
  height: 0.42rem;
  transition: all 500ms ease;
  transform: skew(-8deg);
  background: rgba(0, 0, 0, 0.36);
  border: dashed 1px #ffffff;
}
.index-honor .swiper-button-prev:after,
.index-honor .swiper-button-next:after {
  transform: skew(0) !important;
  font-size: 0.16rem;
}
.index-honor .swiper-button-prev:hover,
.index-honor .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.index-honor .swiper-button-prev {
  left: auto;
  right: 0.7rem;
}
.index-honor .more {
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 0.9rem;
  position: absolute;
  font-size: 0.18rem;
  text-align: center;
}
.index-honor .more a {
  color: #003686;
  transition: all 500ms linear;
}
.index-honor .more:hover a {
  font-size: 0.2rem;
}
@media (max-width: 1024px) {
  .index-honor {
    padding: 50px 0;
  }
  .index-honor .item {
    margin-bottom: 50px;
  }
  .index-honor .item .tit {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .index-honor .more {
    display: none;
  }
  .index-honor .swiper-button-prev,
  .index-honor .swiper-button-next {
    top: 50%;
    border: 0;
    margin-top: 0;
    transform: skew(0);
  }
  .index-honor .swiper-button-prev {
    left: 20px;
  }
  .index-honor .swiper-button-next {
    right: 20px;
  }
}
.global svg:not(:root) {
  overflow: hidden;
}
.global .map-lines {
  position: absolute;
  top: 0.3rem;
  left: -0.35rem;
  z-index: 1;
  fill: none;
  width: 11.92rem;
  height: 4.5rem;
  -webkit-stroke-width: 1px;
  -moz-stroke-width: 1px;
  -ms-stroke-width: 1px;
  -o-stroke-width: 1px;
  stroke-width: 1px;
}
.global .map-line {
  stroke: #1898c7;
  fill: none;
  /* 鎻忚竟绾块鑹� */
  /* 鎻忚竟绾垮搴� */
  stroke-width: 1;
  /* 鎻忚竟绾垮ご璁句负鍦嗗ご */
  stroke-linecap: round;
  /* --l 涓哄彉閲忥紝閫氳繃 js 鍔ㄦ€佽幏鍙� */
  stroke-dasharray: var(--l);
  stroke-dashoffset: var(--l);
  animation: animation-line 5s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: var(--l);
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: calc(-1*var(--l));
  }
  to {
    stroke-dashoffset: calc(-1*var(--l));
  }
}
.index-map .index-title {
  color: #fff;
  padding-top: 1rem;
}

.index-map .logo{
	top:36%;
	left:34%;
	z-index:10;
	width:0.6rem;
	height:0.6rem;
	line-height:0.6rem;
	/* background:#fff; */
	text-align:center;
	position:absolute;
	border-radius:50%;
}
.index-map .logo img{
	vertical-align:middle;
	max-height:0.4rem!important;
}
.index-map .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.index-map .left {
  color: #fff;
  width: 23%;
}
.index-map .left li {
  font-size: 0.2rem;
  padding: 0.4rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.index-map .left li em {
  line-height: 0.36rem;
  font-size: 0.3rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.index-map .left li p:first-child {
  font-size: 0.48rem;
  line-height: 0.5rem;
}
.index-map .right {
  width: 75%;
  position: relative;
}
.index-map .right img {
  max-height: 5.6rem;
}
.index-map .right .line {
  top: 0;
  left: 0;
  position: absolute;
}
.index-map .right .line svg {
  height: 5.2rem;
  width: 11.92rem;
}
.index-map .right .add {
  z-index: 10;
  position: absolute;
}
.index-map .right .add span {
  position: relative;
  display: inline-block;
}
.index-map .right .add-1 {
  top: 1.05rem;
  left: 1.05rem;
}
.index-map .right .add-2 {
  top: 1.28rem;
  left: 0.58rem;
}
.index-map .right .add-3 {
  top: 1.55rem;
  left: 0.35rem;
}
.index-map .right .add-4 {
  top: 2.55rem;
  left: 1.38rem;
}
.index-map .right .add-5 {
  top: 3.17rem;
  left: 3.83rem;
}
.index-map .right .add-6 {
  top: 2.5rem;
  left: 3.8rem;
}
.index-map .right .add-7 {
  top: 4.1rem;
  left: 4.95rem;
}
.index-map .right .add-8 {
  top: 3.25rem;
  left: 5.1rem;
}
.index-map .right .add-9 {
  top: 4.4rem;
  left: 10.1rem;
}
.index-map .right .add-10 {
  top: 3.55rem;
  left: 9.8rem;
}
.index-map .right .add-11 {
  top: 3.5rem;
  left: 10.6rem;
}
.index-map .right .add-12 {
  top: 1.6rem;
  left: 8.85rem;
}
.index-map .right .add-13 {
  top: 0.93rem;
  left: 8.6rem;
}
.index-map .right .add-14 {
  top: 0.7rem;
  left: 3.65rem;
}
.index-map .right .add-15 {
  top: 1.25rem;
  left: 2.8rem;
}
.index-map .right .add-16 {
  top: 1.6rem;
  left: 4.6rem;
}
.index-map .right .add-16 .circle {
  width: 0.5rem;
  height: 0.5rem;
}
.index-map .right .add-17 {
  top: 1.7rem;
  left: 5.05rem;
}
@media (max-width: 1024px) {
  .index-map {
    padding: 50px 0;
  }
  .index-map .index-title {
    padding: 0;
  }
  .index-map .list {
    display: block;
    margin-top: 20px;
  }
  .index-map .left {
    width: 100%;
  }
  .index-map .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index-map .left li {
    width: 30%;
  }
  .index-map .right {
    display: none;
  }
}
@media (max-width: 480px) {
  .index-map .left li {
    width: 100%;
    text-align: center;
  }
}
.index-say .index-title {
  color: #000;
  text-align: center;
}
.index-say .container {
  position: relative;
  margin-top: 1rem;
}
.index-say .swiper-button-prev,
.index-say .swiper-button-next {
  color: #fff;
  opacity: 1;
  z-index: 3;
  top: 0;
  margin-top: 0.2rem;
  line-height: 0.4rem;
  text-align: center;
  width: 0.48rem;
  height: 0.42rem;
  transition: all 500ms ease;
  transform: skew(-8deg);
  background: rgba(0, 0, 0, 0.36);
  border: dashed 1px #ffffff;
}
.index-say .swiper-button-prev:after,
.index-say .swiper-button-next:after {
  transform: skew(0) !important;
  font-size: 0.16rem;
}
.index-say .swiper-button-prev:hover,
.index-say .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.index-say .swiper-button-prev {
  left: auto;
  right: 0.7rem;
}
.index-say .list {
  overflow: hidden;
}
.index-say .list .swiper-container {
  overflow: inherit;
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}
.index-say .list .swiper-container li {
  padding: 0 0.4rem;
}
.index-say .list .item {
  background: #fff;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.26rem;
  border-radius: 0.1rem;
  padding-left: 0.3rem;
  padding-right: 0.4rem;
  padding-bottom: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(25, 85, 156, 0.17);
  transition: all 500ms linear;
}
.index-say .list .item:hover {
  box-shadow: 0 0 0.2rem rgba(25, 85, 156, 0.46);
}
.index-say .list .item:hover .robeam:after {
  width: 0.5rem;
}
.index-say .list .icon {
  margin: 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  position: relative;
  top: -0.5rem;
  background: #fff;
  border: solid 1px #c9cbcd;
}
.index-say .list .txt {
  color: #332c2b;
  margin-top: 0.2rem;
  height: 1.3rem;
  overflow: auto;
}
.index-say .list .robeam {
  text-align: right;
  margin-top: 0.7rem;
  position: relative;
}
.index-say .list .robeam:after {
  content: "";
  right: 0;
  top: 0;
  width: 0.2rem;
  height: 0.02rem;
  position: absolute;
  background: #003686;
  transition: all 500ms linear;
}
.index-say .list .name {
  color: #bebebe;
  font-size: 0.14rem;
  text-align: right;
  line-height: 0.2rem;
  margin-top: 0.05rem;
}
.index-say .list .name span {
  display: inline-block;
  width: 1rem;
}
.index-say .list .dot {
  position: relative;
  margin-top: -0.3rem;
}
.index-say .list .dot img,
.index-say .list .dot-2 img {
  max-height: 0.2rem;
}
.index-say .list .dot-2 {
  text-align: right;
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  .index-say {
    padding: 50px 0 40px 0;
  }
  .index-say .container {
    margin-top: 0;
  }
  .index-say .list .swiper-container li {
    padding-left: 0;
    padding-right: 0;
  }
  .index-say .list .item {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
    box-shadow: none!important;
  }
  .index-say .list .name {
    font-size: 14px;
    line-height: 20px;
  }
  .index-say .list .name span {
    width: 100px;
  }
  .index-say .list .txt {
    height: 104px;
  }
  .index-say .swiper-button-prev,
  .index-say .swiper-button-next {
    top: 50%;
    border: 0;
    margin-top: 0;
    transform: skew(0);
  }
  .index-say .swiper-button-prev {
    left: 20px;
    right: auto;
  }
  .index-say .swiper-button-next {
    right: 20px;
  }
}
.index-product .container {
  position: relative;
}
.index-product .hezi {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1rem;
}
.index-product .hezi .index-title {
  color: #000;
}
.index-product .hezi .more {
  font-size: 0.18rem;
}
.index-product .hezi .more a {
  color: #003686;
}
.index-product .hezi .more a:hover {
  text-decoration: underline;
}
.index-product .tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.index-product .menuTabs {
  width: 21%;
  background: #f7f7f7;
  border-top: 0.04rem solid #000000;
  padding: 0.21rem 0.15rem;
  position: relative;
}
.index-product .menuTabs .title {
  color: #000;
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.index-product .menuTabs .listMenu {
  padding-top: 0.2rem;
}
.index-product .menuTabs .listMenu li {
  margin-top: 0.1rem;
}
.index-product .menuTabs .listMenu .box {
  overflow: hidden;
  color: #332c2b;
  position: relative;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  line-height: 0.51rem;
  height: 0.51rem;
  background: #fff;
  display: block;
}
.index-product .menuTabs .listMenu .box:before {
  top: 0;
  content: "+";
  font-size: 0.2rem;
  right: 0.3rem;
  position: absolute;
}
.index-product .menuTabs .listMenu .box:after {
  top: 0.28rem;
  right: 0.24rem;
  content: "";
  height: 2px;
  background: #fff;
  width: 0rem;
  position: absolute;
  transition: all 500ms linear;
}
.index-product .menuTabs .listMenu .box:hover {
  background: #000;
  box-shadow: none;
  color: #fff;
}
.index-product .menuTabs li:hover .box,
.index-product .menuTabs .active .box {
  background: #000;
  color: #fff;
}
.index-product .menuTabs li:hover .box:before,
.index-product .menuTabs .active .box:before {
  opacity: 0;
}
.index-product .menuTabs li:hover .box:after,
.index-product .menuTabs .active .box:after {
  width: 0.15rem;
}
.index-product .swiper-container {
  overflow: initial;
}
.index-product .swiper-pagination-progressbar{
	opacity:0;
}
.index-product .swiper-pagination-bullet {
  width: auto;
  background: #fff;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 500ms ease;
}
.index-product .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-product .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  width: auto;
  display: inline-block;
  bottom: auto;
}
.index-product .conTabs {
  width: 78%;
  overflow: hidden;
  position: relative;
}
.index-product .item {
  display: none;
}
.index-product .item.show {
  display: block;
}
.index-product .list {
  position: relative;
}
.index-product .list .box {
  text-align: left;
  position: relative;
}
.index-product .list .box a {
  display: block;
  color: #2d3132;
}
.index-product .list .pic {
  overflow: hidden;
  position: relative;
}
.index-product .list .pic img {
  width: 100%;
  transition: all 700ms linear;
}
.index-product .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 143.0976431%;
}
.index-product .list .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.3);
}
.index-product .list .text {
  padding: 0.2rem;
  height: 1.04rem;
  background: #fff;
}
.index-product .list .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #333;
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  transition: all 500ms linear;
}
.index-product .swiper-pagination-progressbar {
  top: auto;
  left: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 4.6rem;
}
.index-product .swiper-container-horizontal > .swiper-pagination-progressbar,
.index-product .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
  background: #fff;
}
.index-product .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
@media (min-width: 1025px) {
  .index-product .box:hover a {
    color: #fff;
  }
  .index-product .box:hover .pic img {
    transform: scale(1.05);
  }
  .index-product .box:hover .pic:before {
    opacity: 0;
  }
  .index-product .box:hover .tit {
    color: #000;
  }
  .index-product .box:hover .txt {
    color: #fff;
  }
  .index-product .box:hover .time {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  .index-product .box:hover .time span:first-child,
  .index-product .box:hover .time em,
  .index-product .box:hover .time i {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .index-product {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-product .hezi {
    margin-top: 0;
  }
  .index-product .hezi .more {
    font-size: 16px;
  }
  .index-product .menuTabs {
    display: none;
  }
  .index-product .conTabs {
    width: 100%;
  }
  .index-product .list .text {
    padding: 15px;
    height: auto;
  }
  .index-product .list .tit {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
.index-hzhb .container {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.index-hzhb .leftbox {
  width: 30%;
  color: #fff;
  padding-top: 0.16rem;
}
.index-hzhb .leftbox .t1 {
  font-size: 0.58rem;
  line-height: 0.67rem;
  text-transform: uppercase;
}
.index-hzhb .leftbox .t2 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  padding-top: 1.1rem;
}
.index-hzhb .list {
  position: relative;
  width: 58%;
}
.index-hzhb .list .item {
  margin-top: 0.16rem;
  border-radius: 0.05rem;
  background: linear-gradient(to bottom, #fcfcfc, #dadada);
}
.index-hzhb .list .pic {
  position: relative;
  overflow: hidden;
}
.index-hzhb .list .pic img {
  transition: all 500ms ease;
}
.index-hzhb .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
.index-hzhb .list .btn-area {
  display: flex;
  opacity:0;
  align-items: center;
  margin-top: 0.45rem;
}
.index-hzhb .list .btn-area .main_slide_handler {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0.05rem;
}
.index-hzhb .list .btn-area a.slide_btn {
  width: 0.4rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.index-hzhb .list .btn-area a.slide_btn.stop {
  background: url(../images/btn-slider-stop.png) no-repeat center;
  background-size: 0.08rem;
}
.index-hzhb .list .btn-area a.slide_btn.play {
  background: url(../images/btn-slider-play.png) no-repeat center;
  background-size: 0.12rem;
}
.index-hzhb .list .swiper-pagination {
  background: rgba(255, 255, 255, 0.47);
  width: 2.5rem;
  position: relative;
  height: 2px;
}
.index-hzhb .list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #23a3f5;
}
@media (max-width: 1024px) {
  .index-hzhb {
    display: block;
    padding: 50px 0;
  }
  .index-hzhb .container {
    display: block;
  }
  .index-hzhb .leftbox {
    width: 100%;
  }
  .index-hzhb .leftbox .t2 {
    padding-top: 10px;
  }
  .index-hzhb .list {
    width: 100%;
    margin-top: 40px;
  }
  .index-hzhb .list .swiper-pagination {
    width: 100%;
  }
}
.index-news {
  background-color: #fcfcfc;
}
.index-news .fp-scrollable {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-news .hezi {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.index-news .more {
  font-size: 0.18rem;
}
.index-news .more a {
  color: #003686;
}
.index-news .more a:hover {
  text-decoration: underline;
}
.index-news .list {
  margin-bottom: 1.4rem;
  text-align: center;
  position: relative;
}
.index-news .list .item {
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  transition: all 500ms linear;
}
.index-news .list .box {
  text-align: left;
  font-size: 0.22rem;
  position: relative;
}
.index-news .list .tit {
  color: #fff;
  left: 0;
  width: 100%;
  bottom: 0.2rem;
  height: 0.5rem;
  line-height: 0.25rem;
  padding-right: 0.8rem;
  padding-left: 0.25rem;
  position: absolute;
  transition: all 500ms linear;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.43564356%;
}
.index-news .list .pic img {
  transform-origin: top center;
  transition: all 700ms linear;
}
.index-news .list .more {
  color: #000;
  font-size: 0.22rem;
  text-align: left;
  background: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.45rem;
  transition: all 500ms linear;
  position: relative;
}
.index-news .list .more:after {
  content: "";
  top: 0.3rem;
  right: 0.4rem;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/arrow.png) no-repeat top center;
  background-size: cover;
  transition: all 500ms linear;
}
@media (min-width: 1025px) {
  .index-news .list .item:hover {
    box-shadow: 0rem 0 0.2rem rgba(0, 0, 0, 0.3);
  }
  .index-news .list .item:hover .tit {
    transform: translateY(-0.2rem);
  }
  .index-news .list .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-news .list .item:hover .more {
    background: #003686;
    color: #fff;
  }
  .index-news .list .item:hover .more:after {
    background: url(../images/arrow-h.png) no-repeat top center;
    background-size: cover;
  }
}
.index-news .swiper-button-prev,
.index-news .swiper-button-next {
  color: #fff;
  top: auto;
  opacity: 1;
  z-index: 3;
  border-radius: 0;
  margin: 0 0.15rem;
  line-height: 0.4rem;
  text-align: center;
  width: 0.48rem;
  height: 0.42rem;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
  transform: skew(-8deg);
  background: rgba(0, 0, 0, 0.36);
  border: dashed 1px #ffffff;
}
.index-news .swiper-button-prev:after,
.index-news .swiper-button-next:after {
  transform: skew(0) !important;
  font-size: 0.16rem;
}
.index-news .swiper-button-prev:hover,
.index-news .swiper-button-next:hover {
  border-color: #003686;
  background: #003686;
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0 0 0;
  }
  .index-news .hezi {
    margin-top: 0;
  }
  .index-news .more {
    font-size: 16px;
  }
  .index-news .list {
    margin-bottom: 50px;
  }
  .index-news .swiper-button-prev,
  .index-news .swiper-button-next {
    transform: skew(0);
    border: 0;
  }
}
.header:hover,
.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section6 .header,
.fp-viewing-section8 .header,
.fp-viewing-section9 .header {
  background: #050e1a;
}
.index-message .nr {
  color: #fff;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 0.1rem;
  padding-right: 1.1rem;
  padding-left: 0.5rem;
  padding-bottom: 0.2rem;
  padding-top: 0.45rem;
  background: #06306e;
}
.index-message .left {
  width: 35%;
}
.index-message .left .t1 {
  font-size: 0.28rem;
  line-height: 0.3rem;
}
.index-message .left .t2 {
  color: #eaeaea;
  padding: 0.15rem 0;
}
.index-message .left .t3 {
  color: #eaeaea;
}
.index-message .left .t3 span {
  line-height: 0.5rem;
  font-size: 0.5rem;
}
.index-message .left .t3 em {
  line-height: 0.4rem;
  font-size: 0.2rem;
  vertical-align: top;
  font-style: normal;
  display: inline-block;
}
.index-message .right {
  width: 60%;
}
.index-message .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-message .right li {
  width: 50%;
  padding: 0.07rem;
}
.index-message .right li p {
  position: relative;
}
.index-message .right li label {
  top: 50%;
  color: #f30;
  left: 0.2rem;
  transform: translateY(-50%);
  position: absolute;
}
.index-message .right li input {
  width: 100%;
  border: 0;
  font-size: 0.18rem;
  background: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  font-family: "Oswald";
  color: #333;
}
.index-message .right li input::placeholder {
  color: #163434;
}
.index-message .right .submit {
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  padding: 0 0.15rem;
  height: 0.5rem;
  line-height: 0.5rem;
  min-width: 1.9rem;
  background: #000000;
  display: inline-block;
  margin-top: 0.2rem;
  transition: all .4s;
}
.index-message .right .submit:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .index-message {
    display: none;
  }
}
.index-message-2 {
  margin-top: -2.4rem;
  position: relative;
}
#fp-nav {
  top: 70%;
}
#fp-nav.fp-right {
  right: 0.45rem;
}
#fp-nav ul li a span {
  margin: -0.02rem 0 0 -0.02rem !important;
  width: 0.06rem !important;
  height: 0.06rem !important;
  background: #979797!important;
}
#fp-nav ul li {
  width: auto;
  height: auto;
}
#fp-nav ul li a {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  transition: all 500ms linear;
  border: solid 0.02rem transparent;
}
#fp-nav ul li .active {
  border-color: #586778;
}
.footer {
  color: #fff;
  margin-top: -0.85rem;
  position: relative;
  padding-top: 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.footer a:hover {
  color: #fff;
}
.footer .listMenu {
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.footer .listMenu li {
  width: 15.5%;
}
.footer .listMenu li h3 {
  padding-bottom: 0.25rem;
  font-size: 0.22rem;
}
.footer .listMenu li h3 a {
  color: #9c9c9c;
  transition: all .2s;
}
.footer .listMenu li h3 a:hover {
  color: #fff;
}
.footer .listMenu li .drop {
  font-size: 0.18rem;
}
.footer .listMenu li .drop a {
  display: block;
  color: #c4c4c4;
  padding-bottom: 0.1rem;
  transition: all .2s;
}
.footer .listMenu li .drop a:hover {
  color: #fff;
}
.footer .listMenu li:first-child {
  width: 27%;
}
.footer .listMenu li:first-child .logo img {
  max-height: 1.3rem;
}
.footer .listMenu li:first-child .tel {
  line-height: 0.4rem;
  font-size: 0.28rem;
  margin-top: 0.5rem;
}
.footer .listMenu li:first-child .tel a {
  color: #fff;
}
.footer .listMenu li:first-child .yx {
  margin-top: 0.1rem;
  font-size: 0.2rem;
}
.footer .listMenu li:first-child .yx a {
  color: #fff;
}
.footer .listMenu li:last-child {
  width: 10%;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
  padding: 0.2rem 0;
  background: #000000;
}
.footer .copy .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer {
    margin-top: 0;
    padding-top: 40px;
  }
  .footer .listMenu li {
    display: none;
  }
  .footer .listMenu li:first-child {
    text-align: center;
    display: block;
    width: 100%;
  }
  .footer .listMenu li:first-child .yx {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer .copy {
    font-size: 14px;
    padding: 20px 0;
  }
  .footer .copy .container {
    display: block;
  }
}
.inside-banner {
  height: 100vh;
  position: relative;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  transform: translateY(-50%);
  position: absolute;
}
.inside-banner .text .t1 {
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.inside-banner .text .t2 {
  font-size: 0.38rem;
  padding-top: 0.3rem;
  line-height: 0.5rem;
}
.inside-banner .pc img {
  width: 100%;
  height: 100vh;
}
.inside-banner .ph {
  display: none;
  text-align: center;
}
.inside-banner .inside-current {
  left: 0;
  top: 1rem;
  width: 100%;
  z-index: 10;
  position: absolute;
  color: #fff;
}
.inside-banner .inside-current a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
    height: auto;
  }
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
  .inside-banner .text .t1,
  .inside-banner .text .t2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .inside-banner .text .t2 {
    display: none;
  }
}
.inside-menu {
  z-index: 3;
  height: 0.7rem;
  font-size: 0.2rem;
  position: relative;
  line-height: 0.69rem;
  margin-top: -0.7rem;
  /*border-top: solid 1px rgba(255, 255, 255, 0.32);*/
  background: rgba(0, 0, 0, 0.4);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.inside-menu li:first-child {
  border-left: 0;
}
.inside-menu li {
	padding:0 0.5rem;
  position: relative;
  text-align: center;
  /*border-left: solid 1px rgba(255, 255, 255, 0.2);*/
}
.inside-menu li:before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity:0.8;
  position: absolute;
  background: #003686;
  transition: all .5s;
}
.inside-menu li span {
  z-index: 2;
  position: relative;
  display: block;
}
.inside-menu li a {
  color: #fff;
  display: block;
}
.inside-menu li:hover a,
.inside-menu .cur a {
    color:#fff;
}
.inside-menu li:hover:before,
.inside-menu .cur:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {

}
.inside-current {
  color: #b4b4b4;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #b4b4b4;
}
.inside-current a:hover {
  color: #003686;
}
.inside-current img {
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current {
    display: none;
  }
}
.inside-about {
  position: relative;
  padding: 1.1rem 0;
  background: linear-gradient(to right, #d8e7fe, #f7faff, #d8e7fe);
}
.inside-about .nr {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.inside-about .left {
  width: 30%;
  text-align: center;
}
.inside-about .right {
  font-size: 0.18rem;
  width: 65%;
}
.inside-about .right p {
  padding-top: 0.3rem;
}
.inside-about .right p:first-child {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 50px 0;
  }
  .inside-about .nr {
    display: block;
  }
  .inside-about .left {
    display: none;
  }
  .inside-about .right {
    width: 100%;
    font-size: 16px;
  }
}
.inside-qywh {
  color: #fff;
  height: 8.1rem;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-qywh .container {
  max-width: 19.2rem;
  position: relative;
}
.inside-qywh .index-title {
  color: #fff;
  left: 0;
  width: 100%;
  z-index: 3;
  top: 1.5rem;
  text-align: center;
  position: absolute;
}
.inside-qywh ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-qywh li {
  width: 33.333%;
  display: flex;
  flex-wrap: wrap;
  height: 8.1rem;
  align-items: center;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.inside-qywh li:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.27);
}
.inside-qywh li .item {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0 1.7rem;
  padding-top: 2.4rem;
  transition: all .4s;
}
.inside-qywh li .tit {
  padding-bottom: 0.2rem;
  font-size: 0.4rem;
  position: relative;
}
.inside-qywh li .tit:after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 0.5rem;
  height: 0.02rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}
.inside-qywh li .txt {
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.inside-qywh li:first-child {
  border-left: 0;
}
@media (min-width: 1025px) {
  .inside-qywh li:hover .item {
    padding-top: 1.5rem;
  }
  .inside-qywh li:hover:before {
    opacity: 1;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .inside-qywh {
    padding: 50px 0;
    height: auto;
  }
  .inside-qywh .index-title {
    top: auto;
    position: relative;
  }
  .inside-qywh li {
    width: 100%;
    height: auto;
    border: 0;
  }
  .inside-qywh li .item {
    padding: 0;
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .inside-qywh li .txt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.inside-fzlc {
  overflow: hidden;
  padding: 0.9rem 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-fzlc .index-title {
  color: #fff;
}
.inside-fzlc .list {
  position: relative;
  margin-top: 1rem;
  width: 112%;
}
.inside-fzlc .list .item {
  height: 4.7rem;
  padding: 0.4rem 0.2rem;
  border-radius: 0.3rem;
  background: #ebf3f7;
  transition: all .5s;
}
.inside-fzlc .list .year {
  line-height: 0.6rem;
  font-size: 0.55rem;
  color: transparent;
  transition: all .4s;
  -webkit-text-stroke: #727272 1px;
}
.inside-fzlc .list .tit {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.28rem;
  margin: 0.3rem 0;
  height: 0.56rem;
  overflow: hidden;
}
.inside-fzlc .list .txt {
  overflow: auto;
  height: 2.24rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.inside-fzlc .list .item:hover {
}
.inside-fzlc .list .item:hover .tit{
	color:#003686;
}
.inside-fzlc .list .item:hover .year {
  -webkit-text-stroke: #003686 1px;
}
.inside-fzlc .line {
  margin-top: 0.3rem;
}
.inside-fzlc .line img {
  max-height: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-fzlc .list {
    width: 100%;
    margin-top: 50px;
  }
  .inside-fzlc .list .item {
    padding: 30px;
  }
  .inside-fzlc .list .txt {
    line-height: 24px;
    font-size: 16px;
    height: 120px;
  }
  .inside-fzlc .line img {
    max-height: 40px;
  }
}
.inside-honor {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 1.1rem;
  min-height: 11.3rem;
}
.inside-honor:after {
  bottom: 2.2rem;
}
.index-honor .item {
	z-index:9;
	margin-top: 1rem;
	position:relative;
}

.index-honor .item .iconC{
	top:50%;
	left:50%;
	z-index:3;
	width:0.6rem;
	height:0.6rem;
	line-height:0.6rem;
	border-radius:50%;
	background:rgba(0,0,0,0.2);
	position:absolute;
	transition:all 500ms ease;
	transform:translate(-50%,-50%);
}
.index-honor .item .iconC svg{
	vertical-align:middle;
	width:0.34rem;
	height:0.34rem;
	fill:#fff;
}

.index-honor .item:hover .iconC{
	background:#003686;
}

@media(max-width:1024px){
	 .inside-honor{
	 	min-height:auto;
	 }
	 .inside-honor:after{
		display:none;
	 }
	 .inside-honor .item{
		margin-top:40px;
		margin-bottom:0;
	 }
}

.inside-product {
  padding: 0.7rem 0 3.2rem 0;
  background: #f7f7f7;
}
.inside-product .text {
  color: #3c3c3c;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  padding-top: 0.3rem;
}
.inside-product .drop {
  padding-top: 0.7rem;
}
.inside-product .drop ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-product .drop li {
  width: 33.333%;
  padding: 0 0.1rem;
}
.inside-product .drop li a {
  padding: 0 0.6rem;
  text-align: center;
  padding-bottom: 0.15rem;
  font-size: 0.32rem;
  color: #000;
  display: block;
  position: relative;
  transition: all 500ms linear;
  border-bottom: solid 0.04rem #000;
}
.inside-product .drop li a:after {
  content: "";
  left:50%;
  width: 0%;
  bottom: -0.04rem;
  background: #06306e;
  height: 0.04rem;
  position: absolute;
  transition: all 500ms linear;
}
.inside-product .drop li:hover a,
.inside-product .drop .active a,
.inside-product .drop .cur a {
  color: #06306e;
  border-bottom-color:#fff;
  
}
.inside-product .drop .cur a:after,
.inside-product .drop li:hover a:after,
.inside-product .drop .active a:after {
  width: 100%;
  left:0;
  background:#06306e;
}
.inside-product .drop-two {
  margin-top: 0.5rem;
}
.inside-product .drop-two ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-product .drop-two li {
  width: 20%;
  padding: 0.1rem;
}
.inside-product .drop-two li a {
  overflow: hidden;
  color: #332c2b;
  position: relative;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  line-height: 0.56rem;
  height: 0.56rem;
  background: #fff;
  display: block;
}
.inside-product .drop-two li a:before {
  top: 0;
  content: "+";
  font-size: 0.2rem;
  right: 0.3rem;
  position: absolute;
}
.inside-product .drop-two li a:after {
  top: 0.28rem;
  right: 0.24rem;
  content: "";
  height: 2px;
  background: #fff;
  width: 0rem;
  position: absolute;
  transition: all 500ms linear;
}
.inside-product .drop-two li a:hover {
  background: #000;
  box-shadow: none;
  color: #fff;
}
.inside-product .drop-two li:hover a,
.inside-product .drop-two .cur a {
  background: #000;
  color: #fff;
}
.inside-product .drop-two li:hover a:before,
.inside-product .drop-two .cur a:before {
  opacity: 0;
}
.inside-product .drop-two li:hover a:after,
.inside-product .drop-two .cur a:after {
  width: 0.15rem;
}
.inside-product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-product .list li {
  width: 20%;
  padding: 0 0.1rem;
  margin-top: 0.35rem;
}
.inside-product .list li .box {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .inside-product {
    padding: 120px 0 50px 0;
  }
  .inside-product .text {
    display: none;
  }
  .inside-product .drop-two li {
    width: 33.333%;
  }
  .inside-product .drop-two li a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .inside-product .list li {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .inside-product .drop-two li {
    width: 50%;
  }
  .inside-product .list li {
    width: 50%;
  }
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5rem;
  height: 5rem;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  width: 1rem !important;
  height: 1rem !important;
  background: url(../images/touming.gif);
  z-index: 1;
  z-index: 9999;
}
div.zoomDiv img {
  max-width: initial;
  max-height: initial;
}
.inside-proshow {
  padding-top: 0.5rem;
}
.inside-proshow .container {
  display: flex;
  justify-content: space-between;
}
.inside-proshow .left {
  width: 37.5%;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.inside-proshow .right {
  width: 56%;
  padding-right: 0.8rem;
}
.inside-proshow .right .title {
  color: #000;
  font-size: 0.42rem;
  line-height: 0.6rem;
  font-weight: normal;
}
.inside-proshow .right .text {
  overflow: auto;
  height: 2.1rem;
  margin-top: 0.4rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
}
.inside-proshow .right .yx {
  color: #000;
  line-height: 0.3rem;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.inside-proshow .right .yx img {
  margin-top: 0.03rem;
  vertical-align: top;
  margin-right: 0.2rem;
  max-height: 0.3rem;
}
.inside-proshow .right .yx a {
  color: #000;
}
.inside-proshow .right .yx a:hover {
  color: #003686;
}
.inside-proshow .right .btnbox a {
  display: inline-block;
  transition: all 500ms ease;
}
.inside-proshow .right .btn1,
.inside-proshow .right .btn2 {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
  line-height: 0.54rem;
  min-width: 2.4rem;
}
.inside-proshow .right .btn1 img,
.inside-proshow .right .btn2 img {
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  max-height: 0.3rem;
}
.inside-proshow .right .btn1 {
  background: #003686;
}
.inside-proshow .right .btn1 img {
  margin-top: 0.12rem;
}
.inside-proshow .right .btn2 {
  margin-left: 0.3rem;
  background: #000000;
}
.inside-proshow .right .btn1:hover {
  background: #0041a1;
}
.inside-proshow .right .btn2:hover {
  background: #666;
}
.inside-proshow .list {
  position: relative;
  width: 76.6%;
}
.inside-proshow .list .pic {
  position: relative;
}
.inside-proshow .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 143.2967033%;
}
.inside-proshow .list-2 {
  position: relative;
  width: 18.3%;
}
.inside-proshow .list-2 .swiper-container {
  overflow: hidden;
  height: 6.52rem;
}
.inside-proshow .list-2 .pic {
  cursor: pointer;
  position: relative;
}
.inside-proshow .list-2 .pic:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.44);
}
.inside-proshow .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 143.2967033%;
}
.inside-proshow .list-2 .swiper-slide-thumb-active .pic:before {
  background: rgba(0, 0, 0, 0);
}
.inside-proshow .swiper-button-prev,
.inside-proshow .swiper-button-next {
  color: #999;
  width: 40px;
  height: 40px;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.inside-proshow .swiper-button-prev:after,
.inside-proshow .swiper-button-next:after {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .inside-proshow {
    padding-top: 120px;
  }
  .inside-proshow .container {
    display: block;
  }
  .inside-proshow .left {
    width: 100%;
  }
  .inside-proshow .right {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .inside-proshow .right .text {
    height: auto;
    font-size: 16px;
    line-height: 28px;
  }
  .inside-proshow .right .yx {
    line-height: 36px;
    font-size: 18px;
  }
  .inside-proshow .right .yx img {
    max-height: 30px;
    margin-top: 5px;
  }
  .inside-proshow .right .btn1,
  .inside-proshow .right .btn2 {
    margin-top: 30px;
    line-height: 44px;
  }
  .inside-proshow .right .btn1 img,
  .inside-proshow .right .btn2 img {
    max-height: 20px;
    margin-top: 10px;
  }
  .inside-proshow .right .btn1 img {
    margin-top: 12px;
  }
  .inside-proshow .right .btn2 {
    margin-left: 10px;
  }
  .inside-proshow .list {
    width: 100%;
  }
  .inside-proshow .list-2 {
    display: none;
  }
  .inside-proshow .swiper-button-prev,
  .inside-proshow .swiper-button-next {
    opacity: 1;
  }
}
.inside-proshow-2 {
  padding-bottom: 0.6rem;
}
.inside-proshow-2 .tabs {
  align-items: flex-start;
}
.inside-proshow-2 .conTabs {
  width: 75.5%;
  padding: 0.8rem 1.05rem;
  border: solid 1px #dadada;
}
.inside-proshow-2 .conTabs .list {
  margin-bottom: 0.7rem;
  border: solid 1px #c3c3c3;
}
.inside-proshow-2 .conTabs .list ul{
	 
}
.inside-proshow-2 .conTabs .list li {
	display:flex;
	flex-wrap:wrap;
  font-size: 0.18rem;
  border-top: solid 1px #d7d7d7;
  padding: 0.14rem 0.4rem;
  background: #f7f7f7;
}
.inside-proshow-2 .conTabs .list li div{
	width:50%;
	padding-right:15rem/100;
}
.inside-proshow-2 .conTabs .list li:nth-child(2n) {
  background: #fff;
}
.inside-proshow-2 .conTabs .list li:first-child {
  border-top: #fff;
}
@media (max-width: 1024px) {
  .inside-proshow-2 .conTabs {
    width: 100%;
    padding: 0px;
    border: 0;
  }
  .inside-proshow-2 .tabs{
  	margin-top:0;
  }
  .inside-proshow-2 .conTabs .list li {
    font-size: 16px;
    background:#fff!important;
    border-top:0;
    padding-top:0;
    padding-bottom:0;
  }
  .inside-proshow-2 .conTabs .list li div{
  	width:100%;
  	padding-top:10px;
  	padding-bottom:10px;
  	border-top: solid 1px #d7d7d7;
  }
  .inside-proshow-2 .conTabs .list li:first-child div:first-child{
  	border-top:0;
  }
}
.inside-xg-product {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  background: #fff;
}
.inside-xg-product .list {
  overflow: hidden;
}
.inside-xg-product .list ul {
  flex-wrap: nowrap;
}

.inside-xg-product .list .text{
	display:block!important;
}

@media (max-width: 1024px) {
  .inside-xg-product {
    padding-bottom: 50px;
  }
}
.inside-page-2 {
  margin-top: 0.45rem;
}
.inside-page-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-page-2 li {
  width: 50%;
  color: #000;
  border-left: solid 1px #e1e1e1;
  font-size: 0.2rem;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.5rem;
  background: #f7f7f7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-page-2 li a {
  color: #000;
}
.inside-page-2 li:first-child {
  border-left: 0;
}
@media (max-width: 1024px) {
  .inside-page-2 li {
    width: 100%;
    border-left: 0;
    border-top: solid 1px #e1e1e1;
  }
  .inside-page-2 li:first-child {
    border-top: 0;
  }
}
.inside-support {
  padding: 1.2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.inside-support .text {
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  padding-top: 0.4rem;
}
.inside-support .list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.4rem;
  padding-top: 0.8rem;
  justify-content: center;
}
.inside-support .list li {
  width: 25%;
  padding: 0.02rem;
}
.inside-support .list li .item {
  color: #000;
  background: #fff;
  padding: 0.25rem;
  min-height: 2.3rem;
  transition: all .4s;
}
.inside-support .list li .num {
  font-size: 0.33rem;
}
.inside-support .list li .txt {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.inside-support .list li .txt span {
  display: block;
}
.inside-support .list li:hover .item {
  color: #fff;
  background: #003686;
}
@media (max-width: 1024px) {
  .inside-support {
    padding: 50px 0;
  }
  .inside-support .text {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-support .list ul {
    padding: 0;
    padding-top: 20px;
    justify-content: flex-start;
  }
  .inside-support .list li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .inside-support .list li {
    width: 100%;
  }
  .inside-support .list li .txt {
    font-size: 18px;
    line-height: 26px;
  }
}
.inside-customized {
  padding-bottom: 0.4rem;
  padding-top: 1.1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-customized .pic {
  margin-top: 0.9rem;
}
.faq01 {
  padding: 1rem 0 1.8rem 0;
  background-color: #f1f3f5;
}
.faq01 .nr {
  margin-top: 1rem;
}
.faq01 .left {
  float: left;
  position: sticky;
  width: 31%;
  padding-top: 0.13rem;
  top: 0.7rem;
}
.faq01 .left ul li a {
  font-size: 0.28rem;
  line-height: 0.79rem;
  color: #a9a9a9;
}
.faq01 .left ul .active a {
  color: #040300;
}
.faq01 .right {
  float: right;
  width: 63%;
}
.faq01 .right .show .info1 {
  display: none;
}
.faq01 .right .job2 .list {
  margin-bottom: 0.4rem;
}
.faq01 .right .job2 .span-01 {
  display: block;
}
.faq01 .right .job2 dl {
  padding: 0.22rem 0.5rem;
  margin-bottom: 0.14rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.08rem;
}
.faq01 .right .job2 dt {
  overflow: hidden;
  padding-left: 0;
  cursor: pointer;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #040300;
  background: url(../images/jiahao.png) no-repeat center right;
  background-size: 0.21rem;
  transition: all 0.5s;
  position: relative;
  padding-right: 0.34rem;
}
.faq01 .right .job2 dt span {
  position: absolute;
  top: 0;
  left: 0;
}
.faq01 .right .job2 dd {
  height: 0;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #3c3c3c;
  overflow: hidden;
}
.faq01 .right .job2 dd .nr {
  margin-top: 0;
  padding: 0.4rem 0;
  padding-right: 0.8rem;
  position: relative;
}
.faq01 .right .job2 dd .nr p {
  margin-bottom: 0.05rem;
}
.faq01 .right .job2 .cur dt {
  background: url(../images/jianhao.png) no-repeat center right;
  background-size: 0.22rem;
}
.faq01 .right .job2 .cur dd {
  height: auto;
}
@media (max-width: 1024px) {
  .faq01 {
    padding: 40px 0;
  }
  .faq01 .nr {
    margin-top: 40px;
  }
  .faq01 .left {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    top: auto;
  }
  .faq01 .left ul li a {
    font-size: 18px;
    line-height: 49px;
  }
  .faq01 .right {
    width: 100%;
  }
  .faq01 .right .show .info1 {
    display: none;
  }
  .faq01 .right .job2 .list {
    margin-bottom: 20px;
  }
  .faq01 .right .job2 .span-01 {
    display: block;
  }
  .faq01 .right .job2 dl {
    padding: 14px;
    margin-bottom: 14px;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .faq01 .right .job2 dt {
    font-size: 18px;
    line-height: 30px;
    background: url(../images/jiahao.png) no-repeat center right;
    background-size: 21px;
    padding-right: 34px;
  }
  .faq01 .right .job2 dd {
    height: 0;
    font-size: 16px;
    line-height: 30px;
  }
  .faq01 .right .job2 dd .nr {
    padding: 16px 0 1px 0;
  }
  .faq01 .right .job2 dd .nr p {
    margin-bottom: 5px;
  }
  .faq01 .right .job2 .cur dt {
    background: url(../images/jianhao.png) no-repeat center right;
    background-size: 22px;
  }
  .faq01 .right .job2 .cur dd {
    height: auto;
  }
}
.inside-news {
  padding-bottom: 0.8rem;
  padding-top: 0.7rem;
}
.inside-news .index-title {
  color: #000;
}
.inside-news .top {
  position: relative;
  margin-top: 0.7rem;
}
.inside-news .top .box {
  display: flex;
  background: #fbfbfb;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.inside-news .top .text {
  width: 50%;
  padding: 0.8rem;
  padding-top: 0.9rem;
}
.inside-news .top .text .time {
  color: #898989;
  font-size: 0.18rem;
}
.inside-news .top .text .tit {
  margin-top: 0.2rem;
  color: #000000;
  height: 1rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .top .text .button {
  color: #fff;
  margin-top: 0.7rem;
  font-size: 0.18rem;
  text-align: center;
  padding: 0 0.1rem;
  height: 0.45rem;
  line-height: 0.45rem;
  min-width: 1.6rem;
  display: inline-block;
  background: #003686;
}
.inside-news .top .pic {
  overflow: hidden;
  position: relative;
  width: 50%;
}
.inside-news .top .pic img {
  transition: all 700ms ease;
}
.inside-news .top .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.58762887%;
}
.inside-news .top .swiper-pagination {
  width: 50%;
  bottom: 0.55rem;
}
.inside-news .top .swiper-pagination-bullet {
  opacity: 1;
  width: 0.3rem;
  height: 0.03rem;
  background: #dfdfdf;
  border-radius: 0;
}
.inside-news .top .swiper-pagination-bullet-active {
  background: #003686;
}
@media (min-width: 1025px) {
  .inside-news .top .box:hover .tit {
    color: #003686;
  }
  .inside-news .top .box:hover .pic img {
    transform: scale(1.05);
  }
}
.inside-news .list {
  margin-bottom: 0;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18rem;
}
.inside-news .list li {
  margin-top: 0.4rem;
  padding: 0 0.18rem;
  width: 33.333%;
}
.inside-news .list li .item {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .inside-news .top .box {
    display: block;
  }
  .inside-news .top .pic {
    width: 100%;
  }
  .inside-news .top .text {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 0;
  }
  .inside-news .top .text .time {
    font-size: 16px;
  }
  .inside-news .top .text .tit {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .inside-news .top .text .button {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    min-width: 130px;
  }
  .inside-news .top .swiper-pagination {
    opacity: 0;
    bottom: auto;
    width: 100%;
    left: auto;
    text-align: center;
    position: relative;
  }
  .inside-news .top .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
  }
  .inside-news .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-newsshow {
  overflow: hidden;
  z-index: 9;
  color: #333;
  position: relative;
  padding: 0.7rem 0 1rem 0;
}
.inside-newsshow .container {
  z-index: 9;
  position: relative;
}
.inside-newsshow h1 {
  color: #051121;
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-weight: normal;
  font-family: "Oswald-Bold";
}
.inside-newsshow .pic img {
  margin-left: 0.3rem;
}
.inside-newsshow .info {
  color: #999999;
  font-size: 0.16rem;
  font-weight: lighter;
  padding: 0.4rem 0;
}
.inside-newsshow .info span {
  padding: 0 0.2rem;
}
.inside-newsshow .share {
  width: 5%;
  float: left;
  font-size: 0.2rem;
  text-align: left;
  padding-bottom: 0.65rem;
}
.inside-newsshow .share p {
  color: #1d3654;
}
.inside-newsshow .share ul {
  padding-top: 0.1rem;
}
.inside-newsshow .share li {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  line-height: 0.38rem;
  border-radius: 100%;
  background: #666e86;
  transition: all 500ms ease;
}
.inside-newsshow .share li img {
  max-height: 0.41rem;
  vertical-align: middle;
}
.inside-newsshow .share li a {
  display: block;
}
.inside-newsshow .share li:hover {
  background: #001b45;
}
.inside-newsshow .right {
  width: 90%;
  float: right;
}
.inside-newsshow .text {
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.inside-newsshow .f20 {
  font-size: 0.2rem;
  line-height: 0.38rem;
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    padding: 120px 0 50px 0;
  }
  .inside-newsshow .share {
    display: none;
  }
  .inside-newsshow h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-newsshow .info {
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-newsshow .info span {
    padding: 0 10px;
  }
  .inside-newsshow .right {
    width: 100%;
    float: none;
    padding-right: 0;
    font-size: 14px;
  }
  .inside-newsshow .text {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
  .inside-newsshow .text .pic {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .inside-newsshow .text .pic img {
    margin-left: 0;
    float: none!important;
  }
  .inside-newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .inside-newsshow .tag a {
    padding: 0 10px;
  }
  .inside-newsshow .text .font28 {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
}
.inside-xg-news {
  background: #fff;
}
.inside-xg-news .list {
  margin-bottom: 0;
}
.inside-page {
  padding-top: 0.7rem;
  text-align: center;
}
.inside-page a {
  color: #888;
  margin: 0 0.1rem;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.4rem;
  border-radius: 0.05rem;
  background: #f7f7f7;
  display: inline-block;
  font-size: 0.2rem;
  transition: all 500ms ease;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  background: #003686;
}
.inside-page .prev,
.inside-page .next {
  font-weight: 700;
  font-family: "瀹嬩綋";
  font-size: 0.24rem;
}
.inside-page .prev:hover,
.inside-page .next:hover {
  color: #003686;
}
.inside-tag {
  color: #333;
  font-size: 0.24rem;
  padding-top: 0.6rem;
}
.inside-tag a {
  color: #333;
  padding-right: 0.4rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #003686;
}
.inside-pagelist {
  border-top: solid 1px #9e9e9e;
  border-bottom: solid 1px #9e9e9e;
  margin-top: 0.5rem;
}
.inside-pagelist li {
  color: #222;
  padding: 0 0.3rem;
  overflow: hidden;
  height: 0.7rem;
  line-height: 0.69rem;
  border-top: solid 1px #e2e2e4;
}
.inside-pagelist li span {
  width: 8%;
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  top: 48%;
  right: 0.3rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-bottom: solid 0.06rem #222222;
}
.inside-pagelist li a {
  color: #333;
  font-size: 0.22rem;
}
.inside-pagelist li:first-child {
  border-top: 0;
}
.inside-pagelist li:hover a {
  color: #1d3654;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-top: solid 0.06rem #222222;
}
@media (max-width: 1024px) {
  .inside-pagelist {
    margin-top: 40px;
  }
  .inside-pagelist li {
    overflow: hidden;
    height: 50px;
    padding: 0 0px;
    line-height: 49px;
  }
  .inside-pagelist li a {
    padding-left: 20px;
  }
  .inside-pagelist li span:after {
    display: none;
  }
}
.inside-contact {
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.inside-contact .container {
  max-width: 19.2rem;
}
.inside-contact .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
  padding-left: 1.7rem;
}
.inside-contact .leftbox {
  width: 49%;
}
.inside-contact .leftbox .nr ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-contact .leftbox .nr li {
  line-height: 0.24rem;
  margin-bottom: 0.44rem;
  font-size: 0.18rem;
  width: 33.333%;
  position: relative;
  min-height: 0.6rem;
  padding-left: 0.6rem;
}
.inside-contact .leftbox .nr li .icon {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-contact .leftbox .nr li .icon img {
  max-height: 0.5rem;
}
.inside-contact .leftbox .nr li p:first-child {
  color: #000000;
}
.inside-contact .leftbox .nr li p:last-child {
  font-size: 0.2rem;
}
.inside-contact .leftbox .nr .add {
  width: 100%;
}
.inside-contact .pic {
  width: 45%;
  min-height: 9.9rem;
  background-size: cover;
}
.inside-contact .map {
  padding-left: 0.1rem;
}
.inside-contact .formlist {
  position: relative;
  padding-left: 0.1rem;
}
.inside-contact .formlist li {
  padding-top: 0.4rem;
}
.inside-contact .formlist li input,
.inside-contact .formlist li textarea {
  border: 0;
  width: 100%;
  color: #000;
  padding: 0 0.2rem;
  padding-bottom: 0.1rem;
  font-size: 0.16rem;
  transition: all 334ms ease;
  font-family: "Oswald-Regular";
  border-bottom: solid 1px #606060;
}
.inside-contact .formlist li input:focus,
.inside-contact .formlist li textarea:focus {
  border-color: #aaa;
}
.inside-contact .formlist li textarea {
  height: 1.6rem;
}
.inside-contact .formlist li input::placeholder,
.inside-contact .formlist li textarea::placeholder {
  color: #3a3a3a;
}
.inside-contact .formlist .btn {
  display: flex;
  justify-content: space-between;
}
.inside-contact .formlist .submit {
  color: #fff;
  border: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  display: inline-block;
  min-width: 1.87rem;
  background: #003686;
  transition: all 500ms ease;
}
.inside-contact .formlist .submit:hover {
  background: #23a3f5;
}
.inside-contact .leftbox .nr li a{
	 color:#666;
}
.inside-contact .leftbox .nr li .img2{
	 display:none;
}
.inside-contact .leftbox .nr li:hover .img1{
	display:none;
}
.inside-contact .leftbox .nr li:hover .img2{
	 display:inline-block;
}

@media (max-width: 1024px) {
  .inside-contact {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .inside-contact .list {
    display: block;
    padding-left: 0;
    margin-top: 40px;
  }
  .inside-contact .leftbox {
    width: 100%;
  }
  .inside-contact .leftbox .nr li {
    width: 100%;
    padding-left: 70px;
    font-size: 16px;
    line-height: 24px;
  }
  .inside-contact .leftbox .nr li .icon img {
    max-height: 50px;
  }
  .inside-contact .leftbox .nr li p:last-child {
    font-size: 18px;
  }
  .inside-contact .pic {
    display: none;
  }
  .inside-contact .formlist li {
    padding-top: 20px;
  }
  .inside-contact .formlist li input,
  .inside-contact .formlist li textarea {
    padding: 0 20px;
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .inside-contact .formlist .btn {
    display: block;
  }
  .inside-contact .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #003686;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #003686;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.verifyDiv {
  width: 40%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.5rem;
  background-color: #f3f3f3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 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.5rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #003686;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.5rem;
  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 .fix-tips,
  .verify .verify-msg {
    font-size: 14px;
  }
}
.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: #003686;
  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: #003686;
}
.inside-map {
  padding: 0.8rem 0 3rem 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;
}
.floatRight {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 0.15rem;
  width: 0.4rem;
}
.floatRight .list li {
  padding-bottom: 0.02rem;
}
.floatRight .list li:last-child {
  padding-bottom: 0;
}
.floatRight .list .box {
  display: block;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: .3s;
  transform: translateX(0);
  background: linear-gradient(#002957, #016697);
}
.floatRight .list .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.2rem;
}
.floatRight .list .iconfont img {
  width: auto;
  height: auto;
  max-height: 0.4rem;
}
.floatRight .list .box:hover {
  background: linear-gradient(#2b2c30, #2b2c30);
  transform: translateX(-1.6rem);
}
.floatRight .list .box:hover .wxhover {
  display: block;
}
.floatRight .list .box:hover .iconfont {
  background: linear-gradient(#002957, #016697);
}
.floatRight .list .wxhover {
  display: none;
}
.floatRight .list .tel .box { 
  background: #2b2c30;
}
@media screen and (max-width: 1024px) {
  .floatRight {
     
  }
}
.inside-menu{
    left: 0;
    top: 0.7rem;
    position: sticky;
} 

.bscoll img {
    max-height: 0.4rem;
}

@media(max-width:1300px) {
    .header .language {
        margin-right: 0.2rem;
    }
}

@media(max-width:1024px) {
    .bscoll {
        display: none;
    }
}