.zhong {
    padding-bottom: 20px;
}
.zhong .center {
    margin: 20px auto;
}

/*左侧*/
.zhong_left {
    width: 210px;
}
.zhong_uul li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D0D0D0;
    margin-top: 1px;
    line-height: 40px;
    background: url(../images/dians.jpg) no-repeat 10px 14px;
}
.zhong_uul li a {
    margin-left: 30px;
    font-size: 13px;
}
.abouts {
    width: 210px;
    height: 45px;
    background: #414887;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.lx {
    width: 210px;
    height: 50px;
    background: #414887;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.lian {
    width: 210px;
    padding-top: 10px;
}
.lian p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    margin-left: 5%;
}
.lians {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
}

/*右侧*/
.zhong_left, .zheng_right {
    float: left;
}
.zheng_right {
    width: 950px;
    margin-left: 30px;
}
.wei {
    width: 950px;
    height: 45px;
    background: #414887;
}
.wei b{
    float: left;
    color: #fff;line-height: 45px;
    font-size: 15px;
}
.wei p {
    float: right;
    line-height: 50px;
    color: #fff;
    margin-right: 10px;
}
.cont {
  margin-top: 20px;
}
.cont p {
    line-height: 25px;
}
.container p {
    line-height: 30px;
}
#Form input {
    margin-top: 20px;
    width: 400px;
    height: 30px;
    border: 2px solid gray;
    border-radius: 4px;
}
#btn {
    width: 60px;
    height: 30px;
    background-color: #414887;
    color: white;
    border-radius: 4px;
    border: 1px solid white;
}



/*内页新闻*/
.nynews .b_wrap li {
    margin-bottom: 15px;
    padding-top: 15px;
    border: solid 1px #e3e3e3;
    overflow: hidden;
}

.nynews .b_wrap li:hover{background: #f1f3fb;}

.nynews .b_wrap li .xw_date_l {
    position: relative;
    width: 130px;
    font-family: Arial, sans-serif;
    text-align: right;
    color: #8c8c8c;
    height: 70px;
    border-right: solid 1px #dcdcdc;
}
.nynews .b_wrap li .xw_date_l strong {
       font-size: 30px;
    position: absolute;
    right: 20px;
    top: 24px;
    display: block;
    font-weight: normal;
}
.nynews .b_wrap li .xw_date_l span {
    font-size: 16px;
    position: absolute;
    right: 22px;
    display: block;
}
.nynews .b_wrap li .xw_date_r .h3 {
    font-weight: normal;
    font-size: 17px;
    color: #464646;
}
.nynews .b_wrap li .xw_date_r .p {
    font-size: 13px;
    margin-top: 3px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #666666;
}
.nynews .b_wrap li .xw_date_r {
    width: 740px;
    padding-right: 30px;
    text-align: left;
    padding-left: 30px;
}
.fl, .fr {
    float: left;
}
.nynews_tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

/*主图*/
.neiimg{width: 100%;height: 250px;overflow: hidden;}
.neiimg img{width: 100%;height: 100%;}


/*产品*/
.product_uuls{overflow: hidden;width: 965px;}
.product_uuls li{width: 285px;float: left;margin:1%;overflow: hidden;border: 1px solid #c0c0c0;}
.product_uuls li p{width: 101%;height: 45px;text-align: center;line-height: 45px;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}
.product_uuls li a img{width: 100%;height: 220px;border-bottom:1px solid #fff;transition: all 0.5s;}
.product_uuls li .proimg_a{width: 100%;height: 220px;overflow: hidden;display: block;}
.product_uuls li :hover img{transform:scale(1.1);max-height: 220px;}
