<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css åˆå§‹åŒ– */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right &gt; li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right &gt; li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right &gt; li:last-child:after {
    display: none;
}
.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    margin-top: 30px;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}
.header_search .k2 {
    color: #000;
    font-size: 18px;
    background: url(/image/t.png)no-repeat left center;
    padding-left: 55px;
    margin-top: 30px;
    line-height: 30px;
}
.header_search .k2 strong {
    font-size: 32px;
    font-weight: bold;
    color: #ef0602;
}
/*nav*/
.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #11519b;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}
#nav {
    background: #11519b;
    height: 60px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav&gt;li {
    float: left;
    width: 170px;
    line-height: 60px;
    text-align: center;
    position: relative;
    background: url(/image/nav_middle.png) no-repeat right center;
}
.nav&gt;li:last-child {
    background: none;
}

.nav&gt;li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.nav&gt;li.list {
    position: relative;
}

.nav&gt;li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 170px;
    z-index: 9999;
}

.nav&gt;li.list .list_ul&gt;li {
    position: relative;
    background: #11519b;
    opacity: 0.8;
}

.nav&gt;li.list .list_ul&gt;li a {
    color: #fff;
    line-height: 35px;
}

.nav&gt;li.list .list_ul&gt;li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 170px;
    width: 120px;
    display: none;
}

.nav&gt;li.list .list_ul&gt;li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav&gt;li.list .list_ul&gt;li ul.list_children li a {
    color: #555;
}
.nav &gt; li.active{
    background: #022d64;
}
.nav &gt; li.on{
    background: #022d64;
}
/*toproll*/
#toproll {
    height: 51px;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 51px;
    position: relative;
    margin: 0 auto;
}
.toproll span{
    float: left;
    line-height: 51px;
    font-weight: bold;
}
.toproll h1 {
    float: left;
    width: 850px;
    line-height: 51px;
}
/*é¡¶éƒ¨æ–°é—»æ»šåŠ¨*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "å®‹ä½“";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "å®‹ä½“";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    min-width: 1200px;
    position: relative;
}

/*æ&nbsp;‡é¢˜æ&nbsp;·å¼*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}
.in_title p {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    text-transform: uppercase;
    color: #cccccc;
}

.in_title h5 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.in_title h5 i {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    height: 3px;
}

.in_title_l {
    background: url(../image/titl01.png) no-repeat right center;
}

.in_title_r {
    background: url(../image/titr01.png) no-repeat left center;
}

.in_title h5 a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
/*é¦–é¡µä¸»ä½“*/
.container {
    width: 1200px;
    margin: 15px auto;
}
.product .pro-nav { overflow: hidden; text-align:center; margin: 20px auto;}
.product .pro-nav ul li { 
    float: none;
    display: inline-block; margin: 0 17px; text-align: center; width: auto;}
.product .pro-nav ul li a { display: block; border: 1px solid #004ca5; width: 120px; text-align: center; height: 35px; line-height: 35px; color: #fff; background: #0063c1 url(../image/pro-nav.jpg); font-size: 16px; }
.product .pro-nav ul li a:hover { color: #fff; background: #ff6d00; border: 1px solid #f05a00; }
.pro-img ul li{
    width: 378px;
    float: left;
    margin: 10px 10px;
    border: 1px solid #dedede;
}
.pro-img ul li a{
    text-align: center;
    display: block;
}
.pro-img ul li img{
    max-width: 378px;
    height: 260px;
}
.pro-img ul li h4{
    background: #dedede;
    height: 30px;
    line-height: 30px;
}
.index_process {
    background: url(../image/line01.png) no-repeat center 215px #006cc2;
    height: 360px;
}

.index_process .in_title p {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
    text-transform: uppercase;
    color: #009ddc;
}

.index_process .in_title h5 span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    color: #fff;
}

.index_process .in_title h5 i {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    height: 3px;
}

.index_process .in_title h5 .in_title_l {
    background: url(../image/titl02.png) no-repeat right center;
}

.index_process .in_title h5 .in_title_r {
    background: url(../image/titr02.png) no-repeat left center;
}

.in_process_main {
    height: 180px;
    background: url(../image/dzlc01.png) no-repeat center top;
}

.in_process_main ul {
    text-align: center;
    padding-top: 140px;
}

.in_process_main ul li {
    float: left;
    width: 132px;
    margin-left: 80px;
    font-size: 16px;
    color: #fff;
}

.in_process_main ul li:nth-of-type(1) {
    margin-left: 0;
}
.aboutbox{ width:1200px; margin:0 auto;}
.aboutbox img{ float:left; margin-right:20px;}
.aboutbox .text{ float:right; width:630px; padding-right:15px; padding-top:20px;}
.aboutbox .text ul{}
.aboutbox .text ul li{ float:left;}
.aboutbox .text span{ font-size:20px; font-weight:bold; line-height:30px;}
.aboutbox .text p{ line-height:30px; font-size:15px; margin-bottom:15px;}
.aboutbox .text a{ width:135px; height:32px; background:url(/image/more_bg.png) no-repeat center center; display:block; color:#FFFFFF; text-align:center; float:left; line-height:32px; margin-left:15px; margin-right:15px;}
.aboutbox .text .tel{ background:url(/image/dh.png) no-repeat left center; height:34px; text-indent:40px; line-height:34px; display:block;}
.aboutbox .text .tel span{ font-size:18px; color:#d70000;}
.newsframe{ width:1200px; height: auto; margin:20px auto;}
.xwzx{ width:370px; height: auto; float:left; margin-right:40px}
.xwzx .head{ width:370px; height:65px; background:url(/image/bb.jpg) left bottom no-repeat}
.xwzx .head p{ float:left; line-height:63px; font-size:16px; color:#222222; font-weight:bold}
.xwzx .head span{ line-height:63px; font-size:13px; color:#adadad; font-weight:100; margin-left:20px;}
.xwzx .head a{ float:right; line-height:63px; font-size:12px; color:#adadad}
.xw{margin-top: 20px;}
.xw img{width: 370px;height: 137px;}
.xwzx .content{ width:338px; min-height:221px; border:1px solid #e3e3e3; padding:15px; position:relative;}
.xwzx .content ul li{width:338px; height:35px; line-height:35px; border-bottom:1px dotted #e3e3e3; background: url(/image/n_icon.jpg) 10px center no-repeat; text-indent:25px; overflow:hidden; margin:0 auto}
.xwzx .content ul li a{width:338px; height:35px; color:#333333; font-size: 14px; line-height:35px; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}

.xwzx .content .more{ width:132px; position:absolute; bottom:-10px; height:36px; display:block; text-align:center; background:#015cb5; line-height:36px; color:#fff; font-size:15px; margin-top:15px}

.cjbk{ width:340px; height:auto; float:right; background:#f5f5f5; padding:20px}
.cjbk .head{ width:340px; height:65px; background:url(/image/bb.jpg) left bottom no-repeat}
.cjbk .head p{ float:left; line-height:63px; font-size:16px; color:#222222; font-weight:bold}
.cjbk .head span{ line-height:63px; font-size:13px; color:#adadad; font-weight:100; margin-left:20px;}
.cjbk .head a{ float:right; line-height:63px; font-size:12px; color:#adadad}

.cjbk .content{ width:340px; height:auto;  display:block;}

.con_que{ width:340px; height:80px; padding-top:5px; padding-bottom:5px; border-bottom:1px dotted #cfcfcf; }
.con_que a{ display:block; width:350px; height:30px; line-height:30px; background:url(/image/wen.jpg) no-repeat 5px center; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; text-indent:35px; font-size:14px; color:#333; font-weight:bold}
.con_que .abstract{ display:block; width:300px; overflow:hidden; height:56px; line-height:28px; background:url(/image/da.jpg) no-repeat 5px 4px; overflow:hidden; padding-left:40px}
.con_que .abstract,.con_que .abstract *{line-height:24px; font-size:14px; color:#666}




#index-product {
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #11519b;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort &gt; li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort &gt; li &gt; a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort &gt; li &gt; a:hover {
    background: #11519b;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/*é¦–é¡µæ¡ˆä¾‹å±•ç¤º*/
#index-case {
    margin-bottom: 20px;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #11519b;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    padding: 20px;
}
.case-scroll .slide a img {
    width: 232px;
    height: 166px;
}
/*é¦–é¡µå‹æƒ…é“¾æŽ¥*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #11519b;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list &gt; li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list &gt; li &gt; a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list &gt; li &gt; a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list &gt; li &gt; a h4 {
    display: inline-block;
}
.f_link {
    width: 1200px;
    color: rgb(51, 51, 51);
    margin: 10px auto;
    font: 14px/30px å¾®è½¯é›…é»‘;
}
/*åº•éƒ¨*/
.footer {
    width: 100%;
    padding-top: 40px;
    font-size: 16px;
    overflow: hidden;
    background: #11519b;
}

.footer .footer_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.footer .footer_box&gt;div {
    color: #fff;
    float: left;
    vertical-align: top;
    text-align: left;
    height: 210px;
    border-right: 1px solid #fff;
}

.footer .footer_box&gt;div .title4 {
    font-size: 28px;
    line-height: 30px;
    color: #E0E0E0;
}

.footer .footer_box&gt;div .title4 span {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.footer .footer_box&gt;div hr {
    width: 54px;
    text-align: left;
    display: inline-block;
    background: #fff;
    border-style: inset;
    border-width: 1px;
}

.footer .footer_box .item_contact {
    width: 413px;
}

.footer .footer_box .item_contact .cot {
    margin-top: 22px;
}
.footer .footer_box .item_contact .cot p{line-height:22px;}
.footer .footer_box .item_nav {
    width: 510px;
}

.footer .footer_box .item_nav .box {
    width: 350px;
    margin: 0 auto;
}

.footer .footer_box .item_nav .box ul {
    margin-top: 10px;
    text-align: left;
}

.footer .footer_box .item_nav .box ul li {
    width: 113px;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

.footer .footer_box .item_nav .box ul li a {
    color: #fff;
}

.footer .footer_box .item_chat {
    width: 265px;
    border: 0;
    text-align: center;
}

.footer .footer_box .item_chat p {
    font-size: 18px;
    line-height: 25px;
    color: #E0E0E0;
}

.footer .footer_box .item_chat img {
    width: 120px;
    height: 120px;
    margin-top: 5px;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #fff;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
.footer_bottom a {
    color: #fff;
}
/*å…³äºŽæˆ‘ä»¬é¡µé¢*/
#page-about {
    width: 1200px;
    margin: 20px auto;
}

.page-about-left {
    width: 250px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box h2 {
    margin-bottom: 15px;
    position: relative;
    text-indent: 44px;
    background: #11519b url(/image/icon.png) no-repeat 15px;
    color: #fff;
    font: 400 20px/50px "å¾®è½¯é›…é»‘";
}

.left-box ul {
    padding: 0 10px 10px 10px;
}

.left-box ul &gt; li {
    border-bottom: 1px dashed #efefef;
    line-height: 45px;
    width: 220px;
    height: 45px;
    overflow: hidden;
    background: url(/image/a7.jpg) no-repeat;
}
.left-box ul &gt; li a{
    overflow: hidden;
    font-size: 14px;
    color: #222;
    padding: 0 15px 0 25px;
    transition: all 0.4s;
}
.left-box ul &gt; li a:hover{ color: #11519b;padding-left: 40px;}
.left-box-content p{font-size: 14px;line-height: 2em;padding-left: 20px;}
.contentr {
    float: right;
    width: 925px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #11519b;
}
.contentr h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.contentr span {
    float: right;
    font-size: 13px;
    padding-right: 18px;
}
.page-about-right {
    width: 925px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #11519b;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}
.page-content p{font-size: 16px;line-height: 28px;}
/*åœ¨çº¿ç•™è¨€è¡¨å•*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #11519b;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 50%;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*äº§å“åˆ†ç±»é¡µé¢*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 250px;
}

.sort-product-right {
    width: 925px;
    position: relative;
}

.sort-product-list li img {
    max-width: 100%;
    height: 190px;
}
.sort-product-list li {
    display: inline-block;
    width: 268px;
    margin: 10px 10px;
    padding: 10px 10px;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.sort-product-list li a {
    display: block;
    text-align: center;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 120px;
    height: 100px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 130px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    left: 130px;
    line-height: 25px;
}
.sort-new-list li a h4 {
    position: absolute;
    top: 80px;
    left: 130px;
}
/*åˆ†é¡µ*/

.pagination {
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.pagination li a {
    display: block;
    color: #11519b;
}
.pagination li.active{
    background-color: #11519b;
    color: #fff;}
/*ç›¸å…³ä¿¡æ¯*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #11519b;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
    width: 50%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*äº§å“è¯¦æƒ…*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 250px;
}

.info-product-right {
    width: 925px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #11519b;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.info-content p {
    font-size: 14px;
    line-height: 20px;
}
/*ç›¸é‚»è¯¦ç»†ä¿¡æ¯*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*ç½‘ç«™å¯¼èˆª*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}</pre></body></html>