* {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    box-sizing: border-box;
}
.aboutUstxt {
    background: url("https://cdn.epaynfc.com/1/website/version2/changeImg/aboutUs/banner-2.jpg") !important;
}
.honours_years {
    height: 1000px;
}
.toCoor {
    position: fixed;
    right: 60px;
    bottom: 40px;
    width: 60px;
    z-index: 1000;
}
html {
    font-family: "microsoft yahei", "Heiti SC", "Open Sans", sans-serif;
    font-size: 83%;
}
.front, .back {
	width: 102% !important;
}
html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

.allHeight {
    height: 100%;
}

.QRCodeImg {
    width: 130px;
    height: auto;
    display: block;
    margin: 10px auto;
}

body {
    font-family: "microsoft yahei", "Heiti SC", "Open Sans", sans-serif;
    -webkit-text-size-adjust: auto !important;
    color: #333333;
    background: #ffffff;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333333;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

a:active, a:hover {
    outline-width: 0;
    color: #333333;
}

ul {
    list-style: none;
}

h1 {
    color: #424242;
}

.h4, h4 {
    font-size: 20px !important;
}

section {
    margin: 80px auto 0 auto !important;
    width: 100%;
    display: block;
}

.isIE8 {
    display: none;
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
}

.NotIE8 {
    display: block;
}

.grayColor {
    color: #656565 !important;
}

/*滚动条*/

.customscrollbars::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    height: 1px;
}

.customscrollbars::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #7153e3;
}

.customscrollbars::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2d2460;
}

/*一行溢出...显示*/

.oneLine {
    word-break: keep-all;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.flexDiv {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.whiteText {
    color: white !important;
}

.whiteBg.navbar-inverse {
    background: white;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.mainDivWidth {
    width: 64%;
    margin: 0 18%;
}

.PrimaryTitle {
    text-align: center;
    letter-spacing: 4px;
}

/* 修改导航样式 */

.navbar-inverse {
    padding: 12px 0 !important;
    z-index: 999 !important;
    background-color: transparent !important;
    border: none !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #adadad !important;
    font-size: 16px;
    cursor: pointer;
}

/* 当前选中二级菜单的父级 current-menu-ancestor */

.navbar-inverse .navbar-nav li.current-menu-ancestor > a.dropdown-toggle {
    color: #cc373c !important;
}

/* .navbar-inverse .navbar-nav>li.menu-item-has-children.dropdown > a */

.navbar-inverse .navbar-nav > li .actived > a, .navbar-inverse .navbar-nav > li.active > a, .dropdown-menu .listnav > li.active > a {
    color: #cc373c !important;
    background: transparent !important;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a {
    color: #cc373c !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent !important;
}

.navbar-toggle {
    border: none !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent !important;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.scrolled {
    background: rgba(0, 0, 0, .8) !important;
}

.scrolled.awake {
    background: rgba(0, 0, 0, .8) !important;
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0 !important;
}

.more {
    width: 28px;
    background-color: #555;
    border-radius: 4px;
}

.bg img {
    display: inline-block;
    width: 160px;
    margin-top: 8px;
}

/* 二级导航样式 */

.listnav, .aboutlist {
    background: rgba(255, 255, 255, 0.9) !important;
    top: 0 !important;
    border-radius: 0 !important;
    padding: 15px 0 !important;
    border: none !important;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

#menu-item-339 > ul.dropdown-menu .listnav {
	/* 二级导航 五个宽度 width: 805px;*/
	/* 二级导航 四个宽度 width: 660px;*/
    width: 805px;
    right: 0 !important;
}

#menu-item-319 > ul.dropdown-menu .listnav {
    width: 320px;
    right: 0 !important;
}

#menu-item-320 > ul.dropdown-menu .listnav {
    width: 480px;
    right: 0 !important;
}

.aboutlist {
    width: auto;
    left: -120px !important;
}

.listnav:after, .aboutlist:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 58px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid rgba(251, 236, 235, 0.9);
}

.listnav li a, .aboutlist li a {
    float: left !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    color: #ababab;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
}

.listnav li {
    width: 160px;
    background: white;
}

.aboutlist li {
    width: 120px;
}

.listnav li p {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-size: 100% auto !important;
}

.listnav li a p.navicon01 {
    background: url('images/nav/nav01_oil_icon.png') center center no-repeat;
}

.listnav li a p.navicon02 {
    background: url('images/nav/nav02_car_icon.png') center center no-repeat;
}

.listnav li a p.navicon03 {
    background: url('images/nav/nav03_market_icon.png') center center no-repeat;
}

.listnav li a p.navicon04 {
    background: url('images/nav/nav04_game_icon.png') center center no-repeat;
}

.listnav li a p.navicon05 {
    background: url('images/nav/nav05_fly_icon.png') center center no-repeat;
}

.listnav li a p.navicon06 {
    background: url('images/nav/nav06_aboutUs_icon.png') center center no-repeat;
}

.listnav li a p.navicon07 {
    background: url('images/nav/nav07_joinUs_icon.png') center center no-repeat;
}

.listnav li a p.navicon08 {
    background: url('images/nav/nav08_new01.png') center center no-repeat;
}

.listnav li a p.navicon09 {
    background: url('images/nav/nav09_new02.png') center center no-repeat;
}

.listnav li a p.navicon10 {
    background: url('images/nav/nav10_new03.png') center center no-repeat;
}
.listnav li a p.navicon11 {
    background: url('images/nav/nav11_pay01.png') center center no-repeat;
}
.listnav li a p.navicon12 {
    background: url('images/nav/nav12_qn01.png') center center no-repeat;
}
.listnav li:hover a p.navicon01, .dropdown-menu .listnav > li.active p.navicon01 {
    background: url('images/nav/nav01_oil_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon02, .dropdown-menu .listnav > li.active p.navicon02 {
    background: url('images/nav/nav02_car_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon03, .dropdown-menu .listnav > li.active p.navicon03 {
    background: url('images/nav/nav03_market_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon04, .dropdown-menu .listnav > li.active p.navicon04 {
    background: url('images/nav/nav04_game_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon05, .dropdown-menu .listnav > li.active p.navicon05 {
    background: url('images/nav/nav05_fly_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon06, .dropdown-menu .listnav > li.active p.navicon06 {
    background: url('images/nav/nav06_aboutUs_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon07, .dropdown-menu .listnav > li.active p.navicon07 {
    background: url('images/nav/nav07_joinUs_iconActive.png') center center no-repeat;
}

.listnav li:hover a p.navicon08, .dropdown-menu .listnav > li.active p.navicon08, .dropdown-menu .listnav > li.current-menu-parent .navicon08 {
    background: url('images/nav/nav08_new01Active.png') center center no-repeat;
}

.listnav li:hover a p.navicon09, .dropdown-menu .listnav > li.active p.navicon09, .dropdown-menu .listnav > li.current-menu-parent .navicon09 {
    background: url('images/nav/nav09_new02Active.png') center center no-repeat;
}

.listnav li:hover a p.navicon10, .dropdown-menu .listnav > li.active p.navicon10, .dropdown-menu .listnav > li.current-menu-parent .navicon10 {
    background: url('images/nav/nav10_new03Active.png') center center no-repeat;
}

.listnav li:hover a p.navicon11, .dropdown-menu .listnav > li.active p.navicon11, .dropdown-menu .listnav > li.current-menu-parent .navicon11 {
    background: url('images/nav/nav11_pay01Active.png') center center no-repeat;
}

.listnav li:hover a p.navicon12, .dropdown-menu .listnav > li.active p.navicon12, .dropdown-menu .listnav > li.current-menu-parent .navicon12 {
    background: url('images/nav/nav12_qn01Active.png') center center no-repeat;
}

.listnav li:hover a, .aboutlist li:hover a, .listnav li:hover a p, .aboutlist li:hover a p, .dropdown-menu .listnav > li.current-menu-parent > a {
    color: #cc373c;
}


.listnav li:hover p {
    background-position: 41px 0;
}

.dropdown-menu {
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.dropdown-menu > li > a {
    color: #ababab !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: transparent !important;
}

/***  section部分标题 */

.SecondTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    width: 100%;
}

.SecondTitle p {
    text-align: center;
    color: #656565;
    font-size: 24px;
}

.SecondTitle img {
    width: 35%;
    display: block;
    margin: 0 auto;
}

.SecondTitle a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.marginBottom {
    margin-bottom: 60px !important;
}

/********************************************************** 解决方案模块 ***********************************************/

.solution-banner {
    width: 100%;
    height: auto;
    background-size: 100% 100% !important;
    padding-top: 86px;
    margin-top: 90px;
}

.solution-banner-Main {
    width: 55%;
    display: block;
    text-align: center;
    padding: 150px 0 300px 0;
}

.joinUs-banner-Main {
    width: 100%;
    height: 260px;
}

.solution-banner-Main02 {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0 40px 0;
}

.solution-banner-Main img {
    width: 60%;
    display: block;
    margin: 6px 20%;
}
.solution-banner-Mainpic img {
    width: 40%;
    display: block;
    margin: 6px 20%;
}


/*** banner下标题 ***/

.schenetxt {
    text-align: left;
    font-size: 17px;
    padding: 10px 0;
    color: #656565;
}

.schemep {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

/**** 去洗车业务流程 下内容 ****/

.washcont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.washprocess {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
}

.washprocess p {
    padding: 15px;
    text-align: center;
}

/**** 轮播部分 ****/

.swiper-Title {
    width: 130px;
    height: 130px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 8%;
    left: 10%;
    transform: rotate(45deg) !important;
}

.swiper-Title p {
    text-align: center;
    line-height: 130px;
    color: #fff;
    font-size: 17px;
    transform: rotate(-45deg) !important;
}

/********************************************************** footer 部分 ***********************************************/

.footer {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #cc373c;
    margin: 0 auto;
    padding: 20px 0;
}

.footer h2 {
    color: #fff;
    text-align: center;
    padding: 20px 0 30px;
}

.footer .footercont {
    width: 80%;
    margin: 30px auto;
    height: auto;
}

.footer .fadress {
    color: #fff;
    font-size: 14px;
}

.footer .ferpic {
    padding-top: 10px;
}

.footer .pictxt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .pictxt img {
    width: 120px;
    height: 120px;
    margin-bottom: 6px;
    text-align: center;
}

.pictxt p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 5px 0;
}

/******************************************************* 新闻部分，二级菜单+分页导航  **********************************************/

.content_title {
    font-size: 16px;
}

.content_title a {
    color: #cc373c;
}

.wp-pagenavi {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.wp-pagenavi span.pages {
    border: none !important;
}

.wp-pagenavi .current {
    color: #cc373c !important;
    border-color: #cc373c !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    font-size: 14px;
    padding: 3px 8px !important;
    margin: 6px !important;
}

.wp-pagenavi a {
    color: #333333 !important;
}

/* 新闻轮播 */

.newSwiperCon.metaslider div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
    top: 92% !important;
    justify-content: center !important;
}

.newSwiperCon.metaslider div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 6px !important;
}

.newSwiperCon.metaslider div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active {
    background: white !important;
}

@media screen and (max-width: 768px) {
}

/************************************************* 媒体查询 ************************************************/

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mainDivWidth {
        width: 76%;
        margin: 0 12%;
    }

    .footer .footercont {
        width: 94%;
    }

    /**** 解决方案模块 ****/
    /* 轮播部分 */
    .swiper-Title {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .swiper-Title p {
        font-size: 14px;
        line-height: 110px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mainDivWidth {
        width: 82%;
        margin: 0 9%;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #adadad !important;
        font-size: 14px;
    }

    /**** 解决方案模块 ****/
    .solution-banner {
        padding-top: 62px;
    }

    .swiper-Title {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .swiper-Title p {
        font-size: 14px;
        line-height: 90px;
    }

    .joinUs-banner-Main {
        height: 180px;
    }
    
    /**** fotter部分 ****/
    .footer .footercont {
        width: 94%;
    }

    .footer .pictxt img {
        width: 100%;
        height: auto;
    }
	.solution-banner-Mainpic img {
     width: 45%;
    }
}

/* col-xs  手机*/
@media screen and (min-width: 501px) and (max-width: 767px) {

}

@media screen and (max-width: 500px) {
    .solution-banner-Main {
        padding: 90px 0 180px 0;
    }

    .joinUs-banner-Main {
        height: 160px;
    }

    .solution-banner-Main img {
        width: 85%;
        margin: 8px 7%;
    }
	.solution-banner-Mainpic img {
		width: 60%;
		margin: 8px 20%;
	}

}

@media screen and (max-width: 767px) {
    * {
        line-height: 1.5;
    }

    .isIE8 {
        font-size: 16px;
    }

    .swiper-pagination-bullets.InternetPagination .swiper-pagination-bullet p {
	font-size: 12px !important;
    }
    
    .marginImg {
	margin-top: 20px !important;
    }

    .mainDivWidth {
        width: 94%;
        margin: 0 3% !important;
    }

    section {
        margin: 50px auto 0 auto !important;
    }
    .new_content section {
        margin: 4px 0 !important;
    }
    .PrimaryTitle {
        font-size: 20px;
    }

    /**** 小屏幕（平板，小于等于 768px） ****/
    .navbar-inverse {
        background: rgba(0, 0, 0, 0.6) !important;
    }

    .navbar-inverse {
        padding: 0 !important;
    }

    .navbar-inverse .navbar-toggle {
        margin-right: 0;
    }

    #menu {
        position: fixed;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 999;
        margin: 0;
    }

    .bg img {
        display: inline-block;
        margin-top: 12px;
    }

    /* 二级导航样式 */
    .listnav {
        background: white !important;
        clear: both;
    }

    #menu-item-339 > ul.dropdown-menu .listnav,
    #menu-item-319 > ul.dropdown-menu .listnav,
    #menu-item-320 > ul.dropdown-menu .listnav {
        width: 100%;
        right: 0 !important;
        padding: 0 !important;
    }

    #menu-item-339.dropdown.open .listnav {
        height: 236px;
	background: rgba(0,0,0,.88) !important;
    }

    #menu-item-320.dropdown.open .listnav {
        height: 160px;
	background: rgba(0,0,0,.88) !important;
    }

    #menu-item-319.dropdown.open .listnav {
        height: 80px;
	background: rgba(0,0,0,.88) !important;
    }

    .listnav li {
        padding: 12px 0;
        width: 50% !important;
	background: transparent !important;
    }

    .listnav:after, .aboutlist:after {
        display: none;
    }

    .aboutlist {
        width: 100% !important;
        background: transparent !important;
    }

    .dropdown-menu > li > a {
        font-size: 13px !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px !important;
        color: #fff !important;
    }

    /****  section部分标题 ****/
    .SecondTitle {
        padding: 30px 0;
    }

    .SecondTitle p {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .SecondTitle img {
        width: 70%;
    }

    /**** 解决方案模块 ****/
    .solution-banner {
        padding-top: 0;
        margin-top: 82px;
    }

    .solution-banner-Main {
        width: 100%;
    }

    .solution-banner-Main02 {
        width: 92%;
        padding: 70px 0 40px 0;
    }

    .txthone h2 {
        font-size: 22px;
    }

    /* 解决方案 */
    .schenetxt {
        font-size: 14px;
    }

    .schemep {
        margin-bottom: 30px;
    }

    .swiper-Title {
        display: none;
    }

    /** 解决方案模块 --- 去洗车业务流程 **/
    .washcont {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .washprocess {
        width: 48%;
        margin: 0 1%;
    }

    /* 新闻轮播 */
    .newSwiperCon.metaslider div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
        top: 84% !important;
    }

    /****  footer部分 ****/
    .footer {
        padding: 10px 0;
    }

    .footer .footercont {
        width: 100%;
        margin: 10px auto;
    }

    .footer .pictxt img {
        width: 80px;
        height: 80px;
    }

    .footer .fadress {
        color: #ffffff;
        font-size: 12px;
    }

    .footer h2 {
        font-size: 20px;
        padding: 10px 0;
    }
}
.new_content section {
    margin: 4px 0 !important;
}
/****  通告弹框 ****/
.noteMode{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 20;
}
.noteModeCon {
  position: absolute;
  width: 90%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 8px;
  padding: 12px;
}
.closeNoteMode {
  width: 80%;
  margin: 16px auto;
  background: #f73f3d;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 26px;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}