a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.pcbanner {
    display: block;
}

/*顶部*/
.headtop {
    height: 44px;
    line-height: 44px;
    color: #00adec;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}

.navlists {
    display: flex;
    justify-content: space-between;
}

.navlists > span {
    min-width: 108px;
    line-height: 42px;
    font-size: 16px;
    position: relative;
    cursor: default;
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    margin-top: 10px;
}

.navlists > span > a {
    overflow: hidden;
    display: table;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #666;
}

.onemenu {
    position: relative;
}

.onemenu > span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 20px;
    color: #666 !important;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.onemenu > span:nth-child(1):after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(100%);
}

.navlists > span > a:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.onemenu > span:nth-child(1):before {
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #00adec;
    content: '';
    position: absolute;
    transition: transform .5s ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.line {
    background-color: #00adec;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0px;
    transition: 300ms;
}

.onemenu:hover .line {
    left: 0px;
    width: 100%;

}

.menulist {
    word-break: keep-all;
}

.menulist {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    min-width: 100%;
}

.menulist > li {
    display: block;
    font-size: 16px;
    line-height: 34px;
    min-width: 106px;
    position: relative;
    border-top: 1px solid #fff;
}

.menulist > li > a {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    transition: all 0.03s;
    background: #00adec;
    color: #fff;
}

.menulist > li > a:hover {
    background: #fff;
    color: #00adec;
}

.navtit {
    display: inline-block;
    min-width: 86px;
}

.flextables {
    display: table !important;
}

/*导航*/
.navlist {
    width: 100%;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    margin: 0 auto;
}

.navlist > .left {
    width: 289px;
    /*height: 64px;*/
    /*margin-top: 40px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.navlist > .left > img {
    display: block;
    width: 100%;
    height: auto;
}

.navlist > .right {

}

/*轮播图*/
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    font-family: 'iconfont';
    font-size: 40px;
    color: #fff;
    width: 40px;
    text-align: center;

}

.swiper-button-next {
    right: 50px;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-pagination-bullet {
    width: 15px !important;
    background: none !important;
    border-radius: 50% !important;
    height: 15px !important;
    border: 3px solid #fff;
    transition: all .5s ease-out;
    opacity: 0.5 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}

/*字体大小*/
.maxtit {
    font-size: 30px;
}

.bigtit {
    font-size: 30px;
    text-align: center;
}

.normaltit {
    font-size: 16px;
    line-height: 26px;
}

.smalltit {
    font-size: 16px;
}

/*底部*/
.footer {
    width: 100%;
    /*height: 394px;*/
    background: #313131;
    color: #fff;
    padding-bottom: 30px;

}

.footers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.foos {
    /*width: 800px;*/
    display: flex;
}

.foos > li {
    text-align: left;
    margin-right: 80px;
}

.clas1 {
    width: 100%;
}

.clas1 > li:nth-child(1) {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
}

.clas1 > li {
    font-size: 16px;
    line-height: 36px;
    width: auto;
    text-align: left;
}

.clas1 > li > a {
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
}

.ma {
    width: 136px;
    padding-top: 6px;
}

.ma > div {
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

.ma > div > img {
    display: block;
    width: 100%;
    height: 100%;
}

.ma > span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    padding-left: 4px;
}

.company2 {
    margin-top: 50px;
    font-size: 12px;
}

.company2 div {
    line-height: 20px;
    color: #ffffff;
    text-align: center;

}

.company2 div a {
    color: #ffffff;
}

/*浮框*/
.fu2 {
    display: block;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
}

.fu2 {
    /*display: none;*/
    width: 60px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.fu1 > div > a, .fu2 > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.fu1 > div:nth-child(1) {
    border-bottom: 1px solid #e2e2e2;
}

.fu2 > div {
    border-bottom: 1px solid #e2e2e2;
}

.fu2 > div:last-child {
    border: none;
}

.icon-arrow-up, .icon-telephone, .icon-weibo, .icon-weixin, .icon-fenxiang, .bshare-custom, .bshare-custom {
    display: block;
    font-family: 'iconfont';
    font-size: 34px !important;
    color: #7d7d80;
    text-align: center;
    line-height: 62px !important;
    transition: all .3s ease-out;
}

.fu2 > div:last-child > .bshare-custom {
    line-height: 62px !important;
}

#tops {
    display: none;
    height: 63px;
    line-height: 63px !important;
}

#tops .icon-arrow-up {
    line-height: 63px !important;
    border-bottom: 1px solid #dfdfdf;
}

.icon-weixin {
    position: relative;
}

.bshare-weixin:hover {
    color: #00adec !important;
}

#EWM {
    display: none;
    position: absolute;
    left: -105px;
    top: 0px;
    width: 115px;
    height: 115px;
}

#EWM > img {
    display: block;
    width: 100%;
    height: 100%;
}

.shares {
    position: fixed;
}

.icon-arrow-up:hover, .icon-telephone:hover, .icon-weibo:hover, .icon-weixin:hover, .icon-fenxiang:hover {
    color: #00adec !important;
}

.icon-telephone {
    position: relative;

}

.iphones {
    position: absolute;
    left: -130px;
    top: 30px;
    width: 140px;
    height: 50px;
    text-align: left;
    display: none;
    background: #f6f6f6;
    border: solid 1px #e9e9e9;
    z-index: 999;
    border-radius: 5px;
}

.iphones > span {
    display: block;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.bdshare_dialog_box {
    display: none !important;
}

.bdshare-button-style0-16 .bds_more {
    opacity: 1 !important;
}

.fu2 > div:last-child {
    position: relative;
}

.sharees {
    position: relative;
}

.bdshare-button-style0-16 {
    zoom: 1;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    background: none !important;
}

.bds_more {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.bd_weixin_popup {
    height: 306px !important;
}

#bdimgshare_1524634090742 {
    display: none !important;
}

.swiper-button-next, .swiper-button-prev {
    /*opacity: 0!important;*/
}

.bshare-weixin {
    position: relative;
    left: 0;
    top: 0;
    width: 98px;
    height: 62px !important;
    opacity: 0 !important;
    z-index: 9999;
}

#bsWXBox {
    height: 256px !important;
    width: 220px !important;
}

.bsTop {
    width: 208px !important;
}

.bsFrameDiv > div > img {
    width: 166px !important;
    height: 176px !important;
}

.bsBox, #bsWXBox {
    background: none !important;

}

.bshare-custom {
    line-height: 114px !important;
}

.partners1 > li > a {
    cursor: default !important;
}

.friends > li > a > div:nth-child(1) {
    margin-bottom: .8rem;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: -24px;
}

.bshare-custom {
    line-height: 114px !important;
}

.icon-fenxiang {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bshare-custom:hover .icon-fenxiang {
    color: #00adec;
}

.icon {
    font-family: 'iconfont'
}

.publicbanner {
    width: 100%;
    height: 298px;
}

.publicbanner > img {
    display: block;
    width: 100%;
    height: 100%;
}

.publicmenu {
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 58px;
    color: #666;
    font-size: 20px;
}

.publicmenu > .container {
    display: flex;
    justify-content: space-between;
}

.publicmenu > .container > div .icon {
    font-family: 'iconfont';
    font-size: 20px;
}

.publicmenu > .container > div .icon-shouye {
    font-size: 23px;
}

.publicmenu > .container > div:nth-child(1) {
    position: absolute;
    left: 0;
}

.publicmenu > .container > div:nth-child(2) {
    position: absolute;
    right: 0;
}

.breadlist {
    width: auto;
    display: flex;
    justify-content: space-between;
}

.breadlist > span {
    display: block;
    min-width: 70px;
    text-align: center;
    margin-left: 18px;
    cursor: pointer;

}

.breadlist > span {
    position: relative;
}

.underline {

    border-bottom: 2px solid #00adec;
}

.breadlist > span > .lines {
    background-color: #00adec;
    height: 5px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0px;
}

.breadlist > span:hover {
    color: #00adec !important;
}

.breadlist > span:hover a {
    color: #00adec !important;
    font-weight: bolder;
}

.breadlist > span:hover .lines {
    left: 0px;
    width: 100%;
    transition: 300ms;
}

.underline {
    border: none;
    color: #00adec !important;
}

.underline > a {
    color: #00adec !important;
    font-weight: bolder;
}

.underline .lines {
    left: 0px !important;
    width: 100% !important;
    transition: 300ms;
}

.breadlists {
    margin: 0 auto;
}

.breadlists > li {
    display: none;
    width: 100%;
    padding-top: 30px;
}

.blocks {
    display: block !important;
}

/*移动端菜单*/
.ydnavlist {
    width: 100%;
    height: 86px;
    padding-top: 7px;
    line-height: 79px;
    font-size: 46px;
    color: #00adec;
}

.ydnavlist > div:nth-child(1) {
    /*width: ;*/
    height: 100%;
}

.ydnavlist > div:nth-child(1) > img {
    display: block;
}

.ydnavlist > div:nth-child(2) {
    font-size: 34px;

}

/*公用*/
.fu2 {
    display: block;
}

.ydnavlist {
    display: none;
}

.navlist {
    display: flex;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.ydwenhao {
    display: none;
}

.wenhao {
    display: flex;
}

.container sixbz > div:nth-child(3) {
    display: block;
}
.ydpublicmenu{
    display: none;
}
@media screen and (min-width: 1200px) {
    .navlists > span {
        min-width: 130px;
    }
    .container {
        max-width: 1200px;
    }

    .ydbanner {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navlists > span {
        min-width: 120px;
    }
    .container {
        max-width: 1200px;
    }

    .ydbanner {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .navlists > span {
        min-width: 100px;
    }
    .container {
        max-width: 1200px;
    }

    .ydbanner {
        display: none !important;
    }

}

@media screen and (max-width: 768px) {
    .footer{
        display: none;
    }
    .publicmenu{
        display: none;
    }
    .container {
        width: 690px;
    }

    .pcbanner {
        display: none !important;
    }

    .ydbanner {
        display: block !important;
    }

    .fu2 {
        display: none;
    }

    .navlist {
        display: none;
    }

    .ydnavlist {
        padding-right: 28px;
        display: flex;
        justify-content: space-between;
    }

    .topbanner {
        height: 320px!important;
    }

    .normaltit {
        font-size: 18px;
        line-height: 26px;
    }

    .smalltit {
        font-size: 18px;
    }
    #quesans{
        height: 690px;
    }
    .bigtit{
        font-size: 34px;
    }
    .sixbz .normaltit{
        display: none;
    }
    .con2{
        height: 390px!important;
    }
    .advantage>div>span:nth-child(2){
        font-size: 28px;
        margin-top: 8px;
    }
    .product>a>img{
        width: auto;
    }

    .ydpublicmenu{
        display: block;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes po-bounce-in {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes Move {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.delay1 {
    animation: 1s ease-out 0s normal backwards 1 po-bounce-in;
    -webkit-animation: 1s ease-out 0s normal backwards 1 po-bounce-in;
    -ms-animation: 1s ease-out 0s normal backwards 1 po-bounce-in;
    visibility: visible;
}

.delay2 {
    animation: 1s ease 0s normal backwards 1 slideUp;
    -webkit-animation: 1s ease 0s normal backwards 1 slideUp;
    -ms-animation: 1s ease 0s normal backwards 1 slideUp;
    visibility: visible;
}
.fromleft {
    animation: 1s ease 0s normal backwards 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal backwards 1 fadeInRight;
    -ms-animation: 1s ease 0s normal backwards 1 fadeInRight;
    visibility: visible;
}
.fromright {
    animation: 1s ease 0s normal backwards 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal backwards 1 fadeInLeft;
    -ms-animation: 1s ease 0s normal backwards 1 fadeInLeft;
    visibility: visible;
}

.delay-200 {
    animation-delay: .2s !important;
    -webkit-animation-delay: .2s !important;
}

.delay-400 {
    animation-delay: .4s !important;
    -webkit-animation-delay: .4s !important;
}

.delay-600 {
    animation-delay: .6s !important;
    -webkit-animation-delay: .6s !important;
}

.delay-800 {
    animation-delay: .8s !important;
    -webkit-animation-delay: .8s !important;
}
.delay-810 {
    animation-delay: .9s !important;
    -webkit-animation-delay: .9s !important;
}
.delay-820 {
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
}
.cnen{
    width: 72px!important;
    min-width: unset!important;
    display: flex!important;
    justify-content: space-around;
    font-size: 17px!important;
}
.cnen>a:hover{
    color: #00adec;
}
#dialogcode{
    background: #fff!important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
    border: 1px solid #ccc!important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2)!important;
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
    width: 480px;
    height: 306px;
    text-align: center;
    display: none;

}
#dialogcode .dialogmian{
    display: flex;
    justify-content: space-around;
}

.dock-item .bzicon{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dock-item .bzicon img{
    display: block;
    width: 80px;
    height: 80px;
}
.maincolor{
    color: #00adec;
}
.dock-item:hover .bzicon img{
    transition: all 1s;
    width: 120px;
    height: 120px;
}
.delay-600.bzicon img{
    transition: all 1s;
    width: 100px;
    height: 100px;
}