﻿.container{max-width:1200px;}



/*网站公共样式*/

.clear{clear:both;overflow:hidden;}

.info-content{font-size:15px;line-height:2;margin:0 auto;}

a{color:#000;text-decoration:none;}                                            

a:hover{color:#ffa668;}

a:focus{color:#000;}

a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}

.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/

.clearfix{clear:both;}

html{ overflow-y:scroll; min-height:101%;}

html{ overflow:-moz-scrollbars-vertical;}



/*遮罩层*/

.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}

.mask-bg.active{display:block;}



.logo img{max-width:102%;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/

.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}

.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}

@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}



/*主菜单*/

@media (min-width:1000px) /*pc端*/

{

.header{height: 90px;line-height:90px;position: fixed;top: 54px;background-color: #fff;border-bottom: 1px solid rgb(231, 231, 231);z-index: 300;width:100%;}

.logo-box{text-align:left;}



.nav{width:100%}

.nav>ul{position: absolute;right: 0;}

.nav>ul>li{float:left;text-align:center;height:90px;line-height:90px;}

.nav>ul>li>ul{position:absolute}

.nav>ul>li>a{font-size:16px;display:block;width:100%;position:relative;padding:0 16px}

.nav > ul > li > a::after{content:"";width:0;height:2px;background:#ffa668;position:absolute;bottom:0;left:0;transition:all 0.5s ease 0s}

.nav >ul>li.current >a,.nav >ul>li:hover> a{color:#ff692e;font-weight:600;}

.nav ul li ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:45px;color:#fff}

.nav ul li ul li a:hover{text-decoration:none;color:#ff692e;font-weight:600;}

.active .nav_father_a{

    color:#ff9247!important;

    font-weight: bold;

}

.nav ul li{position:relative;}

.nav ul li .arrow{display:none}

.nav ul li ul{background-color:#ff812a;display:none;position:absolute;left:0;top:60px;z-index:2;width:100%;} /*二级ul样式*/

.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.nav>ul>.current>ul{display:block!important}



}

.nav>ul>.current>ul{display:block!important}

@media (max-width:1000px) /*手机端*/

{

.header .logo-box{height: 70px;padding-right: 70px;line-height: 70px;}

.header .logo-box .logo img{max-height:50px;}

.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#999;min-width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;z-index:1;transform:translate(0,0);top: 55px;}

.header .nav-toggle.active{color:#ccc;}



.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}

.nav.active{opacity:1;width:300px;max-width:60%;margin-top:0px}

.nav ul li{line-height: 45px;text-align:left;}

.nav ul li ul{display:none;} /*二级ul样式*/

.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}

.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}

.nav ul li ul li ul li a{padding-left:90px;}

.nav ul li ul li ul li li a{padding-left:120px;}

.nav ul li{position:relative;}

.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}

.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}



.nav ul li.current > a{color:#5a342b;}

.nav ul li.active > ul{display:block}

.nav ul li.active > .arrow{transform:rotate(90deg)}





}



/*首页--样式*/

.index-newsList{text-align: center;}

.index-newsList ul{display: inline-block;overflow:hidden;}

.index-newsList ul li{float: left;height:42px;line-height:42px;background-color:#f6f6f6;border-radius:25px;margin:0 10px;}

.index-newsList ul li a{color:#000;font-size:15px;padding:0 30px;display: block;}

.index-newsList ul li.active{background-color:#ff692e;}

.index-newsList ul li.active a{color:#fff;}

.index-newsList ul li{margin-bottom:10px;cursor: pointer;}

.index-newsBox{overflow:hidden;}

.index-newsBox_fonts{

    position: absolute;

    bottom: 40px;

    left: 0;

    background: rgba(0,0,0,.5);

    width: 100%;

    height: 40px;

    line-height: 40px;

    color: #fff;}

.index-newsContent-box{display: none;}

.index-newsContent-box .little_newsContent_footer_font h2{

    font-size: 15px;

    text-align: center;

    color: #818181;

}

.index-newsContent-box .index-newsContent-list{margin-bottom: 10px;border-bottom: 1px solid #e2e2e2;padding-bottom: 14px;}

.index-newsContent-box .index-newsContent-list a{margin-bottom: 5px;font-size: 19px;color: #353c4c;display:block;font-weight: 600;line-height:1.5;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.index-newsContent-box .index-newsContent-list .index-newsContent-listDate{font-size: 13px;color: #ccc;line-height:1.5;}

.index-newsContent-box .index-newsContent-list .index-newsContent-listCon{font-size: 14px;line-height: 38px;color: #717171;-webkit-line-clamp: 3;height: 38px;}

.index-newsContent-box .index-newsContent-list:last-child{border:0px;}



.index-about-heng{width:50px;height:4px;background-color: #ff692e;margin-bottom: 10px;}

.index-about-content a{background-color:#ff692e;border-radius:30px;color:#fff;display:block;text-align:center;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}

.index-about-content a:hover{background-color: rgba(214,149,13,1);}

.index-about .index-about-left{color:#fff;}

.index-images{overflow:hidden}

.index-images li{position:relative;margin-bottom:30px;}

.index-images li a{display:block;position: relative;}

.index-images li p{position:absolute;top:50%;left:50%;color:#fff;font-size:30px;transform:translate(-50%,-50%);z-index:10;}

.index-images li .index-imagesBg{position:absolute;top:0;left:0;background:rgba(0,0,0,0.5);width:100%;height:100%;opacity:0;transition:all .5s;}

.index-images li a:hover .index-imagesBg{opacity:1;}

.index-images li img{width:100%;}

.index-swiperImages{background-color: rgb(246, 246, 246);}

.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}

.marqueelefts ul{float:left;}

.marqueelefts li{float:left;margin:0 5px;display:inline;width:200px;height:auto;overflow:hidden;text-align:center;}

.marqueelefts li .pic{display:block;width:200px;height:auto;padding:10px;overflow:hidden;}

.marqueelefts li .pic img{height:100%;width:100%;}

.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}

.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}



/*图片组*/

 .main-content{width:100%}



.image-list{width:100%;margin-left:auto;margin-right:auto;overflow:hidden;}

.image-list .cover{margin-bottom:30px;cursor:pointer}

#pictureViewer{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.3);z-index:10000}

#pictureViewer > .content{background-color:#fff;position:absolute;height:420px;margin:auto;top:0;right:0;bottom:0;left:0}

#pictureViewer .menu-bar{width:100%}

#pictureViewer .menu-bar .handel{width:40px;height:40px;float:right;background-repeat:no-repeat;background-position:50%;cursor:pointer}

#pictureViewer .menu-bar .handel:hover{background-color:#ff2e67;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}

#pictureViewer .handel-prev,#pictureViewer .handel-next{display:inline-block;width:50px;height:70px;position:relative;top:calc(50% - 80px);background-repeat:no-repeat;background-size:25px;background-position:50%;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}

#pictureViewer .handel-prev:hover,#pictureViewer .handel-next:hover{background-color:#ff2e67}

#pictureViewer .picture-content{display:inline-block;width:80%;height:calc(100% - 80px);position:absolute;margin:0 auto;left:0;right:0}

#pictureViewer .picture-content .cover{position:absolute;margin:auto;top:0;right:0;bottom:0;left:0}

#pictureViewer .counter{position:absolute;bottom:0;height:40px;line-height:40px;width:100%;text-align:center;color:#808080;font-size:13px}

#pictureViewer .hide{display:none}

#pictureViewer .left{float:left}

#pictureViewer .right{float:right}

#pictureViewer .clear-flex{clear:both}

#pictureViewer img{max-width:100%;max-height:100%}

#pictureViewer .menu-bar .handel.maximization{background-image: url(../images/maximization_black.png);background-size: 14px;}

#pictureViewer .menu-bar .handel.maximization:hover{background-image: url(../images/maximization_white.png);}

#pictureViewer .menu-bar .handel.miniaturization{background-size: 16px;background-image: url(../images/miniaturization_black.png);}

#pictureViewer .menu-bar .handel.miniaturization:hover{background-image: url(../images/miniaturization_white.png);}

#pictureViewer .menu-bar .handel.close-view{background-image: url(../images/close_black.png);background-size: 15px;}

#pictureViewer .menu-bar .handel.close-view:hover{background-image: url(../images/close_white.png);}

#pictureViewer .handel-prev{background-image: url(../images/prev_blank.png);}

#pictureViewer .handel-next{background-image: url(../images/next_blank.png);}

#pictureViewer .handel-prev:hover,#pictureViewer .handel-next:hover{ background-color: #ff2e67;}

#pictureViewer .handel-prev:hover{background-image: url(../images/prev_white.png);}

#pictureViewer .handel-next:hover{background-image: url(../images/next_white.png);}

@media(min-width:1000px){

    #pictureViewer > .content{width:590px}

}

@media(max-width:1000px){

    #pictureViewer > .content{width:100% !important}

}



@media (min-width:1000px) /*pc端*/

{

.topbanner-container,.banners{margin-top:90px;}

.topbanner-container .topbannerfont-box{text-align:left;}

.topbanner-container .topbannerfont-box .font3-heng{margin-top:25px;}

.topbanner-container .topbannerfont-box .font1{font-size:60px;font-weight:600;}

.topbanner-container .topbannerfont-box .font2{font-size:36px;margin-top:10px;}

.index-news{margin:80px 0 100px;}

.all-title{text-align:center;}

.all-title .title-eng{font-size: 34px;color: rgb(204, 204, 204);}

.all-title .title-china{font-size: 32px;color: rgb(65, 65, 65);font-weight: bold;}

.index-newsList{margin:40px 0 60px;}

.all-floatLeft{float:left;}

.index-newsBox .all-floatLeft{width:50%;}

.index-newsBox .all-floatLeft img{width:100%;}

.index-newsBox .all-floatLeft:first-child{padding-right:20px;}

.index-newsBox .all-floatLeft:last-child{padding-left:20px;}

.index-about .all-floatLeft{width:50%;}

.index-about-content{background-color:#fff;padding:40px 40px 60px;}

.index-about-title{color:#1c3263;font-size:32px;}

.index-about-text{font-size: 16px;color: rgb(67, 67, 67);line-height: 2;margin:40px 0;}

.index-about-content a{width: 190px;height:50px;line-height:50px;}

.index-about{margin-bottom:250px;height:540px;}

.index-about .container,.index-about .row,.index-about .position-relative{width:100%;height:100%;}

.index-about .row{margin:0;}

.index-about .index-about-left{bottom:0px;left:0px;width:46%;position:absolute;}

.index-about .index-about-right{bottom:-140px;right:0px;width:54%;position:absolute;}

.index-about .index-about-left{font-size:76px;line-height:60px;text-align:right;padding-right: 15px;}

.index-about-text{margin-bottom:60px;}

.index-images{margin-bottom:100px;}

.index-swiperImages{padding:35px 0 55px;}

.index-about{background: url("../images/indexbgone.jpg") no-repeat;background-attachment: fixed;}

footer{padding-top: 50px;}

.footnav .title{font-size: 18px;line-height: 2;margin-bottom: 20px;padding-top: 20px;}

.footer-left .left-title{font-size: 18px;line-height: 2;margin-bottom: 20px;padding-top: 20px;}

.footer-left ul{overflow:hidden;}

.footer-left ul li{float:left;margin-right: 20px;margin-bottom: 8px;}

.footer-left ul li a{color: rgb(217, 217, 217);}

.line-top-bg{margin-top:50px;}

.footer-textLineH{line-height:28px;}

.footer-href{margin-left:15px}

.footer-imgRight{text-align:right;}

}



@media (max-width:1000px) /*手机端*/

{

.topbanner-container .topbannerfont-box .font1{text-align:center;font-size:20px;font-weight:600;}

.topbanner-container .topbannerfont-box .font2{text-align:center;font-size:14px;}

.index-news{margin:40px 0;}

.all-title{text-align:center;}

.all-title .title-eng{color: rgb(153, 153, 153);font-size: 14px;}

.all-title .title-china{font-size: 18px;color: rgb(0, 0, 0);}

.index-newsList{margin: 30px auto;}

.index-about-content a{width: 120px;height:40px;line-height:40px;}

.index-swiperImages{padding:35px 0;}

.index-newsList ul li a{padding: 0 20px;}

.index-about .position-relative img{position:absolute;top:0px;z-index:1;width: 100%;}

.index-about .position-relative .index-about-left{position:relative;z-index:5;text-align:center;font-size:36px;padding-top: 30px;}

.index-about .position-relative .index-about-right{position:relative;z-index:5;padding:0 15px;}

.index-about .position-relative .index-about-right .index-about-content{background-color:#f6f6f6;padding:20px 15px 30px;}

.index-about{margin-bottom:30px;overflow:hidden;}

.index-about .position-relative .index-about-right .index-about-content .index-about-title{font-size: 18px;color: rgb(0, 0, 0);text-align:center;}

.index-about .position-relative .index-about-right .index-about-content .index-about-heng{margin: 8px auto 25px;}

.index-about .position-relative .index-about-right .index-about-content .index-about-text{color: #5a5a5a;font-size:12px;line-height: 2;margin-bottom:40px;}

footer{margin-bottom: 51px;}
.footnav .title{font-size:18px;margin-bottom:20px;}

.footer-left .left-title{font-size:18px;margin-bottom:20px;margin-top:20px;}

.footer-left ul{overflow:hidden;}

.footer-left ul li{float:left;margin-right:20px;margin-bottom:8px;}

.footer-ewm,.footer-imgRight,.line-top-bg{margin-top:20px;}

.footer-imgRight a{margin-right:20px;}

.waterfall{margin-top:30px;}

}



/*首页-banner*/

 .topbanner-container{width: 100%;height: 100%;position: relative;overflow: hidden;}

.topbanner-container .swiper-slide{text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically*/display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.topbanner-container{position: sticky;z-index: 1;}

.topbanner-containerr .swiper-slide{text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.topbanner-container .swiper-slide img{width: 100%;}

.topbanner-container .swiper-wrapper{/* 通过改变animation-timing-function 制作弹性切换效果 */transition: 0.5s;}

.topbanner-containe .swiper-button-next,.topbanner-containe .swiper-button-prev{background-size: 35px 35px;background-color: transparent;opacity: 1;}

.topbanner-container .topbannerfont-box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 10;width: 100%;max-width: 1200px;}

.topbanner-container .topbannerfont-box .font3-heng{width:160px;height:4px;background-color:#fff;}

.topbanner-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #ff692e;opacity:1;}

.topbanner-container .swiper-pagination-bullet{background-color:#fff;opacity:0.4;transition: background .5s, opacity .5s;}

.topbanner-container .swiper-pagination-bullet:hover{background-color: #ff692e;opacity:1;}



/*分页banner*/

.banners{display: flex;justify-content: center;align-items: center;}

.pics_wrap .font-box{width:calc(100% - 140px);height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

.pics_wrap .font-box .container{height:100%;display:flex;justify-content:center;align-items:center;color:#fff;}

.font-opver{width:50px;height:2px;background-color:rgba(222, 222, 222, 1);margin:auto;}

.breadcrumbBottom{bottom:0px;left:15px;}

.breadcrumbBottom a{color:#fff;}

.breadcrumbBottom .breadcrumb > li + li::before{color:#fff;content:"-"}



@media(min-width:992px){

.pics_wrap .font-box .font1{font-size: 32px;padding: 12px 0;font-weight: bold;}

.pics_wrap .font-box .font2{margin-top:20px;}

.xbanner li img{height:450px;width: 100%;}



}

@media(max-width:992px){

.pics_wrap .font-box .font1{font-size:26px;}

.pics_wrap .font-box .container{justify-content:center;}

.xbanner li img{height:auto;width: 100%;}

.font-box{text-align:center;}

.pics_wrap .font-box .font1{margin-bottom:10px;}

.pics_wrap .font-box .font2{margin-top:10px;}



}

@media(max-width:468px){

.pics_wrap .font-box{position:absolute;top:50%;left:50%;}

.pics_wrap .font-box .imgbox img{display:none;}

.pics_wrap .font-box{width:100%;}    

.pics_wrap .font-box .font1{font-size:14px;font-weight:bold;}

.pics_wrap .font-box .font2{font-size:13px;}

.pics_wrap .html5zoo-nav-0{display:none!important;}

.pics_wrap .font-box .container{justify-content:center;}

.xbanner li img{min-height:120px;width: 100%;}

.xbanner .pics_wrap img{min-height: 80px;}

}



.swiper-container.homebanner{width: 100%;height: 100%;}

.homebanner .banner_left_img{

    height: 550px;

    width: 100%;

}

.homebanner .swiper-slide{text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.homebanner .swiper-pagination-bullet{width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color: #000;opacity: 1;background: rgba(0, 0, 0, 0.2);}

.homebanner .swiper-pagination-bullet.swiper-pagination-bullet-active{color: #000;background: #fff;}

.homebanner .swiper-pagination-bullet{background: rgba(0, 0, 0, 0);border: 1px solid #fff;color: #fff;}





/*FOOTER*/

footer{background-color: rgb(31 40 60);color:#fff;}

footer a{color:#fff;}

footer .left .logo-foot{max-height:68px;}

footer .left .ewm{max-height:100px;}

footer .right ul li{display:inline-block;}

footer .right ul li a{color:#8f949c;}

footer .right ul{padding-top:20px;}

footer .right ul li{padding-right:20px;}

footer .right ul li .fa{font-size:30px;}

.footlink ul{margin-top:6px;}

.footlink li{display:inline-block;padding-right:20px;line-height:2;}

.line-top-bg{padding: 12px 0;background-color: rgb(30, 37, 51);font-size:14px;}

.footnav .imagesText img{width: 16px;}

.footnav .imagesText{color: rgb(217, 217, 217);font-size: 14px;margin-bottom: 10px;}

.footer-ewm{float:left;width:46%;}

.footer-ewm p{text-align:center;margin-top: 10px;}

.footer-textLineH a{margin-right:8px;}

.footer-href img{width: 26px;opacity: 0.5;}

.gotoptop_icon{position:fixed;bottom:80px;right:40px;width:40px;height:40px;background:url(../images/backtotop.jpg) no-repeat center center;opacity:1;z-index:500;}

.gotoptop_icon:hover{opacity:0.9;}



/*Pc端固定客服*/

.wpsidebar-fkf{position:fixed;right:10px;top:50%;transform:translate(0,-50%);z-index:9999;}

.fkf-item{position:relative;width:50px;height:50px;border:1px solid #ccc;padding:10px;background-color:#fff;margin-bottom:6px;box-sizing:border-box;cursor:pointer;}

.fkf-item img{width:30px;height:30px;}

.fkf-item img.hover{display:none;}

.fkf-item:hover>img{display:none;}

.fkf-item:hover img.hover{display:block;}

.fkf-cart>span{position:absolute;display:block;width:24px;height:24px;border-radius:50%;background-color:#ff6600;color:#fff;left:-12px;top:-12px;text-align:center;line-height:24px;}

.fkf-item-right{position:absolute;right:35px;padding-right:25px;top:-15px;display:none;}

.fkf-item:hover .fkf-item-right{display:block;}

.fkf-item-right-content{width:430px;border:1px solid #f1ba5c;border-top:4px solid #000;padding:20px;padding-top:15px;background-color:#fff;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;font-family: 宋体;}

.fkf-item-right-content .arrow,.right-content-ewm .arrow{position:absolute;width:20px;height:20px;right:-15px;top:23px;z-index:20;}

.fkf-item-right-content-top{padding-bottom:10px;padding-top:10px;padding-left:70px;border-bottom:1px solid #ccc;position:relative;white-space:nowrap;overflow:hidden;}

.fkf-item-right-content-top img{position:absolute;left:0;top:20px;width:40px;height:40px;}

.fkf-item-right-content-top h2{font-size:22px;font-weight: bold;color: #f1ba5c;}

.fkf-item-right-content-bottom p{padding-top:15px;padding-bottom:15px;}

.fkf-item-right-content-bottom .content-bottom-item{display:inline-block;width:32%;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}

.content-bottom-item img{width:25px;height:25px;margin-right:5px;background-color:#333;vertical-align:top;}

.content-bottom-item span{display:inline-block;line-height:25px;}

.content-bottom-item:hover img{background-color:#ff6800;}

.content-bottom-item:hover span{color:#f1ba5c}

.right-content-tele{width:300px;}

.right-content-tele .fkf-item-right-content-top:last-child{border-bottom:0;padding-bottom:0;padding-top:10px;}



.right-content-ewm{padding:20px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;display:flex;flex-direction:row;width:max-content;}

.right-content-ewm .ewm div{width:130px;height:130px;margin:0 auto;border-radius:50%; margin-bottom:10px}

.right-content-ewm .ewm div img{width:100px;height:100px;margin-top:15px;margin-left:15px;background:#fff;}

.right-content-ewm .ewm p{text-align:center;font-size:16px;color: #f1ba5c;}

.fkf-item-right-ewm{top:initial;bottom:-15px;}

.right-content-ewm .arrow{top:initial;bottom:23px;}

@media (max-width: 1000px){.wpsidebar-fkf{display:none!important;}}





/*移动端固定栏目按钮*/

.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}

@media (max-width: 767px) {.display-xs-block {display: block !important;}}





/*移动端固定导航栏*/

.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}

.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}

.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}

.footer-fixed ul li p{font-size:1.3rem;}

.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}

.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}

.footer-fixed i{display:block;}

.footer-fixed .fa{font-size:22px;}

@media (min-width:1000px){.footer-fixed{display:none!important;}}







/*公共样式*/

.breadcrumb-line .breadcrumb{color:#5a5a5a;font-size: 14px;border-bottom: 1px solid #f4f4f4;}

.breadcrumb > li + li::before {content: ">";color:#5a5a5a;padding: 0 5px 0 0;}

.pagination > li > a, .pagination > li > span{padding: 4px 10px;margin: 0 5px;border-radius:6px;}



.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}

.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 56px;}



.html5zoo-arrow-left-0{background:url(../images/left.png.htm) no-repeat scroll left top!important;margin-left:30px;background-size: cover !important;}

.html5zoo-arrow-right-0{background:url(../images/left2.png.htm) no-repeat scroll left top!important;margin-right:30px;background-size: cover !important;}



.page ul li .fa{padding-right: 10px;}

.page ul li:hover a,.page ul li:hover{color: #0488CD;}



.font-size-13{font-size:13px;}

.accounts{padding: 5px;line-height: 1.7em;color: #868686;background-color: #F5F5F5;border: #E5E5E5 1px solid;margin-bottom: 10px;}







.coreteam{border-top:1px solid #ccc;}/*集团核心团队*/

.pa_piclist_2 .item{margin-bottom:20px;}

.pa_piclist_2 .mask{background:rgba(0,0,0,.6);width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;transition:all 0.3s ease;}

.pa_piclist_2 .picbox:hover .mask{opacity:0.8;}

.pa_piclist_2 .mask img{height:50px!important;width:50px!important;}

.pa_piclist_2 .picbox img{transition:all 0.3s ease;}

.pa_piclist_2 .picbox:hover img{transform:scale(0.95,0.95);}

@media(max-width:992px) {

.pa_piclist_2 {padding:5px;}

.pa_piclist_2 .col-box{padding:5px;}

.pa_piclist_2 .item{margin-bottom:10px;}

}



@keyframes myAnimation{

    0%{opacity: 0}

    100%{opacity: 0.5}

}

.videolist { position:relative;margin-bottom:30px; }/*视频播放*/

.videolist:hover{ cursor: pointer; }

.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }

.videos{display: none;border: 1px solid #080808;position: fixed;left: 0;top: 0;z-index: 102;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);}



@media (min-width:1000px){

.videos video{width: 640px;height: 440px;margin-left: -320px;margin-top: -210px;left: 50%;top: 50%;position: fixed;background-color: #000;z-index: 101;}

.addxideo{width: 640px;height: 440px;left: 50%;top: 50%;position: fixed;margin-left: -320px;margin-top: -210px;}

.vclose{background-color: #000;position: absolute;right:1%;top: 1%;border-radius: 100%;cursor: pointer;z-index:102;}

.homevideo{padding-top:50px;}

.homevideo .div-img img{width:290px;height:150px}

.addmask img{width: 50px!important;height: 50px!important;}

}

@media (max-width:1000px){

.videos video{width: 100%!important;height: 400px;top: 25%;position: fixed;background-color: #000;}

.vclose{background-color: #000;position: absolute;right:1%;top: 26%;border-radius: 100%;cursor: pointer;z-index:10;}

.homevideo{padding-top:30px;}

.addmask img{width: 40px!important;height: 40px!important;}

}

@media (max-width:415px){

 .videos video{height: 200px;}

 .video-home .tabbox{min-height: 0;margin-bottom: -30px;}

}



.sy_mk{

    margin-top: 40px;

}

.sy_mk_title{

    font-size: 15px;

    margin-top: 15px;

}

#examples{

   overflow-x: scroll; 

}









.content {

    width: 1200px;

    margin: 0 auto;

}

.newsbj{height:718px;padding-top: 10px;}

.little_news{padding-top: 15px;}

.little_news h3{text-align: center; font-size: 36px; color:#333333; font-weight: bold; line-height: 36px; height:79px; background:url(../images/hg.jpg) no-repeat bottom center; margin-bottom: 31px;}

.little_news h3 i{display: block; font-size: 14px; color:#cccccc; line-height: 14px; margin-top: 15px;font-weight: normal; text-transform: uppercase;}

.little_news .by{width:40%; float:left; position: relative;}

.little_news .by dl{width:100%; height:449px;}

.little_news .by dl dt{width:100%;height:184px;}

.little_news .by dl dt img{width:100%;height:184px;}

.little_news .by dl dd{width:100%; height:229px;background:#333333; padding:36px 26px 0;}

.little_news .by dl dd span{display: block;  font-weight: bold; margin-bottom: 33px;}

.little_news .by dl dd span a{font-size: 18px; color:#FFF; line-height: 18px;}

.little_news .by dl dd span i{display: block; font-size: 18px; font-weight: normal; font-family:"Arial"; line-height: 18px; margin-top: 17px;}

.little_news .by dl dd p{font-size: 14px; color:#FFF; height:60px;line-height: 20px;}

.little_news .by .jt{width:55px; height:31px;position: absolute; bottom:22px; right:20px;}

.little_news .by .jt i{display:block; width:16px; height:31px; float:left;}

.little_news .by .jt .prev1{background:url(../images/prev1.png) no-repeat center;}

.little_news .by .jt .next1{background:url(../images/next1.png) no-repeat center;float:right;}

.little_news .xwdt{width:57%; float:right;}

.little_news .xwdt span{display: block; height:36px; border-bottom:1px solid #e5e5e5;margin-bottom: 25px;}

.little_news .xwdt span em a{

        font-size: 18px;

    color: #333333;

    padding-left: 14px;

    border-left: 1px solid #808080;

    margin-right: 17px;

    word-wrap: break-word;

    text-decoration: none;

    font-style: normal;

}

.little_news .xwdt span em a.cur{font-size: 17px; color:#ff692e; font-weight: bold; border-left:3px solid #ff692e;}

.little_news .xwdt span .cj{font-size: 14px; color:#000000;padding-left:0; border-left:0;display: block;float:right;padding-top:3px; width:82px;border-bottom:1px solid #000000;}

.little_news .xwdt dl{height:110px; margin-bottom: 19px;}

.little_news .xwdt dl dt{width:151px;  float:right;background:#eeeef0;padding-top:14px;padding-bottom: 5px;}

.little_news .xwdt dl dt i{display: block;text-align:center;font-size: 48px; font-family:"Arial"; color:#5c5c5c; line-height: 38px; margin-bottom: 9px;}

.little_news .xwdt dl dt b{display: block;text-align:center;font-size: 16px; color:#5c5c5c;font-family:"Arial"; font-weight: normal; }

.little_news .xwdt dl dd{width:645px; height:109px; border-bottom:1px solid #f1f1f1;padding-right:36px;}

.little_news .xwdt dl dd strong{display: block;padding-top:20px; line-height: 16px; margin-bottom: 16px;}

.little_news .xwdt dl dd strong a{font-size: 16px; font-weight: bold; color:#282828;}

.little_news .xwdt dl dd p{font-size: 14px; color:#666666;}

.little_news .xwdt dl:hover dt{background:#ff692e; }

.little_news .xwdt dl:hover dt i{color:#FFF;}

.little_news .xwdt dl:hover dt b{color:#FFF;}

.little_news .xwdt dl:hover dd strong a{color:#ff692e;}



.vido_img{

    position: relative;

}

.vido_img:after{

    content: "";

    background: rgb(0 0 0 / 74%) url('../images/vido_ico.png') center center no-repeat;

    height: 100%;

    width: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background-size: 11%;

}

.yx_box_more{

    height: 50px;

    line-height: 50px;

    border-bottom: 1px solid #f1f1f1;

    text-align: right;

    margin-bottom: 5px;

}

.yx_box_more a{

    font-size: 16px;

    color: #666666;

}



.info-content video{

    display: block;

    margin: 0 auto;

}



@media only screen and (max-width: 991px) {
  

    .header .logo-box .logo img {
        width: 70%;
    }
    .header_top_bar .top_right{
        margin-top: -21px;
    }
    .header{
        margin-top: 56px;
    }
    .header .nav-toggle{
        top: 69px;
    }
    .content{
        width: 100%!important;
    }
    .little_news .by{
        float: none!important;
    }
    .little_news .xwdt{
        float: none!important;
    }
    .little_news .by{
        width: 100%;
    }
    .newsbj{
        height: auto;
    }
    .little_news .xwdt{
        width: 95%;
        margin: 0 auto;
    }
    .index-about .position-relative .index-about-right{
        margin-top: 165px;
    }
    .index-about .position-relative img{
        left: 0;
    }
    .little_news .xwdt dl dt{
        width: 133px;
    }
    .little_news .xwdt dl dd{
        width: 100%;
    }
    .index-about .position-relative img{
        max-height: auto;
    }
    .little_news h3{
        font-size: 30px;
    }
    .content{
        height:auto!important;
    }
}