p{
  margin-bottom:0!important;
}
.shuangshiBackground{
  background-image: url('../img/collaborate/shuangshi.png');
  background-size:100%;
  margin-top:50px;
}
#shuangshiPlayer{
  padding-top: 12%;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 5%;
}
.iphonePhotos{
  width:100%;
}
.swiperJiaxiao{
  display: none;
}
.bigJiaxiao{
  margin-top: 50px;
}
.bigJiaxiao .phone{
  padding: 15px;
}
.cooperationWord {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.cooperationWord .EnglishWord,
.cooperationWord .spotAndLine,
.cooperationWord .ChineseWord,
.cooperationWord .AllSpotAndLine {
  display: inline-block;
  height: 2.859375rem;
}
.cooperationWord .EnglishWord p {
  text-align: center;
}
.cooperationWord .spotAndLine {
  position: relative;
  width: 2.34375rem;
}
.cooperationWord .spotAndLine img {
  position: absolute;
}
.cooperationWord .spotAndLine img.line {
  left: 15%;
  top: 19%;
  width: 70%;
  height: 70%;
}
.cooperationWord .spotAndLine img.smallSpot {
  left: 13%;
  top: 15%;
  width: 0.546875rem;
  height: 0.546875rem;
}
.cooperationWord .spotAndLine img.bigSpot {
  right: 5px;
  bottom: 5px;
  width: 0.625rem;
  height: 0.625rem;
}
.EnglishWord {
  text-align: right;
  font-size: 1.5625rem;
  color: #ffe200;
  display: inline-block;
}
.AllSpotAndLine {
  width: 10px;
  position: relative;
}
.ChineseWord {
  display: inline-block;
  text-align: left;
  /* margin: 0 auto; */
  font-size: 1.5625rem;
  font-weight: bold;
}
.triangle img {
  position: absolute;
  top: 80%;
  right: -15%;
  width: 0.78125rem;
  height: 0.78125rem;
}
.swiperJiaxiao .phone {
  margin-top: 50px;
  position:relative;
}
.jiaxiao-swiper-container {
  position: absolute;
  top:0;
  left:0;
  padding-top: 23.2%;
  padding-bottom: 14%;
  width: 100%;
  padding-left: 6.7%;
  padding-right: 6.8%;
}
.you .swiper-slide img {
  /* max-width:242px; */
  width: 100%;
}
.allphone {
  width: 100%;
}
#china-map {
   width: 100%;
   padding-top:50px;
   height: 600px;
   margin: auto;
}
@media only screen and (max-width: 1000px) {
  #china-map {
    height: 500px;
 }
}
@media only screen and (max-width: 767px) {
  #china-map {
    height: 400px;
 }
 .bigJiaxiao{
   display: none;
 }
 .swiperJiaxiao{
   display: block;
 }
}
@media only screen and (max-width: 600px) {
  #china-map {
    height: 300px;
 }
}
@media only screen and (max-width: 375px) {
  .cooperationWord {
    /* margin-top:100px; */
    position: relative;
  }
  .triangle img {
    position: absolute;
    top: 71%;
    right: -190%;
  }
  .phone {
    margin-top: 0px;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mapLine {
  margin-top: 1.5625rem;
  display: flex;
}
.mapLine .allLine {
  width: 80%;
}
.mapLine .allLine .loneline {
  width: 90%;
  height: 1px;
}
.mapLine .allLine .shortline {
  width: 5%;
  height: 3px;
}
.mapLine .viewMore {
  width: 20%;
}
.mapLine .viewMore a {
  display: inline-block;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
  color: #000;
}
.mapLine .viewMore img {
  width: 20px;
  height: 20px;
}
.mapLine {
  margin-top: 1.5625rem;
  display: flex;
}
.mapLine .allLine {
  width: 80%;
}
.mapLine .allLine .loneline {
  width: 90%;
  height: 1px;
}
.mapLine .allLine .shortline {
  width: 5%;
  height: 3px;
}
.mapLine .viewMore {
  width: 20%;
}
.mapLine .viewMore a {
  display: inline-block;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
  color: #000;
}
.mapLine .viewMore .arrow {
  width: 20%;
}
.mapLine .viewMore img {
  width: 20px;
  height: 20px;
}
/* Portfolio Idex-1 */
.portfolio-wrapper.index-1 {
  padding: 0px;
  background: url(../img/backgrounds/background-5.jpg) center;
  background-size: cover;
}
.portfolio-wrapper.index-1 .section-name.index-1 p {
  display: none;
}
.portfolio-wrapper.index-1 ul.portfolio-filter {
  display: block;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 {
    padding: 0px 0 30px;
  }
  .portfolio-wrapper.index-1 ul.portfolio-filter {
    padding-top: 30px;
  }
}
.portfolio-wrapper.index-1 ul.portfolio-filter li {
  display: inline-block;
  margin: 0 15px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.75);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 ul.portfolio-filter li {
    margin-top: 15px;
  }
}
.portfolio-wrapper.index-1 ul.portfolio-filter li i {
  position: relative;
  top: -3px;
  padding-right: 12px;
  font-size: 6px;
  color: #ffa800;
  visibility: hidden;
}
.portfolio-wrapper.index-1 ul.portfolio-filter li:hover,
.portfolio-wrapper.index-1 ul.portfolio-filter li.active {
  color: #ffa800;
}
.portfolio-wrapper.index-1 ul.portfolio-filter li:hover i,
.portfolio-wrapper.index-1 ul.portfolio-filter li.active i {
  visibility: visible;
}
.portfolio-wrapper.index-1 a.button {
  display: block;
  position: relative;
  top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 a.button {
    top: -10px;
  }
}
.portfolio-wrapper.index-1 a.button:hover {
  color: #ffa800;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.portfolio-wrapper.index-1 .portfolio-main {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
  padding: 10px 20px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 .portfolio-main {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item {
  margin: 15px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
  display: block;
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1365px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
    height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
    height: 250px;
  }
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  height: 80px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay-inner:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: 80px;
  width: 100%;
  height: 100%;
  background-image: url(../img/others/portfolio-hover-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .details {
  display: block;
  position: absolute;
  bottom: -300px;
  left: 5%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  line-height: 16px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .details h6{
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .details h7{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .nivoLightbox {
  display: block;
  position: absolute;
  right: 8%;
  top: 100%;
  left: auto;
  bottom: auto;
  width: 50%;
  height: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: none transparent;
  border: 0 none;
  outline: 0;
  padding: 8px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover {
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover span {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay {
  opacity: 1;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay .overlay-inner .details {
  bottom: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay .overlay-inner .nivoLightbox {
  top: 5%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay .overlay-inner:before {
  top: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
@media screen and (max-width: 667px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item {
    width: 100%;
  }
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image img {
    display: block;
    width: 100%;
  }
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay {
    background-size: 100% 40%;
  }
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay a {
    bottom: 12%;
    right: 25%;
  }
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image a:hover {
  background: #ffffff;
  color: #ffa800;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}