

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: 170px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*主色*/

.navbox li a:hover,
.navbox li a.cur,
.banner .hd li.on,
.max_banner_m .swiper-pagination-bullet-active,
.remen .fr h4,
.one_r li:hover,
.one_l li a:hover,
.five_r_c li a:hover,
.six_r a.more:hover,
.bottom li.dhzx a {
    background: #0c48a8;
}

.remen .fl h3,
.title h3 b,
.five_t a.more,
.five_l_n a.more,
.five_l_n li.cur,
.five_l_c li:hover h4,
.five_l_c li:nth-child(1) h4,
.six_r h4 {
    color: #0c48a8;
}

.four_n {
    background: #003ea0;
}

.eight_l {
    background: rgba(12, 72, 168, 0.9);
}


/**/

.page_n h3,
.page_n li a:hover,
.tjxw h3,
.tjcp h3,
.pagination span.current,
.product_desc_t h3 {
    background: #0c48a8;
}

.tjxw li a:before {
    border-left: 5px solid #0c48a8;
}

.product_item_l .hd li.on {
    border-color: #0c48a8;
}


/*头部*/

.header {
    position: absolute;
    z-index: 99;
    width: 100%;
    color: #fff;
}

.top {
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top .fr img {
    display: inline-block;
    vertical-align: middle;
}

.top .fr b {
    font-size: 18px;
    font-weight: bold;
}

.navs {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 5px;
    right: 10px;
    bottom: 16px;
    display: none;
}

.navs b {
    width: 20px;
    height: 2px;
    border-radius: 3px;
    display: block;
    margin: 5px;
    background: #fff;
}

.logo {
    float: left;
    height: 100px;
    line-height: 100px;
}

.logo img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
}


/**/

.navbox {
    float: right;
}

.navbox li {
    float: left;
    position: relative;
}

.navbox li a {
    display: block;
    line-height: 100px;
    font-size: 16px;
    padding: 0 65px;
    position: relative;
}

.navbox li ul {
    position: absolute;
    z-index: 99;
    width: 100%;
    display: block;
    opacity: 0;
    background: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.navbox li:hover ul {
    opacity: 1;
}

.navbox li li a {
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.navbox li li a:after {
    display: none;
}

.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: 10px;
    text-align: center;
}

.banner .hd li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 5px;
    font-size: 0px;
    background: #fff;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
}

span.prev_b,
span.next_b {
    position: absolute;
    width: 50px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    text-align: center;
    cursor: pointer;
}

span.next_b {
    right: 50px;
    background: url(../images/next.png) no-repeat center;
}

span.prev_b {
    left: 50px;
    background: url(../images/prev.png) no-repeat center;
}

span.prev_b:hover,
span.next_b:hover {
    opacity: 0.5;
}

.max_banner {
    position: relative;
    display: none;
}

.max_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.banner .bd li {
    position: relative;
}

.max_banner_m {
    position: absolute;
    bottom: 0 !important;
    z-index: 1;
    text-align: center;
}

.max_banner_m .swiper-pagination-bullet {
    background: #fff;
}


/**/

.remen {
    box-shadow: 0 0 15px #ccc;
    margin: 40px auto;
    border-radius: 50px;
    padding: 20px 0;
}

.remen .fl {
    border-right: 1px solid #e7e7e7;
    padding: 0 30px;
    width: 330px;
    box-sizing: border-box;
}

.remen .fl h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.remen .fl p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    font-weight: normal;
}

.remen .fr {
    width: calc(100% - 330px);
    box-sizing: border-box;
    padding: 0 30px;
}

.remen .fr h4 {
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    width: 150px;
    text-align: center;
}

.remen .fr a {
    line-height: 30px;
    font-size: 15px;
    color: #777;
    display: inline-block;
    margin-right: 15px;
}


/**/

.one {
    padding: 40px 0;
}

.title {
    text-align: center;
    position: relative;
}

.title h3 {
    font-size: 40px;
    color: #333;
    line-height: 60px;
    font-weight: bold;
}

.title h3 b {
    font-weight: bold;
}

.title em {
    line-height: 20px;
    font-size: 15px;
    color: #a5a5a5;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
}

.title p {
    font-size: 17px;
    color: #777;
    line-height: 36px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    padding: 0 20px;
    background: #fff;
}

.title p:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    bottom: 18px;
    z-index: -1;
}

.one_r {
    width: calc(100% - 300px);
    float: right;
    margin-top: 20px;
}

.one_r li {
    width: 32.3333%;
    float: left;
    margin: 10px 0.5% 0;
    box-sizing: border-box;
    border: 1px solid #dedede;
    background: #e0e0e0;
}

.one_img {
    background: #fff;
    overflow: hidden;
}

.one_r li img {
    width: 100%;
    display: block;
    height: 344px;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}

.one_r li:hover img {
    transform: scale(1.1);
}

.one_r li h4 {
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_r li:hover {
    color: #fff;
}


/**/

.one_l {
    width: 287px;
    float: left;
    margin-top: 20px;
}

.one_l li a {
    display: block;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    line-height: 50px;
    color: #666;
    padding: 0 40px 0 20px;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_l li a:after {
    content: ">";
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #ccc;
    font-family: "宋体";
    position: absolute;
    right: 20px;
    top: calc(50% - 11px);
    font-size: 14px;
}

.one_l li a:hover:after {
    color: #fff;
    border-color: #fff;
}

.one_l li a:hover {
    color: #fff;
}


/**/

.adc {
    margin-top: 40px;
}

.adc img {
    width: 100%;
    display: block;
    height: auto;
}


/**/

.two {
    padding: 80px 0 100px;
    position: relative;
    margin-top: -30px;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.two .bg {
    background: #f0f0f0;
}

.two .bg img {
    height: auto;
    position: absolute;
    bottom: 0;
}

.h3_bg {
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    color: transparent;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.two .title {
    padding-top: 30px;
    z-index: 0;
}

.two_c {
    margin-top: 40px;
}

.two_c li {
    width: 20%;
    margin: 0;
    float: left;
    position: relative;
    text-align: center;
}

.two_c li img {
    display: block;
    margin: 0 auto;
}

.two_c li h4 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.two_c li p {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.two_text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 120px 55px 0;
    box-sizing: border-box;
}

.two_c li:nth-child(5) {
    margin-left: 60%;
}

.two_c li:nth-child(1) {
    margin-left: 10%;
}

.two_c li:nth-child(n+5) {
    margin-top: -30px;
}


/**/

.three {
    padding: 50px 0;
}

.three_c {
    margin-top: 20px;
}

.three_c li {
    width: 24%;
    float: left;
    margin: 10px 0.5% 0;
    background: #eee;
    position: relative;
}

.three_c li img {
    width: 100%;
    display: block;
    height: 316px;
}

.three_c li:nth-child(1) {
    width: 49%;
}

.three_c li:nth-child(1) img {
    height: 642px;
}


/**/

.four {
    position: relative;
    padding: 150px 0 80px;
}

.four .title {
    padding-top: 30px;
    z-index: 0;
}

.four .title h3 {
    color: #fff;
}

.four_c {
    width: calc(100% - 280px);
    float: right;
    margin-top: 30px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 0 30px 30px;
    box-sizing: border-box;
}

.four_c li img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto 20px;
}

.four_c li h4 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    line-height: 45px;
}

.four_c li h4 b {
    font-size: 40px;
    font-weight: bold;
}

.four_c li p {
    line-height: 25px;
    font-size: 15px;
    min-height: 50px;
    color: #fff;
    height: 75px;
    margin-top: 5px;
}

.four_n {
    width: 245px;
    float: left;
    margin-top: 30px;
}

.four_n li {
    margin: 40px 0;
}

.four_n li h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

.four_icon img {
    display: block;
    margin: 0 auto;
    height: 77px;
    width: auto;
}

.four_icon img:nth-child(2) {
    display: none;
}

.four_n li.cur .four_icon img:nth-child(1) {
    display: none;
}

.four_n li.cur .four_icon img:nth-child(2) {
    display: block;
}


/**/

.five {
    padding: 80px 0;
}

.five_l {
    width: 57%;
    float: left;
    margin-top: 40px;
}

.five_t {
    font-size: 22px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
}

.five_t a.more {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
}

.five_l_n a.more {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
}

.five_l_n {
    font-size: 22px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
}

.five_l_n li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.five_t h3 {
    float: left;
}

.five_l_n li:after {
    content: "/";
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    right: -20px;
}

.five_l_n li:last-child:after {
    display: none;
}

.five_l_n li:last-child {
    margin-right: 0;
}

.five_l_c {
    /*background: #f3f3f3;*/
    padding-bottom: 20px;
}

.five_l_c:after {
    display: block;
    content: "";
    clear: both;
}

.five_l_c li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

.five_l_c li:nth-child(1) {
    width: 100%;
    border-bottom: 10px solid #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.five_l_c li h4 {
    font-size: 15px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.five_l_c li h4:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #666;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 1px;
}

.five_l_c li:nth-child(1) h4 {
    font-size: 18px;
}

.five_l_c li:nth-child(1) h4:before {
    display: none;
}

.five_l_c li:nth-child(1) p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    color: #666;
    overflow: hidden;
}

.five_img {
    float: left;
    margin-right: 20px;
}

.five_l_c li img {
    height: 280px;
    display: block;
    width: 300px;
}

.five_r {
    width: 40%;
    float: right;
    margin-top: 40px;
}

.five_r_c li a {
    display: block;
    line-height: 70px;
    background: #f3f3f3;
    margin-bottom: 5px;
    padding: 0 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.five_r_c li:last-child a {
    margin-bottom: 0;
}

.five_r_c li a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #666;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 1px;
}

.five_r_c li a:hover {
    color: #fff;
}

.five_r_c li a:hover:before {
    border-color: #fff;
}


/**/

.six {
    position: relative;
    padding: 50px 0;
}

.six_t {
    text-align: center;
    color: #fff;
}

.six_t h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
}

.six_t p {
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.six_c {
    margin-top: 30px;
    background: #fff;
}

.six_l {
    width: 50%;
    float: left;
}

.six_l img {
    width: 100%;
    display: block;
    height: auto;
}

.six_r {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 40px 50px;
}

.six_r h4 {
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
}

.six_r p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    font-weight: normal;
    margin-bottom: 20px;
}

.six_r a.more {
    display: block;
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
    background: none;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #dedede;
    width: 160px;
}

.six_r a.more:hover {
    color: #fff;
}

.six .bg img {
    height: auto;
}

.six .bg {
    background: #ededed;
}


/**/

.seven {
    background: #ededed;
    padding: 40px 0;
}

.seven li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 1%;
    text-align: center;
}

.seven li img {
    height: 166px;
    display: block;
    width: auto;
    margin: 0 auto;
}

.seven li h4 {
    font-size: 18px;
    color: #444;
    line-height: 40px;
    font-weight: bold;
}

.seven li p {
    font-size: 15px;
    color: #777;
    line-height: 24px;
}


/**/

.eight {
    position: relative;
}

.eight_l {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.map img {
    width: 100%;
    display: block;
    height: auto;
}

.eight_c {
    width: 800px;
    float: right;
}

.eight_c h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
}

.eight_c em {
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
    display: block;
}

.eight_c h4 {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.eight_c p {
    line-height: 32px;
    font-size: 15px;
}

.eight_c p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/**/

.footer {
    padding: 50px 0 40px;
    color: #fff;
    background: #000;
    position: relative;
    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 {
    position: relative;
}

.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page {
    padding: 50px 0;
}

.page .container {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    padding: 40px 50px;
    box-sizing: border-box;
}

.tip {
    border: 1px dashed #ddd;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.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 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 25px 20px;
}

.page_n li a {
    display: block;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    line-height: 50px;
    color: #666;
    padding: 0 40px 0 20px;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_n li a:after {
    content: ">";
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #ccc;
    font-family: "宋体";
    position: absolute;
    right: 20px;
    top: calc(50% - 11px);
    font-size: 14px;
}

.page_n li a:hover {
    color: #fff;
}

.page_n li a:hover:after {
    border-color: #fff;
    color: #fff;
}

.page_n li li a {
    line-height: 40px;
    margin: 0 10px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px dashed #e3e3e3;
}

.page_n li li a:after {
    display: none;
}

.page_n li ul {
    display: none;
}

.page_n li:hover ul {
    display: block;
}

.page_n li:hover a:after {
    transform: rotate(90deg);
}

.tjxw {
    margin-top: 20px;
    border: 1px solid #e3e3e3;
}

.tjxw h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 25px 20px;
}

.tjxw li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    border-bottom: 1px dashed #eee;
    line-height: 36px;
}

.tjxw ul {
    padding: 10px;
}

.tjxw li a:before {
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 5px;
}

.tjcp {
    margin-top: 20px;
    border: 1px solid #e3e3e3;
}

.tjcp h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 25px 20px;
}

.tjcp ul {
    padding: 10px;
}

.tjcp li img {
    width: 100%;
    display: block;
    height: auto;
}

.tjcp li h4 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
}


/**/

.page_r {
    width: 77%;
    float: right;
}

.product li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    border: 1px solid #e5e6e6;
    overflow: hidden;
}

.product li:hover .product_img {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.product li img {
    width: 100%;
    display: block;
    height: 302px;
    transition: 0.5s;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h4 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}




/**/

.article li {
    padding: 20px 140px 20px 20px;
    background: #f6f6f6;
    margin-bottom: 30px;
    position: relative;
}

.article li span {
    font-size: 15px;
    position: absolute;
    line-height: 36px;
    right: 20px;
    top: calc(50% - 18px);
}

.article li h4 {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article li p {
    color: #878786;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article li:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
}


/**/

.product_item h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.product_item_l {
    width: 40%;
    float: left;
    position: relative;
}

.product_item_l li img {
    width: 100%;
    display: block;
    height: auto;
}

.product_item_l .hd {
    margin-top: 10px;
}

.product_item_l .hd li {
    width: 16%;
    float: left;
    margin: 0 0.333%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

span.prev_c,
span.next_c {
    position: absolute;
    font-size: 26px;
    font-family: "宋体";
    width: 20px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.7);
    top: 40%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

span.next_c {
    right: 5px;
}

span.prev_c {
    left: 5px;
}

.product_item_r {
    width: 57%;
    float: right;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
}

.product_desc_t {
    margin-top: 30px;
    background: #f5f5f5;
    line-height: 40px;
}

.product_desc_t h3 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
}

.product_desc {
    line-height: 30px;
    padding: 10px;
    font-size: 16px;
}

.pageing {
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    border-bottom: 1px solid #eee;
}

.pageing .prevrecord {
    float: left;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageing .nextrecord {
    float: right;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.article_item h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.info {
    border-bottom: 1px dashed #ccc;
    text-align: center;
    line-height: 30px;
    color: #666;
    padding: 5px 0;
    margin-bottom: 15px;
}

.article_con {
    line-height: 30px;
    padding: 10px;
    font-size: 16px;
}

.page_con {
    font-size: 16px;
    line-height: 30px;
}


/**/

@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }
    /**/
    .navbox li a {
        padding: 0 65px;
    }
    .one_r li img {
        height: 238px;
    }
    .two_text {
        padding: 120px 15px 0;
    }
    .three_c li img {
        height: 237px;
    }
    .three_c li:nth-child(1) img {
        height: 484px;
    }
    .four_n li {
        margin: 30px 0;
    }
    .eight_c {
        width: 600px;
    }
    /*内页*/
    .page .container {
        padding: 40px;
    }
    .tip {
        font-size: 15px;
        line-height: 46px;
    }
    .product li img {
        height: 225px;
    }
    /**/
    ul.relate_pr li img {
        height: 120px;
    }
}


/**/

@media only screen and (max-width:1200px) {
    .container {
        width: 960px;
    }
    /**/
    .navbox li a {
        padding: 0 15px;
    }
    .top {
        line-height: 36px;
    }
    .top .fr img {
        height: 36px;
    }
    .logo {
        height: 80px;
        line-height: 80px;
    }
    .navbox li a {
        line-height: 80px;
    }
    /**/
    .remen {
        margin-bottom: 20px;
    }
    .remen .fl h3 {
        font-size: 20px;
    }
    .remen .fl p {
        font-size: 14px;
    }
    .remen .fl {
        width: 280px;
        padding: 0 20px 0 30px;
    }
    .remen .fr {
        width: calc(100% - 280px);
        padding: 0 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .remen .fr h4 {
        line-height: 30px;
    }
    .remen .fr a {
        font-size: 13px;
    }
    /**/
    .one {
        padding: 20px 0;
    }
    .title h3 {
        font-size: 34px;
        line-height: 50px;
    }
    .one_r {
        margin-top: 10px;
        width: calc(100% - 260px);
    }
    .one_r li img {
        height: 185px;
    }
    .one_l {
        margin-top: 10px;
        width: 240px;
    }
    .one_l li a {
        font-size: 14px;
        line-height: 36px;
    }
    /**/
    .adc {
        margin-top: 20px;
    }
    /**/
    .two {
        padding: 50px 0 80px;
    }
    .h3_bg {
        font-size: 56px;
        line-height: 56px;
    }
    .two .title {
        padding-top: 20px;
    }
    .two_c {
        margin-top: 20px;
    }
    .two_text {
        padding: 100px 10px 0;
    }
    .two_c li h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .two_c li p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 5px;
    }
    /**/
    .three {
        padding: 40px 0 20px;
    }
    .three_c {
        margin-top: 10px;
    }
    .three_c li img {
        height: 189px;
    }
    .three_c li:nth-child(1) img {
        height: 388px;
    }
    /**/
    .four {
        padding: 100px 0 40px;
    }
    .four .title {
        padding-top: 20px;
    }
    .four_c {
        padding: 10px;
        width: calc(100% - 230px);
        margin-top: 20px;
    }
    .four_n {
        width: 200px;
        margin-top: 20px;
    }
    .four_c li h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .four_c li h4 b {
        font-size: 25px;
    }
    .four_c li p {
        font-size: 14px;
    }
    .four_n li {
        margin: 20px 0;
    }
    .four_n li h4 {
        font-size: 18px;
        margin-top: 5px;
        font-weight: normal;
    }
    .four_c li img {
        margin-bottom: 10px;
    }
    /**/
    .five {
        padding: 40px 0;
    }
    .five_l {
        margin-top: 20px;
    }
    .five_l_n {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .five_l_n a.more,
    .five_t a.more {
        font-size: 14px;
    }
    .five_r {
        margin-top: 20px;
    }
    .five_t {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .five_r_c li a {
        line-height: 50px;
    }
    .five_l_c li h4 {
        font-size: 14px;
        line-height: 30px;
    }
    .five_l_c li h4 {
        font-size: 16px;
    }
    .five_l_c li  p {
        font-size: 13px;
        line-height: 24px;
        height: 72px;
    }
    .five_img {
        margin-right: 15px;
    }
    .five_l_c li img {
        height: 110px;
        width: 196px;
    }
    .five_l_c li  {
        padding: 15px 10px;
        margin-bottom: 10px;
    }
    .five_l_c li {
        padding: 0 10px;
    }
    .five_l_c {
        padding-bottom: 15px;
    }
    /**/
    .six {
        padding: 40px 0 20px;
    }
    .six_t h3 {
        font-size: 34px;
        line-height: 50px;
    }
    .six_c {
        margin-top: 20px;
    }
    .six_r {
        padding: 20px 30px;
    }
    .six_r h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .six_r p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .six_r a.more {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    /**/
    .seven {
        padding: 20px 0 40px;
    }
    .seven li img {
        height: 120px;
    }
    .seven li h4 {
        line-height: 30px;
        font-size: 16px;
        margin-top: 5px;
    }
    .seven li p {
        font-size: 13px;
    }
    /**/
    .eight_c {
        width: 480px;
    }
    .eight_c h3 {
        font-size: 30px;
        line-height: 50px;
    }
    .eight_c h4 {
        line-height: 40px;
    }
    /**/
    .footer {
        padding: 40px 0 30px;
    }
    /*内页*/
    .page {
        padding: 40px 0;
    }
    .page .container {
        padding: 30px;
    }
    .tip {
        font-size: 14px;
        line-height: 40px;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .page_n h3 {
        font-size: 20px;
        padding: 20px 10px;
    }
    .page_n li a {
        padding: 0 30px 0 10px;
        font-size: 14px;
        line-height: 40px;
    }
    .page_n li a:after {
        right: 8px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 13px;
        top: calc(50% - 8px);
    }
    .page_n li li a {
        line-height: 36px;
        font-size: 13px;
    }
    .tjxw h3 {
        font-size: 20px;
        padding: 20px 10px;
    }
    .tjxw ul {
        padding: 5px;
    }
    .tjxw li a {
        font-size: 14px;
        line-height: 30px;
    }
    .tjcp h3 {
        font-size: 20px;
        padding: 20px 10px;
    }
    .tjcp ul {
        padding: 5px;
    }
    .tjcp li h4 {
        font-size: 14px;
        padding-top: 0;
    }
    /**/
    .product li {
        margin-bottom: 15px;
    }
    .product li img {
        height: 181px;
    }
    .product li h4 {
        font-size: 15px;
        padding-top: 0;
    }
    .article li {
        padding: 15px 120px 15px 15px;
        margin-bottom: 20px;
    }
    .article li h4 {
        font-size: 16px;
    }
    .article li p {
        font-size: 14px;
        margin-top: 5px;
    }
    .article li span {
        font-size: 14px;
        right: 15px;
    }
    /**/
    .product_item h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .product_item_r {
        font-size: 14px;
        padding: 20px;
        line-height: 25px;
    }
    .product_desc_t {
        margin-top: 20px;
        line-height: 36px;
    }
    .product_desc_t h3 {
        font-size: 16px;
    }
    .product_desc {
        font-size: 14px;
        line-height: 25px;
    }
    .article_item h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .info {
        font-size: 13px;
        line-height: 26px;
    }
    .article_con {
        font-size: 14px;
        line-height: 25px;
    }
    .page_con {
        font-size: 14px;
        line-height: 25px;
    }
    /**/
    ul.relate_pr li img {
        height: 95px;
    }
}


/**/

@media only screen and (max-width:768px) {
    .container {
        width: 96%;
    }
    /**/
    .header {
        position: relative;
        background: #0c48a8;
    }
    .top {
        font-size: 12px;
        line-height: 30px;
    }
    .top .fl {
        float: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .top .fr {
        display: none;
        float: none;
    }
    .top .fr b {
        font-size: 12px;
    }
    .top .fr img {
        height: 30px;
    }
    /**/
    .banner {
        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: #333;
        height: 100%;
        color: #fff;
    }
    .navbox li {
        float: none;
        width: 100%;
    }
    .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;
        height: auto;
    }
    .navbox li ul {
        display: none;
    }
    .navbox li:hover ul {
        display: none;
    }
    /**/
    .remen {
        margin-top: 20px;
        padding: 5px 15px;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .remen .fl {
        width: auto;
        float: none;
        border-right: 0;
        padding: 0;
    }
    .remen .fr {
        width: 100%;
        float: none;
        padding: 0;
        white-space: normal;
    }
    .remen .fr a {
        font-size: 12px;
        margin-right: 10px;
        line-height: 24px;
    }
    .remen .fr h4 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
        width: 130px;
        margin-top: 5px;
    }
    .remen .fl h3 {
        font-size: 17px;
    }
    .remen .fl p {
        font-size: 14px;
        line-height: 25px;
    }
    /**/
    .title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .title em {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .title p {
        font-size: 13px;
        line-height: 26px;
        padding: 0 10px;
    }
    .title p:after {
        bottom: 14px;
    }
    .one_r {
        width: 100%;
        float: none;
        margin-top: 5px;
        overflow: hidden;
    }
    .one_r li {
        width: 48%;
        margin: 10px 1% 0;
    }
    .one_r li img {
        height: 140px;
    }
    .one_r li h4 {
        font-size: 14px;
        line-height: 30px;
    }
    .one_l {
        width: 100%;
        float: none;
        margin-top: 5px;
    }
    .one_l li {
        width: 48%;
        float: left;
        margin: 5px 1% 0;
    }
    .one_l li a {
        font-size: 13px;
        margin: 0;
        padding: 0 30px 0 10px;
        line-height: 30px;
    }
    .one_l li a:after {
        right: 8px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 13px;
        top: calc(50% - 8px);
    }
    /**/
    .adc {
        margin-top: 0;
    }
    /**/
    .two {
        margin-top: -10px;
        padding: 30px 0 20px;
    }
    .h3_bg {
        font-size: 36px;
        line-height: 36px;
    }
    .two .title {
        padding-top: 15px;
    }
    .two_c {
        margin-top: 5px;
    }
    .two_c li h4 {
        font-size: 16px;
        line-height: 25px;
    }
    .two_c li p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 2px;
    }
    .two_c li {
        width: 50%;
    }
    .two_c li:nth-child(1) {
        margin-left: 0;
    }
    .two_c li:nth-child(5) {
        margin-left: 0;
    }
    .two_c li:nth-child(n+5),
    .two_c li:nth-child(n+3) {
        margin-top: -15px;
    }
    /**/
    .three {
        padding: 20px 0 10px;
    }
    .three_c {
        margin-top: 5px;
    }
    .three_c li {
        width: 48%;
        margin: 10px 1% 0;
    }
    .three_c li:nth-child(1) {
        width: 98%;
    }
    .three_c li:nth-child(1) img {
        height: auto;
    }
    .three_c li img {
        height: 140px;
    }
    /**/
    .four {
        padding: 40px 0 20px;
    }
    .four .title {
        padding-top: 15px;
    }
    .four .bg img {
        max-width: none;
        width: auto;
    }
    .four_n {
        margin-top: 15px;
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .four_n li {
        width: 25%;
        float: left;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .four_icon img {
        height: 60px;
    }
    .four_n li h4 {
        font-size: 14px;
    }
    .four_c {
        width: 100%;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.1);
    }
    .four_c li img {
        margin-bottom: 5px;
    }
    .four_c li h4 {
        font-size: 16px;
    }
    .four_c li h4 b {
        font-size: 18px;
    }
    .four_c li p {
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
        height: 132px;
        margin-top: 0;
    }
    /**/
    .five {
        padding: 20px 0;
    }
    .five_l {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .five_l_n {
        font-size: 16px;
        line-height: 26px;
    }
    .five_l_n a.more {
        font-size: 13px;
    }
    .five_l_c {
        padding-bottom: 5px;
    }
    .five_l_c li h4 {
        font-size: 13px;
        line-height: 24px;
    }
    .five_l_c li {
        width: 100%;
        float: none;
    }
    .five_l_c li:nth-child(1) {
        padding: 10px;
        border-bottom-width: 5px;
        margin-bottom: 5px;
    }
    .five_l_c li:nth-child(1) p {
        line-height: 22px;
        height: 44px;
    }
    .five_img {
        margin-right: 10px;
    }
    .five_l_c li:nth-child(1) img {
        height: 170px;
        width: 170px;
    }
    .five_r {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .five_t {
        font-size: 16px;
        line-height: 26px;
    }
    .five_t h3 {
        font-size: 16px;
    }
    .five_t a.more {
        font-size: 13px;
    }
    .five_r_c li a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 36px;
    }
    /**/
    .six {
        padding: 20px 0 10px;
    }
    .six .bg img {
        max-width: none;
        width: auto;
    }
    .six_t h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .six_t p {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .six_c {
        margin-top: 10px;
    }
    .six_l {
        width: 100%;
        float: none;
    }
    .six_r {
        width: 100%;
        float: none;
        padding: 10px 15px;
    }
    .six_r h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .six_r p {
        font-size: 13px;
        line-height: 22px;
    }
    .six_r a.more {
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        width: 120px;
        margin-top: 5px;
    }
    /**/
    .seven {
        padding: 10px 0;
    }
    .seven li {
        width: 33.3333%;
        margin-bottom: 10px;
    }
    .seven li img {
        height: 100px;
    }
    .seven li h4 {
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
    }
    .seven li p {
        font-size: 12px;
        line-height: 22px;
    }
    .seven li:nth-child(4),
    .seven li:nth-child(5) {
        width: 50%;
    }
    /**/
    .eight_l {
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
    .eight_c {
        width: 96%;
        margin: 0 auto;
    }
    .eight_c h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .eight_c em {
        font-size: 12px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    .eight_c h4 {
        line-height: 30px;
        margin-bottom: 5px;
    }
    .eight_c p {
        font-size: 14px;
        line-height: 30px;
    }
    /**/
    .bottom {
        display: block;
    }
    .footer {
        padding: 10px 0 50px;
        font-size: 13px;
        line-height: 24px;
    }
    /*内页*/
    .page {
        padding: 20px 0;
    }
    .page .container {
        padding: 10px;
    }
    .tip {
        font-size: 12px;
        padding: 0;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .tip:before {
        height: 15px;
        background-size: auto 100%;
        margin: 0;
    }
    /**/
    .page_l {
        width: 100%;
        float: none;
    }
    .tjxw,
    .tjcp {
        display: none;
    }
    .page_n h3 {
        display: none;
    }
    .page_n {
        overflow: hidden;
    }
    .page_n li {
        width: 33.33%;
        float: left;
    }
    .page_n li:hover ul {
        display: none;
    }
    .page_n li a {
        padding: 0;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        margin: 2px;
    }
    .page_n li a:after {
        display: none;
    }
    /**/
    .page_r {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .product li {
        width: 48%;
        margin: 0 1% 5px;
    }
    .product li img {
        height: 130px;
    }
    .product li h4 {
        font-size: 14px;
        line-height: 30px;
    }
    .product li:nth-child(3n) {
        margin-right: 1%;
    }

    /**/
    .article li {
        padding: 10px;
        padding-right: 90px;
        margin-bottom: 10px;
    }
    .article li h4 {
        font-size: 15px;
    }
    .article li p {
        font-size: 13px;
        margin-top: 0;
    }
    .article li span {
        font-size: 12px;
        right: 10px;
    }
    /**/
    .product_item h1 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 7px;
        margin-bottom: 10px;
    }
    .product_item_l {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .product_item_r {
        width: 100%;
        float: none;
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 22px;
        text-align: justify;
    }
    .product_desc_t {
        margin-top: 10px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .product_desc_t h3 {
        font-weight: normal;
        font-size: 13px;
        padding: 0 10px;
    }
    .product_desc {
        font-size: 13px;
        line-height: 24px;
        padding: 0;
    }
    /**/
    .article_item h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .info {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .article_con {
        padding: 0;
        font-size: 13px;
        line-height: 24px;
    }
    .pageing {
        font-size: 12px;
        line-height: 24px;
        border-top: 1px solid #eee;
        padding: 5px;
        margin-top: 10px;
    }
    .pageing .prevrecord,
    .pageing .nextrecord {
        float: none;
        max-width: none;
    }
    .page_con {
        font-size: 13px;
        line-height: 24px;
    }
    /**/
    .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;
    }
}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color: #125ebc;background-color:#fff;border:1px solid #ddd;margin-left:-1px}  .pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}  .pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}  .pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color: #125ebc;background-color:#ecf0f1;border-color:#ddd}  .pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#b4bcc2;background-color:#f5f5f5;border-color:#ddd;cursor:default}  .pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#b4bcc2;background-color:#fff;border-color:#ddd;cursor:not-allowed}  .pagination-lg>li>a,.pagination-lg>li>span{padding:8px 16px;font-size:18px;line-height:1.3333333}  .pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}  .pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}  .pagination-sm>li>a,.pagination-sm>li>span{padding:2px 8px;font-size:12px;line-height:1.5}  .pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}  .pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}  .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}  .pager li{display:inline}  .pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:0}  .pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#ecf0f1}  .pager .next>a,.pager .next>span{float:right}  .pager .previous>a,.pager .previous>span{float:left}  .pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#b4bcc2;background-color:#fff;cursor:not-allowed}

.header{position:relative;}.top{background:#0c48a8;}.logo{float:none;}.navbox{float:none;background:#0c48a8;color:#fff;}.navbox li a:hover,.navbox li a.cur{background:#089b36;}.navbox li a{line-height:60px;}.product_item_r,.product_item_l{display:none;}.logo{height:120px;line-height:115px;}@media only screen and (max-width:768px){.header{background:none;}.navs{border:1px solid #333;}.navs b{background:#333;}.navbox{background:rgba(0,0,0,0.5);}.navbox .container{width:100%;height:100%;}.logo{height:60px;line-height:60px;}}