﻿* {
    margin: 0;
    padding: 0;
    font-family: "宋体";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.header-box {
    padding: 30px 0;
    width: 1400px;
    height: 72px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 450px;
}

.logo figure img {
    float: left;
    width: 65px;
    display: block;
}

.logo figure figcaption {
    float: left;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    margin-left: 10px;
    font-size: 28px;
    color: #000;
    line-height: 71px;
}

.nav {
    float: left;
    width: 800px;
}

.nav ul li {
    float: left;
    margin-top: 16px;
    width: 100px;
}

.nav ul li:first-child {
    background: #ee212b;
    border-radius: 50px;
}

.nav ul li a {
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
    display: block;
}

.nav ul li:first-child a {
    color: #fff;
}

.nav ul li:hover {
    background: #ee212b;
    border-radius: 50px;
}

.nav ul li:hover a {
    color: #fff;
}

.search-box {
    float: right;
    margin-top: 18px;
    cursor: pointer;
}

.search-r {
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;

}

.search {
    margin-top: 40px;
    height: 32px;
}

.t {
    float: left;
    width: 230px;
    padding-left: 14px;
    font-size: 14px;
    color: #000;
    line-height: 32px;
    border: none;
    background: #fff;
    outline: none;
}

.suo {
    float: left;
    margin-left: 5px;
    width: 50px;
    height: 32px;
    border: none;
    cursor: pointer;
    background: url(images/ss.png) no-repeat center;
}

.search-r strong {
    margin-top: 40px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px;
    display: block
}

.banner {
    width: 100%;
    height: 500px;
}

.banner img {
    width: 100%;
    display: block;
}

.about {
    width: 1400px;
    height: 745px;
    margin: 0 auto;
    margin-top: 90px;
}

.about-l {
    float: left;
    position: relative;
    width: 650px;
}

.about-l ul {
    top: 100px;
    right: 0;
    position: absolute;
}

.about-l ul li {
    padding: 40px 0;
    width: 220px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
    border-bottom: 1px solid #e5e5e5;
}

.about-l ul li strong {
    font-size: 27px;
    color: #ea130e;
    text-align: center;
    letter-spacing: 3px;
    display: block;
}

.about-l ul li span {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: 3px;
    display: block;
}

.about-r {
    float: right;
    width: 650px;
}

.about-r strong {
    font-size: 48px;
    color: #ea130e;
    letter-spacing: 5px;
    text-decoration: underline;
}

.about-r p {
    margin-top: 30px;
    font-size: 17px;
    color: #000;
    line-height: 36px;
}

.about-r ul li {
    margin-top: 40px;
    height: 32px;
}

.about-r ul li img {
    float: left;
    display: block;
}

.about-r ul li b {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    color: #000;
    line-height: 32px;
    letter-spacing: 3px;
    display: block;
}

.product {
    width: 1400px;
    margin: 0 auto;
    margin-top: 110px;
}

.title {
    height: 90px;
}

.title div {
    float: left;
}

.title div span {
    font-size: 16px;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.title div h3 {
    margin-top: 10px;
    font-size: 48px;
    color: #ea130e;
    letter-spacing: 5px;
}

.title a {
    float: right;
    margin-top: 12px;
    padding: 21px 35px;
    font-size: 16px;
    color: #000;
    letter-spacing: 3px;
    font-weight: bold;
    border: 2px solid #ea130e;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.title a:hover {
    color: #fff;
    background: #ea130e;
}

.pro-box ul li {
    float: left;
    margin-left: 40px;
    margin-top: 50px;
    width: 320px;
}

.pro-box ul li:first-child,
.pro-box ul li:nth-child(5) {
    margin-left: 0;
}

.pro-box ul li figure img {
    width: 320px;
    height: 300px;
    display: block;
}

.pro-box ul li div {
    position: relative;
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
}

.pro-box ul li div a h2 {
    padding: 30px 0;
    font-size: 22px;
    color: #000;
    letter-spacing: 3px;
    text-align: center;
}

.pro-box ul li div p {
    padding: 0 20px 30px 20px;
    font-size: 15px;
    color: #868686;
    line-height: 30px;
}

.pro-box ul li div a:last-child {
    position: absolute;
    bottom: -20px;
    left: 50px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 40px;
}

.pro-box ul li:hover div {
    border-bottom: 2px solid #ea130e;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.pro-box ul li:hover a h2 {
    color: #ea130e;
}

.pro-box ul li:hover a:last-child {
    color: #ea130e;
    border: 2px solid #ea130e;
}

.news {
    width: 1400px;
    margin: 0 auto;
    margin-top: 110px;
}

.news-box ul li {
    float: left;
    position: relative;
    width: 320px;
    margin-left: 40px;
    margin-top: 50px;
}

.news-box ul li:first-child,
.news-box ul li:nth-child(5) {
    margin-left: 0;
}

.news-box ul li figure img {
    width: 320px;
    height: 260px;
    display: block;
}

.news-box ul li time {
    position: absolute;
    right: 30px;
    top: 230px;
    width: 55px;
    height: 55px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    background: #ea130e;
    border-radius: 55px;
    display: block;
}

.news-box ul li div {
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
}

.news-box ul li div a h2 {
    padding: 50px 20px 20px 20px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box ul li > a {
    position: relative;
    display: block;
}

.news-box ul li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(11, 11, 11, 0.5);
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 0;
    transform-origin: top center;
}

.news-box ul li:hover >a:before {
    opacity: 1;
    transform-origin: bottom center;
}

.news-box ul li:hover a h2 {
    color: #ea130e;
}

.baike {
    width: 1400px;
    margin: 0 auto;
    margin-top: 110px;
}

.baike-box ul li {
    position: relative;
    float: left;
    margin-left: 55px;
    margin-top: 50px;
    padding-bottom: 20px;
    width: 430px;
    background: #fff;
    box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.1);
}

.baike-box ul li:first-child,
.baike-box ul li:nth-child(4) {
    margin-left: 0;
}

.baike-box ul li img {
    position: absolute;
    left: 40px;
    top: -20px;
}

.baike-box ul li a h2 {
    padding: 70px 20px 0 20px;
    font-size: 18px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.baike-box ul li a h2:hover {
    color: #ea130e;
}

.baike-box ul li p {
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.baike-box ul li a:nth-child(4) {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 17px;
    color: #ea130e;
    display: inline-block;
}

.baike-box ul li a:nth-child(4):hover {
    color: #000;
}

.baike-box ul li span {
    margin-left: 20px;
    margin-top: 10px;
    width: 80px;
    height: 4px;
    background: #ea130e;
    display: block;
}

.footer {
    width: 1400px;
    height: 350px;
    margin: 0 auto;
    margin-top: 110px;
}

.foot-l {
    float: left;
    width: 300px;
}

.foot-l h4,
.foot-c h4,
.foot-r h4 {
    font-size: 28px;
    color: #00081b;
    letter-spacing: 5px;
}

.foot-l ul li {
    float: left;
    margin-top: 30px;
    width: 150px;
}

.foot-l ul li a {
    font-size: 16px;
    color: #000;
    display: block;
}

.foot-c {
    float: left;
    margin-left: 115px;
    width: 400px;
}

.foot-c ul li {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}

.foot-c a {
    margin-top: 20px;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    background: #ea130e;
    display: inline-block;
}

.foot-c a:hover {
    background: #000;
}

.foot-r {
    float: left;
    margin-left: 115px;
}

.foot-r figure {
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    width: 130px;
}

.foot-r figure:nth-child(2) {
    margin-left: 0;
}

.foot-r figure img {
    width: 130px;
    display: block;
}

.foot-r figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.beian {
    margin-top: 50px;
    height: 2px;
    background: #f4f4f4;
}

.beian a {
    padding-top: 20px;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
}

.guanyu {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.gy-box {
    margin-top: 50px;
}

.gy-left {
    float: left;
    width: 1000px;
}

.gy-left p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000;
    line-height: 30px;
}

.gy-left img {
    width: 100%;
    display: block;
}

.gy-left ul li {
    float: left;
    margin-left: 90px;
    margin-top: 30px;
}

.gy-left ul li:nth-child(4n+1) {
    margin-left: 0;
}

.gy-left ul li span {
    float: left;
    font-size: 18px;
    color: #333;
    display: block;
}

.gy-left ul li span:first-child {
    width: 60px;
}

.gy-left ul li span:last-child {
    line-height: 26px;
    padding-left: 20px;
}

.cp {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.wz {
    height: 40px;
    border-bottom: 2px solid #f4f4f4;
}

.wz img,
.wz a,
.wz span,
.wz strong,
.wz h1 {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    color: #000;
    line-height: 32px;
    display: block;
}

.cp-box ul li {
    float: left;
    position: relative;
    margin-left: 40px;
    margin-top: 50px;
    width: 320px;
}

.cp-box ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.cp-box ul li figure img {
    width: 320px;
    height: 300px;
    display: block;
}

.cp-box ul li a:nth-child(2) {
    position: absolute;
    top: 268px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    background: #fff;
    display: block;
    box-shadow: 0px 3px 10px 0px rgba(211, 211, 211, 0.5);
}

.cp-box ul li a h2 {
    margin-top: 30px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.cp-box ul li:hover a:nth-child(2) {
    color: #fff;
    background: #ea130e;
}

.cp-box ul li:hover a h2 {
    color: #ea130e;
}

.xw {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.xw-box ul li {
    position: relative;
    margin-top: 40px;
    height: 200px;
}

.xw-box ul li figure {
    float: left;
    width: 300px;
}

.xw-box ul li figure img {
    width: 300px;
    height: 200px;
    display: block;
}

.xw-box ul li time {
    position: absolute;
    left: 273px;
    top: 80px;
    width: 50px;
    height: 50px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    background: #ea130e;
    border-radius: 50px;
    display: block;
}

.xw-box ul li div {
    float: left;
    margin-left: 100px;
    width: 1000px;
}

.xw-box ul li div h2 {
    margin-top: 20px;
    font-size: 22px;
    color: #000;
}

.xw-box ul li div h2:hover {
    color: #ea130e;
}

.xw-box ul li div p {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.xw-box ul li div a:last-child {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background: #ee212b;
    display: inline-block;
}

.xw-box ul li div a:last-child:hover {
    background: #000;
}

.detail {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.detail-box {
    margin-top: 50px;
}

.de-left {
    float: left;
    width: 1000px;
}

.de-left > h1 {
    font-size: 24px;
    color: #0b2154;
    text-align: center;
}

.tag {
    margin: 30px auto;
    display: table;
}

.tag time {
    float: left;
    font-size: 15px;
    color: #333;
}

.tag span {
    float: left;
    margin-left: 50px;
    font-size: 15px;
    color: #333;
}

.de-text p {
    margin-top: 20px;
    line-height: 30px;
    font-size: 17px;
    color: #000;
}

.de-text img {
    margin: 0 auto;
    display: block;
}

.de-right {
    float: right;
    padding: 20px 0;
    width: 300px;
    background: #f2f2f2;
}

.de-right ul li a {
    padding: 15px 0;
    width: 260px;
    font-size: 16px;
    color: #000;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.de-right ul li a:hover {
    color: #fff;
    background: #ea130e;
}

.de-right ul li {
    margin-top: 15px;
}

.de-right ul li:first-child {
    margin-top: 0;
}

.diu {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.diu-box {
    margin-top: 50px;
}

.diu-l {
    float: left;
    width: 1000px;
}

.diu-l p {
    margin-top: 30px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.diu-l img {
    width: 100%;
    display: block;
}

.pagination .pagefy .current {
    background-color: #da251c;
    color: #fff;
}

.pagination {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    margin-top: 40px;
}

.pagination .pagefy { 
    width: 100%;
}

.pagination .pagefy a {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #000;
    padding: 5px 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}

.pagination .pagefy a:hover {
    background-color: #ff0000; 
    color: #fff;
}

.zuoyou {
    margin-top: 40px;
}

.top1 { 
    float: left;
    width: 455px;
    font-size: 14px;
    color:#3b3652; 
    padding-bottom: 10px; 
    padding-top: 10px;
}

.top2 {
    float: right;
    font-size: 14px;
    color:#3b3652; 
    padding-bottom: 10px; 
    padding-top: 10px;
}

.top1 a,
.top2 a {
    color:#3b3652;
}

.top1 a:hover,
.top2 a:hover {
    color: #c00;
}

.xgcp { 
    width:100%; 
    height:auto; 
    display:table; 
    border-top:2px solid #666; 
    margin-top:40px;
}

.xgcptit { 
    margin-top: 20px;
    font-size:18px; 
    text-align: center;
    font-weight: bold; 
    height: 40px; 
    line-height: 40px; 
    color:#000;
}

.xgcp ul li { 
    width: 170px; 
    float: left; 
    margin: 30px 15px 0 15px; 
}

.xgcp ul li img { 
    width: 170px; 
    height: 130px;
}

.xgcp ul li h2 { 
    width: 100%; 
    margin-top: 15px;
    height: 30px; 
    line-height: 20px; 
    text-align: center; 
    font-size: 14px;
    color: #000;
}

.top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}