﻿html, body, form {
    padding:0;margin:0;font-size:13px;min-height:100%;
}
*{
    font-family: 'PingFangSC-Light',-apple-system,BlinkMacSystemFont,"Segoe UI","Lucida Grande","Microsoft YaHei",Helvetica,Arial,FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    text-shadow: none !important;
    -webkit-form-control-shadow: none !important;
    form-control-shadow: none !important;
}
a,a:hover{color: #d1201d;}


/*消息*/
.w-msg{
    background-color: transparent;
    height: 20%;
    position: fixed;
    left: 0;
    top: 5rem;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9999;
}
.w-msg .alert
{
    width: 300px;
    margin: 0 auto 1rem auto;
    text-align: center;
}


/*登陆*/
.w-login
{
    
}
.w-login .modal-dialog
{
    max-width:370px;
}
.w-login .modal-header
{
    border-bottom: 0;
    padding-bottom: 0;
}
.w-login .modal-header .modal-title
{
    margin: 0 auto;
    font-size: 2rem;
    position: relative;
    top: -1.10rem;
}
.w-login .modal-body
{
    padding: 0;
}
.w-login .nav-item
{
    padding:0 1rem;
}
.w-login .nav-tabs{}
.w-login .nav-tabs .nav-link
{
    padding: .6rem 0;
    font-size: 1.15rem;
    color: #575757;
}
.w-login .nav-tabs .nav-link:focus,
.w-login .nav-tabs .nav-link:hover
{
    border-color:transparent;
    color:#d1201d;
}
.w-login .nav-tabs .nav-link.active
{
    border-color:transparent;
    border-bottom: 2px solid #d1201d;    
    color:#d1201d;
}
.w-login-qrcode
{
    display: block;
    width: 180px;
    margin: 2rem auto 0 auto;   
}
.w-login-prompt
{
    color: #575757;
    font-size: 1.15rem;
    text-align: center;
    padding-top: 0.53rem;    
}
.w-login-footer
{
    padding: 2rem 3rem;
}
.w-login-footer a
{
    
}
.w-login-form
{
    padding: 2rem 3rem 0 3rem;
}
.w-login-form .custom-control-input:checked~.custom-control-label::before
{
    border-color: #d1201d;
    background-color: #d1201d;
}
.w-login-form .custom-control-label::after
{
    width: 1.3rem;
    height: 1.3rem;
    left: -1.62rem;
    top: .1rem;
}
/*预约演示*/
.w-demo
{
    
}
.w-demo .modal-header
{
    padding-left: 3.8461538461538463rem;
    border-bottom: 0;
    padding-bottom: 0;
}
.w-demo .modal-title
{
     letter-spacing: 0.15384615384615385rem;
     font-size: 2rem;
}
.w-demo .modal-sndtitle
{
     font-size: 1.0769230769230769rem;
     margin-top: 1rem;
}
.w-demo .modal-body
{
    padding-left: 3.8461538461538463rem;
    padding-right: 3.8461538461538463rem;
}
.w-demo .modal-footer
{
    border-top: 0;
    padding-bottom: 2.3076923076923075rem;
}
.w-demo .w-demo-submit
{
    padding-left: 7rem;
    padding-right: 7rem;    
}
.w-demo-must
{
    position:relative;    
}
.w-demo-must::before
{
    content: "*";
    color: #ff0000;
    font-size: 1.2rem;
    position: absolute;
    left: 0.38rem;   
}
.w-demo-captcha
{
    width:100%;
}

/*头*/
.w-logo
{
    height: 30px;
    margin-right: 60px;
}
.w-header
{
    /* margin-bottom: 4rem; */
    margin-bottom: 4.6rem;
}
.w-header .navbar-nav .nav-link
{
    font-size: 1.15rem;
    /*padding: 1rem;*/
}
.w-header .navbar-nav .nav-item,
.w-header .navbar-nav .nav-link
{
    box-shadow:none !important;
    outline:none !important;
}

.w-header .navbar
{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
.w-header .navbar-nav .active>.nav-link
{
    color: #dc3545;
    font-weight: bold;
}
.w-header .nav-link.dropdown-toggle::after
{
    vertical-align: middle;
}
.w-header .dropdown-item
{
    /* padding: 1rem 1.5rem; */
    padding: 0.6rem 1.5rem;
    font-size: 1.15rem;
}
.w-header .dropdown-item.active, 
.w-header .dropdown-item:active
{
    background-color: #dc3545;
}
.w-header .navbar-nav .nav-link:hover {
    color: rgb(220, 53, 69);
}


.w-header-swiper {
  width: 100%;
  height:560px;
}
.w-header-swiper .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;

  background-position: center;
  background-size: cover;
  /*min-height: 406px;*/
  min-height: 272px;
}

.w-header-swiper .swiper-slide .swiper-text
{
    width: 100%;
    color: #fff;
    text-align: left;
}
.w-header-swiper .swiper-slide .swiper-text h3
{
    margin: 0 0 1.8rem 0;
    font-size: 3.7rem;
    letter-spacing: 0.53rem;
    font-weight: bold;
}
.w-header-swiper .swiper-slide .swiper-text p
{
     margin: 0;
     letter-spacing: 0.84rem;
     font-size: 2.5rem;
     background-color: #e50112;
     display: inline-block;
     padding: 0.72rem 1.69rem 0.92rem 1.69rem;
}
.w-header-swiper .swiper-slide .swiper-text p:empty
{
    padding:0;    
}
.w-header-swiper .swiper-button-prev, 
.w-header-swiper .swiper-button-next{
    width: 90px;
    height: 90px;
    color: #fff;
    transform: translateY(-50%);
    margin-top:0;
}

.w-header-swiper .swiper-button-prev
{
    left: 30px;
}
.w-header-swiper .swiper-button-next
{
    right: 30px;
}
.w-header-swiper .swiper-button-prev
{
    background:rgba(0, 0, 0, 0.22) url(../images/arrow-left2.png?a=1);
}
.w-header-swiper .swiper-button-next
{
    background:rgba(0, 0, 0, 0.22) url(../images/arrow-right2.png?a=1);
}
.w-header-swiper .swiper-button-prev:after,
.w-header-swiper .swiper-button-next:after
{
    content: "";
}
.w-header-swiper .swiper-pagination-bullets
{
    bottom: 1.6rem;
}
.w-header-swiper .swiper-pagination-bullet
{
    opacity: 0.5;
    background: #fff;
}
.w-header-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    
}
/*静态图*/
.banner-map {
    background-position: center;
    /* height: 500px; */
    height: 250px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.w-header-banner
{
    background-image:url(../images/ybz2.png);
}
.w-header-banner2 {
    background: url(../images/ybg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner3 {
    background-image: url(../images/fwzx.png?a=1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner4 {
    background: url(../images/zxzx.png?a=1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner5 {
    background: url(../images/gywm.png?a=1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner6 {
    background: url(../images/yjy2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner7 {
    background: url(../images/yrl2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner8 {
    background: url(../images/yxg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner9 {
    background: url(../images/yxt2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .w-header-banner9,.w-header-banner2,.w-header-banner,.w-header-banner6,.w-header-banner7,.w-header-banner8 {
    height:400px
}

.banner-map .col-12
{
    display: -ms-flexbox;
    display: flex;    
}
.banner-map h1
{
    /* font-size: 3.84rem; */
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.w-header-banner.banner-map h1, .w-header-banner2.banner-map h1, .w-header-banner7.banner-map h1 {
    color: #dc3545;
}
.w-header-banner.banner-map .ban_text, .w-header-banner2.banner-map .ban_text, .w-header-banner7.banner-map .ban_text {
    color: rgba(51, 51, 51, 1);
}
.w-header-banner.banner-map .ban_span, .w-header-banner2.banner-map .ban_span, .w-header-banner7.banner-map .ban_span {
    color: rgba(87, 87, 87, 1);
}

.banner-map p
{
    font-size: 2.2rem;
    background-color: #d1221d;
    /* padding: 0.46rem 1.23rem 0.76rem 1.23rem; */
    letter-spacing: 0.53rem;
    margin: 1.4rem 0 0 0;
    display: inline-block;
}
.banner-map p.ban_text {
    background-color: transparent;
    padding-left: 0;
    margin-top: 0px;
}
.ban_span {
    display: block;
    font-size: 19px;
   margin-top: 20px;
}
.ban_span.two {
    margin-top: 0;
}
.yellows {
    color: rgb(242,192,61);
}

/*内容页左侧列表*/
.w-list-group
{
    list-style: none;
    text-align:center;
}
.w-list-group .w-list-group-head
{
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    padding: 1.25rem 1.25rem;
    font-size: 1.4rem;
    color: #545454;
}
.w-list-group .list-group-item
{
    background-color:#f0f0f0;
}
.w-list-group .list-group-item a
{
    color: #666;
    display: block;
    margin: -.75rem -1.25rem;
    padding: .75rem 0;
}
.w-list-group .list-group-item.active
{
    background-color:#d1221d;
    border-color:#d1221d;
}
.w-list-group .list-group-item.active a
{
    color:#fff;    
}


/*栏目*/
.w-section
{
    padding: 4rem 0;    
}
.w-section-gray
{
    background-color: #f1f3f7;    
}
.w-section .w-section-title,
.w-section .w-section-sndtitle
{
    text-align: center;
}
.w-section .w-section-title
{
    /* color: #545454; */
    font-size: 2.5rem;
    color: #333333;
}
.w-section .w-section-sndtitle
{
    color: #545454;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}
.w-section-imgbg
{
    /* margin-top: 4rem; */
    margin-top: 3rem;
    text-align: center;
}
.w-section-imgbg img
{
    max-width:100%;
    height:auto;
}
/*栏目切换*/
.w-section-tab
{
    /* margin-top: 4rem; */
    margin-top: 2.5rem;
}
.w-section-tabmenu
{
    /* margin-bottom: 3.53rem; */
    margin-bottom: 2.53rem;
}
.w-section-tabmenu ul
{
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding: 0 2rem;  
}
.w-section-tabmenu ul li
{
    /* width: 16.66668%; */
    float: left;
    text-align: center;
    padding:0 .5rem;
}

.w-section-tabmenu ul li i
{
    /* background-image: url(../images/section-tab.png); */
    background-image: url(../images/icon7.png?a=1);
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto 0.76rem auto;  
}

.w-section-tabmenu ul li .icon-bjbx{background-position: 0 0;}
.w-section-tabmenu ul li .icon-qyzk{background-position: -51px 0;}
.w-section-tabmenu ul li .icon-qyxf{background-position: -102px 0;}
.w-section-tabmenu ul li .icon-cwrz{background-position: -153px 0;}
.w-section-tabmenu ul li .icon-yqzl{background-position: -204px 0;}
.w-section-tabmenu ul li .icon-dwjcjk{background-position: -255px 0;}

.w-section-tabmenu ul li:hover .icon-bjbx,
.w-section-tabmenu ul li.active .icon-bjbx{background-position: 0 54px;}
.w-section-tabmenu ul li:hover .icon-qyzk,
.w-section-tabmenu ul li.active .icon-qyzk{background-position: -51px 54px;}
.w-section-tabmenu ul li:hover .icon-qyxf,
.w-section-tabmenu ul li.active .icon-qyxf{background-position: -102px 54px;}
.w-section-tabmenu ul li:hover .icon-cwrz,
.w-section-tabmenu ul li.active .icon-cwrz{background-position: -153px 54px;}
.w-section-tabmenu ul li:hover .icon-yqzl,
.w-section-tabmenu ul li.active .icon-yqzl{background-position: -204px 54px;}
.w-section-tabmenu ul li:hover .icon-dwjcjk,
.w-section-tabmenu ul li.active .icon-dwjcjk{background-position: -255px 54px;}

.w-section-tabmenu ul li span{}

.w-section-tabli
{
    background-color: #f5f5f5;
    padding: 1.5rem 0;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor:pointer;
}
.w-section-tabmenu ul li.active .w-section-tabli
{
    background-image: linear-gradient(-64deg, #ff0404, #ff8c8c);
    color:#fff;
}
.w-section-tabmenu ul li:hover .w-section-tabli
{
    background-image: linear-gradient(-64deg, #ff0404, #ff8c8c);
    color:#fff;
}

.w-section-tabcontent
{
    
}
.w-section-tabcontent>.row
{
    box-shadow:0px 4px 15px 0px rgba(153, 153, 153, 0.2);
}

.w-section-tabimg img
{
    width:100%;
}
.w-section-tabtext{
    flex: 1 1 auto;    
}
.w-section-tabtext h4
{
    margin-bottom:2.23rem;   
    font-size:1.84rem;
    color: #575757;
}
.w-section-tabtext p
{
    margin-bottom: 1.38rem;
    font-size: 1.07rem;
    color: #272727;
}
.w-section-tabtext .focal
{
    color: #ff0404;
    padding-left: 10px;
}
.w-section-tabicon
{
    /* background-image: url(../images/quotes.png); */
    background-position: right 2.3rem top 2.3rem;
    background-repeat: no-repeat;  
    position: relative;
}
.w-section-tabicon>div
{
    padding:0 2.3rem;
}
/**/
.w-section-gird
{
    
}
.w-section-gird i
{
    display: block;
    background-image: url(../images/control.png?a=1);
    margin: 0 auto 1.84rem auto;
    height: 48px;
    width: 48px;
}
.w-section-gird span
{
    font-size: 1.07rem;
}
.w-section-gird .gird-1{background-position: 0 -1px;}
.w-section-gird .gird-2{background-position: -53px 0;}
.w-section-gird .gird-3{background-position: -111px 0;}
.w-section-gird .gird-4{background-position: 0 -51px;}
.w-section-gird .gird-5{background-position: -53px -51px;}
.w-section-gird .gird-6{background-position: -111px -51px;}


/*数据安全保障*/
.w-section-deform .row
{
    
}
.w-section-deform .col-md-4
{
    border: 1px solid #e1e1e1;
    margin: -1px 0 0 -1px;
    padding: 2.3076923076923075rem;
}
.w-section-deform .col-md-4:hover
{
    box-shadow: 0px 0px 20px 0px 
		rgba(153, 153, 153, 0.3);
}
.w-section-deform-box
{
    
}
.w-section-deform-box i
{
    background-image: url(../images/deform.png?a=1);
    display: block;
    width: 80px;
    height: 79px;
    margin: auto;
}
.w-section-deform-box i.bsaq
{
    background-position: 4px;
}
.w-section-deform-box i.jgaq
{
    background-position: -82px;
}
.w-section-deform-box i.sjaq
{
    background-position: -168px;
}
.w-section-deform-box i.csaq
{
    background-position: -253px;
}
.w-section-deform-box i.xxaq
{
    background-position: -340px;
}
.w-section-deform-box i.wlaq
{
    background-position: -426px;
}
.w-section-deform-box p
{
     letter-spacing: 0.15384615384615385rem;
     font-size: 1.5384615384615385rem;
     margin-top: 1rem;
}
.w-section-deform-box span
{
    font-size: 1.0769230769230769rem;
}

/*多场景深度对接*/
.w-section-scenes-img
{
    width: 100%;
    height: 125px;
    margin: 0 auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.w-section-scenes-img p
{
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 1.38rem;
    color: #ffffff;
    padding: .5rem .6rem;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.45);  
}
.w-section-scenes-hotel{background-image: url(../images/scenes-hotel.png?a=1);}
.w-section-scenes-air{background-image: url(../images/scenes-air.png?a=1);}
.w-section-scenes-rail{background-image: url(../images/scenes-rail.png?a=1);}
.w-section-scenes-travel{background-image: url(../images/scenes-travel.png?a=1);}
.w-section-scenes-text p{font-size: 1.23rem;}
.w-section-scenes-text .focal
{
    color: #d1221d;
    font-weight: bold;
    font-size: 1.30rem;    
}

/*多维度费用合规管控*/
.w-section-dimen
{
    
}
.w-section-dimen-box
{
    box-shadow: 0px 4px 15px 0px rgba(153, 153, 153, 0.2);
    height: 360px;
    border-radius: 5px;
    overflow: hidden;
}
.w-section-dimen-box .w-section-dimen-img
{
    height: 188px;
    background-size: cover;
    background-position: center;
    margin-bottom: 1.15rem;
}
.w-section-dimen-box p
{
    font-size: 1.07rem;
    text-align: left;
    padding: 0 0.84rem;
}
.w-section-dimen-box .dimen-1{background-image: url(../images/dimen-1.png?a=1);}
.w-section-dimen-box .dimen-2{background-image: url(../images/dimen-2.png?a=1);}
.w-section-dimen-box .dimen-3{background-image: url(../images/dimen-3.png?a=1);}

/*票据智能管理*/
.w-section-bill-text
{
    
}
.w-section-bill-text p
{
    position:relative;
    font-size: 1.23rem;
    text-align: left;
    line-height: 1.8; 
    padding-left: 2rem;   
}
.w-section-bill-text p::before
{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: solid 2px #d1221d;
    border-radius: 50%; 
}


/*底*/
.w-footer
{
    padding:3rem 0;
    background-color:#242424;
    color:#8f8f8f;
}
.w-footer .w-footer-qrcode
{
    text-align: center;
}
.w-footer .w-footer-qrcode img
{
    width: 100px;
    height: 100px;
}
.w-footer .w-footer-qrcode span
{
    display: block;
    margin-top: 8px;
}
.w-footer .w-footer-info
{
    
}
.w-footer .w-footer-info .w-footer-info-title
{
    color: #fff;
}
.w-footer .w-footer-info .w-footer-info-title+.w-footer-info-title
{
    margin-left:0.5rem;    
}
.w-footer .w-footer-info .list-unstyled
{
    margin-top: 1rem;
    margin-bottom: 0; 
}
.w-footer .w-footer-info .list-unstyled li
{
    margin-top: 0.48rem;
}
/*详情页*/
.w-page-content-head
{
    font-size: 1.3rem;
    color: #d1221d;
    padding: .8rem 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1rem;
}
.w-page-content-head::before
{
    content: "";
    display: inline-block;
    background-image: url(../images/arrow-r.png?a=1);
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 7px;
    height: 10px;
    position: relative;
    top: -2px;
    margin-right: .3rem;
}
.w-page-content-head-big
{
    text-align: center;
    font-size: 2rem;
    color: #545454;
    letter-spacing: .4rem;
    margin: 2rem 0 2rem 0;
}


/*浮窗*/
.w-floatmenu
{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 5;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 15%);
}
/* .w-floatmenu .item
{
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
    position: relative;
    margin: 0 0 0 5px;
    cursor: pointer;
    float: left;
    background: url(../images/floatmenu.png?a=1) no-repeat;
} */
/* 0211新样式 */
.w-floatmenu .item {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
    background-position: center 8px;
    position: relative;
    color: rgba(87, 87, 87, 1);
    cursor: pointer;
    background-color: #fff;
}
/* .item.qq {
    background-image: url(../images/qq.png?a=1);
}
.item.ask {
    background-image: url(../images/phone.png?a=1);
}
.item.try {
    background-image: url(../images/ys.png?a=1);
}
div#gotoTop {
    background-image: url(../images/top.png?a=1);
} */
.itext {
    position: absolute;
    bottom: 7px;
    left: 6px;
    /* color: rgba(87, 87, 87, 1); */
    font-size: 12px;
}


/* .w-floatmenu .item .pop
{
    display:none;
    position: absolute;
    width: 170px;
    background-color: #fff;
    bottom: -20px;
    right: 68px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px;
    cursor:default;
} */
.w-floatmenu .item .pop {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 68px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 0 15px;
    cursor: default;
    height: 60px;
    line-height: 60px;
    background-color: #ef180a;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    text-align: center;
}

.w-floatmenu .item .pop a
{
    color: #d1201d;
}
/* .w-floatmenu .item .pop::after
{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -21px;
    display: block;
    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #ffffff transparent transparent;   
} */
/* .w-floatmenu .item .pop::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 4px;
    margin-left: -21px;
    display: block;
    border-width: 20px 0 20px 20px;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    transform: rotate(45deg);
} */
.w-floatmenu .item .pop::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 4px;
    display: block;
    border-width: 20px 0 20px 20px;
    border-style: solid;
    border-color: #ef180a transparent transparent;
    transform: rotate(45deg);
}
.w-floatmenu .item:hover .pop
{
    display:block;    
}
.w-floatmenu .try{}
.w-floatmenu .qq
{
    /* background-position: -43px 0;     */
  
}
.w-floatmenu .wechat
{
    background-position: -84px 0;    
}
/* .w-floatmenu .ask
{
    background-position: -171px 0;    
} */
.w-floatmenu .top
{
    display:none;
    /* background-position: -212px 0;     */
}
.w-floatmenu .qq:hover{
	/* background-position: -43px -42px; */
}
.w-floatmenu .wechat:hover{
	background-position: -84px -42px;
}
/* .w-floatmenu .ask:hover{
	background-position: -171px -42px;
} */

.w-floatmenu .backtop:hover{
	background-position: -212px -42px;
}
/*咨询特殊处理以防弹窗显示在视图外*/
.w-floatmenu .ask .pop
{
    /* left: -180px; */
    width: 240px;
}
.w-floatmenu .ask .pop::after
{
    margin-left: 61px;
}


/*从小到大*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px)  
{
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    /*详情页*/
    .w-page-menu
    {
        flex: 0 0 250px;
    }
    .w-page-content
    {
        flex: 1 1 auto;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px)   
{
    .w-section-tabimg
    {
        flex: 0 0 615px !important;  
    }    
    .w-demo .modal-lg
    {
        max-width: 900px;
    }   
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }


/*从大到小*/


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px)  
{
    .w-login .modal-dialog
    {
        max-width: none;
    }    
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px)  
{
    /* .w-floatmenu
    {
        bottom: 20px;
        right: 10px;
    } */
    .dropdown-toggle::after {  
        right: 35px !important;
       
    }
    .dropdown-toggle::after {  
        right: 35px;
       
    }
    .w-floatmenu .item:last-child {
        margin-bottom: 0;
    }

    .w-floatmenu .item
    {
        float:none;
        /* margin-bottom:5px;     */
    }    
    .w-footer .w-footer-info
    {
        margin-top:1rem;
        text-align:center;  
    }   
    
    .w-header-banner
    {
        background-size:cover;    
    }
    
    
    .w-section-tabimg
    {
        flex: 0 0 auto;
    }
    .w-section-tabcontent>.row
    {
        box-shadow:none;    
    }
    .w-section-tabmenu ul li
    {
        width:33.33334%;
        padding: .5rem;
    }
    
    .w-section-dimen-box
    {
        height:auto;    
    }
    
    .w-floatmenu .item .pop
    {
        left: -128px;
    }
    .w-floatmenu .item .pop::after
    {
        margin-left: 43px;
    }
    .w-floatmenu .ask .pop
    {
        left: -198px;
        width: 240px;
    }
    .w-floatmenu .ask .pop::after
    {
        margin-left: 79px;
    }
    
    .w-demo .modal-header
    {
        padding-left: 2rem;
    }
    .w-demo .modal-body
    {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)  
{
 
}

/*中间值*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{
     
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{
   
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}


/* 20220104新增样式 */
.w-header .navbar-nav .active>.nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    /* bottom: -22px; */
    top: 57px;
    width: 60px;
    height: 3px;
    background: rgb(220, 53, 69);
}
.w-header .navbar-nav .active>.nav-link {
    position: relative;
}
/* 20220105新增样式 */
/*产品介绍*/
.w-section-tabmenu ul li {
    width: 14.28571%;
}
.w-section-tabli {
    background-color: rgba(255, 255, 255, 1);
}
.w-section-tabtext h4 {
    color: rgba(51, 51, 51, 1);
    font-size: 1.84rem;
}
.w-section-tabicon {
    /* background-image: url(../images/quotes.png); */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

/* 新图标 */
.w-section-tabmenu ul li:hover .icon-bjbx, .w-section-tabmenu ul li.active .icon-bjbx {
    background-position: 0px 50px;
}
.w-section-tabmenu ul li .icon-qyzk {
    background-position: -50px 0;
}
.w-section-tabmenu ul li:hover .icon-qyzk, .w-section-tabmenu ul li.active .icon-qyzk {
    background-position: -50px 50px;
}

.w-section-tabmenu ul li .icon-qyxf {
    background-position: -100px 0;
}
.w-section-tabmenu ul li:hover .icon-qyxf, .w-section-tabmenu ul li.active .icon-qyxf {
    background-position: -100px 50px;
}

.w-section-tabmenu ul li .icon-cwrz {
    background-position: -150px 0;
}
.w-section-tabmenu ul li:hover .icon-cwrz, .w-section-tabmenu ul li.active .icon-cwrz {
    background-position: -150px 50px;
}

.w-section-tabmenu ul li .icon-yqzl {
    background-position: -200px 0;
}
.w-section-tabmenu ul li:hover .icon-yqzl, .w-section-tabmenu ul li.active .icon-yqzl {
    background-position: -200px 50px;
}

.w-section-tabmenu ul li .icon-dwjcjk {
    background-position: -250px 0;
}
.w-section-tabmenu ul li:hover .icon-dwjcjk, .w-section-tabmenu ul li.active .icon-dwjcjk {
    background-position: -250px 50px;
}

.w-section-tabmenu ul li .icon-jckz {
    background-position: -300px 0;
}
.w-section-tabmenu ul li:hover .icon-jckz , .w-section-tabmenu ul li.active .icon-jckz {
    background-position: -300px 50px;
}

.w-header .navbar-nav .nav-item, .w-header .navbar-nav .nav-link {
    color: rgba(51, 51, 51, 1);
    font-size: 17px;
}

.w-section-tabtext p
{
   font-size: 15px;
}

 /*申请试用*/
 .Apply {
    position: relative;
}
.cell-phone {
    width: 514px;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 32px;
    border-color: transparent;
    padding-left: 30px;
    font-size: 18px;
    outline: none;
}
span.input-group-addon {
    width: 190px;
    height: 60px;
    background: linear-gradient(
90deg
, rgba(255, 143, 117, 1) 0%, rgba(239, 24, 10, 1) 100%);
    border-radius: 32px;
    position: absolute;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    right: 299px;
}
.appbtn {
    border-color: #0000;
    color: #fff;
}
a.appbtn:hover {
    text-decoration: none;
    color: #fff;
}
span.input-group-addon:hover {
    background: #c82333;
}
    /*产品优势*/
    .w-section-pro {
        display: flex;
    }
    .good {
        width: 302px;
        height: 250px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 25px;
    }
    .good-img {
        width: 74px;
        height: 74px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 10px rgb(239 24 10 / 15%);
        border-radius: 50%;
    }
    span.good-tit {
        color: rgba(51, 51, 51, 1);
        font-size: 18px;
        margin-top: 30px;
        font-weight: 500;
    }
    p.good-con {
        color: rgba(153, 153, 153, 1);
        font-size: 16px;
        margin-top: 10px;
    }
    .good-img.one {
        background: url(../images/good1.png?a=1);
        background-repeat: no-repeat;
        background-position: center;
    }
    .good-img.two {
        background: url(../images/good2.png?a=1);
        background-repeat: no-repeat;
        background-position: center;
    }
    .good-img.three {
        background: url(../images/good3.png?a=1);
        background-repeat: no-repeat;
        background-position: center;
    }
    .good-img.four {
        background: url(../images/good4.png?a=1);
        background-repeat: no-repeat;
        background-position: center;
    }
    .good-row {
        display: flex;
    }

    /*无忧服务*/
    .w-section-ser {
        display: flex;
        flex-direction: column;
    }
    .free {
        display: flex;
        padding-left: 50px;
        justify-content: space-between;
    }
    .ser {
        width: 600px;
        height: 104px;
    }
    .ser {
        /*width: 600px;*/
        width: 40%;
        display: flex;
        height: 104px;
        flex-direction: column;
        align-items: flex-start;
    }
    span.ftit {
        position: relative;
        color: rgba(51, 51, 51, 1);
        /*font-size: 18px;*/
        margin-bottom: 12px;
        font-size: 1.5384615384615385rem;
    }
    .titicon {
        position: absolute;
        height: 33px;
        width: 32px;
        left: -50px;
    }
    .titicon.one {
        background: url(../images/free1.png?a=1);
    }
    .titicon.two {
        background: url(../images/free2.png?a=1);
    }
    .titicon.three {
        background: url(../images/free3.png?a=1);
    }
    .titicon.four {
        background: url(../images/free4.png?a=1);
    }
    p.fcon {
        width: 416px;
        color: rgba(51, 51, 51, 1);
        font-size: 15px;
        text-align: left;
        color: #666;
    }
    .good-service {
        display: flex;
        flex-direction: column;
    }

    /*查看详情*/
    .align-self-end {
        -ms-flex-item-align: center!important;
        /* align-self: center!important; */
        align-self: center !important;
    }
    .col-md-4.col-sm-12 span {
        color: #666;
    }

    /*客户案例*/
    .control-box {
        width: 1170px;
        height: 230px;
        background-size: 1055px;
        background-repeat: no-repeat;
        background-position: 60px 165px;
        margin-left: auto;
        margin-right: auto;
    }
    .control-box ul {
        list-style: none;
        position: relative;
    }
    .control-box ul li {
        position: absolute;
        top: 80px;
        cursor: pointer;
    }
    .prevl {
        left: 0;
    }
    .nextr {
        right: 0;
    }
    .bigbox {
        overflow: hidden;
        width: 1032px;
        height: 260px;
        margin: auto 70px auto;
    }
    #switcher {
        height: 190px;
        left: 0px;
    }
    .content_1.content_2 {
        width: 100%;
        float: left;
    }
    .box {
        transition:all .7s ease 0s;
        width: 255px;
        height: 190px;
        float: left;
        border-left: 3px white solid;
        margin-right: 15px;
        position: relative;
    }
    .w-section-imgbg img.box {
        height: 190px;
        max-width: none;
    }
    .shadow {
         width: 100%;
        text-align: left;
        height: 80px;
        margin-top: 130px;
        font-size: 14px;
        position: absolute;
        z-index: 99;
        bottom: -70px;
        left:3px;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(204, 204, 204, 1);
        border-top: transparent;
    }
    .shadow p {
        display: inline-block;
        width: 312px;
        height: 60px;
        text-decoration: none;
        margin-left: 18px;
        margin-top: 10px;
        color: rgba(51, 51, 51, 1);
        font-size: 18px;
    }

     /*灵活配置，快速上线*/
    .sgood {
        width: 300px;
        height: 314px;
        display: flex;
        padding: 0 25px;
        align-items: center;
        flex-direction: column;
    }
    .save {
        width: 200px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .save.stime {
        background: url(../images/xcpx1.png?a=1);
    }
    .save.sthing {
        background: url(../images/xcpx2.png?a=1);
    }
    .save.shand {
        background: url(../images/xcpx3.png?a=1);
    }
    .row.good-save {
        display: flex;
        justify-content: space-around;
    }
    .good-tit i {
        color: red;
        font-style: normal;
        margin: 0 3px;
    }
    .w-section-save {
        margin-top: 2.5rem !important;
    }

     
    /*申请试用*/
    .Apply {
        position: relative;
    }
    .cell-phone {
        width: 514px;
        height: 60px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
        border-radius: 32px;
        border-color: transparent;
        padding-left: 30px;
        font-size: 18px;
        outline: none;
    }
    span.input-group-addon {
        width: 190px;
        height: 60px;
        background: linear-gradient(
    90deg
    , rgba(255, 143, 117, 1) 0%, rgba(239, 24, 10, 1) 100%);
        border-radius: 32px;
        position: absolute;
        text-align: center;
        line-height: 60px;
        font-size: 18px;
        right: 299px;
    }
    .appbtn {
        border-color: #0000;
        color: #fff;
    }
    a.appbtn:hover {
        text-decoration: none;
        color: #fff;
    }
    span.input-group-addon:hover {
        background: #c82333;
    }
    /* 产品介绍 */
    .introduce .row {
        align-content: space-between;
    }
    .w-section-tabcontent p {
        display: flex;
    }
    /*了解更多*/
    .aurl .btn.btn-danger {
        color: #dc3545;
        background-color: #fff;
        border-color: transparent;
        font-size: 16px;
    }
    .aurl .btn.btn-danger:hover {
        color: #c82333;
    }
    .aurl .btn-danger:not(:disabled):not(.disabled).active,
    .aurl .btn-danger:not(:disabled):not(.disabled):active {
        color: #bd2130;
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
    }
    .aurl .btn-danger.focus,  .aurl .btn-danger:focus {
        box-shadow: none;
    }

    /* 每个模块section上下内边距 */
    .w-section {
        padding: 3rem 0;
    }
    /* 浮窗图标 */
    .item i {
        text-align: center;
        left: 20px;
        position: absolute;
        top: 4px;
        font-size: 20px;
    }
    .item:hover {
        color: #ef180a !important;
    }
    
    
/*资讯中心*/
/*标题样式*/
    a.list-link-noimg {
        position: relative;
        width: calc(100% - 240px);
        margin-left: 270px;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
        color: #000;
    }
    a.list-link-noimg:hover {
        color: #d1201d;
        text-decoration: none;
    }
    /*日期样式*/
    .list-date-noimg {
        position: absolute;
        top: -5px;
        left: 190px;
        width: 74px;
        height: 74px;
        line-height: 74px;
        font-size: 12px;
        text-align: center;
        border-radius: 50px;
        color: #727272;
        background-color: #fafafa;
    }
    ul.list li {
        width: calc(calc(100% - 50px) / 2);
        margin-bottom: 84px;
        list-style: none;
        position: relative;
    }

    /*竖线*/
    .list-date-noimg:after {
        content: " ";
        position: absolute;
        top: 74px;
        left: 38px;
        height: 125px;
        width: 2px;
        background-color: #eeeeee;
    }
    /*最后竖线不显示*/
    ul.list li:nth-last-child(1) .list-date-noimg::after,ul.list li:nth-last-child(2) .list-date-noimg::after{
        height: 0;
    }


    /*每行显示两个*/
    ul.list {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }
    /*新*/
    i.new {
        color: red;
    }
    /*图片大小*/
.list-r-noimg img {
    width: 180px;
    height: 110px;
    float: left;
    overflow: hidden;
 }
 ul.list li:nth-child(odd) {
    margin-right: 50px;
}
.item.qq a {
    color: inherit;
}