


/* ------------------ */
.wrap {
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid red; */
}

#carousel {
    width: 100%;
    height: 370px;
    position: relative;
    margin: 0 auto;

}

#carousel>div>div {
    float: left;
}

/* 轮播图 */
#carousel .carousel_left {
    position: relative;
    width: 420px;
    height: 370px;
    /* border: 1px solid red; */
    overflow: hidden;
}


#carousel .carousel_left .carousel_left_img li {
    float: left;


}

#carousel .carousel_left .carousel_left_img {
    width: 2100px;
    position: absolute;
    left: -420px;
}

#carousel .carousel_left .carousel_left_text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 420px;
    z-index: 99;
}

#carousel .carousel_left .carousel_left_text ul {
    display: inline-block;
    /* position: absolute; */
    /* right: 35px; */
    top: 17px;
    /* left:183px; */
    right: 40px;
    /* margin-left: 160px; */
    position: absolute;
}


#carousel .carousel_left .carousel_left_text li {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    /* background-color: #FF8000; */
    margin: 0 5px;
    top: 10px;
    left: 10px;
    cursor: pointer;
    float: left;
    /* position: absolute; */
}

#carousel .carousel_left .carousel_left_text .col {
    background-color: #a03054;
}

#carousel .carousel_left .carousel_left_text i {
    position: absolute;
    font-size: 30px;
    color: #fefefe;
    cursor: pointer;
}

#carousel .carousel_left .carousel_left_text .carousel_left_pre,
#carousel .carousel_left .carousel_left_text .carousel_left_next {
    top: -180px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    font-weight: 900;
    transition: left .3s ease-in-out;
}

#carousel .carousel_left .carousel_left_text .carousel_left_pre {

    left: -40px;
    transition: left .3s ease-in-out;
}

#carousel .carousel_left .carousel_left_text .carousel_left_next {

    right: -40px;
    transition: right .3s ease-in-out;
}

#carousel .carousel_left:hover .carousel_left_text .carousel_left_pre {
    left: 0;
}

#carousel .carousel_left:hover .carousel_left_text .carousel_left_next {
    right: 0;
}

#carousel .carousel_left .carousel_left_bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .7);
}

#carousel .carousel_left .carousel_left_bg a {
    display: block;

    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    width: 230px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}










/* 轮播图的中间 */
#carousel .carousel_center {
    width: 430px;
    height: 370px;
    /* border: 1px solid red; */
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
}

/* 轮播图的中间  上*/

#carousel .carousel_center .carousel_center_top_title {
    margin-bottom: 10px;
}

#carousel .carousel_center .carousel_center_top_title span {
    display: inline-block;
    /* width: 70px; */
    padding: 5px 10px;
    color: #fefefe;
    font-weight: 600;
    /* height:30px; */
}

#carousel .carousel_center .carousel_center_top_title span:first-child {
    background: #a03054;

}

#carousel .carousel_center .carousel_center_top_title span:nth-of-type(2) {
    background: #125a39;

}

#carousel .carousel_center .carousel_center_top_title span:last-child {
    background: #a03054;
    border-radius: 3px;
    position: absolute;
    right: 15px;
}

#carousel .carousel_center .carousel_center_top_title span:last-child a {
    color: #fefefe;

}

#carousel .carousel_center .carousel_center_top_title span:last-child a:hover {
    color: #fefefe !important;
}

#carousel .carousel_center .carousel_center_top_one {
    width: 430px;
    word-break: break-all;
    word-wrap: break-word;
    color: #878787;
    margin-bottom: 7px;
    /* padding: 0 0; */
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
}

#carousel .carousel_center .carousel_center_top_one h1 {
    font-size: 20px;
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
}

#carousel .carousel_center .carousel_center_top_one>a:hover h1 {
    color: #dc3023;
}

/* 轮播图的中间  下*/
#carousel .carousel_center .carousel_center_bottom {
    margin-top: 10px;
}



#carousel .carousel_center .carousel_center_bottom_title li {
    float: left;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /* border: 1px solid red; */
    margin-right: 5px;
    color: #fefefe;
    background: #EEEEEE;
}

#carousel .carousel_center .carousel_center_bottom_title .col {
    background-image: url("../../global/img/global.png");
    background-position: -70px -110px;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 25px;
}

#carousel .carousel_center .carousel_center_bottom_title .col a {
    color: #fff;
}

#carousel .carousel_center .carousel_center_bottom_title .col a:hover {
    color: #fff !important;
}

#carousel .carousel_center .carousel_center_bottom_title li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;

}

#carousel .carousel_center .carousel_center_bottom_title li a:hover {
    color: #444444 !important;
    /* color: #fff!important; */

}


#carousel .carousel_center .carousel_center_bottom_content {
    margin-top: 5px;
    /* margin-left: 17px; */
}

#carousel .carousel_center .carousel_center_bottom_content ul li {
    /* list-style-type: disc; */
    /* padding: 2px 0; */
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    width: 420px;
    /* border: 1px solid red; */
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    /* white-space:nowrap;   */
    /* text-overflow:ellipsis; */

}

#carousel .carousel_center .carousel_center_bottom_content ul li::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 10px;
    /* margin-left: 15px; */
    /* border: 1px solid red; */
    background-color: #666;
}

/*中间与右边合并*/
#carousel .news {
    width: 760px;
    height: 370px;
    margin-left: 20px;
}
#carousel .news .news_title {
    margin-bottom: 10px;
    display: inline-block;
}

#carousel .news .news_title span {
    display: inline-block;
    padding: 5px 10px;
    color: #fefefe;
    font-weight: 600;
}

#carousel .news .news_title span:first-child {
    background: #a03054;

}

#carousel .news .news_title span:nth-of-type(2) {
    background: #125a39;

}

#carousel .news .news_title span:last-child {
    background: #a03054;
    border-radius: 3px;
    position: absolute;
    right: 15px;
}

#carousel .news .news_title span:last-child a {
    color: #fefefe;
}

#carousel .news .news_title span:last-child a:hover {
    color: #fefefe !important;
}
#carousel .news .news_top{
    display: inline-block;
}
#carousel .news .news_top ul li{
    float: left;
    width: 370px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-right: 10px;
}
#carousel .news .news_list{
    margin-top: 5px;
    display: inline-block;
}
#carousel .news .news_list ul li{
    float: left;
    width: 370px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-right: 10px;
}

/* 右边 */
#carousel .carousel_right {
    width: 300px;
    height: 370px;
}


#carousel .carousel_right .carousel_right_top {
    width: 100%;
    height: 224px;
    border: 1px solid #ccc;
    border-top: 2px solid #125a39;
}

#carousel .carousel_right .carousel_right_top>div {

    margin-left: 10px;
}

#carousel .carousel_right .carousel_right_top_title {
    width: 100%;
    height: 40px;
    color: #666;
    line-height: 40px;
    font-size: 19px;
    font-weight: 600;
}

#carousel .carousel_right .carousel_right_top_title span:last-child {
    margin-left: 130px;
    font-size: 14px;
    font-weight: 400;
}

#carousel .carousel_right .carousel_right_top_content {
    margin-top: 10px;
}

#carousel .carousel_right .carousel_right_top_content li {
    font-size: 15px;
    padding: 5px 0;
    color: #666;
}

#carousel .carousel_right .carousel_right_top_content li:nth-last-of-type(2n) em {
    color: #a03054;
    font-weight: 700;
    font-size: 17px;
}

#carousel .carousel_right .carousel_right_top_content li:nth-last-of-type(2n-1) em,
#carousel .carousel_right .carousel_right_top_content div em {
    color: #125a39;
    font-weight: 700;
    font-size: 17px;
}

#carousel .carousel_right .carousel_right_top_content div {
    height: 40px;
    width: 100%;
    /* border: 1px solid red; */
    color: #666;
    line-height: 40px;
    font-size: 15px;
}


#carousel .carousel_right .carousel_right_bottom {
    width: 100%;
    /* border: 1px solid red; */
}

#carousel .carousel_right .carousel_right_bottom_title {
    width: 300px;
    height: 40px;
    line-height: 40px;
}

#carousel .carousel_right .carousel_right_bottom_title span {
    float: left;
}

#carousel .carousel_right .carousel_right_bottom_title span:first-child {
    display: inline-block;
    padding: 5px;
    font-size: 19px;
    height: 40px;
    font-weight: 600;
    border-bottom: 1px solid #125a39;
}

#carousel .carousel_right .carousel_right_bottom_title span:last-child {
    display: inline-block;
    height: 40px;
    width: 210px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

#carousel .carousel_right .carousel_right_bottom_content ul {
    margin-top: 7px;
}

#carousel .carousel_right .carousel_right_bottom_content ul li:first-child {
    padding: 5px 0;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    height: 27px;
    line-height: 21px;
    overflow: hidden;
}

#carousel .carousel_right .carousel_right_bottom_content ul li:last-child {
    color: #999;
    font-size: 13px;
}


/* 行业专题 */
.industry {
    width: 1200px;
    min-height: 350px;
    margin: 20px auto 0;
}

.industry>div {
    float: left;
}

/* 左边 */
.industry .industry_left {
    width: 875px;
    margin-right: 25px;
    /* border: 1px solid red; */
}

.industry .industry_left .industry_left_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.industry .industry_left .industry_left_title div {
    /* display: inline-block; */
    float: left;
    height: 40px;
    line-height: 40px;
}

.industry .industry_left .industry_left_title div:first-child {
    border-bottom: 1px solid #125a39;
    width: 120px;
    text-align: left;

}

.industry .industry_left .industry_left_title div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.industry .industry_left .industry_left_title div:last-child {
    width: 755px;
    text-align: right;
    border-bottom: 2px solid #ccc;
}

.industry .industry_left .industry_left_title div:last-child a {
    display: inline-block;
    width: 100px;
    color: #999;
    font-size: 13px;
    margin-top: 15px;
    height: 25px;
    line-height: 25px;
}

.industry .industry_left .industry_left_img {
    margin-top: 20px;
    width: 100%;
    /* border: 1px solid red; */
}

.industry .industry_left .industry_left_img li {
    float: left;
    text-align: center;
    width: 271px;
    margin-right: 31px;
}

.industry .industry_left .industry_left_img li:last-child {
    margin-right: 0;
}

.industry .industry_left .industry_left_img li img {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 17px;
    border-bottom: 2px dashed #ccc;
}

.industry .industry_left .industry_left_img li p {
    text-align: left;
}

.industry .industry_left .industry_left_img li p a {
    color: #666;
    font-size: 15px;
}

/* 右边 */
.industry .industry_right {
    width: 300px;
    /* border: 1px solid red; */
}

.industry .industry_right .industry_right_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.industry .industry_right .industry_right_title div {
    /* display: inline-block; */
    float: left;
    height: 40px;
    line-height: 40px;
}

.industry .industry_right .industry_right_title div:first-child {
    border-bottom: 1px solid #125a39;
    width: 120px;
    text-align: left;

}

.industry .industry_right .industry_right_title div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.industry .industry_right .industry_right_title div:last-child {
    width: 180px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.industry .industry_right .industry_right_title div:last-child a {
    display: inline-block;
    width: 100px;
    color: #999;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    margin-right: 14px;
}

.industry .industry_right .industry_right_list {
    height: 310px;
    overflow: hidden;
}

.industry .industry_right .industry_right_list li {
    margin-top: 5px;
    /* overflow: hidden; */
}

.industry .industry_right .industry_right_list li a {
    font-size: 16px;
    padding: 1px;
    vertical-align: top;
    display: inline-block;
    width: 290px;
    color: #333333;
    height: 24px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

/* .industry .industry_right .industry_right_list li::before{
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #444444;
    margin-right: 5px;
} */


/* 木材采购 */
.purchase {
    width: 100%;
    /* border: 1px solid #FF8000; */
    margin: 10px 0;
}

.purchase>div {
    float: left;
}

.purchase .purchase_l {
    width: 875px;
    margin-right: 25px;
    /* border: 1px solid #FF8000; */
}

.purchase .purchase_l .purchase_l_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    /* float: left; */
}

.purchase .purchase_l .purchase_l_tit>div {
    float: left;
}

.purchase .purchase_l .purchase_l_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;

}

.purchase .purchase_l .purchase_l_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.purchase .purchase_l .purchase_l_tit>div:last-child {
    width: 755px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-top: 15px;
    padding-left: 20px;
}

.purchase .purchase_l .purchase_l_tit>div:last-child a {
    color: #999;
    padding: 0 20px;
}

.purchase .purchase_l .purchase_l_tit>div:last-child a:last-child {
    padding: 0;
    float: right;
    margin-right: 20px;
}

/* 两个表格 */
.purchase .purchase_l .purchase_l_list {
    margin-top: 15px;
}

.purchase .purchase_l .purchase_l_list li {
    float: left;
}

.purchase .purchase_l .purchase_l_list>ul>li {
    width: 430px;
}

.purchase .purchase_l .purchase_l_list>ul>li:first-child {
    margin-right: 15px;
}

.purchase .purchase_l .purchase_l_list li div li {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    /* white-space:nowrap; */
    /* text-overflow:ellipsis; */
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    font-size: 15px;
}

.purchase .purchase_l .purchase_l_list li div:first-child li {
    width: 430px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    background: #EEEEEE;
    color: #666;
}

.purchase .purchase_l .purchase_l_list li div:first-child li:first-child {
    padding-left: 15px;
}

.purchase .purchase_l .purchase_l_list li div li:first-child {
    width: 235px;
}

.purchase .purchase_l .purchase_l_list li div li:first-child a {
    color: #000;
}

.purchase .purchase_l .purchase_l_list li div li:nth-of-type(2) {
    width: 80px;
    font-size: 13px;
    color: #666;
}

.purchase .purchase_l .purchase_l_list li div li:nth-of-type(3) {
    width: 110px;
    font-size: 13px;
    color: #666;
}

.purchase .purchase_l .purchase_l_list li div li:nth-of-type(4) {
    width: 65px;
    font-size: 13px;
    color: #666;
}

.purchase .purchase_l .purchase_l_list div ul:hover {
    background: #eee;
}


.purchase .purchase_r {
    width: 300px;
    /* border: 1px solid red; */
}

.purchase .purchase_r .purchase_r_tit {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.purchase .purchase_r .purchase_r_tit>div {
    float: left;
}

.purchase .purchase_r .purchase_r_tit>div:first-child {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #a03054;
    text-align: center;
}

.purchase .purchase_r .purchase_r_tit>div:first-child h2 {
    font-size: 23px;
    font-weight: 600;
    color: #eee;
}

.purchase .purchase_r .purchase_r_tit>div:last-child {
    width: 170px;
    height: 40px;
    line-height: 40px;
    /* margin-top: 10px; */
    /* padding-top:10px ; */
    background: #EEEEEE;
    text-align: right;
    font-size: 13px;

}

.purchase .purchase_r .purchase_r_tit>div:last-child a {
    color: #999;
    margin-right: 14px;
}

.purchase .purchase_r .purchase_r_list {
    /* margin-top: 10px; */
    padding-top: 17px;
    width: 300px;
    border: 1px solid #ccc;
    border-top: none;
    /* font-family: "微软雅黑"; */
}

.purchase .purchase_r .purchase_r_list li {
    /* font-size: 15px; */
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.purchase .purchase_r .purchase_r_list li a {
    width: 255px;


    /* white-space:nowrap;
    text-overflow:ellipsis; */
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.purchase .purchase_r .purchase_r_list li::before {
    content: "VIP";
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    width: 30px;
    height: 15px;
    border-radius: 5px;
    display: inline-block;
    background: #a03054;
    margin-right: 10px;
    margin-left: 2px;
    color: #eee;
}

/* 热门品牌 */

.brand {
    width: 1200px;
    margin: 25px auto 0;

}

.brand>div {
    float: left;
}

.brand .brand_l {
    width: 875px;
    margin-right: 25px;
}

.brand .brand_l .brand_l_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.brand .brand_l .brand_l_tit>div {
    float: left;
}

.brand .brand_l .brand_l_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.brand .brand_l .brand_l_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.brand .brand_l .brand_l_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 35px;
    margin-top: 6px;
    /* padding-top: 3px; */
    color: #999;
}

.brand .brand_l .brand_l_tit>div:last-child li a {
    color: #999;
}

.brand .brand_l .brand_l_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.brand .brand_l .brand_l_tit>div:last-child li:last-child {
    margin-left: 182px;
    margin-right: 0;
}

.brand .brand_l .brand_l_list {
    width: 875px;
    margin-top: 10px;
}

.brand .brand_l .brand_l_list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 163px;
    height: 194px;
    /* line-height: 200px; */
    text-align: center;
    border: 1px solid #ccc;
}

.brand .brand_l .brand_l_list li {
    word-break: break-all;
    word-wrap: break-word;
}

.brand .brand_l .brand_l_list li:nth-of-type(5),
.brand .brand_l .brand_l_list li:nth-of-type(10),
.brand .brand_l .brand_l_list li:nth-of-type(15) {
    margin-right: 0;
}

.brand .brand_l .brand_l_list li img {
    /* height: 200px; */
    /* line-height: 200px; */
    padding: 48px 0;
}

.brand .brand_r {
    width: 300px;
}


.brand .brand_r_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.brand .brand_r_tit>div {
    float: left;
}

.brand .brand_r_tit>div:first-child {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #125a39;
}

.brand .brand_r_tit>div:first-child h2 {
    font-size: 23px;
    color: #125a39;
    font-weight: 600;
}

.brand .brand_r_tit>div:last-child {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.brand .brand_r_tit>div:last-child a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #999;
    margin-top: 15px;
    margin-right: 14px;
}

.brand .brand_r_list {
    margin-top: 10px;
}

.brand .brand_r_list li {
    /* text-align: center; */
    /* line-height: 140px; */
    width: 100%;
    height: 122px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 22px;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #ccc;
}

.brand .brand_r_list li img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    vertical-align: top;
    margin-right: 10px;
}

.brand .brand_r_list li a {
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    width: 190px;
    height: 110px;
    /* height: 120px; */
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    /* font-family: "微软雅黑"; */
    color: #555;
}

.brand .brand_r_list li:last-child {
    border-bottom: none;
}


/* 热门招商 */
.attract {
    width: 1200px;
    margin: 10px auto 0;

}

.attract .attract_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.attract .attract_tit>div {
    float: left;
}

.attract .attract_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.attract .attract_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.attract .attract_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 35px;
    margin-top: 6px;
    /* padding-top: 3px; */
    color: #999;
}

.attract .attract_tit>div:last-child li a {
    color: #999;
}

.attract .attract_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.attract .attract_tit>div:last-child li:last-child {
    margin-left: 419px;
    margin-right: 0;
}

.attract .attract_list {
    width: 100%;
    margin-top: 10px;
}

.attract .attract_list li {
    float: left;
    /* height: 120px; */
    width: 191px;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.attract .attract_list li:nth-of-type(6),
.attract .attract_list li:nth-of-type(12),
.attract .attract_list li:nth-of-type(18) {
    margin-right: 0;
}

.attract .attract_list li>div:first-child {
    margin-bottom: 5px;

}

.attract .attract_list li>div:first-child img {
    margin-bottom: 3px;

}

.attract .attract_list li>div:first-child h3 {
    width: 188px;
    word-break: break-all;
    word-wrap: break-word;
    height: 23px;
    overflow: hidden;
    /* white-space:nowrap;
    text-overflow:ellipsis; */
    font-size: 18px;
    /* font-weight: 600; */
}

.attract .attract_list li>div:last-child {
    width: 188px;
    overflow: hidden;
    color: #666;
}

.attract .attract_list li>div:last-child p,
.attract .attract_list li>div span {
    /* padding: 2px 0; */
    font-size: 13px;
    height: 18px;
    /* line-height: 23px;; */
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    display: block;
}

/* .attract .attract_list li > div:last-child span{
    display: inline-block;
} */



/* 价格行情 */
.infor {
    width: 1200px;
    margin: 20px auto 0;

}

.infor>div {
    float: left;
}

.infor .infor_l {
    width: 875px;
    margin-right: 25px;
}

.infor .infor_l .infor_l_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.infor .infor_l .infor_l_tit>div {
    float: left;
}

.infor .infor_l .infor_l_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.infor .infor_l .infor_l_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}


.infor .infor_l .infor_l_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 35px;
    margin-top: 6px;
    /* padding-top: 3px; */
    color: #999;
}

.infor .infor_l .infor_l_tit>div:last-child li a {
    color: #999;
}

.infor .infor_l .infor_l_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.infor .infor_l .infor_l_tit>div:last-child li:last-child {
    margin-left: 109px;
    margin-right: 0;
}

.infor .infor_l .infor_l_stit {
    width: 100%;
    margin-top: 10px;
}

.infor .infor_l .infor_l_stit li {
    float: left;
    margin-right: 7px;
}

.infor .infor_l .infor_l_stit li:first-child {
    font-weight: 600;
    margin-right: 10px;
}

.infor .infor_l .infor_l_stit li a {
    color: #666;
}

/* 价格行情 左边的列表*/
.infor .infor_l .infor_l_cont {
    width: 100%;
    margin-top: 20px;
}

.infor .infor_l .infor_l_cont>div {
    float: left;
}

/* 价格行情 左边的列表 左*/
.infor .infor_l .infor_l_cont .infor_l_c_list_L {
    border: 1px solid #e6e6e6;
    width: 558px;
    margin-right: 25px;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_L>ul>li {
    float: left;
    width: 250px;
    margin: 8px 0;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_L ul>li:first-child {
    margin-right: 25px;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_L ul>li ul li {
    padding: 5px 0;
    margin-left: 10px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    height: 27px;
    line-height: 18px;
    ;
    /* white-space:nowrap;
    text-overflow:ellipsis; */
}

.infor .infor_l .infor_l_cont .infor_l_c_list_L ul>li ul li a {
    font-size: 15px;
    vertical-align: middle;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_L ul>li ul li::before {
    width: 3px;
    height: 3px;
    display: inline-block;
    content: "";
    background: #444444;
    border-radius: 50%;
    margin-right: 7px;
}

/* 价格行情 左边的列表 右*/
.infor .infor_l .infor_l_cont .infor_l_c_list_R {
    width: 270px;
    margin-top: -3px;
    /* border: 1px solid #ccc; */
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:first-child li {
    float: left;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:first-child {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:first-child li:first-child {
    height: 30px;
    width: 160px;
    border-bottom: 1px solid #125a39;
    text-align: center;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:first-child li:first-child h3 {
    font-size: 15px;
    color: #125a39;
    font-weight: 600;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:first-child li:last-child {
    border-bottom: 1px solid #ccc;
    height: 30px;
    width: 110px;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:last-child {
    margin-top: 5px;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:last-child li {
    margin-bottom: 3px;
    width: 100%;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:last-child li img {
    margin-right: 10px;
    margin-left: -4px;
    vertical-align: -19px;
}

.infor .infor_l .infor_l_cont .infor_l_c_list_R div:last-child li span a {
    display: inline-block;
    width: 178px;
    /* font-size: 15px; */
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    color: #555;
    overflow: hidden;
    /* white-space:nowrap;
    text-overflow:ellipsis; */
}



.infor .infor_r {
    width: 300px;
}


.infor .infor_r_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.infor .infor_r_tit>div {
    float: left;
}

.infor .infor_r_tit>div:first-child {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #125a39;
}

.infor .infor_r_tit>div:first-child h2 {
    font-size: 23px;
    color: #125a39;
    font-weight: 600;
}

.infor .infor_r_tit>div:last-child {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.infor .infor_r_tit>div:last-child a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #999;
    margin-top: 15px;
    margin-right: 14px;

}

.infor .infor_r_list {
    width: 100%;
    margin-top: 10px;
}

.infor .infor_r_list th {
    background: #EEEEEE;
    height: 10px;
    line-height: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #999999;
}

.infor .infor_r_list td {
    padding: 6px 8px;
    height: 15px;
    line-height: 15px;
}

.infor .infor_r_list td a {
    width: 136px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    /* color: #333; */
    font-size: 14px;
    display: block;
}

.infor .infor_r_list td span {
    width: 105px;
    height: 20px;
    line-height: 17px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    /* color: #333; */
    /* font-size: 13px; */
    display: block;
}



/* 商城精品 */
.quality {
    width: 1200px;
    margin: 10px auto 0;
}

.quality>div {
    float: left;
}

.quality .quality_l {
    width: 875px;
    margin-right: 25px;
}

.quality .quality_l .quality_l_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.quality .quality_l .quality_l_tit>div {
    float: left;
}

.quality .quality_l .quality_l_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.quality .quality_l .quality_l_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.quality .quality_l .quality_l_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 34px;
    margin-top: 6px;
    /* padding-top: 3px; */
    color: #999;
}

.quality .quality_l .quality_l_tit>div:last-child li a {
    color: #999;
}

.quality .quality_l .quality_l_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.quality .quality_l .quality_l_tit>div:last-child li:last-child {
    margin-left: 33px;
    margin-right: 0;
}

.quality .quality_l .quality_img {
    margin-top: 10px;
}

.quality .quality_l .quality_img li {
    float: left;
    width: 167px;
    height: 190px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #f7f7f7;
}

.quality .quality_l .quality_img li:nth-of-type(5),
.quality .quality_l .quality_img li:nth-of-type(10),
.quality .quality_l .quality_img li:nth-of-type(15) {
    margin-right: 0;
}

.quality .quality_l .quality_img li a:hover p {
    color: #dc3023;
}

.quality .quality_l .quality_img li img {
    width: 159px;
    height: 121px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.quality .quality_l .quality_img li p {

    width: 165px;
    font-size: 12px;
    overflow: hidden;
    /* white-space:nowrap;
    text-overflow:ellipsis; */
    line-height: 22px;
    color: #f40;;
}

.quality .quality_l .quality_img li span {
    color: #999;;
}

.quality .quality_r {
    width: 300px;
}

.quality .quality_r_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.quality .quality_r_tit>div {
    float: left;
}

.quality .quality_r_tit>div:first-child {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #125a39;
}

.quality .quality_r_tit>div:first-child h2 {
    font-size: 23px;
    color: #125a39;
    font-weight: 600;
}

.quality .quality_r_tit>div:last-child {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.quality .quality_r_tit>div:last-child a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #999;
    margin-top: 15px;
    margin-right: 14px;
}


.quality .quality_r .quality_r_list {
    /* margin-top: 10px; */
    padding-top: 17px;
    width: 300px;
    /* border: 1px solid #ccc; */
    border-top: none;
    /* font-family: "微软雅黑"; */
}

.quality .quality_r .quality_r_list li {
    /* font-size: 15px; */
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.quality .quality_r .quality_r_list li a {

    font-size: 16px;
}

.quality .quality_r .quality_r_list li::before {
    content: "NEW";
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    width: 30px;
    height: 15px;
    border-radius: 5px;
    display: inline-block;
    background: #999999;
    margin-right: 10px;
    margin-left: 2px;
    color: #eee;
}


/* 产品专题 */
.product {
    width: 1200px;
    margin: 10px auto 0;
}

.product>div {
    float: left;
}

.product .product_l {
    width: 875px;
    margin-right: 25px;
}

.product .product_l .product_l_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.product .product_l .product_l_tit>div {
    float: left;
}

.product .product_l .product_l_tit div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    border-bottom: 1px solid #125a39;

}

.product .product_l .product_l_tit div:first-child h2 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.product .product_l .product_l_tit div:last-child {
    width: 755px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.product .product_l .product_l_tit div:last-child a {
    color: #999;
    margin-top: 15px;
    display: inline-block;
    height: 25px;
    line-height: 25px
}

.product .product_l .product_l_list {
    width: 100%;
    margin-top: 15px;
}

.product .product_l .product_l_list li {
    float: left;
    width: 72px;
    /* text-align: center; */
    padding: 11px 0;
}

.product .product_l .product_l_list li a {
    font-size: 16px;
    /* font-family: 'Courier New', Courier, monospace; */
}

.product .product_r {
    width: 300px;
}

.product .product_r_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.product .product_r_tit>div {
    float: left;
}

.product .product_r_tit>div:first-child {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #125a39;
}

.product .product_r_tit>div:first-child h2 {
    font-size: 23px;
    color: #125a39;
    font-weight: 600;
}

.product .product_r_tit>div:last-child {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.product .product_r_tit>div:last-child a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #999;
    margin-top: 15px;
    margin-right: 14px;
}

.product .product_r_list {
    width: 100%;
    margin-top: 10px;
}

.product .product_r_list img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    vertical-align: top;
    margin-top: 7px;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 15px;
}

.product .product_r_list ul {

}

.product .product_r_list li {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
}

.product .product_r_list li div {
    display: inline-block;
    width: 162px;
    /* border: #008C46 1px solid; */
}

.product .product_r_list li div a {
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
    font-size: 15px;
}

.product .product_r_list li div p {
    max-height: 103px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 9px;
    width: 162px;
    padding: 4px 3px;
    /* text-align: center; */
    background: #EEEEEE;
    line-height: 19px;
    color: #666;
}


/* 家居装修 */
.decoration {
    width: 1200px;
    margin: 15px auto 0;
}

.decoration .decoration_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.decoration .decoration_tit>div {
    float: left;
}

.decoration .decoration_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.decoration .decoration_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.decoration .decoration_tit>div:last-child {
    width: 1080px;
}

.decoration .decoration_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 34px;
    margin-top: 6px;
    /* padding-top: 3px; */
    color: #999;
}

.decoration .decoration_tit>div:last-child li a {
    color: #999;
}

.decoration .decoration_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.decoration .decoration_tit>div:last-child li:last-child {
    margin-left: 883px;
    margin-right: 0;
}

.decoration .decoration_cont {
    width: 1200px;
    margin-top: 17px;
}

.decoration .decoration_cont>ul>li {
    float: left;
}

.decoration .decoration_cont .decoration_cont_l {
    width: 610px;
    margin-right: 15px;
}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_tit {

    width: 400px;
    margin: 0 auto 20px;
    text-align: center;
}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_tit a {
    display: block;
    color: #000;
    font-weight: 600;

}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_tit a:hover {
    color: #dc3023;
}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_tit h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_list>ul>li {
    float: left;
    width: 280px;
}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_list>ul>li:first-child {
    margin-right: 50px;

}

.decoration .decoration_cont .decoration_cont_l .decoration_cont_l_list>ul>li li a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #333;
    margin: 0 0 11px;
    width: 280px;
    overflow: hidden;

    height: 22px;
}

.decoration .decoration_cont .decoration_cont_m {
    width: 280px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 6px;
}

.decoration .decoration_cont .decoration_cont_m img {
    width: 280px;
    height: 160px;
}

.decoration .decoration_cont .decoration_cont_m p {
    display: block;
    color: #EEEEEE;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 99;
    bottom: 0;
}

.decoration .decoration_cont .decoration_cont_r {
    width: 280px;
}

.decoration .decoration_cont .decoration_cont_r>div:first-child {
    width: 100%;
    background: url("../../global/img/global.png");
    background-position: 0 -224px;
    background-repeat: no-repeat;
    height: 56px;
    line-height: 45px;
    text-align: center;
}


.decoration .decoration_cont .decoration_cont_r>div:first-child h3 {
    font-size: 20px;
    color: #EEEEEE;
    font-weight: 600;
}

/* 这个下拉框依赖于 blobal.css文件 */
.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select {
    height: 70px;
    margin-bottom: 25px;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select .dropdown {
    width: 75px;
    height: 30px;
    line-height: 30px;
    position: relative;
    /* border: 1px solid red; */
    cursor: pointer;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select em {
    position: absolute;
    width: 14px;
    height: 23px;
    /* border: 1px solid red; */
    background: url("../../global/img/global.png");
    background-position: -109px -27px;
    /* background-size: 362px; */
    display: inline-block;
    top: 0;
    right: 8px;
    cursor: pointer;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select .dropdown:hover em {
    background-position: -1px -26px !important;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select .dropdown:hover .dropbtn {
    background-color: none !important;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select .dropbtn {

    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select .dropdown-content {
    width: 280px;
    z-index: 99;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select .dropdown-content a {
    float: left;
    background: none;
    padding: 0;
    margin-left: 9px;
    color: #666;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select>div:last-child li {
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.decoration .decoration_cont .decoration_cont_r .decoration_cont_r_select>div:last-child li a {
    color: #666;
}



/* 木业展会 */
.show {
    width: 1200px;
    margin: 10px auto 0;
}

.show .show_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.show .show_tit>div {
    float: left;
}

.show .show_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.show .show_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.show .show_tit>div:last-child {
    width: 1080px;
}

.show .show_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 34px;
    margin-top: 6px;
    color: #999;
}

.show .show_tit>div:last-child li a {
    color: #999;
}

.show .show_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.show .show_tit>div:last-child li:last-child {
    margin-right: 20px;
    float: right;
}

.show .show_img {
    margin-top: 10px;
    width: 100%;
    height: 90px;
}

.show .show_img li {
    float: left;
    margin-right: 6px;
}

.show .show_img li:last-child {
    margin-right: 0;
}

.show .show_img li img {
    width: 235px;
    height: 90px;
}

.show .show_cont {
    width: 1200px;
    margin-top: 5px;
}

.show .show_cont>div {
    float: left;
}


.show .show_cont_l {
    width: 875px;
    margin-right: 15px;
}

.show .show_cont_l th {
    color: #a03054;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    padding: 3px 0;
}

.show .show_cont_l th:nth-of-type(1) {
    text-indent: 3em;
}

.show .show_cont_l td:nth-of-type(1) {
    padding: 5px 0;
}

.show .show_cont_l th:nth-of-type(2),
.show .show_cont_l td:nth-of-type(2),
.show .show_cont_l th:nth-of-type(3),
.show .show_cont_l td:nth-of-type(3) {
    text-align: center;
}

.show .show_cont_l td a {
    display: block;
    width: 498px;
    padding: 0 10px;
    height: 20px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.show .show_cont_l td em {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    width: 149px;
    height: 20px;
}


.show .show_cont_l tr:nth-of-type(2n) {
    background: none;
}

.show .show_cont_l tr:hover {
    background: #EEEEEE;
}

.show .show_cont_l td:nth-of-type(2) {
    color: #999;
    padding: 9px 4px;
}

.show .show_cont_r {
    width: 300px;
    margin-top: 3px;
}


.show .show_r_tit {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.show .show_r_tit>div {
    float: left;
}

.show .show_r_tit>div:first-child {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #125a39;
}

.show .show_r_tit>div:first-child h2 {
    font-size: 23px;
    color: #125a39;
    font-weight: 600;
}

.show .show_r_tit>div:last-child {
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.show .show_r_tit>div:last-child a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #999;
    margin-top: 8px;
    margin-right: 14px;
}

.show .show_r_list {
    margin-top: 10px;
}

.show .show_r_list ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    
}

/* .show .show_r_list ul:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.show .show_r_list ul:first-child li {
    float: left;
    width: 140px;
    overflow: hidden;
}

.show .show_r_list ul:first-child li:first-child {
    margin-right: 20px;
}

.show .show_r_list ul:first-child li a img {
    width: 140px;
    height: 74px;
    margin-bottom: 7px;
}

.show .show_r_list ul:first-child li a p {
    width: 140px;
    overflow: hidden;
    line-height: 16px;
    height: 33px;
    word-break: break-all;
    word-wrap: break-word;
}

.show .show_r_list ul:last-child li {
    line-height: 20px;
    height: 20px;
    margin-top: 7px;
    max-height: 34px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.show .show_r_list ul:last-child li a {
    font-size: 13px;
} */

/* 木业知道 */
.know {
    width: 1200px;
    margin: 5px auto 0;
}

.know .know_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.know .know_tit>div {
    float: left;
}

.know .know_tit>div:first-child {
    width: 120px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
}

.know .know_tit>div:first-child h1 {
    font-size: 23px;
    font-weight: 600;
    color: #125a39;
}

.know .know_tit>div:last-child {
    width: 1080px;
}

.know .know_tit>div:last-child li {
    float: left;
    margin-right: 10px;
    height: 34px;
    margin-top: 6px;
    color: #666;
}

.know .know_tit>div:last-child li a {
    color: #999;
}

.know .know_tit>div:last-child li:first-child {
    margin-left: 30px;
}

.know .know_tit>div:last-child li:last-child {
    margin-left: 871px;
    margin-right: 0;
}

.know .know_cont {
    margin-top: 15px;
}

.know .know_cont>div {
    float: left;
}

.know .know_cont .know_cont_l,
.know .know_cont .know_cont_c {
    width: 425px;
    margin-right: 25px;
}

.know .know_cont .know_cont_l li:first-child,
.know .know_cont .know_cont_c li:first-child {
    font-size: 15px;
    font-weight: 600;
    /* font-family: "宋体"; */
}

.know .know_cont .know_cont_l li:first-child {
    color: #a03054;
    margin-bottom: 5px;
}

.know .know_cont .know_cont_c li:first-child {
    color: #125a39;
    margin-bottom: 5px;
}

.know .know_cont .know_cont_l li a,
.know .know_cont .know_cont_c li a {
    display: block;
    padding: 5px 0;
    height: 29px;
    line-height: 29px;
    width: 425px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 15px;
    color: #555;
}
.know .know_cont .know_cont_l li a:hover,
.know .know_cont .know_cont_c li a:hover{

    color: #dc3023;
}


.know .know_cont .know_cont_l li a::before {
    background-image: url("../../global/img/global.png");
    background-position: -32px -107px;
    /* border: 1px solid red; */
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    vertical-align: -3px;
    margin-right: 5px;
}

.know .know_cont .know_cont_c li a::before {
    background-image: url("../../global/img/global.png");
    background-position: -4px -107px;
    /* border: 1px solid red; */
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    vertical-align: -3px;
    margin-right: 5px;
}






.know .know_cont_r {
    width: 280px;
    margin-left: 20px;
    /* text-align: right; */
    /* border: 1px solid #008C46; */
}

.know .know_cont_r>div:first-child {
    /* margin: 10px 0; */
    margin-bottom: 15px;
}

.know .know_cont_r>div:first-child li {
    float: left;
}

.know .know_cont_r>div:first-child input {
    border: none;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    height: 27px;
    padding: 0 10px;
    font-size: 15px;
    color: #888;
    width: 210px;
}

.know .know_cont_r>div:first-child button {
    height: 27px;
    line-height: 27px;
    width: 70px;
    padding: 0;
    font-size: 13px;
}

.know .know_cont_r>div:last-child {
    width: 280px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.know .know_cont_r>div:last-child p {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-top: 10px;
    margin-left: 13px;
    margin-bottom: 7px;
}

.know .know_cont_r>div:last-child li {

    padding: 6px 0;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    height: 23px;
    /* line-height: 14px;; */
    /* white-space:nowrap; */
    /* text-overflow:ellipsis; */
}

.know .know_cont_r>div:last-child li a {
    margin-left: 15px;
    color: #555;
}

/* 知道搜索 */
.zd_se {
    margin-bottom: 5px;
}
.zd_se div ul li{
    float: left;
}
.zd_se_input{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    padding: 0 5px;
}
.zd_se_btn{
    background-color: #125a39;
}


/* 友情链接 */
.link{
    width: 100%;
    margin-top: 35px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

.link .link_top{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.link .link_top p{
    font-size: 15px;
    color: #125a39;
    /* padding-left: 10px; */
}
.link ul{
    margin-top: 10px;
}


.link ul li{
    float: left;
     margin:5px 10px 10px 0;
    /*margin-right: 20px;*/
}
.link ul li a{
    font-size: 12px;
    color: #777;
}

.link ul li a:hover{
    color: #dc3023;

}




