html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
div,
section,
input,
textarea,
dl,
dt,
dd,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html {
  font-family: "微软雅黑";
  color: #999;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
html {
  font-size: 12px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
img {
  display: block;
  width: 100%;
  border: none;
  max-width: 100%;
}
.i-block {
  display: inline-block;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml10 {
  margin-top: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 0.67rem;
}
.mr30 {
  margin-right: 1rem;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.ln16 {
  line-height: 16px;
}
.c9 {
  color: #999;
}
a.c9 {
  color: #999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: box;
  box-align: center;
  box-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.h-center {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: box;
  box-align: center;
  box-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.v-center {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: box;
  box-align: center;
  box-pack: center;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-flow: column;
  flex-flow: column;
}
.hc-average {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: box;
  box-align: center;
  box-pack: justify;
  display: flex;
  align-items: center;
  justify-content: space-around;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
}
.ht-average {
  display: -webkit-box;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: box;
  box-align: start;
  box-pack: justify;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-around;
}
.flex {
  display: -webkit-box;
  -webkit-box-align: start;
  display: box;
  box-align: start;
  display: flex;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.hidden {
  display: none !important;
}
.invisible {
  opacity: 0 !important;
  filter: alpha(opacity=0);
}
.rel {
  position: relative;
}
.pos {
  position: absolute;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.no-m {
  margin: 0 !important;
}
/*less*/
/*end*/
.wrapper {
  max-width: 1600px;
  min-width: 1400px;
  min-height: 100%;
  padding: 120px 125px 0;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 40px;
}
.navbar {
  max-width: 1350px;
  min-width: 1150px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.navbar-header {
  width: 100%;
}
.navbar-brand {
  display: inline-block;
  float: left;
  width: 130px;
  heigth: 42px;
}
.navbar-fixed-top {
  left: 0;
  z-index: 9;
}
.navbar-fixed-top a {
  color: #fff;
}
.navbar-right {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 42px;
}
.navbar-fixed-top.header {
  padding: 10px 0;
}
.navbar-fixed-top .navbar-bg {
  background: #333;
  opacity: 0.8;
  filter: alpha(opacity=70);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav li {
  float: left;
  font-size: 14px;
  margin-right: 40px;
  z-index: 9;
}
.nav li a {
  position: relative;
  display: inline-block;
}
.nav li span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav li span.eng {
  font-family: Helvetica;
}
.nav li span.chinese {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  white-space: nowrap;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.nav li.hover .eng {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.nav li.hover .chinese {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 1;
}
.tsort-menu {
  height: 12px;
  line-height: 12px;
  right: 0;
  bottom: 40px;
  text-align: right;
  margin-bottom: 30px;
}
.tsort-menu .item {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.tsort-menu .item.item-phone {
  padding-left: 20px;
  background: url("../images/icon_phone.svg") left center no-repeat;
}
.tsort-menu .item.item-mail {
  padding-left: 20px;
  background: url("../images/icon_mail.svg") left center no-repeat;
}
/*slide*/
.flexslider {
  margin: 0px auto 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.flexslider .slides li {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.flexslider .slides li a {
  display: block;
}
.flexslider .slides li a img {
  height: 100%;
}
.flex-direction-nav a {
  width: 70px;
  height: 70px;
  line-height: 99em;
  overflow: hidden;
  margin: -35px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  border-radius: 35px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -70px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
  background-position: 0 0;
}
.flexslider .slides a img {
  width: 100%;
  display: block;
}
.collapse-btn {
  display: none;
}
/*end*/
/*works*/
.content {
  min-width: 1150px;
  margin: 0 auto;
}
.works-list {
  margin-left: -35px;
}
.works-list ul {
  float: left;
  width: 25%;
}
.works-list ul li {
  margin-left: 35px;
}
.works-img,
.fs-team-img {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.works-des {
  height: 75px;
  display: table-cell;
  vertical-align: middle;
}
.works-des span,
.member-des span {
  display: block;
  color: #333;
}
.member-des .member-name {
  font-size: 14px;
  line-height: 1.5em;
}
.works-img.hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  font-size: 16px;
  font-family: Arial;
  line-height: 20px;
  margin: 0 5px;
  cursor: pointer;
}
/*end*/
/*about*/
.about-container {
  margin: 0 auto;
}
.about-content {
  margin-left: -15px;
}
.filter-item {
  width: 33.3%;
  float: left;
  padding-left: 15px;
}
.filter-box {
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.filter-item.hover .filter-box {
  transform: translateY(-10px);
}
.about-des {
  color: #999;
  margin-top: 10px;
}
.about-des h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
}
.about-des p {
  font-size: 14px;
  line-height: 20px;
}
.icon_title {
  width: 107px;
  margin: 50px 0;
}
/*end*/
.footer {
  padding: 50px 0;
}
.footer p {
  font-size: 12px;
}
/*workDetail*/
.work-nav span {
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.work-title {
  float: left;
}
.work-title-pos {
  position: absolute;
  z-index: 9;
}
.work-controller {
  float: right;
}
.work-controller i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background-size: cover;
  vertical-align: middle;
}
.open-btn {
  display: inline-block;
  width: 48px;
  vertical-align: middle;
  margin-left: 10px;
  height: 17px;
  background-size: cover;
}
.work-controller .left-btn {
  background-image: url(../images/left_btn.png);
}
.work-controller .right-btn {
  background-image: url(../images/right_btn.png);
}
.work-controller .close-btn {
  background-image: url(../images/close_btn.png);
}
.work-detail {
  position: relative;
}
.work-banner {
  float: left;
  width: 407px;
  height: 467px;
  background-size: cover;
}
.work-detail .work {
  height: 467px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.work-detail .work img {
  height: 100%;
  margin-right: 5px;
  width: auto;
  max-width: none;
  display: inline-block;
}
.work-detail .work::-webkit-scrollbar {
  width: 16px;
  height: 10px;
  background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.work-detail .work::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
.work-detail .work::-webkit-scrollbar-thumb {
  /*width: 10px;*/
  height: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/*end*/
/*news*/
.news-container {
  width: 70%;
  min-height: 1200px;
  padding-top: 50px;
  padding-right: 8%;
  float: left;
}
.news-container img {
  width: auto!important;
  display: inline-block !important;
}
.news-list {
  position: relative;
  float: right;
  width: 30%;
  max-height: 700px;
  border-top: 10px solid #000;
  overflow: auto;
}
.news-list-title {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-time {
  font-size: 12px;
  line-height: 1.5em;
}
.news-list-des {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li {
  margin-top: 30px;
  cursor: pointer;
}
.news-list ul {
  padding-bottom: 50px;
  margin-top: 50px;
}
/*end*/
.diy-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.diy-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.diy-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
/*atmaster*/
.tab-menu ul li {
  cursor: pointer;
  text-align: right;
}
.tab-menu ul li span {
  display: inline-block;
  position: relative;
  line-height: 2em;
  color: #333;
}
.tab-menu ul li.active span::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  background: #aaf700;
}
.about-left-content {
  width: 86%;
  float: left;
}
.about-right-menu {
  width: 14%;
  float: right;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.fs-title h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #888;
}
.fs-culture-content {
  margin-left: -2%;
}
.fs-culture-item {
  width: 31.3%;
  float: left;
  margin-left: 2%;
}
.fs-culture-item dt {
  padding: 30px 0;
  border-bottom: 1px solid #888;
}
.fs-culture-item dd {
  margin-top: 20px;
}
.fs-prod-item {
  float: left;
  width: 50%;
  margin: 1rem auto;
  padding-right: 3%;
  font-size: 16px;
}
.fs-team-list li {
  width: 23%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.member-name .member-position {
  float: right;
  line-height: 40px;
}
.fs-team-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.fs-team-img.hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.fs-partner li {
  float: left;
  width: 19%;
  margin-right: 1%;
  margin-top: 1%;
}
/*end*/
/*observed*/
.pdf-box {
  width: 100%;
  background: #c8c9ca;
  padding: 2rem 0;
  margin: 60px 0 40px;
}
.pdf-img {
  float: left;
  width: 50%;
  padding: 0 100px;
}
.pdf-des {
  float: left;
  width: 50%;
}
.pdf-des .pdf-name {
  font-size: 60px;
  line-height: 60px;
  color: #000;
}
.pdf-des .btn-group {
  margin-top: 170px;
}
.pt80 {
  padding-top: 80px;
}
.btn {
  display: inline-block;
  cursor: pointer;
  background: #9e9e9f;
  font-size: 18px;
  line-height: 50px;
  width: 240px;
  text-align: center;
  color: #000;
}
.pdfobject-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pdfobject {
  border: 1px solid #666;
}
/*end*/
.pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pdf-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.close {
  position: fixed;
  top: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/close-icon.png);
  background-size: cover;
  cursor: pointer;
}
.pdf-close {
  top: 8px;
  right: 189px;
  width: 16px;
  height: 16px;
  z-index: 10;
}
.pdf-list ul li {
  cursor: pointer;
  width: 23%;
  float: left;
  margin-left: 2%;
}
.contact-title {
  margin: 0 auto;
  padding-bottom: 50px;
}
.contact-container {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.map {
  width: 100%;
}
.home-contact-info {
  padding: 15px 0;
  border: 1px solid #ddd;
  border-style: solid none solid none;
}
.contact-info {
  position: absolute;
  top: 100px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-bottom-left-radius: 30px;
}
.contact-info p {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
  word-wrap: break-word;
}
.invite-des {
  font-size: 16px;
}
.invite-item {
  margin-top: 10px;
}
.invite-item h3 {
  font-size: 20px;
  line-height: 20px;
}
.invite-item h3 span {
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 1px solid #999;
}
.invite-item p {
  maring-bottom: 50px;
}
.contact-info-item {
  float: left;
  padding-right: 20px;
}
.w40 {
  width: 40%;
}
.w25 {
  width: 25%;
}
.w10 {
  width: 10%;
  padding-right: 0;
  padding-top: 0;
}
.introduce_content {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
}
.item-b40 {
  margin-bottom: 40px;
}
.b-p {
  border-top: 1px solid #000;
}
.tsort-menu .item.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  background: #aaf700;
}
.work-detail-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: 1;
}
.work-detail-des {
  position: absolute;
  top: 80px;
  z-index: 9;
  width: 100%;
  padding: 0 3px;
}
.work-detail-des p {
  font-size: 14px;
  line-height: 20px;
}
.work-detail-des strong {
  color: #333;
  width: 65px;
  display: block;
}
.work-detail-des .i-block {
  display: inline-block;
  margin-right: 15px;
}
.expert-item {
  width: 248px;
  padding-right: 10px;
}
