@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
    font-family: "微软雅黑";
}
ul,
li {
    list-style: none;
}
ol,
ul {
    margin: 0px;
}
img {
    border: 0px;
}
.clr {
    clear: both;
}
p {
    margin: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin: 0px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0px;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    text-decoration: none;
}
.container-fluid {
    width: 1600px;
}
/* index.strat */
/* 导航 */
.navbar {
    background: rgba(13, 14, 19, 0.48);
    height: 133px;
    z-index: 999;
}
.navbar-logo {
    padding-left: 100px;
    color: #fff;
    font-size: 43px;
}
.navbar-logo .logo {
    color: #fff;
}
.navbar-item .nav-item .nav-link {
    color: rgb(255 255 255 / 68%);
    font-size: 18px;
    transition: .3s;
}
.navbar-item .nav-item .active {
    color: #fff;
    font-size: 18px;
}
.navbar-item .nav-item:hover .nav-link {
    color: #fff;
    font-size: 18px;
}
.navbar-end .contact {
    color: #fff;
    font-size: 24px;
}
/* banner */
.banner {
    width: 100%;
    position: relative;
    margin-top: -133px;
}
.more {
    position: absolute;
    left: 162px;
    color: #e1e2e2;
    font-size: 24px;
    line-height: 35px;
    bottom: 48px;
    cursor: pointer;
}
.click {
    position: absolute;
    right: 0;
    bottom: 0;
}
.click a{
    color: #000000;
}
.hezuo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 521px;
    height: 143px;
    background: #d7ecf5;
    border: 2px solid;
    border-image: linear-gradient(0deg, #8c8f86, #ffffff) 10 10;
    cursor: pointer;
}
.anli {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 414px;
    height: 143px;
    background: #d7ecf5;
    border: 2px solid;
    border-image: linear-gradient(0deg, #8c8f86, #ffffff) 10 10;
    cursor: pointer;
}
.women {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 521px;
    height: 143px;
    background: #ffffff;
    border: 2px solid;
    border-image: linear-gradient(0deg, #8c8f86, #ffffff) 10 10;
    cursor: pointer;
}
.ind_container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0px;
}
.ind_header .pro_title {
    border-left: #1f94ad solid 6px;
    padding-left: 16px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 49px;
}
.ind_header .pro_title small {
    color: rgba(0, 0, 0, 0.4);
    font-size: 24px;
}
.pro_more {
    font-size: 22px;
    width: 130px;
    height: 54px;
    border: 2px solid #3c3c3d;
    border-radius: 27px;
    margin-right: 15px;
}
.pro_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
}
.pro_list .pro_item {
    width: calc(100% / 4 - 12px);
    margin-right: 12px;
    overflow: hidden;
    height: auto;
    margin-bottom: 40px;
}
.pro_list .pro_item .item_name {
    margin-top: 30px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    opacity: 0.8;
}
.pro_list .pro_item .item_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    opacity: 0.5;
    cursor: pointer;
}
.pro_list .pro_item .item_img {
    max-width: 100%;
}
/* 装修 */
.plan {
    margin-top: 35px;
}
.plan_left {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    width: 800px;
}
.plan_left img {
    position: absolute;
    right: 0;
    top: 0;
}
.left_desc {
    position: relative;
}

.plan_left .left_desc {
    margin-top: 407px;
}
.plan_left .left_desc .title {
    padding-top: 180px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    opacity: 0.8;
}
.plan_left .left_desc .left_hr {
    display: block;
    margin: 17px 0;
    width: 74px;
    height: 1px;
    background: #000000;
    opacity: 0.3;
}
.plan_left .left_desc .desc {
    width: 490px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    opacity: 0.3;
}
.plan_right .top_title {
    border-left: 1px solid #999;
    height: 87px;
    padding-left: 20px;
}
.right_top {
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.right_top .title {
    margin-bottom: 26px;
}
.right_bottom .right_img img {
    width: 100%;
}

.plan_right .top_title .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    opacity: 0.8;
}
.plan_right .top_title .left_hr {
    display: block;
    margin: 17px 0;
    width: 74px;
    height: 1px;
    background: #000000;
    opacity: 0.3;
}
.plan_right .top_title .desc {
    width: 490px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    opacity: 0.3;
}
.plan_right .bottom_title .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    opacity: 0.8;
}
.plan_right .bottom_title .left_hr {
    display: block;
    margin: 17px 0;
    width: 74px;
    height: 3px;
    background: #000000;
    opacity: 0.3;
}
.plan_right .bottom_title .desc {
    width: 313px;
    height: 38px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    opacity: 0.3;
}
.bottom_title {
    right: 0;
    top: 148px;
}


@media screen and (max-width: 768px) and (min-width: 320px) {
    .navbar {
        height: 60px;
    }
    .nav-top {
        height: 60px;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .navbar-brand .img-top {
        margin: 8px;
        width: 12%;
    }
    .navbar-brand .nav_title {
        margin: 10px 0px;
    }
    .navbar-brand .nav_title h1 {
        font-size: 16px;
    }
    .navbar-brand .nav_title P {
        font-size: 14px;
        line-height: 24px;
    }
    .navbar-toggle {
        display: block !important;
        margin-right: 10px;
        margin-top: 0px;
    }
    .navbar-toggle .icon-bar {
        background-color: #39bcff;
        width: 25px;
        margin: 5px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 381px;
        position: fixed;
        background-color: #fff;
        float: none;
        text-align: center;
        width: 100%;
    }
    .wap-banner {
        display: block;
    }
    .home-banner {
        display: none;
    }
    .navbar-nav li i {
        display: none;
    }
    .navbar-nav {
        margin: 10px auto;
    }
    .navbar-nav .open .dropdown-menu li {
        padding: 5px;
        text-align: center;
    }
    .ind_about .ind_about_con .con-title {
        background: none;
        background-color: #03aae8;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: static;
        padding: 10px;
    }
    .ind_about .ind_about_con .con-title .title-txt {
        padding: 0px;
    }
    .ind_about .ind_about_con .con-title .title-txt h3 {
        font-size: 24px;
    }
    .ind_about .ind_about_con .con-title .title-txt h4 {
        font-size: 18px;
    }
    .ind_about .ind_about_con .con-title .title-hr {
        margin: 15px 0px;
        width: 100%;
    }
    .ind_about .ind_about_con .con-text {
        width: 100%;
        padding: 20px 10px;
    }
    .ind_about .ind_about_con .con-text h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .ind_about .ind_about_con .con-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .ind_about .ind_about_con .con-text img {
        margin-top: 15px;
        widows: 26px;
        width: 26px;
    }
    .ind_about .ind_about_con .con-text span {
        margin-top: 15px;
        font-size: 20px;
        padding-left: 5px;
        line-height: 18px;
    }
    .ind_about .ind_about_con {
        overflow: hidden;
        padding: 20px;
    }
    .ind_product {
        padding: 20px 0px;
    }
    .ind_product .ind_product_con {
        padding: 0px;
    }
    .con-title h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .con-title h2::before {
        left: 24%;
        width: 52%;
    }
    .con-title h2::after {
        left: 45.6%;
    }
    .ind_product .ind_product_con .con-list {
        margin-top: 42px;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper {
        width: 100%;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide {
        width: 100%;
        padding-left: 12%;
        padding-top: 2%;
        margin-bottom: 5%;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide h3 {
        font-size: 20px;
        padding-top: 4%;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide h4 {
        font-size: 32px;
        padding-right: 5%;
        padding-top: 3%;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide .hr {
        width: 95%;
        margin-top: 5%;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide:hover .hr {
        width: 95%;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide p {
        margin: 5% 0px 5% 0px;
    }
    .ind_product .ind_product_con .con-list .swiper-wrapper .swiper-slide img {
        float: none;
        max-width: 100%;
    }

    .ind_new .ind_new_con {
        padding: 20px;
    }
    .ind_new .ind_new_con .con-list ul {
        width: 100%;
        padding-bottom: 5%;
    }
    .ind_new .ind_new_con .con-list ul li {
        width: 100%;
        margin-right: 0%;
        height: 330px;
        margin-bottom: 5%;
    }
    .ind_new .ind_new_con .con-list ul li .li-con {
        padding: 10px;
    }
    .ind_new .ind_new_con .con-list {
        margin-top: 10%;
    }
    .ind_new .ind_new_con .con-list ul li .li-con h4 {
        font-size: 14px;
        width: 20%;
        line-height: 20px;
    }
    .ind_new .ind_new_con .con-list ul li .li-con span {
        font-size: 18px;
    }
    .ind_new .ind_new_con .con-list ul li .li-con h3 {
        font-size: 16px;
        width: 75%;
        margin-left: 3%;
    }
    .ind_new .ind_new_con .con-list ul li .li-con p {
        font-size: 14px;
        width: 75%;
        line-height: 22px;
        margin-top: 0px;
        margin-left: 3%;
    }
    .ind_new .ind_new_con .con-list ul li:hover .li-con .li-icon {
        padding-top: 16px;
    }
    .ind_but {
        line-height: 30px;
    }

    .ind_kehu .ind_kehu_con {
        padding: 20px;
    }
    .ind_kehu .ind_kehu_con .con-title p {
        line-height: 24px;
    }
    .ind_kehu .ind_kehu_con .con-list ul {
        width: 102%;
        margin-top: 5%;
        padding-bottom: 5%;
    }
    .ind_kehu .ind_kehu_con .con-list ul li {
        width: 48%;
        margin-right: 2%;
    }
    .ind_kehu .ind_kehu_con .con-list ul li img {
        height: auto;
    }

    .ind_footer {
        background: url(../images/ind_from_bj.jpg) left;
    }
    .ind_footer .ind_footer_con {
        padding: 20px;
    }
    .ind_footer .ind_footer_con .con-footer {
        margin: 0px;
        width: 100%;
    }
    .ind_footer .ind_footer_con .con-footer h3 {
        font-size: 20px;
    }
    .ind_footer .ind_footer_con .con-footer p {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0px;
        width: 100%;
    }
    .ind_footer .ind_footer_con .con-footer span {
        font-size: 16px;
    }
    .ind_footer .ind_footer_con .con-from .form-group {
        width: 100%;
        margin: 10px 0px;
    }
    .ind_footer .ind_footer_con .con-from input {
        width: 100%;
        margin: 3px 0px;
        padding: 5px;
        font-size: 14px;
    }
    .ind_footer .ind_footer_con .con-from textarea {
        width: 100%;
        margin: 3px 0px;
        padding: 5px;
        font-size: 14px;
    }
    .ind_footer .ind_footer_con .con-from button {
        background-color: rgba(255, 255, 255, 0.32);
        width: 100%;
        margin: 0px;
        padding: 8px;
        font-size: 14px;
    }
    .ind_footer .ind_footer_con .con-from {
        width: 100%;
    }

    .ind_footer_line {
        padding: 20px;
    }
    .ind_footer_line h3 {
        font-size: 12px;
        line-height: 20px;
    }
}

/* index.end */

/* about.html */
.about {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f6f8;
    padding: 30px 0px;
}
.about .about-con {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 5px #e4e4e4;
    padding: 30px;
    margin: 0 auto;
}
.about .about-con .about-title {
    text-align: center;
}
.about .about-con .about-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.about .about-con .about-title h3 {
    font-size: 28px;
}
.about .about-con .about-text {
    text-align: center;
}
.about .about-con .about-text img {
    text-align: center;
    max-width: 100%;
    padding-bottom: 30px;
}
.about .about-con .about-text p {
    text-align: left;
    max-width: 1100px;
    line-height: 26px;
    font-size: 16px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .about {
        padding: 20px;
    }
    .about .about-con {
        padding: 10px;
    }
    .about .about-con .about-title h2 {
        font-size: 24px;
    }
    .about .about-con .about-title h3 {
        font-size: 16px;
    }
    .about .about-con .about-text p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* train.html */
.train {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f6f8;
    padding: 30px 0px;
}
.train .train-con {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.train .train-con .con {
    width: 99%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 5px #e4e4e4;
    padding: 30px;
    margin: 0 auto;
}
.train .train-con .con h2 {
    font-size: 30px;
    color: #03aae8;
    text-align: center;
    margin-bottom: 30px;
}
.train .train-con .con .con-txt {
    float: left;
    width: 73%;
    font-size: 14px;
    line-height: 26px;
}
.train .train-con .con .con-txt img {
    max-width: 100%;
}
.train .train-con .con .con-from img {
    width: 100%;
}
.train .train-con .con .con-from h3 {
    color: #03aae8;
    font-size: 20px;
    padding: 15px 0px;
}
.train .train-con .con .con-from ul li {
    width: 100%;
    font-size: 16px;
    background-color: #03aae8;
    color: #fff;
    margin: 5px 0px;
    border: #fff solid 1px;
    padding: 10px;
}
.train .train-con .con .con-from ul li:hover {
    background-color: #068dbe;
}
.train .train-con .con .con-from ul .active {
    background-color: #068dbe;
}
.train .train-con .con .con-from ul li a {
    color: #fff;
}
.train .train-con .con .con-from ul li img {
    width: 18px;
    float: right;
    margin: 2px 0px;
}
.train .train-con .con .con-from {
    float: right;
    width: 25%;
}
.train .train-con .con .con-from .form-group {
    width: 100%;
}
.train .train-con .con .con-from .form-group input {
    width: 80%;
    padding: 8px;
    margin: 5px 0px;
    border: #03aae8 solid 1px;
}
.train .train-con .con .con-from .form-group textarea {
    width: 80%;
    padding: 8px;
    margin: 5px 0px;
    border: #03aae8 solid 1px;
}
.train .train-con .con .con-from .from-but {
    width: 80%;
    padding: 5px;
    margin: 5px 0px;
    border: #03aae8 solid 1px;
    transition: 0.5s;
}
.train .train-con .con .con-from .from-but:hover {
    color: #fff;
    background-color: #03aae8;
    transition: 0.5s;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .train .train-con .con {
        padding: 20px;
    }
    .train .train-con .con h2 {
        font-size: 22px;
        margin-bottom: 5%;
    }
    .train .train-con .con .con-txt {
        width: 100%;
    }
    .train .train-con .con .con-from ul {
        display: none;
    }
    .train .train-con .con .con-from {
        width: 100%;
    }
}

/* 面包屑 */
.ny_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_nav .nav_list {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.ny_nav .nav_list ul {
    width: 100%;
    height: auto;
    text-align: left;
}
.ny_nav .nav_list ul li {
    font-size: 16px;
    position: relative;
    float: left;
    padding: 15px 5px;
}
.ny_nav .nav_list ul li i {
    width: 0;
    height: 4px;
    background-color: #03aae8;
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 0px;
    left: 50%;
}
.ny_nav .nav_list ul li a {
    padding: 10px;
}
.ny_nav .nav_list ul li a:hover {
    color: #03aae8;
}
.ny_nav .nav_list ul li:hover i {
    width: 100%;
    transition: all 0.3s ease-in-out;
    top: 0px;
    left: 0px;
}
.ny_nav .nav_list ul .active {
    background: #f5f5f5;
    color: #03aae8;
}
.ny_nav .nav_list ul .active i {
    width: 100%;
    left: 0%;
    top: 0px;
}
.breadcrumb {
    padding: 15px;
    margin-bottom: 0px;
    float: right;
    background: #fff;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .breadcrumb {
        padding: 10px;
    }
    .ny_nav .nav_list ul li {
        font-size: 14px;
        padding: 10px 5px;
    }
    .ny_nav .nav_list ul {
        display: none;
    }
}

/* list_news.strat */
.new {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}
.new .new_con {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.new .new_con .con-list {
    width: 100%;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}
.new .new_con .con-list ul {
    width: 102%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    padding-bottom: 50px;
}
.new .new_con .con-list ul li {
    width: 47%;
    float: left;
    margin-right: 2.3%;
    background-color: #fff;
    border-radius: 5px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 3px 5px #e4e4e4;
    margin-bottom: 3%;
}
.new .new_con .con-list ul li:hover {
    background-color: #03aae8;
    transition: 0.5s;
}
.new .new_con .con-list ul li {
    background-color: #fff;
    transition: 0.5s;
}
.new .new_con .con-list ul li .li-con {
    position: absolute;
    top: 235px;
    padding: 30px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    transition: 0.5s;
}
.new .new_con .con-list ul li .li-new {
    position: relative;
}
.new .new_con .con-list ul li .li-new .new-img {
    width: 100%;
    height: 286px;
}
.new .new_con .con-list ul li .li-con span {
    float: left;
    font-size: 28px;
    line-height: 26px;
    color: #999;
}
.new .new_con .con-list ul li .li-con .hr {
    float: left;
    width: 2px;
    height: 85px;
    background-color: #03aae8;
}
.new .new_con .con-list ul li .li-con h3 {
    float: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #3f3f3f;
    width: 75%;
    margin-left: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    word-break: break-all;
}
.new .new_con .con-list ul li .li-con h4 {
    float: left;
    font-size: 20px;
    padding: 10px;
    line-height: 26px;
    color: #999;
    width: 20%;
}
.new .new_con .con-list ul li .li-con p {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: normal;
    margin-top: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
    word-break: break-all;
    width: 75%;
    margin-left: 20px;
}
.new .new_con .con-list ul li .li-con .li-icon {
    display: none;
}
.new .new_con .con-list ul li:hover .li-new {
    position: relative;
}
.new .new_con .con-list ul li:hover .li-con {
    position: absolute;
    top: 205px;
    z-index: 1;
    background-color: #03aae8;
    transition: 0.5s;
    padding-bottom: 15px;
}
.new .new_con .con-list ul li:hover .li-con span {
    color: #fff;
}
.new .new_con .con-list ul li:hover .li-con h3 {
    color: #fff;
}
.new .new_con .con-list ul li:hover .li-con h4 {
    color: #fff;
}
.new .new_con .con-list ul li:hover .li-con p {
    color: #fff;
}
.new .new_con .con-list ul li:hover .li-con .hr {
    background-color: #fff;
}
.new .new_con .con-list ul li:hover .li-con .li-icon {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .new .new_con {
        padding: 20px;
    }
    .new .new_con .con-list ul {
        width: 100%;
        padding-bottom: 5%;
    }
    .new .new_con .con-list ul li .li-new .new-img {
        height: auto;
    }
    .new .new_con .con-list ul li {
        width: 100%;
        margin-right: 0%;
        height: 275px;
        margin-bottom: 5%;
    }
    .new .new_con .con-list ul li .li-con {
        padding: 10px;
        top: 165px;
    }
    .new .new_con .con-list {
        margin-top: 0%;
    }
    .new .new_con .con-list ul li .li-con h4 {
        font-size: 14px;
        width: 20%;
        line-height: 20px;
        padding: 0px;
    }
    .new .new_con .con-list ul li .li-con span {
        font-size: 18px;
    }
    .new .new_con .con-list ul li .li-con h3 {
        font-size: 16px;
        width: 75%;
        margin-left: 3%;
    }
    .new .new_con .con-list ul li .li-con p {
        font-size: 14px;
        width: 75%;
        line-height: 22px;
        margin-top: 0px;
        margin-left: 3%;
    }
    .new .new_con .con-list ul li:hover .li-con .li-icon {
        padding-top: 16px;
    }
    .new .new_con .con-list ul li:hover .li-con {
        top: 125px;
    }
}

/* list_news.end */

/* show_news.start */

.show-new {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.show-new .con {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 5px #e4e4e4;
    padding: 30px;
    margin: 0 auto;
}
.show-new .con h2 {
    font-size: 30px;
    color: #03aae8;
    margin-bottom: 10px;
}
.show-new .con .con-txt {
    float: left;
    width: 73%;
    font-size: 14px;
    line-height: 26px;
}
.show-new .con .con-txt span {
    float: left;
    width: 20%;
    color: #03aae8;
}
.show-new .con .con-txt span img {
    margin: 5px;
}
.show-new .con .con-txt img {
    max-width: 100%;
    margin: 10px 0px;
    float: left;
}
.show-new .con .con-txt p {
    font-size: 16px;
    float: left;
}
.show-new .con .con-from img {
    width: 100%;
}
.show-new .con .con-from h3 {
    color: #03aae8;
    font-size: 20px;
    padding: 15px 0px;
}
.show-new .con .con-from ul li {
    width: 100%;
    font-size: 16px;
    background-color: #03aae8;
    color: #fff;
    margin: 5px 0px;
    border: #fff solid 1px;
    padding: 10px;
}
.show-new .con .con-from ul li:hover {
    background-color: #068dbe;
}
.show-new .con .con-from ul .active {
    background-color: #068dbe;
}
.show-new .con .con-from ul li a {
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    word-break: break-all;
}
.show-new .con .con-from ul li img {
    width: 18px;
    float: right;
    margin: 2px 0px;
}
.show-new .con .con-from {
    float: right;
    width: 25%;
}
.show-new .con .con-from .form-group {
    width: 100%;
}
.show-new .con .con-from .form-group input {
    width: 80%;
    padding: 8px;
    margin: 5px 0px;
    border: #03aae8 solid 1px;
}
.show-new .con .con-from .form-group textarea {
    width: 80%;
    padding: 8px;
    margin: 5px 0px;
    border: #03aae8 solid 1px;
}
.show-new .con .con-from .from-but {
    width: 80%;
    padding: 5px;
    margin: 5px 0px;
    border: #03aae8 solid 1px;
    transition: 0.5s;
}
.show-new .con .con-from .from-but:hover {
    color: #fff;
    background-color: #03aae8;
    transition: 0.5s;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .show-new {
        margin: 0px;
    }
    .show-new .con {
        padding: 20px;
    }
    .show-new .con h2 {
        font-size: 22px;
        margin-bottom: 5%;
    }
    .show-new .con .con-txt span {
        width: 50%;
    }
    .show-new .con .con-txt {
        width: 100%;
    }
    .show-new .con .con-from h3 {
        display: none;
    }
    .show-new .con .con-from .form-inline {
        display: none;
    }
    .show-new .con .con-from {
        width: 100%;
    }
    .show-new .con .con-txt p {
        font-size: 14px;
    }
}

/* show_news.end */

/* contact.start */
.number {
    font-size: 22px;
}
.cont-txt span {
    float: left;
    width: 100%;
    color: #03aae8;
}
.cont-txt p {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px;
}
.cont-txt {
    width: 70%;
    float: left;
    padding: 20px 0px;
}
.cont-txt h4 {
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 26px;
    width: 100%;
}
.cont-txt h4 small {
    font-size: 14px;
    color: #333;
}

.map {
    height: 500px;
    width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .show-new {
        padding: 20px;
    }
    .cont-txt {
        width: 100%;
        padding: 0px;
    }
    .cont-txt p {
        font-size: 14px;
    }
    .map {
        height: 170px;
    }
}
/* contact.end */

/* coop.start */
.kehu {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px;
}
.kehu .kehu_con {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px;
}
.kehu .kehu_con .con-title p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
}
.kehu .kehu_con .con-list ul {
    width: 102%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.kehu .kehu_con .con-list ul li {
    width: 19%;
    float: left;
    border: #d2d2d2 solid 1px;
    margin-right: 0.7%;
    margin-bottom: 10px;
}
.kehu .kehu_con .con-list ul li img {
    width: 100%;
    max-width: 230px;
    height: 130px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .kehu .kehu_con {
        padding: 20px;
    }
    .kehu .kehu_con .con-title p {
        line-height: 24px;
    }
    .kehu .kehu_con .con-list ul {
        width: 102%;
        margin-top: 5%;
        padding-bottom: 0%;
    }
    .kehu .kehu_con .con-list ul li {
        width: 48%;
        margin-right: 2%;
    }
    .kehu .kehu_con .con-list ul li img {
        height: auto;
    }
}
/* coop.end */
