﻿.container {
    margin: 0 auto;
    width: 80%;
}

.top {
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

    .top span {
        margin: 0 5px;
    }

.logo {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .logo dl.dl1 {
        width: 60%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

        .logo dl.dl1 dt {
            border-right: 1px solid #cfcfcf;
            width: 120px;
            padding-right: 20px;
            margin-right: 20px;
        }

            .logo dl.dl1 dt img {
                width: 100%;
            }

        .logo dl.dl1 dd {
            font-size: 20px;
            color: #333;
            font-weight: bold;
        }

            .logo dl.dl1 dd p {
                color: #e97f0f;
            }

    .logo dl.dl2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: bold;
    }

        .logo dl.dl2 dt {
            width: 55px;
        }

        .logo dl.dl2 dd {
            color: #666;
            font-size: 14px;
            font-weight: normal;
        }

            .logo dl.dl2 dd p {
                color: #e97f0f;
                font-size: 30px;
                font-weight: bold;
            }

.nav {
    height: 60px;
    font-size: 18px;
    background: #276dab;
    border-bottom: 1px solid #fff;
}

    .nav ul {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav li {
        width: 12.5%;
        text-align: center;
        border-left: 1px solid #fff;
    }


        .nav li a {
            display: block;
            color: #fff;
            height: 50px;
            padding-top: 10px;
        }

            .nav li a span {
                text-transform: uppercase;
                display: block;
                font-size: 12px;
                color: rgba(255, 255, 255, .4);
            }

        .nav li.current,
        .nav li:hover {
            background: #e97f0f;
        }

/*Flash样式*/
#flash {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 1;
}

    #flash ul {
        height: 500px;
        position: relative;
    }

        #flash ul li {
            height: 500px;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
        }

    #flash .trigger {
        position: absolute;
        bottom: 20px;
        left: 45%;
    }

        #flash .trigger a {
            display: inline-block;
            width: 22px;
            height: 22px;
            overflow: hidden;
            line-height: 22px;
            background: #888;
            text-align: center;
            margin: 0 3px;
            color: #fff;
            font-size: 14px;
        }

            #flash .trigger a.current {
                background: #e97f0f;
            }

.pro {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .pro .pro_l {
        width: 20%;
        border: 1px solid #eee;
        border-top: 6px solid #e97f0f;
    }

        .pro .pro_l h2 {
            font-size: 16px;
            font-weight: normal;
            height: 50px;
            line-height: 50px;
            padding-left: 20px;
            color: #333;
        }

            .pro .pro_l h2 span img {
                width: 45px;
                height: 35px;
                overflow: hidden;
                margin-right: 3px;
            }

        .pro .pro_l h3 {
            height: 45px;
            line-height: 45px;
            font-size: 18px;
            background: #e97f0f;
            color: #fff;
            text-indent: 2em;
            font-weight: normal;
        }

        .pro .pro_l ul {
            padding: 0 10px;
        }

            .pro .pro_l ul li {
                line-height: 40px;
                font-size: 14px;
                border-bottom: 1px dashed #cfcfcf;
                text-indent: 2em;
                background: url(../images/jian.png) no-repeat 10px center;
            }

                .pro .pro_l ul li:last-child {
                    border-bottom: none;
                }

    .pro .pro_r,
    .pro .news_r {
        width: 78%;
    }

        .pro .pro_r h4,
        .pro .news_r h4 {
            font-size: 16px;
            font-weight: normal;
            height: 50px;
            line-height: 50px;
            position: relative;
            color: #276dab;
            background: url(../images/line.png) repeat-x left bottom;
        }

            .pro .pro_r h4 span img,
            .pro .news_r h4 span img {
                width: 35px;
                height: 25px;
                overflow: hidden;
                margin-right: 3px;
            }

            .pro .pro_r h4 b,
            .pro .news_r h4 b {
                margin: 0 5px;
                font-weight: normal;
            }

            .pro .pro_r h4 em,
            .pro .news_r h4 em {
                color: #cfcfcf;
                margin-left: 15px;
                font-size: 14px;
                font-weight: normal;
                text-transform: uppercase;
            }

            .pro .pro_r h4 a:hover,
            .pro .news_r h4 a:hover {
                color: #e97f0f;
            }

        .pro .pro_r ul {
            overflow: hidden;
        }

            .pro .pro_r ul li {
                height: 270px;
                overflow: hidden;
                width: 249px;
                margin: 20px 10px 0 10px;
                float: left;
                background: url(../images/sh.png) no-repeat center 226px;
            }

            .pro .pro_r ul dl {
                height: 270px;
                overflow: hidden;
                width: 246px;
            }

                .pro .pro_r ul dl dt {
                    width: 200px;
                    height: 200px;
                    border: 3px solid #f1f1f1;
                    padding: 10px;
                    margin: 0 auto;
                }

                    .pro .pro_r ul dl dt:hover {
                        border-color: #e97f0f;
                    }

                    .pro .pro_r ul dl dt img {
                        width: 200px;
                        height: 200px;
                        overflow: hidden;
                    }

                .pro .pro_r ul dl dd {
                    height: 50px;
                    line-height: 50px;
                    width: 246px;
                    font-size: 14px;
                    overflow: hidden;
                    text-align: center;
                }

.footer {
    background: #064C8A url(../images/city.png) no-repeat center bottom;
    background-size: 60%;
    padding: 60px 0;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .wx img {
        width: 150px;
        height: 150px;
        overflow: hidden;
        margin-right: 20px;
    }

    .footer ul,
    .footer .link {
        color: #fff;
        line-height: 25px;
    }

    .footer ul {
        width: 30%;
        border-left: 1px solid rgba(255, 255, 255, .5);
        padding-left: 4%;
        font-size: 13px;
        line-height: 30px;
    }

        .footer ul a,
        .footer .link a {
            color: #fff;
        }

    .footer .link {
        width: 35%;
    }

        .footer .link h1 {
            font-size: 14px;
            margin-bottom: 5px;
            padding-bottom: 5px;
            font-weight: normal;
            border-bottom: 1px solid rgba(255, 255, 255, .5);
        }

        .footer .link p span {
            margin: 0 10px;
            color: rgba(255, 255, 255, .5);
        }

.news_detail,
.pro_detail {
    border: 1px solid #eee;
    line-height: 25px;
    margin-top: 10px;
    padding: 30px;
}

    .news_detail dl,
    .pro_detail dl {
        border-bottom: 1px #ddd solid;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .news_detail dl dt,
        .pro_detail dl dt {
            text-align: center;
            font-size: 18px;
            color: #e97f0f;
            line-height: 50px;
            font-weight: bold;
        }

        .news_detail dl dd,
        .pro_detail dl dd {
            font-size: 13px;
            text-align: center;
            color: #999;
        }

            .news_detail dl dd span,
            .pro_detail dl dd span {
                margin: 0 30px;
            }

    .news_detail .content,
    .pro_detail .content {
        text-indent: 2em;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .news_detail .pn,
    .pro_detail .pn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news_detail .pn span,
    .pro_detail .pn span {
        display: block;
        font-size: 14px;
        line-height: 40px;
        border: 1px solid #eee;
        width: 49%;
        text-indent: 20px;
        background: #fafafa;
    }

    .pro_detail .pro_img {
        width: 65%;
        margin: 0 auto;
    }

        .pro_detail .pro_img img {
            width: 100%;
        }

.hezuo li span {
    display: inline-block;
    width: 32%;
}

.main_r .message li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: none;
}

    .main_r .message li p {
        font-size: 14px;
        width: 100px;
        text-align: right;
        margin-right: 20px;
        color: #999;
    }

    .main_r .message li input {
        border: 1px solid #eee;
        height: 45px;
        line-height: 45px;
        width: 500px;
        padding-left: 10px;
    }

    .main_r .message li textarea {
        border: 1px solid #eee;
        height: 200px;
        line-height: 45px;
        width: 500px;
        padding-left: 10px;
    }

    .main_r .message li:last-child input {
        width: 150px;
        margin-right: 10px;
    }

    .main_r .message li:last-child img {
        height: 40px;
    }

.main_r .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

    .main_r .btn input {
        width: 150px;
        height: 45px;
        line-height: 45px;
        background: #e97f0f;
        border: 1px solid #e97f0f;
        font-size: 14px;
        cursor: pointer;
        color: #fff;
        margin: 0 10px;
    }

    .main_r .btn .reset {
        background: #fff;
        color: #e97f0f;
    }
