﻿html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

body {
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, a, 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;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

a:link, a:visited {
    color: inherit;
    font-size: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.clear {
    position: relative;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.title {
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 40px;
}

.title h2 {
    color: #434343;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.title h2:after {
    content: '';
    background: url(../images/title.png) repeat;
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

.navbox .nav .cur, .three li h3, .four_text h2, .six_fl li:hover h3, .six_fr li:hover h3, .six_time, a.interlink__item:hover, .page_lj b, .article li:hover h3, .article_title h2 {
    color: #0f4eb8;
}

.navbox .nav a:hover, .navs b, .navs b:before, .bottom .dhzx, .one_title, .one_input .searchBtn, .two_nav .on, .three li:after, .four_text .p:before, .six_fl:before, .seven li:hover, .eight ul:before, .page_title, .page_navs li a:hover, .page_navs li .cur, .pading span.current, .article_time {
    background: #0f4eb8;
}

.navbox .nav a:hover, #copy_btn, .bottom .dhzx, .one_title, .one_input .searchBtn, .two_nav .on, .two_ul li:after, .three li:after, .three_qh .prev, .three_qh .next, .four_text:before, .five_top, .seven li:hover, .eight li:first-child, .footer, .interlink__inner, a.interlink__item, .page_title, .page_navs li a:hover, .page_navs li .cur, .pading span.current, .article_time {
    color: #fff
}

/**/

#slides {
    position: relative;
    width: 100%;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    left: 47%;
    padding: 4px;
    position: absolute;
    border-radius: 24px;
    bottom: 20px;
    z-index: 10;
}

#slides .hd li {
    margin: 0px 5px;
    line-height: 5px;
    width: 50px;
    height: 2px;
    background: #f0f0f0;
    float: left;
    cursor: pointer;
    text-align: center;
    color: transparent;
}

#slides .hd li.on {
    background: #c5b39b;
}

/*header*/

.header {
    width: 100%;
}

.header_top {
    height: 35px;
    background: #f0f0f0;
    line-height: 35px;
}

.header_top li {
    display: inline-block;
    margin: 0px 10px;
}

/**/

/*logo*/

.logo img {
    max-height: 100%;
    display: block;
}

.logo {
    height: 120px;
    width: 500px;
}

/**/

/*导航*/

.navbox {
    margin-top: 30px;
    width: 680px;
}

.navbox .nav li {
    float: left;
    position: relative;
}

.navbox .nav a {
    display: block;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 25px;
    font-size: 16px;
}

.navbox .subnav {
    position: absolute;
    top: 60px;
    z-index: 11;
    display: none;
    width: 100%;
    background: #fff
}

.navbox .subnav li {
    float: none;
}

.navbox .subnav a {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    font-size: 14px;
}

.navbox li:hover .subnav {
    display: block;
}

.navbox .nav .cur {
    font-weight: bold;
}

.navs {
    position: absolute;
    top: 27.5px;
    right: 15px;
    display: none;
}

.navs b {
    position: relative;
    height: 5px;
    width: 25px;
    display: block;
    border-radius: 25px;
    margin-bottom: 5px;
}

.navs b:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}

/**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    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;
    border-radius: 5px;
    margin: 5px auto 0px;
}

.Tcs p {
    line-height: 30px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}

.max_banner {
    display: none;
    overflow: hidden;
}

.max_banner img {
    width: 100%;
    display: block;
}

/**/

.one {
    background: #f4f4f4;
}

.one_title {
    height: 140px;
    width: 360px;
    text-align: center;
    padding-top: 36px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.one_title h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

.one_input {
    width: 560px;
    padding-left: 70px;
    box-sizing: border-box;
    padding-top: 40px;
}

.one_input {
    color: #5A5A5A;
    line-height: 40px;
}

.one_input input {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 338px;
    float: left;
    box-sizing: border-box;
    border: 2px solid #0f4eb8;
}

.one_input .searchBtn {
    width: 72px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;
    float: left;
}

.one_img {
    width: 280px;
    height: 140px;
}

.one_img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/**/

.two {
    margin-top: 50px;
}

.two_nav {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}

.two_nav li {
    float: left;
    width: 193px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.two_ul {
    margin-top: 50px;
}

.two_ul li {
    float: left;
    margin-right: 20px;
    width: 386px;
    position: relative;
}

.two_ul li:nth-child(3n) {
    margin-right: 0px;
}

.two_ul li img {
    width: 100%;
    height: 257px;
    display: block;
}

.two_ul li:before {
    content: '';
    width: 100%;
    height: 257px;
    background: rgb(15, 78, 184, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.two_ul li:after {
    content: '+';
    width: 80px;
    height: 80px;
    font-size: 80px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    z-index: 5;
    top: 88.5px;
    text-align: center;
    line-height: 80px;
    display: none;
}

.two_ul li h3 {
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.two_ul li:hover:after, .two_ul li:hover:before {
    display: block;
}

/**/

.three {
    position: relative;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 50px;
}

.three .index_img {
    height: 266px;
    bottom: 0px;
    top: initial;
}

.three .bd {
    margin-top: 50px;
}

.three li {
    width: 380px;
    margin: 0px 10px;
    float: left;
    background: #fff;
    position: relative;
    padding-bottom: 70px;
}

.three_img {
    width: 100%;
    height: 238px;
    overflow: hidden;
}

.three_img img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    transition: all 0.6s;
}

.three li:hover img {
    transform: scale(1.1);
}

.three li h3 {
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    height: 70px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
    box-sizing: border-box;
}

.three li:after {
    content: '+';
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 15px;
}

.three_qh {
    text-align: center;
    margin-top: 50px;
}

.three_qh .prev, .three_qh .next {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 20px;
    font-family: '楷体';
    margin: 0 5px;
}

/**/

.four {
    position: relative;
    margin-top: 50px;
    padding-bottom: 30px;
}

.four ul {
    margin-top: 50px;
}

.four li {
    overflow: hidden;
    margin-bottom: 20px;
}

.four_text, .four_img {
    width: 550px;
}

.four_img img {
    display: block;
    margin: auto;
}

.four_text {
    position: relative;
    padding-left: 100px;
    box-sizing: border-box;
}

.four_text:before {
    content: '01';
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: url(../images/four.png) no-repeat;
    display: block;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 0px
}

.four li:nth-child(2) .four_text:before {
    content: "02";
}

.four li:nth-child(3) .four_text:before {
    content: "03";
}

.four li:nth-child(4) .four_text:before {
    content: "04";
}

.four_text h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.four_text .p {
    position: relative;
    margin-top: 20px;
}

.four_text .p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    top: 8px;
}

.four_text h3 {
    color: #666666
}

/**/

.five {
    position: relative;
    margin-top: 30px;
    padding-top: 50px;
}

.five .index_img {
    height: 530px;
}

.five_top {
    text-align: center;
}

.five_top h2 {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.five_top h3 {
    line-height: 40px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.five_top img {
    width: 24px;
    vertical-align: middle;
    margin: 0px 10px;
}

.five_top .b {
    font-size: 24px;
    font-weight: bold;
}

.five_bottom {
    margin-top: 50px;
    background: #f4f4f4;
    padding: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.five_img, .five_text {
    width: 530px;
    margin-top: 50px;
}

.five_img img {
    width: 100%;
    display: block;
}

.five_text {
    line-height: 30px;
}

.five_text h2 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}

.five_text ul {
    margin-top: 20px;
}

.five_text li {
    display: inline-block;
    margin: 0px 36px;
    color: #666666;
    line-height: 40px;
}

.five_text li img {
    width: 56px;
    display: block;
    transform: translateY(0px);
}

.five_text li:hover img {
    transform: translateY(-5%);
}

.six {
    margin-top: 50px;
}

.six_fl {
    width: 400px;
    margin-top: 50px;
    position: relative;
    border: 1px solid #dddddd;
    padding: 30px;
    box-sizing: border-box;
}

.six_fl:before {
    content: '';
    height: 160px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0px
}

.six_img {
    width: 100%;
    display: block;
    height: 211px;
    overflow: hidden;
}

.six_img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
}

.six_fl li:hover img {
    transform: scale(1.1);
}

.six_fl li h3 {
    font-size: 16px;
    padding-top: 10px;
    color: #5A5A5A;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.six_fl li span {
    display: block;
    color: #929292;
}

.six_fl li p {
    color: #929292;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.six_fr {
    width: 750px;
    margin-top: 50px;
    border: 1px solid #ddd;
    padding: 15px 30px 10px;
    box-sizing: border-box;
}

.six_fr li {
    overflow: hidden;
    margin-bottom: 5px;
}

.six_time {
    width: 70px;
    text-align: center;
    font-weight: bold;
}

.six_time span {
    font-size: 42px;
    display: block;
    line-height: 45px;
    padding-top: 13px;
}

.six_text {
    width: 590px;
}

.six_text h3 {
    font-size: 16px;
    color: #5A5A5A;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.six_text p {
    color: #929292;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**/

.seven {
    margin-top: 50px;
    background: #f4f4f4;
    padding: 50px 0;
}

.seven ul {
    margin-top: 50px;
}

.seven li {
    float: left;
    width: 380px;
    margin-right: 30px;
    background: #fff;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

.seven li:nth-child(3n) {
    margin-right: 0px;
}

.seven li img {
    width: 100%;
    display: block;
    height: 253px;
}

/**/

.eight {
    background: #434343;
}

.eight .container {
    border-right: 1px solid #666;
}

.eight ul {
    padding: 50px 20px;
    border-left: 1px solid #666;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 240px;
    text-align: center;
}

.eight ul:before {
    content: '';
    width: 3px;
    height: 50px;
    position: absolute;
    left: -1.5px;
    top: 50px
}

.eight li {
    color: #bbbbbb;
    line-height: 40px;
}

.eight li:first-child {
    font-size: 16px;
}

.eight .wx img {
    width: 100px;
    display: block;
    margin: 10px auto 0;
}

/**/

.footer {
    background: #222222;
    text-align: center;
    padding: 15px 0;
}

.interlink {
    padding: 0px 0 15px;
    background: #222222;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(../images/yqlj.png) no-repeat right;
    float: left
}

.interlink__list {
    width: 1090px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}

/**/

.page .eight {
    margin-top: 30px;
}

.page_banner img {
    width: 100%;
    display: block;
}

.page_lj {
    background: #eeeeee;
    line-height: 50px;
}

.page_fl {
    margin-top: 30px;
    width: 230px;
}

.page_title {
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.page_title h2 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_title h3 {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.page_navs ul {
    border: 3px solid #0062d2
}

.page_navs li {
    position: relative;
    padding: 0 10px;
    margin: 10px 0;
}

.page_navs li a {
    display: block;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #ccc;
}

.page_navs .page_ul {
    border: none;
    position: absolute;
    top: -10px;
    right: -227px;
    width: 100%;
    background: #fff;
    z-index: 2;
    display: none;
}

.page_navs li:hover .page_ul {
    display: block;
}

.page_navs li a:hover, .page_navs li .cur {
    border-color: #0062d2
}

/**/

.page_xw {
    margin-top: 30px;
}

.page_xw ul {
    border: 3px solid #0062d2;
    padding: 5px 10px 10px;
    box-sizing: border-box;
}

.page_xw li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/

.page_fr {
    margin-top: 30px;
    width: 930px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}

.product li {
    width: 282px;
    margin-right: 20px;
    float: left;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 188px;
    overflow: hidden;
}

.product_img img {
    height: 100%;
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.product li:hover img {
    transform: scale(1.1);
}

.product li h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

/**/

.pading {
    text-align: center;
    margin-top: 20px;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    display: inline-block;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current {
    border: #0062d1 1px solid;
}

.page_fr .pading {
    margin-bottom: 10px;
}

/**/

.product_imgs .bd {
    width: 450px;
}

.product_imgs li, .product_imgs li img {
    width: 100%;
    display: block;
    height: 281px;
}

.product_text {
    width: 410px;
}

.product_text h2 {
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

.product_text p {
    color: #868686;
    line-height: 30px;
    font-size: 15px;
    height: 210px;
    overflow: hidden;
}

/**/

.Product_item_text {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Product_item_text span {
    border-bottom: 2px solid #0062d2;
    display: inline-block;
}

.Product_item_text em {
    text-transform: uppercase;
}

/**/

.main_next {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
    color: #000;
}

.main_next b {
    text-align: center;
    display: inline-block;
}

/**/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}

/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    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: 92px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/

.page_cp {
    margin-top: 20px;
}

.page_cp ul {
    border: 3px solid #0062d2;
    padding: 10px;
    box-sizing: border-box;
}

.page_cp li img {
    width: 100%;
    height: 128px;
    display: block;
}

.page_cp li h3 {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    text-align: center;
}

/**/

.article li {
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.article_time {
    width: 100px;
    height: 100px;
    text-align: center;
}

.article_time span {
    font-size: 40px;
    display: block;
    line-height: 50px;
    margin-top: 13px;
}

.article_text {
    width: 726px;
}

.article_text h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}

.article_text p {
    line-height: 30px;
    font-size: 15px;
    color: #999999;
    height: 60px;
    overflow: hidden;
}

.article_title {
    text-align: center;
    color: #5A5A5A;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.article_title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 54px;
    }
    .container {
        width: 96%;
    }
    .header_top ul {
        display: none;
    }
    .title {
        font-size: 14px;
        line-height: 30px;
    }
    .title h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .logo {
        display: flex;
        align-items: center;
        width: 80%;
        height: 80px;
        float: left;
    }
    #slides {
        display: none;
    }
    .navs, .max_banner, .bottom {
        display: block;
    }
    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(../images/close.png) no-repeat;
        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;
    }
    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #000;
        box-sizing: border-box;
        float: right;
    }
    .navbox li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        box-sizing: border-box;
    }
    .navbox li a {
        display: block;
        padding: 0;
        line-height: 55px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }
    .navbox li:hover .subnav {
        display: none;
    }
    .navbox .nav .cur {
        background: #0f4eb8;
        color: #fff
    }
    .one .container {
        width: 100%;
    }
    .one_title {
        width: 50%;
        padding-top: 20px;
        height: 100px;
        padding: 20px 2% 0;
    }
    .one_title h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
    }
    .one_input {
        display: none;
    }
    .one_img {
        width: 50%;
        height: 100px;
    }
    .two {
        margin-top: 30px;
    }
    .two_nav {
        margin-top: 30px;
        padding: 2% 0;
    }
    .two_nav li {
        width: 50%;
        line-height: 40px;
        font-size: 15px;
        height: 40px;
    }
    .two_ul {
        margin-top: 30px;
    }
    .two_ul li {
        width: 49%;
        margin-right: 0;
    }
    .two_ul li:nth-child(2n) {
        float: right;
    }
    .two_ul li img {
        height: 150px;
    }
    .two_ul li:hover:after, .two_ul li:hover:before {
        display: none;
    }
    .two_ul li h3 {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .three {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .three .bd {
        margin-top: 30px;
        overflow: hidden;
    }
    .three li {
        width: 100%;
        margin: 0;
        padding-bottom: 50px;
    }
    .three li h3 {
        line-height: 50px;
        font-size: 16px;
        height: 50px;
    }
    .three li:after {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 29px;
        font-size: 20px;
        margin-left: -15px;
        bottom: 15px;
    }
    .three_qh {
        margin-top: 30px;
    }
    .three_qh .prev, .three_qh .next {
        width: 25px;
        height: 25px;
        line-height: 24px;
        font-size: 15px;
        margin: 0 5px;
    }
    .four, .four ul {
        margin-top: 30px;
        padding: 0;
    }
    .four li {
        width: 49%;
        float: left;
    }
    .four li:nth-child(2n) {
        float: right;
    }
    .four_text, .four_img {
        width: 100%;
        float: none;
    }
    .four_text {
        padding-left: 70px;
    }
    .four_text h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .four_text h3 {
        font-size: 14px;
    }
    .four_img, .four li .p {
        display: none;
    }
    .four li:nth-child(2n) {
        text-align: right;
    }
    .four_text:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        background-size: 100% 100%;
    }
    .four li:nth-child(2n) .four_text {
        padding-left: 0;
        padding-right: 70px;
    }
    .four li:nth-child(2n) .four_text:before {
        right: 0px;
        left: initial;
    }
    .five {
        margin-top: 10px;
        padding-top: 30px;
    }
    .five_top h2 {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }
    .five_top h3 {
        line-height: 30px;
        height: 30px;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .five_top .b {
        font-size: 20px;
    }
    .five_bottom {
        margin-top: 30px;
        padding: 30px 2%;
    }
    .five_img {
        width: 100%;
        margin-top: 30px;
        float: none;
    }
    .five_text {
        width: 100%;
        margin-top: 0;
        float: none;
    }
    .five_text h2 {
        font-size: 16px;
        line-height: 40px;
        margin-top: 10px;
    }
    .five_text ul {
        margin-top: 10px;
    }
    .five_text li {
        margin: 0px 0px;
        line-height: 30px;
        width: 24%;
        text-align: center;
    }
    .five_text li img {
        margin: auto;
    }
    .six {
        margin-top: 30px;
    }
    .six_fl {
        width: 100%;
        margin-top: 30px;
        padding: 30px 2%;
        float: none;
    }
    .six_img {
        height: 228px;
    }
    .six_fr {
        width: 100%;
        margin-top: 30px;
        padding: 15px 2% 10px;
        float: none;
    }
    .six_time {
        width: 20%;
    }
    .six_time span {
        font-size: 30px;
        line-height: 35px;
        padding-top: 9px;
    }
    .six_text {
        width: 77%;
    }
    .six_text h3 {
        font-size: 15px;
        line-height: 30px;
        height: 30px;
    }
    .seven {
        margin-top: 30px;
        padding: 30px 0;
    }
    .seven ul {
        margin-top: 30px;
    }
    .seven li {
        width: 32%;
        margin-right: 2%;
        line-height: 40px;
        font-size: 14px;
    }
    .seven li img {
        height: 82px;
    }
    .eight ul {
        padding: 15px 10px 15px;
        width: 50%;
    }
    .eight ul.wx {
        display: none;
    }
    .interlink__inner {
        width: 96%;
        margin: auto;
    }
    .interlink__title {
        float: none;
        line-height: 40px;
    }
    .interlink__list a {
        margin: 0;
        margin-right: 5px;
    }
    .interlink__list {
        width: 100%;
        float: none;
    }
    /**/
    .page_fl {
        width: 100%;
    }
    .page_title {
        padding: 10px 10px;
    }
    .page_title h2 {
        font-size: 20px;
    }
    .page_title h3 {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    .page_navs ul {
        overflow: hidden;
        padding: 2% 2% 0;
    }
    .page_navs li {
        width: 49%;
        padding: 0 0px;
        margin: 0px 0px 2%;
        float: left;
    }
    .page_navs li:nth-child(2n) {
        float: right;
    }
    .page_navs li:hover .page_ul {
        display: none
    }
    .page_xw ul {
        padding: 1% 2% 2%;
    }
    .page_fr {
        width: 100%;
        padding: 2% 2% 2%;
    }
    .product li {
        width: 49%;
        margin-right: 0;
    }
    .product li:nth-child(2n) {
        float: right;
    }
    .product_img {
        height: 119px;
    }
    .product li h3 {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }
    /**/
    .product_imgs .bd {
        width: 100%;
        float: none;
    }
    .product_imgs li, .product_imgs li img {
        height: 229px;
    }
    .product_text {
        width: 100%;
    }
    .product_text h2 {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .product_text p {
        line-height: 24px;
        font-size: 14px;
        height: 72px;
    }
    .Product_item_text {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main_next .prevrecord, .main_next .nextrecord {
        font-size: 15px;
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xgwz, .xgcp {
        padding: 1%;
        margin-top: 10px;
    }
    h4.related span {
        font-size: 18px;
    }
    ul.relate_news li a {
        height: 35px;
        line-height: 35px;
    }
    ul.relate_pr li img {
        height: 34px;
    }
    /**/
    .article li {
        padding: 2%;
        margin-bottom: 2%;
    }
    .article_time {
        width: 20%;
        height: 87px;
    }
    .article_time span {
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }
    .article_text {
        width: 78%;
    }
    .article_text h3 {
        line-height: 30px;
        height: 30px;
        font-size: 16px;
    }
    .article_text p {
        line-height: 28px;
        font-size: 14px;
        height: 57px;
    }
    .page_cp ul {
        overflow: hidden;
    }
    .page_cp li {
        float: left;
        width: 49%;
    }
    .page_cp li:nth-child(2n) {
        float: right;
    }
    .page_cp li img {
        height: 110px;
    }
    .article_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .article_title h2 {
        font-size: 18px;
        line-height: 35px;
        height: 35px;
    }
}