﻿@charset "UTF-8";

/*栏目通用头部*/
.banner-dy {
    height: 30rem;
    min-width: 75rem;
    overflow: hidden;
    position: relative;
}

.banner-dy:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    mix-blend-mode: overlay;
    /*animation: banner-bg-dh 20s reverse linear infinite;*/
    opacity: 0.2;
    filter:alpha(opacity=20);   /* IE版本兼容 */

}

.banner-1 {
    background-color: #00b1e6; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(45deg,#00b1e6 20%,#5cc53f 80%);
}

.banner-2 {
    background-color: #4caf50; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(150deg,#73c743, #4caf50);
}

.banner-3 {
    background-color: #0345ff; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(45deg,#0345ff 20%, #33a1ff 80%);
}

.banner-4 {
    background-color: #00b1e6; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(45deg,#00b1e6 20%, #305fd5 80%);
}

.banner-5 {
    background-color: #037eff;
    background-image: linear-gradient(15deg,#037eff,#3eb5f8);
}

.banner-6 {
    background-color: #00b1e6; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(45deg,#00b1e6 20%, #305fd5 80%);
}

.banner-1:before {
    background-image: url(banner-dy1.jpg);
}

.banner-2:before {
    background-image: url(banner-dy2.jpg);
}

.banner-3:before {
    background-image: url(banner-dy3.jpg);
}

.banner-4:before {
    background-image: url(banner-dy4.jpg);
}

.banner-5:before {
    background-image: url(banner-dy5.jpg);
}

.banner-6:before {
    background-image: url(banner-dy6.jpg);
}

@keyframes banner-bg-dh{
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.banner-dy-txt {
    position: absolute;
    top: 5rem;
    left: 2rem;
    right: 0;
    bottom: 0;
    color: white;
    width: 80%;
    height: auto;
    min-width: 75rem;
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-dy-txt h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 5rem;
}

.banner-dy-txt p {
    font-size: 1rem;
    line-height: 2rem;
}

.banner-dy-dh {
    font-size: 1rem;
    line-height: 1rem;
}

.banner-dy-dh a {
    color: white;
}

.banner-dy-dh > .icon {
    color: white;
    font-size: 1.1rem;
}

/*网站建设栏目*/
.fanwei {
    width: 100%;
    min-width: 75rem;
    overflow: hidden;
}

.fanwei ul {
    width: 100%;
    margin-top: 1rem;
    overflow: auto;
}

.fanwei ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 4rem 5%;
    border-right: 1px solid #f0f0f0;
    overflow: auto;
}

.fanwei ul li:hover {
    background:#4ca744;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.fanwei ul li:hover h3, .fanwei ul li:hover p {
    color: white;
}

.fanwei ul li strong {
    display: block;
    font-size: 5.5rem;
    color: #333;
    opacity: 0.06;
    filter:alpha(opacity=6);   /* IE版本兼容 */
}

.fanwei ul li h3 {
    font-size: 1.3rem;
    color: #444;
    font-weight: bold;
    /*
    裁剪溢出文字
    white-space: normal;
    white-space: nowrap;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: break-spaces;
    */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fanwei ul li p {
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 3rem 0;
    overflow: hidden;
}

.sheji {
    width: 100%;
    min-width: 75rem;
    margin: 6rem 0;
    background: #4ca744;
    /*相对定位 相对于自身位置定位*/
    position: relative;
}

/*
伪类  ::hover
伪元素 ::before
为了ie支持好点全部用一个冒号
*/
.sheji:before {
    content: "";
    display: inline-block;
    width: 256px;
    height: 548px;
    background: url(sheji-z.png) no-repeat;
    position: absolute;
    left: 0;
    top: -5rem;
}

.sheji:after {
    content: "";
    display: inline-block;
    width: 248px;
    height: 504px;
    background: url(sheji-y.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: -5rem;
}

.sheji-zuo {
    float: left;
    width: 25%;
    margin-top: 8%;
    margin-left: 8%;
    color: white;
    font-size: 2.5rem;
    /*相对定位 相对于自身位置定位*/
    position: relative;
}

.sheji-zuo:before {
    content: "";
    display: inline-block;
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: -1rem;
    left: 4rem;
}

.sheji-zuo p:nth-child(3) {
    font-size: 2rem;
    font-weight: bolder;
    color: #f69625;
}

.sheji-you {
    float: right;
    width: 67%;
    height: auto;
    margin: 3rem 0;
    color: white;
    font-size: 1.2rem;
}

.sheji-you li {
    float: left;
    overflow: auto;
    width: 36%;
    padding: 5%;
    margin: 2%;
    text-align: center;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, .05);
    box-shadow: -8px 8px 22px 0 rgba(0, 0, 0, .2);
}

.sheji-you li:nth-child(3) {
    margin-left: -15rem;
}

.sheji-you li:nth-child(4) {
    margin-right: 15rem;
}

.sheji-ico {
    color: #f8c84c;
    font-size: 5rem;
}

.sheji-you h3 {
    font-size: 1.3rem;
    margin: 5%;
}

.sheji-you p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
}

/*案例展示*/
.anli {
    width: 100%;
    min-width: 75rem;
    padding: 1rem 0;
    overflow: hidden;
}

.anli h1 {
    color: #2c2c2c;
}

.anli h2 {
    color: #666;
}

.anli ul {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-top: 3rem;
}

.anli ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: auto;
    overflow: auto;
    padding: 2%;
}

.anli-tu {
    display: block;
    overflow: hidden;
    height: 21rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
}

.anli-tu img {
    width: 100%;
    height: auto;
}

.anli-txt {
    color: #333;
    font-size: 1rem;
    line-height: 3rem;
    width: 22rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anli-tu:hover {
    box-shadow: 1px 6px 18px 6px rgba(0, 0, 0, .3);
    transform: scale(1.02);
    transition: all .5s;
    -webkit-transition: all .5s;
}

/*内容详情页*/
.neirong {
    position: relative;
    margin-top: -13rem;
    z-index: 888;
}

.neirong-title {
    top: 0 !important;
}

.neirong-box {
    width: auto;
    height: auto;
    overflow: auto;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2rem 1rem;
    padding: 3rem;
    border-radius: 0.6rem;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .06);
}

.neirong-zuo {
    float: left;
    width: 70%;
    height: 100%;
    overflow: hidden;
    min-height: 20rem;
}

.neirong-zuo a {
    color: #000;
}

.neirong-zuo p {
    font-size: 1rem;
    line-height: 2.2rem;
}

.neirong-zuo p img {
    height: auto;
    max-width: 100%;
}

.neirong-you {
    float: right;
    width: 30%;
    height: auto;
    padding-left: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.neirong-tags {
    background: white;
}

.neirong-tags h1 {
    color: #333;
    font-size: 1.4rem;
    padding: 0.5rem;
    border-bottom: 1px solid #c7c7c7;
}

.neirong-tags ul {

}

.neirong-tags ul li {
    overflow: auto;
    background: white;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.neirong-taga {
    font-size: 0.9rem;
    color: #2c2c2c;
}

.neirong-taga:hover {
    color: #d22121;
}

.neirong-yun {
    font-size: 0;
}

.neirong-yun img {
    width: 100%;
    height: auto;
}

.news-yun {
    font-size: 0;
    padding: 2rem;
    /*box-shadow: 0 2px 1rem 2px rgba(0, 0, 0, .1);*/
}

.news-yun a img {
    width: 100%;
    height: auto;
}

.neirong-page {
    background: white;
    margin: 2rem 1rem;
    padding: 0.6rem;
    overflow: hidden;
    border-radius: 0.6rem;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .06);
}

.neirong-page a {
    overflow: hidden;
    width: 41%;
    padding: 0.6rem;
    margin: 0.6rem 2.5rem;
    font-size: 0.9rem;
    color: #333;
}

.neirong-page span {
    color: #999;
}

.neirong-pre {
    float: left;
    border-right: 2px solid #f0f0f0;
}

.neirong-next {
    float: right;
}

/*定制与开发*/
.dzhi-fw {
    width: 100%;
    min-width: 75rem;
    overflow: hidden;
    background-color: #f7f7f7;
}

.dzhi-fw-box {
    width: 80%;
    height: auto;
    min-width: 75rem;
    max-width: 90rem;
    margin: 0 auto;
}

.dzhi-fw-ul {
    display: inline-block;
    width: 100%;
    height: auto;
    min-width: 75rem;
    max-width: 90rem;
    margin: 0 auto;
    padding: 6rem 0;
}

.dzhi-fw-ul li {
    display: block;
    width: 25%;
    float: left;
    overflow: auto;
    background: white;
    margin: 0.1rem;
    padding: 4%;
    /*相对定位 相对于自身位置定位*/
    position: relative;
}

.dzhi-fw-ul li strong {
    position: absolute;
    right: 12%;
    top: 15%;
    display: block;
    font-size: 3rem;
    color: #333;
    opacity: 0.04;
}

.dzhi-fw-ul li:hover {
    background-color: #439bff; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(125deg,#2ea1f8,#066bff);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    transform: scale(1.06);
    transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    z-index: 888;
}

.dzhi-fw-ul li:hover h3, .dzhi-fw-ul li:hover p {
    color: white;
}

.dzhi-fw h3 {
    color: #666;
    font-size: 1.4rem;
    line-height: 5.5rem;
    font-weight: 600;
}

.dzhi-fw p {
    color: #777;
    font-size: 1rem;
    line-height: 1.7rem;
    overflow: hidden;
    height: 8rem;
}

.dzhi-lc {
    width: 100%;
    min-width: 75rem;
    padding: 6rem 0;
    color: white;
    background: #000 url(dzhi-lc.jpg) no-repeat 100%/cover fixed;
    /*animation: muban-bg-dong 10s ease infinite;*/
}

.dzhi-lc h1 {
    color: white;
    font-size: 2rem;
}

.dzhi-lc h2 {
    color: white;
    font-size: 1.2rem;
}

.dzhi-lc ul {
    width: 100%;
    margin-top: 3.8rem;
    overflow: auto;
}

.dzhi-lc ul li {
    float: left;
    display: block;
    width: 21%;
    height: auto;
    padding: 2%;
}

/*伪类元素
.dzhi-lc ul li:nth-child(1):before, .dzhi-lc ul li:nth-child(2):before, .dzhi-lc ul li:nth-child(3):before {
    content: "";
    position: absolute;
    width: 118px;
    height: 14px;
    transform: translate(6rem, 6rem);
    background: url(dzhi-jt.png) no-repeat;
}
*/
.dzhi-lc-ico {
    width: 9rem;
    height: 9rem;
    margin: 0 auto;
}

.dzhi-lc-ico img {
    /*居中对齐*/
    width: 100%;
    height: auto;
}

.dzhi-lc ul li h3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 3rem;
}

.dzhi-lc ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    overflow: hidden;
}

.dzhi-xm {
    width: 100%;
    height: auto;
    background-image: url(dzhi-xm-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.dzhi-xm-box {
    overflow: hidden;
    width: 100%;
    min-width: 75rem;
    padding: 2rem 0;
    display: flex;
    align-items: center;
}

.dzhi-xm-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
    height: auto;
    padding: 2%;
    overflow: auto;
}

.dzhi-xm-img img {
    width: 100%;
    height: auto;
}

.dzhi-xm-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 40%;
    height: auto;
    padding: 0 2%;
    overflow: auto;
}

.dzhi-xm-txt h3 {
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 5rem;
}

.dzhi-xm-txt-bt {
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    /*align-items: center;*/
    align-items: baseline;
}

.dzhi-xm-txt-bt:before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #5874d8;
    margin-right: 0.5rem;
    flex: none;
}

.dzhi-xm-txt-nr {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    display: flex;
    /*align-items: center;*/
    align-items: baseline;
}

.dzhi-xm-you {
    width: 85%;
    margin-left: 15%;
}

/*运维服务*/
.yunwei {
    width: 100%;
    min-width: 75rem;
    padding: 8rem 0;
    overflow: hidden;
    background-color: #f0f4fd;
}

.yunweik {
    width: 80%;
    height: 30rem;
    min-width: 75rem;
    max-width: 90rem;
    margin: 0 auto;
    background-color: #f0f4fd;
    background-image: url(anquan-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30rem auto;
}

.yunweik ul {
    width: 30%;
    margin: 0 auto;
}

.yunweik ul li {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    margin: 6% 0;
    padding: 6%;
    box-sizing: border-box;
    border-radius: 0.6rem;
    background-color: white;
    box-shadow: 0 0 1rem 2px rgba(115, 150, 235, .1);
}

.yunwei-zuo {
    float: left;
}

.yunwei-zuo li {
    text-align: right;
    float: right;
}

.yunwei-zuo li:nth-child(1), .yunwei-zuo li:nth-child(3) {
    margin-right: -2.6rem;
}

.yunwei-you {
    float: right;
}

.yunwei-you li {
    text-align: left;
    float: left;
}

.yunwei-you li:nth-child(1), .yunwei-you li:nth-child(3) {
    margin-left: -2.6rem;
}

.yunweik ul li:hover {
    box-shadow: 0 0 2rem 4px rgba(115, 150, 235, .2);
    transform: scale(1.08);
    transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
}

.yunwei-zico {
    float: right;
    width: 18%;
    font-size: 3.4rem;
    color: #037eff;
    padding-top: 1rem;
    margin-left: 2%;
}

.yunwei-yico {
    float: left;
    width: 18%;
    font-size: 3rem;
    color: #037eff;
    padding-top: 1rem;
    margin-right: 2%;
}

.yunwei-txt {
    float: left;
    width: 80%;
}

.yunweik ul li h3 {
    color: #333;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
}

.yunweik ul li p {
    color: #555;
    font-size: 0.8rem;
    line-height: 1.2rem;

}

.yunwei-xg {
    width: 100%;
    min-width: 75rem;
    padding: 3.8rem 0;
    overflow: hidden;
    background-color: #00b1e6;
    /*background-image: linear-gradient(1deg,#5cc53f 20%,#00b1e6 60%);*/
    /*background-image: linear-gradient(5deg,#5cc53f 20%,#00b1e6 80%);*/
    background-image: url(yunwei-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.yunwei-xg h1 {
    color: white;
    font-weight: 500;
}

.yunwei-xg ul {
    width: 100%;
    margin: 5rem 0;
    overflow: auto;
}

.yunwei-xg ul li {
    float: left;
    width: 30%;
    height: auto;
    margin: 1.66%;
    overflow: auto;
    text-align: center;
}

.yunwei-xg-img {
    width: 100%;
    height: 16rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.yunwei-xg-img img {
    width: 100%;
    height: auto;
}

.yunwei-xg-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.6rem;
}

.yunwei-xg-txt {
    color: white;
    font-size: 1rem;
    margin-top: 1rem;
}

.yunwei-tu {
    width: 50% !important;
}

.yunwei-nr {
    width: 50% !important;
}

/*小程序*/
.xcxu {
    width: 100%;
    min-width: 75rem;
    padding: 3.2rem 0;
}

.xcxu-zuo {
    float: left;
    width: 50%;
    padding-left: 2%;
    overflow: hidden;
}

.xcxu-zuo h3 {
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3;
}

.xcxu-zuo h4 {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    min-height: 6.2rem;
}

.xcxu-zuo ul {
    width: 100%;
    padding: 6% 0;
    overflow: auto;
}

.xcxu-zuo ul li {
    float: left;
    padding-right: 5%;
    text-align: center;
    overflow: auto;
    background: white;
}

.xcxu-zuo ul li p {
    color: #777;
    font-size: 1rem;
    line-height: 2.4rem;
    overflow: hidden;
}

.xcxu-ico {
    font-size: 2.5rem;
    color: #3990db;
}

.xcxu-more {
    text-align: left;
    padding-bottom: 0.6rem;
}

.xcxu-more a {
    display: inline-block;
    padding: 0.9rem 4rem;
    color: white;
    font-size: 1.1rem;
    border-radius: 1.9rem;
    background-color: #58bd6a;
    border: 0.1rem solid #58bd6a;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.xcxu-you {
    float: right;
    width: 48%;
    height: auto;
    overflow: hidden;
}

.xcxu-you img {
    width: 90%;
    height: auto;
}

.xcxu-al {
    width: 100%;
    min-width: 75rem;
    padding: 1.3rem 0;
    overflow: hidden;
    background-color: #f7f7f7;
}

.xcxu-mb {
    width: 100%;
    padding: 3.8rem 0;
    overflow: hidden;
}

.xcxu-mb li {
    width: 38%;
    float: left;
    margin: 2%;
    padding: 4%;
    text-align: left;
    border-radius: 1.1rem;
    background-color: white;

    /*相对定位*/
    position: relative;
}

.xcxu-mb-z {
    float: left;
    width: 50%;
    height: 100%;
}

.xcxu-mb-ico {
    width: 3.8rem;
    height: 3.8rem;
    overflow: hidden;
    border-radius: 50%;
    border: 0.1rem solid rgba(0, 0, 0, .1);
}

.xcxu-mb-ico img {
    width: 100%;
    height: auto;
}

.xcxu-mb-z h3 {
    color: #000;
    padding-top: 10%;
    font-size: 1.5rem;
    font-weight: 600;
}

.xcxu-mb-z h4 {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.9rem;
}

.xcxu-mb-z p {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.5rem;
    height: 6rem;
    padding-top: 10%;
    overflow: hidden;
}

.xcxu-mb-more {
    /*绝对定位，基于li*/
    position: absolute;
    left: 10%;
    bottom: 11%;
}

.xcxu-mb-more a {
    display: inline-block;
    padding: 0.8rem 2.7rem;
    color: white;
    font-size: 1rem;
    border-radius: 1.9rem;
    background-color: #58bd6a;
    border: 0.1rem solid #58bd6a;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

.xcxu-mb-y {
    float: right;
    width: 40%;
    overflow: hidden;
    border: 0.1rem solid rgba(0, 0, 0, .1);
    border-radius: 0.6rem;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, .1);
}

.xcxu-mb-y img {
    width: 100%;
    height: auto;
}


/*联系我们*/
.lianxi {
    width: 100%;
    min-width: 75rem;
    padding: 1.3rem 0;
    overflow: hidden;
    background-color: #f7f7f7;
}

.lianxi ul {
    width: 100%;
    overflow: auto;
}

.lianxi ul li {
    width: 25%;
    float: left;
    overflow: auto;
    background: white;
    margin: 1.1%;
    padding: 3%;
    border-radius: 0.6rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    display: flex;
    align-items: flex-end;
}

.lianxi-zuo {
    width: 65%;
    height: auto;
    overflow: hidden;
}

.lianxi-ibg {
    width: 3.2rem;
    height: 3.2rem;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lianxi-ico {
    font-size: 1.9rem;
}

.lianxi h3 {
    color: #111;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.4rem;
}

.lianxi p {
    color: #888;
    margin-bottom: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lianxi a {
    color: #888;
}

.lianxi abbr {
    color: #1498ff;
}

.lianxi-you {
    width: 35%;
    height: auto;
    overflow: hidden;
}

.lianxi-you img {
    width: 100%;
    max-width: 9.5rem;
    height: auto;
}

.lianxi-xia {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lianxi-xia span {
    line-height: 3;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map {
    width: 100%;
    min-width: 75rem;
    height: 50rem;
}

/*搜索框样式 继承到banner */
.sousuo {
    left: 0 !important;
}

.sousuo form {
    width: 80%;
    height: auto;
    margin: 0 10%;
    /* 相对于我定位 */
    position: relative;
}

.sousuo-k {
    width: 100%;
    height: 4rem;
    font-size: 1rem;
    line-height: 4rem;
    color: #000;
    background-color: white;
    /*首行文本的缩进*/
    text-indent: 5.4rem;
    /*不是圆角不好看，兼容一下其他浏览器*/
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;

    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
    /*去除轮廓属性 */
    outline: none;
    border: none;

}

.sousuo-xl {
    /*相对于上级 绝对定位*/
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3.4rem;
    height: 2rem;
    /*去除轮廓属性 */
    outline: none;
    border: none;
    /*变为抓手*/
    cursor: pointer;
    font-size: 1rem;
    color: #757575;
    background-color: white;
}

.sousuo-an {
    /*相对于上级 绝对定位*/
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    /*去除轮廓属性 */
    outline: none;
    border: none;
    /*变为抓手*/
    cursor: pointer;
}

.sousuo-ico {
    font-size: 2rem;
    color: #757575;
    background-color: white;
}

.sousuo-jg {
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 2rem 4rem;
    border-bottom: 1px solid #f0f0f0;
}
/*文章列表页*/
.news {
    width: 100%;
    height: auto;
    min-width: 75rem;
    min-height: 66rem;
    overflow: hidden;
    /*background-color: #f9f9f9;*/
}

.news-zuo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 70%;
    padding: 0 1rem;
}

.news-ul {
    width: 100%;
    height: auto;
    /*box-shadow: 0 0 1rem 2px rgba(0, 0, 0, .05);*/
}

.news-ul li {
    overflow: auto;
    background: white;
    padding: 3rem;
    border-bottom: 1px solid #f0f0f0;
}

.news-ul li:hover {
    z-index: 888;
    transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .06);

}

.news-ul li:hover h3 {
    color: #305fd5;
}
.news-ul li a {
    color: #666;
}

.news-img {
    float: left;
    width: 10rem;
    height: 7rem;
    overflow: hidden;
    margin-right: 1rem;
    position: relative;
}

.news-img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.news-ul li h3 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.news-ul li p {
    width: auto;
    height: 3.2rem;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #999;
}

.news-ul li strong {
    color: #999;
    font-size: 0.9rem;
    font-weight: 500;
}

.news-date {
    float: right;
    margin-right: 1rem;
}

.news-you {
    float: right;
    width: 30%;
    height: auto;
}

.news-tags {
    background: white;
    padding: 2rem;
    /*box-shadow: 0 0 1rem 2px rgba(0, 0, 0, .05);*/
}

.news-title {
    color: #333;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-bottom: 1px solid #c7c7c7;
}

.news-ico {
    font-size: 1.5rem;
}

.news-txt {
    padding: 0.8rem 0;
}

.news-txt a {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.6rem 0.6rem 0;
    font-size: 0.9rem;
    color: #333;
    background-color: #fafafa;
    transition: background-color .3s;
    border: 1px solid #f3f4f9;
}

.news-txt a.active {
    color: white;
    background-color: #397fff;
}

.news-txt a:hover:not(.active) {
    color: white;
    background-color: #397fff;
}

.news-yun {
    font-size: 0;
    background: white;
    padding: 2rem;
    /*box-shadow: 0 2px 1rem 2px rgba(0, 0, 0, .1);*/

}

.news-yun a img {
    width: 100%;
    height: auto;
}


/*活动页面*/
.hd-box {
    /*为了衔接*/
    background-color: #9a0000; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(175deg, #9a0000, #ab3647);
}

.hd-banner {
    height: 41rem;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #e8190f;
}

.hd-banner-bg {
    width: 100%;
    height: 100%;
    background: url(huodong/banner.jpg) no-repeat center;
}

.hd-banner-bg img {
    margin-top: 12rem;
    width: auto;
    height: 12rem;
    background: no-repeat center;
}

.hd-daohang {
    width: 75rem;
    margin: -16rem auto 0;
    z-index: 999;
}

.hd-daohang ul {
    width: 100%;
    overflow: auto;
}

.hd-daohang ul li {
    overflow: auto;
    float: left;
    margin: 1.3rem 0;
    height: 6.2rem;
    width: 15rem;
}

.hd-daohang ul li:hover {
    cursor: pointer;
    transform: translate3d(0, -0.7rem, 0);
    transition: transform 0.3s linear 0s;
}

.hd-daohang ul li:nth-child(1) {
    background: url(huodong/banner-1.png) no-repeat center;
}

.hd-daohang ul li:nth-child(2) {
    background: url(huodong/banner-2.png) no-repeat center;
}

.hd-daohang ul li:nth-child(3) {
    background: url(huodong/banner-3.png) no-repeat center;
}

.hd-daohang ul li:nth-child(4) {
    background: url(huodong/banner-4.png) no-repeat center;
}

.hd-daohang ul li:nth-child(5) {
    background: url(huodong/banner-5.png) no-repeat center;
}

.hd-daohang ul li p:nth-child(1) {
    font-size: 1.3rem;
    font-weight: bold;
    /*增加或减少字符间的空白（字符间距）*/
    letter-spacing: 0.1rem;
    color: white;
    text-shadow: #ed350f 0.1rem 0.15rem 0.25rem;
    margin: 1.4rem 0 0.4rem 0.6rem;
}

.hd-daohang ul li p:nth-child(2) {
    font-size: 0.9rem;
    color: white;
    text-shadow: #ff0092 0.1rem 0.1rem 0.5rem;
    margin-left: 0.6rem;
}

/*活动标题*/
.hd-h1 {
    color: white;
    font-size: 2.4rem;
    text-align: center;
    display: flex;
    align-items: stretch;
}

.hd-h1 b {
    display: inline-block;
    width: 18rem;
    line-height: 2.4rem;
}

.hd-h1-zuo {
    display: inline-block;
    width: 2.9rem;
    height: 5rem;
    background: url(huodong/hd-z-ico.png) no-repeat;
}

.hd-h1-you {
    display: inline-block;
    width: 2.9rem;
    height: 5rem;
    background: url(huodong/hd-y-ico.png) no-repeat;
}

.hd-h2 {
    color: #e0e0e0;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.8rem;
}

/*网站建设*/
#hd-jz {
}

.hd-jianzhan {
    height: 26rem;
    width: 100%;
    background: url(huodong/hd-jianzhan.png) no-repeat;
    display: flex;
    align-items: flex-start;
}

.hd-jz-zuo {
    margin: 3.8rem 3.2rem;
}

.hd-jz-zuo img {
    height: 1.8rem;
    width: auto;
    background: no-repeat center;
    position: relative;
}

.hd-jz-you {
    padding-top: 4.4rem;
}

.hd-jz-you-s {

}

.hd-jz-you-s ul {
    width: 100%;
    overflow: auto;
}

.hd-jz-you-s ul li {
    float: left;
    overflow: auto;
    color: #ffd400;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-right: 1.3rem;
    padding-left: 3.2rem;
    background: url(huodong/hd-gou.png) left center no-repeat;
}

.hd-jz-you-z {
    margin-top: 1.9rem;
}

.hd-jz-you-z p {
    color: #ffee99;
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    background: url(huodong/hd-jz-yun.png) left center no-repeat;
}

.hd-jz-you-z ul {
    width: 100%;
    height: 3rem;
    background: url(huodong/hd-jz-zhong.png) no-repeat;
    color: white;
    font-size: 0.8rem;
    padding: 1rem 0;
}

.hd-jz-you-z ul li {
    width: 6.2rem;
    padding-left: 1.5rem;
    padding-top: 0.4rem;
    /*让它显示圆点*/
    list-style: inside;
    /*行溢出自动换行*/
    float: left;
    white-space: nowrap;
}

.hd-jz-you-x {
    display: flex;
    align-items: flex-end;
}

.hd-jz-jia {
    font-size: 0.9rem;
    color: #ffd400;
    margin-right: 0.6rem;
}

.hd-jz-jia span:nth-child(1) {
    text-align: center;
    font-size: 0.9rem;
    color: #ffd400;
    background: rgba(255, 212, 0, 0.3);
    padding: 0.25rem;
}

.hd-jz-jia span:nth-child(2) {
    color: #ffd400;
    font-size: 2.5rem;
    margin-left: 0.6rem;
    font-weight: bold;
}

.hd-jz-jia p {
    color: #ffb100;
    font-size: 0.9rem;
    text-decoration: line-through;
}


.hd-jz-bt {
    float: left;
    margin-left: 5rem;
}

.hd-jz-bt a:nth-child(1) {
    display: inline-block;
    height: 2.5rem;
    width: 11.3rem;
    background: #ff5500;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.9rem;
    margin-right: 0.6rem;
    font-weight: bold;
}

.hd-jz-bt a:nth-child(2) {
    display: inline-block;
    height: 2.5rem;
    width: 11.3rem;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.9rem;
    background: #e13d1c;
}

#hd-yun {
    padding-top: 5.5rem;
}

.hd-yunzj {
    margin: 1.3rem 0;
    width: 100%;
    overflow: hidden;
}

.hd-yunzj li {
    overflow: hidden;
    float: left;
    margin-right: 1.3rem;
    width: 17.5rem;
    height: auto;
    background-color: white;
}

.hd-yun-bt {
    width: 100%;
    height: 6.2rem;
    background-color: #037eff; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(90deg, #037eff, #3eb5f8);
}

.hd-yun-bt p:nth-child(1) {
    font-size: 1.3rem;
    height: auto;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fffbe5;
    padding: 1.3rem 0 0 1.3rem;
    margin: 0;
    line-height: 1;
}

.hd-yun-bt p:nth-child(2) {
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    /*属性增加或减少字符间的空白（字符间距）*/
    letter-spacing: 0;
    color: #fffbe5;
    opacity: 1;
    filter: alpha(opacity=100);   /* IE版本兼容 */
    padding: 1.1rem 0 0 1.3rem;
    line-height: 1.3rem;
}

.hd-yun-pz {
    padding: 1.3rem;
    border-bottom: 0.1rem solid #eee;
}

.hd-yun-pz p {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    padding-left: 1.9rem;
    background: url(huodong/hd-yun-gou.png) left center no-repeat;
    background-size:1.1rem 1.1rem;
}

.hd-yun-pz p>span {
    display: inline-block;
    font-size: 1rem;
}

.hd-yun-pz p span:nth-child(1) {
    width: 6.2rem;
    color: #666;
}

.hd-yun-pz p span:nth-child(2) {
    width: 6.2rem;
    color: #333;
    font-weight: bold;
}

.hd-yun-bq {
    padding: 1.3rem;
}

.hd-yun-bq span {
    color: white;
    background-color: #ff5500;
    border: 0.1rem solid #ff5500;
    padding: 0.15rem 0.31rem;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.hd-yun-jia {
    padding: 0 1.3rem;
}

.hd-yun-jia p>span{
    font-size: 1.5rem;
    color: #ff5500;
    font-weight: bold;
    margin-left: 0.31rem;
}

.hd-yun-jia p:nth-child(1) {
    font-size: 0.9rem;
    color: #ff5500;
}

.hd-yun-jia p:nth-child(2) {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
}

.hd-yun-an {
    width: 15rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    background: #ff5500;
    margin: 1.3rem auto;
}

.hd-yun-an a {
    color: white;
}

#hd-baota {
    padding-top: 5.5rem;
}

.hd-baota-img {
    width: 75rem;
    height: 9.4rem;
    text-align: center;
    background: url(huodong/hd-baota.jpg) center center no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    border-radius: 0.5rem;
}

.hd-baota-img b {
    font-size: 3.8rem;
    color: #39f974;
}

.hd-baota-img span:nth-child(1) {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 0.5rem 1.5rem;
    background-color: #fff7f2; /* 不支持渐变的浏览器回退方案 */
    background-image: linear-gradient(40deg, #fff7f2, #fcdbc4);
    border-radius: 1.9rem;
    float: left;
    margin: 3.8rem 0 0 6.2rem;
}

.hd-baota-img span:nth-child(2) {
    color: white;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 3.8rem;
    float: right;
    margin: 2.5rem 1.9rem 0 0;
}




/*

图像居中
img {
  display: block;
  margin: 0 auto;
}
我们必须使用 display: block 给予其块级行为。



p:nth-child(1)

p:first-child

    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;

*/
