.mt40 {
margin-top: 40px;
}
.search-btn {
width: 112px;
height: 50px;
background: #f9ad0b;
-moz-border-radius: 26px;
border-radius: 26px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
margin-bottom: 5px;
font-size: 14px;
color: #231f20;
}
.search-btn::before {
width: 15px;
height: 15px;
content: '';
display: block;
background: url('/source/images/join/search-icon.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 6px;
}
.banner {
display: block;
width: 100%;
position: relative;
}
.banner img {
display: block;
width: 100%;
}
.banner.active::before {
position: absolute;
z-index: 2;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.8);
}
.page {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 20px;
}
.page a {
font-size: 14px;
font-family: Arial;
font-weight: 400;
color: #999999;
opacity: 1;
margin-left: 30px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
border-bottom: 1px solid transparent;
}
.page a:first-child {
margin-left: 0;
}
.page a:hover,
.page a.active {
color: #f9ad0b;
border-color: #f9ad0b;
}
.about h2 {
text-align: center;
font-size: 36px;
font-weight: 400;
color: #fff;
}
.about .about-content1 {
background-color: #f9ad0b;
padding: 90px 0 110px;
position: relative;
text-align: center;
}
.about .about-content1::after,
.about .about-content1::before {
display: block;
content: '';
position: absolute;
}
.about .about-content1::after {
left: 0;
height: 100%;
width: 280px;
background: url('/source/images/about/about-conting1.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
top: 0;
}
.about .about-content1::before {
right: 0;
height: 405px;
top: 0;
width: 180px;
background: url('/source/images/about/about-conting2.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.about .about-content1 h2 {
color: #231f20;
}
.about .about-content1 p {
width: 70%;
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #231f20;
margin: 30px auto 60px;
text-align: justify;
}
.about .about-content1 h3 {
font-size: 25px;
font-weight: bold;
line-height: 76px;
color: #231f20;
}
.about .about-content1 .icon-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 80px;
}
.about .about-content1 .icon-box  > div {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 3%;
}
.about .about-content1 .icon-box  > div img {
width: 45px;
height: 45px;
}
.about .about-content1 .icon-box  > div span {
font-size: 20px;
font-weight: bold;
color: #231f20;
margin-top: 16px;
}
.about .development-arrow div {
width: 11px;
height: 18px;
top: 46%;
margin-top: -9px;
position: absolute;
cursor: pointer;
z-index: 7;
}
.about .development-arrow div.left {
/* background: url('/source/images/about/left.png') no-repeat center; */
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color:#f9ad0b;
  transform: rotate(180deg);
}
.about .development-arrow div.right {
/* background: url('/source/images/about/right.png') no-repeat center; */
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color:#f9ad0b;
  right: 0;
}
.about .about-content2 {
  background: url('../../image/icon-bg.jpg') no-repeat;
  background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
padding: 100px 0 60px;
position: relative;
}
.about .about-content2 h2 {
margin-bottom: 160px;
}
.about .about-content2 .development-path {
position: relative;
}
.about .about-content2 .development-path::before {
display: block;
content: '';
position: absolute;
width: 100%;
border: 1px solid #707070;
opacity: 0.5;
z-index: 1;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 0;
}
.about .about-content2 .development-path .pub1500 {
position: relative;
z-index: 2;
}
.about .about-content2 .development-path .pub1500 .clearboth {
overflow: hidden;
}
.about .about-content2 .development-path .pub1500 .list-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.about .about-content2 .development-path .pub1500 .list {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 20px;
position: relative;
height: 260px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.about .about-content2 .development-path .pub1500 .list .list-tag {
margin-right: 60px;
}
.about .about-content2 .development-path .pub1500 .list:last-child {
margin-right: 0;
}
.about .about-content2 .development-path .pub1500 .list .dot {
-moz-border-radius: 50%;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
}
.about .about-content2 .development-path .pub1500 .list .dot::before {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
content: '';
-moz-border-radius: 50%;
border-radius: 50%;
}
.about .about-content2 .development-path .pub1500 .list .dot.dot1 {
width: 20px;
height: 16px;
background: #f9ad0b;
margin-top: -8px;
margin-left: -8px;
}
.about .about-content2 .development-path .pub1500 .list .dot.dot1::before {
width: 6px;
height: 6px;
background: #ffffff;
}
.about .about-content2 .development-path .pub1500 .list .dot.dot2 {
width: 16px;
height: 16px;
background: #f9ad0b;
margin-top: -8px;
margin-left: -5px;
}
.about .about-content2 .development-path .pub1500 .list .dot.dot2::before {
width: 4px;
height: 4px;
background: white;
}
.about .about-content2 .development-path .pub1500 .list.bottom {
padding-top: 140px;
}
.about .about-content2 .development-path .pub1500 .list .tag {
margin-top: 10px;
width: 74px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 22px;
font-weight: bold;
color: #999;
border: 1px solid #ddd;
}
.about .about-content2 .development-path .pub1500 .list .tag img {
display: block;
width: 100%;
}
.about .about-content2 .development-path .pub1500 .list p {
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #ffffff;
text-align: center;
color: #999;
}
.about .about-content2 .development-path .pub1500 .list .time {
font-size: 14px;
font-weight: bold;
color: #999;
text-align: center;
width: 80px;
height: 26px;
border: 1px solid #707070;
opacity: 1;
-moz-border-radius: 50px;
border-radius: 50px;
margin: 10px 0 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.about .about-content3 {
background-color: #4d4d4d;
}
.about .about-content3  > .pub1500 {
padding: 90px 0 0px;
}
.about .about-content3  > .pub1500 h2 {
margin-bottom: 50px;
}
.about .about-content3  > .pub1500 .teams-box {
position: relative;
}
.about .about-content3  > .pub1500 .teams-box  > div {
overflow: hidden;
}
.about .about-content3  > .pub1500 .teams-box .development-arrow div.left {
left: -2%;
}
.about .about-content3  > .pub1500 .teams-box .development-arrow div.right {
right: -2%;
}
.about .about-content3  > .pub1500 .teams {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .about-content3  > .pub1500 .teams.active {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.about .about-content3  > .pub1500 .teams.active .list {
margin-left: 0;
}
.about .about-content3  > .pub1500 .teams .list {
margin-left: 3.2%;
position: relative;
margin-bottom: 80px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 240px;
height: 340px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 10px;
}
.about .about-content3  > .pub1500 .teams .list:first-child {
margin-left: 0;
}
.about .about-content3  > .pub1500 .teams .list.active {
background: url('/source/images/about/times-bg.png') no-repeat;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.about .about-content3  > .pub1500 .teams .list.active::before {
display: block;
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
width: 20px;
height: 20px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #414141;
bottom: -90px;
}
.about .about-content3  > .pub1500 .teams .list img {
width: 190px;
-moz-border-radius: 100%;
border-radius: 100%;
}
.about .about-content3  > .pub1500 .teams .list h3 {
font-size: 20px;
font-weight: 400;
color: #ffffff;
margin: 15px 0 5px;
}
.about .about-content3  > .pub1500 .teams .list span {
font-size: 14px;
font-weight: 400;
color: #ffffff;
}
.about .about-content3 .content3-bottom {
background: #414141;
padding: 100px 0 80px;
}
.about .about-content3 .content3-bottom .pub1500 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.about .about-content3 .content3-bottom .pub1500 .left {
max-width: 30%;
}
.about .about-content3 .content3-bottom h4 {
font-size: 28px;
font-weight: 400;
color: #ffffff;
}
.about .about-content3 .content3-bottom p {
font-size: 20px;
font-weight: 400;
color: #ffffff;
margin-top: 16px;
}
.about .about-content3 .content3-bottom p.p2 {
font-size: 18px;
}
.about .about-content3 .content3-bottom .right {
font-size: 14px;
font-weight: 400;
line-height: 30px;
color: #d2d2d2;
width: 61%;
text-align: justify;
}
.about .about-content3 .content3-bottom .right .p1 {
font-weight: bold;
}
.about .about-content4 {
background: #000000;
padding: 150px 0 175px;
position: relative;
}
.about .about-content4 .swiper-scrollbar-drag {
-moz-border-radius: 50px;
border-radius: 50px;
height: 5px;
background: #f9ad0b;
}
.about .about-content4 .swiper-scrollbar {
height: 5px;
background: rgba(255, 255, 255, 0.5);
-moz-border-radius: 50px;
border-radius: 50px;
bottom: 0;
}
.about .about-content4 h2 {
text-align: left;
}
.about .about-content4 .about-content4-main-swiper {
overflow: hidden;
}
.about .about-content4 .about-content4-main {
margin: 45px 0 70px;
min-height: 420px;
width: 43%;
}
.about .about-content4 .about-content4-main .list {
font-size: 18px;
font-weight: 400;
line-height: 42px;
color: #dbdbdb;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.about .about-content4 .about-content4-main .list.active {
color: #f9ad0b;
}
.about .about-content4 .about-content4-main .list::before {
display: block;
content: '';
width: 6px;
height: 6px;
background: currentColor;
-moz-border-radius: 50%;
border-radius: 50%;
margin-right: 20px;
}
.about .about-content4 .arrow {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about .about-content4 .arrow div {
width: 11px;
height: 18px;
cursor: pointer;
}
.about .about-content4 .arrow div.left {
background: url('/source/images/about/left.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 60px;
}
.about .about-content4 .arrow div.right {
background: url('/source/images/about/right.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.about .about-content4 .img-list-swiper {
overflow: hidden;
width: 1024px;
position: absolute;
bottom: 175px;
right: 0;
padding-bottom: 10px;
}
.about .about-content4 .img-list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.about .about-content4 .img-list .list {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 345px;
height: 490px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition: all 0.5s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 21px;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
background: transparent;
}
.about .about-content4 .img-list .list img {
width: 314px;
display: block;
}
.about .about-content4 .img-list .list.active {
background: url('/source/images/about/times-bg.png') no-repeat;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
padding-top: 0px;
}
.about .about-content5 {
padding: 130px 0 140px;
background: url('/source/images/about/mechanism-bg.png') no-repeat center;
-moz-background-size: cover;
background-size: cover;
overflow: hidden;
}
.about .about-content5 h2 {
margin-bottom: 36px;
}
.about .about-content5 .map-box {
margin: 0 auto;
width: 985px;
position: relative;
}
.about .about-content5 .map-box img {
display: block;
width: 100%;
}
@-webkit-keyframes mymove {
from {
width: 0px;
height: 0px;
opacity: 1;
}
to {
width: 100%;
height: 100%;
opacity: 0.3;
}

}
@-moz-keyframes mymove {
from {
width: 0px;
height: 0px;
opacity: 1;
}
to {
width: 100%;
height: 100%;
opacity: 0.3;
}

}
@-o-keyframes mymove {
from {
width: 0px;
height: 0px;
opacity: 1;
}
to {
width: 100%;
height: 100%;
opacity: 0.3;
}

}
@keyframes mymove {
from {
width: 0px;
height: 0px;
opacity: 1;
}
to {
width: 100%;
height: 100%;
opacity: 0.3;
}

}
.about .about-content5 .map-box .map {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 20%;
left: 5%;
}
.about .about-content5 .map-box .map.active .text .text-pop {
opacity: 1;
pointer-events: auto;
}
.about .about-content5 .map-box .map.map2 {
top: 35.5%;
left: 67%;
}
.about .about-content5 .map-box .map.map2 .dot-box {
width: 105px;
height: 105px;
}
.about .about-content5 .map-box .map.map3 {
top: 48.5%;
right: 15.5%;
left: auto;
}
.about .about-content5 .map-box .map.map3 .dot-box {
width: 60px;
height: 60px;
}
.about .about-content5 .map-box .map.map3 .text {
text-align: left;
margin-left: 40px;
margin-right: 0;
}
.about .about-content5 .map-box .map .text {
text-align: right;
margin-right: 40px;
position: relative;
}
.about .about-content5 .map-box .map .text div {
opacity: 1;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.about .about-content5 .map-box .map .text h3 {
font-size: 20px;
font-weight: bold;
line-height: 44px;
color: #ffffff;
}
.about .about-content5 .map-box .map .text p {
font-size: 14px;
font-weight: bold;
line-height: 32px;
color: #ffffff;
}
.about .about-content5 .map-box .map .text .text-pop {
position: absolute;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 30px 20px;
opacity: 0;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
pointer-events: none;
}
.about .about-content5 .map-box .map .text .text-pop::before {
display: block;
position: absolute;
content: '';
}
.about .about-content5 .map-box .map .text .text-pop.text-pop1 {
width: 316px;
height: 260px;
background: url('/source/images/about/bg_meiguo.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
left: -374px;
top: -70px;
}
.about .about-content5 .map-box .map .text .text-pop.text-pop1::before {
width: 199px;
height: 43px;
background: url('/source/images/about/line1.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
right: -197px;
top: 33px;
}
.about .about-content5 .map-box .map .text .text-pop.text-pop2 {
width: 316px;
height: 230px;
background: url('/source/images/about/bg_shanghai.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
left: -320px;
top: -85px;
}
.about .about-content5 .map-box .map .text .text-pop.text-pop2::before {
width: 98px;
height: 43px;
background: url('/source/images/about/line2.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
right: -96px;
top: 38px;
}
.about .about-content5 .map-box .map .text .text-pop.text-pop3 {
width: 316px;
height: 260px;
background: url('/source/images/about/bg_taiwan.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
left: 58px;
top: -82px;
}
.about .about-content5 .map-box .map .text .text-pop.text-pop3::before {
width: 129px;
height: 43px;
background: url('/source/images/about/line3.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
left: -128px;
top: 38px;
}
.about .about-content5 .map-box .map .text .text-pop .map-icon {
font-size: 14px;
color: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
line-height: 1.7;
}
.about .about-content5 .map-box .map .text .text-pop .map-icon::before {
display: block;
content: '';
width: 28px;
height: 32px;
margin-right: 8px;
background: url('/source/images/about/icon_dianhua.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.about .about-content5 .map-box .map .text .text-pop .map-icon.map-address::before {
background: url('/source/images/about/icon_weizhi.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.about .about-content5 .map-box .map .dot-box {
width: 190px;
height: 190px;
-moz-border-radius: 50%;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.about .about-content5 .map-box .map .dot-box .circle {
width: 100%;
height: 100%;
position: absolute;
}
.about .about-content5 .map-box .map .dot-box .dot {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 8px;
height: 8px;
background: #f9ad0b;
-moz-border-radius: 50%;
border-radius: 50%;
}
.about .about-content5 .map-box .map .dot-box .circle:after {
position: absolute;
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100%;
height: 100%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: inset 0 0 5em #f9ad0b;
-moz-box-shadow: inset 0 0 5em #f9ad0b;
box-shadow: inset 0 0 5em #f9ad0b;
opacity: 0;
}
.about .about-content5 .map-box .map .dot-box .circle1:after {
-webkit-animation: mymove 3s ease-out 200ms infinite;
-moz-animation: mymove 3s ease-out 200ms infinite;
-o-animation: mymove 3s ease-out 200ms infinite;
animation: mymove 3s ease-out 200ms infinite;
}
.about .about-content5 .map-box .map .dot-box .circle2:after {
-webkit-animation: mymove 3s ease-out 1725ms infinite;
-moz-animation: mymove 3s ease-out 1725ms infinite;
-o-animation: mymove 3s ease-out 1725ms infinite;
animation: mymove 3s ease-out 1725ms infinite;
}
.about .about-content5 .map-box .map .dot-box .circle3:after {
-webkit-animation: mymove 3s ease-out 3225ms infinite;
-moz-animation: mymove 3s ease-out 3225ms infinite;
-o-animation: mymove 3s ease-out 3225ms infinite;
animation: mymove 3s ease-out 3225ms infinite;
}
.contact-main {
background-color: #272727;
}
.contact-main .contact-box1 {
padding: 110px 0;
}
.contact-main .contact-box1 h1 {
font-size: 36px;
color: #ffffff;
margin-bottom: 100px;
text-align: center;
}
.contact-main .contact-box1 .address-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: center;
}
.contact-main .contact-box1 .address-box  > div {
width: 33.3%;
position: relative;
}
.contact-main .contact-box1 .address-box  > div::after {
display: block;
content: '';
position: absolute;
height: 100%;
top: 0;
right: 0;
width: 1px;
background-color: #404040;
}
.contact-main .contact-box1 .address-box h3 {
font-size: 28px;
font-weight: bold;
color: #f9ad0b;
}
.contact-main .contact-box1 .address-box p {
font-size: 14px;
color: #ffffff;
margin: 10px 0 30px;
}
.contact-main .contact-box1 .address-box div {
font-size: 16px;
color: #d5d5d5;
line-height: 1.7;
}
.contact-main .contact-box1 .address-box .icon {
display: block;
width: 88px;
height: 101px;
margin: 20px auto 0;
background: url('/source/images/contact/address.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.contact-main .contact-box1 .address-box .icon:hover {
background: url('/source/images/contact/address-h.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.solution-main .list {
position: relative;
}
.solution-main .list  > img {
display: block;
width: 100%;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
filter: gray;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.solution-main .list:hover  > img {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-filter: gray;
filter: gray;
}
.solution-main .list:hover .list-box {
background: rgba(0, 0, 0, 0.5);
}
.solution-main .list:hover .list-box .btn {
height: 48px;
margin-top: 50px;
}
.solution-main .list .list-box {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
background: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.solution-main .list .list-box .list-content {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.solution-main .list .list-box .img-icon {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
width: 72px;
}
.solution-main .list .list-box .img-icon img {
display: block;
width: 100%;
}
.solution-main .list .list-box h3 {
font-size: 36px;
font-weight: 400;
color: #ffffff;
margin: 20px 0 40px;
}
.solution-main .list .list-box h3,
.solution-main .list .list-box p {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.solution-main .list .list-box .btn {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 138px;
height: 0px;
background: #f9ad0b;
-moz-border-radius: 24px;
border-radius: 24px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
font-weight: 500;
color: #231f20;
margin-top: 0px;
overflow: hidden;
}
.solution-icon-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 100%;
}
.solution-icon-box img {
width: 50px;
}
.solution-icon-box p {
font-size: 18px;
font-weight: 500;
color: #ffffff;
margin-top: 20px;
}
.solution-detail-banner {
position: relative;
z-index: 1;
}
.solution-detail-banner::before {
position: absolute;
z-index: 2;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.8);
}
.solution-detail {
background: #272727;
position: relative;
padding-bottom: 1px;
}
.solution-detail .detail-icon {
width: 108px;
position: absolute;
left: 50%;
margin-left: -54px;
z-index: 4;
top: -62px;
}
.solution-detail .detail-icon img {
display: block;
width: 100%;
}
.solution-detail .solution-icon-box {
margin: 56px 0 110px;
}
.solution-detail .detail-header {
padding: 30px 5% 2%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin-top: -110px;
z-index: 3;
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -moz-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -o-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: linear-gradient(180deg, #3d3d3d 0%, #575757 100%);
-moz-background-size: 100%;
background-size: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.solution-detail .detail-header .left {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.solution-detail .detail-header .left .arrow {
width: 12px;
cursor: pointer;
}
.solution-detail .detail-header .left .arrow img {
width: 100%;
}
.solution-detail .detail-header .detail-swiper {
width: 100%;
height: 345px;
margin: 0 55px;
padding-bottom: 50px;
overflow: hidden;
position: relative;
}
.solution-detail .detail-header .detail-swiper .img-list {
height: 345px;
overflow: hidden;
position: relative;
}
.solution-detail .detail-header .detail-swiper .img-list img {
width: 75%;
margin: 0 auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translatex(-50%) translatey(-50%);
-moz-transform: translatex(-50%) translatey(-50%);
-ms-transform: translatex(-50%) translatey(-50%);
-o-transform: translatex(-50%) translatey(-50%);
transform: translatex(-50%) translatey(-50%);
}
.solution-detail .detail-header .right {
width: 40%;
}
.solution-detail .detail-header .right h3 {
font-size: 28px;
font-weight: 400;
color: #ffffff;
margin-bottom: 40px;
}
.solution-detail .detail-header .right p {
font-size: 16px;
font-weight: 400;
line-height: 40px;
color: #d5d5d5;
text-align: justify;
}
.solution-detail .detail-main h2 {
font-size: 28px;
font-weight: 400;
color: #ffffff;
margin-bottom: 45px;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.solution-detail .detail-main h2::before {
width: 34px;
height: 34px;
display: block;
content: '';
background: url('/source/images/solution/title.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 15px;
}
.solution-detail .detail-main .product {
padding-bottom: 66px;
}
.solution-detail .detail-main .product .product-list {
margin-bottom: 34px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.solution-detail .detail-main .product .product-list  > div {
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -moz-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -o-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: linear-gradient(180deg, #3d3d3d 0%, #575757 100%);
}
.solution-detail .detail-main .product .product-list .left {
width: 26%;
padding: 1.5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.solution-detail .detail-main .product .product-list .left .img {
width: 100%;
height: 330px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
.solution-detail .detail-main .product .product-list .left .img img {
display: block;
width: 100%;
}
.solution-detail .detail-main .product .product-list .left p {
font-size: 20px;
font-weight: 400;
color: #dedede;
text-align: center;
margin-top: 30px;
}
.solution-detail .detail-main .product .product-list .right {
width: -moz-calc(100% - 26% - 34px);
width: calc(100% - 26% - 34px);
padding: 60px 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.solution-detail .detail-main .product .product-list .right h4 {
font-size: 20px;
font-weight: bold;
color: #ffffff;
margin-bottom: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.solution-detail .detail-main .product .product-list .right h4::before {
display: block;
content: '';
background: url('/source/images/solution/product-icon.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
width: 26px;
height: 26px;
margin-right: 13px;
}
.solution-detail .detail-main .product .product-list .right table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.solution-detail .detail-main .product .product-list .right table td {
width: 25%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #646464;
padding: 26px 35px;
word-wrap: break-word;
font-size: 16px;
font-weight: bold;
color: #dedede;
line-height: 1;
}
.solution-detail .detail-main .product .product-list .right table td:nth-child(2n + 2) {
font-weight: 400;
}
.solution-detail .detail-main .product .product-list .right table td.td3 {
width: 75%;
}
.service {
background: #262626;
}
.service .service-content1 {
padding: 125px 0 160px;
}
.service .service-content1 .text-main {
width: 360px;
}
.service .service-content1 .text-main.center {
margin: 0 auto;
}
.service .service-content1 .text-main p {
font-size: 14px;
font-weight: 400;
line-height: 30px;
color: rgba(255, 255, 255, 0.81);
text-align: justify;
}
.service .service-content1 .text-main .digital {
margin-bottom: 20px;
font-size: 0;
text-align: center;
}
.service .service-content1 .text-main .digital.center {
text-align: center;
}
.service .service-content1 .text-main .digital img {
width: 70px;
}
.service .service-content1 .service-content1-main {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.service .service-content1 .service-content1-main .contnet-icon {
width: 434px;
margin: 50px 50px 0;
}
.service .service-content1 .service-content1-main .contnet-icon img {
width: 100%;
}
.service-content2 {
background: url('/source/images/service/submit-bg.jpg') no-repeat center;
-moz-background-size: cover;
background-size: cover;
height: 668px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
.service-content2 .pub1500 {
margin: 0;
}
.service-content2 h3 {
font-size: 26px;
font-weight: 400;
color: #ffffff;
text-align: center;
}
.service-content2 .service-form {
width: 838px;
margin: 40px auto 30px;
}
.service-content2 .service-form ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.service-content2 .service-form ul li {
width: 49%;
height: 50px;
background: #5d5d5d;
-moz-border-radius: 90px;
border-radius: 90px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 25px;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.service-content2 .service-form ul li .error {
position: absolute;
right: 27px;
bottom: -17px;
color: red;
display: none;
}
.service-content2 .service-form ul li label {
font-size: 14px;
font-weight: 400;
color: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.service-content2 .service-form ul li label::before {
width: 20px;
height: 20px;
display: block;
content: '';
margin-right: 5px;
}
.service-content2 .service-form ul li label.icon1::before {
background: url('/source/images/service/icon1.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.service-content2 .service-form ul li label.icon2::before {
background: url('/source/images/service/icon2.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.service-content2 .service-form ul li label.icon3::before {
background: url('/source/images/service/icon3.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.service-content2 .service-form ul li label.icon4::before {
background: url('/source/images/service/icon4.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.service-content2 .service-form ul li label.icon5::before {
background: url('/source/images/service/icon5.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.service-content2 .service-form ul li input {
text-align: right;
width: 60%;
border: 0;
background: transparent;
height: 100%;
font-size: 14px;
color: #fff;
}
.service-content2 .service-form ul li input::-webkit-input-placeholder {
color: #acacac;
}
.service-content2 .service-form ul li.textarea {
height: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 15px 25px;
-moz-border-radius: 20px;
border-radius: 20px;
width: 100%;
}
.service-content2 .service-form ul li.textarea textarea {
background: transparent;
color: #fff;
text-align: left;
border: 0;
width: 100%;
margin-top: 5px;
}
.service-content2 .service-form ul li.textarea textarea::-webkit-input-placeholder {
color: #acacac;
}
.service-content2 .btn {
width: 145px;
height: 51px;
background: #f9ad0b;
opacity: 1;
-moz-border-radius: 26px;
border-radius: 26px;
margin: 0 auto;
font-size: 14px;
color: #231f20;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.service-content2 .btn:hover {
background: #dfa017;
}
.product-main {
min-height: 100vh;
position: relative;
background-color: #272727;
background: url('/source/images/product/top-bg.png') no-repeat top, url('/source/images/product/bottom-bg.png') no-repeat bottom;
-moz-background-size: contain;
background-size: contain;
padding-bottom: 60px;
}
.product-main::before {
display: block;
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #272727;
z-index: -1;
pointer-events: none;
}
.product-main .box {
width: 1010px;
margin: 0px auto 0;
position: relative;
top: -120px;
}
.product-main .box .list {
height: 450px;
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -moz-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -o-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: linear-gradient(180deg, #3d3d3d 0%, #575757 100%);
margin-bottom: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.product-main .box .list .left {
padding-left: 80px;
width: 45%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.product-main .box .list .left h2 {
font-size: 30px;
font-weight: 400;
color: #ffffff;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.product-main .box .list .left p {
font-size: 16px;
font-weight: 400;
color: #d5d5d5;
line-height: 1.5;
word-wrap: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
margin: 23px 0;
height: 50px;
}
.product-main .box .list .right {
width: 50%;
height: 100%;
overflow: hidden;
}
.product-main .box .list .right img {
display: block;
width: 100%;
height: 100%;
}
.product-detail {
min-height: 100vh;
position: relative;
background: #272727 url('/source/images/product/bottom-bg.png') no-repeat bottom;
-moz-background-size: 100%;
background-size: 100%;
padding-bottom: 0px;
}
.product-detail .box {
top: -120px;
position: relative;
}
.product-detail .box .detail-header {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.product-detail .box .detail-header .header-list {
margin-right: 55px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
position: relative;
height: 120px;
}
.product-detail .box .detail-header .header-list::after {
position: absolute;
content: '';
bottom: 0;
width: 28px;
display: block;
height: 2px;
background: transparent;
left: 50%;
margin-left: -14px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-detail .box .detail-header .header-list .icon {
width: 70px;
height: 80px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-detail .box .detail-header .header-list .icon.icon1 {
background: url('/source/images/productDetail/tab/icon1.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.product-detail .box .detail-header .header-list .icon.icon2 {
background: url('/source/images/productDetail/tab/icon2.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.product-detail .box .detail-header .header-list .icon.icon3 {
background: url('/source/images/productDetail/tab/icon3.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.product-detail .box .detail-header .header-list p {
font-size: 14px;
font-weight: 400;
color: #ffffff;
margin-top: 8px;
line-height: 1;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-detail .box .detail-header .header-list.active::after,
.product-detail .box .detail-header .header-list:hover::after {
background-color: #f9ad0b;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-detail .box .detail-header .header-list.active p,
.product-detail .box .detail-header .header-list:hover p {
color: #f9ad0b;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-detail .box .detail-header .header-list.active .icon1,
.product-detail .box .detail-header .header-list:hover .icon1 {
background: url('/source/images/productDetail/tab/icon1-h.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.product-detail .box .detail-header .header-list.active .icon2,
.product-detail .box .detail-header .header-list:hover .icon2 {
background: url('/source/images/productDetail/tab/icon2-h.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.product-detail .box .detail-header .header-list.active .icon3,
.product-detail .box .detail-header .header-list:hover .icon3 {
background: url('/source/images/productDetail/tab/icon3-h.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.product-detail .box .detail-main {
padding: 90px 0 330px;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #ffffff;
overflow: hidden;
}
.product-detail .box .detail-main h3 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 28px;
font-weight: 400;
color: #ffffff;
margin-bottom: 40px;
}
.product-detail .box .detail-main h3 img {
width: 35px;
margin-right: 15px;
}
.product-detail .box .detail-main h3.mt120 {
margin-top: 120px;
}
.product-detail .box .detail-main p {
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #ffffff;
text-align: justify;
}
.product-detail .applications-title {
font-size: 28px;
font-weight: 400;
color: #ffffff;
margin-bottom: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-detail .applications-title  > div {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-detail .applications-title img {
width: 35px;
margin-right: 15px;
}
.product-detail  > a {
display: block;
width: 140px;
height: 50px;
border: 2px solid #707070;
-moz-border-radius: 24px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 24px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
color: #999999;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.product-detail  > a:hover {
color: #f9ad0b;
border-color: #f9ad0b;
}
.product-table {
width: 100%;
border-collapse: collapse;
}
.product-table.mt80 {
margin-top: 80px;
}
.product-table li {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.product-table li div {
width: 10%;
}
.product-table li div:first-child {
width: 50%;
min-height: 90px;
}
.product-table li:not(:first-child) {
cursor: pointer;
}
.product-table li:hover:not(:first-child) .pdf-name {
color: #f9ad0b;
}
.product-table li:hover:not(:first-child) .pdf-name::before {
background: url('/source/images/productDetail/pdf-h.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.product-table li:hover:not(:first-child) .download {
color: #f9ad0b;
}
.product-table li div {
font-size: 14px;
color: #ffffff;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.product-table li div h3 {
margin-bottom: 0 !important;
}
.product-table li div.pdf-name {
font-size: 16px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.product-table li div.pdf-name::before {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
display: block;
content: '';
width: 24px;
height: 28px;
background: url('/source/images/productDetail/pdf.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 18px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.product-table li div .download {
color: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-table li div .download::before {
display: block;
content: '';
background: url('/source/images/productDetail/download-icon.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
width: 15px;
height: 22px;
margin-right: 11px;
}
.product-banner {
position: relative;
}
.product-banner-text {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
color: #fff;
}
.product-banner-text .pub1500 {
margin-top: 12%;
}
.product-banner-text h2 {
font-size: 36px;
}
.product-banner-text p {
font-size: 22px;
color: rgba(255, 255, 255, 0.8);
margin-top: 20px;
width: 70%;
}
.detail-list-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.detail-list-box::after {
position: absolute;
content: '';
display: block;
left: 50%;
height: 100%;
border: 1px dashed #707070;
opacity: 0.5;
top: 0;
}
.detail-list-box  > div {
width: 46%;
}
.detail-list-box.detail-advantage::after {
display: none;
}
.detail-list-box.detail-advantage .detail-list {
width: 46%;
}
.detail-list-box.detail-advantage .detail-list .img {
width: 58px;
margin-right: 38px;
}
.detail-list-box.detail-advantage .detail-list:nth-child(even):last-of-type {
margin-left: 0%;
}
.detail-list-box .detail-list {
margin-bottom: 30px;
width: 46%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #999999;
}
.detail-list-box .detail-list:nth-child(even):last-of-type {
margin-left: 8%;
}
.detail-list-box .detail-list .img {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 45px;
margin-right: 28px;
}
.detail-list-box .detail-list .img img {
width: 100%;
}
.detail-list-box .detail-list .text {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.detail-list-box .detail-list h5 {
font-weight: bold;
color: #ffffff;
margin-bottom: 10px;
font-size: 16px;
}
.detail-list-box .detail-list p {
text-align: justify;
color: #999999;
}
.detail-edit img,
.detail-edit video,
.detail-edit iframe,
.detail-edit audio {
max-width: 100%;
}
.detail-edit p {
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #999999;
}
.applications-list-box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.applications-list-box .applications-list {
width: 31%;
margin-right: 3.5%;
cursor: pointer;
}
.applications-list-box .applications-list:nth-child(3n + 3) {
margin-right: 0;
}
.applications-list-box .applications-list:hover .img::before {
opacity: 1;
}
.applications-list-box .applications-list:hover .text {
background: #f9ad0b;
}
.applications-list-box .applications-list:hover .text h3,
.applications-list-box .applications-list:hover .text p {
color: #231f20;
}
.applications-list-box .applications-list .img {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
height: 266px;
position: relative;
}
.applications-list-box .applications-list .img::before {
opacity: 0;
display: block;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background: rgba(0, 0, 0, 0.6) url('/source/images/productDetail/add.png') no-repeat center;
-moz-background-size: 82px 92px;
background-size: 82px 92px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.applications-list-box .applications-list .img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.applications-list-box .applications-list .text {
padding: 50px 40px;
text-align: center;
background: #404040;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.applications-list-box .applications-list .text h3 {
font-size: 20px;
font-weight: bold;
line-height: 26px;
color: #ffffff;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-bottom: 10px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.applications-list-box .applications-list .text p {
font-size: 14px;
color: #c1c1c1;
line-height: 1.7;
word-wrap: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
height: 65px;
}
.detail-swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.detail-swiper .swiper-pagination-custom,
.detail-swiper .swiper-pagination-fraction {
bottom: 0px;
}
.detail-swiper .swiper-pagination-bullet {
width: 9px;
height: 10px;
margin-left: 28px !important;
background: url('/source/images/solution/banner-dot.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
opacity: 1;
}
.detail-swiper .swiper-pagination-bullet:first-child {
margin: 0 !important;
}
.detail-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: url('/source/images/solution/banner-dot-active.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
}
.applications-main {
background: #272727;
padding: 80px 0 100px;
}
.applications-main .applications-list {
margin-bottom: 3.5%;
}
.applications-main .page {
padding-top: 30px;
}
.applications-main .applications-nav {
margin-bottom: 70px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.applications-main .applications-nav .applications-nav-list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 65px;
margin-bottom: 10px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
cursor: pointer;
}
.applications-main .applications-nav .applications-nav-list:last-child {
margin-right: 0;
}
.applications-main .applications-nav .applications-nav-list.active p,
.applications-main .applications-nav .applications-nav-list:hover p,
.applications-main .applications-nav .applications-nav-list.active a,
.applications-main .applications-nav .applications-nav-list:hover a {
color: #f9ad0b;
}
.applications-main .applications-nav .applications-nav-list.active .icon.icon1,
.applications-main .applications-nav .applications-nav-list:hover .icon.icon1 {
background: url('/source/images/applications/icon4-h.png') no-repeat bottom center;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.applications-main .applications-nav .applications-nav-list.active .icon.icon2,
.applications-main .applications-nav .applications-nav-list:hover .icon.icon2 {
background: url('/source/images/applications/icon2-h.png') no-repeat bottom center;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.applications-main .applications-nav .applications-nav-list.active .icon.icon3,
.applications-main .applications-nav .applications-nav-list:hover .icon.icon3 {
background: url('/source/images/applications/icon1-h.png') no-repeat bottom center;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.applications-main .applications-nav .applications-nav-list.active .icon.icon4,
.applications-main .applications-nav .applications-nav-list:hover .icon.icon4 {
background: url('/source/images/applications/icon3-h.png') no-repeat bottom center;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.applications-main .applications-nav .applications-nav-list .icon {
width: 98px;
height: 110px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
background: url('/source/images/applications/icon4.png') no-repeat bottom center;
-moz-background-size: 78px 90px;
background-size: 78px 90px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.applications-main .applications-nav .applications-nav-list .icon.icon2 {
background: url('/source/images/applications/icon2.png') no-repeat bottom center;
-moz-background-size: 78px 90px;
background-size: 78px 90px;
}
.applications-main .applications-nav .applications-nav-list .icon.icon3 {
background: url('/source/images/applications/icon1.png') no-repeat bottom center;
-moz-background-size: 78px 90px;
background-size: 78px 90px;
}
.applications-main .applications-nav .applications-nav-list .icon.icon4 {
background: url('/source/images/applications/icon3.png') no-repeat bottom center;
-moz-background-size: 78px 90px;
background-size: 78px 90px;
}
.applications-main .applications-nav .applications-nav-list p {
font-size: 16px;
font-weight: 400;
margin-top: 17px;
color: #ffffff;
}
.applications-main .applications-nav .applications-nav-list p a {
color: #ffffff;
}
.applications-swiper {
position: relative;
}
.applications-swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.applications-swiper .swiper-pagination-custom,
.applications-swiper .swiper-pagination-fraction {
bottom: 40px;
}
.applications-swiper .application-arrow div {
width: 72px;
height: 72px;
background: #010101;
-moz-border-radius: 50%;
border-radius: 50%;
opacity: 0.5;
position: absolute;
top: 50%;
margin-top: -36px;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.applications-swiper .application-arrow div:hover {
opacity: 0.8;
}
.applications-swiper .application-arrow div.arrow-prev {
background: #010101 url('/source/images/solution/left.png') no-repeat center;
-moz-background-size: 11px 18px;
background-size: 11px 18px;
left: 5%;
}
.applications-swiper .application-arrow div.arrow-next {
background: #010101 url('/source/images/solution/right.png') no-repeat center;
-moz-background-size: 11px 18px;
background-size: 11px 18px;
right: 5%;
}
.applications-swiper .swiper-slide {
position: relative;
}
.applications-swiper .swiper-slide .text {
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.applications-swiper .swiper-slide .text h3 {
font-size: 36px;
color: #ffffff;
margin-bottom: 40px;
max-width: 80%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.applications-banner {
position: relative;
}
.applications-banner .banner-text {
position: absolute;
height: 100%;
top: 0;
width: 46%;
left: 27%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.applications-banner h2 {
font-size: 36px;
font-weight: 400;
color: #ffffff;
}
.applications-banner p {
font-size: 20px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.5);
margin-top: 27px;
}
.applications-detail {
background: #272727;
position: relative;
}
.applications-detail .project-requirements {
background: #444444;
padding: 80px 70px;
top: -80px;
position: relative;
z-index: 1;
}
.applications-detail .app-solution {
padding: 80px 0 160px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.applications-detail .app-solution .solution-img {
overflow: hidden;
width: 50%;
}
.applications-detail .app-solution .solution-img img,
.applications-detail .app-solution .solution-img video,
.applications-detail .app-solution .solution-img iframe,
.applications-detail .app-solution .solution-img object {
width: 100%;
display: block;
max-height: 300px;
-o-object-fit: cover;
object-fit: cover;
}
.applications-detail .app-solution .solution-text {
width: 44%;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #999999;
text-align: justify;
}
.applications-detail h3 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 28px;
font-weight: 400;
color: #ffffff;
margin-bottom: 40px;
}
.applications-detail h3 img {
width: 35px;
margin-right: 15px;
}
.applications-detail h3.mt120 {
margin-top: 120px;
}
.applications-detail .detail2 {
background: #363636;
padding: 70px 0 90px;
}
.applications-detail .detail2 .detail-edit {
margin-top: 60px;
}
.applications-detail .detail3 {
background: #f9ad0b;
padding: 50px 0;
}
.applications-detail .detail3 .pub1500 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.applications-detail .detail3 .pub1500 .detail3-img {
width: 35%;
}
.applications-detail .detail3 .pub1500 .detail3-img img {
display: block;
width: 100%;
}
.applications-detail .detail3 .pub1500 .detail3-text {
width: 44%;
}
.applications-detail .detail3 .pub1500 .detail3-text h3 {
color: #231f20;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px dashed #c78700;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list span {
margin-right: 20px;
display: block;
font-size: 41px;
font-family: Arial;
font-weight: 400;
color: #231f20;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list div {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list p {
font-size: 18px;
font-weight: 400;
line-height: 1.7;
color: #231f20;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list p:first-child {
font-weight: bold;
}
.join-main {
background: #272727;
padding: 108px 0 160px;
}
.join-main h1 {
text-align: center;
font-size: 36px;
color: #ffffff;
}
.join-main .join-email {
width: 318px;
height: 76px;
margin: 45px auto 60px;
background: url('/source/images/join/email.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
font-size: 14px;
color: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.join-main .join-email::before {
content: '';
display: block;
width: 24px;
height: 20px;
background: url('/source/images/join/icon1.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 12px;
}
.join-main .join-search {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.join-main .join-search .search-list {
width: 312px;
margin-right: 20px;
padding-bottom: 5px;
position: relative;
}
.join-main .join-search .search-list .search-condition {
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 30px;
width: 100%;
height: 50px;
background: #505050;
-moz-border-radius: 90px;
border-radius: 90px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.join-main .join-search .search-list .search-condition div {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-right: 10px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
color: #ffffff;
}
.join-main .join-search .search-list .search-condition::after {
width: 8px;
height: 4px;
display: block;
content: '';
background: url('/source/images/join/arrow.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.join-main .join-search .search-list .drop-down {
display: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 3;
left: 0;
top: 55px;
width: 100%;
background: #505050;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 20px 30px;
max-height: 300px;
overflow-y: auto;
}
.join-main .join-search .search-list .drop-down div {
font-size: 14px;
line-height: 2;
color: #ffffff;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
}
.join-main .join-search .search-list .drop-down div:hover {
color: #f9ad0b;
}
.join-main .join-box {
margin-top: 50px;
border-bottom: 1px solid #404040;
}
.join-main .join-box .join-list {
border-top: 1px solid #404040;
position: relative;
padding: 70px 0 40px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
}
.join-main .join-box .join-list::before {
display: block;
width: 0%;
content: '';
left: 0;
top: -1px;
position: absolute;
height: 1px;
background: #f9ad0b;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.join-main .join-box .join-list.active::before {
width: 25%;
}
.join-main .join-box .join-list.active .td1 h3,
.join-main .join-box .join-list.active .td1 .join-address {
color: #f9ad0b;
}
.join-main .join-box .join-list.active .td1 h3::before,
.join-main .join-box .join-list.active .td1 .join-address::before {
background: url('/source/images/join/address-h.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.join-main .join-box .join-list.active .td2 .join-content {
height: auto;
}
.join-main .join-box .join-list.active .td2 .more {
opacity: 0;
margin-top: 80px;
}
.join-main .join-box .join-list.active .td3 .join-list-btn {
opacity: 1;
pointer-events: auto;
visibility: visible;
}
.join-main .join-box .join-list.active .td3 img {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.join-main .join-box .join-list .td1 {
width: 25%;
position: relative;
}
.join-main .join-box .join-list .td1 h3 {
font-size: 24px;
color: #ffffff;
margin-bottom: 40px;
}
.join-main .join-box .join-list .td1 .join-address {
font-size: 14px;
color: #d5d5d5;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.join-main .join-box .join-list .td1 .join-address div {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.join-main .join-box .join-list .td1 .join-address::before {
display: block;
content: '';
margin-right: 12px;
width: 15px;
height: 23px;
background: url('/source/images/join/address.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.join-main .join-box .join-list .td2 {
width: 35%;
font-size: 14px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px;
}
.join-main .join-box .join-list .td2 div:first-child {
color: #ffffff;
font-weight: bold;
margin-bottom: 5px;
}
.join-main .join-box .join-list .td2 .join-content {
line-height: 1.7;
color: #999999;
height: 97px;
overflow: hidden;
font-size: 14px;
}
.join-main .join-box .join-list .td2 .more {
color: #999999;
}
.join-main .join-box .join-list .td3 {
width: 5%;
margin: 40px auto 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.join-main .join-box .join-list .td3 .join-list-btn {
opacity: 0;
pointer-events: none;
visibility: hidden;
position: absolute;
right: 0;
bottom: 0;
}
.join-main .join-box .join-list .td3 .join-list-btn::before {
display: block;
content: '';
width: 21px;
height: 17px;
background: url('/source/images/join/email-bl.png') no-repeat center;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 5px;
}
.join-main .join-box .join-list .td3 img {
width: 15px;
cursor: pointer;
}
.news-banner {
background: url('/source/images/news/banner.jpg') no-repeat center;
-moz-background-size: cover;
background-size: cover;
padding: 205px 0 90px;
}
.news-banner h1 {
font-size: 36px;
color: #ffffff;
max-width: 80%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: center;
margin: 0 auto 50px;
}
.news-banner .news-nav {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
}
.news-banner .news-nav a {
color: #ffffff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 120px;
}
.news-banner .news-nav a:first-child {
margin-left: 0;
}
.news-banner .news-nav a.news-icon2::before {
background: url('/source/images/news/icon2.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.news-banner .news-nav a.news-icon2:hover::before,
.news-banner .news-nav a.news-icon2.active::before {
background: url('/source/images/news/icon2-h.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.news-banner .news-nav a:hover::before,
.news-banner .news-nav a.active::before {
background: url('/source/images/news/icon1-h.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.news-banner .news-nav a::before {
display: block;
content: '';
width: 96px;
height: 107px;
background: url('/source/images/news/icon1.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-bottom: 10px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.news-main {
background: #272727;
padding: 80px 0 120px;
}
.news-main .pub1500 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.news-main .pub1500 .news-left {
width: -moz-calc(100% - 400px);
width: calc(100% - 400px);
}
.news-main .pub1500 .news-left .news-search {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.news-main .pub1500 .news-left .news-search input {
margin-right: 20px;
width: 390px;
height: 50px;
background: #505050;
opacity: 1;
-moz-border-radius: 90px;
border-radius: 90px;
font-size: 14px;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 30px;
color: #fff;
}
.news-main .pub1500 .news-left .news-search input::-webkit-input-placeholder {
color: #8d8d8d;
}
.news-main .pub1500 .news-left .news-box .news-list {
margin-bottom: 100px;
padding-bottom: 36px;
border-bottom: 1px solid #404040;
}
.news-main .pub1500 .news-left .news-box .news-list:last-child {
margin-bottom: 40px;
}
.news-main .pub1500 .news-left .news-box .news-list:hover .news-img::before {
opacity: 1;
}
.news-main .pub1500 .news-left .news-box .news-list:hover .news-bottom .read-btn {
background: #f9ad0b;
border-color: #f9ad0b;
color: #231f20;
}
.news-main .pub1500 .news-left .news-box .news-list .news-img {
position: relative;
}
.news-main .pub1500 .news-left .news-box .news-list .news-img img {
display: block;
width: 100%;
}
.news-main .pub1500 .news-left .news-box .news-list .news-img::before {
opacity: 0;
display: block;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background: rgba(0, 0, 0, 0.6) url('/source/images/productDetail/add.png') no-repeat center;
-moz-background-size: 82px 92px;
background-size: 82px 92px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.news-main .pub1500 .news-left .news-box .news-list .title {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin: 50px 0 20px;
}
.news-main .pub1500 .news-left .news-box .news-list .title h3 {
font-size: 20px;
font-weight: bold;
color: #ffffff;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.news-main .pub1500 .news-left .news-box .news-list .title span {
font-size: 14px;
color: #999999;
}
.news-main .pub1500 .news-left .news-box .news-list p {
word-wrap: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 14px;
line-height: 1.7;
color: #ffffff;
text-align: justify;
}
.news-main .pub1500 .news-left .news-box .news-list .news-bottom {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 50px;
}
.news-main .pub1500 .news-left .news-box .news-list .news-bottom .read-btn {
cursor: pointer;
font-size: 14px;
color: #999999;
width: 138px;
height: 47px;
border: 1px solid #707070;
-moz-border-radius: 24px;
border-radius: 24px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.news-main .pub1500 .news-right {
width: 385px;
}
.news-main .pub1500 .news-right .news-title {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px;
}
.news-main .pub1500 .news-right .news-title .title {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 20px;
color: #ffffff;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.news-main .pub1500 .news-right .news-title .title::before {
display: block;
content: '';
width: 24px;
height: 24px;
background: url('/source/images/news/title.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 10px;
}
.news-main .pub1500 .news-right .news-title a {
font-size: 14px;
color: #999999;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 98px;
height: 33px;
border: 1px solid #707070;
-moz-border-radius: 24px;
border-radius: 24px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.news-main .pub1500 .news-right .news-title a:hover {
color: #f9ad0b;
border-color: #f9ad0b;
}
.news-main .pub1500 .news-right .news-product .list {
height: 170px;
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -moz-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -o-linear-gradient(top, #3d3d3d 0%, #575757 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#575757));
background: linear-gradient(180deg, #3d3d3d 0%, #575757 100%);
margin-bottom: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
cursor: pointer;
}
.news-main .pub1500 .news-right .news-product .list .left {
padding-top: 30px;
padding-left: 20px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.news-main .pub1500 .news-right .news-product .list .left h2 {
font-size: 14px;
font-weight: 400;
color: #ffffff;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.news-main .pub1500 .news-right .news-product .list .left p {
font-size: 14px;
font-weight: 400;
color: #d5d5d5;
line-height: 1.5;
word-wrap: break-word;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
margin: 9px 0;
}
.news-main .pub1500 .news-right .news-product .list .right {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
overflow: hidden;
}
.news-main .pub1500 .news-right .news-product .list .right img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news-share {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: #999999;
}
.news-share .icon {
width: 19px;
height: 16px;
margin-left: 15px;
position: relative;
cursor: pointer;
}
.news-share .icon:hover .slide-code {
opacity: 1;
top: 15px;
pointer-events: auto;
}
.news-share .icon .slide-code {
pointer-events: none;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
width: 204px;
height: 217px;
left: 50%;
margin-left: -100px;
position: absolute;
z-index: 3;
top: 25px;
background: url('/source/images/code-bg.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
text-align: center;
}
.news-share .icon .slide-code div {
text-align: center;
}
.news-share .icon .slide-code img {
width: 166px;
margin: 12% auto 0;
}
.news-share .icon.weixin {
background: url('/source/images/news/weixin.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.news-share .icon.weibo {
background: url('/source/images/news/weibo.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.news-detail-banner {
background: url('/source/images/news/banner.jpg') no-repeat center;
-moz-background-size: cover;
background-size: cover;
height: 546px;
position: relative;
}
.news-detail-banner .banner-box {
position: absolute;
width: 90%;
height: 100%;
left: 5%;
top: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.news-detail-banner .banner-box h1 {
font-size: 28px;
font-weight: bold;
color: #fff;
line-height: 1.7;
}
.news-detail-banner .banner-box h1 span {
display: block;
font-size: 33px;
}
.news-detail-banner .banner-box .time {
font-size: 20px;
color: #ffffff;
margin-top: 35px;
}
.news-detail-banner .banner-box .news-share {
position: absolute;
width: 270px;
height: 72px;
background: rgba(0, 0, 0, 0.4);
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px;
bottom: 0;
left: 50%;
margin-left: -135px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
}
.news-detail-banner .banner-box .news-share .weixin {
background: url('/source/images/news/weixin-white.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.news-detail-banner .banner-box .news-share .weibo {
background: url('/source/images/news/weibo-white.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.news-detail .news-text {
color: #fff;
font-size: 20px;
line-height: 1.7;
color: #ffffff;
margin-bottom: 35px;
}
.news-detail .detail-img {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.news-detail .detail-img .detail-imgs {
width: 72%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.news-detail .detail-page div {
margin-top: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
cursor: pointer;
}
.news-detail .detail-page div:hover p,
.news-detail .detail-page div:hover a {
color: #f9ad0b;
}
.news-detail .detail-page div p {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.news-detail .detail-page div p a {
color: #d5d5d5;
}
.news-detail .detail-page div span {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.news-detail .detail-page div span::before {
display: block;
content: '';
width: 6px;
height: 10px;
background: url('/source/images/news/prev.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
margin-right: 15px;
}
.news-detail .detail-page div.next::before {
background: url('/source/images/news/next.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.download {
background: #272727;
min-height: auto;
}
.download p {
margin-bottom: 10px;
}
.download .box {
top: 0;
padding-top: 70px;
}
.download .box .detail-main {
padding-bottom: 100px;
padding-top: 0;
}
.download .page {
padding-bottom: 100px;
}
.download .search-list {
width: 260px;
margin-bottom: 60px;
padding-bottom: 5px;
position: relative;
}
.download .search-list .search-condition {
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 30px;
width: 100%;
height: 50px;
background: #505050;
-moz-border-radius: 90px;
border-radius: 90px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.download .search-list .search-condition div {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-right: 10px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
color: #ffffff;
}
.download .search-list .search-condition::after {
width: 8px;
height: 4px;
display: block;
content: '';
background: url('/source/images/join/arrow.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
}
.download .search-list .drop-down {
display: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 3;
left: 0;
top: 55px;
width: 100%;
background: #505050;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 20px 30px;
max-height: 300px;
overflow-y: auto;
}
.download .search-list .drop-down div {
font-size: 14px;
line-height: 2;
color: #ffffff;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
}
.download .search-list .drop-down div:hover {
color: #f9ad0b;
}
.more-btn {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: 40px;
}
.more-btn a {
background: none;
color: #999999;
border: 2px solid #707070;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.more-btn a:hover {
color: #f9ad0b;
border-color: #f9ad0b;
background: none;
}
@media (max-width: 1700px) {
.pub1500 {
width: 1200px;
}
.applications-list-box .applications-list .img {
height: 212px;
}
.applications-list-box .applications-list .text {
padding: 30px 20px;
}
.about .about-content3 > .pub1500 .teams .list {
width: 180px;
height: 260px;
margin-left: 2.2%;
}
.about .about-content3 > .pub1500 .teams .list img {
width: 130px;
}
.about .about-content4 {
padding: 120px 0 145px;
}
.about .about-content4 .img-list-swiper {
width: 680px;
}

}
@media (max-width: 1640px) {
.about .about-content5 .map-box {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}

}
@media (max-width: 1500px) {
.about .about-content5 .map-box {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}

}
@media (max-width: 1366px) {
.about .about-content5 .map-box {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
.solution-detail .detail-icon {
width: 80px;
top: -45px;
}
.solution-detail .detail-main .product .product-list .left .img {
height: 280px;
}
.solution-detail .detail-main .product .product-list .right h4 {
font-size: 18px;
}
.solution-detail .detail-main .product .product-list .right h4::before {
width: 20px;
height: 20px;
}
.solution-detail .detail-main .product .product-list .right table td {
font-size: 14px;
padding: 15px 25px;
}
.product-detail .box .detail-main h3 {
font-size: 24px;
}
.product-detail .box .detail-main h3 img {
width: 28px;
}

}
@media (max-width: 1200px) {
.pub1500 {
width: 96%;
}
.product-main {
padding-bottom: 0;
}
.product-main .box {
top: -100px;
width: 90%;
}
.product-detail .box .detail-main {
padding: 60px 0 180px;
}
.solution-icon-box p {
font-size: 14px;
margin-top: 10px;
}
.solution-main .list {
height: 350px;
}
.solution-main .list  > img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.solution-main .list .list-box .img-icon {
width: 50px;
}
.solution-main .list .list-box h3 {
font-size: 28px;
margin: 10px 0 20px;
}
.solution-main .list .list-box .btn {
margin-top: 15px;
}
.applications-banner {
height: 400px;
}
.applications-banner img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.applications-banner .banner-text {
width: 80%;
left: 10%;
}
.applications-banner .banner-text h2 {
font-size: 36px;
}
.applications-banner .banner-text p {
font-size: 16px;
}
.news-main .pub1500 .news-left {
width: -moz-calc(100% - 320px);
width: calc(100% - 320px);
}
.news-main .pub1500 .news-right {
width: 360px;
}
.about .about-content5 .map-box {
-webkit-transform: scale(0.65);
-moz-transform: scale(0.65);
-ms-transform: scale(0.65);
-o-transform: scale(0.65);
transform: scale(0.65);
}
.about .about-content4 .img-list-swiper {
margin-top: 0.8rem;
position: relative;
width: 100%;
bottom: auto;
}
.about .about-content4 .img-list-swiper .img-list .list {
width: 172.5px;
height: 245px;
}
.about .about-content4 .img-list-swiper .img-list .list img {
width: 157px;
}

}
@media (max-width: 980px) {
.product-banner-text h2 {
font-size: 0.96rem;
}
.product-banner-text p {
font-size: 0.48rem;
margin-top: 0.5333333333333333rem;
}
.product-banner-text .pub1500 {
margin-top: 20%;
}
.join-main .join-search .search-list .drop-down {
top: 40px;
}
.about .about-content5 .map-box .map.active .text .text-pop {
opacity: 0;
visibility: hidden;
}
.banner {
height: 240px;
}
.banner img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.applications-banner {
height: 400px;
}
.product-main {
padding-bottom: 0;
}
.product-main .box .list {
height: 360px;
}
.applications-swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.applications-swiper .swiper-pagination-custom,
.applications-swiper .swiper-pagination-fraction {
bottom: 8px;
}
.applications-swiper .swiper-slide .text h3 {
font-size: 1.12rem;
}
.applications-swiper .application-arrow div {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-o-transform-origin: right;
transform-origin: right;
}
.applications-swiper .application-arrow div.arrow-prev {
-webkit-transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-o-transform-origin: left;
transform-origin: left;
}
.applications-main .applications-nav .applications-nav-list .icon {
width: 65.33333333333333px;
height: 73.33333333333333px;
-moz-background-size: 52px 60px;
background-size: 52px 60px;
}
.applications-main .applications-nav .applications-nav-list .icon.icon2,
.applications-main .applications-nav .applications-nav-list .icon.icon3,
.applications-main .applications-nav .applications-nav-list .icon.icon4 {
-moz-background-size: 52px 60px;
background-size: 52px 60px;
}
.service-content2 .service-form {
width: 600px;
}
.news-main .pub1500 .news-left {
width: -moz-calc(100% - 480px);
width: calc(100% - 480px);
}
.news-main .pub1500 .news-right {
width: 300px;
}
.contact-main .contact-box1 {
padding: 2.933333333333333rem 0;
}
.contact-main .contact-box1 h1 {
font-size: 1.2266666666666666rem;
margin-bottom: 2.6666666666666665rem;
}
.contact-main .contact-box1 .address-box .icon {
width: 2.3466666666666667rem;
height: 2.6666666666666665rem;
}
.contact-main .contact-box1 .address-box div {
font-size: 0.6933333333333334rem;
}
.contact-main .contact-box1 .address-box h3 {
font-size: 0.96rem;
}

}
@media (max-width: 900px) {
.pub1500 {
width: 90%;
}
.mt40 {
margin-top: 0.8rem;
}
.product-main {
padding-bottom: 0;
}
.product-main .box {
top: -30px;
}
.product-main .box .list {
height: auto;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-moz-box-orient: vertical;
-moz-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-bottom: 20px;
}
.product-main .box .list .left,
.product-main .box .list .right {
width: 100%;
}
.product-main .box .list .left {
padding: 20px;
}
.product-main .box .list .left h2 {
font-size: 0.96rem;
}
.product-main .box .list .left p {
font-size: 0.6933333333333334rem;
height: auto;
margin: 10px 0 15px;
}
.product-detail .box {
top: -80px;
}
.product-detail .box .detail-header .header-list {
height: 80px;
margin-right: 20px;
}
.product-detail .box .detail-header .header-list .icon {
width: 1.8666666666666667rem;
height: 2.1333333333333333rem;
}
.product-detail .box .detail-header .header-list p {
font-size: 0.5333333333333333rem;
}
.product-detail .box .detail-main {
padding: 20px 0 10px;
margin-bottom: 50px;
overflow-x: auto;
}
.product-detail .box .detail-main h3 {
font-size: 0.96rem;
margin-bottom: 0.8rem;
}
.product-detail .box .detail-main h3 img {
width: 20px;
}
.product-detail .box .detail-main h3.mt120 {
margin-top: 1.6rem;
}
.product-detail .box .detail-main .detail-edit p {
font-size: 0.64rem;
}
.product-detail .box .detail-main .detail-list-box::after {
display: none;
}
.product-detail .box .detail-main .detail-list-box  > div {
width: 100%;
}
.product-detail .box .detail-main .detail-list-box .detail-list .img {
width: 2.1333333333333333rem;
margin-right: 1.3333333333333333rem;
}
.product-detail .box .detail-main .detail-list-box .detail-list h5 {
font-size: 0.8533333333333334rem;
}
.product-detail .box .detail-main .detail-list-box .detail-list p {
font-size: 0.64rem;
}
.product-detail .box .detail-main .detail-list-box .detail-list:last-of-type {
margin-left: 0;
}
.product-detail .box .detail-main .product-table {
width: 100%;
}
.product-detail .box .detail-main .product-table.mt80 {
margin-top: 1.6rem;
}
.product-detail .box .detail-main .product-table li div:first-child {
width: 100%;
}
.product-detail .box .detail-main .product-table li div {
width: 100%;
}
.product-detail .box .detail-main .product-table li:first-child {
min-height: auto;
}
.product-detail .box .detail-main .product-table li:first-child div::after {
display: none;
}
.product-detail .box .detail-main .product-table li div {
min-height: auto;
font-size: 0.64rem;
padding: 0.8rem;
padding-right: 1.8666666666666667rem;
padding-left: 5px;
position: relative;
min-height: auto;
}
.product-detail .box .detail-main .product-table li div::after {
display: block;
content: '';
position: absolute;
right: 10px;
background: url('/source/images/productDetail/download-icon.png') no-repeat;
-moz-background-size: 100%;
background-size: 100%;
width: 15px;
height: 22px;
top: 50%;
margin-top: -11px;
}
.product-detail .box .detail-main .product-table li div.pdf-name {
font-size: 0.6933333333333334rem;
}
.product-detail .box .detail-main .product-table li div.pdf-name::before {
width: 0.8rem;
height: 1.0666666666666667rem;
margin-right: 10px;
}
.detail-edit video,
.detail-edit iframe {
width: 100%;
}
.applications-case .applications-title {
font-size: 0.96rem;
margin-bottom: 1.0666666666666667rem;
}
.applications-case .applications-title img {
width: 20px;
}
.applications-case .applications-title a {
width: 4.8rem;
height: 1.3333333333333333rem;
font-size: 0.5333333333333333rem;
}
.applications-case .applications-list-box {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.applications-case .applications-list-box .applications-list {
width: 48.5%;
margin-bottom: 3%;
margin-left: 0;
margin-right: 0;
}
.applications-case .applications-list-box .applications-list:hover::before {
display: none;
}
.applications-case .applications-list-box .applications-list .text {
padding: 0.8rem 0.5333333333333333rem;
}
.applications-case .applications-list-box .applications-list .text h3 {
font-size: 0.96rem;
}
.applications-case .applications-list-box .applications-list .text p {
font-size: 0.6933333333333334rem;
height: auto;
line-height: 1.7;
}
.solution-icon-box {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.solution-icon-box img {
width: 35px;
}
.solution-icon-box p {
font-size: 0.64rem;
margin-top: 5px;
}
.solution-icon-box div {
width: 50%;
margin-bottom: 10px;
}
.solution-main .list {
height: 330px;
width: 100%;
}
.solution-main .list  > img {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-filter: gray;
filter: gray;
}
.solution-main .list .list-box {
background: rgba(0, 0, 0, 0.5);
}
.solution-main .list  > img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.solution-main .list .list-box {
padding: 0 5%;
}
.solution-main .list .list-box .img-icon {
width: 30px;
}
.solution-main .list .list-box h3 {
font-size: 0.96rem;
margin: 10px 0 20px;
}
.solution-main .list .list-box .btn {
margin-top: 15px;
width: 5.066666666666666rem;
height: 1.8666666666666667rem;
font-size: 0.64rem;
}
.solution-detail .detail-icon {
width: 40px;
margin-left: -20px;
top: -23px;
}
.solution-detail .detail-header {
padding: 9% 5% 5%;
margin-top: -60px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.solution-detail .detail-header .left,
.solution-detail .detail-header .right {
width: 100%;
}
.solution-detail .detail-header .detail-swiper {
margin: 0;
height: 220px;
padding-bottom: 30px;
}
.solution-detail .detail-header .detail-swiper .img-list {
height: 220px;
}
.solution-detail .detail-header .right {
margin-top: 1.6rem;
}
.solution-detail .detail-header .right h3 {
font-size: 0.96rem;
margin-bottom: 0.8rem;
}
.solution-detail .detail-header .right p {
font-size: 0.64rem;
line-height: 1.7;
}
.solution-detail .solution-icon-box {
margin: 1.0666666666666667rem 0 2.1333333333333333rem;
}
.solution-detail .detail-main h2 {
font-size: 0.96rem;
}
.solution-detail .detail-main h2::before {
width: 20px;
height: 20px;
}
.solution-detail .detail-main .product {
padding-bottom: 4.266666666666667rem;
}
.solution-detail .detail-main .product .product-list {
margin-bottom: 0.8rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.solution-detail .detail-main .product .product-list .left,
.solution-detail .detail-main .product .product-list .right {
width: 100%;
}
.solution-detail .detail-main .product .product-list .left .img {
height: auto;
}
.solution-detail .detail-main .product .product-list .left p {
font-size: 0.7466666666666667rem;
margin: 0.8rem 0;
}
.solution-detail .detail-main .product .product-list .right {
padding: 8% 5%;
}
.solution-detail .detail-main .product .product-list .right h4 {
font-size: 0.8533333333333334rem;
margin-bottom: 0.8rem;
}
.solution-detail .detail-main .product .product-list .right h4::before {
width: 15px;
height: 15px;
}
.solution-detail .detail-main .product .product-list .right table td {
font-size: 0.64rem;
padding: 2%;
line-height: 1.7;
}
.applications-main {
padding: 2.1333333333333333rem 0 2.6666666666666665rem;
}
.applications-main .applications-nav {
overflow-x: scroll;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 90%;
margin: 0 auto 2.1333333333333333rem;
}
.applications-main .applications-nav .applications-nav-list {
margin: 0 0.8rem;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.applications-main .applications-nav .applications-nav-list .icon {
width: 51.578947368421055px;
height: 57.89473684210527px;
-moz-background-size: 41.05263157894737px 47.36842105263158px;
background-size: 41.05263157894737px 47.36842105263158px;
}
.applications-main .applications-nav .applications-nav-list .icon.icon2,
.applications-main .applications-nav .applications-nav-list .icon.icon3,
.applications-main .applications-nav .applications-nav-list .icon.icon4 {
-moz-background-size: 41.05263157894737px 47.36842105263158px;
background-size: 41.05263157894737px 47.36842105263158px;
}
.applications-main .applications-nav .applications-nav-list p {
font-size: 0.64rem;
}
.applications-main .applications-list {
margin-bottom: 3%;
width: 48.5%;
margin-left: 3%;
margin-right: 0;
}
.applications-main .applications-list:nth-child(2n + 1) {
margin-left: 0;
}
.applications-main .applications-list:nth-child(3n + 3) {
margin-right: 0;
}
.applications-main .applications-list .img {
height: 90px;
}
.applications-main .applications-list .text {
padding: 8% 5%;
}
.applications-main .applications-list .text h3 {
font-size: 0.7466666666666667rem;
margin-bottom: 5px;
line-height: 1;
}
.applications-main .applications-list .text p {
font-size: 0.64rem;
height: 65px;
}
.applications-list-box .applications-list .img {
height: 90px;
}
.applications-banner {
height: 260px;
}
.applications-banner .banner-text h2 {
font-size: 0.96rem;
}
.applications-banner .banner-text p {
font-size: 0.64rem;
}
.detail-edit p {
font-size: 0.64rem;
}
.applications-detail .project-requirements {
top: -2.1333333333333333rem;
padding: 1.6rem 1.0666666666666667rem;
}
.applications-detail .project-requirements h3 {
font-size: 0.96rem;
margin-bottom: 0.8rem;
}
.applications-detail .project-requirements h3 img {
width: 20px;
}
.applications-detail .app-solution {
padding: 0rem 0 2.6666666666666665rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.applications-detail .app-solution .solution-img {
width: 100%;
}
.applications-detail .app-solution .solution-text {
width: 100%;
margin-top: 1.6rem;
}
.applications-detail .app-solution .solution-text h3 {
font-size: 0.96rem;
margin-bottom: 0.8rem;
}
.applications-detail .app-solution .solution-text h3 img {
width: 20px;
}
.applications-detail .app-solution .solution-text p {
font-size: 0.64rem;
}
.applications-detail .app-solution .solution-img img,
.applications-detail .app-solution .solution-img video,
.applications-detail .app-solution .solution-img iframe,
.applications-detail .app-solution .solution-img object {
width: 100%;
display: block;
max-height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.applications-detail .detail2 {
padding: 1.6rem 0 2.1333333333333333rem;
}
.applications-detail .detail2 h3 {
font-size: 0.96rem;
margin-bottom: 1.0666666666666667rem;
}
.applications-detail .detail2 h3 img {
width: 20px;
}
.applications-detail .detail2 .detail-edit {
margin-top: 1.6rem;
}
.applications-detail .detail3 {
padding: 1.3333333333333333rem 0;
}
.applications-detail .detail3 .pub1500 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.applications-detail .detail3 .pub1500 .detail3-text {
width: 100%;
}
.applications-detail .detail3 .pub1500 .detail3-text h3 {
font-size: 0.96rem;
margin-bottom: 0.8rem;
}
.applications-detail .detail3 .pub1500 .detail3-text h3 img {
width: 20px;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list {
padding-bottom: 0.5333333333333333rem;
margin-bottom: 0.5333333333333333rem;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list span {
font-size: 1.2266666666666666rem;
margin-right: 8px;
}
.applications-detail .detail3 .pub1500 .detail3-text .detail3-content .list p {
font-size: 0.6933333333333334rem;
}
.applications-detail .detail3 .pub1500 .detail3-img {
width: 70%;
margin-top: 0.8rem;
}
.detail-list-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.detail-list-box.detail-advantage .detail-list {
width: 100%;
font-size: 0.6933333333333334rem;
}
.detail-list-box.detail-advantage .detail-list .img {
width: 35px;
margin-right: 15px;
}
.detail-list-box.detail-advantage .detail-list h5 {
font-size: 0.5866666666666667rem;
margin-bottom: 5px;
}
.detail-list-box .detail-list {
margin-bottom: 0.8rem;
}
.service .service-content1 {
padding: 2.6666666666666665rem 0 2.933333333333333rem;
}
.service .service-content1 .text-main {
width: 100%;
}
.service .service-content1 .text-main .digital {
text-align: center;
margin-bottom: 1.0666666666666667rem;
}
.service .service-content1 .text-main .digital img {
width: 2.1333333333333333rem;
}
.service .service-content1 .text-main p {
line-height: 1.7;
font-size: 0.64rem;
}
.service .service-content1 .service-content1-main {
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-moz-box-orient: vertical;
-moz-box-direction: reverse;
flex-direction: column-reverse;
}
.service .service-content1 .service-content1-main .contnet-icon {
width: 100%;
margin: 30px 0!important;
}
.service .service-content1 .service-content1-main .contnet-icon img {
width: 50%;
display: block;
margin: 0 auto;
}
.service-content2 {
height: 530px;
}
.service-content2 h3 {
font-size: 1.0666666666666667rem;
}
.service-content2 .service-form {
width: 100%;
margin: 1.6rem 0 1.0666666666666667rem;
}
.service-content2 .service-form ul li {
width: 100%;
height: 2.1333333333333333rem;
margin-bottom: 0.8rem;
padding: 0 0.8rem;
}
.service-content2 .service-form ul li label,
.service-content2 .service-form ul li input,
.service-content2 .service-form ul li .error {
font-size: 0.64rem;
}
.service-content2 .service-form ul li.textarea {
height: 4.8rem;
padding: 0.5333333333333333rem 0.8rem;
}
.service-content2 .btn {
width: 5.066666666666666rem;
height: 1.8666666666666667rem;
font-size: 0.64rem;
}
.news-banner {
padding: 5.333333333333333rem 0 1.6rem;
}
.news-banner h1 {
font-size: 1.12rem;
max-width: 90%;
margin: 0 auto 1.6rem;
}
.news-banner .news-nav a {
margin-left: 3.2rem;
}
.news-banner .news-nav a::before {
width: 2.56rem;
height: 2.8533333333333335rem;
}
.news-banner .news-nav a p {
font-size: 0.64rem;
}
.news-main {
padding: 2.1333333333333333rem 0 3.2rem;
}
.news-main .pub1500 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.news-main .pub1500 .news-left {
width: 100%;
}
.news-main .pub1500 .news-left .news-search {
margin-bottom: 0.8rem;
padding: 0 8px;
}
.news-main .pub1500 .news-left .news-search input {
width: 70%;
height: 2.1333333333333333rem;
}
.news-main .pub1500 .news-left .news-search .search-btn {
height: 2.1333333333333333rem;
}
.news-main .pub1500 .news-left .news-box .news-list {
margin-bottom: 2.1333333333333333rem;
padding-bottom: 0.96rem;
}
.news-main .pub1500 .news-left .news-box .news-list:hover .news-img::before {
display: none;
}
.news-main .pub1500 .news-left .news-box .news-list .title {
margin: 1.3333333333333333rem 0 0.5333333333333333rem;
}
.news-main .pub1500 .news-left .news-box .news-list .title h3 {
font-size: 0.96rem;
}
.news-main .pub1500 .news-left .news-box .news-list .title span {
font-size: 0.64rem;
}
.news-main .pub1500 .news-left .news-box .news-list p {
font-size: 0.64rem;
}
.news-main .pub1500 .news-left .news-box .news-list .news-bottom {
margin-top: 1.0666666666666667rem;
}
.news-main .pub1500 .news-left .news-box .news-list .news-bottom .read-btn {
width: 5.066666666666666rem;
height: 1.6rem;
font-size: 0.64rem;
}
.news-main .pub1500 .news-right {
width: 100%;
margin-top: 3.2rem;
}
.news-main .pub1500 .news-right .news-title {
margin-bottom: 1.0666666666666667rem;
}
.news-main .pub1500 .news-right .news-title .title {
font-size: 0.8rem;
}
.news-main .pub1500 .news-right .news-title .title::before {
width: 15px;
height: 15px;
}
.news-main .pub1500 .news-right .news-title .news-more {
width: 5.066666666666666rem;
height: 1.6rem;
font-size: 0.64rem;
}
.news-main .pub1500 .news-right .news-product .list {
height: auto;
}
.news-main .pub1500 .news-right .news-product .list .left {
padding-top: 0.8rem;
padding-left: 0.5333333333333333rem;
}
.news-main .pub1500 .news-right .news-product .list .left h2 {
font-size: 0.6933333333333334rem;
}
.news-main .pub1500 .news-right .news-product .list .left p {
font-size: 0.5866666666666667rem;
}
.page a {
font-size: 0.64rem;
}
.news-detail-banner {
height: 300px;
}
.news-detail-banner .banner-box h1 {
font-size: 0.96rem;
}
.news-detail-banner .banner-box h1 span {
font-size: 1.0666666666666667rem;
}
.news-detail-banner .banner-box .time {
font-size: 0.6933333333333334rem;
margin-top: 0.8rem;
}
.news-detail-banner .banner-box .news-share {
width: 60%;
height: 2.1333333333333333rem;
margin-left: -30%;
font-size: 0.64rem;
}
.news-detail .news-text {
font-size: 0.6933333333333334rem;
margin-bottom: 0.8rem;
}
.news-detail .news-text img,.news-detail .news-text iframe,.news-detail .news-text img,.news-detail .news-text video {
max-width: 100%;
}
.news-detail .detail-page {
margin-top: 1.6rem;
}
.news-detail .detail-page div {
font-size: 0.6933333333333334rem;
margin-top: 0.8rem;
}
.join-main {
padding: 2.6666666666666665rem 0 4.266666666666667rem;
}
.join-main h1 {
font-size: 1.12rem;
}
.join-main .join-email {
margin: 1.6rem auto;
height: 2.6666666666666665rem;
width: 260px;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
font-size: 0.64rem;
}
.join-main .join-email::before {
width: 16px;
height: 14px;
}
.join-main .join-search {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.join-main .join-search .search-list {
width: 100%;
margin-right: 0;
}
.join-main .join-search .search-list:nth-child(2) {
width: 73%;
}
.join-main .join-search .search-list .search-condition {
height: 2.1333333333333333rem;
font-size: 0.64rem;
}
.join-main .join-search .search-btn {
height: 2.1333333333333333rem;
font-size: 0.64rem;
width: 25%;
}
.join-main .join-search .search-btn::before {
width: 10px;
height: 10px;
}
.join-main .join-box {
margin-top: 1.6rem;
}
.join-main .join-box .join-list {
padding: 1.8666666666666667rem 0 1.0666666666666667rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.join-main .join-box .join-list .td1 {
width: 100%;
margin-bottom: 0.8rem;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.join-main .join-box .join-list .td1 h3 {
font-size: 0.96rem;
margin-bottom: 0.8rem;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.join-main .join-box .join-list .td1 .join-address {
font-size: 0.64rem;
}
.join-main .join-box .join-list .td1 .join-address::before {
width: 10px;
height: 13px;
margin-right: 5px;
}
.join-main .join-box .join-list .td2 {
width: 45%;
font-size: 0.64rem;
}
.join-main .join-box .join-list .td2 .join-content {
font-size: 0.64rem;
height: 100px;
}
.join-main .join-box .join-list .td3 img {
width: 10px;
}
.contact-main .contact-box1 .address-box {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-main .contact-box1 .address-box  > div {
width: 100%;
margin-bottom: 1.6rem;
}
.contact-main .contact-box1 .address-box  > div::before {
display: none;
}
.contact-main .contact-box1 .address-box  > div p {
margin: 0.26666666666666666rem 0 0.8rem;
}
.about h2 {
font-size: 1.12rem;
margin-bottom: 2.6666666666666665rem;
}
.about .about-content1 {
padding: 2.4rem 0 2.933333333333333rem;
}
.about .about-content1::before {
height: 10.8rem;
width: 4.8rem;
}
.about .about-content1::after {
width: 7.466666666666667rem;
}
.about .about-content1::before,
.about .about-content1::after {
pointer-events: none;
}
.about .about-content1 h2 {
font-size: 1.12rem;
}
.about .about-content1 p {
font-size: 0.6933333333333334rem;
width: 100%;
line-height: 1.7;
margin: 0.8rem auto 1.0666666666666667rem;
}
.about .about-content1 h3 {
font-size: 0.8rem;
line-height: 2;
text-align: center;
width: 100%;
}
.about .about-content1 .icon-box {
margin-top: 2.1333333333333333rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.about .about-content1 .icon-box div {
width: 50%;
margin: 0 0 0.8rem;
}
.about .about-content1 .icon-box div img {
width: 25px;
height: 25px;
}
.about .about-content1 .icon-box div span {
margin-top: 0.4rem;
font-size: 0.8rem;
}
.about .about-content2 {
padding: 2.6666666666666665rem 0 4rem;
}
.about .about-content2 .development-path .pub1500 .development-arrow div {
width: 8px;
height: 16px;
margin-top: -8px;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list {
height: 14.933333333333334rem;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list p {
font-size: 0.64rem;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list .time {
font-size: 0.5866666666666667rem;
width: auto;
height: auto;
padding: 0.26666666666666666rem 0.5333333333333333rem;
margin: 0.26666666666666666rem 0 0.5333333333333333rem;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list.bottom {
padding-top: 8rem;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list .dot.dot1 {
width: 10px;
height: 10px;
background: #f9ad0b;
margin-top: -5px;
margin-left: -5px;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list .dot.dot1::before {
width: 4px;
height: 4px;
}
.about .about-content2 .development-path .pub1500 .clearboth .list-box .list .tag {
width: 40px;
margin-top: 5px;
}
.about .about-content3 .content3-bottom {
padding: 1.6rem 0 2.1333333333333333rem;
}
.about .about-content3 .content3-bottom .pub1500 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.about .about-content3 .content3-bottom .pub1500 .left {
width: 100%;
max-width: 100%;
}
.about .about-content3 .content3-bottom .pub1500 .left h4 {
font-size: 0.9066666666666666rem;
}
.about .about-content3 .content3-bottom .pub1500 .left p {
font-size: 0.7466666666666667rem;
margin-top: 0.4266666666666667rem;
}
.about .about-content3 .content3-bottom .pub1500 .right {
width: 100%;
}
.about .about-content3 .content3-bottom .pub1500 .right p {
font-size: 0.6933333333333334rem;
margin-top: 0.4266666666666667rem;
line-height: 1.7;
}
.about .about-content3  > .pub1500 {
padding: 2.4rem 0 0rem;
}
.about .about-content3  > .pub1500 .teams {
overflow-x: auto;
overflow-y: hidden;
}
.about .about-content3  > .pub1500 .teams .list {
width: 6.933333333333334rem;
height: 8.266666666666667rem;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-bottom: 2.1333333333333333rem;
}
.about .about-content3  > .pub1500 .teams .list.active {
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
.about .about-content3  > .pub1500 .teams .list.active:before {
bottom: -2.6666666666666665rem;
}
.about .about-content3  > .pub1500 .teams .list img {
width: 50px;
}
.about .about-content3  > .pub1500 .teams .list span {
font-size: 0.64rem;
}
.about .about-content3  > .pub1500 .teams .list h3 {
font-size: 0.7466666666666667rem;
}
.about .about-content3 h2 {
font-size: 1.12rem;
margin-bottom: 1.3333333333333333rem;
}
.about .about-content4 {
padding: 3.2rem 0 3.8666666666666667rem;
}
.about .about-content4 .arrow div {
width: 8.461538461538462px;
height: 13.846153846153845px;
}
.about .about-content4 .about-content4-main {
margin: 1.2rem 0 1.8666666666666667rem;
min-height: auto;
width: 100%;
}
.about .about-content4 .about-content4-main .list {
font-size: 0.6933333333333334rem;
line-height: 1.7;
}
.about .about-content5 {
padding: 3.466666666666667rem 0 3.7333333333333334rem;
}
.about .about-content5 .map-box {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
width: 100%;
}
.about .about-content5 .map-box .map .dot-box {
width: 2.6666666666666665rem;
height: 2.6666666666666665rem;
}
.about .about-content5 .map-box .map.map2 .dot-box {
width: 2.1333333333333333rem;
height: 2.1333333333333333rem;
}
.about .about-content5 .map-box .map.map3 .dot-box {
width: 1.3333333333333333rem;
height: 1.3333333333333333rem;
}
.download .box {
top: 0;
padding-top: 1.8666666666666667rem;
}
.download .box .detail-main {
padding-top: 0;
margin-bottom: 1.6rem;
}
.download .search-list {
width: 100%;
margin-right: 0;
margin-bottom: 0.8rem;
}
.download .search-list:nth-child(2) {
width: 73%;
}
.download .search-list .search-condition {
height: 2.1333333333333333rem;
font-size: 0.64rem;
}
.download .page {
padding-bottom: 2.6666666666666665rem;
}
.more-btn {
margin-top: 0.8rem;
}
.more-btn a {
width: 4.8rem;
height: 1.33333333rem;
font-size: 0.53333333rem;
}

}
@media screen and (max-width:540px){
  .about .about-content2 .development-path .pub1500 .clearboth .list-box .list p{
    font-size: 14px !important;
  }
  .about .about-content2{
    padding: 0;
  }
  .about .development-arrow div{
top: 48.5%;
  }
}