@charset "utf-8";
a{color:#333}
a:hover{color:#303f9f;text-decoration:none}



.banner .swiper-pagination-bullet{display:inline-block;width:30px;height:5px;border-radius:5px;background:#fff;opacity:.9;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px}
.banner .swiper-pagination-bullet-active{background:#303f9f;opacity:1}

.banner .swiper-button-next,.banner .swiper-button-prev{position:absolute;top:50%;z-index:10;z-index:999;margin-top:-22px;margin-top:-38px;width:40px;height:79px;
	background-position:center;background-repeat:no-repeat;cursor:pointer}
.banner .swiper-button-prev{left:60px;background:url(../img/swiper_button_001.png) top left;}
.banner .swiper-button-next{right:60px;background:url(../img/swiper_button_001.png) top right;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{bottom:40px;left:0;width:100%}
.banner .video-hero span.play{position:absolute;top:50%;left:50%;z-index:99;margin-top:-40px;margin-left:-40px;color:#fff;display: block;width: 80px;height: 80px;
	border-radius: 50%;text-align: center;}
	.banner .video-hero span.play i{font-size: 80px;line-height: 80px;}
.banner .video-hero a{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;position: relative;-webkit-box-align: center;
	-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;
	-webkit-flex-direction: row;-moz-box-orient: horizontal;-moz-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;justify-content: space-around;height: 80vh;min-height: 80vh;overflow: hidden;}
.banner .video-hero video{min-width: 100%;min-height: 100%;position: absolute;top: 0;/*left: 50%;-webkit-transform: translate3d(-50%,0,0);transform: translate3d(-50%,0,0);*/}
.banner{height: 80vh;min-width: 1200px;    margin-top: 50px;}
.banner .swiper-slide{height: 80vh; background-repeat: no-repeat;background-size: cover;background-position: center; min-width:100%}
.banner .swiper-slide a{/*display: block*/;position: relative;}

.viewmore{
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
    background: #1E2D3B;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.viewmore:hover{
    color: #ffffff;
}


.xiuigaiwenjain{text-align: initial;}

/*video play*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.video-box{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;font-size:0;z-index:99999999999}
.video-box button{display:inline-block;padding:0;border:0 none;background:0 0;text-align:center;outline:0;cursor:pointer}
.video-box .video-button{display:inline-block;width:36px;height:36px;color:#fff;position:relative;overflow:hidden}
.video-box .video-button i{font-size:56px}
.video-box .video-button.video-btn-volume i{font-size:20px}
.video-box .video-button.video-tooltip-toggle i{font-size:20px}
.video-box .video-video{position:relative;width:100%;height:100%;overflow:hidden}
.video-box .video-video video{position:relative;display:block;top:0;left:0;width:100%;height:100%;background:#000}
.video-box .video-container{width:68%;min-height:550px;max-height:90vh;background:#000;overflow:hidden;opacity:0;height: 80%}
.video-box .video-container.video-ready{opacity:1}
.video-box.quanping .video-container{width:100%;height:100%;max-height:100%;position:relative;left:0;top:0;transform:none}
.video-box.video-playing .video-div.video-hide-ui .video-ui{-webkit-transform:translateY(39px);-ms-transform:translateY(39px);transform:translateY(39px)}
.video-box.heibian .video-container{padding:40px 0}
.video-box.heibian .video-div.video-hide-ui .video-ui{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.video-box.heibian.quanping .video-container{padding:0}
.video-box.hideui .video-div .video-ui{-webkit-transform:translateY(39px);-ms-transform:translateY(39px);transform:translateY(39px)}
.video-box .i{font-family:none;height:100%;width:100%;background-size:80%;background-position:center;background-repeat:no-repeat}
.video-box .i:before,.video-box i:after{display:none!important}
.video-box .i-voice-on{background-image:url(../img/vol.svg)}
.video-box .i-voice-off{background-image:url(../img/volx.svg)}
.video-box .i-bofang{background-image:url(../img/play.svg)}
.video-box .i-zhanting{background-image:url(../img/zt.svg)}
.video-box .i-quanping{background-image:url(../img/allscreen.svg)}
.video-box .i-suoxiao{background-image:url(../img/sscreen.svg)}
.video-bg{position:absolute;height:100%;width:100%;background:#000;opacity:.9}
.video-div{background:#000;font-size:0;letter-spacing:-1px;position:absolute;height:100%;width:100%;top:0;left:0}
.video-ui{position:absolute;width:100%;height:41px;background-color:rgba(0,0,0,.8);left:0;bottom:0;z-index:6;letter-spacing:.25px;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;-ms-transition:transform .3s ease;-moz-transition:transform .3s ease;transition:transform .3s ease;-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}
.video-loading-pulse{position:absolute;width:6px;height:24px;top:50%;left:50%;background-color:rgba(255,255,255,.2);-webkit-animation:pulse 750ms infinite;animation:pulse 750ms infinite;-webkit-animation-delay:250ms;animation-delay:250ms}
.video-loading-pulse:after,.video-loading-pulse:before{content:'';position:absolute;display:block;height:16px;width:6px;background:rgba(255,255,255,.2);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-animation:pulse 750ms infinite;animation:pulse 750ms infinite}
.video-loading-pulse:before{left:-12px}
.video-loading-pulse:after{left:12px;-webkit-animation-delay:.5s;animation-delay:.5s}
@keyframes pulse{50%{background:#fff}
}
.video-loading{opacity:1;color:#2c97f6;font-size:0;overflow:hidden;box-shadow:0 0 0 3600px #000;background:#000;width:30px;height:30px;-webkit-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.video-loading i{border-radius:50%;width:24px;height:24px;display:block;border:.25rem solid rgba(255,255,255,.2);border-top-color:#fff;-webkit-animation:adeg 1s infinite linear;-o-animation:adeg 1s infinite linear;-ms-animation:adeg 1s infinite linear;-moz-animation:adeg 1s infinite linear;animation:adeg 1s infinite linear}
.video-loading .i-loading:before{display:none;opacity:0;visibility:hidden}
.video-loading.yihuanchun{opacity:0}
@keyframes adeg{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.video-close{position:absolute;top:calc(52px + 2%);right:5%;width:30px;height:30px;cursor:pointer;background:url(../img/close.svg);background-repeat:no-repeat}
.video-bofang.f-czspjuzhong{z-index:2;font-size:0}
.video-bofang.f-czspjuzhong i{display:block;border-radius:50%;text-align:center;background-color:rgba(0,0,0,.8);color:#fff;width:60px;height:60px;cursor:pointer;line-height:62px;font-size:66px;-webkit-transition:transform 1s;-o-transition:transform 1s;-ms-transition:transform 1s;-moz-transition:transform 1s;transition:transform 1s}
.video-hide{z-index:0!important}
.video-hide i{opacity:0;-webkit-transform:scale(3);-o-transform:scale(3);-ms-transform:scale(3);-moz-transform:scale(3);transform:scale(3);will-change:transform,opacity;z-index:0}
.video-progress{display:block;position:absolute;width:100%;bottom:36px;height:5px;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;z-index:2}
.video-progress:hover .video-progress-hover,.video-progress:hover .video-tooltip-time{opacity:1}
.video-tooltip-time{width:46px;position:absolute;height:20px;z-index:5;left:0;right:0;bottom:8px;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;-ms-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s}
.video-tooltip-time .video-tinytip-content{margin-left:-23px}
.video-tooltip-time .video-text{background:rgba(0,0,0,.5);padding:2px;border-radius:2px}
.video-tinytip .video-tooltip-content{display:inline-block;padding:0 4px;color:rgba(255,255,255,.5);font-size:10px;line-height:20px;text-align:center}
.video-progress-padding{position:absolute;width:100%;height:16px;bottom:0;z-index:40;cursor:pointer}
.video-progress-list{position:relative;top:-1px;z-index:39;width:100%;height:100%;background-color:rgba(255,255,255,.2);-webkit-transform:scaleY(.6);-ms-transform:scaleY(.6);transform:scaleY(.6);transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1)}
.video-progress-buffer,.video-progress-hover,.video-progress-play{position:absolute;top:0;left:0;width:0;height:100%}
.video-progress-buffer{z-index:33;background-color:rgba(255,255,255,.4);-webkit-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}
.video-progress-hover{z-index:34;background-color:rgba(255,255,255,.5);opacity:0;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);-o-transition:opacity .25s cubic-bezier(0,0,.2,1);-ms-transition:opacity .25s cubic-bezier(0,0,.2,1);-moz-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1)}
.video-progress-play{z-index:35;background-color:#2c97f6}
.video-progress-handle{width:13px;height:13px;position:absolute;top:50%;right:-6.5px;margin-top:-6.5px;border-radius:50%;background-color:#2c97f6;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1)}
.video-progress-padding:hover+.video-progress-list{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}
.video-progress-padding:hover+.video-progress-list .video-progress-handle{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.video-controls-buttons{position:absolute;bottom:0;left:0;height:36px;width:100%;padding:0 10px;z-index:3}
.video-time-panel{font-size:12px;color:#777;display:inline-block;vertical-align:top;height:36px;padding:0 5px;line-height:36px;letter-spacing:.25px}
.video-time-panel-current{color:#dededf}
.video-fullscreen{float:right}
.video-definition{float:right;width:55px;height:36px;position:relative}
.video-definition .video-button{width:100%}
.video-definition .video-button span{background:#fff;color:#333;font-size:14px;padding:2px 5px;text-transform:uppercase}
.video-definition .video-tooltip-content{width:80px;left:50%;margin-left:-40px;display:none;background:rgba(0,0,0,.5)}
.video-definition:hover .video-tooltip-content{position:absolute;bottom:35px;color:#aaa;display:block;z-index:6}
.video-menu .video-menu-item{text-transform:uppercase;display:block;width:100%;line-height:36px;font-size:14px;text-align:center;white-space:nowrap;padding:0 12px;cursor:pointer;position:relative;height:38px;background:-webkit-linear-gradient(top,transparent 0,transparent 50%,rgba(255,255,255,.1) 50%) center bottom no-repeat;background-size:80% 1px}
.video-menu .video-menu-item:hover{color:#fff;background:rgba(255,255,255,.12)}
.video-menu .video-menu-item.video-active{color:#ff8f00}
.video-volume{float:right;position:relative}
.video-popup .video-popup-content{transform:scaleY(0);bottom:41px;position:absolute}
.video-popup .video-popup-content:after{content:'';position:absolute;bottom:-10px;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.5)}
.video-popup:hover .video-popup-content{-webkit-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1)}
.video-volume-slider{left:0;width:36px;height:100px;cursor:pointer;background:rgba(0,0,0,.8)}
.video-tinytip-tiao{position:absolute;top:0;left:0;width:100%;height:100%}
.video-volume-range{position:absolute;left:16px;top:10px;width:4px;height:80px;background-color:rgba(0,0,0,.2)}
.video-volume-range-current{position:absolute;left:0;bottom:0;width:100%;height:50%;background-color:#2c97f6}
.video-volume-handle{position:absolute;top:0;left:-4px;width:12px;height:3px;background-color:#fff}
@media (max-width:998px){.video-box .video-container{width:80vw;max-height:80vh;min-height:44.9vw}
}
@media (max-width:468px){.video-box .video-container{width:100vw;height:64.9vw}
.video-loading i{font-size:26px}
.video-definition{display:none}
}
.f-czspjuzhong{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}


body{min-width:1200px;}
.top{width: 100%; position: fixed;top: 0;left: 0;z-index: 999;padding:0 3.125%;width:100%;height:70px;min-width:1200px;background:#2a2a2a;line-height:70px;}
.top:hover{width: 100%; position: fixed;top: 0;left: 0;z-index: 999;padding:0 3.125%;width:100%;height:70px;min-width:1200px;background:#2a2a2a;line-height:70px;}
.top .logo{padding-top:12px;width:333px;height:45px;}
.top .nav ul li{float:left;font-size:16px;position: relative;}
.top .nav ul li a{display:block;padding:0 20px;color:#fff;transition:padding .3s ease;}
.top .nav ul li.cur a{background:#7d7d7d;}
.top .nav ul li:hover>a{color:#6879BA}

.top .nav .navLi .navLia{display:block;width:100%;color:#fff;font-size:16px;line-height:75px}
.top .nav .navLi .sub-nav{position:absolute;top:100%;right:-30px;left:-30px;display:none;padding:10px 0;background-image: url(https://www.feiyantech.com/static/img/bjtxiala.png);color:#fff}
.top .nav .navLi .sub-nav:hover{position:absolute;top:100%;right:-30px;left:-30px;display:none;padding:10px 0;background-image: url(https://www.feiyantech.com/static/img/bjtxiala.png);color:#fff}
.top .nav .navLi .sub-nav a{display:block;padding:5px 0;color:#6879BA;text-align:center;line-height: 30px;font-size: 14px}
.top .nav .navLi:hover .sub-nav{display:block}
.top .nav .navLi .sub-nav a:hover{text-decoration:underline}

@media screen and (max-width:1560px){.top .nav ul li a{padding:0 15px;}
}
@media screen and (max-width:1366px){.top{padding:0 15px;}
.top .nav ul li a{padding:0 14px;}
.top .nav ul li{font-size:15px;}
}
@media screen and (max-width:1280px){.top .nav ul li a{padding:0 10px;}
}
/*****非首页*****/
.toper{width: 100%; position: fixed;top: 0;left: 0;z-index: 999;padding:0 3.125%;width:100%;height:70px;min-width:1200px;background:#2a2a2a;line-height:70px;}
.toper .logo{padding-top:12px;width:333px;height:45px;}
.toper .nav ul li{float:left;font-size:16px;position: relative;}
.toper .nav ul li a{display:block;padding:0 20px;color:#fff;transition:padding .3s ease;}
.toper .nav ul li.cur a{background:#7d7d7d;}
.toper .nav ul li:hover>a{color:#6879BA}

.toper .nav .navLi .navLia{display:block;width:100%;color:#fff;font-size:16px;line-height:75px}
.toper .nav .navLi .sub-nav{position:absolute;top:100%;right:-30px;left:-30px;display:none;padding:10px 0;background-image: url(https://www.feiyantech.com/static/img/bjtxiala.png);color:#fff}
.toper .nav .navLi .sub-nav a{display:block;padding:5px 0;color:#6879BA;text-align:center;line-height: 30px;font-size: 14px}
.toper .nav .navLi:hover .sub-nav{display:block}
.toper .nav .navLi .sub-nav a:hover{text-decoration:underline}

@media screen and (max-width:1560px){.toper .nav ul li a{padding:0 15px;}
}
@media screen and (max-width:1366px){.toper{padding:0 15px;}
.toper .nav ul li a{padding:0 14px;}
.toper .nav ul li{font-size:15px;}
}
@media screen and (max-width:1280px){.toper .nav ul li a{padding:0 10px;}
}
.service .swiper-pagination-bullet{display:inline-block;width:30px;height:5px;border-radius:5px;background:#fff;opacity:.9;}
.service .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px}
.service .swiper-pagination-bullet-active{background:#303f9f;opacity:1}
.service .swiper-button-next,.service .swiper-button-prev{position:absolute;top:50%;z-index:10;z-index:999;margin-top:-22px;margin-top:-38px;width:40px;height:79px;background-position:center;background-repeat:no-repeat;opacity:.5;cursor:pointer;transition:opacity .3s;}
.service .swiper-button-prev{left:50%;margin-left:-470px;background:url(../img/swiper_button_001.png) top left;}
.service .swiper-button-next{right:50%;margin-right:-470px;background:url(../img/swiper_button_001.png) top right;}
.service .swiper-button-next:hover,.service .swiper-button-prev:hover{opacity:1;}
.service .swiper-container1{height:800px;}
.service .swiper-container1 .swiper-slide{height:860px;background-position:center;background-size:cover;background-repeat:no-repeat;}
.service .swiper-container2{position:absolute;top:145px;right:0;left:0;z-index:888;}
.service .swiper-container2 .swiper-slide{width:996px;height:515px;background:0 0;}
.service .swiper-container2 .swiper-slide-prev{text-align:right;}
.service .swiper-container2 .swiper-slide-active{position:relative;z-index:9999;text-align:center;}
.service .swiper-container2 .swiper-slide .swi-txt{padding-top:24%;height:100%;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.3);}
.service .swiper-container2 .swiper-slide .swi-txt .tit{font-size:26px;line-height:1.2em;}
.service .swiper-container2 .swiper-slide .swi-txt .more{display:none;}
.service .swiper-container2 .swiper-slide .swi-txt .des{display:none;margin-bottom:100px;font-size:16px;}
/*.service .swiper-container2 .swiper-slide-active{background-repeat: no-repeat;background-position: center;background-size: cover;background-image: inherit;}*/
.service .swiper-container2 .swiper-slide-active .swi-txt{margin:0 auto;padding-top:17%;width:70%;}
.service .swiper-container2 .swiper-slide-active .swi-txt .more{display:block;margin:0 auto;padding:10px 0;width:150px;border:1px solid #fff;text-align:center;}
.service .swiper-container2 .swiper-slide-active .swi-txt .more a{color:#fff;font-size:18px;}
.service .swiper-container2 .swiper-slide-active .swi-txt .more:hover{width:170px;}
.service .swiper-container2 .swiper-slide-active .swi-txt .tit{margin-bottom:30px;font-size: 35px}
.service .swiper-container2 .swiper-slide-active .swi-txt .des{display:block;}
.service .swi-txt-bg{position:absolute;top:155px;left:50%;z-index:777;margin-left:-497px;width:994px;height:511px;background:url(../img/fixbg.png);}
.in-tit{position:relative;margin-bottom:60px;text-align:center;font-size:32px;line-height:1.5em;}
.in-tit:before{position:absolute;bottom:-9px;left:50%;margin-left:-80px;width:160px;height:1px;background:#666;content:'';}
.in-tit:after{position:absolute;bottom:-10px;left:50%;margin-left:-40px;width:80px;height:3px;background:#222;content:'';}
.about{padding:40px 0 60px;background:#f6f6f6;}
.about .about-info{margin-bottom:60px;}
.about .about-info p{margin-bottom:25px;}
.about .about-info .pic img:nth-child(1){float:left;}
.about .about-info .pic img:nth-child(2){float:right;}
.about .about-info .txt{margin-bottom:35px;letter-spacing:.1em;font-size:15px;line-height:2em;}
.about .about-info .more a{display:inline-block;margin:0 auto;padding:10px 0;width:150px;border:1px solid #aaa;text-align:center;font-size:16px;}
.about .about-info .more:hover a{width:170px;border:1px solid #303f9f;background:#303f9f;color:#fff;}
.about .slide-zizhi .swiper-button-next,.slide-zizhi .swiper-button-prev{position:absolute;top:50%;z-index:10;margin-top:-55px;width:30px;height:80px;background:rgba(0,0,0,.5);color:#fff;text-align:center;line-height:80px;opacity:.6;cursor:pointer;transition:opacity .3s;}
.about .slide-zizhi .swiper-button-next i,.slide-zizhi .swiper-button-prev i{color:#fff;font-size:26px;}
.about .slide-zizhi .swiper-button-next:hover,.slide-zizhi .swiper-button-prev:hover{opacity:1;}
.about .slide-zizhi .swiper-button-prev{left:0;}
.about .slide-zizhi .swiper-button-next{right:0;}
.about .slide-zizhi .swiper-container{margin:0 auto;width:1100px;}
.about .slide-zizhi .swiper-container .swiper-slide{text-align:center;}
.about .slide-zizhi .swiper-container .swiper-slide .picbox{margin-bottom:10px;width:260px;height:182px;border:1px solid #aaa;background:#fff;}
.about .slide-zizhi .swiper-container .swiper-slide img{margin:0 auto;max-width:258px;max-height:180px;}
.youshi{padding:80px 0 80px;background:url(../img/ysbg.jpg) no-repeat top center;background-size:cover;}
.youshi .ys{margin-bottom:10px;}
/*.youshi .ys .list li{float:left;padding:0 3%;width:20%;border-right:1px solid #666;text-align:center;cursor: pointer;}
.youshi .ys .list li:last-child{border-right:0;}
.youshi .ys .list li .ico{display:block;margin:0 auto;margin-bottom:15px;width:120px;height:80px;background-position:center;background-repeat:no-repeat;}
.youshi .ys .list li p{letter-spacing:.1em;font-size:16px;line-height:1.6em;}*/

.youshi .ys .ys-tab .ys-tab-item{position: absolute;background:#fff;border: 1px solid #aaa;border-radius: 10px;padding: 20px;top:0;z-index: 99;line-height: 1.7em;font-size: 15px;}
.youshi .ys .ys-tab .ys-tab-item h3{font-size: 18px;font-weight: bold;margin-bottom: 10px}
.youshi .ys .ys-tab .ys-tab-item p{margin-bottom: 10px}
.youshi .ys .ys-tab .it-1{left: 0}
.youshi .ys .ys-tab .it-2{left: 20%}
.youshi .ys .ys-tab .it-3{left:40%}
.youshi .ys .ys-tab .it-4{left: 60%}
.youshi .ys .ys-tab .it-5{right: 0}


.youshi .ys-tit{color:#1E2D3B;letter-spacing:.03em;font-weight:700;font-size:60px;line-height:1.1em;margin-bottom: 20px;}
.youshi .ys-tit small{font-weight:400;font-size:30px;}
.youshi .ys-tit-en{margin-bottom:50px;font-size:14px;}
.youshi .news{margin-bottom:60px;background:#fff;letter-spacing:.1em;}
.youshi .tab-nav{margin-bottom:20px;padding:0 40px;background:#eee;}
.youshi .tab-nav li{float:left;padding:0 50px;font-weight:700;font-size:18px;line-height:60px;cursor:pointer;}
.youshi .tab-nav li.cur{background:#1E2D3B;color:#fff;}
.youshi .news-slide{position:relative;padding:0 40px 10px;}
.youshi .news .more-po{position:absolute;top:20px;right:40px;font-size:18px;}
.youshi .news-one{margin-bottom:30px;}
.youshi .news-one .pic{float:left;overflow:hidden;width:272px;height:181px;}
.youshi .news-one .pic img{width:272px;min-height:181px;}
.youshi .news-one .info{float:right;padding-top:10px;width:790px;height:181px;letter-spacing:.1em;}
.youshi .news-one .info h4{margin-bottom:15px;font-weight:700;font-size:16px;}
.youshi .news-one .info p{margin-bottom:20px;color:#666;font-size:15px;line-height:1.8em;}
.youshi .news-one .info .more{display:inline-block;padding:8px 30px;border-radius:5px;background:#1E2D3B;color:#fff;font-size:15px;}
.youshi .news-list li{letter-spacing:.1em;font-size:15px;line-height:40px;}
.youshi .news-list li span{float:right;color:#777;}
.youshi .news-list li:hover{background: #f6f6f6;padding: 0 10px}
.youshi .qa{background:#fff;letter-spacing:.1em;}
.youshi .qa-tit{padding:20px 40px 0 40px;}
.youshi .qa-tit span{color:#1E2D3B;font-weight:700;font-size:26px;line-height:1.2em;}
.youshi .qa-tit a{float:right;font-size:18px;}
.youshi .qa-box dl{margin-bottom:30px;}
.youshi .qa-box dl dt{margin-bottom:10px;padding-left:35px;background:url(../img/w1.png) no-repeat left center;line-height:26px;}
.youshi .qa-box dl dt a{font-weight:700;font-size:16px;}
.youshi .qa-box dl dd{padding-left:35px;background:url(../img/d1.png) no-repeat left top;color:#777;font-size:15px;line-height:1.7em;}
.case{padding:40px 0 70px;background:url(../img/mapbg.jpg) no-repeat center;background-size:cover;}
.case .case-nav-2{background:#787878;color:#fff;text-align:center;line-height:2em;}
.case .case-nav-2 a{margin:0 8px;color:#fff;font-size:15px;transition: letter-spacing .3s}
.case .case-nav-2 a:hover{letter-spacing: .1em;color:#308ecc;}
/*.case .case-nav-2 a:visited{letter-spacing: .1em;color:#333;}*/
.case .case-nav-2{margin-bottom:30px;}
.case .case-nav-1{margin-bottom:20px;}
.case .case-nav-1 a{float:left;margin-right:22px;letter-spacing:.1em;font-size:17px; width: 100%;text-align: center;line-height: 40px;}

     
 .case .case-nav-1 li{
            position: relative;
            float: left;
        }
.case .case-nav-1 li:hover a{
            color:#1E2D3B ;
        }
        .case .case-nav-1 li>p {
            position: absolute;
            left: 50%;
            bottom: 0;
           /*  margin: 0 -75px; //大家可以把本行注释掉，启用下一行的代码，效果会不一样*/
            transform: translate(-50%); 
        }

        .case .case-nav-1 li:hover p{
            animation: test 0.4s ease;
            border: 2px solid #1E2D3B;
            width: 90%; 
        }
        .caseul{     position: relative;}
        .caseul:after{position:absolute;bottom: 20px;/* left:50%; *//* margin-left:-40px; */width: 100%;height: 1px;background: #ccc;content:'';}

.case .case-nav-1 a:last-child{margin-right:0;}
.case .case-list li{float:left;float:left;overflow:hidden;margin-right:63px;margin-bottom:50px;width:300px;border-radius:0px;background:#f7f7f7;/*box-shadow:0 0 1px rgba(0,0,0,.5);*/}
.case .case-list li:nth-child(3n){margin-right:0;}
.case .case-list li .info{padding:20px 15px 30px;}
.case .case-list li .ani-mask{overflow:hidden;border-radius:0px;}
.case .case-list li .ani-mask img{width:300px;height:200px;}
.case .case-list li .info h4{margin-bottom:15px;text-align:center;font-weight:700;font-size:17px;}
.case .case-list li .info p{overflow:hidden;height:110px;letter-spacing:.1em;font-size:15px;line-height:1.5em;}
.case .case-list:after{width:358px;content:'';}
.case .more a{display:inline-block;margin:0 auto;padding:10px 0;width:250px;border:1px solid #aaa;text-align:center;font-size:16px;}
.case .more a:hover{width:270px;border:1px solid #303f9f;background:#303f9f;color:#fff;}
.inad{height:189px;background-position:center;background-repeat:no-repeat;}
.contact{padding:60px 0;}
.contact .in-tit{position:relative;margin-bottom:40px;text-align:center;font-size:16px;line-height:1.5em;}
/*.contact .in-tit span{position:relative;padding:5px 50px;border:1px solid #aaa;font-size:28px;}*/
.contact .in-tit span{font-size:28px;border-bottom:1px solid #aaa;position:relative;padding:5px 50px;}
/*.contact .in-tit span:before{position:absolute;bottom:20px;left:-60px;width:80px;height:2px;background:#aaa;content:'';}*/
/*.contact .in-tit span:after{position:absolute;right:-60px;bottom:20px;width:80px;height:2px;background:#aaa;content:'';}*/
.contact .in-tit:before{display:none;}
.contact .in-tit:after{display:none;}
.contact .in-tit span:after{position:absolute;bottom: -2px;left:50%;margin-left:-40px;width:80px;height:3px;background:#1E2D3B;content:'';}
.contact .map{width:550px;height:315px;background:#eee;}
.contact .mess{width:600px;}
.contact .mess textarea{padding:10px;width:100%;height:200px;border:1px solid #bbb;border-radius:5px;line-height:1.5em;resize:none;}
.contact .mess input[type=text]{padding:0 10px;height:35px;border:1px solid #bbb;border-radius:5px;line-height:35px;}
.contact .mess input[type=submit]{width:180px;height:35px;border-radius:5px;background:#1E2D3B;color:#fff;line-height:35px;cursor:pointer;}
.foot{padding:40px 0 30px;min-width:1200px;background:#f6f6f6;}
.foot .ft-tit{position:relative;margin-bottom:35px;color:#222;font-size:25px;line-height:1.2em;}
.foot .ft-tit:before{position:absolute;bottom:-14px;left:0;width:65px;height:3px;background:#222;content:'';}
.foot .foot-info{margin-bottom:40px;}
.foot .ft-1{padding-right:32px;width:495px;}
.foot .ft-1 .txt dl{margin-bottom:8px;}
.foot .ft-1 .txt dl dt{color:#333;font-weight:700;font-size:15px;}
.foot .ft-1 .txt dl dd a{margin-right:15px;line-height:1.8em;}
.foot .ft-2{padding:0 32px;width:345px;border-right:1px solid #ccc;border-left:1px solid #ccc;min-height: 430px}
.foot .ft-2 .code{text-align:center;}
.foot .ft-2 .code img{margin-bottom:5px;width:130px;}
.foot .ft-2 .txt{margin-bottom:30px;}
.foot .ft-3{padding-left:32px;width:345px;}
.foot .ft-3 .ft-info p{margin-bottom:28px;padding-left:40px;height:32px;background-position:left top;background-repeat:no-repeat;line-height:32px;}
.foot .ft-3 .ft-info p.tel{background-image:url(../img/tel.png);}
.foot .ft-3 .ft-info p.mail{background-image:url(../img/mail.png);}
.foot .ft-3 .ft-info p.fax{background-image:url(../img/fax.png);}
.foot .ft-3 .ft-info p.adde{background-image:url(../img/loc.png);line-height:24px;}
.foot .frlink{margin-bottom:30px;background:#fff;}
.foot .frlink .l{padding-top:10px;width:150px;height:60px;background:#303f9f;color:#fff;text-align:center;font-size:20px;}
.foot .frlink .l span{display:block;font-size:16px;}
.foot .frlink .r{padding:0 10px 0 30px;width:1050px;height:60px;font-size:15px;line-height:60px;}
.foot .frlink .r a{margin:0 10px;}
.foot .copyright{padding-top:20px;border-top:1px solid #303f9f;font-size:13px;}
.foot .copyright img{display:inline-block;vertical-align:-5px;}

.right-fix{width: 57px;position: fixed;right: 5px;top: 75%;z-index: 9999}
.right-fix a{display: block;margin-bottom: 1px;width: 57px;height: 57px;background-repeat: no-repeat;background-position: center;}
.right-fix a.qq{background-image: url(../img/qq.png);}
.right-fix a.wx{background-image: url(../img/wx.png);position: relative;}
.right-fix a.wx span{position: absolute;display: block;width: 130px;height: 130px;right: 100%;top:-35px;z-index: 99;border: 1px solid #ddd;opacity: 0;visibility: hidden;border-radius: 10px;overflow: hidden;}
.right-fix a.wx:hover span{opacity: 1;visibility: inherit;}
.right-fix a.tell{background-image: url(../img/tell.png);position: relative;}
.right-fix a.tell span{position: absolute;display: block;width: 180px;height: 57px;right: 100%;top:0;z-index: 99;opacity: 0;visibility: hidden;background: #FBB01F;line-height: 57px;
font-size: 18px;border-radius: 10px;text-align: center;color: #fff;letter-spacing: .1em}
.right-fix a.tell:hover span{opacity: 1;visibility: inherit;}
.right-fix a.hz{background-image: url(../img/hz.png);}
.right-fix a.totop{background-image: url(../img/totop.png);}

.scrolling .top {background:#2A2A2A;}
.scrolling .top .nav .navLi.cur{background:#2A2A2A}
.scrolling .top .nav .navLi .sub-nav{background:url(https://www.feiyantech.com/static/img/bjtxiala.png);color:#6879BA;}
.ft-nav{margin-bottom: 15px}
.ft-nav ul{text-align: center;}
.ft-nav ul li{margin:0 18px;display: inline-block;}


/**/
.ny-banner{height:647px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ny-about{padding-top: 180px;color: #fff;}
.ny-about .l{width: 450px}
.ny-about .r{width: 690px;letter-spacing: .1em;}
.ny-about .r h3{font-size: 38px;line-height: 1.2em;margin-bottom: 30px}
.ny-about .r p{font-size: 15px;line-height: 1.8em;margin-bottom: 40px}
.ny-about .r .ny-ab-btn{display: inline-block;padding: 8px 40px;color: #fff;background:#303f9f;border-radius: 5px;font-size: 18px}
.position{background: #f9f9f9;height: 48px;line-height: 48px;margin-bottom: 40px;letter-spacing: .1em}
.position img{display: inline-block;vertical-align: -3px;margin-right: 5px}
.position form{margin-top:7px;}
.position form input[type=text]{float:left;padding:0 50px 0 10px;width:270px;height:32px;border-radius:40px;background:#fff;font-size:14px;line-height:32px;border: 1px solid #ccc}
.position form input[type=submit]{float:left;margin-left:-35px;width:32px;height:32px;border-radius:40px;background:url(../img/ser.png) no-repeat center;line-height:32px;cursor:pointer;}
.left-nav{width: 220px;letter-spacing: .1em}
.left-nav dl dt{font-size: 18px;color: #222;line-height: 1.7em;font-weight: bold;margin-bottom: 10px}
.left-nav dl dd{font-size: 16px;}
.left-nav dl dd ul li{line-height: 35px;}
.left-nav .ny-sub-nav{margin-left: 5px}
.left-nav .ny-sub-nav a{font-size: 15px;display: block;padding-left: 15px;background: url(../img/sj.png) no-repeat left center;}
/*.left-nav dl dd ul li.on a{color:#303f9f}*/
.right-con{width: 940px;letter-spacing: .1em}
/*.ny-tit{color: #303f9f }*/
/*.ny-tit:after{position:absolute;bottom:-10px;left:50%;margin-left:-40px;width:80px;height:3px;background: #303f9f;content:'';}*/
.ny-tit{color: #000 }
.ny-tit:after{position:absolute;bottom:-10px;left:50%;margin-left:-40px;width:80px;height:3px;background: #000;content:'';}
.gssb{margin-bottom: 40px}
.gssb-list li{width: 382px;float: left;margin-right: 27px;margin-bottom: 30px}
.gssb-list li img{width: 382px;height: 445px}
.gssb-list li:nth-child(3n){margin-right: 0}
.gssb-list li .info{background: #DEDEDE;padding: 25px 15px 25px;text-align: center;}
.gssb-list li .info h4{font-size: 17px;margin-bottom: 10px;font-weight: bold;}
.gssb-list li .info p{font-size: 15px;line-height: 1.6em;height: 48px;padding: 0 30px}


.tjfw{margin-bottom: 40px}
.tjfw-list li{width: 382px;float: left;margin-right: 27px;margin-bottom: 30px;position: relative;}
.tjfw-list li img{width: 382px;height: 257px}
.tjfw-list li:nth-child(3n){margin-right: 0}
.tjfw-list li span{position: absolute;left: 0;right: 0;top:45%;font-size: 20px;text-shadow: 0 0 5px rgba(0,0,0,.3);text-align: center;color: #fff;z-index: 8}


.gsxc{margin-bottom: 60px}

.gsxc .swiper-button-next,.gsxc .swiper-button-prev{position:absolute;top:50%;z-index:10;margin-top:0px;width:30px;height:80px;background:rgba(0,0,0,.5);color:#fff;text-align:center;line-height:80px;opacity:.6;cursor:pointer;transition:opacity .3s;}
.gsxc .swiper-button-next i,.gsxc .swiper-button-prev i{color:#fff;font-size:26px;}
.gsxc .swiper-button-next:hover,.gsxc .swiper-button-prev:hover{opacity:1;}
.gsxc .swiper-button-prev{left:0;}
.gsxc .swiper-button-next{right:0;}
.gsxc .swiper-container{margin:0 auto;width:1100px;}
.gsxc .swiper-container .pic-border img{width: 248px;height: 149px}
.gsxc .swiper-container .swiper-slide  p{text-align: center;font-size: 15px}

.xgal{margin-bottom: 60px;border: 1px solid #bbb;padding: 15px 10px}
.car-titi{font-size: 20px;font-weight: bold;padding-left: 15px;background: url(../img/casell.png) no-repeat left center;margin-bottom: 20px}
.xgal .swiper-button-next,.xgal .swiper-button-prev{position:absolute;top:50%;z-index:10;margin-top:-10px;width:30px;height:40px;;color:#fff;text-align:center;line-height:40px;opacity:.6;cursor:pointer;transition:opacity .3s;}
/*****background:rgba(0,0,0,.5)*****/

.xgal .swiper-button-next i,.xgal .swiper-button-prev i{color:#fff;font-size:26px;}
.xgal .swiper-button-next:hover,.xgal .swiper-button-prev:hover{opacity:1;}
.xgal .swiper-button-prev{left:10px;}
.xgal .swiper-button-next{right:10px;}
.xgal .swiper-container{margin:0 auto;width:1060px;}
.pic-border{margin-bottom: 10px}
.xgal .swiper-container .swiper-slide  p{text-align: center;font-size: 15px}
.xgal  .swiper-container .pic-border img{width: 248px;height:189px}

.khpj-list{margin-bottom: 60px}
.khpj-list li{margin-bottom: 30px}
.khpj-list li .pic{width: 295px;height: 185px;overflow: hidden;padding: 5px;border: 1px solid #aaa}
.khpj-list li .pic img{min-width: 285px;height: 173px;}
.khpj-list li .info{width: 875px;padding-top: 10px}
.khpj-r li .info{width: 615px;padding-top: 10px}
.khpj-list li .info h4{font-size: 20px;margin-bottom: 20px;letter-spacing: .1em;}
.khpj-list li .info p{font-size: 15px;letter-spacing: .1em;line-height: 1.7em;color: #666}



.list_pub li{float: left;width: 300px;margin-right: 20px;text-align: center;margin-bottom: 30px;}
.list_pub li:nth-child(3n){margin-right: 0;}
.list_pub li .pic{margin-bottom: 10px}
.list_pub li .ani-mask img{width: 300px;height: 209px}
.list_pub li h4{font-size: 15px;}






.ny-zizhi li .ani-mask img {
    margin: 0 auto;
    width: inherit;
    height: inherit;
    max-width: 288px;
    height: 180px;
}

.classic-case{
    width: 50%;
    height: 50%;
    padding-left: 25%;
    padding-top: 25%;
}

.ny-zizhi  img {
    margin: 0 auto;
    width: inherit!important;
    height: inherit!important;
    max-width: 288px;
    height: 180px;
}
.right-con .pic-wp img{padding: 15px;border: 1px solid #aaa; }
.right-con .pic-wp{font-size: 15px;}

.ny-news-list li:first-child{padding-top: 0}
.ny-news-list li{padding: 20px 0;border-bottom: 1px dashed #ccc;font-size: 15px;letter-spacing: 0}
.ny-news-list li span.typename{display: inline-block;width: 130px}
.ny-news-list li span.time{float: right;color: #888}
.ny-news-list li a.tit{display: inline-block;width: 600px;font-weight: bold;font-size: 15px}
.ny-news-list li p.des{font-size: 14px;line-height: 1.6em;color: #777}
.ny-news-list li h4{margin-bottom: 5px}
.arc-tit{font-size: 24px;font-weight: bold;text-align: center;margin-bottom: 20px;line-height: 1.3em}


.newss-list li:first-child{padding-top: 0}
.newss-list li{padding: 20px 0;border-bottom: 1px dashed #ccc;}
.newss-list li .pic{width: 170px;height: 105px;overflow: hidden;}
.newss-list li .pic img{min-width: 170px;}
.newss-list li .info{width: 735px;}
.newss-list li .info h4{font-size: 15px;margin-bottom: 5px;letter-spacing: .1em;font-weight: bold;}
.newss-list li .info h4 a{display: inline-block;width: 550px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    .newss-list li .info h4 span{color: #777;font-weight: normal;}
.newss-list li .info p{font-size: 14px;letter-spacing: .1em;line-height: 1.7em;color: #777}

 .map{height: 315px}
    .map .info-title{padding:0 0 0 6px;color:#303f9f;letter-spacing:1px;font-weight:lighter;font-size:16px;line-height:26px;font-weight: bold;}
    .map .info-content{padding:4px;color:#666;line-height:23px;font-size: 14px}


    .adnews-list li{width: 375px;float: left;margin-right: 35px;margin-bottom: 25px}
.adnews-list li:nth-child(3){margin-right: 0}
.adnews-list li:nth-child(5){margin-right: 0}
.adnews-list li:nth-child(7){margin-right: 0}
.adnews-list li .pic{width:105px;height: 95px;border: 1px solid #aaa;overflow: hidden;position: relative;}
.adnews-list li .pic img{min-width:105px;height: 95px;position: absolute;left: 50%;top:0;transform: translateX(-50%);max-width: inherit;opacity: .9}
.adnews-list li.first .pic{width:375px;height: 175px;margin-bottom: 10px}
.adnews-list li .info{width:250px;}
.adnews-list li .info h4{font-size: 15px;font-weight: bold;margin-bottom: 10px}
.adnews-list li .info p{font-size: 14px;color: #777}
.adnews-list li.first .info{width:375px;}
.adnews-list li.first .pic img{min-width:375px;height: 173px;max-width: inherit;}
.adnews-list li.last{width: 375px;height: 95px;text-align: center;line-height: 95px}
.adnews-list li.last a{display: block;height: 95px;font-size: 16px;color: #303f9f;border: 1px solid #aaa;}
.adnews-list li.last a:hover{background: #303f9f;color: #fff;border: 1px solid #303f9f;}


.adindex-list li .pic:hover img{opacity: 1}
 .adindex-list li{width: 355px;float: left;margin-right: 35px;margin-bottom: 25px}
.adindex-list li:nth-child(3){margin-right: 0}
.adindex-list li:nth-child(5){margin-right: 0}
.adindex-list li:nth-child(7){margin-right: 0}
.adindex-list li .pic{width:105px;height: 95px;border: 1px solid #aaa;overflow: hidden;position: relative;margin-left:5px;}
.adindex-list li .pic img{min-width:105px;height: 95px;position: absolute;left: 50%;top:0;transform: translateX(-50%);max-width: inherit;opacity: .9}
.adindex-list li.first .pic{width:355px;height: 175px;margin-bottom: 10px}
.adindex-list li .info{width:240px;}
.adindex-list li .info h4{font-size: 15px;font-weight: bold;margin-bottom: 10px}
.adindex-list li .info p{font-size: 14px;color: #777}
.adindex-list li.first .info{width:345px;}

.adindex-list li.first .info p{
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis!important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    
}

.adindex-list li .info p{
    overflow: hidden;
    /*white-space: nowrap;*/
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis!important;
    display: -webkit-box;
    -webkit-box-orient:vertical;
}

.adindex-list li.first .pic img{min-width:355px;height: 173px;max-width: inherit;}
.adindex-list li.last{width: 355px;height: 95px;text-align: center;line-height: 95px}
.adindex-list li.last a{display: block;height: 95px;font-size: 16px;color: #303f9f;border: 1px solid #aaa;}
.adindex-list li.last a:hover{background: #303f9f;color: #fff;border: 1px solid #303f9f;}
.adindex-list li .pic:hover img{opacity: 1}

.his-line li{background: url(../img/line.png) no-repeat 99px 0;padding-bottom: 20px}
.his-line li .time{width: 100px;font-size: 17px;color: #303f9f;font-weight: bold;}
.his-line li .line{width: 840px;position: relative;left: -9px}
.his-line li .line p{padding-left: 25px;background: url(../img/cir.png) no-repeat left center;margin-bottom: 10px;font-size: 15px}
.coninfo p{margin-bottom: 10px;letter-spacing: .1em;font-size: 16px;line-height: 1.6em}

.job-list{margin-bottom: 40px;}
.job-list dt{font-size: 20px;margin-bottom: 15px;font-weight: bold;}
.job-list dd p{margin-bottom: 5px;line-height: 1.8em;font-size: 15px}




      .foot,.foot a{color: #e1e1e1}
        .ft-1 dl dt{width: 100px;font-size: 18px!important }
         .ft-1 dl dd b{display: inline-block;width: 140px; text-align-last:justify;text-align:justify;text-justify:distribute-all-lines;margin-right: 20px;font-size: 15px;font-weight: normal; }
      .frlinkp a{color: #666}
      .foot .ft-1 .txt dl dt {
    color: #e1e1e1;
   
}
.foot .ft-3 {
    padding-left: 80px;border-left: 1px solid #e1e1e1;
    width: 445px;

}
.dsd a{float: left;}
.foot .ft-1 {
    padding-right: 80px;
    width: 755px;
}
.foot .ft-3 .ft-info p{font-size: 16px}
.code div{display: inline-block;margin: 0 20px}
.code img{width: 120px;margin-bottom: 10px}
.foot .copyright {
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
}
.foot .ft-tit:before {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 85px;
    height: 5px;
    background: #eee;
    content: '';
}
.foot .ft-tit {
    position: relative;
    margin-bottom: 35px;
    color: #eee;
    font-size: 30px;
    line-height: 1.2em;
}

.data {padding: 40px 0;background:#fff;}
.data .item{width: 25%;padding: 30px 30px;border-right: 1px solid #aaa;text-align: center;}
.data .item:last-child{border-right: 0}
.data .item span{font-size: 50px;color:#1E2D3B;font-weight: bold;display: block;margin-bottom: 20px;line-height: 1}
.data .item p{font-size: 16px;}
.data .item span ins{font-size: 18px;font-weight: bold;}
  .about1{height: 900px;background: #f7f7f7;color: #1E2D3B;padding: 50px 0;font-size: 17px;line-height: 1.9em}
  .about1 .more a{border: 1px solid #1E2D3B;padding: 10px 40px;color: #1E2D3B;font-size: 15px}
  .about1 .in-tit:before{position:absolute;bottom:-9px;left:50%;margin-left:-80px;width:160px;height:1px;background:#1E2D3B;content:'';}
 .about1 .in-tit:after{position:absolute;bottom:-10px;left:50%;margin-left:-40px;width:80px;height:3px;background:#1E2D3B;content:'';}
 
 .youshi .ys .list li{float:left;padding:0 3%;width:16.66%;text-align:center;cursor: pointer;position: relative;border: 1px solid #666;border-top: 0;border-bottom: 0;margin-left: -1px}
/*.youshi .ys .list li::after{content: '';height: 145px;width: 1px;background: #666;top:0;right: 0;position: absolute;display: block;}*/
.youshi .ys .list li:last-child{border-right: 0}
.youshi .ys .list li:first-child{border-left: 0}
.youshi .ys .list li .ico{display:block;margin:0 auto;margin-bottom:15px;width:120px;height:80px;background-position:center;background-repeat:no-repeat;}
.youshi .ys .list li p.name{letter-spacing:.1em;font-size:16px;line-height:1.6em;min-height: 50px}
.youshi .ys .list li .info{display: none;font-size: 15px;line-height: 1.5em;text-align: left;}
.youshi .ys .list li .info p{padding: 4px 0}
.youshi .ys .list li.hover{width: 25%;}
.youshi .ys .list li.hover_ .ico{display:block;margin:0 auto;margin-bottom:15px;width:100%;height:50px;background-position:center;background-repeat:no-repeat;background-size: auto 100%}
.youshi .ys .list li.hover .name{font-size: 20px;font-weight: bold;min-height: inherit;}
.youshi .ys .list li.hover_{width: 15%}
.youshi .ys .list li.hover .info{display: block}
/*抄service*/

.con{ width:1200px; margin:0 auto 80px;padding-top:30px;}

.solution{ background:#cccccc; padding:40px 83px 60px; width:1360px; margin:0 -83px 80px;}
.solution .h2_title_sol{ display:flex; align-items:center; justify-content:space-between; margin-bottom:30px;}
.solution .h2_title_sol span{ font-size:32px; font-weight:bold; line-height:1em; padding:4px 0;}
.solution .h2_title_sol a{ font-size:18px; -webkit-transition:background 0.3s, color 0.3s, padding 0.3s; border-radius:5em;}
.solution .h2_title_sol a:hover{ background:#f6d300; padding:4px 18px; color:#2a2a2a;}
.solution .ul_sol{ margin-left:-75px; width:1275px; display:flex;}
.solution .ul_sol li{ width:350px; margin-left:75px; background:rgba(221,230,237,0.5); -webkit-transition: transform 0.5s,box-shadow 0.5s; border-radius:5px; overflow:hidden;}
.solution .ul_sol li a{ display:block;}
.solution .ul_sol li a .sol_img{ height:200px; overflow:hidden;}
.solution .ul_sol li a .sol_info{ padding:30px 35px;}
.solution .ul_sol li a .sol_info h2{ font-size:22px; font-weight:bold; line-height:1.4em; margin-bottom:70px; min-height:78px;}
.solution .ul_sol li a .sol_info p{ font-weight:bold; display:inline-block; padding:4px 0px; -webkit-transition:background 0.3s, color 0.3s, padding 0.3s; border-radius:5em;}

.solution .ul_sol li:hover{ box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2); transform:translateY(-10px);} 

.solution .ul_sol li:hover a .sol_info h2{ color:#2a2a2a;}
.solution .ul_sol li:hover a .sol_info p{ background:#f6d300; padding:4px 18px; color:#2a2a2a;}

.poster-main{position: relative; box-sizing:border-box; padding:0 80px;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{ width:1040px!important; position:relative;}

.poster-main .poster-list .poster-item{position: absolute;left: 0;top: 0; border-radius:5px; overflow:hidden; box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.3);}

.mb1{ width: 208px; height: 296px; left: 0px; z-index: 1; top: 37px; position:absolute; background:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%); border-radius:5px 0px 0px 5px;}
.mb2{ width: 208px; height: 296px; left: 207.5px; z-index: 2; top: 37px; position:absolute; background:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%); border-radius:5px 0px 0px 5px;}
.mb3{  width: 208px; height: 296px; left: 784.5px; z-index: 2; top: 37px; position:absolute;  background:linear-gradient(to right,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%); border-radius:0px 5px 5px 0px;}
.mb4{ width: 208px; height: 296px; left: 992.2px; z-index: 1; top: 37px; position:absolute; background:linear-gradient(to right,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%); border-radius:0px 5px 5px 0px;}


.poster-main .poster-btn{ cursor: pointer;position: absolute; top:0; width:80px !important; text-align: center;line-height: 14px; color: #ffffff; background:url("../img/1.png") no-repeat left center; z-index: 10;}
.poster-main .poster-next-btn{ background:url("../img/2.png") no-repeat right center;}
.btn-box{ display: table; margin:0 auto;  transform: translateX(80px);}
.index-btn{ display: inline;cursor: pointer;float: left; width: 10px;height: 10px; margin-right: 5px;margin-top: 15px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #ccc;}
.poster-main .poster-prev-btn{ left: 0;}
.poster-main .poster-next-btn{ right:-160px;}
.index-btn.poster-btn-active{ width: 10px; border-radius: 50px; background-color: #f6d300;}
.poster-item .poster_pos{ position:relative;}
.poster-item .poster_pos p{ position:absolute; background:rgba(0,0,0,0.8); width:100%; left:0; bottom:0; color:#fff; line-height:30px; text-align:center; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

#posterTvGrid86804{ padding:0px 0px 30px;}
.posterTvGrid{position:relative;height:370px;}
.posterTvGrid img{max-width:none;max-height:none;border:0 none;background:#888;}
.posterTvGrid .contentHolder{position:relative;overflow:hidden;}
.posterTvGrid .contentHolderUnit{cursor:pointer;position:absolute;width:650px;height:370px;}
.posterTvGrid .contentHolderUnit a.elementLink{display:block;overflow:hidden;z-index:3;position:absolute;left:0;right:0;width:100%;height:100%;}
.posterTvGrid .contentHolderUnit img{width:100%;height:100%;}
.posterTvGrid .contentHolderUnit .elementTitle{}
.posterTvGrid .contentHolderUnit .elementOverlay{z-index:1;position:absolute;top:0;left:0;background:#000;width:100%;height:100%;opacity:0;filter:opacity=0;}
.posterTvGrid .contentHolderUnit .leftShadow{position:absolute;top:23px;left:-174px;width:174px;height:224px;background:url(img/leftShadow.png) no-repeat;}
.posterTvGrid .contentHolderUnit .rightShadow{position:absolute;top:23px;right:-174px;width:174px;height:224px;background:url(img/rightShadow.png) no-repeat;}
.posterTvGrid .bannerControls{}
.posterTvGrid .leftNav,.posterTvGrid .rightNav{cursor:pointer;z-index:10;position:absolute;top:50%;width:45px;height:45px;margin-top:-22.5px;}
.posterTvGrid .leftNav{left:7px;background:url("../img/1.png") no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/slide_prev_btn.png");}
.posterTvGrid .rightNav{right:7px;background:url("../img/2.png") no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/slide_next_btn.png");}
.posterTvGrid .leftNav:hover{}
.posterTvGrid .rightNav:hover{}
.posterTvGrid .bottomNav{z-index:140;position:absolute; bottom:-30px;width:100%;height:10px;padding:10px 0 0;text-align:center;}
.posterTvGrid .bottomNavButtonOFF{cursor:pointer;overflow:hidden;display:inline-block;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;vertical-align:top;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#ccc;}
.posterTvGrid .bottomNavButtonOFF:hover{background:#ccc;}
.posterTvGrid .bottomNavButtonON,
.posterTvGrid .bottomNavButtonON:hover{background:#f6d300;}
.posterTvGrid .bottomNavLeft{}
.posterTvGrid .bottomNavRight{}
.newbridge{display:none important!}
.sub-nav-img{position: absolute;left: 0;right: 0;top:100%;background-image: url(https://www.feiyantech.com/static/img/bjtxiala.png);padding: 15px 0 ;display: none;}
.sub-nav-img .wp div{width: 15.3%;margin:0 .3% ;display: inline-block;vertical-align: top}
.sub-nav-img .wp div a{padding: 0!important}
.sub-nav-img .wp div p{margin-top: 5px;text-align: center;}
.sub-nav-img .wp div p a{line-height: 1.5em;font-size: 15px;background: transparent!important;color:#6879BA;}
/*.scrolling .top .nav .navLi .sub-nav-img{background:#5c889e;;color:#fff}*/
.toper .nav .navLi:hover .sub-nav-img{display:block}
.scrolling .sub-nav-img{background-image: url(https://www.feiyantech.com/static/img/bjtxiala.png)}