/*首页共用样式 */
.aite_text h2{
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
/* 首页共用样式结束 */

/* 轮播图样式 */
.aite_banner {
  width: 100%;
  height: 582px;
  background: url('../images/aite_banner_bg.png') no-repeat center;
  background-size: cover;
}

.aite_banner .banner_text {
  text-align: center;
  color: #fff;
  padding-top: 160px;
  text-transform: uppercase;
}

.aite_banner .banner_text h2 {
  font-size: 32px;
}

.aite_banner .banner_text h1 {
  font-size: 60px;
  font-weight: bold;
  padding-top: 30px;
}

.aite_banner .banner_text h3 {
  width: 730px;
  line-height: 35px;
  font-size: 26px;
  margin: 30px auto 40px;
}

.aite_banner .banner_text span {
  font-weight: bold;
  color: #227bbf;
}
/* 轮播图样式结束 */

/* Our Products样式 */
.aite_products {

}

.aite_products .products_container {
  padding-top: 70px;
}

.aite_products .products_content {

}

.aite_products .products_content .products_box {
  width: 287px;
  height: 384px;
  text-align: center;
  float: left;
  margin: 50px 5px;
}

/* .aite_products .products_content .products_box .products_img {
  overflow: hidden;
} */

/* .aite_products .products_content .products_box img {
  transition-timing-function: linear;
  transition: 0.5s;
} */

/* .aite_products .products_content .products_box:hover img {
  transform: scale(1.1,1.1);
} */

.aite_products .products_content .products_box:hover {
  background: #f3f3f3;
}

.aite_products .products_content .products_box h3 {
  font-size: 24px;
  color: #333;
  padding-top: 45px;
  font-weight: bold;
}

.aite_products .products_content .products_box p {
  font-size: 16px;
  color: #999;
  padding: 40px 20px;
  font-weight: bold;
}

/* Our Products样式结束 */

/* Our Services样式开始 */
.aite_services {
  background: #f3f3f3;
}

.aite_services .services_container {
  padding-top: 70px;
}

.aite_services .services_content {

}

.aite_services .services_content .services_box {
  width: 287px;
  height: 335px;
  text-align: center;
  float: left;
  margin: 50px 5px;
  background: #fff;
}

.aite_services .services_content .services_box .services_img {
  overflow: hidden;
}

.aite_services .services_content .services_box img {
  transition-timing-function: linear;
  transition: 0.5s;
}

.aite_services .services_content .services_box:hover img {
  transform: scale(1.1,1.1);
}

.aite_services .services_content .services_box h3 {
  font-size: 24px;
  color: #333;
  padding-top: 45px;
  font-weight: bold;
}

/* Our Services样式结束 */

/* Solution样式开始 */
.aite_solution {

}

.aite_solution .solution_container {
  padding-top: 70px;
}

.aite_solution .solution_content {

}

.aite_solution .solution_content .solution_box {
  width: 349px;
  height: 520px;
  text-align: left;
  float: left;
  margin: 50px 25px;
}

.aite_solution .solution_content .solution_box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d062c;
  padding-top: 30px;
}

.aite_solution .solution_content .solution_box p {
  height: 180px;
  line-height: 25px;
  font-size: 14px;
  color: #0d062c;
  padding-top: 40px;
}

.aite_solution .solution_content .solution_box .solution_details {
  font-size: 14px;
  float: right;

}

.aite_solution .solution_content .solution_box .solution_details a {
  display: inline-block;
  color: #0f6dff;
}

/* Solution样式结束 */

/* Cases样式开始 */
.aite_cases {
  background: #f3f3f3;
  overflow: hidden;
}

.aite_cases .cases_container {
  padding-top: 70px;
}

.aite_cases .aite_text {
  text-align: center;
}

.aite_cases .aite_text p {
  width: 550px;
  line-height: 35px;
  font-size: 18px;
  color: #666;
  margin: 30px auto;
}

.aite_cases .cases_content {
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

　-webkit-flex-wrap:wrap;
  -webkit-box-lines:multiple;
  -moz-flex-wrap:wrap;
  flex-wrap:wrap;

  -webkit-justify-content:center;
  justify-content:center;
  -moz-box-pack:center;
  -webkit--moz-box-pack:center;
  box-pack:center;
  margin-bottom: 70px;
}

.aite_cases .cases_content .cases_img {
  margin-left: 3px;
  margin-top: 1px;
}

.aite_cases .cases_content .cases_img:hover {
  border: 1px solid #666;
}

/* Cases样式结束 */

/* Our Advantages开始 */
.aite_advantages {
  height: 582px;
  background: url('../images/aite_advantages_bg.jpg') no-repeat center;
}

.aite_advantages .advantages_container {
  padding-top: 70px;
}

.aite_advantages .advantages_text h2 {
  color: #fff;
}

.aite_advantages .advantages_content {

}

.aite_advantages .advantages_content .advantages_box {
  width: 288px;
  height: 351px;
  text-align: center;
  color: #fff;
  float: left;
  margin: 60px 5px;
}

.aite_advantages .advantages_content .advantages_box:hover {
  margin: 50px 5px 60px;
}

.aite_advantages .advantages_content .advantages_1 {
  background: #ff5353;
}

.aite_advantages .advantages_content .advantages_2 {
  background: #f4be1d;
}

.aite_advantages .advantages_content .advantages_3 {
  background: #4eb3f7;
}

.aite_advantages .advantages_content .advantages_4 {
  background: #44ca02;
}

.aite_advantages .advantages_content .advantages_box img {
  margin: 0 auto;
  padding-top: 45px;
}

.aite_advantages .advantages_content .advantages_box h3 {
  padding-top: 45px;
  font-size: 24px;
  font-weight: bold;
}

.aite_advantages .advantages_content .advantages_box p {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px;
}

/* Our Advantages结束 */

/* Project process样式开始 */
.aite_process {
  width: 100%;
  height: 617px;
  background: url('../images/aite_process_bg.png') no-repeat center;
  background-size: cover;
}

.aite_process .process_container {
  padding-top: 70px;
}

.aite_process .process_container .aite_text h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.aite_process .process_container .process_content {
  margin: 80px 0;
  overflow: hidden;
}

.aite_process .process_container .process_box {
  width: 260px;
  height: 335px;
  text-align: center;
  color: #fff;
  float: left;
}

.aite_process .process_container .process_box img {
  margin: 0 auto;
  padding-top: 45px;
}

.aite_process .process_container .process_box h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}

.aite_process .process_container .process_box p {
  font-size: 14px;
  padding-top: 20px;
}

/* swiper样式调整 */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
  background-size: 50px 60px !important;
  width: 40px !important;
  height: 60px !important;
}

/* Project process样式结束 */

/* News开始 */

.aite_news {
  background: #eee;
}

.aite_news .news_container {
  padding-top: 70px;
}

.aite_news .news_container .aite_text p {
  width: 525px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  color: #666;
}


.aite_news .news_container .news_content {
  margin: 30px 0 40px;
  overflow: hidden;
}

.aite_news .news_container .news_content .news_box {
  float: left;
  margin: 30px 10px;
}

.aite_news .news_container .news_content .news_box:hover {
  background: #fff;
}

.aite_news .news_container .news_content .news_box h3 {
  padding-top: 20px;
  font-size: 18px;
  color: #333;
  margin-left: 20px;
}

.aite_news .news_container .news_content .news_box p {
  width: 240px;
  line-height: 25px;
  padding-top: 40px;
  font-size: 16px;
  color: #666;
  margin-left: 20px;
}

/* News结束 */

/* Business Cooperators开始 */
.aite_cooperators {
  background: url('../images/aite_cooperators_bg.jpg') no-repeat center;
}

.aite_cooperators .cooperators_container {
  padding-top: 70px;
}

.aite_cooperators .cooperators_container h2 {
  color: #fff;
}

.aite_cooperators .cooperators_content {
  margin: 50px 0;
  overflow: hidden;
}

.aite_cooperators .cooperators_content li {
  width: 300px;
  height: 100px;
  border: 1px solid #fff;
  float: left;
}

.aite_cooperators .cooperators_content li:nth-child(1),
.aite_cooperators .cooperators_content li:nth-child(2),
.aite_cooperators .cooperators_content li:nth-child(3),
.aite_cooperators .cooperators_content li:nth-child(5),
.aite_cooperators .cooperators_content li:nth-child(6),
.aite_cooperators .cooperators_content li:nth-child(7) {
  border-right: none;
}

.aite_cooperators .cooperators_content li:nth-child(5),
.aite_cooperators .cooperators_content li:nth-child(6),
.aite_cooperators .cooperators_content li:nth-child(7),
.aite_cooperators .cooperators_content li:nth-child(8) {
  border-top: none;
}

.aite_cooperators .cooperators_content li a {
  width: 300px;
  height: 100px;
  display: inline-block;
}

.aite_cooperators .cooperators_content li .cooperators_1 {
  background: url('../images/aite_Cooperators_1.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_2 {
  background: url('../images/aite_Cooperators_2.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_3 {
  background: url('../images/aite_Cooperators_3.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_4 {
  background: url('../images/aite_Cooperators_4.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_5 {
  background: url('../images/aite_Cooperators_5.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_6 {
  background: url('../images/aite_Cooperators_6.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_7 {
  background: url('../images/aite_Cooperators_7.png') no-repeat center;
}

.aite_cooperators .cooperators_content li .cooperators_8 {
  background: url('../images/aite_Cooperators_8.png') no-repeat center;
}

/* Business Cooperators结束 */
