.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; }

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; }

.inside-kv-box { position: relative; z-index: 11; overflow: inherit; }

.inside-kv-box .person-info { width: 100%; z-index: 2; padding: 17px 0; background: #02529b; text-align: right; }

.inside-kv-box .person-info .info { display: inline-block; vertical-align: top; position: relative; line-height: 18px; padding-left: 30px; background: url(../img/support/ren.png) no-repeat 0% 50%; font-size: 16px; color: #fff; cursor: pointer; }

.inside-kv-box .person-info .info .function-select { display: none; position: absolute; top: 30px; left: 0; min-width: 100%; padding: 10px 0px; border-radius: 4px; text-align: left; box-shadow: 0px 9px 15px 2px #e5e5e5; background: #f7f7f7; }

.inside-kv-box .person-info .info .function-select .list { padding: 4px 15px; font-size: 14px; line-height: 24px; color: #333; transition: all 0.4s; cursor: pointer; }

.inside-kv-box .person-info .info .function-select .list:hover, .inside-kv-box .person-info .info .function-select .list.active { background: #02529b; color: #fff; }

.inside-kv-box .person-info .btn { margin-left: 10px; display: inline-block; vertical-align: top; font-size: 16px; line-height: 18px; color: #fff; }

.inside-kv-box .person-info .download-tab { float: left; }

.inside-kv-box .person-info .download-tab .list { padding: 0 20px 0 0; color: #fff; margin-right: 40px; opacity: 0.6; }

.inside-kv-box .person-info .download-tab .list.active, .inside-kv-box .person-info .download-tab .list:hover { opacity: 1; }

.download-head { border-bottom: 1px solid #f2f2f2; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.download-head .download-tab { -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.download-head .function-btn { width: 260px; }

.download-tab { font-size: 0; }

.download-tab .list { display: inline-block; vertical-align: top; margin-right: 90px; font-size: 16px; color: #333; line-height: 18px; padding: 30px 0; position: relative; cursor: pointer; }

.download-tab .list:last-child { margin-right: 0; }

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

.download-tab .list.active::after { width: 100%; }

.download-tab .list::after { content: ''; position: absolute; bottom: -1px; width: 0%; height: 3px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: #02529b; transition: all 0.4s; }

.function-btn { text-align: right; }

.function-btn .btn { padding-left: 23px; background: url(../img/support/sc.png) no-repeat 0% 50%; background-size: contain !important; font-size: 16px; line-height: 18px; display: inline-block; vertical-align: top; transition: all 0.4s; cursor: pointer; }

.function-btn .btn:last-child { margin-left: 50px; background: url(../img/support/dy-icon.png) no-repeat 0% 50%; }

.function-btn .btn:hover, .function-btn .btn.active { color: #02529b; background: url(../img/support/sc1.png) no-repeat 0% 50%; }

.function-btn .btn:hover:last-child, .function-btn .btn.active:last-child { background: url(../img/support/dy-icon1.png) no-repeat 0% 50%; }

.download-select { font-size: 0; padding: 40px 0 30px; margin: 0 -10px; position: relative; z-index: 10; }

.download-select .d-list { width: 25%; vertical-align: top; display: inline-block; padding: 0 10px; }

.download-select .d-list .select-comm, .download-select .d-list .seach { width: 100%; height: 50px; }

.download-select .d-list .seach { display: -webkit-flex; display: -ms-flexbox; display: flex; border-radius: 50px; background: #f2f2f2; }

.download-select .d-list .seach input { display: block; -webkit-flex: 1; -ms-flex: 1; flex: 1; line-height: 50px; border: none; padding: 0 15px; background: transparent; outline: none; font-size: 16px; color: #666; }

.download-select .d-list .seach .btn { width: 40px; background: url(../img/support/seach-icon.png) no-repeat 50% 50%; background-size: 17px 16px; }

.download-menu-box { padding-bottom: 30px; position: relative; z-index: 8; }

.download-menu-box .download-type { display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 18px; padding-bottom: 12px; border-bottom: 1px solid #f2f2f2; }

.download-menu-box .download-type .title { line-height: 40px; font-size: 20px; color: #333; width: 74px; }

.download-menu-box .download-type .list-box { -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 0; position: relative; overflow: hidden; padding-right: 60px; }

.download-menu-box .download-type .list-box .more-btn { display: none; position: absolute; top: 5px; right: 0; font-size: 14px; color: #ccc; }

.download-menu-box .download-type .list-box .list { display: inline-block; vertical-align: top; margin-right: 18px; padding: 10px 20px; font-size: 16px; line-height: 16px; color: #666; cursor: pointer; transition: all 0.4s; }

.download-menu-box .download-type .list-box .list:hover { color: #02529b; }

.download-menu-box .download-type .list-box .list.active { background: #02529b; color: #fff !important; }

.download-box .download-head { display: none; }

.download-main { margin-top: 0px; }

.download-main .title { font-size: 32px; line-height: 32px; color: #333; padding: 30px 0; }

.download-main .download-head { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; padding-bottom: 10px; z-index: 1; }

.select-all-btn { padding-left: 25px; line-height: 16px; font-size: 16px; margin-right: 30px; position: relative; cursor: pointer; }

.select-all-btn input { position: absolute; opacity: 0; }

.select-all-btn input:checked + .icon { background: #02529b url(../img/checkmask-icon.png) no-repeat 50% 50%; background-size: 10px 6px; border-color: #02529b; }

.select-all-btn .icon { position: absolute; left: 0; top: 1px; display: inline-block; width: 15px; height: 15px; border: 1px solid #d2d2d2; }

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

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

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

.download-btn:hover span { margin-left: 5px; }

.update-time-btn { display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; right: 0; bottom: -1px; min-width: 108px; padding-bottom: 20px; border-bottom: 2px solid #666; transition: all 0.4s; }

.update-time-btn:hover { border-color: #02529b; }

.update-time-btn:hover span, .update-time-btn:hover .icon { -webkit-transform: scale(0.95); transform: scale(0.95); }

.update-time-btn span { display: inline-block; -webkit-flex: 1; -ms-flex: 1; flex: 1; vertical-align: top; font-size: 16px; line-height: 16px; color: #666; margin-right: 15px; transition: all 0.4s; }

.update-time-btn .icon { display: inline-block; vertical-align: top; width: 13px; height: 16px; transition: all 0.4s; }

.update-select { position: absolute; top: 50px; left: 0; width: 100%; z-index: 100; padding: 10px 10px; border-radius: 6px; display: none; background: #fff; box-shadow: 0 0 20px 0px rgba(3, 3, 3, 0.1); }

.update-select .list { line-height: 30px; font-size: 14px; color: #333; transition: all 0.4s; cursor: pointer; white-space: nowrap; }

.update-select .list:hover { color: #02529b; }

.download-content-list { padding-top: 50px; margin: 0 -15px; font-size: 0; position: relative; z-index: 0; }

.download-content-list .class-title { font-size: 16px; line-height: 26px; margin-bottom: 20px; padding: 0 15px; }

.download-content-list .list { padding: 0 15px; margin-bottom: 30px; width: 33.33%; vertical-align: top; display: inline-block; }

.download-content-list .list-box { padding: 20px 25px 25px 20px; background: #f2f2f2; position: relative; transition: all 0.4s; }

.download-content-list .list-box:hover { box-shadow: 0px 0px 10px -2px rgba(6, 6, 6, 0.4); }

.download-content-list .list-box .time { font-size: 14px; line-height: 24px; color: #666; }

.download-content-list .list-box .name-info { max-width: 100%; position: relative; display: inline-block; }

.download-content-list .list-box .name-info .new-icon { position: absolute; right: 25px; top: -5px; z-index: 2; }

.download-content-list .list-box .name { max-width: 100%; font-size: 20px; color: #333; margin: 6px 0; padding-right: 60px; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.download-content-list .list-box .tag { font-size: 0; padding: 4px 0 2px; }

.download-content-list .list-box .tag span { display: inline-block; vertical-align: top; line-height: 12px; font-size: 14px; color: #02529b; }

.download-content-list .list-box .tag span:nth-child(2) { padding-left: 8px; margin-left: 8px; border-left: 2px solid #02529b; }

.download-content-list .list-box .function-btn { margin-top: 10px; text-align: left; }

.download-content-list .list-box .function-btn .btn { font-size: 14px; line-height: 15px; }

.download-content-list .list-box .function-btn .btn:last-child { margin-left: 20px; }

.download-content-list .list-box .checkbox-download { position: absolute; top: 50%; right: 25px; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; }

.download-content-list .list-box .checkbox-download input { position: absolute; opacity: 0; }

.download-content-list .list-box .checkbox-download input:checked + .icon { background: #02529b url(../img/checkmask-icon.png) no-repeat 50% 50%; background-size: 15px 11px; border-color: #02529b; }

.download-content-list .list-box .checkbox-download .icon { display: inline-block; width: 20px; height: 20px; border: 1px solid #d2d2d2; }

.paging { padding: 20px 0; border-top: 1px solid #f2f2f2; text-align: center; font-size: 0; }

.paging span { display: inline-block; line-height: 40px; font-size: 26px; color: #999; padding: 0 3px; }

.paging .page-btn { display: inline-block; vertical-align: top; width: 40px; height: 40px; line-height: 38px; font-size: 14px; color: #000; font-weight: bold; margin: 0 5px; border: 1px solid #ccc; transition: all 0.4s; }

.paging .page-btn:hover, .paging .page-btn.active { background: #02529b; color: #Fff; border-color: #02529b; }

.paging .pre-btn, .paging .next-btn { background: url(../img/page-icon.png) no-repeat 50% 50%; background-size: 8px !important; }

.paging .pre-btn:hover, .paging .next-btn:hover { background: #02529b url(../img/page-icon-hover.png) no-repeat 50% 50%; }

.paging .next-btn { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

@media screen and (max-width: 1400px) { .download-tab .list { margin-right: 35px; }
  .function-btn .btn:last-child { margin-left: 25px; }
  .download-menu-box { padding-bottom: 20px; }
  .inside-kv-box .person-info .download-tab .list { margin-right: 20px; } }

@media screen and (max-width: 950px) { .download-tab .list { padding: 25px 0; margin-right: 25px; }
  .function-btn .btn:last-child { margin-left: 10px; }
  .download-select { padding: 30px 0; margin: 0 -5px; }
  .download-select .d-list { padding: 0 5px; }
  .download-select .d-list .seach input { line-height: 40px; width: 100%; padding-right: 0; }
  .download-select .d-list .select-comm { border-width: 1px; }
  .download-select .d-list .select-comm, .download-select .d-list .seach { height: 40px; }
  .download-menu-box .download-type .title { width: 55px; font-size: 18px; line-height: 30px; }
  .download-menu-box .download-type .list-box .list { padding: 8px 15px; margin-right: 14px; font-size: 14px; line-height: 14px; }
  .download-main { margin-top: 0; }
  .download-main .title { font-size: 24px; line-height: 24px; padding: 20px 0; }
  .download-btn { height: 32px; width: 100px; }
  .download-btn .icon { width: 9px; height: 10px; }
  .download-btn span { font-size: 14px; line-height: 32px; margin-left: 6px; }
  .update-time-btn { padding-bottom: 15px; }
  .download-content-list { margin: 0 -10px; }
  .download-content-list .class-title { font-size: 16px; margin-bottom: 10px; }
  .download-content-list .list { padding: 0 10px; width: 50%; margin-bottom: 20px; }
  .inside-kv-box .person-info .download-tab .list { margin-right: 0px; padding-right: 15px; } }

@media screen and (max-width: 650px) { .download-box .download-head { display: block; }
  .inside-kv-box img { height: 170px; object-fit: cover; }
  .inside-kv-box .person-info .download-tab { display: none; }
  .download-tab .list::after { height: 2px; }
  .paging .page-btn { width: 32px; line-height: 30px; height: 32px; font-size: 12px; }
  .paging span { line-height: 32px; font-size: 20px; }
  .download-content-list { margin: 0 -10px; padding-top: 30px; }
  .download-content-list .list { padding: 0 10px; width: 100%; margin-bottom: 20px; }
  .download-content-list .list-box { padding: 20px 25px 25px 25px; }
  .download-content-list .list-box .checkbox-download { right: 25px; }
  .select-all-btn { margin-right: 15px; }
  .download-head { display: block; }
  .download-tab .list { padding: 20px 0 10px; margin-right: 10px; }
  .download-head .function-btn { width: 100%; padding: 20px 0; text-align: left; }
  .download-select .d-list { width: 50%; margin-bottom: 20px; }
  .download-select { padding-bottom: 0; }
  .inside-kv-box .person-info { padding: 12px 0; }
  .update-select { top: 40px; } }

/*# sourceMappingURL=../map/download.css.map */
