@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ti-container {
  display: block;
  font-size: inherit;
}
.ti-text-container {
  position: relative;
  display: inline;
  font-size: inherit;
}
.ti-text-container:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1em;
  position: relative;
}
.ti-text-container.active-container.ti-cursor:after {
  display: inline;
}
.ti-cursor:after {
  display: none;
  content: '|';
  bottom: 0.05em;
  right: -0.25em;
  position: absolute;
  line-height: normal;
  font-size: inherit;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
body {
  background: #fff;
}
body > div.msj_banner {
  width: 100%;
  height: 650px;
  background: url(../../Images/msj_banner1.png) center no-repeat;
}
body > div.msj_banner > div.content {
  padding-top: 30px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
body > div.msj_banner > div.content > div.msj_logo > span {
  display: inline-block;
  width: 1px;
  height: 34px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.5);
}
body > div.msj_banner > div.content > div.msj_tagline {
  width: 100%;
  padding-top: 120px;
  text-align: center;
}
body > div.msj_banner > div.content > div.msj_tagline > h1 {
  font-size: 65px;
  color: #fff;
}
body > div.msj_banner > div.content > div.msj_tagline > h3 {
  padding-top: 45px;
  color: #178aff;
  font-size: 50px;
}
body > div.msj_banner > div.content > div.search_region {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #178aff;
  padding-top:15px;
}
body > div.msj_banner > div.content > div.search_region > div.route_recommend {
  padding:0 15px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
body > div.msj_banner > div.content > div.search_region > div.route_recommend > div.recommend_title {
  font-size: 18px;
  font-weight: bold;
  color: #178aff;
  background: #fff;
  letter-spacing: 2px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 5px 10px;
}
body > div.msj_banner > div.content > div.search_region > div.route_recommend > a.routes {
  font-size: 18px;
  color: #fff;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search {
  width: 100%;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding:0 15px;
  box-sizing:border-box;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div {
  width: 410px;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(5, 68, 146, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div > img {
  margin-left: 20px;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div > label {
  font-size: 16px;
  color: #333;
  margin-left: 15px;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div > input {
  width: 63%;
  height: 30px;
  border-left: 2px solid rgba(204, 204, 204, 0.1);
  padding-left: 16px;
  color: #333;
  margin-left: 20px;
  font-size: 16px;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div > ul.select_down {
  display: none;
  position: absolute;
  width: 70%;
  top: 60px;
  left: 30%;
  background: #fff;
  border-radius: 5px;
  box-shadow: -1px 3px 7px #ddd;
  line-height: 34px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  box-sizing: border-box;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div > ul.select_down > li {
  padding-left: 16px;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div > ul.select_down > li:hover {
  background: #f5f5f5;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div:nth-last-of-type(1) {
  width: 150px;
  color: #178aff;
  font-size: 22px;
  cursor: pointer;
  padding: 0 39px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
body > div.msj_banner > div.content > div.search_region > div.msj_search > div:nth-last-of-type(1) > img {
  margin: 0;
  margin-top: 3px;
}
body > div.msj_strength {
  background: #fff;
  padding-bottom: 125px;
}
body > div.msj_strength > div.strength_title {
  text-align: center;
  padding-top: 82px;
}
body > div.msj_strength > div.strength_title > h1 {
  font-size: 30px;
  color: #333;
}
body > div.msj_strength > div.strength_title > h3 {
  font-size: 18px;
  color: #999;
  letter-spacing: 1px;
}
body > div.msj_strength > div.strength_content {
  padding: 80px 30px 0 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
body > div.msj_strength > div.strength_content > div {
  width: 30%;
  height: 430px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
body > div.msj_strength > div.strength_content > div > div {
  width: 100%;
  opacity: 0;
}
body > div.msj_strength > div.strength_content > div > div > h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
body > div.msj_strength > div.strength_content > div > div > p {
  font-size: 16px;
  color: #666;
  padding-top: 12px;
}
body > div.msj_strength > div.strength_content > div:nth-of-type(1) > div {
  margin-left: -80px;
}
body > div.msj_strength > div.strength_content > div:nth-of-type(2) > div {
  margin-left: 80px;
}
body > div.msj_strength > div.strength_content > img {
  padding: 0 30px;
}
body > div.msj_cooperation {
  width: 100%;
  height: 600px;
  background: #178aff;
  position: relative;
  overflow: hidden;
}
body > div.msj_cooperation > img {
  height: 600px;
  position: absolute;
  top: center;
  right: 50%;
}
body > div.msj_cooperation > div.content {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 120px 0 0 50px;
  box-sizing: border-box;
}
body > div.msj_cooperation > div.content > h1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
body > div.msj_cooperation > div.content > p {
  width: 415px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  line-height: 24px;
  text-align: justify;
}
body > div.msj_cooperation > div.content > button {
  width: 150px;
  height: 44px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  margin-top: 40px;
  box-sizing: border-box;
  background: #178aff;
  cursor: pointer;
}
body > div.msj_cooperation > div.content > button:hover {
  color: #178aff;
  background: #fff;
  border: none;
}
body > div.msj_product {
  background: #fff;
}
body > div.msj_product > div.product_title {
  text-align: center;
  padding-top: 82px;
}
body > div.msj_product > div.product_title > h1 {
  font-size: 30px;
  color: #333;
}
body > div.msj_product > div.product_title > h3 {
  font-size: 18px;
  color: #999;
  letter-spacing: 1px;
}
body > div.msj_product > div.product_img {
  height: 465px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body > div.msj_product > div.product_img > img {
  position: absolute;
}
body > div.msj_product > div.product_img > img:nth-of-type(1) {
  top: 800px;
  left: 0;
}
body > div.msj_product > div.product_img > img:nth-of-type(2) {
  top: 800px;
  right: 0;
}
body > div.msj_product > div.product_img > img:nth-last-of-type(1) {
  top: 800px;
  left: 16.5%;
}
