﻿html {
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, Heiti SC, STHeiti, SimSun, sans-serif;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #459df5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* i{ font-style: normal;} */
li {
  list-style: none
}

img {
  border: 0;
}

a {
  color: #0f0f0f;
  text-decoration: none;
  outline: none;
}

/* em{ font-style: normal;} */
body {
  background: #f8f8f8;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, Helvetica, sans-serif;
  /* word-break: break-all; word-wrap: break-word; */
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* 清除浮动*/
*html.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0
}

.fl {
  float: left;
  display: block;
}

.fr {
  float: right;
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
.w {
  width: 1100px;
  margin: 0 auto;
}

.icon {
  background: url(../images/en-icon.png?d=22) no-repeat;
  display: block;
}

/*header*/
.content {
  width: 100%;
}

.img,
.lazy {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

a:hover .img,
a:hover .lazy {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

#top {
  background: #0d2547;
  border-bottom: 6px solid #0087ff;
}

#top .w {
  position: relative;
  height: 106px;
  z-index: 999;
}

.logo {
  position: absolute;
  left: 0;
  top: 14px;
}

.search-btns {
  display: block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  width: 180px;
  background: #183f75;
  font-size: 16px;
  color: #c2c2c2;
  cursor: text;
  position: absolute;
  right: 0;
  top: 42px;
  border-radius: 5px;
}

.search-btns:hover {
  color: #c2c2c2;
}

.search-btns span {
  display: block;
  width: 25px;
  height: 24px;
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  top: 8px;
  right: 10px;
}

.language {
  position: absolute;
  top: 42px;
  right: 220px;
  line-height: 40px;
  color: #c2c2c2;
  font-size: 16px;
}

.language a {
  color: #c2c2c2;
  padding: 0 10px;
}

.language a:hover {
  color: #ff9500;
}

#nav {
  height: 48px;
  line-height: 48px;
  text-align: center;
}

#nav .nav-li1 {
  color: #fff;
  padding: 0 18px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  z-index: 999;
}

#nav .nav-li1 h3 a {
  color: #fff;
  display: block;
  font-size: 20px;
  height: 100%;
  font-weight: bold;
  position: relative;
}

#nav .nav-li1 h3 a span {
  height: 6px;
  position: absolute;
  top: 48px;
  background: #fd9500;
  left: 51%;
  right: 51%;
  border-radius: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

#nav .on h3 a span,
#nav .active h3 a span,
#nav .nav-li1 h3 a:hover span {
  left: 0;
  right: 0;
}

#nav .nav-ul2 {
  position: absolute;
  top: 54px;
  left: 50%;
  display: block;
  width: 200px;
  margin-left: -100px;
  display: none;
  z-index: 999;
}

#nav .nav-ul2 li {
  float: left;
  width: 100%;
  position: relative;
}

#nav .nav-ul2 li a {
  display: block;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  height: 54px;
  line-height: 54px;
  background: #1c73ca;
  border-top: 1px solid #1966b4;
  font-size: 15px;
}

#nav .active h3 a {
  color: #1c73ca;
}

#nav .nav-ul2 li a:hover,
#nav .nav-ul2 .cur .at {
  background: #1966b4;
}

#nav .nav-ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 200px;
  display: none;
  z-index: 999;
}

#nav .nav-off {
  display: none;
}

.head {
  text-align: center;
}

.mod {
  padding: 40px 0;
}

.mod-a {
  padding: 70px 0 30px;
  background: #efefef;
}

.mod-a .fl {
  width: 570px;
}

.mod-a .fr {
  width: 500px;
}

.mod-a .b {
  width: 100%;
}

.slideBox {
  width: 100%;
  position: relative;
  background: #efefef;
}

.slideBox .bigImg {
  width: 100%;
  height: 386px;
}

.slideBox .bigImg li {
  width: 100%;
  position: relative;
  height: 386px;
  overflow: hidden;
}

.slideBox .bigImg li a {
  display: block;
  width: 100%;
  height: 100%;
}

.slideBox .bigImg li img {
  width: 100%;
  height: 100%;
}

.slideBox .bigImg li p,
.slideBox .bigImg li em {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 30px;
  z-index: 9;
  font-size: 22px;
  color: #fff;
}

.slideBox .bigImg li p {
  left: 15px;
  right: 15px;
  bottom: 10px;
}

.slideBox .bigImg li em {
  width: 100%;
  height: 200px;
  z-index: 8;
  background: url(../images/slideBg.png) repeat-x left bottom;
}

.slideBox .smallScroll {
  position: relative;
}

.slideBox .smallImg {
  height: 115px;
  padding: 20px 25px;
}

.slideBox .smallImg .tempWrap {
  width: 520px !important;
}

.slideBox .smallImg li {
  width: 164px;
  height: 109px;
  border: 3px solid #efefef;
  margin-right: 5px;
  float: left;
}

.slideBox .smallImg li a {
  display: block;
  width: 100%;
  height: 100%;
}

.slideBox .smallImg li img {
  width: 100%;
  height: 100%;
}

.slideBox .smallImg li.on {
  border: 3px solid #459df5;
}

.slideBox .sPrev,
.slideBox .sNext {
  width: 15px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}

.slideBox .sPrev {
  left: 4px;
  background-position: 0 -202px;
}

.slideBox .sNext {
  right: 4px;
  background-position: -15px -202px;
}

.mot-h {
  height: 28px;
  padding-bottom: 12px;
}

.mot-h a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  color: #295da7;
  margin-right: 30px;
}

.mot-h .cur {
  background: #fd9500;
  color: #0d2547;
  padding: 0 10px;
}

.mot-b {
  display: none;
}

.mot .on {
  display: block;
}

.mot-b li {
  margin-top: 30px;
  position: relative;
  height: 90px;
  overflow: hidden;
}

.mot-b li .im {
  width: 136px;
  height: 90px;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}

.mot-b li .im img {
  width: 100%;
  height: 100%;
}

.mot-b li h2 a {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #343434;
}

.mot-more {
  text-align: right;
  margin-top: 30px;
  font-size: 18px;
}

.mot-more a {
  color: #295da7;
}

.mot-b li h2 a:hover,
.mot-more a:hover {
  color: #459df5;
}

.mod .h {
  text-align: center;
  margin-bottom: 40px;
}

.mod .h a {
  display: inline-block;
  background: url(../images/en-line.png) no-repeat center bottom;
  padding-bottom: 10px;
  color: #0a376a;
  ;
  font-size: 24px;
}

.mod-b {
  padding-bottom: 0;
}

.maps {
  width: 828px;
}

.maps .f-1 {
  width: 388px;
}

.maps .f-2 {
  width: 416px;
}

.investxm {
  width: 240px;
}

.area {
  width: 100%;
  position: relative;
  margin-bottom: 44px;
}

.area-h {
  width: 262px;
  margin: 0 auto;
  height: 40px;
  position: relative;
}

.area-h .icon-num {
  width: 40px;
  height: 54px;
  position: absolute;
  left: -25px;
  top: -20px;
  z-index: 9;
}

.area-2 .icon-num {
  background-position: 0 -54px;
}

.area-3 .icon-num {
  background-position: 0 -108px;
}

.area-ht,
.area-bg {
  width: 262px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -131px;
  background: #2b67b8;
  text-align: center;
  color: #fd9500;
  font-size: 18px;
  text-transform: uppercase;
}

.area-bg {
  background: #abc6f6;
  top: -6px;
  margin-left: -125px;
}

.area-b {
  padding: 15px 12px 9px;
  background: #abc6f6;
  text-align: center;
  line-height: 20px;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, .1);
  box-shadow: 10px 10px 8px rgba(0, 0, 0, .1);
}

.area-b a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background: #79a4f2;
  font-size: 12px;
  color: #2b67b8;
  margin: 0 3px 6px;
  -webkit-transition: .3s all;
  transition: .3s all;
  vertical-align: top;
  /* text-transform: uppercase; */
  font-family: Arial, Helvetica, sans-serif;
}

.area-b a.on {
  background: #ff9500;
  color: #fff;
}

.map {
  width: 446px;
  position: relative;
  height: 404px;
}

.map-img {
  position: relative;
  margin-top: 120px;
}

.map-img span {
  position: absolute;
  display: block;
  width: 160px;
  height: 30px;
  text-align: center;
  z-index: 99;
  font-size: 15px;
  font-weight: bolder;
  font-family: '微软雅黑', 'Microsoft Yahei';
}

.map-img .s-1 {
  left: 135px;
  top: 360px;
  background-position: -293px -166px;
}

.map-img .s-2 {
  left: 152px;
  top: 313px;
  background-position: -353px -166px;
}

.map-img .s-3 {
  left: 50px;
  top: 220px;
  background-position: -413px -166px;
}

.map-img .s-4 {
  left: 10px;
  top: 304px;
  background-position: -473px -166px;
}

.map-img .s-5 {
  left: 116px;
  top: 104px;
  background-position: -533px -166px;
}

.map-img .s-6 {
  left: 260px;
  top: 188px;
  background-position: -593px -166px;
}

@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.area-box {
  position: absolute;
  z-index: 98;
  bottom: 28px;
  right: 228px;
}

.area-box-2 {
  display: none;
}

.area-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3679c4;
  opacity: 1;
  filter: alpha(opacity=100);
}

.area-box .pulse {
  position: absolute;
  top: -46px;
  left: -46px;
  height: 88px;
  width: 88px;
  border: 2px solid #3679c4;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
  box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
  opacity: .12;
  filter: alpha(opacity=0);
  -webkit-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: 0 0;
}

.area-box .delay-04 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.area-box .delay-05 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.area-box .delay-06 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

#map-2 .area-box {
  right: 224px;
  bottom: 86px;
}

#map-3 .area-box {
  right: 325px;
  bottom: 156px;
}

#map-4 .area-box {
  right: 333px;
  bottom: 67px;
}

#map-5 .area-box {
  right: 245px;
  bottom: 287px;
}

#map-6 .area-box {
  right: 110px;
  bottom: 203px;
}

#map-7 .area-box {
  right: 330px;
  bottom: 37px;
}

#map-7 .area-box-2 {
  display: block;
  right: 235px;
  bottom: 104px;
}

#map-8 .area-box {
  display: none !important;
}

#map-9 .area-box {
  right: 346px;
  bottom: 128px;
  display: none !important;
}

#map-10 .area-box {
  right: 251px;
  bottom: 102px;
  display: none !important;
}

#map-11 .area-box {
  right: 53px;
  bottom: 113px;
}

#map-12 .area-box {
  right: 329px;
  bottom: 114px;
}

#map-13 .area-box {
  right: 112px;
  bottom: 134px;
}

#map-14 .area-box {
  right: 144px;
  bottom: 129px;
}

#map-15 .area-box {
  right: 187px;
  bottom: 73px;
}

#map-16 .area-box {
  right: 155px;
  bottom: 250px;
}

.map-h {
  position: absolute;
  left: 0;
  top: -100px;
  height: 30px;
  padding-left: 14px;
  display: none
}

.map-h .icon {
  width: 14px;
  height: 30px;
  background-position: 0 -172px;
  position: absolute;
  left: 0;
  top: 0;
}

.map-h span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 12px;
  font-weight: bolder;
  background: #3679c4;
  padding: 0 10px 0 6px;
  color: #fff;
  vertical-align: top;
}

.map-b {
  width: 422px;
  position: absolute;
  top: -60px;
  left: 0;
  background: url(../images/mapBg.png) repeat;
  border-radius: 10px;
  z-index: 100;
  display: none
}

.map-b p {
  padding: 15px;
  font-size: 12px;
  text-indent: 2em;
  line-height: 20px;
  color: #343434;
  /*  text-align: justify; */
}

.investxm li {
  width: 100%;
  height: 75px;
  margin-bottom: 30px;
}

.mod-c .fl {
  width: 860px;
}

.mod-c .fr {
  width: 240px;
}

.abox {
  width: 264px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.abox-h {
  margin-bottom: 30px;
  height: 30px;
  position: relative;
}

.abox-h a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 9;
  font-size: 18px;
  font-weight: bold;
  color: #335680;
  text-transform: uppercase;
}

.abox-h em {
  display: block;
  background: #ff9500;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.abox-b li a {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  height: 160px;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 10px;
}

.abox-b li a i {
  font-weight: bold;
  font-size: 18px;
  color: #fe0303;
  position: absolute;
  left: 0;
  top: 0;
}

.livexm ul {
  width: 240px;
  position: relative;
  left: 0;
}

.livexm li {
  width: 100%;
  height: 65px;
  background: #2b67b8;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.livexm li a {
  display: block;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.livexm li img {
  width: 50px;
  height: 50px;
}

.livexm li p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 110px;
}

.livexm .cur {
  background: #abc6f6;
}

.livexm .cur a {
  color: #16427d;
}

.mod-d {
  background: #efefef;
  padding: 60px 0;
}

.mod-d .b ul {
  width: 1125px;
  position: relative;
  left: 0;
}

.mod-d .b li {
  float: left;
  margin-right: 25px;
  width: 200px;
}

.picsBox {
  margin-top: 40px;
}

.picsBox ul {
  position: relative;
  left: 0;
}

.picsBox li {
  width: 206px;
  float: left;
  margin-right: 12px;
}

.picsBox li img {
  width: 100%;
  height: 140px;
}

.picsBox li p {
  text-align: center;
  color: #fff;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.picsBox li a:hover p {
  color: #fccd8a;
}

.picsBox-1 {
  width: 100%;
}

.picsBox-1 ul {
  width: 100%;
}

.picsBox-1 {
  position: relative;
}

.picsBox-1 .hd {
  height: 30px;
  width: 64px;
  position: absolute;
  top: -50px;
  right: 0;
}

.picsBox-1 .prev,
.picsBox-1 .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.picsBox-1 .prev {
  left: 0;
  background-position: -50px -60px
}

.picsBox-1 .next {
  right: 0;
  background-position: -50px -90px
}

.picsBox-1 .prev:hover {
  background-position: -50px -120px
}

.picsBox-1 .next:hover {
  background-position: -50px -150px
}

.picsBox-1 .bd {
  height: 184px;
  overflow: hidden;
  padding: 11px;
  background: #7fb5fe;
}

.picsBox-1 .bd .tempWrap {
  width: 1078px !important;
}

.rightNav {
  position: fixed;
  top: 50%;
  margin-top: -321px;
  right: 10px;
  text-align: center;
  z-index: 999;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 116px;
}

.navOn {
  width: 60px;
}

.rightNav ul {
  -webkit-transition: .3s all;
  transition: .3s all;
  overflow: hidden;
}

.rightNav li,
.rightNav .navClose {
  width: 110px;
  padding: 3px;
  border-radius: 5px;
  background: #2b67b8;
  margin-top: 10px;
}

.rightNav li a,
.rightNav .navClose a {
  display: block;
  color: #fff;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #50b5e4;
  border-radius: 5px;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.rightNav li p {
  font-size: 18px;
}

.rightNav .li3 p {
  font-size: 12px;
  font-weight: normal;
}

.rightNav .navClose {
  width: 80px;
  margin: 10px auto 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.rightNav .navClose a {
  font-size: 16px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.rightImg img {
  width: 54px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.navOn ul {
  height: 0;
  width: 0;
}

.navOn .rightImg img {
  width: 54px;
}

.navOn .navClose {
  width: 54px;
  padding: 3px;
}

.navOn .navClose a {
  font-size: 12px;
  line-height: 20px;
}

.mod-e {
  background: #fff url(../images/en-bg.png) no-repeat bottom center;
  padding: 60px 0 100px;
}

#footer {
  /* border-top: 8px solid #2f3d84;  */
  padding: 20px 0;
  background: #0f4998;
  color: #ffffff;
}

.wzdh_con {
  border-bottom: 1px solid #d5d5d5;
  padding: 11px;
  line-height: 32px;
}

.wzdh_con1 {
  background-color: #9fc7f4;
  margin: 20px auto 0;
  padding: 10px 20px;
  color: #0f4998;
}

.wzdh_tit {
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
}

.wzdh_tit_l {
  float: left;
  width: 142px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff
}

.wzdh_tit_l1 {
  float: left;
  width: 95px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff
}

.wzdh_tit_r {
  float: left;
  width: 1070px;
  font-size: 14px;
}

.wzdh_tit li {
  height: 42px;
  line-height: 32px;
  float: left;
}

.wzdh_tit li a {
  padding: 0 45px 0 2px;
  color: #ffffff;
}

.wzdh_tit li i {
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../images/down_en.png) no-repeat center top;
  margin-left: 13px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  *margin-bottom: 4px;
}

.wzdh_tit li.on a {
  color: #459df5;
}

.wzdh_tit li.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bot_con {
  width: 1058px;
  float: left
}

.bot_con a,
.wzdh_con1 a {
  padding: 0 10px;
  font-size: 14px;
  color: #0f4998;
}

.bot_con a:hover,
.wzdh_con1 a:hover {
  color: #ff9500;
}

.no {
  display: none;
}

.block {
  display: block;
}

.bot {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
}

.bot_l {
  float: left;
  width: 60px;
  padding-top: 20px;
}

.bot_c {
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding-top: 15px;
}

.bot_c p {
  line-height: 20px;
  margin-top: 10px;
}

.bot_r {
  float: right;
  width: 110px;
  padding-top: 20px;
}

.wrapper {
  padding: 30px 0 60px;
  background: url(../images/en-bg.png) no-repeat bottom center;
}

/* .wrapper .w{ width: 1000px;} */
.wrapper .fl {
  width: 830px;
}

.wrapper .fr {
  width: 240px;
}

.wrapper .mbx {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #0a376a;
  margin-bottom: 1rem;
}

.wrapper .mbx a {
  color: #0a376a;
}

.list {
  padding: 30px 0;
}

.list li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #efefef;
  padding: 20px;
}

.list li .im {
  width: 200px;
  height: 140px;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}

.list li .im img {
  width: 100%;
  height: 100%;
}

/* .list li h2{ padding-left: 224px;} */
.list li h2 a {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #343434;
}

.list li p {
  padding-left: 224px;
  margin-top: 10px;
  font-size: 16px;
}

.list .cur h2 {
  padding-left: 0;
}

.list .cur p {
  padding-left: 0;
}

.iBox {
  padding: 30px 0;
}

.iBox ul {
  position: relative;
  /* margin-left: 60px; */
  margin-top: 100px;
  border: 16px solid #ccc;
  border-radius: 50%;
  width: 588px;
  height: 588px;
  transform: scale(.9);
}

.iBox ul .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(203, 159, 124);
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
  text-align: center;
}

.iBox li {
  position: absolute;
  float: left;
}

.iBox .li1 {
  top: -3.5rem;
  left: 15rem;
}

.iBox .li2 {
  width: 290px;
  top: -1.5rem;
  right: -5rem;
}

.iBox .li3 {
  top: 4rem;
  right: 1rem;
}

.iBox .li4 {
  top: 11.5rem;
  right: -3rem;
}

.iBox .li5 {
  width: 255px;
  top: 20rem;
  right: -13rem;
}

.iBox .li6 {
  bottom: 3.5rem;
  right: 1rem;
}

.iBox .li7 {
  bottom: -2rem;
  right: 7.5rem;
}

.iBox .li8 {
  bottom: -4rem;
  left: 15rem;
}

.iBox .li9 {
  bottom: -2rem;
  left: 7rem;
}

.iBox .li10 {
  bottom: 3.5rem;
  left: 0rem;
}

.iBox .li11 {
  top: 20rem;
  left: -3.5rem;
}

.iBox .li12 {
  top: 11.5rem;
  left: -3.5rem;
}

.iBox .li12 {
  top: 11.5rem;
  left: -3.5rem;
}

.iBox .li13 {
  top: 4rem;
  left: 0rem;
}

.iBox .li14 {
  top: -1.5rem;
  left: 7rem;
}

.iBox li .im {
  display: block;
  width: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px 0px #a59f9f;
}

.iBox li img {
  width: 100%;
  height: 100%;
}

.iBox li p {
  width: 189px;
  position: absolute;
  left: 6.5rem;
  top: 1rem;
  font-size: 14px;
}

.iBox .li1 p {
  left: -1rem;
  top: -2rem;
}

.iBox .li8 p {
  left: 0rem;
  top: 6rem;
}

.iBox .li6 p,
.iBox .li7 p,
.iBox .li9 p,
.iBox .li10 p,
.iBox .li11 p,
.iBox .li12 p,
.iBox .li14 p {
  top: 2rem;
}

.iBox .li4 p {
  width: 166px;
}

.iBox .li5 p {
  width: 120px;
}

.iBox .li9 p {
  left: -8rem;
}

.iBox .li10 p {
  left: -11rem;
}

.iBox .li11 p {
  left: -7rem;
}

.iBox .li12 p {
  left: -6rem;
}

.iBox .li13 p {
  width: 200px;
  left: -10rem;
}

.iBox .li14 p {
  left: -12rem;
}

.wrapper .picsBox {
  margin-top: 0;
}

.wrapper .picsBox .b {
  padding: 30px 0 20px;
}

.wrapper .picsBox ul {
  width: 850px;
}

.wrapper .picsBox li {
  margin-bottom: 15px;
  width: 198px;
}

.wrapper .picsBox li p {
  color: #000;
  text-align: left;
}

#page {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #aaa;
  display: flex;
  justify-content: center;
}

#page a,
#page .current {
  display: inline-block;
  height: 40px;
  width: 70px;
  border: 1px solid #d5d5d3;
  background: #f8f8f8;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #aaa;
  cursor: pointer;
  margin: 0 4px;
  border-radius: 0;
}

#page .current,
#page a:hover,
#page a:active,
#page .active {
  color: #fff;
  background: #1c73ca;
  border: 1px solid #1c73ca;
}

#page .current,
#page .num {
  width: 30px;
}

#page .pagination li {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#page .pagination li span {
  position: unset;
  font-size: unset;
}

#page .pagination li a {
  width: 40px;
  margin: 0;
}

#page .ui-pagination-page-item {
  width: auto;
  padding: 0 12px;
}

/* .page{ width: 798px; padding-bottom: 30px;} */
.page .ht {
  position: relative;
}

.page h1 {
  font-size: 38px;
  line-height: 46px;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif
}

.page .time {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
  color: #8c8c8c;
  margin-bottom: 20px;
}

.page .time span {
  margin-right: 20px;
}

/* .page .bt,.editer{ font-family: 'Microsoft Yahei'; -webkit-font-smoothing: antialiased; font-weight: lighter;} */
.page .bt p,
.page .bt font {
  line-height: 180% !important;
  background: none !important;
  word-wrap: break-word;
  margin: 15px 0;
}

/* .page .bt span{font-size:16px  !important; line-height:30px !important; } */
.vjs-button>.vjs-icon-placeholder:before {
  line-height: 36px !important
}

.page iframe,
.page video {
  width: 100%;
}

.page .bt table {
  width: 100%;
  border: none;
  background: none;
  border: 1px solid #cad9ea;
  *border-collapse: collapse;
  border-spacing: 0;
}

.page .bt table td,
.page .b table th {
  border-bottom: 1px solid #cad9ea;
  border-right: 1px solid #cad9ea;
  padding: 10px 5px;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
}

.page .bt table tr:nth-child(1) {
  background: #e2ebf5;
}

.search-body {
  width: 100%;
}

.search-h {
  display: block;
  width: 340px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-position: -50px 0;
  font-weight: bold;
}

.search-b {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .03);
  box-shadow: 0 0 20px rgba(0, 0, 0, .03);
  margin-bottom: 30px;
}

.search-form {
  width: 1000px;
  margin-bottom: 20px;
}

.search-input {
  width: 740px;
  padding: 10px;
  display: block;
  height: 30px;
  line-height: 30px;
  border: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  float: left;
}

.search-submit {
  width: 116px;
  border: none;
  font-size: 18px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: #204d8b;
  background: #83c4fe;
  cursor: pointer;
}

.search-tips li {
  position: relative;
  line-height: 30px;
  padding-left: 100px;
}

.search-tips li span {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 10px;
}

.search-tips a {
  display: inline-block;
  margin: 10px 15px 10px 0;
  *display: inline;
  zoom: 1;
  color: #666;
  cursor: pointer;
}

.search-tips .selected {
  color: #ff6946;
}

.search-tips a:hover {
  color: #ff6946;
}

.search-tips .select-btn {
  border: 1px solid #aaa;
  padding: 0 40px 0 10px;
  background: url(../images/close.png) no-repeat center right;
}

.search-result {
  padding-top: 40px;
  background: url(../images/btn-2.png) repeat-x left top;
}

.search-result li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d5d5;
}

.search-result li h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.search-result li p {
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  text-indent: 2em;
  margin-top: 10px;
}

.select {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 50px;
  border: 1px solid #d6d5d5;
  cursor: pointer;
  float: left;
}

.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.select .select_text {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}

.select_ul {
  display: none;
  position: absolute;
  top: 48px;
  left: -1px;
  width: 120px;
  min-width: 120px;
  border: 1px solid #d6d5d5;
  background: #fff;
  z-index: 10;
}

.select_ul li {
  line-height: 50px;
  text-indent: 20px;
}

.select_ul li:hover {
  color: #fff;
  background: #83c4fe;
}

.select_ul li.cur {
  color: #fff;
  background: #204d8b;
}

.invest-t {
  font-size: 32px;
  line-height: 2.4;
  font-weight: bolder;
  color: #2c2c2c;
  border-bottom: 1px solid #d6d5d5;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.sForm {
  padding-bottom: 50px;
}

.container .bg {
  margin-bottom: 40px;
}

.sbox-h {
  font-size: 22px;
  text-indent: 2em;
  line-height: 42px;
  color: #2f2f2f;
}

.sbox-ht {
  font-size: 20px;
  line-height: 42px;
  color: #2f2f2f;
  font-weight: lighter;
}

.sbox-title {
  display: none;
}

.sbox-b {
  margin-top: 40px;
}

.sbox-b .cont label {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

.sbox-b .cont textarea,
.sbox-b .cont input {
  width: 1158px;
  font-size: 18px;
  padding: 10px 20px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #bfbfbf;
  background: #fff;
  vertical-align: top;
  margin-bottom: 30px;
}

/* .sbox-b .cont textarea,.sbox-b .cont input{ font-size: 18px;  padding: 10px 20px; height: 30px; line-height: 30px; border: 1px solid #bfbfbf; background: #fff; vertical-align: top; margin-bottom: 30px;} */

.sbox-b .cont textarea {
  height: 180px;
}

.sbox-b .cont textarea:focus,
.sbox-b .cont input:focus {
  border-color: #028ffc;
}

.sbox-b .cont .wf {
  width: 560px;
}

.sbox-b .cont p {
  font-size: 18px;
  line-height: 1.6;
}

.sbox-tj {
  padding: 30px 0 60px;
  text-align: center;
}

.sbox-tj input {
  width: 260px;
  height: 70px;
  line-height: 70px;
  border-radius: 6px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background: #028ffc;
  border: none;
  cursor: pointer;
}

.sbox-tj input:hover {
  background: #057edc;
}

.alert {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.alert-b {
  width: 200px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -100px;
  font-size: 24px;
  text-align: center;
  z-index: 10000;
  color: #028ffc;
}

.alert-c {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 0;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  background: #028ffc;
  color: #fff;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
  cursor: pointer;
}

.alert-c:hover {
  opacity: 1;
  color: #fff;
}

.alert-c:active {
  opacity: .8;
  color: #fff;
}

.alert-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

.invest-t {
  font-size: 32px;
  line-height: 2.4;
  font-weight: bolder;
  color: #2c2c2c;
  border-bottom: 1px solid #d6d5d5;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.sForm {
  padding-bottom: 50px;
}

.container .bg {
  margin-bottom: 40px;
}

.sbox-h {
  font-size: 22px;
  text-indent: 2em;
  line-height: 42px;
  color: #2f2f2f;
}

.sbox-ht {
  font-size: 20px;
  line-height: 42px;
  color: #2f2f2f;
  font-weight: lighter;
}

.sbox-title {
  display: none;
}

.sbox-b {
  margin-top: 40px;
}

.sbox-b .cont label {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

.sbox-b .cont textarea,
.sbox-b .cont input {
  width: 790px;
  font-size: 18px;
  padding: 10px 20px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #bfbfbf;
  background: #fff;
  vertical-align: top;
  margin-bottom: 30px;
}

.sbox-b .cont textarea {
  height: 180px;
}

.sbox-b .cont textarea:focus,
.sbox-b .cont input:focus {
  border-color: #028ffc;
}

.sbox-b .cont .wf {
  width: 560px;
}

.sbox-b .cont .cont-t {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 30px;
}

.sbox-b .cont .cont-t span {
  color: #ff0101;
  margin-left: 5px;
  vertical-align: middle;
}

.sbox-b .cont p {
  font-size: 18px;
  line-height: 1.6;
}

.sbox-tj {
  padding: 30px 0 60px;
  text-align: center;
}

.sbox-tj input {
  width: 260px;
  height: 70px;
  line-height: 70px;
  border-radius: 6px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background: #028ffc;
  border: none;
  cursor: pointer;
}

.sbox-tj input:hover {
  background: #057edc;
}

/*新增内页photo*/
.wrapper .photoBox {
  margin-top: 0;
}

.wrapper .photoBox .im {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper .photoBox .b {
  padding: 30px 0 20px;
}

.wrapper .photoBox ul {
  width: 850px;
}

.wrapper .photoBox li {
  margin-bottom: 15px;
  float: left;
}

.wrapper .photoBox li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper .photoBox li .im-bg {
  width: 100%;
  height: 100px;
  z-index: 8;
  background: url(../images/slideBg-1.png) repeat-x left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 30px;
  color: #fff;

}

.wrapper .photoBox li .im-title {
  left: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
  overflow: hidden;
  line-height: 20px;
  z-index: 9;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.photo-fl {
  width: 50%;
  float: left;
}

.photo-fr {
  width: 50%;
  float: left;
}

.tBox {
  position: relative;
}

.tBox .prev,.tBox .next{ width: 28px; height: 42px; position: absolute; top: 50%; margin-top: -21px;background: url(//www.investxiamen.org.cn/static/frontend/cn/images/icon.png) no-repeat;}
.tBox .prev{ left: -38px; background-position: -62px 0;}
.tBox .next{ right: -38px; background-position: -90px 0;}
.tBox .prev:hover{ background-position: -62px -42px;}
.tBox .next:hover{ background-position: -90px -42px;}

.tBox .bd {
  overflow: hidden;
}

.tBox .bd li {
  width: 165px;
  height: 185px;
  float: left;
  margin-right: 9px;
  margin-left: 9px;
}

.tBox .bd li a .im{
  width: 76px;
  height: 76px;
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 50%;
  border: 7px solid #fff;
  background: rgba(174, 149, 82);
}

.tBox .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: -130px 0;
  overflow: hidden;
}


.tBox .bd li a p {
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px;
  line-height: 16px;
  text-align: center;
}


/* .industry-list .b{
  position: relative;
  height: 1000px;
  background: url(../images/446bg.png?d=1);
  background-size: 100% 100% ;
}
.industry-list .wapb {
  display: none;
}
.industry-list .b li {
  position: absolute;
  top: 558px;
  line-height: 14px;
  text-align: center;
}

.industry-list .b li a{
  font-size: 12px;
  color: #fff;
}

.industry-list .b li.li1{
  left: 16px;
}
.industry-list .b li.li2{
  left: 86px;
}
.industry-list .b li.li3{
  left: 159px;
}
.industry-list .b li.li4{
  width: 50px;
  left: 232px;
  top: 551px;
}
.industry-list .b li.li5{
  top: 691px;
  left: 155px;
}
.industry-list .b li.li6{
  left: 308px;
}
.industry-list .b li.li7{
  left: 391px;
}
.industry-list .b li.li8{
  width: 50px;
  left: 452px;
  top: 551px;
}
.industry-list .b li.li9{
  width: 50px;
  top: 550px;
  left: 524px;
}
.industry-list .b li.li10{
  right: 434px;
}
.industry-list .b li.li11{
  right: 297px;
}
.industry-list .b li.li12{
  right: 378px;
}
.industry-list .b li.li13{
  top: 451px;
  right: 295px;
  width: 50px;
}
.industry-list .b li.li14{
  width: 50px;
  top: 457px;
  right: 207px;
}
.industry-list .b li.li15{
  top: 457px;
  right: 130px;
}
.industry-list .b li.li16{
  top: 457px;
  right: 38px;
}
.industry-list .b li.li17{
  top: unset;
  bottom: 221px;
  right: 76px;
}
.industry-list .b li.li18{
  top: unset;
  bottom: 288px;
  right: 84px;
}
.industry-list .b li.li19{
  top: unset;
  bottom: 290px;
  right: 351px;
}
.industry-list .b li.li20{
  width: 60px;
  top: unset;
  bottom: 278px;
  right: 458px;
}
.industry-list .b li.li21{
  width: 60px;
  top: unset;
  bottom: 278px;
  right: 563px;
}
.industry-list .b li.li22{
  width: 60px;
  top: unset;
  bottom: 278px;
  left: 370px;
}
.industry-list .b li.li23{
  width: 60px;
  top: unset;
  bottom: 278px;
  left: 264px;
}
.industry-list .b li.li24{
  top: 457px;
  left: 75px;
}
.industry-list .b li.li25{
  top: 457px;
  left: 430px;
}
.industry-list .b li.li26{
  top: 457px;
  left: 537px;
}
.industry-list .b li.li27{
  top: 457px;
  left: 633px;
}
.industry-list .b li.li5 a,
.industry-list .b li.li17 a,
.industry-list .b li.li18 a,
.industry-list .b li.li19 a,
.industry-list .b li.li20 a,
.industry-list .b li.li21 a,
.industry-list .b li.li22 a,
.industry-list .b li.li23 a{
  font-size: 15px;
  line-height: 20px;
} */

.industry-list .wapb {
  padding-bottom: 2rem;
  display: block;
} 
.industry-list .wapb ul .center{
  color: rgb(203, 159, 124);
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 1rem 0 .2rem;
}  

.industry-list .wapli1 a .im ,
.industry-list .wapli2 a .im ,
.industry-list .wapli3 a .im ,
.industry-list .wapli4 a .im {
  background: rgba(200, 109, 119) !important;
}


.industry-list .wapli8 a .im ,
.industry-list .wapli10 a .im ,
.industry-list .wapli11 a .im ,
.industry-list .wapli14 a .im {
  background: rgba(90, 124, 163) !important;
}
.industry-list .wapli13 a .im ,
.industry-list .wapli12 a .im  {
  background: rgba(76, 160, 169) !important;
}
.industry-list li a .im {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 50%;
  border: 7px solid #fff;
  background: rgba(174, 149, 82);
}
.industry-list .wapb li {
  width: 25%;
  float: left;
  text-align: center;
}
.industry-list .wapb li p {
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width:640px) {
  .industry-list .wapb li {
    width: 50%;
  }
  .industry-list .wapb li p {
    min-height: 4rem;
  }
  #top,
  #rightNav {
    display: none;
  }

  .w {
    width: 100%;
  }

  .mod {
    padding: 0;
  }

  .page h1 {
    font-size: 28px;
  }

  .wrapper {
    width: 94%;
    margin: 0 auto;
  }

  .wrapper .fl,
  .wrapper .fr {
    width: 100% !important;
  }

  .investxm li {
    height: auto;
    width: 49%;
    float: left;
    margin-bottom: .5rem;
    margin-right: 2%;
  }

  .investxm,
  .livexm {
    margin-top: 1rem;
  }

  .livexm ul {
    width: 100%;
  }

  .livexm li {
    width: 49%;
    margin-right: 2%;
  }

  .investxm li:nth-child(2n),
  .livexm li:nth-child(2n) {
    margin-right: 0;
  }

  .livexm li p {
    font-size: 16px;
  }

  .list li .im {
    width: 157px;
    height: 96px;
    margin-right: 20px;
  }

  .list li h2 {
    padding-left: 177px;
  }

  .list li h2 a {
    font-size: 18px;
    line-height: 32px;
  }

  .wrapper .mbx {
    height: auto;
  }

  .wrapper .mbx a {
    word-wrap: break-word;
  }

  .wrapper .photoBox ul {
    width: 100%;
  }

  .wrapper .photoBox li,
  .wrapper .photoBox li .im img {
    width: 100% !important;
  }

  .photo-fl,
  .photo-fr {
    width: 100%
  }

  .sbox-b .cont textarea,
  .sbox-b .cont input {
    width: 96% !important;
    padding: 2% !important;
  }

  .iBox ul {
    width: 19rem;
    height: 19rem;
    margin-left: 0;
  }

  .iBox li .im {
    width: 46px;
    border: 3px solid #fff;
  }

  .iBox ul .center {
    font-size: 16px;
  }

  .iBox li p {
    width: unset;
    left: 3.5rem;
    line-height: 1rem;
    top: -1rem;
  }

  .iBox {
    transform: scale(.7);
  }

  .iBox .li1 {
    top: -1.9rem;
    left: 8rem;
  }

  .iBox .li2 {
    width: unset;
    top: -.6rem;
    right: 3rem;
  }

  .iBox .li3 {
    top: 2rem;
    right: -0.4rem;
  }

  .iBox .li4 {
    top: 6.5rem;
    right: -2.3rem;
  }

  .iBox .li5 {
    top: 10.5rem;
    right: -14.8rem;
  }

  .iBox .li6 {
    bottom: 1.5rem;
    right: -.1rem;
  }

  .iBox .li7 {
    bottom: -1rem;
    right: 3rem;
  }

  .iBox .li8 {
    bottom: -2rem;
    left: 8.5rem;
  }

  .iBox .li9 {
    bottom: -1.4rem;
    left: 4.3rem;
  }

  .iBox .li10 {
    bottom: 1rem;
    left: 0.7rem;
  }

  .iBox .li11 {
    top: 11rem;
    left: -1.5rem;
  }

  .iBox .li12 {
    top: 6.5rem !important;
    left: -2.1rem !important;
  }

  .iBox .li13 {
    top: 2rem !important;
    left: 0rem !important;
  }

  .iBox .li14 {
    top: -1.2rem !important;
    left: 3.5rem !important;
  }

  .iBox .li14 p {
    left: -8rem !important;
    top: -1.5rem !important;
  }

  .iBox .li13 p {
    width: unset !important;
    top: -2rem !important;
    left: -5rem !important;
  }

  .iBox .li12 p {
    left: -3rem !important;
    top: -2rem !important;
  }

  .iBox .li11 p {
    left: -4rem !important;
    top: -1rem !important;
  }

  .iBox .li10 p {
    left: -6rem !important;
    top: 0rem !important;
  }

  .iBox .li8 p {
    left: 0.6rem !important;
    top: 4rem !important;
  }

  .iBox .li2 p {
    left: 0.5rem !important;
    top: -3rem !important;
  }

  .iBox .li3 p {
    left: 1.5rem !important;
    top: -2rem !important;
  }

  .iBox .li4 p {
    width: unset !important;
    left: 3.5rem !important;
    top: -2rem !important;
  }

  .iBox .li5 p {
    width: 1rem !important;
    left: 2.5rem !important;
    top: 0rem !important;
  }

  /* 重点发展产业 */
 
  .tBox .bd li a .im{
    width: 3rem;
    height: 3rem;
  }

  .tBox .bd li {
    position: unset !important;
    width: 48%;
    height: auto;
    margin-right: 2%;
    margin-left: 0;
  }

  .tBox .bd li a p {
    position: unset !important;
    text-align: center;
    word-break: break-all;
  }
  
  /* .industry-list .b {
    display: none;
  }  */
 

  #footer {
    display: none;
  }

}