@import url("./font-awesome.min.css");

/* CSS Document */
body {
    font-size: 12px;
    color: #555;
    background-color: #FFFFFF;
    line-height: 24px;
}
a,
a:hover{
    text-decoration: none;
}
* ,
.h1, .h2, .h3, h1, h2, h3{
    font-family: "Microsoft YaHei", "微软雅黑";
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    border: 0px;
}

.img_response{
    width: 100%;
}
.auto_product p img{
    display: block;
    margin: 15px auto;
}
.hot_keywords{
    line-height: 42px;
    background-color: #E3E3E3;
}
.hot_keywords b{
    font-size: 16px;
}
.hot_keywords strong{
    font-weight: normal;
}
#headt {
    width: 100%;
    height: 35px;
    background-color: #E3E3E3;
    min-width: 1200px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>li>a, .pagination>li>span{
    color: #777777;
}
#head {
    width: 100%;
    float: left;
    background-color: #fff;
    min-width: 1200px;
}

#dh {
    width: 100%;
    float: left;
    height: 56px;
    min-width: 1200px;
    background-color: #02B2B5;
}

#flash {
    width: 100%;
    float: left;
}
#flash:after{
    content: "";
    visibility: hidden;
    clear: both;
    display: block;
}

#nyweb {
    width: 100%;
    float: left;
    min-width: 1200px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.hyweb {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hyweb li {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.hyweb li img {
    border: 0px;
    width: 100%;
}

.hyweb li a {
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

/*数字按钮样式*/
.hyweb .num {
    width: 100%;
    left: 0px;
    bottom: 15px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 10;
}

.hyweb .num li {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 0px;
    color: white;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer;
    font-family: arial, Helvetica, sans-serif;
    font-size: 0px;
    overflow: hidden;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 10px;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.hyweb .num li.on {
    background-color: #02B2B5;
    color: #02B2B5;
}

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
    width: 50px;
    height: 530px;
    position: absolute;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: left center;
    top: 0px;
}

.hyweb .prev {
    left: -50px;
    background-image: url(../../images/lefta.png);
    background-repeat: no-repeat;
}

.hyweb .next {
    right: -50px;
    background-position: right center;
    background-image: url(../../images/righta.png);
}

#hyweb {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 1200px;
}

.hyweb_1 {
    width: 100%;
    float: left;
    background-color: white;
    min-width: 1200px;
    padding-bottom: 25px;
}

#hyweb_2 {
    width: 100%;
    float: left;
    border-top: #ddd solid 1px;
    padding-top: 30px;
    padding-bottom: 30px;

}

.body_1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#dibu {
    width: 100%;
    float: left;
    background-color: #646464;
    padding-top: 20px;
    padding-bottom: 20px;

}

.map {
    width: 50%;
    height: 300px;
    float: right;
}

.map_img {
    width: 180px;
    float: left;
}

.map_contact {
    width: 50%;
    float: left;
    padding-left: 10px;
}


#t1 {
    width: 1200px;
    float: left;
    line-height: 35px;
    color: #a6a4a5;
    font-size: 14px;
}

#t1 .left {
    float: left;
    width: 700px;
    float: left;
}

#t1 .right {
    float: right;
    text-align: right;
}

#t1 span {
    float: left;
    margin-right: 5px;
    height: 45px;
    float: left;
}

#t1 a {
    color: #a6a4a5;
    padding-left: 12px;
    padding-right: 12px;
    border-left: #E2E2E2 solid 1px;
    display: inline-block;
    line-height: 40px;
}

#t1 a:hover {
    color: #02B2B5;
}

#top {
    width: 1200px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #aCB1aD;

}

#topr {
    float: right;
}

#top .kg {
    width: 40px;
    height: 80px;
    float: left;
    background-image: url(../../images/kh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#logo {
    width: 400px;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 70px;
}

#logo div {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

#logo img {
    float: left;
    height: 70px;
    border: 0px;
    max-width: 400px;
}

#wzjc {
    float: left;
    padding-left: 30px;
    height: 80px;
    width: 250px;
    background-image: url(../../images/wz.png);
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
}

#wzjc div {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

#wzjc h1 {
    font-size: 28px;
    color: #02B2B5;
    line-height: 35px;
}

#wzjc p {
    font-size: 18px;
    color: #02B2B5;
}

#tel {
    float: left;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    background-image: url(../../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}

#tel div {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    font-size: 16px;
    line-height: 30px;
}

#time {
    float: left;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    background-image: url(../../images/time.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}

#time div {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    font-size: 14px;
}

#bht {
    width: 100%;
    float: left;
    border: #f5f5f5 solid 10px;
    background-color: #f9f9f9;
}

#weso {
    width: 100%;
    float: left;
    line-height: 56px;
    height: 46px;
    font-size: 14px;
}

#weso a {
    color: #666;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

#weso a:hover {
    color: #02B2B5
}

#weso .left {
    width: 820px;
    padding-left: 30px;
    float: left;
    overflow: hidden;
    background-image: url(../../images/slk.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#weso .left b {
    color: #02B2B5;
}

#weso .right {
    width: 300px;
    float: right;
}

#search {
    width: 320px;
    float: right;
    border: 0px;
    height: 40px;
    margin-top: 8px;
}

#search .input {
    width: 228px;
    color: #999;
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    float: right;
    font-family: "Microsoft YaHei", "微软雅黑", "黑体";
    border: 0px;
    border-right: 0px;
    outline: none;
    border: #ddd solid 1px;
    background-color: #fff;
}

#search .buttom {
    width: 40px;
    height: 40px;
    line-height: 28px;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    margin: 0px;
    font-family: "Microsoft YaHei", "微软雅黑", "黑体";
    padding: 0px;
    float: right;
    font-size: 14px;
    color: #fff;
    background-image: url(../../images/sobg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#kslj {
    width: 1200px;
    float: left;
    overflow: hidden;
}

#kslj ul {
    list-style-type: none;
    width: 1230px;
}

#kslj ul li {
    width: 220px;
    float: left;
    margin-right: 25px;
    text-align: center;
}

#kslj ul li img {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    transition: all 0.4s ease-in-out 0s;
}

#kslj ul li h1 {
    color: #333;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
}

#kslj ul li p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

#kslj ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

#link {
    width: 1200px;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

#link a {
    color: #fff;
    margin-left: 6px;
    margin-right: 6px;
}

.bottom {
    width: 1200px;
    float: left;
    line-height: 22px;

}

.bottom .rd {
    width: 1200px;
    float: left
}

.bottom .footer {
    height: 35px;
    float: left;
    width: 100%;
}

.bottom .footer ul {
    text-align: left;
    liNE-height: 35px;

    color: #fff;
}

.bottom .footer ul li {
    text-align: left;
    DISPLaY: inline;
    font-size: 14px;
    color: #fff;
}

.bottom .footer ul li a {
    margin: 0px 8px;
    color: #fff;
}

.bottom .footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.bottom .copyright {
    width: 100%;
    float: left;
    liNE-height: 25px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-top: 8px;
}

.bottom .copyright a {
    color: #fff;
}

.bottom .ewm {
    width: 280px;
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}

.bottom .ewm img {
    width: 145px;
    height: 145px;
}
a:link,
a:visited{
    color: black;
}
a:hover {
    color: #02B2B5;
}

.hg2 {
    margin-top: 25px;
}

.hg {
    margin-top: 15px;
}

.hg1 {
    margin-top: 20px;
}

.izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 999;
    background-color: #02B2B5;
}

.izl-rmenu .buttons {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    border: #02B2B5 solid 1px;
    margin-top: -1px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.izl-rmenu .buttons:hover {
    color: #fff;
    border: #02B2B5 solid 1px;
}

.izl-rmenu .buttons i {
    font-size: 18px;
    line-height: 40px;
}


.izl-rmenu .buttons-qq:hover {
    background-color: #02B2B5;
}

.izl-rmenu .buttons-wx:hover {
    background-color: #02B2B5;
}

.izl-rmenu .buttons-wx .pic {
    position: absolute;
    left: -120px;
    top: -1px;
    display: none;
    width: 120px;
    height: 120px;
}

.izl-rmenu .buttons-phone:hover {
    background-color: #02B2B5;
}

.izl-rmenu .buttons-phone .phone {
    background-color: #02B2B5;
    position: absolute;
    width: 160px;
    left: -160px;
    top: -1px;
    line-height: 41px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .buttons-qq .qq {
    background-color: #02B2B5;
    position: absolute;
    width: 100px;
    left: -100px;
    top: -1px;
    line-height: 41px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .buttons-top {
    display: none;
}

.izl-rmenu .buttons-top:hover {
    background-color: #02B2B5;
    color: #fff;
}

.hyweb,
.hyweb li,
.hyweb li img,
.hyweb li a {
    height: auto;
}

#logo b {
    /*margin: 10px 10px 0 10px;*/
    font-size: 26px;
    display: none !important;
    float: left;
    height: 70px;
}

.mobile_hidden {
    display: block;
}

.pc_hidden {
    display: none;
}
.hyweb_1:nth-of-type(odd){
    background-color: white;
}
@media screen and (max-width:768px) {
    #menu ul li a i {
        display: none;
    }

    #top,
    #hyweb {
        padding: 0;
    }

    #topr,
    #headt,
    .mobile_hidden {
        display: none;
    }

    #head,
    #dh,
    #flash,
    .body_1,
    .hyweb_1 {
        width: 100%;
        min-width: 100%;
    }

    .pc_hidden,
    #logo b {
        display: block;
    }

    #dh {
        height: auto;
    }

    #dibu {
        padding: 0;
        border-radius: 6px;
    }
}

#menu {
    z-index: 100;
    position: relative;
    width: 1200px;
    height: 56px;
}
#dh::after,
#headt::after,
#head::after,
#menu ul::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}

#menu ul li {
    position: relative;
    display: inline;
    float: left;
    font-size: 15px;
    width: 148px;
}

#menu ul li.dg {
    width: 2px;
    height: 56px;
    float: left;
}

#menu ul li a {
    text-align: center;
    display: block;
    line-height: 56px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

#menu ul li .change {
    text-decoration: none;
    color: #fff;
    background-color: #02B2B5;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #02B2B5;
    background-color: white;
}

#menu ul li a.sec {
    text-decoration: none;
    color: #fff;
    background-color: #02B2B5;
}

#menu ul li ol {
    position: absolute;
    width: 148px;
    display: none;
    color: #fff;
    margin-left: 0px;
    padding: 0px;
    left: 0px;
    background-color: #02B2B5;
    border-top: 1px solid white;

}

#menu ul li ol li {
    display: block;
    float: none;
    background-image: none;
    font-weight: normal;
    font-size: 13px;
    padding: 0px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 148px;
}

#menu ul li a i {
    margin-left: 8px;
}

#menu ul li ol li a {
    text-align: center;
    width: auto;
    display: block;
    overflow: hidden;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
    border-bottom: white solid 1px;
    margin: 0px;
}

#menu ul li ol li a:hover {
    color: #02B2B5;
    background-color: white;
    background-image: none;
    border-bottom: #02B2B5 solid 1px;
}

.clear {
    clear: both;
}

.contain-c .danye {
    padding: 15px;
}

.contain-c p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    text-indent: 28px;
}
.contain-c .danye img{
    max-width: 100%;
    margin: 15px 0;
}

.contain-1 {
    height: 35px;
    margin-bottom: 5px;
    background-color: #ECECEC;
}

.contain-1-1 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    background-color: #02B2B5;
}

.contain-1-1 i {
    margin-right: 12px;
}

#nypage {
    width: 1200px;
    float: left;
    overflow: hidden;
}

#wz {
    height: 42px;
    width: 100%;
    border-bottom: #dddede 1px solid;
    float: left;
    overflow: hidden;
    background-color: #f9f9f9;
}

.contain-1-2 .home {
    height: 42px;
    border-right: #dddede 1px solid;
    width: 42px;
    background-image: url(../../images/ico_home.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    border-left: #dddede 1px solid
}

.contain-1-2 .left {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 42px;
}

.contain-1-2 a {
    color: #666;
    padding-left: 5px;
    padding-right: 5px
}

.contain-1-2 a:hover {
    color: #02B2B5
}

.contain-1-2 span {
    color: #02B2B5
}

.contain-c .map_contact p {
    text-indent: 0;
}

.lmbt {
    width: 1200px;
    float: left;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 45px;
}

.lmbt .z2 {
    color: #000;
}

.lmbt .yw {
    color: #02B2B5;
    text-transform: uppercase;
    margin-left: 12px;
}

#contact_us {
    font-size: 16px;
}

#contact_us li {
    margin: 5px 0;
}
.pagination_wrapper{
    float: left;
}
.pagination {
    text-align: left;
    color: #aaa;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
}
.pagination>li {
    display: inline;
}
.pagination a, .pagination strong {
    color: #666;
    border: 1px solid #ddd;
    background: #fcfcfc;
    padding: 1px 12px;
    margin: 0 3px;
    text-decoration: none;
}
.pagination>li.active {
    color: #02B2B5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    color: white;
    background-color: #02B2B5;
    border-color: #02B2B5;
}
@media only screen and (max-width: 450px) {

    #news-1 ul li .tp,
    #news-1 ul li img {
        height: 85px;
    }

    #news-1 ul li h1 {
        font-size: 12px;
        line-height: 25px;
        height: 25px;
    }

    #news-1 ul li p {
        font-size: 12px;
        line-height: 18px;
        overflow: hidden;
        height: 36px;
    }

    #news-1 ul li .ca {
        height: 20px;
        margin-top: 2px;
        line-height: 20px;
    }

    #news-1 ul li .right {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #fwlist ul li {
        font-size: 14px;
    }

    #logo .lmc p {
        font-size: 12px;
    }

    #menu ul li a {
        font-size: 12px;
        font-weight: bold;
    }

    .contain-c iframe {
        height: 220px;
    }

    .contain-c embed {
        height: 220px;
    }
}

@media only screen and (max-width: 400px) {
    #bt_1 .f14 {
        font-size: 16px;
    }
}


@media only screen and (max-width: 400px) {
    .pro ul li {
        width: 46%;
        float: left;
        text-align: center;
        margin: 2%;
        overflow: hidden;
        border-radius: 5px;
        background-color: #fff;
        border: #ddd solid 1px;
    }

    .pro ul li img {
        max-width: 96%;
        height: 110px;
        margin-top: 4px;
    }

    .pro ul li p {
        height: 25px;
        line-height: 25px;
        text-align: center;
        overflow: hidden;
        font-size: 12px;
    }

}

@media only screen and (min-width: 401px) and (max-width: 480px) {
    .pro ul li {
        width: 45%;
        float: left;
        text-align: center;
        margin: 2%;
        overflow: hidden;
        border-radius: 5px;
        background-color: #fff;
        border: #ddd solid 1px;
    }

    .pro ul li img {
        max-width: 98%;
        height: 130px;
        margin-top: 4px;
    }

    .pro ul li p {
        height: 25px;
        line-height: 25px;
        text-align: center;
        overflow: hidden;
        font-size: 12px;
    }
}

@media only screen and (min-width: 481px) and (max-width:600px) {
    .pro ul li {
        width: 30%;
        float: left;
        text-align: center;
        margin: 1%;
        overflow: hidden;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd solid 1px;
    }

    .pro ul li img {
        max-width: 98%;
        height: 105px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 740px) {
    #tplist .swiper-slide img {
        height: 32vw;
    }
}

@media screen and (max-width:768px) {

    #menu,
    #nypage,
    #nyweb {
        width: 100%;
        min-width: 100%;
        height: auto;
    }

    #menu ul li {
        width: 25%;
        float: left;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        box-sizing: border-box;
    }

    #menu ul li:nth-of-type(4n) {
        border-right: 0;
    }

    #menu ul li a {
        line-height: 40px;
    }

    .map {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .map_contact {
        width: 100%;
    }

    .map_img {
        display: none;
    }

    .contain-1-1 {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        font-size: 14px;
        color: #fff;
        line-height: 35px;
        background-color: #02B2B5;
        border-bottom: 0;
    }

    .contain-1-1 i {
        margin-right: 12px;
    }

    .contain-1-2 {
        float: right;
        width: 100px;
        padding-right: 12px;
        line-height: 35px;
        text-align: right;
        color: #02B2B5;
        font-size: 12px;
    }

    .contain-1-2 a {
        color: #02B2B5;
    }
    #contact_us li{
        padding-left: 15px;
    }
    .pagination_wrapper{
        padding-left: 2%;
    }
}