* {
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    font-family: Arial, 'Microsoft YaHei', sans-serif;
}
ul, li{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #0091ff;
}
/*new 2017-9-4*/
.header{
    width: 100%;
}
.header-content{
    width: 1200px;
    margin: auto;
    height: 80px;
    line-height: 80px;
}
.header-logo{
    display: inline-block;
    vertical-align: middle;
    width: 166px;
    height: 44px;
    background: url("../img/logo.png");
}
.header-nav{
    float: right;
    height: 78px;
    line-height: 78px;
    font-size: 16px;
}
.header-nav > li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.header-nav > li > a{
    display: block;

    border-bottom: 2px solid transparent;
}
.header-nav > li > a:hover,
.header-nav > li.cur > a{
    color: inherit;
    border-bottom: 2px solid #1b98f7;
}


.banner{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    overflow: hidden;
}
.banner-container{
    position: relative;
}
.banner-content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner1-row{
    position: absolute;
    top: 57%;
    left: 55%;
}
.banner1-down{
    display: inline-block;
    width: 75px;
    height: 44px;
    margin: 0 10px;
    color: #fff;
    text-align: left;
    line-height: 44px;
    padding-left: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner1-down:hover{
    color: #fff;
    opacity: .9;
}
.b1-down-pc{
    background: url("../img/banner-down-pc.png");
}
.b1-down-pc:hover{
    background: url("../img/banner-down-pc0_1.png");
}
.b1-down-ios{
    background: url("../img/banner-down-ios.png");
}
.b1-down-ios:hover{
    background: url("../img/banner-down-ios1.png");
}
.b1-down-android{
    background: url("../img/banner-down-android.png");
}
.b1-down-android:hover{
    background: url("../img/banner-down-android1.png");
}
.banner2-row{
    position: absolute;
    top: 55%;
    left: 25%;
}
.banner2-down{
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 60px;
    margin-right: 50px;
    font-size: 18px;
    text-align: left;
    background: url("../img/banner2-down.png");
}
.banner2-down:hover{
    color: #fff;
    opacity: .9;
}
.banner2-qcode{
    display: inline-block;
    vertical-align: bottom;
}



.top-wrapper {
    width: 100%;
    background: #fff;
    color: #666;
}
.top-content {
    width: 1200px;
    height: 250px;
    margin: auto;
}
.top-list {

}
.top-list:after {
    content: '';
    display: table;
    clear: both;
}
.top-list > li {
    float: left;
    padding: 80px 44px 55px;
}
.top-list > li > a {
    display: block;
    text-align: center;
    color: inherit;
}
.top-list > li > a:hover {
    color: #1669e4;
}
.top-list-icon {
    margin-bottom: 20px;
}
.main-wrapper {
    padding: 25px 0;
    background: #f5f5f5;
}
.main-content {
    width: 1200px;
    margin: auto;
}
.main-content:after {
    content: '';
    display: table;
    clear: both;
}
.left-container {
    width: 790px;
    margin: auto;
}
.right-container {
    width: 390px;
    float: right;
}
.trans-block {
    margin-bottom: 20px;
}
.blank-block {
    background: #fff;
}
.down-list {
    margin-left: -20px;
}
.down-list:after {
    content: '';
    display: table;
    clear: both;
}
.down-list > li {
    float: left;
    margin-left: 250px;
    width: 250px;
    height: 270px;
    text-align: center;
    background: #fff;
    position: relative;
}
.down-list > li:hover {
    box-shadow: 0 0 20px #d7ddea;
}
.down-list .down-list-corner{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
/* .down-list .down-list-corner.corner-android{
    background: url("../img/android0.png");
}
.down-list .down-list-corner.corner-ios{
    background: url("../img/corner-ios.png");
}
.down-list .down-list-corner.corner-pc{
    background: url("../img/corner-pc.png");
}
.down-list > li:hover .down-list-corner.corner-android{
    background: url("../img/corner-android-h.png");
}
.down-list > li:hover .down-list-corner.corner-ios{
    background: url("../img/corner-ios.png");
}
.down-list > li:hover .down-list-corner.corner-pc{
    background: url("../img/corner-pc.png");
} */
.down-list .down-icon{
    margin-top: 40px;
    margin-bottom: 10px;
}
.down-list .down-icon > img{
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.down-list > li h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.down-list > li p {
    color: #666;
}
.down-list .down-list-btn{
    display: inline-block;
    width: 110px;
    height: 38px;
    margin-left: -55px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #94d03b;
    position: absolute;
    left: 50%;
    bottom: 20px;
}
.down-list .down-list-btn:hover{
    background: #9cda3d;
}
.block-title{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.block-title > a{
    float: right;
    font-size: 14px;
    color: #898989;
}
.block-title > a:hover{
    color: #0091ff;
}

.article-list{
    padding: 30px 20px 10px;
}
.article-list li{
    height: 152px;
    margin-bottom: 20px;
}
.article-img{
    display: block;
    float: left;
    width: 230px;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
}
.article-img > img{
    display: inline-block;
    min-width: 100%;
}
.article-msg{
    margin-left: 250px;
    border-bottom: 1px solid #f1f1f1;
}
.article-msg:after{
    content: '';
    display: table;
    clear: both;
}
.article-title{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}
.article-intro{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 16px;
    overflow: hidden;
}
.article-info{
    color: #999;
    font-size: 12px;
    line-height: 16px;
}
.article-date,
.article-author{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.article-date:before,
.article-author:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
.article-author:before{
    background: url("../img/author.png");
}
.article-date:before{
    background: url("../img/date.png");
}


.block-box{
    padding: 20px 20px 0;
}
.box-title{
    font-size: 16px;
    margin-bottom: 15px;
}
.box-title > a{
    float: right;
}
.box-title > a:hover{
    color: #0091ff;
}
.box-content{

}


.today-history-list{
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px dashed #dcdcdc;
}
.today-history-list > li{
    position: relative;
    padding: 15px 0;
}
.today-history-list > li a{
    display: inline-block;
    max-width: 100%;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.today-history-list > li:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff url("../img/point.png");
    position: absolute;
    left: -20px;
    top: 50%;
}

.question-list{
    color: #666;
    font-size: 14px;
}
.question-list > li{
    position: relative;
    padding: 15px 0;
}
.question-list > li > a{
    display: inline-block;
    max-width: 100%;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback-list{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
.feedback-list > li{
    padding: 0 22px;
    margin-bottom: 10px;
}
.feedback-list-content{
    padding: 10px 22px;
    background: #efefef;
    position: relative;
    border-radius: 8px;
}
.feedback-list-content:before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url("../img/list-before.png");
    position: absolute;
    top: 13px;
    left: -22px;
}
/* .feedback-list > li:nth-child(2n) .feedback-list-content:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    left: auto;
    right: -22px;
} */

.new-footer{
    background: #fff;
}
.new-footer-content{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.new-footer-links{
    padding: 40px 0 50px;
    font-size: 14px;
    color: #666;
}
.new-footer-links >a{
    margin-right: 20px;
}
.new-footer-copyright{
    border-top: 1px solid #eee;
    padding: 30px 0;
    font-size: 12px;
    color: #999;
}


/*slider*/
.bx-wrapper{
    margin: 0 auto;
}
.bx-wrapper .bx-viewport{
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    left: 0;
    background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #1b98f7;
}