
@import url('/wg.css'); 
/*css reset*/
/*@import url('https://fonts.font.im/css?family=Heebo|Libre+Baskerville|Nanum+Gothic');*/
/*
font-family: 'Libre Baskerville', serif;
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Heebo', sans-serif;
*/


/* anton-regular */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/anton/anton-regular.eot'); /* IE9 Compat Modes */
  src: local('Anton'), local('Anton-Normal'),
       url('//lib.baomitu.com/fonts/anton/anton-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/anton/anton-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/anton/anton-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/anton/anton-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/anton/anton-regular.svg#Anton') format('svg'); /* Legacy iOS */
}
  
/* marmelad-regular */
@font-face {
  font-family: 'Marmelad';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/marmelad/marmelad-regular.eot'); /* IE9 Compat Modes */
  src: local('Marmelad'), local('Marmelad-Normal'),
       url('//lib.baomitu.com/fonts/marmelad/marmelad-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/marmelad/marmelad-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/marmelad/marmelad-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/marmelad/marmelad-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/marmelad/marmelad-regular.svg#Marmelad') format('svg'); /* Legacy iOS */
}
  
/* mitr-regular */
@font-face {
  font-family: 'Mitr';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/mitr/mitr-regular.eot'); /* IE9 Compat Modes */
  src: local('Mitr'), local('Mitr-Normal'),
       url('//lib.baomitu.com/fonts/mitr/mitr-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/mitr/mitr-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/mitr/mitr-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/mitr/mitr-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/mitr/mitr-regular.svg#Mitr') format('svg'); /* Legacy iOS */
}
  
/* roboto-slab-regular */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/roboto-slab/roboto-slab-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab'), local('RobotoSlab-Normal'),
       url('//lib.baomitu.com/fonts/roboto-slab/roboto-slab-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/roboto-slab/roboto-slab-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/roboto-slab/roboto-slab-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/roboto-slab/roboto-slab-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/roboto-slab/roboto-slab-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
  
/*
 font-family: 'Roboto Slab', serif; 比较尖锐
font-family: 'Anton', sans-serif;	加粗
font-family: 'Mitr', sans-serif;	比较个性
font-family: 'Marmelad', sans-serif;
*/

@import url('/wg.css'); 
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 7px; /* 设置滚动条宽度 */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 设置鼠标悬停时滑块的颜色 */
}
html, body, p {
  padding: 0;
  margin: 0;
  font-family: 'Marmelad', sans-serif;
  font-size: 12px; font-weight:300;
  line-height: 1.1;
}
body{ overflow-x: hidden}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  vertical-align: middle;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none; 
}
input, select, textarea {
  vertical-align: middle;
  padding: 0;
  border: 0 none;
  margin: 0;
}
img, iframe {
  border: none;
  text-decoration: none;
}
img {
  vertical-align: top;
}
strong {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
:focus {
  outline: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  opacity: 0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity: 0.5;
}
/*css common*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none；
}
@-webkit-keyframes masked {
  0%, 100% {
    background-position: left bottom
  }
  50% {
    background-position: right bottom
  }
}
@keyframes masked {
  0%, 100% {
    background-position: left bottom
  }
  50% {
    background-position: right bottom
  }
} 
@font-face {
  font-family: "fontawesome";
  src: url("../other/fontawesome-webfont.woff2") format("woff2"), url("../other/fontawesome-webfont.woff") format("woff"), url("../other/fontawesome-webfont.ttf") format("truetype"), url("../other/fontawesome-webfont.eot") format("embedded-opentype"), url("../other/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../other/icomoon.woff2") format("woff2"), url("../other/icomoon.woff") format("woff"), url("../other/icomoon.ttf") format("truetype"), url("../other/icomoon.eot") format("embedded-opentype"), url("../other/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mobile {
  display: none;
}
.web {
  display: inline-block;
}
.bg {
  width:auto;  height: 300px;
}
html {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
body {
  position: relative;
  min-height: 100%;
	
}
.inner {
  max-width: 92%;
  margin: 0 auto;
}
.inner.w1800 {
  width: 1500px;
}
.inner.w1680 {
  width: 1480px;
}
.inner.w1652 {
  width: 1452px;
}
.inner.w1630 {
  width: 1630px;
}
.inner.w1620 {
  width: 1620px;
}
.inner.w1600 {
  width: 1600px;
}
.inner.w1520 {
  width: 1520px;
}
.inner.w1440 {
  width: 1440px;
}
.inner.w1400 {
  width: 1400px;
}
.inner.w1210 {
  width: 1210px;
}
.inner.w1200 {
  width: 1200px;
}
.swiper-notification {
  display: none;
}
/*sidefloat*/
#sidefloat {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 51;
}
#sidefloat a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 8px 0;
  background-color: #35373f;
  float: right;
  clear: both;
}
#sidefloat a:hover {
  background-color: #023a94;
}
#sidefloat a img {
  width: auto;
  height: 38.3333%;
  vertical-align: middle;
}
#sidefloat a.tel {
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sidefloat a.tel:hover {
  width: 180px;
  padding: 0 10px;
}
#sidefloat a.tel span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sidefloat a.tel:hover span {
  margin-left: 0.75em;
  width: 8em;
}
#sidefloat a.case {
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 135px;
  background-color: #023a94;
  right: -135px;
  position: absolute;
  bottom: 100%;
}
#sidefloat a.case.active {
  right: 0;
}
#sidefloat a.case:hover {
  background-color: #35373f;
}
#sidefloat a.case img {
  width: auto;
  height: 12%;
  vertical-align: text-bottom;
}
#sidefloat a.case span {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  margin-right: 0.5em;
}
#sidefloat a.minipo {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
#sidefloat a.minipo:hover {
  width: 130px;
  height: 130px;
  line-height: 130px;
}
#sidefloat a.minipo .qr-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38.3%;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s;
  transition: opacity 0.5s, width 0.5s;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  line-height: 1;
}
#sidefloat a.minipo:hover .qr-box {
  opacity: 1;
  width: 86.4%;
}
#sidefloat a.minipo .qr-box img {
  width: 100%;
}
/*header*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 51;
  max-width: 1920px;
  margin: auto;
}
#header.lower {
  background-color: #f6f6f6;
  box-shadow: 0 0 0px rgba(44, 44, 44, 0.31);
  top: 0;
  right: 0;
  left: 0;
}
#header.white {
  background-color: #212121;
}
#header .inner {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100px;
}
#header.lower .inner {
  height: 88px;
}
#header .logo { 
  display: block;
  height: 64px; padding-top: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header.lower .logo {
  height: 54px; padding-top: 12px;  
}
#header.lower .logo img{
   filter: none;
}
#header .logo img {
/*
  max-width: 340px;
  height: auto;
*/
  width: auto;
  height: 60%; filter: brightness(0) invert(1) grayscale(1);
}
#header.white .logo img {
  background-position: center bottom;
}
#header .right {
  height: inherit;
}

#header .nav-box {
  height: inherit;
}
#header .nav-box li {
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: inherit;
}
#header .nav-box li.norelative {
  position: static;
}
#header .nav-box li:first-child {
  padding-left: 0;
}
#header .nav-box li:last-child {
  padding-right: 0;
}
#header .nav-box li .level1 {
  -webkit-display: inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: inherit;
}
#header .nav-box li .level1 i{
  margin-left:5px; font-size: 13px;
}
#header li.sub .level1::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  border-style: solid;
  border-width: 0 0.3125em 0.5em 0.3125em;
  border-color: transparent transparent #212121 transparent;
  margin-left: -0.3125em;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
#header li.sub:hover .level1::after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header .nav-box li .level1 a {
  font-size: 15px;  font-weight: 300;
  color: #fff;
  opacity: 0.8; 
  display: block;
  position: relative;
}
#header.lower .nav-box li .level1 a {
  color: #000;
  opacity: 1;
}
#header .nav-box li .level1 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 125%;
  width: 0;
  height: 2px;
  background-color: #353734;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#header.white .nav-box li .level1 a::before {
  background-color: #fff;
}
#header .nav-box li .level1 a:hover::before, #header .nav-box li .level1 a.active::before {
  width: 100%;
}
#header li.sub .level1 a::after {
  content: "\f107";
  font-family: "fontawesome";
  color: inherit;
  font-weight: lighter;
  margin-left: 0.75em;
}
#header .sub-box {
  top: 100%; 
  box-shadow: 8px 14px 20px rgba(21, 0, 4, 0.05);
  display: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 60%;
/*  background-color: #008c3e;*/
  background-color:rgba(0,0,0,0.3); 
  overflow: hidden;
}
#header.lower .sub-box { 
  background-color:rgba(255,255,255,0.9);
  overflow: hidden;
}
#header.lower .sub-box.type1 a { 
  color: #333;
}
 
#header .sub-box.type1 {
  padding:0px;
}
#header .sub-box.type1 a { text-indent: 20px;
	min-width: 220px; width: auto;  line-height:24px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 12px 0px;
  white-space: nowrap;
  position: relative;
	
  background-color: transparent;
  background-image: linear-gradient(to left, #c6c6c6, #9f9f9f);
  background-position: -100% 0;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  transition: background-position 0.6s;
}  
#header.lower .sub-box.type1 a:hover {
  color: #fff;
}
#header .sub-box.type1 a:hover {
  background-position: 100% 0;
}
#header .sub-box.type1 a:hover::after, #header .sub-box.type1 a.active::after {
  width: 100%;
}
#header .sub-box.type2 {
  padding: 2.125em 0;
  text-align: center;
  width: 100vw;
  max-width: 1920px;
}
#header .sub-box.type2 .box {
  margin-right: 5.83vw;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#header .sub-box.type2 .box:last-child {
  margin-right: 0;
}
#header .sub-box.type2 h5 {
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
}
#header .sub-box.type2 h5 a {
  font-size: inherit;
  color: inherit;
}
#header .sub-box.type2 .line {
  width: 0.75em;
  height: 1px;
  background-color: #eb033d;
  margin: 1.25em 0;
}
#header .sub-box.type2 .clearfix a {
  font-size: 0.875em;
  color: #d7d7d7;
  display: block;
  vertical-align: top;
  margin-bottom: 1.625em;
  position: relative;
  float: left;
  clear: both;
}
#header .sub-box.type2 .clearfix a:last-child {
  margin-bottom: 0;
}
#header .sub-box.type2 .clearfix a::after { 
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  -webkit-transform: translateY(0.4375em);
  transform: translateY(0.4375em);
}
#header .sub-box.type2 .clearfix a:hover::after, #header .sub-box.type2 .clearfix a.active::after {
  width: 100%;
}
#header .sub-box.type2 .clearfix a img {
  margin-right: 0.875em;
  vertical-align: middle;
  height: 1.25em;
  width: auto;
}
#header .sub-box.type2 .clearfix a span {
  vertical-align: middle;
}
#header .line {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 18px;
  background-color: #94979c;
  margin: 0 2.083vw;
}
#header.white .line {
  background-color: #fff;
}
#header.white.lower .line {
  background-color: #94979c;
}
#header .language-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

#header .language-box img {
  width: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/header_language_img_bg.png);
  background-size: 100% auto;
  background-position: center top;
}
#header.white .language-box img {
  background-position: center bottom;
}
#header.white.lower .language-box img {
  background-position: center bottom;
}
#header .language-box .list {
  position: absolute;
  left: 50%;
  top: 400%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(44, 44, 44, 0.31);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.3125em 0;
  font-size: 16px;
  display: none;
}
#header .language-box .list a {
  font-size: inherit;
  display: block;
  color: #333;
  padding: 0.9375em 1.5em;
}
#header .language-box .list a:hover, #header .language-box .list a.active {
  color: #f00040;
}
#header .language-box .list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-style: solid;
  border-width: 0 0.3125em 0.5em 0.3125em;
  border-color: transparent transparent #fff transparent;
  margin-left: -0.3125em;
}

.ipart03{padding:10px 0px 40px 0px; height: auto; overflow: hidden;  background: url(/skin/021.png) no-repeat 81% top;}
.ipart03 .left{width:80%; float:left; margin-top:10px;}
.ipart03 .left li{width:30%; margin-right:3.33333%; float:left;}
.ipart03 .left li .t{font-size:13px; line-height:30px; color:#4b4b4b;}
.ipart03 .left li .num{color:#023a94; margin:6px 0 20px; position:relative; display:inline-block; padding-right:40px; width: 100%;}
.ipart03 .left li .num span{font-size:44px; line-height:64px;   display:inline-block; }
.ipart03 .left li .num sup{font-weight:300; font-size:16px; line-height:22px; position:absolute; left:40px; top:0; margin-left: 12px;}
.ipart03 .left li .txt{font-size:15px; line-height:30px; color:#666;}
/*
.ipart03 .right{width:22.5%; float:left;}
.ipart03 .right .infor .tit{font-size:38px; line-height:60px; color:#02001c; font-weight:bold;}
.ipart03 .right .infor .tit span{display:block; color:#023a94;}
.ipart03 .right .infor .icon{margin-top:60px;}
.ipart03 .right .infor .con{font-size:16px; line-height:30px; color:#02001c; margin-top:35px;}
*/
.ipart03 .anniu {
  float: right;
  width: 16%;
  padding-top: 50px;
  padding-left: 4%; 
}
.ipart03 .anniu a{display:block; font-size:16px; line-height:30px; color:#02001c; margin-bottom:30px; position:relative;}
.ipart03 .anniu a:after{content:''; width:22px; height:12px; background:url(../jt2.jpg) no-repeat left center; position:absolute; right:0; top:50%; margin-top:-10px; transition:all 0.5s ease;}
.ipart03 .anniu a:hover{color:##023a94;}
.ipart03 .anniu a:hover:after{background:url(../jt1.png) no-repeat left center;}




.ipart03_index{padding:10px 0px 60px 0px; height: auto; overflow: hidden;  background: url(/skin/021.png) no-repeat 81% top;}
.ipart03_index .left{width:80%; float:left; margin-top:10px;}
.ipart03_index .left li{width:30%; margin-right:3.33333%; float:left;}
.ipart03_index .left li .t{font-size:16px; line-height:30px; color:#4b4b4b;}
.ipart03_index .left li .num{color:#023a94; margin:6px 0 20px; position:relative; display:inline-block; padding-right:40px;}
.ipart03_index .left li .num span{font-size:64px; line-height:84px; font-family:Impact; display:inline-block; }
.ipart03_index .left li .num sup{font-weight:bold; font-size:22px; line-height:22px; position:absolute; right:0; top:0; margin-left: 12px;}
.ipart03_index .left li .txt{font-size:16px; line-height:30px; color:#666;}
/*
.ipart03_index .right{width:22.5%; float:left;}
.ipart03_index .right .infor .tit{font-size:38px; line-height:60px; color:#02001c; font-weight:bold;}
.ipart03_index .right .infor .tit span{display:block; color:#023a94;}
.ipart03_index .right .infor .icon{margin-top:60px;}
.ipart03_index .right .infor .con{font-size:16px; line-height:30px; color:#02001c; margin-top:35px;}
*/
.ipart03_index .anniu {
  float: right;
  width: 16%;
  padding-top: 30px;
  padding-left: 4%; 
}
.ipart03_index .anniu a{display:block; font-size:16px; line-height:30px; color:#02001c; margin-bottom:30px; position:relative;}
.ipart03_index .anniu a:after{content:''; width:34px; height:19px; background:url(../jt2.png) no-repeat center; position:absolute; right:0; top:50%; margin-top:-10px; transition:all 0.5s ease;}
.ipart03_index .anniu a:hover{color:#023a94;}
.ipart03_index .anniu a:hover:after{background:url(../jt1.png) no-repeat center;}

/*footer*/
#footer {
/*  background: #121820;*/
  background: #121820 url("/skin/map.png") no-repeat center top; 
	z-index: 9;
}
#footer .part1 {
  padding-top: 4.76%;
}
#footer .part1 .left {
  float: left;
}
#footer .part1 .left .logo {
  opacity: 0.8;
	max-width: 260px;	filter: brightness(0) invert(1) grayscale(1);
}
#footer .part1 .left h5 {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  margin: 1.388em 0 1.888em;
  opacity: 0.8;
}
#footer .part1 .left .btn {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.21);
  height: 5em;
  border-radius: 2.5em;
  padding: 0.9375em 1.875em;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
#footer .part1 .left .btn:hover {
  border-color: rgba(255, 255, 255, 1);
}
#footer .part1 .left .btn p {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  color: #fff;
  line-height: 1.5;
}
#footer .part1 .left .btn p span {
  color: #999;
}
#footer .part1 .left .btn img {
  vertical-align: middle;
  width: 2.5625em;
  margin-right: 1.25em;
}
#footer .part1 .nav {
  float: right; position: relative;
}
#footer .part1 .nav .ewm{
   position:absolute; right: 0px; top: 130px;
}
#footer .part1 .nav .ewm img{
   width: 100px; height: 100px; overflow: hidden;
}
#footer .part1 .nav .ewm .title{
   width: 100px; height:auto; overflow: hidden; padding: 6px 0px; line-height: 1.3em; font-size: 13px; text-align: center; color: #fff;
}
#footer .part1 .nav li {
  display: inline-block;
  vertical-align: top;
  width: 134px;
  margin-left: 30px;
}
#footer .part1 .nav li:last-child {
  margin-right: 0;
}
#footer .part1 .nav h5 {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
#footer .part1 .nav .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 30px;
}
#footer .part1 .nav .line2 {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0px 10px 0px;
}
#footer .part1 .nav a {
  font-size: 13px;
  color: #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
  

#footer .part2 {
  margin: 3.27% 0;
}
#footer .part2 h5 {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  opacity: 0.4;
  margin-bottom: 1.07%;
}
#footer .part2 a {
  vertical-align: middle;
  margin-right: 1.2%;
  display: inline-block;
}
#footer .part2 a:last-child {
  margin-right: 0;
}
#footer .part2 a img {
  width: 30px;
}
#footer .part3 { margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 0;
}
#footer .part3 p {
  font-size: 12px;
  color: #fff;
}
#footer .part3 p img {
  width: 1.2857em;
  vertical-align: middle;
  margin-right: 0.714em;
}
#footer .part3 p a {
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
}
#footer .part3 p .line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1em;
  background-color: rgba(156, 156, 156, 0.55);
  margin: 0 1.5em;  
}
#footer .part3 .totop {
  width: 50px;
}
#footer .part3 .totop i {
  color: #fff; font-size: 22px;
}
 
/*scrollline*/
#scrollline {
  position: fixed;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background-image: linear-gradient(180deg, #ff2842, #590013);
  background-color: #fff;
  z-index: 999;
}
/*指针*/
#mousepoint {
  position: fixed;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f00040;
  z-index: 999;
  display: none;
}
#mousepoint.white {
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#mousepoint.case {
  background-color: #fff;
  opacity: 0.5;
  height: 64px;
  width: 64px;
  transform: translate3d(-75%, -75%, 0);
}
#sidenav {
  display: none;
}
#newBridge .icon-right-center {
  right: 0 !important;
  -webkit-transform: translateY(165px);
  transform: translateY(165px);
}
#newBridge .nb-icon-base .nb-icon-inner-wrap {
  border-radius: 0 !important;
}
#friendlinkbox {
  background-color: #333;
  border: 1px solid #4b4b4b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0.885% 1.40625% 0.21%;
  visibility: hidden;
}
#friendlinkbox.active {
  visibility: visible;
}
#friendlinkbox h3 {
  font-size: 16px;
  color: #b3b3b3;
  font-weight: bold;
  float: left;
}
#friendlinkbox a.qq {
  float: left;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border: 1px solid #4b4b4b;
  padding: 0.5em 0.75em;
  margin-left: 2em;
}
#friendlinkbox a.qq img {
  vertical-align: middle;
  width: 1.25em;
  margin-right: 0.666em;
}
#friendlinkbox a.qq span {
  vertical-align: middle;
}
#friendlinkbox .close {
  cursor: pointer;
  float: right;
  width: 23px;
}
#friendlinkbox .line {
  height: 1px;
  background-color: #4b4b4b;
  margin: 0.9225% 0 1.042%;
}
#friendlinkbox li {
  font-size: 12px;
  color: #fff;
  padding: 0 1em;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.333em;
  border-right: 1px solid #fff;
}
#friendlinkbox li:last-child, #friendlinkbox li.noline {
  border-right: 0 none;
}
#friendlinkbox li a {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  max-width: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width:1366px) {
  #header .nav-box li {
  padding: 0 18px;
    font-size: 13px;
  }
}
@media only screen and (max-width:1280px) {
  #footer .part1 .nav li {
    width: 100px;
  }
}
@media only screen and (max-width:1200px) {
  #footer .part1 .left .logo {
    width: 220px;
  }
  #footer .part1 .left .btn {
    font-size: 12px;
  }
  #footer .part1 .nav li {
    width: 90px;
  }
  #footer .part1 .nav h5 {
    font-size: 13px;
  }
  #footer .part1 .nav a {
    font-size: 12px;
  }
  #header .nav-box li .level1 a {
    font-size: 1em;
  }
}
@media only screen and (max-width:1100px) {
  #footer .part1 .nav li {
    width: 85px;
  }
  #header .nav-box li {
    padding: 0 0.875em;
  }
}
@media only screen and (max-width:1024px) {
  .mobile {
    display: inline-block;
  }
  .web {
    display: none;
  }
  /*scrollline*/
  #scrollline {
    width: 2px;
  }
  /*指针*/
  #mousepoint {
    display: none !important;
  }
  /*footer*/
  #footer .part1 {
    padding-top: 1.5rem;
  }
  #footer .part1 .left {
    float: none;
  }
  #footer .part1 .left .logo {
    width: 12rem;
  }
  #footer .part1 .left h5 {
    font-size: 0.625rem;
  }
  #footer .part1 .left .btn {
    font-size: 0.625rem;
  }
  #footer .part1 .nav {
    display: none;
  }
  #footer .part2 {
    margin: 1.5rem 0;
  }
  #footer .part2 h5 {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
  #footer .part2 a {
    margin-right: 1rem;
  }
  #footer .part2 a img {
    width: 1.875rem;
  }
  #footer .part3 {
    padding:20px 0px; 
  } 
  #footer .part3 p .line.web {
    display: none;
  }
  #footer .part3 .totop {
    width: 2rem;
  }
  /*sidefloat*/
  #sidefloat {
    top: 74%;
  }
  #sidefloat a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0.25rem 0;
  }
  #sidefloat a.tel:hover {
    width: 8rem;
    padding: 0 0.3125rem;
  }
  #sidefloat a.tel span {
    font-size: 0.75rem;
  }
  #sidefloat a.case {
    width: 6rem;
    right: -6rem;
  }
  #sidefloat a.case span {
    font-size: 0.6875rem;
  }
  /*header*/
  #header.lower {
    box-shadow: 0 0 0.625rem rgba(44, 44, 44, 0.31);
  }
  #header .inner {
    height:74px;
  }
  #header.lower .inner {
    height:70px;
  }
  #header .right {
    height: auto;
  }
  #header .line {
    height: 1.5rem;
    margin: 0 1rem;
    width: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header.lower .line {
    height: 1rem;
  }
  #header .language-box img {
    width: 1.3125rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header.lower .language-box img {
    width: 0.875rem;
  }
  #header .language-box .list {
    top: 300%;
    box-shadow: 0 0 0.625rem rgba(44, 44, 44, 0.31);
    font-size: 0.6875rem;
  }
	
	
  #header .menu {
    position: relative;  height: 40px;
    width: 30px;
    vertical-align: middle;
  }
  #header.lower .menu {
    width: 30px;
  }
  #header .menu .relative-box {
    position: absolute; 
    left: 0px;
    right:0px;
    bottom:0px;
    top: 0px;
  }
  #header .menu .menuline {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header.lower .menu .menuline {
    background-image: -webkit-linear-gradient(right, #292929, #111111);
  }
  #header .menu .menuline:nth-child(1) {
    top: 8px;
  }
  #header .menu.close .menuline:nth-child(1) {
    top: 15px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .menu .menuline:nth-child(2) {
    top: 15px; right:70px;
    margin-top: -1px;
  }
  #header .menu.close .menuline:nth-child(2) {
    opacity: 0;
  }
  #header .menu .menuline:nth-child(3) {
    top: 22px;
  }
  #header .menu.close .menuline:nth-child(3) {
    top: 15px; right:70px;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
	
  #sidenav {
    display: block;
        background:rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 40;
    padding-top: 100px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  #sidenav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #sidenav.lower {
    padding-top: 100px;
  }
  #sidenav .inner {
    height: inherit;
    overflow: auto;
  }
  #sidenav li {
    border-bottom:1px solid #222; /* 0.5 alpha value for semi-transparency */
	}
  #sidenav .level1 a {
    font-size: 14px; line-height: 1.4em;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px;
    display: block;
  }
  #sidenav li.active .level1 a {
    color: #f00;
  }
  #sidenav .sub-box {
    margin-bottom: 0.75rem;
    display: none;
  }
  #sidenav .sub-box.type1 a {
    display: block;
    font-size: 0.6875rem;
    color: #333;
    padding: 0.75em 0;
  }
  #sidenav .sub-box.type1 a.active {
    color: #f00040;
  }
  #sidenav .sub-box.type2 h5 {
    font-size: 0.875rem;
    color: #333;
    font-weight: bold;
  }
  #sidenav .sub-box.type2 h5 a {
    font-size: inherit;
    color: inherit;
  }
  #sidenav .sub-box.type2 .box {
    margin-bottom: 0.5rem;
  }
  #sidenav .sub-box.type2 .box:last-child {
    margin-bottom: 0;
  }
  #sidenav .sub-box.type2 .box div a {
    display: block;
    font-size: 0.6875rem;
    color: #333;
    padding: 0.75em 0;
  }
  #sidenav .sub-box.type2 .box div a.active {
    color: #f00040;
  }
  #sidenav .sub-box.type2 .box div a span {
    vertical-align: middle;
  }
  #sidenav .sub-box.type2 .box div a img {
    height: 1em;
    width: auto;
    margin-right: 0.5em;
    vertical-align: middle;
  }
	
	
	
  #newBridge .nb-icon-wrap {
    width: 2rem !important;
    height: 2rem !important;
    right: 0 !important;
    top: 57% !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin-top: 2.75rem;
  }
  #newBridge #nb_icon_wrap .nb-icon-customer {
    border-radius: 0 !important;
  }
  #friendlinkbox {
    bottom: 1.5rem;
    padding: 1rem 1rem 0.5rem;
  }
  #friendlinkbox h3 {
    font-size: 0.9375rem;
  }
  #friendlinkbox a.qq {
    font-size: 0.625rem;
  }
  #friendlinkbox .close {
    width: 0.75rem;
  }
  #friendlinkbox .line {
    margin: 1rem 0;
  }
  #friendlinkbox li {
    font-size: 0.625rem;
    margin-bottom: 1.333em;
  }
}
/*改版20230224*/
#header .global {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  margin-left: 4.5em;
  margin-right: 1.5em;
}
#header.lower .global { 
  color: #35373f; 
}
#header .global img {
  width: 1.14em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-image: url(/skin/header_map2.png);
  background-size: 100% 100%;filter: brightness(0) invert(1) grayscale(1);
}
#header.lower .global img { 
  background-size: 100% 100%;
	filter: brightness(0) invert(0) grayscale(1);
}
#header .global::after {
  content: "\f107";
  font-family: "fontawesome";
  color: inherit;
  font-weight: lighter;
  margin-left: 0.5em;
}
#header .freecase {
  font-size: 13px;
  color: #35373f;
  overflow: hidden;
  border-radius: 0.36em;
  border: 1px solid #35373f;
  width: 9.14em;
  height: 2.36em;
  vertical-align: middle;
  -webkit-display: inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#header .freecase:hover {
  color: #fff;
  border-color: #023a94;
}
#header .freecase::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s, background 0.3s;
  transition: width 0.3s, background 0.3s;
}
#header .freecase:hover::before {
  width: 100%;
  background-color: #023a94;
}
#header .freecase::after {
  font-family: "icomoon";
  content: "\ebfc";
  margin-left: 1em;
}
#header.white .global {
  color: #fff;
}
#header.white .global img {
  background-image: url(../images/header_map.gif);
}
#header.white .freecase {
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width:1366px) {
  #header .global {
    margin-left: 1.5em;
  }
}
@media only screen and (max-width:1024px) {
  #header .global {
    font-size: 0.625rem;
    margin-left: 0;
    margin-right: 1em;
    display: none;
  }
  #header .freecase {
    font-size: 0.625rem;
    margin-right: 1em;
    display: none;
  }
}
.getdata-box {
  font-size: 16px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  bottom: 7%;
  height: 4em;
  border-radius: 2em;
  padding-left: 2.33em;
  padding-right: 0.72em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  box-shadow: 0 0 1em #999;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 37em;
}
.getdata-box.active {
  opacity: 1;
  visibility: visible;
}
.getdata-box h5 {
  color: #333;
  font-weight: bold;
  margin-right: 2em;
  line-height: 1.5;
}
.getdata-box a {
  color: #fff;
  font-weight: bold;
  background-color: #023a94;
  text-align: center;
  height: 3em;
  line-height: 3;
  border-radius: 1.5em;
  width: 8.2em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.getdata-box a:hover {
  background-color: #333;
}
@media only screen and (max-width:1024px) {
  .getdata-box {
    -webkit-display: none;
    display: none;
  }
}
@media only screen and (max-width:768px) {}
.freecase-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1000px;
  border-bottom: 6px solid #023a94;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #eee;
  z-index: 51;
  font-size: 16px;
  display: none;
}
.freecase-box.active {
  display: block;
}
.freecase-box .title {
  background-color: #023a94;
  position: relative;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 3.5em;
}
.freecase-box .title .close {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1.5em;
  margin-top: -0.75em;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.freecase-box .title .close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.freecase-box .title h3 {
  font-size: 1.125em;
  color: #fff;
  font-weight: bold;
  margin-left: 2%;
}
.freecase-box .title h3 img {
  vertical-align: middle;
  margin-right: 0.83em;
  width: 1.72em;
}
.freecase-box .title p {
  font-size: 0.8125em;
  color: #fff;
  margin-right: 8.5%;
}
.freecase-box .title p img {
  vertical-align: baseline;
  margin-left: 0.6em;
  width: 4.15em;
}
.freecase-box .title2 {
  font-size: 0.875em;
  color: #333;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.6% 2.2%;
  font-weight: bold;
}
.freecase-box .title2 span {
  color: #e2343b;
}
.freecase-box .content {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0.7% 0;
}
.freecase-box .content ul {
  border-right: 1px solid #ccc;
  padding: 5.8% 5.5% 4.8%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.freecase-box .content li {
  margin-bottom: 10%;
}
.freecase-box .content li:last-child {
  margin-bottom: 0;
}
.freecase-box .content li h5 {
  font-size: 1.375em;
  color: #3d3d3d;
}
.freecase-box .content li p {
  font-size: 1em;
  color: #999;
  margin-top: 1em;
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
}
.freecase-box .content li p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}
.freecase-box .content .form-box {
  padding-left: 5.6%;
  padding-right: 3.5%;
}
.freecase-box .content input, .freecase-box .content textarea {
  border-radius: 0.1875em;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 0.875em;
  color: #333;
  line-height: 1.5;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.freecase-box .content input {
  margin-bottom: 1.375em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}
.freecase-box .content textarea {
  resize: none;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  height: 6.5em;
  margin-bottom: 1.5em;
  font-family: inherit;
}
.freecase-box .content .submit {
  display: block;
  background-color: #3d3d3d;
  box-shadow: 0px 0px 1.9px 0.1px rgba(110, 97, 3, 0.004);
  font-size: 2.5em;
  color: #fff;
  border-radius: 0.075em;
  padding: 0 0.8em;
  height: 1.4em;
  line-height: 1.4;
}
.freecase-box .content .submit::before {
  content: "\ebfc";
  font-family: "icomoon";
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  display: inline-block;
}
.freecase-box .content .submit:hover::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width:1024px) {
  .freecase-box {
    font-size: 13px;
  }
  .freecase-box .content ul {
    padding: 3%;
  }
}
@media only screen and (max-width:768px) {
  .freecase-box {
    border-bottom: 3px solid #023a94;
    font-size: 0.875rem;
  }
  .freecase-box .title h3 {
    margin-left: 5%;
  }
  .freecase-box .title p {
    margin-right: 12%;
  }
  .freecase-box .title2 {
    padding: 2.5% 5%;
  }
  .freecase-box .content {
    padding: 5% 0;
  }
  .freecase-box .content ul {
    display: none;
  }
  .freecase-box .content .form-box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.globalpop-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 4px solid #023a94;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 51;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/globalpop_bg.jpg);
  background-position: left top;
  background-size: auto 100%;
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: flex-start;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.3% 0 1%;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.globalpop-box.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.globalpop-box h3 {
  font-size: 2.25em;
  color: #fff;
  font-weight: bold;
}
.globalpop-box .left-part {
  border-right: 1px solid rgba(204, 204, 204, 0.7);
  width: 33.9%;
  padding: 0 3.125%;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.globalpop-box .left-part h3 {
  line-height: 1.5;
}
.globalpop-box .left-part p {
  font-size: 0.875em;
  color: #fff;
  margin-bottom: 1.15em;
}
.globalpop-box .right-part {
  width: 66.1%;
  padding-left: 1.25%;
  padding-right: 1.15%;
}
.globalpop-box .title {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 2.64% 1% 3.8%;
}
.globalpop-box .title .close {
  width: 1.5em;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  vertical-align: middle;
  margin-left: 2em;
}
.globalpop-box .title .close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.globalpop-box .title a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  color: #fff;
  background-color: #023a94;
  border-radius: 0.36em;
  border: 1px solid rgba(173, 173, 175, 0.8);
  width: 13.7em;
  text-align: center;
  overflow: hidden;
  padding: 0.64em 0;
}
.globalpop-box .tip {
  border-top: 1px solid rgba(204, 204, 204, 0.7);
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  margin-bottom: 1.8%;
}
.globalpop-box .tip p {
  font-size: 1em;
  line-height: 1.44;
  color: #fff;
  font-weight: bold;
  padding: 1.48% 1.8%;
}
.globalpop-box .flex-box {
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: flex-start;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.globalpop-box .qr-box {
  width: 31%;
  border-right: 1px solid rgba(204, 204, 204, 0.7);
  text-align: center;
  padding-top: 1.55%;
}
.globalpop-box .qr-box p {
  font-size: 1.125em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.22em;
}
.globalpop-box .qr-box img {
  width: 50.4%;
}
.globalpop-box .form-box {
  padding-left: 7.7%;
  padding-right: 5.92%;
  padding-top: 1.78%;
  padding-bottom: 2.37%;
  width: 69%;
}
.globalpop-box .form-box p {
  font-size: 1.125em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3.43%;
}
/*110000*/
.globalpop-box .form-box input, .globalpop-box .form-box textarea {
  border-radius: 0.214em;
  background-color: transparent;
  border: 1px solid rgba(204, 204, 204, 0.8);
  width: 100%;
  font-size: 0.875em;
  color: #fff;
  line-height: 1.5;
  padding-left: 0.714em;
  padding-right: 0.714em;
  margin-bottom: 3%;
}
.globalpop-box .form-box input::-webkit-input-placeholder, .globalpop-box .form-box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.globalpop-box .form-box input {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.globalpop-box .form-box textarea {
  resize: none;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  height: 7.5em;
  font-family: inherit;
}
.globalpop-box .form-box .submit {
  display: block;
  background-color: #3d3d3d;
  box-shadow: 0px 0px 1.9px 0.1px rgba(110, 97, 3, 0.004);
  font-size: 2.5em;
  color: #fff;
  border-radius: 0.075em;
  padding: 0 0.8em;
  height: 1.4em;
  line-height: 1.4;
}
.globalpop-box .form-box .submit::before {
  content: "\ebfc";
  font-family: "icomoon";
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  display: inline-block;
}
.globalpop-box .form-box .submit:hover::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width:1366px) {
  .globalpop-box {
    font-size: 13px;
  }
}
@media only screen and (max-width:1024px) {
  .globalpop-box .left-part {
    display: none;
  }
  .globalpop-box .right-part {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .globalpop-box {
    font-size: 0.75rem;
    border-top-width: 2px;
    padding: 2.5% 0 5%;
  }
  .globalpop-box .right-part {
    padding-left: 5%;
    padding-right: 5%;
  }
  .globalpop-box .title {
    padding-left: 0;
    padding-right: 0;
  }
  .globalpop-box .tip p {
    padding: 2.5% 0;
  }
  .globalpop-box .qr-box {
    display: none;
  }
  .globalpop-box .form-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.fixedbtn-box {
  position: fixed;
  left: 4%;
  bottom: 1rem;
  width: 92%;
  z-index: 51;
  -webkit-display: none;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  visibility: hidden;
}
.fixedbtn-box.active {
  opacity: 1;
  visibility: visible;
}
.fixedbtn-box a {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  background-color: #f00040;
  width: 8em;
  height: 3em;
  line-height: 3;
  text-align: center;
  border-radius: 0.25em;
  font-weight: bold;
}
@media only screen and (max-width:1024px) {
  .fixedbtn-box {
    -webkit-display: flex;
    display: flex;
  }
}



.index {padding:0;}

.index .index_en{font-size:48px; color:#023a94; font-family:Impact; text-transform:uppercase;}

.index .index_cn{font-size:28px; color:#fff; color:#000; display:inline-block; *display:inline; *zoom:1; position:relative; line-height:1; margin-bottom:10px;}

/*.index .index_cn:after{content:""; position:absolute; bottom:0; right:-5px; width:5px; height:5px; background:#023a94; border-radius:50%;}*/

.index .index_desc{color:#666; font-size:18px; line-height: 2em; }

.index .index_more{color:#a8a8a8; position:absolute; right:0; top:30;}

.index .index_more span{color:#023a94; display:inline-block; *display:inline; *zoom:1; margin-left:5px;}

.index .index_more:hover{color:#023a94;}

.index .pt3 {
  padding: 2.89% 0 1.5%; margin-left: auto; margin-right: auto;
  position: relative;
  background: url(/skin/ipt3_bg.jpg) no-repeat left top; z-index: 1;
  background-size: cover; 
}

.index .pt3 .top {
  width: 51%;
  position: relative;
  z-index: 1;
  margin-top: 50px; padding-top: 15px;
  height: 350px;
}
.index .pt3 .top .desc {
  color: #999;
  font-size: 16px;
  margin-top: 30px; line-height: 2.2em;
}
.index .pt3 .top .con {
  padding-right: 90px;
}
.index .pt3 .top .index_more {
  position: absolute; 
  right: 60px;
  top: 0;
  bottom: 0;
  width: 140px;
/*  background: #fff;*/
  padding-top: 40px;
  text-align: center;
}
.index .pt3 .pic {
  position: absolute;
  left: 50%;
  top: 80px;
  z-index: 0;
}
.index .pt3 .pic img {
  max-width: none;
}
.index .pt3 .dp { width: 100%; height: auto; overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.index .pt3 .dp .l { float: left; margin-top: 10px;
  width: 260px; 
/*  background: #023a94;*/
  background:url("/skin/00.jpg") no-repeat center center ; 
  color: #fff; 
  padding: 20px 0px;
}
.index .pt3 .dp .l .con {
  padding: 25px 30px;
}
.index .pt3 .dp .l .en {
  font-size: 28px; font-weight: normal;
  line-height: 1.4em;
}
.index .pt3 .dp .l .cn {
  font-size: 20px;
  line-height: 2em;
}
.index .pt3 .dp .r {   
  padding: 30px 0px;
    width: calc(100% - 320px);  
  	float: right;
}
.index .pt3 .dp .r ul {
  overflow: hidden;
}
.index .pt3 .dp .r li { text-align: center; border-left: 1px solid #f0f0f0;
  float: left;
  width: 14.2857%;
  padding: 0;
  cursor: pointer;
}
.index .pt3 .dp .r li .con { 
  padding: 10px;
} 
.index .pt3 .dp .r li .d {
  color: #222;
	line-height: 2em; margin-top: 20px;
  font-size: 16px;
}
.index .pt3 .dp .r li .icon {
  width: 100%; height: auto;
  max-height:80px; vertical-align: middle;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
} 
.index .pt3 .dp .r li:hover .icon {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}


.index .pt3bb {
  padding: 2.89% 0 1.5%; margin-left: auto; margin-right: auto;
  position: relative;
  background: url(/skin/ipt3_bg.jpg) no-repeat left top;
  background-size: cover; 
}
.index .pt3bb .top {
  width: 48%;
  position: relative;
  z-index: 1;
  margin-top: 70px; padding-top: 15px;
  height: 350px;
}
.index .pt3bb .top .desc {
  color: #999;
  font-size: 16px;
  margin-top: 30px; line-height: 2.2em;
}
.index .pt3bb .top .con {
  padding-right: 140px;
}
.index .pt3bb .top .index_more {
  position: absolute; 
  right: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  background: #fff;
  padding-top: 40px;
  text-align: center;
}
.index .pt3bb .pic {
  position: absolute;
  left: 45%;
  top: 80px;
  z-index: 0;
}
.index .pt3bb .pic img {
  max-width: none;
}
.index .pt3bb .dp { width: 100%; height: auto; overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.index .pt3bb .dp .l { float: left; margin-top: 10px;
  width: 260px; 
/*  background: #023a94;*/
  background:url("/skin/00.jpg") no-repeat center center ; 
  color: #fff; 
  padding: 20px 0px;
}
.index .pt3bb .dp .l .con {
  padding: 25px 30px;
}
.index .pt3bb .dp .l .en {
  font-size: 28px; font-weight: normal;
  line-height: 1.4em;
}
.index .pt3bb .dp .l .cn {
  font-size: 20px;
  line-height: 2em;
}
.index .pt3bb .dp .r {   
  padding: 30px 0px;
    width: calc(100% - 320px);  
  	float: right;
}
.index .pt3bb .dp .r ul {
  overflow: hidden;
}
.index .pt3bb .dp .r li { text-align: center; border-left: 1px solid #f0f0f0;
  float: left;
  width: 14.2857%;
  padding: 0;
  cursor: pointer;
}
.index .pt3bb .dp .r li .con { 
  padding: 10px;
} 
.index .pt3bb .dp .r li .d {
  color: #222;
	line-height: 2em; margin-top: 20px;
  font-size: 16px;
}
.index .pt3bb .dp .r li .icon {
  width: 100%; height: auto;
  max-height:80px; vertical-align: middle;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
} 
.index .pt3bb .dp .r li:hover .icon {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.info  { margin-top: 33px; max-width: 460px;
	line-height:2em;
}
.info li { font-size: 13px; color: #fff; position: relative;  
  list-style: none; padding: 12px 0px 12px 34px;
} 
.info li i { position: absolute; left: 0px; top:9px; color: #eee;
  display: inline-block;
  width: 30px;
  font-size: 16px;
}
.info li.tel { font-size: 16px; color: #fff; position: relative;  
    
  list-style: none; padding: 12px 0px 12px 34px;
} 
.info li.tel span{ font-size: 13px;
} 
.info li.tel i { position: absolute; left: 0px; top:20px; color: #eee;
  display: inline-block;
  width: 30px;
  font-size: 16px;
}
.shejiao{margin-top: 20px; color: #fff;}
.shejiao .title{font-size:14px;line-height: 2em;margin-bottom: 18px; }
.shejiao .f20{font-size:20px; }
.shejiao .f21{width: 44px; margin-left: 20px; margin-right: 20px; height: 16px; margin-top: 2px; cursor: pointer;}

#header .sousuo{font-size:22px;  margin-top: 12px; 
  color: #fff;}
#header.lower .sousuo {
  color: #222;
}

/* 搜索框 */
.header_search_fix {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.9);
    color: #fff;
    display: none;  
}
 
.header .header_logo {
    z-index: 100;
}

.header_search_fix .search {
    font-size: 16px;
    margin-bottom: 10px;
}

.header_search_fix .box {
    position: absolute;
    width: 40%;
    top: 50%;
    margin-top: -50px;
    text-align: left;
    left: 30%;
}

.header_search_fix .input {
    background: none;
    width: 70%;
    border: 0;
    outline: 0;
    font-size: 56px;
    font-family: 'Impact';
    color: #fff; border-bottom: 1px solid #fff; background: none;
}

.header_search_fix .input::-webkit-input-placeholder {
    color: #fff;
    font-size: 56px;
}

.header_search_fix .input:-moz-placeholder {
    color: #fff;
    font-size: 56px;
}

.header_search_fix .input:-ms-input-placeholder {
    color: #fff;
    font-size: 56px;
}

.header_search_fix .search_box {
    line-height: 70px;
    height: 70px;
    position: relative;
}

.header_search_fix .submit {
    width: 125px;
    height: 45px;
    line-height: 41px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 0;
    -webkit-appearance: none;
}

.header_search_fix .close {
  position: absolute;
  width: 78px;
  height: 78px;
  font-size: 60px;
  font-weight: 200;
  line-height: 82px;
  border: 0px solid #fff;
  right: 160px;
  top: 120px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.header_search_fix .close:hover {
  transform: rotate(270deg);
}
 
 
/* .search_hover .header_logo{background-color: #023a94;} */
body .search_hover.header .header_logo .logo {
    background-image: url(../images/logo2.png);
}

.search_hover .header_logo:after {
    display: none;
}

.header.search_hover .header_box:hover .header_logo {
    background: #023a94;
}

.header_search_fix .pro_list {
/*
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
*/
    position: absolute;
    width: 40%;
    top: 64%;
    margin-top: 0px;
    text-align: left;
    left: 30%;
}

.header_search_fix .pro_list .t {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.header_search_fix .pro_list a {
    display: block;
    font-size: 13px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #fff;
	float: left; margin-right: 30px; margin-top: 30px;
}

.header_search_fix .search_box .common_btn:hover span {
    color: #000;
}

.header_search_fix .submit:before {
    width: 100%;
    margin-top: 0;
}

.header_search_fix .submit:hover {
    background: #023a94;
}

.header_search_fix .submit:before {
    width: 100%;
    left: 0;
    text-align: center;
}

.hengtiao {
  width: 100px;
  height: 1px;
  background-color: #95d1d4;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative; 
}
.hengtiao2 {
  width: 100px;
  height: 1px;
  background-color: #3498db;
  margin: 0 auto;
  margin-top: -4px;
  margin-bottom: 40px;
  position: relative; 
} 
/* 添加中间的倾斜方块装饰点 */
.hengtiao::before,.hengtiao2::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #3498db; /* 使用与 .hengtiao 背景色一致的颜色 */
  border-radius: 50%; /* 将方块装饰点改为小圆点 */
  top: -3px; /* 调整装饰点的位置以保持居中 */
  left: 0; /* 起始位置在 .hengtiao 的左端 */
  animation: moveBackAndForth 4s infinite linear; /* 添加动画效果，让小圆点来回移动 */
}

/* 定义方块移动的关键帧动画 */
@keyframes moveBackAndForth {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 8px); /* 让方块移动到横条的右端 */
  }
  100% {
    left: 0; /* 让方块移动回横条的左端 */
  }
}

.hengtiao,.hengtiao2 {
  background-image: linear-gradient(to right, #2980b9, #84d6da, #2980b9);
}
 

.cpnav   {  
  display: flex;
  justify-content: space-between;
}
.cpnav li { text-align: center;  
  float: left;
  width: 14.2857%;
  padding: 0px; margin: 0px;
  cursor: pointer;
}
.cpnav li .con { 
  padding: 10px;
} 
.cpnav li .d {
/*  color: #222;*/
	line-height: 2em; margin-top: 20px;
  font-size: 15px;
}
.cpnav li .icon { padding-top: 20px;
  width: 100%; height: auto;
  max-height:80px; vertical-align: middle;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
} 
.cpnav li:hover .icon {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.cpbox{
	background:rgba(255,255,255,0.8); padding: 40px 10px 20px 10px; 
	height: auto;  overflow: hidden;
}

.cpbox .cplist{width:100%; height: auto; }
.cpbox .cplist li{width:25%; padding:15px; float: left; }
.cpbox .cplist li .img-box{ width: 100%; height: auto; overflow: hidden; }
.cpbox .cplist li h5{ width: 100%; line-height: 2em; padding: 20px 0px 10px 0px; font-size: 15px; text-align: center; color: #555  }

/*hover闪光*/
.hover-shan {
  display: block;
  position: relative;
  overflow: hidden; 
}
.hover-shan img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); }
.hover-shan:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease; }
.hover-shan:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
.hover-shan:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-in {
  animation: fade-in 0.9s ease-in-out;
}

.totop{position: fixed; right: 2px; bottom: 2px;z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.totop.show {
  opacity: 1;
}
 .totop {
  width: 60px; text-align: center; padding-top: 10px;
  height: 60px;
  background:rgba(255,255,255,0.6);color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
	font-size: 14px; line-height: 1em;
} 
 .totop:hover { 
  background:rgba(255,255,255,0.98); 
} 
.totop i {
  color: #333; font-size: 26px; margin-bottom: 2px; 
}



/*保持在最底部*/

.p-box{background: #fff; height: 130px;line-height: 130px; padding: 10px; 
  display: flex;
  align-items: center; /* 将内容垂直居中对齐 */
  transition: box-shadow 0.3s; /* 添加过渡效果，使阴影变化更平滑 */
}
.p-box img{width: 100%; }


		.tongh3 {
		  font-size: 34px;
		  line-height: 34px; 
		  margin-bottom: 35px;
		  overflow: hidden;
		  position: relative;
		}

		.tongh6 {
		  font-size: 24px;
		  line-height: 29px; 
		  margin-bottom: 35px;
		  overflow: hidden;
		  position: relative;
		}

/*
		.gradient-text {
		  position: relative;
		  display: inline-block;
  background-image: linear-gradient(to right, #023a94, #25848a);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
		  animation: gradient-animation 5s infinite linear;
		}
		.gradient-text-bai {
		  position: relative;
		  display: inline-block;
		  background-image: linear-gradient(to right, #fff, #83d9a9);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
		  animation: gradient-animation 5s infinite linear;
		}
*/

		@keyframes gradient-animation {
		  0% { background-position: 0% 50%; }
		  100% { background-position: 100% 50%; }
		}
.common_banner{ position: relative; width: 100%;  height:460px; text-align: center;
	 
}
.common_banner .yinying{position:absolute;width:100%; top:0px; height:100%; left: 0px; background:rgba(0,0,0,0.3); z-index: 0; }
.common_banner .weizhi{
   position:absolute; height:50px; line-height: 50px; overflow: hidden;background: rgba(0,0,0,0.4);
	bottom: 0px; width: 100%;
}
.common_banner  .cn{ width: 100%; color: #fff; font-weight:200; letter-spacing: 9px;
	font-size: 30px; height: 60px; line-height: 60px; overflow: hidden; position: absolute; top: 180px; text-align: center; z-index: 5; 
}  
.common_banner   .en{ width: 100%; color: #eee;  text-transform:uppercase;
	font-size: 16px; height: 40px; line-height: 40px; overflow: hidden; position: absolute; top: 230px; text-align: center; z-index: 5; 
}  

.common_banner .weizhi .place{ width:100%;   margin: 0px auto;z-index: 9;
	height:50px;
	line-height:50px;  
	color:#fff;
	overflow:hidden;  text-align:left;   font-size: 13px;
}  
.common_banner .weizhi .place strong{
	color:#fff; background:url(/skin/wz2.png) no-repeat left 3px;  padding-left:12px;
	margin-right: 7px;
	letter-spacing:0px;
}
.common_banner .weizhi .place a{
	color:#fff;
	margin:0px 9px; 
}



.common_banner_wap{ position: relative; width: 100%;  height:120px; text-align: center;}
.common_banner_wap .weizhi{
   position:absolute; height:50px; line-height: 50px; overflow: hidden;background:#fff; border-bottom: 1px solid #ddd;
	bottom: 0px; width: 100%;
}
.common_banner_wap  .cn{ width: 100%; color: #333; font-weight:200; letter-spacing: 9px;
	font-size: 30px; height: 60px; line-height: 60px; overflow: hidden; position: absolute; top: 180px; text-align: center; z-index: 5; 
}  
.common_banner_wap   .en{ width: 100%; color: #eee;  text-transform:uppercase;
	font-size: 16px; height: 40px; line-height: 40px; overflow: hidden; position: absolute; top: 230px; text-align: center; z-index: 5; 
}  

.common_banner_wap .weizhi .place{ width:100%;   margin: 0px auto;z-index: 9;
	height:50px;
	line-height:50px;  
	color:#333;
	overflow:hidden;  text-align:left;   font-size: 13px;
}  
.common_banner_wap .weizhi .place strong{
	color:#333; background:url(/skin/wz2.png) no-repeat left 3px;  padding-left:12px;
	margin-right: 7px;
	letter-spacing:0px;
}
.common_banner_wap .weizhi .place a{
	color:#333;
	margin:0px 9px; 
}



/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.ps-pagination{margin-top: 18px; margin-bottom: 6px; text-align: center}
.pagination {  ;
    display: inline-block;
    padding-left: 0;
    margin: 48px 0px 0px 0px;
    border-radius: 4px
}
.pagination>li {
    display: inline; float: left;
}
.pagination>li>a, .pagination>li>span {
    position: relative;  

    float: left;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #0168b9;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
/*  background-image: linear-gradient(to right, #023a94, #25848a);*/
	background: #333;
    border-color: #ddd
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination  i {
    padding: 2px 0px 3px 0px; 
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.page_tet {
  padding-top: 40px;
  padding-bottom: 70px; 
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.page_tet img {
  max-width: 100%;
	margin-top: 10px; margin-bottom: 10px;
}
.page_tet p{ 
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
 
.page_tet2 {
  padding-top: 40px;
  padding-bottom: 80px; 
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.page_tet2 img {
  max-width: 100%;
	margin-top: 10px; margin-bottom: 10px;
}
.page_tet2 p{ 
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.page_tet3 {
  padding-top: 10px;
  padding-bottom: 60px; 
  color: #666;
  font-size: 14px;
  line-height: 2em;
}
.page_tet3 img {
  max-width: 100%;
	margin-top: 10px; margin-bottom: 10px;
}
.page_tet3 p{ 
  color: #666;
  font-size: 16px;
  line-height: 2em;
}
.jg-zuoyou{}
.jg-zuoyou .left {
  float: left;
  width: calc(100% - 670px);
}

.jg-zuoyou .right {
  float: right;
  width: 600px; 
}

.jg-zuoyou .left2 {
  float: left;
  width: 50%;
}

.jg-zuoyou .right2 {
  float: right;
  width: 50%; 
}

.plr-b10{padding: 40px 10%}


/*联系我们*/
.tp-btn-square {border: 2px solid #999;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    padding: 0 55px;
    overflow: hidden;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .03em;
    text-transform: uppercase;
    position: relative;
    z-index: 9
}

.tp-btn-square::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: var(--tp-theme-2);
    transition: all 500ms ease-in-out
}

@media(max-width: 767px) {
    .tp-btn-square {
        height:55px;
        line-height: 55px;
        padding: 0 42px;
        font-size: 16px
    }
}

.tp-btn-square:hover {
    color: var(--tp-common-white)
}

.tp-btn-square:hover::before {
    left: 0;
    right: auto;
    width: 100%
}



.tp-contact-title {
    font-weight: 200;
    font-size: 20px;
    line-height:1.6em;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    margin-bottom:12px
}

@media(max-width: 767px) {
    .tp-contact-title {
        font-size:17px
    }
}

.tp-contact-title span {
    color: var(--tp-theme-1)
}

.tp-contact-title-wrapper p {
    font-weight: 200;  
    font-size: 14px;
    line-height: 1.6em;
    color: #333; 
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .tp-contact-title-wrapper p br {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:767px) {
    .tp-contact-content {
        margin-bottom:40px
    }
}

.tp-contact-content-mail {
    margin-bottom: 10px;
	position: relative; padding-left: 60px;
	line-height: 1.6em; font-size: 16px;
}
.tp-contact-content-mail i{ 
	 font-size: 26px; position: absolute; left: 0px ; top: 20px;
}
  

.tp-contact-location-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 25px
}
 
.tp-contact-item-title {
    font-weight: 300;
    font-size: 14px; padding: 16px 0px;
    line-height: 2;
    color: #333;
    border-bottom: 1px solid #e0e0e0
}

@media(max-width: 767px) {
    .tp-contact-item-title {
        line-height:1.8; 
    }
}
 

.tp-contact-form {
    background: #F8F8F9;
    border-radius: 9px;
    padding: 60px 50px 60px 60px;
	
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .tp-contact-form {
		 background: none;
        padding:0px 0px 40px 0px;
    }
}

@media(max-width: 767px) {
    .tp-contact-form {
		 background: none;
        padding:0px 0px 40px 0px;
    }
}

.tp-contact-form-title {
    font-weight: 300;
    font-size:20px;
    line-height: 38px;
    text-transform: capitalize;
    color: var(--tp-common-black)
}

@media(max-width: 767px) {
    .tp-contact-form-title {
        font-size:17px
    }
}

.tp-contact-form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:767px) {
    .tp-contact-form p br {
        display:none
    }
}


/*tp-contact-form2售后*/
.tp-contact-form2 {  
    padding: 10px 0px 40px 0px;
	
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .tp-contact-form2 {
        padding:8px 0px 40px 0px
    }
}

@media(max-width: 767px) {
    .tp-contact-form2 {
        padding:8px 0px 40px 0px
    }
}

.tp-contact-form-title2 {
    font-weight: 300;
    font-size:20px;
    line-height: 45px;
    text-transform: capitalize;
    color: var(--tp-common-black)
}
.tp-contact-form-title2 span{
    margin-left: 16px;
    font-size:13px; 
}

@media(max-width: 767px) {
    .tp-contact-form-title2 {
        font-size:20px
    }
}

.tp-contact-form2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:767px) {
    .tp-contact-form2 p br {
        display:none
    }
}
/*end*/

.tp-contact-input {
    margin-bottom: 26px
}

.tp-contact-input input {font-family: 'Marmelad', sans-serif;
    width: 100%;
    width: 100%; border: 1px solid #ddd;
    height: 50px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);  
/*
    border: 1px solid #D4DCE0;
    background-color: #f8f8f9;
*/
    outline: 0;
    color: #666;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 2px
}

.tp-contact-input input::placeholder {
    font-size: 13px;
    line-height: 23px;
    color: rgba(20,33,43,0.8)
}

.tp-contact-input input:focus {
  border: 1px solid #04863e;
  animation: rainbow-border 2s linear infinite;
}

@keyframes rainbow-border {
  0% {
    border-image-slice: 1;
    border-color: #f00;
  }
  16% {
    border-image-slice: 1;
    border-color: #ff0;
  }
  33% {
    border-image-slice: 1;
    border-color: #0f0;
  }
  50% {
    border-image-slice: 1;
    border-color: #0ff;
  }
  66% {
    border-image-slice: 1;
    border-color: #00f;
  }
  83% {
    border-image-slice: 1;
    border-color: #f0f;
  }
  100% {
    border-image-slice: 1;
    border-color: #f00;
  }
}


.tp-contact-input input:focus::placeholder {
    font-size: 0
}

.tp-contact-input textarea {  font-size: 13px; font-family: 'Marmelad', sans-serif;
    height: 100px;  padding: 10px 20px;
    color: #666;
    resize: none;
    line-height:1.6;box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);  
}

.tp-contact-input textarea::placeholder {
    font-weight: 200;
    font-size: 13px;
    color: rgba(20,33,43,0.8)
}

.tp-contact-input textarea:focus {
    border: 1px solid var(--tp-theme-1)
}

.tp-contact-input textarea:focus::placeholder {
    font-size: 0
}

.tp-contact-cta-area {
    margin-top: -165px
}

.tp-contact-map {
    height: 580px;
    width: 100%
}

.tp-contact-map iframe {
    height: 100%;
    width: 100%;
    filter: saturate(0)
}

.tp-contact-location-wrapper {
    margin-right: 30px
}


		.tp-contact-input.shangchuan {
		  position: relative;
		  display: inline-block;
		  color: #333;
		  padding:16px 20px;
		  cursor: pointer;
		  border-radius: 5px;
		  width: 100%;
		  text-align: center;
		  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
		}

		.tp-contact-input.shangchuan::before {
		  content: "Please upload the corresponding image for the product/item name";
		}

		#file-info {
		  display: block;
		}

		/* 隐藏默认文件输入框样式 */
		.tp-contact-input.shangchuan input[type="file"] {
		  position: absolute;
		  top: 0;
		  left: 0;
		  opacity: 0;
		  width: 100%;
		  height: 100%;
		  cursor: pointer;
		}

		/* 鼠标悬停样式 */
		.tp-contact-input.shangchuan:hover {
		  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		}

		/* 激活样式 */
		.tp-contact-input.shangchuan:active {
		  background-color: #ddd;
		}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .tp-contact-location-wrapper {
        margin-right:0
    }
}

.tp-contact-mt {
    margin-top: 20px; padding-right: 50px;
}



.videohigh{width:100%; height: 500px; overflow: hidden; margin: 55px 0px;}

/*发展历程*/

.time-line-box {
  margin-top: 50px;
}
.time-line-box ul:after {
  content: '';
  background: url(/skin/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left; 
  width: 248px;
  position: relative;
  padding-top: 176px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px; 
}
.time-line-box ul li dl dt {
  font-size: 20px;
  color: #023a94;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
.time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #023a94;
  position: absolute;
  left: -32px;
  top: 0;
  border: #a1d4cc 4px solid;
}
.time-line-box ul li dl dd {
  color: #333; width: 100%;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 0px;
  position: relative;
}
/*
.time-line-box ul li dl dd:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #023a94;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
*/
.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
  width: 248px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
  left: -34px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 0px;
  border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
  border-left: #023a94 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #023a94 2px solid !important;
}

/*发展历程end*/
  .biaoti { width: 100%;
    font-size: 20px;  
    color: #333;
    text-align: left;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #f0f0f0; /* 添加底部边框作为点缀 */
    position: relative; /* 为 ::after 伪元素的定位做准备 */
    display: inline-block; /* 让标题宽度根据内容自适应 */
  }  
 
.biaoti::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 5px; /* Width of the colored blocks, adjust as needed */
  height: 1px;
  background-color: #000;
}
.biaoti::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 95px; /* Width of the colored blocks, adjust as needed */
  height: 2px;
  background-color: #000;
}
.biaoti::before {
  left: 0;
}
.biaoti::after {
  right: 0;
}



  .khlogo {
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
  }

  .khlogo li {
    width: calc(100% / 7);
    padding: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.03);
    position: relative; /* 添加相对定位 */
    overflow: hidden; /* 隐藏超出容器的部分，以防止动画时图片溢出 */
  }
  .khlogo li:hover { 
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); 
  }

  .khlogo img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease; /* 添加过渡效果 */
  }

  /* 创建动画效果 */
  @keyframes flipAnimation {
    0% {
      transform: scaleX(1); /* 图片初始状态不翻转 */
    }
    100% {
      transform: scaleX(-1); /* 图片水平翻转一周 */
    }
  }

  /* 将动画应用于 hover 状态 */
  .khlogo li:hover img {
    animation: flipAnimation 1s; /* 动画持续时间为 1 秒 */
    transform-origin: center; /* 设置翻转的中心点在图片中心 */
  }

.h3xiao{font-size:16px; line-height: 2em; color: #666}

.dingzhibox {
  width: 100%;
  height: auto;
  min-height: 200px;
  position: relative;
  padding: 0.5px;
  background-color: rgba(0, 0, 0, 0.2); /* 将半透明层的颜色和透明度直接应用到 .dingzhibox */
}

.dingzhibox img {
  z-index: 0;
  max-width: 100%;
  height: auto;
}

.dingzhibox .info {
  position: absolute;
  bottom: 40px;
  left: 0px;
  padding: 20px 40px;
  color: #fff;
  line-height: 2em;
  z-index: 9;
}

.dingzhibox .info a {
  color: #fff;
}

.dingzhibox .info .title {
  font-size: 16px;
  margin-bottom: 20px;
}

.dingzhibox .info .title span {
  margin-left: 18px;
  text-transform: uppercase;
  font-size: 14px;
}

.dingzhibox .info .xtitle {
  font-size: 14px;
}


.tabbable{}
.botbtn { margin: 0px auto;
    width: 160px;
    height: 50px;
    background-color: #f7f7f7;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.botbtn:hover {
    background: #444;
    color: #fff;
}

.botbtn2 { margin: 30px auto;  
    width:150px;
    height: 44px;
    line-height:44px;
	border: 1px solid #fff; color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s linear;
}
.botbtn2:hover {
    background:rgba(0,0,0,0.3);
    color: #fff;
}

.sonlist{ }
.sonlist .t_top{border-bottom: 1px solid #f0f0f0; height: 66px; line-height: 66px; font-size:17px; color:#333; padding:0px; 
	margin-left: 15px; margin-right: 15px; margin-top: 28px;
	font-weight: 400;
}

.sonlist .t_top span{float: right;  font-size:14px; color:#999; }
.sonlist .t_top span a{ font-size:13px; color:#999; }
 .sonlist .t_top::before {
  content: ""; 
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #ddd; 
  margin-right: 12px;  
}

/*手机 shouji*/ 

@media(max-width: 1600px) {
	#header .sousuo{  margin-left: 10px;  }
}
@media(max-width: 2000px) {
	#footer .part1 .left  { 
		max-width: 380px;	 
	}
}
@media(max-width: 1600px) {
	#footer .part1 .left  { 
		max-width: 360px;	 
	}
}

@media(max-width: 1500px) {
	#footer .part1 .left  { 
		max-width: 300px;	 
	}
}

@media(max-width: 1440px) {
	#header .sousuo{  margin-left: 10px;  }
	.bg4 {
	  width:auto;  height:auto;
	}
	#footer .part1 .left  { 
		max-width: 300px;	 
	}
	#footer .part1 .left .logo { 
		max-width: 260px;	 
	}
	#footer .part1 .nav li {
	  width: 125px;
	  margin-left:26px;
	}
	#header .nav-box li { 
	  padding: 0 16px; 
	}
	#header .nav-box li .level1 a {
	  font-size: 16px;  
	}
	.jg-zuoyou{}
	.jg-zuoyou .left {
	  float: left;
	  width: calc(100% - 520px);
	}

	.jg-zuoyou .right {
	  float: right;
	  width: 450px; 
	} 
	.common_banner{ position: relative; width: 100%;  height:700px; text-align: center; }
}

@media(max-width: 1280px) {
	#footer .part1 .left  { 
		max-width:260px;	 
	}
	#header .sousuo{  margin-left: 4px;  }
	#footer .part1 .left .logo { 
		max-width: 260px;	 
	}
	#footer .part1 .nav li {
	  width: 100px;
	  margin-left: 8px;
	}
	#header .nav-box li { 
	  padding: 0 0.69vw; 
	}
	#header .nav-box li .level1 a {
	  font-size: 16px;  
	}
	.common_banner{ position: relative; width: 100%;  height:600px; text-align: center; }
}
 
@media(max-width: 1024px) {
		.sonlist .t_top{ height: 66px; line-height: 66px; font-size:16px; color:#333; padding:0px; 
			margin-left: 15px; margin-right: 15px; margin-top:8px; 
		}
			.page_tet3 { 
			  padding-bottom: 20px;   
			}
			.index .pt3 .top {
			  width: 100%;
			  position: relative;
			  z-index: 1;
			  margin-top:30px; padding-top: 15px;
			  height: auto;  
			}
			.index .pt3 .top .con {
			  padding-right: 100px;
			}
			.index .pt3 .top .index_more {
			  position: absolute; 
			  right: 0;
			  top: 0;
			  bottom: 0;
			  width: 100px;
			  background:none;
			  padding-top: 40px;
			  text-align: center;
			}
			.ipart03{padding:1px 0px 10px 0px; height: auto;  }
		.plr-b10{padding: 40px 1.2%}

  .khlogo li {
    width: calc(100% / 4); 
  } 
	#footer .part1 .left  { 
		max-width:100%;	 
	}
		.jg-zuoyou .left {
		  float: left;
		  width: calc(100% - 570px);
		}
		.jg-zuoyou .right {
		  float: right;
		  width: 500px; 
		}
	
	#header .sousuo{  margin-right: 20px;  margin-top: 16px;  }
	.bg3 {
	  width:auto;  height:200px;
	}
	.common_banner{ position: relative; width: 100%;  height:330px; text-align: center; }
	.common_banner  .cn{ width: 100%; color: #fff; font-weight:200; letter-spacing: 9px;
		font-size:24px; height: 30px; line-height: 30px; overflow: hidden; position: absolute; top: 165px; text-align: center; z-index: 5; 
	}  
	.common_banner   .en{ width: 100%; color: #eee;  text-transform:uppercase;
		font-size: 14px; height: 20px; line-height:20px; overflow: hidden; position: absolute; top: 200px; text-align: center; z-index: 5; 
	}  
		.col-md-12 .dingzhibox .info{ bottom:5px; left: 0px; padding:20px 10px;  }
		.col-md-12 .dingzhibox:first-child .info{ bottom:5px; left: 0px; padding:20px 10px 20px 25px;  }
		.col-md-12 .dingzhibox .info a{  color: #fff;  }
		.col-md-12 .dingzhibox .info .title{ font-size: 15px; margin-bottom: 6px;  }
		.col-md-12 .dingzhibox .info .title span{ margin-left: 12px; text-transform: uppercase; font-size: 13px; }
		.col-md-12 .dingzhibox .info .xtitle{ font-size: 14px;   }
}

@media(max-width: 1020px) {   
		.col-md-12 .dingzhibox:nth-child(odd) .info{ bottom:5px; left: 0px; padding:20px 10px 20px 25px;  }
	
	.ipart03 .left{width:100%; float:left; margin-bottom:10px;} 
	.ipart03 .left li{width:30%; margin-right:3.33333%; float:left;}
	.ipart03 .left li .t{font-size:13px; line-height:30px; color:#4b4b4b;}
	.ipart03 .left li .num{color:#023a94; margin:6px 0 20px; position:relative; display:inline-block; padding-right:40px;  }
	.ipart03 .left li .num span{font-size:40px; line-height:56px;   display:inline-block; }
	.ipart03 .left li .num sup{font-weight:300; font-size:16px; line-height:22px; position:absolute; right:0; top:0; margin-left: 32px;}
	.ipart03 .left li .txt{font-size:15px; line-height:30px; color:#666;}

}
.pcg50{width: 100%; height:48px; overflow: hidden;}
@media(max-width: 768px) {   
		.inner {
		  max-width:98%; 
		}
		.sonlist .t_top{ 
			margin-left: 4px; margin-right: 4px; margin-top:8px; 
		}
	.pcg50{width: 100%; height:8px; overflow: hidden;}
	.tongh6{margin-bottom: 15px;}
	.pagination {  ;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0px 0px 0px;
    border-radius: 4px
}
	.dingzhibox{width: 50%; height: auto;min-height: 200px;position: relative; padding:0.5px; }
	.h3xiao{font-size: 14px;}
	#header .nav-box li { 
	  padding: 0 12px; 
	}
		.jg-zuoyou .left {
		  float: left;
		  width:100%;
		}
		.jg-zuoyou .right {
		  float: left;
		  width:100%;
		}
	.ipart03-b{padding:20px 0px 30px 0px;   } 
	.ipart03-b   li .num span{font-size:47px; line-height:64px;   }
	.ipart03-b   li .num sup{font-weight:normal; font-size:16px; line-height:16px;  }
	.page_tet2 {
	  padding-top:30px;
	  padding-bottom: 0px; 
	  color: #666;
	  font-size: 16px;
	  line-height: 1.8;
	}
	.jg-zuoyou .left2,.jg-zuoyou .right2 {
	  float: left;
	  width: 100%;
	} 
 
	.bg3 {
	  width:auto;  height:160px;
	}

	.common_infor .tit { 
	  margin-bottom: 20px; 
	}
	.header_search_fix .box { 
		width: 98%;
		top: 30%;
		margin-top: -50px;
		text-align: left;
		left: 1%;
	}
	.header_search_fix .input {
		width: 70%;
		font-size: 36px;
	}
	.header_search_fix .input::-webkit-input-placeholder {
		font-size: 26px;
	}
	.header_search_fix .input:-moz-placeholder {
		font-size: 26px;
	}
	.header_search_fix .input:-ms-input-placeholder {
		font-size: 26px;
	} 
	.header_search_fix .close { 
	  right: 10px;
	  top: 10px; 
	}
	.videohigh{ height: 380px; }

	.ipart03{padding:10px 0px 70px 0px; height: auto; overflow: hidden;  background: url(/skin/0210000.png) no-repeat 88% top;}
	
	.ipart03 .right .infor .tit{font-size:20px; line-height:1.6em; color:#02001c; font-weight:bold;}
	.ipart03 .right .infor span{font-size:20px; line-height:1.6em;  }
	.ipart03 .right .infor .tit span{display:block; color:#008c3e; font-size:18px; line-height:40px; }
	.ipart03 .right .infor .icon{margin-top:60px;}
	.ipart03 .right .infor .con{font-size:16px; line-height:2em; color:#666; margin-top:3px;}
	.ipart03 .anniu {
	  	display: none
	} 
	.tp-contact-mt { padding-right: 0px;}
		.plr-b10{padding: 40px 0px;	}
 
}

	.xiuzheng_baidumap{margin-top: -40px;}

@media(max-width: 767px) {
	.biaoti{font-size:18px }
	.xiuzheng_baidumap{margin-top: -8px;}
			.index .pt3 {
			  padding: 20px 0px;  
			}
			.index .pt3 .top {
			  width: 100%;
			  position: relative;
			  z-index: 1;
			  margin-top:30px; padding-top: 15px;
			  height: auto;  
			}
			.index .pt3 .top .con {
			  padding-right: 0px;
			}
			.index .pt3 .top .index_more {
			  position: absolute; 
			  right: 0;
			  top: 0;
			  bottom: 0;
			  width: 100px;
			  background:none;
			  padding-top: 40px;
			  text-align: center;
			}
			.ipart03{padding:1px 0px 10px 0px; height: auto;  }
	.ipart03 { margin: 0px; padding: 0px; margin-top: -20px; } 
	.ipart03 .left{width:100%; float:left; margin-bottom:10px;} 
	.ipart03 .left li{width:100%; margin-right:0%; float:left; 		position: relative;}
	.ipart03 .left li .t{font-size:13px; line-height:30px; color:#4b4b4b; margin-top: 8px; margin-bottom: 5px;}
	.ipart03 .left li .num{color:#023a94; margin:6px 0 20px; position:relative; display:inline-block; padding-right:30px;
	position: absolute; left: 100px; top:0px; }
	.ipart03 .left li .num span{font-size:30px; line-height:36px;   display:inline-block; }
	.ipart03 .left li .num sup{font-weight:300; font-size:12px; line-height:22px; position:absolute; right:0; top:0; margin-left: 12px;}
	.ipart03 .left li .txt{font-size:13px; line-height:30px; color:#666; margin-bottom: 20px;}
	
	#header .logo { 
	  display: block;
	  height: 50px; padding-top: 12px;
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;
	}
	#header.lower .logo {
	  height: 50px; padding-top: 12px;  
	}
	#header.lower .logo img{
	   filter: none;
	}
	#header .logo img {
	/*
	  max-width: 340px;
	  height: auto;
	*/
	  width: auto;
	  height: 50%; filter: brightness(0) invert(1) grayscale(1);
	}
 
}
 

