@charset "UTF-8";
.wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.wrap_head {
  display: block;
  width: 100%;
  height: 72px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 1300px){
	.features-item h4{font-size: 14px}
	.container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,.our-services .container-fluid,.contai{width: 95%}
}
@media (min-width: 1820px){
.features .item,.features .item2{padding: 120px 0 50px;}
}
.head_con {
  display: block;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.head_con .logo {
  position: absolute;
  top: 4px;
  left: 40px;
  z-index: 1;
  display: block;
  height: 75px;
  width:205px;
  text-indent: -9999px;
  background-size: 130%;
}
/*menu*/
.menu_list {
  display: block;
  margin-bottom: 0;
  height: 80px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: right;
  line-height: 80px;
  padding-right: 110px;
}
.menu_list .menu_item {
  display: inline-block;
  height: 80px;
}
.menu_list .menu_item:nth-of-type(3) .txt:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;

  opacity: 0;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
  transform: scale(0.01, 1);
  z-index: -1;
}
.menu_list .menu_item .txt {
  display: block;
  padding: 0 40px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  opacity: 0.95;
  -webkit-transition: color 0.3s linear;
  position: relative;
  z-index: 2;
}
.menu_list .menu_item .txt:hover {
  opacity: 1;
}
.menu_list .menu_item .txt:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00A096;
  opacity: 0;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
  transform: scale(0.01, 1);
  z-index: -1;
}
.menu_list .menu_item .txt:before {
  display: none;
  content: "";
  height: 400px;
  width: 100%;
  position: absolute;
  top: 19px;
  left: -10px;
  background: #00A096;
  opacity: 1;
}
.menu_list .menu_item:hover .txt:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.menu_list .menu_item.menu_item_lan {
  display: block;
}
.menu_list .menu_item .menu_hook {
  display: none;
  width: 100%;
  position: absolute;
  left: -36px;
  top: 0px;
  z-index: 1;
}
.en-us .menu_list .menu_item {
  margin-left: 60px;
}
.en-us .sub-nav li a {
  padding: 10px 0;
}
.head_white {
  background: #fff;
}
.submenu_show {background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.05);
}
.icon-search {
  color: #fff;
  font-size: 24px;
}
.submenu_show .icon-search {
  color: #333;
  font-size: 24px;
}
.submenu_show .logo, .head_white .logo {
  display: block;
  height: 75px;
  width: 205px;
  float: left;
  text-indent: -9999px;
  background-size: 100%;
}
.submenu_show .menu_list .menu_item .txt, .head_white .menu_list .menu_item .txt {
  padding: 0 40px;
  color: #2b2e2e;
}
.submenu_show.search_area_show .search_area, .head_white.search_area_show .search_area {
  width: 676px;
  background: #f6f6f6;
}
.submenu_show.search_area_show .search_area .search_icon, .head_white.search_area_show .search_area .search_icon {
  opacity: 0.3;
}
.submenu_show.search_area_show .search_area .ipt_search, .head_white.search_area_show .search_area .ipt_search {
  color: #2b2e2e;
}
.submenu_show .search_area .search_icon, .head_white .search_area .search_icon {
  background-image: url(../img/index/icon_search_hover.png);
}
.submenu_show .lang_area a, .head_white .lang_area a {
  color: #2b2e2e;
}
/*.submenu_show .lang_area .s_line,.head_white .lang_area .s_line{ color: #2b2e2e;}*/
.submenu_show .bg_hover {
  width: 100%;
  height: 0px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a_bg_hover_show 0.2s ease-out both;
  -webkit-transform-origin: 50% 0;
}
.submenu_show .menu_list .menu_item.sublist_show .sub-nav, .head_white .menu_list .menu_item.sublist_show .sub-nav {
  -webkit-animation: a_menu_item_show 0.2s ease-out both;
}
.submenu_show .menu_list .menu_item.sublist_show .txt, .head_white .menu_list .menu_item.sublist_show .txt {
  font-weight: bold;
	background: #00A096;
  color: #fff;
}
.submenu_show .menu_list .menu_item.sublist_hide .sub-nav, .head_white .menu_list .menu_item.sublist_hide .sub-nav {
  -webkit-animation: a_menu_item_hide 0.15s ease-out both;
}
.submenu_show .menu_list .menu_item .menu_hook {
  display: block;
}
.submenu_hide, .sublist_hide {
  pointer-events: none;
}
.submenu_hide .bg_hover {
  -webkit-animation: a_bg_hover_hide 0.15s ease-out both;
  -webkit-transform-origin: 50% 0%;
}
/*.submenu_show .menu_list .menu_item .sub-nav{ display: block; background: rgba(255,0,0,0.5);}


.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(1){ -webkit-animation:a_menu_item_li_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(2){ -webkit-animation:a_menu_item_li_show 0.2s 0.1s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(3){ -webkit-animation:a_menu_item_li_show 0.2s 0.2s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(4){ -webkit-animation:a_menu_item_li_show 0.2s 0.3s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(5){ -webkit-animation:a_menu_item_li_show 0.2s 0.4s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(6){ -webkit-animation:a_menu_item_li_show 0.2s 0.5s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub-nav li:nth-child(7){ -webkit-animation:a_menu_item_li_show 0.2s 0.6s ease-out both;}*/
@-webkit-keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
}
@keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
}
@-webkit-keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes a_bg_hover_hide {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
}
@keyframes a_bg_hover_hide {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.header {
  position: fixed;
  z-index: 1;
  width: 100%;
}
.header .logo {
  float: left;
  width: 209px;
  height: 75px;
  margin-top: 10px;
  margin-left: 40px;
}
.header nav {
  float: right;
  height: 85px;
  line-height: 85px;
  background: rgba(255, 255, 255, 0.1);
}
.header nav ul li {
  list-style-type: none;
  float: left;
}
.header nav ul li > a {
  text-decoration: none;
  display: block;
  width: 140px;
  line-height: 85px;
  text-align: center;
  color: white;
}
.header nav ul li:hover .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hover {
  background: #fff;
}
.hover nav ul li > a {
  color: #333;
}
.sub-nav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: #f2f0f0;
  overflow: hidden;
}
.sub-nav .nav-banner {
  float: left;
  width: 40%;
  overflow: hidden;
}
.sub-nav .nav-banner img {
  width: 100%;
}
.sub-nav .sub-content {
  float: left;
  padding-top: 40px;
  padding-left: 100px;
  width: 60%;
  text-align: left;
}
.sub-nav .sub-content .sub-title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #999;
}
.sub-nav .sub-content .sub-nav-text {
  width: 600px;
  height: 40px!important;
  line-height: 40px;
}
.sub-nav .sub-content .sub-nav-text a {
  padding-left: 10px;
  color: #333;
  position: relative;
}
.sub-nav .sub-content .sub-nav-text a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 14px;
  display: block;
  background: #1e50ae;
}
.sub-nav .sub-content .sub-nav-text a:hover {
  color: #1e50ae;
}
.sub-banner img {
  width: 100%;
}
/*
* breadcrumb nav
*/
.breadcrumb-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.breadcrumb-wrap .breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb-wrap .breadcrumb a {
  color: #333;
}
.breadcrumb-wrap h2 {
  font-size: 36px;
  font-weight: lighter;
  color: #1f5299;
  text-align: left;
}