<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: "Microsoft YaHei","å¾®è½¯é›…é»‘","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #444444;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.4;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.text-white{
    color: #fff;
}
.text-primary{
    color: #00519d;
}
.btn{
    border-radius: 0;
}
.btn-default{
    background-color: #989898;
    color: #fff;
    border-color:#989898;
}
.red{
    color: #ed4e2a !important;
}
.text-gray{
    color: #808080
}
.text-red{
    color: #920910;
}
.text-indent{
    text-indent: 2em;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
a{
    color: #444444;
}
a, a:hover, a:visited,a:focus{
    text-decoration: none;
}
a:hover{
    color: #d00019;
}
.btn-primary{
    border-color: #00519d;
    background-color: #00519d;
}
.container-fluid {
    width: 100%;
    padding: 0;
}
.container-fluid .row{
    margin: 0;
}
.container&gt;.navbar-collapse{
    margin-right: -15px;
}
.sidenav {
    background: #00519d;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-100%, 0);
    transition: transform .3s;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 60px;
}

.sidenav-menu li {
    display: block;
    position: relative
}

.sidenav-menu a {
    background: 0 0;
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 10px 30px 10px 20px;
    text-decoration: none
}

.sidenav-menu a:hover,
.sidenav-menu .active a{
    background: #fff;
    color: #00519d;
}
.sidenav-menu .active .sidenav-dropdown-icon, 
.sidenav-menu .active .sidenav-link-icon,
.sidenav-menu a:hover .sidenav-dropdown-icon, 
.sidenav-menu a:hover .sidenav-link-icon{
    color: #00519d;
}
.sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
    color: #FAFAFA
}
.sidenav-dropdown-icon .material-icons,
.sidenav-dropdown-icon .material-icons2{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    margin-top: -3px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidenav-dropdown-icon, .sidenav-link-icon {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -4px;
}

.sidenav-link-icon {
    display: block;
    height: 24px;
    left: 24px;
    width: 24px
}

.sidenav-link-title {
    display: block;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0
}

.sidenav-dropdown a {
    background: #00519d;
    padding-left: 32px
}

.sidenav-dropdown a:hover {
    background: #616161
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px;
    font-family: "FontAwesome";
}

.sidenav-dropdown-icon.show {
    display: block
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.sidenav-no-scroll {
    overflow: hidden !important
}
.sidenav-dropdown-icon:after{
    content: "\f105";
    font-size: 22px;
}
/*å•é€‰å’Œå¤šé€‰*/
.radio,
.checkbox,
.t_radio{
    margin-top: 0;
    padding: 10px 10px 10px 40px !important;
    position: relative;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("../images/start_heart.png") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("../images/radio.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.t_radio input[type="radio"]:checked{
    background:url("../images/radio_check.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.radio input[type="radio"]:checked{
    background-position: -30px 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -30px
}
.checkbox input[type="checkbox"]:checked{
    background-position: -30px -30px
}
/*head*/
.navbar-brand{
    margin-right: 40px;
}
.navbar-brand img{
    height: 40px;
}
.navbar-toggle{
    border-color: #00519d;
    margin-top: 20px;
}
.navbar-toggle .icon-bar{
    background: #00519d
}
.navbar-nav{
    float: right;
    position: relative;
}
.navbar-nav&gt;li{
    position: relative;
}
.navbar-nav&gt;li&gt;a{
    line-height: 75px;
    color: #000;
    font-size: 16px;
    padding: 0 30px;
}
.navbar-nav&gt;li&gt;a:hover,
.navbar-nav&gt;li.active&gt;a{
    background-color: transparent;
    color: #d00019;
}
.navbar-nav&gt;li&gt;a:active,
.navbar-nav&gt;li&gt;a:visited,
.navbar-nav&gt;li:visited,
.navbar-nav&gt;li:focus,
.navbar-nav&gt;li&gt;a:focus{
    background-color: transparent;
}
.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover{
    background-color: transparent;
    color: #d00019;
}
.navbar-nav&gt;li:active{
    background-color: #fff;
}
.navbar-nav&gt;li:hover{
    background-color: #f3f3f3;
}
.navbar-nav&gt;li:hover:before{
    content: " ";
    height: 4px;
    background-color: #d00019;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.navbar-nav&gt;li:hover .dropdown-menu{
    display: block;
    background-color: #f3f3f3;
    border: 0;
    border-bottom: 6px solid rgb(191, 191, 191);
    box-shadow: none;
}
.dropdown-menu&gt;li&gt;a{
    padding: 5px 20px;
}
.dropdown-menu&gt;li&gt;a:hover{
    color: #d00019;
}
.navbar-form{
    padding-top: 12px;
}
.navbar-form .form-control{
    border-color: #eaeaea;
}
.navbar-form .form-control::placeholder{
    color: #b9b9b9;
}
.navbar-form .form-control:focus{
    outline: 0;
    box-shadow: none;
}
.navbar{
    margin-bottom: 0;
}
.margin-top30{
    margin-top: 30px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
.mt20{
    margin-top: 20px;
}
.mt60{
    margin-top: 60px;
}
.page {
    margin: 10px 0;
    *zoom: 1;
    display: inline-block;
}
.page:before,
.page:after {
    display: table;
    content: "";
}
.page:after {
    clear:both;
}
.page a,
.page span {
    float: left;
    margin-left: -1px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    color: #000;
    border: 1px solid #d2d2d2;
    margin: 5px;
}
.page a:hover
 {
    text-decoration: none;
    background-color: #eeeeee;
}
.page .current {
    background: #eeeeee;
}
.page .next,
.page .prev {
    font-family: "å®‹ä½“";
    font-weight: bold;
}
footer{
    padding: 30px 0;
    color: #9f9f9f;
    border-top: 1px solid #f5f5f5;
}
footer a{
    color: #9f9f9f;
}
/*index*/
.index_title{
    font-weight: bold;
}
.index_title h3{
    color: #00519d;
    z-index: 3;
    font-weight: bold;
    font-size: 36px;
}
.index_title p{
    color: #808080;
    font-size: 30px;
    margin-top: -40px;
    position: relative;
}
.index_title p span{
    opacity: .2;
}
.index_title p:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    background-color: #d00019;
    height: 3px;
}
.index_new_box{
    margin-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.index_new_box .swiper-slide{
    border: 1px solid #eaeaea;
    position: relative;
    transition: 300ms;
    /*transform: scale(0.9);*/
}
.index_new_box p{
    color: #808080;
}
.index_new_box h3{
    margin-top: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
}
/*.index_new_box .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}*/
.index_new_box .img_box{
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_new_box .new_btn{
    background-color: rgba(255, 255, 255, .35);
    color:#d00019;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    border-radius: 0;
    width: 150px;
    text-align: left;
}
.img_box:hover .new_btn{
    display: inline-block;
}
.index_new_box .swiper-slide{
    color: #fff;
}
.index_new_box .swiper-slide p{
    color: #fff;
}
.new_btn .fa-arrow-right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.news_content{
    padding: 10px;
}
.index_new_box .swiper-slide .news_content{
    background-color: rgba(0, 0, 0, .4);
    border-bottom: 3px solid #00519d;
}
.index_new_box .swiper-slide:hover .news_content{
    border-bottom: 3px solid #d00019;
}

.index_new_box .swiper-pagination{
    bottom: 0px;
}
.swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    background-color: #dddddd;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color: #d00019;
}
.sub_banner{
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
    background-position: center;
}
.sub_banner .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 34px;
}
.sub_banner .title:after{
    content: " ";
    position: absolute;
    bottom: -20px;
    border-bottom: 1px solid #fff;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.new_swiper_btn{
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
}
.new_swiper_btn .new_prev,
.new_swiper_btn .new_next{
    background-image: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #333;
    z-index: 999;
    border: 1px solid #d2d2d2;
    padding: 3px 15px;
    margin-right: 15px;
    border-radius: 100px;
}
.product{
    margin-bottom: 30px;
}
.product .product_img{
    overflow: hidden;
    display: block;
}
.product .product_img img:hover{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product .title{
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    line-height: 1.8;
}
.product .title span{
    border-bottom:2px solid #b1b1b1;
    display: inline-block;
    font-size: 20px;
}
.product .product_btn{
    background-color: #00519d;
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 10px;
}
.product .product_btn:hover{
    background-color: #d00019;
}
.project .title{
    padding:0 20px;
    line-height: 4;
    color: #808080;
}
.project .title span{
    display: block;
    border-color: #00519d;
    color: #444;
}
.project{
    display: block;
}
.project:hover{
    color: #444;
}
.project:hover .product_btn{
    background-color: #d00019;
}
.project:hover span{
    border-color: #d00019;
}
.project_select{
    background-color: #f4f4f4;
    padding: 20px 0 20px 30px;
    border-left: 4px solid #d00019;
}
.p_detail_title{
    padding: 30px 0;
}
.p_detail_title h3{
    margin: 0;
    color: #000;
    font-weight: bold;
}
.p_detail_title span:last-child{
    margin-left: 0;
}
.p_detail_title span{
    color: #d00019;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.p_detail_content{
    padding: 50px 30px 30px 30px;
    border: 1px solid #e0dede;
    font-size: 16px;
    color: #333;
}
.empty_txt{
    text-align: center;
    color: #808080;
    font-size: 18px;
    padding-bottom: 60px;
}
.index_product{
    padding-top: 60px;
    padding-bottom: 30px;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    background-color: #fafafa;
}
.index_product .project .title{
    line-height: 3;
    text-align: left;
}
.index_product .title p{
    line-height: 1.4;
    color: #808080;
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 2em;
    padding-bottom: 20px;
}
.index_link{
    padding-bottom: 60px;
    padding-top: 60px;
}
.link_box{
    margin-bottom: 30px;
}
.link_content{
    padding: 34px;
    border: 1px solid #f5f5f5;
}
.link_content .title{
    margin-bottom: 33px;
    position: relative;
}
.link_content .title h3{
    font-size: 26px;
    margin-top: 0;
}
.link_content .title p{
    color: #444;
    font-size: 18px;
}
.link_content .title .map_icon{
    position: absolute;
    right: 30px;
    top: 80%;
}
.link_form{
    background-color: #eaf7ff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}
.jidi{
    background-color: #fcfcfc;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}
.about_box{
    padding-top: 60px;
    padding-bottom: 60px;
}
.honer_box_b .row{
    margin-bottom: 20px;
}
.honer .col-md-3{
    width: 20%;
    margin-bottom: 30px;
}
.about_title{
    color: #00519d;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
.down_box{
    border: 1px solid #e0dede;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.down_box .down_head{
    background-color: #f9f9f9;
    background-image: url('../images/news_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 20px 20px;
    color: #00519d;
}
.down_head h2{
    letter-spacing: 5px;
    transform: scale(1,0.95);
}
.box_icon{
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%);
    left: 50%;
    background-color: #557694;
    color: #fff;
    border-radius: 100%;
    padding:10px 10px;
    text-align: center;
    width: 86px;
    height: 86px;
    font-size: 40px;
}
.box_icon img{
    display: inline-block;
    vertical-align: text-bottom;
}
.down_head h2{
    margin-top: 10px;
}
.down_body{
    position: relative;
}
.down_left{
    background-color: #557694;
    width: 25%;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    text-align: center;
}
.down_left:before{
    content: " ";
    position: absolute;
    left: 0;
    width: 25%;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #557694;
}
.down_left .box_title{
    position: relative;
    margin-bottom: 30px;
}
.down_left .left_head{
    padding:30px 20px 15px;
}
.down_left .box_title:after{
    position: absolute;
    content: " ";
    bottom: -10px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
}
.down_nav{
    display: block;
    color: #fff;
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
    position: relative;
}
.down_nav span{
    border-bottom: 1px solid #6b87a1;
    padding: 15px 0;
    display: block;
    width: 100%;
    padding-right: 30px;
}
.down_nav p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.down_nav:hover,
.down_nav.active{
    background-color: #00519d;
    color: #fff;
}
.down_nav:hover span,
.down_nav.active span{
    border-bottom-color:#00519d;
}
.down_nav:hover:after,
.down_nav.active:after{
    content: " ";
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-right: 27px solid #fff;
    border-bottom: 27px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
}
.down_right{
    display: inline-block;
    width: 74%;
    padding-left: 40px;
    padding-right: 35px;
}
.down_table{
    margin-top: 30px;
}
.table&gt;thead&gt;tr&gt;th{
    border-bottom: 0;
}
.down_table&gt;tbody&gt;tr&gt;td{
    font-size: 16px;
    padding: 15px 10px;
}
.news_nav{
    font-size: 14px;
}
.news_btn_list{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.news_btn_list .btn{
    padding: 10px 30px;
    margin-right: 20px;
}
.news_btn_list .btn:last-child{
    margin-right: 0;
}
.p_content .p_title{
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
}
.p_content .p_title:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #d00019;
}
.p_content .p_img{
    padding-right: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.product_tab .tab-content{
    background-color:rgb(249, 249, 249);
    /*background-color: #fff;*/
    border: 1px solid #e0dede;
    border-top: 0;
    padding:60px 30px 40px 30px;
}
.product_tab .nav-tabs&gt;li{
    margin-right: 8px;
}
.product_tab .nav-tabs&gt;li&gt;a{
    background-color: #e6f1fa;
    font-size: 16px;
    border-radius: 0;
    margin-right: 0;
    border-top: 1px solid #e0dede;
    border-right: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    font-weight: bold;
    color: #000;
    box-shadow: 2px 3px 4px #000;
}
.product_tab .nav-tabs&gt;li.active&gt;a, 
.product_tab .nav-tabs&gt;li.active&gt;a:focus, 
.product_tab .nav-tabs&gt;li.active&gt;a:hover{
    background-color:rgb(249, 249, 249);
    border-bottom-color: transparent;
    box-shadow: none;
    color: #d00019;
}
.p_sub_box{
    /*padding: 20px 20px 10px 20px;*/
    margin-bottom: 20px;
}
.p_sub_box p{
    text-indent: 2em;
}
.p_sub_box h4{
    font-weight: bold;
    margin-bottom: 10px;
}
.p_sub_box p{
    line-height: 2;
}
.p_sub_box h4 span{
    display: inline-block;
    background-color: #30b540;
    color: #fff;
    margin-right: 10px;
    padding: 3px 5px;
    margin-left: 10px;
    padding: 3px 15px;
    border-radius: 5px;
    /*box-shadow: 2px 4px 7px #666;*/
}
.sidenav .left_head{
    color: #fff;
    padding: 20px;
}
.news_detail{
    margin-top: 40px;
}
.down_table a{
    color: #00519d;
}
.down_table a:hover{
    color: #d00019;
}
.page_link{
    text-align: center;
    margin-bottom: 30px;
}
.page_link a,
.page_link .current{
    background-color: #b9b9b9;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    margin-right:10px;
    text-decoration: underline;
}
.page_link .current,
.page_link a:hover{
    background-color: #00519d;
}
.page_link .next,
.page_link .prev{
    font-family: "å®‹ä½“";
    font-weight: bold;
    text-decoration: none;
}
.down_table th:nth-child(1){
    width: 100px;
}
.down_table th:nth-child(2){
    width:200px;
}
.down_sort{
    text-align: center;
    cursor: pointer;
}
.down_sort .fa{
    color: #dadada;
    margin-left: 10px;
}
.honer_box{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}
.project_s_box{
    margin-bottom: 20px;
}
.project_s_box img{
    width: 100%;
}
.project_s_box .title{
    color: #000;
    padding: 8px 0px;
    font-size: 16px;
}
.l_link{
    float: right;
    font-size: 14px;
    margin-top: 10px;
    color: #00519d;
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 5px 15px;
    box-shadow: 2px 4px 4px #999;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 5%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 5%;
}
.lng_link{
    font-size: 16px;
    color: #999;
}
.lng_link.active{
    color: #d00019;
}
.mb20{
    margin-bottom: 20px;
}
.c_img{
    padding-left: 10%;
    padding-right: 10%;
}
.new_swiper_btn .swiper-button-disabled{
    background-color: #d2d2d2;
}
.link_en{
    padding: 28px 33px;
}
.link_en .title{
    margin-bottom: 26px;
}
.link_en .title h3{
    font-size: 22px;
}
.base_content .col-lg-1,
.base_content .col-lg-10, 
.base_content .col-lg-11, 
.base_content .col-lg-12, 
.base_content .col-lg-2, 
.base_content .col-lg-3, 
.base_content .col-lg-4, 
.base_content .col-lg-5, 
.base_content .col-lg-6, 
.base_content .col-lg-7, 
.base_content .col-lg-8, 
.base_content .col-lg-9, 
.base_content .col-md-1, 
.base_content .col-md-10, 
.base_content .col-md-11, 
.base_content .col-md-12, 
.base_content .col-md-2, 
.base_content .col-md-3, 
.base_content .col-md-4, 
.base_content .col-md-5, 
.base_content .col-md-6, 
.base_content .col-md-7, 
.base_content .col-md-8, 
.base_content .col-md-9, 
.base_content .col-sm-1, 
.base_content .col-sm-10, 
.base_content .col-sm-11, 
.base_content .col-sm-12, 
.base_content .col-sm-2, 
.base_content .col-sm-3, 
.base_content .col-sm-4, 
.base_content .col-sm-5, 
.base_content .col-sm-6, 
.base_content .col-sm-7, 
.base_content .col-sm-8, 
.base_content .col-sm-9, 
.base_content .col-xs-1, 
.base_content .col-xs-10, 
.base_content .col-xs-11, 
.base_content .col-xs-12, 
.base_content .col-xs-2, 
.base_content .col-xs-3, 
.base_content .col-xs-4, 
.base_content .col-xs-5, 
.base_content .col-xs-6, 
.base_content .col-xs-7, 
.base_content .col-xs-8, 
.base_content .col-xs-9{
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
}
.base_content .row{
    margin-left: -30px;
    margin-right: -30px;
}
.honer .col-md-1,
.honer .col-md-2,
.honer .col-md-3,
.honer .col-md-4,
.honer .col-md-5,
.honer .col-md-6,
.honer .col-md-7,
.honer .col-md-8,
.honer .col-md-9,
.honer .col-md-10,
.honer .col-md-11,
.honer .col-md-12{
    padding-left: 15px;
    padding-right: 15px;
}
.honer.row{
    margin-left: -15px;
    margin-right: -15px;
}

.base_content p{
    text-align: justify;
    color: rgb(101, 100, 100);
    letter-spacing: 1.3px;
    font-size: 16.5px;
    line-height: 2.2em;
}
.base_content{
    text-align: justify;
}
p .fa-circle{
    font-size: 12px;
    vertical-align: middle;
}
.project_line{
    position: relative;
    margin-bottom: 0;
    height: 4px;
    margin-right: -30px;
    margin-left: -30px;
}
.project_line:after{
    content: " ";
    position: absolute;
    width: 6em;
    height: 4px;
    background-color: #d00019;
    left: 0;
    bottom: 0;
}
.ji_nav{
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 25%;
    color: #fff;
}
.ji_nav a{
    display: inline-block;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 16px;
}
.ji_nav a.active,
.ji_nav a:hover{
    background-color: #00519d;
}
#new_list{
    padding-bottom: 60px;
}
@media (max-width: 586px) {
    .ji_nav{
        width: 100%;
    }
    .project_line{
        margin-right: -15px;
        margin-left: -15px;
    }
    .c_img{
        padding-left: 10px;
        padding-right: 10px;
    }
    .sub_banner{
        height: 200px;
        margin-bottom: 20px;
    }
    .honer .col-md-3{
        width: 50%;
        float: left;
    }
    .p_content .p_img{
        padding-right: 0px;
    }
    .product_tab .tab-content{
        padding:10px;
    }
    .product_tab .nav-tabs{
        overflow: scroll;
        white-space: nowrap;
    }
    .product_tab .nav-tabs li{
        display: inline-block;
        float: none;
    }
    .index_new_box .swiper-slide{
        width: 100%;
        transform: scale(1);
    }
    .project_s_box .title{
        padding-right: 15px;
    }
    .index_new_box{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title p{
        font-size: 20px;
        margin-top: -28px;
    }
    .index_product,
    .index_link,{
        padding-top: 10px;
        padding-bottom: 0;
    }
    .about_box{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .margin-bottom30{
        margin-bottom: 10px;
    }
    .link_content{
        padding: 20px;
    }
    .link_content .title h3{
        font-size: 20px;
    }
    .link_content .title p{
        font-size: 16px;
    }
    .link_content .title .map_icon{
        top: -8px;
        transform: translateY(0);
        right: -10px;
    }
    .about_title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .product_img img{
        width: 100%;
    }
    .link_form{
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }
    .down_right{
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .news_content{
        padding: 10px;
        padding-bottom: 20px;
    }
    #subnav-toggle{
        position: absolute;
        right: 0;
        top: 0;
    }
    .project_select{
        padding-right: 20px;
    }
    .p_detail_content{
        padding: 15px;
    }
    .down_table th{
        white-space: nowrap;
    }
    h2{
        font-size: 25px;
    }
    .mt_navbar{
        padding-bottom: 10px;
    }
    .news_detail{
        margin-top: 10px;
    }
    .base_content .col-lg-1,
    .base_content .col-lg-10, 
    .base_content .col-lg-11, 
    .base_content .col-lg-12, 
    .base_content .col-lg-2, 
    .base_content .col-lg-3, 
    .base_content .col-lg-4, 
    .base_content .col-lg-5, 
    .base_content .col-lg-6, 
    .base_content .col-lg-7, 
    .base_content .col-lg-8, 
    .base_content .col-lg-9, 
    .base_content .col-md-1, 
    .base_content .col-md-10, 
    .base_content .col-md-11, 
    .base_content .col-md-12, 
    .base_content .col-md-2, 
    .base_content .col-md-3, 
    .base_content .col-md-4, 
    .base_content .col-md-5, 
    .base_content .col-md-6, 
    .base_content .col-md-7, 
    .base_content .col-md-8, 
    .base_content .col-md-9, 
    .base_content .col-sm-1, 
    .base_content .col-sm-10, 
    .base_content .col-sm-11, 
    .base_content .col-sm-12, 
    .base_content .col-sm-2, 
    .base_content .col-sm-3, 
    .base_content .col-sm-4, 
    .base_content .col-sm-5, 
    .base_content .col-sm-6, 
    .base_content .col-sm-7, 
    .base_content .col-sm-8, 
    .base_content .col-sm-9, 
    .base_content .col-xs-1, 
    .base_content .col-xs-10, 
    .base_content .col-xs-11, 
    .base_content .col-xs-12, 
    .base_content .col-xs-2, 
    .base_content .col-xs-3, 
    .base_content .col-xs-4, 
    .base_content .col-xs-5, 
    .base_content .col-xs-6, 
    .base_content .col-xs-7, 
    .base_content .col-xs-8, 
    .base_content .col-xs-9{
        text-align: justify;
        padding-left: 15px;
        padding-right: 15px;
    }
    .base_content .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .ji_nav a.active,
    .ji_nav a:hover{
        color: #00519d;
        background-color: #fff;
    }
}</pre></body></html>