﻿html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #1a1a1a
}

body {
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 30px;
    position: relative;
    font-weight: bold;
}

.title span {
    display: block;
    color: #bdbdbe;
    margin-top: -8px;
    font-size: 20px;
    font-weight: bold;
}

.header_top, .nav li a.cur, .nav li a:hover, .one_nav, .one_ul li div, .one_ul .more, .two .fr, .three li:nth-child(2n) .fr, .fore .title, .fore li .fr, .five, .bd_qh a, .nine, .nine_title h2, .ten h3 {
    color: #fff
}

#slides .hd li.on, .nav li a.cur, .nav li a:hover, .one_nav h2, .one_nav li:hover, .one_ul .more, .two .fr .more, .three li:nth-child(2n):before, .fore li:before, .fore li:nth-child(2n) .fr, .bd_qh .next, .pading span.current, .footer {
    background: #e80110
}

/**/

#slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#slides li img {
    width: 100%;
    display: block;
}

#slides .hd {
    position: absolute;
    bottom: 20px;
    z-index: 101;
    text-align: center;
    left: 0;
    width: 100%;
}

#slides .hd li {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 3px;
    background: #fff;
}

/*header*/

.header {
    background: #fefefe;
}

.header_top {
    line-height: 35px;
    overflow: hidden;
    background: #35353f
}

/*logo*/

.logo img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

/**/

/*导航*/

.nav {
    border-top: 1px solid #eee;
}

.nav ul {
    width: 888px;
    float: left
}

.nav li {
    position: relative;
    float: left;
}

.nav li a {
    display: block;
    text-align: center;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 16px;
}

.subnav {
    position: absolute;
    top: 40px;
    z-index: 11;
    display: none;
    width: 100% !important;
    background: #fff;
}

.subnav li {
    float: none;
}

.subnav li a {
    padding: 0px;
    line-height: 30px;
    font-size: 14px;
}

.nav li:hover .subnav {
    display: block;
}

/**/

.input {
    margin-top: 8px;
    width: 220px;
    overflow: hidden;
}

.input input {
    background: none;
    line-height: 25px;
    width: 189px;
    border: 1px solid #ccc;
    color: #898989;
    border-right: none;
    padding-left: 10px;
    font-size: 12px;
    box-sizing: border-box;
}

.searchBtn {
    background: url(../images/ss.png) center no-repeat;
    width: 30px;
    height: 27px;
    display: block;
    border: 1px solid #ccc;
    background-size: 60%;
    border-left: none
}

/**/

/*one*/

.one {
    position: relative;
    padding: 50px 0;
}

.one_nav {
    margin: 50px auto;
    overflow: hidden;
    width: 340px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -170px;
}

.one_nav h2 {
    width: 100%;
    line-height: 50px;
    border-radius: 10px;
    position: relative;
}

.one_nav h2:before {
    content: '';
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -4px;
}

.one_nav ul {
    display: none;
}

.one_nav li {
    width: 100%;
    line-height: 40px;
}

.one_nav li a {
    font-size: 16px;
}

.one_nav li:hover {
    border-radius: 10px;
}

.one_ul {
    margin-top: 150px;
}

.one_ul ul {
    overflow: hidden;
}

.one_ul li {
    width: 290px;
    float: left;
    margin-right: 13px;
    position: relative;
}

.one_ul li:nth-child(4n) {
    margin-right: 0;
}

.one_ul img {
    width: 100%;
    height: 250px;
    display: block;
}

.one_ul li h3 {
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.one_ul li div {
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 80px;
    box-sizing: border-box;
    padding: 80px 5px 5px;
    display: none;
}

.one_ul div h3 {
    line-height: 40px;
    height: 40px;
}

.one_ul li p {
    text-align: center;
    height: 24px;
    overflow: hidden;
}

.one_ul div b {
    background: url(../images/gw.png) no-repeat;
    width: 33px;
    height: 31px;
    overflow: hidden;
    display: inline-block;
    margin-top: 30px;
    margin-left: 80px;
    vertical-align: middle;
}

.one_ul div span {
    background: url(../images/ck.png) no-repeat;
    width: 33px;
    height: 23px;
    overflow: hidden;
    display: inline-block;
    margin-top: 35px;
    margin-left: 40px;
    vertical-align: middle;
}

.one_ul .more {
    width: 158px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    border-radius: 20px;
}

.one_ul li:hover div {
    display: block;
}

/**/

.two {
    position: relative;
    padding: 50px 0 0;
}

.two:before {
    content: "";
    background: url(../images/2.jpg) no-repeat;
    position: absolute;
    top: 0px;
    height: 140px;
    width: 100%;
    left: 0;
    z-index: -1;
    background-size: 100% 100%;
}

.two_img {
    position: absolute;
    top: 140px;
    left: 0;
    height: 100%;
    z-index: -1;
}

.two_img img {
    width: 100%;
    display: block;
    height: 100%;
}

.two .container {
    overflow: hidden;
}

.two .fr {
    width: 600px;
    padding-left: 60px;
    box-sizing: border-box;
    margin-top: 50px;
    padding-top: 75px;
    line-height: 40px;
}

.two .fr h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.two .fr b {
    font-size: 55px;
    color: #5f5e5b;
    font-weight: bold;
    margin-left: 5px;
}

.two .fr .more {
    margin-top: 50px;
    display: block;
    line-height: 30px;
    width: 130px;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 50px;
}

/**/

.three {
    padding: 50px 0;
    position: relative;
}

.three .title {
    text-align: left;
}

.three .title span {
    text-indent: 1em;
}

.three ul {
    margin-top: 50px;
}

.three li {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0px 25px 25px;
    position: relative;
}

.three li .fl {
    width: 750px;
    height: 300px;
    display: block;
}

.three .fr {
    width: 400px;
    background: #fff;
    height: 300px;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.three li:after {
    width: 265px;
    height: 275px;
    background: #7c7a7a;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 1;
}

.three li:nth-child(2n) .fl {
    position: relative;
    z-index: 2;
}

.three li:nth-child(2n) .fr {
    background: #333333;
}

.three li:nth-child(2n):after {
    display: none;
}

.three li:nth-child(2n):before {
    width: 265px;
    height: 275px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: 1;
}

.three .fr b {
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

.three .fr i {
    display: block;
    color: #e6e5e5;
    margin-top: -15px;
    font-size: 16px;
    font-style: initial;
}

.three .fr h3 {
    margin-bottom: 30px;
}

.three .fr p {
    height: 72px;
    overflow: hidden;
    margin-bottom: 40px;
}

.three .fr span {
    text-align: right;
    display: block;
    font-weight: bold;
}

/**/

.fore {
    position: relative;
    padding-bottom: 50px;
}

.fore .title {
    background: url(../images/fores.png) no-repeat;
    width: 374px;
    height: 182px;
    margin: 50px auto 0;
    padding-top: 65px;
    box-sizing: border-box;
}

.fore_img img {
    width: 100%;
    display: block;
}

.fore ul {
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
    padding: 20px 0 30px;
}

.fore ul:before {
    content: '';
    background: #424242;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0
}

.fore li {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.fore li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
}

.fore li .fl {
    width: 570px;
    height: 250px;
    display: block;
    padding-left: 170px;
    box-sizing: border-box;
}

.fore li .fr {
    width: 570px;
    height: 250px;
    display: block;
    background: #424242;
    padding: 10px 50px;
    box-sizing: border-box;
    line-height: 30px;
}

.fore li h3 {
    position: relative;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 60px;
    margin-bottom: 20px;
}

.fore li h3:before {
    content: '01';
    font-size: 40px;
    font-style: italic;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: initial;
}

.fore li:nth-child(2) h3:before {
    content: '02';
    right: 0px;
}

.fore li:nth-child(3) h3:before {
    content: '03';
}

.fore li:nth-child(4) h3:before {
    content: '04';
    right: 0px;
}

.fore li:nth-child(5) h3:before {
    content: '05';
}

.fore li:nth-child(6) h3:before {
    content: '06';
    right: 0px;
}

.fore li:nth-child(2n) h3 {
    padding-left: 0px;
    padding-right: 60px;
}

.fore li:nth-child(2n) .fl {
    float: right;
    padding-left: 0px;
    padding-right: 170px;
}

.fore li:nth-child(2n) .fr {
    float: left;
    text-align: right;
}

.fore li:nth-child(2n):before {
    background: #424242;
}

/**/

.five {
    position: relative;
    padding: 50px 0;
}

.five .bd {
    margin-top: 50px;
    overflow: hidden;
}

.five li {
    width: 180px;
    height: 120px;
    float: left;
    margin: 0px 15px 0;
}

.five li img {
    width: 100%;
    height: 100%;
    display: block;
}

/**/

.bg {
    background: url(../images/5.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 65px;
}

.six {
    position: relative;
    padding-top: 50px;
}

.six_nav {
    width: 300px;
    line-height: 50px;
    z-index: 2;
}

.six_nav ul {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.six_nav ul:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    bottom: -3px
}

.six_nav li {
    float: left;
    width: 130px;
    margin-right: 20px;
}

.six_nav li a {
    font-size: 18px;
    color: #7c7c82;
    font-weight: bold;
}

.six_nav .now a {
    color: #d81e06;
}

.six .bd {
    margin-top: 30px;
    overflow: hidden;
}

.six .bd li {
    float: left;
    width: 580px;
    margin: 0px 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.six .bd img {
    width: 220px;
    height: 135px;
    display: block;
}

.six .bd .fr {
    width: 340px;
}

.six .bd h3 {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    width: 250px;
    overflow: hidden;
    font-weight: bold;
}

.six .bd span {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    width: 78px;
    overflow: hidden;
    margin-left: 10px;
    color: #666;
    font-style: 12px;
}

.six .bd p {
    height: 48px;
    overflow: hidden;
}

.six .bd b {
    width: 80px;
    line-height: 30px;
    background: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
    float: right;
    color: #f00;
}

.bd_qh {
    position: absolute;
    top: 58px;
    right: 0px;
    height: 40px;
}

.bd_qh a {
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 20px
}

.bd_qh .prev {
    background: #3c3c3c;
}

/**/

.sever {
    overflow: hidden;
    margin-top: 50px;
}

.sever .bd_qh {
    position: initial;
    margin-top: 20px;
}

.sever_title h2 {
    font-size: 20px;
    font-weight: bold;
}

.sever_title a {
    font-size: 24px;
    color: #3c3c3c;
}

.sever .fr {
    width: 980px;
}

.sever .fr li {
    background: #d4d3d3;
    float: left;
    width: 390px;
    margin: 0px 10px;
    padding: 20px 40px;
}

.sever li h3 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}

.sever li p {
    height: 48px;
    overflow: hidden;
    color: #3c3c3c
}

/**/

.eight {
    margin: 50px auto 0;
    text-align: center;
}

.eight li {
    display: inline-block;
    width: 280px;
    margin: 0px 20px;
    font-size: 16px;
    color: #8a8989;
    line-height: 40px;
}

.eight li h3 {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #575656
}

.eight li h3:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #575656;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
}

.eight li img {
    display: block;
    margin: auto;
}

/**/

.nine {
    position: relative;
    margin-top: -15px;
    z-index: 3;
}

.nine .container {
    overflow: hidden;
    padding-top: 15px;
}

.nine_title h2 {
    font-size: 20px;
    font-weight: bold;
}

.nine_title a {
    color: #df0109;
    font-size: 19px;
}

.nine .fr {
    width: 800px;
}

.nine li {
    float: left;
    font-size: 18px;
    margin-right: 20px;
    line-height: 60px;
}

/**/

.ten {
    background: #323232;
    overflow: hidden;
    color: #ccc
}

.ten_fl {
    width: 600px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 40px;
    box-sizing: border-box;
}

.ten_fr {
    width: 600px;
    float: right;
    padding: 40px;
    box-sizing: border-box;
}

.ten h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

/**/

/*内页*/

.page_banner img {
    width: 100%;
    display: block;
}

.page_right {
    width: 280px;
    margin-top: 20px;
    background: #fff;
}

.page_right h2 {
    height: 50px;
    line-height: 50px;
    color: #646464;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.page_xw ul {
    padding: 0 20px 3px 20px;
    box-sizing: border-box;
}

.page_xw li {
    padding: 14px 0 17px;
    border-bottom: 1px solid #e6e6e6;
}

.page_xw li:last-child {
    border-bottom: none;
}

.page_xw h3 {
    color: #5a5a5a;
    font-size: 14px;
    height: 24px;
    overflow: hidden;
}

.page_xw p, .page_xw span {
    color: #949494;
    font-size: 12px;
}

.page_xw p {
    height: 75px;
    overflow: hidden;
}

.page_cp .bd {
    margin: 20px;
}

.page_cp li img {
    width: 240px;
    height: 150px;
    display: block;
}

.page_cp li h3 {
    line-height: 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
}

/*product*/

.page_img img {
    display: block;
    width: 100%;
}

/*标题*/

/*导航*/

.pro_nav {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

.proNav_list {
    max-width: 1200px;
    margin: 0 auto;
}

.proNav_list li {
    width: 20%;
    float: left;
}

.proNav_list li>a {
    text-align: center;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    color: #212121;
    padding: 26px 0 0;
    display: block;
}

.proNav_list li>a:after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 55px);
    transform: scale(0, 1);
    transition: all .6s;
}

.proNav_list li img {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 15px;
}

.proNav_list li .proNav_er {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: #000000b3;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s;
}

.proNav_er a {
    display: inline-block;
    line-height: 70px;
    font-size: 14px;
    color: #fff;
    padding: 0 28px;
}

.proNav_list li>a.act+.proNav_er {
    visibility: visible;
    opacity: 1;
}

.proNav_list li>a:hover:after, .proNav_list li>a.act:after {
    transform: scale(1, 1);
}

/**/

.page_product {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page_product ul {
    margin-bottom: 20px;
    overflow: hidden;
}

.page_product li {
    float: left;
    margin-right: 30px;
    width: 380px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page_product li:nth-child(3n) {
    margin-right: 0;
}

.page_product li div {
    width: 380px;
    overflow: hidden;
    height: 368px;
    position: relative;
}

.page_product li div:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    display: none;
}

.page_product li div:before {
    width: 50px;
    height: 50px;
    content: '+';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 50px;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 2;
    font-size: 25px;
    color: #fff;
    display: none;
}

.page_product li:hover div:before, .page_product li:hover div:after {
    display: block;
}

.page_product li img {
    width: 100%;
    height: 100%;
    display: block;
    webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.page_product li:hover img {
    webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.page_product li h3 {
    font-size: 16px;
    line-height: 30px;
    color: #2d2d2d;
    text-align: center;
    height: 30px;
    overflow: hidden;
    margin-top: 10px;
}

.page_product li p {
    color: #838383;
    height: 18px;
    overflow: hidden;
    font-size: 12px;
}

/**/

/*product_content*/

/**/

.product_item {
    padding: 20px 0;
    overflow: hidden;
    width: 885px;
    margin-top: 20px;
    background: #fff;
}

.product_item img {
    height: auto;
}

/**/

.product_text {
    margin-top: 25px;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.product_text h1 {
    font-size: 30px;
    color: #191919;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.product_text p {
    color: #969696;
    height: 24px;
    overflow: hidden;
}

/*article*/

.article {
    padding: 0px 0 20px;
    width: 886px;
    margin-top: 20px;
    background: #fff;
}

.article_ul {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

ul.article_ul li {
    width: 270px;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
}

ul.article_ul li:nth-child(3n) {
    margin-right: 0px;
}

ul.article_ul li img {
    width: 270px;
    height: 167px;
    display: block;
}

ul.article_ul li h3 {
    font-size: 13px;
    color: #646464;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
}

ul.article_ul li p {
    font-size: 13px;
    color: #646464;
    height: 72px;
    overflow: hidden;
}

/*article_content*/

.Article_content {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 0;
    overflow: hidden;
    width: 885px;
    margin-top: 20px;
}

.Article_content .detail {
    padding: 10px 10px;
}

.Article_content .detail img {
    height: auto;
}

/*上下键*/

.pading {
    clear: both;
    text-align: center;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    color: #3f3f3e;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 10px;
    display: inline-block;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    display: inline-block;
}

.pading span.current {
    border: #e80110 1px solid;
    color: #fff;
}

/*上下键*/

.main_next {
    overflow: hidden;
    width: 375px;
    margin: 10px auto 0;
    padding-bottom: 20px;
}

.main_next i {
    display: none;
}

.main_next b {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    float: left;
}

.bdsharebuttonbox {
    float: left;
    margin-top: 11px;
}

.bdsharebuttonbox.bdshare-button-style2-24 a {
    position: relative;
    margin: 0px 15px 0px;
    webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.bdsharebuttonbox a:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    top: -8px;
    left: -8px;
}

/*page*/

.page_navs {
    margin-top: 20px;
}

.page_navs li {
    position: relative;
    float: left;
}

.page_navs a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding: 0px 25px;
}

.page_uls {
    position: absolute;
    top: 30px;
    width: 100%;
    display: none;
    z-index: 45;
}

.page_uls li {
    float: left;
    width: 100%;
}

.page_uls a {
    padding: 0;
}

.page_uls {
    position: absolute;
    top: 30px;
    width: 100%;
    display: none;
    z-index: 45;
    background: #f6f6f6;
}

.page_navs li a:hover, .page_navs li .cur {
    background: #000;
    color: #fff;
}

.page_m {
    clear: both;
}

/**/

.page_l {
    padding: 0px 0 20px;
    overflow: hidden;
    width: 885px;
    margin-top: 20px;
    background: #fff;
}

.page_l .text {
    height: 50px;
    line-height: 50px;
    color: #646464;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
}

/*footer*/

.footer {
    padding: 15px 0;
    background: #e80110;
}

/*相关产品相关文章开始*/

.xgwz, .xgcp {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.relevant .rel_title {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1D1C1C;
    text-indent: 10px;
    color: #fff !important;
}

.relevant .rel_content {
    padding: 10px;
    overflow: hidden;
}

/*相关产品*/

.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
    width: 100%;
    height: 90px;
}

.relevant_product .rel_item .rel_item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #fff !important;
}

/*相关文章*/

.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
    float: right;
    color: #999;
}

/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    height: 55px;
    font-size: 28px;
    line-height: 55px;
    color: #4b4a4a;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pages {
    width: 1200px;
}

/**/
.link_container {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.link_title {
    float: left;
    margin-top: 17px;
}

.links {
    width: 100%;
    background: url(http://img01.fuhai360.com/demo/201911/201911191147406990.png) no-repeat left top;
    background-size: 100% 100%;
    height: 75px;
}

.link_list {
    float: right;
    width: 800px;
    padding-top: 17px;
}

.link_list a {
    color: #fff;
    float: left;
    font-size: 14px;
    margin-right: 9px;
}

.link_title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.link_title span {
    color: #df0109;
    font-size: 19px;
}