.container{width: 1200px;}
/***页面导航***/
.box_nav ul li a{
    cursor: pointer;
}
.box_nav{
    border-bottom: 1px solid #f2f2f2;
}

/***新闻列表***/
.box_new{
    padding-top: 60px;
    min-width: 1200px;
}
.news_hd{
    margin: 0;
}
.news_hd dt{
    float: left;
    margin-right: 52px;
    width: 545px;
    height: 320px;
}
.news_hd dt img{
    width: 100%;
    height: 100%;
}
.news_hd dd{
    padding-top: 40px;
}
.news_hd dd time{
    font-family: Arial;
}
.news_hd dd h5{
    padding: 15px 0 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_hd dd h5 a{
    color: #4f4f4f;
}
.news_hd dd p{
    line-height: 25px;
    height: 50px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: justify;
}
.news_hd dd button a{color: #4f4f4f;}
.news_hd dd button{
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #b8b8b8;
    background-color: transparent;
    color: #7f7f7f;
}
.news_hd dd button:hover{
    background-color: #00923f;
    border: 1px solid #00923f;

}
.news_hd dd button:hover a{color: #fff;}
.news_bd li{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    border: 1px solid #dcdcda;
    margin-top: 48px;
}
.news_bd li:hover{box-shadow: 0 0 10px rgba(0,0,0,.2);}

.news_bd li:nth-child(3n){
    margin-right: 0;
}
.news_bd li img{
    width: 100%;
    height: 200px;
}
.news_bd li a >div{
    padding: 45px 30px;
}
.news_bd li a >div p{
    line-height: 25px;
    height: 50px;
    text-align: justify;
    overflow: hidden;
    color: #4f4f4f;
}
.news_bd li a >div time{
    display: inline-block;
    margin: 10px 0;
}
.news_bd li a >div time i{
    margin-right: 6px;
}

/*********新闻详情*********/
.box_detail{
    /*margin-top: 55px;*/
    min-width: 1200px;
}
.detail_left{
    float: left;
    width: 865px;
}
.detail_left_hd{
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.detail_left_hd h1{
    line-height: 36px;
    width: 760px;
    font-size: 28px;
}
.detail_left_hd time{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    font-size: 14px;
    color: #ccc;
}

.detail_left_bd img{
    margin: auto;
    display: block;
}
.detail_left_fd{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 60px 5px 80px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    padding: 0 40px;
}
.detail_left_fd span{
    cursor: pointer;
    line-height: 70px;
}

.detail_right{
    width: 255px;
    float: right;
}
.detail_right h6{
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.detail_right ul{
    padding: 30px 0 15px;
}
.detail_right ul li{
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.detail_right ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    margin-top: -3px;
    top: 50%;
    left: 0;
}
.detail_right ul li a{
    color: #666666;
}
.detail_right .btn{
    background-color: #e15517;
    display: block;
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 0 38px;
    position: relative;
}
.detail_right .btn span{color: #fff;}
.detail_right .btn i{
    position: absolute;
    right: 38px;
    margin-top: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

/**************业务领域****************/
/***文章内容***/
.box_act{
    min-width: 1200px;
}
.box_act h1{
    padding: 0 0 35px;
    font-size: 30px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}
.box_act_bd .content p{
    color: #666666;
    font-size: 16px;
}
.box_act_bd img{
    margin: auto ;
    display: block;
}

/***banner***/
.banner{
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.banner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.footer,.footer_address{
    min-width: 1200px;
}
@media (min-width: 1380px){
    .footer .container {
        width: 1380px;
    }
    .footer_address .container {
        width: 1380px;
    }
}