 /* CSS Reset */

 html {
     -webkit-text-size-adjust: none;
 }

 body {
     overflow-x: hidden;
     margin: 0;
     padding: 0;
 }

 a {
     text-decoration: none;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     transition: all .4s ease;
 }

 a * {
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     transition: all .4s ease;
 }

 .uw-fullscreen,
 .uw-fullscreen body {
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .alltransition {
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     transition: all .4s ease;
 }

 .table {
     display: table;
     width: 100%;
     height: 100%;
 }

 .table-cell {
     display: table-cell;
     vertical-align: middle;
 }

 .no-touch body,
 .no-touch html {
     overflow: hidden;
     width: 100%;
     height: 100%;
 }

 .pcshow {
     display: block;
 }

 .mbshow {
     display: none !important;
 }

 .left {
     float: left;
 }

 .right {
     float: right;
 }

 .clear {
     clear: both;
 }

 .img {
     position: relative;
     overflow: hidden;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #000;
 }

 .img img,
 .pic img {
     max-width: 100%;
     max-height: 100%;
     margin: auto;
     padding: 0;
     border: 0;
     width: 100%;
     height: auto;
 }

 .img-center {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     display: block;
     width: auto !important;
     height: auto !important;
     z-index: 1;
 }

 .img-block {
     display: block;
     width: 100%;
     height: auto;
 }

 .img-inline {
     display: inline-block;
     width: auto;
     height: auto;
 }

 .pic {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
 }

 input,
 select,
 textarea {
     -webkit-appearance: none;
     border-radius: 0;
     outline: none;
 }

 input[type="button"],
 input[type="submit"],
 input[type="reset"],
 input[type="text"],
 input[type="password"] {
     -webkit-appearance: none;
 }

 /* header */

 .uw-header {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 900;
     width: 100%;
     transition: all .4s ease;
 }

 .uw-header .uw-content {
     width: 94%;
     height: 100px;
     margin: auto;
     position: relative;
     z-index: 999;
 }

 .uw-header-logo {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .uw-header .uw-left {
     position: absolute;
     left: -13px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 10;
     font-size: 0;
 }

 .uw-header .uw-left .menu-toggle {
     display: inline-block;
     vertical-align: middle;
 }

 .uw-header .uw-left h5 {
     display: inline-block;
     vertical-align: middle;
     font-weight: normal;
     text-transform: uppercase;
     margin: 0;
     position: relative;
 }

 .uw-header .uw-right {
     position: absolute;
     right: 0;
     top: 50%;
     transform: translate(0, -50%);
     text-transform: uppercase;
 }

 .uw-header .uw-language {
     display: inline-block;
     vertical-align: middle;
 }

 .uw-header .uw-language a {
     display: block;
     position: relative;
     z-index: 120;
 }

 .uw-header .uw-language i {
     display: inline-block;
     width: 20px;
     height: 10px;
     background: url('/Other/en/static/images/d1.png') center no-repeat;
     transition: all .4s ease;
 }

 .uw-header .uw-language.cur i {
     transform: rotate(180deg);
 }

 .uw-header .uw-search {
     display: inline-block;
     vertical-align: middle;
     margin-left: 20px;
     z-index: 110;
     position: relative;
 }

 .uw-header .uw-left h5::after {
     content: 'MENU';
     display: inline-block;
     vertical-align: middle;
 }

 .uw-header .uw-left h5::before {
     content: '';
     display: inline-block;
     vertical-align: middle;
 }

 .no-touch .uw-header .uw-left h5::before {
     content: 'CLOSE';
 }

 .no-touch .uw-header .uw-left h5::after {
     content: '';
 }

 .uw-language-show {
     position: absolute;
     width: 140px;
     right: 20%;
     top: 0px;
     z-index: 99;
     padding-top: 30px;
     display: none;
 }

 .uw-language-show.cur {
     display: block;
 }

 .uw-language-show ul {
     background: #fff;
     padding: 20px 0;
     overflow: hidden;
 }

 .uw-language-show a {
     display: block;
     padding: 10px 0;
     text-align: center;
     font-size: 14px;
     color: #666;
 }

 .uw-language-show a:hover {
     background: #f1f1f1;
 }

 .uw-header-nav-show {
     position: absolute;
     left: 0;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 700;
     transition: all .4s ease;
     transform: translateY(-100%);
     background: #fff;
 }

 .uw-header-nav-show.cur {
     transform: translateY(100px);
     height: calc(100% - 100px);
 }

 .uw-header-nav-show .uw-content {
     width: 94%;
     height: 93%;
     padding: 0;
     overflow: hidden;
     background: #373737;
     margin: auto;
 }

 .mobile-nav {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100%;
     transition: all .4s ease;
     display: block;
 }

 .mobile-nav ul {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     margin: 0 auto;
     padding: 0;
     list-style: none;
     box-sizing: border-box;
 }

 .mobile-nav ul::-webkit-scrollbar {
     height: 4px;
     width: 0px;
     background: transparent;
 }

 .mobile-nav li {
     list-style: none;
     margin: 0;
     padding: 0 3%;
 }

 .mobile-nav li a {
     display: block;
     color: #fff;
     opacity: .5;
     padding: 10px 0;
     font-size: 24px;
     border-bottom: 1px solid rgba(255, 255, 255, .2);
     width: 25%;
     position: relative;
     background-image: url('/Other/en/static/images/right2.png');
     background-repeat: no-repeat;
     background-position: 200% center;
 }

 .mobile-nav li.cur a {
     opacity: 1;
     font-size: 24px;
     background-position: 100% center;
 }

 .mobile-nav li a:hover {
     opacity: 1;
 }

 .mobile-nav li a::before {
     content: '';
     width: 0px;
     height: 1px;
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 3;
     background: #0091db;
     transition: all .4s ease;
 }

 .mobile-nav li a:hover::before {
     width: 100%;
 }

 .mobile-nav li.cur a::before {
     width: 100%;
 }

 .mobile-nav li ul {
     list-style: none;
     margin: 0;
     padding: 0;
     position: absolute;
     top: 0;
     right: 0;
     padding: 3% 0;
 }

 .mobile-nav li ul.mchildren {
     display: none;
     background: #535353;
     width: 70%;
     height: 100%;
     padding-left: 5%;
 }

 .mobile-nav li ul.mchildren li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .mobile-nav li ul.mchildren li a {
     font-size: 18px;
     opacity: .5;
     width: 35%;
     background: none;
 }

 .mobile-nav li ul.mchildren li a::before {
     display: none;
 }

 .mobile-nav li ul.mchildren li a:hover {
     opacity: 1;
 }

 .mobile-nav li.cur ul.mchildren {
     display: block;
 }

 .mbhome {
     margin-top: 5%;
     opacity: 0;
 }

 .rightpic {
     position: absolute;
     width: 50%;
     height: auto;
     top: 50%;
     transform: translateY(-50%);
     right: 5%;
     z-index: 3;
     overflow: hidden;
 }

 .rightpic .pic {
     background-color: #000;
 }

 .rightpic a {
     display: block;
     overflow: hidden;
     position: relative;
     width: 100% !important;
     border-bottom: none !important;
     padding: 0 !important;
     background: none !important;
 }

 .rightpic a::before {
     display: none;
 }

 .rightpic .text {
     position: absolute;
     text-align: center;
     left: 15%;
     width: 70%;
     top: 50%;
     z-index: 11;
     transform: translateY(-50%);
 }

 .rightpic .title-1 {
     padding-bottom: 10px;
     font-weight: bold;
     font-size: 24px;
 }

 .rightpic .text-2 {
     overflow: hidden;
     font-size: 12px;
     opacity: .8;
     margin-bottom: 5px;
 }

 .rightpic .viewmore span {
     background: #0091db;
     color: #fff;
     font-size: 14px !important;
     display: inline-block !important;
 }

 .rightpic a:hover .viewmore span {
     background: #0cadfd !important;
 }

 /* scroll - top - down - cur - on -hover */

 .osn-header.scroll-down,
 .osn-header.scroll-top {
     background: #fff;
 }

 .no-touch .uw-header {
     background: #fff;
 }

 .detail .uw-header {
     background: #fff;
 }

 .detail .uw-header-nav-show {
     position: fixed;
 }

 /* nav */

 .menu-toggle {
     width: 50px;
     height: 50px;
     overflow: hidden;
 }

 .menu-toggle .cd-nav-trigger {
     display: block;
     overflow: hidden;
     width: 100%;
     height: 100%;
     overflow: hidden;
     position: relative;
 }

 .menu-toggle span.hamburger,
 .menu-toggle span.hamburger:after,
 .menu-toggle span.hamburger:before {
     content: "";
     display: block;
     width: 24px;
     height: 2px;
     position: absolute;
     top: 50%;
     margin-top: -1px;
     left: 50%;
     margin-left: -12px;
     transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
     transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
     transition-delay: 0.15s;
 }

 .menu-toggle span.hamburger:after {
     margin-top: -7px;
     top: 0;
     transition-delay: 0.27s;
 }

 .menu-toggle span.hamburger:before {
     margin-top: 7px;
     top: 0;
     transition-delay: 0.2s;
 }

 .menu-toggle span.cross:before,
 .menu-toggle span.cross:after {
     content: "";
     display: block;
     width: 24px;
     height: 2px;
     position: absolute;
     top: 50%;
     margin-top: -1.5px;
     left: 50%;
     margin-left: -12px;
     transform: translate(-70px, -70px) rotate(45deg);
     transition-delay: 0.12s;
 }

 .menu-toggle span.cross:after {
     transition-delay: 0s;
     transform: translate(70px, -70px) rotate(-45deg);
 }

 .menu-toggle span.cross:after {
     transform: translate(-70px, 70px) rotate(-45deg);
 }

 .no-touch .menu-toggle span.hamburger,
 .no-touch .menu-toggle span.hamburger:after,
 .no-touch .menu-toggle span.hamburger:before {
     transform: translateX(70px);
     transition-delay: 0.12s;
 }

 .no-touch .menu-toggle span.hamburger:after {
     transition-delay: 0s;
 }

 .no-touch .menu-toggle span.hamburger:before {
     transition-delay: 0.07s;
 }

 .no-touch .menu-toggle span.cross:before {
     transition-delay: 0.12s;
     transform: rotate(45deg);
 }

 .no-touch .menu-toggle span.cross:after {
     transition-delay: 0.24s;
     transform: translate(0px, 0px) rotate(-45deg);
 }

 /* footer */

 footer {
     overflow: hidden;
     width: 100%;
     height: 100%;
 }

 .uw-footer {
     overflow: hidden;
     width: 94%;
     height: 100%;
     height: calc(100% - 100px);
     background: url('/Other/en/static/upload/footer1.jpg') center top no-repeat #eee;
     background-size: 100%;
     margin: 100px auto auto auto;
 }

 .uw-footer .uw-content {
     width: 90%;
     margin: 10% auto auto auto;
     position: relative;
     height: 100%;
 }

 .uw-footer-content {
     position: relative;
     overflow: hidden;
     padding: 5% 5% 2% 5%;
     margin: 3% auto auto auto;
 }

 .uw-footer-content-top {
     position: relative;
     padding-bottom: 30px;
     overflow: hidden;
 }

 .uw-footer-content-top-left {
     position: relative;
     float: left;
     width: 30%;
 }

 .uw-footer-content-top-left-tel {
     overflow: hidden;
     width: 100%;
     height: 100%;
 }

 .uw-footer-content-top-left-tel .service-hotline {
     overflow: hidden;
 }

 .uw-footer-content-top-left-tel .service-number {
     padding: 5px 0;
 }

 .uw-footer-content-top-left-tel .service-add {
     padding: 5px 0;
 }

 .uw-footer-content-top-left-tel .service-social {
     padding: 5px 0;
     margin-top: 20px;
 }

 .uw-footer-content-top-left-tel .service-social a {
     display: inline-block;
     margin-right: 5px;
 }

 .uw-footer-content-top-left-tel .service-social i {
     width: 42px;
     height: 42px;
     position: relative;
     display: block;
 }

 .uw-footer-content-top-left-tel .service-wxewm {
     margin-top: 2%;
     overflow: hidden;
     position: relative;
 }

 .uw-footer-content-top-left-tel .service-wxewm li {
     list-style: none;
     margin: 0;
     padding: 0;
     position: relative;
     width: 20%;
     float: left;
     margin-right: 5%;
 }

 .uw-footer-content-top-left-tel .service-wxewm li:last-child {
     margin-right: 0;
 }

 .uw-footer-content-top-left-tel .service-wxewm li img {
     display: block;
 }

 .uw-footer-content-top-left-tel .service-wxewm li p {
     text-align: center;
     display: block;
     font-size: 12px;
     color: #4e4e4e;
     margin: 0;
     padding: 10px 0;
 }

 .uw-footer-content-top-right {
     position: relative;
     float: left;
     width: 70%;
 }

 .uw-footer-content-top-right-nav {
     overflow: hidden;
     text-align: right;
 }

 .uw-footer-content-top-right-nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
     display: inline-block;
     vertical-align: top;
     text-align: left;
     margin-left: 2%;
 }

 .uw-footer-content-top-right-nav ul:first-child {
     margin-left: 0;
 }

 .uw-footer-content-top-right-nav ul h4 {
     padding-bottom: 10px;
     font-weight: normal;
     margin: 0;
 }

 .uw-footer-content-top-right-nav ul li {
     list-style: none;
     margin: 0;
     padding: 2px 0;
 }

 .uw-footer-content-top-right-nav ul li a {
     opacity: .7;
 }

 .uw-footer-content-top-right-nav ul li a:hover {
     opacity: 1;
     color: #0cadfd;
 }

 .uw-footer-content-bottom {
     clear: both;
     padding: 20px 0 0px 0;
     overflow: hidden;
 }

 .uw-footer-content-bottom a {
     opacity: .7;
 }

 .uw-footer-content-bottom-left {
     float: left;
     width: 70%;
 }

 .uw-footer-content-bottom-left span {
     opacity: .7;
 }

 .uw-footer-content-bottom-right {
     float: right;
     width: 29%;
     text-align: right;
 }

 .uw-footer-content-bottom-right a {
     margin-left: 10px;
 }

 .uw-footer-content-bottom a:hover {
     opacity: 1;
 }

 .uw-title {
     margin: auto;
     display: inline-block;
 }

 .uw-title .uw-title-cn {
     font-weight: bold;
 }

 .uw-title .uw-title-en {
     font-weight: 800;
     text-transform: uppercase;
 }

 .uw-title .uw-titlecn {
     font-weight: 800;
     text-transform: uppercase;
     font-size: 48px;
 }

 .uw-title .uw-titleen {
     font-weight: 800;
     text-transform: uppercase;
     font-size: 30px;
 }

 .uw-title .uw-line-x {
     width: 100%;
     height: 3px;
     position: relative;
     margin: 10px 0;
 }

 .uw-title .uw-line-x::before {
     content: '';
     width: 30%;
     height: 3px;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
 }

 .uw-title .uw-text {
     padding-top: 30px;
     padding-bottom: 20px;
 }

 .uw-title .uw-text-cn {
     padding: 30px 0;
     line-height: 24px;
 }

 .uw-title .uw-text2 {
     padding-top: 30px;
     font-weight: bold;
 }

 .uw-title .uw-title-1 {
     padding: 20px 0;
     font-weight: bold;
 }

 /* index */

 .uw-index {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-index-swiper {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-index-swiper .swiper-wrapper {
     width: 100%;
     height: 100%;
 }

 .uw-index-swiper .swiper-slide {
     width: 100%;
     height: 100%;
 }

 .uw-index-banner-swiper {
     position: relative;
     width: 94%;
     height: 90%;
     height: calc(90% - 100px);
     margin-top: 100px;
 }

 .uw-index-banner-swiper .swiper-slide {
     position: relative;
 }

 .uw-index-banner-swiper .swiper-slide .text {
     position: absolute;
     left: 10%;
     top: 50%;
     z-index: 10;
     transform: translateY(-50%);
     width: 50%;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-1 {
     padding: 10px 0;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-2 {
     font-weight: bold;
     position: relative;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-2::before {
     content: '';
     display: block;
     width: 20%;
     height: 2px;
     position: absolute;
     bottom: 0;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-2::after {
     content: '';
     display: block;
     width: 100%;
     height: 2px;
     margin: 20px 0;
     opacity: .5;
 }

 .uw-index-banner-swiper .swiper-slide .video {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 1;
 }

 .uw-index-banner-swiper .swiper-slide .video video {
     width: 100%;
     height: 180%;
     object-fit: cover;
     position: absolute;
     left: 0;
     z-index: 5;
     top: -40%;
     opacity: 1;
 }

 .uw-index-banner-swiper .swiper-slide .img {
     position: relative;
 }

 .uw-index-banner-pagination {
     bottom: 4%;
     text-align: center;
     width: 100%;
 }

 .uw-index-banner-pagination span {
     outline: none;
 }

 .uw-index-banner-pagination span,
 .uw-index-swiper .uw-index-pagination span {
     border-radius: 0;
     margin: 0 10px;
 }

 .uw-index-swiper .uw-index-pagination span {
     outline: none;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-1 {
     transform: translateY(200px);
     opacity: 0;
     transition: all 0.2s;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-2 {
     transform: translateY(200px);
     opacity: 0;
     transition: all 0.6s;
 }

 .uw-index-banner-swiper .swiper-slide .text .viewmore {
     transform: translateY(200px);
     opacity: 0;
     transition: all 0.9s;
 }

 .uw-index-banner-swiper .swiper-slide.swiper-slide-active .text .title-1,
 .uw-index-banner-swiper .swiper-slide.swiper-slide-active .text .title-2,
 .uw-index-banner-swiper .swiper-slide.swiper-slide-active .text .viewmore {
     transform: translateY(0px);
     opacity: 1;
 }

 .uw-index-pagination {
     right: 1.2%;
     height: auto;
     width: auto;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-index-pagination span {
     display: block;
     margin: 10px 0;
     border-radius: 0;
 }

 .viewmore {
     margin: 20px auto;
     position: relative;
     overflow: hidden;
 }

 .viewmore a,
 .viewmore span {
     display: inline-block;
     width: 140px;
     height: 40px;
     line-height: 40px;
     text-align: center;
 }

 .uw-index-scroll {
     position: absolute;
     left: 5%;
     bottom: 4%;
     z-index: 10;
     width: 148px;
     height: 25px;
     background: url(/Other/en/static/images/scroll.png) center no-repeat;
 }

 .uw-index-product {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-width-content {
     position: relative;
     width: 94%;
     height: 100%;
     overflow: hidden;
     margin: auto;
     height: calc(100% - 100px);
     margin-top: 100px;
 }

 .uw-width-content .uw-content {
     width: 100%;
     position: absolute;
     left: 0;
     top: 0px;
     height: 100%;
     z-index: 11;
 }

 .uw-width-content .img {
     position: relative;
     width: 100%;
     height: 90%;
     overflow: hidden;
 }

 .uw-index-product .uw-width-content .img {
     height: 80%;
 }

 .uw-index-product-content {
     width: 90%;
     height: 100%;
     margin: auto;
     box-sizing: border-box;
 }

 .uw-index-product-content-left {
     width: 30%;
     overflow: hidden;
     position: absolute;
     left: 5%;
     top: 15%;
     z-index: 11;
 }

 .uw-index-product-content-left .uw-title {
     width: 100%;
 }

 .uw-index-product-nav {
     margin-top: 5%;
 }

 .uw-index-product-nav a {
     display: inline-block;
     margin-left: 4px;
     margin-bottom: 4px;
     padding: 2.5% 5%;
     width: 36%;
     opacity: .5;
 }

 .uw-index-product-nav a.cur {
     opacity: 1;
 }

 .uw-index-product-content-right {
     width: 66%;
     overflow: hidden;
     position: absolute;
     right: 0;
     bottom: 5%;
 }

 .uw-index-product-swiper {
     position: relative;
 }

 .uw-index-product-item {
     overflow: hidden;
 }

 .uw-index-product-item .text {
     text-align: center;
     width: 70%;
     margin: auto;
 }

 .uw-index-product-item .title-1 {
     padding-bottom: 10px;
     font-size: 28px;
 }

 .uw-index-product-item .text-2 {
     line-height: 24px;
 }

 .uw-index-product-item .viewmore a {
     display: inline-block;
 }

 .uw-index-product-item .pic {
     overflow: hidden;
 }

 .uw-index-product-item .pic img.img-block {
     width: auto;
     height: 100%;
 }

 .uw-index-techtnical {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-index-techtnical .uw-width-content .img {
     height: 80%;
 }

 .uw-index-techtnical-content {
     width: 90%;
     margin: 5% auto auto auto;
 }

 .uw-index-techtnical-content .uw-title {
     width: 50%;
 }

 .uw-index-techtnical-list {
     overflow: hidden;
     position: absolute;
     left: 5%;
     bottom: 5%;
     z-index: 20;
     width: 90%;
 }

 .uw-index-techtnical-item {
     float: left;
     width: 15%;
     margin: 0;
     border-left: 1px solid #cbcbcb;
 }

 .uw-index-techtnical-item:first-child {
     border: none;
 }

 .uw-index-techtnical-item a {
     background-color: #e2e2e2;
     display: block;
     overflow: hidden;
     padding: 5%;
 }

 .uw-index-techtnical-item .pic {
     position: relative;
     background-color: #000;
 }

 .uw-index-techtnical-item .text {
     position: relative;
 }

 .uw-index-techtnical-item .title-1 {
     position: relative;
     margin: 20px 0;
     font-weight: bold;
 }

 .uw-index-techtnical-item .title-1 i {
     display: block;
     width: 14px;
     height: 2px;
     position: absolute;
     right: 0;
     top: 50%;
     margin-top: -1px;
     display: none;
 }

 .uw-index-techtnical-item .title-1 i::before {
     content: '';
     width: 2px;
     height: 14px;
     position: absolute;
     left: 50%;
     margin-left: -1px;
     top: -6px;
     z-index: 11
 }

 .uw-index-techtnical-item .line-2 {
     position: relative;
     height: 2px;
     width: 100%;
 }

 .uw-index-techtnical-item .line-2::before {
     content: '';
     width: 0;
     height: 2px;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 11;
     transition: all .4s ease;
 }

 .uw-index-techtnical-item a.cur .line-2::before {
     width: 30%;
 }

 .uw-index-techtnical-img-swiper {
     position: relative;
 }

 .uw-index-about {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #efefef;
 }

 .uw-index-about-content {
     width: 90%;
     margin: 5% auto auto auto;
 }

 .uw-index-about-content .uw-title {
     width: 30%;
     text-align: justify;
 }

 .uw-index-about-bottom {
     overflow: hidden;
     position: absolute;
     right: 5%;
     bottom: 5%;
     z-index: 20;
     width: 70%;
     background: #fff;
 }

 .uw-index-about-bottom li {
     width: 25%;
     float: left;
     padding: 0;
     margin: 0;
     list-style: none;
     box-sizing: border-box;
     padding: 2%;
     border-left: 1px solid #ccc;
     position: relative;
     text-align: right;
 }

 .uw-index-about-bottom li:first-child {
     border: none;
 }

 .uw-index-about-bottom h5 {
     font-weight: normal;
     position: absolute;
     left: 10%;
     top: 1%;
     width: 50%;
     text-align: left;
 }

 .uw-index-about-bottom strong {
     display: inline-block;
     vertical-align: top;
 }

 .uw-index-about-bottom span {
     display: inline-block;
     vertical-align: top;
 }

 .uw-play {
     width: 98px;
     height: 98px;
     position: absolute;
     left: 60%;
     top: 50%;
     margin: -50px 0 0 -50px;
     z-index: 33;
     border: 2px solid #fff;
     background: url('/Other/en/static/images/play2.png') 55% center no-repeat;
     cursor: pointer;
 }

 .uw-play:hover {
     border: 2px solid #00a6fb;
     background: url('/Other/en/static/images/play2.png') 55% center no-repeat #00a6fb;
 }

 .uw-index-about-video {
     background: #000;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 999;
     width: 100%;
     height: 100%;
     transform: translateY(0);
     display: block;
     transition: all .4s ease;
 }

 .uw-index-about-video.cur {
     display: block;
     transform: translateY(-100%);
 }

 .uw-index-about-video video {
     position: absolute;
     width: 100%;
     height: 100%;
     margin: auto;
     left: 0;
     top: 0;
 }

 .uw-close {
     cursor: pointer;
     position: absolute;
     width: 40px;
     height: 40px;
     right: 2%;
     top: 3%;
     background: url(/Other/en/static/images/xxx.png) center no-repeat #fff;
     transition-duration: 0.5s;
     z-index: 1000;
 }

 .uw-close:hover {
     opacity: 0.5;
 }

 .uw-index-division {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #efefef;
 }

 .uw-index-division .img {
     background-color: #1f1f2e;
 }

 .uw-index-division-content {
     width: 90%;
     margin: 5% auto auto auto;
 }

 .uw-index-division-left {
     position: absolute;
     left: 5%;
     top: 35%;
     z-index: 20;
     width: 20%;
 }

 .uw-index-division-right {
     overflow: hidden;
     position: absolute;
     right: 5%;
     bottom: 5%;
     z-index: 20;
     width: 60%;
 }

 .uw-index-division-left .uw-title {
     text-align: justify;
 }

 .uw-index-division-item {
     float: left;
     width: 50%;
     overflow: hidden;
 }

 .uw-index-division-item a {
     display: block;
     overflow: hidden;
     background: #e6e6e6;
     position: relative;
 }

 .uw-index-division-item .text {
     position: absolute;
     left: 15%;
     top: 15%;
     z-index: 3;
     height: 80%;
     width: 70%;
 }

 .uw-index-division-item .num-1 {
     opacity: .1;
     position: absolute;
     left: 0%;
     bottom: 1%;
     z-index: 3;
 }

 .uw-index-division-item .title-1 {
     font-weight: bold;
 }

 .uw-index-division-item .viewmore {
     display: none;
 }

 .uw-index-division-item a:hover .viewmore {
     display: inline-block;
 }

 .uw-index-division-item a:hover .num-1 {
     left: 70%;
 }

 .uw-index-division-item .pic {
     overflow: hidden;
     position: relative;
 }

 .uw-index-division-item:nth-child(1) a {
     background-color: #e6e6e6;
 }

 .uw-index-division-item:nth-child(2) a {
     background-color: #d7d7d7;
 }

 .uw-index-division-item:nth-child(3) a {
     background-color: #dcdcdc;
 }

 .uw-index-division-item:nth-child(4) a {
     background-color: #e6e6e6;
 }

 .uw-index-division-item a:hover::before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 1;
     background: #0091db;
 }

 .uw-index-division-item a.cur {
     background-color: #0091db;
     color: #fff;
 }

 .uw-index-division-item a.cur .num-1 {
     left: 70%;
 }

 .uw-index-division-item a.cur .viewmore {
     display: inline-block;
 }

 .uw-index-news {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #d4d4d4;
 }

 .uw-index-news-content {
     width: 90%;
     margin: 5% auto auto auto;
 }

 .uw-index-news-top {
     overflow: hidden;
     position: absolute;
     left: 5%;
     top: 20%;
     z-index: 20;
     width: 90%;
 }

 .uw-index-news-top .viewmore {
     position: absolute;
     right: 0;
     bottom: 10%;
 }

 .uw-index-news-bottom {
     overflow: hidden;
     position: absolute;
     left: 5%;
     bottom: 5%;
     z-index: 20;
     width: 90%;
     padding-bottom: 3%;
 }

 .uw-index-news-item {
     width: 100%;
     overflow: hidden;
 }

 .uw-index-news-item a {
     display: block;
     background: #fff;
     padding: 5%;
     overflow: hidden;
     position: relative;
     margin-top: 20px;
 }

 .uw-index-news-item .pic {
     position: relative;
     background-color: #000;
 }

 .uw-index-news-item .pic .viewmore {
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 1;
     transform: translate(-50%, -55%);
     opacity: 0;
     color: #fff;
 }

 .uw-index-news-item .text {
     overflow: hidden;
     padding-top: 10px;
 }

 .uw-index-news-item .title-1 {
     padding-bottom: 10px;
     font-weight: bold;
 }

 .uw-index-news-item .date-1 {
     overflow: hidden;
 }

 .uw-index-news-item a:hover .viewmore {
     opacity: 1;
 }

 .uw-news-pagination {
     text-align: center;
     width: 100%;
     top: auto;
     bottom: 0;
 }

 .uw-news-pagination span {
     border-radius: 0;
     margin: 0 10px;
 }

 .uw-index-news-item a:hover {
     margin-top: 0px;
 }

 .uw-index-news .img {
     height: 80%;
 }

 /* product */

 .uw-prodcuts,
 .uw-prodcuts-detail {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-prodcuts .uw-title {
     position: absolute;
     left: 5%;
     top: 15%;
     z-index: 3;
     width: 30%;
 }

 .uw-prodcuts-nav {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     z-index: 10;
     background: #fff;
     padding: 3% 0;
     overflow: hidden;
 }

 .uw-prodcuts-nav-swiper {
     width: 90%;
     margin: auto;
     overflow: hidden;
 }

 .uw-prodcuts-nav-swiper a {
     width: 90%;
     margin: auto;
     display: block;
     overflow: hidden;
     position: relative;
     text-align: center;
     height: 140px;
     box-sizing: border-box;
     border: 1px solid #ccc;
 }

 .uw-prodcuts-nav-swiper a:hover {
     border: 1px solid #0091db;
     background: #0091db;
 }

 .uw-prodcuts-nav-swiper a span {
     position: absolute;
     display: block;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .uw-prodcuts-nav-swiper a:hover span {
     color: #fff;
 }

 .uw-product-text {
     margin-top: 10%;
 }

 .uw-product-text .title-1 {
     font-weight: bold;
     padding-bottom: 10px;
     position: relative;
     padding-right: 50px;
     display: inline-block;
 }

 .uw-product-text .title-1::after {
     content: '';
     width: 30px;
     height: 3px;
     background: #0091db;
     position: absolute;
     right: 0;
     top: 50%;
     margin-top: -5px;
 }

 .uw-product-text .text-2 {
     overflow: hidden;
     line-height: 26px;
 }

 .uw-product-left-nav {
     position: relative;
     margin-top: 3%;
     width: 100%;
 }

 .uw-product-left-nav li {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .uw-product-left-nav li a {
     display: block;
     padding: 10px;
     position: relative;
     overflow: hidden;
     color: #fff;
     font-size: 16px;
     opacity: .5;
 }

 .uw-product-left-nav li a::before {
     content: '';
     width: 4px;
     height: 4px;
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -2px;
     background: #fff;
     opacity: .4;
 }

 .uw-product-left-nav li a::after {
     content: '';
     width: 100%;
     height: 1px;
     position: absolute;
     left: 0;
     bottom: 0;
     background: #fff;
     opacity: .4;
 }

 .uw-product-left-nav li.cur a {
     color: #0091db;
     opacity: 1;
 }

 .uw-product-left-nav li a:hover {
     color: #0091db;
     opacity: 1;
 }

 .uw-product-left-nav li.cur a::after {
     background: #0091db;
     opacity: 1;
 }

 .uw-product-left-nav li a:hover::after {
     background: #0091db;
     opacity: 1;
 }

 .uw-product-right-type {
     position: absolute;
     right: 5%;
     top: 10%;
     width: 60%;
     height: 90%;
     z-index: 10;
 }

 .uw-product-right-swiper {
     overflow: hidden;
     height: 100%;
 }

 .uw-product-right-swiper .swiper-slide {
     height: 100%;
 }

 .uw-product-right-swiper .text {
     text-align: center;
     position: absolute;
     width: 60%;
     left: 20%;
     top: 10%;
     z-index: 33;
     text-align: center;
 }

 .uw-product-right-swiper .title-1 {
     padding-bottom: 10px;
     font-weight: bold;
 }

 .uw-product-right-swiper .text-2 {
     padding-bottom: 10px;
     line-height: 24px;
 }

 .uw-product-right-swiper .viewmore a {
     display: inline-block;
 }

 .uw-product-right-swiper .pic {
     position: absolute;
     left: 50%;
     bottom: 1%;
     z-index: 1;
     transform: translateX(-50%);
     width: 100%;
 }

 .uw-prodcuts .img {
     background-color: #ccc;
     height: 80%;
 }

 .uw-prodcuts-detail .img {
     background-color: #666;
     height: 90%;
 }

 .uw-prodcuts-detail .uw-title {
     position: absolute;
     left: 5%;
     top: 15%;
     z-index: 3;
     width: auto;
 }

 .uw-product-alllist {
     padding: 2% 0;
     overflow: hidden;
 }

 .uw-product-alllist-content {
     width: 80%;
     margin: auto;
 }

 .uw-prodcuts-type-nav {
     overflow: hidden;
     padding: 1% 0;
     border-bottom: 1px solid #ccc;
     width: 90%;
     margin: auto;
 }

 .uw-prodcuts-type-nav a {
     display: inline-block;
     vertical-align: middle;
     font-size: 15px;
     color: #666;
     text-align: center;
     margin-right: 0;
     padding: 10px 20px;
 }

 .uw-prodcuts-type-nav a.cur {
     background: #00a6fb;
     color: #fff;
 }

 .uw-product-alllist-list {
     padding: 3% 0;
     overflow: hidden;
     width: 90%;
     margin: 1% auto 5% auto;
 }

 .uw-product-alllist-item {
     overflow: hidden;
     margin-bottom: 4%;
     clear: both;
     background: #f1f1f1;
 }

 .uw-product-alllist-item a {
     display: block;
     overflow: hidden;
     color: #000;
 }

 .uw-product-alllist-item .img {
     float: left;
     width: 50%;
     overflow: hidden;
 }

 .uw-product-alllist-item .text {
     overflow: hidden;
     float: left;
     width: 40%;
     padding-left: 5%;
     padding-top: 5%;
 }

 .uw-product-alllist-item .title-1 {
     font-size: 30px;
     font-weight: bold;
 }

 .uw-product-alllist-item .text-2 {
     font-size: 14px;
     line-height: 24px;
     padding: 2% 0;
     color: #333;
 }

 .uw-product-alllist-item .viewmore span {
     background: #f1f1f1;
     border: 1px solid #ccc;
 }

 .uw-product-alllist-item .viewmore a {
     display: inline-block;
 }

 .uw-product-alllist-item .viewmore a:last-child {
     background: #00a6fb;
 }

 .uw-product-alllist-item a:hover .viewmore span {
     background: #00a6fb;
     border: 1px solid #00a6fb;
     color: #fff;
 }

 .uw-product-type-content {
     width: 90%;
     margin: auto;
     padding: 3% 0 5% 0;
     overflow: hidden;
 }

 .uw-product-item {
     overflow: hidden;
     float: left;
     width: 30%;
     margin-right: 3%;
     margin-bottom: 5%;
     position: relative;
 }

 .uw-product-item a {
     display: block;
 }

 .uw-product-item .img {
     position: relative;
     background-color: #f1f1f1;
 }

 .uw-product-item .img img.img-center {
     max-width: 80%;
     max-height: 80%;
 }

 .uw-product-item .title-1 {
     text-align: center;
     font-size: 18px;
     padding: 3% 0;
     font-weight: bold;
 }

 .uw-product-item a:hover .img img.img-center {
     transform: scale(1.1);
 }

 .uw-product-item a:hover .title-1 {
     color: #00a6fb;
 }

 .uw-product-alllist-list .uw-product-item {
     width: 19.2%;
     margin-right: 1%;
     margin-bottom: 1%;
 }

 .uw-product-alllist-list .uw-product-item.mr0 {
     margin-right: 0;
 }

 .uw-product-alllist-list .uw-product-item .title-1 {
     font-size: 14px;
 }

 .uw-product-alllist-list .uw-product-type-content {
     width: 100%;
     padding: 0;
     margin-bottom: 5%;
     margin-top: -3%;
 }

 .uw-detail-introduce {
     position: absolute;
     z-index: 50;
     width: 40%;
     left: 5%;
     top: 50%;
     overflow: hidden;
     transform: translateY(-65%);
     transition: all .4s ease;
 }

 .uw-detail-introduce.cur {
     transform: translateY(0);
 }

 .uw-detail-introduce.cur .texttop-click::after {
     transform: translateY(-100%) rotate(-90deg);
 }

 .uw-detail-introduce.cur .type-1 {
     display: none;
 }

 .uw-detail-introduce.hide {
     transform: translate(-100%, -65%);
 }

 .uw-detail-introduce.hide .texttop-click::after {
     transform: translateY(-50%) rotate(-90deg);
 }

 .uw-detail-introduce.hide .type-1,
 .uw-detail-introduce.hide .uw-line-x {
     display: none;
 }

 .uw-detail-introduce.hide .title-2 {
     padding: 0;
 }

 .uw-detail-introduce-content {
     overflow: hidden;
     padding: 5%;
     background: rgba(255, 255, 255, .8);
 }

 .uw-detail-introduce-content .texttop-click {
     overflow: hidden;
     position: relative;
     cursor: pointer;
 }

 .uw-detail-introduce-content .texttop-click::after {
     content: '';
     width: 34px;
     height: 18px;
     background: url('/Other/en/static/images/d2.png') center no-repeat;
     position: absolute;
     right: 5%;
     top: 0;
     transition: all .4s ease;
 }

 .uw-detail-introduce-content .type-1 {
     overflow: hidden;
 }

 .uw-detail-introduce-content .type-1 a {
     background: #ccc;
     font-size: 12px;
     display: inline-block;
     padding: 5px 20px;
     border-radius: 40px;
 }

 .uw-detail-introduce-content .title-2 {
     font-size: 30px;
     font-weight: bold;
     padding: 2% 0;
 }

 .uw-detail-introduce-content .uw-line-x {
     width: 100%;
     height: 3px;
     position: relative;
     margin: 10px 0;
     background: rgba(0, 0, 0, .2);
 }

 .uw-detail-introduce-content .uw-line-x::before {
     content: '';
     width: 30%;
     height: 3px;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
     background: #0091db;
 }

 .uw-detail-introduce-content .texttop-show {
     overflow: hidden;
 }

 .uw-detail-introduce-content .introduce-3 {
     font-size: 14px;
     line-height: 24px;
     overflow: hidden;
     position: relative;
 }

 .uw-detail-introduce-content .introduce-3 strong {
     display: block;
     color: #00a6fb;
     font-size: 20px;
     padding: 2% 0;
 }

 .uw-detail-introduce-content .link-4 {
     margin-top: 4%;
 }

 .uw-detail-introduce-content .link-4 a {
     display: inline-block;
     vertical-align: middle;
     margin-right: 3%;
     padding: 10px 20px;
     text-align: center;
     border: 1px solid #ccc;
     width: 15%;
 }

 .uw-detail-introduce-content .link-4 a span {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     margin-right: 10px;
 }

 .uw-detail-introduce-content .link-4 a i {
     display: inline-block;
     vertical-align: middle;
     background: url('/Other/en/static/images/donwload1.png') center no-repeat;
     background-size: 100%;
     width: 10px;
     height: 14px;
 }

 .uw-detail-introduce-content .link-4 a:first-child {
     border: 1px solid #28b6ff;
     background: #28b6ff;
 }

 .uw-detail-introduce-content .link-4 a:first-child i,
 .uw-detail-introduce-content .link-4 a:hover i {
     background: url('/Other/en/static/images/donwload.png') center no-repeat;
     background-size: 100%;
 }

 .uw-detail-introduce-content .link-4 a:first-child span {
     color: #fff;
 }

 .uw-detail-introduce-content .link-4 a:hover {
     border: 1px solid #333;
     background: #333;
 }

 .uw-detail-introduce-content .link-4 a:hover span {
     color: #fff;
 }

 .uw-advantage-characteristics {
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 5%;
     z-index: 10;
 }

 .uw-advantage-characteristics-swiper {
     width: 90%;
     margin: 0 5%;
     padding-bottom: 5%;
 }

 .advantage-characteristics-item {
     overflow: hidden;
     width: 100%;
 }

 .advantage-characteristics-item a {
     display: block;
     position: relative;
     overflow: hidden;
     background: rgba(200, 200, 200, .5);
     padding: 10%;
     color: #fff;
     margin-top: 100px;
 }

 .advantage-characteristics-item .num-1 {
     font-size: 48px;
     opacity: .5;
 }

 .advantage-characteristics-item .title-3 {
     font-size: 18px;
     position: relative;
     font-weight: bold;
     margin-top: 1%;
 }

 .advantage-characteristics-item .title-3::after {
     content: '';
     display: block;
     margin: 3% 0;
     width: 100%;
     height: 2px;
     background: #ccc;
 }

 .advantage-characteristics-item .text-4 {
     font-size: 14px;
     line-height: 24px;
     height: 0px;
     overflow: hidden;
 }

 .advantage-characteristics-item a:hover {
     background: #00a6fb;
     margin-top: 0px;
 }

 .advantage-characteristics-item a:hover .text-4 {
     height: 100px;
 }

 .uw-advantage-pagination .swiper-pagination-bullet {
     background: #ccc;
     opacity: 1;
     border-radius: 0;
 }

 .uw-advantage-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #00a6fb;
 }

 .uw-prodcuts-detail .uw-play {
     left: 50%;
     top: 50%;
     margin: -50px 0 0 -50px;
 }

 .uw-product-detail-banner {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 9;
     left: 0;
     top: 0;
     overflow: hidden;
 }

 .uw-product-banner-swiper {
     position: relative;
     width: 100%;
     height: 100%;
 }

 .product-detail-banner {
     overflow: hidden;
     background-size: 100%;
 }

 .uw-product-detail-banner .uw-banner-pagination {
     bottom: 15%;
     top: auto;
     text-align: center;
     width: 100%;
 }

 .uw-product-detail-banner .swiper-pagination-bullet {
     margin: 0 10px;
     border-radius: 0;
 }

 .uw-technical-parameter {
     position: absolute;
     right: 5%;
     bottom: 0;
     z-index: 10;
     width: 50%;
     overflow: hidden;
     background: rgba(0, 0, 0, .5);
     height: 90%;
 }

 .uw-technical-parameter-swiper {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100%;
 }

 .technical-parameter-item {
     color: #fff;
     width: 100%;
     padding: 5%;
     overflow: hidden;
     height: 100%;
     box-sizing: border-box;
 }

 .technical-parameter-item .item-top {
     border-bottom: 2px solid #fff;
     padding: 1% 0;
     overflow: hidden;
     position: relative;
 }

 .technical-parameter-item .title-1 {
     font-size: 30px;
     font-family: 'Conv_D-DINCondensed';
 }

 .technical-parameter-item .link-1 {
     position: absolute;
     right: 0;
     top: 50%;
     z-index: 2;
     transform: translateY(-50%);
     width: auto;
 }

 .technical-parameter-item .link-1 a {
     color: #fff;
     border: 1px solid #fff;
     padding: 5px 20px;
     font-size: 0;
     display: block;
 }

 .technical-parameter-item .link-1 span {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
 }

 .technical-parameter-item .link-1 i {
     display: inline-block;
     vertical-align: middle;
     background: url('/Other/en/static/images/donwload.png') center no-repeat;
     background-size: 100%;
     width: 10px;
     height: 16px;
     margin-left: 10px;
 }

 .technical-parameter-item .link-1 a:hover {
     background: #0091db;
     border: 1px solid #0091db;
 }

 .technical-parameter-item .item-list {
     padding: 2% 0 5% 0;
     overflow: hidden;
     height: 500px;
     overflow-y: auto;
     margin-top: 3%;
 }

 .technical-parameter-item .item-list .item-li {
     color: #fff;
     font-size: 14px;
     width: 40%;
     margin-right: 5%;
     margin-bottom: 2%;
     border-bottom: 1px solid #333;
     display: inline-block;
     vertical-align: top;
 }

 .technical-parameter-item .item-list .item-li span {
     display: block;
     opacity: .5;
 }

 .technical-parameter-item .item-list .item-li p {
     display: block;
 }

 .technical-parameter-item .item-list::-webkit-scrollbar {
     height: 4px;
     width: 4px;
     background: #333;
 }

 .technical-parameter-item .item-list::-webkit-scrollbar-button {
     height: 0;
     width: 5px;
     background: #333;
 }

 .technical-parameter-item .item-list::-webkit-scrollbar-thumb {
     background-color: #0091db;
     box-shadow: inset 1px 1px 0 #0091db, inset 0 -1px 0 #0091db;
 }

 .uw-technical-parameter-nav {
     margin-top: 5%;
     overflow: hidden;
     max-width: 90%;
 }

 .uw-technical-parameter-nav a {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     font-family: 'Conv_D-DINCondensed';
     color: #fff;
     border: 1px solid #fff;
     margin: 0 5px 5px 0px;
     text-align: center;
     padding: 2%;
     width: 26%;
 }

 .uw-technical-parameter-nav a.cur {
     background: #0091db;
     border: 1px solid #0091db
 }

 .uw-technical-parameter-nav a i {
     display: block;
     width: 100%;
     height: 80px;
     position: relative;
     background: #fff;
     margin-bottom: 10px;
 }

 .uw-technical-parameter-nav a i img {
     max-width: 80%;
     max-height: 90%;
 }

 .technical-parameter-item .item-title {
     border-bottom: 2px solid #fff;
     padding: 1% 0 2% 0;
     overflow: hidden;
     position: relative;
 }

 .technical-parameter-item li {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .technical-parameter-item li span:nth-child(2) {
     text-align: center;
 }

 .technical-parameter-item li span:last-child {
     text-align: right;
 }

 .technical-parameter-item .item-title li span {
     text-align: center;
 }

 .technical-parameter-item .item-title li span:first-child {
     text-align: left;
 }

 .technical-parameter-item .item-title li span,
 .technical-parameter-item .item-list li span {
     display: inline-block;
     vertical-align: middle;
     width: 33%;
     font-size: 16px;
 }

 .technical-parameter-item .item-list li {
     margin-bottom: 2%;
     border-bottom: 1px solid #333;
     padding-bottom: 2%;
     width: 90%;
 }

 .technical-parameter-item .item-pic {
     background: #fff;
     margin-bottom: 5%;
     width: 50%;
 }

 .uw-application-area {
     position: absolute;
     right: 0;
     top: 0;
     width: 60%;
     height: 100%;
     z-index: 11;
 }

 .uw-application-area-swiper {
     overflow: hidden;
     width: 100%;
     height: 100%;
 }

 .uw-application-area-swiper .application-area {
     width: 100%;
     height: 100%;
     position: relative;
     background-size: cover;
 }

 .uw-application-area-swiper .application-area img.img-block {
     width: 100%;
     height: 100%;
     display: block;
 }

 .uw-application-pagination span {
     border-radius: 0;
 }

 .uw-application-area-nav {
     width: 500px;
     overflow: hidden;
     margin-top: 5%;
 }

 .uw-application-area-nav a {
     display: block;
     overflow: hidden;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
     width: 40%;
     padding: 3%;
     box-sizing: border-box;
     background: rgba(0, 0, 0, .3);
 }

 .uw-application-area-nav i {
     display: block;
     width: 100%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .uw-application-area-nav span {
     display: block;
     font-size: 14px;
     color: #fff;
     padding-top: 4%;
     overflow: hidden;
     text-align: center;
 }

 .uw-application-area-nav a.cur {
     background: #0091db;
 }

 .uw-data-download {
     position: absolute;
     width: 90%;
     left: .5%;
     bottom: 5%;
     z-index: 11;
 }

 .uw-data-download-content {
     overflow: hidden;
     padding: 5%;
 }

 .uw-data-download-left {
     float: left;
     width: 40%;
     background: #fff;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
 }

 .uw-data-download-left a {
     display: block;
     padding: 5%;
     overflow: hidden;
 }

 .uw-data-download-left .fengmian-1 {
     float: left;
     width: 30%;
     padding-right: 5px;
     padding-bottom: 5px;
     position: relative;
 }

 .uw-data-download-left .fengmian-1::after {
     content: '';
     position: absolute;
     right: 0;
     bottom: 0;
     width: 98%;
     height: 98%;
     background: #ccc;
 }

 .uw-data-download-left .fengmian-1 img {
     z-index: 3;
     position: relative;
 }

 .uw-data-download-left .text-6 {
     float: left;
     padding: 5%;
     width: 50%;
 }

 .uw-data-download-left .title-6 {
     font-size: 18px;
     font-weight: bold;
 }

 .uw-data-download-left .link-6 {
     margin-top: 15%;
     overflow: hidden;
     padding: 10px 30px;
     font-size: 0;
     display: inline-block;
     border: 1px solid #ccc;
 }

 .uw-data-download-left .link-6 span {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
 }

 .uw-data-download-left .link-6 i {
     display: inline-block;
     vertical-align: middle;
     background: url('/Other/en/static/images/donwload1.png') center no-repeat;
     background-size: 100%;
     width: 10px;
     height: 16px;
     margin-left: 10px;
 }

 .uw-data-download-left a:hover .link-6 {
     background: #0091db;
     border: 1px solid #0091db;
 }

 .uw-data-download-left a:hover .link-6 span {
     color: #fff;
 }

 .uw-data-download-left a:hover .link-6 i {
     background: url('/Other/en/static/images/donwload.png') center no-repeat;
     background-size: 100%;
 }

 .uw-data-download-right {
     margin-left: 3%;
     background: #fff;
     padding: 2.4% 5%;
     float: left;
     width: 45%;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
 }

 .uw-data-download-right a {
     display: block;
     position: relative;
     overflow: hidden;
     border-bottom: 1px solid #ccc;
     padding: 2% 0;
 }

 .uw-data-download-right .title-6 {
     font-size: 16px;
     font-weight: bold;
 }

 .uw-data-download-right .link-6 {
     overflow: hidden;
     font-size: 0;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-data-download-right .link-6 span {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
 }

 .uw-data-download-right .link-6 i {
     display: inline-block;
     vertical-align: middle;
     background: url('/Other/en/static/images/donwload1.png') center no-repeat;
     background-size: 100%;
     width: 10px;
     height: 16px;
     margin-left: 10px;
 }

 .uw-data-download-right a:hover .title-6 {
     color: #0091db;
 }

 .uw-data-download-right a:hover {
     border-bottom: 1px solid #0091db;
 }

 .uw-related-products {
     overflow: hidden;
     position: absolute;
     width: 100%;
     bottom: 10%;
     z-index: 10;
 }

 .uw-related-products-swiper {
     width: 90%;
     margin: auto;
 }

 .related-products-item {
     overflow: hidden;
 }

 .related-products-item a {
     display: block;
     position: relative;
 }

 .related-products-item .products-1 {
     position: relative;
     background: #fff;
 }

 .related-products-item .title-2 {
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 10%;
     font-size: 16px;
     font-weight: bold;
     color: #000;
     z-index: 11;
     text-align: center;
 }

 .related-products-item a:hover img.img-center {
     transform: scale(1.1);
 }

 .related-products-item a:hover .title-2 {
     color: #00a6fb;
 }

 .related-prev,
 .related-next {
     position: absolute;
     right: 5%;
     top: 25%;
     z-index: 20;
     width: 50px;
     height: 50px;
     background: #00a6fb;
     left: auto;
 }

 .related-prev::after,
 .related-next::after {
     font-size: 24px;
     color: #fff;
 }

 .related-next.swiper-button-disabled,
 .related-prev.swiper-button-disabled {
     background: #ccc;
 }

 .related-prev {
     right: 8%;
 }

 .related-next {
     right: 5%;
 }

 .uw-technological-process {
     position: absolute;
     right: 5%;
     top: 50%;
     z-index: 10;
     width: 60%;
     font-size: 0;
     text-align: center;
     transform: translateY(-50%);
 }

 .uw-technological-process img {
     display: inline-block;
     max-height: 100%;
     max-width: 100%;
     width: auto;
     height: auto;
 }

 /* about */

 .uw-aboutus {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-aboutus .uw-title {
     position: absolute;
     left: 5%;
     top: 25%;
     z-index: 3;
 }

 .uw-aboutus-content {
     z-index: 5;
     position: relative;
 }

 .uw-aboutus-content,
 .uw-aboutus-content * {
     transition: all .4s ease;
 }

 .uw-aboutus-content {
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
     background: #fff;
     width: 90%;
     position: absolute;
     left: 5%;
     bottom: 5%;
 }

 .uw-aboutus-company-profile {
     padding: 3% 5%;
     overflow: hidden;
 }

 .uw-aboutus-content-left {
     float: left;
     width: 20%;
 }

 .uw-aboutus-content-left .title-1 {
     padding-bottom: 5px;
 }

 .uw-aboutus-content-left .title-2 {
     text-transform: uppercase;
     opacity: .2;
 }

 .uw-aboutus-content-right {
     float: right;
     width: 70%;
     height: 150px;
     line-height: 22px;
     text-align: justify;
     overflow: hidden;
 }

 .uw-aboutus-content-right p {
     margin: 0;
     padding: 0;
 }

 .uw-aboutus-content:hover .uw-aboutus-content-right {
     height: 340px;
 }

 .uw-path-content {
     position: absolute;
     left: 5%;
     top: 0;
     width: 90%;
     padding: 1% 0;
     overflow: hidden;
     z-index: 30;
     border-bottom: 1px solid rgba(255, 255, 255, .3);
 }

 .uw-path-content a {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     text-transform: uppercase;
 }

 .uw-path-content a::after {
     content: '>';
     display: inline-block;
     vertical-align: bottom;
     font-size: 14px;
     color: #fff;
     margin: 0 10px;
     opacity: .4;
 }

 .uw-division-content {
     position: relative;
     width: 100%;
     height: 94%;
     overflow: hidden;
 }

 .uw-division-swiper {
     position: relative;
     height: 100%;
 }

 .uw-division-swiper .text {
     position: absolute;
     width: 60%;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     left: 20%;
     z-index: 10;
 }

 .uw-division-swiper .title-1 {
     padding-bottom: 25px;
     font-weight: bold;
 }

 .uw-division-swiper .text-2 {
     line-height: 30px;
 }

 .uw-division-swiper .img,
 .uw-division-swiper .img img {
     height: 100%;
 }

 .uw-division-swiper .swiper-button-next {
     right: 5%;
 }

 .uw-division-swiper .swiper-button-prev {
     left: 5%;
 }

 .uw-division-nav {
     font-size: 0;
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 10%;
     z-index: 11;
     text-align: center;
 }

 .uw-division-nav a {
     display: inline-block;
     vertical-align: middle;
     padding: 10px 3%;
     overflow: hidden;
     background: #fff;
     margin-right: 1px;
 }

 .uw-division-nav a.cur {
     color: #fff;
     background: #0091db;
 }

 .uw-division4-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-division4-content .img {
     height: 94%;
 }

 .uw-division4-content .uw-title {
     text-align: center;
     left: 0;
     top: 15%;
     width: 100%;
 }

 .uw-division4-nav {
     font-size: 0;
     position: relative;
     width: 100%;
     text-align: center;
     margin: 30px auto auto;
 }

 .uw-division4-nav a {
     display: inline-block;
     vertical-align: middle;
     padding: 11px 1%;
     overflow: hidden;
     background: #fff;
     margin-right: 1px;
 }

 .uw-division4-nav a.cur {
     color: #fff;
     background: #0091db;
 }

 .uw-division4-bottom {
     background: #f0f0f0;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: 5%;
     z-index: 11;
     padding: 3% 0;
     overflow: hidden;
 }

 .uw-division4-bottom .swiper-button-next {
     right: 5%;
 }

 .uw-division4-bottom .swiper-button-prev {
     left: 5%;
 }

 .uw-division4-swiper {
     text-align: center;
     width: 60%;
     margin: auto;
 }

 .uw-division4-swiper .text-1 {
     padding-bottom: 5px;
 }

 .uw-division4-swiper .title-2 {
     overflow: hidden;
     margin: 10px auto;
 }

 .uw-division4-swiper .title-2 strong {
     padding: 10px 0;
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     display: inline-block;
 }

 .uw-division4-swiper .text-2 {
     line-height: 22px;
     margin-top: 20px;
 }

 .uw-about-technical {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-about-technical .img {
     position: relative;
 }

 .uw-about-technical .swiper-button-next {
     right: 5%;
 }

 .uw-about-technical .swiper-button-prev {
     left: 5%;
 }

 .uw-technical-content {
     position: relative;
     width: 100%;
     height: 94%;
     overflow: hidden;
 }

 .uw-technical-content .uw-title {
     top: 15%;
     position: absolute;
     left: 5%;
     z-index: 22;
     width: 80%;
 }

 .uw-technical-nav {
     position: absolute;
     width: 90%;
     left: 5%;
     bottom: 5%;
     z-index: 11;
     padding: 2% 0;
     overflow: hidden;
     background: #fff;
     text-align: center;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
 }

 .uw-technical-nav-swiper {
     width: 90%;
     margin: auto;
 }

 .uw-technical-nav-swiper::after {
     content: '';
     width: 10px;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     background: #fff;
     z-index: 1;
 }

 .uw-technical-nav-swiper strong {
     padding: 10px 0;
     display: inline-block;
     cursor: pointer;
 }

 .uw-technical-img-swiper .img {
     height: 100%;
 }

 .uw-technical-nav-swiper .swiper-slide-thumb-active strong {
     border-bottom: 2px solid #0091db;
 }

 .uw-technical-nav-swiper .swiper-slide::after {
     content: '';
     width: 1px;
     height: 90%;
     position: absolute;
     right: 0;
     top: 5%;
     background: #ccc;
 }

 .uw-technical-text {
     position: relative;
     margin-top: 2%;
 }

 .uw-technical-text .title-1 {
     padding-bottom: 5px;
 }

 .uw-technical-text .title-2 {
     padding-bottom: 20px;
     opacity: .8;
 }

 .uw-technical-text .text-3 {
     line-height: 22px;
     opacity: .8;
 }

 .uw-about-history {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-history-content {
     position: relative;
     width: 100%;
     height: 94%;
     overflow: hidden;
 }

 .uw-history-content .uw-title {
     top: 15%;
     position: absolute;
     left: 5%;
     z-index: 22;
 }

 .uw-history-list {
     width: 100%;
     position: absolute;
     left: 0;
     bottom: 2.5%;
     z-index: 20;
     text-align: center;
 }

 .uw-history-list-top {
     position: relative;
 }

 .uw-history-list-top .swiper-button-next {
     right: 30%;
 }

 .uw-history-list-top .swiper-button-prev {
     left: 30%;
 }

 .uw-history-list-swiper {
     position: relative;
 }

 .uw-history-list-swiper .data-1 {
     padding-bottom: 10px;
 }

 .uw-history-list-swiper .text-2 {
     overflow: hidden;
     line-height: 24px;
     font-size: 14px;
 }

 .uw-history-list-swiper .text-2 p {
     margin: 0;
     padding: 0;
 }

 .uw-history-list-swiper .text-2::after {
     content: '';
     width: 34px;
     height: 38px;
     display: block;
     margin: 30px auto auto;
     background-image: url('/Other/en/static/images/down1.png');
     background-repeat: no-repeat;
     background-position: center;
 }

 .uw-history-list-bottom {
     overflow: hidden;
     position: relative;
     margin-top: 1%;
     background: url('/Other/en/static/images/timeline.png') center 10px no-repeat;
 }

 .uw-history-nav-swiper {
     overflow: hidden;
     width: 77%;
     margin: auto;
 }

 .uw-history-nav-swiper .swiper-slide {
     position: relative;
     cursor: pointer;
     margin-left: .5px;
 }

 .uw-history-nav-swiper .swiper-slide .point-1 {
     margin: auto;
     position: relative;
     margin-top: 30px;
 }

 .uw-history-nav-swiper .swiper-slide .point-1 i {
     display: block;
     margin: auto;
     width: 20px;
     height: 20px;
     border-radius: 100%;
     background: #a9a9a9;
     border: 5px solid #e0e0e0;
 }

 .uw-history-nav-swiper .swiper-slide .point-1::after {
     content: '';
     width: 60px;
     height: 60px;
     border-radius: 100%;
     border: 1px solid #fff;
     position: absolute;
     left: 50%;
     top: 50%;
     box-sizing: border-box;
     margin: -30px 0 0 -30px;
     display: none;
 }

 .uw-history-nav-swiper .swiper-slide-thumb-active .point-1::after {
     display: block;
 }

 .uw-history-nav-swiper .swiper-slide .data-2 {
     margin-top: 20px;
 }

 .uw-history-nav-swiper .swiper-slide-thumb-active .point-1 i {
     background: #0091db;
     border: 5px solid #fff;
 }

 .uw-about-business {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-business-content {
     position: relative;
     width: 100%;
     height: 94%;
     overflow: hidden;
 }

 .uw-business-content .uw-title {
     top: 15%;
     position: absolute;
     left: 5%;
     z-index: 22;
     width: 25%;
 }

 .uw-business-content .map {
     position: absolute;
     width: 60%;
     height: 100%;
     right: 3%;
     top: 15%;
     z-index: 1;
 }

 .uw-business-content .map img {
     width: auto;
 }

 .uw-addmap {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden;
     left: 0;
     top: 0;
     z-index: 2;
 }

 .uw-point {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
 }

 .uw-point a {
     display: block;
     position: relative;
 }

 .uw-point i {
     display: block;
     width: 10px;
     height: 10px;
     border-radius: 100%;
     margin: 10px auto;
     background: #0091db;
     position: relative;
 }

 .uw-point i::after {
     content: '';
     width: 80px;
     height: 80px;
     border-radius: 100%;
     background: #0091db;
     position: absolute;
     left: 50%;
     top: 50%;
     opacity: .5;
     transform: translate(-50%, -50%);
 }

 .uw-point span {
     display: block;
     margin-top: -5px;
 }

 .uw-point.point1 {
     left: 69%;
     top: 35%;
 }

 .uw-point.point2 {
     left: 75%;
     top: 39%;
 }

 .uw-point.point3 {
     left: 72%;
     top: 25%;
 }

 .uw-point.point4 {
     left: 67%;
     top: 15%;
 }

 .uw-point.point5 {
     left: 83%;
     top: 45%;
 }

 .uw-point.point6 {
     left: 65%;
     top: 28%;
 }

 .uw-point.point7 {
     left: 58%;
     top: 48%;
 }

 .uw-point.point8 {
     left: 72%;
     top: 50%;
 }

 .uw-point.point9 {
     left: 35%;
     top: 58%;
 }

 .uw-point.point10 {
     left: 18%;
     top: 43%;
 }

 .uw-point.point11 {
     left: 65%;
     top: 59%;
 }

 .uw-point.point12 {
     left: 25%;
     top: 15%;
     display: none;
 }

 .uw-point.point13 {
     left: 80%;
     top: 45%;
     display: none;
 }

 .uw-point.point14 {
     left: 65%;
     top: 45%;
     display: none;
 }

 .uw-point.point15 {
     left: 70%;
     top: 35%;
     display: none;
 }

 .uw-point.point16 {
     left: 30%;
     top: 30%;
     display: none;
 }

 .uw-point.point17 {
     left: 23%;
     top: 54%;
     display: none;
 }

 .uw-point.point18 {
     left: 35%;
     top: 15%;
     display: none;
 }

 .uw-point.point1 i::after {
     animation: yuanfangda 1500ms infinite ease;
 }

 .uw-point.point2 i::after {
     animation: yuanfangda 2000ms infinite ease;
 }

 .uw-point.point3 i::after {
     animation: yuanfangda 1400ms infinite ease;
 }

 .uw-point.point4 i::after {
     animation: yuanfangda 1300ms infinite ease;
 }

 .uw-point.point5 i::after {
     animation: yuanfangda 2000ms infinite ease;
 }

 .uw-point.point6 i::after {
     animation: yuanfangda 1600ms infinite ease;
 }

 .uw-point.point7 i::after {
     animation: yuanfangda 2000ms infinite ease;
 }

 .uw-point.point8 i::after {
     animation: yuanfangda 1800ms infinite ease;
 }

 .uw-point.point9 i::after {
     animation: yuanfangda 1900ms infinite ease;
 }

 .uw-point.point10 i::after {
     animation: yuanfangda 1300ms infinite ease;
 }

 .uw-point.point11 i::after {
     animation: yuanfangda 1200ms infinite ease;
 }

 .uw-point.point12 i::after {
     animation: yuanfangda 1400ms infinite ease;
 }

 .uw-point.point13 i::after {
     animation: yuanfangda 1500ms infinite ease;
 }

 .uw-point.point14 i::after {
     animation: yuanfangda 1600ms infinite ease;
 }

 .uw-point.point15 i::after {
     animation: yuanfangda 1700ms infinite ease;
 }

 .uw-point.point16 i::after {
     animation: yuanfangda 1500ms infinite ease;
 }

 .uw-point.point17 i::after {
     animation: yuanfangda 1600ms infinite ease;
 }

 .uw-point.point18 i::after {
     animation: yuanfangda 1700ms infinite ease;
 }

 .uw-business-bottom {
     position: absolute;
     padding: 2% 0;
     width: 100%;
     left: 0;
     bottom: 5%;
     z-index: 11;
     background: #e0e0e0;
 }

 .uw-business-bottom-swiper {
     position: relative;
     width: 90%;
     margin: auto;
 }

 .uw-business-bottom-swiper .guoqi {
     position: relative;
     width: 80%;
     margin: auto;
 }

 .uw-business-bottom-swiper .guoqi span {
     display: block;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     font-size: 24px;
     font-weight: bold;
 }

 .uw-business-bottom-swiper .guoqi img {
     display: block;
 }

 .uw-business-bottom-swiper .swiper-slide-active .guoqi span {
     display: block;
 }

 .uw-business-bottom-swiper.swiper-container-free-mode>.swiper-wrapper {
     -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
     -ms-transition-timing-function: linear;
     -o-transition-timing-function: linear;
     transition-timing-function: linear;
 }

 .uw-about-honor {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-honor-content {
     position: relative;
     width: 100%;
     height: 94%;
     overflow: hidden;
 }

 .uw-honor-content .uw-title {
     top: 15%;
     position: absolute;
     left: 5%;
     z-index: 22;
     width: auto;
 }

 .uw-honor-content .uw-title {
     width: 30%;
 }

 .uw-honor-content .img {
     background: #4e4e4e;
 }

 .uw-honor-type {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden;
     left: 0;
     top: 0;
 }

 .uw-honor-type-swiper {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-honor-list {
     width: 60%;
     height: 90%;
     overflow: hidden;
     position: absolute;
     right: 5%;
     top: 10%;
     z-index: 22;
     text-align: center;
 }

 .uw-honor-swiper {
     position: relative;
     overflow: visible;
 }

 .uw-honor-swiper .swiper-slide::after {
     content: '';
     width: 388px;
     height: 214px;
     position: absolute;
     left: 0px;
     bottom: -110px;
     background: url('/Other/en/static/upload/honorb1.png') left top no-repeat;
 }

 .uw-honor-item {
     position: relative;
     width: 80%;
     margin-left: 1%;
 }

 .uw-honor-item a {
     display: block;
     overflow: hidden;
 }

 .uw-honor-item .honor-1 {
     overflow: hidden;
     font-size: 0;
     position: relative;
 }

 .uw-honor-item .honor-1 img {
     display: inline-block;
     max-width: 90%;
     max-height: 300px;
 }

 .uw-honor-item .bottom-2 {
     padding: 30px 0;
 }

 .uw-honor-item .title-1 {
     padding: 10px 0;
 }

 .uw-honor-item .zoom {
     width: 60px;
     height: 60px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     background: url('/Other/en/static/images/ss.png') center no-repeat rgba(0, 145, 219, 0.4);
     opacity: 0;
 }

 .uw-honor-item a:hover .zoom {
     opacity: 1;
     border-radius: 100%;
 }

 .uw-honor-item.uhi1 {
     margin-top: 70%;
 }

 .uw-honor-item.uhi3 {
     margin-top: 70%;
 }

 .uw-honor-nav {
     width: 200px;
     margin-top: 10%;
 }

 .uw-honor-nav a {
     display: block;
     margin-bottom: 10px;
     border: 1px solid #fff;
     color: #fff;
     text-align: center;
     padding: 5% 3%;
     overflow: hidden;
     opacity: .5;
 }

 .uw-honor-nav a.cur {
     background: #0091db;
     border: 1px solid #0091db;
     opacity: 1;
 }

 .uw-honor-content .swiper-button-prev,
 .uw-honor-content .swiper-button-next {
     z-index: 99;
     top: 60%;
 }

 .uw-honor-content .swiper-button-next {
     right: 3%;
 }

 .uw-honor-content .swiper-button-prev {
     left: 5%;
 }

 .uw-about-culture {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-culture-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-culture-content .img {
     height: 100%;
     background: transparent;
 }

 .uw-culture-top {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 79%;
 }

 .uw-culture-top-left {
     float: left;
     width: 60%;
     height: 100%;
 }

 .uw-culture-item {
     float: left;
     width: 33.3333%;
     height: 50%;
     overflow: hidden;
     position: relative;
 }

 .uw-culture-item .text {
     position: absolute;
     z-index: 3;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .uw-culture-item .title-1 {
     font-weight: bold;
 }

 .uw-culture-item .text-2 {
     padding-top: 20px;
 }

 .uw-culture-item .pic {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100%;
 }

 .uw-culture-top-right {
     float: right;
     width: 40%;
     position: relative;
     background: #000;
     height: 100%;
 }

 .uw-culture-top-right .uw-title {
     position: absolute;
     z-index: 22;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .uw-culture-top-right .pic {
     width: 100%;
     height: 100%;
 }

 .uw-culture-item.uci1 {
     background: #8a8a7e;
 }

 .uw-culture-item.uci2 {
     background: #000;
 }

 .uw-culture-item.uci3 {
     background: #61615b;
 }

 .uw-culture-item.uci4 {
     background: #a4c6df;
 }

 .uw-culture-item.uci5 {
     background: #478fad;
 }

 .uw-culture-item.uci6 {
     background: #c6c6c6;
 }

 .uw-culture-bottom {
     position: absolute;
     z-index: 10;
     left: 0;
     bottom: 5%;
     width: 100%;
     padding: 1.5% 0;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-culture-swiper {
     width: 90%;
     margin: auto;
 }

 .uw-culture-swiper .text {
     background: rgba(255, 255, 255, .3);
     border: 1px solid #ccc;
     box-sizing: border-box;
     padding: 5% 10%;
     overflow: hidden;
     width: 96%;
     margin: auto;
 }

 .uw-culture-swiper .title-1 {
     padding-bottom: 5px;
 }

 .uw-culture-swiper .text-2 {
     overflow: hidden;
 }

 .uw-culture-bottom .swiper-button-next {
     right: 1%;
 }

 .uw-culture-bottom .swiper-button-prev {
     left: 1%;
 }

 .uw-about-team {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-team-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-team-content .uw-title {
     position: absolute;
     width: auto;
     left: 5%;
     top: 5%;
 }

 .uw-team-content .img {
     height: 94%;
     background: #e0e0e0;
 }

 .uw-team-list {
     position: absolute;
     width: 100%;
     height: 75%;
     overflow: hidden;
     bottom: 0;
     left: 0;
 }

 .uw-team-item {
     position: relative;
     float: left;
     overflow: hidden;
     width: 12.5%;
     height: 33.33333%;
 }

 .uw-team-item a {
     display: block;
     overflow: hidden;
     position: relative;
     background: #e0e0e0;
 }

 .uw-team-item .text {
     position: absolute;
     z-index: 10;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 60%;
 }

 .uw-team-item .name-1 {
     font-weight: bold;
     padding-bottom: 10px;
 }

 .uw-team-item .text-2 {
     opacity: .6;
 }

 .uw-team-item .pic {
     overflow: hidden;
     height: 100%;
     background-color: #000;
 }

 .uw-team-item.uti2 .pic {
     background-color: transparent;
 }

 .uw-team-item.uti3 .pic {
     background-color: #ccc;
 }

 .uw-team-item a:hover .pic {
     transform: scale(1.1);
     background-color: #00a6fb;
 }

 .uw-team-item.uti3 a:hover .pic {
     background-color: #00a6fb;
 }

 .uw-team-item a:hover .name-1 {
     color: #fff;
 }

 .uw-team-item a:hover .text-2 {
     color: #fff;
 }

 .uw-about-environment {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-environment-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-environment-content .uw-title {
     top: auto;
     bottom: 15%;
     position: absolute;
     left: 5%;
     z-index: 22;
     width: auto;
     padding: 2%;
     background: rgba(0, 0, 0, .3);
 }

 .uw-environment-content .img {
     overflow: hidden;
 }

 .uw-environment-pics {
     position: relative;
     height: 100%;
 }

 .uw-environment-swiper {
     overflow: hidden;
     height: 100%;
 }

 .uw-environment-swiper .pic {
     position: relative;
     height: 100%;
     background: #ccc;
 }

 .uw-environment-pagination {
     bottom: 5%;
     text-align: center;
     width: auto;
     left: 50%;
     transform: translateX(-50%);
     font-size: 0;
     height: 10px;
 }

 .uw-environment-pagination span {
     border-radius: 0;
     margin: 0 10px;
     transition: all .4s;
 }

 .popup-window {
     position: fixed;
     top: -100%;
     right: 0;
     z-index: 9999;
     width: 100%;
     height: 100%;
     display: block;
     overflow: hidden;
     transition: all .4s;
 }

 .popup-window.cur {
     top: 0;
     background: rgba(21, 33, 66, .5);
 }

 .popup-window-content {
     background: #fff;
     width: 60%;
     overflow: hidden;
     margin: auto;
     position: relative;
     z-index: 10;
     transform: translateY(-50%);
     top: 50%;
 }

 .popup-close {
     z-index: 1;
     width: 30px;
     height: 30px;
     background: url("/Other/en/static/images/xx.png") center no-repeat;
     background-size: 40%;
     text-align: center;
     padding: 10px;
     position: absolute;
     right: 1%;
     display: block;
     top: 25px;
     cursor: pointer;
     transition: all .4s;
 }

 .popup-close:hover {
     transform: rotate(180deg);
 }

 .popup-window-mark {
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
 }

 .team-popup {
     overflow: hidden;
     padding: 5%;
 }

 .team-popup-item {
     overflow: hidden;
 }

 .team-popup-left {
     float: left;
     width: 40%;
     overflow: hidden;
 }

 .team-popup-right {
     float: right;
     width: 55%;
 }

 .team-popup-right .text {
     margin-top: 5%;
 }

 .team-popup-right .title-1 {
     font-size: 24px;
     font-weight: bold;
 }

 .team-popup-right .title-2 {
     font-size: 18px;
     color: #666;
 }

 .team-popup-right .text-3 {
     font-size: 14px;
     line-height: 24px;
     color: #000;
     padding-top: 5%;
 }

 .uw-environment {
     width: 86%;
     margin: auto;
     overflow: hidden;
 }

 .uw-environment-detail-content {
     padding: 5% 0;
     overflow: hidden;
     column-count: 4;
     column-gap: 20px;
 }

 .uw-environment-item {
     float: left;
     width: 100%;
     margin-bottom: 20px;
     overflow: hidden;
 }

 .uw-environment-item.mr0 {
     margin-bottom: 0;
 }

 .uw-environment-item a {
     display: block;
     position: relative;
 }

 .uw-environment-item .img {
     overflow: hidden;
     background-color: #000;
 }

 .uw-environment-item .text {
     position: absolute;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, .5);
     z-index: 10;
     padding: 5%;
     text-align: center;
     width: 90%;
 }

 .uw-environment-item .title-1 {
     color: #fff;
     font-size: 14px;
     font-weight: 900;
 }

 .uw-environment-item a:hover .img img {
     opacity: .8;
     transform: scale(1.1);
 }

 /* news */

 .uw-news {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-news-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-news-content .uw-title {
     top: 15%;
     position: absolute;
     left: 5%;
     z-index: 22;
     width: auto;
     width: 25%;
 }

 .uw-news-content .uw-title.center {
     top: 50%;
     position: absolute;
     left: 50%;
     z-index: 22;
     width: auto;
     transform: translate(-50%, -70%);
     text-align: center;
 }

 .uw-news-content .uw-title.center .uw-line-x::before {
     left: 50%;
     margin-left: -15%;
 }

 .uw-news-title {
     overflow: hidden;
 }

 .uw-news-title .title-1 {
     font-weight: bold;
     padding-top: 20px;
 }

 .uw-news-title .viewmore {
     margin-top: 20px;
 }

 .uw-news-title .viewmore a {
     display: inline-block;
 }

 .uw-news-information {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-news-information .img {
     background: #fff;
 }

 .uw-news-information .uw-title .uw-line-x {
     background: rgba(0, 0, 0, .2);
 }

 .uw-news-information-list {
     position: absolute;
     width: 65%;
     right: 1%;
     top: 0;
     z-index: 11;
     overflow: hidden;
     height: 90%;
 }

 .uw-news-information-item {
     position: relative;
     float: left;
     width: 30%;
     margin: 0 2% 2% 0;
 }

 .uw-news-information-item a {
     display: block;
     overflow: hidden;
 }

 .uw-news-information-item .pic {
     position: relative;
     background-color: #000;
 }

 .uw-news-information-item .text {
     overflow: hidden;
     padding-top: 10px;
 }

 .uw-news-information-item .data-1 {
     padding: 5px 0;
     opacity: .5;
 }

 .uw-news-information-item .title-2 {
     line-height: 28px;
     min-height: 56px;
 }

 .uw-news-information-list .uw-page-return {
     padding-top: 20px;
 }

 .uw-news-information-list-content {
     position: absolute;
     width: 100%;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-news-media {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-news-media .img {
     background: #e0e0e0;
 }

 .uw-news-media-list {
     position: absolute;
     width: 61%;
     right: 5%;
     top: 10%;
     z-index: 11;
     overflow: hidden;
 }

 .uw-news-media-item {
     position: relative;
     width: 100%;
     margin: 0 0 2% 0;
 }

 .uw-news-media-item a {
     display: block;
     overflow: hidden;
     padding-bottom: 2%;
     border-bottom: 1px solid #ccc;
 }

 .uw-news-media-item .pic {
     position: relative;
     background-color: #000;
     float: left;
     width: 25%;
 }

 .uw-news-media-item .text {
     overflow: hidden;
     float: left;
     width: 60%;
     padding: 0 10% 0 5%;
     position: relative;
 }

 .uw-news-media-item .text::after {
     content: '';
     width: 40px;
     height: 40px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     background: url('/Other/en/static/images/right1.png') center no-repeat #0091db;
     display: block;
     opacity: 0;
     transition: all .4s ease;
 }

 .uw-news-media-item .data-1 {
     padding: 5px 0;
     opacity: .5;
 }

 .uw-news-media-item .title-2 {
     line-height: 28px;
 }

 .uw-news-media-item .text-3 {
     padding-top: 20px;
     line-height: 24px;
     opacity: .6;
 }

 .uw-news-media-list .uw-page-return {
     padding-top: 0px;
 }

 .uw-news-media-item a:hover .text::after {
     display: block;
     opacity: 1;
 }

 .uw-news-exhibition {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-news-exhibition .img {
     background-color: transparent;
 }

 .uw-news-xuanzhe {
     position: relative;
     margin-top: 20px;
     border: 1px solid #fff;
     width: 70%;
     opacity: .5;
 }

 .uw-news-xuanzhe.cur {
     opacity: 1;
     background: rgba(0, 0, 0, .7);
 }

 .uw-news-xuanzhe a {
     display: block;
     overflow: hidden;
     padding: 10px 20px;
     color: #fff;
 }

 .uw-news-xuanzhe a.on {
     background: url('/Other/en/static/images/down3.png') 90% center no-repeat;
 }

 .uw-news-xuanzhe-list {
     overflow: hidden;
     display: none;
 }

 .uw-news-xuanzhe.cur .uw-news-xuanzhe-list {
     display: block;
 }

 .uw-news-xuanzhe a:hover {
     background-color: rgba(255, 255, 255, .1);
 }

 .uw-news-exhibition-bottom {
     position: absolute;
     width: 100%;
     height: 90%;
     z-index: 3;
     left: 0;
     top: 0;
 }

 .uw-news-exhibition-swiper {
     position: relative;
     width: 100%;
     height: 100%;
 }

 .uw-news-exhibition-item {
     position: relative;
     width: 100%;
     height: 100%;
 }

 .uw-news-exhibition-item .text {
     position: absolute;
     bottom: 0;
     left: 5%;
     overflow: hidden;
     z-index: 10;
     width: 26%;
     padding: 3% 5%;
     background: rgba(0, 0, 0, .5);
 }

 .uw-news-exhibition-item .data-1 {
     padding-bottom: 5px;
     opacity: .5;
 }

 .uw-news-exhibition-item .title-2 {
     padding-bottom: 20px;
     font-weight: bold;
 }

 .uw-news-exhibition-item .text-3 {
     padding-bottom: 10px;
 }

 .uw-news-exhibition-item .pic {
     position: relative;
     width: 100%;
     height: 90%;
     background-color: #666;
 }

 .uw-news-exhibition-swiper .swiper-button-next,
 .uw-news-exhibition-swiper .swiper-button-prev {
     z-index: 20;
 }

 .uw-news-exhibition-swiper .swiper-button-next {
     right: 3%;
 }

 .uw-news-exhibition-swiper .swiper-button-prev {
     left: 5%;
 }

 .uw-news-industry {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-news-industry-list {
     position: absolute;
     width: 100%;
     bottom: 5%;
     z-index: 10;
     left: 0;
 }

 .uw-news-industry-swiper {
     position: relative;
     width: 90%;
     margin: auto;
 }

 .uw-news-industry-swiper a {
     display: block;
     overflow: hidden;
     width: 98%;
     position: relative;
 }

 .uw-news-industry-swiper a::after {
     content: '';
     width: 1px;
     height: 100%;
     position: absolute;
     right: 10%;
     top: 0;
     z-index: 1;
     background: #fff;
     opacity: .1;
 }

 .uw-news-industry-swiper .date-1 {
     padding-bottom: 10px;
     opacity: .5;
 }

 .uw-news-industry-swiper .title-2 {
     font-weight: bold;
 }

 .uw-news-industry-swiper .viewmore span {
     color: #fff;
     border: 1px solid #fff;
 }

 .uw-news-industry-swiper a:hover .viewmore span {
     background: #4cc3ff;
     border: 1px solid #4cc3ff;
 }

 .uw-industry-pagination {
     width: 100%;
     top: auto;
     bottom: 4%;
     z-index: 11;
 }

 .uw-industry-pagination span {
     border-radius: 0;
     margin: 0 10px;
 }

 .uw-news-video {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-news-video .img {
     height: 80%;
 }

 .uw-news-video-list {
     position: absolute;
     width: 100%;
     bottom: .8%;
     z-index: 10;
     left: 0;
 }

 .uw-news-video-swiper {
     position: relative;
     width: 90%;
     margin: auto;
     padding-bottom: 5%;
 }

 .uw-news-video-swiper a {
     display: block;
     overflow: hidden;
 }

 .uw-news-video-swiper a:hover .pic {
     transform: scale(1.1);
 }

 .uw-news-video-swiper .pic {
     position: relative;
     background-color: #ccc;
 }

 .uw-news-video-swiper .play {
     position: absolute;
     width: 70px;
     height: 70px;
     background: url('/Other/en/static/images/play.png') 57% center no-repeat #0091db;
     border-radius: 100%;
     z-index: 11;
     left: 50%;
     top: 50%;
     margin: -35px 0 0 -35px;
 }

 .uw-news-video-swiper .title-2 {
     background: #fff;
     text-align: center;
     padding: 5% 0;
     overflow: hidden;
     font-weight: bold;
 }

 .uw-news-video .swiper-button-next,
 .uw-news-video .swiper-button-prev {
     z-index: 20;
     top: 40%;
 }

 .uw-news-video .swiper-button-next {
     right: 2%;
 }

 .uw-news-video .swiper-button-prev {
     left: 2%;
 }

 .uw-news-video-swiper a:hover {
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
 }

 .uw-news-video-swiper a:hover .title-2 {
     color: #0091db;
 }

 .uw-news-detail {
     width: 94%;
     margin: 100px auto auto;
     overflow: hidden;
 }

 .uw-news-detail-top {
     position: relative;
 }

 .uw-news-detail-title {
     position: absolute;
     bottom: 5%;
     left: 17%;
     width: 66%;
     z-index: 1;
 }

 .uw-news-detail-title .title-1 {
     font-weight: bold;
 }

 .uw-news-detail-title .line-2 {
     margin: 20px 0;
     position: relative;
 }

 .uw-news-detail-title .line-2::before,
 .uw-news-detail-title .line-2::after {
     content: '';
     width: 100%;
     height: 2px;
     position: absolute;
     left: 0;
     top: 0;
     background: #fff;
     opacity: .3;
 }

 .uw-news-detail-title .line-2::before {
     width: 20%;
     z-index: 11;
     opacity: 1;
 }

 .uw-news-detail-title .text-3 {
     padding: 10px 0;
     overflow: hidden;
 }

 .uw-news-detail-title .text-3 span {
     display: inline-block;
     vertical-align: middle;
     margin-right: 5%;
 }

 .uw-news-detail-content {
     width: 62%;
     overflow: hidden;
     padding: 5% 0;
     margin: auto;
 }

 .uw-news-detail-content-text {
     line-height: 24px;
     font-size: 14px;
     overflow: hidden;
     position: relative;
 }

 .uw-news-detail-content-text img {
     max-width: 100%;
 }

 .uw-news-detail-pageturn {
     position: relative;
     border-top: 2px solid #ccc;
     padding: 20px 0;
     overflow: hidden;
     margin-top: 5%;
 }

 .uw-news-detail-pageturn a {
     display: block;
     font-size: 14px;
 }

 .uw-news-detail-pageturn a.prev {
     float: left;
     width: 45%;
 }

 .uw-news-detail-pageturn a.next {
     float: right;
     width: 45%;
     text-align: right;
 }

 .uw-news-detail-pageturn a.return {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     z-index: 1;
 }

 .uw-news-detail-pageturn a:hover {
     color: #0091db;
 }

 .uw-news-title-top {
     color: #fff;
     text-align: center;
     width: 100%;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     z-index: 11;
 }

 .uw-news-title-top.centertop {
     transform: translateY(-100%);
 }

 .uw-news-title-top .title-1 {
     font-size: 34px;
     font-weight: bold;
 }

 .uw-news-title-top .title-2 {
     text-transform: uppercase;
     font-size: 22px;
     opacity: .3;
 }

 .uw-news-alllist-nav {
     overflow: hidden;
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 0;
     z-index: 11;
     text-align: center;
     background: #333;
 }

 .uw-news-alllist-nav a {
     display: inline-block;
     vertical-align: middle;
     color: #fff;
     position: relative;
     text-align: center;
     padding: 1% 1%;
     font-size: 16px;
 }

 .uw-news-alllist-nav a:hover {
     opacity: 1;
 }

 .uw-news-alllist-nav a.cur {
     opacity: 1;
     color: #00a6fb;
 }

 .uw-news-alllist-nav.num8 a {
     padding: 1% 1%;
 }

 .uw-product-alllist-nav {
     overflow: hidden;
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 0;
     z-index: 11;
     text-align: center;
     background: rgba(0, 0, 0, .3);
     padding: 1% 0;
 }

 .uw-product-alllist-nav a {
     display: inline-block;
     vertical-align: middle;
     color: #fff;
     width: 5.3%;
     min-height: 100px;
     position: relative;
     text-align: center;
     border: 1px solid #666;
 }

 .uw-product-alllist-nav a span {
     font-size: 16px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 60%;
 }

 .uw-product-alllist-nav a:hover {
     opacity: 1;
 }

 .uw-product-alllist-nav a.cur {
     opacity: 1;
     color: #00a6fb;
     background: #00a6fb;
     border: 1px solid #00a6fb;
 }

 .uw-product-alllist-nav a.cur span {
     color: #fff;
 }

 .uw-product-alllist-nav.num8 a {
     padding: 1% 1%;
 }

 .uw-news-alllist {
     width: 94%;
     margin: 100px auto auto;
     overflow: hidden;
 }

 .uw-news-alllist-content {
     width: 62%;
     overflow: hidden;
     padding: 0 0 5% 0;
     margin: auto;
 }

 .uw-news-alllist-content .uw-page-return {
     text-align: center;
 }

 .uw-news-alllist-newslist {
     overflow: hidden;
 }

 .uw-news-alllist-newslist a {
     display: block;
     border-bottom: 1px solid #ccc;
     padding: 2% 0;
     overflow: hidden;
 }

 .uw-news-alllist-newslist .img {
     float: left;
     width: 25%;
 }

 .uw-news-alllist-newslist .text {
     float: left;
     width: 70%;
     margin-left: 5%;
     overflow: hidden;
 }

 .uw-news-alllist-newslist .data-1 {
     font-size: 16px;
     color: #4cc3ff;
     font-family: 'Conv_D-DINCondensed';
     padding-bottom: 10px;
 }

 .uw-news-alllist-newslist .title-2 {
     font-weight: bold;
     font-size: 18px;
 }

 .uw-news-alllist-newslist .text-3 {
     font-size: 14px;
     color: #666;
     padding-top: 10px;
 }

 .uw-news-alllist-newslist .text .title-2 {
     width: 70%;
 }

 .uw-news-alllist-newslist .viewmore span {
     background-color: #ccc;
     color: #000;
 }

 .uw-news-alllist-newslist a:hover {
     background: #f1f1f1;
     padding: 2% 3%;
 }

 .uw-news-alllist-newslist a:hover .viewmore span {
     background-color: #4cc3ff;
     color: #fff;
 }

 .uw-news-alllist-videolist {
     overflow: hidden;
 }

 .uw-news-alllist-videolist a {
     display: block;
     overflow: hidden;
     float: left;
     width: 30%;
     margin-bottom: 4%;
     margin-right: 3%;
 }

 .uw-news-alllist-videolist a.mr0 {
     margin-right: 0;
 }

 .uw-news-alllist-videolist a:hover .pic {
     transform: scale(1.1);
 }

 .uw-news-alllist-videolist .pic {
     position: relative;
     background-color: #ccc;
 }

 .uw-news-alllist-videolist .play {
     position: absolute;
     width: 50px;
     height: 50px;
     background: url('/Other/en/static/images/play.png') 55% center no-repeat #0091db;
     border-radius: 100%;
     z-index: 11;
     left: 50%;
     top: 50%;
     margin: -25px 0 0 -25px;
     background-size: 30%;
 }

 .uw-news-alllist-videolist .title-2 {
     background: #fff;
     text-align: center;
     padding: 5% 0;
     overflow: hidden;
     font-weight: bold;
 }

 .uw-news-alllist-videolist .text {
     padding-top: 5%;
     overflow: hidden;
     text-align: left;
 }

 .uw-news-alllist-videolist .data-1 {
     font-size: 15px;
     color: #4cc3ff;
     font-family: 'Conv_D-DINCondensed';
     padding-bottom: 10px;
 }

 .uw-news-alllist-videolist .text .title-2 {
     padding: 0;
     text-align: left;
     font-size: 16px;
 }

 .uw-news-alllist-videolist .text-3 {
     font-size: 12px;
     color: #666;
     padding-top: 10px;
     line-height: 24px;
 }

 .uw-news-video .uw-news-video-top .viewmore {
     position: absolute;
     right: 5%;
     top: 20%;
     z-index: 1;
 }

 .uw-news-video-top {
     position: absolute;
     width: 100%;
     left: 0;
     top: 0;
     height: 100%;
 }

 /* investor */

 .uw-investor {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-investor-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-investor-content .uw-title {
     position: absolute;
     left: 5%;
     top: 25%;
     z-index: 3;
     width: 30%;
 }

 .uw-investor-content .uw-title.center {
     position: absolute;
     left: 50%;
     top: 25%;
     z-index: 3;
     text-align: center;
     width: auto;
     transform: translateX(-50%);
 }

 .uw-page-nav {
     background: #3a3a3a;
     font-size: 0;
     text-align: center;
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 20;
     width: 100%;
     overflow: hidden;
 }

 .uw-page-nav a {
     display: inline-block;
     vertical-align: middle;
     padding: 27px 0;
     opacity: .5;
     overflow: hidden;
     font-weight: 400;
     position: relative;
     margin: 0 2%;
 }

 .uw-page-nav a::before {
     content: '';
     width: 100%;
     height: 3px;
     position: absolute;
     left: 0;
     bottom: 0;
     background: #0091db;
     z-index: 1;
     display: none;
 }

 .uw-page-nav a.cur,
 .uw-page-nav a:hover {
     opacity: 1;
 }

 .uw-page-nav a.cur::before {
     display: block;
 }

 .uw-investor-stock {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-investor-stock-content {
     position: absolute;
     right: 5%;
     top: 25%;
     z-index: 10;
     text-align: left;
     width: 50%;
 }

 .uw-investor-stock-content .stock-1 {
     padding-bottom: 10px;
     overflow: hidden;
 }

 .uw-investor-stock-content .stock-1 strong {
     color: #ff0000;
     display: inline-block;
     vertical-align: bottom;
     line-height: 70px;
     margin-bottom: -5px;
 }

 .uw-investor-stock-content .stock-1 span {
     display: inline-block;
     vertical-align: bottom;
     margin: 0 15px;
     line-height: 20px;
 }

 .uw-investor-stock-content .stock-1 i {
     display: inline-block;
     vertical-align: bottom;
     width: 20px;
     height: 18px;
     background: url('/Other/en/static/images/up1.png') center no-repeat;
 }

 .uw-investor-stock-content .stock-2 {
     padding: 10px 0;
     overflow: hidden;
 }

 .uw-investor-stock-content .stock-2 strong {
     color: #00a6fb;
 }

 .uw-investor-stock-content .stock-3 {
     opacity: .5;
 }

 .uw-investor-stock-content .stock-4 {
     padding-top: 40px;
     overflow: hidden;
 }

 .uw-investor-stock-content .stock-4 li {
     margin: 0;
     padding: 0;
     list-style: none;
     float: left;
     margin-right: 5%;
     padding-right: 5%;
     position: relative;
     width: auto;
 }

 .uw-investor-stock-content .stock-4 li:last-child {
     margin-right: 0;
 }

 .uw-investor-stock-content .stock-4 li::after {
     content: '';
     width: 1px;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     background: #fff;
     opacity: .2;
 }

 .uw-investor-stock-content .stock-4 li:last-child::after {
     display: none;
 }

 .uw-investor-stock-content .stock-4 li span {
     display: block;
 }

 .uw-investor-stock-content .stock-4 li strong {
     display: block;
     padding-top: 10px;
 }

 .uw-investor-government {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-investor-government .uw-title {
     position: absolute;
     left: 5%;
     top: 50%;
     z-index: 3;
     width: 30%;
     transform: translateY(-50%);
 }

 .uw-investor-report {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-report-list {
     position: absolute;
     width: 55%;
     right: 5%;
     top: 15%;
     z-index: 11;
     overflow: hidden;
 }

 .uw-report-item {
     float: left;
     width: 45%;
     margin-right: 5%;
 }

 .uw-report-item.mr0 {
     margin-right: 0;
 }

 .uw-report-item a {
     display: block;
     position: relative;
     padding: 3% 0;
     border-bottom: 1px solid #999;
 }

 .uw-report-item a::after {
     content: '';
     transition: all .4s ease;
     width: 40px;
     height: 40px;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     border: 1px solid #fff;
     background: url('/Other/en/static/images/donwload.png') center no-repeat;
     opacity: .5;
     background-size: 30%;
 }

 .uw-report-item .data-1 {
     padding-bottom: 5px;
     opacity: .5;
 }

 .uw-report-item .title-2 {
     width: 80%;
     font-weight: bold;
     opacity: .5;
     min-height: 40px;
 }

 .uw-report-item a:hover .title-2 {
     opacity: 1;
 }

 .uw-report-item a:hover::after {
     border: 1px solid #0091db;
     background: url('/Other/en/static/images/donwload.png') center no-repeat #0091db;
     opacity: 1;
 }

 .uw-page-return {
     overflow: hidden;
     clear: both;
     padding-top: 40px;
 }

 .uw-page-return a {
     display: inline-block;
     vertical-align: middle;
     padding: 5px 10px;
     text-align: center;
     border: 1px solid #999;
 }

 .uw-page-return a.cur {
     border: 1px solid #0091db;
     background: #0091db
 }

 .uw-page-return a:hover {
     border: 1px solid #ccc;
     background: #ccc;
 }

 .uw-page-return.heise a {
     border: 1px solid #ccc;
     color: #000;
 }

 .uw-page-return.heise a.cur {
     color: #fff;
     border: 1px solid #0091db;
 }

 .uw-page-return a.cur:hover,
 .uw-page-return.heise a.cur:hover {
     border: 1px solid #0091db;
     background: #0091db;
 }

 .uw-investor-line {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-investor-line-content {
     overflow: hidden;
     margin-top: 20px;
 }

 .uw-investor-line-content strong {
     display: block;
 }

 .uw-investor-line-content .text-2 {
     line-height: 24px;
     padding-top: 10px;
 }

 /* service */

 .uw-service {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-service-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-service-content .uw-title {
     position: absolute;
     left: 5%;
     top: 25%;
     z-index: 3;
     width: auto;
 }

 .uw-service-content .uw-title.center {
     position: absolute;
     left: 50%;
     top: 25%;
     z-index: 3;
     text-align: center;
     width: auto;
     transform: translateX(-50%);
 }

 .uw-service-aftersale {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-service-aftersale .uw-title {
     top: 15%;
 }

 .uw-aftersale-content {
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 10;
     width: 90%;
     background: #fff;
     padding: 3% 5%;
     height: 44%;
 }

 .uw-aftersale-item {
     position: relative;
     overflow: hidden;
     float: left;
     width: 30%;
     height: 100%;
 }

 .uw-aftersale-item a {
     display: block;
     overflow: hidden;
     padding: 10% 5%;
     position: relative;
     height: 100%;
     box-sizing: border-box;
 }

 .uw-aftersale-item .title-1 {
     font-weight: bold;
     padding-bottom: 20px;
     border-bottom: 1px solid #ccc;
 }

 .uw-aftersale-item .more-2 {
     margin: 20px 0;
     display: block;
 }

 .uw-aftersale-item .text-3 {
     line-height: 26px;
     padding: 3% 0;
     overflow: hidden;
     display: none;
     text-align: justify;
 }

 .uw-aftersale-item.cur {
     margin-right: 5%;
     width: 33%;
 }

 .uw-aftersale-item.cur a {
     padding: 0;
 }

 .uw-aftersale-item.cur .more-2 {
     display: none;
 }

 .uw-aftersale-item.cur .text-3 {
     display: block;
 }

 .uw-aftersale-item a::after {
     content: '';
     width: 90px;
     height: 90px;
     position: absolute;
     right: 10%;
     bottom: 10%;
     z-index: 1;
     opacity: .1;
 }

 .uw-aftersale-item:nth-child(1) {
     background-color: #a8a8a8;
 }

 .uw-aftersale-item:nth-child(2) {
     background-color: #696969;
 }

 .uw-aftersale-item:nth-child(3) {
     background-color: #a8a8a8;
 }

 .uw-aftersale-item.cur:nth-child(1) {
     background-color: transparent;
 }

 .uw-aftersale-item.cur:nth-child(2) {
     background-color: transparent;
     margin-left: 2.5%;
     margin-right: 2.5%;
 }

 .uw-aftersale-item.cur:nth-child(3) {
     background-color: transparent;
     margin-left: 5%;
     margin-right: 0;
 }

 .uw-aftersale-item:nth-child(2) a::after {
     background: url('/Other/en/static/upload/sh.png') center no-repeat;
 }

 .uw-aftersale-item:nth-child(3) a::after {
     background: url('/Other/en/static/upload/sh1.png') center no-repeat;
 }

 .uw-aftersale-item a:hover {
     background-color: #333;
 }

 .uw-aftersale-item.cur a:hover {
     background-color: transparent;
 }

 .uw-aftersale-item.cur a::after {
     display: none;
 }

 .uw-service-repair {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-service-repair .uw-title {
     top: 15%;
 }

 .uw-repair-content {
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 10;
     width: 90%;
     background: #fafafa;
     padding: 3% 5%;
     overflow: hidden;
 }

 .uw-repair-left {
     float: left;
     width: 40%;
     overflow: hidden;
 }

 .uw-repair-left .text-1 {
     font-weight: bold;
     line-height: 28px;
 }

 .uw-repair-left .tel-2 {
     margin-top: 80px;
     padding-left: 13%;
     position: relative;
     overflow: hidden;
 }

 .uw-repair-left .email-3 {
     margin-top: 20px;
     padding-left: 13%;
     position: relative;
     overflow: hidden;
     padding-bottom: 10px;
 }

 .uw-repair-left span {
     opacity: .5;
     display: block;
     padding: 5px 0;
     font-weight: bold;
 }

 .uw-repair-left strong {
     display: block;
 }

 .uw-repair-left .tel-2::before,
 .uw-repair-left .email-3::before {
     content: '';
     width: 60px;
     height: 60px;
     position: absolute;
     left: 0;
     top: 0;
     border: 1px solid #ccc;
     box-sizing: border-box;
 }

 .uw-repair-left .tel-2::before {
     background: url('/Other/en/static/images/tel.png') center no-repeat;
 }

 .uw-repair-left .email-3::before {
     background: url('/Other/en/static/images/email.png') center no-repeat;
 }

 .uw-repair-right {
     float: right;
     width: 50%;
     overflow: hidden;
 }

 .uw-repair-right .ritem1 {
     width: 100%;
     padding: 5px 0;
     overflow: hidden;
     position: relative;
 }

 .uw-repair-right .input1 {
     display: block;
     border: 1px solid #ccc;
     background: #fff;
     width: 100%;
     box-sizing: border-box;
     padding: 1.5% 2%;
     outline: none;
 }

 .uw-repair-right .input1:focus {
     border: 1px solid #666;
 }

 .uw-repair-right .ritem2 {
     width: 100%;
     padding: 5px 0;
     overflow: hidden;
 }

 .uw-repair-right .ritem2 .input1 {
     width: 49.5%;
     float: right;
 }

 .uw-repair-right .ritem2 .input1:first-child {
     float: left;
 }

 .uw-repair-right .textarea1 {
     display: block;
     border: 1px solid #ccc;
     background: #fff;
     width: 100%;
     box-sizing: border-box;
     padding: 1.5% 2%;
     outline: none;
 }

 .uw-repair-right .textarea1:focus {
     border: 1px solid #666;
 }

 .uw-repair-right .submit1 {
     background: #0091db;
     color: #fff;
     text-align: center;
     width: 20%;
     padding: 1.5% 0;
     border: none;
     cursor: pointer;
 }

 .uw-repair-right .submit1:hover {
     background: #4cc3ff;
 }

 .uw-repair-right .inputfile1 {
     width: 100px;
     padding: 1.6% 0;
     position: absolute;
     background: #000;
     color: #fff;
     right: 0;
     top: 5px;
     z-index: 11;
     border: none;
     cursor: pointer;
 }

 .uw-repair-right .inputfile1:hover {
     background: #4cc3ff;
 }

 .uw-service-download {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-service-download .uw-title {
     top: 15%;
 }

 .uw-download-content {
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 10;
     width: 90%;
     background: #fafafa;
     padding: 2% 5%;
     overflow: hidden;
 }

 .uw-download-list {
     overflow: hidden;
     position: relative;
 }

 .uw-download-item {
     overflow: hidden;
     float: left;
     width: 31%;
     margin: 0 2% 1% 0;
 }

 .uw-download-item.mr0 {
     margin: 0 0 1% 0;
 }

 .uw-download-item a {
     display: block;
     position: relative;
     overflow: hidden;
     padding: 20px 0;
     border-bottom: 1px solid #ccc;
 }

 .uw-download-item .title-1 {
     font-weight: bold;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 80%;
 }

 .uw-download-item .download-2 {
     width: 50px;
     height: 50px;
     border: 1px solid #ccc;
     float: right;
     background: url('/Other/en/static/images/donwload1.png') center no-repeat;
 }

 .uw-download-item a:hover .download-2 {
     background: url('/Other/en/static/images/donwload.png') center no-repeat #0091db;
     border: 1px solid #0091db;
 }

 .uw-service-download .uw-page-return {
     padding-top: 20px;
 }

 .uw-download-nav {
     position: absolute;
     right: 5%;
     top: 25%;
     overflow: hidden;
     z-index: 10;
 }

 .uw-download-nav a {
     display: inline-block;
     vertical-align: middle;
     padding: 10px;
     text-align: center;
     width: 120px;
     border: 1px solid #fff;
     color: #fff;
     opacity: .5;
 }

 .uw-download-nav a.cur {
     border: 1px solid #0091db;
     background: #0091db;
     opacity: 1;
 }

 /* joinuw */

 .uw-joinuw {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-joinuw .uw-width-content .img {
     height: 80%;
 }

 .uw-joinuw-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-joinuw-content .uw-title {
     position: absolute;
     left: 5%;
     top: 25%;
     z-index: 3;
     width: 15%;
 }

 .uw-joinuw-content .uw-title.center {
     position: absolute;
     left: 50%;
     top: 25%;
     z-index: 3;
     text-align: center;
     width: auto;
     transform: translateX(-50%);
 }

 .uw-joinuw-left {
     overflow: hidden;
     position: absolute;
     left: 0;
     bottom: 5%;
     z-index: 3;
     margin-left: -5px;
     width: 40%;
 }

 .uw-joinuw-left .icon-1 {
     float: left;
     width: 90px;
 }

 .uw-joinuw-left .text-2 {
     overflow: hidden;
     width: 65%;
     position: absolute;
     left: 110px;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-joinuw-left .text-2 strong {
     display: block;
     font-weight: bold;
 }

 .uw-joinuw-left .text-2 span {
     display: block;
     padding-top: 5px;
     opacity: .6;
 }

 .uw-joinuw-right {
     overflow: hidden;
     position: absolute;
     right: 0;
     bottom: 5%;
     z-index: 3;
     margin-right: -5px;
     text-align: right;
     width: 40%;
 }

 .uw-joinuw-right .icon-1 {
     float: right;
     width: 90px;
 }

 .uw-joinuw-right .text-2 {
     overflow: hidden;
     width: 65%;
     position: absolute;
     right: 110px;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-joinuw-right .text-2 strong {
     display: block;
     font-weight: bold;
 }

 .uw-joinuw-right .text-2 span {
     display: block;
     padding-top: 5px;
     opacity: .6;
 }

 .uw-joinuw-talent {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-joinuw-talent .uw-width-content .img {
     height: 94%;
 }

 .uw-joinuw-talent .uw-title {
     width: 40%;
     top: 15%;
 }

 .uw-talent-content {
     position: absolute;
     left: 0;
     bottom: 5%;
     z-index: 10;
     width: 90%;
     padding: 3% 5%;
     overflow: hidden;
 }

 .uw-talent-swiper {
     position: relative;
 }

 .uw-talent-swiper .text {
     border: 1px solid rgba(255, 255, 255, .5);
     background: rgba(0, 0, 0, .2);
     padding: 5%;
     overflow: hidden;
 }

 .uw-talent-swiper .title-1 {
     font-weight: bold;
 }

 .uw-talent-swiper .text-2 {
     padding-top: 5px;
 }

 .uw-joinuw-social {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-search-1 {
     margin: 20px 0 0 0;
     position: relative;
 }

 .uw-search-1 .search-input {
     border: 1px solid #fff;
     padding: 15px;
     overflow: hidden;
     background: rgba(0, 0, 0, .5);
     width: 100%;
     box-sizing: border-box;
     opacity: .5;
     color: #fff;
 }

 .uw-search-1 .search-input:focus {
     opacity: 1;
 }

 .uw-search-1 .search-btn {
     position: absolute;
     right: 3%;
     top: 50%;
     transform: translateY(-50%);
     z-index: 3;
     width: 30px;
     height: 30px;
     background: url('/Other/en/static/images/sss.png') center no-repeat;
     opacity: .5;
 }

 .uw-search-1 .search-btn:hover {
     opacity: 1;
 }

 .uw-joinuw-campus {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-joinuw-newsflash {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-joinuw-uwlife {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-joinuw-newsflash .uw-width-content .img {
     background-color: #eee;
 }

 .uw-joinuw-newsflash .uw-joinuw-content .uw-title {
     top: 15%;
 }

 .uw-newsflash-list {
     overflow: hidden;
     width: 60%;
     position: absolute;
     right: 1%;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-newsflash-item {
     overflow: hidden;
     float: left;
     width: 46%;
     margin: 0 2% 2% 0;
     border-bottom: 1px solid #999;
     padding-bottom: 20px;
 }

 .uw-newsflash-item.mr0 {
     margin: 0 0 2% 0;
 }

 .uw-newsflash-item a {
     display: block;
     overflow: hidden;
     position: relative;
 }

 .uw-newsflash-item .pic {
     background-color: #000;
     float: left;
     width: 40%;
 }

 .uw-newsflash-item .text {
     width: 50%;
     right: 5%;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-newsflash-item .date-1 {
     padding-bottom: 10px;
     opacity: .5;
 }

 .uw-newsflash-item .title-2 {
     font-weight: bold;
 }

 .uw-newsflash-item a:hover .title-2 {
     color: #0091db;
 }

 .uw-joinuw-uwlife .uw-width-content .img {
     height: 75%;
 }

 .uw-uwlife-list {
     overflow: hidden;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: 5%;
     z-index: 11;
 }

 .uw-uwlife-swiper {
     position: relative;
     width: 90%;
     margin: auto;
     overflow: hidden;
     padding-bottom: 4.85%;
 }

 .uw-uwlife-swiper a {
     display: block;
     overflow: hidden;
     padding: 5%;
     background: #fff;
 }

 .uw-uwlife-swiper .pic {
     position: relative;
     background-color: #ccc;
 }

 .uw-uwlife-swiper .title-2 {
     text-align: center;
     padding: 8% 0 4% 0;
     overflow: hidden;
     font-weight: bold;
 }

 .uw-uwlife-swiper a:hover {
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
 }

 .uw-uwlife-swiper a:hover .title-2 {
     color: #0091db;
 }

 .uw-uwlife-list .swiper-button-next,
 .uw-uwlife-list .swiper-button-prev {
     z-index: 20;
     top: 40%;
 }

 .uw-uwlife-list .swiper-button-next {
     right: 2%;
 }

 .uw-uwlife-list .swiper-button-prev {
     left: 2%;
 }

 .uw-uwlife-nav {
     position: absolute;
     right: 5%;
     top: 30%;
     overflow: hidden;
     z-index: 10;
 }

 .uw-uwlife-nav a {
     display: inline-block;
     vertical-align: middle;
     padding: 10px;
     text-align: center;
     width: 120px;
     border: 1px solid #fff;
     color: #fff;
     opacity: .5;
 }

 .uw-uwlife-nav a.cur {
     border: 1px solid #0091db;
     background: #0091db;
     opacity: 1;
 }

 .uw-joinuw-social .img {
     background: #ccc;
 }

 .uw-joinuw-campus .img {
     background: #ccc;
 }

 .uw-joinuw-list {
     overflow: hidden;
     width: 60%;
     height: 60%;
     position: absolute;
     right: 5%;
     top: 50%;
     transform: translateY(-50%);
 }

 .uw-joinuw-list * {
     transition: all .4s ease;
 }

 .uw-joinuw-list-item {
     float: left;
     overflow: hidden;
     position: relative;
     background: rgba(0, 0, 0, .5);
     box-sizing: border-box;
     width: 6%;
     height: 100%;
     margin-right: 1%;
 }

 .uw-joinuw-list-item .title-1 {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     cursor: pointer;
     z-index: 10;
 }

 .uw-joinuw-list-item .title-1 strong {
     width: auto;
     height: auto;
     overflow: hidden;
     display: block;
     margin: 50px auto auto auto;
     transform: rotate(90deg);
 }

 .uw-joinuw-list-item .title-1 i {
     display: block;
     width: 14px;
     height: 2px;
     background: #fff;
     position: absolute;
     bottom: 10%;
     left: 50%;
     margin-left: -7px;
 }

 .uw-joinuw-list-item .title-1 i::before {
     content: '';
     position: absolute;
     left: 6px;
     top: -6px;
     width: 2px;
     height: 14px;
     background: #fff;
 }

 .uw-joinus-right {
     position: relative;
     overflow: hidden;
     height: 100%;
     margin: 0;
     width: 88%;
     margin-left: 12%;
 }

 .uw-joinus-content {
     overflow: hidden;
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 3;
     transform: translateX(100%);
 }

 .uw-joinus-right .item-2 {
     overflow: hidden;
     padding: 0px 0 20px 0;
     border-bottom: 1px solid rgba(255, 255, 255, .4);
 }

 .uw-joinus-right .item-2 span {
     display: inline-block;
     vertical-align: middle;
     margin-right: 10%;
 }

 .uw-joinus-right .item-2 span:last-child {
     margin-right: 0;
 }

 .uw-joinus-right .text-3 {
     padding: 20px 20px 0px 0;
     overflow: hidden;
     height: 250px;
     overflow-x: hidden;
     overflow-y: auto;
 }

 .uw-joinus-right .text-3 p {
     margin: 0;
     padding: 0;
 }

 .uw-joinus-right .text-3::-webkit-scrollbar {
     height: 4px;
     width: 4px;
     background: rgba(0, 0, 0, .2);
 }

 .uw-joinus-right .text-3::-webkit-scrollbar-button {
     height: 0;
     width: 5px;
     background: rgba(0, 0, 0, .2);
 }

 .uw-joinus-right .text-3::-webkit-scrollbar-thumb {
     background-color: #4cc3ff;
     box-shadow: inset 1px 1px 0 #4cc3ff, inset 0 -1px 0 #4cc3ff;
 }

 .uw-joinus-right .sendbtn-4 {
     margin-top: 20px;
     overflow: hidden;
 }

 .uw-joinus-right .sendbtn-4 a {
     display: inline-block;
     padding: 10px 0;
     width: 120px;
     text-align: center;
     font-size: 16px;
     color: #fff;
     background: #0091db;
 }

 .uw-joinus-right .sendbtn-4 a:hover {
     background: #4cc3ff;
 }

 .uw-joinuw-list-item.cur {
     width: 54%;
     padding: 3%;
 }

 .uw-joinuw-list-item.cur .title-1 {
     width: 12%;
     border-right: 2px solid rgba(255, 255, 255, .3);
 }

 .uw-joinuw-list-item:hover .title-1 {
     background: rgba(0, 0, 0, 0.5);
 }

 .uw-joinuw-list-item.cur:hover .title-1 {
     background: transparent;
 }

 .uw-joinuw-list-item.cur .title-1 i::before {
     display: none;
 }

 .uw-joinuw-list-item.cur .uw-joinus-content {
     transform: translateX(0);
 }

 .uw-joinuw-social .uw-page-return,
 .uw-joinuw-campus .uw-page-return {
     position: absolute;
     left: 25%;
     bottom: 10%;
     z-index: 3;
     width: 60%;
 }

 .uw-joinwindows {
     overflow: hidden;
     z-index: 999;
     position: fixed;
     left: 0;
     top: 0;
     transform: translateY(-100%);
     width: 100%;
     height: 100%;
     text-align: center;
     transition: all .4s ease;
 }

 .uw-joinwindows.cur {
     transform: translateY(0);
 }

 .uw-joinwindows-mark {
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
     background: rgba(0, 0, 0, .7);
 }

 .uw-joinwindows-content {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-60%, -50%);
     z-index: 33;
     width: 40%;
     height: auto;
 }

 .uw-windows-content {
     position: relative;
     padding: 10%;
     overflow: hidden;
     background: #fff;
     width: 100%;
 }

 .uw-joinwindows-content .close-1 {
     width: 40px;
     height: 40px;
     position: absolute;
     right: 5%;
     top: 5%;
     background: url('/Other/en/static/images/xxx.png') center no-repeat;
     cursor: pointer;
 }

 .uw-joinwindows-content .title-2 {
     font-weight: bold;
     padding-bottom: 20px;
 }

 .uw-joinwindows-content .item-3 {
     padding: 3% 0;
 }

 .uw-joinwindows-content .item-3 .input2 {
     padding: 4px 0;
     overflow: hidden;
 }

 .uw-joinwindows-content .item-3 .input2 input {
     width: 49%;
     border: 1px solid #ccc;
     padding: 2% 3%;
     overflow: hidden;
     box-sizing: border-box;
     float: left;
 }

 .uw-joinwindows-content .item-3 .input2 input:last-child {
     float: right;
 }

 .uw-joinwindows-content .item-3 .input1 {
     padding: 4px 0;
 }

 .uw-joinwindows-content .item-3 .input1 input {
     width: 100%;
     border: 1px solid #ccc;
     padding: 2% 3%;
     overflow: hidden;
     box-sizing: border-box;
 }

 .uw-joinwindows-content .item-3 input:focus {
     border: 1px solid #000;
 }

 .uw-joinwindows-content .text-3 {
     padding: 4px 0;
     font-size: 12px;
     color: #999;
     text-align: left;
 }

 .uw-joinwindows-content .send-4 a {
     background: #0091db;
     color: #fff;
     text-align: center;
     width: 20%;
     padding: 2% 0;
     border: none;
     cursor: pointer;
     display: block;
     margin-top: 20px;
 }

 .uw-joinwindows-content .send-4 a:hover {
     background: #4cc3ff;
 }

 .uw-joinuw-uwlife .viewmore {
     position: absolute;
     right: 5%;
     top: 25%;
     z-index: 11;
 }

 /* contact */

 .uw-contact {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-contact-content {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-contact-content .uw-title {
     position: absolute;
     left: 5%;
     top: 25%;
     z-index: 3;
     width: auto;
 }

 .uw-contact-content .uw-title.center {
     position: absolute;
     left: 50%;
     top: 25%;
     z-index: 3;
     text-align: center;
     width: auto;
     transform: translateX(-50%);
 }

 .uw-contact-us {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: #e0e0e0;
 }

 .uw-contact-mapshow {
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 9;
     overflow: hidden;
     background-color: #ccc;
 }

 .uw-contact-bottom {
     position: absolute;
     width: 90%;
     left: 5%;
     bottom: 5%;
     z-index: 11;
     background: #fff;
     overflow: hidden;
     padding: 1%;
     box-sizing: border-box;
 }

 .uw-contact-add-swiper {
     position: relative;
     overflow: hidden;
     width: 90%;
     margin: auto;
 }

 .uw-contact-add-swiper .swiper-slide {
     cursor: pointer;
     position: relative;
 }

 .uw-contact-add-swiper .pic {
     float: left;
     width: 40%;
     overflow: hidden;
     background-color: #000;
 }

 .uw-contact-add-swiper .text {
     float: left;
     width: 50%;
     overflow: hidden;
     padding-left: 5%;
 }

 .uw-contact-add-swiper .title-1 {
     font-size: 14px;
     margin-top: 4%;
 }

 .uw-contact-add-swiper .add-2 {
     overflow: hidden;
     padding-top: 10px;
 }

 .uw-contact-add-swiper .tel-3 {
     overflow: hidden;
 }

 .uw-contact-map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 10;
     overflow: hidden;
 }

 .uw-contact-map-swiper {
     position: absolute;
     overflow: hidden;
     width: 35%;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.24);
     z-index: 14;
     left: 5%;
     bottom: 30%;
 }

 .uw-contact-map-swiper .pic {
     height: 100%;
 }

 .uw-contact-bottom .swiper-button-next {
     right: 2%;
 }

 .uw-contact-bottom .swiper-button-prev {
     left: 2%;
 }

 .uw-contact-add-swiper .swiper-slide-thumb-active .title-1 {
     color: #0091db;
 }

 .uw-contact-map-addtext {
     overflow: hidden;
     padding: 5%;
     overflow: hidden;
     background: #fff;
     z-index: 10;
 }

 .uw-contact-map-addtext .title-1 {
     font-weight: bold;
     padding-bottom: 20px;
     position: relative;
     background: url('/Other/en/static/images/down5.png') 95% 40% no-repeat;
     cursor: pointer;
     font-size: 24px;
 }

 .uw-contact-map-addtext .title-1::before,
 .uw-contact-map-addtext .title-1::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 2px;
     background: #ccc;
 }

 .uw-contact-map-addtext .title-1::before {
     z-index: 1;
     width: 20%;
     background: #0091db;
 }

 .uw-contact-map-addtext .text-2 {
     padding: 3% 0;
     overflow: hidden;
     line-height: 28px;
     height: 40px;
     transition: all .4s ease;
 }

 .uw-contact-map-addtext:hover .text-2 {
     height: 100px;
 }

 .BMap_pop,
 .anchorBL,
 .BMap_shadow {
     display: none !important;
 }

 .uw-contact-mesages {
     position: relative;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .uw-mesages-content {
     position: absolute;
     right: 15%;
     top: 25%;
     z-index: 10;
     width: 40%;
     overflow: hidden;
 }

 .uw-mesages-content .ritem1 {
     width: 100%;
     padding: 10px 0;
     overflow: hidden;
     position: relative;
 }

 .uw-mesages-content .input1 {
     display: block;
     border: 1px solid #fff;
     width: 100%;
     box-sizing: border-box;
     padding: 2% 2%;
     outline: none;
     opacity: .5;
     background: transparent;
     color: #fff;
     font-size: 16px;
 }

 .uw-mesages-content .input1:focus {
     border: 1px solid #fff;
     opacity: 1;
 }

 .uw-mesages-content .ritem2 {
     width: 100%;
     padding: 5px 0;
     overflow: hidden;
 }

 .uw-mesages-content .ritem2 .input1 {
     width: 49.5%;
     float: right;
     color: #fff;
 }

 .uw-mesages-content .ritem2 .input1:first-child {
     float: left;
 }

 .uw-mesages-content .submit1 {
     background: #0091db;
     color: #fff;
     text-align: center;
     width: 20%;
     padding: 1.5% 0;
     border: none;
     cursor: pointer;
 }

 .uw-mesages-content .submit1:hover {
     background: #4cc3ff;
 }

 .uw-mesages-content .ritem1 .input1 {
     min-height: 150px;
 }

 .uw-mesages-content .input1::-webkit-input-placeholder {
     color: #fff;
 }

 .BMap_Marker.BMap_noprint::before {
     content: '';
     width: 74px;
     height: 74px;
     z-index: 11;
     position: absolute;
     left: 50%;
     top: 50%;
     background: #0cadfd;
     border-radius: 100%;
     transform: translate(-50%, -50%) scale(0);
 }

 .BMap_Marker.BMap_noprint::after {
     content: 'UW';
     width: 50px;
     height: 50px;
     border-radius: 100%;
     transform: translate(-50%, -50%);
     background: #0cadfd;
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 21;
     text-align: center;
     color: #fff;
     font-size: 16px;
     line-height: 50px;
 }

 .BMap_Marker.BMap_noprint::before {
     animation: fangdadh1 3000ms infinite ease;
 }

 @keyframes fangdadh1 {
     0% {
         transform: translate(-50%, -50%) scale(0);
         opacity: 1;
     }
     100% {
         transform: translate(-50%, -50%) scale(1.2);
         opacity: 0;
     }
 }

 /* partner */

 .uw-partner {
     overflow: hidden;
     width: 94%;
     margin: auto;
 }

 .uw-partner-content {
     width: 62%;
     overflow: hidden;
     padding: 5% 0;
     margin: auto;
 }

 .uw-partner-text {
     padding-bottom: 5%;
     overflow: hidden;
     font-size: 16px;
     line-height: 26px;
     color: #666;
 }

 .uw-partner-logo {
     text-align: center;
 }

 .uw-partner-logo li {
     list-style: none;
     margin: 1%;
     padding: 2%;
     overflow: hidden;
     width: 10%;
     min-height: 50px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #ccc;
     position: relative;
 }

 .uw-partner-logo li img {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     max-width: 80%;
     max-height: 80%;
 }

 /* color */

 body,
 body a,
 .uw-aftersale-item.cur a {
     color: #000000;
 }

 footer {
     background: #eee;
 }

 ::-webkit-scrollbar {
     height: 4px;
     width: 0px;
     background: #dbdedf;
 }

 ::-webkit-scrollbar-button {
     height: 0;
     width: 5px;
     background: #dbdedf;
 }

 ::-webkit-scrollbar-thumb {
     background-color: #999;
     box-shadow: inset 1px 1px 0 #999, inset 0 -1px 0 #999;
 }

 .uw-footer-content,
 .uw-index-banner-swiper .swiper-slide .text .title-2::after,
 .uw-index-banner-swiper .swiper-slide .text .title-2::before,
 .uw-index-techtnical-item .line-2::before,
 .uw-index-techtnical-item .title-1 i::before,
 .uw-index-techtnical-item .title-1 i {
     background: #fff;
 }

 .uw-title .uw-line-x {
     background: rgba(255, 255, 255, .5);
 }

 .viewmore a:hover,
 .uw-index-news-item .pic .viewmore span {
     background: #4cc3ff;
 }

 .uw-index-techtnical-item .line-2 {
     background: #cbcbcb;
 }

 .menu-toggle span.hamburger,
 .menu-toggle span.hamburger:after,
 .menu-toggle span.hamburger:before,
 .menu-toggle span.cross:before,
 .menu-toggle span.cross:after,
 .no-touch .menu-toggle span.hamburger,
 .no-touch .menu-toggle span.hamburger:after,
 .no-touch .menu-toggle span.hamburger:before,
 .uw-title .uw-line-x::before,
 .viewmore a,
 .uw-news-title .viewmore span,
 .uw-index-techtnical-item a.cur,
 .uw-index-about-bottom li:hover,
 .uw-index-division-item a:hover {
     background: #0091db;
 }

 .uw-header .uw-left h5,
 .uw-header .uw-right,
 .uw-header .uw-right a,
 .uw-index-news-item .date-1 {
     color: #a3a3a3;
 }

 .viewmore a,
 .uw-index-banner-swiper .swiper-slide .text,
 .uw-title.baise,
 .uw-index-product-nav a,
 .uw-index-product-item .text,
 .uw-index-techtnical-item a.cur .title-1,
 .uw-index-about-bottom li:hover,
 .uw-index-division-item a:hover .title-1,
 .uw-index-division-item a:hover .num-1,
 .uw-index-division-item a:hover .viewmore span,
 .uw-path-content a,
 .uw-division-swiper .text,
 .uw-history-list-swiper,
 .uw-point span,
 .uw-honor-item .title-1,
 .uw-culture-item .text,
 .uw-page-nav a,
 .uw-investor-stock,
 .uw-report-item a,
 .uw-page-return a,
 .uw-news-exhibition-item .text,
 .uw-news-industry-swiper a,
 .uw-news-detail-title,
 .uw-aftersale-item a,
 .uw-talent-swiper .swiper-slide,
 .uw-joinuw-list,
 .uw-product-right-swiper .text.baise {
     color: #fff;
 }

 .uw-header .uw-right a:hover,
 .uw-footer-content-top-left-tel .service-number,
 .uw-index-product-nav a.cur,
 .uw-news-information-item a:hover .title-2,
 .uw-news-media-item a:hover .title-2,
 .uw-repair-left .tel-2 strong,
 .uw-download-item a:hover .title-1 {
     color: #0091db;
 }

 .uw-footer-content-top-left-tel .service-social i {
     border: 1px solid #ccc;
 }

 .uw-footer-content-top-left-tel .service-social a:hover i,
 .uw-index-product-nav a.cur {
     border: 1px solid #0091db;
 }

 .uw-footer-content-bottom {
     border-top: 1px solid #ccc;
 }

 .uw-index-product-nav a,
 .uw-index-division-item .viewmore {
     border: 1px solid #fff;
 }

 /* font-size */

 body {
     font-size: 14px;
 }

 .uw-footer-content-top-left-tel .service-add,
 .uw-footer-content-bottom,
 .uw-footer-content-bottom a,
 .uw-path-content a,
 .uw-investor-stock .stock-3,
 .uw-aftersale-item .more-2,
 .uw-contact-add-swiper .text {
     font-size: 12px;
 }

 .uw-footer-content-top-right-nav ul li a,
 .uw-product-alllist-nav a span {
     font-size: 12px;
 }

 .uw-footer-content-top-left-tel .service-hotline,
 .viewmore a,
 .uw-title .uw-text-cn,
 .uw-index-news-item .date-1,
 .uw-aboutus-content-right,
 .uw-division-swiper .text-2,
 .uw-division4-swiper .text-1,
 .uw-technical-text .text-3,
 .uw-culture-swiper .text-2,
 .uw-report-item .data-1,
 .uw-news-information-item .data-1,
 .uw-news-media-item .text-3,
 .uw-news-exhibition-item .text-3,
 .uw-news-exhibition-item .data-1,
 .uw-news-detail-title .text-3 span,
 .uw-aftersale-item .text-3,
 .uw-joinuw-left .text-2 span,
 .uw-talent-swiper .text-2,
 .uw-product-right-swiper .text-2 {
     font-size: 14px;
 }

 .uw-index-product-nav a,
 .uw-technical-text .title-2,
 .uw-team-item .text-2,
 .uw-news-information-item .title-2,
 .uw-repair-left .text-1,
 .uw-repair-left span,
 .uw-repair-left .email-3 strong,
 .uw-joinuw-left .text-2 strong,
 .uw-talent-swiper .title-1,
 .uw-contact-map-addtext .text-2,
 .uw-newsflash-item .title-2,
 .uw-product-text .text-2,
 .uw-index-about-bottom h5 {
     font-size: 14px;
 }

 .uw-footer-content-top-right-nav ul h4,
 .uw-prodcuts-nav-swiper a {
     font-size: 15px;
 }

 .uw-division4-nav a,
 .uw-division4-swiper .title-2,
 .uw-business-bottom-swiper .guoqi span,
 .uw-honor-item .title-1,
 .uw-honor-nav a,
 .uw-culture-swiper .title-1,
 .uw-page-nav a,
 .uw-investor-stock .stock-2,
 .uw-news-media-item .title-2,
 .uw-news-video-swiper .title-2,
 .uw-aftersale-item .title-1,
 .uw-download-item .title-1,
 .uw-uwlife-swiper .title-2,
 .uw-joinuw-list-item .title-1 strong {
     font-size: 18px;
 }

 .uw-header .uw-left h5,
 .uw-header .uw-right,
 .uw-index-techtnical-item .title-1,
 .uw-index-news-item .title-1,
 .uw-report-item .title-2 {
     font-size: 16px;
     line-height: 26px;
 }

 .uw-division-nav a {
     font-size: 17px;
 }

 .uw-index-about-bottom span,
 .uw-index-division-item .title-1,
 .uw-aboutus-content-left,
 .uw-technical-nav-swiper strong,
 .uw-technical-text .title-1,
 .uw-history-nav-swiper .swiper-slide .data-2,
 .uw-culture-item .title-1,
 .uw-team-item a .name-1,
 .uw-investor-stock .stock-1 span,
 .uw-news-exhibition-item .title-2,
 .uw-news-industry-swiper .title-2,
 .uw-product-text .title-1 {
     font-size: 18px;
 }

 .uw-footer-content-top-left-tel .service-number,
 .uw-title .uw-text2,
 .uw-investor-stock .stock-4 li strong,
 .uw-news-xuanzhe a,
 .uw-repair-left strong,
 .uw-product-right-swiper .title-1 {
     font-size: 18px;
 }

 .uw-title .uw-title-cn,
 .uw-index-banner-swiper .swiper-slide .text .title-1,
 .uw-title .uw-text,
 .uw-division-swiper .title-1,
 .uw-news-detail-title .title-1,
 .uw-joinwindows-content .title-2 {
     font-size: 22px;
     line-height: 30px;
 }

 .uw-index-about-bottom strong,
 .uw-title .uw-title-1 {
     font-size: 38px;
 }

 .uw-news-title .title-1 {
     font-size: 50px;
     line-height: 60px;
 }

 .uw-title .uw-title-en,
 .uw-investor-line-content strong {
     font-size: 62px;
     line-height: 70px;
 }

 .uw-index-banner-swiper .swiper-slide .text .title-2 {
     font-size: 36px;
     line-height: 44px;
 }

 .uw-investor-stock .stock-1 strong {
     font-size: 70px;
 }

 .uw-index-division-item .num-1 {
     font-size: 150px;
 }

 .uw-history-list-swiper .data-1 {
     font-size: 200px;
 }

 /* fonts */

 body {
     font-family: Arial;
 }

 input,
 select,
 textarea {
     font-family: Arial;
 }

 .uw-header .uw-left h5,
 .uw-header .uw-right,
 .uw-index-division-item .num-1,
 .uw-history-list-swiper .data-1,
 .uw-history-nav-swiper .swiper-slide .data-2,
 .uw-investor-line-content strong,
 .advantage-characteristics-item .num-1 {
     font-family: 'Conv_D-DINCondensed';
 }

 .uw-footer-content-top-left-tel .service-number,
 .uw-index-about-bottom span,
 .uw-index-about-bottom strong,
 .uw-investor-stock .stock-4 li strong,
 .uw-repair-left .tel-2 strong {
     font-family: 'd-din-bold';
 }

 .uw-path-content a::after {
     font-family: "宋体", Arial;
 }

 .uw-investor-stock .stock-1 strong {
     font-family: 'Conv_D-DINCondensed-Bold';
 }

 @font-face {
     font-family: 'd-din-bold';
     src: url('/Other/en/static/fonts/d-din.bold.eot');
     src: local('?'), url('/Other/en/static/fonts/d-din.bold.woff') format('woff'), url('/Other/en/static/fonts/d-din.bold.ttf') format('truetype'), url('/Other/en/static/fonts/d-din.bold.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'Conv_D-DIN';
     src: url('/Other/en/static/fonts/D-DIN.eot');
     src: local('?'), url('/Other/en/static/fonts/D-DIN.woff') format('woff'), url('/Other/en/static/fonts/D-DIN.ttf') format('truetype'), url('/Other/en/static/fonts/D-DIN.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'Conv_D-DINCondensed';
     src: url('/Other/en/static/fonts/D-DINCondensed.eot');
     src: local('?'), url('/Other/en/static/fonts/D-DINCondensed.woff') format('woff'), url('/Other/en/static/fonts/D-DINCondensed.ttf') format('truetype'), url('/Other/en/static/fonts/D-DINCondensed.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'Conv_D-DINCondensed-Bold';
     src: url('/Other/en/static/fonts/D-DINCondensed-Bold.eot');
     src: local('?'), url('/Other/en/static/fonts/D-DINCondensed-Bold.woff') format('woff'), url('/Other/en/static/fonts/D-DINCondensed-Bold.ttf') format('truetype'), url('/Other/en/static/fonts/D-DINCondensed-Bold.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }

 /* other */

 .uw-contact-add-swiper .add-2,
 .uw-contact-add-swiper .tel-3,
 .uw-index-product-nav a,
 .uw-news-video-swiper .title-2,
 .uw-application-area-nav span,
 .uw-honor-item .title-1,
 .uw-technical-parameter-nav a,
 .clamp1 {
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
 }

 .clamp2,
 .uw-contact-add-swiper .title-1 {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .clamp3 {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .galleryOverlay {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     opacity: 0;
     z-index: 100000;
     background-color: rgba(0, 0, 0, .7);
     overflow: hidden;
     display: none;
     -moz-transition: opacity 0.5s ease;
     -webkit-transition: opacity 0.5s ease;
     transition: opacity 0.5s ease;
 }

 .galleryOverlay.visible {
     opacity: 1;
 }

 .gallerySlider {
     height: 100%;
     left: 0;
     top: 0;
     width: 100%;
     white-space: nowrap;
     position: absolute;
 }

 .gallerySlider .placeholder {
     background: url("/Other/en/static/images/loading.gif") no-repeat center center;
     height: 100%;
     line-height: 1px;
     text-align: center;
     width: 100%;
     display: inline-block;
 }

 .gallerySlider .placeholder:before {
     content: "";
     display: inline-block;
     height: 50%;
     width: 1px;
     margin-right: -1px;
 }

 .gallerySlider .placeholder img {
     display: inline-block;
     max-height: 100%;
     max-width: 100%;
     vertical-align: middle;
 }

 .prevArrow,
 .nextArrow {
     border: none;
     text-decoration: none;
     opacity: 0.5;
     cursor: pointer;
     position: absolute;
     width: 50%;
     height: 100%;
     top: 0;
     margin-top: 0px;
 }

 .prevArrow:hover,
 .nextArrow:hover {
     opacity: 1;
 }

 .prevArrow {
     background-position: left top;
     left: 0;
 }

 .nextArrow {
     background-position: right top;
     right: 0;
 }

 .pagelimit {
     position: absolute;
     bottom: 20px;
     left: 50%;
     margin-left: -18px;
     color: #fff;
     font-size: 18px;
 }

 .closed {
     cursor: pointer;
     position: absolute;
     width: 40px;
     height: 40px;
     right: 2%;
     top: 3%;
     background: url(/Other/en/static/images/xxx.png) center no-repeat #fff;
     transition-duration: 0.5s;
 }

 .closed:hover {
     opacity: 0.5;
 }

 .swiper-button-next,
 .swiper-button-prev,
 .swiper-pagination-bullet {
     outline: none;
 }

 .riifo-faqs-item {
     position: relative;
 }

 .riifo-faqs-item::after {
     content: '';
     width: 100%;
     height: 1px;
     position: absolute;
     left: 0;
     bottom: 0;
     background: #ccc;
 }

 .riifo-faqs-item-title {
     position: relative;
     cursor: pointer;
     padding: 25px 0;
     overflow: hidden;
 }

 .riifo-faqs-item-title strong {
     font-weight: bold;
     font-size: 16px;
 }

 .riifo-faqs-item-title i {
     width: 30px;
     height: 30px;
     position: absolute;
     right: 0;
     top: 50%;
     border-radius: 100%;
     transform: translateY(-50%);
 }

 .riifo-faqs-item-title i::before,
 .riifo-faqs-item-title i::after {
     content: '';
     width: 2px;
     height: 12px;
     position: absolute;
     left: 50%;
     top: 50%;
     margin: -6px 0 0 -1px;
     background: #ccc;
 }

 .riifo-faqs-item-title i::after {
     transform: rotate(90deg);
 }

 .riifo-faqs-item-content {
     display: none;
     padding: 30px 0;
     overflow: hidden;
     line-height: 24px;
     width: 70%;
 }

 .riifo-faqs-item.cur::after {
     width: 100%;
 }

 .riifo-faqs-item.cur i::before {
     display: none;
 }

 .riifo-faqs-item.cur .riifo-faqs-item-title {
     border-bottom: 1px solid #ccc;
 }

 .riifo-faqs-item .viewmore a {
     padding: 0;
 }

 /* animation */

 .uw-index-swiper .swiper-slide .uw-title .uw-title-cn,
 .uw-index-swiper .swiper-slide .swiper-slide .uw-title .uw-title-cn,
 .uw-index-swiper .swiper-slide .uw-title .uw-titlecn {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.2s;
 }

 .uw-index-swiper .swiper-slide .uw-title .uw-title-en,
 .uw-index-swiper .swiper-slide .uw-title .uw-titleen,
 .uw-index-swiper .swiper-slide .swiper-slide .uw-title .uw-title-en {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.4s;
 }

 .uw-index-swiper .swiper-slide .uw-title .uw-line-x,
 .uw-index-swiper .swiper-slide .swiper-slide .uw-title .uw-line-x {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.5s;
 }

 .uw-index-swiper .swiper-slide .uw-index-product-nav {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.6s;
 }

 .uw-index-swiper .swiper-slide .uw-text {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.4s;
 }

 .uw-index-swiper .swiper-slide .uw-title .viewmore {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.5s;
 }

 .uw-index-swiper .swiper-slide .uw-title .uw-text-cn {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.6s;
 }

 .uw-index-swiper .swiper-slide-active .uw-title .uw-title-cn,
 .uw-index-swiper .swiper-slide-active .uw-title .uw-title-en,
 .uw-index-swiper .swiper-slide-active .uw-title .uw-line-x,
 .uw-index-swiper .swiper-slide-active .uw-title .uw-text,
 .uw-index-swiper .swiper-slide-active .uw-title .viewmore,
 .uw-index-swiper .swiper-slide-active .uw-title .uw-text-cn,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-title .uw-title-cn,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-title .uw-title-en,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-title .uw-line-x,
 .uw-index-swiper .swiper-slide-active .uw-title .uw-titlecn,
 .uw-index-swiper .swiper-slide-active .uw-title .uw-titleen,
 .uw-index-swiper .swiper-slide-active .uw-index-product-nav {
     transform: translateX(0px);
     opacity: 1;
 }

 .uw-index-swiper .swiper-slide .uw-index-about-bottom,
 .uw-index-swiper .swiper-slide .uw-culture-item.uci1 {
     transform: translateY(200px);
     opacity: 0;
     transition: all 1s 0.2s;
 }

 .uw-index-swiper .swiper-slide .uw-index-news-bottom,
 .uw-index-swiper .swiper-slide .uw-footer-content,
 .uw-index-swiper .swiper-slide .uw-aboutus-content,
 .uw-index-swiper .swiper-slide .uw-division-nav,
 .uw-index-swiper .swiper-slide .uw-division4-nav,
 .uw-index-swiper .swiper-slide .uw-technical-text,
 .uw-index-swiper .swiper-slide .uw-history-list-bottom,
 .uw-index-swiper .swiper-slide .uw-news-title .title-1,
 .uw-index-swiper .swiper-slide .uw-news-information-list,
 .uw-index-swiper .swiper-slide .uw-news-media-list,
 .uw-index-swiper .swiper-slide .uw-news-xuanzhe,
 .uw-index-swiper .swiper-slide .uw-news-industry-list,
 .uw-index-swiper .swiper-slide .uw-news-video-list,
 .uw-index-swiper .swiper-slide .uw-text2,
 .uw-index-swiper .swiper-slide .uw-investor-stock-content .stock-1,
 .uw-index-swiper .swiper-slide .uw-investor-line-content,
 .uw-index-swiper .swiper-slide .uw-aftersale-content,
 .uw-index-swiper .swiper-slide .uw-download-content,
 .uw-index-swiper .swiper-slide .uw-talent-content,
 .uw-index-swiper .swiper-slide .uw-uwlife-list,
 .uw-index-swiper .swiper-slide .uw-product-text,
 .uw-index-swiper .swiper-slide .uw-prodcuts-nav,
 .uw-index-swiper .swiper-slide .uw-product-right-swiper .text,
 .uw-index-swiper .swiper-slide .uw-culture-item.uci5,
 .uw-index-swiper .swiper-slide .swiper-slide .uw-text,
 .uw-index-swiper .swiper-slide .swiper-slide .uw-index-techtnical-content .viewmore,
 .uw-index-swiper .swiper-slide .uw-division-swiper .title-1 {
     transform: translateY(200px);
     opacity: 0;
     transition: all 1s 0.4s;
 }

 .uw-index-swiper .swiper-slide .swiper-slide-active .uw-index-product-item .text,
 .uw-index-swiper .swiper-slide .uw-index-techtnical-list,
 .uw-index-swiper .swiper-slide .uw-technical-nav,
 .uw-index-swiper .swiper-slide .uw-news-title .viewmore,
 .uw-index-swiper .swiper-slide .uw-investor-stock-content .stock-2,
 .uw-index-swiper .swiper-slide .uw-culture-item.uci3,
 .uw-index-swiper .swiper-slide .uw-detail-introduce-content,
 .uw-index-swiper .swiper-slide .uw-division-swiper .text-2 {
     transform: translateY(200px);
     opacity: 0;
     transition: all 1s 0.5s;
 }

 .uw-index-swiper .swiper-slide .swiper-slide-active .uw-index-product-item .pic,
 .uw-index-swiper .swiper-slide .uw-investor-stock-content .stock-3,
 .uw-index-swiper .swiper-slide .uw-page-nav {
     transform: translateY(200px);
     opacity: 0;
     transition: all 1s 0.6s;
 }

 .uw-index-swiper .swiper-slide .uw-index-news-top .viewmore,
 .uw-index-swiper .swiper-slide .swiper-slide .uw-news-exhibition-item .text,
 .uw-index-swiper .swiper-slide .uw-joinuw-left,
 .uw-index-swiper .swiper-slide .uw-product-left-nav,
 .uw-index-swiper .swiper-slide .uw-title-1,
 .uw-index-swiper .swiper-slide .uw-culture-item.uci4,
 .uw-index-swiper .swiper-slide .uw-culture-item.uci6,
 .uw-index-swiper .swiper-slide .uw-repair-left {
     transform: translateX(-200px);
     opacity: 0;
     transition: all 1s 0.6s;
 }

 .uw-index-swiper .swiper-slide .uw-index-division-right,
 .uw-index-swiper .swiper-slide .uw-download-nav,
 .uw-index-swiper .swiper-slide .uw-joinuw-right,
 .uw-index-swiper .swiper-slide .uw-search-1,
 .uw-index-swiper .swiper-slide .uw-uwlife-nav,
 .uw-index-swiper .swiper-slide .uw-mesages-content,
 .uw-index-swiper .swiper-slide .uw-culture-item.uci2,
 .uw-index-swiper .swiper-slide .uw-repair-right {
     transform: translateX(200px);
     opacity: 0;
     transition: all 1s 0.7s;
 }

 .uw-index-swiper .swiper-slide-active .uw-index-news-top .viewmore,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-news-exhibition-item .text,
 .uw-index-swiper .swiper-slide-active .uw-repair-left,
 .uw-index-swiper .swiper-slide-active .uw-repair-right,
 .uw-index-swiper .swiper-slide-active .uw-download-nav,
 .uw-index-swiper .swiper-slide-active .uw-joinuw-left,
 .uw-index-swiper .swiper-slide-active .uw-joinuw-right,
 .uw-index-swiper .swiper-slide-active .uw-search-1,
 .uw-index-swiper .swiper-slide-active .uw-uwlife-nav,
 .uw-index-swiper .swiper-slide-active .uw-mesages-content,
 .uw-index-swiper .swiper-slide-active .uw-product-left-nav,
 .uw-index-swiper .swiper-slide-active .uw-title-1,
 .uw-index-swiper .swiper-slide-active .uw-culture-item.uci2,
 .uw-index-swiper .swiper-slide-active .uw-culture-item.uci4,
 .uw-index-swiper .swiper-slide-active .uw-culture-item.uci6,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-text,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-index-techtnical-content .viewmore,
 .uw-index-swiper .swiper-slide-active .uw-index-division-right {
     transform: translateX(0px);
     opacity: 1;
 }

 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-index-product-item .text,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-index-product-item .pic,
 .uw-index-swiper .swiper-slide-active .uw-index-about-bottom,
 .uw-index-swiper .swiper-slide-active .uw-division-nav,
 .uw-index-swiper .swiper-slide-active .uw-footer-content,
 .uw-index-swiper .swiper-slide-active .uw-aboutus-content,
 .uw-index-swiper .swiper-slide-active .uw-division-swiper .swiper-slide-active .title-1,
 .uw-index-swiper .swiper-slide-active .uw-division-swiper .swiper-slide-active .text-2,
 .uw-index-swiper .swiper-slide-active .uw-index-techtnical-list,
 .uw-index-swiper .swiper-slide-active .uw-division4-nav,
 .uw-index-swiper .swiper-slide-active .swiper-slide-active .uw-technical-text,
 .uw-index-swiper .swiper-slide-active .uw-index-news-bottom,
 .uw-index-swiper .swiper-slide-active .uw-history-list-bottom,
 .uw-index-swiper .swiper-slide-active .uw-news-title .title-1,
 .uw-index-swiper .swiper-slide-active .uw-news-title .viewmore,
 .uw-index-swiper .swiper-slide-active .uw-page-nav,
 .uw-index-swiper .swiper-slide-active .uw-news-information-list,
 .uw-index-swiper .swiper-slide-active .uw-news-media-list,
 .uw-index-swiper .swiper-slide-active .uw-news-xuanzhe,
 .uw-index-swiper .swiper-slide-active .uw-news-industry-list,
 .uw-index-swiper .swiper-slide-active .uw-news-video-list,
 .uw-index-swiper .swiper-slide-active .uw-text2,
 .uw-index-swiper .swiper-slide-active .uw-investor-stock-content .stock-1,
 .uw-index-swiper .swiper-slide-active .uw-investor-stock-content .stock-2,
 .uw-index-swiper .swiper-slide-active .uw-investor-stock-content .stock-3,
 .uw-index-swiper .swiper-slide-active .uw-investor-line-content,
 .uw-index-swiper .swiper-slide-active .uw-aftersale-content,
 .uw-index-swiper .swiper-slide-active .uw-download-content,
 .uw-index-swiper .swiper-slide-active .uw-talent-content,
 .uw-index-swiper .swiper-slide-active .uw-uwlife-list,
 .uw-index-swiper .swiper-slide-active .uw-product-text,
 .uw-index-swiper .swiper-slide-active .uw-prodcuts-nav,
 .uw-index-swiper .swiper-slide-active .uw-culture-item.uci1,
 .uw-index-swiper .swiper-slide-active .uw-culture-item.uci3,
 .uw-index-swiper .swiper-slide-active .uw-culture-item.uci5,
 .uw-index-swiper .swiper-slide-active .uw-product-right-swiper .swiper-slide-active .text,
 .uw-index-swiper .swiper-slide-active .uw-detail-introduce-content,
 .uw-index-swiper .swiper-slide-active .uw-technical-nav {
     transform: translateY(0px);
     opacity: 1;
 }

 .uw-index-swiper .swiper-slide .uw-team-item {
     opacity: 0;
     transition: all 1s 0.6s;
 }

 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(1),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(4),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(7),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(12),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(19) {
     transition: all 1s 0.8s;
 }

 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(2),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(3),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(5),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(8),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(9) {
     transition: all 1s 0.5s;
 }

 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(6),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(10),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(11),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(13),
 .uw-index-swiper .swiper-slide .uw-team-item:nth-child(14) {
     transition: all 1s 0.4s;
 }

 .uw-index-swiper .swiper-slide-active .uw-team-item {
     opacity: 1;
 }

 .uw-index-swiper .swiper-slide .uw-joinuw-list,
 .uw-index-swiper .swiper-slide .uw-newsflash-list {
     transform: translateY(-30%);
     opacity: 0;
     transition: all 1s 0.7s;
 }

 .uw-index-swiper .swiper-slide-active .uw-joinuw-list,
 .uw-index-swiper .swiper-slide-active .uw-newsflash-list {
     transform: translateY(-50%);
     opacity: 1;
 }

 .uw-index-swiper .swiper-slide .uw-product-right-swiper .pic {
     transform: translate(-50%, 30%);
     opacity: 0;
     transition: all 1s 0.7s;
 }

 .uw-index-swiper .swiper-slide-active .uw-product-right-swiper .pic {
     transform: translate(-50%, 0);
     opacity: 1;
 }

 .returntops {
     width: 30px;
     height: 30px;
     background: rgba(0, 0, 0, .2);
     position: fixed;
     right: 2%;
     bottom: 5%;
     z-index: 9999;
     display: none;
 }

 .returntops a {
     display: block;
     width: 30px;
     height: 30px;
     background: url('/Other/en/static/images/d1.png') center no-repeat;
     transform: rotate(180deg);
 }

 @keyframes w100 {
     0% {
         width: 0%;
     }
     100% {
         width: 100%;
     }
 }

 @keyframes yuanfangda {
     0% {
         transform: translate(-50%, -50%) scale(0.1);
         opacity: 1;
     }
     100% {
         transform: translate(-50%, -50%) scale(1.1);
         opacity: 0;
     }
 }

 @media screen and (max-width: 5120px) {
     .viewmore a.uw-mplay {
         display: none;
     }
 }

 @media screen and (max-width: 3840px) {}

 @media screen and (max-width: 2560px) {}

 @media screen and (max-width: 2048px) {
     .uw-division-swiper .text-2 {
         line-height: 24px;
     }
     .uw-division-swiper .text-2 p,
     .uw-division4-swiper .text-2 p,
     .uw-technical-text .text-3 p,
     .team-popup-right .text-3 p {
         margin: 0;
         padding: 0;
     }
 }

 @media screen and (max-width: 1920px) {
     .uw-prodcuts-detail .img {
         background-size: cover;
         background-position: center top;
         background-repeat: no-repeat;
     }
     .uw-prodcuts-detail .uw-title {
         max-width: 38%;
     }
     .uw-division4-nav a {
         font-size: 14px;
     }
 }

 @media screen and (max-width: 1680px) {
     .uw-index-division-left {
         width: 25%;
     }
     .uw-history-list-top .swiper-button-prev {
         left: 10%;
     }
     .uw-history-list-top .swiper-button-next {
         right: 10%;
     }
     .uw-history-list-swiper .text-2::after {
         margin: 0px auto auto;
     }
     .uw-history-content .uw-title {
         top: 10%;
     }
     .uw-business-bottom-swiper .guoqi img {
         max-width: 80%;
     }
     .uw-culture-item .text {
         width: 80%;
     }
     .uw-culture-top {
         height: 70%;
     }
     .uw-team-item .text,
     .popup-window-content {
         width: 80%;
     }
     .team-popup-right .text-3 {
         font-size: 12px;
         line-height: 20px;
     }
     .uw-product-text .text-2 {
         line-height: 22px;
     }
     .uw-footer-content-top-right-nav ul:nth-child(4),
     .uw-footer-content-top-right-nav ul:nth-child(5) {
         display: none;
     }
     .uw-investor-government .uw-title {
         width: 40%;
     }
     .uw-talent-content {
         padding: 0 5%;
     }
     .uw-joinuw-talent .uw-title {
         width: 50%;
         top: 10%;
     }
     .uw-index-techtnical-item {
         width: 18%;
     }
     .uw-index-about-bottom {
         right: 0;
         bottom: 5%;
         width: 80%;
     }
     .uw-index-about-bottom h5 {
         margin: 0;
         padding: 0;
         font-size: 12px;
         line-height: 20px;
         top: 50%;
         transform: translateY(-50%);
     }
     .uw-aboutus-content-right {
         height: 110px;
     }
     .uw-technical-text .text-3 {
         line-height: 20px;
     }
 }

 @media screen and (max-width: 1600px) {
     .uw-index-techtnical-img-swiper .uw-content {
         top: 10px;
     }
     .uw-index-techtnical-img-swiper .uw-index-techtnical-content {
         margin: auto;
     }
     .uw-index-techtnical-img-swiper .uw-title .uw-text {
         padding-top: 10px;
         padding-bottom: 10px;
     }
     .uw-index-division-left {
         top: 30%;
     }
     .uw-division-swiper .text-2 {
         line-height: 24px;
     }
     .uw-division4-content {
         position: relative;
         z-index: 5;
     }
     .uw-aboutus-content-right {
         line-height: 20px;
     }
     .uw-header-logo {
         width: 6%;
     }
     .uw-header-logo a {
         display: block;
     }
     .uw-header-logo a img {
         display: block;
         width: 100%;
         height: auto;
     }
     .uw-division4-swiper {
         width: 74%;
     }
     .uw-about-technical .swiper-button-next {
         right: 1%;
     }
     .uw-about-technical .swiper-button-prev {
         left: 1%;
     }
     .uw-news-title-top {
         display: none;
     }
     .uw-product-alllist-nav a {
         width: 15%;
         min-height: 40px;
     }
     .uw-product-alllist-nav.num8 a {
         padding: 1% 0;
         margin: 2px;
     }
     .uw-product-alllist-nav a span {
         width: 80%;
     }
 }

 @media screen and (max-width: 1500px) {
     .uw-footer-content-top-left-tel .service-hotline,
     .viewmore a,
     .uw-title .uw-text-cn,
     .uw-index-news-item .date-1,
     .uw-aboutus-content-right,
     .uw-division-swiper .text-2,
     .uw-division4-swiper .text-1,
     .uw-technical-text .text-3,
     .uw-culture-swiper .text-2,
     .uw-report-item .data-1,
     .uw-news-information-item .data-1,
     .uw-news-media-item .text-3,
     .uw-news-exhibition-item .text-3,
     .uw-news-exhibition-item .data-1,
     .uw-news-detail-title .text-3 span,
     .uw-aftersale-item .text-3,
     .uw-joinuw-left .text-2 span,
     .uw-talent-swiper .text-2,
     .uw-product-right-swiper .text-2 {
         font-size: 12px;
     }
     .uw-index-product-nav a,
     .uw-technical-text .title-2,
     .uw-team-item a .text-2,
     .uw-news-information-item .title-2,
     .uw-repair-left .text-1,
     .uw-repair-left span,
     .uw-repair-left .email-3 strong,
     .uw-joinuw-left .text-2 strong,
     .uw-talent-swiper .title-1,
     .uw-contact-add-swiper .title-1,
     .uw-contact-map-addtext .text-2,
     .uw-newsflash-item .title-2,
     .uw-product-text .text-2 {
         font-size: 14px;
     }
     .uw-footer-content-top-right-nav ul h4,
     .uw-technical-nav-swiper strong {
         font-size: 14px;
     }
     .uw-prodcuts-nav-swiper a,
     .uw-division4-nav a,
     .uw-division4-swiper .title-2,
     .uw-business-bottom-swiper .guoqi span,
     .uw-honor-item .title-1,
     .uw-honor-nav a,
     .uw-culture-swiper .title-1,
     .uw-page-nav a,
     .uw-investor-stock .stock-2,
     .uw-news-media-item .title-2,
     .uw-news-video-swiper .title-2,
     .uw-aftersale-item .title-1,
     .uw-download-item .title-1,
     .uw-uwlife-swiper .title-2,
     .uw-joinuw-list-item .title-1 strong {
         font-size: 14px;
     }
     .uw-header .uw-left h5,
     .uw-header .uw-right,
     .uw-index-techtnical-item .title-1,
     .uw-index-news-item .title-1,
     .uw-report-item .title-2 {
         font-size: 14px;
         line-height: 24px;
     }
     .uw-division-nav a {
         font-size: 16px;
     }
     .uw-index-about-bottom span,
     .uw-index-division-item .title-1,
     .uw-aboutus-content-left,
     .uw-technical-text .title-1,
     .uw-history-list-swiper .text-2,
     .uw-history-nav-swiper .swiper-slide .data-2,
     .uw-culture-item .title-1,
     .uw-team-item a .name-1,
     .uw-investor-stock .stock-1 span,
     .uw-news-exhibition-item .title-2,
     .uw-news-industry-swiper .title-2,
     .uw-product-text .title-1 {
         font-size: 18px;
     }
     .uw-footer-content-top-left-tel .service-number,
     .uw-title .uw-text2,
     .uw-investor-stock .stock-4 li strong,
     .uw-news-xuanzhe a,
     .uw-repair-left strong,
     .uw-contact-map-addtext .title-1,
     .uw-product-right-swiper .title-1 {
         font-size: 22px;
     }
     .uw-title .uw-title-cn,
     .uw-index-banner-swiper .swiper-slide .text .title-1,
     .uw-title .uw-text,
     .uw-division-swiper .title-1,
     .uw-news-detail-title .title-1,
     .uw-joinwindows-content .title-2 {
         font-size: 26px;
         line-height: 30px;
     }
     .uw-index-product-item .title-1,
     .uw-index-about-bottom strong,
     .uw-title .uw-title-1 {
         font-size: 28px;
     }
     .uw-news-title .title-1 {
         font-size: 40px;
         line-height: 50px;
     }
     .uw-title .uw-title-en,
     .uw-investor-line-content strong {
         font-size: 52px;
         line-height: 60px;
     }
     .uw-index-banner-swiper .swiper-slide .text .title-2 {
         font-size: 26px;
         line-height: 20px;
     }
     .uw-investor-stock .stock-1 strong {
         font-size: 60px;
     }
     .uw-index-division-item .num-1 {
         font-size: 120px;
     }
     .uw-history-list-swiper .data-1 {
         font-size: 160px;
     }
     .advantage-characteristics-item .text-4 {
         font-size: 12px;
         line-height: 20px;
     }
     .advantage-characteristics-item .title-3 {
         font-size: 16px;
     }
     .technical-parameter-item .link-1 span {
         font-size: 12px;
     }
     .uw-news-information-list {
         height: 100%;
     }
     .mobile-nav li ul.mchildren li a {
         font-size: 14px;
     }
     .rightpic {
         width: 45%;
     }
     .mobile-nav li ul.mchildren li a {
         width: 45%;
     }
     .mobile-nav li a {
         padding: 5px 0;
     }
 }

 @media screen and (max-width: 1440px) {
     .uw-index-banner-swiper .swiper-slide .text .title-2 {
         font-size: 26px;
         line-height: 20px;
     }
     .uw-title .uw-title-en,
     .uw-investor-line-content strong {
         font-size: 42px;
         line-height: 50px;
     }
     .uw-header .uw-content {
         height: 70px;
     }
     .uw-index-banner-swiper {
         height: calc(90% - 70px);
         margin-top: 70px;
     }
     .uw-width-content {
         height: calc(100% - 70px);
         margin-top: 70px;
     }
     .uw-footer {
         height: calc(100% - 70px);
         margin: 70px auto auto auto;
     }
     .uw-width-content .uw-content {
         top: 70px;
     }
     .uw-index-product .uw-width-content .uw-content {
         top: 0px;
     }
     .uw-index-product-item .text-2 {
         line-height: 22px;
         font-size: 12px;
     }
     .uw-index-product .uw-width-content .img,
     .uw-index-techtnical .uw-width-content .img,
     .uw-index-about .uw-width-content .img,
     .uw-index-division .uw-width-content .img,
     .uw-index-news .uw-width-content .img {
         height: 80%;
     }
     .uw-play {
         width: 58px;
         height: 58px;
         margin: -30px 0 0 -30px;
         background-size: 50%;
     }
     .uw-title .uw-text-cn {
         padding: 10px 0;
     }
     .uw-index-about-content {
         margin: auto;
     }
     .uw-footer-content-top-left {
         width: 30%;
     }
     .uw-footer-content-top-right {
         width: 70%;
     }
     .uw-footer-content {
         padding: 3% 3% 2% 3%;
         margin: 1% auto auto auto;
     }
     .uw-footer .uw-content {
         margin: 5% auto auto auto;
     }
     .uw-footer-content-top-right-nav ul li a,
     .uw-news-media-item .data-1,
     .viewmore a,
     .viewmore span,
     .uw-joinus-right .text-3,
     .uw-newsflash-item .date-1 {
         font-size: 12px;
     }
     .uw-header-nav-show.cur {
         transform: translateY(70px);
         height: calc(100% - 70px);
     }
     .mobile-nav li a {
         padding: 10px 0;
         font-size: 18px;
         background-size: 8%;
     }
     .mobile-nav li ul.mchildren li a,
     .uw-product-left-nav li a {
         font-size: 12px;
     }
     .mobile-nav li.cur a {
         font-size: 18px;
     }
     .uw-product-right-swiper .text {
         top: 1%;
     }
     .uw-product-left-nav li a {
         padding: 10px 10px;
     }
     .uw-division4-bottom {
         padding: 2% 0;
     }
     .uw-technical-nav {
         padding: 1% 0;
     }
     .uw-history-list {
         bottom: 1%;
     }
     .uw-history-list-bottom {
         background: url(/Other/en/static/images/timeline.png) center 20px no-repeat;
     }
     .uw-business-bottom {
         padding: 2% 0 0 0;
         bottom: 1%;
     }
     .uw-business-bottom-swiper {
         width: 80%;
     }
     .uw-business-bottom-swiper .guoqi {
         width: 90%;
     }
     .uw-honor-item {
         margin-left: 16%;
     }
     .uw-about-honor .img {
         height: 100%;
     }
     .uw-honor-list {
         width: 55%;
         top: 20%;
         height: 80%;
     }
     .uw-honor-swiper .swiper-slide::after {
         width: 250px;
         height: 214px;
         left: 37px;
         background: url(/Other/en/static/upload/honorb1.png) left top no-repeat;
         background-size: 100%;
     }
     .uw-page-nav a {
         padding: 20px 0;
     }
     .uw-news-information-item .text {
         padding-top: 0px;
     }
     .uw-news-information-item .title-2 {
         line-height: 22px;
     }
     .uw-news-information .img {
         height: 94%;
     }
     .uw-report-list {
         top: 50%;
         transform: translateY(-50%);
     }
     .uw-news-media-item .text-3 {
         padding-top: 10px;
         line-height: 20px;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
     }
     .uw-service-aftersale .uw-title,
     .uw-service-repair .uw-title,
     .uw-service-download .uw-title {
         top: 10%;
     }
     .uw-aftersale-content {
         padding: 2% 3%;
         height: 50%;
     }
     .uw-aftersale-item .text-3 {
         line-height: 20px;
         padding: 2% 0;
     }
     .uw-aftersale-item.cur {
         margin-right: 3%;
         width: 35%;
     }
     .uw-aftersale-item .title-1 {
         padding-bottom: 10px;
     }
     .uw-repair-content {
         padding: 2% 5%;
     }
     .uw-service-aftersale .img,
     .uw-service-repair .img,
     .uw-service-download .img {
         height: 94%;
     }
     .uw-download-item a {
         padding: 10px 0;
     }
     .uw-download-nav {
         top: 20%;
     }
     .uw-joinuw-talent .uw-title {
         top: 10%;
     }
     .uw-contact-add-swiper .add-2 {
         padding-top: 0px;
     }
     .uw-index-scroll {
         bottom: 7%;
     }
     .uw-division4-swiper .text-2 {
         line-height: 20px;
         font-size: 12px;
     }
     .uw-joinuw-list {
         height: 70%;
     }
     .uw-joinuw-social .uw-page-return,
     .uw-joinuw-campus .uw-page-return {
         bottom: 5%;
     }
     .uw-repair-left .text-1 {
         margin-bottom: 50px;
     }
     .uw-repair-left .tel-2,
     .uw-repair-left .email-3 {
         margin-top: 10px;
         padding-left: 0;
         padding: 1% 0 5% 18%;
     }
     .uw-footer-content-top-left-tel .service-wxewm li {
         width: 21%;
     }
     .uw-news-alllist-content {
         width: 70%;
     }
     .uw-news-alllist-newslist .text .title-2 {
         font-size: 17px;
         width: 90%;
     }
     .uw-product-alllist-item .text {
         width: 40%;
         padding-left: 5%;
         padding-top: 3%;
     }
     .uw-product-alllist-item .title-1 {
         font-size: 24px;
     }
     .uw-product-alllist-item .text-2,
     .uw-detail-introduce-content .introduce-3 {
         line-height: 20px;
         font-size: 12px;
     }
     .uw-product-alllist-nav a,
     .uw-prodcuts-type-nav a,
     .uw-detail-introduce-content .introduce-3 strong {
         font-size: 14px;
     }
     .uw-product-alllist-nav a span,
     .uw-detail-introduce-content .link-4 a span,
     .uw-application-area-nav span {
         font-size: 12px;
     }
     .uw-news-title-top .title-1 {
         font-size: 24px;
     }
     .uw-news-title-top .title-2 {
         font-size: 14px;
     }
     .uw-product-alllist-content {
         width: 84.5%;
     }
     .uw-news-detail {
         margin: 70px auto auto;
     }
     .uw-index-product-item .title-1 {
         font-size: 24px;
     }
     .uw-detail-introduce-content .title-2 {
         font-size: 20px;
     }
     .uw-detail-introduce-content .link-4 a {
         width: 20%;
         font-size: 0;
     }
     .uw-detail-introduce-content .title-2 {
         padding: 2% 0 2% 0;
     }
     .uw-detail-introduce-content .texttop-click::after {
         width: 24px;
         height: 12px;
         background: url(/Other/en/static/images/d2.png) center no-repeat;
         background-size: 100%;
     }
     .uw-title .uw-titlecn {
         font-size: 34px;
     }
     .uw-title .uw-titleen {
         font-size: 17px;
     }
     .technical-parameter-item .item-list {
         height: 360px;
     }
     .uw-application-area-nav {
         width: 400px;
     }
     .uw-prodcuts-detail .uw-index-scroll {
         bottom: 3%;
     }
     .uw-data-download-left .title-6,
     .uw-data-download-right .title-6 {
         font-size: 14px;
     }
     .uw-data-download {
         width: 95%;
     }
     .uw-data-download-right .title-6 {
         width: 85%;
         text-overflow: ellipsis;
         white-space: nowrap;
         overflow: hidden;
     }
     .uw-data-download-left a {
         padding: 7%;
     }
     .technical-parameter-item .item-title li span,
     .technical-parameter-item .item-list li span {
         font-size: 12px;
     }
     .uw-honor-item .honor-1 img {
         max-height: 200px;
     }
     .uw-honor-item .title-1 {
         font-size: 12px;
     }
     .related-prev {
         right: 9%;
     }
     .uw-index-division-left {
         width: 25%;
     }
 }

 @media screen and (max-width: 1366px) {
     .uw-product-text .text-2 {
         line-height: 20px;
         font-size: 12px;
     }
     .uw-prodcuts-nav-swiper a {
         font-size: 14px;
     }
     .uw-prodcuts-nav-swiper a span {
         width: 70%;
     }
     .uw-product-right-swiper .text {
         width: 80%;
         left: 10%;
     }
     .uw-technical-content .uw-title {
         top: 10%;
     }
     .uw-history-list-swiper .text-2 {
         font-size: 14px;
     }
     .uw-talent-swiper .text-2 {
         min-height: 40px;
     }
     .uw-joinuw-list {
         height: 75%;
         transform: translateY(-55%);
     }
     .uw-detail-introduce-content .title-2 {
         font-size: 18px;
     }
     .technical-parameter-item .item-list .item-li,
     .uw-data-download-left .title-6,
     .uw-data-download-right .title-6,
     .uw-data-download-right .link-6 span,
     .uw-data-download-left .link-6 span {
         font-size: 12px;
     }
     .technical-parameter-item .item-list {
         height: 350px;
     }
     .uw-data-download-left a {
         padding: 5.5%;
     }
 }

 @media screen and (max-width: 1280px) {
     .related-prev {
         right: 10%;
     }
     .index-content,
     .page-content,
     .characteristic-advantage-item .title-2 {
         width: 90%;
     }
 }

 @media screen and (max-width: 1152px) {
     .uw-prodcuts-detail .uw-title {
         max-width: 100%;
     }
 }

 @media screen and (max-width: 1024px) {}

 @media screen and (max-width: 640px) {
     .pcshow {
         display: none !important;
     }
     .mbshow {
         display: block !important;
     }
     .uw-header-logo {
         width: 80px;
     }
     .uw-header-logo a {
         display: block;
         width: 100%;
     }
     .uw-header-logo a img {
         display: block;
         width: auto;
         height: auto;
         margin: auto;
         max-height: 100%;
         max-width: 100%;
     }
     .uw-header .uw-search {
         margin-left: 5px;
     }
     .swiper-pagination-clickable .swiper-pagination-bullet {
         display: none;
     }
     .uw-index-banner-swiper .swiper-slide .text .title-1 {
         font-size: 18px;
         line-height: 24px;
     }
     .uw-index-banner-swiper .swiper-slide .text .title-2 {
         font-size: 20px;
         line-height: 20px;
     }
     .uw-index-scroll {
         bottom: 3%;
     }
     .uw-index-product-content-left {
         width: 90%;
         left: 5%;
         top: 10%;
     }
     .uw-title .uw-title-en,
     .uw-investor-line-content strong {
         font-size: 22px;
         line-height: 30px;
     }
     .uw-index-product-nav,
     .uw-product-left-nav {
         margin-top: 2%;
         overflow-y: hidden;
         overflow-x: scroll;
         overflow: auto;
         width: 100%;
         white-space: nowrap;
     }
     .uw-index-product-nav::-webkit-scrollbar,
     .uw-product-left-nav::-webkit-scrollbar {
         height: 0px;
         width: 0px;
         background: #ccc;
     }
     .uw-index-product-nav a,
     .uw-product-left-nav li {
         width: auto;
         display: inline-block;
         float: none;
         vertical-align: middle;
         position: relative;
     }
     .uw-index-product-content-right,
     .uw-index-techtnical-content .uw-title {
         width: 100%;
     }
     .uw-index-product .uw-index-scroll,
     .uw-play,
     .uw-index-division-item a .num-1,
     .uw-index-division-item a:hover .viewmore,
     .uw-footer-content-top-right-nav ul li,
     .rightpic,
     .uw-prodcuts .uw-index-scroll,
     .uw-division4-nav {
         display: none;
     }
     .uw-index-product-item .text {
         width: 90%;
     }
     .uw-index-product-item .title-1 {
         font-size: 18px;
     }
     .uw-index-product-item .text-2 {
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
     }
     .uw-index-techtnical-img-swiper,
     .uw-index-techtnical-img-swiper .pic {
         height: 100%;
     }
     .uw-index-techtnical-img-swiper .pic img {
         height: 100%;
     }
     .uw-index-techtnical-content {
         margin: auto;
     }
     .uw-width-content .uw-content {
         top: 10%;
     }
     .uw-index-techtnical-item {
         border: none;
         width: 50%
     }
     .uw-title .uw-text {
         padding-bottom: 0px;
         padding-top: 20px;
     }
     .uw-index-techtnical-item .title-1 {
         margin: 10px 0;
     }
     .uw-index-about-content .uw-title {
         width: 100%;
     }
     .uw-index-about-content .uw-title .uw-text-cn,
     .uw-product-right-swiper .text-2 {
         padding: 0px;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         margin: 10px 0;
     }
     .uw-index-about-bottom {
         bottom: 10%;
         width: 90%;
     }
     .uw-index-about-bottom li {
         width: 50%;
         padding: 5%;
         margin-bottom: 1px;
         border-bottom: 1px solid #ccc;
     }
     .uw-index-about-bottom h5 {
         margin: 0;
         position: relative;
         left: auto;
         top: auto;
         width: 100%;
     }
     .uw-index-about-bottom li:first-child {
         border-left: none;
         border-bottom: 1px solid #ccc;
     }
     .uw-index-about-bottom li:nth-child(3),
     .uw-index-about-bottom li:nth-child(4) {
         border-bottom: none
     }
     .uw-index-division-left {
         top: 15%;
         width: 90%;
     }
     .uw-index-division-right {
         bottom: 15%;
         width: 90%;
     }
     .uw-index-division-item .pic {
         background-image: none;
     }
     .uw-footer-content-top-left,
     .uw-footer-content-top-right,
     .uw-footer-content-bottom-left,
     .uw-footer-content-bottom-right,
     .uw-footer .uw-content,
     .uw-product-left-nav,
     .uw-aboutus-content-left,
     .uw-aboutus-content-right,
     .uw-culture-top-left {
         width: 100%;
     }
     .uw-footer-content-top-right-nav,
     .uw-footer-content-bottom-right {
         text-align: left;
     }
     .uw-footer-content-bottom-right a {
         margin-left: 0px;
         margin-right: 10px;
     }
     .uw-footer-content-top-right-nav ul {
         display: block;
         text-align: left;
         margin-left: 0;
         border-bottom: 1px solid #ccc;
     }
     .uw-footer-content-top-right-nav ul:last-child {
         border: none;
     }
     .uw-footer-content-top {
         padding-bottom: 0px;
     }
     .uw-footer-content {
         padding: 5%;
         position: absolute;
         bottom: 0;
         background: #fff;
         box-sizing: border-box;
     }
     .uw-footer-content-top-right-nav ul h4 {
         font-size: 12px;
         margin: 0;
         padding: 5px 0;
     }
     .uw-footer .uw-title {
         margin-left: 5%;
         margin-top: 10%;
     }
     .uw-footer-content-bottom {
         padding: 10px 0;
     }
     .uw-footer-content-top-left-tel .service-social {
         margin-top: 0px;
     }
     .uw-footer-content-top-left-tel .service-social i {
         width: 35px;
         height: 35px;
     }
     .uw-footer {
         background-size: cover;
     }
     .mobile-nav li a,
     .mobile-nav li ul.mchildren li a,
     .uw-honor-nav {
         width: 100%;
     }
     .mobile-nav li ul {
         position: relative;
         top: auto;
         right: auto;
     }
     .mobile-nav li ul.mchildren {
         width: 100%;
         height: auto;
         padding-left: 0;
         background: transparent;
     }
     .mobile-nav ul {
         overflow-y: auto;
     }
     .mobile-nav li ul {
         padding: 0 0 5% 0;
     }
     .mobile-nav li ul li a {
         padding: 10px 0;
     }
     .uw-prodcuts .uw-title,
     .uw-history-content .uw-title {
         top: 10%;
         width: 90%;
     }
     .uw-title .uw-title-1 {
         font-size: 22px;
         padding: 20px 0 10px 0;
     }
     .uw-product-right-type {
         top: auto;
         width: 90%;
         bottom: 10%;
         height: 60%;
     }
     .uw-product-right-swiper .text {
         width: 90%;
         left: 5%;
     }
     .uw-aboutus .uw-title {
         top: 10%;
     }
     .uw-business-content .uw-title,
     .uw-honor-content .uw-title {
         top: 10%;
         width: 90%;
     }
     .uw-aboutus .uw-division4-content .uw-title {
         top: 10%;
     }
     .uw-aboutus-content-right {
         height: 150px;
         overflow-y: auto;
         margin-top: 10px;
     }
     .uw-division-swiper .img img,
     .uw-technical-img-swiper .img img,
     .uw-technical-img-swiper {
         height: 100%;
     }
     .uw-division-swiper .text {
         width: 90%;
         left: 5%;
         transform: translateY(-55%);
     }
     .uw-division-swiper .text-2 {
         line-height: 20px;
     }
     .uw-division4-swiper {
         width: 90%;
     }
     .uw-division4-bottom {
         padding: 5% 0;
     }
     .uw-technical-nav-swiper strong {
         font-size: 12px;
     }
     .uw-about-technical .swiper-button-next,
     .uw-about-technical .swiper-button-prev,
     .uw-business-bottom,
     .uw-culture-top-right,
     .uw-team-content .uw-title {
         display: none;
     }
     .uw-technical-nav-swiper .swiper-slide::after {
         right: -10%;
     }
     .uw-technical-img-swiper .text,
     .uw-technical-content .uw-title {
         width: 90%;
         overflow: hidden;
     }
     .uw-history-list-swiper .data-1 {
         font-size: 70px;
     }
     .uw-history-list-top .swiper-button-next {
         right: 5%;
     }
     .uw-history-list-top .swiper-button-prev {
         left: 5%;
     }
     .uw-business-content .map {
         width: 100%;
         height: auto;
         right: 0;
         bottom: -10%;
         top: auto;
     }
     .uw-point.point4 {
         left: 5%;
     }
     .uw-point.point2 {
         left: 30%;
     }
     .uw-point.point5 {
         left: 20%;
         top: 20%;
     }
     .uw-point.point6 {
         left: 35%;
         top: 10%;
     }
     .uw-about-business .img {
         height: 100%;
     }
     .uw-honor-swiper .swiper-slide::after {
         width: 125%;
     }
     .uw-honor-nav {
         margin-top: 4%;
     }
     .uw-honor-nav a {
         width: 48%;
         box-sizing: border-box;
         float: left;
         padding: 3%;
     }
     .uw-honor-item.uhi1,
     .uw-honor-item.uhi3 {
         margin-top: 0;
     }
     .uw-honor-item {
         margin-left: auto;
         margin: auto;
     }
     .uw-honor-list {
         width: 90%;
         bottom: 0;
         top: auto;
         height: 50%;
     }
     .uw-honor-swiper .swiper-slide::after {
         left: 3%;
     }
     .uw-culture-item {
         width: 50%;
         height: 33%;
     }
     .uw-culture-item .text {
         width: 80%;
     }
     .uw-team-list {
         height: 100%;
     }
     .uw-team-item {
         width: 25%;
         height: 16.666%;
     }
     .uw-team-item .name-1,
     .uw-team-item .text-2 {
         font-size: 12px;
     }
     .uw-team-item a .name-1 {
         padding-bottom: 0px;
         font-size: 14px;
     }
     .uw-team-item a .text-2 {
         font-size: 12px;
         display: none;
     }
     .uw-team-item .text {
         width: 80%;
     }
     .uw-news-content .uw-title.center {
         width: 90%;
     }
     .uw-news-title .title-1 {
         font-size: 24px;
         line-height: 30px;
     }
     .uw-news-content .uw-title,
     .uw-investor-content .uw-title {
         top: 5%;
         width: 90%;
     }
     .uw-news-information-list,
     .uw-news-media-list {
         position: absolute;
         width: 90%;
         right: 5%;
         top: auto;
         bottom: 5%;
         height: 70%;
         overflow-y: auto;
     }
     .uw-news-information .img {
         height: 98%;
     }
     .uw-news-information-item,
     .uw-news-media-item {
         width: 100%;
         margin: 2% 0;
     }
     .uw-news-information-item .pic,
     .uw-news-media-item .pic {
         width: 40%;
         float: left;
     }
     .uw-news-information-item .text,
     .uw-news-media-item .text {
         width: 55%;
         float: left;
         padding: 0;
         padding-left: 5%;
     }
     .uw-news-information-item .data-1,
     .uw-news-media-item .data-1 {
         margin-top: -7px;
     }
     .uw-news-information-item .title-2,
     .uw-news-media-item .title-2 {
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
     }
     .uw-news-media-item .text-3 {
         display: none;
     }
     .uw-news-media-item .title-2 {
         line-height: 22px;
         font-size: 14px;
     }
     .uw-news-exhibition-item .text {
         left: 5%;
         width: 80%;
     }
     .uw-news-detail {
         width: 94%;
         margin: 50px auto auto;
     }
     .uw-news-detail-title {
         left: 5%;
         width: 90%;
     }
     .uw-news-detail-content {
         width: 90%;
     }
     .uw-news-detail-pageturn a.prev,
     .uw-news-detail-pageturn a.next {
         width: 100%;
         text-align: left;
     }
     .uw-news-detail-pageturn a.return {
         position: relative;
         left: auto;
         top: auto;
         transform: none;
         text-align: left;
     }
     .detail .uw-footer-content {
         position: relative;
     }
     .detail .uw-footer {
         width: 100%;
     }
     .detail .uw-path-content,
     .uw-investor-stock-content .stock-4 li::after {
         display: none;
     }
     .uw-investor-stock-content {
         top: 25%;
         width: 90%;
     }
     .uw-investor-stock-content .stock-1 span {
         font-size: 14px;
     }
     .uw-investor-stock-content .stock-4 {
         padding-top: 20px;
     }
     .uw-investor-stock-content .stock-4 li {
         margin-right: 0;
         margin-top: 5%;
         width: 45%;
     }
     .uw-report-list {
         width: 90%;
         top: auto;
         bottom: 5%;
         height: 70%;
         overflow: auto;
         overflow-y: auto;
         overflow-x: hidden;
     }
     .uw-report-item {
         width: 100%;
         margin-right: auto;
     }
     .uw-report-item a::after {
         width: 40px;
         height: 40px;
     }
     .uw-investor-line .uw-investor-content .uw-title {
         top: 15%;
     }
     .uw-aftersale-content {
         width: 90%;
         height: 300px;
         padding: 5%;
         overflow: auto;
         overflow-y: scroll;
         overflow-x: hidden;
     }
     .uw-aftersale-item.cur {
         margin-right: auto;
         width: 100%;
     }
     .uw-service-aftersale .img,
     .uw-service-repair .img,
     .uw-service-download .img,
     .uw-joinuw-social .img,
     .uw-joinuw-campus .img,
     .uw-joinuw-newsflash .uw-width-content .img,
     .uw-contact-mesages .img {
         height: 98%;
     }
     .uw-aftersale-item.cur:nth-child(2) {
         margin-left: auto;
         margin-right: auto;
     }
     .uw-aftersale-item.cur .text-3 {
         display: block;
     }
     .uw-aftersale-item {
         height: auto;
         width: 100%;
     }
     .uw-aftersale-item a {
         padding: 5%;
     }
     .uw-repair-left,
     .uw-repair-right {
         width: 100%;
     }
     .uw-repair-left .tel-2::before,
     .uw-repair-left .email-3::before {
         width: 35px;
         height: 35px;
     }
     .uw-repair-left .text-1 {
         margin-bottom: 0px;
     }
     .uw-repair-left .tel-2,
     .uw-repair-left .email-3 {
         margin-top: 10px;
         padding: 1% 0 1% 15%;
     }
     .uw-repair-left span {
         margin-top: -5px;
         font-size: 12px;
         padding: 0;
     }
     .uw-repair-left .text-1 {
         line-height: 20px;
         font-size: 12px;
         letter-spacing: -1px;
     }
     .uw-repair-left .tel-2::before,
     .uw-repair-left .email-3::before {
         background-size: 50%;
     }
     .uw-download-nav {
         width: 90%;
         top: 30%;
     }
     .uw-download-nav a {
         padding: 10px;
         width: 25%;
         font-size: 12px;
     }
     .uw-download-content {
         width: 90%;
         height: 50%;
         overflow: auto;
         overflow-y: auto;
         overflow-x: hidden;
     }
     .uw-download-item {
         width: 100%;
         margin: 0 0 1% 0;
     }
     .uw-joinuw-content .uw-title.center {
         width: 90%;
     }
     .uw-page-nav a {
         margin: 0 1px;
         font-size: 12px;
     }
     .uw-joinuw-left,
     .uw-joinuw-right {
         bottom: 5%;
         width: 50%;
     }
     .uw-joinuw-right .icon-1,
     .uw-joinuw-left .icon-1 {
         width: 30%;
     }
     .uw-joinuw-left .text-2 {
         width: 70%;
         left: 33%;
     }
     .uw-joinuw-right .text-2 {
         width: 70%;
         right: 33%;
     }
     .uw-joinuw-right .text-2 span,
     .uw-joinuw-left .text-2 span {
         display: none;
     }
     .uw-joinuw-talent .uw-title,
     .uw-joinuw-content .uw-title,
     .uw-contact-content .uw-title {
         width: 90%;
     }
     .uw-title .uw-text2 {
         padding-top: 10px;
         font-size: 18px;
     }
     .uw-title .uw-text-cn {
         padding: 10px 0;
         line-height: 21px;
     }
     .uw-joinuw-content .uw-title {
         top: 5%;
     }
     .uw-joinuw-list {
         width: 90%;
         top: auto;
         bottom: 5%;
         transform: none;
         height: 62%;
     }
     .uw-joinuw-social .uw-page-return,
     .uw-joinuw-campus .uw-page-return {
         left: 5%;
         bottom: 3%;
         width: 90%;
     }
     .uw-joinuw-list-item.cur .title-1 {
         width: 100%;
         border-right: none;
     }
     .uw-joinuw-list-item.cur {
         width: 100%;
         padding: 2% 5%;
     }
     .uw-joinuw-list-item {
         width: 100%;
         height: auto;
         margin-right: 0;
         margin: 1% 0;
         padding: 2% 5%;
     }
     .uw-joinus-right {
         height: auto;
         margin: 0;
         width: 100%;
         height: 100%;
         margin-left: auto;
         background: #fff;
         padding: 5%;
         overflow: hidden;
         box-sizing: border-box;
         position: fixed;
         left: 0;
         top: 0;
         z-index: 999;
         display: none;
     }
     .uw-joinuw-list-item.cur .uw-joinus-right {
         display: block;
     }
     .uw-joinuw-list-item .title-1 strong {
         width: 100%;
         height: auto;
         margin: 10px auto;
     }
     .uw-joinuw-list-item .title-1 {
         position: relative;
         width: 100%;
         height: auto;
         left: auto;
         top: auto;
     }
     .uw-joinuw-list-item .title-1 i {
         bottom: 50%;
         left: 95%;
     }
     .uw-newsflash-list {
         width: 90%;
         right: 5%;
         top: auto;
         bottom: 5%;
         height: 70%;
         transform: none;
     }
     .uw-newsflash-item {
         width: 100%;
         margin: 0 0 2% 0;
         border-bottom: 1px solid #ccc;
         padding-bottom: 20px;
     }
     .uw-newsflash-item .title-2 {
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
     }
     .uw-joinuw-newsflash .uw-joinuw-content .uw-title {
         top: 5%;
     }
     .uw-uwlife-nav {
         width: 90%;
         top: 30%;
     }
     .uw-uwlife-nav a {
         padding: 10px;
         width: 25%;
     }
     .uw-contact-bottom {
         display: none;
     }
     .uw-contact-us .img {
         height: 98%;
     }
     .uw-contact-map-swiper {
         width: 100%;
         left: 0;
         bottom: 0;
         box-shadow: none
     }
     .uw-contact-map-addtext:hover .text-2,
     .uw-contact-map-addtext .text-2 {
         height: auto;
     }
     .uw-contact-map-addtext .title-1 {
         background: none;
         font-size: 18px;
     }
     .uw-contact-map-swiper .swiper-slide {
         height: auto;
     }
     .uw-contact-content .uw-title {
         top: 15%;
     }
     .uw-mesages-content {
         right: 5%;
         top: auto;
         bottom: 5%;
         width: 90%;
     }
     .uw-news-alllist-nav a {
         padding: 4% 1%;
         font-size: 14px;
     }
     .uw-news-alllist-content {
         width: 90%;
     }
     .uw-news-alllist-newslist .img,
     .uw-news-alllist-newslist .text {
         width: 100%;
     }
     .uw-news-alllist-newslist .text {
         margin: 0;
         padding: 5% 0;
     }
     .uw-news-alllist-newslist .title-2 {
         font-size: 16px;
         padding-bottom: 20px;
     }
     .uw-news-alllist-videolist a {
         float: none;
         width: 100%;
         margin-bottom: 4%;
         margin-right: 0;
     }
     .uw-news-alllist {
         width: 100%;
         margin: 40px auto auto auto
     }
     .uw-news-content .uw-title .viewmore {
         position: absolute;
         right: 0;
         top: 0;
     }
     .uw-news-content .uw-title .uw-news-title .viewmore,
     .uw-news-industry .uw-news-content .uw-title .viewmore,
     .uw-news-video .uw-news-content .uw-title .viewmore,
     .uw-news-exhibition .uw-news-content .uw-title .viewmore {
         position: relative;
         right: auto;
         top: auto;
     }
     .uw-environment {
         width: 90%;
     }
     .uw-environment-detail-content {
         column-count: 2;
         column-gap: 5px;
     }
     .uw-environment-item {
         margin-bottom: 5px;
     }
     .uw-environment-item .title-1 {
         font-size: 12px;
         font-weight: normal;
     }
     .uw-index-techtnical-content .uw-title .uw-text {
         font-size: 14px;
         line-height: 22px;
     }
     .uw-index-news-top .viewmore {
         position: relative;
     }
     .uw-product-alllist-nav,
     .uw-path-content a.cur,
     .uw-detail-introduce-content .type-1,
     .uw-application-area-nav,
     .uw-aftersale-item .more-2 {
         display: none;
     }
     .uw-product-alllist-list {
         padding: 5% 0;
         width: 100%;
         margin: 0 auto;
     }
     .uw-product-alllist-content {
         width: 90%;
     }
     .uw-product-alllist-item .img,
     .uw-prodcuts-type-nav {
         width: 100%;
     }
     .uw-product-alllist-item .text {
         width: 90%;
         padding: 5%;
     }
     .uw-news-title-top.centertop {
         transform: translateY(-40%);
     }
     .uw-prodcuts-type-nav a {
         font-size: 13px;
         width: 48%;
         border: 1px solid #ccc;
         padding: 10px 0;
         box-sizing: border-box;
         margin: 1px;
     }
     .uw-path-content a::after {
         font-size: 12px;
         margin: 0px;
     }
     .uw-detail-introduce {
         position: absolute;
         width: 90%;
         top: auto;
         bottom: 25%;
         overflow: hidden;
         transform: none;
     }
     .uw-page-nav {
         overflow-y: hidden;
         overflow-x: scroll;
         overflow: auto;
         width: 100%;
         white-space: nowrap;
         font-size: 0;
     }
     .uw-page-nav::-webkit-scrollbar {
         height: 0px;
         width: 0px;
         background: #ccc;
     }
     .uw-page-nav a {
         font-size: 13px;
         margin: 0 15px;
     }
     .uw-technological-process {
         right: 5%;
         top: 50%;
         width: 90%;
         transform: translateY(-40%);
     }
     .uw-prodcuts-detail .uw-title {
         top: 15%;
         width: 90%;
     }
     .related-prev,
     .related-next {
         top: 10%;
     }
     .related-prev {
         right: 20%;
     }
     .uw-prodcuts-detail .uw-play {
         display: block;
         margin: -50px 0 0 -30px;
     }
     .advantage-characteristics-item a {
         margin: 0;
     }
     .advantage-characteristics-item a:hover .text-4,
     .advantage-characteristics-item a .text-4 {
         height: auto;
     }
     .uw-technical-parameter {
         right: 5%;
         width: 90%;
         height: 60%;
     }
     .technical-parameter-item .item-list .item-li,
     .uw-technical-parameter-nav {
         width: 100%;
         margin-right: 0;
         max-width: 100%;
     }
     .technical-parameter-item .title-1 {
         font-size: 18px;
     }
     .technical-parameter-item .item-list {
         height: 250px;
     }
     .uw-application-area {
         right: 5%;
         top: auto;
         bottom: 5%;
         width: 90%;
         height: 60%;
     }
     .technical-parameter-item .item-list .item-li {
         border-bottom: 1px solid #666;
     }
     .technical-parameter-item .item-top {
         padding: 1% 0 5% 0;
     }
     .uw-footer-content {
         width: 100%;
     }
     .uw-technical-text .text-3 {
         line-height: 18px;
     }
     .uw-culture-item .title-1 {
         font-size: 14px;
     }
     .uw-culture-item .text-2 {
         font-size: 12px;
         padding-top: 5px;
     }
     .uw-news-information-list-content {
         position: relative;
         width: 100%;
         right: 0;
         top: auto;
         transform: none;
     }
     .uw-news-media-item .data-1 {
         margin-top: 0;
     }
     .uw-news-video .uw-news-video-top .viewmore {
         left: 5%;
         right: auto;
     }
     .uw-news-detail-content-text img {
         height: auto !important;
     }
     .uw-aftersale-item.cur:nth-child(3) {
         margin-left: 0;
         padding-top: 5%;
     }
     .uw-aftersale-item.cur:nth-child(2) {
         padding-top: 5%;
     }
     .uw-repair-right .ritem1,
     .uw-repair-right .ritem2 {
         padding: 0px;
     }
     .uw-index-swiper .swiper-slide-active .uw-joinuw-list,
     .uw-index-swiper .swiper-slide-active .uw-newsflash-list {
         transform: none;
     }
     .uw-joinuw-newsflash .uw-title .viewmore {
         position: absolute;
         right: 0;
         top: 0;
     }
     .uw-joinuw-newsflash .uw-title .viewmore a {
         width: 100px;
     }
     .uw-joinuw-uwlife .viewmore {
         top: 15%;
     }
     .uw-index-product-item .pic img.img-block {
         height: auto;
     }
     .popup-window-content,
     .team-popup-right {
         width: 100%;
     }
     .uw-partner-content {
         width: 100%;
         padding: 5% 0 15% 0;
     }
     .uw-partner-text {
         padding: 5% 0;
         font-size: 14px;
         line-height: 26px;
     }
     .uw-partner-logo li {
         width: 25%;
     }
     .related-products-item .title-2 {
         font-size: 14px;
     }
     .advantage-characteristics-item .num-1 {
         display: none;
     }
     .uw-prodcuts-detail .uw-title.top10 {
         top: 10%;
     }
     .uw-aboutus-content-right {
         height: auto;
         display: -webkit-box;
         -webkit-line-clamp: 17;
         -webkit-box-orient: vertical;
     }
     .uw-aboutus-content:hover .uw-aboutus-content-right {
         overflow: hidden;
         height: auto;
     }
     .uw-division4-swiper .text-2 {
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 16;
         -webkit-box-orient: vertical;
     }
     .uw-technical-text .text-3,
     .uw-history-list-swiper .text-2,
     .uw-detail-introduce-content .introduce-3 {
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 10;
         -webkit-box-orient: vertical;
     }
     .uw-index-swiper .swiper-slide .uw-title .uw-text-cn {
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 8;
         -webkit-box-orient: vertical;
         padding: 0;
         margin-top: 2%;
     }
     .uw-index-swiper .swiper-slide .uw-investor-content .uw-title .uw-text-cn {
         -webkit-line-clamp: initial;
     }
     .uw-technical-content .img {
         height: 100%;
     }
     .uw-history-list-swiper .text-2 {
         line-height: 22px;
         font-size: 13px;
     }
     .uw-history-list-swiper .text-2::after {
         width: 30px;
         height: 30px;
         background-size: 80%;
         margin: 10px auto auto;
     }
     .uw-history-list-swiper .swiper-slide {
         height: auto;
     }
     .uw-aboutus-company-profile {
         padding: 10% 5%;
     }
     .uw-technical-text .text-3 ul {
         margin: 0;
         padding: 5%;
     }
     .uw-technical-parameter-nav {
         width: 100%;
         white-space: nowrap;
         overflow: auto;
     }
     .uw-technical-parameter-nav::-webkit-scrollbar {
         height: 0px;
         width: 0px;
         background: #dbdedf;
     }
     .uw-technical-parameter-nav a {
         display: inline-block;
         vertical-align: middle;
         width: auto;
     }
     .uw-division-swiper .swiper-button-prev,
     .uw-division-swiper .swiper-button-next,
     .uw-division4-bottom .swiper-button-next,
     .uw-division4-bottom .swiper-button-prev,
     .uw-history-list-top .swiper-button-next,
     .uw-history-list-top .swiper-button-prev,
     .uw-honor-content .swiper-button-next,
     .uw-honor-content .swiper-button-prev,
     .uw-news-exhibition-swiper .swiper-button-next,
     .uw-news-exhibition-swiper .swiper-button-prev,
     .uw-news-video .swiper-button-prev,
     .uw-news-video .swiper-button-next,
     .uw-uwlife-list .swiper-button-next,
     .uw-uwlife-list .swiper-button-prev,
     .uw-advantage-characteristics .swiper-button-prev,
     .uw-advantage-characteristics .swiper-button-next,
     .uw-application-area-swiper .swiper-button-next,
     .uw-application-area-swiper .swiper-button-prev {
         display: none;
     }
     .uw-index-swiper .swiper-slide .uw-index-product-nav,
     .uw-culture-bottom .swiper-button-prev,
     .uw-culture-bottom .swiper-button-next,
     .uw-team-item.uti2,
     .uw-team-item.uti3,
     .uw-news-media-item a:hover .text::after {
         display: none;
     }
     .uw-report-item a::after {
         width: 30px;
         height: 30px;
         background-size: 50%;
     }
     .uw-report-item a:hover::after {
         background-size: 50%;
     }
     .uw-report-item .title-2 {
         min-height: auto;
     }
     .uw-index-banner-swiper .swiper-slide .text {
         left: 5%;
         width: 90%;
     }
     .viewmore a,
     .viewmore span {
         width: 100px;
         height: 30px;
         line-height: 30px;
     }
     .uw-index-product-nav a,
     .uw-index-division-item .title-1,
     .uw-point span {
         font-size: 12px;
     }
     .uw-division-nav {
         bottom: 5%;
     }
     .uw-division-nav a {
         font-size: 12px;
     }
     .uw-index-product-item .text {
         padding-bottom: 5%;
     }
     .uw-index-division-item .text {
         left: 10%;
     }
     .uw-product-alllist-item .title-1 {
         font-size: 18px;
     }
     .uw-prodcuts-detail .uw-title .uw-titlecn {
         font-size: 24px;
     }
     .uw-history-list-swiper .text-2 {
         width: 90%;
         margin: auto;
         font-size: 12px;
     }
     .uw-point.point16 {
         left: 15%;
     }
     .uw-point.point3 {
         top: 8%;
     }
     .uw-point.point8 {
         top: 25%;
     }
     .uw-point.point17 {
         left: 10%;
     }
     .uw-point.point7 {
         left: 50%;
         top: 60%;
     }
     .uw-point.point14 {
         left: 61%;
         top: 48%;
     }
     .uw-culture-item.uci3,
     .uw-culture-item.uci4 {
         float: right;
     }
     .uw-culture-swiper,
     .uw-culture-swiper .text {
         width: 100%;
     }
     .uw-team-item {
         width: 33.33%;
         height: 25%;
     }
     .uw-news-media-item a {
         padding: 5% 0;
     }
     .uw-news-video-swiper .play {
         width: 50px;
         height: 50px;
         background-size: 30%;
         margin: -25px 0 0 -25px;
     }
     .uw-news-alllist-newslist .text .title-2 {
         font-size: 14px;
         width: 100%;
     }
     .uw-joinuw-content .uw-page-nav a {
         margin: 0 5px;
     }
     .uw-joinuw-left {
         margin-left: 0;
     }
     .uw-joinuw-right {
         margin-right: 0;
     }
     .uw-joinus-right {
         position: relative;
     }
     .uw-joinus-right .item-2,
     .uw-joinus-right .item-2,
     .uw-joinus-right .text-3,
     .uw-prodcuts-nav .swiper-button-next,
     .uw-prodcuts-nav .swiper-button-prev,
     .uw-product-left-nav {
         display: none;
     }
     .riifo-faqs-item-content {
         width: 100%;
     }
     .riifo-faqs-item-content p {
         margin: 0;
         padding: 0;
         display: block;
     }
     .uw-joinus-right {
         background: none;
     }
     .uw-joinus-right {
         position: absolute;
         right: 0;
         top: 0;
     }
     .uw-joinus-right .sendbtn-4 {
         position: absolute;
         right: 5%;
         top: 0;
     }
     .uw-joinwindows-content {
         width: 80%;
     }
     .uw-index-news-top .uw-title {
         width: 100%;
     }
     .uw-index-news-bottom {
         bottom: 10%;
     }
     .returntops {
         display: block;
     }
     .uw-header .uw-left h5,
     .uw-footer-content-top-right {
         display: none;
     }
     .uw-title .uw-line-x,
     .uw-title .uw-line-x::before,
     .uw-detail-introduce-content .uw-line-x,
     .uw-detail-introduce-content .texttop-click::after,
     .uw-detail-introduce-content .uw-line-x::before {
         height: 1px;
     }
     .related-prev,
     .related-next {
         width: 40px;
         height: 40px;
     }
     .related-prev::after,
     .related-next::after {
         font-size: 16px;
     }
     .uw-page-return a {
         box-sizing: border-box;
     }
     .uw-repair-right {
         padding-top: 5%;
     }
     .uw-repair-right .inputfile1 {
         font-size: 12px;
         width: 60px;
         height: 100%;
         top: 0;
         box-sizing: border-box;
     }
     .uw-repair-right .input1,
     .uw-repair-right .textarea1 {
         border: 1px solid #f1f1f1;
     }
     .uw-repair-right .input1::-webkit-input-placeholder,
     .uw-repair-right .textarea1::-webkit-input-placeholder {
         color: #ccc;
         font-size: 12px;
     }
     .uw-repair-right input::-webkit-input-placeholder,
     .uw-repair-right textarea::-webkit-input-placeholder {
         color: #ccc;
         font-size: 12px;
     }
     .uw-download-item a:hover .download-2 {
         background-size: 40%;
     }
     .uw-download-item .download-2 {
         width: 34px;
         height: 34px;
         background-size: 40%;
     }
     .uw-joinus-right .sendbtn-4 a {
         padding: 5px 0;
         width: 80px;
         margin-top: 5px;
     }
     .uw-joinuw-campus .img {
         background-position: 10% top;
     }
     .uw-detail-introduce-content .texttop-click::after {
         top: -20PX;
         background-size: 70% !important;
         right: -15PX;
     }
     .texttop-bottom a {
         padding: 10px !important;
         font-size: 14px !important;
     }
     .texttop-bottom {
         width: 37px !important;
     }
     .product-detail-banner {
         height: 100%;
         background-position: center center;
         background-repeat: no-repeat;
         ;
     }
     .product-detail-banner .img-block {
         height: 100%;
     }
     .uw-environment-item .title-1 {
         font-size: 10px;
     }
     .uw-prodcuts-nav-swiper,
     .uw-prodcuts-nav-swiper a {
         width: 100%;
         box-sizing: border-box;
     }
     .uw-product-right-swiper .title-1 {
         font-size: 18px;
     }
     .uw-mplay {
         display: inline-block;
     }
     .uw-news-detail-title .title-1 {
         font-size: 20px;
     }
     .uw-index-techtnical-img-swiper .pic {
         background-position: 80% top;
     }
     .uw-about-history .uw-width-content .img {
         background-position: 90% top;
     }
     .uw-investor-line-content .text-2 {
         font-size: 12px;
         line-height: 24px;
     }
     .uw-joinuw-social .viewmore,
     .uw-joinuw-campus .viewmore {
         position: absolute;
         right: 0;
         top: 10%;
     }
     .uw-footer-content-top-left-tel .service-wxewm li {
         width: 21%;
     }
     .uw-aboutus-content {
         background: rgba(255, 255, 255, .9);
     }
     .viewmore a.uw-mplay {
         display: inline-block;
     }
     .uw-index-product-item .text-2 {
         max-height: 52px;
     }
     .uw-index-about-bottom {
         right: 5%;
     }
     .uw-index-about-bottom h5 {
         transform: none;
     }
     .uw-path-content {
         display: none;
     }
     .popup-window-content {
         width: 100%;
         height: 100%;
     }
     .team-popup {
         height: 100%;
         overflow: auto;
         padding: 5%;
         position: relative;
         box-sizing: border-box;
     }
     .team-popup-item {
         overflow: auto;
         height: 100%;
         position: absolute;
         width: 100%;
         left: 0;
         top: 0;
         padding: 5%;
         box-sizing: border-box;
     }
     .uw-environment-detail-content {
         column-count: 1;
         column-gap: 5px;
     }
     .uw-news-detail-top .img img {
         width: 400%;
         max-width: 400%;
     }
     .texttop-bottom.cur {
         left: -30px !important;
     }
     .texttop-bottom {
         width: auto !important;
     }
     .advantage-characteristics-item a {
         background: rgba(0, 0, 0, .5);
     }
     .uw-technical-nav-swiper strong {
         width: 80%;
     }
     .uw-news-alllist-nav {
         position: relative;
         padding: 3% 0;
     }
     .uw-news-alllist-nav a {
         padding: 2% 1%;
         width: 45%;
         box-sizing: border-box;
         font-size: 14px;
         border: 1px solid #666;
         margin: 1%;
     }
     .uw-investor-government .uw-title,
     .uw-report-list {
         transform: none;
     }
     .uw-aftersale-item .text-3 {
         text-align: unset;
     }
     .uw-joinuw-social .viewmore,
     .uw-joinuw-campus .viewmore,
     .uw-joinuw-newsflash .uw-title .viewmore {
         position: relative;
     }
     .uw-joinuw-uwlife .viewmore {
         top: 25%;
         right: auto;
         left: 5%;
     }
     .uw-news-title-top {
         transform: translateY(-200%);
         display: block;
     }
     .uw-investor-content .uw-title.center {
         width: 90%;
     }
     .uw-aboutus-content-right,
     .uw-title .uw-text-cn {
         text-align: left;
     }
     .uw-detail-introduce-content .texttop-click,
     .uw-detail-introduce-content,
     .uw-detail-introduce {
         overflow: visible;
     }
     .uw-index-banner-swiper .swiper-slide .video video {
         display: none;
     }
 }

 /* iPad */

 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

 @media only screen and (max-height: 750px) {
     .uw-joinus-right .item-2 {
         padding: 0px 0 10px 0;
     }
     .uw-joinus-right .text-3 {
         padding: 10px 0;
     }
     .uw-joinus-right .sendbtn-4 {
         margin-top: 10px;
     }
     .uw-index-product-nav a {
         margin-left: 2px;
         margin-bottom: 2px;
         padding: 2% 5%;
     }
     .uw-index-product-nav {
         margin-top: 2%;
     }
     .uw-index-product-item .text-2,
     .uw-product-right-swiper .text-2 {
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
     }
     .viewmore {
         margin: 10px auto;
     }
     .uw-index-product-content-right,
     .uw-related-products {
         bottom: 5%;
     }
     .uw-title .uw-text-cn {
         line-height: 20px;
     }
     .uw-index-news-top,
     .uw-prodcuts .uw-title,
     .uw-division4-content .uw-title,
     .uw-technical-content .uw-title {
         top: 10%;
     }
     .mobile-nav li a {
         padding: 10px 0;
     }
     .mobile-nav li ul {
         padding: 3.5% 5%;
     }
     .uw-product-text {
         margin-top: 5%;
     }
     .uw-prodcuts-nav {
         padding: 2% 0;
     }
     .uw-prodcuts-nav-swiper a {
         height: 120px;
     }
     .uw-product-right-swiper .text-2 {
         padding: 0;
     }
     .uw-title .uw-title-1 {
         padding: 10px 0;
     }
     .uw-division4-swipe {
         width: 80%;
     }
     .uw-history-list-swiper .data-1 {
         font-size: 70px;
     }
     .uw-history-list-swiper .text-2 {
         font-size: 12px;
     }
     .uw-team-item a {
         height: 100%;
     }
     .uw-news-information-item .title-2,
     .uw-report-item .title-2 {
         line-height: 20px;
         font-size: 12px;
     }
     .uw-news-information-list .uw-page-return {
         padding-top: 1px;
     }
     .uw-news-information-item .data-1 {
         padding: 5px 0 0 0;
     }
     .uw-news-media-item .data-1 {
         padding: 0;
     }
     .uw-page-return a,
     .uw-joinus-right .sendbtn-4 a {
         font-size: 12px;
     }
     .uw-news-media-item a {
         padding-bottom: 1%;
     }
     .uw-news-video-swiper {
         padding-bottom: 3%;
     }
     .uw-report-item .title-2 {
         min-height: 40px;
     }
     .uw-title .uw-text2,
     .uw-page-return {
         padding-top: 10px;
     }
     .uw-joinus-right .text-3 {
         height: 160px;
     }
     .uw-joinuw-content .uw-title {
         top: 15%;
     }
     .uw-uwlife-nav {
         top: 20%;
         right: 5%;
         width: 100px;
     }
     .uw-contact-map-addtext .title-1 {
         font-size: 17px;
     }
     .technical-parameter-item .item-list {
         height: 320px;
     }
     .technical-parameter-item .item-list {
         height: 250px;
         overflow-y: scroll;
     }
     .uw-product-right-swiper .text-2 {
         -webkit-line-clamp: 3;
     }
     .mobile-nav li a {
         width: 20%;
     }
     .mobile-nav li ul.mchildren {
         width: 75%;
         padding-left: 3%;
     }
     .mobile-nav li a {
         padding: 7px 0;
     }
 }

 @media only screen and (max-height: 650px) {
     .uw-prodcuts-detail .uw-title {
         top: 10%;
     }
 }

 /*仅IE6和IE7识别*/

 @media screen\9 {}

 /*仅IE6和IE7、IE8识别*/

 @media \0screen\,
 screen\9 {}

 /*仅IE8识别*/

 @media \0screen {}

 /*仅IE8-10识别*/

 @media screen\0 {}

 /*仅IE9和IE10识别*/

 @media screen and (min-width:0\0) {}

 /*仅IE10/11识别*/

 @media screen and (-ms-high-contrast: active),
 (-ms-high-contrast: none) {}