#owl-demo1 .item {
    display: block;
}


.demo2_box .sdiv {
    width: 282px;
    height: 100%;
    border: 1px solid #da251d;
    position: absolute;
    background: rgba(255,255,255,.8);
    transition: all 0.5s;
    top: 0;
    left: 0;
    opacity: 0;
}

    .demo2_box .sdiv .stitle {
        font-size: 24px;
        color: #666;
        margin-top: 35%;
    }

.item:hover .sdiv {
    opacity: 1;
}

#owl-demo1 img {
    display: block;
    width: 100%;
}

#owl-demo1 .owl-pagination {
    position: absolute;
    bottom: 38px;
    left: 50%;
}

.banner img {
    height: 796px;
}

#owl-demo1 .owl-controls .owl-page span {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 15px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

#owl-demo1 .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span {
    width: 32px;
    height: 18px;
    background: #da251d;
}


.section1 {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .section1 .title {
        margin-bottom: 20px;
    }

        .section1 .title span {
            display: inline-block;
            font-size: 22px;
            border-bottom: 2px solid #da251d;
            padding-bottom: 5px;
        }

    .section1 ul {
        margin-top: 55px;
    }

    .section1 li {
        float: left;
        //margin-right: 133px;
        //width: 200px;
        margin-right: 10px;
        width: 290px;
    }

        .section1 li .img_box {
            width: inherit;
            height: 200px;
            overflow: hidden;
            /*border-radius: 50%;*/
            position: relative;
            margin-bottom: 22px;
        }

            .section1 li .img_box .img1 {
                display: block;
                width: 100%;
		height:200px;
            }

            .section1 li .img_box .img_zz {
                width: 100%;
                height: 100%;
                padding: 10px;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.5s;
                opacity: 0;
                background: rgba(230,230,230,.8);
                overflow: hidden;
                /*border-radius: 50%;*/
            }

                .section1 li .img_box .img_zz div {
                    width: 100%;
                    height: 100%;
                    /*border-radius: 50%;*/
                    border: 2px solid #da251d;
                }

                .section1 li .img_box .img_zz img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -15px;
                    margin-top: -15px;
                }

            .section1 li .img_box:hover .img_zz {
                opacity: 1;
            }

        .section1 li .p1 {
            font-size: 16px;
            text-align: center;
            margin-bottom: 5px;
        }

        .section1 li .p2 {
            font-size: 15px;
            color: #666;
            line-height: 22px;
        }


.section2 {
    height: 500px;
    background: url(../images/img6.jpg) center center;
    padding-top: 45px;
}

    .section2 .title {
        margin-bottom: 60px;
    }

        .section2 .title span {
            display: inline-block;
            font-size: 22px;
            border-bottom: 2px solid #da251d;
            padding-bottom: 5px;
        }

    .section2 .type_list {
        display: inline-block;
        margin-bottom: 38px;
    }

        .section2 .type_list li {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            border: 1px solid #333;
            color: #333;
            font-size: 16px;
            padding: 0 10px;
            background: #fff;
            border-radius: 3px;
            margin-right: 40px;
        }

            .section2 .type_list li:last-child {
                margin-right: 0;
            }

.type_active {
    background: #da251d !important;
    color: #fff !important;
    border-color: #da251d !important;
}

.demo2_box {
    display: none;
}

.demo2_active {
    display: block !important;
}

.section2 .type_list li:hover {
    cursor: pointer;
}

.owl-demo2 .main_box {
    width: 282px;
    padding: 12px 12px 0;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.5s;
    border: 1px solid #ccc;
}


.owl-demo2 .img_box {
    width: 100%;
    /*height: 190px;*/
}

    .owl-demo2 .img_box img {
        display: block;
        width: 100%;
        /*height: 200px;*/
    }

.owl-demo2 .owl-pagination {
    position: absolute;
    /*bottom: -50px;
    left: 50%;*/
    bottom: -28px;
    left: 45%;
}

.owl-demo2 .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 15px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d0d0d0;
    overflow: hidden;
}

.owl-demo2 .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span {
    background: #da251d;
}

.owl-demo2 .p1 {
    height: 48px;
    line-height: 48px;
    background: #fff;
}

.owl-demo2 .main_box:hover {
    border-color: #da251d !important;
}

    .owl-demo2 .main_box:hover .demo2_p {
        color: #da251d !important;
    }


.section3 {
    padding-top: 35px;
    padding-bottom: 7px;
}

    .section3 .title {
        margin-bottom: 20px;
    }

        .section3 .title span {
            display: inline-block;
            font-size: 22px;
            border-bottom: 2px solid #da251d;
            padding-bottom: 5px;
        }

    .section3 ul {
        margin-top: 50px;
    }

        .section3 ul li {
            float: left;
            width: 592px;
            padding: 10px;
            border: 1px solid #e4e4e4;
            margin-bottom: 28px;
            transition: all 0.5s;
            margin-right: 16px;
        }

            .section3 ul li:hover {
                border-color: #da251d !important;
            }

            .section3 ul li:nth-child(2n) {
                margin-right: 0;
            }

            .section3 ul li .img_box {
                margin-right: 15px;
                //width: 104px;
		width: 200px;
                height: 106px;
                overflow: hidden;
            }

                .section3 ul li .img_box img {
                    display: block;
                    //width: 138px;
			width: 200px;
                }

            .section3 ul li .cont {
                //width: 78%;
		width: 60%;
            }

            .section3 ul li .p1 {
                font-size: 16px;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
                color: #333;
            }

            .section3 ul li .p2 {
                color: #959595;
                margin-bottom: 10px;
            }

            .section3 ul li .p3 {
                color: #666;
                line-height: 22px;
                height: 44px;
                overflow: hidden;
            }


@media screen and (min-width: 1000px) {
    .section1 li:nth-last-child(2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1220px) {
    .section1 li {
        margin-right: 45px;
	width: 200px !important;
    }

    .section3 ul li {
        margin-right: 10px;
        width: 485px;
    }

        .section3 ul li .cont {
            width: 74%;
        }
}

@media screen and (max-width: 999px) {
    .banner {
        padding-top: 62px;
    }
    .owl-demo2 .owl-pagination{display:none;}
        .banner img {
            height: unset;
        }

    #owl-demo1 .owl-pagination {
        bottom: 10px;
    }

    .section1 li:nth-child(2n) {
        margin-right: 0;
    }

    .section1 ul {
        width: 460px;
        margin: 40px auto;
    }

    .section1 .title span, .section2 .title span, .section3 .title span {
        font-size: 24px;
    }

    .sec_pp {
        font-size: 22px !important;
    }

    .section1 li {
        margin-bottom: 20px;
    }

        .section1 li .p1 {
            font-size: 20px;
        }

        .section1 li .p2 {
            font-size: 18px;
        }

    .section1 {
        padding: 40px 0 0;
    }

    .section2 {
        padding-top: 40px;
        height: 480px;
    }

    .demo2_box {
        width: 600px;
        margin: 0 auto;
    }

    .section2 .type_list {
        width: 600px;
        margin: 0 auto;
        display: block;
    }

        .section2 .type_list li {
            margin-bottom: 20px;
            margin-right: 20px;
            font-size: 18px;
        }

    .owl-demo2 .p1 {
        font-size: 18px;
    }

    .section3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .section3 ul {
            width: 600px;
            margin: 20px auto 0;
        }

            .section3 ul li {
                width: 100%;
                margin-right: 0;
            }

                .section3 ul li .cont {
                    //width: 78%;
			width: 60%;
                }

                .section3 ul li .p1 {
                    font-size: 20px;
                }

                .section3 ul li .p2 {
                    font-size: 16px;
                }

                .section3 ul li .p3 {
                    font-size: 18px;
                }
}
