@charset"utf-8";
 .ProductIntroduction {
    position: relative;
    width: 1200px;
    margin:40px auto;
    overflow: hidden;
    background-color:#fff;
    box-shadow: 0 0 25px #ccc;
}
.ProductExhibition {
    position: relative;
    width: 100%;
    height: 0;
    text-align: right;
}
.ProductExhibition .Exhibition_num .Exhibition_item {
    margin-right: 15px;
    height: 125px;
}
.ProductExhibition .Exhibition_num .Exhibition_item img {
    width: 193px;
    height: 119px;
    border-radius: 6px;
    opacity: 0.5;
    vertical-align: top;
    box-sizing: border-box;
    padding: 15px;
}
.ProductExhibition_box, .ProductExhibition_box .Exhibition_Img, .ProductExhibition_box .Exhibition_Img img {
    width: 100%;
    height: 622px;
    position: relative;
}
.ProductExhibition_box .Exhibition_Img img {
    box-sizing: border-box;
    padding: 15px;
    border-radius: 20px;
}
.carousel-caption p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
}
.Exhibition_items::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 0 3px 0 0;
    border-color: #af5000 #af5000 transparent transparent;
    border-style: solid;
    border-width: 6px;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: -5px;
    /* right: 0; */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000) no-repeat border-box;
    content:"";
}
.Exhibition_items {
    position: absolute;
    right: 28px;
    top: 13px;
    width: 168px;
    height: 92px;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 3px #af5000;
    box-shadow: inset 0 0 0 3px #af5000;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}
.icon_LImg img, .icon_RImg img {
    width: 5px;
    height: 9px;
}
.icon_LImg, .icon_RImg {
    position: absolute;
    z-index: 30;
    width: 26px;
    height: 26px;
    border-radius: 2rem;
    background-color: black;
    text-align: center;
    line-height: 23px;
    opacity: .5;
}
.icon_LImg {
    top: -50px;
    transition: all .3s;
    right: 85px;
}
.icon_RImg {
    right: 85px;
    transition: all .3s;
    top: 640px;
}
.icon_LImg:hover, .icon_LImg:focus, .icon_RImg:hover, .icon_RImg:focus {
    opacity: .8;
}
.ProductExhibition:hover .icon_LImg {
    top: -50px;
}
.ProductExhibition:hover .icon_RImg {
    top: 594px;
}
.icon_LImg img {
    transform: rotate(90deg);
}
.icon_RImg img {
    transform: rotate(-90deg);
}
.ProductExhibition .Exhibition_num .czt_active img {
    opacity: 1;
}
.ProductExhibition_wrap {
    position: relative;
    width:1000px;
    height: 622px;
}
.ProductExhibition_box {
    position: absolute;
    height: 120000px;
    transition: all .5s;
}
.ProductExhibition_box img {
    width: 646px;
    height: auto;
}
/*关于&#23562;&#40857;&#20975;&#26102;CSS*/
 .banner {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}
.banner img {
    width: 100%;
}
.search {
    background-color: rgba(240, 240, 240, 0.65);
    height: 100px;
    margin: 0 auto;
}
.search-1 {
    width: 1200px;
    margin: 0 auto;
    line-height: 100px;
}
.search-1 p {
    float: left;
}
.search-1 a {
    text-decoration:none;
    color: #000000;
}
.search-1:hover a {
    color: #000000;
}
form {
    position: relative;
    width: 300px;
    margin:29px auto;
    float: right;
    line-height:normal;
}
.d1 {
    width: 400px;
    float: right;
    background-color:whitesmoke;
}
.d1 input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;
}
.d1 button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.d1 button:before {
    content:"\f002";
    font-family: FontAwesome, serif;
    font-size: 16px;
    color: #F9F0DA;
}
.img-ss {
    width: 60%;
    float: left;
    margin-top: -20px;
    margin-left: 7px;
}
/*新闻CSS*/
 .video-mp4 {
    width: 100%;
    padding-top: 5px;
}
.news-title {
    text-align: center;
    text-indent: inherit!important;
    font-size: 18px;
}
.news-p{
    text-indent: inherit!important;
}
/*公司先容CSS*/
 .company {
    width: 1200px;
    margin: 0 auto;
    height: 600px;
}
.location {
    margin-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
    width: 1200px;
    height: 40px;
    float: left;
    line-height: 40px;
}
.location-1 a {
    font-size: 15px;
}
.location-1 b {
    border-left: 10px solid #333333;
    font-weight: normal;
    padding-left: 8px;
}
/*计划CSS*/
 .schemey {
    width: 1200px;
    margin: 0 auto;
}
.schemey-ul {
    width: 240px;
    float: left;
}
.schemey-title {
    margin-bottom: 20px;
}
.schemey-te {
    height: 80px;
    background:#dc3526;
    border-bottom: 3px solid #fff;
}
.schemey-te h3 {
    line-height: 80px;
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 24px;
}
.schemey-nav {
    text-align: center;
}
.schemey-nav h3 {
    height: 50px;
    line-height: 50px;
    background-color: #ececeb;
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    border-bottom: 3px solid #fff;
}
.schemey-nav h3:hover {
    background-color:#dc3526;
}
.schemey-nav h3:hover a {
    color: white;
}
.schemey-nav a {
    text-decoration-line: none;
    color: #666;
    text-align: center;
}
.schemey-nav a:hover {
    color: #666;
}
.schemey-phone {
    height: 120px;
    background-color:#dc3526;
    margin-bottom: 20px;
}
.schemey-contact {
    height: 80px;
    padding-top: 30px;
    padding-left: 16px;
}
.schemey-contact span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.schemey-contact em {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}
.schemey-detail {
    width: 900px;
    float: right;
}
.schemey-detail-list dl {
    width: 32%;
    border: 1px solid #dedede;
    background: #fff;
    float: left;
    margin: 0 1.3% 15px 0;
    box-sizing: border-box;
}
.schemey-detail-list dt img {
    width: 100%;
    height: 200px;
}
.schemey-detail-list dd {
    padding: 6px 20px 24px 20px;
    height: 97px;
}
.schemey-detail-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
}
.schemey-detail-list dd h4 a {
    display: block;
    color: #4b4b4b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.schemey-detail-list a {
    text-decoration-line: none;
    color: #4b4b4b;
}
.schemey-detail-list a:hover {
    color: #4b4b4b;
}
.schemey-detail-list {
    margin: 0 auto;
}
.schemey-contact img {
    position: relative;
    float: right;
    margin-top: -29px;
}
.schemey-detail-list dl:hover {
    border:1px solid #dc3526;
}
.schemey-detail-list dl:hover h4 a {
    color: #dc3526;
}
.schemey-detail-list dl:hover .detail-list a {
    color: #dc3526;
}
.scheme-illustrate {
    float: right;
    width: 75%;
}
.title-p {
    border-bottom: 1px solid #ececeb;
}
.title-p h1 {
    text-align: center;
    color: #cea06f;
}
.title-p span {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 10px;
}
.schemey-title-img {
    width: 100%;
    margin-top: 5px;
}
.schemey-title-img p {
    text-indent: 2em;
    line-height: 2.5em;
    background-color: #eff4fb;
    padding:0 15px;
    margin: 0 0 0 0;
}
.img-bottom{
    margin-bottom: 10px;
}
.schemey-title-img img {
    width: 100%;
    margin-top: 10px;
}
.title-nav {
    display: none;
}
.schemey-dt:hover .title-nav {
    display: block;
}
.title-fh {
    font-size: 18px;
    font-weight: bold;
}
/**产品中心**/
 .products-1 {
    width: 1200px;
    margin: 0 auto;
}
.products-detail {
    width: 900px;
    float: right;
}
.products-detail-list dl {
    width:100%;
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 15px 10px 18px 22px;
}
.products-detail-list dt {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.products-detail-list img {
    max-width: 100%;
    max-height: 250px;
}
.products-detail-list a {
    color: #4b4b4b;
    text-decoration-line: none;
}
.products-detail-list dd h4 {
    height: 52px;
    font-weight: normal;
    font-size: 18px;
    color:#626262;
    line-height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom:1px dashed;
}
.products-detail-list dl:hover {
    border: 1px solid #dc3526;
}
.products-detail-list dl:hover h4 a {
    color: #dc3526;
}
.products-detail-list dl:hover .detail-list a {
    color: #dc3526;
}
.products-detail-list p {
    text-indent:2em
}
.products-detail-lt {
    width: 130px;
    height: 40px;
    float: right;
    border: 1px solid #4b4b4b;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.products-detail-list dl:hover .products-detail-lt {
    background-color: #dc3526;
    border: none;
}
.products-detail-list dl:hover .products-detail-lt a {
    color: white;
}
.grid4 img {
    max-height: 400px;
}
.grid6 .title {
    padding-top:40px;
    font-weight: normal;
}
.sub-title {
    margin-top: 10px;
    margin-bottom: 0;
}
.flat-title .title, .header-banner .title {
    font-size: 1.25rem;
    font-weight: 100;
    margin-bottom: 20px;
    color: #232323;
    position: relative;
    text-transform: uppercase;
}
.flat-title .title i, .header-banner .title i {
    display: block;
    font-size: 32px;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 30px;
}
.pro-box {
    margin-top: 40px;
}
.flat-title .title.center-title:after, .header-banner .title.center-title:after {
    left: 50%;
    margin-left: -15px;
}
.flat-title .title:after {
    position: absolute;
    content:'';
    top: 50px;
    left: 0%;
    background-color: #8AC3BC;
    width: 30px;
    height: 2px;
}
.table>tbody {
    vertical-align:middle!important;
}
.table td {
    border: 1px solid;
}
/*联系&#23562;&#40857;&#20975;&#26102;CSS*/
 .linked-1 {
    width: 1200px;
    margin: 0 auto;
    height: 700px;
}
.linked {
    padding-top:100px;
}
.linked-left {
    float: left;
    width: 400px;
    color: #606266;
}
.linked-left h2 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}
.linked-left p {
    margin-top:15px;
}
.wxh {
    width: 300px;
    text-align: center;
    margin: 40px auto;
}
.wxh img {
    width: 100%;
    padding-bottom: 15px;
}
.linked-right {
    float: right;
    width: 700px;
}
/**&#23562;&#40857;&#20975;&#26102;简介**/
 .company-we {
    width: 1200px;
    margin: 0 auto;
    height: 2750px;
}
.company-profile {
    width: 100%;
    float: left;
    background-color: #eff4fb;
    padding: 20px;
}
.profile {
    padding-top: 10px;
    text-align: center;
    font-size: 22px;
    color: #cea06f;
    margin-bottom: 30px;
}
.profile-p {
    width: 1100px;
    margin: 0 auto;
}
.profile-p p {
    text-indent: 2em;
    line-height: 2em;
}
.culture {
    width: 100%;
    float: left;
    padding:20px 0;
}
.culture-2 {
    width: 100%;
    float: left;
    padding: 20px;
    background-color:#eff4fb;
}
.culture-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-center {
    float: left;
    width: 49.5%;
    margin-top: 10px;
}
.img-center-r {
    float: right;
    width: 49.5%;
    margin-top: 10px;
}
.img-center-r img {
    width: 100%;
    height: 500px;
}
.img-center img {
    width: 100%;
    height: 500px;
}
.products-title {
    display: none;
}
.footer-1 {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .search {
        display: none;
    }
    .banner {
        display: none;
    }
    .location {
        display: none;
    }
    .schemey-ul {
        display: none;
    }
    .products-1 {
        height: 0;
        width: 100%;
    }
    .footer-1 {
        display: block;
    }
    .products-title {
        display: block;
        height: 3rem;
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
        color: #fff;
        line-height: 3rem;
        background: #dc3526;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .products-detail {
        width: 100%;
        padding: 10px;
    }
    .products-detail-list dt {
        float: left;
        width: 40%;
        margin-right: 5%;
    }
    .products-detail-list dd h4 {
        height: 52px;
        font-weight: normal;
        font-size: 14px;
        color: #626262;
        line-height: 48px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px dashed;
    }
    .products-detail-list {
        font-size: 14px;
    }
    .products-detail-list dl {
        padding: 15px 10px 18px 10px;
        border-top-style:none;
        border-left-style:none;
        border-right-style:none;
    }
    .products-detail-lt {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin-top: 10px;
    }
    .db {
        display: none;
    }
    .footer-1 {
        height: 4.1rem;
        position: relative;
        z-index: 98;
        float: left;
        width: 100%;
    }
    .footer-2 {
        max-width: 640px;
        min-width: 320px;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }
    .footer-3 {
        border-top:1px solid #dc3526;
        display: none;
    }
    .footer-3 ul {
        height: inherit;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }
    .footer-3 li {
        display: block;
        color: white;
        width: 50%;
        float: left;
        padding-left: 10%;
        height: 2rem;
        line-height: 2rem;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer-3 li a {
        color: white;
    }
    .footer-3 .footer-clan {
        border-bottom: 1px solid white;
    }
    .footer-clan {
        clear: both;
        display: block;
        height: 0;
        border: 0;
    }
    .footer-4 {
        float: left;
        border-top: 1px solid #dc3526;
        width: 100%;
    }
    .footer-4 p {
        width: 150px;
        color: white;
        margin: 10px auto;
        border: 1px solid white;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    /**产品计划**/
    .schemey {
        width: 100%;
        height: auto;
    }
    .schemey-detail {
        width: 100%;
        float: left;
        padding: 0 2%;
    }
    .schemey-detail-list dl {
        width: 100%;
        border-bottom: 1px solid #dedede;
        background: #fff;
        float: left;
        margin: 0 1.3% 15px 0;
        box-sizing: border-box;
        border-top-style: none;
        border-left-style: none;
        border-right-style: none;
    }
    .scheme-illustrate {
        width: 100%;
        padding: 0 10px;
    }
    .schemey-title-img {
        width: 100%;
        margin-top: 0;
    }
    .schemey-title-img p {
        padding:0 10px;
    }
    .schemey-detail-list dt img {
        width: 100%;
        height: auto;
    }
    /**关于&#23562;&#40857;&#20975;&#26102;**/
    .company-we {
        width: 100%;
        height: 0;
    }
    .profile-p {
        width: 100%;
    }
    .culture-img img {
        width: 100%;
    }
    .img-center {
        float: left;
        width: 100%;
        height: auto;
    }
    .img-center img {
        width: 100%;
        height: auto;
    }
    .img-center-r {
        float: left;
        width: 100%;
        height: auto;
    }
    /**联系&#23562;&#40857;&#20975;&#26102;**/
    .linked {
        padding-top:10px;
    }
    .linked-1 {
        width:100%;
        height: 0;
    }
    .wxh {
        width: 50%;
        text-align: center;
        margin: 30px auto;
    }
    .linked-left {
        width: 100%;
        margin-bottom:20px;
    }
    .linked-right {
        display: none;
    }
}<!--耗时1764422238.3584秒-->