﻿@charset "utf-8";

@font-face {
    font-family: hwzs;
    src: url('华文中宋.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

.index-flow {
    padding: 30px 0;
}

    .index-flow .flows {
        width: 1200px;
        margin: auto;
        height: 150px;
        padding-top: 30px;
    }

        .index-flow .flows ul li {
            float: left;
            width: 84px;
            text-align: center;
        }

            .index-flow .flows ul li span {
                width: 84px;
                height: 84px;
                background: url(../images/ico/f1.png) center center no-repeat;
                background-color: #999;
                border-radius: 10px;
                display: inline-block;
            }

            .index-flow .flows ul li:hover span {
                background-color: #BA2A3A;
            }

            .index-flow .flows ul li a {
                line-height: 42px;
                font-size: 20px; 
            }

            .index-flow .flows ul li.farr {
                float: left;
                width: 40px;
            }

                .index-flow .flows ul li.farr span {
                    width: 40px;
                    height: 84px;
                    background: url(../images/ico/farr.png) center center no-repeat;
                }

            .index-flow .flows ul li.f2 span {
                background-image: url(../images/ico/f2.png);
            }

            .index-flow .flows ul li.f3 span {
                background-image: url(../images/ico/f3.png);
            }

            .index-flow .flows ul li.f4 span {
                background-image: url(../images/ico/f4.png);
            }

            .index-flow .flows ul li.f5 span {
                background-image: url(../images/ico/f5.png);
            }

            .index-flow .flows ul li.f6 span {
                background-image: url(../images/ico/f6.png);
            }

            .index-flow .flows ul li.f7 span {
                background-image: url(../images/ico/f7.png);
            }

            .index-flow .flows ul li.f8 span {
                background-image: url(../images/ico/f8.png);
            }

            .index-flow .flows ul li.f9 span {
                background-image: url(../images/ico/f9.png);
            }

            .index-flow .flows ul li.f10 span {
                background-image: url(../images/ico/f10.png);
            }

    .index-flow .dis {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }

        .index-flow .dis p.d1 {
            line-height: 180%;
            font-size: 36px;
            font-weight: bold;
            color: #BA2A3A;
        }
            .index-flow .dis p.d1 span {
                color: #054D75;
            }

        .index-flow .dis p.d2 {
            line-height: 180%;
            font-size: 27px;
            font-family: hwzs !important;
            font-weight: normal;
        }

            .index-flow .dis p.d2 strong {
                color: #054D75;
                font-weight: bold;
                text-decoration: underline;
                margin: 0 15px;
            }


.index-news{
    padding: 30px 0;
    background-color:#f5f5f5;
}

    .index-news .l {
        width: 550px;
        float: left;
    }
    .index-news .l h3 {
        height:72px;
        line-height:72px;
        overflow:hidden;
        border-bottom:1px solid #CCC;
        padding:0 20px;
    }
        .index-news .l h3 span {
            color: #333;
            font-size: 27px;
            float: left;
            background: url(../images/ico/yuan2.png) right 37px no-repeat;
            display: inline-block;
            padding-right: 6px;
            font-family: hwzs !important;
            font-weight: normal;
        }
        .index-news .l h3 a {
            color: #999;
            font-size: 21px;
            float: right;
            font-weight:normal;
        }
        .index-news .l dl {
            padding: 15px 10px 5px 47px;
            background: url(../images/ico/yuan.png) 20px 30px no-repeat;
        }
            .index-news .l dl dt { 
                font-size: 21px;
                font-weight:bold;
                line-height:210%;
                border-bottom:1px solid #ddd;
            }
            .index-news .l dl dt:hover {
                padding-left:2px;
            }
            .index-news .l dl dd {
                color: #666;
                font-size: 16px;
                line-height: 180%;
                padding-top:5px;
            }


    .index-news .r {
        width: 550px;
        float: right;
    }

        .index-news .r h3 {
            height: 72px;
            line-height: 72px;
            overflow: hidden;
            border-bottom: 1px solid #CCC;
            padding: 0 20px;
        }

            .index-news .r h3 span {
                color: #333;
                font-size: 27px;
                float: left;
                background: url(../images/ico/yuan2.png) right 37px no-repeat;
                display: inline-block;
                padding-right: 6px;
                font-family: hwzs !important;
                font-weight: normal;
            }

            .index-news .r h3 a {
                color: #999;
                font-size: 21px;
                float: right;
                font-weight: normal;
            }

        .index-news .r .sub {
            padding-top:30px;
            text-align:center;
        }
            .index-news .r .sub a {
                color: #054D75;
                font-size: 21px; 
                line-height:180%;
                border:1px solid #ddd;
                display:inline-block;
                padding:0 12px;
                margin:0 5px; 
                border-top-left-radius:20px;
                border-bottom-right-radius:20px;
            }
            .index-news .r .sub a:hover {
                color: #fff; 
                border: 1px solid #BA2A3A;
                background-color:#BA2A3A;
            }

        .index-news .r ul {
            padding: 15px 20px 5px 10px;
        }

            .index-news .r ul li {
                font-size: 18px; 
                line-height: 240%;
                padding-left:10px;
            }
                .index-news .r ul li:hover {
                    background-color: #eee;
                    padding-left: 7px;
                }

.prolist {
    border:1px solid #d6d6d6;
    height:320px; 
    margin-bottom:40px;
    position:relative;
}
    .prolist .l {
        width: 280px;
        height: 320px;
        overflow: hidden;
        position:absolute;
        left:0px;
        top:0px; 
    }
    .prolist .tit {
        width: 280px;
        height: 48px;
        line-height: 48px;
        position: absolute;
        left: 0px;
        bottom: 26px;
        color: #FFF;
        font-family: hwzs !important;
        font-size: 32px;
        text-align: center;
    }
    .prolist .r {
        width: 900px;
        height: 280px;
        padding:20px 0; 
        float: right; 
    }
        .prolist .r .proitem {
            width: 180px;
            padding:10px;
            height: 260px;
            float: left;
            box-shadow: 0 0px 5px 0 rgba(0,0,0,.1);
            text-align:center;
            margin:0 10px;
        }
        .prolist .r .proitem:hover { 
            box-shadow: 0 0px 5px 0 rgba(0,0,0,.4);
        }
        .prolist .r .proitem img {
            width: 180px; 
            height:180px;
        }
            .prolist .r .proitem .proname {
                font-size: 18px;
                line-height: 180%;  
            }
            .prolist .r .proitem .prop {
                font-size: 18px;
                line-height: 180%;
                color:#BA2A3A;
            }
                .prolist .r .proitem .prop u {
                    color: #BA2A3A;
                    font-weight:bold;
                }
                .prolist .r .proitem .prop span {
                    font-size: 16px;
                    color: #666;
                }


.index-hall {
    padding: 30px 0 50px;
    background-color: #f5f5f5;
    margin-bottom:30px;
}
    .index-hall .hall1 .l {
        width: 580px;
        float: left;
        box-shadow: 0 0px 5px 0 rgba(0,0,0,.4);
    }
    .index-hall .hall1 .r {
        width: 580px;
        float: right;
        box-shadow: 0 0px 5px 0 rgba(0,0,0,.4);
    }
    .index-hall .hall1 img {
        width: 580px;
        height: 320px;
    }
    .index-hall .hall1 .tit {
        width: 580px;
        height: 56px;
        line-height: 56px;
        background-color: #054D75;
    }
        .index-hall .hall1 .tit a {
            width: 100%;
            display: inline-block;
            color: #FFF;
            text-align: center;
            font-size: 27px;
        }
            .index-hall .hall1 .tit a:hover {
                background-color: #BA2A3A;
            }

    .index-hall .hall2 { 
        padding-top:40px;
        margin:0 -20px;
    }
        .index-hall .hall2 .hallitem {
            width: 270px;
            margin: 0 20px;
            float: left;
            background-color: #fff;
            text-align: center;
            padding-bottom: 30px;
            box-shadow: 0 0px 5px 0 rgba(0,0,0,.1);
        }
            .index-hall .hall2 .hallitem:hover {
                box-shadow: 0 0px 5px 0 rgba(0,0,0,.4);
                background-color: #F6F6F6;
            }
            .index-hall .hall2 .hallitem img {
                width: 270px;
                height: 180px;
            }
            .index-hall .hall2 .hallitem .tit {
                font-size: 27px; 
                line-height:180%;
                padding-top:10px;
            }
            .index-hall .hall2 .hallitem .dic {
                font-size: 18px;
                color: #666;
                line-height: 180%;
            }



.index-cem{
    padding-bottom:50px;
    margin: 0 -30px;
}
    .index-cem .cemitem {
        width: 360px;
        margin: 0 30px;
        float: left;
        background-color: #fff; 
        padding-bottom: 30px;
        box-shadow: 0 0px 5px 0 rgba(0,0,0,.1);
    }
        .index-cem .cemitem:hover {
            background-color: #F6F6F6;
            box-shadow: 0 0px 5px 0 rgba(0,0,0,.4);
        } 
        .index-cem .cemitem img {
            width: 360px;
            height: 270px;
        }
        .index-cem .cemitem .tit {
            font-size: 27px;
            line-height: 64px; 
            height:64px;
            background-color: #054D75;
            color:#FFF;
            padding:0 20px;
        }
            .index-cem .cemitem .tit a {
                color: #FFF;
                font-weight: bold;
            }
            .index-cem .cemitem .tit span {
                float: right;
            }
                .index-cem .cemitem .tit span i {
                    font-size: 18px;
                }


        .index-cem .cemitem .yyue {
            height: 42px;
            line-height: 42px;
            padding:20px 20px;
        }
            .index-cem .cemitem .yyue a {
                font-size: 21px;
                color: #fff; 
                width:120px;
                text-align:center;
                background-color:#BA2A3A;
                display:inline-block; 
                font-weight:bold;
            }
            .index-cem .cemitem .yyue a:hover {
                background-color: #054D75;
            }
            .index-cem .cemitem .yyue span {
                font-size: 18px;
                color: #999;
                float: right;
            }
                .index-cem .cemitem .yyue span strong {
                    font-size: 24px;
                    color: #BA2A3A;
                    text-decoration:underline;
                }



        .index-cem .cemitem .dic {
            border-top: 1px solid #eee;
            font-size: 16px;
            color: #666;
            line-height: 180%;
            text-align:center;
            width:320px;
            margin:auto;
            padding-top:10px;
        }



.index-combo {
    padding: 30px 0 80px;
    margin-bottom: 30px;
    background: url(../images/bg/combo.png) center 20px no-repeat;
    background-color: #054D75;
}
    .index-combo .comTit span {
        color:#FFF;
    }
    .index-combo .comTit .con {
        color: #FFF;
    } 
    .index-combo .combos {
        padding-top: 20px;
        margin: 0 -20px;
    }
        .index-combo .combos .comboitem {
            width: 270px;
            margin: 0 20px;
            float: left;
            background-color: #fff;
            text-align: center;
            box-shadow: 0 0px 5px 0 rgba(0,0,0,.1); 
            padding-top:30px;
        }
            .index-combo .combos .comboitem .t0 {
                font-size: 32px;
                line-height: 120%;
                color: #054D75;
                font-weight: bold;
            }
            .index-combo .combos .comboitem .t1 {
                font-size: 36px;
                color: #054D75;
                line-height: 160%;
                font-weight: bold;
            }
            .index-combo .combos .comboitem .t2 {
                font-size: 21px;
                color: #999;
                line-height: 180%;
            }
            .index-combo .combos .comboitem .t3 {
                font-size: 27px;
                line-height: 180%; 
                font-weight:bold;
                color:#333;
            }
                .index-combo .combos .comboitem .t3 span {
                    font-size: 21px;
                    color: #999;
                    font-weight: normal;
                }

            .index-combo .combos .comboitem .t4 {
                border-top: 1px solid #eee;
                font-size: 16px;
                color: #999;
                line-height: 180%;
                text-align: center;
                width: 240px;
                margin:auto;
                padding:20px 0 30px;
            }
            .index-combo .combos .comboitem .dic {
                background-color:#d6d6d6;
                padding: 30px 0;
            }
                .index-combo .combos .comboitem .dic a {
                    font-size: 21px;
                    height:42px;
                    line-height:42px;
                    border-radius:21px;
                    width: 120px;
                    text-align: center;
                    background-color: #fff;
                    display: inline-block; 
                    color:#333;
                }
                .index-combo .combos .comboitem .dic a:hover { 
                    color: #fff; 
                    background-color: #BA2A3A;
                }
                .index-combo .combos .comboitem .dic .i {
                    padding-top:10px;
                    font-size: 16px; 
                    line-height:180%;
                    color: #666;
                }


            .index-combo .combos .comboitem:hover {
                background-color: #BA2A3A;
                box-shadow: 0 3px 5px 0 rgba(0,0,0,.9); 
            }
                .index-combo .combos .comboitem:hover .t0 {
                    color: #fff;
                }
                .index-combo .combos .comboitem:hover .t1 {
                    color: #fff;
                }
                .index-combo .combos .comboitem:hover .t2 {
                    color: #fff;
                }
                .index-combo .combos .comboitem:hover .t3 {
                    color: #fff;
                }
                    .index-combo .combos .comboitem:hover .t3 span {
                        color: #fff;
                    }
                .index-combo .combos .comboitem:hover .t4 {
                    color: #fff;
                }
                .index-combo .combos .comboitem:hover .dic {
                    background-color: #333; 
                }
                    .index-combo .combos .comboitem:hover .dic a {
                        color: #fff;
                        background-color: #BA2A3A;
                    }
                    .index-combo .combos .comboitem:hover .dic .i {
                        color: #fff;
                    }


        .index-combo .combos .on {
            background-color: #BA2A3A;
            box-shadow: 0 3px 5px 0 rgba(0,0,0,.9);
        }
            .index-combo .combos .on .t0 {
                color: #fff;
            }
            .index-combo .combos .on .t1 {
                color: #fff;
            }
            .index-combo .combos .on .t2 {
                color: #fff;
            }
            .index-combo .combos .on .t3 {
                color: #fff;
            }
                .index-combo .combos .on .t3 span {
                    color: #fff;
                }
            .index-combo .combos .on .t4 {
                color: #fff;
            }
            .index-combo .combos .on .dic {
                background-color: #333;
            }
                .index-combo .combos .on .dic a {
                    color: #fff;
                    background-color: #BA2A3A;
                }
                .index-combo .combos .on .dic .i {
                    color: #fff;
                }



.index-service {
    padding: 30px 0 70px;
    background-color: #f6f6f6;
}

    .index-service .services {
        padding: 0;
        width: 90%;
        min-width: 1200px;
        height: 195px;
        overflow: hidden;
        margin: auto;
    }
        .index-service .services ul li {
            width: 270px;
            height: 195px;
            margin: 0 20px;
            position: relative;
            overflow: hidden;
            float: left; 
            background-color:#333;
        }
            .index-service .services ul li:hover img {
                opacity:0.2;
            }
            .index-service .services ul li img {
                width: 270px;
                height: 195px;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 1;
            }
            .index-service .services ul li a.tit {
                width: 210px;
                height: 80px;
                position: absolute;
                top: 57px;
                left: 30px;
                color: #fff;
                line-height: 80px;
                z-index: 10;
                font-size: 27px;
                font-weight: bold;
                text-align: center;
                background: url(../images/service/bg.png) center bottom no-repeat;
            }
                .index-service .services ul li a.tit:hover {
                    background: url(../images/service/bg1.png) center center no-repeat;
                    background-color: #BA2A3A;
                    box-shadow: 0 0px 5px 0 rgba(0,0,0,1);
                }