.carousel-caption-title {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
    font-size: 78px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.carousel-caption-subtitle {
    font-family: PingFangSC-Light, "Microsoft YaHei", "微软雅黑";
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

@media only screen and (max-width: 521px) {
    .carousel-caption-title {
        font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .carousel-caption-subtitle {
        font-family: PingFangSC-Light, "Microsoft YaHei", "微软雅黑";
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }
}

@media only screen and (min-width: 522px) and (max-width: 767px) {
    .carousel-caption-title {
        font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
        font-size: 34px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .carousel-caption-subtitle {
        font-family: PingFangSC-Light, "Microsoft YaHei", "微软雅黑";
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .carousel-caption-title {
        font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
        font-size: 36px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .carousel-caption-subtitle {
        font-family: PingFangSC-Light, "Microsoft YaHei", "微软雅黑";
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .carousel-caption-title {
        font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
        font-size: 40px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .carousel-caption-subtitle {
        font-family: PingFangSC-Light, "Microsoft YaHei", "微软雅黑";
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .carousel-caption-title {
        font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
        font-size: 56px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }

    .carousel-caption-subtitle {
        font-family: PingFangSC-Light, "Microsoft YaHei", "微软雅黑";
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }
}

/* 产品介绍 */
.product-intro-box {
    height: 300px;
    margin: 80px 0px 50px 200px;
}

.sub-title-img {
    width: 40px;
    height: 30px;
    margin-top: -15px;
    margin-right: 6px;
}

.sub-title-font {
    font-size: 28px;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
}

.gs-class-outer {
    display: block;
    /*width: 280px;
    height: 340px;*/
    margin: 0px auto;
    position: relative;
    overflow: hidden;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gs-class-cover {
    width: 100%;
    height: 100%;
    /*line-height: 50px;*/
    padding-left: 5px;
    /*background-color: #fff;
    opacity: 0.8;*/
    opacity: 0.9;
    background: rgba(73,73,75,0.51);
    color: #FFFFFF;
    font-size: 26px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.product-intro-img-box {
    /*margin:0;*/
    width: 100%;
    /*height: 48%;*/
    height: auto;

}

.product-intro-img-box ul {
    list-style: none;
}

.product-intro-img-box ul li {
    /*display: inline-block;*/
    /*margin: 0px;*/
    margin: 0 -3px;
    width: 16.67%;
    /*height: 48%;*/
}

.product-intro-img-box ul li img {
    display: inline;
    /*position: relative;*/
    /*margin: 50px 30px 30px;*/
    margin: 0;
    /*padding: 0;*/
    width:100%;
    /*float: left;
    clear: both;*/
}
.gs-class-outer:hover {
    transform: scale(1.2);
    /*animation: my-rotate 3s infinite linear;*/
}
.gs-class-cover:hover {
    /*-webkit-transform: scale(1.05);
    transform: scale(1.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/

    /*animation: my-rotate 3s infinite linear;*/
}
/* 旋转特效 */
@keyframes my-rotate {
    to {
        /*transform: rotateY(360deg);*/
        transform: scale(1.2);
    }
}

.normal-show {
    display: inline-block;

    position: relative;
    overflow: hidden;
}

.normal-show-go {
    display: inline-block;

    position: relative;
    overflow: hidden;
}

.show-more {
    display: none;

    position: relative;
    overflow: hidden;
}

.normal-show-back {
    display: none;

    position: relative;
    overflow: hidden;
}

/* 企业动态 */
.comp-news-box {
    /*height: 735px;*/
    width: 100%;
}

.comp-news-img {
    width: 440px;
    height: 466px;
    margin-left: 0px;
}

.comp-news-title {
    /*font-family: PingFangSC-Medium;*/
    font-family: "微软雅黑";
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.65px;
    text-align: left;
    padding: 15px 30px 0px;
}

.comp-news-title a {
    text-decoration: none;
    color: #333333;
}

.comp-news-content {
    /*font-family: PingFangSC-Regular;*/
    font-family: "微软雅黑";
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.58px;
    line-height: 32px;
    text-align: justify;
    /*text-indent: 2em;*/
    padding: 15px 30px 25px;
}

.comp-news-link {
    width: 60%;
    height: 13%;
    background: #2D84D5;
    border-radius: 20px;
    margin-bottom: -55px;
    padding: 5px 25px;
    display: inline;
}

.comp-news:hover {
    background: #FFAB42;
}

.comp-news-link a {
    text-decoration: none;
}


/* 客户案例 */
.case-box {
    /*height: 600px;*/
    margin: 80px 0px 30px 200px;
}

.case-img-box {
    /*height: 300px;*/
   /* width: 70%;*/
    margin: 0 auto 0 -180px;
    text-align: center;
}

.case-img-box ul {
    list-style: none;
    /*text-align: center;*/
    /*text-align: justify;*/
    /*text-align-last: justify;*/
    /*margin: 0 auto;*/
}

.case-img-box ul li {
    /*text-align: center;*/
    display: inline-block;
    width: 20%;
    height: 18%;
}

.case-img-box ul li img {
    position: relative;
    margin: 10px 10px 10px 10px;

    float: left;
    clear: both;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 15px;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.case-img-box ul li img:hover {
    /*!*transform: scale(1.2);*!
    margin: 1px;
    padding: 1px;
    !*border: 1px solid #D5E3ED;*!
    box-shadow: 5px 5px 6px 6px #888888;
    !*考虑浏览器兼容性*!
    -moz-box-shadow: 5px 5px 6px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 5px 5px 6px 6px rgba(0,0,0,.5);*/


    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    /*animation: my-rotate 3s infinite linear;*/
}

/* 旋转特效 */
@keyframes my-rotate {
    to {
        transform: rotateY(360deg);
    }
    /*from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}*/
}

.case-img-box ul li a {
    text-decoration: none;
}

