.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}
/* If PaginationNumbers is true */
.dingwei {
    position: absolute;
    left: 58%;
    top: 40%;
    color: #ff0b00;
    z-index: 1000;
}
.dingwei input {
    height: 40px;
    border: 1px solid #ffffff;
    background-color: #96909070;
    padding: .375rem .75rem;
    color: #ffffff;
}
.dingwei button {
    border: 0;
    height: 40px;
    color: #ffffff;
    border-radius: 5px;
}
.dingwei select {
    border: 0;
    height: 30px;
}
.dingwei p {
    display: block;
}
.dingwei p b {
    color: #FF0036;
    font-size: 17px;
}
.dingwei input::-webkit-input-placeholder {
    color: #ffffff;
}
.dingwei input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
}
.dingwei input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}
.dingwei input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}
.tel input {
    width: 30%;
    height: 40px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    float: right;
    color: #666666;
}
.tel select {
    float: right;
    height: 40px;
    right: 2px;
    color: #666666;
    border: 1px solid #ced4da;
    border-right: 0;
}
.tel button {
    float: right;
    width: 10%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #0084ff;
    color: #fff;
    border: none;
}
.xygg {
    width: 100%;
    background: #fafafa;
    border-bottom: #e3e3e3 1px solid;
    padding: 15px 0;
}
.ggcon {
    width: 100%;
    height: 30px;
    margin: 0 auto;
}
.ggtb {
    width: 50px;
    height: 40px;
}
.left {
    display: inline;
    float: left;
}
#scrolllayer {
    height: 40px;
    width: 80%;
    display: block;
    overflow: hidden;
}
#scrollmessage {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 16px;
    list-style: none;
}
#scrollmessage li {
    line-height: 40px;
    color: #FF0000;
}
.right {
    float: right;
}
.rightb {
    float: right;
    margin-top: 8px;
}
.com-info li {
    float: left;
    margin-bottom: 1em;
    width: 33.3333%;
    padding-right: 3%;
    position: relative;
    list-style-type: none;
}
.mt {
    margin-top: 20px;
}
.pinglun-list .ul {
    list-style: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
    margin-bottom: 20px;
}
.pinglun-list .li {
    overflow: hidden;
    padding: 1em;
}
.pinglun-list .li img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #efefef;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
}
.fl {
    float: left;
}
.pinglun-list .li .clbody {
    margin-left: 70px;
}
.c-time {
    color: #999;
    font-size: 12px;
}
.pinglun-list .clbody .p {
    word-wrap: break-word;
}
.fr {
    float: right;
}
.com-info input, textarea, button {
    font-size: 14px;
    padding: 5px;
    color: #666666;
    background: 0 0;
    font: unset;
}
.com-info input, textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}
.com-info ul {
    margin-top: 0;
    padding-left: 0;
}
.show_body img {
    display: block;
    border: none;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-im {
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 100;
    width: 110px;
    height: 272px;
}
.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}
.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}
.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}
.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url(/zdmsl_templets/guanwang/images/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}
.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: none;
    width: max-content;
}
.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}
.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}
.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}
.main-im .im_main .im-tel:hover {
    background: #fafafa;
}
.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    margin-top: 5px;
}
.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.liebiao {
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px #efefef solid;
}
.liebiao .links {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 20px;
    box-shadow: 0 0 10px #d2cfcf;
    padding: 1px;
    margin-left: 15px;
}
.liebiao .ico {
    line-height: 1;
    font-size: 16px;
    width: 100%;
}
.liebiao .ico a {
    line-height: 2;
}
.liebiao .ico p {
    font-size: 12px;
    color: #666666;
    line-height: 1.8;
}
.liebiao .ico span {
    font-size: 14px;
    color: #666666;
}
@media screen and (max-width: 760px) {
    .flexslider .slides img {
        width: 1920px !important;
        height: 210px;
    }
    .dingwei {
        left: 3%;
        top: 10%;
    }
    .main-im .im_main {
        border: unset;
    }
    .main-im {
        top: 70%;
    }
    #fh5co-content_show .nav li {
        width: 49% !important;
    }
    .dingwei p b {
        font-size: 14px;
    }
    .dingwei input {
        width: 99.5% !important;
    }
    .dingwei button {
        width: 22%;
        margin-top: 10px;
    }
}
.gallery-item {
    width: 100%;
}
.gallery-item img {
    width: 98%;
}
.fh5co-gallery .gallery-item .overlay{
    text-align: center;
    font-size: 18px;
    margin: 20px;
}