@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* 顶部 */
 .top{
    height: 50px;
    background: #88304e;
    width: 100%;
    overflow: hidden;
}
.wel-txt{
    float: left;
    width: 50%;
}
.wel-txt h2{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.ali{
    float: right;
    width: 50%;
    text-align: right;
}
.ali span{
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
@media(max-width: 767px){
    .top{
        height: auto;
        padding: 10px 0;
    }
    .wel-txt h2{
        font-size: 14px;
        line-height: 24px;
    }
    .ali span{
        font-size: 14px;
        line-height: 24px;
    }
    .wel-txt{
        float: none;
        width: 100%;
    }
    .ali{
        float: none;
        width: 100%;
        text-align: left;
    }
}
 /* header */
header{
    width:100%;
    position: relative;
    background-color: #fff;
    z-index: 10;
}
.header{
    height: 100px;
    position: relative;
}
.logo{
    margin-top: 11px;
    float: left;
    width: 236px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float:right;
}
.nav ul li{
    float: left;
    font-size: 16px;
    position: relative;
    height: 100px;
    margin-right: 15px;
}
.nav ul li:last-child{
    margin-right: 0px;
}
.nav ul li > a{
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 25px;
    width: 100%;
    text-align: center;
    display: block;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: transparent;
}
.nav ul li:hover>a, .nav ul .nav-active > a{
    color: #fff;
    background-color: #88304e;
}
.nav-sub{
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 114px;
    text-align: center;
    box-sizing: border-box;
}
.nav-sub dl dd{
    margin-top: 2px;
}
.nav-sub dl dd a{
    color: #333;
    background: #fff;
    display: block;
    line-height: 40px;
    /* padding: 0 25px; */
}
.nav-sub dl dd:hover a{
    background: #88304e;
    color: #fff;
}
@media(max-width: 1400px){
    .nav ul li{
        margin-right: 8px;
    }
    .nav ul li > a{
        padding: 0 20px;
    }
}
@media(max-width:1200px){
    .header{
        height: 88px;
    }
    .logo{
        width: 188px;
        margin-top:13px;
    }
    .nav ul li{
        margin-right: 5px;
        height: 88px;
    }
    .nav ul li > a{
        padding: 0 15px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin-top: 26px;
    }
    .nav-sub dl dd a{
        font-size: 14px;
        line-height: 36px;
    }
    .nav-sub{
        top: 88px;
        width: 160px;
    }
}
@media(max-width: 991px){
    header > .container{
        width: 100%;
    }
    .header{
        height: 70px;
    }
    .nav{
        display: none;
    }
    .logo{
        margin-top: 4px;
    }
}
@media(max-width: 599px){
    .header{
        height: 50px;
    }
    .logo{
        width: 120px;
        margin-top: 5px;
    }
}
/* 产品分类 */
.pro-sort{
    padding: 80px 0px;
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
}
.psort-list{
    width: 33.33333333%;
}
.psort-item{
    max-width: 448px;
    overflow: hidden;
    position: relative;
}
.psort-item img{
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.psort-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding: 10px;
}
.psort-txt{
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 65px;
}
.psort-txt h2{
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}
.psort-txt span{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.look-more{
    display: block;
    width: 140px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    color: #88304e;
    margin: 45px auto 0px;
    border-radius: 5px;
}
.psort-item:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.psort-item:hover .look-more{
    background: #88304e;
    color: #fff;
}
@media(max-width:1400px){
    .psort-txt{
        padding-top: 40px;
    }
}
@media(max-width:1200px){
    .pro-sort{
        padding: 60px 0px;
    }
    .psort-txt{
        padding-top: 30px;
    }
    .look-more{
        margin-top: 30px;
    }
}
@media(max-width:991px){
    .pro-sort{
        padding: 30px 0px;
    }
    .psort-txt h2{
        font-size: 24px;
        line-height: 24px;
    }
    .psort-txt{
        padding-top: 10px;
    }
    .look-more{
        margin-top: 10px;
    }
}
@media(max-width:767px){
    .psort-item{
        margin: 0 auto 15px;
    }
    .pro-sort{
        padding-bottom: 15px;
    }
    .psort-txt{
        padding-top: 40px;
    }
    .look-more{
        margin-top:30px;
    }
}
/* 产品中心 */
.home-pro{
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    background: url(../img/hpro_bg.jpg) top center;
}
.home-new{
    padding-bottom: 70px;
}
.public-title{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px;
}
.public-title h2{
    font-size: 48px;
    line-height: 48px;
    color: #88304e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}
.public-title span{
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.public-title span::before, .public-title span::after{
    display: block;
    content: "";
    width: 27px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    background: url(../img/title_icon.png) no-repeat center;
}
.public-title span::before{
    margin-left: -134px;
    left: 50%;
}
.public-title span::after{
    margin-right: -134px;
    right: 50%;
}
.hpro-item{
    max-width: 328px;
    overflow: hidden;
    position: relative;
}
.hpro-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hpro-img img{
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.hpro-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.look-xiang{
    width: 140px;
    height: 40px;
    background: #88304e;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.hpro-item p{
    line-height: 54px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.hpro-item:hover .hpro-img img{
    border-color: #88304e;
}
.hpro-item:hover .hpro-info{
    top: 0px;
}
.hpro-item:hover p{
    color: #88304e;
}
@media(max-width: 1200px){
    .public-title{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .hpro-item p{
        margin-bottom: 0px;
    }
    .home-pro{
        padding-bottom: 40px;
    }
}
@media(max-width: 991px){
    .public-title{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .public-title h2{
        font-size: 36px;
        line-height: 36px;
    }
    .public-title span{
        font-size: 24px;
        line-height: 24px;
    }
    .public-title span::before{
        margin-left: -104px;
    }
    .public-title span::after{
        margin-right: -104px;
    }
    .hpro-item{
        margin: 0 auto;
    }
    .home-pro{
        padding-bottom: 20px;
    }
}
@media(max-width: 599px){
    .hpro-item p{
        line-height: 48px;
    }
}
/* 关于我们 */
.home-about{
    background: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}
.habout-info{
    float: left;
    width: 50%;
}
.habout-info h2{
    font-weight: bold;
    color: #88304e;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 48px;
}
.habout-info span{
    font-weight: bold;
    font-size: 36px;
    color: #000;
    line-height: 36px;
}
.habout-ms{
    margin-top: 58px;
    line-height: 30px;
    color: #666;
}
.habout-more{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #88304e;
    border-radius: 5px;
    display: block;
    margin-top: 60px;
}
.habout-img{
    float: right;
    width: 50%;
    padding-left: 40px;
}
.habout-img img{
    width: 100%;
}
@media(max-width: 1200px){
    .habout-info h2{
        font-size: 40px;
        line-height: 40px;
    }
    .habout-ms{
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
    }
    .habout-more{
        margin-top: 35px;
    }
    .home-about{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 991px){
    .habout-info{
        float: none;
        width: 100%;
    }
    .habout-img{
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .habout-info span{
        font-size: 28px;
        line-height: 28px;
    }
    .home-about{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .habout-ms{
        margin-top: 20px;
    }
    .habout-more{
        margin-top: 25px;
    }
}
/* 新闻中心 */
.hnews-item{
    max-width: 448px;
    overflow: hidden;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hnews-info{
    padding-top: 28px;
}
.hnews-info h2{
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hnews-info span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.hnews-ms{
    line-height: 28px;
    margin-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-item:hover .hnews-img img{
    -moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.hnews-item:hover .hnews-info h2{
    color: #88304e;
    font-weight: bold;
}
@media(max-width: 767px){
    .hnews-item{
        margin: 0 auto 15px;
    }
    .hnews-info{
        padding-top: 18px;
    }
    .hnews-info h2{
        margin-bottom: 5px;
    }
    .hnews-ms{
        margin-top: 5px;
    }
}
/* 咨询 */
.zixun{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.zixun img{
    width: 100%;
}
.zixun-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zixun-main h2{
    font-weight: bold;
    font-size: 48px;
    color: #000;
    line-height: 48px;
    margin-bottom: 60px;
}
.zixun-main .query-post{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #88304e;
    border-radius: 5px;
    display: block;
}
@media(max-width: 991px){
    .zixun-main{
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .zixun-main h2{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}
@media(max-width: 599px){
    .zixun-main h2{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .zixun-main .query-post{
        width: 100px;
        font-size: 14px;
    }
}
/* 底部 */
.footer-top{
    padding-top: 50px;
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.footer-l{
    float: left;
    width: 78%;
}
.footer-nav li {
    float: left;
    margin-right: 110px;
}
.footer-nav li:last-child{
    margin-right: 0px;
}
.footer-nav li > a{
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
}
.float-dl{
    float: left;
    margin-right: 38px;
}
.footer-nav li .float-dl:last-child{
    margin-right: 0px;
}
.float-dl dd  a{
    line-height: 24px;
    color: #666;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}
.footer-r{
    float: right;
    width: 22%;
}
.code-img{
    float: right;
    max-width: 132px;
    overflow: hidden;
    text-align: center;
}
.code-img:last-child{
    margin-right: 18px;
}
.code-img img{
    width: 100%;
}
.code-img span{
    line-height: 44px;
    text-align: center;
    color: #666;
}
.footer-bom{
    background: #313131;
    padding-top: 18px;
    padding-bottom: 18px;
}
.footer-bom span{
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.footer-bom span:first-child{
    float: left;
}
.footer-bom span:last-child{
    float: right;
}
@media(max-width: 1400px){
    .footer-nav li {
        float: left;
        margin-right: 50px;
    }
    .float-dl{
        margin-right: 28px;
    }
    .footer-r{
        width: 25%;
    }
    .footer-l{
        width: 75%;
    }
}
@media(max-width: 1200px){
    .code-img{
        width: 108px;
    }
    .footer-l{
        width: 100%;
        float: none;
    }
    .footer-r{
        float: left;
    }
}
@media(max-width: 991px){
    .footer-nav li {
        float: none;
        margin-right: 0px;
        text-align: center;
    }
    .float-dl{
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    .float-dl dd{
        display: inline-block;
    }
    .footer-top{
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .footer-nav li > a{
        margin-bottom: 10px;
    }
    .float-dl dd a{
        margin-bottom: 5px;
    }
    .footer-r{
        float: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .code-img{
        float: none;
    }
    .code-img:last-child{
        margin-left: 18px;
    }    
}
@media(max-width: 767px){
    .footer-bom{
        padding: 10px 0px;
    }
    .footer-bom span{
        display: block;
        text-align: center;
    }
    .footer-bom span:first-child{
        float: none;
    }
    .footer-bom span:last-child{
        float: none;
    }
}
/* 内页 */
.weizhi{
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}
.weizhi-left{
    float: left;
    background: url(../img/weizhi_icon.png) no-repeat left center;
    padding-left: 25px;
    line-height: 60px;
    color: #999;
    font-size: 14px;
}
.weizhi-left a{
    color: #999;
    font-size: 14px;
}
.weizhi-left a:hover{
    color: #88304e;
}
.content-nav{
    float: right;
}
.content-nav li a{
    display: block;
    line-height: 60px;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    padding: 0 40px;
}
.content-nav li a:hover, .content-nav li.on a{
    color: #fff;
    background: #88304e;
}
@media(max-width: 767px){
    .weizhi-left{
        float: none;
    }
    .weizhi{
        height: auto;
        border-bottom: none;
    }
    .content-nav{
        display: none;
    }
    .inside-title{
        padding-top: 0px;
    }
}
.about-main{
    background: url(../img/hpro_bg.jpg) top center;
    padding-bottom: 60px;
    overflow: hidden;
}
.about-cont{
    background: #eee;
    overflow: hidden;
}
.about-l{
    float: left;
    width: 53%;
    padding: 60px 40px 0px;
    color: #666;
    line-height: 32px;
}
.about-l p{
    margin-bottom: 30px;
}
.about-r{
    float: right;
    width: 47%;
}
.about-r img{
    width: 100%;
}
@media(max-width: 1400px){
    .about-l p{
        margin-bottom: 10px;
    }
    .about-l{
        padding-top: 30px;
    }
}
@media(max-width: 1200px){
    .about-l p{
        margin-bottom: 0px;
    }
    .about-l{
        padding: 20px 20px 0px;
    }
    .about-cont{
        background: none;
    }
}
@media(max-width: 991px){
    .about-l{
        float: none;
        width: 100%;
        padding-bottom: 20px;
        background: #eee;
        margin-top: 20px;
    }
    .about-r{
        float: none;
        width: 100%;
        max-width: 660px;
        margin: 0 auto;
    }
    .about-l p{
        margin-bottom: 10px;
    }
    .about-main{
        padding-bottom: 30px;
    }
}
/* 新闻 */
.news-one{
    padding-bottom: 28px;
    border-bottom: 1px dashed #ccc;
}
.news-img{
    width: 220px;
    float: left;
}
.news-l{
    float: right;
    width: calc(100% - 220px);
    padding-left: 28px;
}
.news-txt h2{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #333;
}
.news-l h2{
    position: relative;
}
.news-l h2::after{
    content: "置顶";
    width: 36px;
    height: 20px;
    line-height: 20px;
    background: #88304e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    margin-left: 10px;
    margin-top: 4px;
}
.news-ms{
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.news-txt .liaojie{
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
.news-one:hover .news-txt h2{
    font-weight: bold;
    color: #88304e;
}
.news-one:hover .news-txt .liaojie{
    color: #88304e;
}
.news-ul li{
    padding: 28px 0px;
    border-bottom: 1px dashed #ccc;
}
.news-date{
    width: 86px;
    background: #1b1b1b;
    height: 82px;
    color: #fff;
    padding-top: 12px;
    float: left;
}
.news-date span{
    display: block;
    text-align: center;
    line-height: 24px;
}
.news-date span:first-child{
    font-size: 18px;
    margin-bottom: 8px;
}
.news-date span:last-child{
    font-size: 20px;
}
.news-info{
    float: right;
    width: calc(100% - 86px);
    padding-left: 28px;
}
.news-info h2{
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-info .news-ms{
    -webkit-line-clamp: 2;
    line-height: 26px;
}
.news-ul li:hover .news-txt h2{
    color: #88304e;
    font-weight: bold;
}
.news-main{
    padding-bottom: 0px;
}
@media(max-width: 991px){
    .news-one{
        padding-bottom: 20px;
    }
    .news-ul li{
        padding: 20px 0px;
    }
}
@media(max-width: 767px){
    .news-one{
        padding-bottom: 15px;
    }
    .news-ul li{
        padding: 15px 0px 5px;
    }
    .news-img{
        float: none;
        margin: 0 auto 20px;
    }
    .news-l{
        width: 100%;
        padding-left: 0px;
        float: none;
    }
    .news-ms{
        font-size: 14px;
        line-height: 24px;
    }
    .news-info{
        width: calc(100% - 70px);
        padding-left: 15px;
    }
    .news-date{
        width: 70px;
    }
    .news-l h2::after{
        margin-top: 2px;
    }
}
/* 产品 */
.pros-main{
    padding-top: 60px;
}
.left-item{
    float: left;
    width: 230px;
    border: 2px solid #88304e;
}
.left-title{
    padding: 42px 0px;
    background: #88304e;
    position: relative;
}
.left-title h2{
    color: #fff;
    line-height: 38px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.left-ul li{
    border-bottom: 1px solid #dcdcdc;
}
.left-ul li:last-child{
    border-bottom: none;
}
.left-ul li a{
    padding-left: 90px;
    line-height: 59px;
    font-size: 16px;
    color: #333;
    background: url(../img/left_icon.png) no-repeat left 70px center;
}
.left-ul li:hover a{
    color: #88304e;
}
.right-box{
    float: right;
    width: calc(100% - 270px);
}
.pro-item{
    max-width: 354px;
    overflow: hidden;
    position: relative;
}
.pro-img{
    overflow: hidden;
    width: 100%;
    border: 2px solid transparent;
    position: relative;
}
.pro-img img{
    width: 100%;
}
.pro-more{
    position: absolute;
    width: 100%;
    height: 100%;
    top:100%;
    left: 0px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-more span{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #88304e;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pro-item p{
    line-height: 54px;
    text-align: center;
    color: #333;
    margin-bottom: 9px;
}
.pro-item:hover .pro-img{
    border-color: #88304e;
}
.pro-item:hover .pro-more{
    top: 0px;
}
.pro-item:hover p{
    color: #88304e;
}
@media(max-width: 1200px){
    .pro-list{
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .pro-list{
        padding-bottom: 0px;
    }
    .pros-main{
        padding-top: 30px;
    }
    .left-item{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .left-ul{
        display: none;
    }
    .right-box{
        float: none;
        width: 100%;
    }
    .left-title{
        height: 50px;
        padding: 0px;
    }
    .left-title h2{
        text-align: left;
        padding-left: 15px;
        font-size: 24px;
        line-height: 50px;
    }
    .pro-item p{
        margin-bottom: 0px;
        line-height: 48px;
    }
    .left-ul li a{
        line-height: 48px;
    }
    .pro-item{
        margin: 0 auto;
    }
}
@media(max-width: 767px){
    .pros-main{
        padding-top: 0px;
    }
}
/* 产品详情页 */
.ipro-top{
    overflow: hidden;
}
.ipro-left{
    float: left;
    width: 82%;
    overflow: hidden;
}
.ipro-right{
    float: right;
    width: 15%;
}

/* .ipro-right  .swiper-slide .small-img{
    display:table-cell; 
    vertical-align:middle;
} */
.simg-swiper .swiper-slide{
    height: 108px !important;
}
.big-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.big-img img{
    width: 100%;
}
.pro-img-info{
    width: 300px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #88304e;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.small-img img{
    display: block;
    width: 100%;
}
.gallery-thumbs .swiper-slide {
    opacity: 1;
}
.small-img:hover{
    opacity: 1;
    border: 2px solid #88304e;
}
.gallery-thumbs .swiper-slide-thumb-active .small-img{
    opacity: 1;
    border: 2px solid #88304e;
}
.simg-swiper .swiper-button-next, .simg-swiper .swiper-button-prev{
    height: 30px;
    width: 100%;
    cursor: pointer;
    top: auto;
    margin-top: 0px;
    position: relative;
}
.simg-swiper .swiper-button-next{
    right: auto;
    margin-bottom: 20px;
    background: #1b1b1b url(../img/pro_icon_top.png) no-repeat center;
}
.simg-swiper .swiper-button-prev{
    left: auto;
    background: #1b1b1b url(../img/pro_icon_down.png) no-repeat center;
}
.simg-swiper .swiper-button-next:hover, .simg-swiper .swiper-button-prev:hover{
    background-color: #88304e;
}
.simg-swiper .small-img{
    display: block;
}
.pro-des{
    margin-top: 60px;
    overflow: hidden;
}
.des-title{
    border-bottom: 1px solid #c9c9c9;
}
.des-title h2{
    width: 190px;
    height: 45px;
    line-height: 45px;
    background: #1b1b1b;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.des-info{
    padding-top: 22px;
    padding-bottom: 80px;
}
.des-info p{
    color: #666;
    line-height: 32px;
}
.des-info img{
    width: 100%;
    display: block;
    margin-top: 22px;
}
@media(max-width: 991px){
    .pro-des{
        margin-top: 20px;
    }
    .des-info{
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

/* .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail{
    border: 2px solid #88304e;
}
#example5 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::before{
    margin-left: 0;
}
#example5 .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::after{
    border-right: none;
}
.ipro-top #example5.slider-pro{
    margin: 0 !important;
}
#example5 .sp-right-thumbnails.sp-has-pointer .sp-thumbnail{
    left: 0
}  */


/* 本例子css */
.picScroll-top {
    width:165px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picScroll-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/arrow.png") 0 -100px no-repeat;
}

.picScroll-top .hd .next {
    background-position: 0 -140px;
}

.picScroll-top .hd .prevStop {
    background-position: -60px -100px;
}

.picScroll-top .hd .nextStop {
    background-position: -60px -140px;
}

.picScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-top .hd ul li.on {
    background-position: 0 0;
}

.picScroll-top .bd {
    padding: 10px;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picScroll-top .bd ul li .pic {
    text-align: center;
}

.picScroll-top .bd ul li .pic img {
    width: 180px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-top .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-top .bd ul li .title {
    line-height: 24px;
}

.ipro-topleft{
    width: calc(100% - 190px);
    position: relative;
}
.ipro-topleft ul li{
    position: absolute;
    top: 0;
}
.ipro-topleft li img{
    width: 100%;
}
.ipro-top .ipro-topleft{
    float: left;
}
.ipro-topright{
    float:right;
}
.ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected{
    border: 2px solid #88304e;
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #ab7033;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}
