* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header-top {
    width: 100%;
    background: #000;
}

.top-box {
    width: 1400px;
    height: 40px;
    margin: 0 auto;
}

.top {
    float: right;
    width: auto;
}

.top a,
.top figure {
    float: left;
}

.top figure img,
.top figure figcaption {
    float: left;
}
.top a {
    padding-right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.top figure img {
    width: 36px;
    display: block;
}

.top figure figcaption {
    padding-left: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.header-nav {
    width: 1400px;
    margin: 0 auto;
    height: auto;
    display: table;
}

.header-nav figure {
    float: left;
    padding: 15px 0;
    width: 388px;
}

.header-nav figure img {
    float: left;
    width: 70px;
    display: block;
}

.header-nav figure figcaption {
    float: right;
    font-size: 14px;
    line-height: 64px;
}

.header-nav nav {
    float: right;
}

.header-nav nav ul li {
    margin-left: 50px;
    float: left;
}

.header-nav nav ul li a {
    font-size: 15px;
    color: #000;
    line-height: 95px;
}

.header-nav nav ul li a:hover {
    color: #ce0000;
}

.banner img {
    width: 100%;
    display: block;
}

.notice-box {
    padding: 10px 0;
    width: 1400px;
    margin: 0 auto;
    display: table;
}

.notice {
    float: left;
    width: 950px;
}

.notice span,
.notice marquee {
    float: left;
    display: block;
}

.notice span {
    font-size: 18px;
    color: #ce0000;
    letter-spacing: 2px;
}

.notice marquee {
    padding-left: 15px;
    width: 850px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.search {
    float: right;
    width: 351px;
	height: auto;
	display: table;
}

.t {
	width: 270px;
	height: 30px;
	font-size:14px;
	text-indent: 10px;
	color: #777;
	border: 1px solid #eaeaea;
	line-height: 30px;
}

.suo {
	width: 80px;
    height: 32px;
    font-size: 14px;
	text-align: center;
	background-color: #ce0000;
	color: white;
	margin-left: -6px;
    cursor: pointer;
    border: none;
}

.hot-productbox {
    width: 100%;
    background: #f5f5f5;
    display: table;
}

.hot-product {
    padding-top: 35px;
    width: 1400px;
    margin: 0 auto;
    display: table;
}

.title {
    float: left;
}

.title-right {
    float: right;
}

.title h3 {
    font-size: 26px;
    color: #000;
    letter-spacing: 3px;
}

.title h3 span {
    color: #ce0000;
}

.title div span {
    margin-top: 10px;
    float: left;
    width: 53px;
    height: 4px;
    display: block;
}

.title div span:first-child {
    background: #ce0000;
}

.title div span:last-child {
    margin-left: 5px;
    background: #000;
}

.title-right a {
    margin-top: 5px;
    padding: 8px 15px;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    background: #ce0000;
}

.title-right a:first-child {
    margin-right: 5px;
}

.hot-content {
    padding: 10px 0 30px 0;
    width: 1400px;
    margin: 0 auto;
    display: table;
}

.hot-content ul li {
    float: left;
    margin-top: 30px;
    width: 330px;
    margin-right: 26px;
}

.hot-content ul li:nth-of-type(4n) {
    margin-right: 0;
}

.hot-content ul li figure img {
    width: 330px;
    height: 260px;
    display: block;
}

.hot-content ul li h2 {
    padding: 5px 0;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 30px;
    background: #fbfbfb;;
}

.hot-content ul li span {
    width: 0;
    height: 2px;
    display: block;
}

@keyframes myfirst
{
    from {background: #fff;}
    to {background: #ce0000;}
}

@-webkit-keyframes myfirst
{
    from {background: #fff;}
    to {background: #e00000;}
}

.hot-content ul li:hover span {
    width: 330px;
    transition: width 2s;
    animation-name: myfirst 3s;
    -webkit-animation: myfirst 3s;
}

.about {
    padding-bottom: 30px;
    width: 100%;
    background: #000;
}

.about-box {
    padding-top: 40px;
    width: 1400px;
    margin: 0 auto;
    display: table;
}

.about-title {
    float: left;
}

.about-right {
    float: right;
}

.about-title h3 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 3px;
}

.about-title h3 span {
    color: #ce0000;
}

.about-title div span {
    margin-top: 10px;
    float: left;
    width: 53px;
    height: 4px;
    display: block;
}

.about-title div span:first-child {
    background: #fff;
}

.about-title div span:last-child {
    margin-left: 5px;
    background: #fff;
}

.about-right a {
    margin-top: 5px;
    padding: 8px 15px;
    float: left;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
    background: #fff;
}

.about-right a:first-child {
    margin-right: 5px;
}

.about-content {
    width: 1400px;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #ffefef;
}

.about-content p {
    padding: 20px 30px 0 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    letter-spacing: 2px;
}

.about-content a {
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ce0000;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 3px;
}

.news {
    margin-top: 30px;
}

.news-content {
    padding-top: 10px;
    width: 1400px;
    margin: 0 auto;
    display: table;
}

.news-content ul li {
    float: left;
    margin-top: 30px;
    width: 680px;
}

.news-content ul li:nth-of-type(2n) {
    margin-left: 40px;
}

.news-content ul li section {
    float: right;
    width: 370px;
    height: 210px;
    background: #f4f4f4;
}

.news-content ul li > a {
    float: left;
    width: 310px;
}

.news-content ul li > a figure img {
    width: 310px;
    height: 210px;
    display: block;
}

.news-content ul li section a:first-child h2 {
    padding: 10px 0 0 10px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content ul li section p {
    padding: 10px;
    height: 103px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news-content ul li section a:last-child {
    margin-left: 10px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background: #ce0000;
}

.baike {
    width: 100%;
    margin-top: 30px;
    background-color: #fbfbfb;
    display: table;
}

.baike-content {
    padding-bottom: 30px;
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}

.baike-left {
    float: left;
    width: 800px;
}

.baike-left ul li {
    margin-top: 20px;
    height: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.baike-left ul li a h2 {
    float: left;
}

.baike-left ul li a span {
    float: right;
    width: 25px;
    height: 26px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    display: block;
    background-color: #d1d1d1;
}

.baike-left ul li a span:hover {
    background: #ce0000;
}

.baike-left ul li a h2 {
    float: left;
    width: 600px;
    font-size: 18px;
    color: #484747;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baike-content figure {
    float: right;
}

.baike-content figure img {
    width: 500px;
    height: 310px;
    display: block;
} 

.footer {
    margin-top: 40px;
    padding: 20px 0;
    width: 100%;
    background: #000;
    display: table;
}

.footer-box {
    width: 1400px;
    margin: 0 auto;
}

.footer-box nav,
.footer-center {
    float: left;
    width: 400px;
}

.footer-right {
    float: right;
}

.footer-box nav ul li {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.footer-box nav ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer-center {
    padding-left: 150px;
}

.footer-center figure figcaption {
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer-center a {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    display: block;
}

.footer-center figure {
    height: 31px;
    margin-top: 10px;
}

.footer-center figure img,
.footer-center figure figcaption {
    float: left;
}

.footer-center figure img {
    width: 28px;
    display: block;
}

.footer-right figure {
    margin-top: 10px;
    float: left;
}

.footer-right figure:first-child {
    margin-right: 50px;
}

.footer-right figure figcaption {
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.footer-right figure img {
    width: 100px;
    display: block;
}

.aside {
    width: 1400px;
    margin: 20px auto;
    display: table;
}

.aside-left {
    float: left;
    width: 300px;
    border: 1px solid #d1d1d1;
}

.aside-right {
    padding-bottom: 30px;
    float: right;
    width: 1050px;
    display: table;
    border: 1px solid #d1d1d1;
}

.x-nav h3,
.t-pruduct h3 {
    padding: 5px 0 5px 30px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 40px;
}

.x-nav ul li a {
    padding: 10px 0;
    font-size: 16px;
    color: #484747;
    text-align: center;
    line-height: 30px;
    display: block;
    border-top: 1px solid #e4eaec;
}

.x-nav ul li a:hover {
    color: #ce0000;
}

.x-nav ul li:last-child a {
    border-bottom: 1px solid #e4eaec;
}

.t-pruduct ul li {
    padding-top: 10px;
    border-top: 1px solid #e4eaec;
}

.t-pruduct ul li a figure img {
    width: 280px;
    height: 220px;
    display: block;
    margin: 0 auto;
}

.t-pruduct ul li a figure figcaption h2 {
    font-size: 16px;
    color: #484747;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
}

.t-pruduct ul li a figure figcaption h2:hover {
    color: #ce0000;
}

.weizhi {
    padding: 5px 0;
    padding-left: 20px;
    height: 30px;
    border-bottom: 1px solid #e4eaec;
}

.weizhi figure img,
.weizhi figcaption {
    float: left;
}

.weizhi figure img {
    width: 26px;
}

.weizhi figcaption a,
.weizhi figcaption span {
    padding-left: 5px;
    padding-top: 5px;
    float: left;
    font-size: 14px;
    color: #000;
    display: block;
}

.weizhi figcaption a:hover {
    color: #ce0000;
}

.guanyu p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-indent: 40px;
}

.guanyu ul li {
    float: left;
    margin-left: 65px;
    margin-top: 30px;
}

.guanyu ul li span {
    float: left;
    font-size: 18px;
    color: #333;
    display: block;
}

.guanyu ul li span:first-child {
    width: 60px;
}

.guanyu ul li span:last-child {
    line-height: 26px;
    padding-left: 20px;
}

.guanyu img {
    padding-top: 30px;
    width: 96%;
    display: block;
    margin: 0 auto;
}

.a-product ul li {
    margin-left: 24px;
    margin-top: 20px;
    float: left;
    width: 320px;
    height: auto;
    display: table;
}

.a-product ul li figure {
    width: 305px;
    border: 5px solid #e4eaec;
}

.a-product ul li figure img {
    width: 305px;
    height: 260px;
    display: block;
}

.a-product ul li h2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
}

.a-product ul li h2:hover {
    color: #ce0000;
}

.a-news li {
    margin-top: 40px;
    height: 190px;
} 

.a-news li > a {
    float: left;
    width: 300px;
}

.a-news li > a figure img {
    padding-left: 20px;
    width: 300px;
    height: 190px;
    display: block;
}

.a-news li section {
    float: right;
    width: 700px;
}

.a-news li section a h2 {
    padding-top: 5px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.a-news li section p {
    margin-top: 10px;
    padding-right: 20px;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 28px;
    height: 84px;
}

.a-news li section div {
    margin-top: 20px;
}

.a-news li section div time,
.a-news li section div span,
.a-news li section div a {
    font-size: 14px;
    color: #333;
}

.a-news li section div span {
    padding-left: 20px;
}

.details h1 {
    padding-top: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.bq {
    display: table;
    margin: 10px auto;
}

.bq time {
    padding-right: 20px;
}

.bq time,
.bq span,
.bq span a {
    font-size: 14px;
    color: #5A5A5A;
}

.details-c p {
    padding: 20px 20px 5px 20px;
    font-size: 16px;
    color: #292929;
    text-indent: 40px;
    line-height: 33px;
    letter-spacing: 1px;
}

.details-c h2 {
    font-size: 16px;
    color: #313131;
    text-indent: 40px;
    line-height: 30px;
}

.details-c img {
    display: block;
    margin: 0 auto;
}

.details-c table {
    width: 98%;
    margin: 0 auto;
}

.diu {
    float: right;
    width: 1050px;
    margin-top: 30px;
} 

.diu figure img {
    display: block;
    margin: 0 auto;
}

.diu figure figcaption {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

.diu figure figcaption a {
    margin-right: 30px;
    float: left;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
}

.diu figure figcaption a:hover {
    color: #ce0000;
}

.sous div {
    margin-top: 10px;
    padding-left: 20px;
    height: 30px;
}

.sous div span,
.sous div h1 {
    padding: 0 5px;
    float: left;
    font-size: 16px;
    color: #000;
}

.sous div h1 {
    color: #ce0000;
}

.sous div span {
    display: block;
}

.pagination{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    margin-top: 30px;
}

.pagination .pagefy{ 
    width: 100%;
}
.pagination .pagefy a{
    border: 1px solid #cfcfcf;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666;
    padding: 5px 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}

.pagination .pagefy a:hover{
    background-color: #c40000; 
    color: #fff;
}

.zuoyou { 
    width: 950px;
    margin: 0 auto;
    margin-top: 30px; 
}

.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;
}


.xgcp {
    width: 1050px;
    margin-top: 50px;
}

.xgcp ul li {
    margin-left: 23px;
    margin-top: 20px;
    width: 320px;
    float: left;
}

.xgcp ul li img {
    width: 320px;
    height: 260px;
    display: block;
}

.xgcp ul li h2 {
    padding-top: 5px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

.xgcptit {
    padding-left: 26px;
    font-size: 18px;
    color: #000;
    font-weight: bolder;
}

.conent {
    position:absolute;
    top:20px;
}

.c_adver {
    width: 500px;
    height: 250px;
    background: url(images/piaofu.jpg) no-repeat;
}