* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "sans-serif", arial;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "Roboto", "sans-serif";
  -webkit-font-smoothing: antialiased;
  background: #fff;
  /* margin-top: 60px; */
}

::selection {
  color: #fff;
  background: #1371af;
}

::-moz-selection {
  color: #fff;
  background: #1371af;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.pDark p {
  color: #2b2b2b;
}

.mrgn30 {
  margin: 0 0 30px;
}

.copyright {
  color: #6d6d6d;
  background: #363636;
  padding: 20px 0;
}

#top {
  position: relative;
}

.topHome {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

/* Header */

.navbar-collapse.in {
  /* overflow-y: 0; */
}

.navbar-collapse {
  max-height: 0px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 0px solid transparent;
  /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
  -webkit-overflow-scrolling: touch;
}

#main-nav {
  background: #090909;
}

/* .header {
  position: fixed;
  width: 100%;
  background: #fff;
  color: #262626;
  z-index: 10;
  border-radius: 0;
  min-height: 70px;
} */

.header .navbar-brand {
  margin-left: 15px;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
  background-color: #fff;
}

/* .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1371AF;
} */

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  border-color: #fff;
  background: #fff;
  border: 0;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
  background: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #1371af;
}

.navbar-toggle {
  margin-right: 0px !important;
  margin-top:6px;
}

/*----Nav ----*/

.header .navbar-brand {
  float: left;
  padding: 11px 15px;
  line-height: 18px;
  height: 50px;
  /*color:#1371AF;*/
}

.navbar-brand b {
  color: #1371af;
}

.logo {
  font-size: 2.2em;
  text-shadow: none;
}

.logo:hover {
  color: #5a5a5a;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #2593db;
  box-shadow: none;
}

.header .navbar {
  margin: 0;
  background: #2C353D;
  border: 0;
}

/* .navbar-inverse .navbar-nav > li > a {
  color: #262626;
  font-size: 1.2em;
} */

/* .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #009DFF;
  background: none;
} */

.navbar-nav>li:hover,
.navbar-nav>li a:hover {
  color: #1371af;
}

.header .navbar-nav>li>a {
  padding: 25px 18px;
}

.header .navbar,
.navbar-inverse {
  background: none;
}

.page-section {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}

.page-section h1 {
  font-size: 3.5em;
  margin: 90px 0 30px;
  line-height: 1.2em;
}

.page-section h1 span {
  font-weight: 200;
}

.page-section h2 {
  color: #1371af;
}

.darkBg {
  background: #F8F8F8;
}

.darkBg h3 {
  color: #cacaca;
}

.darkBg .media {
  margin-bottom: 20px;
}

#services .fa {
  color: #e0e0e0;
  font-size: 40px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.09);
  text-align: center;
  display: block;
  border-radius: 10%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.item-content .fa {
  color: #80878f !important;
}

.img-circle {
  border-radius: 5%;
}

/*--- Banner ----*/

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: 2px 100%;
  background: url("../images/overlay.html") rgba(0, 0, 0, 0.6) !important;
}

.banner-container {
  width: 100%;
  position: relative;
  padding: 0px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  max-height: 600px;
  height: 600px;
  background:  url("../images/banner.png") left bottom no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

.bannerOverlay {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../images/bg_line.html);
  background-repeat: repeat;
  max-height: 600px;
  height: 600px;
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 3;
}

/* .banner-content h2 {
  color: #fff;
  font-size: 3.5em;
  font-weight: 100;
  margin: 2% 0 30px;
  line-height: 1.9em;
}

.banner-content p {
  font-size: 1.3em;
  font-weight: 100;
  color: #fff;
  margin-bottom: 1em;
} */

.sub-heading {
  padding: 15px 0;
}

.sub-heading h2 {
  font-size: 18px;
  margin: 15px 0 8px !important;
}

.sub-heading p {
  color: #5a5a5a;
}

img.contact {
  width: 100%;
}

.pdingBtm30 {
  padding-bottom: 30px;
}

.share {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
  overflow: hidden;
}

.company .china_text {
  margin-top: 15px;
  color: #009DFF;
  font-size: 18px;
}

.company .engnise_text {
  color: #000;
  font-size: 16px;
}

.share img:hover {
  /* -webkit-transform: scale(1.4);
  transform: scale(1.4); */
}

div.company p {
  text-align: center;
}

div.company p span {
  color: #858585;
  font-size: 1em;
}

/* Services
    -------------------------------------------------*/

.media-heading {
  color: #fff;
}

div.products div.culture {
  /* margin-bottom:20px; */
}

div.culture img {
  widows: 100%;
}

#services .clear_margin {
  margin: 0;
  padding: 0;
}

#services article {
  cursor: pointer;
}
#services .info_text{
  color:#fff;
}
/* Team
    ---------------------------------------------------*/

.team-member {
  /* margin-bottom: 15px; */
}

.team-member .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}

.team-member .member-img img {
  max-width: 250px;
  margin: 0 auto;
  /*border:2px #D3D3D3 solid;*/
}

/* .team_title{
  font-size: 1.71em;
  font-weight: 500;
  line-height: 40px;
  margin: 10px 0 0 0;
  text-align:center;
} */

.team_engelish {
  text-align: center;
}

/* .team_desc{
  text-align: center;
  color: #000;
  line-height: 2.14em;
} */

.team_lines {
  text-align: center;
}

.team_lines span {
  display: inline-block;
  width: 3.285em;
  height: 0.29em;
  background: #656565;
}

/* .border_shadow img{
   width: 380px;
   height: 230px;
 } */

.border_shadow:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  box-shadow: 5px 5px 5px rgba(96, 96, 96, .3);
}

.border_shadow:hover .team_lines_color span {
  background: #009DFF;
}

/* job */

.job div {}

/* .job_type {
  color: #000000 !important;
  font-size: 2em;
  font-weight: normal;
} */

.job dt {
  font-size: 18px;
  margin: 10px 0;
  font-weight: normal;
  color: #000;
}

dd {
  /* text-indent:25px !important; */
  font-size: 16px;
  color: #353535;
  line-height: 30px;
}

dd span {
  color: #009DFF;
}

.information p {
  font-size: 18px;
  margin: 10px 0;
  font-weight: normal;
  color: #000;
}

.information {
  /* color:#858585; */
  font-size: 16px;
  line-height: 1.5em;
}

.information .money {
  color: #009dff;
}

/* ------- */

.isotopeWrapper article {
  margin-bottom: 30px;
}

#portfolio img {
  /* width: 100%; */
}

#portfolio article p {
  margin-bottom: 1.45em;
  /*set next row on the baseline*/
}

nav#filter {
  margin-bottom: 1.5em;
}

nav#filter li {
  display: inline-block;
  margin: 0 0 0 5px;
}

nav#filter a {
  padding: 4px 12px;
  line-height: 20px;
  border: 1px solid #1371af;
  text-decoration: none;
}

.current {
  background: #1371af;
  color: #fff;
}

.portfolio-items article img {
  width: 100%;
}

.portfolio-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.portfolio-item img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* .portfolio-item .portfolio-desc {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220);
} */

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
  padding-top: 20%;
  height: 100%;
  transition: all 200ms ease-in-out 0s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.portfolio-item .portfolio-desc a {
  color: #fff;
  text-align: center;
  display: block;
}

.portfolio-item .portfolio-desc a:hover {
  /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
  text-decoration: none;
}

/* .portfolio-item .portfolio-desc .folio-info {
  top: -20px;
  padding: 30px;
  height: 0;
  opacity: 0;
  position: relative;
}

.portfolio-item:hover .folio-info {
  height: 100%;
  opacity: 1;
  color: #ffffff;
  transition: all 500ms ease-in-out 0s;
  top: 5px;
  vertical-align: middle;
}

.portfolio-item .portfolio-desc .folio-info h5 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  font-size: 1.4em;
}

.portfolio-item .portfolio-desc .folio-info p {
  text-align: center;
  font-size: 24px;
  font-weight: 100;
} */

.btn {
  font-weight: 200;
}

.btn-dark {
  background: #444;
  color: #fff;
}

.btn-dark:hover {
  background: #000;
  color: #fff;
}

.back-to-top {
  display: inline-block;
  clear: both;
  background: #fff;
  color: #333;
  padding: 0 10px 5px;
  margin: 20px 0 0;
  text-shadow: none;
}

.back-to-top:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

hr {
  border-color: #ddd;
}

#navigation {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  background: #ffffff;
  box-shadow: 0 10px 10px -10px #000000;
}

#navigation>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation>li>a {
  margin: 1px;
  color: #000000;
  background: #cccccc;
  display: block;
  padding: 5px;
  text-decoration: none;
  transition: all 400ms;
}

#navigation>li>a.current,
#navigation>li:hover>a {
  background: #999999;
}

.pageSection {
  min-height: 600px;
  padding: 20px;
  background: #dddddd;
}

.pageSection:nth-child(odd) {
  background: #eeeeee;
}

.socialIcons {
  float: left;
  margin-right: 20px;
}

.socialIcons li {
  list-style: none;
  display: inline;
  margin-right: 6px;
}

footer {
  background-color: #242424;
  color: #8e8e8e;
  font-size: 14px;
  padding-top: 20px;
}

footer ul li {
  list-style: none;
}

.contact ul li {
  margin-bottom: 10px;
}

.contact ul li i {
  margin-right: 15px;
}

/* .addBg {
  background: #fff !important;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
} */

.addBg~.navbar-header {
  display: none;
}

/* .da-slide {
  top: 15%;
} */
@media screen and (min-width:768px) and (max-width:1920px){
  .portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
  }
  
  .portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    color: #ffffff;
    transition: all 500ms ease-in-out 0s;
    top: 50px;
    font-weight: bold;
  }
  
  .portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    /* font-weight: 100; */
    font-size: 1.4em;
  }
  
  .portfolio-item .portfolio-desc .folio-info p {
    text-align: center;
    font-size: 24px;
    /* font-weight: 100; */
  }
}
@media (min-width: 768px) {
  .header .navbar-brand {
    padding-left: 0;
  }
  .header {
    position: fixed;
    width: 100%;
    background: #fff;
    color: #262626;
    z-index: 10;
    border-radius: 0;
    min-height: 70px;
  }
  .heading {
    padding-bottom: 30px;
  }
  .navbar-nav {
    float: right;
  }
  .team_desc {
    text-align: center;
    color: #000;
    line-height: 2.14em;
  }
  .banner-content h2 {
    color: #fff;
    font-size: 5.7em;
    font-weight: bold;
    margin: 2% 0 30px;
    line-height: 1.9em;
  }
  .banner-content p {
    font-size: 1.3em;
    font-weight: 100;
    color: #fff;
    margin-bottom: 1em;
  }
  .da-slide p {
		width: 65%;
		top: 209px;
		color: #fff;
		font-size: 2.14em;
		overflow: hidden;
	}
	.da-slide p:nth-child(2) {
    top: 265px;
    font-size: 1.42em !important;
    font-weight: bold;
	}
	.da-slide p:nth-child(3) {
		top: 308px;
	}
	.da-slide .slide_line {
		width: 5%;
		height: 4px;
		background: #ffffff;
		top: 285px;
	}
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
		color: #009DFF;
		background: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #262626;
		font-size: 1.2em;
  }
  /* aboutUs */

#aboutUs h4,
#services h4,
#portfolio h4,
#team h4 {
  font-size: 2.857em;
  color: #3C3C3C;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
  #contactUs h4{
    font-size: 2.857em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
  }
#contactUs h5 {
  font-size: 1.28em;
  text-align: center;
  color: #E3E3E3;
}

#aboutUs h5,
#services h5,
#portfolio h5,
#team h5 {
  font-size: 1.28em;
  text-align: center;
}
.about_p{
  margin-top:30px; 
  /* text-align:center; */
  color:#000;
  font-size:2em
}
.heading .about_p2 {
  font-size: 1.28em;
  line-height: 30px;
  text-align: justify;
}
footer {
  background-color: #242424;
  color: #8e8e8e;
  font-size: 14px;
  padding-top: 20px;
  margin-top: 50px;
}
.portfolio-item .portfolio-desc .folio-info {
  top: -20px;
  padding: 30px;
  height: 0;
  opacity: 0;
  position: relative;
}

.portfolio-item:hover .folio-info {
  height: 100%;
  opacity: 1;
  color: #ffffff;
  transition: all 500ms ease-in-out 0s;
  top: 10px;
  font-weight: bold;
}

.portfolio-item .portfolio-desc .folio-info h5 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}

.portfolio-item .portfolio-desc .folio-info p {
  text-align: center;
  font-size: 24px;
  font-weight: 100;
}
.portfolio-item .portfolio-desc {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220);
}
.job_type {
  color: #000000 !important;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}
.meet-margin{
  margin-bottom: 50px;
}
}

@media (max-width: 767px) {
  .banner-container {
    background-size: cover;
  }
  .navbar-header {
    background: #fff;
    height:45pt;
  }
  .nav>li {
    height: 45px;
    position: relative;
    text-align: center;
    display: block;
    border-bottom: 1px solid #3C3C3C;
    width:150px;
  }
  .navbar-nav {
    margin: 0 -15px;
    background: #141414;
  }
  #main-nav {
    width: 150px;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.09) !important;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
  }
  .team-member .member-img img {
    max-width: 100%;
  }
  .banner-container {
    width: 100%;
    max-height: 432px;
  }
  .bannerOverlay {
    max-height: 432px;
  }
  .da-slider {
    width: 100%;
    min-width: initial;
    height: 400px;
    margin: 0px auto;
  }
  .header .navbar-nav>li>a {
    padding: 25px 12px;
  }
  .portfolio-item:hover .folio-info {
    top: 0px;
  }
  .portfolio-item .portfolio-desc .folio-info {
    padding: 0px;
  }
  .portfolio-item .portfolio-desc .folio-info h5 {
    font-size: 30px;
    color: #fff;
  }
  .portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
  }
  
  .portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    color: #ffffff;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
    font-weight: bold;
  }
  
  .portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
  }
  
  .portfolio-item .portfolio-desc .folio-info p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
  }
}
@media (min-width:768px) and (max-width:992px){
  .header .navbar-nav>li>a {
    padding: 26px 13.7px;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav>li>a {
    padding: 7px 12px;
    font-size: 14px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #a8a8a8;
  }
  .portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
  }
}

@media (max-width: 767px) {
  .banner-container {
    width: 100%;
    background-size: cover;
    height: 270px;
  }
  .header {
    position: fixed;
    width: 100%;
    background: #fff;
    color: #262626;
    z-index: 10;
    border-radius: 0;
    height: 45pt;
  }
  .heading {
    padding-bottom: 0px;
  }
  .header .navbar-brand {
    float: left;
    padding: 6px 0px;
  }
  .banner-content h2 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 100;
    margin: 2% 0 30px;
    line-height: 1.9em;
  }
  .banner-content p {
    font-size: 0.95em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1em;
  }
  .about_p{
    margin-top:30px; 
    text-align:center;
    color:#000;
    font-size:1.5em !important;
  }
    /* aboutUs */

#aboutUs h4,
#services h4,
#portfolio h4,
#team h4 {
  font-size: 20pt;
  color: #3C3C3C;
  font-weight: bold;
  text-align: center;
  margin-top: 20pt;
}
  #contactUs h4{
    font-size: 20pt;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 22pt;
  }
#contactUs h5 {
  font-size: 10pt;
  text-align: center;
  color: #E3E3E3;
}

#aboutUs h5,
#services h5,
#portfolio h5,
#team h5 {
  font-size: 10pt;
  text-align: center;
}
.about_p{
  margin-top:10px; 
  /* text-align:center; */
  color:#000;
  font-size:15pt;
}
.heading .about_p2 {
  font-size: 12pt;
  line-height: 28px;
  text-align: justify;
}
  
  .webThemez {
    width: 100%;
    text-align: center;
    display: block;
  }
  .bannerOverlay {
    height: 270px;
  }
  .da-slider {
    width: 100%;
    min-width: initial;
    height: 263px;
    position: relative;
    margin: 0 auto;
  }
  .da-slide {
    top: 26%;
  }
  .da-slide h2 {
    font-size: 30px;
    font-weight:bold;
    text-align: center;
    width: initial;
    top: 10px;
  }
  .da-slide p {
    width: 85%;
    top: 65px;
    height: 50px;
    overflow: hidden;
  }
  .da-slide p:nth-child(2) {
		top: 92px;
  }
  .da-slide p:nth-child(3) {
		top: 125px;
	}
	.da-slide .slide_line {
		width: 10%;
		height: 4px;
		background: #ffffff;
		top: 285px;
	}
  .page-section h1 {
    font-size: 3em;
  }
  .page-section h2 {
    font-size: 2em;
  }
  /* .page-section p {
    font-size: 1em;
    margin: 0 0 20px;
  } */
   
  .portfolio-item .portfolio-desc .folio-info h5 {
    font-size: 11px;
  }
  .padding_xs {
    padding: 0 5px !important;
  }
  .team_lines span {
    display: inline-block;
    width: 3.285em;
    height: 0.29em;
    background: #009DFF;
  }
  footer {
    background-color: #242424;
    color: #8e8e8e;
    font-size: 14px;
    padding-top: 20px;
    margin-top: 0px;
}
.navbar-inverse .navbar-nav>li>a {
  color: #262626;
  font-size: 1.2em;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-size: 1.2em;
  line-height: 28px !important;
}
#mainNav {
  position:absolute;
  right:15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.retract {
  display: block;
}
#services article:nth-child(1),
#services article:nth-child(2),
#services article:nth-child(3),
#services article:nth-child(4),
#services article:nth-child(5),
#services article:nth-child(6) {
  display: none;
}
#portfolio .padding_xs:nth-child(3) {
  display: none;
}
#portfolio .caption p{
  font-size: 0.8em;
}
.border_shadow img {
  width: 380px;
  height: 100px;
}
.thumbnail .caption {
  color: #333;
  height: 150px;
}
.team_title {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 40px;
  margin: -8px 0 0 0;
  text-align: center;
}
.page-section p {
  /* font-size: 0.8em; */
  /* margin: 0 0 20px; */
}
.team_desc {
  text-align: center;
  color: #000;
  line-height: 1.6em;
}
#team .teamType:nth-child(2) {
  display: none;
}
#team .teamType:nth-child(3) {
  display: none;
}
#team .team_show {
  border: 1px solid transparent;
}
.job_type_border {
  border-right: 1px solid transparent;
  /* padding-right: 20px; */
}
.portfolio-item .portfolio-desc {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220);
}
.job_type {
  color: #000000 !important;
  font-size: 2em;
  font-weight: normal;
  text-align: left!important;
  margin-top:0px!important;
}
.meet-margin{
  margin-bottom: 0px;
}
}

@media (max-width: 320px) {
  .job_type {
    color: #000000 !important;
    font-size: 2em;
    font-weight: normal;
    text-align: left!important;
  }
  .banner-container {
    width: 100%;
    background-size: cover;
    height: 220px;
  }
  .bannerOverlay {
    height: 180px;
  }
  .da-slider {
    width: 100%;
    min-width: initial;
    /* height: 145px; */
    position: relative;
    margin: 0 auto;
  }
  .da-slide h2 {
    font-size: 30px;
    text-align: center;
    top: 10px;
  }
  .da-dots {
    bottom: 2px;
    display: none;
  }
  .grid .text-content {
    padding-left: 29%;
    padding-right: 2%;
  }
  .portfolio-item:hover .folio-info {
    top: 0px;
  }
  .portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    margin: 10px 0 0 0;
  }
 
  nav#filter li {
    display: inline-block;
    margin: 0 0 23px 5px;
  }
  .team_desc {
    text-align: center;
    color: #000;
    line-height: 1.3em;
}
.portfolio-item .portfolio-desc {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220);
}
}

/* 百度地图 */

.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}

/* 展开收起 */

.retract {
  text-align: center;
  padding-top: 30px;
}

.retract .more,
.retract .retract_icon {
  margin: auto;
}