html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif, Verdana;
    overflow-x: hidden;
    color: #333;
}

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: initial;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: none;
}

img {
    max-width: 100%;
    height: auto;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container {
    width: 1600px;
    margin: 0 auto;
}


/*友链*/

.flink {
    background: #000;
    line-height: 36px;
    color: #fff;
    height: 36px;
    overflow: hidden;
}

.flink_t {
    float: left;
    margin-right: 10px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
}


/*微信弹窗*/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    color: #333;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    margin: 5px auto 0px;
}

.Tcs p {
    line-height: 30px;
}


/*相关*/

.xgwz,
.xgcp {
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #ccc;
}


/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    line-height: 40px;
    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;
    height: 175px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*主色*/

.navbox li ul,
.banner .hd li.on,
.one_text a.more:hover,
.title h4:after,
.two_c li:hover,
.three a.more:hover,
.four_c li:hover h5,
.five_c .hd li.on,
.six_c li:hover h5,
.six a.more:hover,
.bottom li.dhzx a {
    background: #bb1b21;
}

.one_text h4 b,
.one_text h3,
.one_text li h5,
.title h4 b,
.title h3,
.two_c li h5,
.two_c li p,
.two a.more:hover,
.four a.more:hover,
.five a.more:hover,
.seven_time {
    color: #bb1b21;
}

.one_text a.more,
.three a.more,
.six a.more {
    border: 1px solid #bb1b21;
    color: #bb1b21;
}

.navbox li:hover>a,
.navbox li a:hover,
.navbox li a.cur {
    background: #a57000;
}

.two_c li:before {
    background: #eaa334;
}


/**/

.page_n h3,
.page_n li a:hover,
.tjxw h3:before,
.tjcp h3:before,
.product li h4,
.pagination span.current,
.product_desc_t {
    background: #bb1b21;
}

.tjxw h3 b,
.tjcp h3 b {
    color: #bb1b21;
}

.product_item_r .hd li.on {
    border-color: #bb1b21;
}


/*头部*/

.top {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

.header {
    position: relative;
}

.navs {
    position: absolute;
    border: 1px solid #1C1C1C;
    border-radius: 5px;
    right: 10px;
    top: calc(50% - 14px);
    display: none;
}

.navs b {
    width: 20px;
    height: 2px;
    border-radius: 3px;
    display: block;
    margin: 5px;
    background: #1C1C1C;
}

.logo {
    float: left;
    height: 70px;
    line-height: 70px;
}

.logo img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
}

.logo_r {
    float: left;
    height: 70px;
    line-height: 70px;
    margin-left: 50px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 40%;
}

.tel {
    float: right;
    position: relative;
    padding-left: 75px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
}

.tel img {
    height: 53px;
    width: auto;
    position: absolute;
    left: 0;
    top: calc(50% - 27px);
}

.tel b {
    font-size: 28px;
    color: #333;
    line-height: 34px;
    font-weight: bold;
    display: block;
}


/**/

.navbox {
    background: url(../images/index_01.jpg);
    color: #fff;
}

.navbox li {
    float: left;
    position: relative;
}

.navbox li a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    padding: 0 45px;
    position: relative;
}

.navbox li ul {
    position: absolute;
    z-index: 99;
    width: 100%;
    display: none;
}

.navbox li:hover ul {
    display: block;
}

.navbox li li a {
    padding: 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
    line-height: 40px;
}

.navbox li li {
    float: none;
}


/**/

.banner {
    position: relative;
}

.banner .bd li img {
    width: 100%;
    display: block;
    height: auto;
}

.banner .hd {
    position: absolute;
    width: 100%;
    bottom: 100px;
    text-align: center;
}

.banner .hd li {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 5px;
    font-size: 0px;
    background: #bbb;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
}

span.prev_b,
span.next_b {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: calc(50% - 25px);
    font-family: "宋体";
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

span.next_b {
    right: 50px;
}

span.prev_b {
    left: 50px;
}

.max_banner {
    position: relative;
    display: none;
}

.max_banner img {
    width: 100%;
    display: block;
    height: auto;
}


/**/

.one {
    position: relative;
    padding: 70px 0;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.one_img {
    width: 50%;
    float: left;
    background: url(../images/index_01.jpg);
    box-sizing: border-box;
    padding: 20px;
}

.one_img img {
    width: 100%;
    display: block;
    height: auto;
}

.one_text {
    width: 46%;
    float: right;
}

.one_text h4 {
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    line-height: 50px;
    font-family: fantasy;
}

.one_text h4 b {
    font-weight: bold;
}

.one_text h3 {
    text-align: right;
    font-size: 50px;
    font-family: cursive;
    font-weight: bold;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.one_text p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.one_text ul {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    overflow: hidden;
    margin-top: 30px;
}

.one_text li {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    margin: 20px 0;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.one_text li:nth-child(4n) {
    border-right: 0;
}

.one_text li h5 {
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
}

.one_text li h5 em {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.one_text a.more {
    width: 160px;
    text-align: center;
    float: right;
    margin-top: 30px;
    line-height: 36px;
    border-radius: 30px;
    font-size: 16px;
}

.one_text a.more:hover {
    color: #fff;
}


/**/

.two {
    position: relative;
    padding: 70px 0;
}

.two .bg {
    display: none;
}

.title {
    text-align: center;
}

.title h4 {
    font-size: 40px;
    line-height: 40px;
    font-family: fantasy;
}

.title h4 b {
    font-weight: bold;
}

.title h3 {
    font-size: 60px;
    font-family: cursive;
    font-weight: bold;
    line-height: 60px;
}

.two .title h4,
.two .title h3 {
    color: #fff;
}

.title h4:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    margin: 10px auto;
}

.two .title h4:after {
    background: #fff;
}

.two_c {
    background: rgba(255, 255, 255, 0.85);
    margin-top: 40px;
}

.two_c li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    padding: 20px;
    transition: 1s;
    position: relative;
}

.two_c li img {
    height: 60px;
    display: block;
    margin: 0 auto;
    width: auto;
    transition: 1s;
}

.two_c li h5 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.two_c li p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    height: 100px;
}

.two a.more {
    width: 160px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 30px auto 0;
}

.two a.more:hover {
    background: #fff;
}

.two_c li:hover {
    padding-bottom: 80px;
}

.two_c li:hover img {
    opacity: 0;
    height: 0;
}

.two_c li:hover h5,
.two_c li:hover p {
    color: #fff;
}

.two_c li:before {
    content: "";
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1s;
}

.two_c li:hover:before {
    width: 100%;
}

.two_c li:after {
    content: "+";
    color: #fff;
    font-size: 46px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-family: -webkit-pictograph;
    transition: 1s;
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 30px;
}

.two_c li:hover:after {
    transform: rotate(180deg);
    opacity: 1;
}


/**/

.three {
    position: relative;
    padding: 70px 0;
}

.three_c {
    margin-top: 30px;
}

.three_c li {
    width: 8.3333%;
    float: left;
    text-align: center;
    position: relative;
}

.three_c li img {
    display: block;
    margin: 0 auto;
    height: 80px;
    width: auto;
}

.three_c li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 5px;
}

.three_c li:after {
    content: "";
    width: 20px;
    height: 12px;
    background: url(../images/li.png) no-repeat center;
    position: absolute;
    top: 34px;
    right: -10px;
}

.three_c li:nth-child(12):after {
    display: none;
}

.three a.more {
    width: 160px;
    text-align: center;
    line-height: 36px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 30px auto 0;
}

.three a.more:hover {
    color: #fff;
}


/**/

.four {
    position: relative;
    padding: 70px 0;
}

.four .title h4,
.four .title h3 {
    color: #fff;
}

.four .title h4:after {
    background: #fff;
}

.four_n {
    margin-top: 30px;
    background: #fff;
    overflow: hidden;
}

.four_n li {
    width: 25%;
    float: left;
}

.four_n li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four_n li:last-child a {
    border-right: 0;
}

.four_n li:hover a,
.four_n li.cur a {
    background: url(../images/index_01.jpg);
    color: #fff;
}

.four_c {
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px 0 40px;
}

.four_c li {
    width: 23%;
    float: left;
    margin: 20px 1% 0;
    background: #fff;
}

.four_img {
    overflow: hidden;
}

.four_c li img {
    width: 100%;
    display: block;
    height: 296px;
    transition: 0.5s;
}

.four_c li:hover img {
    transform: scale(1.1);
}

.four_c li h5 {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four_c li:hover h5 {
    color: #fff;
}

.four a.more {
    width: 160px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 40px auto 0;
}

.four a.more:hover {
    background: #fff;
}


/**/

.five {
    position: relative;
    padding: 70px 0;
}

.five .title h3,
.five .title h4 {
    color: #fff;
}

.five .title h4:after {
    background: #fff;
}

.five_c {
    margin-top: 30px;
    position: relative;
}

.five_c:before {
    content: "";
    width: 1920px;
    height: 7px;
    background: url(../images/lit_bg.png) no-repeat center;
    position: absolute;
    top: 5px;
    left: calc(50% - 960px);
}

.five_c .bd li {
    width: 493px;
    float: left;
    margin: 0 20px;
}

.five_img {
    background: url(../images/li_bg.png) no-repeat center top;
    background-size: 100%;
    padding: 80px 20px 42px 15px;
}

.five_c .bd li img {
    width: 100%;
    display: block;
    height: 343px;
}

span.prev5 {
    left: 0;
}

span.next5 {
    right: 0;
}

span.prev5,
span.next5 {
    width: 40px;
    height: 60px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
    font-family: monospace;
    cursor: pointer;
    top: calc(50% - 30px);
    z-index: 9;
}

.five_c .hd {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.five_c .hd li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 0px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #fff;
}

.five a.more {
    width: 160px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 36px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 40px auto 0;
}

.five a.more:hover {
    background: #fff;
}


/**/

.six {
    position: relative;
    padding: 70px 0;
}

.six_c {
    margin-top: 20px;
}

.six_c li {
    width: 23%;
    float: left;
    margin: 20px 1% 0;
}

.six_c li img {
    width: 100%;
    display: block;
    height: 296px;
    transition: 0.5s;
}

.six_img {
    overflow: hidden;
}

.six_c li:hover img {
    transform: scale(1.1);
}

.six_c li h5 {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #f2f2f2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.six_c li:hover h5 {
    color: #fff;
}

.six a.more {
    width: 160px;
    text-align: center;
    line-height: 36px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 40px auto 0;
}

.six a.more:hover {
    color: #fff;
}


/**/

.seven {
    padding: 70px 0;
}

.seven_n {
    margin-top: 40px;
    background: #f1f1f1;
    overflow: hidden;
}

.seven_n li {
    width: 25%;
    float: left;
}

.seven_n li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seven_n li:last-child a {
    border-right: 0;
}

.seven_n li:hover a,
.seven_n li.cur a {
    background: url(../images/index_01.jpg);
    color: #fff;
}

.seven_c {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 30px 10px;
}

.seven_c li {
    width: 48%;
    float: left;
    margin: 10px 1% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.seven_time {
    background: #f5f5f5;
    float: left;
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 5px;
}

.seven_time b {
    display: block;
    font-size: 36px;
    line-height: 45px;
    padding-top: 15px;
}

.seven_c li h5 {
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seven_c li span {
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #999;
}

.seven_c li span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/clock.png) no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
}

.seven_c li p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
}

.seven_c li.first {
    border-bottom: 0;
    padding-bottom: 0;
}

.seven_text {
    border: 1px solid #eee;
    padding: 10px;
}

.seven_img {
    overflow: hidden;
    height: 360px;
    display: flex;
    align-items: center;
}

.seven_c li.first img {
    width: 100%;
    display: block;
    height: auto;
    transition: 0.5s;
}

.seven_c li.first:hover img {
    transform: scale(1.1);
}


/**/

.footer {
    padding: 50px 0 40px;
    color: #fff;
    background: url(../images/index_01.jpg);
    position: relative;
    margin-top: 34px;
}

.footer:before {
    content: "";
    width: 1920px;
    height: 34px;
    background: url(../images/bg9.png) no-repeat center;
    position: absolute;
    top: -34px;
    left: 0;
}

.footer_top h4 {
    line-height: 1;
    font-size: 18px;
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-bottom: 30px;
}

.footer_nav {
    width: 30%;
    float: left;
}

.footer_nav li a {
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_nav li {
    width: 50%;
    float: left;
}

.footer_lx {
    width: 40%;
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 60px;
    box-sizing: border-box;
}

.footer_lx li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.footer_lx li b {
    display: block;
}

.footer_ewm {
    float: right;
    margin-left: 60px;
}

.footer_ewm img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.footer_ewm p {
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
}

.footer_top {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.footer_bottom {
    text-align: center;
    line-height: 30px;
}


/**/

.bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background: #fff;
    display: none;
}

.bottom li {
    width: 30%;
    float: left;
}

.bottom li a {
    display: block;
    line-height: 40px;
    text-align: center;
}

.bottom li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.bottom li.dhzx a {
    color: #fff;
}

.bottom li.dhzx {
    width: 40%;
}


/*内页*/

.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page {
    padding: 50px 0;
}

.tip {
    border: 1px dashed #ddd;
    line-height: 60px;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 40px;
}

.tip:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/tip.png) no-repeat center;
    vertical-align: sub;
    margin-right: 5px;
}

.page_l {
    width: 20%;
    float: left;
}

.page_n {
    background: #f0f1f3;
}

.page_n h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.page_n li a {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

.page_n li a:hover {
    color: #fff;
}

.page_n li li a {
    line-height: 36px;
    font-size: 14px;
    margin: 0 10px;
}

.page_n li ul {
    background: #eaeaea;
    display: none;
}

.page_n li:hover ul {
    display: block;
}

.lxfs {
    background: #f0f1f3;
    padding: 30px 20px 20px;
    font-size: 14px;
    line-height: 30px;
}

.lxfs img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.tjxw {
    background: #f0f1f3;
    margin-top: 30px;
    padding: 20px;
}

.tjxw h3 {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.tjxw h3:before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.tjxw ul {
    margin-top: 10px;
}

.tjxw li a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 30px;
}

.tjxw li a:before {
    content: "";
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/xw.png) no-repeat center;
    vertical-align: sub;
    margin-right: 5px;
}

.tjcp {
    background: #f0f1f3;
    margin-top: 30px;
    padding: 20px;
}

.tjcp h3 {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.tjcp h3:before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.tjcp li {
    margin-top: 15px;
}

.tjcp li img {
    width: 100%;
    display: block;
    height: auto;
}

.tjcp li h4 {
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.page_r {
    width: 77%;
    float: right;
}

.product li {
    width: 31.33%;
    float: left;
    margin: 0 1% 30px;
    box-sizing: border-box;
    border: 8px solid #eee;
    overflow: hidden;
}

.product li img {
    width: 100%;
    display: block;
    height: 280px;
    transition: 1s;
}

.product li h4 {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.product li:hover img {
    transform: scale(1.2);
}

.pagination {
    text-align: center;
}

.pagination span,
.pagination a {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    background: #f0f1f3;
    padding: 0 15px;
}

.pagination span.current {
    color: #fff;
}

.product_item_l {
    width: 45%;
    float: left;
    position: relative;
}

.product_item_l li img {
    width: 100%;
    display: block;
    height: 420px;
}

.product_item_r {
    width: 52%;
    float: right;
}

.product_item_r h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #444;
}

.product_item_r p {
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.product_item_r .hd {
    margin-top: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px;
}

.product_item_r .hd li {
    width: calc(20% - 10px);
    float: left;
    margin: 5px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.product_item_r .hd li img {
    width: 100%;
    display: block;
    height: 85px;
}

span.prev_c {
    left: 0;
}

span.next_c {
    right: 0;
}

span.prev_c,
span.next_c {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: calc(50% - 15px);
    font-size: 30px;
    font-family: "宋体";
    cursor: pointer;
}

.product_desc_t {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.product_desc {
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    box-shadow: 0 3px 10px #ccc;
}

.pageing {
    margin-top: 30px;
    background: #eee;
    color: #666;
    padding: 15px;
    line-height: 30px;
}


/**/

.article li {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px;
}

.article li img {
    float: left;
    margin-right: 20px;
    height: 130px;
    width: auto;
}

.article li h4 {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.article li span {
    display: block;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.article li p {
    font-size: 15px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    color: #666;
}

.article_title h1 {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.info {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.article_desc {
    border: 3px double #eee;
    padding: 10px;
    color: #999;
    margin: 20px 0;
}

.article_con {
    font-size: 16px;
    line-height: 30px;
}


/**/

@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }
    .one_text p {
        font-size: 14px;
        line-height: 26px;
    }
    .one_text h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .one_text ul {
        margin-top: 20px;
    }
    .one_text li {
        margin: 15px 0;
    }
    .one_text li h5 {
        font-size: 30px;
    }
    .two_c li p {
        height: 140px;
    }
    .four_c li img {
        height: 222px;
    }
    .five_c .bd li {
        width: 380px;
        margin: 0 10px;
    }
    .five_img {
        padding: 60px 15px 32px 10px;
    }
    .five_c .bd li img {
        height: 266px;
    }
    .six_c li img {
        height: 222px;
    }
    /**/
    .tip {
        font-size: 14px;
        line-height: 50px;
    }
    .product li img {
        height: 210px;
    }
    .page_n li a {
        line-height: 50px;
    }
    .product_item_l li img {
        height: 315px;
    }
    .product_item_r .hd li img {
        height: 60px;
    }
    ul.relate_pr li img {
        height: 130px;
    }
    .article li {
        margin-bottom: 20px;
    }
}


/**/

@media only screen and (max-width:1200px) {
    .container {
        width: 960px;
    }
    .logo_r {
        font-size: 26px;
        margin-left: 20px;
    }
    .tel b {
        font-size: 24px;
    }
    .navbox li a {
        padding: 0 35px;
        font-size: 16px;
    }
    .banner .hd {
        bottom: 75px;
    }
    /**/
    .one {
        padding: 40px 0;
    }
    .one_text h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .one_text h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 5px;
    }
    .one_text p {
        line-height: 24px;
    }
    .one_text ul {
        margin-top: 15px;
    }
    .one_text li {
        font-size: 13px;
        padding: 0 5px;
    }
    .one_text li h5 em {
        font-size: 14px;
        vertical-align: middle;
    }
    /**/
    .two {
        padding: 40px 0;
    }
    .title h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .title h4:after {
        width: 40px;
    }
    .title h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .two_c {
        margin-top: 20px;
    }
    .two_c li img {
        height: 50px;
    }
    .two_c li h5 {
        font-size: 22px;
        margin-top: 10px;
    }
    .two_c li p {
        margin-top: 10px;
        font-size: 13px;
        height: 160px;
    }
    .two_c li {
        padding: 20px 15px;
    }
    .two_c li:hover {
        padding-bottom: 70px;
    }
    .two_c li:after {
        bottom: 25px;
    }
    /**/
    .three {
        padding: 40px 0;
    }
    .three_c {
        margin-top: 10px;
    }
    .three_c li {
        width: 16.6666%;
        margin-top: 10px;
    }
    .three_c li:nth-child(6n):after {
        display: none;
    }
    .three_c li p {
        font-size: 15px;
    }
    .three a.more {
        margin-top: 20px;
    }
    /**/
    .four {
        padding: 40px 0;
    }
    .four_n {
        margin-top: 20px;
    }
    .four_c {
        padding: 0 0 20px;
    }
    .four_c li img {
        height: 178px;
    }
    .four_c li h5 {
        font-size: 15px;
        font-weight: normal;
        line-height: 36px;
    }
    .four a.more {
        margin-top: 25px;
    }
    /**/
    .five {
        padding: 40px 0;
    }
    .five_c {
        margin-top: 20px;
    }
    .five a.more {
        margin-top: 20px;
    }
    .five_c .bd li {
        width: 300px;
    }
    .five_c .bd li img {
        height: 206px;
    }
    .five_img {
        padding: 52px 15px 26px 10px;
    }
    /**/
    .six {
        padding: 40px 0;
    }
    .six_c {
        margin-top: 0;
    }
    .six_c li img {
        height: 178px;
    }
    .six_c li h5 {
        font-size: 14px;
        line-height: 36px;
    }
    .six a.more {
        margin-top: 20px;
        font-size: 15px;
    }
    /**/
    .seven {
        padding: 40px 0;
    }
    .seven_n {
        margin-top: 20px;
    }
    .seven_n li a {
        font-weight: normal;
        line-height: 46px;
    }
    .seven_c {
        padding: 10px 5px 20px;
    }
    .seven_img {
        height: 240px;
    }
    .seven_c li:nth-child(5) {
        display: none;
    }
    /**/
    .footer {
        padding: 40px 0 30px;
    }
    .footer_top {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .footer_ewm {
        margin-left: 44px;
    }
    .footer_ewm img {
        width: 100px;
    }
    .footer_lx {
        padding: 0 45px;
        width: 45%;
    }
    .footer_nav {
        width: 25%;
    }
    /**/
    .page {
        padding: 40px 0;
    }
    .tip {
        line-height: 46px;
        margin-bottom: 30px;
    }
    .page_l {
        width: 240px;
    }
    .page_r {
        width: calc(100% - 260px);
    }
    .product li {
        margin-bottom: 20px;
        border-width: 5px;
    }
    .product li img {
        height: 160px;
    }
    .product li h4 {
        line-height: 40px;
    }
    .pagination span,
    .pagination a {
        line-height: 36px;
        padding: 0 13px;
    }
    .product_item_l li img {
        height: 240px;
    }
    .product_item_r h1 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .product_item_r p {
        font-size: 14px;
        line-height: 26px;
    }
    .product_item_r .hd {
        margin-top: 15px;
        padding: 2px;
    }
    .product_item_r .hd li {
        margin: 3px;
        width: calc(20% - 6px);
    }
    .product_item_r .hd li img {
        height: 50px;
    }
    .product_desc_t {
        font-size: 18px;
    }
    .product_desc {
        padding: 15px;
        font-size: 14px;
        line-height: 26px;
    }
    .pageing {
        padding: 10px;
        line-height: 26px;
    }
    ul.relate_pr li img {
        height: 95px;
    }
}


/**/

@media only screen and (max-width:768px) {
    .container {
        width: 96%;
    }
    .top {
        font-size: 12px;
        line-height: 30px;
    }
    .top .fl {
        float: none;
    }
    .top .fr {
        display: none;
    }
    .logo_r,
    .tel,
    .banner,
    .remen {
        display: none;
    }
    .max_banner {
        display: block;
    }
    .logo {
        height: 60px;
        line-height: 60px;
        width: calc(100% - 50px);
        box-shadow: none;
        padding: 0;
        margin: 0;
        justify-content: left;
    }
    .logo img {
        max-height: 50px;
    }
    .navs {
        display: block;
    }
    .navbox {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .navbtn {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        display: block;
        background: url(../images/close.png) no-repeat center;
    }
    .nav {
        width: 50%;
        float: right;
        background: url(../images/index_01.jpg);
        height: 100%;
    }
    .navbox>ul>li:nth-child(1) {
        margin-left: 0;
    }
    .navbox li {
        float: none;
        width: 100%;
    }
    .navbox li a:before,
    .navbox li a:after {
        display: none;
    }
    .navbox li a {
        padding: 5px 0;
        text-align: center;
        line-height: 35px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        font-size: 16px;
    }
    .navbox li:hover ul {
        display: none;
    }
    /**/
    .one {
        padding: 25px 0;
    }
    .one_img {
        width: 100%;
        float: none;
        padding: 10px;
    }
    .one_text {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .one_text h4 {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }
    .one_text h3 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 0;
    }
    .one_text p {
        font-size: 12px;
        line-height: 22px;
    }
    .one_text ul {
        margin-top: 10px;
    }
    .one_text li {
        font-size: 12px;
        line-height: 20px;
    }
    .one_text li h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .one_text li h5 em {
        font-size: 12px;
    }
    .one_text a.more {
        margin: 15px auto 0;
        float: none;
        display: block;
        font-size: 13px;
        line-height: 30px;
        width: 100px;
    }
    /**/
    .two {
        padding: 25px 0;
    }
    .title h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .title h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .title h4:after {
        width: 30px;
        height: 2px;
    }
    .two_c {
        margin-top: 15px;
    }
    .two_c li {
        width: 50%;
        padding: 10px;
    }
    .two_c li:nth-child(1) {
        width: 100%;
    }
    .two_c li h5 {
        font-size: 17px;
        line-height: 26px;
        margin-top: 5px;
    }
    .two_c li img {
        height: 40px;
    }
    .two_c li p {
        font-size: 12px;
        margin-top: 5px;
        height: 140px;
    }
    .two_c li:nth-child(1) p {
        height: auto;
    }
    .two_c li:nth-child(n+2) {
        border-top: 1px solid #ccc;
    }
    .two_c li:hover {
        padding-bottom: 50px;
    }
    .two a.more {
        font-size: 13px;
        line-height: 30px;
        width: 120px;
        margin-top: 15px;
    }
    /**/
    .three {
        padding: 25px 0;
    }
    .three_c {
        margin-top: 10px;
    }
    .three_c li {
        width: 33.33%;
        margin-top: 5px;
    }
    .three_c li:nth-child(3n):after {
        display: none;
    }
    .three_c li p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 0;
    }
    .three a.more {
        font-size: 13px;
        width: 120px;
        line-height: 30px;
        margin-top: 10px;
    }
    /**/
    .four {
        padding: 25px 0;
    }
    .four_n {
        margin-top: 15px;
    }
    .four_n li a {
        font-weight: normal;
        font-size: 12px;
        line-height: 36px;
    }
    .four_c {
        padding: 0 0 10px;
    }
    .four_c li {
        width: 48%;
        margin: 10px 1% 0;
    }
    .four_c li img {
        height: 140px;
    }
    .four_c li h5 {
        font-size: 14px;
        line-height: 30px;
    }
    .four a.more {
        font-size: 13px;
        line-height: 30px;
        width: 120px;
        margin-top: 15px;
    }
    /**/
    .five {
        padding: 25px 0;
    }
    .five_c {
        margin-top: 10px;
    }
    .five_c .bd .tempWrap {
        margin: auto;
    }
    span.prev5,
    span.next5 {
        width: 20px;
        font-size: 30px;
    }
    .five_c .hd {
        margin-top: 5px;
    }
    .five a.more {
        font-size: 13px;
        width: 120px;
        line-height: 30px;
        margin-top: 10px;
    }
    /**/
    .six {
        padding: 25px 0;
    }
    .six_c li {
        width: 48%;
        margin: 10px 1% 0;
    }
    .six_c {
        margin-top: 5px;
    }
    .six_c li img {
        height: 140px;
    }
    .six_c li h5 {
        font-size: 13px;
        line-height: 30px;
    }
    .six a.more {
        font-size: 13px;
        line-height: 30px;
        width: 120px;
        margin-top: 15px;
    }
    /**/
    .seven {
        padding: 25px 0;
    }
    .seven_n {
        margin-top: 15px;
    }
    .seven_n li a {
        font-size: 12px;
        line-height: 36px;
    }
    .seven_c li {
        width: 100%;
        float: none;
        margin: 10px 0 0;
    }
    .seven_c {
        padding: 0 10px 10px;
    }
    .seven_img {
        height: 200px;
    }
    /**/
    .footer_top {
        display: none;
    }
    .bottom {
        display: block;
    }
    .footer {
        margin-top: 20px;
        padding: 0 0 50px;
    }
    /**/
    .page {
        padding: 30px 0;
    }
    .tip {
        font-size: 12px;
        line-height: 36px;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
    .page_l {
        width: 100%;
        float: none;
    }
    .lxfs,
    .tjxw,
    .tjcp {
        display: none;
    }
    .page_n h3 {
        display: none;
    }
    .page_n li {
        width: 33.33%;
        float: left;
    }
    .page_n {
        overflow: hidden;
    }
    .page_n li a {
        font-size: 14px;
        border: 1px solid #fff;
        line-height: 40px;
    }
    .page_n li:hover ul {
        display: none;
    }
    .page_r {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .product li {
        width: 48%;
        margin: 0 1% 10px;
        border-width: 3px;
    }
    .product li img {
        height: 130px;
    }
    .product li h4 {
        font-size: 14px;
        line-height: 30px;
    }
    .pagination span,
    .pagination a {
        line-height: 30px;
        padding: 0 10px;
        margin: 0 3px;
    }
    .pagination {
        padding-top: 5px;
    }
    /**/
    .product_item_l {
        width: 100%;
        float: none;
    }
    .product_item_l li img {
        height: 270px;
    }
    .product_item_r {
        width: 100%;
        float: none;
    }
    .product_item_r h1 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .product_item_r p {
        font-size: 13px;
        line-height: 22px;
    }
    .product_item_r .hd {
        margin-top: 10px;
    }
    .product_item_r .hd li img {
        height: 45px;
    }
    .product_desc_t {
        margin-top: 20px;
        font-size: 16px;
        line-height: 36px;
    }
    .product_desc {
        padding: 10px;
        font-size: 13px;
        line-height: 24px;
    }
    .pageing {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
        padding: 7px;
    }
    .xgwz,
    .xgcp {
        padding: 10px;
    }
    h4.related {
        font-size: 16px;
        line-height: 30px;
    }
    ul.relate_pr li img {
        height: 45px;
    }
    ul.relate_pr p {
        font-size: 12px;
        line-height: 24px;
    }
    .relatedlist {
        padding: 0;
    }
    .article li {
        padding: 10px;
    }
    .article li p {
        height: 50px;
        font-size: 14px;
        line-height: 25px;
    }
    .article li h4 {
        font-size: 16px;
    }
    .article li img {
        height: 100px;
        margin-right: 10px;
    }
    .article_title h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .article_desc {
        padding: 5px;
        margin: 10px 0;
        font-size: 13px;
    }
    .article_con {
        font-size: 14px;
        line-height: 24px;
    }
    .info {
        font-size: 12px;
    }
}