.header{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #cccccc;
    position: fixed;
    top: 0px;
    background: #ffffff;
    z-index: 999;
}
.header .h_con{
    width:1200px;

    margin: 0 auto;
}

.header .logo{
    width: 20%;
    float: left;
    padding: 15px 0 0 0;
}
.header .tel{
    width: 200px;
    float: right;
    text-align: center;
    padding-top: 50px;
}
.header .tel .tel_1{
    width: 100%;
}
.header .tel .tel_2{
    color: #e60013;
    font-weight: 600;
}
.menu{
    width: 80%;
    padding-top: 20px;
    float: left;

}
.menu .m_con{
}
.menu .m_con ul li{
    display: inline-block;
}
.menu .m_con ul li a{
    padding: 7px 22px;
    text-align: center;
    color: #757575;
    border: 1px solid #FFFFFF;
    font-size:14px;
}
.menu .m_con ul .curr a,
.menu .m_con ul li a:hover{
    border: 1px solid #b5b5b5;
    color: #d22525;
}
.header_float{
    /*background: rgba(255,255,255,0.9);*/
    opacity: 0.9;
}
.header_float .menu .m_con ul li a{
    color: #000000;
}
.header_float .menu .m_con ul .curr a,
.header_float .menu .m_con ul li a:hover{
    border: 1px solid #b5b5b5;
    color: #d22525;
}
.banner{
    position: relative;
}
.banner .imgs img{
    display: none;
}

.banner .b_page a{
    position: absolute;
    width: 40px;
    top: 50%;
    opacity: 0.6;
    z-index: 2;
}
.banner .b_page a:hover{
    opacity: 1;
}
.banner .b_page .next{
    right: 0px;
}
.banner .b_page .prev{
    left: 0px;
}
.con{
    width: 1200px;
    margin: 20px auto;
    position: relative;
}
.home_1{
    width: 800px;
    float:left;
}
.home_1g{
    width: 90%;
    margin-left: 5%;
}
.h_title{
    background: #f2f2f2;
    padding: 10px;
}
.h_title a{
    color: #000000;
}
.h_title a:hover{
    color: #d22525;
}
.h_title span{
    border-left: #d22525 3px solid;
    padding-left: 10px;
    color: #000000;
}

.home_news
{
    position:relative;
    height:485px;
    overflow: hidden;
}

.home_news h2
 {
    font-size: 32px;
     line-height: 40px;
 }
.home_news h2 span
{
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-weight: normal;
}
.home_news h3
{
    font-size: 22px;
    line-height: 40px;
    padding-top: 60px;
}
.home_news p
{
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    padding: 10px 20px 10px 0px;
}

.home_1  .b_page a{
    position: absolute;
    width: 40px;
    top: 40%;
    opacity: 0.6;
    z-index: 2;
}
.home_1  .b_page a:hover{
    opacity: 1;
}
.home_1  .b_page .next{
    right: 0px;
}
.home_1  .b_page .prev{
    left: 0px;
}
.home_2{
    width: 380px;
    float:right;
}

/*
.home_2 .n_list a .span_1{
    font-size: 16px;
    height: 40px;
}
.home_2 .n_list a .span_2{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    height: 100px;
}
.home_2 .n_list a .span_3{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    height:52px;
}
 */

.h_list{
    width: 100%;
    background: #f1f1f1;
    padding: 35px 0;
}
.h_list h2
{
    font-size: 32px;
    line-height: 40px;
}
.h_list h2 span
{
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-weight: normal;
}
.h_list h3
{
    font-size: 22px;
    line-height: 40px;
    padding-top: 60px;
}
.home_2 .list_type1,
.h_list .list_type1{
    background: #ffffff;
    width: 270px;
    border: 1px solid #CCCCCC;
    float: left;
    position: relative;
    cursor: pointer;
}
.home_2 .list_type1 .goBig,
.h_list .list_type1 .goBig{
    -webkit-animation: goBig  0.5s linear ;
    -webkit-animation-fill-mode: forwards;

    -moz-animation: goBig 0.5s linear;
    -moz-animation-fill-mode: forwards;

    -ms-animation: goBig 0.5s linear;
    -ms-animation-fill-mode: forwards;

    -o-animation: goBig 0.5s linear;
    -o-animation-fill-mode: forwards;

    animation: goBig 0.5s linear;
    animation-fill-mode: forwards;
}
.home_2 .list_type1 .goSmall,
.h_list .list_type1 .goSmall{
    -webkit-animation: goSmall  0.5s linear ;
    -webkit-animation-fill-mode: forwards;

    -moz-animation: goSmall 0.5s linear;
    -moz-animation-fill-mode: forwards;

    -ms-animation: goSmall 0.5s linear;
    -ms-animation-fill-mode: forwards;

    -o-animation: goSmall 0.5s linear;
    -o-animation-fill-mode: forwards;

    animation: goSmall 0.5s linear;
    animation-fill-mode: forwards;
}
@keyframes goBig {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@-o-keyframes goBig {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@-ms-keyframes goBig {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@-moz-keyframes goBig {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@-ms-keyframes goBig {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes goBig {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@keyframes goSmall {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
@keyframes goSmall {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
@-o-keyframes goSmall {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
@-webkit-keyframes goSmall {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
@-moz-keyframes goSmall {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
@-webkit-keyframes goSmall {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {
        transform:scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
.home_2 .list_type1 .project_img,
.h_list .list_type1 .project_img{
    position: relative;
}
.home_2 .list_type1 .project_intro,
.h_list .list_type1 .project_intro{
    position: absolute;
    width: 230px;
    height: 130px;
    background: rgba(0,0,0,0.8);
    top: 10px;
    left: 10px;
    padding: 10px;
    transform:scale(0);
    cursor: pointer;
    display: inline-block;
    overflow:hidden;
}
.home_2 .list_type1 .project_intro .pro_t,
.h_list .list_type1 .project_intro .pro_t{
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;

}
.home_2 .list_type1 .project_intro .pro_intro,
.h_list .list_type1 .project_intro .pro_intro{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    padding-top: 5px;
}
.n_list{
    background: #f9f9f9;
    padding: 35px 0;

}
.n_list h2
{
    font-size: 32px;
    line-height: 40px;
}
.n_list h2 span
{
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-weight: normal;
}
.n_list h3
{
    font-size: 22px;
    line-height: 40px;
    padding-top: 60px;
}
.n_list .more
{
    display: inline-block;
    width: 80px;
    height: 30px;
    border: 1px solid #cccccc;
    color: #666666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 50px;
    top: 25px;
}
.n_list .more:hover
{

    border: 1px solid #cccccc;
    background: #666666;
    color: #ffffff;
}
.n_list .homenews_list{
    width: 350px;
    float: left;
    margin-right: 50px;
}
.n_list .homenews_list .n_date{
    width: 100%;
    font-size: 22px;
    color: #939393;
    line-height: 40px;
    border-bottom: 1px solid #b5b5b5;
    padding: 5px 0;
}
.n_list .homenews_list .n_date span{
    width: 117px;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
}
.n_list .homenews_list .n_title{
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding: 15px 0;
    height: 25px;
    overflow: hidden;
}
.n_list .homenews_list .n_title a{

    color: #333333;
}
.n_list .homenews_list .n_intro{
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 10px;
}
.n_list .homenews_list .n_intro a{

    color: #8e8e8e;
}
.n_list .homenews_list .n_img{
    border: 2px solid #cccccc;
}
.news_list .list{
    border-bottom: 1px solid #CCCCCC;
    padding: 27px 0;
}
.news_list .list:hover{
    background: #fcfcfc;
}
.news_list .list .imgs{
    float: left;
    width: 200px;
}
.news_list .list .txt{
    float: left;
    width: 750px;
    margin-left: 20px;
}

.news_list .list .txt .ntitle{
    color: #000000;
    font-weight: 600;
    width: 450px;
    text-overflow: clip;
    white-space:nowrap;
    overflow: hidden;
    float: left;
}
.news_list .list .txt2{
    width: 100%;
    margin-left: 0px;
}
.news_list .list .txt2 .ntitle{
    width: 650px;
}
.news_list .list .txt .date{
    color: #000000;
    float: right;
    width: 100px;
    text-align: right;
}
.news_list .list .txt .intro{
    color: #999;
    line-height: 26px;
    margin-top: 10px;
}
.details .d_title{
    text-align: center;
    border-bottom: 1px solid #cac5cc;
    padding: 10px 0;
}
.details .d_title span{
    font-size: 30px;
}
.details .d_title p{
    font-size: 14px;
    color: #949494;
    padding-top: 10px;
}
.details .d_con{
    padding: 50px;
    font-size: 14px;
    line-height: 26px;
}
.details .d_con img,
.details .d_con a img
{
    width: auto;
}
.footer{
    width: 100%;
    height: auto;
    background: #252525;
}
.footer .con{
 
    width: 1100px;
    padding: 40px 50px 20px 50px;
    margin: 0 auto;
}
.footer span{

    display: inline-block;
}
.footer .codeimg{
    float: left;
    width: 150px;
}
.footer .contact1{
    float: left;
    width: 350px;
    margin-left: 50px;
}
.footer .contact1 .normal_txt{
    font-size: 14px;
    color: #b5b5b5;
    width: 100%;
    margin-bottom: 10px;
}
.footer .contact1 .num_txt{
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: -7px;
}
.footer .contact2{
    float: right;
    width: 350px;
    margin-left: 30px;
}
.footer .p_bz{
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    background: #000000;
}
.footer .p_bz a{

    color: #ffffff;
}
.go-top
{
    position:fixed;
    bottom:10px;
    right:10px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,0.5);
    border-radius:10px;
    cursor:pointer;
}
.go-top img
{
    opacity:0.8;
    width:80%;
    margin-left:10%;
    margin-top:10%;
    
}
.paginator{
    padding: 2% 5% 2% 0;
    margin: 2% auto;
    background: #FFFFFF;
    position: relative;
    height: auto;
}

.paginator a{
    display: inline-block;
    padding:0 2px;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #000000;
    line-height: 20px;
}
.paginator a:hover,
.paginator .cpb{
    background: #1e88e5;
    color: #FFFFFF;
    display: inline-block;
    padding:0 2px;
    line-height: 20px;
}