﻿@charset "utf-8";
/* CSS Document */
body, div, p, a, h1, h2, h3, input, ul, ol, li, textarea {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 13px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.4s;
    -moz-transition: color 0.4s; /* Firefox 4 */
    -webkit-transition: color 0.4s; /* Safari and Chrome */
    -o-transition: color 0.4s; /* Opera */
    text-indent: 0px;
}

    a:hover {
        color: #000;
    }

.clear {
    clear: both;
}
/*头部*/
.head {
    height: 115px;
    width: 100%;
}

.head_1 {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.logo {
    float: left;
    width:;
}

.search {
    float: right;
    width: 261px;
    height: 35px;
    border-radius: 8px;
    margin-top: 22px;
    background: #fff;
    padding: 0 8px;
    border: solid 1px #bbb;
}

.search_1 {
    border: 0;
    height: 35px;
    width: 210px;
    float: left;
    border: 0;
    padding: 0 10px 0 0;
}

.search_2 {
    width: 40px;
    height: 35px;
    background: url(../images/search.png) no-repeat right;
    border: 0;
}

/*导航*/
.nav {
    height: 40px;
    width: 100%;
    background: #BD000E;
}

.nav_1 {
    width: 1200px;
    margin: 0 auto;
}

.sele {
    float: left;
    height: 40px;
    width: 149px;
    border-right: solid 1px #DDDDDD;
}

.sele_f {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

    .sele_f:hover {
        color: #fff;
    }

.sele_f_h {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

    .sele_f_h:hover {
        color: #fff;
    }

.sele select {
    background: #BD000E;
    border: 0;
    color: #fff;
}

.lan {
    float: left;
    height: 40px;
    width: 149px;
}

.box_banben {
    width: 90px;
    background: url(../images/xl.png) right no-repeat;
    margin: 0 auto;
}

.banben {
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

    .banben:hover {
        color: #fff;
    }

.box_qiehuan {
    position: absolute;
    background: #8C010B;
    width: 149px;
    padding: 10px 0 10px 0;
	z-index:999;
}

    .box_qiehuan a {
        display: block;
        padding-bottom: 10px;
        text-align: center;
        color: #fff;
    }

        .box_qiehuan a:hover {
            text-decoration: underline;
        }

.sele_z {
    position: absolute;
    background: #fff;
    width: 210px;
    padding: 20px 0 10px 0;
    box-shadow: 0 1px 12px rgba(255,255,255,0.8);
	z-index:999;
}

    .sele_z li {
        padding: 0 10px 15px 20px;
    }

        .sele_z li a {
            display: block;
            background: url(../images/nav_sec.jpg) no-repeat left;
            padding-left: 20px;
        }

            .sele_z li a:hover {
                text-decoration: underline;
            }

/*banner*/
.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

/*主内容*/
.main {
    width: 100%;
}

.module1 {
    width: 100%;
}

.module1_1_tit {
    text-align: center;
    background: url(../images/tit_bg.png) no-repeat top;
    height: 100px;
    margin-bottom: 25px;
}

.module1_1_tit_1 {
    margin: 0 auto;
    width: 290px;
    line-height: 50px;
}

    .module1_1_tit_1 h1 {
        font-size: 25px;
        font-weight: normal;
    }

    .module1_1_tit_1 p {
        font-size: 30px;
        padding-top: 5px;
    }
.module1_1_tit2 {
    text-align: center;
    background: url(../images/tit_bg1.png) no-repeat top;
    height: 100px;
    margin-bottom: 25px;
}
.module1_1_tit_2 {
    margin: 0 auto;
    width: 330px;
    line-height: 50px;
}
.module1_1_tit_2 h1 {
        font-size: 25px;
        font-weight: normal;
    }

    .module1_1_tit_2 p {
        font-size: 30px;
        padding-top: 5px;
    }


.module1_1_con {
    height: 200px;
}

.module2 {
    width: 100%;
}

.module2_1 {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    padding-top: 50px;
}

.about_text {
    width: 900px;
    height: 200px;
    float: left;
    position: relative;
}

    .about_text p {
        width: 890px;
        height: 122px;
        overflow: hidden;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 30px;
        overflow: hidden;
    }

    .about_text a {
        display: block;
        width: 103px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #BD010F;
        border-radius: 3px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .about_text a:hover {
            width: 103px;
            height: 30px;
            background: #DC0111;
            color: #fff;
            text-decoration: none;
            border: 0;
            transition: color 0.1s;
            -moz-transition: color 0.1s; /* Firefox 4 */
            -webkit-transition: color 0.1s; /* Safari and Chrome */
            -o-transition: color 0.1s; /* Opera */
        }

.about_pic {
    float: right;
}

.module3 {
    width: 100%;
    background: #F3F3F3;
}

.module3_1 {
    width: 1200px;
    margin: 0 auto;
    height: 480px;
    padding-top: 50px;
}

.module3_1_con {
    height: 302px;
    background: url(../images/bg_1.png) repeat-x bottom;
}

.pro {
    float: left;
    width: 209px;
    height: 266px;
    margin-right: 38px;
    background: #fff;
}

    .pro a {
        width: 193px;
        height: 250px;
        padding: 8px;
        display: block;
        transition: background 0.2s;
        -moz-transition: background 0.2s; /* Firefox 4 */
        -webkit-transition: background 0.2s; /* Safari and Chrome */
        -o-transition: background 0.2s; /* Opera */
    }

        .pro a:hover {
            background: #BD010F;
        }

            .pro a:hover h1 {
                color: #fff;
            }

            .pro a:hover p {
                color: #fff;
            }

.pro_1 {
    width: 193px;
    height: 149px;
    margin-bottom: 15px;
    overflow: hidden;
}

.pro img {
    transition: transform 0.8s;
    -moz-transition: transform 0.8s; /* Firefox 4 */
    -webkit-transition: transform 0.8s; /* Safari and Chrome */
    -o-transition: transform 0.8s; /* Opera */
}

.pro a:hover img {
    transform: scale(1.1, 1.1);
}

.pro_2 {
    height: 50px;
}

    .pro_2 a {
        margin: 10px 0 20px 0;
    }

    .pro_2 h1 {
        font-size: 15px;
        color: #1F1F1F;
    }

    .pro_2 p {
        color: #666;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        width: 193px;
        margin: 0 auto;
    }

.pro1 {
    float: right;
    width: 209px;
    height: 266px;
    background: #fff;
}

    .pro1 a {
        width: 193px;
        height: 250px;
        padding: 8px;
        display: block;
        transition: background 0.2s;
        -moz-transition: background 0.2s; /* Firefox 4 */
        -webkit-transition: background 0.2s; /* Safari and Chrome */
        -o-transition: background 0.2s; /* Opera */
    }

        .pro1 a:hover {
            background: #BD010F;
        }

            .pro1 a:hover h1 {
                color: #fff;
            }

            .pro1 a:hover p {
                color: #fff;
            }

    .pro1 img {
        transition: transform 0.8s;
        -moz-transition: transform 0.8s; /* Firefox 4 */
        -webkit-transition: transform 0.8s; /* Safari and Chrome */
        -o-transition: transform 0.8s; /* Opera */
    }

    .pro1 a:hover img {
        transform: scale(1.1, 1.1);
    }

/*新闻 留言*/
.module4 {
    width: 100%;
}

.module4_1 {
    margin: 40px auto;
    width: 1200px;
    height: 307px;
}

.module4_left {
    height: 307px;
    width: 505px;
    float: left;
}

.module4_tit {
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
}

    .module4_tit h1 {
        font-size: 25px;
        font-weight: bold;
        float: left;
        margin: 0 10px 0 0;
    }

    .module4_tit span {
        font-size: 20px;
        color: #BD010F;
    }

.module4_left_con {
    height: 260px;
}

.module4_news {
    float: left;
}

.paixu {
    float: left;
    width: 85px;
    margin-right: 30px;
}

.module4_news_1 {
    height: 74px;
    margin-bottom: 20px;
}

.module4_news_no {
    float: left;
    width: 85px;
    line-height: 60px;
    border-right: solid 1px #DCDCDC;
    font-size: 13px;
    margin-bottom: 20px;
}

.module4_news_no span {
        font-size: 50px;
        color: #DCDCDC;
    }

.module4_news_text {
    width: 390px;
    float: right;
}

.module4_news_text a:hover {
        text-decoration: underline;
    }

.module4_news_text_1 {
    height: 24px;
}

.module4_news_text .inews_tit {
	display:block;
	font-size:18px;
    padding:10px 0;
    }
.module4_news_text .time {
    color: #aaa;
    font-size: 12px;
}

.module4_right {
    float: right;
    width: 638px;
    height: 315px;
}

.module4_right_con {
    width: 638px;
    height: 254px;
}

.module4_right_contact {
    width: 638px;
    height: 206px;
}

.module4_right_contact_1 {
    float: left;
    width: 308px;
}

.module4_right_contact input {
    height: 48px;
    border: solid 1px #ccc;
    width: 268px;
    margin-bottom: 19px;
    padding: 0 10px;
}

.module4_right_contact_2 {
    float: right;
}

    .module4_right_contact_2 textarea {
        width: 308px;
        height: 156px;
        margin-bottom: 19px;
        border: solid 1px #ccc;
        padding: 15px 10px;
        resize: none;
    }

.module4_right_tj input {
    width: 639px;
    height: 40px;
    background: #BD010F;
    font-size: 15px;
    color: #fff;
    border: 0;
}

.yl {
    width: 200px;
    height: 58px;
    margin: 1px;
    float: left;
    background: #fff;
}

/*友情链接*/
.module5 {
    height: 60px;
    line-height: 60px;
    border-top: solid 2px #EEEEEE;
    margin-top: 40px;
}

.module5_1 {
    width: 1200px;
    margin: 0 auto;
}

/*index_foot*/
.foot {
    background: #333333;
    color: #ccc;
    padding-top: 20px;
}

.foot_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #DDDDDD;
}

.foot_top_in {
    width: 1200px;
    margin: 0 auto;
}

    .foot_top_in p {
        float: left;
        font-size: 15px;
        color: #333;
    }


.foot_middle {
    width: 100%;
}

.foot_middle_in {
    width: 1200px;
    margin: 0 auto;
    height: 269px;
    padding: 10px 0;
}

.foot_nav {
    float: left;
    width: 880px;
    height: 220px;
}

.foot_nav_1 {
    width: 220px;
    float: left;
}

    .foot_nav_1 h1 {
        margin: 20px 0;
        color: #EDEDED;
        font-size: 15px;
    }

.foot_nav_1_1 {
    display: block;
    line-height: 20px;
    margin: 10px 0;
    color: #EDEDED;
    font-size: 13px;
}

    .foot_nav_1_1:hover {
        color: #999;
    }

.foot_contact {
    float: right;
    width: 310px;
    height: 220px;
}

    .foot_contact h1 {
        margin: 20px 0;
        color: #EDEDED;
        font-size: 15px;
    }

    .foot_contact p {
        margin: 10px 0;
        color: #EDEDED;
        font-size: 13px;
    }

.foot_bottom {
    height: 73px;
    line-height: 70px;
    text-align: center;
}

.foot_bottom_in {
    width: 1200px;
    margin: 0 auto;
    color: #ECECEC;
    font-size: 13px;
    border-top: solid 1px #666666;
}

.pageItem {
    display: inline-block;
    width: 50px;
    height: 28px;
    border: solid 1px #cecece;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
}

.page_PNE {
    display: inline-block;
    width: 100px;
    height: 28px;
    border: solid 1px #cecece;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
}

.pageItem_on {
    display: inline-block;
    width: 50px;
    height: 28px;
    border: solid 1px #BD000E;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    color: #BD000E;
}

.foot_login{background:url(../images/e-login.png) left no-repeat;padding-left:20px;line-height:20px;}