﻿@charset "utf-8";
body { font-size: 12px; font-family: Arial,'微软雅黑', sans-serif; font-weight: normal; text-rendering: optimizeLegibility; color: #383838; background-color: #fff; line-height: 24px; }
*::-webkit-scrollbar { width: 3px; border-radius: 1.5px; }
*::-webkit-scrollbar-button { display: none; }
*::-webkit-scrollbar-track { background-color: #eee; }
*::-webkit-scrollbar-thumb { background-color: #004488; }
ul, li { margin: 0; padding: 0; list-style: none; }
.ovh { overflow: hidden; }
* { touch-action: pan-y; }
a { color: #333; text-decoration: none; }
    a:hover, a:active { text-decoration: none; color: #004488; }
img { max-width: 100%; border: 0; vertical-align: top; height: auto; }
input { outline: none; }
p { margin-bottom: 0; }
.fl { float: left; }
.fr { float: right; }
.clearfix, ul { zoom: 1; }
    .clearfix:after, ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
.f-no { display: flex; flex-flow: row wrap; }
.f-no-b-center { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.f-no-b-start { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; }
.f-no-b-stretch { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }
.f-no-c-center { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.f-no-c-start { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
.f-no-c-stretch { display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; }
.f-no-s-center { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.f-no-s-end { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-end; }
.f-no-s-stretch { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; }
.f-no-end-start { display: flex; flex-flow: row wrap; justify-content: flex-end; }
.f-no-col { display: flex; flex-flow: column wrap; }
.f-no-col-b-center { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: center; }
.f-no-col-c-center { display: flex; flex-flow: column wrap; justify-content: center; align-items: center; }
.f-no-col-s-center { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: center; }
.f-no-col-s-end { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: flex-end; }
.f-no-col-c-start { display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; }
.f-no-col-b-start { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: flex-start; }
.f-no-col-end-start { display: flex; flex-flow: column wrap; justify-content: flex-end; align-items: flex-start; }

.i-ell { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
.i-ell-2 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.i-ell-3 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.i-ell-4 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.i-ell-subject { font-size: 0.45rem; line-height: 0.7rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
.i-ell-2-subject { font-size: 0.45rem; max-height: calc(0.7rem * 2); max-width: 100%; line-height: 0.7rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.i-ell-3-subject { font-size: 0.45rem; max-height: calc(0.7rem * 3); max-width: 100%; line-height: 0.7rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.i-ell-title { font-size: 0.4rem; line-height: 0.55rem; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
.i-ell-2-title { font-size: 0.4rem; max-height: calc(0.55rem * 2); max-width: 100%; line-height: 0.55rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.i-ell-3-title { font-size: 0.4rem; max-height: calc(0.55rem * 3); max-width: 100%; line-height: 0.55rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }




.vertical_img { display: block; width: 100%; position: relative; overflow: hidden; background: #fff; }
    .vertical_img img.bgimg { width: 100%; }
    .vertical_img img.up-pic { transform: translateZ(0px); transition: transform 0.3s ease 0s; position: absolute; left: 0; top: 50%; width: 100%; z-index: 2; transform: translateY(-50%); }
    .vertical_img:hover img.up-pic { transform: scale(1.05, 1.05) translateY(-48%); transition: transform 0.6s ease 0s; }


.i-pagination { bottom: 0px; z-index: 1; text-align: center; margin: 5px 0; }
    .i-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; background-color: #666; opacity: 1; position: relative; }
    .i-pagination .swiper-pagination-bullet-active { background-color: #004488; width: 30px; border-radius: 12px; }


















.i-tit { margin: 15px auto; height: 60px; background: url(/images/blueline.jpg) no-repeat bottom; color: #222; font: 20px/25px "Microsoft YaHei"; text-align: center; }
    .i-tit span { color: #000; font-weight: bold; }

.tit-box { margin: 10px auto 0px; text-align: center; }
    .tit-box h4 { font-size: 16px; line-height: 30px; background: #0263a7; color: #fff; width: 84px; display: block; border-radius: 5px 5px 0 0; margin: 0; }
    .tit-box a { display: block; height: 13px; }
    .tit-box .intr { line-height: 26px; font-size: 15px; color: #999; display: none; }
    .tit-box .line { display: block; width: 10px; height: 2px; background-color: #1c1c1c; margin: 6px auto 6px; line-height: 2px; display: none; }
    .tit-box .tit-more { display: inline-block; line-height: 32px; margin-top: 16px; padding-left: 25px; background: url(/img/ico_09.png) no-repeat left center; font-size: 12px; display: none; }
.i-box-con { border: 1px solid #0263a7; border-radius: 0 5px 5px 5px; padding: 10px; color: #fff; }

header { position: relative; z-index: 10; transition: transform 0.5s ease 0s; height: 85px; border-bottom: 3px solid #A6D5F8; }
    header .header-main { width: 100%; padding-top: 7px; padding-bottom: 7px; background: url(/images/bg.jpg) no-repeat center top #83a4c4; transition: padding 0.3s ease 0s, transform 0.5s ease 0s; position: fixed; left: 0; top: 0; }
    header.left .header-main { transform: translateX(-66%); }
    header .logo { width: calc(100% - 80px); height: 71px; line-height: 71px; }
        header .logo img { max-height: 100%; max-width: 100%; vertical-align: middle; margin-right: 5px; }






    header .language-a { display: inline-block; width: 20px; text-align: center; line-height: 51px; height: 51px; font-size: 13px; color: #1a1a1a; transition-duration: .3s; }

    header .m-btn { width: 46px; height: 44px; padding: 12px; cursor: pointer; margin-top: 13px; }
        header .m-btn .box { display: block; width: 100%; height: 100%; position: relative; }
        header .m-btn .line { display: block; width: 100%; height: 2px; background-color: #1d1d1d; position: absolute; left: 0; transition: width 0.3s ease 0s; }
        header .m-btn .line1 { width: 12px; top: 0; }
        header .m-btn .line2 { width: 20px; top: 6px; }
        header .m-btn .line3 { width: 16px; top: 13px; }
        header .m-btn.cur .line1, header .m-btn.cur .line2, header .m-btn.cur .line3 { width: 100%; }
.m-sub-menu.show { right: 0; transition: all 0.44s ease 0s; }
.m-sub-menu { position: fixed; right: -100%; width: 66%; top: 0; z-index: 100; height: 100%; background-color: #fff; transition: all 0.64s ease 0s; }
    .m-sub-menu .top-box { line-height: 60px; background-color: #004488; }
        .m-sub-menu .top-box .stt { display: inline-block; font-size: 16px; color: #fff; margin-left: 8.2%; font-family: "Base-font"; }
        .m-sub-menu .top-box .close { display: inline-block; width: 17px; height: 17px; background: url(../img/close.png) no-repeat center; margin-right: 7.8%; margin-top: 22px; cursor: pointer; opacity: 1; }
    .m-sub-menu .list-wrap ul { width: 100%; }
    .m-sub-menu .list-wrap li { line-height: 60px; width: 100%; border-bottom: 1px solid #f2f2f2; float: left; }
        .m-sub-menu .list-wrap li .col-box { display: block; width: 100%; padding: 0 7.8% 0 8.2%; }
    .m-sub-menu .list-wrap .tit { font-size: 16px; color: #666; }
    .m-sub-menu .list-wrap .point { display: inline-block; width: 8px; height: 12px; background: url(../img/ico_01.png) no-repeat center; margin-top: 26px; }
    .m-sub-menu .sec-sub-list { position: absolute; right: -100%; top: 60px; width: 100%; }
        .m-sub-menu .sec-sub-list .return-fir { display: block; width: 100%; padding: 0 7.8% 0 8.2%; line-height: 60px; background-color: #004488; }
            .m-sub-menu .sec-sub-list .return-fir p { padding-left: 18px; color: #fff; font-size: 18px; background: url(../img/ico_02.png) no-repeat left center; margin-bottom: 0; }
        .m-sub-menu .sec-sub-list .boxs { width: 100%; position: absolute; left: 0; top: 0; transition: all 0.4s ease 0s; background-color: #fff; }
            .m-sub-menu .sec-sub-list .boxs.show { left: -100%; }
        .m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li { width: 100%; }
        .m-sub-menu .sec-sub-list li { line-height: 60px; border-bottom: 1px solid #f2f2f2; }
            .m-sub-menu .sec-sub-list li a { display: block; width: 100%; padding: 0 7.8% 0 8.2%; font-size: 16px; color: #666; }
        .m-sub-menu .sec-sub-list .bot-link { margin-top: 14px; }

.m-search-box { box-sizing: border-box; position: relative; width: 100%; margin: 0 auto; border-bottom: 1px solid #e5e5e5; padding: 0 7.8% 0 8.2%; }
    .m-search-box .m-submit { padding: 0; position: absolute; right: 5.6%; top: 0; z-index: 0; height: 50px; width: 20px; background: url(../img/ser2.png) no-repeat left center; background-size: 13px !important; border: none; }
    .m-search-box .m-ser-input { padding: 0; height: 50px; width: 20px; font-size: 14px; line-height: 50px; color: #888; width: 100%; display: block; border: none; background: none; }

.banner { position: relative; z-index: 1; overflow: hidden; top: 0px;}
    .banner .swiper-slide img { width: 100%; }
    .banner .pagination { position: absolute; left: 0; bottom: 5%; z-index: 2; width: 100%; height: 14px; text-align: center; margin: 0px; }
        .banner .pagination span { display: inline-block; width: 14px; height: 14px; background: url(../img/bg_sign01.png) no-repeat; background-size: 50% auto; overflow: hidden; margin-right: 0px; }
            .banner .pagination span.swiper-active-switch { background-position: 0 -14px; }

.in_tit { text-align: center; padding: 5px 0; }
    .in_tit h4 { margin-bottom: 15px; font-size: 24px; color: #004488; font-weight: 100; line-height: 24px; }
        .in_tit h4 i { display: inline-block; font-size: 24px; font-weight: 100; color: #b6c0c6; text-transform: uppercase; font-style: normal; line-height: 24px; vertical-align: middle; }
    .in_tit h6 { font-size: 14px; color: #666; }
.about-main { display: flex; flex-direction: column; }
    .about-main img { float: inherit; display: block; margin: 0 auto; flex: 1; height: auto; padding: 0; }
    .about-main .f_l { display: none; }

.i-fir-wrap { padding-bottom: 10px; }
.i-categories-list { margin-bottom: 20px; }
    .i-categories-list a { display: block; width: 100%; background: #e6e6e6; line-height: 30px; text-align: center; margin-bottom: 8px; }
/*.i-categories-list .mobile-ul li .title-box { background-color: #fff; box-shadow: 0px 0px 46px 5px rgba(51, 51, 51, 0.05); padding: 20px 35px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
    .i-categories-list .mobile-ul li .title-box .title { font-size: 16px; line-height: 26px; font-weight: 600; margin-right: 15px; }
    .i-categories-list .mobile-ul li .title-box span { line-height: 26px; background: url(/controls/img/navpart-arrow-down.png) no-repeat center; width: 22px; height: 26px; display: block; }
.i-categories-list .mobile-list { background-color: #f5f5f5; padding: 20px 60px; }
    .i-categories-list .mobile-list li { margin-bottom: 15px; }
        .i-categories-list .mobile-list li a { color: #333; font-size: 14px; line-height: 22px; background: url(../img/sub_ac.png) no-repeat left;padding-left:15px; }
.i-categories-list .mobile-ul .mobile-active .title { color: #004488; }
.i-categories-list .mobile-ul .mobile-active .iconfont { transform: rotate(180deg); -webkit-transform: rotate(180eg); }*/
.tag_products { padding-bottom: 30px; }
    .tag_products a { display: block; text-align: center; border: 1px solid #004488; }
        .tag_products a div .cpimg { padding: 2px; background: #fff; margin-bottom: 0; }
        .tag_products a div h3 { padding: 0px 2px; color: #fff; background: #004488; line-height: 30px; font-size: 14px; font-weight: normal; text-align: center; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.i-fir-wrap .swiper-container-horizontal > .swiper-pagination-bullets { bottom: -10px; }

.more { width: 100px; height: 32px; border-radius: 3px; color: #fff; font: 14px/32px "Microsoft YaHei"; text-align: center; }
    .more a { display: block; width: 100px; height: 32px; color: #fff; background: #004488; border-radius: 3px; }
        .more a:hover { background: #015cab; }

.i-more { margin-top: 20px; }
.aboutus { padding: 20px 0 20px; background: #004488; height: auto; width: 100%; }




.counter_list { padding-top: 30px; padding-bottom: 30px; }
    .counter_list li { width: 50%; float: left; text-align: center; position: relative; }
        .counter_list li:nth-child(2n+1)::after { content: ''; position: absolute; width: 1px; height: 45px; background-color: rgba(170,170,170,.2); right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
        .counter_list li p { }
            .counter_list li p.number .counterDX { font-size: 36px; font-family: helveticaneuethn,Arial; text-align: center; margin-top: 25px; line-height: 52px; vertical-align: top; color: #3c3c3c; }
            .counter_list li p.number .unit { position: relative; top: 1px; left: 3px; font-size: 14px; vertical-align: top; color: #999; }
        .counter_list li .title { color: #999; font-size: 13px; line-height: 30px; }

.pro-application dl { margin-bottom: 10px; }
.pro-application dt img { display: block; width: 100%; }
.pro-application dd b { display: block; height: 20px; line-height: 20px; margin: 20px 0 10px; overflow: hidden; text-align: center; }
    .pro-application dd b a { font-size: 16px; max-width: 390px; }
    .pro-application dd b span { font-weight: normal; font-size: 12px; float: right; }
.pro-application dd p { font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 15px; }
    .pro-application dd p a { color: #07923b; }
.pro-application .pro-word { border-top: 1px solid #d2d2d2; line-height: 24px; }





.i-service { display: flex; flex-direction: column; }
    .i-service dl { background: #fff; width: 100%; margin-bottom: 20px; display: flex; flex-flow: nowrap; align-items: center; }
        .i-service dl dt { padding: 10px 0 10px 10px; text-align: center; flex: 1 }
        .i-service dl dd { padding: 10px; flex: 3 }
            .i-service dl dd h4 { color: #3f3f3f; font-weight: 700; font-size: 20px; line-height: 30px; }
            .i-service dl dd p { color: #a5a5a5; font-size: 14px; line-height: 28px; }




.i-about { }
    .i-about p { text-indent: 2em; }

    .i-about .fimg { width: 100%; animation: inherit; }
        .i-about .fimg img.aboutpic { width: 100%; }
        .i-about .fimg ul { display: block; }
            .i-about .fimg ul li { display: block; padding-top: 12px; padding-bottom: 12px; color: #464646; font-size: 14px; font-weight: bold; color: #000; line-height: 40px; color: #fff; }
                .i-about .fimg ul li .mark { height: 22px; margin-right: 16px; display: none; }


.about_item { padding-top: 20px; }
.item_div { width: 33.33%; }
    .item_div > div { width: 100%; cursor: pointer; }
        .item_div > div .item_img { width: 60%; overflow: hidden; position: relative; margin: 0 auto; }
            .item_div > div .item_img img.ab-img { transition: top 0.5s ease; position: absolute; left: 0px; top: 0px; width: 100%; }
        .item_div > div .item_content { width: 100%; text-align: center; margin-top: 5px; }
            .item_div > div .item_content span { display: block; }
                .item_div > div .item_content span:nth-child(1) { font-size: 1.2em; color: #fff; }
                .item_div > div .item_content span:nth-child(2) { }





.honorlist { margin: 20px 0; }





.aboutus .tit-box h4 { }
.about_text { }
    .about_text .text { font-size: 18px; text-align: center; line-height: 36px; }

.aboutus .quicklink ul { width: 100%; margin-top: 44px; }
.aboutus .quicklink li { float: left; width: 44%; margin: 0 3%; background-image: url(/img/sys2.png); background-position: center top; background-repeat: no-repeat; padding: 20px 10px; text-align: center; margin-bottom: 10px; }
    .aboutus .quicklink li h3 { font-weight: inherit; font-size: 20px; color: #5b5b5b; padding: 5px 0 2px 0; }
    .aboutus .quicklink li p { color: #e64444; font-size: 16px; }



/*.i-news li { width: 100%; margin-bottom: 21px; }
.i-news a { display: block; width: 100%; margin: 0 auto; background-color: #f2f2f2; padding-bottom: 15px; }
    .i-news a .pic { width: 100%; height: auto; overflow: hidden; position: relative; margin-bottom: 20px; }
        .i-news a .pic img { display: block; width: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; }
.i-news li:hover a .pic img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.i-news a .pic .time { width: 51px; height: 46px; background-color: #004488; position: absolute; bottom: 0; right: 0; z-index: 2; font-size: 14px; color: #fff; line-height: 22px; text-align: center; padding-top: 5px; }
    .i-news a .pic .time span { font-size: 16px; line-height: 18px; }
.i-news .box { width: 94%; margin: 0 auto; }
    .i-news .box h2 { display: block; font-size: 20px; line-height: 30px; color: #222; margin-bottom: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .i-news .box .cent { font-size: 16px; color: #666666; line-height: 26px; }*/




/*.i-news dl { float: left; width: 100%; padding-left: 20px; background: #fff; padding-right: 20px; padding-bottom: 29px; margin-right: 30px; display: inline; border: 1px solid #e6e6e6; border-top: 3px solid #184f98; }
    .i-news dl.none { float: right; margin-right: 0; }
    .i-news dl span { display: block; height: 42px; line-height: 30px; border-bottom: 1px solid #d9d9d9; padding-top: 12px; }
        .i-news dl span a { float: left; font-size: 18px; color: #222222; font-weight: bold; }
            .i-news dl span a.n_more { float: right; }
                .i-news dl span a.n_more img { width: 59px; height: 29px; display: inline-block; }
    .i-news dl dt img { width: 100%; display: block; margin: 0 auto; margin-top: 10px; margin-bottom: 12px; }
    .i-news dl dd li { line-height: 30px; height: 30px; background: url(/img/li.jpg) no-repeat left center; border-bottom: 1px dashed #e6e6e6; }
        .i-news dl dd li.last { border-bottom: none; }
        .i-news dl dd li a { color: #555555; display: block; width: 100%; font-size: 14px; text-indent: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }*/



/*.i-news li { width: 100%; margin-bottom: 21px; float: left; }
.i-news a { display: block; width: 100%; margin: 0 auto; background-color: #f2f2f2; padding-bottom: 15px; }
    .i-news a .pic { width: 100%; height: auto; overflow: hidden; position: relative; margin-bottom: 20px; }
        .i-news a .pic img { display: block; width: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; }
.i-news li:hover a .pic img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.i-news a .pic .time { width: 51px; height: 46px; background-color: #004488; position: absolute; bottom: 0; right: 0; z-index: 2; font-size: 14px; color: #fff; line-height: 22px; text-align: center; padding-top: 5px; }
    .i-news a .pic .time span { font-size: 16px; line-height: 18px; }
.i-news .box { width: 94%; margin: 0 auto; }
    .i-news .box h2 { display: block; font-size: 18px; line-height: 30px; color: #222; margin-bottom: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .i-news .box .cent { font-size: 14px; color: #666666; line-height: 26px; }*/


/*.i-news dl { float: left; width: 100%; padding-left: 20px; background: #fff; padding-right: 20px; padding-bottom: 29px; margin-right: 30px; display: inline; border: 1px solid #e6e6e6; border-top: 3px solid #004488; }
    .i-news dl.none { float: right; margin-right: 0; }
    .i-news dl span { display: block; height: 42px; line-height: 30px; border-bottom: 1px solid #d9d9d9; padding-top: 12px; }
        .i-news dl span a { float: left; font-size: 18px; color: #222222; font-weight: bold; }
            .i-news dl span a.n_more { float: right; }
                .i-news dl span a.n_more img { width: 59px; height: 29px; display: inline-block; }
    .i-news dl dt img { width: 100%; display: block; margin: 0 auto; margin-top: 10px; margin-bottom: 12px; }
    .i-news dl dd li { line-height: 30px; height: 30px; background: url(/img/li.jpg) no-repeat left center; border-bottom: 1px dashed #e6e6e6; }
        .i-news dl dd li.last { border-bottom: none; }
        .i-news dl dd li a { color: #555555; display: block; width: 100%; font-size: 14px; text-indent: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }*/


.i-news { }
    .i-news ul { margin: 0; padding: 0; }
        .i-news ul li { float: left; width: 100%; overflow: hidden; border-bottom: 1px dotted #ddd; }
            .i-news ul li a { display: block; flex: 1; text-indent: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background: url(/images/ico3.png) no-repeat 0 1px; color: #fff; }
            .i-news ul li span { display: block; color: #fff; flex-basis: 90px; }





.advantage_list { background: #004488; }
    .advantage_list ul { margin-bottom: 30px; }
        .advantage_list ul li { width: 100%; position: relative; margin-top: 30px; }
            .advantage_list ul li .adv_content { display: block; z-index: 10; }
            .advantage_list ul li .adv_title { padding-left: 62px; height: 42px; line-height: 42px; font-size: 20px; color: #fff; padding-bottom: 17px; position: relative; }
            .advantage_list ul li .adv_desc { color: #fff; margin-top: 5px; }
.ico1 { background: url(/img/ico1.png) no-repeat 4px 0px; }
.ico2 { background: url(/img/ico2.png) no-repeat 4px 0px; }
.ico3 { background: url(/img/ico3.png) no-repeat 4px 0px; }
.ico4 { background: url(/img/ico4.png) no-repeat 4px 0px; }
.ico5 { background: url(/img/ico5.png) no-repeat 4px 0px; }


.i-fou-wrap { margin-bottom: 20px; }
    .i-fou-wrap h3 { display: block; color: #fff; font-size: 16px; line-height: 26px; padding: 7px 0; background: rgba(0, 0, 0, 0.5); width: 100%; text-align: center; }
.d-faq { width: 100%; margin-bottom: 21px; }
    .d-faq ul { padding: 15px; background: #f2f2f2; }
        .d-faq ul li a { display: block; color: #555; font-size: 14px; line-height: 26px; transition: color .5s; }
.d-service { width: 100%; margin-bottom: 21px; }
    .d-service ul { padding-top: 18px; text-align: center; background: #f2f2f2; }
        .d-service ul li { display: inline-block; margin-bottom: 15px; }
            .d-service ul li a { float: left; display: block; margin: 0 12px; color: #222; font-size: 14px; line-height: 24px; padding: 5px 30px; background: #fff; border: solid 1px #878787; text-decoration: none; transition: color .5s, border-color .5s; }
                .d-service ul li a:hover { color: #e60a1b; border-color: #e60a1b; }
.d-about { width: 100%; }
    .d-about ul { padding-top: 18px; text-align: center; background: #f2f2f2; }
        .d-about ul li { display: inline-block; margin-right: 30px; }
            .d-about ul li img { width: 100px; }



/*.left-wrap { width: 100%; }
    .left-wrap .img { display: block; }
    .left-wrap .cont { padding: 10px; background: #004488; color: #fff; display: flex; justify-content: space-between; overflow: hidden; }
        .left-wrap .cont .date { flex: 0 0 60px; height: 70px; text-align: center; margin-right: 10px; }
            .left-wrap .cont .date b { font-size: 30px; display: block; line-height: 45px; }
        .left-wrap .cont .cont-box { flex: 1; overflow: hidden; }
            .left-wrap .cont .cont-box p a { line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-bottom: 14px; border-bottom: 1px solid #7daad3; font-size: 14px; display: block; }
            .left-wrap .cont .cont-box .word { margin-top: 10px; line-height: 25px; height: 50px; overflow: hidden; }
            .left-wrap .cont .cont-box a, .left-wrap .cont .tit-box a:hover { color: #fff; }


.right-list { width: 100%; }
    .right-list dl { margin-top: 18px; display: flex; justify-content: space-between;margin:0; }
    .right-list dd { flex: 0 0 60px; text-align: center; }
        .right-list dd b { font-size: 30px; display: block; line-height: 45px; }
    .right-list dt { flex: 1; margin-right: 10px; }
        .right-list dt p { line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-bottom: 1px solid #dadada; font-size: 14px; }
            .right-list dt p a { color: #004488; }
        .right-list dt .word { margin-top: 10px; line-height: 25px; height: 25px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.main-list { }
    .main-list li { line-height: 30px; border-bottom: 1px solid #dadada; display: flex; flex-direction: row-reverse; }
        .main-list li a { flex: 1; margin-right: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
        .main-list li span { flex: 0 0 80px; }*/


.i_newsmore { margin: 10px auto; width: 120px; height: 30px; text-align: center; margin-top: 10px; }
    .i_newsmore a { display: block; height: 28px; border: 1px solid #004488; color: #004488; font: 14px/28px "Microsoft YaHei"; }
        .i_newsmore a:hover { border: 1px solid #999; color: #000; }
.i-faq h3, .i-service h3, .i-contact h3 { display: block; color: #fff; font-size: 18px; line-height: 26px; padding: 7px 0; background: rgba(0, 0, 0, 0.5); width: 100%; text-align: center; margin: 0; }
.i-faq { width: 100%; margin-bottom: 21px; }
    .i-faq ul { padding: 23px; background: #f2f2f2; }
        .i-faq ul li a { display: block; color: #555; font-size: 14px; line-height: 26px; transition: color .5s; }
.i-service { width: 100%; margin-bottom: 21px; }
    .i-service ul { padding-top: 23px; text-align: center; background: #f2f2f2; }
        .i-service ul li { display: inline-block; margin-bottom: 20px; }
            .i-service ul li a { float: left; display: block; margin: 0 12px; color: #222; font-size: 14px; line-height: 24px; padding: 5px 30px; background: #fff; border: solid 1px #878787; text-decoration: none; transition: color .5s, border-color .5s; }
                .i-service ul li a:hover { color: #e60a1b; border-color: #e60a1b; }
.i-contact { width: 100%; }
    .i-contact ul { text-align: center; background: #f2f2f2; padding-top: 23px; padding-bottom: 23px; display: flex; align-items: center; flex: 2; }
        .i-contact ul li { flex: 1; }
            .i-contact ul li img { width: 100px; }


.i-case { background: url(/img/bg_02.jpg) center; background-size: auto 100%; padding: 30px 0; }

    .i-case .tit-box h4 { color: #fff; }
    .i-case .tit-box .intr, .i-case .tit-box .intr a { color: #fff; }
    .i-case .tit-box .line { background-color: #fff; }


.caselist .item_name { text-align: center; line-height: 24px; overflow: hidden; padding: 0 3px; text-overflow: ellipsis; white-space: nowrap; background-color: #fff; }

.footer { line-height: 24px; color: #ddd; text-align: center; background: #004488;border-bottom:1px solid #ddd; }
    .footer p { margin-bottom: 0; }
    .footer .telbox { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
        .footer .telbox a { color: #fff; font-weight: bold; font-size: 16px; }
    .footer a { display: inline-block; padding: 0 5px; color: #b9b9b9; }
        .footer a img { max-height: 60px; display: inline-block; vertical-align: middle; }
    .footer:after { height: 50px; content: ""; display: block; width: 100%; background: #fff; }
.body-wrap { width: 100%; position: relative; transition: all 0.5s ease 0s; z-index: 1; }
    .body-wrap.left { transform: translateX(-66%); }
.mobMenu { min-height: 50px; background-color: #004488; position: fixed; z-index: 1030; border: 0; bottom: 0; margin-bottom: 0; left: 0; right: 0; }
    .mobMenu .foot_nav { width: 25%; float: left; text-align: center; color: #fff; font-size: 14px; position: relative; }
        .mobMenu .foot_nav a { color: #fff; }
        .mobMenu .foot_nav img { height: 20px; display: block; margin: 5px auto 0; }
        .mobMenu .foot_nav .hamburger { position: inherit; float: none; margin: 0 auto; width: 100%; }



.sub-box { margin-bottom: 20px; }


.sub-nav { width: 100%; height: auto; line-height: 28px; background: #f5f5f5; overflow: hidden; padding: 10px 0; }
    .sub-nav .left-nav { width: 100%; float: left; }
        .sub-nav .left-nav a { float: left; display: block; font-size: 14px; color: #333; transition: color .3s; padding-right: 10px; }
            .sub-nav .left-nav a:hover,
            .sub-nav .left-nav a.on { color: #004488 }
    .sub-nav .right-now { width: 100%; float: left; }
        .sub-nav .right-now a { float: left; font-size: 14px; color: #999; transition: color .3s }
            .sub-nav .right-now a:hover { color: #004488 }
            .sub-nav .right-now a.b { color: #666 }
        .sub-nav .right-now i { width: 4px; height: 28px; display: block; float: left; background: url(../img/icon01.png) no-repeat center; margin: 0 12px }

.sub-title { font-size: 24px; color: #333; line-height: 24px; text-align: center; margin-bottom: 30px; margin-top: 40px; position: relative; }
    .sub-title:after { position: absolute; left: 50%; transform: translateX(-50%); bottom: -20px; width: 30px; height: 2px; background-color: #d5d5d5; content: ""; }

.i-about-info { width: 100%; overflow: hidden; position: relative; }

    .i-about-info ul { font-size: 0; text-align: center; }
        .i-about-info ul li { display: inline-block; width: 100%; position: relative; vertical-align: top; transition: all 0.3s; top: 0; }
            .i-about-info ul li .itemli { text-align: left; padding: 0 2%; position: relative; margin-bottom: 10px; }
                .i-about-info ul li .itemli:after { position: absolute; top: 50%; transform: translateY(-50%); right: 0; content: ""; width: 1px; height: 60%; background-color: rgba(255,255,255,0.6) }
                .i-about-info ul li .itemli.last:after { display: none; }
                .i-about-info ul li .itemli .ico { position: relative; font-size: 0; height: 60px; }
                    .i-about-info ul li .itemli .ico img { width: 60px; float: left; }
                    .i-about-info ul li .itemli .ico .name1 { font-size: 24px; line-height: 60px; float: left; }
                .i-about-info ul li .itemli .name-com { margin-top: 10px; }
                    .i-about-info ul li .itemli .name-com:nth-child(5) { border-right: 0; }
                    .i-about-info ul li .itemli .name-com .smbiao { font-size: 14px; line-height: 24px; }


.sub_advantage { position: relative; }
.sub_advantage_info { font-size: 20px; line-height: 36px; text-align: center; margin: 10px 0 20px 0; }
    .sub_advantage_info b { color: #004488; }
.sub_advantage li { background-repeat: no-repeat; background-size: cover; background-position: right center; height: 286px; width: 100%; position: relative; cursor: pointer; transition: all 0.3s; }
    .sub_advantage li.bg1 { background: #ef380c }
    .sub_advantage li.bg2 { background: #fead04 }
    .sub_advantage li.bg3 { background: #28a983 }
    .sub_advantage li.bg4 { background: #3c79ca }
    .sub_advantage li .item-jie { padding: 20px 20px; }
        .sub_advantage li .item-jie .pinbold { font-size: 24px; color: #fff; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; }
        .sub_advantage li .item-jie .en-name { font-size: 14px; color: #fff; line-height: 24px; margin-top: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; white-space: normal; }
        .sub_advantage li .item-jie .name-jie { font-size: 14px; line-height: 20px; margin-top: 20px; text-align: justify; color: #fff; overflow: hidden; max-height: 120px; opacity: 1; transition: all 0.3s .3s; white-space: normal; }
    .sub_advantage li .inco { position: absolute; right: 30px; bottom: 10px; width: 60px; height: 60px; transition: all 0.3s .3s; font-size: 60px; color: #fff; opacity: 0.5; z-index: 10; transition: all 0.3s; display: block; line-height: 60px; }



.sub_path ul { padding-top: 30px; position: relative; }
    .sub_path ul:after { }
    .sub_path ul li .container { position: relative; }
    .sub_path ul li:after { width: 1px; position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: calc(100% + 30px); content: ""; background-color: #dbe1e8; z-index: 1; }
    .sub_path ul li:nth-child(1):after { top: 30px; }
    .sub_path ul li:nth-last-child(1):after { height: calc(100% - 30px); }
    .sub_path ul li { cursor: pointer; position: relative; padding: 30px 0; }
        .sub_path ul li .after { position: absolute; width: 24px; height: 24px; top: 30px; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-position: center; background-size: 24px; transition: all 0.3s; z-index: 10; opacity: 1; transform: translate(-50%,-50%); top: 50%; }

        .sub_path ul li .before { width: 68px; height: 68px; background-size: 68px; opacity: 0; transition: all 0.3s; z-index: 10; }
        .sub_path ul li .left { position: absolute; top: 50%; margin-top: -22px; transform: translateY(0%); left: 0; width: 42.3%; font-size: 14px; color: #999999; text-align: right; }
            .sub_path ul li .left .shuzi { font-size: 36px; color: #666666; line-height: 40px; transition: all 0.3s; }
        .sub_path ul li .right { float: right; width: 42.3%; text-align: left; font-size: 16px; color: #666666; line-height: 40px; transition: all 0.3s; }
        .sub_path ul li:nth-child(2n) .left { left: auto; right: 0; text-align: left; }
        .sub_path ul li:nth-child(2n) .right { float: left; text-align: right; }

.case_sub { margin: 0; padding: 0; height: auto; overflow: hidden; }
    .case_sub ul { margin: 0; padding: 0; width: 100%; }
        .case_sub ul li { float: left; display: block; width: 50%; oveflow: hidden; text-align: center; }
.case_sub_img { margin: 5px; padding: 4px; border: 1px solid #ddd; overflow: hidden; }
.case_sub_name { color: #333; font: bold 12px/20px "STHeiti", "Arial"; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.paginator { font: 12px Arial, Helvetica, sans-serif; padding: 30px 0px 10px 0; margin: 0px; }
    .paginator a { text-decoration: none; color: #004488; background: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px; }
        .paginator a:visited { padding: 1px 6px; border: solid 1px #ddd; text-decoration: none; }
    .paginator .cpb { background: #004488; border: 1px solid #004488; color: #fff; border-radius: 3px; padding: 3px 6px; padding-bottom: 2px; margin-right: 3px; }
    .paginator a:hover { background: #004488; border: 1px solid #004488; color: #fff; }

#category { width: 80%; margin: 0px auto; text-align: left; font-weight: normal; }
    #category a { display: block; background: url(../img/category_hover-bg.png) repeat-x; background-position: left bottom; background-color: #fff; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0,0,0,0.2); margin: 20px auto; padding: 10px; text-align: center; font-size: 14px; }

.prolist { height: auto; width: 100%; overflow: hidden; background-color: #fafafa; }
    .prolist ul { width: 100%; }
        .prolist ul li { float: left; width: 44%; margin-left: 3%; margin-right: 3%; margin-bottom: 15px; }
            .prolist ul li a { display: block; width: 100%; text-align: center; padding-top: 2%; }
            .prolist ul li img { width: 96%; height: auto; border: #ccc 1px solid; }
            .prolist ul li span { font: bold 14px/22px '微软雅黑'; height: 44px; padding-top: 5px; text-align: center; display: block; overflow: hidden; }
.back-top { text-align: center; }
    .back-top a { display: inline-block; padding: 0 10px 0 30px; border: 2px solid #d6d6d6; border-radius: 2px; background: url(../img/sign05.jpg) no-repeat 10% center #e9e9e9; font-size: 14px; color: #555; margin-top: 3%; }
        .back-top a:first-child { margin-right: 30px; }

.pro_title { width: 100%; background: #004488; color: #fff; text-indent: 15px; line-height: 30px; }
.pro_content { width: 98%; margin: 5px auto; }
    .pro_content b, .pro_content strong { color: #0056ad; }

.news-main { width: 100%; }
.news-imglist ul { width: 100%; }
.news-imglist li { width: 100%; padding: 15px 3%; border-bottom: 1px solid #dfdfe1; background: url(../img/bg_sign12.png) no-repeat 99% center; background-size: auto 42%; }
.news-imglist .img { display: inline-block; position: relative; overflow: hidden; float: left; width: 40%; max-width: 120px; max-height: 90px; margin-right: 5%; }
.news-imglist p.tit1 { color: #004488; height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; }
.news-imglist p.desc { height: 36px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0; }

.news-imglist .time { display: inline-block; padding-left: 20px; background: url(../img/bg_sign11.png) no-repeat left center; background-size: auto 75%; line-height: 22px; color: #999; }
.news-list { padding: 10px 9px 16px; }
    .news-list ul, .news-list li { width: 100%; }
    .news-list a { display: inline-block; padding-left: 18px; background: url(../img/bg_sign13.png) no-repeat 7px center; background-size: auto 75%; line-height: 28px; color: #666; }
.newsinfo-main .title { font-weight: bold; font-size: 14px; line-height: 28px; color: #333; text-align: center; }
.newsinfo-main .time { text-align: center; padding-bottom: 10px; }
.newsinfo-main .detail { }

.downloadserach { background: #fff; border: 1px solid #dedede; width: 80%; margin: 30px auto 30px; height: 42px; line-height: 40px }
    .downloadserach .submit { width: 15%; height: 40px; background: url(../img/ser14.png) no-repeat center; border: 0; float: left }
    .downloadserach .text { width: 55%; float: left; height: 40px; line-height: 40px; font-size: 14px; color: #666; border: 0 }

.card { position: relative; display: block; padding: 0; margin-bottom: 20px; overflow: hidden; border: 1px solid #ddd; border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075); box-shadow: 0 1px 2px rgba(0,0,0,.075); -webkit-transition: all .4s cubic-bezier(.175,.885,.32,1); -o-transition: all .4s cubic-bezier(.175,.885,.32,1); transition: all .4s cubic-bezier(.175,.885,.32,1) }

    .card > img { display: block; max-width: 100%; height: auto; filter: alpha(opacity=100); opacity: 1 }

    .card > .media-wrapper { display: block; width: 100%; overflow: hidden; text-align: center; background-color: #f1f1f1; filter: alpha(opacity=100); opacity: 1; -webkit-transition: all .4s cubic-bezier(.175,.885,.32,1); -o-transition: all .4s cubic-bezier(.175,.885,.32,1); transition: all .4s cubic-bezier(.175,.885,.32,1) }

        .card > .media-wrapper > img { vertical-align: middle; width: 100%; }

    .card .card-heading { display: block; padding: 10px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }

    .card .card-actions, .card .card-content { padding: 0 10px 10px 10px; overflow: hidden; text-overflow: ellipsis }
        .card .card-actions .pull-right { padding: 3px 0; line-height: 18px; float: right; }

    .card:hover { text-decoration: none; -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.175); box-shadow: 0 1px 5px rgba(0,0,0,.175) }

        .card:hover > .media-wrapper, .card:hover > img { background-color: #e5e5e5; filter: alpha(opacity=90); opacity: .9 }

.cards-borderless .card { border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none }
.label { display: inline-block; float: left; padding: 2px; line-height: 20px; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: grey; border-radius: .25em; }
.article { padding: 20px }
    .article > .header h1, .article > .header h2, .article > .header h3 { margin-bottom: 20px; line-height: 1.5; text-align: center; font-size: 16px; }
    .article > .header > .abstract, .article > .header > dl { padding: 10px 15px; font-size: 12px; color: #686868; background-color: #f1f1f1 }
        .article > .header > .abstract > p:last-child, .article > .header > dl > p:last-child { margin-bottom: 0 }
    .article > .header > dl { margin: 0; border-bottom: 1px solid #e9e9e9 }
        .article > .header > dl.pull-right { background-color: transparent; border: none }
    .article > footer { border-top: 1px dashed #d7d7d7 }
        .article > footer > p { padding: 10px 15px }
    .article-content, .article > .content { padding: 20px 0; font-size: 14px; line-height: 1.78571429 }
        .article-content h1, .article > .content h1 { font-size: 20px }
        .article-content h2, .article > .content h2 { font-size: 18px }
        .article-content h3, .article > .content h3 { font-size: 16px }
        .article-content h4, .article > .content h4 { margin-top: 15px; font-size: 14px }
        .article-content h5, .article > .content h5 { margin-top: 15px; font-size: 13px }
        .article-content h6, .article > .content h6 { margin-top: 15px; font-size: 11px }
        .article-content img, .article > .content img { margin: 10px 0 }
        .article-content p > img + img, .article > .content p > img + img { margin-left: 10px }
        .article-content p > img[align=right], .article > .content p > img[align=right] { margin-left: 10px }
        .article-content dl, .article > .content dl { padding-right: 2em; padding-left: 2em }
        .article-content table, .article > .content table { margin-bottom: 20px }
            .article-content table td, .article-content table th, .article > .content table td, .article > .content table th { padding: 8px; line-height: 1.53846154; vertical-align: top; border-bottom: 1px solid #ddd }
            .article-content table > thead > tr > th, .article > .content table > thead > tr > th { vertical-align: bottom; background-color: #f1f1f1; border-bottom: 1px solid #ddd }
        .article-content p { margin-bottom: 0 }
        .article-content table { width: 100% }
        .article > .content table td, .article > .content table th, .article > .content table > thead > tr > th { border: 1px solid #ddd }
.alert { padding: 10px; margin-bottom: 20px; color: #282828; background-color: #f1f1f1; border-radius: 3px; -webkit-transition: all .4s cubic-bezier(.175,.885,.32,1); -o-transition: all .4s cubic-bezier(.175,.885,.32,1); transition: all .4s cubic-bezier(.175,.885,.32,1) }
    .alert hr { border-top-color: #e4e4e4 }
    .alert.with-icon { display: table; width: 100%; }
        .alert.with-icon > .icon { width: 48px; text-align: center; background: url(../img/videobtn.png) no-repeat center; display: block; height: 48px; float: left; }
        .alert.with-icon .content { padding-left: 58px; }
            .alert.with-icon .content p { margin-bottom: 0; }
            .alert.with-icon .content hr { margin: 6px 0; }
.pager { margin: 0; }
    .pager > li > a, .pager > li > span { position: relative; float: left; padding: 5px 12px; margin-left: -1px; line-height: 18px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; margin-top: 20px; }
    .pager > li.next > a { float: right; }



.faq-list { width: 100%; margin: 0 auto; }
    .faq-list li { border-bottom: 1px solid #f5f5f5; width: 100%; }
        .faq-list li .title { height: 59px; line-height: 59px; position: relative; }
    .faq-list .q { position: absolute; top: 10px; left: 0; width: 38px; height: 38px; background: url(../../controls/img/faq.png) no-repeat; font: 20px/38px Arial; color: #fff; text-align: center; }
    .faq-list li .title a { display: block; font-size: 14px; color: #666666; background: url(../../controls/img/faq_ico.png) no-repeat right 25px; padding-left: 50px; }
        .faq-list li .title a.on { background: url(../../controls/img/faq_ico.png) no-repeat right -33px; color: #000; font-weight: bold; }
        .faq-list li .title a:hover { color: #000; font-weight: bold; }
    .faq-list li .con { font-size: 14px; color: #666666; line-height: 24px; padding: 10px 0 24px; display: none; }


.add-feedback { width: 100%; margin: 0px auto; /*padding: 77px 0 140px;*/ }
    .add-feedback h4 { width: 100%; margin-top: 20px; line-height: 25px; font-weight: normal; font-size: 14px; color: #777; text-align: center; }
.table-l { width: 100%; margin-top: 35px; margin-left: auto; margin-right: auto; }
    .table-l ul li { position: relative; width: 100%; height: 43px; float: left; padding-left: 50px; padding-right: 60px; margin-top: 20px; border: 1px solid #e8e8e8; background-color: #fff; box-sizing: border-box; }
        .table-l ul li.topic { width: 100%; margin-right: 0px; }
        .table-l ul li.feedcode { width: 50%; }
        .table-l ul li p { line-height: 43px; font-size: 12px; color: #666; position: absolute; left: 16px; top: 0; }
        .table-l ul li input { width: 100%; height: 43px; padding-left: 10px; line-height: 43px; text-align: left; /*margin-right: 20px;*/ font-size: 12px; border: none; background-color: transparent; color: #666; box-sizing: border-box; }
            .table-l ul li input#user_code { }
        .table-l ul li.topic input { }
        .table-l ul li b { line-height: 43px; text-align: right; font-size: 12px; font-weight: normal; color: #999; position: absolute; width: 30px; right: 20px; top: 0; }
.text-area { width: 100%; height: 136px; border: 1px solid #e8e8e8; background-color: #fff; overflow: hidden; }
    .text-area p { width: 60px; float: left; line-height: 43px; margin-left: 16px; font-size: 12px; color: #666; }
    .text-area textarea { width: 100%; height: 136px; float: left; font-size: 12px; line-height: 25px; color: #666; border: none; background-color: transparent; }
.table-sub { width: 100%; height: 55px; margin-top: 20px; overflow: hidden; }
    .table-sub input { width: 100%; height: 100%; font-size: 14px; line-height: 55px; color: #fff; border: medium none; background-color: #3e3e3e; }
        .table-sub input:hover { background-color: #111; }
.add-feedback .title { font-size: 12px; color: #666; margin-top: 10px; }


.about_content, .ceo_content, .brand_content { padding: 1px 0 25px; width: 100%; line-height: 24px; }
.ceo_content { background: #f7f7f7; padding-top: 25px; }
.brand_content { padding-top: 25px; }

.videoLi { width: 100%; }
    .videoLi .videolist { width: 100%; text-align: center; margin-bottom: 30px; }
        .videoLi .videolist .sub_biaoti { height: 30px; color: #333; font-size: 16px; line-height: 30px; font-weight: bold; }
        .videoLi .videolist .sub_shijian { height: 20px; color: #999; font-size: 12px; line-height: 20px; }
        .videoLi .videolist .sub_tupian { width: 100%; overflow: hidden; }

.tagtit { font-size: 18px; color: #444; }
