/*通用布局*/
html,body{
    /* height: 100%; */
    background-color: #eeeeee;
    width: 100%;
}
.swiper-container{
    width: 100%;
    height: 498px;
}

.index .swiper-container img{
    width: 100%;
}

.index .pagination {
    position: absolute;
    z-index: 20;
    bottom: 17px;
    width: 100%;
    text-align: center;
}
.index .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 8px;
    border-radius: 8px;
    background: #c4cab3;
    margin: 0 6px;
    border: 1px solid #fff;
    cursor: pointer;
}
.index .swiper-active-switch {
    width: 50px;
    background: white;
}

/* 通用头部 */
.common-header{
    position: fixed;
    width: 100%;
    height: 158px;
    background-image: url(../images/about-header-bg.jpg);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 1px -12px 42px black;
    top: 0;
    z-index: 100;
}
.common-header-box{
    width: 1182px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background-image: url(../images/logo.png);
    background-size: 10% auto;
    background-position: left;
    background-repeat: no-repeat;
}
.common-header-banner{
    position: absolute;
    right: 0px;
    bottom: 50px;
}
.common-header-banner li{
    margin-left: 49px;
    font-size: 16px;
    line-height: 50px;
    float: left;
    cursor: pointer;
}
.common-header-banner-act{
    border-bottom: 3px solid #e03c49;
}
.common-language{
    position: absolute;
    right: 0px;
    top: 24px;
}
.common-language li{
    font-size: 15px;
    color: #d5c8b2;
    float: left;
    margin: 0 7px;
    cursor: pointer;
}
.common-language li a{
    color: #d5c8b2;
}
/* 通用位置导航 */
.common-tab{
    width: 100%;
    height: 68px;
    min-width: 1183px;
    margin-top: 158px;
    font-size: 14px;
}
.common-tab-body{
    width: 1182px;
    height: 68px;
    margin: 0 auto;
    line-height: 68px;

}
.triangle{
    width: 0px;
    height: 0px;
    background-color: #e03c49;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    margin-bottom: 2px;
    border-color: #eeeeee #eeeeee #eeeeee red;
    margin-left: 10px;
    margin-right: 10px;
}
/* 通用脚部 */
.footer{
    width: 1183px;
    height: 68px;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
    line-height: 68px;
    font-size: 12px;
    color: #675a52;
}












/* 首页 */
.index{
    width: 100%;
    height: 100%;
    background-image: url(../images/index-bg1.jpg);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    min-width: 1183px;
}
.index-header{
    width: 1183px;
    height: 125px;
    margin: 0px auto 0 auto;
    position: relative;
    background-image: url(../images/logo.png);
    background-size: 10% auto;
    background-position: 1% 64%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.index-header-banner{
    position: absolute;
    right: 0px;
    bottom: 24px;
}

.index-header-banner li{
    margin-left: 49px;
    font-size: 16px;
    line-height: 50px;
    float: left;
    cursor: pointer;
}
.index-header-banner-act{
    border-bottom: 3px solid #e03c49;
}
.index-language{
    position: absolute;
    right: 0px;
    top: 24px;
}
.index-language li{
    font-size: 15px;
    color: #d5c8b2;
    float: left;
    margin: 0 7px;
}
.index-language li a{
    color: #d5c8b2;
}
.index-body{
    width: 1183px;
    height: 710px;
    margin: 0 auto 0 auto;
    position: relative;
}
.index-body-box{
    width: 100%;
    height: 212px;
    background-color: white;
}
.index-body-box-son1{
    width: 586px;
    padding: 22px 48px 0 48px;
    box-sizing: border-box;
    float: left;
}
.index-body-box-son1-header{
    border-bottom: 1px solid #e3dac7;
}
.index-body-box-son1-header-p1{
    font-size: 17px;
    line-height: 49px;
    font-weight: bold;
    color: #675a52;
}
.index-body-box-son1-header-p2{
    font-size: 16px;
    line-height: 49px;
    font-weight: bold;
    color: #e03c49;
    margin-left: 5px;
}
.index-body-box-son1-header-p3{
    font-size: 16px;
    line-height: 49px;
    font-weight: bold;
    color: #675a52;
    float: right;
    margin-right: 10px;
}
.index-body-box-son1-header-p3:hover{
    font-size: 20px;
    cursor: pointer;
    margin-right: 8px;
    color: #e03c49;    
}
.index-body-box-son1-header-p3 >a:hover{
    color: #e03c49;    
}

.index-body-box-son1-body{
    padding-top: 15px;
}
.index-body-box-son1-body-p1{
    font-size: 12px;
    line-height: 22px;
    color: #8b827d;
}


.index-body-box-son2{
    width: 423px;
    padding: 22px 48px 0 48px;
    box-sizing: border-box;
    float: left;
}
.index-body-box-son2-header{
    border-bottom: 1px solid #e3dac7;
}
.index-body-box-son2-header-p1{
    font-size: 17px;
    line-height: 49px;
    font-weight: bold;
    color: #675a52;
}
.index-body-box-son2-header-p2{
    font-size: 16px;
    line-height: 49px;
    font-weight: bold;
    color: #e03c49;
    margin-left: 5px;
}
.index-body-box-son2-header-p3{
    font-size: 16px;
    line-height: 49px;
    font-weight: bold;
    color: #675a52;
    float: right;
    margin-right: 10px;
}
.index-body-box-son2-header-p3:hover{
    font-size: 20px;
    cursor: pointer;
    margin-right: 8px;
    color: #e03c49;    
}
.index-body-box-son2-header-p3 >a:hover{
    color: #e03c49;    
}
.index-body-box-son2-body{
    padding-top: 15px;
}
.index-body-box-son2-body-p1{
    font-size: 12px;
    line-height: 22px;
    color: #8b827d;
}
.index-body-box-son3{
    width: 129px;
    height: 129px;
    background-image: url(../images/callme.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    float: left;
    margin-top: 37px;
    cursor: pointer;
}
.index-body-box-son3 a{
    display: block;
    width: 129px;
    height: 129px;
}

/* 走进双宝 */

.about{
    width: 100%;
    /* height: 100%; */
    min-width: 1183px;
    background-color: #eeeeee;
    /* padding-bottom: 100px; */
}
.product{
    width: 100%;
    min-width: 1183px;
    background-color: #eeeeee;
    /* padding-bottom: 100px; */
}



/* 通用body */
.common-body{
    width: 1183px;
    /* height: 748px; */
    overflow-y: auto; 
    margin: 0 auto;
    background-color: white
}

.common-body-box1{
    width: 274px;
    height: 551px;
    float: left;
    border-right: 1px solid #eeecec; 
}
.common-body-box1-p1{
    width: 226px;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    line-height: 52px;
    border-bottom: 1px solid #e3dac7;
    /* margin-bottom: 5px; */
    margin-top: 50px;
    font-weight: bold;
}
.common-body-box1-p1-inner1{
    font-size: 18px;
    color: #675a52;
}
.common-body-box1-p1-inner2{
    font-size: 18px;
    color: #e03c49;
}
.common-body-box1-p2{
    font-size: 11px;
    color: #8a817c;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 27px;
}
.common-body-box1-p3{
    width: 95%;
    font-size: 16px;
    color: #8a817c;
    line-height: 75px;
    /*padding-top: 5px;*/
    padding-left: 27px;
    cursor: pointer;   
}
.common-body-box1-p3 > a{
    line-height: 75px;
    color: #8a817c;
    display: block;
}
.common-body-box1-p3-act{
    background-color: #e03c49;
}
.common-body-box1-p3-act > a{
    color: #fff;
}
.common-body-box2{
    width: 904px;
    /* height: 748px; */
    box-sizing: border-box;
    overflow-y: auto;
    padding: 55px 55px 113px 55px;
    float: left;
}
.common-body-box2-p1{
    font-size: 20px;
    color: #675a52;
    font-weight: bold;
}
.common-body-box2-p2{
    font-size: 25px;
    margin-top: 14px;
    color: #675a52;
}
.common-body-box2-p3{
    font-size: 14px;
    color: #746862;
    line-height: 21px;
    margin-top: 20px;
}
.common-body-box2-img1{
    margin-top: 30px;
    border-radius: 5px;
    color: #675a52;
}
.about-intro{
    margin-top: 20px; margin-bottom: 20px;
}
.about-intro,
.about-intro div,
.about-intro p{
    line-height: 22px;
    font-size: 14px; color: #675a52;
}
.about-intro p{
    margin-bottom: 20px;
}
.common-body-box2-p4{
    font-size: 27px;
    /* margin-top: 30px; */
    color: #675a52;
}
.common-body-box2-p5{
    font-size: 13px;
    margin-top: 19px;
    color: #aaa4a1;
    line-height: 22px;
    margin-bottom: 28px;
}
.common-body-box2-p6{
    font-size: 11px;
    color: #8a817c;
    line-height: 20px;
    padding-top: 10px;
}




/* 产品世界 */
.product-body{
    width: 1183px;
    /* height: 834px; */
    position: relative;
    /* padding: 0 42px 60px 42px; */
    box-sizing: border-box;
    background-color: #fff;
}
.product-box{
    width: 511px;
    height: 348px;
    float: left;
    margin: 0px 18px 60px 18px;
}
.product-body-box{
    width: 1183px;
    padding: 0 42px 0px 42px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}
/* .product-body-box2{
    width: 1183px;
    padding: 0 42px 0px 42px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
} */
.product-body-box-title{
    width: 1100px;
    height: 90px;
    font-size: 30px;
    line-height: 90px;
    font-weight: bold;
    padding-left: 20px;
    color: #4d4d4d;
}
.pages{
    height: 30px; text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pages > a,
.pages > span{
    width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block;
    font-size: 12px; color: #fff;
    border-radius: 15px;
    margin: 0 4px;
    background-color: #e0d6c3;
    cursor: pointer;
}
.pages > span{
    cursor: default;
    background-color: #beab8c;
}
.pages > a.prevnext{
    width: 75px !important;
    background-color: #e03c49 !important;
}

.common-body-box2-button-group{
    height: 29px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-body-box2-button-prev,.common-body-box2-button-next{
    width: 74px;
    height: 29px;
    border-radius: 16px;
    line-height: 29px;
    text-align: center;
    color: white;
    font-size: 11px;
    background-color: #e03c49;
    float: left;
    margin: 0 11px;
    cursor: pointer;
}
.common-body-box2-button{
    width: 29px;
    height: 29px;
    float: left;
    font-size: 11px;line-height: 29px;
    text-align: center;
    color: white;
    border-radius: 16px;
    margin: 0 4px;
    background-color: #e0d6c3;
    cursor: pointer;
}
.common-body-box2-button-act{
    background-color: #beab8c;    
}

.product-body-box3{
    padding: 55px 75px 0 75px;
    position: relative;
    padding-bottom: 100px;
}
.common-body-box2-button-back{
    width: 74px;
    height: 29px;
    float: left;
    font-size: 11px;line-height: 29px;
    text-align: center;
    color: white;
    border-radius: 16px;
    margin: 0 4px;
    background-color: #beab8c;
    cursor: pointer;
}
.common-body-box2-button-back > a{
    color: #fff;
}
.product-body-box3-p1{
    font-size: 16px;
    font-weight: bold;
    color: #e03c49;
    margin-top: 33px;
}
.product-body-box3-p2{
    font-size: 13px;
    color: #675a52;
    margin-top: 16px;
    margin-bottom: 16px;
    transform: scale(0.8,0.8);
}

/* 联系我们 */
.callme-img2{
    width: 788px;
    height: 333px;
    margin-bottom: 36px;
    border-radius: 5px;
}
.map{
    width: 788px;
    height: 333px;
}






















