html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #000;
    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;
    font-size: 18px;
    line-height: 40px;
    background: url(../images/title.png) no-repeat bottom center;
    padding-bottom: 20px;
}

.title h2 {
    font-weight: bold;
    color: #1b1b1b;
    font-size: 32px;
}

.title h2 b {
    font-weight: bold;
}

.nav a, .one_ul li:hover h3, .one_nav .on a, .two_l h3, .two_r .on, .two_r .on h3, .two_r .on b, .three_top b, .fore .more, .five_nav .on a, .six_fr .more:hover, .six_title, .six_r li h3:before, .six_r li p:before, .eight_nav li, .eight, .footer ,.page_nav .cur{
    color: #fff
}

.title h2 b, .three_title h2, .five_gd li:hover h3, .six_nav .on a, .six_ul li:hover a, .six_fr h3, .six_r li h3:hover, .sever .prev:hover, .sever .next:hover, .sever li:hover, .product_fr a, .arright h3 {
    color: #da3636;
}

.navbox, .nav_ul, .one_nav .on, .one_ul li:hover h3, .two_l h3, .two_r .on, .three_top:before, .fore .more, .five_nav .on, .six li:hover .more, .six_r li p:before, .eight_nav, .page_nav h2, .pading span.current, .page_navs .cur, .tjxw h2, .tjcp h2, .page_nav .cur, #slides .hd .on {
    background: #da3636;
}

/**/

#slides {
    position: relative;
    width: 100%;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    left: 50%;
    padding: 4px;
    position: absolute;
    border-radius: 24px;
    bottom: 30px;
    z-index: 10;
    width: 240px;
    margin-left: -120px;
}

#slides .hd li {
    margin: 0px 5px;
    line-height: 5px;
    width: 50px;
    height: 2px;
    background: #555;
    float: left;
    cursor: pointer;
    text-align: center;
    color: transparent;
}

/*header*/

.header {
    width: 100%;
}

.header_top {
    line-height: 44px;
    background: #f0f0f0;
    color: #777;
    position: relative;
}

.header_top:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #e4e4e4;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

/*logo*/

.logo_img img {
    max-height: 100%;
}

.logo_img {
    max-width: 1200px;
}

/**/

/*导航*/

.navbox {
    width: 100%;
    line-height: 66px;
}

.nav {
    position: relative;
}

.nav:before, .nav:after {
    content: "";
    position: absolute;
    top: -5px;
    border-top: 76px solid #ad2222;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    height: 0;
    width: 1000px;
    z-index: 2;
}

.nav:before {
    left: 100%;
}

.nav:after {
    right: 100%;
}

.nav li {
    position: relative;
    float: left;
}

.nav li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px dotted #fff;
    width: 2px;
    height: 18px;
}

.nav li:first-child:before, .nav_ul li:before {
    display: none;
}

.nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0px 35px;
}

.nav_ul {
    position: absolute;
    top: 66px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.nav_ul li {
    float: none;
    border-left: none;
}

.nav_ul li a {
    padding: 0px;
    font-size: 14px;
    margin: 0px;
    line-height: 30px;
}

.nav li:hover .nav_ul {
    display: block;
}

.nav a.cur, .nav a:hover {
    color: #f6ff00
}

/**/

.kw {
    height: 60px;
    position: relative;
}

.kw:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 43px;
    background: url(../images/yin_search.png) center top no-repeat;
    background-size: auto 100%;
}

.kw .fl {
    line-height: 60px;
    font-size: 16px;
}

.search {
    margin-top: 11px;
}

.search input {
    display: block;
    height: 40px;
    width: 220px;
    padding-left: 13px;
    float: left;
    line-height: 40px;
    box-shadow: 0 0 5px #ccc;
    padding: 0 10px 0 15px;
    border: 0;
    border-radius: 50px 0 0 50px;
}

a.searchBtn {
    width: 40px;
    height: 40px;
    background: #da3636 url(../images/searchbtn.png) no-repeat center;
    font-size: 15px;
    float: left;
}

/*one*/

.one {
    margin-top: 60px;
}

.one_nav {
    margin: 30px auto;
    text-align: center;
}

.one_nav li {
    line-height: 34px;
    border: 1px solid #cfcfcf;
    padding: 0 25px;
    border-radius: 50px;
    margin: 0 8px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
}

.one_nav .on {
    border-color: #da3636
}

.one_ul {
    overflow: hidden;
}

.one_ul li {
    width: 373px;
    float: left;
    margin: 0px 13px 13px;
    position: relative;
}

.one_ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background: url(../images/yin_pro.png) no-repeat;
    background-size: 100% 100%;
}

.one_ul img {
    width: 100%;
    height: 263px;
    transition: all 0.3s;
    display: block;
}

.one_ul li div {
    overflow: hidden;
}

.one_ul li h3 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px 0px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.one_ul li:hover img {
    transform: scale(1.1);
}

/**/

.two {
    margin-top: 37px;
    overflow: hidden;
}

.two .title {
    margin-bottom: 30px;
}

.two_l {
    width: 558px;
}

.two_l img {
    width: 100%;
    display: block;
    height: 100%;
    transition: all 0.3s;
}

.two_img {
    height: 495px;
    overflow: hidden;
}

.two_l h3 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    padding: 0 10px;
}

.two_l:hover img {
    transform: scale(1.1);
}

.two_r {
    width: 617px;
    border: 1px solid #dcdcdc;
}

.two_r li {
    border-top: 1px solid #dcdcdc;
    padding: 18px 18px 18px 0px;
    line-height: 18px;
}

.two_r li b {
    font-size: 50px;
    color: #cbcbcb;
    font-family: 'Impact';
    float: left;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

.two_r li h3 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.two_r li:first-child {
    border: none
}

/**/

.three {
    margin-top: 50px;
    background: url(../images/bj_youshi.png) repeat;
    padding: 50px 0;
}

.three_title {
    text-align: center;
}

.three_title h2 {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    vertical-align: top;
    line-height: 55px;
    margin-right: 5px;
}

.three_title h3 {
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-align: left;
    font-weight: bold;
}

.three_title em {
    display: block;
    color: #ccc;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.three ul {
    margin-top: 50px;
}

.three li {
    overflow: hidden;
    margin-bottom: 30px;
}

.three .fl {
    width: 470px;
    padding-left: 84px;
    box-sizing: border-box;
}

.three .fr {
    width: 710px;
}

.three li:nth-child(2n) .fl {
    float: right
}

.three li:nth-child(2n) .fr {
    float: left
}

.three_top {
    position: relative;
    line-height: 40px;
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.three_top b {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: -72px;
    top: 15px;
    font-size: 34px;
}

.three_top h3 {
    font-weight: bold;
}

.three_top:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    width: 100%;
}

.three_top:before {
    content: '';
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    position: absolute;
    left: -72px;
    top: 14px;
}

.three li p {
    display: block;
    overflow: hidden;
    background: url(../images/icon_xright.png) left 10px no-repeat;
    padding: 0 0 0 18px;
    line-height: 32px;
    color: #666
}

/**/

.fore {
    margin-top: 50px;
    overflow: hidden;
}

.fore_title {
    overflow: hidden;
    margin-bottom: 30px;
}

.fore_title span {
    font-size: 120px;
    line-height: 100px;
    color: #e8e9ea;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
}

.fore_title h2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #1b1b1b;
    margin-top: 20px;
    line-height: 35px;
    float: left;
    width: 565px;
}

.fore_title h2:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    height: 6px;
    background: url(../images/icon_line.png) repeat;
    width: 100%;
}

.fore_title h2 b {
    color: #e8e9ea;
    font-weight: bold;
}

.fore_title h2 em {
    font-size: 24px;
    display: block;
}

.fore .fl {
    width: 545px;
    height: 360px;
}

.fore .fr {
    width: 620px;
    line-height: 30px;
    font-size: 16px;
}

.fore .more {
    display: block;
    line-height: 42px;
    border: 2px solid #da3636;
    font-size: 16px;
    width: 150px;
    text-align: center;
    margin-top: 20px;
}

/**/

.five {
    padding: 50px 20px 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 5px 5px 5px #eee;
}

.five_nav {
    text-align: center;
}

.five_nav li {
    line-height: 50px;
    padding: 0 35px;
    margin: 0 6px;
    cursor: pointer;
    font-size: 18px;
    background: #d9d9d9;
    position: relative;
    display: inline-block;
}

.five_nav .on:before {
    position: absolute;
    left: 50%;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #da3636;
    margin-left: -7px;
}

.five_ul {
    margin-top: 50px;
}

.five_gd {
    overflow: hidden;
}

.five_gd li {
    float: left;
    width: 270px;
    margin: 0px 10px;
}

.five_gd li div {
    height: 180px;
    overflow: hidden;
}

.five_gd li img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.five_gd li h3 {
    line-height: 40px;
    text-align: center;
}

.five_gd li:hover img {
    transform: scale(1.1);
}

/**/

.six {
    margin-top: 50px;
    background: #f8f8f8;
    padding: 50px 0;
}

.six .container {
    overflow: hidden;
}

.six_l {
    width: 795px;
    background: #fff;
    padding: 10px 30px 30px;
    box-sizing: border-box;
}

.six_nav {
    height: 60px;
    line-height: 58px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d4d4d4;
}

.six_nav ul {
    display: inline-block;
}

.six_nav li {
    font-size: 22px;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
}

.six_nav .more {
    float: right;
    line-height: 60px;
    color: #999999;
}

.six_nav .on {
    border-bottom: 2px solid #da3636;
}

.six_ul li {
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
    color: #666666;
    position: relative;
}

.six_ul li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #bababa;
    border-bottom: 4px solid transparent;
}

.six_ul li span {
    float: right;
    color: #ababab
}

.six_ul .first {
    overflow: hidden;
    background: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.six_ul .first:before {
    display: none;
}

.six_fl img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}

.six_fl {
    overflow: hidden;
    width: 315px;
    height: 180px;
    float: left;
}

.six_ul li:hover img {
    transform: scale(1.1);
}

.six_fr {
    float: right;
    width: 400px;
}

.six_fr h3 {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.six_fr p {
    color: #666666;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.six_fr .more {
    font-weight: bold;
    width: 125px;
    line-height: 42px;
    display: block;
    margin-top: 15px;
    text-align: center;
    background: #d9d9d9;
    font-size: 14px;
}

.six li:hover .more {
    color: #fff;
}

.six_r {
    width: 380px;
    background: #fff;
    padding-bottom: 22px;
}

.six_title {
    background: #333333;
    line-height: 70px;
    padding: 0 20px;
    box-sizing: border-box;
}

.six_title h2, .six_title span {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.six_title .more {
    float: right;
}

.six_r .bd {
    margin-top: 30px;
}

.six_r li {
    padding: 15px;
    border-bottom: 1px dashed #dcdcdc;
}

.six_r li h3 {
    position: relative;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}

.six_r li h3:before {
    content: '问';
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 0px;
    background: #000;
}

.six_r li p {
    position: relative;
    height: 48px;
    overflow: hidden;
    padding-left: 30px;
    color: #666666
}

.six_r li p:before {
    content: '答';
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

/**/

.sever {
    margin-top: 50px;
    position: relative;
}

.sever .bd {
    width: 1000px;
    margin: 50px auto 0;
}

.sever li {
    float: left;
    width: 222px;
    margin: 0px 10px;
    line-height: 30px;
    text-align: center;
}

.sever li img {
    display: inline-block;
    border: 1px solid #ccc;
    width: 100%;
}

.sever .prev, .sever .next {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    left: 0px;
    top: 166px;
    font-size: 80px;
    color: #ccc;
    font-family: '宋体';
}

.sever .next {
    left: initial;
    right: 0px
}

/**/

.eight {
    margin-top: 50px;
    background: #252525;
}

.eight_nav {
    overflow: hidden;
    text-align: center;
}

.eight_nav li {
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    padding: 0px 20px;
}

.eight_yq {
    width: 1200px;
    margin: 30px auto 0;
}

.eight_yq h2 {
    background: url(../images/yq.png) no-repeat left;
    padding-left: 33px;
    line-height: 72px;
    float: left;
}

.eight_yq a {
    display: inline-block;
    margin-left: 20px;
}

/**/

/*内页*/

.page .kw {
    background: #f2f2f2;
    margin-bottom: 40px;
}

.page_img img {
    width: 100%;
    display: block;
}

.page_container {
    margin: 0px auto 30px;
    width: 1200px;
    overflow: hidden;
}

.main_top {
    border-bottom: 1px dashed #dcdcdc;
    line-height: 47px;
    color: #666;
    margin-bottom: 20px;
}

.main_top b {
    border-left: 10px solid #666;
    padding-left: 8px;
}

/*product*/

/*标题*/

/*导航*/

.page_nav {
    width: 240px;
    padding: 0;
    margin-bottom: 20px;
}

.page_nav h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.page_nav li {
    position: relative;
}

.page_nav li:after {
    content: '+';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.page_nav a {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    display: block;
    background: #666;
    color: #fff
}

.page_ul a {
    background: #ececec;
}

ul.page_ul li a {
    color: #000;
}

.page_ul li:after {
    content: '>';
    color: #999;
}

.page_nav>ul>li:hover:after {
    content: '-';
}

.page_ul a:hover, .page_ul li:hover:after {
    background: #ececec;
}

.page_lx {
    position: relative;
    width: 240px;
    font-size: 12px;
    text-align: center;
}

.page_lx_img {
    position: absolute;
    z-index: -1;
}

.page_lx_title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-left: 60px;
}

.page_lxm {
    position: absolute;
    z-index: 2;
}

.page_lx_img {
    position: absolute;
    z-index: 1;
}

.page_lx_title h2 {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background: url(../images/lxwm.png) no-repeat 0px 28px;
    padding-left: 30px;
    text-align: left;
    padding-top: 20px;
}

/**/

.page_r {
    width: 930px;
}

.page_product li {
    width: 300px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 12px;
}

.page_product li:nth-child(3n) {
    margin-right: 0;
}

.page_product li img {
    width: 300px;
    height: 225px;
    display: block;
}

.page_product li div {
    padding: 25px;
    box-sizing: border-box;
}

.page_product li h3 {
    height: 45px;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 45px;
    overflow: hidden;
}

.page_product li p {
    height: 40px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
}

/**/

/*product_content*/

.product_item {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.page_qh {
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

.product_banner {
    width: 350px;
}

.product_fl {
    position: relative;
    overflow: hidden;
}

.bigImg {
    width: 350px;
    margin: auto;
    height: 262px;
    overflow: hidden;
}

.bigImg li, .bigImg li img {
    width: 350px;
    height: 262px;
    display: block;
}

.product_qh {
    width: 500px;
    margin: 20px auto 0;
    overflow: hidden;
    display: none;
}

.product_qh li {
    float: left;
    margin: 0px 10px;
    border: solid #ccc 1px;
    padding: 2px;
    width: 80px;
    height: 60px;
    box-sizing: border-box;
}

.product_qh li img {
    width: 100%;
    height: 100%;
    display: block;
}

.product_qh .on {
    border: solid #53d4f7 1px;
}

.product_fl .sPrev, .product_fl .sNext {
    position: absolute;
    background: url(../images/controls.png) no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    top: 40%;
}

.product_fl .sNext {
    right: 0px;
    background-position: -43px 0;
}

/**/

.product_fr {
    overflow: hidden;
    width: 411px;
}

.product_fr span {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.product_fr p {
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.product_fr i {
    color: #57595b;
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    font-style: normal;
}

.product_fr a {
    display: inline-block;
    margin-left: 10px;
}

/**/

.product_content {
    padding: 20px 0;
    overflow: hidden;
}

.product_content img {
    height: auto;
}

/**/

/*article*/

.article li {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px;
    background: #fff;
    display: inline-block;
    width: 856px;
}

.article li img {
    height: 190px;
    display: block;
    width: 323px;
}

.arright.fl {
    width: 511px;
    margin-left: 22px;
}

.arright h3 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.arright p {
    max-height: 72px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.arright b {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.article li:hover {
    border-color: #da3636;
}

/*article_content*/

.Article_content {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.Article_text {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
}

.Article_content .info {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.Article_content .detail {
    padding: 10px 10px;
}

.Article_content .detail img {
    height: auto;
}

.news_page_a {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 6px;
    background: #666;
    float: right;
}

/*上下键*/

.pading {
    clear: both;
    text-align: center;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    color: #3f3f3e;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 8px;
    display: inline-block;
    margin: 0 5px;
}

.pading .next, .pading .prev {
    border: 1px solid #da3636;
    overflow: hidden;
    margin: 0 10px;
    display: inline-block;
}

.pading span.current {
    border: #da3636 1px solid;
    color: #fff;
}

/*上下键*/

.main_next {
    overflow: hidden;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
    color: #000;
}

.main_next .prevrecord a, .main_next .nextrecord a {
    color: #666;
}

.main_next b {
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 5px;
}

/*page*/

.page_navs li {
    position: relative;
    float: left;
}

.page_navs a {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    border-right: 1px solid #eee;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #666;
    color: #fff;
    display: block;
    padding: 0px 25px;
}

.page_uls {
    position: absolute;
    top: 55px;
    width: 100%;
    display: none;
    z-index: 45;
}

.page_uls li {
    float: left;
    width: 100%;
}

.page_uls a {
    padding: 0;
    border-right: none;
}

.page_navs li:hover .page_uls {
    display: block;
}

.page_navs li a:hover:before, .page_navs li .cur:before {
    position: absolute;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    content: '';
}

.page_m {
    clear: both;
}

/**/

/*footer*/

.footer {
    overflow: hidden;
    padding-top: 30px;
    background: #252525;
    padding-bottom: 30px;
}

.footer_img {
    width: 250px;
    float: left
}

.footer_text {
    float: left;
}

.footer_ewm {
    float: right;
    width: 300px;
}

.footer_ewm li {
    float: left;
    width: 120px;
    margin: 0px 15px;
    text-align: center;
}

.footer_ewm li img {
    display: block;
    width: 100%;
}

/*相关产品相关文章开始*/

.xgwz, .xgcp {
    background: #f7f7f7;
    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;
}

.tjxw, .tjcp {
    width: 240px;
    margin-bottom: 20px;
}

.tjxw h2, .tjcp h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.tjxw li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    overflow: hidden;
}

.tjcp li {
    margin: 10px 0;
    text-align: center;
}

.tjcp img {
    width: 100%;
    display: block;
}

.tjcp li h3 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

/**/

.interlink {
	padding:10px 0;
	background:#252525;
}
.interlink__inner {
	width:1200px;
	margin:auto;
	color:#fff;
	overflow:hidden;
}
.interlink__title {
	width:100px;
	font-size:16px;
	background:url(http://img01.fuhai360.com/--47/47432/202106/202106021654093565.png) no-repeat right;
	float:left
}
.interlink__list {
	width:1090px;
	float:right;
}
a.interlink__item {
	color:#fff;
	margin:0px 10px;
	font-size:15px;
}
a.interlink__item:hover {
	color:#da3636;
}
