@import '../js/fancybox.2.1.7/jquery.fancybox.css';/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:transparent}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,html,p{margin:0;padding:0}input{-webkit-appearance:none}table{width:100%;border-collapse:collapse}td,th{padding:0}img{max-width:100%;border:0}body,html{height:100%}body{font-family:pingfontweb,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;font-size:18px;line-height:2;color:#555}a{text-decoration:none;color:#555}a:hover{color:#213f99}.clearfix{clear:both;overflow:hidden;height:0}.wrapper{min-width:1300px}.container{position:relative;width:1300px;margin:0 auto}.page{margin:20px 0}.page ul.pagination{margin:0;padding:0;list-style:none;text-align:center}.page ul.pagination li{display:inline-block;margin:0 2px}.page ul.pagination li a{display:block;padding:8px 16px;color:#555;border-radius:3px;background-color:#eee}.page ul.pagination li a.selected{color:#fff;background-color:#213f99}.page ul.pagination li a:hover{color:#fff;background-color:#0099da}.header{position:fixed;z-index:100;top:0;right:0;left:0;height:100px;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.header .logo{float:left;padding:26px 20px}.header .logo a{display:block}.header .logo a img,.header .logo a span{display:inline-block;vertical-align:middle}.header .logo a img{height:45px}.header .logo a img.ncap{height:50px}.header .logo a span{overflow:hidden;width:1px;height:40px;margin:0 10px;background-color:#ccc}.header .logo a .def{display:block}.header .logo a .ie{display:none}.header .nav{float:right;margin-right:100px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header .nav .top{display:none}.header .nav ul{margin:0;padding:0;list-style:none}.header .nav ul li{position:relative;float:left}.header .nav ul li a{font-size:18px;line-height:100px;display:block;padding:0 15px}.header .nav ul li a.selected{color:#9aa8d0}.header .nav ul li ul{position:absolute;top:100%;left:-15px;display:none;width:auto;border-top:3px solid #213f99;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,.2)}.header .nav ul li ul li{float:none}.header .nav ul li ul li a{font-size:15px;line-height:40px;padding:0 50px 0 30px;white-space:nowrap;border-top:1px solid #eee}.header .nav ul li ul li a:hover{background-color:#f2f2f2}.header .nav ul li ul li ul{top:-3px;right:100%;left:auto}.header .nav ul li:hover>a{color:#9aa8d0}.header .nav ul li:hover>ul{display:block}.header .lang{font-size:0;position:absolute;top:0;right:0;width:100px;height:100%;text-align:center}.header .lang div,.header .lang em,.header .lang img{display:inline-block;vertical-align:middle}.header .lang em{height:100%}.header .lang img{width:24px;height:24px;margin:0 10px}.header .lang .arr{width:0;height:16px;margin:0;border-left:1px solid #ddd}.header .menu{position:absolute;top:0;right:0;display:none;width:70px;height:100%;text-align:center;background-color:#213f99}.header .menu div,.header .menu em{display:inline-block;vertical-align:middle}.header .menu em{height:100%}.header .menu .icon{width:30px}.header .menu .icon span{display:block;height:4px;margin:8px auto;border-radius:3px;background-color:#fff}.header-fixed{background-color:transparent;box-shadow:none}.header-fixed .logo a .def{display:none}.header-fixed .logo a .ie{display:block}.header-fixed .nav ul li a{color:#fff}.header-fixed .nav ul li ul li a{color:#666}.header-fixed .lang div img.arr{-webkit-filter:contrast(0) brightness(2);-moz-filter:contrast(0) brightness(2);-ms-filter:contrast(0) brightness(2);-o-filter:contrast(0) brightness(2);filter:contrast(0) brightness(2)}.header-fixed .menu{background-color:transparent}.footer{overflow:hidden;width:100%;padding:40px 0!important;color:#fff;background-color:#313131}.footer .logos{float:left;padding-right:80px}.footer .logos img{display:block;margin:20px auto;-webkit-filter:contrast(0) brightness(2);-moz-filter:contrast(0) brightness(2);-ms-filter:contrast(0) brightness(2);-o-filter:contrast(0) brightness(2);filter:contrast(0) brightness(2)}.footer .info{float:left;margin:20px 0;padding-left:80px;color:#666;border-left:1px solid #ddd}.footer .info a{color:#666}.footer .info a:hover{color:#999}.footer .info .nav{margin-bottom:50px}.footer .info .nav ul{margin:0;padding:0;list-style:none}.footer .info .nav ul li{display:inline-block;margin-right:20px}.footer .info .nav ul li a{font-size:16px;color:#999}.footer .info .links a{margin-left:5px}.footer .qrcode{float:right;padding:20px 50px 0 0}.footer .qrcode img{display:block;width:110px;height:110px}.line-x,.line-y{position:relative;background-color:#d2d2d2}.line-x span,.line-y span{position:absolute;display:block;background-color:#213f99}.line-x{width:280px;height:1px}.line-x span{top:-2px;width:50px;height:5px}.line-y{width:1px;height:280px}.line-y span{left:-2px;width:5px;height:50px}#fp-nav,.fp-slidesNav{text-align:center}#fp-nav ul li a span,.fp-slidesNav ul li a span{background-color:#fff}.home .banner .slide{text-align:center;background:no-repeat center center;background-size:cover}.home .banner .slide .body,.home .banner .slide em{display:inline-block;vertical-align:middle}.home .banner .slide em{height:100%}.home .banner .slide .body{width:1000px;padding:80px;color:#fff;background-color:rgba(33,63,153,.4)}.home .banner .slide .body .logo{max-width:280px;margin:0 auto;margin-bottom:50px}.home .banner .slide .body .logo img{display:block;max-width:100%}.home .banner .slide .body .tit{font-size:72px;font-weight:300;line-height:72px}.home .banner .slide .body .desc{font-size:28px;line-height:28px;margin-bottom:50px;color:#c0ccef}.home .about{font-size:0;position:relative;overflow:hidden;background-color:#fff}.home .about .left,.home .about .right{position:relative;z-index:2;display:inline-block;vertical-align:middle}.home .about .left{width:40%;padding:0 10% 100px 0}.home .about .left .box{position:relative;padding:0 0 0 50px;text-align:left}.home .about .left .title{font-size:36px;font-weight:700;line-height:40px;margin-bottom:50px;text-transform:uppercase;color:#213f99}.home .about .left .name{font-size:24px;font-weight:700;line-height:30px;margin-bottom:80px;text-transform:uppercase}.home .about .left .more{font-size:18px;margin-top:40px;text-transform:uppercase}.home .about .right{font-size:14px;width:42%;padding:40px 2% 40px 6%}.home .about .right .line-y{height:160px;margin-bottom:30px}.home .about .right .body{font-weight:700;width:76%;margin:40px 0}.home .about .word{position:absolute;z-index:1;top:10%;left:-35%;width:453px;height:415px;background:url(../images/en_word_a.png) no-repeat center center;background-size:cover}.home .technology{font-size:0}.home .technology .item{font-size:14px;display:inline-block;width:33.33%;vertical-align:top}.home .technology .item-a .box{padding:40px;color:#fff;background-color:#213f99}.home .technology .item-a .box a{color:#fff}.home .technology .item-a .title{font-size:36px;line-height:40px;text-transform:uppercase}.home .technology .item-a .desc{margin:20px 0 30px;color:#a8afcf}.home .technology .item-a .list ul{margin:0;padding:0;list-style:none}.home .technology .item-a .list ul li a{font-size:18px;line-height:24px;display:block;padding:14px 0;border-bottom:1px solid #6479b8}.home .technology .item-a .more a{display:block;height:48px;background:url(../images/arrow_right.png) no-repeat right center;background-size:auto 24px}.home .technology .item-b{padding-top:160px}.home .technology .item-b .box{padding:100px 70px;text-align:center;background-color:#eee}.home .technology .item-b .icon{font-size:48px;font-weight:700;line-height:160px;width:160px;height:160px;margin:0 auto;margin-bottom:20px;color:#213f99;border:4px solid #213f99;border-radius:100%}.home .technology .item-b .title{font-size:16px;margin-bottom:30px;color:#333}.home .technology .item-b .desc{color:#999}.home .technology .item-c .line{position:absolute;top:-20px;left:0;width:150px}.home .technology .item-c .line span{width:100%}.home .technology .item-c .box{position:relative;margin-top:80px;padding:70px 40px 30px;color:#fff;background:url(../images/technology_bg.jpg) no-repeat center center;background-size:cover}.home .technology .item-c .title{font-size:24px;margin-bottom:30px}.home .technology .item-c .desc{height:300px}.home .technology .item-c .more a{font-size:16px;line-height:48px;display:block;height:48px;text-transform:uppercase;color:#fff;background:url(../images/arrow_right.png) no-repeat right center;background-size:auto 24px}.home .service{font-size:0;position:relative;overflow:hidden;background:#fff url(../images/service_bg.jpg) no-repeat center bottom}.home .service .left,.home .service .right{font-size:14px;position:relative;z-index:2;display:inline-block;width:50%;vertical-align:top}.home .service .left .box,.home .service .right .box{display:inline-block;box-sizing:border-box;width:650px;vertical-align:top}.home .service .left{padding:50px 0 0;text-align:right}.home .service .left .box{position:relative;padding:80px 80px 0 50px;text-align:left}.home .service .left .title{font-size:36px;font-weight:700;line-height:40px;margin-bottom:50px;text-transform:uppercase;color:#213f99}.home .service .left .name{font-size:24px;font-weight:700;line-height:30px;margin-bottom:30px;text-transform:uppercase}.home .service .left .more{font-size:18px;margin-bottom:100px;text-transform:uppercase}.home .service .left .body{margin-top:50px}.home .service .right{padding:110px 0 50px}.home .service .right .line-y{height:160px;margin-bottom:30px}.home .service .right .icon img{display:block;height:75px}.home .service .right .title{font-size:48px;color:#213f99}.home .service .right .body{font-weight:700;width:76%;margin:40px 0}.home .service .word{position:absolute;z-index:1;top:0;left:-25%;width:319px;height:415px;background:url(../images/en_word_t.png) no-repeat center center;background-size:cover}.home .contact{font-size:0;position:relative;overflow:hidden}.home .contact .left,.home .contact .right{font-size:14px;position:relative;z-index:2;display:inline-block;width:50%;vertical-align:top}.home .contact .left .box,.home .contact .right .box{display:inline-block;box-sizing:border-box;width:650px;vertical-align:top}.home .contact .left{padding:20px 0 50px;text-align:right}.home .contact .left .box{position:relative;padding:80px 80px 0 50px;text-align:left}.home .contact .left .title{font-size:36px;font-weight:700;line-height:40px;margin-bottom:50px;text-transform:uppercase;color:#213f99}.home .contact .left .name{font-size:24px;font-weight:700;line-height:30px;margin-bottom:50px;text-transform:uppercase}.home .contact .left .tel{font-size:48px;line-height:50px;margin-bottom:50px;color:#213f99}.home .contact .left .body{margin-top:50px}.home .contact .right{padding:110px 0}.home .contact .word{position:absolute;z-index:1;top:0;left:-35%;width:405px;height:429px;background:url(../images/en_word_c.png) no-repeat center center;background-size:cover}.subpage{padding:140px 0 100px 0}.subpage .container{width:1200px}.subpage .channels-second{position:relative}.subpage .channels-second ul{position:absolute;z-index:50;top:0;right:50px;display:none;margin:0;padding:0;list-style:none;border:1px solid #ddd;background-color:#fff}.subpage .channels-second ul li a{font-size:16px;line-height:20px;display:block;padding:10px 20px;border-bottom:1px solid #eee}.subpage .channels-second ul li ul{position:static;border:0}.subpage .channels-second ul li ul li a{font-size:14px;padding-left:30px}.subpage .channels-second ul.open{display:block}.subpage .channels-second .mobile{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.subpage .channels-second .mobile .second-selected{font-size:18px;font-weight:700;line-height:20px;float:left;padding:15px 0}.subpage .channels-second .mobile .second-menu{font-size:0;float:right;width:50px;height:50px;cursor:pointer;text-align:center}.subpage .channels-second .mobile .second-menu .icon,.subpage .channels-second .mobile .second-menu em{display:inline-block;vertical-align:middle}.subpage .channels-second .mobile .second-menu em{height:100%}.subpage .channels-second .mobile .second-menu .icon span{display:inline-block;overflow:hidden;width:6px;height:6px;margin:0 2px;vertical-align:middle;border-radius:100%;background-color:#666}.subpage .name{font-size:36px;font-weight:700;line-height:40px;padding:30px 0;color:#213f99}.subpage .about .section-a{font-size:0;padding:0}.subpage .about .section-a .left,.subpage .about .section-a .right{font-size:14px;display:inline-block;width:50%;vertical-align:middle}.subpage .about .section-a .left .box{padding-right:100px}.subpage .about .section-a .left hr{width:160px;margin:40px 0;border:0;border-top:1px solid #213f99}.subpage .about .section-a .left strong{font-size:24px;font-weight:700;line-height:30px;display:inline-block;width:60%;color:#0099da}.subpage .about .section-a .right .box{position:relative;padding:100px}.subpage .about .section-a .right .bg{height:300px;background:url(../images/alias_bg2.png)}.subpage .about .section-a .right img{position:absolute;display:block;width:440px}.subpage .about .section-a .right img.a{top:-30px;left:20px}.subpage .about .section-a .right img.b{right:20px;bottom:-30px}.subpage .about .section-b{font-size:0;padding:50px 0}.subpage .about .section-b .left,.subpage .about .section-b .right{font-size:14px;display:inline-block;width:50%;vertical-align:middle}.subpage .about .section-b .left{background:url(../images/en_word_7.png) no-repeat center center}.subpage .about .section-b .left .word{width:423px;height:521px}.subpage .about .section-b .right .title{font-size:18px;font-weight:700;margin-bottom:10px;color:#0099da}.subpage .about .section-b .right .desc{margin-bottom:50px}.subpage .about .section-b .right .item{display:inline-block;margin-right:50px}.subpage .about .section-b .right .item p strong{font-size:48px;color:#0099da}.subpage .about .section-c{font-size:0;padding:50px 0}.subpage .about .section-c .left,.subpage .about .section-c .right{display:inline-block;width:50%;vertical-align:top}.subpage .about .section-c .right{padding-top:30px}.subpage .about .section-c .bottom{font-size:14px}.subpage .about .section-c .bottom .logo{float:left;width:400px;margin-top:-60px;padding:130px 0 60px;border:1px solid #0099da}.subpage .about .section-c .bottom .logo img{display:block;width:200px;margin:0 auto}.subpage .about .section-c .bottom .body{margin-left:500px;padding:60px 0}.subpage .pictures .body{padding:30px 0}.subpage .pictures .body .items ul{font-size:0;margin:0;padding:0;list-style:none}.subpage .pictures .body .items ul li{display:inline-block;width:24%;margin:.5%;vertical-align:top}.subpage .pictures .body .items ul li a{display:block;height:240px;text-align:center;background-color:#eee}.subpage .pictures .body .items ul li a em,.subpage .pictures .body .items ul li a img{display:inline-block;vertical-align:middle}.subpage .pictures .body .items ul li a img{max-height:100%}.subpage .pictures .body .items ul li a em{height:100%}.subpage .pictures .body .items ul li p{display:none}.subpage .contents .body .items{font-size:0;margin:0 -1%;padding:10px 0}.subpage .contents .body .items .item{font-size:14px;display:inline-block;width:48%;margin:10px 1%}.subpage .contents .body .items .item .box{padding:20px;border:1px solid #ddd;border-top:2px solid #213f99}.subpage .contents .body .items .item .box .name{font-size:16px;font-weight:700;line-height:normal;padding:0}.subpage .contents .body .items .item .box .name a{display:block}.subpage .contents .body .items .item .box .summary{line-height:26px;overflow:hidden;height:52px;color:#999}.subpage .contents .body .items .item .box .more{margin-top:10px}.subpage .contents .body .items .item .box .more a{display:block}.subpage .contents-detail .bodycontent{padding:40px;background-color:#f2f2f2;box-shadow:0 3px 3px #eee;overflow:hidden}@media screen and (max-width:1366px){.home .banner .slide .body{width:800px;padding:50px}.home .banner .slide .body .tit{font-size:60px;line-height:60px}.home .banner .slide .body .desc{font-size:20px;margin-bottom:20px}}@media screen and (max-width:730px){body{line-height:1.6}.wrapper{min-width:auto}.container{width:auto}.page ul.pagination{font-size:0}.page ul.pagination li{margin:0}.page ul.pagination li a{font-size:12px;display:none;margin:0 2px}.page ul.pagination li a.next,.page ul.pagination li a.previous,.page ul.pagination li a.selected{display:block}.header{z-index:250;height:70px}.header .logo{padding:15px}.header .logo a img,.header .logo a span{display:none}.header .logo a img.ncap{display:block;height:40px}.header .nav{position:fixed;z-index:300;top:0;right:-100%;bottom:0;display:flex;flex-direction:column;width:70%;margin:0;background-color:transparent}.header .nav-open{right:0}.header .nav .top{font-size:16px;display:flex;color:#fff;background-color:#213f99;justify-content:space-between}.header .nav .top em,.header .nav .top span{line-height:50px;display:block;padding:10px 20px}.header .nav .top em{font-size:30px}.header .nav ul{overflow:hidden;overflow-y:auto;background-color:#fff;flex:1}.header .nav ul li{float:none}.header .nav ul li a{font-size:15px;line-height:20px;padding:15px 20px;color:#666;border-bottom:1px solid #eee}.header .nav ul li:hover>ul{display:none}.header .lang{right:50px}.header .menu{display:block;width:50px}.header .menu .icon{width:22px}.header .menu .icon span{margin:5px auto}.footer{width:100%!important;padding:20px 0!important}.footer .logos{float:none;padding-right:0}.footer .info{float:none;padding-left:0;border-left:0}.footer .info .links,.footer .info .nav{display:none}.footer .info .copyright{text-align:center}.footer .info .copyright span{display:block}.footer .qrcode{display:none}.home .banner .slide .body{width:auto;margin:0 20px;padding:20px}.home .banner .slide .body .tit{font-size:32px;line-height:32px}.home .banner .slide .body .desc{font-size:14px;line-height:18px;margin-bottom:20px}.home .about .left,.home .about .right{display:block;width:100%;padding:0}.home .about .left .box{padding:40px 0 0 120px}.home .about .left .title{font-size:28px;margin-bottom:30px}.home .about .left .name{font-size:16px;line-height:24px;margin-bottom:40px}.home .about .left .more{font-size:16px;margin-top:20px}.home .about .right .line-y{display:none}.home .about .right .box{padding:20px 20px 50px}.home .about .right .body{width:auto;margin:20px 0}.home .about .word{top:30px;left:-40%;width:240px;height:220px}.home .technology .item{display:block;width:100%}.home .technology .item-a .box{padding:40px 30px 30px}.home .technology .item-a .desc{margin:20px 0}.home .technology .item-a .list ul li a{font-size:16px;padding:8px 0}.home .technology .item-a .more a{background-size:auto 18px}.home .technology .item-b{padding-top:20px}.home .technology .item-b .box{padding:40px 20px}.home .technology .item-c{margin-top:20px}.home .technology .item-c .box{margin-top:40px}.home .technology .item-c .desc{height:auto;padding-bottom:40px}.home .service{background:0 0}.home .service .left,.home .service .right{display:block;width:100%;padding:0}.home .service .left .box{display:block;width:auto;padding:100px 0 0 60px}.home .service .left .title{font-size:28px;margin-bottom:30px}.home .service .left .name{font-size:16px;line-height:24px;margin-bottom:40px}.home .service .left .more{font-size:16px;margin:20px 0}.home .service .left .body{margin:20px 0;padding-right:20px}.home .service .right .line-y{display:none}.home .service .right .box{display:block;width:auto;padding:40px 20px}.home .service .word{top:30px;left:-40%;width:240px;height:220px}.home .contact .left,.home .contact .right{display:block;width:100%;padding:0}.home .contact .left .box,.home .contact .right .box{display:block;width:auto}.home .contact .left .box{display:block;width:auto;padding:30px 10px 0 100px}.home .contact .left .title{font-size:28px;margin-bottom:20px}.home .contact .left .name{font-size:16px;line-height:24px;margin-bottom:20px}.home .contact .left .tel{font-size:26px;margin-bottom:20px}.home .contact .left .body{margin:20px 0;padding-right:10px}.home .contact .right #allmap{height:360px!important}.home .contact .word{top:0;left:-50%;width:240px;height:270px}.subpage{padding:100px 0 30px 0}.subpage .container{width:auto}.subpage .channels-second ul{top:100%;right:0;left:0;border-top:2px solid #213f99}.subpage .channels-second ul li ul{position:static;border:0}.subpage .channels-second .mobile{padding:0 0 0 20px}.subpage .channels-second .mobile .second-selected{font-size:16px;padding-right:70px}.subpage .channels-second .mobile .second-selected span{display:none}.subpage .channels-second .mobile .second-menu{position:absolute;top:0;right:0}.subpage .about .name{font-size:24px;padding:20px}.subpage .about .section-a .left,.subpage .about .section-a .right{display:block;width:100%;padding:0}.subpage .about .section-a .left{padding-bottom:30px}.subpage .about .section-a .left hr{margin:20px 0}.subpage .about .section-a .left strong{width:auto}.subpage .about .section-a .left .box{padding:0 20px}.subpage .about .section-a .right .box{padding:0}.subpage .about .section-a .right .bg{height:30px}.subpage .about .section-a .right img{position:static}.subpage .about .section-b{padding:20px 0}.subpage .about .section-b .left,.subpage .about .section-b .right{display:block;width:100%;padding:0}.subpage .about .section-b .left{display:none}.subpage .about .section-b .right .box{padding:20px}.subpage .about .section-b .right .desc{margin-bottom:30px}.subpage .about .section-b .right .item{padding-right:0}.subpage .about .section-c{padding:0}.subpage .about .section-c .left,.subpage .about .section-c .right{display:block;width:100%;margin-bottom:10px;padding:0}.subpage .about .section-c .left .box,.subpage .about .section-c .right .box{padding:0}.subpage .about .section-c .bottom .logo{float:none;width:auto;margin:-40px 20px 0;padding:60px 0 30px}.subpage .about .section-c .bottom .body{margin-left:0;padding:20px}.subpage .contents .body{padding:20px}.subpage .contents .body .items{margin:0;padding:10px 0}.subpage .contents .body .items .item{width:100%;margin:10px 0}.subpage .contents .body .items .item .box .summary{height:auto}.subpage .contents-detail{padding:0}.subpage .contents-detail .name{font-size:24px;display:none;padding:20px}.subpage .contents-detail .bodycontent{padding:20px;background-color:#fff}.subpage .contents-detail .bodycontent img{max-width:100%!important;height:auto!important}.subpage .contact .name{font-size:24px;display:block;padding:20px}.subpage .contact .bodycontent table td{display:block;width:100%!important;margin-bottom:30px}}