.about {
    width: 100%;
    background: url(../images/abg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.about > strong {
    padding-top: 30px;
    font-size: 30px;
    text-align: center;
    display: block;
}

.about-box {
    margin: 0 auto;
    padding-top: 30px;
    width: 1400px;
}

.about p {
    margin-top: 15px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
    letter-spacing: 1px;
}

.about-bg {
    width: 100%;
    height: 336px;
    background: url(../images/11.png) no-repeat center;
}

.about-bg ul {
    margin: 0 auto;
    width: 1400px;
}

.about-bg ul li {
    float: left;
    width: 350px;
}

.about-bg ul li strong {
    padding-top: 170px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    display: block;
}

.about-bg ul li p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.news {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.news-top strong {
    position: relative;
    padding-bottom: 10px;
    font-size: 28px;
    color: #000;
    display: block;
}

.news-top strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #FD3546;
}

.news-box ul li {
    float: left;
    margin-top: 40px;
    margin-left: 25px;
    padding: 30px 0;
    width: 450px;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}

.news-box ul li:nth-child(3n+1) {
    margin-left: 0;
}

.news-box ul li a {
    padding: 0 15px;
    display: block;
}

.news-box ul li time {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #999;
    display: block;
}

.news-box ul li time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(../images/time.png) no-repeat center;
    background-size: 100% 100%;
}

.news-box ul li h2 {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
    height: 55px;
}

.news-box ul li:hover h2 {
    color: #FD3546;
    transition: all 0.5s;
}

.news-box ul li p {
    font-size: 16px;
    color: #888;
}

.news-box ul li figure {
    margin: 0 auto;
    margin-top: 25px;
    width: 420px;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
}

.news-box ul li figure img {
    width: 420px;
    height: 240px;
    display: block;
    border-radius: 10px;
}

.news-box ul li:hover figure img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.news-if {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.newsf-top {
    padding-bottom: 15px;
    height: 30px;
    border-bottom: 1px solid #eee;
}

.newsf-top img {
    float: left;
    padding-top: 3px;
    width: 20px;
    display: block;
}

.newsf-top a,
.newsf-top span {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #666;
}

.newsf-t {
    margin-top: 40px;
    height: 30px;
}
 
.newsf-t time,
.newsf-t span,
.newsf-t a {
    float: left;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.newsf-t span {
    margin-left: 50px;
}

.newsf-t a:hover {
    color: #FD3546;
}

.newsf-box h1 {
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
}

.newsf-c {
    margin-top: 30px;
}

.newsf-c p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 34px;
}

.newsf-c img {
    margin: 0 auto;
    display: block;
}

.cp-bg {
    margin-top: 40px;
    width: 100%;
}

.cp-top {
    margin: 0 auto;
    width: 1400px;
}

.cp-top strong,
.cp-top h1 {
    position: relative;
    padding-bottom: 10px;
    font-size: 28px;
    color: #000;
    display: block;
}

.cp-top strong::after,
.cp-top h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #FD3546;
}

.cp-box {
    margin-top: 40px;
    padding-top: 10px;
    width: 100%;
    background: #f9f9f9;
}

.cp-nav {
    margin: 0 auto;
    width: 1400px;
    height: 200px;
    display: table;
}

.nav-list {
    position: relative;
    width: 1400px;
    height: 140px;
    border-bottom: 1px solid #d8d8d8;
}

.nav-list > li {
    float: left;
    margin-left: 18px;
    width: 100px;
}

.nav-list > li:first-child {
    margin-left: 0;
}

.p-item div img {
    width: 100px;
    height: 80px;
    display: block;
}

.p-item div a h2 {
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    color:#000;
    text-align: center;
    font-weight: normal;
}

.p-item .active a h2 {
    color: #c6000b;
}

.p-item .active a::after {
    width:100%;
}

.sub-item {
    position: absolute;
    padding-bottom: 5px;
    left: 0;
    top: 141px;
    width: 1400px;
}

.sub-item li {
    float: left;
    padding: 10px 0;
    margin-left: 30px;
    display: table;
}

.sub-item li a {
    position: relative;
    padding: 5px 0;
    font-size: 14px;
    color:#000; 
    display: inline-block;
}

.sub-item li a:hover {
    color: #c6000b;
    text-decoration: underline;
}

.cp-c {
    margin: 0 auto;
    width: 1400px;
}

.cp-c ul li {
    float: left;
    margin-left: 26.6px;
    margin-top: 40px;
    padding: 20px 0;
    width: 330px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
}

.cp-c ul li:nth-child(4n+1) {
    margin-left: 0;
}

.cp-c ul li figure {
    margin: 0 auto;
    width: 310px;
    height: 290px;
    overflow: hidden;
}

.cp-c ul li figure img {
    width: 310px;
    height: 310px;
    display: block;
}

.cp-c ul li h2 {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 18px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cp-c ul li span {
    margin: 0 auto;
    margin-top: 20px;
    width: 70px;
    height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
    display: block;
    border: 1px solid #000;
    border-radius: 100px;
}

.cp-c ul li:hover figure img {
    transform: scale(1.1);
}

.cp-c ul li:hover h2 {
    color: #FD3546;
}

.cp-c ul li:hover span {
    color: #fff;
    background: #FD3546;
    border: 1px solid #FD3546;
    transition: 0.5s;
}

.pro-if {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
}

.pro-top {
    margin: 0 auto;
    padding-bottom: 15px;
    width: 1400px;
    height: 30px;
    border-bottom: 1px solid #eee;
}

.pro-top img {
    float: left;
    padding-top: 3px;
    width: 20px;
    display: block;
}

.pro-top a,
.pro-top span {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #666;
}

.pro-box {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.pro-t {
    height: 30px;
}
 
.pro-t time,
.pro-t span,
.pro-t a {
    float: left;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.pro-t span {
    margin-left: 50px;
}

.pro-t a {
    margin-right: 20px;
}

.pro-t a:hover {
    color: #FD3546;
}

.pro-box h1 {
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
}

.pro-c {
    margin-top: 30px;
}

.pro-c p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 34px;
}

.pro-c img {
    margin: 0 auto;
    display: block;
}

.pro-c table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.pro-c table tr td {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    border: 1px solid #333;
}

.p-contact {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.pcon-box ul li {
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    padding: 30px 0;
    width: 440px;
    border-left: 3px solid #FD3546;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.pcon-box ul li:nth-child(1) {
    margin-left: 0;
}

.pcon-box ul li figure img {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    display: block;
}

.pcon-box ul li p {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
}

.pcon-box ul li p span {
    font-size: 22px;
    font-weight: bold;
}

.p-diu {
    margin-top: 50px;
}

.p-diu figure img {
    margin: 0 auto;
    display: block;
}

.p-diu div {
    margin-top: 40px;
}

.p-diu div strong {
    float: left;
    font-size: 22px;
    letter-spacing: 3px;
}

.p-diu div a {
    float: right;
    width: 200px;
    height: 35px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    display: block;
    background: #FD3546;
}

.pagination { 
    margin-top: 30px;
    width:100%;
    text-align:center; 
}

.pagefy a {    
	padding: 0 30px;
	margin-top: 30px; 
    height: 40px; 
    line-height: 40px; 
    color:#000;
    text-align: center; 
    margin-right: 5px;
    border: 1px solid #cfcfcf; 
    cursor: pointer;
    display: inline-block; 
    border-radius: 50px;
}

.pagination .pagefy .current { 
    color: #fff;
    background-color: #FD3546; 
    border: 1px solid #FD3546; 
}

.pagination .pagefy a:hover {
    background-color: #F26602; 
    color: #fff;
    border: 1px solid #F26602; 
}

.zuoyou {
    margin-top: 40px;
    height: 30px;
}

.top1 {
    float: left;
}

.boot1 {
    float: right;
}

.top1 a,
.boot1 a {
    font-size: 15px;
    color: #000;
}

.top1 a:hover,
.boot1 a:hover {
    color: #f00;
}
