﻿html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif, Verdana;
    color: #5a5a5a;
    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;
}

.container {
    width: 1200px;
    margin: auto;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/*颜色*/

.header {
    border-top: 10px solid #0d3476;
}

.tal_img,
.navbox,
.navbox li ul,
.one,
.one li,
.title p,
.two_l_t,
.two_r li p,
.four li p,
.five_text h4:after,
.titles p:before,
.titles p:after,
.eight_l a.more,
.eight_l:after,
.page_l_t h3,
.page_n li a {
    background: #0d3476;
}

.title h3,
.five_text h4,
.five_text p,
.six_text h3,
.titles h3,
.titles p,
.eight_l li h3 {
    color: #0d3476;
}

.title h3:before,
.title h3:after {
    border-top: 1px solid #0d3476;
    border-bottom: 4px solid #0d3476;
}

.seven_img {
    border: 1px solid #0d3476;
}

.page_l ul {
    border: 2px solid #0d3476;
}

.logo_r b,
.tel h4,
.title h3 b,
.titles h3 b {
    color: #c60000;
}

.navbox li a:after,
.banner .hd li.on {
    background: #c60000;
}

.two_l_n li a:hover {
    background-color: #c60000;
}

.three_t {
    border-left: 3px solid #c60000;
}

.five_text h4:after {
    border-right: 44px solid #c60000;
}

.navbox li a:hover,
.navbox li a.cur,
.page_n li a:hover,
.page_n li a.cur {
    background: #1585dc;
}

.two_r li p,
.four li p {
    border-top: 3px solid #1585dc;
}

.one li:nth-child(1) {
    background: #1457c8;
}

.one li:nth-child(2) {
    background: #1450b6;
}

.one li:nth-child(3) {
    background: #1247a2;
}

.one li:nth-child(4) {
    background: #113e8b;
}


/**/

.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;
    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: 150px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.navs {
    position: absolute;
    right: 10px;
    top: calc(50% - 13px);
    display: none;
}

.navs b {
    display: block;
    background: #333;
    width: 20px;
    height: 2px;
    margin: 5px;
}


/**/

.logo {
    float: left;
    height: 130px;
    line-height: 130px;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.logo:after {
    width: 2px;
    height: 54px;
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 27px);
    background: #575e65;
}

.logo_r {
    float: left;
    margin-top: 39px;
}

.logo_r b {
    font-size: 20px;
    line-height: 26px;
    display: block;
}

.logo_r p {
    font-size: 20px;
    color: #232c35;
    line-height: 26px;
}

.tel {
    float: right;
    position: relative;
    text-align: right;
    padding: 35px 60px 35px 0;
    box-sizing: border-box;
}

.tel p {
    font-size: 16px;
    color: #232c35;
    line-height: 20px;
}

.tel h4 {
    font-family: impact;
    font-size: 33px;
    line-height: 40px;
}

.tal_img {
    position: absolute;
    width: 44px;
    top: 0;
    right: 0;
    border-radius: 0 0 22px 22px;
    padding: 50px 0 10px;
}

.tal_img img {
    display: block;
    margin: 10px auto;
}


/**/

.navbox {
    color: #fff;
}

.nav_ul {
    width: 1200px;
    margin: 0 auto;
}

.navbox li {
    display: inline-block;
    position: relative;
}

.navbox li a {
    display: block;
    line-height: 54px;
    font-size: 16px;
    padding: 0 50px;
    position: relative;
    z-index: 0;
}

.navbox li ul {
    position: absolute;
    width: 100%;
    z-index: 99;
    color: #fff;
    display: none;
    text-align: center;
}

.navbox li:hover ul {
    display: block;
}

.navbox li li a {
    font-size: 14px;
    padding: 0;
    line-height: 36px;
}

.navbox li li {
    display: block;
}

.navbox li a:after {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}

.navbox li a:hover:after,
.navbox li a.cur:after {
    width: 100%;
}

.navbox li li a:hover:after,
.navbox li li a.cur:after {
    width: 0;
}


/**/

.banner {
    position: relative;
}

.banner li img {
    width: 100%;
    display: block;
}

.banner .hd {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    z-index: 9;
}

.banner .hd li {
    width: 50px;
    height: 4px;
    display: inline-block;
    background: #fff;
    font-size: 0px;
    margin: 0 5px;
    transition: 0.5s;
}

span.prev_b,
span.next_b {
    width: 30px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-family: "宋体";
    background: #333;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

span.prev_b {
    left: -40px;
}

span.next_b {
    right: -40px;
}

.banner:hover span.prev_b {
    left: 20px;
}

.banner:hover span.next_b {
    right: 20px;
}

.max_banner {
    position: relative;
    display: none;
}

.max_banner img {
    width: 100%;
    display: block;
}


/**/

.one {
    width: 1200px;
    margin: -50px auto 0;
    color: #fff;
    position: relative;
}

.one li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 30px 0;
}

.one li p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.one_img {
    width: 135px;
    margin: 0 auto;
    height: 135px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 131px;
}

.one_img img {
    display: inline-block;
    vertical-align: middle;
}


/**/

.two {
    padding: 50px 0;
}

.title {
    text-align: center;
}

.title h3 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    line-height: 64px;
}

.title h3 b {
    font-weight: bold;
}

.title h3:before {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    right: calc(50% + 500px);
    top: calc(50% - 4px);
}

.title h3:after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    left: calc(50% + 500px);
    top: calc(50% - 4px);
}

.title p {
    height: 38px;
    overflow: hidden;
    border-radius: 25px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin: 20px auto 30px;
    font-size: 24px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 0 20px;
}

.two_l {
    width: 310px;
    float: left;
}

.two_l_t {
    width: 100%;
    height: 66px;
    overflow: hidden;
    color: #fff;
    border-radius: 20px 0 20px 0;
    text-align: center;
    font-size: 29px;
    line-height: 66px;
    z-index: 99;
    position: relative;
}

.two_l_t span {
    font-size: 20px;
    padding-left: 10px;
}

.two_l_n li a {
    display: block;
    position: relative;
    height: 54px;
    line-height: 54px;
    margin-top: 4px;
    background: #e0e0e0 url(../image/19.png) no-repeat 10px center;
    font-size: 20px;
    padding-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two_l_n li a:hover {
    background-image: url(../image/18.png);
    color: #fff;
}

.two_dh {
    margin-top: 20px;
    position: relative;
    z-index: 0;
    padding-left: 130px;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 14px;
}

.two_dh_img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.two_dh_img img {
    width: 100%;
    display: block;
    height: 100%;
}

.two_dh p {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}

.two_dh h4 {
    font-size: 26px;
    font-family: impact;
    color: #fff;
    line-height: 31px;
}

.two_dh a.more {
    display: block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    background: url(../image/a.png) no-repeat center;
    color: #fff;
    font-size: 18px;
    margin: 10px auto 0;
}

.two_r {
    width: 885px;
    float: right;
}

.two_r li {
    width: 275px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.two_r li img {
    width: 100%;
    display: block;
    height: 206px;
    transition: 0.5s;
}

.two_r li p {
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two_r li:hover img {
    transform: scale(1.1);
}


/**/

.three {
    position: relative;
    padding: 50px 0;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.three_t p {
    text-indent: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
}

.three_t h3 {
    letter-spacing: 6px;
    font-size: 36px;
    text-indent: 20px;
    color: #fff;
    line-height: 36px;
}

.three_l {
    width: 675px;
    float: left;
}

.three_r {
    width: 500px;
    float: right;
}

.three_r img {
    width: 100%;
    display: block;
    height: auto;
}

.three_l h4 {
    margin: 60px 15px 0;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    line-height: 54px;
    font-size: 36px;
    color: #ffd258;
    font-weight: bold;
    height: 64px;
}

.three_l h4 a.more {
    font-size: 20px;
    color: #fff;
    line-height: 63px;
    float: right;
    font-weight: normal;
}

.three_l p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 20px 15px;
}

.three_l a.mores {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    width: 150px;
    line-height: 46px;
    background: url(../image/a.png) center;
    background-size: 100%;
    text-align: center;
    margin: 15px;
}


/**/

.four {
    padding: 30px 0 50px;
}

.four li {
    width: 380px;
    margin: 0 10px 20px;
    float: left;
    overflow: hidden;
}

.four li img {
    width: 100%;
    display: block;
    height: 285px;
    transition: 0.5s;
}

.four li:hover img {
    transform: scale(1.1);
}

.four li p {
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four a.more {
    display: block;
    width: 134px;
    margin: 0 auto;
    background: url(../image/a.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}


/**/

.adv img {
    display: block;
    width: 100%;
    height: auto;
}


/**/

.five {
    position: relative;
    padding: 50px 0;
}

.five li {
    width: 555px;
    float: left;
    background: #fff;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    margin-bottom: 30px;
}

.five li:nth-child(2n) {
    float: right;
}

.five_img {
    width: 269px;
    float: left;
}

.five_img img {
    width: 100%;
    display: block;
    height: 202px;
}

.five_text {
    width: 286px;
    float: right;
    box-sizing: border-box;
    padding: 35px 35px 35px 30px;
}

.five_text h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.five_text h4 img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.five_text h4:after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin: 26px 0;
}

.five_text p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
}

.five a.more {
    display: block;
    width: 134px;
    margin: 0 auto;
    background: url(../image/a.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}


/**/

.six {
    padding: 50px 0;
}

.six li {
    overflow: hidden;
    margin-bottom: 30px;
}

.six_text {
    width: 750px;
    float: left;
    position: relative;
    padding-bottom: 50px;
}

.six_img {
    width: 440px;
    float: right;
}

.six_img img {
    width: 100%;
    display: block;
    height: auto;
}

.six li:nth-child(2n) .six_img {
    float: left;
}

.six li:nth-child(2n) .six_text {
    float: right;
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 70px;
}

.six_text h3 {
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 20px;
    line-height: 37px;
}

.six_text h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.six_text p {
    font-size: 20px;
    color: #434343;
    line-height: 35px;
    background: url(../image/13.png) no-repeat left 10px;
    padding-left: 27px;
    margin-bottom: 5px;
}

.six_text:after {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 110px;
    height: 49px;
    content: "";
    background: url(../image/14.png) no-repeat center;
}

.six li:nth-child(2n) .six_text:after {
    right: auto;
    left: 0;
    background-image: url(../image/15.png);
}

.six a.more {
    display: block;
    width: 134px;
    margin: 0 auto;
    background: url(../image/a.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}


/**/

.seven {
    padding: 50px 0;
}

.seven li {
    width: 280px;
    float: left;
    margin: 0 10px 20px;
}

.seven_img {
    overflow: hidden;
}

.seven_img img {
    width: 100%;
    display: block;
    height: 195px;
    transition: 0.5s;
}

.seven li:hover .seven_img img {
    transform: scale(1.1);
}

.seven li p {
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seven a.more {
    display: block;
    width: 134px;
    margin: 0 auto;
    background: url(../image/a.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}


/**/

.eight {
    position: relative;
    padding: 50px 0;
}

.titles {
    text-align: center;
}

.titles h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 64px;
}

.titles h3 b {
    font-weight: bold;
}

.titles p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 20px 0 30px;
}

.titles p:before,
.titles p:after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 1px;
    vertical-align: middle;
    margin: 0 20px;
}

.eight_l {
    width: 430px;
    float: left;
    position: relative;
}

.eight_l a.more {
    line-height: 22px;
    font-size: 18px;
    width: 30px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    z-index: 9;
    display: block;
    padding: 20px 0;
    height: 130px;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 65px);
    right: -50px;
}

.eight_l:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -35px;
}

.eight_l li {
    background: #fff;
}

.eight_l li img {
    width: 100%;
    display: block;
    height: 320px;
}

.eight_l li h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eight_l li p {
    font-size: 14px;
    color: #595959;
    padding: 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.eight_l li span {
    height: 40px;
    font-size: 14px;
    color: #585858;
    display: block;
    padding-left: 40px;
    line-height: 36px;
    background: url(../image/16.png) no-repeat 10px 8px;
}

.eight_r {
    width: 700px;
    float: right;
    background: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
}

.eight_r li {
    overflow: hidden;
    margin-bottom: 30px;
}

.eight_r li:last-child {
    margin-bottom: 0;
}

.eight_r li span {
    float: left;
    width: 71px;
    height: 71px;
    overflow: hidden;
    border: 1px solid #535353;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
}

.eight_r li b {
    font-size: 34px;
    text-align: center;
    line-height: 30px;
    display: block;
}

.eight_r li h3 {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eight_r li p {
    font-size: 14px;
    color: #595959;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}


/**/

.footer {
    position: relative;
    padding: 40px 0;
    color: #eee;
}

.footer_top ul {
    float: left;
    width: 280px;
}

.footer_top h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer_top li {
    font-size: 14px;
    line-height: 28px;
}

.f_ewm {
    width: 120px;
    float: right;
}

.f_ewm img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
}

.footer_top {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_bottom {
    padding-top: 30px;
}

.bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #000;
    color: #fff;
    line-height: 40px;
    display: none;
    z-index: 99;
}

.bottom li {
    width: 25%;
    float: left;
}

.bottom li a {
    display: block;
    text-align: center;
}

.bottom li img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/**/

.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.pagination {
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.pagination span.current {
    background: #333;
    color: #fff;
}

.pageing {
    padding: 10px;
    background: #999;
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}


/**/

.tip {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.page {
    padding: 50px 0;
}

.page_l {
    width: 260px;
    float: left;
}

.page_l_t h3 {
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.page_l_t h3:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 12px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    left: -38px;
    top: -35px;
}

.page_n li a {
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 10px;
}

.tj_cp,
.tj_xw {
    margin-top: 30px;
}

.tj_xw li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.tj_xw ul {
    padding: 10px;
}

.tj_cp li img {
    width: 100%;
    display: block;
    height: auto;
}

.tj_cp li h4 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tj_cp li {
    margin: 10px;
}

.page_r {
    width: 900px;
    float: right;
}

.product li {
    width: 280px;
    float: left;
    margin-bottom: 30px;
}

.product li:nth-child(3n+2) {
    margin: 0 30px 30px;
}

.product li img {
    width: 100%;
    display: block;
    height: 226px;
}

.product li h4 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_desc_text h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.pro_desc_text p {
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.pro_desc_img {
    text-align: center;
}


/**/

.article li {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.article li img {
    width: 150px;
    float: left;
    height: 100px;
    margin-right: 15px;
}

.article li h3 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article li span {
    display: block;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.article li p {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article_item h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding: 10px 0;
}


/**/

@media only screen and (max-width:768px) {
    .container {
        width: 96%;
    }
    /**/
    .header {
        padding: 0;
        position: relative;
    }
    .logo {
        height: 60px;
        line-height: 60px;
        width: auto;
        padding: 5px 0;
        margin: 0;
    }
    .logo_r,
    .logo:after,
    .navbox li a:after {
        display: none;
    }
    .tel {
        display: none;
    }
    .navs {
        display: block;
    }
    .navbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        margin: 0;
    }
    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        display: block;
        background: url(../image/close.png) no-repeat center;
    }
    .nav_ul {
        width: 50%;
        height: 100%;
        background: #000;
        padding: 0;
        float: right;
    }
    .navbox li {
        display: block;
        float: none;
    }
    .navbox li a {
        text-align: center;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        line-height: 50px;
    }
    .navbox li:hover ul {
        display: none;
    }
    .navbox li a:hover,
    .navbox li a.cur {
        background: #0d3476;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    /**/
    .banner {
        display: none;
    }
    .max_banner {
        display: block;
    }
    .search {
        display: none;
    }
    /**/
    .one {
        width: 100%;
        background: #fff;
        margin: 20px 0 0;
    }
    .one li {
        padding: 15px 0;
    }
    .one_img {
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
        line-height: 50px;
    }
    .one_img img {
        max-height: 25px;
        max-width: 25px;
    }
    .one li p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
    }
    /**/
    .two {
        padding: 20px 0;
    }
    .title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .title p {
        font-size: 12px;
        height: auto;
        line-height: 22px;
        margin: 10px 0;
        padding: 5px 10px;
        border-radius: 30px;
        letter-spacing: 0px;
    }
    .title h3:before,
    .title h3:after {
        display: none;
    }
    .two_l {
        width: 100%;
        float: none;
    }
    .two_l_t {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }
    .two_l_t span {
        font-size: 14px;
    }
    .two_l_n {
        overflow: hidden;
    }
    .two_l_n li {
        width: 50%;
        float: left;
    }
    .two_l_n li a {
        line-height: 34px;
        height: 34px;
        font-size: 14px;
        margin: 4px 2px 0;
        background-size: 10px;
        padding-left: 20px;
        background-position-x: 5px;
    }
    .two_dh {
        display: none;
    }
    .two_r {
        width: 100%;
        float: none;
        margin-top: 5px;
    }
    .two_r li {
        width: 48%;
        margin: 10px 1% 0;
    }
    .two_r li img {
        height: 130px;
    }
    .two_r li p {
        font-size: 14px;
        line-height: 30px;
        border-width: 2px;
    }
    /**/
    .three {
        padding: 20px 0;
    }
    .three_t p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 10px;
    }
    .three_t h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
        text-indent: 10px;
    }
    .three_l {
        width: 100%;
        float: none;
    }
    .three_l h4 {
        margin: 15px 2% 0;
        font-size: 20px;
        line-height: 30px;
        height: 40px;
    }
    .three_l h4 a.more {
        font-size: 14px;
        line-height: 40px;
    }
    .three_l p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 2%;
    }
    .three_l a.mores {
        width: auto;
        line-height: 30px;
        font-size: 14px;
        margin: 0 5px;
        padding: 0 20px;
        background-size: 100% 100%;
    }
    .three_r {
        display: none;
    }
    .three .bg img {
        width: auto;
        max-width: none;
    }
    /**/
    .four {
        padding: 10px 0 20px;
    }
    .four li {
        width: 48%;
        margin: 0 1% 10px;
    }
    .four li img {
        height: 130px;
    }
    .four li p {
        border-top-width: 2px;
        font-size: 14px;
        line-height: 30px;
    }
    .four a.more {
        font-size: 14px;
        line-height: 34px;
        background-size: 100% 100%;
        width: 120px;
    }
    /**/
    .five {
        padding: 20px 0;
    }
    .five li {
        width: 100%;
        float: none;
        border-radius: 0 10px 10px 0;
        margin-bottom: 10px;
    }
    .five_text {
        width: calc(100% - 160px);
        padding: 15px;
    }
    .five_img {
        width: 160px;
    }
    .five_img img {
        height: 120px;
    }
    .five_text h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .five_text h4 img {
        height: 20px;
        margin-right: 5px;
    }
    .five_text h4:after {
        width: 30px;
        height: 2px;
        border-right-width: 30px;
        margin: 10px 0;
    }
    .five_text p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .five a.more {
        font-size: 14px;
        line-height: 34px;
        background-size: 100% 100%;
        width: 120px;
    }
    /**/
    .six {
        padding: 20px 0;
    }
    .six a.more {
        font-size: 14px;
        line-height: 34px;
        background-size: 100% 100%;
        width: 120px;
    }
    .six li {
        margin-bottom: 10px;
    }
    .six_text {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    .six_text h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 5px;
    }
    .six_text h3 img {
        height: 24px;
    }
    .six_text p {
        font-size: 14px;
        line-height: 24px;
        background-size: 14px;
        background-position-y: 5px;
        padding-left: 22px;
        margin-bottom: 2px;
    }
    .six_text:after {
        width: 50px;
        height: 24px;
        background-size: 100% 100%;
    }
    .six_img {
        display: none;
    }
    .six li:nth-child(2n) .six_text {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .six li:nth-child(2n) .six_text:after {
        left: auto;
        right: 0;
        background-image: url(../image/14.png);
    }
    /**/
    .seven {
        padding: 20px 0;
    }
    .seven a.more {
        font-size: 14px;
        line-height: 34px;
        background-size: 100% 100%;
        width: 120px;
    }
    .seven li {
        width: 48%;
        margin: 0 1% 10px;
    }
    .seven_img img {
        height: 120px;
    }
    .seven li p {
        font-size: 14px;
        line-height: 30px;
    }
    /**/
    .eight {
        padding: 20px 0;
    }
    .titles h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .titles p {
        font-size: 14px;
        line-height: 24px;
        margin: 5px 0 10px;
        letter-spacing: 1px;
    }
    .titles p:before,
    .titles p:after {
        width: 30px;
        margin: 0 10px;
    }
    .eight_l {
        width: 100%;
        float: none;
    }
    .eight_l li img {
        height: 270px;
    }
    .eight_l li h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 5px;
    }
    .eight_l li p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }
    .eight_l li span {
        font-size: 13px;
    }
    .eight_l a.more {
        position: relative;
        width: 100px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding: 0;
        text-align: center;
        margin: 15px auto;
        left: 0;
        top: 0;
    }
    .eight_l:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 15px;
        left: 0;
    }
    .eight_r {
        width: 100%;
        float: none;
        padding: 15px;
    }
    .eight_r li {
        margin-bottom: 10px;
    }
    .eight_r li span {
        margin-right: 10px;
        font-size: 12px;
    }
    .eight_r li b {
        font-size: 26px;
    }
    /**/
    .footer_top,
    .flink {
        display: none;
    }
    .footer_bottom {
        padding: 0 0 55px;
    }
    .bottom {
        display: block;
    }
    .footer {
        padding: 10px 0 0;
        background-size: 100%;
    }
    /**/
    .xgwz,
    .xgcp {
        padding: 10px;
        margin-top: 15px;
    }
    h4.related {
        font-size: 16px;
        line-height: 30px;
    }
    ul.relate_pr li img {
        height: 50px;
    }
    ul.relate_news li a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    /**/
    .pagination a,
    .pagination span {
        padding: 0 7px;
        line-height: 24px;
        margin: 0 3px;
        font-size: 12px;
    }
    .pagination {
        padding-top: 10px;
    }
    .pageing {
        padding: 5px;
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }
    /**/
    /**/
    .page {
        padding: 20px 0;
    }
    .page_l {
        width: 100%;
        float: none;
    }
    .page_r {
        float: none;
        width: 100%;
    }
    .page_l_t {
        display: none;
    }
    .page_l ul {
        border: 0;
    }
    .tj_cp,
    .tj_xw {
        display: none;
    }
    .page_n {
        text-align: center;
    }
    .page_n li {
        display: inline-block;
        width: 32%;
    }
    .page_n li a {
        margin: 0;
        font-size: 13px;
        line-height: 36px;
        border-radius: 5px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page_n li a:hover:before,
    .page_n li a.cur:before {
        content: "";
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 8px solid rgba(255, 255, 255, 0.2);
        display: block;
        position: absolute;
        left: -38px;
        top: -35px;
    }
    .product li {
        width: 48%;
        margin: 10px 1% 0;
    }
    .product li:nth-child(3n+2) {
        margin: 10px 1% 0;
    }
    .product li img {
        height: 140px;
    }
    .product li h4 {
        font-size: 14px;
    }
    .pro_desc_text h1 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
    .pro_desc_text p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
    }
    .article li {
        padding: 10px;
        margin: 10px 0;
    }
    .article_item h1 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
    .info {
        font-size: 12px;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .page_con {
        margin-top: 10px;
    }
}