.xsbody {
    height: 100%;
}

/*头部*/
.xsbodybanner {
    background:  no-repeat center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.xsbodybanner h2 {
    font-size: 53.14px;
    color: #fff;
    text-align: center;
    line-height: 300px;
}

/*当前位置*/
.xsbodyweizhi {
    background: #fff;
    width: 100%;
}

.xsbodyweizhibox {
    font-size: 14px;
    color: #39343b;
    font-weight: 100;
    line-height: 50px;
    width: 1200px;
    margin: auto;
}

/*主要内容*/
.xsbodycon {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xsbodyconbox {
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*左侧悬浮导航*/
.xsbodyconl {
    width: 240px;
    background: #fff;
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 38px rgba(195,215,231,.6);
}

.xsbodyconllist {
    width: 240px;
    background: #fff;
    border-radius: 20px 0 20px 20px;
}

.xsbodyconllistfixed {
    position: fixed;
    box-shadow: 0 0 38px rgba(195,215,231,.6);
    top: 45px;
}

.xsbodyconllistimg {
    width: 100%;
}

.xsbodyconllistimg img {
    width: 100%;
}

.xsbodyconllistcol {
    text-align: center;
    font-size: 18px;
	font-weight:100;
    border-bottom: 1px solid #dee0e2;
    height: 80px;
    line-height: 80px;
    color: #39343b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xsbodyconllistcol:nth-last-child(1) {
    border: none;
}

.xsbodyconllistcol:hover a {
    color: #e4af5f !important;
}

.xsbodyconllistcolselect {
    color: #e4af5f;
}

/*右侧主体内容*/
.xsbodyconr {
    width: 950px;
    background: #fff;
}


.xsbodyconrbox {
    width: 100%;
    padding:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*历程*/
.xsbodyconrlistcol {
    width: 260px;
    height: 440px;
    margin: 0 15px 20px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    border-radius: 9px 9px 0 0;
    overflow: hidden;
}

.xsbodyconrlistcolimg {
    width: 100%;
    height: 261px;
    position: relative;
    overflow: hidden;
}

.xsbodyconrlistcol:hover .xsbodyconrlistcolimg img {
    transform: scale(1.05);
}

.xsbodyconrlistcolimg img {
    width: 100%;
    transition: .5s;
}

.xsbodyconrlistcolftr img {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.xsbodyconrlistcolftr h2 {
    font-size: 21.84px;
    color: #f00000;
    font-weight: 900;
}

.xsbodyconrlistcolftr h3 {
    font-size: 12px;
    color: #000;
}

.xsbodyconrlistcolftr h3 span {
    font-size: 20px;
    vertical-align: middle;
}

.xsbodyconrlistcolftr {
    width: 100%;
    position: relative;
    padding: 5px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xsbodyconrlistcolimg i {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 10px;
    border-style: solid;
    border-color: #ffcccc transparent transparent transparent;
}

/*简介*/
.xsjianjie .xsbodyconrbox {
    padding: 80px 59px 50px 62px;
}

.xsjianjiecol h2 {
    font-size: 22px;
    color: #666666;
    font-weight: 100;
}

.xsjianjiecol h3 {
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    margin-top: 25px;
}

.xsjianjiecol p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 100;
}

.xsjianjiecol img {
    width: 100%;
}

/*壹品爱心*/
.xsaixin {
    width: 100%;
    padding: 6px 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xsaixinlistcol {
    margin-bottom: 30px;
    transition: .5s;
}

.xsaixinlistcol:hover {
    box-shadow:0px 0px 18px rgba(0, 0, 0, 0.1);
}

.xsaixinlistcol:hover .xsaixinlistcolcon h2 {
    color: #e4af5f !important;
}

.xsaixinlistcol:hover .xsaixinlistcolcon h3 {
    color: #e4af5f !important;
}

.xsaixinlistcolimg {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-right: 20px;
}

.xsaixinlistcol img {
    width: 100%;
    transition: .5s;
}

.xsaixinlistcol:hover img {
    transform: scale(1.05);
}

.xsaixinlistcolcon {
    width: 530px;
}

.xsaixinlistcolcon h2 {
    font-size: 18px;
    color: #333;
    line-height: 34px;
       margin-top: 25px;
}

.xsaixinlistcolcon h3 {
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.xsaixinlistcolcon p {
    font-size: 12px;
	line-height: 24px;
    color: #999;
    font-weight: 100;
}


/*联系*/
.ghn_body {

    background: #ffffff;
}

.yipin_head {
    height: 78px;
    background-image: -webkit-linear-gradient(left, #f6e6de, white);
    display: flex;
    margin: 30px auto;
}

.yipin_left {

    margin-left: 42px;
}

.yipin_left h2 {
    margin-top: 15px;
    font-size: 22px;
	font-weight:800

}

.yipin_left h3 {
font-size: 14px;
    color: #999;
    margin-top: 0px;
    font-weight: 100;

}

.yipin_right img {
      float: left;
    margin: 15px 15px 0;
	height:44px;
}

.yipin_right h2 {
float: left;
    line-height: 78px;
    margin-left: 12px;
    color: #333;
    font-size: 18px;
}

.yipin_first {
       font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.yipin_first h2{ font-size: 16px;}
.yipin_call h2,.yipin_call h3{ font-size: 14px; color: #666;}
.yipin_place h2,.yipin_place h3{ font-size: 14px; color: #666;}

.yipin_call {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.yipin_call h2 {
    float: left;
}

.yipin_call h3 {
    float: left;
    margin-top: 4px;

}

.yipin_place {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.yipin_place h2 {
    float: left;
}

.yipin_place h3 {
    float: left;
}

.line {
  height: 1px;
    background: #fcc866;
    margin-bottom: 20px;
}

.yipin_base {
    margin-left: 43px;
}

/*新闻*/
.yipin_left_26 h2 {
    font-size: 40px;
}

.yipin_left_26 h3 {
     background: #000000;
    height: 1px;
    width: 65%;
    margin: auto;
}

.yipin_left_26 h4 {
    font-size: 14px;
    margin-top: 4px;
}


.yipin_heard {
    float: left;
    margin-left: 15px;
    width: 760px;
}

.yipin_heard h2 {
    font-size: 18px;
    font-weight: 400;
	margin-top:5px
}

.yipin_heard h3 {
    font-size: 12px;
    color: #999;
    font-weight: 100;
}

.yipin_left_26 {
    color: #000000;
    width: 86px;
    text-align: center;
    float: left;
}

.yipin_left_26 h3:nth-child(1) {
    background: red;
}

.yipin_newbox {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.yipin_new {
    margin-bottom: 32px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .5s;
}

.yipin_new:hover {
      box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.yipin_new:hover .yipin_left_26 {
    color: #ac0101;
}

.yipin_new:hover .yipin_left_26 h3 {
    background: #ac0101;
}


/*视频*/
.xsshipinlist {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xsshipinlistcol {
    width: 409px;
    margin: 0 23px 30px;
    transition: .5s;
    overflow: hidden;
    border-radius: 10px;
        border: 1px solid #eee;
}

.xsshipinlistcolimg {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.xsshipinlistcolimg img {
    width: 100%;
    transition: .5s;
}

.xsshipinlistcolicon {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: none;
}

.xsshipinlistcoliconbox {
    background: rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s;
}

.xsshipinlistcolicon img {
    width: 100%;
}

.xsshipinlistcol:hover .xsshipinlistcolicon {
    display: block;
}

.xsshipinlistcol:hover .xsshipinlistcolimg img {
    transform: scale(1.05);
}

.xsshipinlistcol:hover {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.xsshipinlistcolcon {
    text-align: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xsshipinlistcolcon h2 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.xsshipinlistcolcon h3 {
       line-height: 20px;
    font-size: 12px;
    color: #999;
    font-weight: 100;
}