@charset "utf-8";
/* CSS Document */
/* 公共样式 */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 auto;
    color: #333;
    font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
    position: relative;
}

input, button, textarea, select {
    font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    outline: 0;
    border: 0;
    background: none;
    color: #333;
}

input:focus, textarea:focus {
    color: #333;
}

input::-ms-clear {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

ol, ul, li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border: 0;
}

caption, th {
    font-weight: normal;
}

img {
    border: 0;
    outline: 0;
}

i, em, b, strong {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:focus {
    outline: 0;
}

img{
    vertical-align: top;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
    background-color: none;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;html, body
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    background-color: #cdc4c1;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.clearfix:after,
.popbox .innerbox ul:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.bigautocomplete-layout{
    display: none;;
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    position: absolute;
    z-index: 100;
    max-height: 220px;
    overflow-x:hidden;
    overflow-y:auto;
}
.bigautocomplete-layout table{
    border-collapse: collapse;
    border-spacing: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
    cursor: default;
}

.bigautocomplete-layout table tr{
    background: none repeat scroll 0 0 #FFFFFF;
}

.bigautocomplete-layout .ct{
    background: none repeat scroll 0 0 #D2DEE8 !important;
}
.bigautocomplete-layout div{
    word-wrap:break-word;
    word-break:break-all;
    padding:1px 5px;
}

html, body{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    padding: 0;
}
.dh,
.bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.bg img,.dh img{
    width: 100%;
    height: 100%;
}
.dh {
    z-index: 100000;
}

.logo{
    position: fixed;
    width: 18%;
    right: 7%;
    top: 15%;
    z-index: 1000;
}
.logo .logoimg{
    width: 100%;
}
.logo .kmdbox{
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}
.logo .kmdbox img{
    position: absolute;
    top: 0;
    right: 0;
}
.logo .kmdbox .icon-kmd1{
    width: 20%;
    right: -8%;
    top: -44px;
   /* animation:kmd1 4s infinite linear;
    -moz-animation:kmd1 4s infinite linear;*/ /* Firefox */
    /*-webkit-animation:kmd1 4s infinite linear;*/ /* Safari and Chrome */
   /* -o-animation:kmd1 4s infinite linear;*/ /* Opera */
}
.logo .kmdbox .icon-kmd2{
    width: 14%;
    right: -32%;
    top: -20px;
    /*animation:kmd2 3s infinite linear;
    -moz-animation:kmd2 3s infinite linear;*/ /* Firefox */
    /*-webkit-animation:kmd2 3s infinite linear;*/ /* Safari and Chrome */
    /*-o-animation:kmd2 3s infinite linear;*/ /* Opera */
}
.logo .kmdbox .icon-kmd3{
    width: 40%;
    right: -5%;
    top: -10px;
    /*animation:kmd3 3.5s infinite linear;
    -moz-animation:kmd3 3.5s infinite linear;*/ /* Firefox */
    /*-webkit-animation:kmd3 3.5s infinite linear;*/ /* Safari and Chrome */
   /* -o-animation:kmd4 3.5s infinite linear;*/ /* Opera */
}

@keyframes kmd1 {
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-40deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}
@-moz-keyframes kmd1 /* Firefox */
{
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-40deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@-webkit-keyframes kmd1 /* Safari and Chrome */
{
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-40deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@-o-keyframes kmd1 /* Opera */
{
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-40deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@keyframes kmd2 {
    0%{transform: rotate(0deg)  scale(1);}
    25%{transform: rotate(20deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-20deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}
@-moz-keyframes kmd2 /* Firefox */
{
    0%{transform: rotate(0deg)  scale(1);}
    25%{transform: rotate(20deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-20deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@-webkit-keyframes kmd2 /* Safari and Chrome */
{
    0%{transform: rotate(0deg)  scale(1);}
    25%{transform: rotate(20deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-20deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@-o-keyframes kmd2 /* Opera */
{
    0%{transform: rotate(0deg)  scale(1);}
    25%{transform: rotate(20deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-20deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}
@keyframes kmd3 {
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-30deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}
@-moz-keyframes kmd3 /* Firefox */
{
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-30deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@-webkit-keyframes kmd3 /* Safari and Chrome */
{
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-30deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

@-o-keyframes kmd3 /* Opera */
{
    0%{transform: rotate(0deg) scale(1);}
    25%{transform: rotate(10deg) scale(1.1);}
    50%{transform: rotate(0deg) scale(1);}
    75%{transform: rotate(-30deg) scale(1.1);}
    100%{transform: rotate(0deg) scale(1);}
}

.shade{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 1011;
    display: none;
}
.popbox{
    position: absolute;
    z-index: 1012;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1rem;
    overflow: hidden;
}
.popbox .content{
    width: 100%;
    height: 100%;
    background: #fff;
}
.popbox .banner{
    position: relative;
    height: 11rem;
}
.popbox .banner .swiper-container{
    height: 11rem;
}
.popbox .banner .swiper-slide img{
    width: 100%;
    height: 100%;
}
.popbox .banner ul{
    position: absolute;
    right: 0.6rem;
    bottom: -2rem;
    z-index: 11;
}
.popbox .banner ul li{
    float: left;
    width: 4rem;
    height: 4rem;
}
.popbox .banner ul li a img{
    width: 100%;
}
.popbox .innerbox{
    padding: 20px;
    position: absolute;
    top: 11rem;
    left: 0;
    bottom: 0;
    right: 0;
}
.popbox .innerbox h3{
    font-size: 18px;
    font-weight: bold;
}
.popbox .innerbox h5{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0 15px;
    padding: 0 0 0 20px;
    background: url(../images/icon-addressmap.png) no-repeat left 3px;
    background-size: 14px 14px;
}
.popbox .innerbox ul{
    margin: 0.8rem 0 0;
    padding: 0.5rem 0 0;
    border-top: solid 1px #eee;
    text-align: center;
}
.popbox .innerbox ul li{
    display: inline-block;
    width: 32%;
    text-align: center;
}
.popbox .innerbox ul li img{
    width: 1.7rem;
    height: 1.7rem;
}
.popbox .innerbox ul li p{
    color: #444;
}
.popbox .innerbox .overflowbox{
    position: relative;
    height: 76%;
    overflow: hidden;
    overflow-y: auto;
}
.layui-layer-content{
    border-radius: 10px;
}
.layui-layer-setwin{
    z-index: 100000;
}
.logo{
    position: fixed;
    width: 18%;
    right: 7%;
    top: 10%;
    z-index: 1000
}

.typebox{
    width: 44%;
    height: 2.2rem;
    position: fixed;
    bottom: 3%;
    left: 50%;
    margin-left: -22%;
    z-index: 1000;
    text-align: center;
    background: #fff;
    border: solid 0.09rem #187e7a;
    border-radius: 1.1rem;
    line-height: 2rem;
    box-shadow: 0 0 0.7rem rgba(0,0,0,0.2);
}
.typebox span{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 0.8rem;
    position: relative;
}
.typebox span:before,
.typebox span:after{
    display: block;
    content: '';
    position: absolute;
}
.typebox span:before{
    width:0;
    height:0;
    border-left:0.4rem solid transparent;
    border-right:0.4rem solid transparent;
    border-bottom:0.4rem solid #187c74;
    top: 0.36rem;
    left: 0;
}
.typebox span:after{
    width: 0.8rem;
    height: 0.12rem;
    background: #187c74;
    top: 0.84rem;
    left: 0;
}

.layui-layer{
    background: none!important;
}
/*适配一体机*/
@media screen and (max-width: 1080px){
     html {
        font-size: 40px;
    }
    .typeList ul ul.ulnth2{
        width: 280px;
    }
    .popbox .innerbox{
        padding: 1.2rem;
    }
    .popbox .innerbox h3{
        font-size: 1.15rem;
    }
    .popbox .innerbox h5 {
        font-size: 0.85rem;
        line-height: 1.4rem;
        background: url(../images/icon-addressmap.png) no-repeat left 0.5rem;
        padding: 0 0 0 1rem;
        background-size: 0.7rem 0.7rem;
        margin: 0.5rem 0;
    }
    .popbox .innerbox .txt{
        font-size: 0.89rem;
    }
    .typebox{
        font-size: 0.89rem;
    }
    .typeList ul li.linth1 span{
        font-size: 0.89rem;
    }
    .popbox .innerbox ul li p,.typeList ul ul.ulnth2 li{
        font-size: 0.89rem;
    }
    .layui-layer-setwin .layui-layer-close2{
        width: 2rem!important;
        height: 2rem!important;
        background: url("../images/deletedbtn.png") no-repeat;
        background-size: 100% 100%;
        background-position:center!important;
    }
}

@media screen and (max-width: 768px){
 html {
        font-size: 14px;
    }
}