﻿@import url("public.css");
/*----------头部banner------*/
.header-banner {
  width: 100%;
  position: relative;
  height: 300px;
}
.banner-bg01 {
  background: url("../images/subanner/ny-banner.jpg") top center no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg02 {
  background: url("../images/nybanner02.jpg") top center no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg03 {
  background: url("../images/nybanner03.jpg") top center no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg04 {
  background: url("../images/nybanner04.jpg") top center no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg05 {
  background: url("../images/nybanner05.jpg") top center no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg06 {
  background: url("../images/nybanner06.jpg") center center no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg07 {
  background: url("../images/nybanner07.jpg") center bottom no-repeat;
  width: 100%;
  object-fit: cover;
}
.banner-bg08 {
  background: url("../images/nybanner08.jpg") center bottom no-repeat;
  width: 100%;
  object-fit: cover;
}
.subanner-bg00 {
  background: url("../images/subanner/subanner_00.jpg") center bottom no-repeat;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.subanner-bg354 {
  background: url("../images/subanner/subanner_354.jpg") center top no-repeat !important;
  object-fit: cover;
}
.subanner-bg355 {
  background: url("../images/subanner/subanner_355.jpg") center top no-repeat !important;
  object-fit: cover;
}
.subanner-bg356 {
  background: url("../images/subanner/subanner_356.jpg") center 60px no-repeat !important;
  object-fit: cover;
}
.subanner-bg357 {
  background: url("../images/subanner/subanner_357.jpg") center bottom no-repeat ! important;
  object-fit: cover;
}
.subanner-bg358 {
  background: url("../images/subanner/subanner_358.jpg") center bottom no-repeat ! important;
  object-fit: cover;
}
.subanner-bg359 {
  background: url("../images/subanner/subanner_359.jpg") center 10px no-repeat ! important;
  object-fit: cover;
}
.subanner-bg360 {
  background: url("../images/subanner/subanner_360.jpg") center bottom no-repeat ! important;
  object-fit: cover;
}
.subanner-bg361 {
  background: url("../images/subanner/subanner_361.jpg") center bottom no-repeat ! important;
  object-fit: cover;
}
.subanner-bg362 {
  background: url("../images/subanner/subanner_362.jpg") center 40px no-repeat ! important;
  object-fit: cover;
}
.subanner-bg363 {
  background: url("../images/subanner/subanner_363.jpg") center 40px no-repeat ! important;
  object-fit: cover;
}
.head-title {
  width: 100%;
  animation: 1s fadeInDown ease;
  text-align: center;
  padding-top: 130px;
}
.head-title h2 {
  font-size: 4rem;
  color: #fff;
  margin-top: 15px;
}
.head-title i {
  display: block;
  width: 20px;
  height: 1px;
  background: #eee;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.head-title p {
  font-size: 1.3rem;
  color: #ddd;
  text-transform: uppercase
}
.subhead-list {
  width: 100%;
  animation: 1s fadeInDown ease;
  margin-top: 95px;
}
.subhead-list h3 {
  color: #fff;
  text-align: center;
  padding: .6em 0;
}
.subhead-list .listbox {
  width: 100%;
  background: rgba(255, 255, 255, .9);
  overflow: hidden;
  padding: 1em .5em;
  border-radius: 3px;
  height: 165px;
}
.subhead-list .more {
  float: right;
  background: rgba(69, 100, 168, .7);
  padding: .3em 1em;
  margin-top: 1em;
  color: #fff;
  border-radius: 3px;
}
.subhead-list .more:hover {
  background: rgba(69, 100, 168, 1)
}
.subhead-list .listbox li {
  float: left;
  width: 20%;
  padding: .1em .5em;
  transition: all .5s;
}
.subhead-list .listbox li .title {
  height: 32px;
  width: 100%;
  color: #111;
  padding: .3em .5em;
  margin: 0em .5em;
  border-radius: 3px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subhead-list .listbox li .title img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
  object-fit: cover
}
.subhead-list .listbox li:hover {
  color: #999;
  transform: translateY(3px);
}
.subhead-list .listbox li .on {
  background: rgba(69, 100, 168, .7);
  color: #fff;
}
.subhead-list .listbox li .on a {
  color: #fff;
}
.subhead-title {
  width: 100%;
  position: relative;
}
.subhead-title h2 {
  float: right;
  font-size: 4rem;
  color: #fff;
  animation: 1s fadeInLeft ease;
  margin-top: 310px;
}
.sub-l-nav .list {
  width: 790px;
  float: left;
  overflow: hidden;
  margin-top: 80px;
}
.sub-l-nav .list li a {
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  border-radius: 4px;
  margin: 8px 10px;
  padding: 0 5px;
  float: left;
  animation: fadeInLeft 1s 0.5s both;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-l-nav .list li a:hover {
  background: #fff;
}
.search-list {
  background: #fff url("../images/search_bg.png") 80% 100% no-repeat;
  width: 100%;
  position: relative;
  margin: 2em 0;
  padding: 1em 1.5em .3em 1.5em;
  overflow: hidden;
}
.search-list ul {
  width: 100%;
  float: left;
}
.search-list li {
  float: left;
  padding-right: 2em;
  padding-bottom: .3em;
}
.search-list li span {
  min-width: 90px \9;
  float: left;
}
.search-list li span:nth-child(n+2) {
  margin-left: .5em;
}
.search-list li label {
  padding-right: .6em;
  padding-top: .5em;
}
.search-list .radio-inline:not(:first-of-type) {
  padding-left: 10px;
}
.search-list li a {
  padding-bottom: .3em
}
.search-list li a:hover {
  border-bottom: 1px solid #3571c1;
}
.ny-search {
  position: absolute;
  right: 20px;
  background-color: #fff;
  width: 15%;
  float: left;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.ny-search1 {
  background-color: #fff;
  width: 100%;
  float: left;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin-bottom: 1em
}
.ny-search .keyword, .ny-search1 .keyword {
  height: 32px;
  width: 100%;
}
.ny-search .keyword .input_text, .ny-search1 .keyword .input_text {
  width: 77%;
  height: 32px;
  float: left;
  border: 0;
  line-height: 32px;
  padding: 0px;
  color: #888;
  font-size: 14px;
  text-indent: .5em;
  border-radius: 5px;
}
.ny-search_btn {
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/search.png) center center;
  margin: 6px 12px 0 5px;
  float: right;
}
.ny-main-cont {
  width: 100%;
  position: relative;
  margin: 30px 0px;
  overflow: hidden;
  min-height: 500px;
}
.ny-main-cont .cont {
  padding: 1em 2em;
}
.ny-main-cont .left-con {
  width: 220px;
  float: right
}
.ny-main-cont .right-con {
  width: calc(100% - 240px);
  float: left;
  padding: 0 2em;
}
.left_nav > ul {
  padding-left: 15px;
  position: relative;
}
.left_nav > ul:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
}
.left_nav ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #3375cc;
  position: absolute;
  left: -15px;
  top: 0;
}
.left_nav ul li { /* height:50px; */
  line-height: 50px;
  background: #3375cc;
  margin-bottom: 10px;
  position: relative;
}
.left_nav ul li:after {
  content: "→";
  position: absolute;
  right: 30px;
  top: 0px;
  opacity: 0;
  transition: .3s right;
  color: #fff;
}
.left_nav ul li:hover:after, .left_nav ul li.on:after {
  opacity: 1;
  right: 20px;
}
.left_nav ul li a {
  display: block;
  padding-left: 30px;
  font-size: 15px;
  color: #fff;
}
.left_nav ul li.on, .left_nav ul li:hover {
  background: #2f477c;
}
.left_nav ul li.on:before, .left_nav ul li:hover:before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #2f477c;
  position: absolute;
  left: -15px;
  top: 0;
}
.left_nav ul li.on a, .left_nav ul li:hover a {
  color: #fff;
}
.left-news {
  padding: 20px;
  width: 100%;
}
.left-news .title {
  width: 100%;
  font-size: 16px;
  color: #222;
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.left-news .title:before {
  content: "＼";
  color: #19306d;
  padding-right: 5px;
}
.left-news .title:after {
  content: "＼";
  color: #19306d;
  padding-left: 5px;
}
.left-news ul li a {
  color: #666;
  line-height: 24px;
  transition: .3s;
  display: block;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px dashed #dfdfdf;
}
.left-news ul li a:hover {
  border-bottom: 1px solid #19306d;
}
.nymain-title {
  padding-bottom: 9px;
  margin: 0px 0 0px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.nymain-title h4 {
  padding: 10px 0 0 0;
}
.nymain-title .title-nav {
	margin: 0;
	float: left;
}
.nymain-title .title-nav li { 
	display: inline-block;
	 margin: 10px 4px;
  padding: 1px 10px; 
  font-size: 16px;
}
.nymain-title .title-nav li.on {
  font-size: 16px;
  font-weight: 700;
  vertical-align: bottom;
  border-left: 5px solid #19306d;
}
.nymain-title .breadcrumb {
  background: #fff;
  font-size: 12px;
  margin: 0;
}
.nymain-title .list-select {
  position: absolute;
  right: 5px;
  top: -6px;
}
/*-----------------------------------团队-----------------------------------*/
.team-list {
  margin: 0 -10px;
}
.team-list li {
  width: 25%;
  padding: 0 9px;
  height: 190px;
  float: left;
  margin-bottom: 18px;
}
.team-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 14px 18px;
  transition: all .5s;
  background: #fff;
}
.team-list li a div.img {
  height: 100px;
  width: 100px;
  border: 1px solid #f3f3f3;
  display: block;
  float: left;
  margin-top: 10px;
}
.team-list li a div.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.team-list li a h4, .team li a h6 {
  float: right;
  display: block;
  margin: 0px;
  width: 100%
}
.team-list li a .txt {
  width: 59%;
  padding-left: 1em;
  ;
  float: left;
  height: 100px;
}
.team-list li a h4 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-top: 14px;
  display: inline-block;
  float: left;
  overflow: hidden;
  height: 60px;
}
.team-list li a h4 i {
  color: #fea71e;
  font-size: 16px;
  font-family: 'Iskoola Pota', arial;
}
.team-list li a h5:before {
  font-family: 'fontello';
  content: '\e849';
  padding-right: 6px;
  color: #aaa;
}
.team-list li a h5 {
  display: block;
  float: left;
  color: #bbb;
  font-size: 14px;
  padding: 0px;
  height: 46px;
  overflow: hidden;
}
.team-list li a h6 {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.team-list li a p {
  border-top: 1px solid #f1f1f1;
  margin-top: 15px;
  width: 100%;
  float: left;
  padding-top: 10px;
}
.team-list li a p span {
  float: right;
}
.team-list li a p span:first-child {
  float: left;
  width: 80%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-list li a p span i {
  padding-right: 5px;
}
.team-list li a:hover {
  border-color: #ccc;
  -webkit-box-shadow: 0px 4px 10px #ccc;
  -moz-box-shadow: 0px 4px 10px #ccc;
  box-shadow: 0px 4px 10px #ccc;
}
.team-list li:hover h4 em {
  color: #19306d;
}
.team-wrap {
  width: 100%;
  transition: .5s all ease;
}
.team-wrap .leftbox {
  width: 140px;
  float: left;
  text-align: center;
}
.team-wrap .rightbox {
  width: calc(100% - 150px);
  float: right;
}
.team-wrap .rightbox h4 {
  width: 99%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-wrap .rightbox h6 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-wrap .fa {
  padding-right: .6em;
}
.team-wrap .num {
  font-size: 12px;
  float: right;
  color: #999;
  padding-top: .6em;
}
.team-wrap:hover {
  transform: translate(-2px, -3px);
  box-shadow: 2px 3px 7px #e6e6e6;
}
.dt-img {
  margin: auto;
  margin-top: .4em;
  position: relative;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 5%;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}
.dt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.duty1 {
  font-size: 12px;
  padding: 6px 16px 4px 0px;
  font-weight: 500;
  float: left;
  color: #19306d;
  border-radius: 4px;
  width: 84%;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.area-list {
  width: 100%;
  padding: 0em 0;
  height: 45px;
  overflow: hidden;
  color: #999;
}
ul.area-list li {
  float: left;
  display: block;
  padding: 0em 0;
}
/*----------------------------------专家-----------------------------------*/
.experts-list li {
  float: left;
  padding: 1em 1em 1em 1em;
  width: 20%;
  text-align: center;
}
.experts-list li .imageffect {
  position: relative;
  width: 100%;
}
.experts-list li .imageffect .imgbox {
  width: 100%;
  /* height: 230px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
}
.experts-list li .imageffect .imgbox img {
  width: 100%;
  height: auto;
  /* object-fit: cover;*/
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.experts-list li .info {
  margin: 0;
  transition: all 0.35s ease-in-out;
  text-align: center;
  z-index: 0;
  background: #fff;
  padding: 2px;
}
.experts-list li .info h4 {
  font-size: 16px;
}
.experts-list li .info p {
  color: #999;
  padding: 0 10px;
  height: 24px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.experts-list li:hover .info {
  background: #19306d;
  color: #fff;
}
.experts-list li .imageffect:hover img {
  transform: scale(1.2);
}
.experts-list li:hover .imageffect {
  box-shadow: 0 4px 15px #bbb;
}
.experts-list li .imageffect:hover img {
  transform: scale(1.1)
}
.team-cont {
  width: 100%;
  position: relative;
  margin: 2em 0;
  overflow: hidden;
}
.team-cont .left-box {
  width: 25%;
  float: right;
}
.team-cont .left-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2%;
  border: 1px solid #ddd;
}
.team-cont .left-box .list {
  width: 100%;
  float: left;
  text-align: center;
}
.team-cont .left-box .list h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.team-cont .list li {
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
}
.team-cont .list li img {
  width: 100%;
  transition: all .4s ease;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
}
.team-cont .list li h5 {
  width: 100%;
  padding: 0 0 0 .6em;
  line-height: 1.5
}
.team-cont .list li :hover img {
  transform: scale(1.1);
}
.team-cont .imgbox {
  width: 200px;
  float: left;
  overflow: hidden;
}
.team-cont .imgbox img {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.team-cont .right-txt {
  width: 74%;
  position: relative;
  float: left;
  padding: 10px;
}
.team-cont .right-r-txt {
  width: calc(100% - 230px);
  float: right;
}
.team-cont .right-txt h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin-top: 4em;
}
.team-cont .right-txt .tag {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.team-cont .right-txt .tag span {
  line-height: 3;
  float: left;
  padding-right: 1em;
}
.team-cont .right-txt .tag span .fa {
  padding-right: .5em;
  color: #bbb;
}
.team-cont .right-txt .cont {
  width: 100%;
  padding: 0em;
  margin-bottom: 2em;
  float: left;
}
.team-cont .right-txt .cont h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin-top: 1.5em;
}
.team-cont .right-txt .cont .detail {
  width: 100%;
  float: left;
  margin-bottom: 1.5em;
  ;
}
.team-cont .right-txt .cont .detail a {
  float: left;
  margin-right: 2em;
  margin-bottom: .4em;
  padding-bottom: .3em;
  color: #19306d;
  transition: all .3s
}
.team-cont .right-txt .cont .detail a:hover {
  border: 0;
  transform: translateY(1px);
  opacity: .6;
}
.team-cont .right-txt .cont a.more {
  float: right;
  margin-right: 1em;
  font-size: 14px;
  font-weight: 400;
  opacity: .6;
}
.team-cont .right-txt .cont a.more:hover {}
.team-cont .right-txt .cont .detail ul.expertbox li {
  width: 16.666%;
  float: left;
  text-align: center;
}
.team-cont .right-txt .cont .detail ul.expertbox li p {
  padding-top: .4em;
}
.team-cont .right-txt .cont .detail ul.expertbox li .imgbox {
  width: 100%;
  max-height: 120px;
  overflow: hidden
}
.team-cont .right-txt .cont .detail ul.expertbox li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
/*-----------------------产品案例------------------------------*/
.cases-list {
  width: 100%;
  float: left;
  position: relative;
}
.w-3 {
  width: 33.3333%;
}
.w-4 {
  width: 25%;
}
.cases-list li {
  float: left;
  padding: 0 2em 2em 0;
}
.cases-list li.w-3:nth-child(3n) {
  padding-right: 0;
}
.cases-list li.w-4:nth-child(4n) {
  padding-right: 0;
}
.cases-list li .imageffect {
  position: relative;
  width: 100%;
}
.cases-list li .imageffect .imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 260px;
}
.cases-list li .imageffect .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all .7s ease-in-out;
  position: relative;
}
.cases-list li .info {
  width: 100%;
  position: relative;
  visibility: visible;
  text-align: center;
  z-index: 0;
  background: #fff;
  transition: all .5s;
}
.cases-list li .info h4 {
  margin: 0;
  padding: 0 .9em;
  line-height: 2.9;
  font-size: 16px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cases-list li:hover .info {
  background: #19306d;
  color: #fff;
}
.cases-list li .imageffect:hover img {
  transform: scale(1.2);
}
.cases-list li:hover .imageffect {
  box-shadow: 0 4px 15px #bbb;
}
.cases-cont {
  width: 100%;
  margin: 2em 0;
  float: left;
  position: relative;
  background: #fff;
}
.cases-cont h3 {
  margin: 1em 0;
  text-align: center;
}
.case-slide {
  width: 100%;
  margin: 0 auto;
}
.cases-cont .leftbox {
  width: 62%;
  margin: 2em 0;
  float: left;
  position: relative;
  padding: 0 0 0 40px;
}
.cases-cont .leftbox p {
  line-height: 1.8;
}
.cases-cont .rightbox {
  width: 36%;
  margin: 2em 0;
  float: right;
  position: relative;
}
.cases-cont .rightbox dt {
  font-weight: 200;
  color: #999;
  padding: 3px 0;
}
.cases-cont .rightbox dd {
  padding: 3px 0;
}
.cases-cont .rightbox .dl-horizontal a {
  color: #19306d;
  border-bottom: 1px solid #ddd;
  padding-bottom: .2em;
}
.cases-cont .rightbox .dl-horizontal a:hover {
  border: 0;
  color: #999;
  transform: translateX(2px);
}
.case-relate {
  width: 100%;
  float: left;
  position: relative;
}
.case-relate h4 {
  margin-bottom: 1em;
}
.case-video {
  width: 100%;
  height: 600px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.view .swiper-container {
  width: 100%;
  height: 600px;
}
.view .swiper-slide {
  text-align: center
}
.view .swiper-slide img {
  width: auto;
  height: 100%;
  margin: auto;
}
.view .arrow-left {
  background: url(../images/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.view .arrow-right {
  background: url(../images/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
  background: #f9f9f9;
}
.preview .swiper-container {
  height: 82px;
  margin-left: 35px;
}
.preview .swiper-slide {
  height: 82px;
  cursor: pointer;
}
.preview .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview img {
  padding: 1px 5px;
  opacity: .6;
  transform: scale(1.03);
}
.preview .active-nav img {
  opacity: 1;
}
/*-----------------------------------项目-----------------------------------*/
.project-list-sub {
  margin: 0px 0px 0 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}
.project-list-sub li {
  line-height: 1.6;
  margin: 0px;
  padding: 5px 20px 5px 0;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
  float: left;
}
.project-list-sub li:nth-child(even) {
  padding: 5px 0px 5px 0;
}
.project-list-sub li > .date {
  width: 15%;
  float: left;
  text-align: center;
  color: #999;
  font-size: 95%;
  border: 1px solid #ddd;
}
.project-list-sub li > .date a {
  color: #777
}
.project-list-sub li > a {
  width: 73%;
  margin: 0px;
  padding: 0px 0 0 10px;
  float: left;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-list-sub li > .subnav {
  width: 10%;
  float: right;
  overflow: hidden;
  text-align: right;
  color: #aaa;
  font-size: 95%;
}
.project-list-sub li > .subnav .fa {
  padding-right: 5px
}
.projects-list {
  transition: .3s all ease;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding: .3em .8em;
  margin: 0 -10px 5px -10px;
  ;
}
.projects-list:hover {
  transform: translateX(4px);
}
.projects-list h4 {
  font-size: 14px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding: 0em 0;
}
.projects-list h4 {
  color: #19306d
}
.projects-list h4.hot {
  color: #f1701b
}
.projects-list span {
  max-width: 50%;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0em 1em .2em 0;
  float: left;
  color: #999;
  font-size: 12px;
}
.projects-list span:last-of-type {
  padding: 0px;
}
.projects-list .fa {
  padding-right: .4em;
}
.projects-list .panel-footer {
  color: #777;
}
.projects-list span.source {
  color: #4b62c5;
}
.projects-list span.source i.fa {
  padding-right: 0;
}
.projects-list span.source form {
  display: inline-block;
}
.projects-list span.source input {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.projects-list span.source:hover {
  animation: .3s fadeIn ease-in;
}
.projects-list span.source:hover input {
  text-decoration: none;
}
.projects-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 1em 1em .5em 1em;
  width: 100%;
  margin-bottom: 1em;
  float: left;
}
.projects-right h4 {
  font-size: 16px;
  color: #19306d;
  font-weight: 600;
  margin-bottom: .6em;
}
.projects-right li {
  float: left;
  margin: .3em 0;
}
.projects-right li p {
  margin-bottom: 2px;
  word-break: break-all;
}
.projects-right li span {
  color: #999;
  font-size: 12px;
}
.projects-right .keyword li {
  float: left;
  padding: 0 1em 0em 0;
}
.project-cont {
  width: 100%;
  float: left;
  position: relative;
  margin: 2em 0;
}
.project-cont h3 {
  padding: 0px;
  margin: 0;
  position: relative;
  font-weight: 600;
  width: 90%;
  line-height: 1.6;
}
.project-cont .tag {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.project-cont .tag span {
  line-height: 4;
  float: left;
  padding-right: 1em;
  color: #777;
}
.project-cont .tag span .fa {
  padding-right: .5em;
}
.project-cont .tag .date {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 24px;
  text-align: center;
  color: #19306d;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif'
}
.project-cont .tag .fa {
  color: #bbb;
}
.project-cont .cont {
  width: 100%;
  float: left;
  margin: 2em 0;
}
/*-----------------------------------资讯-----------------------------------*/
.news-btn {
  float: left;
  width: 100%;
  margin: 2em 0;
}
.news-btn li {
  margin-right: 1em;
  float: left;
  margin: 1em 1.5em 1em 0;
}
.news-btn li a {
  background: #f3f3f3;
  padding: .7em 1.6em;
  border-radius: 3px;
}
.news-btn li a.on {
  background: #19306d;
  color: #fff;
}
.news-wrap {
  width: 100%;
  position: relative;
  margin: 2em 0;
}
.news-item {
  width: 100%;
  float: left;
  transition: all .5s ease;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.news-item .newsdate {
  width: 70px;
  position: relative;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
}
.news-item .newsdate h4 {
  color: #555;
  font-size: 22px;
  position: relative;
  z-index: 9999;
  font-weight: 700;
  margin: 1em 0 .4em;
}
.news-item .newsdate p {
  font-size: 12px;
  position: relative;
  z-index: 9999;
  color: #999;
  padding-bottom: 7px;
}
.news-item .newscont {
  width: calc(100% - 240px);
  position: relative;
  padding-left: 1em;
  float: left;
  transition: all .5s ease
}
.news-item .newscont1 {
  width: calc(100% - 80px);
  position: relative;
  padding-left: 1em;
  float: left;
  transition: all .5s ease
}
.news-item .newscont h4, .news-item .newscont1 h4 {
  font-size: 18px;
  padding: 0em 0;
  margin: .7em 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.news-item .newscont p, .news-item .newscont1 p {
  color: #999;
  height: 48px;
  overflow: hidden;
}
.news-item:hover .newscont {
  transform: translateX(10px);
}
.news-item .newsimg {
  width: 140px;
  overflow: hidden;
  position: relative;
  float: right;
  height: 100px;
}
.news-item .newsimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease
}
.news-item:hover .newsimg img {
  transform: scale(1.04);
}
.news-cont {
  width: 100%;
  float: left;
  position: relative;
  margin: 0em 0;
}
.news-cont .leftbox {
  width: 100%;
  float: left;
}
.news-cont .rightbox {
  width: 25%;
  float: right;
}
.news-cont .leftbox h3 {
  position: relative;
  font-weight: 600;
  text-align: center;
  line-height: 1.5
}
.news-cont .leftbox .tag {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.news-cont .leftbox .tag span {
  line-height: 4;
  padding-right: 1em;
  color: #777;
}
.news-cont .leftbox .tag span .fa {
  padding-right: .5em;
}
.news-cont .leftbox .tag .date {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 24px;
  text-align: center;
  color: #19306d;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif'
}
.news-cont .leftbox .tag .fa {
  color: #bbb;
}
.news-cont .leftbox .content {
  width: 100%;
  float: left;
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.8;
}
.news-cont .leftbox img {
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
}
.news-cont .leftbox .new_bnav {
  width: 100%;
  position: relative;
  float: left;
  margin: 30px 0;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
  padding-top: 20px;
}
.news-cont .leftbox .new_bnav h5 {
  display: block;
  color: #888889;
  width: 50%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.news-cont .leftbox .new_bnav h5.prev {}
.news-cont .leftbox .new_bnav h5.next {
  text-align: right;
}
.news-cont .leftbox .new_bnav h5 a {
  color: #888889;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  transition: .3s;
}
.news-cont .leftbox .new_bnav h5 a span {
  color: #717171;
}
.news-cont .leftbox .new_bnav h5:hover a, .news-cont .leftbox .new_bnav h5:hover a span {
  color: #19306d;
}
.news-cont .rightbox h4 {
  float: left;
  font-size: 16px;
  margin: 1.5em 0;
  font-weight: 600;
}
.news-cont .rightbox li {
  width: 100%;
  margin: .6em 0;
  float: left;
  list-style: square
}
.news-cont .rightbox li a {
  width: 100%;
  float: left;
  padding-bottom: .5em;
}
.news-cont .rightbox li span {
  width: 100%;
  float: left;
  text-indent: 0em;
  color: #aaa;
}
.news-box {
  width: 100%;
  background-color: #f6f6f6;
  height: 170px;
  margin-top: 1.5em;
}
.news-box .img {
  width: 280px;
  height: 100%;
  overflow: hidden;
  float: left;
}
.news-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .txt {
  width: calc(100% - 280px);
  overflow: hidden;
  float: left;
  padding: 1.5em 2em;
}
.news-box .txt h4 {
  line-height: 1.4;
  width: 100%;
}
.news-box .txt p {
  color: #888;
  height: 48px;
  overflow: hidden;
  margin-bottom: 5px;
}
.news-box .txt span {
  color: #999;
}
.news-photo-list {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-photo-list li {
  width: 25%;
  padding: .5em;
  float: left;
}
.news-photo-list li .imgbox {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.news-photo-list li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.news-photo-list li .txt {
  width: 100%;
}
.news-photo-list li .txt h4 {
  width: 100%;
  padding-top: .3em;
  font-size: 14px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-photo-list li .txt p {
  width: 100%;
  font-size: 12px;
  color: #888;
  height: 40px;
  overflow: hidden;
  margin-bottom: .1em;
}
.news-photo-list li .txt span {
  font-size: 12px;
  color: #3375cc
}
.news-photo-list li:hover .imgbox img {
  transform: scale(1.1);
}
.magazine-box {
  width: 100%;
  margin: .4em 0;
  overflow: hidden;
}
.magazine-box li {
  width: 25%;
  padding: .6em;
  float: left;
}
.magazine-box li .imgbox {
  width: 100%;
}
.magazine-box li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
}
.magazine-box li .imgbox .mag-btn {
  margin-top: .5em;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f3f3f3;
}
.magazine-box li .imgbox .mag-btn .fa {
  height: 45px;
  line-height: 45px;
  width: 50px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  background: #3678ce;
  float: left
}
.magazine-box li .imgbox .mag-btn .txt {
  float: left;
  text-align: center;
  width: calc(100% - 50px)
}
.magazine-box li .imgbox:hover {
  opacity: .8;
}
.about-nav {
  width: 100%;
 /* height: 45px;*/
  line-height: 45px;
  background-color: #FFF;
  font-size: 14px;
	display: block;
}


.about-nav span {
  visibility: hidden
}
.about-nav ul {
	margin: 0;
}
.about-nav li {
 display:inline-block;
  margin-right: 2em;
}
.about-nav li.active {
	padding: 0 1em;
  background: #f6f6f6;
  font-weight: bold;
	line-height: 45px;
}
.about-cont {
  margin: 1em 0 2em;
  position: relative;
  float: left;
  width: 100%;
}
.about-cont h4 {
  color: #19306d;
  padding: 0 10px;
  margin: 25px 0 20px 0;
  border-left: 5px solid #19306d
}
.about-cont p {
  text-indent: 2em;
  margin-bottom: 5px
}
.about-cont img {
  max-width: 100%;
  height: auto
}
.about-cont .honor-list li {
  float: left;
  padding: 0 0px 20px 0;
  width: 25%;
  text-align: center;
}
.about-cont .honor-list li .imgbox {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.about-cont .honor-list li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3px;
}
.about-cont .service-box {
  padding: 1em;
  height: 180px;
  margin: 1em 0;
  overflow: hidden;
}
.about-cont .service-box h4 {
  font-weight: 700;
}
.about-cont .adv-list {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.about-cont .adv-list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 1em 0 0 0;
}
.about-cont .adv-list li:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.about-cont .adv-list li img {
  margin-bottom: .6em;
  transition: all .4s;
}
.about-cont .adv-list li.t1 {
  width: 20%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.about-cont .adv-list li:hover img {
  transform: translateY(2px);
  opacity: .6
}
.about-cont .panel-adv {
  border-color: #e4eef9
}
.about-cont .panel-adv > .panel-heading {
  color: #222;
  background-color: #e4eef9;
  border-color: #e4eef9;
  text-align: center;
}
.about-cont .panel-adv > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e4eef9
}
.culture-cont {
  background: #f9f9f9 url("../images/culture_bg.png") top left no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.culture-cont .left-img {
  background: url("../images/culture_img.png") top center no-repeat;
  background-size: 100% 100%;
  height: 400px;
  width: 50%;
  box-shadow: 5px -5px #e5e5e5;
  text-align: right;
  padding: 20px;
  float: left;
}
.culture-cont .left-img span {
  padding: 20px 10px;
  display: block;
}
.culture-cont .left-img h1 {
  font-family: Impact;
  letter-spacing: 2px;
  color: #19306d;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.culture-cont .left-txt {
  width: 50%;
  float: left;
  height: 400px;
  padding: 20px 25px;
}
.culture-cont .left-txt span {
  padding: 25px 30px;
  display: block;
  width: 100%;
}
.culture-cont .left-txt .imgbox {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  float: left;
}
.culture-cont .left-txt .imgbox img {
  width: 56px;
  vertical-align: middle;
}
.culture-cont .left-txt .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  padding-left: 10px;
  float: left;
}
.culture-cont .left-txt .txt h4 {
  font-weight: 800;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.culture-cont .left-txt .txt p {
  line-height: 1.4
}
.culture-cont .slogan-box {
  padding: 20px 0;
  text-align: center;
}
.culture-cont .slogan-box h1 {
  font-family: Impact;
  letter-spacing: 2px;
  color: #19306d;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.culture-cont .slogan-box .item1 {
  margin: 40px 0;
  background: url("../images/culture_img02.jpg") right bottom no-repeat;
  height: 430px;
  background-size: 55% auto;
  position: relative;
}
.culture-cont .slogan-box .item2 {
  margin: 40px 0;
  background: url("../images/culture_img03.jpg") left bottom no-repeat;
  height: 430px;
  background-size: 60% auto;
  position: relative;
}
.culture-cont .slogan-box .txtbox1 {
  position: absolute;
  left: 0;
  top: 0;
  background: #19306d;
  width: 50%;
  height: 300px;
  padding: 40px;
  color: #fff;
}
.culture-cont .slogan-box .txtbox2 {
  position: absolute;
  right: 0;
  top: 40px;
  background: #f7ab00;
  width: 50%;
  height: 200px;
  padding: 40px;
  color: #fff;
  text-align: left;
}
.culture-cont .slogan-box .txtbox1 .imgbox, .culture-cont .slogan-box .txtbox2 .imgbox {
  width: 80px;
  float: left;
}
.culture-cont .slogan-box .txtbox1 .imgbox img, .culture-cont .slogan-box .txtbox2 .imgbox img {
  width: 56px;
  vertical-align: middle;
}
.culture-cont .slogan-box .txtbox1 .txt {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 80px);
  padding-left: 10px;
  float: left;
  height: 70px;
}
.culture-cont .slogan-box .txtbox1 .txt h4, .culture-cont .slogan-box .txtbox2 .txt h4 {
  font-weight: 800;
  font-size: 20px;
}
.culture-cont .slogan-box .txtbox1 .txt span {
  margin: 10px 0;
  float: left;
}
.culture-cont .slogan-box .txtbox1 .txt p {
  margin-bottom: 5px;
}
.platform {
  width: 50%;
  float: left;
  margin: 1em 0;
}
.platform-ico {
  box-sizing: border-box;
  margin-right: 1em;
  float: left;
}
.platform-ico .img_box {
  float: left;
  vertical-align: middle;
  width: 4.5rem;
  height: 4.5rem;
  padding: .4rem;
  border-top-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  text-align: center;
  font-weight: inherit;
  background: #d9b186;
}
.platform-ico .img_box1 {
  width: 4.5rem;
  height: 4.5rem;
  padding: .4rem;
  border-top-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  text-align: center;
  font-weight: inherit;
  background: #9fafd2;
  line-height: 2.5em;
}
.platform-txt {
  float: left;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 80%;
}
.platform-txt h4 {
  color: #215aa1;
  font-size: 20px;
  margin: 0px;
  font-weight: 700;
}
.platform-txt h4 small {
  text-transform: uppercase;
  margin: 0 1rem;
  font-size: .7rem;
}
.platform-txt p {
  margin: .4rem 0 1rem 0;
  line-height: 1.6
}
.platform-bg {
  width: 100%;
  height: 600px;
  margin-top: 1em;
  background: url("../images/platform_bg.jpg") top center no-repeat;
  text-align: center;
}
.platform-bg img {
  width: auto;
  height: 580px;
  padding: 2em 1em 0;
}
.qualify-list {
  list-style: none;
  margin: 2em 0;
}
.qualify-list h4 {
  text-align: center;
  color: #19306d;
  border-bottom: 1px solid #eee;
  line-height: 2.0;
  background: #fcfcfc
}
.qualify-list li {
  list-style: inside;
  list-style-type: circle;
  line-height: 2.0;
  color: #444;
}
.about-content {
  position: relative;
  float: left;
  margin: 1em 0em 2em 0;
  line-height: 1.82857143;
  font-size: 15px;
}
.about-content img {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}
.about-content li {
  width: 100%;
  padding: .2em 0;
  color: #19306d
}
.about-content li:before {
  content: "\f091";
  font-family: "FontAwesome";
  padding-right: .5em;
  color: #19306d
}
.about-bottom {
  width: 100%;
  text-align: center;
  padding: 2em 0;
  background: #f6f6f6;
}
.abooutus-content {
  width: 100%;
  position: relative;
  float: left;
  margin: 2em 0em;
  line-height: 1.82857143;
}
.abooutus-content h4 {
  padding-bottom: 0em;
}
.abooutus-content .tel-box {
  padding: 1em 2em;
  background: #9fafd2 url("../images/contact_img.jpg") right center no-repeat;
  background-clip: border-box;
  height: 95px;
  margin-bottom: 1em;
  color: #fff;
}
.abooutus-content .tel-box .fa {
  padding-right: .5em;
}
.research-box {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
.research-box:hover {
  box-shadow: 0 1px 20px #ddd;
}
/*.research-box:hover .result-box{
	display: block;	
	animation: slideUp 1s;
}
.research-box:hover .cont{
	display: none;
}*/
.research-box .title {
  width: 100%;
  height: 120px;
  background: #eee;
  position: relative;
}
.research-box .title .imgbox {
  position: relative;
  width: 30%;
  height: 120px;
  overflow: hidden;
  /*filter:brightness(0.65) */
}
.research-box .title .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-box .title .txt {
  position: absolute;
  top: 16px;
  margin-left: 30%;
  width: 70%;
  text-align: center;
}
.research-box .title .txt h3 {
  margin-bottom: 15px;
}
.research-box .title .txt a {
  color: #19306d;
  font-weight: 600;
}
.research-box .title .txt a:hover {
  text-decoration: underline;
  opacity: .9;
}
.research-box .cont {
  width: 100%;
  padding: 5px 25px;
  margin: 4px 0;
  height: 350px;
  overflow-y: auto;
}
.research-box .result-box {
  width: 100%;
  padding: 5px 25px;
  display: none
}
.research-box .cont span, .research-box .result-box span {
  font-weight: 600;
  line-height: 2.7;
  font-size: 16px;
}
.research-box .cont span:after, .research-box .result-box span:after {
  content: "————";
  height: 2px;
  width: 400px;
  margin: 0 15px;
  color: #ddd;
}
.research-box .cont .Subject li, .research-box .result-box .Subject li {
  line-height: 1.8;
}
.research-box .cont .Subject li:before, .research-box .result-box .Subject li:before {
  content: "●";
  color: #9fafd2;
  padding-right: .5em;
}
.research-list {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
  transition: all .5s;
}
.research-list:hover .bg1 {
  transform: translateX(-20px);
}
.research-list:hover .bg2 {
  transform: translateX(20px);
}
.research-list .header-bg {
  width: 100%;
  background: #fff url("../images/research_bg2.jpg") bottom center no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  height: 290px;
  position: relative;
  margin: 0px 0 30px;
}
.research-list .header-bg .box {
  width: 100%;
  /*position: absolute;
  top: 0px;
  left: 0;*/
  background: -moz-linear-gradient(top, rgba(25, 48, 109, 1) 0%, rgba(41, 137, 216, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(25, 48, 109, 1) 0%, rgba(41, 137, 216, 0) 100%);
  background: linear-gradient(to bottom, rgba(25, 48, 109, 1) 0%, rgba(41, 137, 216, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19306d', endColorstr='#002989d8', GradientType=0);
  padding: 25px;
  color: #fff;
  border-radius: 10px;
}
.research-list .header-bg h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.research-list .div1, .research-list .div2 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.research-list .div1 .leftbox {
  width: 50%;
  float: left;
  height: 300px;
}
.research-list .div1 .leftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-list .div1 .rightbox {
  width: 50%;
  float: left;
  position: relative;
}
.research-list .div2 .rightbox {
  width: 50%;
  float: left;
  position: relative;
  height: 300px;
}
.research-list .div2 .rightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-list .div2 .leftbox {
  width: 50%;
  float: left;
  position: relative;
  height: 300px;
}
.abooutus-content {
  width: 100%;
  position: relative;
  float: left;
  margin: 2em 0em;
  line-height: 1.82857143;
}
.research-list .bg1 {
  background: url("../images/space_bg01.png") top left no-repeat;
  background-size: 100%;
  padding-top: 12px;
  text-indent: 50px;
  height: 100px;
  width: 460px;
  position: absolute;
  top: 20px;
  left: -30px;
  transition: all .5s;
}
.research-list .bg1 h4, .research-list .bg2 h4 {
  font-weight: 700;
}
.research-list .bg2 {
  background: url("../images/space_bg02.png") top left no-repeat;
  background-size: 100%;
  padding-top: 12px;
  text-indent: 50px;
  height: 100px;
  width: 460px;
  position: absolute;
  bottom: 20px;
  right: -30px;
  z-index: 999;
  transition: all .5s;
}
.rescenter-info {
  width: 100%;
  position: relative;
  float: left;
  margin: 2em 0em;
  padding: 20px 25px;
  line-height: 1.82857143;
  /*background:#fff url("../images/rescenter_bg.png") right 90px no-repeat; */
}
.rescenter-info .col-md-6 img {
  width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 1em 0;
  border-radius: 10px;
}
.rescenter-info table td {
  padding: 10px;
}
.rescenter-info .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px
}
.rescenter-info .title .right {
  float: right;
  margin-top: -25px;
}
.rescenter-info .title .right .img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.rescenter-info .title .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rescenter-info .title .right .txt {
  display: inline-block;
  font-size: 14px;
  padding: 15px 10px 0;
  vertical-align: middle;
}
.rescenter-info h4.ny-title {
  color: #19306d;
  padding: 0 10px;
  margin: 5px 0 10px 0;
  border-left: 5px solid #19306d;
  font-weight: 600;
}
.rescenter-info .cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
  padding: 20px;
  margin: 15px 0 15px 0;
}
.rescenter-info .cont ul {
  margin: 0;
  padding: 0 10px;
}
.rescenter-info .cont li {
  list-style: none;
  float: left;
  width: 100%;
  transition: all .5s;
  font-size: 16px;
}
.rescenter-info .cont li a:after {
  font-family: "FontAwesome";
  content: "\f1c1";
  color: #4564a8;
  padding-left: 10px;
}
.rescenter-info .cont li:before {
  content: "●";
  color: #ddd;
  padding-right: 7px;
}
.rescenter-info .cont li a:hover {
  opacity: .6;
  padding-left: 2px;
}
.magazin-cont {
  line-height: 30px;
  margin: 0px 0;
  float: left;
  width: 100%;
}
.magazin-cont .imgbox {
  float: left;
  transition: all .4s;
}
.magazin-cont .imgbox img {
  border: 1px solid #ddd;
  width: 200px;
  height: 260px;
  object-fit: cover;
  border-radius: 2px;
}
.magazin-cont .imgbox:hover {
  box-shadow: 1px 4px 12px #ddd;
}
.magazin-cont .txtbox {
  height: 260px;
  width: calc(100% - 230px);
  float: left;
  padding-left: 2em;
  position: relative;
}
.magazin-cont .txtbox h4 {
  font-weight: 600;
}
.magazin-cont .txtbox p {
  color: #999;
}
.magazin-cont .txtbox a.read {
  position: absolute;
  bottom: 2px;
  left: 25px;
  border: 1px solid #19306d;
  padding: 0px 10px;
  color: #19306d;
  text-align: center;
  border-radius: 4px;
  transition: all .5s
}
.magazin-cont .txtbox a.read:hover {
  background: #19306d;
  color: #fff;
}
.result-wrap {
  width: 100%;
  float: left;
  margin-bottom: 1.5em;
}
.result-wrap .leftbox {
  width: 16%;
  float: left;
  color: #fff;
  padding: 1em 1.5em;
  text-transform: uppercase;
}
.result-wrap .leftbg1 {
  background: #9fafd2 url("../images/about_ico01.png") 76% 90% no-repeat;
  height: 440px;
  overflow: hidden;
}
.result-wrap .leftbg2 {
  background: #dfafaf url("../images/about_ico02.png") 76% 90% no-repeat;
  height: 260px;
  overflow-y: auto;
}
.result-wrap .leftbg3 {
  background: #d9b186 url("../images/about_ico03.png") 76% 90% no-repeat;
  height: 260px
}
.result-wrap .leftbg4 {
  background: #9fafd2 url("../images/about_ico04.png") 76% 90% no-repeat;
  ;
  height: 200px;
}
.result-wrap .leftbg5 {
  background: #dfafaf url("../images/about_ico05.png") 76% 90% no-repeat;
}
.result-wrap .leftbg1 p, .result-wrap .leftbg2 p, .result-wrap .leftbg3 p, .result-wrap .leftbg4 p, .result-wrap .leftbg5 p {
  opacity: .6;
  margin-top: 1em
}
.result-wrap .leftbg6 {
  background: #d9b186 url("../images/about_ico06.png") 76% 90% no-repeat;
  min-height: 160px
}
.result-wrap .title {
  padding: 4px 0;
  margin-bottom: 10px;
}
.result-wrap .title span {
  padding: 9px 15px;
  color: #fff;
  line-height: 1.7;
  font-weight: 600;
}
.result-wrap .border-color1 {
  border-bottom: 1px solid #a6b6d9;
}
.result-wrap .border-color2 {
  border-bottom: 1px solid #83c5c8;
}
.result-wrap .border-color3 {
  border-bottom: 1px solid #e8974d;
}
.result-wrap .border-color4 {
  border-bottom: 1px solid #afacd1;
}
.result-wrap .bg01 {
  background: url("../images/SVG/ico01.svg") 93% bottom no-repeat;
  background-size: 15%;
}
.result-wrap .bg02 {
  background: url("../images/SVG/ico02.svg") 93% bottom no-repeat;
  background-size: 15%;
}
.result-wrap .bg03 {
  background: url("../images/SVG/ico03.svg") 93% bottom no-repeat;
  background-size: 15%;
  ;
}
.result-wrap .bg04 {
  background: url("../images/SVG/ico04.svg") 93% bottom no-repeat;
  background-size: 15%;
}
.result-wrap .rightbox {
  width: 100%;
  float: left;
  padding: 1.2em 2em;
}
.result-wrap .rightbox .height400 {
  height: 350px;
  overflow-y: auto;
}
.result-wrap .rightbox .height300 {
  height: 220px;
  overflow-y: auto;
}
.result-wrap .rightbox h5 {
  font-weight: 600;
  padding-bottom: .6em;
  border-bottom: 1px solid #ddd;
}
.result-wrap .rightbox li.color1:before {
  content: "●";
  color: #9fafd2;
  padding-right: .5em
}
.result-wrap .rightbox li.color2:before {
  content: "●";
  color: #83c5c8;
  padding-right: .5em
}
.result-wrap .rightbox li.color3:before {
  content: "●";
  color: #e8974d;
  padding-right: .5em
}
.result-wrap .rightbox li.color4:before {
  content: "●";
  color: #afacd1;
  padding-right: .5em
}
.result-wrap .rightbox li.color2, .result-wrap .rightbox li.color3 {
  width: 100%;
  float: left;
  padding-right: 30px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result-wrap .rightbox li.color2:nth-child(even), .result-wrap .rightbox li.color3:nth-child(even) {
  padding-right: 0;
}
.result-wrap .rightbox .arrow {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #ddd;
  cursor: pointer;
}
.result-wrap .rightbox .hidden-div {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 888
}
.honor_tmtimeline {
  margin: 0px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* The line */
.honor_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ddd;
  left: 4%;
  margin-left: -10px;
}
.honor_tmtimeline > li {
  position: relative;
}
/* The date/time */
.honor_tmtimeline > li .honor_tmtime {
  display: block;
  width: 10%;
  position: absolute;
  top: -6px;
}
.honor_tmtimeline > li .honor_tmtime span {
  display: block;
  text-align: right;
}
.honor_tmtimeline > li .honor_tmtime span:first-child {
  font-size: 2em;
  color: #19306d;
}
.honor_tmtimeline > li .honor_tmtime span:last-child {
  font-size: 2em;
  color: #19306d;
}
.honor_tmtimeline > li:nth-child(odd) .honor_tmtime span:last-child {
  color: #9fafd2;
}
/* Right content */
.honor_tmtimeline > li .honor_tmlabel {
  margin: 0 0 0px 8%;
  /*  background: #19306d;
            color: #fff;*/
  padding: .6em 1em;
  font-weight: 300;
  position: relative;
}
.honor_tmtimeline > li:nth-child(odd) .honor_tmlabel {
  background: #fff;
}
.honor_tmtimeline > li .honor_tmlabel h2 {
  font-size: 20px;
  margin-top: 0px;
  padding: 0 0 0px 0;
  font-weight: 700;
  color: #0b487f;
}
.honor_tmtimeline > li .honor_tmlabel img {
  margin-bottom: 1em;
}
/* The triangle */
.honor_tmtimeline > li .honor_tmlabel:after {
  /*   right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #19306d;
            border-width: 10px;
            top: 10px;*/
}
.honor_tmtimeline > li:nth-child(odd) .honor_tmlabel:after {
  border-right-color: #9fafd2;
}
/* The icons */
.honor_tmtimeline > li .honor_tmicon {
  width: 9px;
  height: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 7px #19306d;
  text-align: center;
  left: 4%;
  top: 15px;
  margin: 0 0 0 -14px;
}
.client-link {
  list-style: none;
  margin: 10px 0;
  padding: 0px 0px;
  display: block;
  float: left;
  width: 100%;
}
.client-link li {
  padding: 0px 15px 15px 0;
  list-style: none;
  display: block;
  width: 20%;
  line-height: 34px;
  float: left;
  height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
}
.client-link li img {
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
  transition: .5s all ease;
  filter: grayscale(90%);
  opacity: .3;
}
.client-link li img:hover {
  box-shadow: 0 0 10px #eee;
  opacity: 1;
  filter: grayscale(0%);
}
.client-link li a {
  color: #999
}
.client-link li a:hover {
  color: #19306d
}
.contact-wrap {
  width: 100%;
  padding: 2em 1em 2em 2em;
  background: #9fafd2;
  height: 180px;
  color: #fff;
  margin-bottom: 2em;
  position: relative;
}
.contact-wrap img {
  margin-top: -22px;
  width: 100%;
  object-fit: cover;
}
.contact-wrap h4 {
  padding: 0;
}
.contact-wrap .qr {
  width: 120px;
  position: absolute;
  top: 55px;
  left: 330px;
}
/*============== 我们栏目切换=========================*/
.slideTxtBox {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.slideTxtBox .hd {
  height: 45px;
	line-height: 45px;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.slideTxtBox .hd ul {
  float: left;
  margin-top: 4px;
}
.slideTxtBox .hd ul li {
  float: left;
  padding: 0px 15px;
  margin: 10px 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  vertical-align: middle;
}
.slideTxtBox .hd ul li.on {
  font-weight: 600;
  background: #fff;
  border-left: 5px solid #19306d;
  font-size: 16px;
  color: #19306d
}
.slideTxtBox .bd ul.client-list {
  padding: 15px;
  zoom: 1;
  min-height: 400px;
}
.slideTxtBox .bd ul.client-list li {
  line-height: 2;
  font-size: 16px;
  width: 33.333%;
  float: left;
  padding-right: 15px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slideTxtBox .bd ul.client-list li:before {
  content: "●";
  color: #19306d;
  padding-right: .5em;
}
h4.qa-title {
  background: #f6f6f6;
  padding: 10px 0;
  text-align: center;
}
ul.market-list {
  margin: 0px 0;
  padding: 0 5px;
  zoom: 1;
  height: 400px;
  overflow-y: auto;
}
ul.market-list li {
  line-height: 2;
  width: 100%;
  float: left;
  padding-right: 15px;
}
ul.market-list li:before {
  content: "■";
  color: #19306d;
  padding-right: .5em;
}
.market-apyuser {
  height: 250px;
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
  padding: 0px 0;
  width: 25%;
  float: left;
  margin-bottom: 2em;
}
.market-apyuser:first-child {
  border-left: #ddd 1px solid;
}
.market-apyuser .left_img {
  margin-top: 2em;
  color: #19306d;
}
.market-apyuser .title {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #9fafd2;
  text-align: center;
  color: #fff;
  float: left;
  width: 100%;
}
.market-apyuser .title .fa {
  padding-right: 7px
}
.market-apyuser:nth-child(even) .title {
  background: #19306d;
}
.market-apyuser .arrow_ico {
  position: relative;
  left: -7px;
  background: url(../images/arrow.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.market-apyuser .arrow_ico1 {
  position: relative;
  right: 7px;
  background: url(../images/arrow1.png) center center no-repeat;
  width: 40px;
  height: 40px;
}
.market-apyuser .fa-qrcode {
  cursor: pointer
}
.market-apyuser .fa-qrcode .qrcode-server {
  display: none;
  width: 120px;
  position: absolute;
  z-index: 99999;
}
.market-apyuser .fa-qrcode .qrcode-server1 {
  display: none;
  width: 150px;
  position: absolute;
  top: 20px;
  right: -155px;
  z-index: 99999;
  background: #f9f9f9;
}
.market-apyuser .fa-qrcode:hover .qrcode-server, .fa-qrcode:hover .qrcode-server1 {
  display: block;
}
.market-apyuser ul.stlist, .market-apyuser ul.splist {
  margin: 1em 0;
}
.market-apyuser ul.stlist li {
  line-height: 36px;
}
.market-apyuser ul.stlist li:before {
  font-family: 'FontAwesome';
  content: "\f046";
  padding-right: 10px;
  color: #19306d;
}
.market-apyuser ul.splist li {
  line-height: 30px;
}
.market-apyuser ul.splist li:before {
  font-family: 'FontAwesome';
  content: "\f061";
  padding-right: 10px;
  color: #19306d;
}
.contact-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}
.contact-box .w2 {
  width: 50%;
  padding: 15px 15px 0 0;
  float: left;
}
.contact-box p {
  margin-bottom: 7px
}
.contact-box .qr-box {
  width: 100%;
  background: #f6f6f6;
  padding: 15px 20px;
  margin: 20px 0;
}
.contact-box .qr-box img {
  width: 100px;
  display: inline-block
}
.contact-box .qr-box span {
  display: inline-block;
  padding: 0 10px;
}
.btxt {
  position: absolute;
  bottom: -89px;
  left: -40px;
  font-size: 10vh;
  color: #eee;
  text-transform: uppercase;
  font-weight: 700;
}
.map_box {
  position: relative;
  width: 100%;
  vertical-align: top;
  float: left;
  border-radius: .3em;
  height: 450px;
  overflow: hidden;
  transition: all .5s;
}
.map_box:hover {
  box-shadow: 1px 3px 15px #e3e3e3 inset
}
.map_box h4, .map_box h4 a {
  font-weight: 800;
  transition: all .5s;
  color: #19306d;
}
.map_box h4 .fa {
  font-size: 70%;
}
.map_box h4:hover {
  transform: translateY(3px) translateX(2px)
}
.map_box .map-bg1 {
  width: 60%;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/map1.jpg") center center no-repeat;
  z-index: 0;
  opacity: 1;
}
.map_box .map-bg2 {
  width: 60%;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/map2.jpg") center center no-repeat;
  z-index: 0;
  opacity: 1;
}
.map-bg01 {
  background: #f6f6f6 url("../images/logo02_bg.png") 120% 150% no-repeat;
  filter: grayscale()
}
.map-bg02 {
  background: #f6f6f6 url("../images/logo03_bg.png") 120% 150% no-repeat;
  filter: grayscale()
}
.map-bg03 {
  background: #f6f6f6 url("../images/logo04_bg.png") 120% 150% no-repeat;
  filter: grayscale()
}
.map-bg04 {
  background: #f6f6f6 url("../images/logo05_bg.png") 120% 150% no-repeat;
  filter: grayscale()
}
.map-bg01:hover, .map-bg02:hover, .map-bg03:hover, .map-bg04:hover {
  filter: none
}
.map-wrap {
  width: 50%;
  height: 220px;
}
.map_box .title_box {
  position: absolute;
  top: 1rem;
  text-align: center;
  line-height: 1.9;
  vertical-align: middle;
}
.map_box .title_box .txt {
  background: rgba(69, 100, 168, .7);
  width: 20%;
  border-radius: .5rem;
  float: right;
  margin-right: .5rem;
  color: #fff;
  padding: .4rem;
  line-height: 1.6
}
.map_box .txtbox {
  width: 100%;
  float: left;
  padding: 1.5em 1.9em;
  z-index: 9999;
  position: relative;
}
.map_box .txtbox li {
  line-height: 2
}
.map_box .txtbox li .fa {
  width: 25px;
  color: #bbb;
  text-align: left;
}
.map_box .txtbox li.tel:before {
  font-family: "FontAwesome";
  content: '\f095';
  color: #19306d;
  padding-right: .5em;
}
.map_box .txtbox li.fax:before {
  font-family: "FontAwesome";
  content: '\f1ac';
  color: #19306d;
  padding-right: .5em;
}
.map_box .txtbox li.location:before {
  font-family: "FontAwesome";
  content: '\f041';
  color: #19306d;
  padding-right: .5em;
}
.map_box .txtbox li.mail:before {
  font-family: "FontAwesome";
  content: '\f0e0';
  color: #19306d;
  padding-right: .5em;
}
.map_box .txtbox li a.addr {
  border-bottom: 1px dashed #a1b6e4;
  padding-bottom: 5px;
}
.map_box .txtbox li a.addr:hover {
  border-bottom: 0px
}
.addr-txtbox {
  background: #f6f6f6;
  width: 31.8%;
  padding: 1em 1.5em;
  margin: 0em 0em 1em 1em;
  float: left;
  position: relative;
}
.addr-txtbox:nth-child(3n) {
  margin-right: 0;
}
.addr-txtbox h4 {
  margin: 0px;
  padding: 1em 0 .4em 0;
}
.addr-txtbox li {
  line-height: 2;
}
.addr-txtbox .mapico {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 1.5em;
  color: #19306d
}
.addr-txtbox .mapico:hover {
  animation: .4s tossing infinite;
}
.addr-box .panel-body {
  position: relative;
}
.addr-box .mapico {
  position: absolute;
  bottom: 5px;
  right: 20px;
  cursor: pointer;
  font-size: 1.5em;
  color: #19306d
}
.addr-box .mapico:hover {
  animation: .4s tossing infinite;
}
.addr-box ul {
  margin: 0;
}
.addr-box li {
  line-height: 2;
}
.addr-box li.tel:before {
  font-family: "FontAwesome";
  content: '\f095';
  padding-right: .5rem;
  color: #19306d;
}
.addr-box li.location:before {
  font-family: "FontAwesome";
  content: '\f041';
  padding-right: .5rem;
  color: #19306d;
}
/*-------------------申请加入------------------------------*/
.inner-box {
  margin: 5% auto;
  background: #fff;
  border-radius: 10px;
  width: 880px;
  box-shadow: 0 0 50px 1px #e3e3e3;
  animation: fadeInLeft 2s ease;
}
.inner-box .logobox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 65px;
  background: #19306d;
}
.inner-box .logobox h3 {
  float: right;
  color: #d6ddec;
  margin-right: 1em;
  margin-left: 1em;
}
.inner-box .formbox {
  padding: 30px 30px;
}
.inner-box .formbox .contact {
  width: 100%;
  margin: 2em 1em;
}
.inner-box .formbox .contact p {
  margin-top: .4em
}
.inner-box .formbox .fa-lg {
  padding-right: 14px !important;
}
.inner-box .formbox .fa {
  padding-right: 4px;
}
.reg-wrap {
  margin: 0px auto;
  width: 70%;
  text-align: left;
}
.reg-wrap .note {
  padding: 1em 1.3em;
  background: #f6f6f6;
  margin-bottom: 1.5em;
}
.reg-wrap .note p {
  margin-bottom: 0;
}
.reg-wrap li {
  margin-bottom: 15px;
  width: 90%;
  float: left;
}
.reg-wrap li span {
  padding-right: 10px;
}
.reg-wrap li span.label-text {
  width: 60px;
  overflow: hidden;
}
.reg-wrap li input.inputbox {
  width: 150px;
}
.reg-wrap li select {
  width: 148px !important;
}
.reg-wrap li textarea {
  width: 90%;
  border: 1px solid #ddd;
  padding: .5em 1em;
  margin-left: 4.9em;
  border-radius: 4px;
  margin-top: .5em;
}
.reg-wrap li textarea.other {
  width: 465px;
  margin-top: -30px;
}
.reg-wrap li a.send {
  display: inline-block;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 14px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
.btn-default:active, .btn-default.active {
  color: #fff;
  background-color: #19306d;
  border-color: #dddddd;
}
/*//////////////////留言列表////////////////////////*/
.chat {
  width: 100%;
  position: relative;
  margin: 2em 0;
}
.chat .page-header {
  margin: 0;
}
.chat .chat-history {
  padding: 20px 0 0px 0px;
  border-bottom: 2px solid white;
}
.chat .chat-history .message-data {
  margin-bottom: 14px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .txt {
  color: white;
  padding: 14px 20px;
  line-height: 24px;
  font-size: 14px;
  border-radius: 7px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.chat .chat-history .txt:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #eee;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #eee;
  color: #222;
}
.chat .chat-history .other-message {
  background: #9fafd2;
}
.chat .chat-history .my {
  color: #ddd;
  padding: 0 5px;
}
.chat .chat-history .other {
  color: #9fafd2;
  padding: 0 5px;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #9fafd2;
  left: 93%;
}
.chat .chat-message {
  padding: 30px;
}
/*----------------技术中心------------------------*/
.union-list {
  margin-left: -.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.union-list li {
  width: 20%;
  float: left;
  padding: 1em .5em;
}
.union-list li:last-child() {
  padding-right: 0em;
}
.union-list li .imgbox {
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  padding: 1.2em 1em;
  transition: all .5s;
  border-radius: 4px;
}
.union-list li .imgbox img {
  height: 35px;
}
.union-list li .imgbox h4 {
  font-size: 16px;
  margin-bottom: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.union-list li .imgbox:hover {
  box-shadow: 0 0 6px 0 inset #19306d;
  border: 1px solid #19306d;
}
.union-list li .on {
  box-shadow: 0 0 6px 0 inset #19306d;
  border: 1px solid #19306d;
}
.union-cont {
  width: 100%;
  position: relative;
  display: block;
}
.union-cont .location {
  position: absolute;
  right: 0;
  bottom: 80px;
  color: #999;
}
.union-cont .location i {
  padding-right: .5em;
}
.union-cont h2 {
  text-align: center;
  width: 100%;
  padding: 1em 0;
}
.union-cont .area {
  width: 100%;
  text-align: center;
  padding: .6em 1em;
  border: 1px solid #ddd;
  color: #777;
  border-radius: 4px;
  margin-bottom: 2em;
}
.material-list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.material-list ul {
  padding: 0;
  margin-left: -10px;
  margin-right: -.7em
}
.material-list li {
  width: 16.666%;
  float: left;
  padding: .7em;
  text-align: center;
  position: relative;
}
.material-list li:nth-child(6n) {}
.material-list li:hover .box {
  filter: brightness(120%);
}
.material-list li .box {
  width: 100%;
  height: auto;
  transition: all .5s;
}
.material-list li .imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.material-list li .imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.material-list li h4 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: .7em 0 .7em;
  margin: 0;
}
.material-list li p {
  color: #999;
  margin: 0;
  padding: .3em 0 0;
}
.news-list {
  height: 210px;
  overflow: hidden;
}
.news-list ul li {
  width: 100%;
  float: left;
  transition: .3s all;
  line-height: 1.9;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li .name {
  width: 60%;
  float: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li .tag {
  width: 37%;
  text-align: right;
  color: #e27e5a;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li .name1 {
  width: 78%;
  float: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li .tag1 {
  width: 18%;
  text-align: right;
  color: #3375cc;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li .tag:after {
  font-family: 'FontAwesome';
  content: "\f091";
  color: #e27e5a;
  padding-left: .4em;
  float: right;
}
.news-list ul li:before {
  content: "●";
  color: #3375cc;
  padding-right: .5em;
  float: left;
}
.news-list ul li:hover {
  transform: translateX(3px)
}
@media screen and (max-width: 1440px) {
  .team dl dd li a .txt {
    width: 52%;
    margin-left: 10px;
    float: left;
  }
  .result-wrap .rightbox {
    width: 82%;
  }
  .team-list li a .txt {
    width: 52%;
  }
  .news-photo-list li {
    width: 33.333%;
    padding: .5em;
    float: left;
  }
  .map_box .map-bg1, .map_box .map-bg2 {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .team dl dd li a div.img {
    height: 80px;
    width: 80px;
  }
  .search .keyword .input_text, .search1 .keyword .input_text {
    width: 67%
  }
  .result-wrap .rightbox {
    width: 84%;
  }
  .addr-txtbox {
    background: #f6f6f6;
    width: 31.8%;
  }
  .team-list li a div.img {
    height: 80px;
    width: 80px;
  }
  .team-list li a p {
    margin-top: 10px;
  }
  .sub-l-nav .list {
    width: 680px;
  }
  .projects-list span.site {
    max-width: 170px
  }
  .news-photo-list li {
    width: 50%;
    padding: .5em;
    float: left;
  }
}
@media screen and (max-width:720px) {
  .about-nav li {
    margin-right: 1.5rem;
  }
  .slideTxtBox .hd {}
  .slideTxtBox .hd ul li {
    padding: 0 0 0 5px;
    margin: 10px 5px;
    font-size: 1rem;
  }
  .about-nav,.title-nav {
	 width:100%;
    height: 45px;
    overflow-x:auto;	  
	white-space: nowrap;
	  overflow-x: scroll;
        overflow-y: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
  }
	.about-nav::-webkit-scrollbar,.title-nav::-webkit-scrollbar { width: 0 !important ;display: none;}
    .about-nav,.title-nav  { -ms-overflow-style: none; }
    .about-nav,.title-nav  { overflow: -moz-scrollbars-none; }
	
	
  .about-cont .honor-list li {
    width: 100%;
  }
  .news-box .img {
    width: 100%
  }
  .news-box .txt {
    width: 100%;
    background: #f6f6f6;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .news-item .newscont {
    width: calc(100% - 70px);
  }
  .news-item .newsimg {
    width: 100%;
    height: 170px;
  }
  .rescenter-info .title {
    overflow: hidden;
  }
  .rescenter-info .title .right {
    float: left;
    margin: 10px 0 0
  }
  .rescenter-info table td {
    width: 100%;
  }
  .culture-cont .left-img {
    width: 100%;
  }
  .culture-cont .left-txt {
    width: 100%;
  }
  .culture-cont .left-txt span {
    padding: 1.5rem 0;
    float: left;
  }
  .culture-cont .slogan-box .txtbox1 {
    width: 100%;
    height: 330px;
  }
  .culture-cont .slogan-box .txtbox2 {
    width: 100%;
    height: 250px;
  }
  .client-link li {
    width: 50%;
    height: 80px;
  }
  .slideTxtBox .bd ul.client-list li {
    width: 100%;
  }
  .result-wrap .rightbox {
    width: 100%;
  }
  .result-wrap .rightbox .height400 {
    height: auto;
  }
  .ny-main-cont .right-con {
    width: 100%;
  }
  .ny-main-cont .left-con {
    width: 100%;
  }
  .cases-list li {
    padding: 0 0em 2em 0;
  }
  .w-3 {
    width: 100%;
  }
  .w-4 {
    width: 100%;
  }
  .cases-cont .leftbox {
    width: 100%;
    padding: 1.5rem;
    margin: 0;
  }
  .cases-cont .rightbox {
    width: 100%;
    margin: 0;
    padding: 1rem 1.5rem;
  }
  .experts-list li {
    padding: 1rem;
    width: 50%;
  }
  .team-cont .right-txt {
    width: 100%;
  }
  .team-cont .left-box {
    width: 100%;
  }
  .team-cont .right-r-txt {
    width: 100%;
  }
  .ny-search {
    position: relative;
    width: 95%;
    margin-top: 5px;
    margin-left: 20px;
  }
  .news-toggle {
    font-size: 14px;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 2px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
     border-radius: 4px;
    display: block;
  }
	
	.sub-l-nav .list{
		position: absolute;
		width: 100%;
		margin-top: 100px;
		height: 190px;
	}
	.sub-l-nav .list li a {
    	width: 30%;		
		margin: 5px;
		font-size: 1rem;
	}
	.team-list li {
  			width:100%;
	}
	.about-cont p {
	  margin-bottom: 5px
	}
	.research-list .header-bg {
		height: auto;
	}
	.research-list .div1 .leftbox{
		width:100%;
		height: 300px;
		color: #fff;
	}		
	.research-list .div2 .leftbox {
    width: 100%;
    position: absolute;
		top: 0;
		left: 0;
    height: 300px;
	color: #fff;
	 text-shadow: 0 0 5px #555;
}
	
	.research-list .div1 .rightbox{
		width: 80%;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		 text-shadow: 0 0 5px #555;
	}

	
	.research-list .bg1 {
		  background:none;
		  background-size:80% 100%;
		  padding-top: 0px;
	}
	.research-list .bg2{
		 background:none;
		  background-size:80% 100%;
		  padding-top: 0px;
		  bottom: 0px;
    	  left: 20px;
		  text-indent: 0px;		 
	}
	.research-list .div2 .rightbox {
		  width: 100%;
		  float: left;
		  position: relative;
		  height: 300px;
		}	
	
	
}