body {
    margin: 0;
    font-family: "微软雅黑";
    width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

#bg {
    width: 100%;
    height: 460px;
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: auto 100%;
}

#bg .bg_cot {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.bg_cot .iconBox {
    position: absolute;
    top: 170px;
    left: 610px;
    z-index: 1;
    animation: move 1s;
    -moz-animation: move 1s;
    -ms-animation: move 1s;
    -o-animation: move 1s;
    -webkit-animation: move 1s;
    overflow: hidden
}

.iconBox img {
    float: left;
    height: 120px;
}

.iconBox p {
    float: left;
    font-size: 24px;
    color: white;
    margin: 0;
    margin-left: 15px;
}

.iconBox p span {
    display: block;
    font-size: 60px;
    font-weight: bold;
}

@keyframes move {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 170px;
        opacity: 1;
    }
}

@-moz-keyframes move {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 170px;
        opacity: 1;
    }
}

@-ms-keyframes move {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 170px;
        opacity: 1;
    }
}

@-o-keyframes move {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 170px;
        opacity: 1;
    }
}

@-webkit-keyframes move {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 170px;
        opacity: 1;
    }
}

.bg_cot .android {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 270px;
    animation: move2 1s;
    -moz-animation: move2 1s;
    -ms-animation: move2 1s;
    -o-animation: move2 1s;
    -webkit-animation: move2 1s;
}

.bg_cot .ios {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 40px;
    animation: move2 1s;
    -moz-animation: move2 1s;
    -ms-animation: move2 1s;
    -o-animation: move2 1s;
    -webkit-animation: move2 1s;
}

@keyframes move2 {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}

@-moz-keyframes move2 {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}

@-ms-keyframes move2 {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}

@-o-keyframes move2 {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes move2 {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}

#mobile {
    width: 100%;
    height: 250px;
}

#mobile .mob_cot {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mob_cot li:first-child {
    position: absolute;
    top: -350px;
    left: 0;
    z-index: 1;
    animation: move3 1s;
    -moz-animation: move3 1s;
    -ms-animation: move3 1s;
    -o-animation: move3 1s;
    -webkit-animation: move3 1s;
}

@keyframes move3 {
    0% {
        top: -215px;
        opacity: 0;
    }
    100% {
        top: -350px;
        opacity: 1;
    }
}

@-moz-keyframes move3 {
    0% {
        top: -215px;
        opacity: 0;
    }
    100% {
        top: -350px;
        opacity: 1;
    }
}

@-ms-keyframes move3 {
    0% {
        top: -215px;
        opacity: 0;
    }
    100% {
        top: -350px;
        opacity: 1;
    }
}

@-o-keyframes move3 {
    0% {
        top: -215px;
        opacity: 0;
    }
    100% {
        top: -350px;
        opacity: 1;
    }
}

@-webkit-keyframes move3 {
    0% {
        top: -215px;
        opacity: 0;
    }
    100% {
        top: -350px;
        opacity: 1;
    }
}

.mob_cot .android {
    position: absolute;
    right: 270px;
    top: 30px;
    z-index: 1;
}

.mob_cot .ios {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 1;
}

.mob_cot p {
    font-size: 15px;
    margin: 0;
    line-height: 35px;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}


/*应用简介*/

.intro,
.screen {
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    margin-bottom: 30px;
}

.intro h2,
.screen h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 2px solid #4baee5;
    color: #333;
}

.intro p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
    color: #646464;
}

.intro a:hover {
    color: #58b4e7;
}


/*应用截图*/

.screen ul {
    overflow: hidden;
    padding: 15px 0;
}

.screen ul li {
    float: left;
    width: 24%;
    margin: 0 0.5%;
}

.screen ul li img {
    width: 100%;
}

footer {
    /*position:fixed;
	bottom:0;*/
    width: 100%;
    height: 80px;
    border-top: 1px solid #e5e5e5;
    /*z-index:10;
	background-color:white;*/
}

footer span {
    font-size: 18px;
    color: #333;
    line-height: 80px;
    text-align: center;
    display: block;
}

#dcontent img {
    display: inline;
}


/* 20190531 */

.news_list_new {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.news_list_li_new {
    width: 450px;
    height: auto;
    min-height:204px;
    overflow: hidden;
}

.new_title4::after {
    position: absolute;
    content: '';
    width: 66px;
    height: 18px;
    background: url('../../images/icon/icon_tj.png') no-repeat center center;
    background-size: 100% auto;
    left: 2px;
    top: 13px;
}

.news_list_li_new_title_h1 {
    padding-left: 0;
    font-size: 22px;
    line-height: 44px;
    color: #666666;
    margin-left: 80px;
    background: url('../../images/icon/icon_bg.png') no-repeat left 26px;
}