/* CSS Document */
/* Less */
.pc-ban .banner-item {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-main .pc-ban .swiper-pagination {
  bottom: 20px;
}
.index-main .pc-ban .swiper-pagination .swiper-pagination-bullet {
  bottom: 30px;
  width: 14px;
  height: 14px;
  margin: 0 12px;
}
.index-main .pc-ban .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #06b0ca;
}
.banner-in {
  margin-top: 100px;
  position: relative;
}
.banner-in .l-img {
  position: relative;
  left: -246px;
  display: inline-block;
  vertical-align: top;
}
.banner-in .r-content {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  margin-top: 80px;
}
.banner-in .r-content h3 {
  font-size: 36px;
  line-height: 50px;
  color: #7bd7e4;
  text-align: right;
  opacity: 0;
}
.banner-in .r-content h2 {
  font-size: 66px;
  color: #06b0ca;
  text-align: right;
  margin-top: 36px;
  opacity: 0;
  font-weight: bold;
}
.banner-in .r-content .line {
  height: 2px;
  width: 128px;
  background-color: #1b1b1b;
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 58px;
  opacity: 0;
}
.banner-in .r-content .iconlist {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.banner-in .r-content .iconlist .icon-box {
  width: 75px;
  margin-right: 50px;
  opacity: 0;
}
.banner-in .r-content .iconlist .icon-box:last-child {
  margin-right: 0;
}
.banner-in .r-content .iconlist .icon-box .icon {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  border: 1px solid #202020;
  position: relative;
}
.banner-in .r-content .iconlist .icon-box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.banner-in .r-content .iconlist .icon-box .text {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 26px;
}
.pc-about {
  background-size: cover;
  background-repeat: no-repeat;
  height: 540px;
}
.global-title {
  margin-right: 36px;
}
.global-title h3 {
  font-size: 30px;
  line-height: 36px;
  color: #06b0ca;
  font-weight: bold;
}
.global-title .en {
  font-size: 30px;
  color: rgba(123, 215, 228, 0.2);
  margin-left: 85px;
  line-height: 36px;
}
.global-title.white {
  padding-right: 30px;
}
.global-title.white h3 {
  color: #fff;
}
.global-title.white .en {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.pc-about-in {
  padding-top: 120px;
}
.pc-product-in {
  padding-top: 100px;
  padding-bottom: 100px;
}
.global-more .icon {
  font-size: 0;
}
.global-more .icon .big {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #f67915;
  position: relative;
  margin-right: 30px;
}
.global-more .icon .big:after {
  content: '';
  width: 19px;
  height: 19px;
  background-color: #f67915;
  border: 3px solid #fff;
  position: absolute;
  right: -12px;
  bottom: -8px;
}
.global-more .text {
  color: #f67915;
  font-size: 18px;
}
.index-product-select {
  margin-top: 30px;
}
.l-select {
  width: 212px;
  margin-top: 20px;
}
.select-item {
  margin-bottom: 24px;
  width: 210px;
  height: 55px;
  border-bottom-right-radius: 25px;
  background-color: #06b0ca;
  border-top-right-radius: 25px;
  line-height: 55px;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 30px;
  color:#fff;
  box-shadow: 4px 4px 7px rgba(10, 51, 119, 0.18);
}
.select-item a{
  color:#fff;
}
.select-item.active {
  background-color: #fff;
  color: #333333;
  box-shadow: none;
}
.select-item.active a{ color: #333;}
.r-product-box-wrap {
  width: 900px;
  overflow: hidden;
}
.r-product-box {
  width: 900px;
  display: none;
  transition: all 0.3s linear;
}
.r-product-box.active {
  display: block;
}
.global-product-item {
  width: 297px;
  height: 203px;
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 203px;
  text-align: center;
}
.global-product-item a {
  display: block;
  position: relative;
  height: 203px;
}
.global-product-item a .mask-box {
  background-color: rgba(210, 246, 251, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.global-product-item a .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s linear;
}
.global-product-item a > img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.global-product-item:hover .mask-box {
  opacity: 1;
  transform: translateY(0);
}
.global-product-item:hover .icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.global-product-item:nth-child(3n) {
  margin-right: 0;
}
.pc-case {
  height: 720px;
}
.pc-case-in {
  padding-top: 100px;
  padding-bottom: 100px;
}
.index-case-list {
  margin-top: 45px;
  overflow: hidden;
}
.pc-product {
  -webkit-box-shadow: 12px 4px 24px rgba(10, 51, 119, 0.1);
  -moz-box-shadow: 12px 4px 24px rgba(10, 51, 119, 0.1);
  box-shadow: 12px 4px 24px rgba(10, 51, 119, 0.1);
  height: 698px;
  background-size: cover;
  position: relative;
  z-index: 3;
  background-attachment: fixed;
  background-attachment: inherit \9;
}
.global-case-item {
  width: 293px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  opacity: 0;
}
.global-case-item a {
  display: block;
  position: relative;
}
.global-case-item img {
  width: 293px;
  height: 415px;
  border-radius: 5px;
}
.global-case-item .doc-desc {
  position: absolute;
  height: 56px;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 56px;
  padding: 0 10%;
  box-sizing: border-box;
  transition: all 0.3s linear;
  transform: translateY(100%);
}
.global-case-item:hover .doc-desc {
  transform: translateY(0);
}
.global-case-item:nth-child(4n) {
  margin-right: 0;
}
.pc-news {
  height: 550px;
}
.pc-news-in {
  padding-top: 90px;
  padding-bottom: 40px;
  overflow: hidden;
}
.index-news-list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.global-news-item {
  width: 550px;
  margin-bottom: 56px;
}
.global-news-item a {
  display: block;
}
.global-news-item a .news-title {
  line-height: 1;
}
.global-news-item a .news-title .title {
  display: inline-block;
  color: #333;
  font-size: 18px;
  width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s linear;
}
.global-news-item a .news-title .title:before {
  content: '';
  background: url(/Sty01/img/news-arrow.png) no-repeat left center;
  width: 23px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s linear;
}
.global-news-item a .news-title .date {
  font-size: 14px;
  color: #666666;
}
.global-news-item a .news-doc {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 24px;
  height: 60px;
  overflow: hidden;
}
.global-news-item a:hover .news-title .title {
  padding-left: 25px;
}
.global-news-item a:hover .news-title .title:before {
  opacity: 1;
  transform: translateX(0);
}
.pc-contact {
  height: 345px;
  position: relative;
}
.pc-contact .bg-gray {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  background-color: #eeeeee;
  height: 100%;
}
.l-contact-doc {
  padding-top: 50px;
  width: 600px;
}
.l-contact-doc .company-address {
  margin-top: 18px;
}
.l-contact-doc .company-address h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.l-contact-doc .company-address .cm {
  line-height: 36px;
  font-size: 16px;
}
.r-contact-form {
  position: relative;
  z-index: 6;
  padding-top: 82px;
}
.r-contact-form input::-webkit-input-placeholder {
  color: #666;
}
.r-contact-form input:-moz-placeholder {
  color: #666;
}
.r-contact-form input::-moz-placeholder {
  color: #666;
}
.r-contact-form input:-ms-input-placeholder {
  color: #666;
}
.r-contact-form textarea::-webkit-input-placeholder {
  color: #666;
}
.r-contact-form textarea:-moz-placeholder {
  color: #666;
}
.r-contact-form textarea::-moz-placeholder {
  color: #666;
}
.r-contact-form textarea:-ms-input-placeholder {
  color: #666;
}
.r-contact-form .common-input {
  width: 220px;
  height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  color: #999999;
  padding-left: 24px;
  box-sizing: border-box;
  margin-bottom: 17px;
  font-size: 16px;
}
.r-contact-form .common-input.mgr-20 {
  margin-right: 20px;
}
.r-contact-form .text-area-box {
  width: 396px;
  border: none;
  background-color: #fff;
  box-sizing: border-box;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;

}
.r-contact-form .text-area-box textarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  height: 100px;
  box-sizing: border-box;
  padding: 24px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  color: #999999;
   font-size: 16px;
   font-family:微软雅黑;
}
.r-contact-form .contact-btn {
  display: inline-block;
  position: absolute;
  height: 100px;
  width: 55px;
  right: 0;
  bottom: 0;
  background-color: #f67915;
  cursor: pointer;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #fff;
  writing-mode: vertical-lr;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.content-main .l-contact-doc {
  padding-top: 18px;
}
.content-main .l-contact-doc .company-address {
  margin-top: 0;
}
.content-main .l-contact-doc .company-address h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 34px;
}
.content-main .r-contact-form {
  padding-top: 0;
}
#dituContent {
  margin-top: 54px;
}
.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;
}
