* img{
    transition: all .8s;
}

p {
    margin-bottom: 10px;
}

.header {
    height: 60px;
    background: #1a86ff;
}

.header .logo {
    padding: 10px 0;
}

.header .logo img {
    max-height: 40px;
}

.wx-type {
    margin-left: -10px;
    margin-right: -10px;
}

.wx-type-tips {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

.wx-type-list {
    float: left;
    width: 46%;
    margin: 0 2% 10px;
    border: 1px solid #e7e7eb;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.wx-type-list a {
    color: #222222;
    text-decoration: none;
}

.wx-type-list:hover {
    background-color: #f4f5f9;
}

.wx-type-list:hover .wx-type-footer {
    background-color: #f4f5f9;
}

.wx-type-list .wx-type-item {
    margin: 0;
    padding: 5px 0 0;
    list-style-type: none;
}

.wx-type-list li {
    margin: 0 14px;
}

.wx-type-list .wx-type-title {
    padding: 16px 6px;
    font-size: 20px;
    color: #222222;
    text-align: center;
}

.wx-type-list .wx-type-title img {
    width: 64px;
}

.wx-type-list .wx-type-footer {
    margin: 0;
    padding: 10px 20px;
    background-color: #fbfbfb;
    text-align: right;
    border-top: 1px solid #e7e7eb;
}


.tj {
    background: #fff;
    padding: 20px 0;
    clear: both;
    border: 4px solid #f7f7f7;
    border-left: 0;
    border-right: 0;
}

.tj .li {
    background: url(../img/index/bgx.jpg) no-repeat right top;
    text-align: center;
    padding-right: 55px;
}

.tj .li .top {
    font-size: 24px;
}

.tj .li .txt {
    font-size: 14px;
    padding-top: 5px;
}

.tj .li .txt img {
    vertical-align: middle;
    top: -2px;
    height: 16px;
    position: relative;
}

.tj .tongguo {
    padding-left: 60px;
}

.why-ul {
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}

.why-ul .li {
    margin-bottom: 30px;
}

.why-ul .li .img img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.why-ul .li .img:hover img {
    transform: scale(1.1);
}

.why-ul .li .txt {
    font-weight: bold;
    text-align: center;
    color: #111;
    padding: 6px 0;
}

.why-ul .li .intro {
    font-size: 14px;
    color: #666;
}

.vbtn {
    display: inline-block;
    background: url(../img/index/wm2.gif) no-repeat left top;
    background-size: 115%;
    border-radius: 5px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding: 0 50px;
}

.vbtn:hover {
    color: #fff;
}

.ibox {
    padding: 40px 0 30px;
    overflow: hidden;
}

.ibox .head {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

.ibox .hintro {
    color: #888;
    text-align: center;
    margin-bottom: 25px;
}

.ibox .iline {
    color: #9f9f9f;
    text-align: center;
    position: relative;
}

.ibox .iline span {
    background: #fff;
    padding: 0 30px;
    display: inline-block;
}

.ibox .iline i {
    display: block;
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
    border-bottom: 1px solid #eee;
    height: 15px;
    z-index: -1;
}

.case-ul {
    overflow: hidden;
    margin-bottom: 50px;
    clear: both;
}

.case-ul .li {
    margin-bottom: 20px;
    display: block;
    color: #333;
}

.case-ul .li .inner {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.case-ul .li .img img {
    width: 100%;
}

.case-ul .li .img:hover img {
    transform: scale(1.1);
}

.case-ul .li .txt {
    padding: 5px;
    font-size: 14px;
    text-align: center;
}

.footer .shengming {
    background: #f2f2f2;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 5rem;
}

.imgs img {
    width: 40%;
    float: left;
    height: 32px;
    margin: 0 10px 10px 0;
}
.lx {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .tj .li {
        background: none;
        padding: 8px 0;
    }
}
.footer {
    margin-bottom: 4rem;
}
.footer2{
    background: #1774ff;
    height: 3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
}

.footer2 a{
    flex: 1;
    display: block;
    color: #fff;
    font-size: 1.36rem;
    text-align: center;
}