.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}
ol,
ul {
  list-style: none;
}
.navbg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.nav-item.last {
  font-size: 14px;
  list-style: none;
}
.nav-item.last a {
  color: #fff;
}
.banner {
  width: 100%;
  height: 980px;
  position: relative;
  overflow: hidden;
}
.banner .globg {
  background-image: url(../img/banner01.jpg);
}
.sub_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.globg {
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(1.2);
  background-position: center;
  background-size: cover;
  transition: all 10s;
}
.loaded .globg {
  transform: scale(1);
}
.num {
  background-color: #409ccf;
  color: #fff;
  margin-top: -140px;
  z-index: 88;
  position: relative;
}
.num .item {
  padding: 40px 29px;
  display: flex;
  justify-content: center;
}
.num .item .text {
  margin-left: 20px;
  width: 80%;
}
.num .item .text h1 {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 2.8rem;
}

.num .item .img {
  margin-top: 10px;
}
.index_aboutcon,
.companycon {
  margin-top: 40px;
}
.tit h1 {
  margin: 0 auto;
  font-size: 48px;
}
.tit p {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.index_aboutcon .text h2 {
  padding-top: 40px;
  padding-bottom: 10px;
}
.about {
  margin-top: 20px;
}
.index_aboutcon .text .lineorg {
  width: 10%;
  height: 1px;
  background-color: #ff9330;
  display: inline-block;
}
.index_aboutcon .text .line {
  width: 90%;
  height: 1px;
  background-color: #eeeeee;
  display: inline-block;
}
.index_aboutcon .text p {
  text-align: justify;
  line-height: 28px;
  margin-top: 20px;
}
.about a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #ffcc30;
  width: 220px;
  height: 50px;
  margin-top: 40px;
  transition: all 0.5s;
}
.about a i {
  position: relative;
  z-index: 3;
}
.about a img {
  margin-left: 16px;
  position: relative;
  z-index: 3;
}
.about a span {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #003399;
  height: 100%;
  display: block;
}
.about a:hover span {
  width: 100%;
  transition: all 0.5s;
}
.about a:hover {
  color: #fff;
}
.about .img {
  margin-top: 20px;
  margin-left: 50px;
}
.businesscon .tit {
  margin-top: 80px;
  text-align: center;
  padding-top: 40px;
  background: url(../img/line.jpg) no-repeat center;
  color: #fff;
  padding-bottom: 80px;
}
.businesscon .container {
  margin-top: -50px;
}
.businesscon .container .col-lg-4 {
  padding: 0;
}
.businesscon .container .item {
  position: relative;
  transition: all 0.5s;
}
.businesscon .container .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding-top: 24%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.businesscon .container .item .txt p {
  margin-top: 15px;
}
.businesscon .container .item .txt .line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}
.businesscon .container .item:hover .txt {
  background-color: rgba(11, 110, 168, 0.8);
  transition: all 0.5s;
  text-align: left;
}
.businesscon .container .item:hover .line {
  transition: all 0.5s;
  opacity: 1;
}
.companycon .itemcon {
  margin-top: 40px;
}
.companycon .itemcon .item {
  text-align: center;
  padding: 0 5px;
}
.companycon .itemcon .item a {
  color: #212529;
  text-decoration: none;
}
.companycon .itemcon .item .img {
  overflow: hidden;
}
.companycon .itemcon .item .img img {
  transition: all 0.5s;
}
.companycon .itemcon .item a:hover .img img {
  transition: all 0.5s;
  transform: scale(1.2);
}
.companycon .itemcon .item:first-child {
  padding-left: 0;
}
.companycon .itemcon .item:last-child {
  padding-right: 0;
}
.companycon .itemcon .item p {
  margin-top: 15px;
}
.mapcon {
  background: #f7f7f7;
  padding: 40px 0;
  margin-top: 40px;
}
.mapcon .map {
  margin-top: 40px;
  text-align: center;
}
#index_map .swiper-slide img {
  background-color: #f7f7f7;
}
.footer {
  background: #409ccf;
  padding: 50px 0;
  color: #fff;
  line-height: 13px;
  text-align: justify;
}
.footer a {
  color: #fff;
  display: inline-block;
  margin-top: 15%;
}
.footer p {
  text-align: justify;
}
.loc {
  height: 100px;
  line-height: 100px;
}
.loc img {
  margin-right: 15px;
}
.loc span.on {
  color: #333;
}
.loc span {
  color: #a5a5a5;
}
.subnav .ul a {
  font-size: 1.5rem;
  color: #333;
  padding-bottom: 10px;
}
.subnav .ul .on a {
  color: #409ccf;
  border-bottom: 3px solid #409ccf;
}
.subnav .ul a:hover {
  color: none;
  text-decoration: none;
}
.aboutcon .txt {
  text-align: justify;
  margin-top: 30px;
  line-height: 28px;
}
.aboutcon .row {
  margin-top: 50px;
}
.aboutcon .row3 {
  background: url(../img/map_bg.png) no-repeat left center;
  font-weight: bold;
  background-size: 57%;
  display: flex;
  align-items: center;
  height: 183px;
  background-position-x: 20px;
  color: #333;
}
.aboutcon .row3 .text {
  line-height: 28px;
}
.border-left-div {
  width: 1px;
  background: #ccc;
  height: 50%;
}
.aboutcon .row3 .tit {
  font-size: 28px;
  color: #010101;
  font-weight: 700;
  border-left: 1px solid #ccc;
  /* padding-top: 40px; */
  padding-left: 40px;
}
.aboutcon .num {
  margin-top: -50px;
  z-index: -1;
}
.aboutcon .num {
  background-color: #fff;
  color: #333;
}
.aboutcon .num .text p {
  margin-top: 0;
  line-height: 24px;
}
.c8a {
  color: #8a8a8a;
}
.trade {
  background-color: #409ccf;
  color: #fff;
  line-height: 28px;
  padding: 80px 0;
  text-align: justify;
  box-sizing: border-box;
}
.trade .line,
.financial .line {
  width: 80px;
  height: 5px;
  background-color: #ffcc30;
  margin: 20px 0;
}
.trade .img {
  position: relative;
  top: 200px;
}
.financial {
  margin-top: 150px;
  text-align: justify;
  line-height: 28px;
  margin-bottom: 50px;
}
.sub_loc {
  width: 100%;
  background-color: #fff;
  line-height: 4rem;
  margin-bottom: 5px;
  color: #000;
  box-shadow: 0 5px 5px rgba(177, 177, 177, 0.2);
}
.sub_loc .row div {
  font-size: 24px;
  text-align: center;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}
.tc {
  text-align: center;
}
.sub_loc .row div.on {
  color: #409ccf;
}
.sub_loc .row div.on::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #409ccf;
  display: block;
  margin: 0 auto;
}
.com_part {
  padding: 55px 0;
}
.com_part .swiper-container {
  margin-top: 60px;
}
.com_part .tit .logo {
  margin-bottom: 40px;
}
.com_part .tit p {
  color: #666;
  font-size: 1.5rem;
  text-align: center;
}
.com_part .tit .qrcode {
  margin-top: 25px;
}
.com_part .con h3 {
  font-size: 3rem;
  line-height: 6rem;
}
.com_part .con h3.hh {
  font-size: 2.6rem;
}
.com_part .con h4 {
  font-size: 5rem;
  color: #ccc;
  font-family: "SegoeUI";
  font-weight: lighter;
}
.com_part .con .text {
  margin-top: 30px;
  margin-bottom: 70px;
}
.com_part .con .text p {
  color: #666666;
  line-height: 32px;
  text-align: justify;
}
.com_part .con a {
  color: #fff;
  padding: 15px 25px;
  background-color: #ffcc30;
}
.com_part .con a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center;
  width: 24px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 3px;
}
.sub_loc.scroll {
  position: fixed;
  z-index: 99;
  top: 0px;
}
/* business css */
.business_part {
  position: relative;
  margin: 0;
}
.business_part .bg {
  width: 100%;
}
.business_part.business1 .bg,
.business_part.business3 .bg,
.business_part.business5 .bg {
  height: 605px;
  background-color: #409ccf;
  margin-top: 100px;
}
.business_part .txt {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  left: 12%;
  padding: 57px 4%;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
}
.business_part.business2,
.business_part.business4,
.business_part.business6 {
  padding: 80px 0;
  background-color: #f1f1f1;
  margin-bottom: 73px;
}
.business_part.business2 .txt,
.business_part.business4 .txt,
.business_part.business6 .txt {
  right: 12%;
  left: unset;
  top: 30%;
}
.business_part .txt h3 {
  margin-bottom: 8%;
}
.business_part .txt p {
  line-height: 32px;
  color: #666;
  text-align: justify;
}
.business_part .txt h3::before {
  content: "";
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 20px;
}
.business_part.business1 .txt h3::before {
  background: url(../img/business_i01.png) no-repeat center;
  width: 45px;
  height: 41px;
}
.business_part.business2 .txt h3::before {
  background: url(../img/business_i02.png) no-repeat center;
  width: 44px;
  height: 44px;
}
.business_part.business3 .txt h3::before {
  background: url(../img/business_i03.png) no-repeat center;
  width: 44px;
  height: 44px;
}
.business_part.business4 .txt h3::before {
  background: url(../img/business_i04.png) no-repeat center;
  width: 44px;
  height: 44px;
}
.business_part.business5 .txt h3::before {
  background: url(../img/business_i05.png) no-repeat center;
  width: 44px;
  height: 44px;
}
.business_part.business6 .txt h3::before {
  background: url(../img/business_i06.png) no-repeat center;
  width: 44px;
  height: 44px;
}
.business_part .img {
  right: 0;
  top: -73px;
  position: absolute;
  overflow: hidden;
  bottom: 50px;
  box-sizing: border-box;
  padding: 0;
}
.business_part.business2 .img,
.business_part.business4 .img,
.business_part.business6 .img {
  position: static;
}
.business_part .img img {
  width: 100%;
  display: block;
  transition: all 2s;
  transform: scale(1);
}
.business_part .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.contact_us .text {
  padding-left: 60px;
  margin-top: 6%;
  box-sizing: border-box;
}
.contact_us .text h3 {
  font-size: 30px;
  margin-bottom: 60px;
}
.contact_us .text p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 30px;
  color: #878787;
  font-size: 1.2rem;
}
.contact_us .text p i {
  display: flex;
  width: 40px;
  align-items: center;
  height: 30px;
}
.contact_us .text p span {
  width: calc(100% - 40px);
  display: block;
}
.contact_us .img {
  overflow: hidden;
}
.contact_us .img img {
  transition: all 0.8s !important;
  max-width: 100%;
  border: none;
}
.contact_us .img:hover img {
  transform: scale(1.1);
}
#map {
  margin-top: 60px;
  margin-bottom: 60px;
}
/* overseas css */
.overseas .con {
  padding: 30px;
  line-height: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  text-align: justify;
}
.overseas .hd li {
  padding: 20px 25px;
  background-color: #9ca2a5;
  color: #fff;
  margin: 0 40px;
  box-sizing: border-box;
}
.overseas .hd li.on {
  background-color: #409ccf;
}
.active {
  color: #ffcc30 !important;
}
.nav-link:hover {
  color: #ffcc30 !important;
}

