.main {
    width: 980px;
    height: 455px;
    /*background-color: pink;*/
    margin-left: 220px;
    margin-top: 10px;
}

.focus {
    position: relative;
    float: left;
    width: 721px;
    height: 455px;
    background-color: purple;
}

/*.focus ul li {*/
/*    font-size: 18px;*/
/*}*/
.focus ul li .prev,
.focus ul li .next {
    display: block;
    position: absolute;
    top: 210px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.focus ul li .prev {
    left: 0;
    border-radius: 0 15px 15px 0;
}

.focus ul li .next {
    right: 0;
    border-radius: 15px 0 0 15px;
}

.newsflash {
    float: right;
    width: 250px;
    height: 455px;
    /*background-color: skyblue;*/
}

.news {
    height: 165px;
    border: 1px solid #e4e4e4;
    /*background-color: pink;*/
}

.news-hd {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dotted #e4e4e4;
    padding: 0 15px;
}

.news-hd h5 {
    float: left;
    font-size: 14px;
}

.news-hd .more {
    float: right;
}

.news-hd .more::after {
    font-family: 'icomoon';
    content: '\ea50';
}

.news-bd {
    padding: 5px 15px 0;
}

.news-bd ul li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lifeservice {
    overflow: hidden;
    height: 209px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.lifeservice ul {
    width: 252px;
}

.lifeservice ul li {
    position: relative;
    float: left;
    width: 63px;
    height: 71px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.lifeservice ul li i {
    /*一个盒子包含图片和文字 将图片盒子转换为行内块元素 这样再用text-align: center; 就能实现图片和文字居中对齐*/
    display: inline-block;
    width: 24px;
    height: 28px;
    margin-top: 12px;
    background: url(../images/icons.png) no-repeat -18px -15px;
}

.lifeservice ul li img {
    position: absolute;
    top: 0;
    right: 0;
}

.bargain {
    margin-top: 5px;
}

.recom {
    height: 163px;
    background-color: #f5f5f5;
}

.introduce {
    /* height: 163px; */
    background-color: #f5f5f5;
}

.introduce .div {
    /* margin-top: 80px; */
    /* font-size: 30px; */
    /* color: #3A3A3A; */
}

.recom_hd {
    float: left;
    height: 163px;
    width: 205px;
    background-color: #5c5251;
    text-align: center;
    padding-top: 30px;
}

.recom_bd {
    float: left;
}

.recom_bd ul li {
    float: left;
}

.recom_bd ul li img {
    width: 248px;
    height: 163px;
}

.box_hd {
    position: relative;
    height: 30px;
    border-bottom: 2px solid #c81623;
}

.box_hd h3 {
    float: left;
    font-size: 18px;
    color: #c81623;
    font-weight: 400;
}

.tab_list {
    float: right;
}

.tab_list ul li {
    float: left;

}

.tab_list ul li a {
    margin: 0 15px;
}

.floor {
    margin-top: 30px;
}

/*.box_hd .tab_list ul li:nth-child(-n+8) {*/
/*    border-right: 1px solid #e4e4e4;*/
/*}*/
.box_bd {
    height: 361px;
    /*background-color: pink;*/
}

.tab_list_item>div {
    float: left;
    height: 361px;
}

.col_210 {
    width: 210px;
    background-color: #f9f9f9;
}

.col_210 ul {
    padding-left: 12px;
    text-align: center;
}

.col_210 ul li {
    float: left;
    width: 85px;
    height: 34px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}

.col_329 {
    width: 329px;
}

.col_220 {
    width: 220px;
    border-right: 1px solid #ccc;
}

.col_220 img {
    width: 219px;
}

.bb {
    /*一般情况下，a如果包含有宽度的盒子，a需要转换为块级元素*/
    display: block;
    border-bottom: 1px solid #ccc;
}

.layui-carousel-ind ul {
    background-color: transparent !important;
}

.layui-carousel-ind li {
    width: 30px !important;
    height: 4px !important;
    border-radius: 0 !important;
}

.introduce .w div {
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    color: #3a3a3a;
}

.introduce .w span {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 80px;
    font-size: 16px;
    color: #fab901;
}

.introduce .w a {
    display: block;
    font-size: 18px;
    padding-bottom: 80px;
}

.introduce .w a p {
    text-indent: 2em;
}

.business .w div {
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    color: #3a3a3a;
}

.business .w span {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fab901;
}

.business .w .ad {
    text-align: center;
    padding-bottom: 80px;
    font-size: 16px;
    color: #666666;
}

.business .w a {
    display: block;
    font-size: 18px;
    padding-bottom: 80px;
}

.business .w ul li {
    display: inline-block;
    position: relative;
    width: 560px !important;
    height: 160px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d0d0d0;
}

.business .w ul li:nth-child(odd) {
    margin-right: 76px;
}

.business .w ul li .num {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 48px;
    color: #666666;
    width: 90px;
    height: 90px;
    background-color: #f5f5f5;

}

.business .w ul li .more {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    color: #666666;
    top: 0;
    left: 108px;
}

.business .w ul li .title {
    text-align: start;
    padding-bottom: 10px;
    font-size: 18px;
    color: #3a3a3a;
}

.business .w ul li .detail {
    text-align: start;
}

.business .w ul li:nth-child(n+9) {
    border-bottom: none;
}

.copyright .w {}

.copyright .w div {
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    color: #3a3a3a;
}

.copyright .w span {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fab901;
}

.copyright .w .ad {
    text-align: center;
    padding-bottom: 80px;
    font-size: 16px;
    color: #666666;
}

.copyright .w a {
    display: block;
    font-size: 18px;
    padding-bottom: 80px;
}

.copyright .about {
    /* margin-top: 540px; */
    margin-bottom: 80px;
}
.copyright .about img{
    width: 290px;
}
.copyright .about li {
    display: inline-block;
}

.copyright .about li:nth-child(-n+3),
.copyright .about li:nth-child(n+5) {
    margin-right: 7px;
}

.copyright .about li:nth-child(-n+8) {
    margin-bottom: 30px;
}

.pic {
    width: 600px !important;
    background-color: #33a1ff;
}

.main-product1 .clearBoth {
    background-color: #33a1ff;
}

.rollBox .cont .pic img {
    width: 600px;
    padding: 0 105px;
    background: #33a1ff !important;
    display: block;
    /* margin: 0 auto; */
}

.product {
    position: relative;
    height: 1000px;
    background-color: #33a1ff;
}

.product .w .show {
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    color: #ffffff;
}

.product .w>span {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 80px;
    font-size: 16px;
    color: #ffffff;
}

.wechat {
    position: relative;
    float: left;
    margin-top: -20px;
}

.wechat span {
    display: block;
    position: absolute;
    /* margin-bottom: -20px; */
    bottom: 0px;
    left: 82px;
    color: #DADADA;
}

.pic>span {
    font-size: 20px !important;
    color: #ffffff;
    font-weight: 600;
}