﻿.fancy-title {
  line-height: 1.6;
  font-size: 32px;
  color: #000;
  margin-right: 10px;
  float: left;
}
.fancy_text {
  font-size: 16px;
  clear: both;
}
.fancy_en {
  font-size: 24px;
  color: #062986;
  text-transform: uppercase;
  font-weight: 100;
}
.title_row {
  margin-bottom: 40px;
}
/*banner*/
.index_banner {
  padding-top: 200px;
  padding-bottom: 250px;
  margin-bottom: 100px;
  position: relative;
  color: #fff;
}
.index_banner_title {
  font-size: 48px;
  font-weight: 500;
}
.index_banner_text {
  font-size: 30px;
  margin-bottom: 40px;
}
.banner_btn {
  font-size: 0;
}
.banner_btn p {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  margin-right: 15px;
}
.banner_btn a {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  line-height: 3;
  text-align: center;
  color: #fff;
}
.banner_btn a:hover {
  background: #062986;
  border-color: #062986;
}
.banner_btn .banner_more_btn {
  font-size: 16px;
  border: 1px solid #fff;
}
.banner_btn .banner_about_btn {
  font-size: 16px;
  background: #062986;
  border: 1px solid #062986;
}
/*pro_list*/
.pro_list {
  margin-bottom: 100px;
}
.pro_list > .vc_wrapper {
  max-width: 1620px;
}
.pro_list .vc_column {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.pro_list .vc_column-box {
  background: #fff;
  padding: 30px 20px 30px 30px;
}
.last_pro .vc_column-box {
  padding: 0;
}
.last_pro a {
  background: #062986;
  height: 180px;
  color: #fff;
  font-size: 22px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  line-height: 1.2;
  padding: 20% 30px 0px 30px;
}
.last_pro b {
  font-size: 30px;
  font-weight: 400;
}
.pro_title {
  font-size: 20px;
  color: #000;
  margin-bottom: 3px;
}
.pro_title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_text {
  font-size: 14px;
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.pro_btn a {
  color: #062986;
}
.pro_img {
  float: right;
  width: 40%;
}
/*app_row*/
.app_row {
  margin-bottom: 100px;
}
.app_row > .vc_wrapper {
  max-width: 1620px;
}
.app_row .vc_column {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.app_row .vc_column-box {
  position: relative;
  overflow: hidden;
}
.app_row .vc_column-box:hover img {
  log: true;
  log2: official;
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.app_row .mk-image img {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  log: true;
  log2: official;
  -webkit-transition: all 1s ease-in-out;
  -khtml-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.app_title {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
}
.app_title p {
  height: 100%;
}
.app_title a {
  position: relative;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  padding: 60% 30px 0 30px;
}
.app_title a:hover {
  color: #062986;
}
/*res_row*/
.res_row {
  margin-bottom: 100px;
}
.res_row > .vc_wrapper {
  max-width: 1620px;
}
.res_row .vc_column {
  float: left;
  padding: 0 10px;
}
.res_row .vc_row {
  padding: 30px;
  position: relative;
}
.res_left {
  width: 37.5%;
}
.res_right {
  width: 62.5%;
}
.res_left_row {
  background-color: #062986;
  background-image: url("/statics/picture/res1.png");
  background-repeat: no-repeat;
  background-position: 85% 70%;
  color: #fff;
  height: 500px;
}
.res_left_row .res_btn a {
  color: #fff;
}
.res_right_row {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 92% 50%;
  height: 240px;
}
.res_right_1 {
  background-image: url("/statics/picture/res2.png");
  margin-bottom: 20px;
}
.res_right_2 {
  background-image: url("/statics/picture/res3.png");
}
.res_title {
  font-size: 22px;
  margin-bottom: 10px;
}
.res_text {
  max-width: 80%;
}
.res_btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.res_btn a {
  color: #062986;
}
/*vision_row*/
.vision_row {
  margin-bottom: 100px;
}
.vision_row .vc_column {
  width: 50%;
  float: left;
}
.vision_row .vc_column-inner {
  float: left;
  width: 50%;
}
.vision_row .mk-image img {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  log: true;
  log2: official;
  -webkit-transition: all 1s ease-in-out;
  -khtml-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.vision_row .vc_row > .vc_wrapper {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  display: flex;
  log: true;
  log2: official;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: stretch;
}
.vision_text_box {
  background: url("/statics/picture/v_bg.jpg") no-repeat center;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  display: flex;
  align-items: center;
  log: true;
  log2: official;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.vision_desc p {
  margin-bottom: 10px;
  text-indent: 32px;
}
.vision_text {
  line-height: 1.4;
}
.vision_text p {
  margin-bottom: 7px;
}
.vision_text strong {
  background: #fff;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  padding: 0 5px;
}
/*join_row*/
.join_row {
  padding: 150px 0;
}
.join_row .fancy-title {
  color: #fff;
}
.join_row .fancy_text {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #fff;
  max-width: 560px;
}
.join_btn a {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  line-height: 2.8;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #062986;
  width: auto;
  padding: 0 10px;
}

/* swiper */
.banner-swiper .article {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 660px;
  min-height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.article .article-contents {
   width: 100%;
  margin: 0 auto;
  color: white;
  opacity: 0;
}
.banner-swiper .pagination {
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 130px;
  height: 31px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5px;
  border-top: 2px solid transparent;
  z-index: 100;
  color: #fff;
}

.banner-swiper .pagination .solutions-page {
  width: 40px;
  height: 5px;
  border-radius: 20px;
  cursor: pointer;
}

.banner-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #062986;
}

.banner-swiper .swiper-slide-active .article-contents {
  animation: fadeInRight 1s ease-in-out forwards;

}

@media (max-width: 1600px) {
  .vision_row .vc_row > .vc_wrapper {
    padding: 0;
  }
  .res_row .vc_row > .vc_wrapper {
    padding: 0;
  }
  .pro_list,
  .app_row,
  .res_row {
    margin: 0 -10px 100px;
  }
}

@media (max-width: 768px) {
  .vision_row .vc_row > .vc_wrapper {
    padding: 0;
  }
  .res_row .vc_row > .vc_wrapper {
    padding: 0;
  }
  .pro_list,
  .app_row,
  .res_row {
    margin: 0 -10px 50px;
  }

  .index_banner_title {
    font-size: 26px;
    font-weight: 500;
  }
  .index_banner_text {
    font-size: 16px;
    margin-bottom: 10px;
}

.res_left{display:none;}
  .banner_btn .banner_more_btn {
    font-size: 14px;
    border: 1px solid #fff;
}
  .banner_btn .banner_about_btn {
    font-size: 14px;
    background: #062986;
    border: 1px solid #062986;
}
  .index_banner {
    padding-top: 50px;
    padding-bottom: 110px;
    margin-bottom: 50px;
}
  .banner_btn p {
    width: 100px;
}
  .pro_list .vc_column {
    width: 100%;
}
  .pro_text {
    height: 70px;
}
  .fancy_en {
    font-size: 18px;
    float: left;
    width: 62%;
}
  .app_row .vc_column {
    width: 100%;
}
  .vision_row .vc_column {
    width: 100%;
    float: left;
}
  .res_left {
    width: 100%;
    margin-bottom: 20px;
}
  .res_right {
    width: 100%;
}
  .res_row .vc_column {
    float: left;
    padding: 0 10px;
}
  .vision_desc p {
    margin-bottom: 10px;
    text-indent: 0px;
    text-align: justify;
}
  .banner-swiper .article {
    height: 400px;
  }
}


.fancy-title {
	line-height: 1.6;
	font-size: 32px;
	color: #000;
	margin-right: 10px;
	float: left;
	margin-top: -12px
}

.fancy_text {
	font-size: 16px;
	clear: both
}

.fancy_en {
	font-size: 24px;
	color: #062986;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 7px
}

.title_row {
	margin-bottom: 70px
}

.client_row ul {
	margin-bottom: 70px;
	background:#fff;
	box-shadow:0px 0px 10px 10px rgba(150,150,150,0.2);
}

.client_row li {
	width: 20%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px
}

.c_box {
	position: relative;
	overflow: hidden;
	height: 170px;
	text-align:center;
}
.c_box:hover,.c_box:hover p{color:#062986;}

.c_box p{font-size:24px;font-weight:bold;color:#333;}

.c_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	log: true;
	log2: official;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	log: true;
	log2: official;
	-webkit-transition: all .5s;
	-khtml-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.c_logo img {
	log: true;
	log2: official;
	-webkit-transition: all .5s;
	-khtml-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.c_text {
	position: absolute;
	width: 100%;
	top: 200px;
	left: 0;
	log: true;
	log2: official;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	color: #333;
	log: true;
	log2: official;
	-webkit-transition: all .5s;
	-khtml-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	padding: 0 30px;
	white-space: pre-wrap
}

.cat_title {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px
}

@media(max-width:1600px) {
	.culture_row {
		margin: 0 -10px 100px
	}

	.crystal_row {
		margin: 0 -10px 20px
	}
}

@media (max-width: 768px) {
	.client_row{display:none;}
}

