body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: "思源黑体", Arial;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    font-family: "思源黑体", Arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
    overflow: hidden;
    clear: both;
}

a:link {
    color: black;
}

/* 导航栏 */
.navbar {
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.wrap {
    width: 80%;
    margin: 0 auto;
}

.navber {
    position: relative;
    width: 100%;
    height: 100px;
    float: left;
}

.navber input {
    display: none;
}

.logo {
    position: absolute;
    top: calc(50% - 25px);
    float: left;
    width: 40%;
    height: 50px;
}

.kj-logo {
    float: left;
}

.navber label {
    position: absolute;
    top: calc(58% - 25px);
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #333;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.navber label::before,
.navber label::after {
    content: "";
    position: absolute;
    left: 8px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease-out, top 0.3s ease-out 0.3s;
}

.navber label::before {
    top: calc(50% - 7px);
}

.navber label::after {
    top: calc(50% + 6px);
}



.navber input:checked + label::before {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
    transition: top 0.3s ease-out, transform 0.3s ease-out 0.3s;
}

.navber input:checked + label::after {
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: top 0.3s ease-out, transform 0.3s ease-out 0.3s;
}

/* 797以下导航栏 */




@media screen and (min-width: 1300px) {
    .navber label {
        display: none;
    }

    .navbar {
        height: 70px;
    }

    .navber {
        display: flex;
        height: 70px;
        justify-content: space-between;
        align-items: center;
    }

    .navber .logo {
        width: 20%;
        float: left;
    }


    .navber .ul1 {
        list-style: none;
        width: 80%;
        float: left;
        position: static;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 80%;
        height: 100%;
        margin: 0 0 0 auto;
        background-color: rgba(0, 0, 0, 0.0);
        opacity: 1;
        transform: scaleY(1);
    }

    .navber .ul1 li {
        width: 120px;
        height: 70px;
        line-height: 70px;
        float: left;
        text-align: center;
        color: white;
        font-weight: bold;
        position: relative;
    }


    .navbar .ul2 {
        position: absolute;
        background-color: #ffffff;
        display: none;
    }

    .navbar .ul3 {
        position: absolute;
        background-color: #ffffff;
        left: 100%;
        top: 0%;
        display: none;
    }

    .navbar .ul1 li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        color: #666666;
    }

    .navber ul li:hover {
        background-color: #179bbe;
        color: #ffffff;

    }

    .navbar .ul1 li:hover .ul2 {
        display: block;
    }


    .navbar .ul2 li:hover .ul3 {
        display: block;
    }

}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .navber label {
        display: none;
    }

    .navbar {
        height: 70px;
    }

    .navber {
        display: flex;
        height: 70px;
        justify-content: space-between;
        align-items: center;
    }

    .navber .logo {
        width: 20%;
        float: left;
    }


    .navber .ul1 {
        list-style: none;
        width: 80%;
        float: left;
        position: static;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 80%;
        height: 100%;
        margin: 0 0 0 auto;
        background-color: rgba(0, 0, 0, 0.0);
        opacity: 1;
        transform: scaleY(1);
    }

    .navber .ul1 li {
        width: 120px;
        height: 70px;
        line-height: 70px;
        float: left;
        text-align: center;
        color: white;
        font-weight: bold;
        position: relative;
    }


    .navbar .ul2 {
        position: absolute;
        background-color: #262626;
        display: none;
    }

    .navbar .ul3 {
        position: absolute;
        background-color: #262626;
        left: 100%;
        top: 0%;
        display: none;
    }

    .navbar .ul1 li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 70px;
        text-align: center;
        color: #666666;
    }

    .navber ul li:hover {
        background-color: #179bbe;
        color: #ffffff;

    }

    .navbar .ul1 li:hover .ul2 {
        display: block;
    }


    .navbar .ul2 li:hover .ul3 {
        display: block;
    }


}

@media screen and (max-width: 797px) {
    .wrap {
        width: 100%;
    }

    .navber ul {
        position: relative;
        top: 100px;
        width: 100%;
        opacity: 0;
        background-color: #333;
        transform: scaleY(0);
        transform-origin: 50% 0;
        transition: all 0.5s ease-out;
    }

    .navber ul li ul {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 0;
        background-color: #333;
        transform: scaleY(0);
        transform-origin: 50% 0;
        transition: all 0.5s ease-out;
    }

    .navbar ul li ul li ol {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 0;
        background-color: #333;
        transform: scaleY(0);
        transform-origin: 50% 0;
        transition: all 0.5s ease-out;
    }

    .navber ul li {
        list-style: none;
        width: 100%;
        height: 66px;
    }

    .navbar ul li ul li {
        list-style: none;
        width: 100%;
        height: 66px;
    }

    .navbar ul li ul li ol li {
        list-style: none;
        width: 100%;
        height: 66px;
    }

    .navber ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 66px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease-out;
    }

    .navbar ul li ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 66px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease-out;
    }

    .navbar ul li ul li ol li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 66px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease-out;
    }

    .navber input:checked ~ ul {
        opacity: 1;
        transform: scaleY(1);
    }

    .navbar ul li:hover ul {
        opacity: 1;
        transform: scaleY(1);
    }

    .navbar ul li ul li:hover ol {
        opacity: 1;
        transform: scaleY(1);
    }

    .navber ul li a:hover {
        box-shadow: 0 0 0 #fff, 0 15px 20px #c6d9ed inset;
    }

    .logo {
        position: absolute;
        top: calc(50% - 25px);
        padding: 0 4%;
        float: left;
        width: 40%;
        height: 50px;
    }

    .navbar ul li:hover {
        height: 300%;
    }

    .navbar ul li ul li:hover {
        height: 300%;
    }
}

/* 导航栏下的图片 */
.back-img {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

.back-img img {
    width: 100%;
    height: 100%;
}

/* padding */
#pagination {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 40px;
    float: left;
}

/* 页码和省略号的统一样式 */
#pagination a,
#pagination i {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    margin: 0 3px;
}

/* 页码 */
#pagination a {
    border: 1px solid #333;
    background-color: #333;
    color: #eee;
    font-size: 13px;
}

#pagination a:hover {
    background-color: #000;
    cursor: pointer;
}

/* 当前页码 */
#pagination a.current {
    background-color: transparent;
    color: #333;
    font-weight: bold;
}

/* 省略号 */
#pagination i {
    font-size: 18px;
}

@media screen and (max-width: 797px) {

    #pagination a,
    #pagination i {
        display: inline-block;
        min-width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 4px;
        margin: 0 3px;
    }

    #pagination a:nth-child(6+n) {
        display: none;
    }
}

/* 底部开始 */
.footer-box {
    width: 100%;
    /* height: 650px; */
    background-color: #141414;
    float: left;
}

.footer-one {
    padding: 6% 0;
    width: 100%;
    float: left;
}

.footer-one-box h1 {
    color: #fff;
    font-size: 30px;
}

.footer-one-box h3 {
    color: #ccc;
    font-size: 20px;
    margin: 1% 0 1% 0;
}

.footer-one-logo {
    width: 100%;
    background-color: #f7f8fa;
}

.footer-one-logo ul {
    width: 100%;
}

.footer-one-logo ul li {
    width: 16%;
    float: left;
    /* margin: 2% 1% ; */
}

.footer-two {
    width: 100%;
    float: left;
    padding: 20px 0;
    background-image: url("../image/footer.jpg");
}

.footer-text1 {
    width: 100%;
    margin: 2% 0;
    overflow: hidden;
}

.footer-text1 ul {
    color: #fff;
}

.footer-text1 ul li {
    width: 20%;
    float: left;
    margin-right: 2%;
}

.footer-text1-li {
    padding-left: 2%;
    padding-bottom: 2%;
}

.footer-text1-li:nth-child(1) {
    border-left: 0px solid #fff;
}

.footer-text1 ul li h4 {
    font-size: 12px;
}

.footer-text1 ul li h3 {
    float: left;
    font-size: 12px;
}

/* .footer-text1-messgae{
  width: 100%;
  float: left;
} */

/* .footer-text1-messgae-box{
  float: left;
  width: 100%;
} */

.footer-text1-messgae-box div {
    float: left;
}

.footer-text1-messgae-text {
    width: 100%;
    margin-top: 15px;
}

.footer-text1-messgae-text a {
    color: #fff;
}

.footer-text1-messgae-text img {
    margin-left: 15%;
}

.footer-three {
    width: 100%;
    padding: 5px;
    float: left;
    color: #fff;
    position: relative;
    left: 12%;
}


.footer-text2 {
    width: 100%;

    justify-content: center;
    align-items: center;
}

.footer-text2 div {
    float: left;
}

.footer-text1-messgae-text1 {}

.footer-text1-messgae-text2 {}

@media screen and (min-width: 1300px) {
    .footer-text1 {
        height: 100px;
    }

    .footer-text2 div p {
        font-size: 12px;
    }
}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .footer-text1 {
        height: 100px;
    }

    .footer-one-logo ul li {
        width: 25%;
    }

    .footer-text1-messgae-text div a {
        font-size: 10px;
    }

    .footer-text1-messgae-text div {
        font-size: 10px;
    }

    .footer-text1-messgae-text img {
        margin-left: 1%;
    }

    .footer-text2 div p {
        font-size: 8px;
    }
}

@media screen and (max-width: 797px) {

    .footer-one-logo ul li {
        width: 50%;
        margin-top: 1%;
    }

    .footer-one-logo ul li img {
        width: 100%;
    }

    .footer-text1 ul li h3 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
    }


    .footer-text1-messgae-text div {
        font-size: 14px;
    }

    .footer-text1-messgae-text1 {
        text-align: right；
    }

    .footer-text1-messgae-text img {
        margin-left: 1%;
    }

    .footer-text1 {
        width: 100%;
    }

    .footer-text1 ul li {
        width: 100%;
    }

    .footer-text1-li {
        border-left: 0px solid #fff;
        padding-left: 2%;
        padding-bottom: 2%;
        margin: 2% 0;
    }

    .footer-text1-li:nth-child(3) {
        display: none;
    }

    .footer-text1-li:nth-child(4) div {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-text1-messgae-text1 {
        width: 40%;
        text-align: right;
    }

    .footer-text1-messgae-text2 {
        width: 60%;
        text-align: left;
    }

    .footer-text2 div p {
        font-size: 12px;
    }
}


/* 轮播图开始 */
.lunbo {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.lunbo .content {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.lunbo #item {
    width: 100%;
    height: 100%;

}

.lunbo .item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 1s;
}

.lunbo .item.active {
    opacity: 1;
}

.lunbo img {
    width: 100%;
    height: 100%;
}

.lunbo #btn-left {
    width: 30px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    /*始终显示在图片的上层*/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    /*使按钮向上偏移居中对齐*/
    cursor: pointer;
    opacity: 0;
    /*平时隐藏*/
}

.lunbo:hover #btn-left {
    /*鼠标滑入，显示图标*/
    opacity: 1;
}

.lunbo #btn-right {
    width: 26px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-60%);
}

.lunbo:hover #btn-right {
    opacity: 1;
}

.lunbo #circle {
    height: 20px;
    display: flex;
    position: absolute;
    bottom: 35px;
    right: 46%;
}

.lunbo .circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid white;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    margin: 5px;
}

.lunbo .white {
    background-color: #FFFFFF;
}

/* 轮播图结束 */


/* 内容一开始 */
.container {
    width: 100%;
    float: left;
    background-color: #f7f8fa;
}

.option-box {
    padding: 40px 0;
    width: 100%;
    background-color: #fff;
}


.option-left {
    width: 50%;
    float: left;
    display: block;
}

.option-left-box {
    position: relative;
    width: 48%;
    height: 330px;
    float: left;
    margin: 1%;
    box-shadow: 0 2px 8px #CFCFCF;
}

.background-img {
    width: 100%;
    height: 100%;
}

.option-backimg {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.option-backimg img {
    width: 100%;
    height: 330px;
    display: none;
}

.option-left-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.option-left-text-bc {
    margin: 12%;
}

.option-left-text a {
    color: #262626;
}

.option-left-text:hover {
    background-color: rgba(42, 100, 249, 0.4);
    z-index: 1;
}

.option-left-box:hover a {
    color: #fff;
}

.option-left-box:hover img {
    display: block;
}

.option-logo {
    width: 20%;
}

.option-left-box a img {
    height: 100%;
    width: 100%;
}


.option-logo img {
    border-radius: 10px 0 10px 0;
}

.option-left-text h3 {
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 8% 0;
}

.option-left-text p {
    width: 100%;
    text-align: left;
    margin: 8% 0;
}

.option-text {
    width: 50%;
    float: left;
    margin-top: 60px;
}

.option-text h2,
.option-text h1,
.option-text p,
.option-text div {
    float: right;
    width: 95%;
    text-align: right;
}

.title1 {
    font-size: 20px;
    color: #ccc;
    /* margin: 10% 0 0 0; */
}

.title2 {
    width: 100%;
    font-size: 25px;
}

.title3 {
    margin: 5% 0 0 0;
    font-size: 14px;
}

.option-text div {
    width: 30%;
    height: 50px;
    line-height: 50px;
    margin: 20% 0;
    background-color: #179bbe;
}

.option-text div p {
    text-align: center;
    width: 100%;
    color: #fff;
}

.option-text div:hover {
    background-color: #fff;
    box-shadow: 0 2px 8px #CFCFCF;
}

.option-text div:hover p {
    color: #179bbe;
}



@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .option-left {
        width: 100%;
    }

    .option-text {
        width: 100%;
        margin-top: 20px;
    }

    .option-left-text-bc h3 {
        font-size: 24px;
    }

    .option-left-text-bc p {
        font-size: 16px;
    }

    .option-text h2 {
        margin-top: 0;
    }

    .option-text p {
        font-size: 16px;
    }

    .option-text div {
        margin: 0;
        margin-top: 20px;
    }

    .title3 {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 797px) {
    .lunbo .content {
        height: 150px;
        margin-top: 30px;
    }

    .option-box {
        padding: 40px 0;
    }

    .option-left {
        width: 90%;
        position: relative;
        left: 5%;
    }

    .option-text {
        width: 90%;
        margin: 0;
        padding: 0 1%;
    }

    .option-text h2 {
        margin-top: 2%;
        font-size: 12px;
    }

    .option-text p {
        font-size: 14px;
    }

    .option-text div {
        margin: 0;
        margin-top: 35px;
    }

    .option-left-box {
        width: 48%;
        height: 250px;
    }

    .option-backimg img {
        width: 100%;
        height: 265px;
    }

    .title3 {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
}

/* 内容二 */
.putup-box {
    width: 100%;
    padding: 40px 0;
}



.putup-box .title1,
.putup-box .title2,
.putup-box .title3 {
    text-align: left;
}

.putup-box .title1 {
    font-size: 20px;
}

.putup-box .title2 {
    font-size: 25px;
}

.putup-box .title3 {
    font-size: 14px;
    margin: 10px 0 10px 0;
}

.putup-items-box .putup-items-box {
    width: 100%;
    float: left;
}

.putup-items-box .items {
    float: left;
    width: 32%;
    margin: 10px 1% 0 0;
    background-color: #fff;
}

.putup-items-box .items-top {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.putup-items-box .items-top a {
    color: #000;
}

.putup-items-box .items-img {
    width: 100%;
    /* height:200px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: transform 0.5s;
}

.putup-items-box .items-img a {
    width: 100%;
    height: 100%;
}

.putup-items-box .items img {
    width: 100%;
}

.putup-items-box .items-top h3 {
    font-size: 14px;
    margin: 5% 0 2% 2%;
}

.putup-items-box .items-top p {
    margin: 2% 0 5% 2%;
}

.putup-items-box .items-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 2px solid #f7f8fa;
}

.putup-items-box .items-bottom p {
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    text-align: left;
    margin: 0 0 0 2%;
    float: left;
    color: #179bbe;
}

.putup-items-box .items :hover .items-bottom {
    background-color: #179bbe;
}

.putup-items-box .items :hover .items-bottom p {
    color: #fff;
}

.putup-items-box .items:hover img {
    transform: scale(1.2);
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .putup-items-box .items {
        width: 48%;
    }

    .putup-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .putup-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .putup-box {
        padding-top: 40px;
    }
}

@media screen and (max-width: 797px) {

    .putup-items-box .items-top h3 {
        font-size: 12px;
        color: #666666;
    }


    .putup-items-box .items {
        width: 48%;
    }

    .putup-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .putup-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }


    .putup-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .putup-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .items {
        width: 48%;
    }

    .items-bottom {
        display: none;
    }
}

/* 内容三 */
.solution-box {
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
}

.solution-box .title1,
.solution-box .title2 {
    text-align: left;
}

.solution-box .title1 {
    font-size: 20px;
}

.solution-box .title2 {
    font-size: 25px;
}

.solution-top {
    width: 100%;
    padding: 1% 0;
}

.solution-logo {
    float: left;
    width: 18%;
    /* height: 100%; */
}

.solution-logo img {
    width: 100%;
    /* height: 100%; */
}

.solution-text-box {
    float: left;
    width: 80%;
    /* height: 100%; */
    margin-left: 1%;
}

.solution-text {
    float: left;
    width: 32.3%;
    /* height: 100%; */
    margin: 0 0 0 1%;
}

.solution-text div {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.solution-text div img {
    width: 100%;
    /* height: 100%; */
    transition: transform 0.5s;
}

.solution-text :hover img {
    transform: scale(1.2);
}

.solution-text h3 {
    font-size: 1.5rem;
}

.solution-bottom {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.solution-img-box {
    width: 100%;
}

.solution-img {
    float: left;
    width: 11.5%;
    margin-right: 1%;
}

.solution-img div {
    overflow: hidden;
    width: 100%;
    /* height: 90%; */
}

.solution-img img {
    transition: transform 0.5s;
    width: 100%;
}

.solution-img:hover img {
    transform: scale(1.2);
}

.solution-img h3 {
    font-size: 1rem;
}

.solution-top ul li a:link {
    color: #141414;
}

.solution-top ul li a:visited {
    color: #141414;
}


.solution-bottom ul li a:link {
    color: #141414;
}

.solution-bottom ul li a:visited {
    color: #141414;
}

@media screen and (min-width: 1300px) {

    .solution-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .solution-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .solution-text h3 {
        font-size: 14px;
    }

    .solution-img h3 {
        font-size: 14px;
    }

}

@media screen and (min-width: 797px) and (max-width: 1300px) {



    .solution-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .solution-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .solution-logo:nth-child(1) {
        display: none;
    }

    .solution-text-box {
        width: 100%;
        margin: 0;
    }

    .solution-text {
        width: 31.2%;
        margin: 0 1%;
    }


    .solution-img {
        width: 14.6%;
        margin-left: 1%;
    }

    .solution-img:nth-child(n+7) {
        display: none;
    }

    .solution-text h3 {
        font-size: 12px;
    }

    .solution-img h3 {
        font-size: 12px;
    }
}

@media screen and (max-width: 797px) {
    solution-text a {
        color: #141414;
    }

    .solution-box .title1 {
        font-size: 12px;
        margin: 0;
        padding: 0 1%;
    }

    .solution-box .title2 {
        padding: 0 1%;
    }

    /* .solution-box .title3{
    font-size: 16px;
    margin: 10px 0 30px 0;
    padding: 0 1%;
  } */

    .solution-logo {
        display: none;
    }

    .solution-text-box {
        width: 100%;
    }

    .solution-text {
        width: 48%;
    }

    .solution-text:nth-child(3) {
        display: none;
    }

    .solution-img {
        width: 22%;
        margin-left: 2%;
    }

    .solution-img:nth-child(n+5) {
        display: none;
    }

    .solution-text h3 {
        font-size: 14px;
    }

    .solution-img h3 {
        font-size: 14px;
    }
}

/* 内容四 */
.footer-one {
    padding: 40px 0;
    width: 100%;
    background-color: #141414;
    float: left;
}

.footer-one-box h1 {
    color: #fff;
    font-size: 30px;
}

.footer-one-box h3 {
    color: #ccc;
    font-size: 12px;
    margin: 1% 0 1% 0;
}

.footer-one-logo {
    width: 100%;
    background-color: #f7f8fa;
}

.footer-one-logo ul {
    width: 100%;
}

@media screen and (min-width: 1300px) {

    .footer-one-logo ul li {
        width: 16%;
        float: left;
    }
}

@media screen and (min-width: 797px) and (max-width: 1300px) {

    .footer-one-logo ul li {
        width: 16%;
        float: left;
    }
}

@media screen and (max-width: 797px) {
    .footer-one-logo ul li {
        width: 19%;
        margin: 10px 3%;
    }
}


/* 内容结束 */




/* 关于我们 */
.aboutus-back-img {
    width: 100%;
    height: 300px;
    margin: 70px 0px 30px 0px;
}

.aboutus-back-img img {
    width: 100%;
    height: 100%;
    /* border-bottom-left-radius:60% 30%;
  border-bottom-right-radius:60% 30%; */
}

.aboutus-box {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

.tab_text ul {
    position: relative;
    width: 80%;
    margin: 0 10%;
    background-color: #eee;
    display: none;
}

.tab_texts .tab_text:hover ul {
    display: block;
    z-index: 500;
}

/* .aboutus-box .wrap{
  width: 80%;
  height:50px ;
  line-height: 50px;
} */

.aboutus-box .wrap .tab_texts {
    width: 70%;
    height: 40px;
    margin: 5px auto;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.aboutus-box .wrap .tab_texts .tab_text {
    width: 20%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0 auto;
    border-radius: 20px;
}

.aboutus-box .wrap .tab_texts .tab_text a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    color: #000;
}

.aboutus-box .wrap .tab_texts .tab_text a:hover {
    background-color: #179bbe;
    color: #fff;
}





.tab_texts3 .tab_text:hover ul {
    display: block;
    z-index: 500;
}

/* .aboutus-box .wrap{
  width: 80%;
  height:50px ;
  line-height: 50px;
} */

.aboutus-box .wrap .tab_texts3 {
    width: 50%;
    height: 40px;
    margin: 5px auto;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.aboutus-box .wrap .tab_texts3 .tab_text {
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0 auto;
    border-radius: 20px;
}

.aboutus-box .wrap .tab_texts3 .tab_text a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
}

.aboutus-box .wrap .tab_texts3 .tab_text a:hover {
    background-color: #179bbe;
    color: #fff;
}






.aboutus-box .wrap .box-text-top {
    width: 100%;
    float: left;
}

.aboutus-box .wrap .box-text-top h1 {
    font-size: 32px;
    padding: 20px 0;
}

.aboutus-box .wrap .box-text-bottom {
    width: 100%;
    float: left;
    text-align: left;
}

.aboutus-box .wrap p {
    text-align: left;
    font-size: 17px;
    padding-bottom: 15px;
}

.aboutus-box .wrap .textimg {
    width: 100%;
    height: 300px;
    float: left;
    padding-bottom: 15px;
}

.aboutus-box .wrap .textimg img {
    width: 100%;
    height: 100%;

}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {


    .aboutus-box .wrap .box-text-top h1 {
        font-size: 26px;
    }

    .aboutus-box .wrap p {
        font-size: 14px;
    }

    .aboutus-box .wrap .tab_texts {
        width: 80%;
    }

    .aboutus-box .wrap .tab_texts3 {
        width: 80%;
    }
}

@media screen and (max-width: 797px) {
    .aboutus-box .wrap .tab_texts .tab_text a {
        font-size: 10px;
    }

    .aboutus-back-img {
        height: 60px;
        margin: 100px 0 30px;
    }


    .aboutus-box {
        width: 90%;
        margin: 0 5%;
    }

    .aboutus-box .wrap .box-text-top h1 {
        font-size: 28px;
    }

    .aboutus-box .wrap .tab_texts {
        width: 100%;
    }

    .aboutus-box .wrap .tab_texts3 {
        width: 100%;
    }

    .jobs .wrap {
        width: 98%;
        margin: 0 auto;

    }

    .pshow .wrap {
        width: 98%;
        margin: 0 auto;

    }

    .aboutus .wrap {
        width: 98%;
        margin: 0 auto;

    }

    .serve .wrap {
        width: 98%;
        margin: 0 auto;

    }

    .news .wrap {
        width: 98%;
        margin: 0 auto;

    }
}

#a1 {
    background-color: #179bbe;
    color: #fff;
}

/* 招聘详情 */
.jobs {
    width: 100%;

    background-color: #eee;
}

.job {
    width: 100%;
    float: left;

}

.job-box {
    width: 100%;

}

.job .job_content {
    width: 100%;
}

.job .job_content li {
    width: 100%;
    /* height: 340px; */
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    float: left;
}

.job .text-box {
    width: 100%;
}

.job .text-box h3 {
    font-size: 30px;
    text-align: left;
    padding: 2% 0 0 2%;
}

.job .xian {
    width: 80px;
    height: 4px;
    margin: 10px 0 10px 2%;
    background-color: #179bbe;
}

.job .text-box-left {
    width: 30%;
    /* height: 60%; */
    float: left;
    margin: 0 0 0 2%;
}

.newsday {
    font-weight: 600;
}

.job .text-box-left img {
    width: 100%;
    height: 100%;
}

.job .text-box-right {
    width: 64%;
    float: left;
    margin: 0 2% 0 2%;
}

.job .text-box-right P {
    text-align: left;
}

.job .text-box-right button {
    width: 25%;
    height: 40px;
    border: 1px solid black;
    float: left;
    margin-top: 30px;
    cursor: pointer;
    background-color: #fff;
}

.job .text-box-right button:hover {
    background-color: #179bbe;
    color: #fff;
    border: 0px;
}


@media screen and (min-width: 1300px) {


    .job .text-box {
        width: 96%;
        padding: 2%;
    }

    .job .job_content li {
        width: 98%;
        margin: 0 1% 15px 1%;
    }

    .job .text-box h3 {
        font-size: 32px;
        padding-top: 15px;
    }

    .job .text-box-right P {
        font-size: 17px;
    }

    .job .text-box-right button {
        margin: 35px 0;
    }

    .new .text-box-left {
        height: 200px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .job .job_content li {
        width: 98%;
        margin: 0 1% 10px 1%;
    }

    .job .text-box {
        width: 96%;
        padding: 2%;
    }

    .job .text-box h3 {
        font-size: 26px;
        padding-top: 15px;
    }

    .job .text-box-right P {
        font-size: 14px;
    }

    .job .text-box-right button {
        margin: 40px 0;
    }
}

@media screen and (max-width: 797px) {
    .job {
        width: 90%;
        margin: 0 5%;
    }

    .job .job_content li {
        width: 98%;
        margin: 0 1% 15px 1%;
    }

    .job .text-box {
        width: 96%;
        padding: 2%;
    }

    .job .text-box h3 {
        font-size: 28px;
        padding-top: 15px;
    }

    .job .text-box-right P {
        font-size: 12px;
    }

    .job .text-box-right button {
        margin: 30px 0;
    }
}

/* 资质荣誉 */


#big_img {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-box-shadow: 10px 10px 50px #909090;
    -webkit-box-shadow: 10px 10px 50px #909090;
    box-shadow: 10px 10px 50px #909090;
    border-radius: 5px;
}

#big_img p button {
    color: #fff;
}

#big_img img {
    position: relative;
    top: 15%;
}

.zizhi-box {
    width: 100%;
    background-color: #fff;
}

.zizhi-box .title1,
.solution-box .title2 {
    text-align: left;
}

.zizhi-box .title1 {
    font-size: 25px;
}

.zizhi-box .title2 {
    font-size: 25px;
    padding-bottom: 20px;
}


.zizhi-bottom {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.zizhi-img-box {
    width: 100%;
}

.zizhi-img {
    float: left;
    width: 15.5%;
    margin: 0px 1% 15px 0px;
}

.zizhi-img div {
    overflow: hidden;
    width: 100%;
    /* height: 90%; */
}

.zizhi-img img {
    transition: transform 0.5s;
    width: 100%;
}

.zizhi-img:hover img {
    transform: scale(1.2);
}

.zizhi-img h3 {
    font-size: 1rem;
}

.zizhi-top ul li a:link {
    color: #141414;
}

.zizhi-top ul li a:visited {
    color: #141414;
}


.zizhi-bottom ul li a:link {
    color: #141414;
}

.zizhi-bottom ul li a:visited {
    color: #141414;
}

@media screen and (min-width: 1300px) {

    .zizhi-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .zizhi-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .zizhi-text h3 {
        font-size: 14px;
    }

    .zizhi-img h3 {
        font-size: 14px;
    }

}

@media screen and (min-width: 797px) and (max-width: 1300px) {



    .zizhi-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .zizhi-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .zizhi-logo:nth-child(1) {
        display: none;
    }

    .zizhi-text-box {
        width: 100%;
        margin: 0;
    }

    .zizhi-text {
        width: 31.2%;
        margin: 0 1%;
    }


    .zizhi-img {
        width: 14.6%;
        margin-left: 1%;
    }

    .zizhi-img:nth-child(n+7) {
        display: none;
    }

    .zizhi-text h3 {
        font-size: 12px;
    }

    .szizhi-img h3 {
        font-size: 12px;
    }
}

@media screen and (max-width: 797px) {
    .zizhi-text a {
        color: #141414;
    }

    .zizhi-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .zizhi-box .title3 {
        font-size: 16px;
        margin: 10px 0 30px 0;
    }

    .zizhi-logo {
        display: none;
    }

    .zizhi-text-box {
        width: 100%;
    }

    .zizhi-text {
        width: 48%;
    }

    .zizhi-text:nth-child(3) {
        display: none;
    }

    .zizhi-img {
        width: 22%;
        margin-left: 2%;
    }

    .zizhi-img:nth-child(n+5) {
        display: none;
    }

    .zizhi-text h3 {
        font-size: 14px;
    }

    .zizhi-img h3 {
        font-size: 12px;
        color: #666;
    }
}

/* 产品展示 */
.productshow {
    width: 100%;
}

.productshow .wrap {
    width: 98%;
    margin: 0 auto;
    /* overflow: hidden; */
}

.productshow .wrap .productshow_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}

.productshow .wrap .productshow_box .tab_texts {
    width: 40%;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.productshow .wrap .productshow_box .tab_texts .tab_text {
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0 auto;
    /* margin: 0 1%; */
    border-radius: 20px;
}



.productshow .wrap .productshow_box .tab_texts .tab_text a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}

.productshow .wrap .productshow_box .tab_texts .tab_text a:hover {
    background-color: #179bbe;
    color: #fff;
}



.productshow .wrap .productshow_box .tab_texts3 {
    width: 40%;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.productshow .wrap .productshow_box .tab_texts3 .tab_text {
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0 auto;
    /* margin: 0 1%; */
    border-radius: 20px;
}



.productshow .wrap .productshow_box .tab_texts3 .tab_text a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}

.productshow .wrap .productshow_box .tab_texts3 .tab_text a:hover {
    background-color: #179bbe;
    color: #fff;
}



.productshow ul {
    clear: both;
    width: 100%;
    transition: all 0.5s;
}

.productshow ul li {
    float: left;
    list-style-type: none;
    width: 100%;
}

.productshow_option {
    width: 100%;
    padding-bottom: 10px;
}

.productshow_option_box {
    position: relative;
    width: 31.3%;
    height: 330px;
    float: left;
    margin: 1%;
    box-shadow: 0 2px 8px #CFCFCF;
    /* background-color: #fff; */
}

.productshow_option_backimg {
    width: 100%;
    height: 100%;
}


.productshow_option_backimg img {
    width: 100%;
    height: 330px;
    /* display: none; */
}

.productshow_option_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.productshow_option_text-bc {
    /* margin: 12% 8%; */
    padding: 10%;
    width: 80%;
    height: 80%;
}

.productshow_option_text-bc a {
    color: #262626;
    display: block;
    width: 100%;
    height: 100%;
}

.productshow_option_text {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.productshow_option_text:hover {
    background-color: #fff;
    z-index: 1;
}

.productshow_option_text a:hover h3 {
    color: #121212;
}

.productshow_option_text a:hover p {
    color: #121212;
}


.productshow_logo {
    width: 20%;
}

.productshow_option_text a img {
    height: 100%;
    width: 100%;
}


.productshow_option_text img {
    border-radius: 10px 0 10px 0;
}

.productshow_option_text h3 {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    color: #fff;
}

.productshow_option_text p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin: 8% 0;
}

.pshow #pagination {
    background-color: #fff;
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {}

@media screen and (max-width: 797px) {
    .productshow_option_backimg img {
        height: 200px;
    }

    .productshow_option_box {
        width: 98%;
        height: 200px;
    }
}

/* 产品 */
.box .wrap {
    width: 80%;
    margin: 0 auto;
}

.tab_Content {
    width: 100%;
    color: #121212;
    background-color: #fff;
    overflow: hidden;
}

.tab_Content input {
    display: none;
}

.tab_Content label {
    float: left;
    width: 12.5%;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    /* background-color: #fff; */
    transition: all 0.3s;
    padding: 10px 0;
    margin-left: 1.5%;
    background-color: #eee;
    /* border-radius:100px; */
}

/* .tab_Content label:hover {
  background-color: #179bbe;
  color: #fff;
} */

.tab_Content ul {
    clear: both;
    width: 800%;
    height: 100%;
    transition: all 0.5s;
}

.tab_Content ul li {
    float: left;
    list-style-type: none;
    width: 12.5%;
    height: 100%;
    padding: 10px 0;
}

.container-right {
    width: 44%;
    float: left;
    padding-left: 3%;
    padding-top: 10px;
}

.container-right h2 {
    text-align: left;
    font-size: 26px;
}

.tab_Content ul li p {
    text-align: left;
    /* 文字溢出隐藏 */
    overflow: hidden;
    /* 超出内容显示为省略号 */
    text-overflow: ellipsis;
    /* 将对象作为弹性伸缩盒子模型显示 */
    /* display: -webkit-box; */
    /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
    -webkit-box-orient: vertical;
    /* 这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。 */
    -webkit-line-clamp: 3;
    margin-top: 20px;
}

.items-bottom-1 {
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #179bbe;
    border-top: 2px solid #f7f8fa;
    margin-top: 10%;
    float: left;
}

.items-bottom-1 a {
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    text-align: center;
    margin: 0 0 0 2%;
    float: left;
    color: #fff;
}

.items-bottom-1:hover {
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.items-bottom-1:hover a {
    color: #179bbe;
}





.container-left {
    /* border: 1px solid #38ada9; */
    width: 50%;
    float: left;
}

/* 标签栏 */

.image-box {
    margin-top: 10px;
    display: flex;
    padding-left: 1%;
}

.image-box .item {
    width: 140px;
    height: 50px;
    /* border-right: 1px solid #38ada9;
  border-bottom: 1px solid #38ada9;
  border-top: 1px solid #38ada9; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* 相对定位 */
    position: relative;
    /* 溢出隐藏 */
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin-right: 5%;
}

.image-box .item i {
    width: 100%;
    height: 100%;
}

.image-box .item i img {
    width: 100%;
    height: 100%;
}

.image-box .item:last-child {
    border-right: none;
}

/* 图标背景圆 */
.image-box .item::before {
    content: "";
    width: 80px;
    height: 80px;
    /* background-color: #38ada9; */
    border-radius: 50%;
    /* 绝对定位 */
    position: absolute;
    /* 过渡效果 */
    transition: 0.3s;
}

.image-box .fa {
    color: #fff;
    position: relative;
    font-size: 36px;
}

/* 标签选中态样式 */

.image-box .item.active::before {
    width: 150%;
    height: 150%;
}

/* 内容区 */

.content {
    width: 100%;
    height: 400px;
    position: relative;
}

section {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* 默认隐藏 */
    opacity: 0;
    /* 不透明度改变时的过渡效果 */
    transition: opacity 0.4s;
}

section img {
    width: 100%;
    height: 100%;
}

/* 内容区选中态样式 */

section.active {
    opacity: 1;
}

.product_text {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.product_text h1 {
    font-size: 18px;
    text-align: left;
}

.product_text p {
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {

    /* .content {
    width: 100%;
    height: 200px;
    position: relative;
} */

    .image-box .item {
        height: 60px;
    }
}

@media screen and (max-width: 797px) {
    .tab_Content ul li {
        display: flex;
        flex-direction: column;
    }

    .container-left {
        width: 100%;
        order: 2;
    }

    .container-right {
        padding: 20px 0 0 0;
        width: 100%;
        order: 1;
    }

    .image-box .item {
        height: 35px;
    }

    .items-bottom-1 {
        width: 30%;
        height: 40px;
        line-height: 40px;
        background-color: #179bbe;
        border-top: 2px solid #f7f8fa;
        margin-top: 5%;
        float: right;
    }

    .content {
        height: 180px;
        margin-top: 10px;
    }
}

/* 服务案列 */
.serve {
    background-color: #eee;
}

.servecase-box {
    width: 100%;
}

.serve #pagination {
    background-color: #eee;
}

.servecase-box .putup-items-box {
    width: 100%;
    float: left;
}

.servecase-box .items {
    float: left;
    width: 31%;
    margin: 0 1% 10px 1%;
    background-color: #fff;
}

.servecase-box .items-top {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.servecase-box .items-top a {
    color: #000;
}

.servecase-box .items-img {
    width: 100%;
    /* height:200px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: transform 0.5s;
}

.servecase-box .items-img a {
    width: 100%;
    height: 100%;
}

.servecase-box .items img {
    width: 100%;
}

.servecase-box .items-top h3 {
    font-size: 14px;
    margin: 5% 0 2% 2%;
}

.servecase-box .items-top p {
    margin: 2% 0 5% 2%;
}

.servecase-box .items-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 2px solid #f7f8fa;
}

.servecase-box .items-bottom p {
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    text-align: left;
    margin: 0 0 0 2%;
    float: left;
    color: #179bbe;
}

.servecase-box .items :hover .items-bottom {
    background-color: #179bbe;
}

.servecase-box .items :hover .items-bottom p {
    color: #fff;
}

.servecase-box .items:hover img {
    transform: scale(1.2);
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .putup-items-box .items {
        width: 48%;
    }

    .putup-box .title1 {
        font-size: 20px;
        margin: 0;
    }

    .putup-box .title3 {
        font-size: 16px;
        margin: 10px 0 10px 0;
    }


}

@media screen and (max-width: 797px) {
    .solution-box .wrap {
        width: 90%;

    }

    .putup-items-box {
        width: 90%;
        margin: 0 6%;
    }

    .servecase-box .putup-items-box {
        width: 90%;
    }

    .putup-items-box .items {
        width: 48%;
        margin: 10px 2% 0 0;
    }

    /* .option-left-text{
    height: 150px;
  } */

    .putup-box .title1 {
        font-size: 12px;
        margin: 0;
        padding: 0 5%;
    }

    .putup-box .title2 {
        padding: 0 5%;
    }

    .putup-box .title3 {
        font-size: 16px;
        margin: 10px 0 10px 0;
        padding: 0 5%;
    }

    .items {
        width: 48%;
    }

    .items-bottom {
        display: none;
    }
}

/* 新闻 */

.news {
    width: 100%;

    background-color: #eee;
}

.new {
    width: 100%;
    float: left;

}

.new_box {
    width: 100%;
    float: left;
}

.new .new_content {
    width: 100%;

}

.new .new_content li {
    width: 100%;
    /* height: 340px; */
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    float: left;
}

.new .text-box {
    width: 100%;
}

.new .text-box h3 {
    font-size: 30px;
    text-align: left;
    padding: 2% 0 0 2%;
}

.new .xian {
    width: 80px;
    height: 4px;
    margin: 10px 0 10px 2%;
    background-color: #179bbe;
}

.new .text-box-left {
    width: 30%;
    float: left;
    margin: 0 0 0 2%;
}

.newsday {
    font-weight: 600;
}

.new .text-box-left img {
    width: 100%;
    height: 100%;
}

.new .text-box-right {
    width: 64%;
    float: left;
    margin: 0 2% 0 2%;
}

.new .text-box-right P {
    text-align: left;
}

.new .text-box-right button {
    width: 25%;
    height: 40px;
    border: 1px solid black;
    float: left;
    margin-top: 30px;
    cursor: pointer;
    background-color: #fff;
}

.new .text-box-right button:hover {
    background-color: #179bbe;
    color: #fff;
    border: 0px;
}

.news #pagination {
    background-color: #eee;
}

@media screen and (min-width: 1300px) {
    .new .text-box {
        width: 96%;
        padding: 2%;
    }

    .new .new_content li {
        width: 98%;
        margin: 0 1% 15px 1%;
    }

    .new .text-box h3 {
        font-size: 26px;
        padding: 30px 0 0 2%;
    }

    .new .text-box p {
        font-size: 14px;
    }

    .new .text-box-right button {
        margin: 30px 0;
    }

    .new .text-box-left {
        height: 200px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .new .new_content li {
        width: 98%;
        margin: 0 1% 10px 1%;
    }

    .new .text-box {
        width: 96%;
        padding: 2%;
    }

    .new .text-box h3 {
        font-size: 26px;
        padding: 20px 0 0 2%;
    }

    .new .text-box-right {
        margin-bottom: 20px;
    }

    .new .text-box-right button {
        margin: 20px 0;
    }

    .new .text-box-left {
        height: 200px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 797px) {
    .new .new_content li {
        width: 98%;
        margin: 0 1% 15px 1%;
    }

    .new .text-box {
        width: 96%;
        padding: 2%;
    }

    .new .text-box h3 {
        font-size: 16px;
        padding-top: 10px;
    }

    .new .text-box p {
        font-size: 12px;
    }

    .new .text-box-right {
        margin-bottom: 10px;
    }

    .new .text-box-left {
        height: 160px;
        margin-bottom: 10px;
    }

    .new .text-box-right button {
        margin-top: 10px;
        width: 100%;

    }
}

联系我们 .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.contact_box {
    width: 100%;
}

.contact_box-top {
    width: 100%;
}

.contact_box-left {
    width: 70%;
    float: left;
    padding-bottom: 40px;
}

.contact_box-left h2 {
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}

#dituContent {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    /* margin: 2% 0; */
}

.contact_box-right {
    width: 30%;
    float: left;
    padding-bottom: 40px;
}

.contact_box-right h2 {
    font-size: 24px;
    color: #000;
    text-align: left;
    padding: 0 0 0 5%;
    margin: 10px 0;
}

.contact_box-right p {
    text-align: left;
    padding: 10px 0 10px 5%;
}

.contact_box-img img {
    float: left;
    padding: 2% 0 2% 5%;
}

@media screen and (min-width: 1300px) {
    .contact_box-right h2 {
        font-size: 32px;
    }

    .contact_box-left h2 {
        font-size: 32px;
    }

    .contact_box-right p {
        font-size: 16px;
    }

    .contact_box-left p {
        font-size: 16px;
    }
}



@media screen and (min-width: 797px) and (max-width: 1300px) {
    .contact_box-right h2 {
        font-size: 26px;
    }

    .contact_box-left h2 {
        font-size: 26px;
    }

    .contact_box-right p {
        text-align: left;
        padding: 8px 0 8px 5%;
    }
}

@media screen and (max-width: 797px) {

    .contact_box-right {
        width: 30%;
        float: left;
        padding-bottom: 40px;
    }

    .contact_box-top {
        display: flex;
        flex-direction: column;
    }

    .contact_box-left {
        width: 100%;
        order: 2;

    }

    .contact_box-right {
        width: 100%;
        order: 1;
        padding-bottom: 20px;
    }

    .contact_box-right h2 {
        text-align: center;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .contact_box-left h2 {
        margin: 0 0 15px 0;
    }

    .contact_box-right p {
        text-align: center;
        padding: 0 0 10px 0;
    }

    .contact_box-right .contact_box-img {
        display: none;
    }
}

/* text */
.text_box {
    width: 100%;
}

.text_box_top {
    width: 100%;
    border-bottom: 1px solid #121212;
    padding-bottom: 40px;
}

.text_box_top h1 {
    font-size: 32px;
    text-align: left;
}

.text_box_top div {
    width: 15%;
    height: 15px;
    line-height: 15px;
    margin: 1% 0;
    float: left;
}

.text_box_top div p {
    text-align: left;
}

.text_box_bottom {
    width: 100%;
    float: left;
    /* padding: 4% 2%; */
}

.text_box_bottom p {
    font-size: 17px;
    text-align: left;
    padding: 20px 0;
}

.text_box_bottom .textimg {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0;
}

.text_textimg img {
    width: 100%;
}

.fanye {
    width: 100%;
    height: 30px;
    float: left;
    padding-bottom: 40px;
}

.fanye .anliu1 {
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
}

.fanye .anliu2 {
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: right;
}

.fanye .anliu1 .anliu_img {
    width: 30px;
    height: 30px;
    float: left;
}

.fanye .anliu1 .anliu_img img {
    width: 100%;
}

.fanye .anliu1 a {
    float: left;
    display: block;
    width: 70%;
    text-align: left;
    color: #000;
}

.fanye .anliu2 .anliu_img {
    width: 30px;
    height: 30px;
    float: right;
}

.fanye .anliu2 .anliu_img img {
    width: 100%;
}

.fanye .anliu2 a {
    float: right;
    display: block;
    width: 70%;
    text-align: right;
    color: #000;
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 797px) and (max-width: 1300px) {
    .text_box_top div {
        width: 120px;
    }

    .text_box_top h1 {
        font-size: 26px;
    }

    .text_box_bottom p {
        font-size: 14px;
        text-align: left;
        padding: 20px 0;
    }
}

@media screen and (max-width: 797px) {
    .text_box {
        width: 90%;
        margin: 0 5%;
    }

    .text_box_bottom {
        padding: 4% 0;
    }

    .text_box_top div {
        width: 120px;
    }

    .text_box .wrap {
        width: 98%;
        margin: 0 1%;
    }

    .text_box_top h1 {
        font-size: 20px;
    }


}


/*翻页*/
.pager {
    margin: 30px;
}

.hx_pager {
    color: #000;
}



.hx_pager a {
    margin: 0 5px;
    border: 1px solid #333;
    padding: 5px 10px;
}

.hx_pager a:visited {
    color: #000;
}

.Ahover {
    margin: 0 5px;
    background-color: #333;
    color: #fff !important;
    padding: 5px 10px;
}

.PreSpan {
    margin: 0 5px;
    background-color: #333;
    color: #fff !important;
    padding: 5px 10px;
}

.NextSpan {
    margin: 0 5px;
    background-color: #333;
    color: #fff !important;
    padding: 5px 10px;
}

.PreA {
    margin: 0 5px;
    border: 1px solid #333;
    padding: 5px 10px;
}

.NextA {
    margin: 0 5px;
    border: 1px solid #333;
    padding: 5px 10px;
}

@media screen and (max-width: 797px) {
    .pager {
        margin: 30px 0px;
    }
}