/*
Theme Name: qituo web desgin
Theme URI: http://www.yxwlgs.net/
Author: YixingSEO qq66866111
Author URI: https://www.yxwlgs.net/
Description: 企业网站定制 for qituo web desgin
*/

body{font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;padding: 0;margin: 0;}
@media screen and (min-width:768px) {
    body{padding-top: 90px;}
}

@media screen and (min-width:1400px) {
    .d-xxl-block{display: block !important;}
}

.wzjs-banner{background: url(static/images/brand.jpg) center center no-repeat;min-height: 300px;}
.sjwzjs-banner{background: url(static/images/mobile.jpg) center center no-repeat;min-height: 300px;}
.yxwzjs-banner{background: url(static/images/maketing.jpg) center center no-repeat;min-height: 300px;}
.xywzjs-banner{background: url(static/images/xiangyinshi.jpg) center center no-repeat;min-height: 300px;}
.wzal-banner{background: url(static/images/case.jpg) center center no-repeat;min-height: 300px;}
.news-banner{background: url(static/images/news.jpg) center center no-repeat;min-height: 300px;}
.jobs-banner{background: url(static/images/banner_job.jpg) center right no-repeat;min-height: 300px;}
.contact-banner{background: url(static/images/contact-bg.jpg) center center no-repeat;}

.banner .swiper-pagination-bullet{width:50px;border-radius: 3px;opacity: .6;background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #000;}

a:link,a:visited{color:#333;}
a:hover{color: #0099ff;text-decoration: none;}

img{max-width: 100%;height: auto;}
.img-wrap{overflow: hidden;}

/*滚动条样式*/
::-webkit-scrollbar{width: 5px;height: 5px;background-color: #F5F5F5;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);border-radius: 10px;background-color: #F5F5F5;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);background-color: #666;}

.text-sm{font-size:0.8rem;}
.text-xl{font-size:1.2rem;}
.text-2xl{font-size:1.5rem;}
.text-3xl{font-size:2rem;}
.text-5xl{font-size:2.5rem;}

.font1{font-family:Verdana, Geneva, Tahoma, sans-serif}
@media screen and (max-width:768px) {
    .text-xl{font-size:1.2rem;}
    .text-2xl{font-size:1.3rem;}
    .text-3xl{font-size:1.4rem;}
}

@media screen and (min-width:1600px) {
    .header .container-fluid{padding:0 5%;}
}

.top-line{background-image: linear-gradient(25deg, #1b447a, #3d679f, #5c8dc5, #7cb4ed);height: 3px;}

.title .t2{position: relative;}
.title .t2::before{
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 68px;
    height: 3px;
    margin-left: -34px;
    background: #cbcbcb;
    z-index: 10;
}
.title .t2::after{
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 376px;
    height: 1px;
    margin-left: -188px;
    background: #ddd;
    z-index: 5;
}

.services .item{line-height: 2em;position: relative;z-index: 10;}
.services .item::after{content: '';position: absolute;width: 100%;height: 0;background: red;left: 0;bottom: 0;transition: all ease .3s;transform: perspective(1px) translateZ(0)}
.services .icon{position: relative;width: 140px;height: 140px;}
.services .icon::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(static/images/services-icon.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position-x: 0;
}
.services>div:nth-child(2) .icon::before{
    background-position-y:-140px;    
}
.services>div:nth-child(3) .icon::before{
    background-position-y:-280px;
}
.services>div:nth-child(4) .icon::before{
    background-position-y:-420px;
}
.services>div:nth-child(5) .icon::before{
    background-position-y:-560px;
}
.services .item:hover .icon::before{
    background-position-x: -140px;
}

.services .icon::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(static/images/services-border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform 3s ease;
}


@keyframes bgRound{
    from{transform: rotate(0);}
    to{transform: rotate(360deg);}
}

.services .item:hover::after{height: 100%;z-index: -1;}
.services .item:hover{color:#fff;}
.services .item:hover .icon::after{
    background-image: url(static/images/services-border-hover.png);
    animation: bgRound 5s linear infinite;
}


.cases .item{position: relative;}
.cases .item .case-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .7);transition: all ease .3s;transform: scale(0);}
.cases .item:hover .case-box{transform: scale(1);}
@media screen and (min-width:768px) and (max-width:1024px) {
    .cases>div:last-child{display: none;}
}

.qysp{width:446px;height: 281px;}

.about-bd {
    position: relative;
    background: #000 url(static/images/about-bg.jpg) no-repeat center;
    height: 660px;
}

.about-bd-box {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 588px;
    height: 340px;
    margin-left: -294px;
    background: url(static/images/about-box-bg.png) no-repeat center;
    background-size: 100%;
}

.about-bd-text {
    margin: 20px 71px 0;
    height: 281px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    text-align: justify;
    padding: 55px 30px;
    box-sizing: border-box;
    background: #d5060c;
}

.about-bd-pic {
    position: absolute;
    top: 20px;
    left: 71px;
    width: 446px;
    height: 281px;
    z-index: 10;
}

.about-bd-pic li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    opacity: 0;
    overflow: hidden;
}

.about-bd-pic li.show {
    opacity: 1;
    transform: scale(1, 1);
    transition: all .3s ease;
}

.about-bd-pic li img {
    width: 100%;
}

.about-bd-list {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1213px;
    height: 100%;
    margin-left: -606px;
    background: url(static/images/about-border-bg.png) no-repeat center bottom;
    overflow: hidden;
}

.about-bd-list-box {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.about-bd-list ul {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotatez(-180deg);
    transform-origin: 50% 100%;
    transition: transform 3s ease;
}

.about-bd-list ul.show {
    transform: rotatez(0deg);
}

.about-bd-list li {
    position: absolute;
    width: 112px;
    height: 112px;
    padding: 12px;
    box-sizing: border-box;
    background-image: url(static/images/about-pic-border.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    cursor: pointer;    
}

.about-bd-list li.show,
.about-bd-list li:hover {
    padding: 0;
}

.about-bd-list li img {
    width: 100%;
}

.about-bd-list .about-bd-list1 {
    left: 10px;
    bottom: 40px;
}

.about-bd-list .about-bd-list2 {
    left: 64px;
    bottom: 210px;
}

.about-bd-list .about-bd-list3 {
    left: 170px;
    bottom: 375px;
}

.about-bd-list .about-bd-list4 {
    left: 319px;
    bottom: 473px;
}

.about-bd-list .about-bd-list5 {
    left: 550px;
    bottom: 520px;
}

.about-bd-list .about-bd-list6 {
    right: 319px;
    bottom: 473px;
}

.about-bd-list .about-bd-list7 {
    right: 170px;
    bottom: 375px;
}

.about-bd-list .about-bd-list8 {
    right: 64px;
    bottom: 210px;
}

.about-bd-list .about-bd-list9 {
    right: 10px;
    bottom: 40px;
}

.gd{width:100%;overflow:hidden;}
.gd ul{display:flex;margin: 0;padding:0;}
.gd ul li{margin-right:15px;position:relative;overflow:hidden;}
.gd ul li img{width:auto;width:300px;height: 250px;}

.db>div{border-bottom: 1px solid #fafafa;}

.kh-logo{display: flex;flex-wrap: wrap;}
.kh-logo li{max-width: 12.5%;position: relative;}
.kh-logo p{position: absolute;margin: 0;padding: 0;display: flex;justify-content: center;align-items: center; width: 100%;left: 0;top: 0;
    height: 100%;background-color: rgba(0, 0, 0, .6);transition: all ease .3s;transform: scale(0);}
.kh-logo li:hover p{transform: scale(1);}
@media screen and (max-width:768px) {
    .db{font-size:0.8em !important}
    .kh-logo li{max-width:50%}
}

.news-tab .active{background-color: #ff0000;color:#fff;}
.home-news-dt{width:6rem;height: 6rem;}
.home-news-dt .font1{line-height: 100%;padding-top: 1rem;}
.news-tab-content .item:hover .home-news-dt{background-color: #ff0000;}

.flinks{display: flex;padding-bottom: 1rem;}
.flinks ul{display: flex;margin: 0;padding: 0;list-style-type:none;}
.flinks ul li{padding-left: 1rem;}

.footer-contact>p{background: url(static/images/footer-icon.png) no-repeat;padding-left: 2rem;line-height: 22px;}
.footer-contact>p:nth-child(1){background-position: 0 0px;}
.footer-contact>p:nth-child(2){background-position: 0 -24px;}
.footer-contact>p:nth-child(3){background-position: 0 -48px;}
.footer-contact>p:nth-child(4){background-position: 0 -71px;}
.footer-contact>p:nth-child(5){background-position: 0 -94px;}

.footer-images{display: flex;gap: 15px;justify-content: center;}
.footer-images li{text-align: center;}
.footer-images img{max-width: 110px;height: auto;}
.footer-phone{background: url(static/images/footer-service.png) top left no-repeat;}

.copyright a{color:#A0AEC0}

.pagelist{display: flex;justify-content: center;}
.pagelist>a,.pagelist>span{background: #f1f1f1;padding:8px 15px;margin-right: 5px;border-radius: 3px;}
.pagelist>a{color:rgba(0, 0, 0, .9)}
.pagelist>a:hover{background-color: #ccc;color:#000;}
.pagelist>span{color:#666;}
.pagelist>.current{background-color: #006699;color:#fff;}

.page-content>.text{line-height: 2rem;}

@media screen and (min-width:1280px) {
    .container{width:1200px;max-width: 1200px;}
}


/* about */
.about-content{background-image: linear-gradient(135deg, #871625, #a63525, #c65123, #e66c1d);padding-bottom: 170px !important;}
.about1{min-height: 380px;}

@media screen and (min-width:1024px) {
    .about1 .item{position: absolute;top:-135px;}
}

.about1 .item .round{border-radius: 50%;width:280px;height: 280px;background: url(static/images/p-about-tt.png);line-height: 2rem;}

.moives .item{padding:1px; cursor:pointer; position: relative;overflow: hidden;}
.moives .item .play{background: rgba(0, 0, 0, .5) url(static/images/play.png) center center no-repeat;width: 100%;height: 100%;position: absolute;
    transition: all ease .3s; z-index: 10; left: 0; top: 0; transform: scale(0); 
}
.moives .item:hover .play{transform: scale(1);}
.moives .item .title{position: absolute;left: 0;bottom: 0;padding:15px 0;width: 100%;text-align: center;font-size:1.5rem;
    color:#fff;z-index: 20;transition: all ease .3s;transform: translateY(100%);}
.moives .item:hover .title{background: none;transform: translateY(-10px);}
.modal-video{max-width: 100%;}

/* wzjs */

.yxwzjs1 .item .icon{background: url(static/images/p-marketing-icon2.png);width:209px;height: 209px;border:3px solid red;border-radius: 50%;background-position-x: -203px;}
.yxwzjs1 .row>div:nth-child(1) .item .icon{background-position-y:0;}
.yxwzjs1 .row>div:nth-child(2) .item .icon{background-position-y:-203px;}
.yxwzjs1 .row>div:nth-child(3) .item .icon{background-position-y:-406px ;}
.yxwzjs1 .row>div:nth-child(4) .item .icon{background-position-y:-609px;}
.yxwzjs1 .item:hover .icon{background-color: red;background-position-x: 0;}
.yxwzjs1 .item:hover{background-color: #f1f1f1;color:red;}

.yxwzjs2 .item{background: url(static/images/say.png) center center no-repeat;height: 220px; width: 220px; background-size: cover;display: flex;
    justify-content: center;align-items: center;transition: all ease .5s;
}
.yxwzjs2 .item:hover{transform: rotate(360deg) scale(1.2);}

@media screen and (max-width:600px){
    .yxwzjs2 .item{height: 160px;width: 160px;}
}

.yxwzjs4 .item .icon{background: url(static/images/marketing-icon.png);background-position-x:0;width: 134px;height: 134px;}
.yxwzjs4 .item:hover .icon{background-position-x: -134px;}
.yxwzjs4 .row>div:nth-child(1) .item .icon{background-position-y: 0;}
.yxwzjs4 .row>div:nth-child(2) .item .icon{background-position-y: -134px;}
.yxwzjs4 .row>div:nth-child(3) .item .icon{background-position-y: -268px;}
.yxwzjs4 .row>div:nth-child(4) .item .icon{background-position-y: -402px;}
.yxwzjs4 .row>div:nth-child(5) .item .icon{background-position-y: -536px;}
.yxwzjs4 .row>div:nth-child(6) .item .icon{background-position-y: -670px;}
.yxwzjs4 .row>div:nth-child(7) .item .icon{background-position-y: -804px;}
.yxwzjs4 .row>div:nth-child(8) .item .icon{background-position-y: -938px;}
.yxwzjs4 .row>div:nth-child(9) .item .icon{background-position-y: -1072px;}
.yxwzjs4 .row>div:nth-child(10) .item .icon{background-position-y: -1206px;}


.xywzjs1 .item .img-wrap{height: 180px;width: 180px;}
@media screen and (max-width:1024px) {
    .xywzjs1 .item .img-wrap{height: auto;width: auto;}
}


.xywzjs3{background: url(static/images/p-response-now-icon5.png) center center no-repeat;min-height: 723px;}
.xywzjs3 .item{max-width: 360px;margin-top: 150px;height: 150px;overflow: hidden;}
.xywzjs3 .item .img-wrap{flex:0 0 120px}

@media screen and (max-width:1024px) {
    .xywzjs3 .item{width: 300px;}
}

@media screen and (max-width:1023px) {
    .xywzjs3{background: none;min-height: auto;}
    .xywzjs3 .item{width:45%;margin: 15px 0;background-color: #fff;padding: 1rem;}
    .xywzjs3 .item .img-wrap{display: none;}
    .xywzjs3 .item .tit::after{content: '';background-color: red;display: block;width: 60px;height: 1px;}
}

@media screen and (max-width:767px) {
    .xywzjs3 .item{width:100%;margin: 15px 0;background-color: #fff;padding: 1rem;float: none;}  
}

.subcat a:hover,
.subcat .active
{background-color: red;color:#fff;}

.wzjs1 .item .line{border-bottom: 2px solid red;display: block;width: 30%;margin:auto;}
.page-process-icon{border:3px solid #f1f1f1;border-radius: 50%;width:150px;height: 150px;margin:auto}


/* xcx */
.xcx1 .item .icon{background: url(static/images/xicon.png) no-repeat;width: 100px;height: 100px;}
.xcx1 .row>div:nth-child(1) .icon{background-position: 0 0;}
.xcx1 .row>div:nth-child(2) .icon{background-position: -225px 0;}
.xcx1 .row>div:nth-child(3) .icon{background-position: -450px 0;}
.xcx1 .row>div:nth-child(4) .icon{background-position: -677px 0;}
.xcx1 .row>div:nth-child(5) .icon{background-position: -905px 0;}
.xcx1 .row>div:nth-child(6) .icon{background-position: 0 -165px;}
.xcx1 .row>div:nth-child(7) .icon{background-position: -226px -165px;}
.xcx1 .row>div:nth-child(8) .icon{background-position: -450px -165px;}
.xcx1 .row>div:nth-child(9) .icon{background-position: -677px -165px;}
.xcx1 .row>div:nth-child(10) .icon{background-position: -905px -165px;}

.xcx2 .item .img-wrap img{transition: all ease .3s;}
.xcx2 .item:hover .img-wrap img{transform: rotate(360deg);}

.xcxal .wp-block-gallery figure figcaption{position: relative !important;background: transparent !important;color:#333 !important;font-size: 1rem !important;}
.xcxal .wp-block-gallery figure img{border:1px solid #ddd;}

.wzal-list .item .tit, .wzal-list .img-wrap img{transition: all ease .3s;}
.wzal-list .item:hover .tit{transform: translateX(15px);}
.wzal-list .item:hover .img-wrap img{transform: scale(1.1);}
.wzal-list .item:hover{box-shadow: 2px 2px 8px #666;}

.news-list .fix-line{position: relative;}
.news-list .fix-line::after{content: '';height: 100%;width: 1px;position: absolute;left: 0;right: 0;margin: auto;background-color: #ccc;}
.news-list>li:last-child .fix-line::after{display: none;}

@media screen and (max-width:768px) {
    
}

/* jobs */
.jobs-tab{justify-content: center;}
/* .jobs-tab .nav-item .nav-link{} */
.jobs-tab .nav-item .active{background-color: #ff0000;color:#fff;}

@media screen and (max-width:600px) {
    .jobs-tab .nav-item{width:50%}
    .tab-content h3{font-size:1.3rem;margin-bottom: 1rem;font-weight: bold;}
}

/* contact */
.contact-text{line-height: 2rem;}
@media screen and (min-width:1023px) {
    .contact-text{width:40%;line-height: 2em;}
}
.contact1 .item .icon{background: url(static/images/go-icon.png); width: 155px;height: 155px;border-radius: 50%;transition: all ease .3s;}
.contact1 .row>div:nth-child(1) .item .icon{background-position: -155px 0;}
.contact1 .row>div:nth-child(2) .item .icon{background-position: -155px -310px;}
.contact1 .item:hover .icon{background-position-x: 0 !important;background-color: red;}

/*侧边栏小工具*/
.silder1{background: #fafafa;height: 100%;}
.silder1 .xgj{margin:0;padding:0;list-style-type: none;}
/* .silder1 .xgj>li{padding:0 0 15px 0;} */
.silder1 .widgettitle{background-color: #333;padding:20px 0;color:#fff;font-size:22px;font-weight: bold;text-align: center;margin-bottom: 1px;}
.silder1 .widgettitle::before{padding-right: 5px;}
.silder1 .search-form{display: flex;padding-top:15px;justify-content: space-around;}
.silder1 .search-form .search-field{height: 35px;line-height: 35px;text-indent: 5px;border:1px solid #ddd;}
.silder1 .search-form .search-submit{height: 35px;line-height: 35px;border:none;background-color:darkcyan; color:#fff;padding:0 20px;}
.silder1 .search-form .screen-reader-text{display: none;}

.silder1 .widget_nav_menu a{font-size:14px;}
.silder1 .widget_nav_menu .menu{margin:0;padding:0;list-style-type: none;}
.silder1 .widget_nav_menu .menu>li{margin-bottom: 1px;font-size:16px;}
.silder1 .widget_nav_menu .menu>li>a{background-color: #f1f1f1;color:#333;display: block;height: 45px;line-height: 45px;padding:0 15px;}
.silder1 .widget_nav_menu .menu>li>a::before{content: '\f0da';font:normal normal normal 16px/1 FontAwesome;padding-right: 10px;}
.silder1 .widget_nav_menu .menu>li>a:hover{background-color: #333;color:#fff;}
.silder1 .widget_nav_menu .sub-menu{display: flex;flex-wrap: wrap;margin:0;padding:0;list-style-type: none;}
.silder1 .widget_nav_menu .sub-menu li{width:50%;padding:5px;font-size:16px;}
.silder1 .widget_nav_menu .sub-menu li a{display: block;padding:10px;text-align: center;border:1px dotted #ddd;}
.silder1 .widget_nav_menu .sub-menu li a:hover{background-color: #f1f1f1;}

.silder1 .textwidget{margin-bottom: 0;}
.silder1 .textwidget p{margin-bottom: 0;}
.silder1 .textwidget{padding:15px;line-height: 2em;color:#666;font-size:14px;}
.silder1 .wp-block-latest-posts{padding:5px;font-size: 14px;}
.silder1 .wp-block-latest-posts li{border-bottom: 1px dotted #ddd;padding:10px}
.silder1 .wp-block-latest-posts li ::before{content: "\f105";font: normal normal normal 14px/1 FontAwesome;padding-right: 5px;}
.silder1 .wp-block-latest-posts li a:hover{color:#007BFF}


/* 针对5.8以上 */
.silder1 .widget_block h2{background-color: rgba(0, 0, 0, .9);font-size:22px !important;color: #fff;font-weight: bold;text-align: center;padding: 20px 0;margin: 0;}
.silder1 .xgj li.widget_text{padding:0 10px;}
.sidebar-left .contact1{background-color: #f1f1f1;}
.sidebar-left .left-phone{display: flex;}
.sidebar-left .left-phone figcaption{padding-left: 10px;}
.sidebar-left .left-phone .phone-text{font-size:14px;color:#666;}
.sidebar-left .left-phone .phone-number{font-size:18px;font-weight: bold;color:#006699;}

/*相册老编辑器*/
.gallery{display: flex;flex-wrap: wrap;background: #fafafa;padding:0 10px 10px 0;}
.gallery .gallery-item{padding:10px 0 0 10px;margin:0;text-align: center;}
.gallery .gallery-caption{text-align: center;font-size: 14px;color:#666;line-height: 1.5em;padding-top: 5px;}
.gallery .gallery-icon{overflow: hidden;position: relative;}
.gallery .gallery-icon::after,.wp-block-gallery .blocks-gallery-item::after{content: '\f00e';font: normal normal normal 30px/1 FontAwesome;color:#fff;display: flex;position: absolute;
    width:100%;height: 100%;left: 0;top: 0;justify-content: center;align-items: center;background: rgba(162,212,255,0.3);
    transition: all ease .3s; transform: scale(0);pointer-events: none;
}
.gallery .gallery-item img{transition: all ease .3s;max-width: 100%;height: auto;}
.gallery .gallery-item:hover img{transform: scale(1.2);}
.gallery .gallery-item:hover .gallery-icon::after,.wp-block-gallery .blocks-gallery-item:hover:after{transform: scale(1);}
.gallery-columns-5 .gallery-item{width:20%}
.gallery-columns-4 .gallery-item{width:25%}
.gallery-columns-3 .gallery-item{width:33.33%}
.gallery-columns-2 .gallery-item{width:50%}
.gallery-columns-1 .gallery-item{width:100%}

.page-content-honor .blocks-gallery-item{padding:15px;background: #fafafa;box-shadow: 1px 1px 3px #ddd;}

.single-product-title{font-size:28px;font-weight: bold;}
.text-lg{font-size:1.2rem;}

@media screen and (max-width:768px) {
    .gallery .gallery-item{width:50% !important}
}

.text table{margin-bottom: 1rem;}
.text table th{background-color: #ddd;}
.text table td,.text table th{border:1px solid #ddd;padding:5px;}


.wp-block-video video{max-height: 600px;}

.page-content-certificate .gallery-icon{height: 100%;background-color: #fff;padding:30px 15px;display: flex;justify-content: center;align-items: center;
box-shadow: 1px 1px 3px #ddd;
}


@media screen and (min-width:768px) {        
    .top-menu{padding: 0;}
    .header .top{background:rgba(255, 255, 255, .8);height: 90px;padding:0 10px;}
    .header .top-change{background: #fff !important;}    
    .navbar-nav>li.menu-item{height: 100%;position: relative;width:100%;margin-right: 1px;}
    .navbar-nav>li>a:link,.navbar-nav>li>a:visited{color:#666;display: block;text-align: center;transform: perspective(1px) translateZ(0);white-space: nowrap;
        padding-top: 20px;padding-left: 15px !important;padding-right: 15px !important;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li:hover>a,
    .navbar-nav li.current-menu-item>a,
    .navbar-nav li.current-menu-parent>a,
    .navbar-nav li.current-post-ancestor>a
    {color:#333 !important;}     

    .navbar-nav>li.hot{background: url(static/images/hot.gif) right top no-repeat !important}

    .navbar-nav>li::before{content: ''; height: 3px;width: 60%;background-color: #f08200;display: block;position: absolute;bottom: 0;
        margin:auto;left: 0;right: 0;transition: all ease .3s;transform: scaleX(0);border-radius: 3px;
    }
    .navbar-nav>li.active::before,
    .navbar-nav>li:hover::before,
    .navbar-nav li.current-menu-item::before,
    .navbar-nav li.current-menu-parent::before,
    .navbar-nav li.current-post-ancestor::before
    {transform: scaleX(1);}

    .navbar-nav>li:hover::before{background-color:#ddd !important}

    .navbar-nav>li>a::after{display: none;}
    
    /* .navbar-nav>li:not(:last-child)::after{content: '';position: absolute;right: 0;top: 0;display: block;width: 1px;height: 100%;background-color: #ccc;} */

    .navbar-nav>li>.dropdown-menu{
        display: block;margin: 0;padding:0;border-radius: 0;border: none;width:100%;min-width: 10rem;
        transition: all ease .3s;transform: scaleY(0);transform-origin: 50% 0%;top:100%;margin-top: 5px;box-shadow: 0 3px 3px #ccc;
        border-top: 1px solid #ddd;
    }
    .navbar-nav>li:hover>.dropdown-menu{transform: scaleY(1);}    
    .navbar-nav>li>.dropdown-menu a:link,.navbar-nav>li>.dropdown-menu a:visited{
        color:#333;padding:13px 10px;letter-spacing: 0;position: relative;transition: all ease .3s;
    }    
    .navbar-nav>li>.dropdown-menu a::after{
        content: "\f0da";display: block;position: absolute;right: 20px;top: 15px;
        font-family: FontAwesome;color:#e66c1d;transition: all ease .5s;opacity: 0;
    }
    .navbar-nav>li>.dropdown-menu>a:not(:last-child){border-bottom: 1px solid #ddd;}
    .navbar-nav>li>.dropdown-menu>a:hover,
    .navbar-nav>li>.dropdown-menu>a.active,
    .navbar-nav>li>.dropdown-menu>a:active
    {
        color:#c65123;
        background-color: transparent;
    }
    .navbar-nav>li>.dropdown-menu>a:hover::after,
    .navbar-nav>li>.dropdown-menu>a.active::after,
    .navbar-nav>li>.dropdown-menu>a:active::after{
        right: 10px; opacity: 1;color:#ddd;
    }
    .navbar-nav>li>.dropdown-menu>a:hover::after{right: 10px;opacity: 1;color:#c65123}
}

@media screen and (max-width:768px) {
    .dropdown-item.active, .dropdown-item:active{background-color: #e66c1d !important;}
}

@media screen and (min-width:601px) and (max-width:768px) {
    .header .navbar-nav{flex-direction: row;flex-wrap: wrap;}
    .header .navbar-nav>li{width:24%;margin-bottom: 5px;margin-right: 5px;}    
    .navbar-collapse{background: #fff;margin-top: 1em;}
    .navbar-nav>li>a:link, .navbar-nav>li>a:visited{font-size:1rem !important;background-color: #f1f1f1;padding: 10px 15px;}
    .navbar-nav>li.hot{background: none;}
    .navbar-nav>li.hot>a{background:#f1f1f1 url(static/images/hot.gif) right top no-repeat !important}    
}



@media screen and (max-width:600px) {    
    .top-menu{background: #fff;}
    .top-menu .navbar-brand{max-width: 230px}        
    .navbar-collapse{background: #fff;margin-top: 1em;}
    .navbar-nav>li{background: #f1f1f1;margin-bottom: 1px;}
    .navbar-nav>li>a{display: block;padding:10px 15px !important;}
    .home-pro{padding-bottom: 70px;}
    .bg-fix{display: none;}
    
    .header{height: auto !important;}    
    .top{background: #fff;box-shadow: 1px 1px 3px #ccc;}
    .navbar-nav>li>a:link, .navbar-nav>li>a:visited{padding:10px !important;font-size:1rem !important;text-indent: 10px;}
    .navbar-nav>li.hot>a{background: url(static/images/hot.gif) 5rem top no-repeat !important}

    .home-about .tit1{font-size:1.5rem;text-align: center;}
    .home-about .more-link{text-align: center;}
    .home-about-text{font-size:1rem;}

    .home-lc .nb-list>.item{border-right: none;border-left: none;}
    .home-lc .nb-list>div:first-child{border-left: none;}
    .home-lc .nb-list>div:nth-child(4){border-left: none;}

    .pagelist{flex-wrap: wrap;}
    .pagelist span,.pagelist a{margin-bottom: 10px;}
    .my-player-dimensions{height: auto !important;}

    .dropdown-menu{border:none;border-radius: 0;background: #fafafa;}    

    .navbar-toggler{background:#006699; color:#fff;}
}


/*客服代码*/
@media (min-width: 768px){
    .kf{display: flex;position: fixed;right: 0;bottom:10%;flex-direction: column;z-index: 999;}
    .kf ul{margin:0;padding:0;list-style-type: none;}
    .kf ul li{margin-bottom: 2px; position: relative;line-height: 30px;width: 50px;height: 50px;}
    .kf ul li a{display: flex;color:#fff;position: absolute;left: 0;top: 0;height: 50px;width: 50px;float: right;}
    .kf .fa{color:#fff;font-size:1.5rem;}
    .kf ul li .cont{color:#fff;white-space:nowrap;background: red;padding:10px;position: absolute;
        right: 52px;top: 0;border-radius: 5px;transition: all ease .3s;transform: translateX(200px);opacity: 0;
    }
    .kf ul li .kf-wechat-image{max-width: 120px;height: 120px;}    
    .kf ul li .icon{flex:0 0 50px;text-align: center;background: rgba(0, 0, 0, .9);overflow: hidden;height: 50px;padding:10px 0;border-radius: 5px 0 0 5px;}    
    .kf ul li:hover .cont{transform: translateX(0);opacity: 1;}
}


@media (max-width: 767px) {       
    body{padding-bottom: 60px;padding-top: 75px;} 
    .kf{position: fixed; bottom: 0;left: 0; background: rgba(0, 0, 0, .9);color:#fff;width:100%;display: flex;justify-content: space-around;z-index: 999;}
    .kf ul{margin: 0;padding: 0;list-style-type: none;display: flex;justify-content: space-between;width: 100%;}
    .kf ul li{width:100%;padding:5px 0}    
    .kf ul>li:not(:last-child){border-right: 1px solid #666;}
    .kf ul li a{color:#fff;text-align: center;display: block;}
    .kf ul li .icon{font-size:22px;}
}


.in-top .case-box {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: in-top .3s ease forwards;
    animation: in-top .3s ease forwards;
}

.in-right .case-box {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: in-right .3s ease forwards;
    animation: in-right .3s ease forwards;
}

.in-bottom .case-box {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom .3s ease forwards;
    animation: in-bottom .3s ease forwards;
}

.in-left .case-box {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: in-left .3s ease 0ms forwards;
    animation: in-left .3s ease forwards;
}

.out-top .case-box {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: out-top .3s ease 0ms forwards;
    animation: out-top .3s ease forwards;
}

.out-right .case-box {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right .3s ease forwards;
    animation: out-right .3s ease forwards;
}

.out-bottom .case-box {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom .3s ease forwards;
    animation: out-bottom .3s ease forwards;
}

.out-left .case-box {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: out-left .3s ease forwards;
    animation: out-left .3s ease forwards;
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 180deg);
        transform: rotate3d(-1, 0, 0, 180deg);
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 180deg);
        transform: rotate3d(-1, 0, 0, 180deg);
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 180deg);
        transform: rotate3d(0, -1, 0, 180deg);
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 180deg);
        transform: rotate3d(0, -1, 0, 180deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 180deg);
        transform: rotate3d(1, 0, 0, 180deg);
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 180deg);
        transform: rotate3d(1, 0, 0, 180deg);
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }
}
