.titleHeader {
    height: 160px;
    position: relative;
}
.titleBg {
    position: absolute;
    width: 100%;
    font-size: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    color: #F8F8F8;
    z-index: 1;
}
.titleInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.titleInfo .title {
    margin: 30px 0;
    font-size: 36px;
    color: #333;
}

.titleInfo .infos {
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}


@media screen and (max-width: 960px) {

    .titleInfo .title {
        margin: 20px 0;
    }


    .solution {
        padding: 20px 0;
    }
}

.news {
    padding: 50px 0;
    text-align: center;
}

.newsDiv {
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
}

.news .newsItem {
    padding: 10px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    float: left;
    position: relative;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

.news .newsItem:nth-of-type(3n + 1) {
    margin-left: 0;
}

.news .newsItem:hover .title{
    color: #008DFE;
}

.news .newsItem .title {
    font-size: 16px;
    color: #333;
}

.news .newsItem .words {
    font-size: 14px;
    color: #999;
    height: 28px;
    overflow: hidden;
    padding: 10px 0;
}

.news .newsItem .date {
    font-size: 14px;
}

.news .newsItem .iconfont {
    font-size: 18px;
}

@media screen and (max-width: 650px) {
    .news .newsItem {
        width: 45%;
        margin-left: 5%;
    }

    .news .newsItem:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n) {
        margin-left: 5%;
    }
}

@media screen and (max-width: 450px) {
    .news .newsItem {
        width: 100%;
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n + 1) {
        margin-left: 0;
    }

    .news .newsItem:nth-of-type(2n) {
        margin-left: 0;
    }
}

.download {
    background-image: url("../img/down_bg.png");
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.download .content {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.download .bg  {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 476px;
    top: 50%;
    margin-top: -238px;
}

.download .links {
    position: absolute;
    width: 500px;
    height: 440px;
    top: 50%;
    margin-top: -220px;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 10px;
}

.download .linkImg {
    display: inline-block;
    float: right;
    width: 330px;
    margin-top: 20px;
}

.download .linkImg a:nth-of-type(2n) {
    margin-left: 10px;
}

.download .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.download .winTeach {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
}


.download .shop img {
    margin-right: 10px;
    cursor: default;
}

.download .qrCode {
    cursor: default;
    float: left;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .download .bg {
        display: none;
    }

    .download .links {
        left: 50%;
        margin-left: -250px;
    }
}

@media screen and (max-width: 520px) {
    .download .links {
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 50px;
    }

    .download .qrCode {
        display: block;
    }

    .download .linkImg {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/* 服务指南 */

.service {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

.service .content {
    text-align: center;
}

.service .contentItem {
    display: inline-block;
    text-align: center;
    width: 30%;
    max-width: 500px;
    border-right: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
}

.service .contentItem .title {
    font-size: 18px;
    color: #333;
}

.service .contentItem .info {
    position: relative;
    top: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    height: 36px;
}

.service .contentItem .link {
    font-size: 14px;
    color: #008DFE;
    cursor: pointer;
}

.service .contentItem:nth-of-type(3) {
    border-right: none;
}

.links img {
    border-radius: 3px;
}

.links img:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.shop img:hover {
    box-shadow: none;
}


@media screen and (max-width: 750px) {
    .service .contentItem {
        display: inline-block;
        width: 100%;
        border: none;
        margin: 10px 0;
        padding: 10px;
    }
}

ul {
  margin-top: 50px;
  overflow: hidden;
}
ul li {
  display: inline-block;
/*  flex: 1;*/
   float: left; 
   width: 200px; 
  height: 200px;
  text-align: center;
  cursor: pointer;
}
.top li:hover,
.cur_li {
  background-color: rgba(101, 167, 253, 0.1);
}
li .label_img {
  width: 72px;
  height: 86px;
  margin-top: 38px;
  margin-bottom: 25px;
}
li .label {
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.btm_dv {
  width: 1300px;
  background-color: rgba(101, 167, 253, 0.1);
  padding: 50px;
}
.icon {
  width: 168px;
  height: 168px;
  margin-right: 50px;
  vertical-align: top;
}
.dow_a:hover{
  background-color: #2b82ec !important;
}
.disnone {
  display: none;
}
.disblock {
  display: block;
}
.top {
  width: 1800px;
  overflow: hidden;
  height: 200px;
/*  display: flex;*/
}
/* 服务指南 */
