﻿.container{max-width:1300px;}

/*网站公共样式*/
.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:#00b3dc;}
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:100%;width:auto;}

/*自定义导航动画，也可以用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: 100px;line-height:100px;position: fixed;top: 0;background-color: #fff;border-bottom: 1px solid rgb(231, 231, 231);z-index: 300;width:100%;}
.logo-box{text-align:left;}
.logo img{max-height: 80px;}

.nav{width:100%}
.nav>ul{position: absolute;right: 0;}
.nav>ul>li{float:left;text-align:center;height:100px;line-height:100px;}
.nav>ul>li>ul{position:absolute}
.nav>ul>li>a{font-size:18px;display:block;width:100%;position:relative;padding:0 10px}
.nav > ul > li > a::after{content:"";width:0;height:2px;background:#00b3dc;position:absolute;bottom:0;left:0;transition:all 0.5s ease 0s}
.nav >ul>li.current >a,.nav >ul>li:hover> a{color:#f5b01f;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:#f5b01f;font-weight:600;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#666;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样式*/

.index-newsList ul li{float: left;}
}
@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);}
.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 ul li{display: inline-block;}
}

/*首页--样式*/
.index-newsList{text-align: center;}
.index-newsList ul{display: inline-block;overflow:hidden;}
.index-newsList ul li{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:#f5b01f;}
.index-newsList ul li.active a{color:#fff;}
.index-newsList ul li{margin-bottom:10px}
.index-newsBox{overflow:hidden;}
.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: 16px;color: #1c3263;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: 14px;color: #ccc;line-height:1.5;}
.index-newsContent-box .index-newsContent-list .index-newsContent-listCon{font-size: 14px;line-height: 20px;color: #787878;-webkit-line-clamp: 2;height: 44px;}
.index-newsContent-box .index-newsContent-list:last-child{border:0px;}

.index-about-heng{width:50px;height:4px;background-color: #f5b01f;margin-bottom: 10px;}
.index-about-content a{margin:auto;background-color: rgba(245,176,31,1);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: 1300px;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);}

/*招生招聘*/
.reportTitle{margin:40px 0;}
.reportContent{max-width: 800px;margin: 0 auto;overflow: hidden;}
.reportContent>div input{border: 1px solid #eaeaea;height: 35px;line-height: 35px;padding: 0 10px;border-radius: 3px;}
.reportContent>button{cursor: pointer;border: none;width: 100%;height: 35px;font-size: 14px;color: #000;background: #f5b01f;text-align: center;display: block;border-radius: 4px;transition: .1s;}
.reportContent>button:hover{background:#243e78;color: #fff;}
.reportContent>div p{font-size: 14px;letter-spacing: 4px;line-height: 35px;}
.reportData div{width: 100%;height: 80px;background: #f5b01f;transition: all .6s;margin-bottom: 20px;}
.reportData div a{display: block;width: 100%;height: 100%;}
.reportData div a p{height: 100%;color: #333;float: left;line-height: 80px;font-size: 18px;padding:0 30px;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;width: 100%;}
.reportData div:hover {background: #243e78;}
.reportData div:hover a p {color: #fff;}
.reportData {max-width: 800px;margin: 0 auto;margin-top: 0px;margin-top: 50px;clear: both;}
.reportStudent{max-width: 800px;margin: 0 auto;overflow: hidden;}
.tabrepTitle{margin: 30px auto;max-width: 1040px;}
.tabbox.tabrepTitle .tab-title{margin-bottom: 30px;text-align: center;}
.display-block{display:block;}
.display-none{display:none;}
.tabbox{position: relative;}
.tabbox .tab-title ul{overflow:hidden;width: auto;display: inline-block;}
.tabbox .tab-title ul li{font-weight:bold;cursor: pointer;float:left;}
.tabbox .tab-title ul li.select{color: #f5b01f;}
.tabbox .tab-title ul li.select a {color: #f5b01f;}
.tabbox .tab-content{padding: 0 15px;}
.tabbox .tab-content .tab-more{position: absolute;right: 10px;top: 10px;}
@media(min-width:1000px) {
    .tabbox .tab-title ul li{padding: 10px 40px;font-size: 16px;}
}

@media(max-width:1000px) {
    .tabbox .tab-title ul li{padding: 10px;}
    .tabbox .tab-content .tab-more{font-size:13px;}
}

@media(min-width:1000px) {
.reportContent>div{margin-bottom: 30px;}
.reportContent>div input{width:100%;}
.reportContent>div p{width:120px;font-size: 14px;color: #606266;line-height: 40px;}
.reportContent>button{float:left;}
.reportBody{margin-bottom:100px}
}
@media(max-width:1000px) {
.reportContent{text-align:center;}
.reportContent>div{margin-bottom:20px}
.reportContent>div p {line-height: 50px;text-align:left;}
.reportContent>div input{width: 100%;}
.reportContent > button{margin:auto;}
.reportBody{margin-bottom:80px;padding:0 15px;}

}

@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 .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);text-transform: uppercase;}
.all-title .title-china{font-size: 32px;color: rgb(28, 50, 99);}
.index-newsList{margin:40px 0 60px;}
.all-floatLeft{float:left;}
.index-newsBox .all-floatLeft{width:50%;}
.index-newsBox .all-floatLeft img{width:100%;height: 450px;}
.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:#f6f6f6;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);}
.footer-left ul li a:hover{color: #00b3dc;}
.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%;max-height: 180px;}
.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: #f5b01f;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: #f5b01f;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}
.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 .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, 57, 113);color:#fff;overflow: hidden;}
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(23, 43, 86);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) no-repeat scroll left top!important;margin-left:30px;background-size: cover !important;}
.html5zoo-arrow-right-0{background:url(../images/left2.png) 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;}
}

