@charset "utf-8";
html{
    color:#000;
    background:#FFF;
    width:100%;
    font-size: 16px;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #4e4e4e;
    background: #fff;
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 14px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: #333;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
p{ word-spacing:-1.5px;}
.fl { float:left;}
.fr { float:right;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
}
select:focus {
    outline: none;
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}

:root {
    --comcolor: #09a2ea;
}


.w_95{max-width: 1400px;width: 95%;margin: 0 auto;}

.breadcrumb .dh{
    height:3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumb ul {
    width:100%;
    display: flex;
    margin: 2rem 0;
    flex-wrap: wrap;
}
.breadcrumb ul li {
    width:12%;
}
.breadcrumb ul a{
    display: inline-block;
    line-height: 3.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}
.breadcrumb ul a.act {
    border-bottom: 2px solid var(--comcolor);
    color: var(--comcolor);
}
.breadcrumb ul a:hover {
    color: #e71216;
}


@media screen and (max-width: 1000px) {
    .breadcrumb ul {
        margin: 1rem 0;
    }
    .breadcrumb ul li {
        width:32%;
    }
}


header .section1 {
    height: 2.5rem;
    line-height: 2.5rem;
    color: #999;
    background: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
}
header .section1 .nav {display: flex;font-size:0.9rem; }
header .section1 .site a{margin: 0 3rem 0 1rem;color:var(--comcolor)}
header .section1 .menu a{padding: 0 0.5rem;}

header .section2 {
    height: 6rem;
    color: #999;
    border-bottom: 5px solid var(--comcolor);
}
header .section2 .nav {display: flex;justify-content:space-between;align-items: center;height:100%;}
header .section2 .logo{height:100%;display: flex;justify-content: left;align-items: center;margin-right: 5rem;}
header .section2 .menu a{padding: 0 0.5rem;font-size: 1.2rem;}
header .section2 .search{border: 1px solid #e3e3e3;height:2.5rem;display: flex;}
header .section2 select {
    height: 100%;
    padding: 0 0.5rem;
    border: 0 none;
    color: #666;
}
header .section2 input {
    width:5rem;
}
header .section2 button {
    height: 100%;
    padding: 0 0.5rem;
    border: 0 none;
    background: #fff;
}


@media screen and (max-width: 1600px) {
    header .section2 .logo img{
        height:60%;
    }
}

@media screen and (max-width: 1200px) {
    header .section2 .logo img{
        height:50%;
    }
}

@media screen and (max-width: 1000px) {
    header .section1 .menu,
    header .section2 .search,
    header .section2 .logo
    {
        display: none;
    }
    header .section2 {
        height:4rem;
    }
    header .section2 .menu {
        width:100%;
        display: flex;
        justify-content: space-between;
    }
    header .section2 .menu a{padding: 0;font-size: 1rem;}
}





footer {
    padding: 1.5rem 0;
    background: #e8e8e8;
    border-top: 2px solid var(--comcolor);
}
footer .foot {
    display: flex;
}
footer .logo {
    margin-right: 5rem;
}
footer .logo img {
    max-width: 20rem;
}
footer .menu {
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
footer .menu a{
    margin-right: 2rem;
}
footer .bottom p {
    margin-bottom: 1rem;
}
footer .bottom .ga {
    width:15px;position: relative;top:3px;margin-right: 3px;
}
footer .bottom .cprt {
    margin-bottom: 1rem;
}
footer .bottom .cprt span {
    margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
    footer .logo img {
        max-width: 100%;
    }
    footer .foot {
        display: block;
    }
    footer .foot .logo {
        margin-bottom: 2rem;
    }
    footer .menu {
        font-size: 1rem;
        margin-bottom: 3rem;
        display: flex;
        justify-content: space-between;
    }
    footer .menu a{
        margin: 0;
    }
}






.floatFns {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floatFns .kefu {
    margin-bottom: 10px;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:3rem;
    height:3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: var(--comcolor);
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box i{
    font-size: 1.5rem;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 3.2rem;
    top:50%;
    padding:0.8rem;
    color:#fff;
    border-radius: 0.3rem;
    transform: translateY(-50%) scale(0);
    transition: 0.5s;
    font-size: 1.2rem;
    white-space: nowrap;
    min-width:1.5rem;
}
.floatFns .kefu .info img{
    max-width: none;
    width:10rem;
    height:10rem;
}
.floatFns .kefu:hover .info {
    transform: translateY(-50%) scale(1);
}

.floatFns .kefu.tel i {
    animation: yyhh 1.5s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}







.pagination {
    text-align: center;
    padding: 1rem 0;
}
.pagination li {
    display: inline-block;
    margin: 0 0.1rem;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    height: 2.5rem;
    padding: 0 1rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: var(--comcolor);
    color: #FFF;
}



