@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{font-family:pingfontweb,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;font-size:16px;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,.pages{margin:20px 0}.page ul.pagination,.pages ul.pagination{margin:0;padding:0;list-style:none;text-align:center}.page ul.pagination li,.pages ul.pagination li{display:inline-block;margin:0 2px}.page ul.pagination li a,.pages ul.pagination li a{display:block;padding:8px 16px;color:#555;border-radius:3px;background-color:#eee}.page ul.pagination li a.selected,.pages ul.pagination li a.selected{color:#fff;background-color:#213f99}.page ul.pagination li a:hover,.pages ul.pagination li a:hover{color:#fff;background-color:#0099da}.header{position:fixed;z-index:1000;top:0;right:0;left:0;min-width:1300px;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 .nav{float:right;margin-right:120px;-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:first-child{display:none}.header .nav ul li{position:relative;float:left}.header .nav ul li a{font-size:18px;line-height:100px;display:block;padding:0 20px}.header .nav ul li a.selected{color:#213f99}.header .nav ul li ul{z-index:999999;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;left:100%}.header .nav ul li:hover>a{color:#213f99}.header .nav ul li:hover>ul{display:block}.header .lang{font-size:0;position:absolute;top:0;right:0;width:120px;height:100%;text-align:center}.header .lang a,.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}.header .lang a{font-size:14px;line-height:16px;padding:0 10px}.header .lang a img{display:block;margin:0 auto 5px}.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}.footer{position:relative;overflow:hidden;width:100%;padding:40px 0!important;background-color:#eee}.footer .logos{float:left;padding-right:80px}.footer .logos img{display:block;margin:20px auto}.footer .info{float:left;margin:20px 0;padding-left:80px;border-left:1px solid #ddd}.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}.footer .info .links a{margin-left:5px}.footer .info .copyright{color:#999}.footer .info .copyright a{color:#999}.footer .info .copyright a:hover{color:#666}.footer .qrcode{float:right;padding:20px 50px 0 0}.footer .qrcode img{display:block;width:140px;height:140px}#fp-nav{position:fixed;z-index:200;top:100px;right:0!important;bottom:0;width:70px;margin-top:0!important;background-color:rgba(0,0,0,.3)}#fp-nav ul{position:absolute;top:50%;left:0;width:100%;margin:-100px 0 0 0;padding:0;list-style:none}#fp-nav ul li{width:auto;height:auto;min-height:20px;margin:10px auto}#fp-nav ul li:last-child{display:none}#fp-nav ul li a span{position:static;display:block;margin:0 auto!important}#fp-nav ul li a.active{margin-bottom:5px}#fp-nav ul li .fp-tooltip{font-size:12px;line-height:12px;position:static;display:none;text-transform:uppercase}#fp-nav ul li a.active+.fp-tooltip{display:block}.fullpage-menu{position:fixed;z-index:200;top:100px;right:0;bottom:0;width:70px;background-color:rgba(0,0,0,.3)}.fullpage-menu ul{position:absolute;top:50%;left:50%;width:100%;margin:-100px 0 0 -35px;padding:0;list-style:none}.fullpage-menu ul li{margin:10px 0}.fullpage-menu ul li em{display:block;width:10px;height:10px;margin:20px auto;border-radius:100%;background-color:#fff}.fullpage-menu ul li span{font-size:12px;line-height:12px;display:none;margin:20px auto;text-align:center;text-transform:uppercase;color:#fff}.fullpage-menu ul li.active em{display:none}.fullpage-menu ul li.active span{display:block}#fp-nav,.fp-slidesNav{text-align:center}#fp-nav ul li a span,.fp-slidesNav ul li a span{background-color:#fff}
 
 .home .banner img{display:block;max-width:100%;max-height:100%}
 .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{margin-top:100px;color:#fff; background-color: rgba(33,63,153,.4); padding: 40px 80px; }
 .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 .title{font-size:48px;font-weight:700;line-height:50px}.home .banner .slide .body .description{font-size:20px;max-width:800px;margin-top:20px}.home .banner .slide .body .more{margin-top:30px}.home .banner .slide .body .more a{font-size:16px;line-height:40px;display:inline-block;padding:0 40px;color:#fff;border:1px solid #fff;border-radius:5px}.home .banner .slide .body .more a:hover{background-color:rgba(255,255,255,.3)}.home .technology{width:1200px;padding-top:100px}.home .technology .bests ul{margin:-2% -1% 0;padding:0;list-style:none}.home .technology .bests ul li{float:left;width:48%;height:220px;margin:2% 1% 0}.home .technology .bests ul li a{display:block;height:100%;background:#eee no-repeat center center;background-size:cover;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.home .technology .bests ul li a div{font-size:18px;line-height:1;padding:40px 0 0 40px;color:#fff}.home .technology .bests ul li a div strong{font-size:30px;font-weight:700;line-height:1.3}.home .technology .bests ul li a:hover{box-shadow:0 0 10px #999}.home .technology .list{overflow:hidden;width:100%;margin:40px 0 0 0}.home .technology .list .name{float:left}.home .technology .list .name p{font-size:40px;line-height:40px}.home .technology .list .name span{font-size:14px;line-height:14px}.home .technology .list .scroll{position:relative;overflow:hidden;height:62px;margin-left:200px}.home .technology .list .scroll ul{position:absolute;top:0;right:70px;left:0;width:2000px;margin:0;padding:0;list-style:none}.home .technology .list .scroll ul li{float:left;margin-right:20px}.home .technology .list .scroll ul li a{line-height:60px;display:block;padding:0 40px;border:1px solid #ddd}.home .technology .list .scroll ul li a:hover{color:#666;background-color:#eee}.home .technology .list .scroll .arrow{position:absolute;top:0;right:0;width:50px;height:62px;cursor:pointer;border-left:20px solid #fff;background:#1b1b1b url(../images/arrow_right.png) no-repeat center center;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.home .technology .list .scroll .arrow:hover{background-color:#333}.home .technology .list-t{margin:0 0 20px 0}.home .service{width:100%;height:100%}.home .service .items{height:100%}.home .service .items .item{float:left;width:23%;height:100%;text-align:center;color:#fff;background-color:#eee;background-position:center center;background-size:cover}.home .service .items .item .item-box{height:100%;border-left:1px solid #dee6fc;background-color:rgba(18,39,103,.9);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.home .service .items .item .item-box .box,.home .service .items .item .item-box em{display:inline-block;vertical-align:middle}.home .service .items .item .item-box em{height:100%}.home .service .items .item .item-box .box{margin:120px 20% 0}.home .service .items .item .item-box .box .icon{margin-bottom:60px}.home .service .items .item .item-box .box .icon img{display:inline-block;max-width:100%}.home .service .items .item .item-box .box .title{font-size:22px;margin-bottom:20px}.home .service .items .item .item-box .box .desc{height:160px;margin-bottom:20px;color:#999}.home .service .items .item .item-box .box .more a{line-height:40px;display:block;text-align:center;text-transform:uppercase;color:#122662;background-color:#fff}.home .service .items .item .item-box .box .more a:hover{color:#fff;background-color:#0099da}.home .service .items .item .item-box:hover{background-color:rgba(18,39,103,.5)}.home .service .items .item-a{width:31%;text-align:left;background-image:url(../images/service_bg_01.jpg)}.home .service .items .item-a .item-box{border-left:0;background-color:rgba(0,0,0,.9)}.home .service .items .item-a .item-box .box .desc{height:auto}.home .service .items .item-a .item-box .box .desc{font-size:18px;margin-bottom:40px}.home .service .items .item-a .item-box .box .body{color:#ddd}.home .service .items .item-a .item-box .box .body p{margin-bottom:10px;text-indent:2em}.home .service .items .item-a .item-box .box .more{margin-top:40px}.home .service .items .item-a .item-box .box .more a{color:#999;border:1px solid #555;background-color:#000}.home .service .items .item-a .item-box .box .more a:hover{background-color:#333}.home .service .items .item-a .item-box:hover{background-color:rgba(0,0,0,.5)}.home .service .items .item-b{background-image:url(../images/service_bg_02.jpg)}.home .service .items .item-c{background-image:url(../images/service_bg_03.jpg)}.home .service .items .item-d{background-image:url(../images/service_bg_04.jpg)}.home .about{position:relative;height:100%}.home .about .company{position:absolute;top:0;right:0;bottom:140px;left:0;overflow:hidden}.home .about .company .profile{float:left;width:55%;padding-top:150px}.home .about .company .profile .title{font-size:36px;font-weight:700}.home .about .company .profile .desc{font-size:18px;margin-bottom:40px;color:#999}.home .about .company .profile .body{overflow:hidden;margin-bottom:60px;color:#666}.home .about .company .profile .body p{margin-bottom:10px;text-indent:2em}.home .about .company .profile .more a{line-height:40px;display:inline-block;padding:0 60px;text-align:center;text-transform:uppercase;color:#999;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.1)}.home .about .company .photo{float:right;width:40%;height:100%;background-position:center center;background-size:cover}.home .about .company .photo img{display:none;max-width:100%}.home .about .advantage{position:absolute;right:0;bottom:0;left:0;overflow:hidden;width:100%;background-color:#1d1d1d}.home .about .advantage .item{display:inline-block;width:32%;padding:40px 0;color:#fff}.home .about .advantage .item .title{margin-bottom:10px}.home .about .advantage .item .body{display:inline-block}.home .about .advantage .item .body p{display:inline-block}.home .about .advantage .item .body p strong{font-size:48px;line-height:1}.home .about .advantage .item .body p span{color:#666}.home .about .advantage .item .body-end{margin-right:0}.home .about .advantage .tech{float:left;width:60%}.home .about .advantage .rd{float:right;width:40%;text-align:center;background-color:#213f99}.home .about .advantage .rd .item{width:auto}.home .about .advantage .rd .item .title{text-align:left}.home .about .advantage .rd .item .body{margin-right:10px}.home .about .advantage .rd .item .body p span{color:#7e8abb}.home .news{padding-top:100px}.home .news .title{font-size:30px;font-weight:700;line-height:1}.home .news .alias{color:#999}.home .news .list{margin:20px 0}.home .news .list .item{overflow:hidden;width:100%;padding:20px 0}.home .news .list .item .body,.home .news .list .item .date,.home .news .list .item .img{float:left}.home .news .list .item .date{width:120px}.home .news .list .item .date strong{font-size:32px;font-weight:300}.home .news .list .item .img{width:180px;height:100px;margin-right:20px;border:1px solid #eee;background:no-repeat center center;background-size:cover}.home .news .list .item .img a{display:block;width:100%;height:100%}.home .news .list .item .img img{width:160px;height:100px;background-color:#eee}.home .news .list .item .body{width:820px}.home .news .list .item .body .name{font-size:18px;margin-bottom:5px}.home .news .list .item .body .summary{color:#999}.home .news .list .item .more{position:absolute;top:0;right:0;display:none}.home .news .list .item .more a{line-height:30px;display:block;padding:0 40px;color:#fff;border:0;background-color:#213f99;box-shadow:none}.home .news .list .item:hover{background-color:#eee}.home .news .list .item:hover .more{display:block}.home .news .more{padding-top:20px;text-align:center}.home .news .more a{line-height:40px;display:inline-block;padding:0 60px;text-align:center;text-transform:uppercase;color:#999;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.1)}.subpage .subwrapper{width:1300px;margin:0 auto}.subpage .banner{overflow:hidden;width:100%;height:500px;background:no-repeat center center;background-size:cover}.subpage .channels-second{background-color:#eee}.subpage .channels-second ul{font-size:0;display:table;width:100%;margin:0;padding:0;list-style:none}.subpage .channels-second ul li{display:table-cell;text-align:center;white-space:nowrap;border-right:1px solid #ddd}.subpage .channels-second ul li:first-child{border-left:1px solid #ddd}.subpage .channels-second ul li a{font-size:14px;line-height:60px;display:block;padding:0 20px}.subpage .channels-second ul li a.selected,.subpage .channels-second ul li a:hover{color:#fff;background-color:#213f99}.subpage .channels-second .mobile{display:none}.subpage .channels-second-mobile{display:none}.subpage .title{font-size:36px;text-align:center}.subpage .alias{text-align:center}.subpage .alias p{font-size:18px;display:inline-block;margin:0 auto;padding:0 100px;background:url(../images/alias_bg.png) repeat-x center center}.subpage .alias p span{display:inline-block;padding:0 20px;text-transform:uppercase;color:#999;background-color:#fff}.subpage .crumbs{padding-bottom:10px;border-bottom:1px solid #ddd}.subpage .crumbs a,.subpage .crumbs span,.subpage .crumbs strong{margin:0 3px}.subpage .detail{padding:40px 0}.subpage .detail .side{position:relative;float:left;width:240px;margin-bottom:50px;box-shadow:0 3px 3px #eee}.subpage .detail .side .top{font-size:18px;padding:20px;color:#fff;background-color:#213f99}.subpage .detail .side .mobile{display:none}.subpage .detail .side ul{margin:0;padding:0;list-style:none}.subpage .detail .side ul li a{line-height:16px;display:block;padding:15px 20px;border-bottom:1px solid #eee}.subpage .detail .side ul li a.selected{font-weight:700;color:#213f99}.subpage .detail .side ul li a:hover{color:#fff;background-color:#0099da}.subpage .detail .side ul li ul{display:none}.subpage .detail .side ul li ul li a{padding-left:30px}.subpage .detail .side ul li ul.opened{display:block}.subpage .detail .main{margin-left:280px}.subpage .about{padding:70px 0}.subpage .about .section-a{overflow:hidden;width:100%;padding:50px 0}.subpage .about .section-a .logo{float:left;width:48%;height:220px;text-align:center;background-color:#eee}.subpage .about .section-a .logo em,.subpage .about .section-a .logo img{display:inline-block;vertical-align:middle}.subpage .about .section-a .logo em{height:100%}.subpage .about .section-a .summary{float:right;width:50%}.subpage .about .section-a .summary p{margin:5px 0}.subpage .about .section-a .summary strong{font-size:18px;font-weight:700}.subpage .about .section-b img{display:block}.subpage .about .section-c{overflow:hidden;width:100%;padding:50px 0}.subpage .about .section-c .left{float:left;width:48%}.subpage .about .section-c .right{float:right;width:48%}.subpage .about .section-d{font-size:0}.subpage .about .section-d img{display:inline-block;margin:0 1px}.subpage .about .section-d img:first-child{margin-left:0}.subpage .about .section-d img:last-child{margin-right:0}.subpage .news{padding:70px 0}.subpage .news .tops{overflow:hidden;padding:50px 0;border-bottom:1px dashed #ddd}.subpage .news .tops .pics{position:relative;float:left;overflow:hidden;width:600px;height:400px;background-color:#eee}.subpage .news .tops .pics ul{margin:0;padding:0;list-style:none}.subpage .news .tops .pics .hd{position:absolute;z-index:5;right:0;bottom:0}.subpage .news .tops .pics .hd ul{font-size:0}.subpage .news .tops .pics .hd ul li{display:inline-block;overflow:hidden;width:10px;height:10px;margin:10px 5px;background-color:#ccc}.subpage .news .tops .pics .hd ul li.on{background-color:#fff}.subpage .news .tops .pics .bd{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0}.subpage .news .tops .pics .bd a,.subpage .news .tops .pics .bd li,.subpage .news .tops .pics .bd ul{width:100%;height:100%}.subpage .news .tops .pics .bd ul li a{display:block;background:no-repeat center center;background-size:cover}.subpage .news .tops .pics .bd ul li a span{line-height:20px;position:absolute;z-index:3;right:0;bottom:0;left:0;padding:5px 10px;color:#fff;background-color:rgba(0,0,0,.5)}.subpage .news .tops .latest{margin-left:640px}.subpage .news .tops .latest .tip{font-size:24px;margin-bottom:20px}.subpage .news .tops .latest .tip span{font-size:18px;color:#999}.subpage .news .tops .latest .list .item{overflow:hidden;padding:10px 0}.subpage .news .tops .latest .list .item .date{float:left;color:#666}.subpage .news .tops .latest .list .item .date strong{font-size:48px;font-weight:400;line-height:60px;border-bottom:1px solid #ddd}.subpage .news .tops .latest .list .item .body{margin-left:80px}.subpage .news .tops .latest .list .item .body .name{font-size:18px}.subpage .news .tops .latest .list .item .body .summary{line-height:22px;color:#999}.subpage .news .items{margin:20px 0}.subpage .news .items .item{overflow:hidden;width:100%;padding:20px 0}.subpage .news .items .item .body,.subpage .news .items .item .date,.subpage .news .items .item .img{float:left}.subpage .news .items .item .date{width:120px}.subpage .news .items .item .date strong{font-size:32px;font-weight:300}.subpage .news .items .item .img{width:180px;height:100px;margin-right:20px;border:1px solid #eee;background:no-repeat center center;background-size:cover}.subpage .news .items .item .img a{display:block;width:100%;height:100%}.subpage .news .items .item .img img{width:160px;height:100px;background-color:#eee}.subpage .news .items .item .body{width:820px}.subpage .news .items .item .body .name{font-size:18px;margin-bottom:5px}.subpage .news .items .item .body .summary{color:#999}.subpage .news .items .item .more{position:absolute;top:0;right:0;display:none}.subpage .news .items .item .more a{line-height:30px;display:block;padding:0 40px;color:#fff;border:0;background-color:#213f99;box-shadow:none}.subpage .news .items .item:hover{background-color:#eee}.subpage .news .items .item:hover .more{display:block}.subpage .pictures{padding:30px 0}.subpage .pictures .items{min-height:660px;margin:30px 0}.subpage .pictures .items ul{font-size:0;margin:0;padding:0;list-style:none}.subpage .pictures .items ul li{display:inline-block;width:23%;margin:1%;vertical-align:top}.subpage .pictures .items ul li a{display:block;height:200px;text-align:center}.subpage .pictures .items ul li a em,.subpage .pictures .items ul li a img{display:inline-block;vertical-align:middle}.subpage .pictures .items ul li a img{max-height:100%}.subpage .pictures .items ul li a em{height:100%}.subpage .pictures .items ul li p{display:none}.subpage .pictures-1388 .items{padding-left:300px;background:url(../images/honor_bg.jpg) no-repeat left bottom}.subpage .technologys .detail .main .body .items{font-size:0;margin:0 -1%;padding:10px 0}.subpage .technologys .detail .main .body .items .item{font-size:14px;display:inline-block;width:48%;margin:10px 1%}.subpage .technologys .detail .main .body .items .item .box{padding:20px;border:1px solid #ddd;border-top:2px solid #213f99}.subpage .technologys .detail .main .body .items .item .box .name{font-size:16px;font-weight:700}.subpage .technologys .detail .main .body .items .item .box .name a{display:block}.subpage .technologys .detail .main .body .items .item .box .summary{line-height:26px;overflow:hidden;height:52px;color:#999}.subpage .technologys .detail .main .body .items .item .box .more{margin-top:10px}.subpage .technologys .detail .main .body .items .item .box .more a{display:block}.subpage .contents .detail .main .body .items{margin:20px 0}.subpage .contents .detail .main .body .items .item{overflow:hidden;width:100%;padding:20px 0}.subpage .contents .detail .main .body .items .item .body,.subpage .contents .detail .main .body .items .item .date,.subpage .contents .detail .main .body .items .item .img{float:left}.subpage .contents .detail .main .body .items .item .date{width:120px}.subpage .contents .detail .main .body .items .item .date strong{font-size:32px;font-weight:300}.subpage .contents .detail .main .body .items .item .img{width:180px;height:100px;margin-right:20px;border:1px solid #eee;background:no-repeat center center;background-size:cover}.subpage .contents .detail .main .body .items .item .img a{display:block;width:100%;height:100%}.subpage .contents .detail .main .body .items .item .img img{width:160px;height:100px;background-color:#eee}.subpage .contents .detail .main .body .items .item .body{width:700px}.subpage .contents .detail .main .body .items .item .body .name{font-size:18px;margin-bottom:5px}.subpage .contents .detail .main .body .items .item .body .summary{color:#999}.subpage .contents .detail .main .body .items .item .more{position:absolute;top:0;right:0;display:none}.subpage .contents .detail .main .body .items .item .more a{line-height:30px;display:block;padding:0 40px;color:#fff;border:0;background-color:#213f99;box-shadow:none}.subpage .contents .detail .main .body .items .item:hover{background-color:#eee}.subpage .contents .detail .main .body .items .item:hover .more{display:block}.subpage .contents .detail .main .body .list-channels{margin:20px 0}.subpage .contents .detail .main .body .list-channels ul{display:table;margin:0;padding:0;list-style:none}.subpage .contents .detail .main .body .list-channels ul li{display:table-cell;text-align:center}.subpage .contents .detail .main .body .list-channels ul li a{line-height:26px;display:block;padding:10px 20px}.subpage .contents .detail .main .body .list-channels ul li.selected a{font-weight:700;color:#fff;background-color:#0099da}.subpage .contents .detail .main .body .list{margin:0;padding:0;list-style:none}.subpage .contents .detail .main .body .list li{line-height:20px;padding:10px 0;border-top:1px dashed #eee}.subpage .contents .detail .main .body .list li span{float:left}.subpage .contents .detail .main .body .list li a{display:block;margin-left:15px}.subpage .contents .detail .main .body .list li:first-child{border-top:0}.subpage .contents-detail .detail .main .body{padding:40px 0}.subpage .contents-detail .detail .main .body h1{font-size:24px;line-height:36px;text-align:center;color:#333}.subpage .contents-detail .detail .main .body .subtitle{font-size:18px;text-align:center;color:#999}.subpage .contents-detail .detail .main .body .author-createtime{font-size:14px;line-height:30px;margin:20px 0;text-align:center;color:#999;border:1px solid #eee;background-color:#f5f5f5}.subpage .contents-detail .detail .main .body .bodycontent a{text-decoration:underline;color:#0099da}.subpage .contents-detail .detail .main .body .bodycontent img{display:inline-block;max-width:100%!important;height:auto;margin:10px 0 0}.subpage .contents-detail .detail .main .body .bodycontent table{border-collapse:collapse}.subpage .contents-detail .detail .main .body .bodycontent table td,.subpage .contents-detail .detail .main .body .bodycontent table th{padding:0 5px;border:1px solid #ddd}.subpage .contents-detail .detail .main .body .bodycontent-1591 img{display:block!important;margin:0 auto!important}.subpage .contents-detail .detail .main .body .source{text-align:right;color:#999}.subpage .service .more{text-align:center}.subpage .service .more a{line-height:40px;display:inline-block;padding:0 60px;text-align:center;text-transform:uppercase;color:#999;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.1)}.subpage .service .section-a{padding:70px 0}.subpage .service .section-a .body{padding:30px 0}.subpage .service .section-a .body dl{font-size:0;position:relative;border-top:1px solid #fff;background-color:#213f99}.subpage .service .section-a .body dl dd,.subpage .service .section-a .body dl dt{display:inline-block;vertical-align:middle}.subpage .service .section-a .body dl dt{font-size:18px;width:30%;text-align:center;color:#fff}.subpage .service .section-a .body dl dd{font-size:15px;width:70%;padding:30px 0;background-color:#eee}.subpage .service .section-a .body dl dd p{margin:0 20px}.subpage .service .section-b{padding:70px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;background-color:#f5f5f5}.subpage .service .section-b .alias p span{background-color:#f5f5f5}.subpage .service .section-b .body{overflow:hidden;padding:30px 0}.subpage .service .section-b .body .left{float:left;width:49%}.subpage .service .section-b .body .right{font-size:15px;float:right;width:49%;padding-top:30px}.subpage .service .section-c{padding:70px 0}.subpage .service .section-c .body{font-size:0;overflow:hidden;padding:30px 0}.subpage .service .section-c .body div{display:inline-block;width:25%;vertical-align:top;background:no-repeat center center cover;box-shadow:0 0 1px #fff}.subpage .service .section-c .body div a img{display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;filter:grayscale(100%)}.subpage .service .section-c .body div a:hover img{filter:grayscale(0)}.subpage .banner-talent{height:600px;text-align:center}.subpage .banner-talent .body,.subpage .banner-talent em{display:inline-block;vertical-align:middle}.subpage .banner-talent em{height:100%}.subpage .banner-talent .body{max-width:600px;margin-top:100px;padding:0 20px;text-align:left;color:#fff}.subpage .banner-talent .body a{color:#fff}.subpage .banner-talent .body .tit{font-size:48px;line-height:1;margin-bottom:20px}.subpage .banner-talent .body .desc{font-size:36px;line-height:1;margin-bottom:20px;margin-bottom:50px}.subpage .banner-talent .body .search form{font-size:0;border-radius:5px;background-color:rgba(255,255,255,.3)}.subpage .banner-talent .body .search form input{font-size:16px;box-sizing:border-box;width:100%;height:50px;margin:0;padding:0 20px;border:0;border-radius:5px}.subpage .banner-talent .body .search form div{display:inline-block;box-sizing:border-box;width:80%;padding:10px;vertical-align:top}.subpage .banner-talent .body .search form div.btn{width:20%}.subpage .banner-talent .body .search form div.btn input{color:#fff;background-color:#213f99}.subpage .talent{overflow:hidden;padding:70px 0;background-color:#f5f5f5}.subpage .talent .left{float:left;width:930px}.subpage .talent .left .box{font-size:16px;padding:20px;background-color:#fff}.subpage .talent .left .box .tit{overflow:hidden;padding:10px;border-bottom:1px solid #eee}.subpage .talent .left .box .tit strong{float:left;color:#333}.subpage .talent .left .box .tit a{float:right}.subpage .talent .left .box .body{overflow:hidden;height:490px}.subpage .talent .left .box .body table{margin:10px 0}.subpage .talent .left .box .body table td,.subpage .talent .left .box .body table th{padding:5px}.subpage .talent .left .box .body table a{color:#0099da}.subpage .talent .right{float:right;width:320px}.subpage .talent .right .links{margin-bottom:20px;padding:10px 0;background-color:#fff;box-shadow:0 0 10px #ddd}.subpage .talent .right .links a{display:block;text-align:center}.subpage .talent .right .links a img{max-width:80%;margin:20px 0;vertical-align:middle}.subpage .talent .right .links a span{display:block;padding:0}.subpage .talent .right .qrcodes{font-size:0;padding:10px 20px;background-color:#fff;box-shadow:0 0 10px #ddd}.subpage .talent .right .qrcodes div{font-size:12px;display:inline-block;width:33.33%;margin:10px 0;text-align:center;vertical-align:top}.subpage .talent .right .qrcodes div img{display:block;width:90%;margin:0 auto}.subpage .talent .right .qrcodes div span{line-height:16px;display:block}.subpage .jobs .detail .body .search{margin:20px 0}.subpage .jobs .detail .body .search form{font-size:0;border-radius:5px;background-color:#eee}.subpage .jobs .detail .body .search form input{font-size:16px;box-sizing:border-box;width:100%;height:50px;margin:0;padding:0 20px;border:0;border-radius:5px}.subpage .jobs .detail .body .search form div{display:inline-block;box-sizing:border-box;width:80%;padding:10px;vertical-align:top}.subpage .jobs .detail .body .search form div.btn{width:20%}.subpage .jobs .detail .body .search form div.btn input{color:#fff;background-color:#213f99}.subpage .jobs .detail .body table{margin:20px 0}.subpage .jobs .detail .body table td,.subpage .jobs .detail .body table th{padding:10px;text-align:center;border:1px solid #ddd}.subpage .jobs .detail .body table th{background-color:#f2f2f2}.subpage .jobs .detail .body table td a{color:#0099da}.subpage .jobs .detail .body table .left{text-align:left}.subpage .jobs .detail .body table .det{display:none}.subpage .jobs .detail .body table .det td{padding:20px;text-align:left}.subpage .jobs_detail .detail .body{float:left;width:800px;padding:20px;border:1px solid #ddd;border-radius:5px;box-shadow:0 3px 3px rgba(0,0,0,.2)}.subpage .jobs_detail .detail .body h1{font-size:20px}.subpage .jobs_detail .detail .body table{margin:20px 0}.subpage .jobs_detail .detail .body table td,.subpage .jobs_detail .detail .body table th{padding:5px;border:1px solid #ddd}.subpage .jobs_detail .detail .body table th{width:15%}.subpage .jobs_detail .detail .body table td{width:18%}.subpage .jobs_detail .detail .body .bottom{margin-top:30px;padding-top:30px;border-top:1px solid #eee}.subpage .jobs_detail .detail .bests{margin-left:880px;padding:20px;border:1px solid #ddd;border-radius:5px;box-shadow:0 3px 3px rgba(0,0,0,.2)}.subpage .jobs_detail .detail .bests h2{font-size:16px;margin-bottom:10px}.subpage .jobs_detail .detail .bests a{color:#0099da}.subpage .jobs_detail .detail .bests table td{padding:5px 0;border-top:1px solid #eee}
 
 @media screen and (min-width:1000px) and (max-height:736px){.header .nav ul li a{padding:0 15px}.home .technology .bests ul li{height:160px}.home .technology .bests ul li a div{padding-top:20px}.home .service .items .item .item-box .box{margin-top:100px}.home .service .items .item .item-box .box .icon{margin-bottom:30px}.home .service .items .item .item-box .box .desc{line-height:24px;height:100px}.home .service .items .item-a .item-box .box .desc{height:auto;margin-bottom:20px}.home .service .items .item-a .item-box .box .body{overflow:hidden;height:190px}.home .about .company .profile{padding-top:120px}.home .about .company .profile .title{font-size:26px}.home .about .company .profile .desc{margin-bottom:20px}.home .about .company .profile .body{height:120px;margin-bottom:20px}.home .news .title{font-size:24px}.home .news .list{margin:0}.home .news .list .item{padding:5px 0}.subpage .banner{height:280px}.subpage .banner-talent{height:460px}.subpage .banner-talent .body .desc{margin-bottom:30px}.subpage .about,.subpage .news,.subpage .service .section-a,.subpage .service .section-b,.subpage .service .section-c{padding:40px 0}.subpage .news .tops{padding:30px 0}}
 
 @media screen and (max-width:750px){.wrapper{min-width:auto}.container{width:auto}.page ul.pagination,.pages ul.pagination{font-size:0}.page ul.pagination li,.pages ul.pagination li{margin:0}.page ul.pagination li a,.pages 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,.pages ul.pagination li a.next,.pages ul.pagination li a.previous,.pages 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}#fp-nav,.fullpage-menu{display:none}.home .banner .slide .body{margin-top:30px;padding:40px 20px}.home .banner .slide .body .logo{display:none;max-width:200px}.home .banner .slide .body .title{font-size:32px}.home .banner .slide .body .description{font-size:16px}.home .technology{width:auto;padding:90px 20px 0}.home .technology .bests ul li{height:24vh}.home .technology .bests ul li a div{font-size:12px;font-weight:300;padding:15px}.home .technology .bests ul li a div strong{font-size:16px}.home .technology .list{margin-top:5vh}.home .technology .list .name{float:none;margin-bottom:10px}.home .technology .list .name div{display:inline-block}.home .technology .list .name p{font-size:24px;line-height:1}.home .technology .list .scroll{margin-left:0}.home .technology .list .scroll ul li{margin-right:10px}.home .technology .list .scroll ul li a{line-height:40px;padding:0 10px}.home .technology .list .scroll .arrow{width:40px;height:40px;border-left-width:10px;background-size:auto 20px}.home .service{padding-top:70px}.home .service .items .item{float:none;overflow:hidden;width:auto!important;height:23%;text-align:left}.home .service .items .item .item-box{border-top:1px solid #dee6fc;border-left:0}.home .service .items .item .item-box .box{margin:10px 20px}.home .service .items .item .item-box .box .desc,.home .service .items .item .item-box .box .more,.home .service .items .item .item-box .box .title{margin-left:80px}.home .service .items .item .item-box .box .icon{float:left;width:60px;height:100%;margin-bottom:0}.home .service .items .item .item-box .box .title{font-size:18px;margin-bottom:5px}.home .service .items .item .item-box .box .desc{line-height:20px;overflow-y:hidden;height:auto;height:20px;margin-bottom:10px}.home .service .items .item .item-box .box .more a{line-height:26px;display:inline-block;padding:0 20px}.home .service .items .item-a{height:31%}.home .service .items .item-a .item-box .box .desc,.home .service .items .item-a .item-box .box .more,.home .service .items .item-a .item-box .box .title{margin-left:10px}.home .service .items .item-a .item-box .box .title{font-size:20px}.home .service .items .item-a .item-box .box .desc{font-size:14px;height:auto}.home .service .items .item-a .item-box .box .body{display:none}.home .service .items .item-a .item-box .box .more{display:block;margin-top:0}.home .about .company .profile{width:auto;padding:90px 20px 0}.home .about .company .profile .title{font-size:28px}.home .about .company .profile .desc{font-size:12px;margin-bottom:10px}.home .about .company .profile .body{overflow:hidden;margin-bottom:20px}.home .about .company .photo{display:none}.home .about .advantage .rd,.home .about .advantage .tech{float:none;width:auto;padding:0;text-align:center}.home .about .advantage .item{padding:20px 0}.home .about .advantage .item .title{font-size:12px}.home .about .advantage .item .body{margin-right:0}.home .about .advantage .item .body p{font-size:12px;line-height:1}.home .about .advantage .item .body p strong{font-size:26px}.home .news{padding:70px 0 0}.home .news .alias,.home .news .title{padding-left:20px}.home .news .title{font-size:18px}.home .news .list{margin:0}.home .news .list .item{width:auto;padding:3vh 20px}.home .news .list .item .date{position:absolute;bottom:0;left:0;display:none;color:#999}.home .news .list .item .date strong{font-size:20px;line-height:22px}.home .news .list .item .img{width:100px;height:80px}.home .news .list .item .body{float:none;width:auto;margin-left:120px}.home .news .list .item .body .name{font-size:16px;line-height:18px;overflow:hidden;height:36px;margin-bottom:1vh}.home .news .list .item .body .summary{line-height:22px;overflow:hidden;height:42px}.home .news .list .item:hover .more{display:none}.subpage .subwrapper{width:auto}.subpage .channels-second{position:relative}.subpage .channels-second ul{position:absolute;z-index:10;top:100%;right:0;left:0;display:none;width:auto;border-top:3px solid #213f99;background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,.2)}.subpage .channels-second ul li{display:block;text-align:left}.subpage .channels-second ul li a{line-height:44px;border-bottom:1px solid #eee}.subpage .channels-second ul.open{display:block}.subpage .channels-second .mobile{line-height:50px;display:flex}.subpage .channels-second .mobile .second-selected{font-size:16px;font-weight:700;padding:0 20px;color:#213f99;flex:1}.subpage .channels-second .mobile .second-menu{font-size:0;width:50px;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 .channels-second-mobile{display:block}.subpage .title{font-size:28px}.subpage .alias p{font-size:12px;padding:0 40px}.subpage .detail{padding:0}.subpage .detail .side{position:relative;float:none;width:auto;margin-bottom:0}.subpage .detail .side .top{display:none}.subpage .detail .side .mobile{line-height:50px;display:flex}.subpage .detail .side .mobile .second-selected{font-size:16px;font-weight:700;padding:0 20px;color:#213f99;flex:1}.subpage .detail .side .mobile .second-menu{font-size:0;width:50px;text-align:center}.subpage .detail .side .mobile .second-menu .icon,.subpage .detail .side .mobile .second-menu em{display:inline-block;vertical-align:middle}.subpage .detail .side .mobile .second-menu em{height:100%}.subpage .detail .side .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 .detail .side ul{position:absolute;z-index:10;top:100%;right:0;left:0;display:none;width:auto;border-top:2px solid #213f99;background-color:#fff;box-shadow:none}.subpage .detail .side ul li{display:block;text-align:left}.subpage .detail .side ul li a{line-height:14px;border-bottom:1px solid #eee}.subpage .detail .side ul li ul{position:static;border:0}.subpage .detail .side ul.open{display:block}.subpage .detail .main{margin-left:0;padding:20px}.subpage .banner{height:260px}.subpage .about{padding:40px 20px}.subpage .about .section-a{padding:30px 0}.subpage .about .section-a .logo,.subpage .about .section-a .summary{float:none;width:auto}.subpage .about .section-a .logo{height:auto;padding:20px 0}.subpage .about .section-a .logo img{width:80%}.subpage .about .section-c{padding:30px 0}.subpage .about .section-c .left,.subpage .about .section-c .right{float:none;width:auto}.subpage .about .section-d img{display:block;margin:10px 0}.subpage .pictures{padding-right:20px;padding-left:20px}.subpage .pictures .items{min-height:none}.subpage .pictures .items ul li{width:48%;background-color:#eee}.subpage .pictures .items ul li a{height:120px}.subpage .pictures-1388 .items{padding-left:0;background:0 0}.subpage .news{padding:20px 0}.subpage .news .tops{padding:20px}.subpage .news .tops .pics{float:none;width:100%;height:200px;margin-bottom:20px}.subpage .news .tops .latest{margin-left:0}.subpage .news .tops .latest .tip{font-size:22px;margin-bottom:0}.subpage .news .tops .latest .tip span{font-size:14px}.subpage .news .tops .latest .list .item .date{font-size:12px}.subpage .news .tops .latest .list .item .date strong{font-size:36px;line-height:36px}.subpage .news .tops .latest .list .item .body{margin-left:60px}.subpage .news .tops .latest .list .item .body .name{font-size:16px;line-height:20px}.subpage .news .tops .latest .list .item .body .summary{overflow:hidden;height:66px}.subpage .news .items{margin:20px}.subpage .news .items .item{width:auto;padding:10px 0}.subpage .news .items .item .date{position:absolute;bottom:0;left:0;display:none;color:#999}.subpage .news .items .item .date strong{font-size:20px;line-height:22px}.subpage .news .items .item .img{width:100px;height:80px}.subpage .news .items .item .body{float:none;width:auto;margin-left:120px}.subpage .news .items .item .body .name{font-size:14px;line-height:18px;overflow:hidden;height:36px;margin-bottom:1vh}.subpage .news .items .item .body .summary{font-size:12px;line-height:22px;overflow:hidden;height:42px}.subpage .news .items .item:hover .more{display:none}.subpage .service .section-a{padding:40px 20px}.subpage .service .section-a .body dl dd,.subpage .service .section-a .body dl dt{display:block;width:auto}.subpage .service .section-a .body dl dd{padding:10px 0}.subpage .service .section-b{padding:40px 20px}.subpage .service .section-b .body .left,.subpage .service .section-b .body .right{float:none;width:auto;padding:0}.subpage .service .section-c{padding:40px 20px}.subpage .service .section-c .body div{width:50%}.subpage .technologys .detail .main .body .items{margin:0;padding:10px 0}.subpage .technologys .detail .main .body .items .item{width:100%;margin:10px 0}.subpage .contents .detail .main .body .items{margin:0}.subpage .contents .detail .main .body .items .item{width:auto}.subpage .contents .detail .main .body .items .item .date{position:absolute;bottom:0;left:0;display:none;color:#999}.subpage .contents .detail .main .body .items .item .date strong{font-size:20px;line-height:22px}.subpage .contents .detail .main .body .items .item .img{width:100px;height:80px}.subpage .contents .detail .main .body .items .item .body{float:none;width:auto;margin-left:120px}.subpage .contents .detail .main .body .items .item .body .name{font-size:14px;line-height:18px;overflow:hidden;height:36px;margin-bottom:1vh}.subpage .contents .detail .main .body .items .item .body .summary{font-size:12px;line-height:22px;overflow:hidden;height:42px}.subpage .contents .detail .main .body .items .item:hover .more{display:none}.subpage .contents .detail .main .body .list-channels ul{width:100%}.subpage .contents .detail .main .body .list-channels ul li{text-align:center}.subpage .contents .detail .main .body .list-channels ul li a{padding:10px 0}.subpage .contents-detail .detail .main .body .bodycontent img{max-width:100%!important;height:auto!important}.subpage .contents-detail .detail .main .body .bodycontent-1591 table td{display:block;width:100%!important}.subpage .banner-talent{height:300px}.subpage .banner-talent .body{margin-top:70px}.subpage .banner-talent .body .tit{font-size:26px;margin-bottom:10px}.subpage .banner-talent .body .desc{font-size:24px;margin-bottom:20px}.subpage .banner-talent .body .search form input{height:40px}.subpage .banner-talent .body .search form div{width:60%}.subpage .banner-talent .body .search form div.btn{width:40%}.subpage .talent{padding:0}.subpage .talent .left,.subpage .talent .right{float:none;width:auto;margin:20px}.subpage .talent .left .box{font-size:14px;padding:10px}.subpage .talent .left .box .body{height:300px}.subpage .jobs .detail .body .search form input{height:40px}.subpage .jobs .detail .body .search form div{width:60%;padding:8px}.subpage .jobs .detail .body .search form div.btn{width:40%}.subpage .jobs .detail .body table td.mhide,.subpage .jobs .detail .body table th.mhide{display:none}.subpage .jobs_detail .detail .body{float:none;width:auto;border:0;box-shadow:none}.subpage .jobs_detail .detail .body table{border-bottom:1px solid #ddd}.subpage .jobs_detail .detail .body table td,.subpage .jobs_detail .detail .body table th{display:inline-block;box-sizing:border-box;border:0;border-top:1px solid #ddd}.subpage .jobs_detail .detail .body table th{width:30%}.subpage .jobs_detail .detail .body table td{width:70%}.subpage .jobs_detail .detail .bests{margin-left:0;border:0;box-shadow:none}.subpage .contact .detail{padding:40px 20px}.subpage .contact .detail .body .bodycontent table td{display:block;width:100%!important;margin-bottom:30px}}
 
 @media screen and (max-width:750px) and (max-height:736px){.home .about .company .profile .body{height:200px}}
 @media screen and (max-width:750px) and (max-height:667px){.home .about .company{bottom:0}.home .about .company .profile .body{height:290px}.home .about .advantage{display:none}}@media screen and (max-width:750px) and (max-height:568px){.home .service .items .item .item-box .box .title{font-size:14px}.home .service .items .item .item-box .box .desc{display:none}.home .service .items .item .item-box .box .more a{font-size:12px;line-height:18px;padding:0 10px}.home .service .items .item-a .item-box .box .desc{display:block!important}.home .about .company .profile .body{height:190px}}.searchform{margin:20px 0;text-align:center}.searchform .form-group{display:inline-block;vertical-align:top}.searchform .form-group .form-control,.searchform .form-group .form-label{display:inline-block;vertical-align:top;margin:0 20px 0 0}.searchform .form-group .form-label{line-height:40px}.searchform .form-group .form-control input{width:300px;height:38px;padding:0 10px;border:1px solid #ccc}.searchform .form-button input{height:40px;padding:0 20px;border:0;color:#fff;background:#213F99}.search-contents-list .content-list ul{margin:0;padding:0;list-style:none;border-top:1px dashed #ccc}.search-contents-list .content-list ul li{padding:10px 0;overflow:hidden;border-bottom:1px dashed #ccc}.search-contents-list .content-list ul li a{float:left}.search-contents-list .content-list ul li span{float:right}