* {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
}

img {down-item
    width: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}


.container {
    width: 100%;
    margin: 0 auto;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    width: 260px;
    margin-top: 12px;
}

.header .nav {
    width: 764px;
    display: flex;
    justify-content: space-around;
    line-height: 50px;
}


.header .nav a {
    display: block;
    font-size: 18px;
    padding: 0 8px;
}

.header .nav a:nth-child(5) {
    display: none;
}

.header .nav span {
    border: 1px solid red;
    padding: 3px 5px;
    border-radius: 20px;
    height: 20px;
}

.kf {
    background: url("../image/kf.png")/*tpa=https://www.77de.com/static/image/kf.png*/ no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header .nav .a-active {
    color: #083191;
    position: relative;
}

.header .nav .a-active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    content: '';
    background-color: #083191;
}

.lunbo {
    background: url("../image/lunbo.png")/*tpa=https://www.77de.com/static/image/lunbo.png*/ no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.lunbo h1 {
    color: white;
    text-align: center;
    padding-top: 50px;
    font-size: 26px;
}

.choose-p {
    width: 215px;
    background: #fdfdfd;
    text-align: center;
    margin: 30px auto 0 auto;
    line-height: 35px;
    border-radius: 30px;
    font-size: 17px;
}

.product {
    background-color: #198fa0;
    text-align: center;
}

.product .container {
    display: flex;
    justify-content: space-between;
}

.product a {
    width: 25%;
    display: block;
}

.product-item {
    margin: 20px 0px;
    padding: 8px 0px;
    border-right: 1px solid #31b9cd;
}

.product a:nth-child(4) .product-item {
    border-right: none;
}

.product a h2 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.product a p {
    font-size: 12px;
    color: #fff;
    border: 1px solid #31b9cd;
    margin: 10px auto;
    line-height: 20px;
    border-radius: 10px;
    width: 70px;
}

.p-a-active {
    background: #31b9cd;
    position: relative;
}

.p-a-active:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 35%;
    width: 20px;
    height: 20px;
    background: #31b9cd;
    display: inline-block;
    transform: rotate(134deg);
    -webkit-transform: rotate(134deg); /*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(134deg); /*Firefox 3.5+*/
}

.bg-gray {
    background-color: #fafafa;
}

.bg-blue {
    background-color: #eaf6fd;
}

.section {
    padding: 5px;
}

.section .b-img {
    width: 100%;
    margin-bottom: 15px;
}

.s-info {
    text-align: center;
    padding: 0 10px;
}

.s-info h2 {
    font-size: 20px;
    font-weight: normal;
    padding-top: 30px;
}

.s-info p {
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0px 20px 0px;
    font-size: 13px;
}

.i-right {
    text-align: right;
    margin: 10px auto 30px auto !important;
}

.s-vs {
    display: flex;
    justify-content: space-between;
}

.vs-item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}

.vs-item h3 {
    text-align: center;
    margin: 20px 0px;
    font-size: 24px;
}

.vs-item:nth-child(1) h3 {
    color: #1a8bea;
}

.vs-item:nth-child(2) h3 {
    color: #e55a5b;
}

.vs-item p {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    padding: 0 20px;
}

.marketing {
    background-color: #198fa0;
    text-align: center;
}

.marketing .container {
    display: flex;
    justify-content: space-between;
}

.marketing-item {
    width: 25%;
    display: block;
    margin: 20px 0px;
    border-right: 1px solid #31b9cd;
}

.marketing-item:nth-child(4) {
    border-right: none;
}

.marketing h2 {
    font-size: 24px;
    color: #fff;
}

.marketing p {
    font-size: 13px;
    color: #fff;
    margin: 10px auto;
}

.marketing .t-small {
    font-size: 13px;
}

.footer {
    background: url("../image/bg-footer.png")/*tpa=https://www.77de.com/static/image/bg-footer.png*/ no-repeat;
    background-size: cover;
    padding-bottom: 65px;

}

.footer .ewm {
    width: 75px;
    margin-right: 30px;
}

.footer h2 {
    color: #fff;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
}

.footer div, .footer a {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    font-size: 13px;
    overflow-wrap: break-word;
}

.footer .nav:nth-child(1) {
    border-bottom: 1px dashed #323a3e;
    padding: 5px 10px;

}

.footer .nav:nth-child(1) .nav-info {
    display: flex;
}

.footer .nav:nth-child(2) {
    float: left;
    padding: 5px 0px 5px 10px;
}

.footer .nav:nth-child(3) {
    float: right;
    padding: 5px 10px 5px 0px;
    width: 48%;
}

.c-right {
    border-top: 1px dashed #323a3e;
    clear: both;
    text-align: center;
    color: #5694b5;
    padding: 5px 10px;
    font-size: 12px;
}

.qq-contact {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0;
    height: 60px;
    display: flex;
}

.qq-contact a {
    height: 60px;
    line-height: 60px;
    width: 50%;
}

.q-c-1 {
    background-color: #1d7e8c;
}

.q-c-2 {
    background-color: #083191;
}

.q-c-1, .q-c-2 {
    display: flex;
}

.q-c-1 div, .q-c-2 div {
    color: #fff !important;
}

.q-c-1 img, .q-c-2 img {
    height: 30px;
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.q-c-3 {
    display: none !important;
}

.q-c-info {
    display: none;
}

.article {
    padding-bottom: 10px;
}

.article .nav {
    line-height: 45px;
    background-color: #fafafa;
}

.article .nav .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.q-a-item, .about-info {
    padding-left: 5px;
    padding-right: 5px;
}

.article .nav .jqdt {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.article .nav .back {
    color: red;
    margin-right: 5px;
}

.article h2 {
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
}

.article h3 {
    text-align: center;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 14px;
}

.article p {
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 300;

}

.article .q-a-item .question {
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
}

.article .q-a-item .answer {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0px;
}

.article .about-info {
    margin-top: 15px;
    line-height: 30px;
    font-weight: 300;
}

.why-choose {
    background: url("../image/intro-bg.jpg")/*tpa=https://www.77de.com/static/image/intro-bg.jpg*/ no-repeat;
    background-size: cover;
    padding-bottom: 15px;
}

.why-choose .wc-title {
    text-align: center;
    font-size: 28px;
    padding: 30px 0px;
    font-weight: normal;
}

.why-choose .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.why-choose .intro {
    border: 0px solid rgba(255, 255, 255, 0.6);
    background: #0896fa;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    width: 48%;
    margin-bottom: 15px;
}

.why-choose .intro h2 {
    color: #fff;
    text-align: center;
    margin: 15px 0 20px 0;
    font-size: 18px;
}

.why-choose .intro p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.why-choose .intro i {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.why-choose .intro:nth-child(1) i {
    background: url("../image/intro1.png")/*tpa=https://www.77de.com/static/image/intro1.png*/ no-repeat;
    background-size: cover;
}

.why-choose .intro:nth-child(2) i {
    background: url("../image/intro2.png")/*tpa=https://www.77de.com/static/image/intro2.png*/ no-repeat;
    background-size: cover;
}

.why-choose .intro:nth-child(3) i {
    background: url("../image/intro3.png")/*tpa=https://www.77de.com/static/image/intro3.png*/ no-repeat;
    background-size: cover;
}

.why-choose .intro:nth-child(4) i {
    background: url("../image/intro4.png")/*tpa=https://www.77de.com/static/image/intro4.png*/ no-repeat;
    background-size: cover;
}


.cooperate .co-title {
    text-align: center;
    font-size: 28px;
    padding-top: 30px;
    font-weight: normal;
}


.cooperate .co-item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f6f6f6;
    width: 85%;
    margin: 30px auto;
}

.cooperate .co-item h2 {
    text-align: center;
    margin: 15px 0 25px 0;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-weight: normal;
}

.cooperate .co-item p {
    font-size: 15px;
    color: #666;
    text-align: left;
    line-height: 1.8;
}


.article .list {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
}
.article .title {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}


.article .list h2 {
    padding: 0px;
    text-align: left;
    font-size: 15px;
}

.article .list small {
    font-size: 12px;
}

.article .list .l-img {
    width: 70%;
    max-width: 180px;
    margin-right: 10px;
}
.article .list .desc{font-size:12px;}
.article .list .more {
    color: #083191;
    font-size: 12px;
    float:right
}

.pagination{overflow:hidden;}
.pagination {
    /* display: flex; */
    margin: 0 10px;
}

.pagination li {
    display: block;
    float: left;
    margin: 5px;
    padding: 2px 12px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 26px;

}


.pagination .disabled {
    background-color: #fafafa !important;
}

.pagination .active {
    background-color: orangered !important;
}

.pagination .active span {
    color: #fff;
}

.yqlj{
    margin-top: 5px;
    padding: 5px 0px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    clear: both;
    width: 100%;

}

.yqlj span,.yqlj a{
    color: #9e9e9e;
    margin-right: 10px;
    font-size: 13px;
}

.down-item {
    box-shadow: 3px 3px 7px #eee, -3px 3px 7px #eee, 3px -3px 7px #eee;
    padding: 30px;
    display: flex;
    margin: 10px;
    box-sizing: border-box;
}

.down-item:nth-child(1) {
    margin-top: 30px;
}

.down-item h2 {
    text-align: left;
    padding: 0px 0px 10px 0px;
}

.down-item .time {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.down-item .dbtn {
    margin-top: 20px;
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
}

.down-item .img {
    width: 120%;
    max-width: 300px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.down-item .img img {
    width: 100%;
}
.rightNev{
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 3;
	cursor: pointer;
}
.scrollTextcom { width: 100%;}
