.container {
  max-width: 1440px !important;
}

.indexTitle {
  text-align: center;
  margin-bottom: 50px;
}

.indexTitle h2,
.indexTitle h1 {
  font-size: 34px;
  color: #000;
  font-style: italic;
  font-weight: bold;
}


/* index_advantages */
.index_advantages {
  background-color: #eee;
  padding: 60px 0 80px;
}

.indexAd_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: #fff;
  text-align: center;
  border: solid #ddd 1px;
  padding: 25px 20px;
  height: 100%;
}

.indexAd_boxi i {
  color: #035bbc;
  font-size: 60px;
  font-weight: bold;
}

.indexAd_box h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

.indexAd_box p {
  color: #555;
  font-size: 15px;
  word-wrap: break-word;
  word-break: break-all;
}


/* index_transport */
.index_transport {
  padding: 60px 0 80px;
}

.index_transport .container {
  max-width: 1760px !important;
}

.indexTrans_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 30px;
  transition: all 0.35s ease;

  position: relative;
  overflow: hidden;
  height: 100%;
}

.indexTrans_des {
  position: relative;
  bottom: auto;
  top: auto;
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.indexTrans_i i {
  color: #035bbc;
  font-size: 60px;
  font-weight: bold;
}

.indexTrans_h3 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.indexTrans_h3 h3 {
  font-size: 14px;
  color: #111;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.indexTrans_box p {
  font-size: 20px;
  color: #ff6b00;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.indexTrans_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 60%;
  border-radius: 5px;
}

.indexTrans_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: -20%;
  left: 0;
  transition: all 0.35s ease;
}

.indexTrans_box:hover img {
  transform: scale(1.1);
}

.indexTrans_a {
  margin-top: 30px;
}

.indexTrans_aa {
  background: linear-gradient(to right, #1a228d, #0392dd);
  border-radius: 30px;
  padding: 2px;
  transition: all 0.35s ease;
}

.indexTrans_aas {
  background: #fff;
  border-radius: 30px;
  transition: all 0.35s ease;
}

.indexTrans_a a {
  display: inline-block;
  padding: 10px 30px;
  color: #111;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.35s ease;
}

.indexTrans_box:hover .indexTrans_aas {
  background: transparent;
}

.indexTrans_box:hover .indexTrans_a a {
  color: #fff;
}

.indexTrans_box:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}


/* index_country */
.index_country {
  background-color: #eee;
  padding: 70px 0 80px;
}

.indexCountry_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.indexCountry_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 55%;
  border-radius: 5px;
}

.indexCountry_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexCountry_box h3 {
  font-size: 16px;
  color: #111;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  transition: all 0.35s ease;
}

.indexCountry_box:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.indexCountry_box:hover h3 {
  color: #035bbc;
}


/* index_step */
.index_step {
  padding: 60px 0 80px;
}

.indexStep_main {
  width: 95%;
  margin: 0 auto;
  background: url(../images/isbg.png) no-repeat;
  background-position: top 75px left 5px;
}

.indexStep_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8%;
  margin-bottom: 65px;
}

.istBox_img {
  width: 150px;
  height: 150px;
  border: 1px #ddd solid;
  border-radius: 50%;
  padding: 10px 10px;
  margin-bottom: 15px;
}

.istBoxImg {
  background: linear-gradient(to right, #1a228d, #0392dd);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1) rotate(0deg);
  transition: all 0.6s ease;
  /* padding: 15px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.istBoxImg i {
  color: #fff;
  font-weight: bold;
  font-size: 75px;
}

.istBoxImg:hover {
  transform: scale(1) rotate(7deg);
  transition: all 0.6s ease;
}

.indexStep_box h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}

.indexStep_box p {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}

.indexStep_mainBox:nth-child(n+5) .indexStep_box {
  margin-bottom: 20px
}


/* index_chooseus */
.index_chooseus {
  background-color: #eee;
  padding: 70px 0 80px;
}

.indexChoose_left {
  display: flex;
  justify-content: right;
}

.indexChoose_l {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 150px;
}

.indexChoose_Box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.indexChoose_Boxi {
  position: absolute;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.indexChoose_Boxii {
  width: 35px;
  height: 35px;
  background-color: #035bbc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.indexChoose_Boxi i {
  color: #fff;
}

.indexChoose_Boxp {
  background-color: #fff;
  padding: 10px 20px 10px 25px;
  margin-left: 15px;
  border-radius: 35px 35px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  width: 100%;
}

.indexChoose_Boxp p {
  line-height: 26px;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.indexChoose_Box:hover .indexChoose_Boxp {
  letter-spacing: 1px;
  box-shadow: rgb(0 71 157) 0px 7px 10px 0px;
  transition: all .3s ease;
}
.indexChoose_right{
    position: relative;
    overflow: hidden;
}

.indexChoose_right div {
  /* height: 100%; */
}

.indexChoose_right iframe {
  width: 100%;
  height: 100%;
}


/* index_faq */
.indexFaq_left {
  padding: 0;
  display: flex;
  align-items: center;
  /* background: url(../images/ifaqbg.png);
  background-size: cover;
  background-repeat: no-repeat; */
}

.indexFaq_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 75%;
}

.indexFaq_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexFaq_right {}

.indexFaq_r {
  width: 73%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 100px;
  padding-bottom: 50px;
}

.index_faq .indexTitle {
  text-align: left;
  margin-bottom: 10px;
}

.indexFaq_tline {
  width: 60px;
  height: 2px;
  background-color: #ff6b00;
  margin: 10px 0;
}

.indexFaq_Des h3 {
  font-size: 20px;
  color: #0458bb;
  line-height: 24px;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

.indexFaq_Des p {

  word-wrap: break-word;
  word-break: break-all;
}

.indexFaq_mains {
  width: 100%;
  margin-top: 30px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 12px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 25px;
}

.accordion-button {
  border: 1px solid #035bbc;
  border-radius: 25px;
}

.accordion-header {
  background: linear-gradient(to right, #1a228d, #0392dd);
  border-radius: 25px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
}


/* index_contact */
.index_contact {
  padding: 80px 0;
  background: url(../images/iconbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.indexContact {
  display: flex;
  justify-content: flex-end;
}

.index_contact .indexTitle {
  margin-bottom: 0;
}

.indexContact_messages {
  width: 90%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  text-align: center;
  padding: 50px 30px;
}


/* index_role */
.index_role {
  padding: 60px 0 80px;
}

.index_role .indexTitle {
  margin-bottom: 20px;
}

.indexRole_top p {
  text-align: center;
  font-size: 18px;
  color: #111;
}

.indexRole_topRow {
  width: 60%;
  margin: 30px auto;
}

.indexRole_topBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indexRole_topimg {
  padding: 2px;
  border-radius: 35px;
  background: linear-gradient(to right, #1a228d, #0392dd);
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 46px;
  font-size: 20px;
  border-radius: 50%;
}

.indexRole_topimg .indexRole_tImg {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexRole_tImg i {
  font-size: 70px;
  font-weight: bold;
  color: #035bbc;
  transition: all 0.3s ease;
}

.indexRole_tImg:hover {
  background: linear-gradient(to right, #1a228d, #0392dd);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.indexRole_tImg:hover i {
  color: #fff;
  transition: all 0.3s ease;
}

.indexRole_topBox h6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}

.indexRole_honor,
.indexRole_brand {
  margin-top: 40px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
  padding: 50px 50px;
  position: relative;
}

.indexRh_h3 {
  font-size: 18px;
  color: #111;
  margin-bottom: 20px;
}

.indexRh_lImg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 35%;
}

.indexRh_lImg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexRh_right {
  border-left: 1px #ddd solid;
  padding-left: 30px;
}



.indexRb_lImg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 35%;
}

.indexRb_lImg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexPic {
  position: relative;
}

.indexPic_img img {
  width: 100%;
  height: 100%;
}

.indexPic_img {
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  display: block;
  /* height: auto;
width: 100%; */
  width: auto;
  height: 100%;
}

.indexPic_Img_look {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexPic_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.ser_look {
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
}


.indexPic:hover .indexPic_img::before {
  opacity: 1;
}

.indexPic:hover .ser_look {
  opacity: 1;
  z-index: 99;
  transition: all ease 0.3s;
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000000;
  display: none;
}

#popup {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000000;
}

img.enlarged {
  width: 100%;
  height: auto;
}

#popup span {
  position: absolute;
  top: -35px;
  right: -65px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;

}

#popup span i {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.12);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
}


/* index_aboutus */
.index_aboutus {
  padding: 60px 0 80px;
}

.indexAbout_P p {
  font-size: 18px;
  color: #111;
  margin-bottom: 30px;
  line-height: 28px;
  text-align: center;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.indexAbout_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 35%;
}

.indexAbout_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexBtn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexBtn_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.indexBtn_a a {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  background: linear-gradient(to right, #1a228d, #0392dd);
  border: none;
  line-height: 3;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 35px;
  transition: all ease 0.3s;
  text-transform: uppercase;
}

.indexBtn_a:hover a {
  letter-spacing: 2px;
  box-shadow: rgb(0 71 157) 0px 7px 20px 0px;
}


/* index_news */
.index_news {
  padding: 60px 0;
  background-color: #F6F6F6;
}

.index_news_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.index_news_title h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 8px;
  color: #111;
}

.index_news_title .indexFaq_tline {
  margin: 0px 0 10px;
}

.index_news_title p {
  font-size: 20px;
  line-height: normal;
  color: #111111c4;
  font-weight: 400;
}


.index_news .newblogflex {
  display: flex;
  flex-wrap: wrap;
}

.index_news .blogbox {
  height: 100%;
  padding: 18px 15px 5px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.index_news .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 64%;
}

.index_news .blog_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
}

.index_news .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: bold;
  font-size: 23px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.index_news .blog_txt p {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  word-break: break-all;
  font-size: 17px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.index_news .blogline {
  width: 0%;
  height: 3px;
  background: #035bbc;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.index_news .blogli:hover .blogline {
  width: 100%;
}

.index_news .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #035bbc;
}

.index_news .blogli:hover .blog_img img {
  transform: scale(1.2);
}

.index_news .blogli {
  margin-bottom: 10px;
}

.indexnews_more {
  text-align: center;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexnews_more a {
  font-size: 14px;
  font-weight: bold;
  color: #035bbc;
  transition: all ease 0.3s;
}

.indexnews_more i {
  font-size: 12px;
  color: #035bbc;
  transition: all ease 0.3s;
}

.index_news .blogli:hover .indexnews_more a,
.index_news .blogli:hover .indexnews_more i {
  color: #111;
}


/* map */
#indexmap {
  height: 450px;
}


/* index_footer */
.index_footer {
  padding: 60px 0 80px;
  background: #313131;
}


.footer_tags {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 16px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 99;
}

.footer_tags p {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
  font-weight: bold;
  margin-right: 20px;
}

.footer_tags a {
  font-size: 16px;
  opacity: 0.7;
  color: #fff;
  display: block;
  line-height: 28px;
  margin-right: 20px;
  transition: all ease 0.1s;
}

.footer_tags a:hover {
  opacity: 1;
  box-shadow: inset 0px -2px 0px 0px #0174f0;
}

.fot_nav {
  display: flex;
  height: 100%;
  align-items: center;
}

.fot_nav h4 {
  margin-right: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}

.fot_nav ul {
  width: 450px;
  display: flex;
  justify-content: space-between;
}

.fot_nav ul li {
  opacity: 0.7;
  transition: all ease 0.1s;
}

.fot_nav ul a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.fot_nav ul li:hover {
  opacity: 1;
  box-shadow: inset 0px -2px 0px 0px #0174f0;
}

.footer_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
}

.footer_social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin-left: 30px;
  text-align: center;
  transition: all 0.35s ease
}

.footer_social_media a:nth-child(1) {
  margin-left: 0;
}

.footer_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #0174f0;
  transition: all 0.35s ease;
  line-height: 50px;
}

.footer_social_media a:hover {
  background-color: #0174f0;
  border: 1px dashed #0174f0;
}

.footer_social_media a:hover i {
  color: #fff;
}

.footer_con {
  margin-top: 5px;
}

.footer_con h3 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer_con p,
.footer_con a {
  font-size: 16px;
  line-height: 24px;
  color: #ddd;
  ;
  margin-bottom: 10px;
}

.footer_con a:hover {
  color: #fff;
}

.footer_copyrights {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0 0px 0;
  width: 100%;
  font-size: 14px;
}

.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  color: #ddd;
  ;
  position: relative;
  font-size: 14px;
}

.footer_Powered {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_copyrights_p p {
  font-size: 14px;
  color: #ddd;
  ;
  display: inline;
}

.footer_copyrights_p a {
  font-size: 14px;
  color: #ddd;
  ;
  display: inline;
  text-transform: uppercase;
}

.footer_bottom_right {
  position: relative;
  color: #ddd;
  ;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.footer_bottom_right a {
  color: #ddd;
  ;
  font-size: 14px;
  font-weight: bold;
  transition: all ease .1s;
}

.footer_bottom_right a:hover {
  color: #fff;
  font-size: 14px;
}

.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}



/* shi pei */
@media (max-width:575px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 250px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 250px;}
  .bg-dark {
    background-color: #ececec !important;
  }

  .navbar-toggler {
    background-color: #035bbc !important;
  }

  .text-bg-dark {
    background-color: #ececec !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .index_advantages,
  .index_transport,
  .index_country,
  .index_step,
  .index_chooseus,
  .index_contact,
  .index_role,
  .index_aboutus,
  .index_faq {
    padding: 40px 0;
  }

  .indexTitle {
    margin-bottom: 20px;
  }

  .indexTitle h2,
  .indexTitle h1 {
    font-size: 26px;
    /* word-wrap: break-word;
    word-break: break-all; */
  }


  /* index_advantages */
  .indexAd_boxx {
    margin-bottom: 25px;
  }

  .indexAd_boxx:nth-last-child(1) {
    margin-bottom: 0px;
  }

  .indexAd_boxi i {
    font-size: 54px;
  }


  /* index_transport */
  .indexTrans_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 30px;
  }

  .indexTrans_des {
    position: relative;
    bottom: auto;
    padding: 0;
    width: 100%;
  }


  /* index_country */
  .indexCountry_box {
    margin-bottom: 20px;
  }

  .index_country .row>div:nth-child(n+3) .indexCountry_box {
    margin-bottom: 10px;
  }


  /* index_step */
  .indexStep_main {
    width: 100%;
    background: none;
  }

  .istBox_img {
    width: 120px;
    height: 120px;
    padding: 6px 6px;
  }

  .istBoxImg i {
    font-size: 55px;
  }

  .indexStep_box {
    padding: 0;
    margin-bottom: 30px;
  }

  .indexStep_box h3 {
    text-align: center;
  }

  .indexChoose_l {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .indexChoose_right iframe {
    height: 180px;
  }


  /* index_faq */
  .indexFaq_left {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }

  .indexFaq_r {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 0;
  }

  /* index_contact */
  .indexContact_messages {
    width: 100%;
    padding: 30px 10px;
  }

  .indexContact_messages .contact_inquiry_form_main {
    padding: 20px 5px 5px;
  }


  /* index_role */
  .indexRole_topRow {
    margin: 30px auto 0;
  }

  .indexRole_topBox {
    margin-bottom: 30px;
  }

  .indexRole_topBox h6 {
    margin-top: 15px;
  }

  .indexRole_honor,
  .indexRole_brand {
    padding: 30px;
  }

  .indexRh_right {
    border-top: 1px #ddd solid;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    margin-top: 25px;
  }

  #popup {
    width: 78%;
  }

  #popup span {
    top: -70px;
    right: 0px;
  }


  /* index_aboutus */
  .indexBtn {
    margin-top: 35px;
  }


  /* index_news */
  .index_news {
    padding: 30px 0 5px;
  }

  .index_news_top {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .index_news_top .indexBtn {
    margin-top: 10px;
  }

  .index_news_title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index_news_title h3 {
    text-align: center;
  }

  .index_news_title p {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
  }

  .index_news .blogli {
    margin-bottom: 30px;
  }

  .index_news .blogbox {
    height: 100%;
  }

  .index_news .blog_txt {
    padding: 10px 10px 20px 10px;
  }

  .index_news .blog_txt h3 {
    margin: 0 0 6px 0;
  }


  /* indexmap */
  #indexmap {
    height: 200px;
  }


  /* index_footer */
  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px 10px 100px;
  }

  .fot_nav {
    display: none;
    align-items: flex-start;
    flex-direction: column;
  }

  .fot_nav h4 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .footer_social_media {
    justify-content: flex-start;
    padding: 14px 0px 0;
    margin-bottom: 10px;
  }

  .footer_social_media a {
    width: 45px;
    height: 45px;
    margin-left: 22px;
  }

  .footer_tags a {
    opacity: 1;
  }

  .fot_nav ul {
    width: 100%;
    flex-direction: column;
  }

  .fot_nav ul li {
    opacity: 1;
    margin-bottom: 8px;
  }

  .fot_nav ul li a {
    font-size: 16px;
    line-height: 24px;
  }

  .fot_nav ul li:hover {
    opacity: 1;
    box-shadow: none;
  }

  .footer_con h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .footer_con p,
  .footer_con a {
    color: #fff;
  }

  .footer_copyrights {
    margin-top: 12px;
  }

  .footer_copyrights_p {
    justify-content: center;
  }

  .footer_copyrights_p p {
    text-align: center;
  }

  .footer_Powered {
    text-align: center;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .bg-dark {
    background-color: #ececec !important;
  }

  .navbar-toggler {
    background-color: #035bbc !important;
  }

  .text-bg-dark {
    background-color: #ececec !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .index_advantages,
  .index_transport,
  .index_country,
  .index_step,
  .index_chooseus,
  .index_contact,
  .index_role,
  .index_aboutus,
  .index_faq {
    padding: 45px 0;
  }

  .indexTitle {
    margin-bottom: 30px;
  }

  .indexTitle h2,
  .indexTitle h1 {
    font-size: 30px;
    /* word-wrap: break-word;
    word-break: break-all; */
  }


  /* index_advantages */
  .indexAd_boxx {
    margin-bottom: 25px;
  }

  .indexAd_boxx:nth-child(n+3) {
    margin-bottom: 0px;
  }

  .indexAd_boxi i {
    font-size: 54px;
  }


  /* index_transport */
  .indexTrans_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 30px;
  }

  .indexTrans_des {
    position: relative;
    bottom: auto;
    padding: 0;
    width: 100%;
  }

  .indexTrans_main>div:nth-last-child(1) {
    display: none;
  }


  /* index_country */
  .indexCountry_box {
    margin-bottom: 20px;
  }

  .index_country .row>div:nth-child(n+3) .indexCountry_box {
    margin-bottom: 10px;
  }


  /* index_step */
  .indexStep_main {
    width: 100%;
    background: none;
  }

  .istBox_img {
    width: 120px;
    height: 120px;
    padding: 6px 6px;
  }

  .istBoxImg i {
    font-size: 55px;
  }

  .indexStep_box {
    padding: 0;
    margin-bottom: 30px;
  }

  .indexStep_box h3 {
    text-align: center;
  }

  .indexChoose_l {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .indexChoose_right iframe {
    height: 360px;
  }


  /* index_faq */
  .indexFaq_left {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }

  .indexFaq_r {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 0;
  }

  /* index_contact */
  .indexContact_messages {
    width: 80%;
    padding: 30px 10px;
    margin: 0 auto;
  }

  .indexContact_messages .contact_inquiry_form_main {
    padding: 20px 5px 5px;
  }


  /* index_role */
  .indexRole_topRow {
    margin: 30px 0 0;
    width: 100%;
  }

  .indexRole_topBox {
    margin-bottom: 30px;
  }

  .indexRole_topimg {
    width: 120px;
    height: 120px;
  }

  .indexRole_tImg i {
    font-size: 60px;
  }

  .indexRole_topBox h6 {
    margin-top: 15px;
    font-size: 16px;
  }

  .indexRole_honor,
  .indexRole_brand {
    padding: 30px;
  }

  .indexRh_right {
    border-top: 1px #ddd solid;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    margin-top: 25px;
  }

  #popup {
    width: 73%;
  }


  /* index_aboutus */
  .indexBtn {
    margin-top: 15px;
  }

  /* index_news */
  .index_news {
    padding: 30px 0 15px;
  }

  .index_news_top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .index_news_title {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .index_news_title h3 {
    text-align: center;
    font-size: 30px;
  }

  .index_news_title p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .index_news .blogli {
    margin-bottom: 30px;
  }

  .index_news .blogbox {
    height: 100%;
    padding: 10px 15px 5px;
  }

  .index_news .blog_txt {
    padding: 10px 10px 25px 10px;
  }

  .index_news .blog_txt h3 {
    margin: 0 0 6px 0;
  }


  /* map */
  #indexmap {
    height: 280px;
  }


  /* index_footer */
  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 50px 2% 100px;
  }

  .fot_nav {
    display: none;
  }

  .fot_nav ul li {
    opacity: 1;
  }

  .fot_nav ul li a {
    color: #111;
  }

  .fot_nav h4 {
    margin-right: 20px;
  }

  .footer_social_media {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

  .footer_con {
    margin-top: 15px;
  }

  .footer_copyrights_p {
    justify-content: center;
  }

  .footer_copyrights_p p {
    text-align: center;
  }

  .footer_Powered {
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .bg-dark {
    background-color: #ececec !important;
  }

  .navbar-toggler {
    background-color: #035bbc !important;
  }

  .text-bg-dark {
    background-color: #ececec !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .index_advantages,
  .index_transport,
  .index_country,
  .index_step,
  .index_chooseus,
  .index_contact,
  .index_role,
  .index_aboutus,
  .index_faq {
    padding: 50px 0;
  }

  .indexTitle {
    margin-bottom: 35px;
  }

  .indexTitle h2,
  .indexTitle h1 {
    font-size: 32px;
    /* word-wrap: break-word;
    word-break: break-all; */
  }


  /* index_advantages */
  .indexAd_boxx {
    margin-bottom: 30px;
  }

  .indexAd_boxx:nth-child(n+3) {
    margin-bottom: 0px;
  }


  /* index_transport */
  .indexTrans_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 30px;
  }

  .indexTrans_des {
    position: relative;
    bottom: auto;
    padding: 0;
    width: 100%;
  }

  .indexTrans_main>div:nth-last-child(1) {
    display: none;
  }


  /* index_country */
  .indexCountry_box {
    margin-bottom: 20px;
  }

  .index_country .row>div:nth-child(n+3) .indexCountry_box {
    margin-bottom: 10px;
  }


  /* index_step */
  .indexStep_main {
    width: 100%;
    background: none;
  }

  .istBox_img {
    width: 120px;
    height: 120px;
    padding: 6px 6px;
  }

  .istBoxImg i {
    font-size: 55px;
  }

  .indexStep_box {
    padding: 0;
    margin-bottom: 30px;
  }

  .indexStep_box h3 {
    text-align: center;
  }

  .indexChoose_l {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .indexChoose_right iframe {
    height: 360px;
  }


  /* index_faq */
  .indexFaq_left {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }

  .indexFaq_r {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 0;
  }

  /* index_contact */
  .index_contact {
    padding: 40px 0;
    background-position: right;
  }

  .index_contact .indexTitle h2 {
    font-size: 28px;
  }

  .indexContact_messages {
    width: 80%;
    padding: 30px 10px 20px;
    margin: 0 auto;
  }

  .indexContact_messages .contact_inquiry_form_main {
    padding: 20px 5px 5px;
  }


  /* index_role */
  .indexRole_topRow {
    margin: 30px auto 0;
    width: 80%;
  }

  .indexRole_topBox {
    margin-bottom: 30px;
  }

  .indexRole_topimg {
    width: 120px;
    height: 120px;
  }

  .indexRole_tImg i {
    font-size: 60px;
  }

  .indexRole_topBox h6 {
    margin-top: 15px;
    font-size: 16px;
  }

  .indexRole_honor,
  .indexRole_brand {
    padding: 30px;
  }

  .indexRh_right {
    border-top: 1px #ddd solid;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    margin-top: 25px;
  }

  #popup {
    width: 40%;
  }

  /* index_aboutus */
  .indexBtn {
    margin-top: 40px;
  }

  /* index_news */
  .index_news {
    padding: 35px 0 15px;
  }

  .index_news_title {
    flex: 0 70%;
  }

  .index_news .blogbox {
    height: 100%;
    padding: 10px 10px 0px;
  }

  .index_news .blog_txt {
    padding: 8px 12px 18px 12px;
  }

  .index_news .blog_txt h3 {
    margin: 0 0 8px 0;
    line-height: 28px;
    font-size: 21px;
  }

  .index_news .blogli {
    margin-bottom: 26px;
  }

  .index_news .blogli:nth-last-child(1) {
    display: none;
  }


  /* map */
  #indexmap {
    height: 300px;
  }


  /* index_footer */
  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 50px 0 100px;
  }

  .fot_nav ul li {
    opacity: 1;
  }

  .fot_nav h4 {
    margin-right: 20px;
  }

  .footer_social_media {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .footer_con {
    margin-top: 15px;
  }

  .footer_bottom_left h4 {
    text-align: center;
    font-weight: normal;
  }

  .footer_bottom_right {
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
  }

  .footer_bottom_right a {
    font-weight: normal;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .bg-dark {
    background-color: #ececec !important;
  }

  .navbar-toggler {
    background-color: #035bbc !important;
  }

  .text-bg-dark {
    background-color: #ececec !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .index_advantages,
  .index_transport,
  .index_country,
  .index_step,
  .index_chooseus,
  .index_contact,
  .index_role,
  .index_aboutus,
  .index_faq {
    padding: 50px 0;
  }

  .indexTitle {
    margin-bottom: 35px;
  }


  /* index_transport */
  .indexTrans_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 30px;
  }

  .indexTrans_des {
    position: relative;
    bottom: auto;
    padding: 0;
    width: 100%;
  }

  .indexTrans_h3 {
    height: 100%;
  }

  /* index_step */
  .indexStep_main {
    width: 100%;
    background: none;
  }

  .istBox_img {
    width: 130px;
    height: 130px;
    padding: 8px;
  }

  .istBoxImg i {
    font-size: 60px;
  }

  .indexStep_box {
    padding: 0;
    margin-bottom: 30px;
  }

  .indexStep_box h3 {
    text-align: center;
  }

  /*index_chooseus  */
  .indexChoose_l {
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
  }

  .indexChoose_right iframe {
    max-height: 360px;
  }


  /* index_contact */
  .index_contact {
    background-position: right;
  }

  .indexContact_messages {
    width: 90%;
    padding: 40px 20px 0;
  }

  /* index_faq */
  .indexFaq_r {
    width: 90%;
    padding-left: 50px;
    padding-bottom: 0;
  }

  .indexFaq_r .indexTitle h2,
  .indexTitle h1 {
    font-size: 30px;
  }


  /* index_role */
  .indexRole_topimg {
    width: 140px;
    height: 140px;
  }

  #popup {
    width: 40%;
    ;
  }



  /* index_news */
  .index_news {
    padding: 45px 0 40px;
  }

  .index_news .blogli:nth-last-child(1) {
    display: none;
  }

  .index_news_top {
    margin-bottom: 28px;
  }

  .index_news .blog_txt {
    padding: 12px 5px 20px 5px;
  }


  /* map */
  #indexmap {
    height: 350px;
  }


  /* index_footers */
  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 110px;
  }
}

@media (min-width:1201px) and (max-width:1440px) {
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .indexStep_main {
    background-position: top 75px right 0px;
  }

  .indexStep_box {
    margin-bottom: 30px;
  }

  .indexChoose_l {
    width: 75%;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
  }

  .indexFaq_r {
    width: 85%;
    padding-top: 30px;
    padding-left: 60px;
  }

  .index_contact {
    background-position: right;
  }
  /* index_news */
  .index_news {
    padding: 50px 0;
  }

  .index_news .blog_txt {
    padding: 12px 12px 24px 12px;
  }

  .index_aboutus {
    padding: 0 0 60px;
  }

  /* map */
  #indexmap {
    height: 400px;
  }


  /* index_footer */
  .index_footer {
    margin-top: 0px;
    padding: 50px 20px;
  }
}

@media (min-width:1401px) and (max-width:1680px) {

  /* index_news */
  .index_news .blog_txt {
    padding: 15px 12px 22px 12px;
  }

  .indexChoose_l {
    width: 70%;
    height: 100%;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 80px;
  }

  .indexFaq_r {
    width: 85%;
    padding-top: 30px;
    padding-left: 80px;
  }

  .index_contact {
    background-position: right;
  }

  .index_aboutus {
    padding: 0 0 60px;
  }


  /* index_footer */
  .index_footer {
    padding: 60px 20px;
  }
}




@media (min-width:1200px) {
  .indexTrans_main .col-xxl-2 {
    width: 20% !important;
  }
}

@media (min-width:1201px) {
  .web_head {
    top: 0;
  }
  .banner{
    margin-top: 45px
  }
  .bannercontent{
    margin-top: 45px;
  }
}

@media (min-width:430px) and (max-width:500px) {
  .indexChoose_right iframe {
    height: 300px;
  }
}

@media (min-width:1200px) and (max-width:1200px) {
  .index_news .blogli:nth-last-child(1) {
    display: block;
  }
}