html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	/*border:0;
	*/
    /*outline:0;
	*/
    /*font-size:100%;
	vertical-align:baseline;
	background:transparent;
	*/
}
h1,h2,h3,h4,h5,h6,em,i {
	font-weight:100;
	font-style:normal;
}
ul,ol,li {
	list-style-type:none;
}
a {
	color:#666;
	text-decoration:none;
	outline:0;
}
a:hover {
	text-decoration:none;
}


.content{
    max-width: 1400px;
    margin: 0 auto;
}

/*头部css*/
.mydiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}
.mydiv .fl a {
    padding-right: 10px;
    color: #666666;
    font-size: 14px;
}
.mydiv .fr span {
    font-size: 12px;
    color: #818181;
}
.mydiv .fr span a {
    color: #818181;
    font-size: 16px;
}
.mydiv .fr {
    display: flex;
    justify-content: right;
    align-items: center;
}
.mydiv .fr img {
    padding-right: 5px;
}
.header-top {
    background-image: url(../images/background_menu.png);
    background-size: cover;
    padding: 28px 0;
}
.ewm_box.flex {
    justify-content: center !important;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation {
    display: flex;
    align-items: center;
}
.navigation li {
    padding-left: 35px;
}
.navigation li a {
    color: #ffffff;
    font-size: 20px;
}
.navigation li:first-child {
    padding-left: 0;
}
form.search-form {
    position: relative;
    width: 290px;
    float: right;
    top: 20px;
}
input.search-text {
    border: 1px solid #e8eef6;
    border-radius: 4px;
    background-color: #fff;
    color: #111E2C;
    font-size: 13px;
    padding: 0 20px 1px 22px;
    height: 40px;
    outline: none;
    width: 100%;
    box-shadow: 0 0 38px 42px #fff inset;
}
button.search {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0px solid transparent;
    outline: none;
    line-height: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;

  }
  .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;
  }
  .swiper-slide img {
    width: 100%;
}
.menu {
    display: block;
    float: right;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.menu .icon-bar:nth-child(1) {
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}
.menu .icon-bar:nth-child(2) {
    margin-top: 8px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.menu .icon-bar:nth-child(3) {
    margin-top: 8px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}
.menu span.icon-bar {
    background: #fff;
    width: 26px;
    height: 2px;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.menu_down {
    text-align: center;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,20,94, 1);
    z-index: 9999;
    display: block;
}

.close {
    text-align: right;
    padding-right: 4%;
    padding-top: 6%;
    cursor: pointer;
}
.close i {
    color: #fff;
    font-size: 28px;
}
.menu_down li {
    line-height: 3.5;
    text-align: center;
}
.menu_down li a {
    display: block;
    font-size: 18px;
    color: #fff;
}
.menu_down li.search_phone {
    font-size: 0;
    display: none;
}
.search_phone input {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    padding: 0 10px;
}
.search_phone button {
    height: 32px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
}
.choose {
    position: absolute;
    right: 0;
    top: 0;
    height: 62px;
}
.search_phone input {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    border: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    padding: 0 10px;
}
.menu {
    display: none;
}
.menu_down {
    display: none;
}


/*  index 产品展示  */
.product_title img {
    width: 100%;
}
/*.product_title h3 {
    font-size: 40px;
    position: absolute;
    left: 35%;
    top: 22%;
    color: #ffffff;
    font-weight: 500;
}*/
.ui-producut {
    padding-top: 30px;
}
.pro_nav {
    margin-top: 25px;
    margin-bottom: 25px;
}
.pro_nav .flex {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.pro_nav li {
    position: relative;
    margin-left: 5px;
}
.pro_nav li a {
    font-size: 15px;
    cursor: #444444;
    position: relative;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.pro_nav li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    width: 0;
    height: 2px;
    background: #ffe500;
    z-index: 1;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.pro_nav li a:hover {
    color: #26145e;
}
.pro_nav li a:hover::after {
    width: 100%;
    left: 0;
}
.pro_nav li::before {
    content: "/\00a0";
    color: #ccc;
    padding: 0 10px;
    font-size: 15px;
}
.pro_nav li:first-child::before{
	display: none;
}
.mod4 li {
    width: calc(24% - 4px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.product_list li figure {
        overflow: hidden;
        background: #fff;
        padding: 0;
        border: 1px solid #fff;
        position: relative;
        box-shadow: 0px 0px 8px #f3f3f3;
        -webkit-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
}
.product_list li figure img {
    transition: ease-in-out .3s;
}
.product_list li figcaption {
    height: 80px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-sizing: border-box;
}
.product_list li figcaption h3 {
    font-size: 26px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 5px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    font-weight: 400;
}
.mod4.product_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product_list li figcaption p {
    font-size: 12px;
    color: #999999;
}
.product_list li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #ffe500;
    z-index: 3;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.product_list li:hover {
    border-color: #26145e;
}
.product_list li:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product_list li:hover figcaption h3 {
    color: #26145e;
}
.product_list li:hover::after {
    width: 100%;
    left: 0;
}
.product_list li figure img {
    max-width: 100%;
}
.mod4.product_list {
    padding: 0px 15px;
}
.clear {
    clear: both;
}
.mod4 li:nth-child(4) {
    margin-right: 0px;
}
.mod4 li:nth-child(8) {
    margin-right: 0px;
}
.mod4 li span {
    display: grid;
    margin-top: 8px;
    text-align: center;
}
.mod4 li span a.more {
    background: #ec7d07;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 18px;
}
.reason_title img {
    width: 100%;
}
img.day5 {
    width: 100%;
}
img.day-logo {width: 100%;height: 100%;float: left;width: 40%;}
.day-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.day-01-title {
    position: relative;
    padding-left: 45px;
    float: right;
    width: 50%;
}
.day-01-title img {
    max-width: 100%;
}
.day-01-title h3 {position: absolute;top: 74px;left: 145px;font-size: 22px;color: #535353;font-weight: 400;border-bottom: 1px solid #ccc;line-height: 3;}
.day-01-title span {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #5b5b5b;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 15px;
}
.day-01-title span img {
    padding-right: 6px;
}
.day-02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.day-02-title {
    position: relative;
    float: left;
    width: 50%;
}
.day-02-title h3 {
    position: absolute;
    top: 95px;
    left: 90px;
    font-size: 22px;
    color: #535353;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    line-height: 3;
}
.day-02-title span {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #5b5b5b;
    padding-top: 42px;
    padding-left: 100px;
    padding-right: 15px;
    position: absolute;
    bottom: 130px;
    width: 61%;
}

.day-02-title span img {
    padding-right: 6px;
}

.day-02 img.day-logo {
    z-index: 99;
    width: 50%;
    height: auto;
}
.day-02-title {
    background: url(../images/day02_title.png) no-repeat;
}
img.advantage {
    /* width: 100%; */
}
.about-title img {
    width: 100%;
}
.about-con {
    display: flex;
    justify-content: space-between;
}
.about-page {
    width: 55%;
}
.about-logo {
    width: 43%;
}
.about-logo img {
    width: 100%;
}
.about-page span {
    font-size: 18px;
    line-height: 50px;
    display: block;
}
.about-con {
    padding-top: 30px;
}

.hibody {
    padding: 10px 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 35%;
}
.himages {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    background: url(../images/corui.png) no-repeat;
    width: 100%;
    height: 210px;
    background-size: cover;
}
.himages .swiper-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hibody .swiper-slide {
    background: #0000;
}
.himages .swiper-prev {
    display: block;
    width: 25px;
    height: 32px;
    background: url(http://cd.seowhy.com/storage/10006/tpl/my_20/images/slider-arrow.png) no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    margin-left: -40px;
    margin-top: 90px;
    cursor: pointer;
}
.himages .swiper-next{
    background: url(../images/prve.png) no-repeat;
    position: absolute;
    cursor: pointer; 
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hibody .swiper-slide {
    width: 180px;
    overflow: hidden;
    margin-right: 15px;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.hibody .swiper-slide .img {
    width: 100%;
    /*height: 120px;*/
    overflow: hidden;
}
.hibody .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hibody .swiper-slide p {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #3f3e3e;
}
.himages h3 {
    position: absolute;
    left: 34%;
    top: 28px;
    font-size: 22px;
    color: #fc662a;
    font-weight: 600;
}
.himages.content {
    position: relative;
}
.new-logo {
    float: left;
    width: 27%;
    padding-top: 20px;
}
.newBox.fr {
    width: 70%;
    float: right;
}
.new-logo img {
    width: 100%;
}
.new-title img {
    width: 100%;
}
.stick {
    border-bottom: 1px dashed #8f8f8f;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.stick h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-right: 15px;
}
.stick h2 a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.stick h2 span {
    font-size: 12px;
    color: #ababab;
    font-weight: 400;
    float: right;
}
.cl {
    clear: both;
}
.stick p {
    font-size: 14px;
    color: #525252;
    line-height: 22px;
    margin: 0;
}
.newBox li {
    width: 45%;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 45px;
    overflow: hidden;
}
.newBox li a {
    padding-left: 15px;
    font-size: 15px;
}
.newBox li a:before {
    content: ">";
    font-size: 15px;
    color: red;
    padding-right: 5px;
}
.new-list {
    padding-top: 20px;
}
.cl.h20 {
    height: 20px;
}
.mytit a {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 110px;
    font-size: 18px;
    color: #525252;
    float: left;
}
.mytit a.fr {
    background: url(../images/new-more.png) no-repeat right center;
    float: right;
}
.geline {
    width: 100%;
    height: 20px;
    background: url(../images/bg10.png) no-repeat;
    background-size: 100%;
}
.anliBox li {
    width: 33.33%;
    margin: 10px 0;
    display: flex;
}
ul.anliBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.anliBox .img {
    width: 166px;
    height: 144px;
    float: left;
    border: 1px solid #e8e6e7;
    padding: 3px;
}
.anliBox .txt {
    padding: 10px 10px;
    float: right;
}
.anliBox .txt h3 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
}
.anliBox .txt h3 a {
    color: #fe6100;
}
.anliBox .txt p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    padding-top: 20px;
}
.footer {
    background: url(../images/foo-co.png) no-repeat;
    background-size: cover;
}
.foo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.foo-link {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.foo-link a {
    color: #fff;
    font-size: 17px;
}
.foo-txt {
    width: 50%;
}
.div-text a {
    display: block;
    font-size: 15px;
    line-height: 30px;
}
.foo-link a:before {
    content: "|";
    padding: 0px 20px;
}
.foo-link a:nth-child(1):before {
    display: none;
}
aside.copyall {
    display: none;
}
.m-reason-content {
    padding: 0px 20px;
}
.m-reason-content {
    display: none;
}
    .footer {
        display: block;
    }
    .himages.content {
        display: block;
    }
.mtel {
    display: none;
}
.b-logo-m {
    display: none;
}
.bottom_wz {
    display: none;
}
ul.toobar {
    display: none;
}

@media screen and (max-width: 1200px) {
    .head-top {
        display: none;
    }
.b-logo-m {
    display: block;
}
.m-reason-content img.advantage {
    width: 100%;
}
.bottom_wz {
    display: block;
}
ul.toobar {
    display: block;
}
.mtel {
    display: block;
}
.footer {
    display: none;
}
    .himages.content {
        display: none;
    }
    .m-reason-content {
        display: block;
    }
.inside_nav .w1200 li {
    width: 33.33%;
}
.copy.w1200 {
    flex-wrap: wrap;
}
    .reason-content {
        display: none;
    }
    aside.copyall {
        display: block;
    }
    .menu-fr {
        display: none;
    }
    .header-top {
        padding: 10px 20px;
    }
    .logo-index img {
        max-width: 60%;
    }
    .menu {
        display: block;
    }
    .menu_down {
        display: block;
    }
.mod4 li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 4%;
}
    .mod4 li span a.more {
        padding: 15px 10px;
        font-size: 15px;
    }
    .product_list li figcaption h3 {
        font-size: 20px;
    }
    .product_list li::after {
        display: none;
    }
    .day-01-title {
        padding-left: 5px;
        width: 100%;
    }
    .day-01-title h3 {
        top: 89px;
        left: 100px;
        font-size: 16px;
        line-height: 2;
    }
    .day-01-title span {
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    img.day-logo {
        display: none;
    }
    .about-con {
        padding-top: 5px;
        flex-flow: column-reverse;
    }
    .about-page {
        width: 100%;
    }
    .about-logo {
        width: 93%;
        padding: 0px 15px;
    }
    .about-page span {
        padding: 0px 15px;
        line-height: 35px;
    }
    .about-page a img {
        width: 100%;
    }
    .new-logo {
        width: 100%;
        padding-top: 5px;
    }
    .ui-producut {
        padding-top: 10px;
    }
    .newBox.fr {
        width: 100%;
    }
    .stick {
        margin-left: 5px;
        margin-right: 5px;
    }
    .newBox li {
        width: 50%;
    }
    .mytit {
        padding: 0px 10px;
    }
    .anliBox li {
        width: 100%;
        margin: 3px 10px;
    }
}
.new-title {
    line-height: 0;
}
.about-title {
    line-height: 0;
}
.geline {
    height: 10px;
}
    .anliBox .txt h3 {
        font-size: 16px;
    }
    aside.copyall {
        width: 100%;
        background: #000;
        text-align: center;
    }
    aside.copyall p {
        color: #999;
        font-size: 14px;
    }
    .copy.w1200 {
        line-height: 2;
    }

aside.copyall {
    margin-top: 25px;
}

}

@media screen and (max-width: 767px) {
    .product_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .product_list li figcaption {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .product_list li figcaption p {
        margin-top: 10px;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }

}

.reason-text {
    position: relative;
    text-align: center;
}
.reason-text h3 {
    position: absolute;
    right: 12.5em;
    top: 30px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
}
.reason-text i {
    right: 7em;
    top: 106px;
    position: absolute;
    font-size: 25px;
    color: #535353;
    font-weight: 500;
}
.reason-text span {
    position: absolute;
    font-size: 18px;
    top: 150px;
    width: 34%;
    right: 7em;
    line-height: 2.5;
    text-align: left;
}
.reason-text2 {
    position: relative;
    text-align: center;
}
.reason-text2 h3 {
    position: absolute;
    left: 8.5em;
    top: 50px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
}
.reason-text2 i {
    left: 10em;
    top: 130px;
    position: absolute;
    font-size: 25px;
    color: #535353;
    font-weight: 500;
}
.reason-text2 span {
    position: absolute;
    font-size: 18px;
    top: 180px;
    width: 34%;
    left: 14em;
    line-height: 2.3;
    text-align: left;
}
.reason-text3 {
    position: relative;
    text-align: center;
}
.reason-text3 h3 {
    position: absolute;
    right: 12.5em;
    top: 60px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
}
.reason-text3 i {
    right: 6em;
    top: 140px;
    position: absolute;
    font-size: 25px;
    color: #535353;
    font-weight: 500;
}
.reason-text3 span {
    position: absolute;
    font-size: 18px;
    top: 185px;
    width: 34%;
    right: 5.5em;
    line-height: 2.5;
    text-align: left;
}
.reason-text3 i a {
    color: #1674e3;
}
.reason-text4 {
    position: relative;
    text-align: center;
}
.reason-text4 h3 {
    position: absolute;
    left: 8.5em;
    top: 96px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
}
.reason-text4 i {
    left: 10em;
    top: 175px;
    position: absolute;
    font-size: 25px;
    color: #535353;
    font-weight: 500;
}
.reason-text4 span {
    position: absolute;
    font-size: 18px;
    top: 225px;
    width: 34%;
    left: 14em;
    line-height: 2.5;
    text-align: left;
}
.reason-text5 {
    position: relative;
    text-align: center;
}
.reason-text5 h3 {
    position: absolute;
    right: 11.5em;
    top: 28px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
}
.reason-text5 i {
    right: 8.5em;
    top: 105px;
    position: absolute;
    font-size: 25px;
    color: #535353;
    font-weight: 500;
}
.reason-text5 span {
    position: absolute;
    font-size: 18px;
    top: 157px;
    width: 34%;
    right: 8em;
    text-align: left;
    line-height: 1.8;
}
.reason-text5 i a {
    color: #1674e3;
}
.mtel {
    position: fixed;
    width: 60px;
    right: 5px;
    top: calc( 50% - 40px );
    height: 60px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 999999999;
}
.mtel mip-img {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
}
.mtel img {
    width: 60px;
    height: 60px;
}
.b-logo-m {
    background: url(/storage/14065/images/20201106/b-logo.jpg);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.mip-fill-content {
    display: block;
    width: 16%;
    padding: 1% 0 1% 5%;
}
.bottom_wz {
    height: auto;
}
.bottom_wz {
    width: 100%;
    height: auto;
    background-color: #e9e9e9;
}
.bottom_bg2 {
    width: 100%;
    margin: 0 auto;
}
.bottom_ljy {
    width: 90%;
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #696767;
    float: none;
    margin: 0 auto;
    padding-bottom: 20%;
}
.bottom_ljy a {
    font-size: 12px;
    display: block;
}
.clear {
    clear: both;
}
.toobar {
    font-size: 1em;
    background: #fff;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-width: 1px 0;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    background-image: -o-linear-gradient(top, #fff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
    background-image: linear-gradient(top, #fff, #e1e1e1);
}
.toobar li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-top: 0.4em;
    height: 5em;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #fff;
    text-align: center;
}
.toobar li b {
    width: 45%;
    height: 2.5em;
}
.toobar li b mip-img {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.toobar li b img.loaded {
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: block;
}

.tel_img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.tel_img a {
    display: block;
    font-size: 24px;
    color: #f5f839;
    font-weight: bold;
    line-height: 1;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.tel_img span {
    font-size: 18px;
    display: block;
    color: #ffffff;
    letter-spacing: 1px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.tel_img i {
    color: #f5f839;
    font-weight: bold;
    font-size: 18px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.tel_img p {
    margin-left: 10px;
}
.tel_img svg path {
    fill: #f5f839;
}