.clearfix:before, .clearfix:after { display: table; content: ''; }

.clearfix:after { clear: both; }

img { display: block; max-width: 100%; }

* { box-sizing: border-box; margin: 0; padding: 0; }
.eyes{
  margin-right: 20px;
}
.eyes span{
  margin-left: 0!important;
}
ul { list-style: none; }

@font-face { font-family: 'en-web-text'; src: url("../font/Helvetica Condensed.eot?") format("eot"); /*IE*/ src: url("../font/Helvetica Condensed.woff") format("woff"), url("../font/Helvetica Condensed.ttf") format("truetype"); /*non-IE*/ }

.container { max-width: 1400px; margin: 0 auto; }

a { text-decoration: none; }

* { font-family: 'en-web-text' !important; }

body { max-width: 1920px; margin: 0 auto !important; }

.inside-kv-box { overflow: hidden; }

.inside-kv-box img { animation: banner 20s linear infinite; }

@keyframes banner { 0% { transform: scale(1); }
  100% { transform: scale(1.2); } }

.seach-main { position: relative; display: inline-block; vertical-align: top; margin-top: 33px; margin-right: 10px; }

.seach-main img { height: 16px; cursor: pointer; }

.seach-main .img2 { display: none; }

.seach-form { display: none; position: absolute; top: calc(100% + 10px); right: 0; background: #fff; white-space: nowrap; z-index: 10; box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3); }

.seach-form input { width: 150px; line-height: 30px; display: inline-block; vertical-align: top; border: none; border-right: 1px solid #dfdfdf; padding: 0 10px; outline: none; }

.seach-form .seach-btn { display: inline-block; line-height: 30px; font-size: 13px; color: #333; padding: 0 8px; transition: all 0.4s; cursor: pointer; }

.seach-form .seach-btn:hover { background: #02529b; color: #fff; }

.state-dialog { display: block; position: fixed; top: 0; height: 100%; width: 100%; z-index: 99999; background: white; }

.state-dialog .dialog-box { position: absolute; top: 50%; left: 50%; width: 110px; text-align: center; padding: 24.5px 13px 20px; border-radius: 6px; transform: translate(-50%, -50%); }

.state-dialog .dialog-box .text { padding-top: 18px; font-size: 14px; line-height: 14px; color: #fff; }

.state-dialog .dialog-box { background: rgba(0, 0, 0, 0.5); }

.state-dialog .loading-icon { width: 35px; height: 35px; margin: 0 auto; position: relative; }

.state-dialog .loading-icon span { position: absolute; display: inline-block; width: 6px; height: 6px; background: #fff; border-radius: 50%; left: 5.5px; top: 5.5px; animation: animate 0.8s infinite; }

.state-dialog .loading-icon span:nth-child(2) { top: 0; left: 15px; animation-delay: 0.1s; }

.state-dialog .loading-icon span:nth-child(3) { top: 5.5px; left: 25.5px; animation-delay: 0.2s; }

.state-dialog .loading-icon span:nth-child(4) { top: 15px; left: 30.3px; animation-delay: 0.3s; }

.state-dialog .loading-icon span:nth-child(5) { top: 25.5px; left: 25.5px; animation-delay: 0.4s; }

.state-dialog .loading-icon span:nth-child(6) { top: 30.3px; left: 15px; animation-delay: 0.5s; }

.state-dialog .loading-icon span:nth-child(7) { top: 25.5px; left: 5.5px; animation-delay: 0.6s; }

.state-dialog .loading-icon span:nth-child(8) { top: 15px; left: 0; animation-delay: 0.7s; }

@keyframes animate { 0% { transform: scale(1); }
  50% { transform: scale(0.4); }
  100% { transform: scale(1); } }

#go-top { width: 60px; height: 60px; border: 1px solid rgba(255, 255, 255, 0.4); position: absolute; bottom: 15%; right: 3%; display: flex; align-items: center; justify-content: center; z-index: 100; border-radius: 50%; cursor: pointer; }

#go-top img { height: 20px; transform: rotate(180deg); opacity: 0.7; animation: top 1s infinite; }

@keyframes top { 0% { transform: rotate(180deg) translateY(0); }
  25% { transform: rotate(180deg) translateY(4px); }
  50% { transform: rotate(180deg) translateY(0); }
  75% { transform: rotate(180deg) translateY(-2px); }
  100% { transform: rotate(180deg) translateY(0); } }

.header { position: fixed; top: 0; left: 0; width: 100%; padding: 0 30px; z-index: 101; font-size: 0; text-align: center; }

.header .logo { float: left; font-size: 0; }

.header .logo img { margin-top: 24px; display: inline-block; vertical-align: top; height: 63px; }

.header .logo .logo2 { display: none; }

.header .head-nav { display: inline-block; white-space: nowrap; padding-top: 10px; padding-bottom: 10px; vertical-align: top; font-size: 0; }

.header .head-nav .list { float: left; position: relative; }

.header .head-nav .list.active1 .name { color: #02529b !important; }

.header .head-nav .list.active1 .name::after { width: 100%; background: #02529b; }

.header .head-nav .list .name { display: inline-block; font-size: 20px; line-height: 90px; padding: 0 38px; color: #fff; text-decoration: none; transition: all 0.4s; }

.header .head-nav .list .name::after { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0%; height: 2px; background: transparent; content: ''; display: block; z-index: 11; transition: all 0.4s; }

.header .head-nav .list:hover .name { color: #02529b !important; }

.header .head-nav .list:hover .name::after { width: 100%; background: #02529b; }

.header .head-nav .list .mb-two-menu.menu-list { position: absolute; top: 90px; min-width: 100%; min-width: calc(100% + 10px); left: 50%; padding: 10px 0; transform: translateX(-50%); background: #fff; transition: all 0.4s; margin-top: 10px; opacity: 0.4; box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; }

.header .head-nav .list .mb-two-menu.menu-list.active { margin-top: 0; opacity: 1; }

.header .head-nav .list .mb-two-menu.menu-list .v-list { margin: 5px 0; }

.header .head-nav .list .mb-two-menu.menu-list .v-list .title { padding: 0 15px; display: block; text-align: center; font-size: 14px; line-height: 30px; color: #333; transition: all 0.4s; }

.header .head-nav .list .mb-two-menu.menu-list .v-list .title:hover { color: #fff; background: #02529b; }

.header .share-link { float: right; font-size: 0; }

.header .share-link .list { display: inline-block; vertical-align: top; width: 65px; height: 65px; margin-top: 22px; margin-left: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); text-align: center; transition: all 0.4s; }

.header .share-link .list:hover { background: #02529b !important; }

.header .share-link .list:hover img { display: none !important; }

.header .share-link .list:hover .icon-1 { display: inline-block !important; }

.header .share-link .list img { display: inline-block; height: 18px; margin-top: 24px; }

.header .share-link .list .icon-2 { display: none; }

.header .share-link .list:nth-child(2) img { height: 14px; margin-top: 25px; }

.header .share-link .language { margin-top: 10px; margin-left: 28px; display: inline-block; vertical-align: top; width: 90px; height: 90px; line-height: 90px; text-align: center; font-size: 20px; color: #fff; text-decoration: none; background: url(../img/border0.png) no-repeat 50% 50%; background-size: 100% !important; border-radius: 0 !important; transition: all 0.4s; }

.header .share-link .language:hover { background: url(../img/border1-1.png) no-repeat 50% 50%; color: #02529b !important; }

.header.active { border-bottom: 1px solid #d7d7d7; background: #fff; }

.header.active .logo .logo1 { display: none; }

.header.active .logo .logo2 { display: inline-block; }

.header.active .seach-main .img2 { display: block; }

.header.active .seach-main .img1 { display: none; }

.header.active .head-nav .list .name { color: #333; }

.header.active .share-link .list { background: #f2f2f2; }

.header.active .share-link .list .icon-1 { display: none; }

.header.active .share-link .list .icon-2 { display: inline-block; }

.header.active .share-link .language { color: #333; background: url(../img/border2.png) no-repeat 50% 50%; }

.header.active .share-link .language:hover { background: url(../img/border1-1.png) no-repeat 50% 50%; }

.cn-web .header .share-link { display: flex; }

.cn-web .header .share-link .list { position: relative; }

.cn-web .header .share-link .list:hover .weixin { display: block !important; }

.cn-web .header .share-link .list img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 18px; height: auto !important; margin-top: 0 !important; }

.cn-web .header .share-link .list .weixin { display: none; position: absolute; top: 100%; left: 50%; max-width: none; transform: translateX(-50%); z-index: 2; margin-top: 10px !important; width: 110px !important; height: 110px !important; }

.dropdown-menu { display: block; position: absolute; top: 105px; left: 0; width: 100%; background: #f2f2f2; z-index: 1000; }

.dropdown-menu .menu-list { font-size: 0; padding: 55px 0; }

.dropdown-menu .menu-list .list { width: 25%; display: inline-block; vertical-align: top; text-align: left; }

.dropdown-menu .menu-list .list .title { font-size: 16px; line-height: 24px; color: #02529b; }

.dropdown-menu .menu-list .list .img { margin: 25px 0px; height: 80px; transition: all 0.4s; }

.dropdown-menu .menu-list .list .img:hover { transform: scale(0.9); }

.dropdown-menu .menu-list .list .link a { display: inline-block; line-height: 26px; font-size: 14px; color: #666; transition: all 0.4s; font-family: 'Helvetica Neue', sans-serif !important; }

.dropdown-menu .menu-list .list .link a:hover { color: #02529b; }

.none { display: none; }

.page-nav-link { padding: 30px 0; }

.page-nav-link a { display: inline-block; line-height: 35px; line-height: 44px; font-size: 14px; color: #666; margin-left: 35px; position: relative; text-decoration: none; }

.page-nav-link a::after { content: ''; display: block; height: 1px; width: 15px; position: absolute; left: -25px; top: 50%; transform: translateY(-50%); background: #e5e5e5; }

.page-nav-link a:first-child { margin: 0; }

.page-nav-link a:first-child::after { display: none; }

.page-nav-link a.active { color: #02529b; }

.footer { position: relative; padding: 50px 0; background: #3a3c41; }

.footer .foot-top { position: relative; }

.footer .foot-top .logo { display: inline-block; }

.footer .foot-top .logo img { height: 63px; }

.footer .foot-top .share { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.footer .foot-top .share a { display: inline-block; padding: 0 20px; border-left: 1px solid rgba(255, 255, 255, 0.2); position: relative; }

.footer .foot-top .share a:hover .weixin { display: block; }

.footer .foot-top .share a .weixin { display: none; width: 110px !important; height: 110px !important; position: absolute; top: 100%; max-width: none; margin-top: 10px; left: 50%; transform: translateX(-50%) !important; }

.footer .foot-top .share a img { max-height: 18px; transition: transform 0.4s; }

.footer .foot-top .share a:last-child { padding-right: 0; }

.footer .foot-top .share a:last-child img { padding: 2px 0; }

.footer .foot-top .share a:first-child { border: none; }

.footer .foot-top .share a:hover img { transform: scale(0.8); }

.footer .foot-content { padding-top: 60px; }

.footer .foot-content .foot-nav { font-size: 0; margin: 0 -50px; width: 100%; display: inline-block; }

.footer .foot-content .foot-nav .nav-list { display: inline-block; vertical-align: top; padding: 0 50px; width: 25%; }

.footer .foot-content .foot-nav .nav-list.contact-list ul li, .footer .foot-content .foot-nav .nav-list.subscribe-list ul li { padding-left: 0; }

.footer .foot-content .foot-nav .nav-list.contact-list ul li::after, .footer .foot-content .foot-nav .nav-list.subscribe-list ul li::after { display: none; }

.footer .foot-content .foot-nav .nav-list .list-title { font-size: 16px; color: #fff; line-height: 20px; }

.footer .foot-content .foot-nav .nav-list ul { width: 180px; margin-top: 8px; }

.footer .foot-content .foot-nav .nav-list ul li { padding-left: 10px; position: relative; }

.footer .foot-content .foot-nav .nav-list ul li::after { display: block; content: ''; position: absolute; top: 9px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #9d9ea0; }

.footer .foot-content .foot-nav .nav-list ul li a { display: inline-block; font-size: 14px; line-height: 24px; color: #9d9ea0; text-decoration: none; transition: all 0.4s; word-break: break-all; }

.footer .foot-content .foot-nav .nav-list ul li a:hover { color: #fff; text-decoration: underline; }

.footer .foot-content .foot-nav .nav-list.subscribe-list ul { width: 100%; }

.footer .foot-content .foot-nav .nav-list.subscribe-list .input { height: 36px; line-height: 36px; width: 100%; font-size: 16px; color: #fff; margin: 8px 0 20px; padding: 0 10px; background: rgba(255, 255, 255, 0.1); border: none; }

.footer .foot-content .foot-nav .nav-list.subscribe-list .input::placeholder { font-size: 14px; color: rgba(255, 255, 255, 0.2); }

.footer .foot-content .foot-nav .nav-list.subscribe-list .btn { width: 80px; line-height: 36px; border: 2px solid #fff; text-align: center; font-size: 14px; color: #fff; transition: all 0.4s; cursor: pointer; }

.footer .foot-content .foot-nav .nav-list.subscribe-list .btn:hover { color: #02529b; border-color: #02529b; }

.footer .foot-copyright { margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 14px; line-height: 20px; color: rgba(255, 255, 255, 0.6); }

.footer .foot-copyright a { display: inline-block; color: rgba(255, 255, 255, 0.6); text-decoration: none; margin-left: 20px; }

.select-comm { width: 230px; height: 50px; border: 2px solid #f2f2f2; border-radius: 50px; position: relative; z-index: 10; }

.select-comm .select-title { padding-left: 15px; padding-right: 35px; position: relative; font-size: 16px; line-height: 48px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.select-comm .select-title::after { content: ''; width: 15px; height: 15px; position: absolute; top: 50%; right: 20px; z-index: 2; transform: translateY(-50%); background: url(../img/select-icon.png) no-repeat 50% 50%; background-size: contain; }

.select-comm .select-list { position: absolute; display: none; top: 60px; left: 0; min-width: 100%; padding: 10px 0px; border-radius: 4px; box-shadow: 0px 1px 15px 2px #e5e5e5; background: #f7f7f7; z-index: 100; max-height: 200px; overflow: auto; }

.select-comm .select-list .list { padding: 0 15px; line-height: 30px; font-size: 16px; color: #666; transition: all 0.4s; }

.select-comm .select-list .list:hover { background: #02529b; color: #fff; }

.download { padding: 85px 0 80px; background: #f2f2f2; }

.download .list { width: 50%; float: left; padding: 27px 0; text-align: center; border-right: 1px solid #d9d9d9; }

.download .list:hover a .title, .download .list:hover a .sub-title { color: #02529b; }

.download .list:hover a .icon { border-color: #02529b; }

.download .list:hover a .icon img { opacity: 1; }

.download .list:hover a .icon img.icon-1 { opacity: 0; }

.download .list a { text-decoration: none; }

.download .list .icon { position: relative; width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 auto; transition: all 0.4s; }

.download .list .icon img { position: absolute; top: 50%; left: 50%; width: 22px; transform: translate(-50%, -50%); transition: all 0.4s; }

.download .list .icon img.icon-2 { opacity: 0; }

.download .list:nth-child(2) { border: none; }

.download .list:nth-child(2) .icon img { width: 28px; }

.download .list .title { font-size: 24px; line-height: 30px; color: #333; margin: 13px 0 5px; transition: all 0.4s; }

.download .list .sub-title { font-size: 16px; line-height: 20px; color: #333; transition: all 0.4s; }

.page-name { padding: 0 0 40px; font-size: 50px; line-height: 58px; color: #02529b; }

.mobile-nav { display: none; position: fixed; top: 60px; left: 0; width: 100%; padding: 15px 0; background: #fff; }

.mobile-nav .m-list { width: 100%; padding: 8px 10px; }

.mobile-nav .m-list .m-name { font-size: 16px; line-height: 30px; text-align: center; }

.mobile-nav .m-list .two-m-list { display: none; width: 100%; }

.mobile-nav .m-list .two-m-list .t-m-list { display: block; font-size: 14px; line-height: 30px; color: #333; text-align: center; }

.cn-web .footer .foot-top .share a { vertical-align: middle; }

.cn-web .footer .foot-top .share a img { width: 18px; max-height: none !important; }

@media screen and (max-width: 1500px) { .dropdown-menu { top: 84px; }
  .container { max-width: 1200px; }
  .header .logo img { height: 45px; margin-top: 20px; }
  .header .head-nav { padding-bottom: 10px; }
  .header .head-nav .list .mb-two-menu.menu-list { top: 65px; }
  .header .head-nav .list .name { padding: 0 25px; line-height: 65px; font-size: 16px; }
  .header .share-link .list { height: 46px; width: 46px; margin-top: 20px; }
  .header .share-link .list img { margin-top: 16px; height: 14px; }
  .header .share-link .list:nth-child(2) img { margin-top: 18px; height: 10px; }
  .header .share-link .language { width: 65px; height: 65px; line-height: 65px; border-top-left-radius: 100px; border-bottom-right-radius: 100px; font-size: 14px; }
  .cn-web .header .share-link .list:nth-child(2) img { margin-top: 15px; height: 13px; } }

@media screen and (max-width: 1250px) { .page-nav-link { padding: 20px 0; }
  body { padding-top: 65px !important; }
  .container { max-width: 900px; }
  .seach-main { margin-top: 24px; }
  .header .logo img { height: 40px; margin-top: 10px; }
  .header .head-nav { padding-top: 10px; padding-bottom: 10px; }
  .header .head-nav .list .mb-two-menu.menu-list { top: 40px; }
  .header .head-nav .list .name { padding: 0 25px; line-height: 40px; font-size: 14px; }
  .header .share-link .list { height: 35px; width: 35px; margin-top: 13px; }
  .header .share-link .list img { margin-top: 12px; height: 11px; }
  .header .share-link .list:nth-child(2) img { margin-top: 14px; height: 8px; }
  .header .share-link .language { width: 45px; height: 45px; margin-top: 7px; line-height: 45px; margin-left: 17px; border-top-left-radius: 60px; border-bottom-right-radius: 60px; font-size: 12px; }
  .footer .foot-top .logo img { height: 45px; }
  .footer .foot-content { padding-top: 40px; }
  .footer .foot-content .foot-nav { margin: 0 -15px; }
  .footer .foot-content .foot-nav .nav-list { padding: 0 15px; }
  .cn-web .header .share-link .list:nth-child(2) img { margin-top: 12px; height: 10px; } }

.header .menu { display: none; transition: all 0.4s; float: right; width: 38px; height: 43px; padding-left: 15px; padding-top: 13px; }

.header .menu span { display: block; width: 25px; height: 2px; margin: 6px 0; background: #fff; border-bottom: 1px solid #333; transition: all 0.4s; }

.header .menu span:nth-child(1) { width: 20px; }

.header .menu span:nth-child(3) { width: 20px; }

.header .menu:hover span { background: #02529b; }

.header .menu:hover span:nth-child(1) { width: 25px; }

.header .menu:hover span:nth-child(3) { width: 25px; }

.header .menu.active span { margin: -2px; }

.header .menu.active span:nth-child(1) { display: none; }

.header .menu.active span:nth-child(2) { width: 25px; transform: translateY(16px) rotate(45deg); }

.header .menu.active span:nth-child(3) { width: 25px; transform: translateY(16px) rotate(-45deg); }

@media screen and (max-width: 950px) { .page-name { padding: 0 0 30px; font-size: 40px; line-height: 48px; }
  .download { padding: 55px 0; }
  .header .menu { display: block; float: right; }
  .container { max-width: 700px; }
  .header .logo img { height: 40px; margin-top: 10px; margin-bottom: 10px; }
  .header .head-nav { padding-top: 10px; padding-bottom: 10px; display: none; }
  .header .head-nav .list .mb-two-menu.menu-list { display: none !important; }
  .header .head-nav .list .name { padding: 0 25px; line-height: 40px; font-size: 14px; }
  .header .share-link { display: none; }
  .header .share-link .list { height: 35px; width: 35px; margin-top: 13px; }
  .header .share-link .list img { margin-top: 12px; height: 11px; }
  .header .share-link .list:nth-child(2) img { margin-top: 14px; height: 8px; }
  .header .share-link .language { width: 45px; height: 45px; margin-top: 7px; line-height: 45px; margin-left: 17px; border-top-left-radius: 60px; border-bottom-right-radius: 60px; font-size: 12px; }
  .select-comm { height: 42px; }
  .select-comm .select-title { line-height: 38px; padding-right: 25px; font-size: 14px; }
  .select-comm .select-title::after { right: 10px; width: 10px; height: 10px; }
  .select-comm .select-list { top: 45px; }
  .select-comm .select-list .list { padding: 0 10px; font-size: 14px; line-height: 26px; }
  .cn-web .header .share-link { display: none; } }

@media screen and (max-width: 650px) { #go-top { width: 40px; height: 40px; }
  #go-top img { height: 14px; }
  .page-name { padding: 0px 0 25px; font-size: 30px; line-height: 40px; }
  .footer .foot-top .share a { padding: 0 10px; }
  .footer .foot-top .share a img { max-height: 10px; }
  .footer .foot-content .foot-nav .nav-list.subscribe-list .btn { width: 90px; line-height: 30px; border-width: 1px; }
  .footer .foot-top .share a:last-child img { padding: 1px 0; }
  .download { padding: 35px 0; }
  .download .list { padding: 15px 0; }
  .download .list:nth-child(2) .icon img { width: 15px; }
  .download .list .icon { width: 35px; height: 35px; }
  .download .list .icon img { width: 12px; }
  .download .list .title { font-size: 16px; line-height: 16px; }
  .download .list .sub-title { font-size: 14px; line-height: 16px; }
  .header { padding: 0 20px; }
  .container { max-width: 100%; padding: 0 18px; }
  .footer { padding: 35px 0; }
  .footer .foot-top .logo img { height: 38px; }
  .footer .foot-content { padding-top: 30px; }
  .footer .foot-content .foot-nav { margin: 0 -5px; }
  .footer .foot-content .foot-nav .nav-list { width: 50%; margin-bottom: 20px; padding: 0 5px; }
  .footer .foot-copyright { margin-top: 15px; padding-top: 20px; }
  .page-nav-link a { max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .cn-web .footer .foot-top .share a img { max-height: none !important; } }

body { padding-top: 85px; }

.videoMask { position: fixed; display: none; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 100; background-color: rgba(0, 0, 0, 0.7); }

.videoMask .videocentent { position: absolute; width: 80%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.videoMask .videocentent video { width: 100%; }

.products .tab { padding-top: 0px; border: none; font-size: 0; }

.product-tab.active { position: fixed; top: 86px; left: 0%; width: 100%; background: #fff; z-index: 100; }

.tab { height: 70px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; text-align: center; margin: 0 -45px; font-size: 0; }

.tab .list { display: inline-block; width: auto; vertical-align: top; text-transform: uppercase; font-size: 20px; padding: 0 45px; line-height: 70px; color: #666; cursor: pointer; text-align: center; border-bottom: 3px solid transparent; }

.tab .list.active { color: #02529b; border-bottom-color: #02529b; }

.tab .list:hover { color: #02529b; }

.inside-product-banner { margin-bottom: 20px; height: 480px; background: url(../img/products/product-bg-1.jpg) no-repeat 50% 50%; background-size: cover; }

.inside-product-banner .kv-box { position: relative; height: 100%; }

.inside-product-banner .kv-box .pro-img { position: absolute; right: 10%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); max-height: 60%; max-width: 30%; }

.inside-product-banner .kv-box .kv-text { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 50%; }

.inside-product-banner .kv-box .kv-text .text { position: relative; font-size: 24px; line-height: 30px; color: #fff; max-width: 480px; padding-bottom: 30px; margin-bottom: 25px; }

.inside-product-banner .kv-box .kv-text .text::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 60px; height: 1px; background: #fff; }

.inside-product-banner .kv-box .kv-text .kv-title { font-size: 24px; line-height: 30px; color: #fff; }

.inside-product-banner .kv-box .kv-text .icon { margin-top: 20px; height: 33px; }

.pro-model-1 { padding: 0px 0 80px; background: #f2f2f2; }

.pro-model-1 .pro-box { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative;align-items: center; }

.pro-model-1 .pro-box::after { position: absolute; content: ''; display: block; bottom: 5%; right: 0; width: 55%; height: 1px; z-index: 10; border-top: 1px solid #02529b; }

.pro-model-1 .imgbox { width: 50%; height: 420px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #e5e5e5; position: relative; overflow: hidden; }

.pro-model-1 .imgbox .img { transition: all 0.4s; }

.pro-model-1 .imgbox .play-btn { position: absolute; top: 50%; left: 50%; width: 90px; height: 90px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

.pro-model-1 .imgbox .play-btn::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../img/yuan.png) no-repeat 50% 50%; background-size: contain; z-index: 1; -webkit-transform: rotate(0) scale(0.6); transform: rotate(0) scale(0.6); opacity: 0.9; }

.pro-model-1 .imgbox .play-btn .icon { top: 50%; left: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

.pro-model-1 .imgbox .img-box { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.pro-model-1 .imgbox .img-box:hover .img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.pro-model-1 .imgbox .img-box:hover .play-btn::after { -webkit-animation: play 4s linear infinite; animation: play 4s linear infinite; }

.pro-model-1 .info {     width: 50%;
  padding: 0 30px;}

.pro-model-1 .info .info-title { font-size: 26px; line-height: 30px; color: #02529b; }

.pro-model-1 .info .text { font-family: 'en-web-text'; margin-top: 25px; font-size: 16px; line-height: 30px;  color: #666; }

.comm-info .info-title { font-size: 26px; line-height: 30px; color: #333; }

.comm-info .text { font-family: 'en-web-text'; margin-top: 25px; font-size: 16px; line-height: 30px; color: #666; }

.swiper-button-next, .swiper-button-prev { background-size: 16px 30px !important; }

.pro-model-2 { position: relative; height: 520px; background: url(../img/products/pro-bg-2.jpg) no-repeat 50% 50%; background-size: cover; }

.pro-model-2 img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }

.pro-model-2 .container { position: relative; height: 100%; z-index: 2; }

.pro-model-2 .info-text { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 50%; padding-right: 70px; }

.pro-model-2 .info-text .info-title, .pro-model-2 .info-text .text { color: #fff; }

.pro-model-2 .info-text .info-title { font-size: 26px; line-height: 1.6; }

.pro-model-2 .info-text .text { margin-top: 15px; font-size: 16; line-height: 1.6; }

.pro-model-3 { background: #fff; background: linear-gradient(#d9d9d9 0%, #f2f2f2 100%); }

.pro-model-3 .img { margin: 0 auto; }

.pro-model-3 .info-content { padding-top: 45px; padding-bottom: 65px; }

.pro-model-3 .info-content .info-text { float: left; width: 50%; padding: 0 65px; }

.pro-model-4 { padding: 115px 0; background: #fff; }

.pro-model-4 .pro-box { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.pro-model-4 .img { width: 44%; margin-right: 6%; }

.pro-model-4 .img img { margin: 0 auto;width: 100%!important;height: auto; }

.pro-model-4 .info-text { padding-right: 65px; width: 50%; }

.pro-model-4-1 { padding: 0 !important; background: #f2f2f2; }

.pro-model-4-1 .info-text { padding-left: 6%; }

.pro-model-4-1 .img { width: 44%; margin-left: 6%; }

.pro-model-5 { padding: 75px 0 150px; }

.pro-model-5 .title { font-size: 30px; line-height: 30px; padding-bottom: 45px; text-align: center; color: #333; }

.pro-model-5 .pro-list { margin: 0 -10px; }

.pro-model-5 .pro-list .list { width: 50%; float: left; padding: 0 10px; height: 265px; margin-bottom: 30px; }

.pro-model-5 .pro-list .list:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.pro-model-5 .pro-list .list:hover .info .info-box .text { color: #02529b; }

.pro-model-5 .pro-list .list .img { height: 100%; width: 45%; float: left; overflow: hidden; }

.pro-model-5 .pro-list .list .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.4s; }

.pro-model-5 .pro-list .list .info { width: 55%; float: left; height: 100%; position: relative; background: #f2f2f2;display: flex;align-items: center; }

.pro-model-5 .pro-list .list .info .info-box { width: 100%; padding: 0 35px; left: 0; bottom: 35px; }

.pro-model-5 .pro-list .list .info .info-box .icon { height: 82px; }

.pro-model-5 .pro-list .list .info .info-box .text { margin-top: 30px; font-size: 20px; line-height: 30px; color: #333; transition: all 0.4s; }

.product-content-list { background: #f2f2f3; padding: 10px 0; }

.data-manual { background: #fff; }

.data-manual .list { display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 58px 55px; border-bottom: 1px solid #f2f2f2; }

.data-manual .list .img { height: 52px; }

.data-manual .list .info { -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-right: 8%; margin-left: 20px; }

.data-manual .list .info .name { font-size: 20px; line-height: 28px; }

.data-manual .list .info .info-foot { margin-top: 5px; }

.data-manual .list .info .info-foot .time { display: inline-block; vertical-align: top; font-size: 14px; line-height: 14px; margin-right: 24px; color: #666; }

.data-manual .list .info .info-foot .tag { display: inline-block; font-size: 0; vertical-align: top; }

.data-manual .list .info .info-foot .tag span { display: inline-block; vertical-align: top; line-height: 12px; font-size: 14px; color: #02529b; }

.data-manual .list .info .info-foot .tag span:nth-child(2) { padding-left: 8px; margin-left: 8px; border-left: 2px solid #02529b; }

.download-btn { display: inline-block; vertical-align: middle; width: 120px; height: 40px; text-align: center; background: #fff; border: 2px solid #02529b; border-radius: 14px; }

.download-btn .icon, .download-btn .icon2 { width: 13px; height: 16px; display: inline-block; vertical-align: middle; display: none; }

.download-btn .icon.icon2 { display: inline-block; }

.download-btn span { display: inline-block; margin-left: 10px; font-size: 16px; line-height: 36px; color: #02529b; transition: all 0.4s; }

.download-btn:hover { background: #02529b; }

.download-btn:hover .icon { display: inline-block; }

.download-btn:hover .icon.icon2 { display: none; }

.download-btn:hover span { color: #fff; }

.video-box { font-size: 0; margin: 0 -15px; }

.video-box .list { width: 25%; display: inline-block; vertical-align: top; padding: 0 15px; }

.video-box .list .img-box { width: 100%; position: relative; overflow: hidden; }

.video-box .list .img-box .img { width: 100%; transition: all 0.4s; }

.video-box .list .img-box .icon { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-box .list .title { padding-top: 10px; font-size: 20px; line-height: 20px; transition: all 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.video-box .list:hover .img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.video-box .list:hover .title { color: #02529b; }

.product-list { margin: 0 -7px; font-size: 0; }

.product-list .list { width: 25%; display: inline-block; vertical-align: top; padding: 0 7px; text-align: center; }

.product-list .list .img { width: 100%; height: 260px; background: #fff; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; overflow: hidden; }

.product-list .list .img img { max-width: 70%; max-height: 70%; margin: 0 auto; transition: all 0.4s; }

.product-list .list .title { margin-top: 25px; font-size: 24px; line-height: 24px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s; }

.product-list .list .info-text { margin-top: 5px; font-size: 16px; line-height: 24px; color: #666; }

.product-list .list:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.product-list .list:hover .title { color: #02529b; }

.spedifications .list { padding: 50px 25px; background: #fff; margin-bottom: 20px; }

.spedifications .list .s-title { font-size: 24px; line-height: 30px; color: #02529b; margin-bottom: 25px; }

.spedifications .list .spedifications-info { border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding: 8px 0; }

.spedifications .list .spedifications-info table { width: 100%; text-align: left; }

.spedifications .list .spedifications-info table tr td { font-size: 16px; line-height: 30px; color: #666; }

.spedifications .list .spedifications-info table tr td:first-child { color: #333; }

@media screen and (max-width: 1200px) { .product-tab.active { top: 61px; }
  .tab { margin: 0 -20px; }
  .tab .list { padding: 0 20px; }
  .pro-model-1 .info { padding: 0 20px; }
  .pro-model-1 .info .text { line-height: 26px; margin-top: 15px; }
  .pro-model-2 .info-text { padding-right: 4%; }
  .pro-model-3 .info-content .info-text { padding: 0 4%; max-height: 90%; }
  .pro-model-5 .pro-list .list { height: 180px; }
  .pro-model-5 .pro-list .list .info .info-box .icon { height: 45px; }
  .pro-model-5 .pro-list .list .info .info-box .text { margin-top: 20px; font-size: 20px; line-height: 24px; }
  .video-box { margin: 0 -8px; }
  .video-box .list { padding: 0 8px; }
  .video-box .list .title { font-size: 16px; }
  .product-list .list .title { font-size: 20px; line-height: 20px; }
  .product-list .list .info-text { font-size: 14px; line-height: 22px; } }

@media screen and (max-width: 950px) { .product-list .list .img { height: 170px; }
  .inside-product-banner { height: 350px; }
  .pro-model-1 .imgbox { height: auto; padding: 30px; }
  .pro-model-2 .info-text .info-title { font-size: 25px; line-height: 30px; }
  .pro-model-2 .info-text .text { font-size: 18px; line-height: 22px; }
  .tab { height: auto; margin: 0 -15px; }
  .tab .list { font-size: 16px; line-height: 60px; padding: 0 15px; }
  .pro-model-1 .info { padding-right: 0; }
  .pro-model-1 .info .info-title { font-size: 20px; }
  .pro-model-1 .info .text { font-size: 14px; line-height: 22px; }
  .product-content-list { padding: 10px 0; }
  .comm-info .text { font-size: 14px; line-height: 22px; }
  .comm-info .info-title { font-size: 20px; }
  .pro-model-2 { height: 400px; }
  .pro-model-3 .img { max-width: 90%; width: 90%!important;height: auto!important;}
  .pro-model-5 .pro-list .list { height: 145px; }
  .pro-model-5 .pro-list .list .info .info-box { padding: 0 10%; bottom: 7%; }
  .pro-model-5 .pro-list .list .info .info-box .text { font-size: 18px; line-height: 20px; }
  .pro-model-5 { padding: 60px 0 80px; }
  .video-box .list { width: 33.33%; margin-bottom: 25px; }
  .video-box .list .title { font-size: 16px; } }

@media screen and (max-width: 650px) { .product-list .list .img { height: 140px; }
  .pro-model-1 .imgbox { width: 100%; }
  .pro-model-1 .pro-box::after { display: none; }
  .product-list .list { width: 50%; margin-bottom: 15px; }
  .product-list .list .title { font-size: 18px; margin-top: 15px; }
  .product-list .list .info-text { font-size: 12px; line-height: 16px; }
  .video-box .list { width: 50%; margin-bottom: 15px; }
  .video-box .list .title { font-size: 14px; }
  .inside-product-banner .kv-box .kv-text { width: 52%; left: 18px; }
  .inside-product-banner .kv-box .kv-text .text { font-size: 18px; line-height: 20px; word-break: break-all; padding-bottom: 17px; margin-bottom: 10px; }
  .inside-product-banner .kv-box .kv-text .kv-title { font-size: 18px; line-height: 20px; }
  .inside-product-banner .kv-box .kv-text .icon { height: 15px; margin-top: 14px; }
  .inside-product-banner { height: 250px; }
  .inside-product-banner .kv-box .pro-img { right: 18px; max-width: 38%; }
  .tab .list { font-size: 14px; line-height: 45px; border-bottom-width: 2px; }
  .pro-model-1 .pro-box { display: block; }
  .pro-model-1 .img { width: 100%; display: block; padding: 25px; max-height: 250px; }
  .pro-model-1 .info { width: 100%; padding: 0 10px; }
  .pro-model-1 .info .text { max-height: none; }
  .pro-model-2 { height: auto; }
  .pro-model-2 .info-text { width: 100%; padding: 30px 0; position: static; -webkit-transform: none; transform: none; }
  .comm-info .text { margin-top: 10px; }
  .comm-info .info-title { line-height: 26px; }
  .pro-model-3 .info-content { padding: 0px 0 30px; }
  .pro-model-3 .info-content .info-text { width: 100%; padding: 25px 0 0; }
  .pro-model-4 { padding: 40px 0; }
  .pro-model-4 .img { width: 100%; }
  .pro-model-4 .info-text { width: 100%; padding: 0 0 0px; position: static; -webkit-transform: none; transform: none; }
  .pro-model-5 .pro-list .list { width: 100%; height: 125px; margin-bottom: 25px; }
  .pro-model-5 .pro-list .list:last-child { margin: 0; }
  .pro-model-5 .pro-list .list .info .info-box .icon { height: 35px; }
  .spedifications .list .s-title { font-size: 20px; line-height: 20px; }
  .spedifications .list { padding: 35px 20px; }
  .spedifications .list .spedifications-info table tr td { font-size: 13px; line-height: 28px; }
  .data-manual .list { padding: 25px 5px 20px; }
  .data-manual .list .img { height: 30px; }
  .data-manual .list .info { padding-right: 3%; margin-left: 4%; }
  .data-manual .list .info .name { font-size: 12px; line-height: 16px; }
  .data-manual .list .info .info-foot .time { font-size: 12px; line-height: 12px; margin-right: 5px; }
  .data-manual .list .info .info-foot .tag span { font-size: 12px; line-height: 10px; }
  .data-manual .list .info .info-foot .tag span:nth-child(2) { padding-left: 5px; margin-left: 5px; border-left-width: 1px; }
  .download-btn { width: 70px; height: 26px; border-width: 1px; }
  .download-btn .icon { width: 8px; height: 8px; }
  .download-btn span { font-size: 12px; line-height: 24px; margin: 0; } }

@-webkit-keyframes play { 0% { -webkit-transform: rotate(0) scale(0.6);
    transform: rotate(0) scale(0.6);
    opacity: 0.9; }
  100% { -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
    opacity: 0; } }

@keyframes play { 0% { -webkit-transform: rotate(0) scale(0.6);
    transform: rotate(0) scale(0.6);
    opacity: 0.9; }
  100% { -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
    opacity: 0; } }