body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.select2-container--default .select2-search--inline .select2-search__field{
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* 单页 */
.document-content p img,
.page-content p img{
    width: 100%!important;
}

/* 客服 */
.support {
    position: fixed;
    top: 200px;
    right: 0;
    overflow: hidden;
}
.support .support-tag{
    width: 38px;
    text-align: center;
    padding: 8px 10px;
    float: left;
    background-color: #009EE8;
    color: #fff;
    margin-top: 20px;
}
.support .support-content{
    width: 200px;
    float: right;
    background: #009EE8;
    display: none;
}
.support .support-item{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.support .support-item a{
    padding-right: 5px;
}
.support .support-content-inner{
    background-color: #fff;
    padding: 10px;
    margin: 8px;
    min-height: 200px;
}
.support .support-wx img{
    width: 100%;
}
.support .support-extra{
    padding-top: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#main-container {

    background-color: #fff;
}


#aboutus {    }

.hometext {
    font-size: 18px;
}

.hometext p {
    margin: 5px; padding: 5px;
}

.fgx {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #eee
}

#aboutus .ttl {
    min-height: 80px;
    font-size: 30px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background-color: #2988fc;
}

.ttl-des {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #2988fc;
    padding: 20px 0 ;
}

.ttl2 {
    padding: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #2988fc;
}

.ttl3 {
    margin-top: 20px;
    padding: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #ff8a3c;
}

.services { padding: 10px; margin: 0; overflow: hidden;}
.services li { width: 50%; float: left; list-style: none}
.services li  div { margin:6px; padding: 10px;  border: 1px solid #eee}
.services li  div span { font-size: 14px;}

.apps { padding: 10px; margin: 0; overflow: hidden;}
.apps li { width: 50%; float: left; list-style: none}
.apps li  div { margin:6px; padding: 10px;  border: 1px solid #eee}
.apps li  div span { font-size: 14px;}



@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(50%) translateZ(0) scaleY(1)
    }
}


.waveWrapper {
    overflow: hidden;
    position: relative;
    margin: auto;
    min-height: 40px;
    background-color: #2988fc;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;

}

.bgTop {
    z-index: 15;
    opacity: 0.8;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
    opacity: 0.6;
}

.wave {
    position: absolute;
    right: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 30px;
}

.waveAnimation .waveTop {
    animation: move_wave 10s linear infinite;
}

.waveMiddle {
    background-size: 50% 40px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 15s linear infinite;
}

.waveBottom {
    background-size: 50% 20px;
}

.waveAnimation .waveBottom {
    animation: move_wave 20s linear infinite;
}

.artc_list { padding: 20px 10px; border: 1px solid #eee; margin-top: 10px; overflow: hidden; }
.artc_list a { margin: 10px 0; border-bottom: 1px dashed #eee;  display: block; padding: 4px;}

.artc_list2 { border: 1px solid #eee; margin-bottom: 10px; overflow: hidden; }
.artc_list2 a { margin: 10px; border-bottom: 1px dashed #eee;  display: block; padding: 4px;}


.kwd h4{ float: left; margin: 15px 5px;}

.tel { font-size: 18px; color: #ff9800 }

.artc_content { padding:10px; border: 1px solid #eee; overflow: hidden; }

/* 带图片的文章列表 */

.articles_pic {
    padding: 20px 10px;
    border: 1px solid #eee;
    margin-top: 10px;
}

.articles_pic ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.articles_pic ul li {
    width: 20%;
    float: left;
    list-style: none;
}


@media screen and (max-width: 768px) {
    .articles_pic ul li {
    width: 25%;
    float: left;
	}
}


@media screen and (max-width: 414px) {
    .articles_pic ul li {
    width: 33.333%;
    float: left;
	}
}





.articles_pic ul li p{
    padding: 10px;
}

.articles_pic ul li img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #eee;
}