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

.videoMask { position: fixed; display: none; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 3; 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%; }

.model-1 { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.model-1 .menu-list { padding-top: 80px; width: 200px; }

.model-1 .menu-list .menu-title { font-size: 24px; line-height: 24px; color: #02529b; padding: 15px 0 15px 17px; border-left: 3px solid #02529b; }

.model-1 .menu-list .list { padding-top: 10px; padding-left: 20px; }

.model-1 .menu-list .list li { padding: 10px 0; }

.model-1 .menu-list .list li a { padding: 4px 0; display: inline-block; font-size: 16px; line-height: 20px; color: #333; transition: all 0.4s; }

.model-1 .menu-list .list li a:hover { color: #02529b; }

.model-1 .model-content { -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 80px 0; padding-left: 55px; border-left: 1px solid #e5e5e5; }

.model-1 .model-content .model-title { padding: 40px 0; font-size: 60px; line-height: 60px; color: #333; }

.video-list { margin: 0 -18px; font-size: 0; }

.video-list .list { display: inline-block; vertical-align: top; width: 50%; padding: 0 18px 50px; }

.video-list .list .imgbox { position: relative; overflow: hidden; }

.video-list .list .imgbox .img { transition: all 0.4s; }

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

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

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

.video-list .list .name { padding: 20px 0; font-size: 20px; line-height: 22px; transition: all 0.4s; }

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

.video-list .list:hover .imgbox .play-btn::after { -webkit-animation: play 4s linear infinite; animation: play 4s linear infinite; }

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

.video-list-3 .list { width: 33.33%; }

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

@media screen and (max-width: 1200px) { .model-1 .model-content .model-title { padding: 30px 0; font-size: 45px; line-height: 45px; }
  .video-list { margin: 0 -10px; }
  .video-list .list { padding: 0 10px 35px; }
  .video-list .list .name { font-size: 16px; line-height: 20px; padding: 15px 0; } }

@media screen and (max-width: 950px) { .model-1 .menu-list { padding-top: 50px; width: 180px; }
  .model-1 .menu-list .menu-title { font-size: 22px; line-height: 22px; padding: 8px 0 8px 14px; border-left-width: 2px; }
  .model-1 .menu-list .list { padding-left: 14px; }
  .model-1 .menu-list .list li { padding: 5px 0; }
  .model-1 .model-content { padding: 50px 0; padding-left: 30px; } }

@media screen and (max-width: 650px) { .model-1 { display: block; }
  .model-1 .menu-list { width: 100%; }
  .model-1 .menu-list .list { padding-left: 0; font-size: 0; }
  .model-1 .menu-list .list li { display: inline-block; vertical-align: top; margin-left: 14px; }
  .model-1 .model-content { padding: 30px 0; border: none; }
  .model-1 .model-content .model-title { display: none; }
  .video-list-3 .list { width: 50%; } }

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