.nePg {background-color:#1E50AE!important}
.about-bot-sty1 p {
    font-size: 15px;
    color: #666;
    line-height: 2;
}

.Rtbg11 { 
	background-image: url(../images/prdc/11.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.Rtbg12 { 
	background-image: url(../images/prdc/12.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Rtbg13 { 
	background-image: url(../images/prdc/13.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Rtbg21 { 
	background-image: url(../images/prdc/21.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Rtbg22 { 
	background-image: url(../images/prdc/22.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Rtbg23 { 
	background-image: url(../images/prdc/23.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Rtbg31 { 
	background-image: url(../images/prdc/31.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.Rtbg32 { 
	background-image: url(../images/prdc/32.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.Rtwx { 
	background-image: url(../images/prdc/rtwx.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Rtbgl { 
	background-image: url(../images/prdc/rtbgl.jpg); /* 替换为你想要作为背景的图片URL */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.Rtcent{
	text-align:center;
}
.headline{
	    border-bottom: 3px solid #1E50AE;
}
.headlines{
	    border-bottom: 2px solid #1E50AE;
}
.list_product {
    padding: 0 0 0;
    margin-left: -22px;
}
.list_product:after {
    display: block;
    content: "";
    clear: both;
}
.list_product ul {
	list-style: none;
}



.list_product ul li {
    width: 100%;
    padding: 0 10px 10px;
    float: left;
}
.list_product ul li:nth-of-type(4n) {
    margin: 0;
}
.list_product ul li img {
    width: 100%;
    height: 190px;
}
.list_product ul li figure {
    transition: all .3s;
    background: #fdfdfd;
    margin-bottom: 20px;
    background: #fdfdfd;
    border:1px #e1e1e1 solid;
	
}
.list_product ul li figure:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    background: #1E50AE;
}
.list_product ul li figure figcaption {
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px;
}
.list_product ul li figure figcaption a {
    color: #000;
    transition: all .3s;
}
.list_product ul li figure:hover figcaption a {
    color: #FFF;
}
.list_product ul li figure span {
    display: block;
    height: 54px;
    line-height: 18px;
    overflow: hidden;
    margin: 5px 0;
    padding: 0 10px;
    font-size: 12px;
    color: #adadad;
    transition: all .3s;
}
.list_product ul li figure:hover span {
    color: #FFF;
}
