﻿
html,body,p,h3,h4{
  margin: 0;
  padding: 0;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style:none;
}

@media (max-width: 1200px){
  
}
.container {
  margin-top:70px;
}
.internationality{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.internationality .banner {
  width: 100%;
  min-width: 1200px;
  height:500px;
  background: url("../internationalityImg/banner_bg.png") #0d3279 no-repeat;
  background-size: 100% 500px;
}
.internationality .bannerCon{
  width: 1200px;
  margin: 0 auto;
  height:500px;
  display: flex;
  background: url("../internationalityImg/banner.png") #0d3279 no-repeat;
}
.internationality .bannerCon .txt{
  padding-top:136px;
  padding-left:20px;
}
.internationality .bannerCon .txt h3{
  font-size: 38px;
  color:#fff;
  font-weight: 600;
  margin-bottom: 27px;
  line-height: 53px;
}
.internationality .bannerCon .txt p{
  margin-bottom: 10px;
  font-size: 24px;
  color:#fff;
}
.internationality .bannerCon .txt .banner-text{
  font-size: 14px;
  color: rgba(255,255,255,0.64);
  margin-bottom: 47px;
}
.banner-primary-icon{
  font-size: 14px;
  color:#fff;
  width:130px;
  border-radius: 3px;
  background:#00CC99;
  border: 1px solid #00CC99;
  line-height: 40px;
  cursor: pointer;
  outline:none;
}
.banner-primary-icon:hover{
  background:#00E0A8;
  border: 1px solid #00E0A8;
}
.banner-primary-icon:active{
  background:#00B88A;;
  border: 1px solid #00B88A;
}
.banner-icon {
  font-size: 14px;
  margin-left: 20px;
  width: 130px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  background: none;
  cursor: pointer;
  outline:none;
}
.banner-icon:hover{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #152633;
}
.banner-icon:active {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(255,255,255,0.90);
  color: #152633;
}
.internationality .bannerCon .img{
  position: relative;
}
.internationality .bannerCon .img img{
  position: absolute;
  top:85px;
  left:210px;
  -webkit-animation:move 2.5s ease-in-out infinite alternate;
  -o-animation:move 2.5s ease-in-out infinite alternate;
  -moz-animation:move 2.5s ease-in-out infinite alternate;
  animation: move 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes move{
  from{
    top:85px;
  }
  to{
    top: 30px;
  }
}
@-o-keyframes move{
  from{
    top:85px;
  }
  to{
    top: 30px;
  }
}
@-moz-keyframes move{
  from{
    top:85px;
  }
  to{
    top: 30px;
  }
}
@keyframes move{
  from{
    top:85px;
  }
  to{
    top: 30px;
  }
}

.internationality .adhibition{
  width:100%;
  min-width: 1200px;
  height:650px;
  background: url('../internationalityImg/bg_application.png') no-repeat; 
  background-size: 100% 650px;
  color:#fff;  
}
.internationality .adhibition h4{
  font-size: 30px;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top:73px;
  padding-bottom: 54px;
}
.internationality .adhibition ul{
  margin: 0 auto;
  width: 1200px;
  display:flex;
  justify-content: space-around;
}
.internationality .adhibition ul li{
  width:300px;
  height: 400px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.internationality .adhibition ul li img{
  margin-left:120px;
}
.internationality .adhibition ul li p{
  width:300px;
  text-align: center;
  font-size: 20px;
}
.internationality .adhibition ul li .bg{
  height: 400px;
  width:300px;
}
.internationality .adhibition ul li .info{
  position: absolute;
  top:156px;
  left:0;
  z-index: 100;
}
.internationality .adhibition ul li:nth-child(1) .bg{
  background: url('../internationalityImg/application_one_normal.png') no-repeat;
  -webkit-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.internationality .adhibition ul li:nth-child(1):hover .bg{
  background: url('../internationalityImg/application_one_hover.png') no-repeat;
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.internationality .adhibition ul li:nth-child(2) .bg{
  background: url('../internationalityImg/application_two_normal.png') no-repeat;
  -webkit-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.internationality .adhibition ul li:nth-child(2):hover .bg{
  background: url('../internationalityImg/application_two_hover.png') no-repeat;
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.internationality .adhibition ul li:nth-child(3) .bg{
  background: url('../internationalityImg/application_three_normal.png') no-repeat;
  -webkit-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.internationality .adhibition ul li:nth-child(3):hover .bg{
  background: url('../internationalityImg/application_three_hover.png') no-repeat;
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.internationality .adhibition ul li:nth-child(4) .bg{
  background: url('../internationalityImg/application_four_normal.png') no-repeat;
  -webkit-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.internationality .adhibition ul li:nth-child(4):hover .bg{
  background: url('../internationalityImg/application_four_hover.png') no-repeat;
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.internationality .advantage{
  padding: 80px 0 130px 80px;
  margin: 0 auto;
  text-align: center;
}
.internationality .advantage h4{
  font-size: 30px;
  width: 1200px;
  text-align: center;
  padding-top:73px;
  padding-bottom: 54px;
}
.internationality .advantage ul{
  margin: 0 auto;
  width: 980px;
  display:flex;
  justify-content: space-around;
  margin-top: 50px;
}
.internationality .advantage ul li{
  width:200px;
  font-size: 20px;
  overflow: hidden;
}
.internationality .advantage ul li:hover {
  color: #00AD82;
}
.internationality .advantage ul li p{
  width:200px;
  text-align: center;
  font-size: 18px;
  margin-top:5px;
  margin-bottom:20px;
}
.internationality .advantage ul li span{
  width:100%;
  display:block;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: rgba(21,38,51,0.45);;
}
.internationality .path{
  color:#fff;
  width: 100%;
  min-width: 1200px;
  height: 320px;
  background: url('../internationalityImg/bg_process.png') no-repeat;
  background-size: 100% 320px;
}
.internationality .path div{
  width: 500px;
  margin: 0 auto;
  padding:76px 0;
  text-align: center;
}
.internationality .path h4{
  font-size: 30px;
  text-align: center;
}
.internationality .path p{
  margin-top:18px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 34px;
}
.internationality .path button{
  font-size: 20px;
  color:#09a493;
  border:1px solid #09a493;
  width:160px;
  height: 46px;
  border-radius: 23px;
  background: #25262e;
  cursor: pointer;
}
.internationality .path button:hover{
  background:url('../internationalityImg/btnHover.png') #25262e;
  border:none;
  color: #333333;
}
.child-nav {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}
.child-nav-fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.child-nav-copy {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  display: none;
}
.child-nav-cont {
  width: 980px;
  margin: 0 auto;
  display: flex;
}
.child-nav-cont a {
  flex: 1;
}
.child-nav-title {
  text-align: center;
  font-size: 18px;
  color: rgba(21,38,51,0.65);
  cursor: pointer;
}
.child-nav-title-active {
  color: #152633;
  border-bottom: 3px solid #00CC99;
}

.area-wrap {
  padding: 80px 0;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.h3-title {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  font-weight: 200;
}

.title-hint {
  font-size: 14px;
  color: rgba(21,38,51,0.45);
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.area-search-wrap {
  background: url('../internationalityImg/bg_map.png') no-repeat;
  padding-top: 30px;
  background-size: cover;
  margin-bottom: 50px;
}

.search-input {
  padding: 13px 45px;
  font-size: 14px;
  border: 1px solid #152633;
  border-radius: 3px;
  width:530px;
  display: block;
  outline: none;
}
.search-input-icon {
  position: absolute;
  top: 15px;
  left: 24px;
  width: 14px;
  height: 14px;
  background: url('../internationalityImg/icon_search.svg') no-repeat;
  background-size: cover;
}
.search-input:focus {
  border: 1px solid #00CC99;
}

.area-search-cont {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

.area-table-head {
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  line-height: 42px;
  text-align: left;
}
.area-head-cont {
  font-size: 14px;
  color: #152633;
  flex: 1;
  font-weight: 400;
}
.area-head-cont:first-child {
  padding-left: 40px;
}

.area-table-body {
  line-height: 1.4;
  color: rgba(21,38,51,0.65);
  font-size: 14px;
  display: flex;
  text-align: left;
  padding: 10px 0;
}
.area-body-cont {
  flex: 1;
}
.area-body-cont:first-child {
  padding-left: 40px;
}

.area-table-body-wrap {
  height: 215px;
  overflow:hidden;
  overflow-y: auto;
}
.relation-icon {
  margin: 0 auto;
}
.scene-wrap {
  background: #F5F9FF;
  padding: 80px 0;
  text-align: center;
}
.scene-cont-wrap {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 70px;
}
.scene-cont {
  width: 220px;
}
.scene-cont:hover {
  color: #00AD82;
}
.scene-cont img {
  width: 64px;
  height: 64px;
}
.scene-cont p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.scene-cont span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(21,38,51,0.45);
}

.process-wrap {
  background: #152633;
  text-align: center;
  padding: 80px 0;
}

.process-wrap .h3-title {
  color: #fff;
}

.process-wrap .title-hint {
  color: rgba(255,255,255,0.45);
}

.process-wrap .banner-icon {
  margin-left: 0;
  width: initial;
  padding: 0 30px;
}

.process-cont {
  width: 980px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content:center;
  margin-bottom: 130px;
}

.process-cont img {
  width: 26px;
  margin: 0 12px;
  line-height:40px;
}

.partners-wrap {
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
  background: url("../internationalityImg/bg_logowall.jpg") center no-repeat;
  background-size: cover;
}

.partners-img {
  width: 980px;
  height: 290px;
  margin-top: 50px;
}
.recommendation-wrap {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 130px 0;
}

.recommendation-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.recommendation-cont img {
  width: 480px;
  height: 120px;
  cursor: pointer;
}
.recommendation-cont .recommendation-img1:hover {
  box-shadow: 0 15px 30px -5px rgba(0,204,136,0.50);
}
.recommendation-cont .recommendation-img2:hover {
  box-shadow: 0 15px 30px -5px rgba(153,51,255,0.50);
}
.blank-wrap{
  padding: 80px 0;
  text-align: center;
  display: none;
}
.blank-text {
  font-size: 18px;
  color: rgba(21, 38, 51, 1);
}
.blank-hint {
  font-size: 14px;
  color: rgba(21, 38, 51, 0.65);
}
.blank-hint span {
  color: rgba(0, 145, 255, 1);
  cursor: pointer;
}