@charset "utf-8";
/*========css reset========*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption,input {margin:0;padding:0;border:0;outline:0;}
* { box-sizing: border-box;}
body {font-size:12px; color:#565656; font-family: Roboto,sans-serif;}
::-moz-selection {  background-color: #b3d4fc;  color: #000;  text-shadow: none;  }
::selection {  background-color: #b3d4fc;  color: #000;  text-shadow: none;  }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;}
a:link,a:visited,a:hover,a:active,a:focus {text-decoration:none;outline: none;}
a {color:#1a1a1a; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s;  text-decoration:none;}
img {  max-width: 100%; font-size: 0; line-height: 0; }
li { list-style: none;}

/*========网页端样式 - 快捷样式调用========*/
body { background-color:#ffffff; min-height:100%; margin: 0; padding: 0; color: #333;}
a { color: #3c4570;}
a:hover {color:#545d89;}
.animated {  -webkit-animation-duration:0.5s;  animation-duration:0.5s  }
.animate { -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; }
.page_max { max-width: 1899px; margin: 0 auto;}
.d-inline-block { display: inline-block;}
.fully { width: 1200px; margin-left: auto; margin-right: auto;}
.bg-site { background-color: #f4f4f4;}

.block_padding { padding: 50px 0;}
.box-center { margin:0 auto;}
.border_bottom { border-bottom: 1px solid #e7e7e7;}
.border_bottom:last-child { border-bottom: none}
.bottom-gradient {  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 72px);  }
.clear {content:".";display:block;clear:both;height:0; font-size:0px;visibility:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{}

.swiper-slide>a>div { height: 20px; line-height: 20px; overflow: hidden;}

/*index*/

#app_framework { }
    .logo_bg { background-color: #fff; height: 131px; position: relative;}
        .logo_links { color: #fff; background-color: #1b56a2; padding: 4px 6px; line-height: 1; font-size: 12px; position: absolute; right: 18px; top: 18px; border-left: 4px solid #ad173a;}
        .logo_links a { color: #fff;}

.logo_contact { height: 32px; position: absolute; right: 280px; top: 50px; }
.logo_contact span { line-height: 32px; display: inline-block; vertical-align: middle;}
.logo_search { width: 260px; height: 32px; background: #fff; position: absolute; right: 0px; top: 50px; border: 1px solid #e7e7e7; border-radius: 26px; padding: 2px 10px;}
.logo_search .sr{display: inline-block; float: left; width: 208px; height: 26px; border: none; color: #000; background: none; padding: 0 10px; font-size:14px; line-height:24px; }
.logo_search .btn{display: inline-block; float: left; width: 26px; height: 26px; border: none; outline: none; background: url(search3.png) no-repeat center; cursor: pointer;}


.top_menu_bg { background: #f2f2f2; height: 66px;}
.top_menu_box { height: 66px; position: relative; z-index: 155; display: flex; justify-content: space-around;}
    .top_menu { display: inline-block; position: relative; padding: 25px 22px; height: 100%; font-size: 0;}
    .top_menu:last-child { background: none;}
    .top_menu .top_menu_item { font-size: 16px; line-height: 1; color: #333; }
        .top_menu_item.active { color: #ffffff; z-index: 2;}
        .top_menu_item.active:before { content: ""; width: 100%; height: 100%; background-color: #1992d8; position: absolute; z-index: -1; top: 0; left: 0;}

    .top_submenu { background-color: #fff; width: 180px; position: absolute; top: 110%; left: -25px; left: calc(50% - 90px);   -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: ease-in 0.3s; overflow: hidden; z-index: -1; opacity: 0; visibility: hidden; text-align: center; box-shadow: 1px 1px 1px rgba(0,0,0,0.5) }
    .top_submenu a { color: #333; font-size: 14px; line-height: 1; display: block; padding: 14px 5px; border-bottom: 1px dashed #ccc;}
    .top_submenu a:last-child { border-bottom: none;}
    .top_submenu a:hover { color: #fff; background-color: #1e79be;}

    .top_menu:hover .top_submenu{ top: 100%; opacity: 1; visibility: visible;}

.time_show { height: 34px; line-height: 34px; background: url("time_bg.jpg") repeat-x;}

.body_bg { min-height: 400px; padding-top: 20px;}
.index_container {}


.index_big_title { text-align: center; margin: 60px auto;}
    .index_title_en { color: #cbcbcb; font-size: 16px; margin-bottom: 17px;}
    .index_title_cn { color: #ab1e2a; font-size: 26px; position: relative; height: 26px; line-height: 1; display: inline-block; }
    .index_title_cn:before { content: ""; position: absolute; width: 33px; height: 1px; left: -60px; top: 13px; border-bottom: 1px solid #cccccc;}
    .index_title_cn:after { content: ""; position: absolute; width: 33px; height: 1px; right: -60px; top: 13px; border-bottom: 1px solid #cccccc;}

    .index_block_item { border: 1px solid #ebebeb; width: 375px; display: block; background-color: #ffffff;}
        .index_block_content { padding: 26px 29px;  }
        .index_block_item img { font-size: 0; width: 100%;}
            .index_block_sub { position: relative; font-size: 20px; height: 45px;}
            .index_block_sub:after { content: ""; position: absolute; left: 0; bottom: 4px; height: 1px; width: 38px; border-bottom: 3px solid #0086d4;}


    .index_case { height: 420px; margin-bottom: 60px;}
    .index_case .index_block_item { height: 390px;}
    .index_case .swiper-pagination { bottom: 0px;}
    .index_case .swiper-pagination-bullet { background-color: #ccc; width: 12px; height: 12px;}
    .index_case .swiper-pagination-bullet-active { background-color: #0086d4 !important;}

    .index_partner { padding: 0 30px;}
    .index_partner .swiper-button-next { color: #ddd; }
    .index_partner .swiper-button-prev { color: #ddd;}

    .index_news {}
    .index_news img { width: 378px; height: 282px;}

    .index_intro_container { }
        .index_intro_left { width: 490px; font-size: 0;}
            .index_intro_company { background-color: #0086d4; padding: 53px 66px; color: #fff;}

        .index_intro_right { width: 680px; font-size: 0;}


.index_block_title { border-bottom: #888888 1px solid; }
.index_block_title span { display: inline-block; color: #4a4a4a; border-bottom: 2px #0b4793 solid; font-size: 16px; font-weight: bold; padding-bottom: 10px;}
.index_block_title a { float: right; margin-top: 7px; font-size: 13px;}

    .index_block_link { padding: 15px 0;}
    .index_block_link a { font-size: 14px; display: block; line-height: 2.4em; height: 2.4em; overflow: hidden;}
    .index_block_link a span { float: right; font-size: 13px; color: #777; margin-left: 10px;}

/*footer*/
.footer_container {  position: relative; font-size: 13px; line-height: 2.2; border-top: 5px solid #0086d4; }
    .footer_wrapper { background: url("fot-img1.png") right center no-repeat; padding-top: 50px; padding-bottom: 50px;}
        .class_item { display: inline-block; vertical-align: top; margin-right: 100px;}
        .class_item:last-child { display: none;}
        .class_item a { display: block; font-size: 13px; color: #888;}
        .class_item a:first-child { font-weight: bold; color: #333;}
        .footer_contact { font-size: 13px; color: #888; width: 300px;}
        .footer_contact div:first-child { font-weight: bold; color: #333;}
    .footer_copyright { border-top: 1px solid #d2d2d2; padding: 16px 0; margin-top: 10px; color: #777;}
    .footer_copyright a { color: #777;}


/*list*/
.list_banner {  height: 200px;}

    .list_position { color: #888;}

    .list_left { width: 300px; float: left; }
        .left_menu_box {  border-left: 1px solid #e7e7e7;  border-right: 1px solid #e7e7e7;  }
        .left_menu_title { background: #0e5a98; height: 54px; color: #ffffff; text-align: left;}
        .left_menu_title a { color: #fff; padding-left: 20px;}
        .left_menu_links {  border-bottom: 1px solid #e7e7e7;  }
        .left_menu_links a {  display: block; background: #ffffff; color: #0e5a98; height: 42px; line-height: 42px; font-size: 15px; text-align: left; transition-duration: 0s; padding-left: 20px;}
        .left_menu_links a.active {  color: #545d89; font-weight: bold;  }

        .left_menu_other { text-align: center;}
        .left_menu_other a { margin: 2px 0; display: inline-block;}

    .list_right { width: 830px; float: right; padding: 0;}
        .list_title { height: 40px; vertical-align: baseline; padding: 10px 0 0 20px; border-bottom: 2px solid #e7e7e7;}
            .list_title_icon { display: inline-block; background: url("list_title_icon.png") no-repeat; width: 5px; height: 17px; margin-right: 10px;}
            .list_title_text { display: inline-block; font-size: 16px; font-weight: bold; color: #112973;}
            .list_title_fix { display: inline-block; background: url("list_title_fix.png") no-repeat; width: 137px; height: 14px; margin-left: 10px;}

        .list_bordered { }
        .list_bordered a { padding-bottom: 20px; border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; }
        .list_bordered a:last-child { border-bottom: none;}



.list_article { padding:15px 35px;}

.list_text { margin:0 auto; font-size:14px; line-height:1.75; position:relative; padding: 0 15px; }
.list_text p {}
.list_text h4 a { margin-top:10px;}
.list_text img { max-width:100%;}
.list_img_line { margin: 2em 0; border-bottom: 1px dashed #e7e7e7; padding-bottom: 2em; }

.list_link_text { padding: 20px;}
.list_link_text a { font-size: 14px; line-height: 3em; height: 3em; border-bottom: 1px dashed #e7e7e7; display: block;}
.list_link_text a:last-child { border-bottom: none;}
.list_link_text a span { float: right; color: #777; font-size: 13px;}

.list_search {}
.list_search .list_search_line { border-bottom: 1px dashed #e7e7e7; display: block; padding: 1.75em 0;}
.list_search .list_search_line:last-child { border-bottom: none;}

/*搜索页*/
.search_input { width: 100%; height: 3em; line-height: 3em; padding: 5px; border: 1px solid #999; border-radius: 4px;}
.search_btn { padding: 0.75em 1.2em; border-radius: 4px;}

/*内容页*/
.article_box {  border-radius:6px; min-height:580px; padding:30px 85px; line-height:24px; width: 65%; min-width: 700px; margin: 30px auto 30px auto; box-shadow: 0 0 5px #ccc;}

    .article_body { min-height:10em; text-align: justify; letter-spacing: 1px; padding: 30px 120px;}
    .article_body img { padding:4px; background:#fff; margin:1%; max-width:95%;}
    .article_body p { line-height: 1.5em; margin-bottom: 1.2em;}

    .article_new {}
    .article_new:before{ content: ' '; background: url("new.gif") no-repeat; height: 11px; width: 27px; display: inline-block; margin-right: 0.3em;}




/* =============自适应辅助============ */

@media only screen and (max-width: 767px){
    .page_max { max-width: 100%; width: 100%; min-height: 0;}
    .fully {  width: auto !important ;}
    .xs { width: 100%!important;}

    .list_text { padding: 10px;}
    .article_box { padding: 30px 30px; width: 100%;}
    .article_body { padding: 30px;}
}



/*========网页端组件复制========*/

/*table增强-复制于bootstrap*/
/*table{border-spacing:0;border-collapse:collapse}*/
/*td,th{padding:0}*/
.table{width: 100%;max-width: 100%;margin-bottom: 20px; border-spacing:0;border-collapse:collapse}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd}
.table>thead>tr>th{vertical-align: bottom;border-bottom: 2px solid #ddd}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top: 0}
.table>tbody+tbody{border-top: 2px solid #ddd}
.table .table{background-color: #fff}
.table-bordered{border: 1px solid #ddd}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border: 1px solid #ddd}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width: 2px}
.table-striped>tbody>tr:nth-of-type(odd){background-color: #f9f9f9}
.table-hover>tbody>tr:hover{background-color: #f5f5f5}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color: #f5f5f5}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color: #e8e8e8}

/*组件样式覆盖*/
.swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #fff;}

/*message 组件*/
.message_box { width: 540px;}
.message_line { padding: 4px 0;}
.message_line h3 { line-height: 2.2em; font-size: 1.2rem;}
.message_line input { border: 1px solid #e4e4e4; background-color: #fff; height: 3em; padding:1em; font-size: 1rem; width: 100%; border-radius:3px;}
.message_line textarea { border: 1px solid #e4e4e4; background-color: #fff; height: 8em; line-height: 1.5em; padding:1em; font-size: 1rem; width: 100%; border-radius:3px;}
    .message_button { display: inline-block; color: #fff; border: 0; padding: 1em 1.8em; line-height: 1em; background-color: #00b0ff; border-radius: 6px; cursor: pointer;}

/*分页*/
.pagination {  display: inline-block;  padding-left: 0;  margin: 10px 0;  border-radius: 4px;  }
.pagination > li {  display: inline;  }
.pagination > li > a,.pagination > li > span {  position: relative;  float: left;  padding: 6px 12px;  margin-left: -1px;  line-height: 1.42857143;  color: #337ab7;  text-decoration: none;  background-color: #fff;  border: 1px solid #ddd;  }
.pagination > li:first-child > a,.pagination > li:first-child > span {  margin-left: 0;  border-top-left-radius: 4px;  border-bottom-left-radius: 4px;  }
.pagination > li:last-child > a,.pagination > li:last-child > span {  border-top-right-radius: 4px;  border-bottom-right-radius: 4px;  }
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {  z-index: 2;  color: #23527c;  background-color: #eee;  border-color: #ddd;  }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {  z-index: 3;  color: #fff;  cursor: default;  background-color: #337ab7;  border-color: #337ab7;  }
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {  color: #777;  cursor: not-allowed;  background-color: #fff;  border-color: #ddd;  }
.pagination {text-align:center; }
.pagination li, .pagination li a { _display:inline-block; _display:inline; color:#666;}
.pagination .active a { background:#4c6185; border:1px solid #4c6185; color:#fff;}
.pagination .active a:hover, .pagination .active a:active,.pagination .active a:focus { background:#4c6185; border:1px solid #4c6185;}


/* 间距快捷设置，复制于vuetify，使用方法：ml-3  ma-5  pa-5 m/p[方向]-数值 */
.ma-auto{margin-top:auto!important;margin-right:auto!important;margin-bottom:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.ma-0{margin:0 0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.pa-0{padding:0 0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.ma-1{margin:4px 4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.mt-1{margin-top:4px!important}.mr-1{margin-right:4px!important}.mb-1{margin-bottom:4px!important}.ml-1{margin-left:4px!important}.pa-1{padding:4px 4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.pt-1{padding-top:4px!important}.pr-1{padding-right:4px!important}.pb-1{padding-bottom:4px!important}.pl-1{padding-left:4px!important}.ma-2{margin:8px 8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.mt-2{margin-top:8px!important}.mr-2{margin-right:8px!important}.mb-2{margin-bottom:8px!important}.ml-2{margin-left:8px!important}.pa-2{padding:8px 8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.pt-2{padding-top:8px!important}.pr-2{padding-right:8px!important}.pb-2{padding-bottom:8px!important}.pl-2{padding-left:8px!important}.ma-3{margin:16px 16px!important}.my-3{margin-top:16px!important;margin-bottom:16px!important}.mx-3{margin-left:16px!important;margin-right:16px!important}.mt-3{margin-top:16px!important}.mr-3{margin-right:16px!important}.mb-3{margin-bottom:16px!important}.ml-3{margin-left:16px!important}.pa-3{padding:16px 16px!important}.py-3{padding-top:16px!important;padding-bottom:16px!important}.px-3{padding-left:16px!important;padding-right:16px!important}.pt-3{padding-top:16px!important}.pr-3{padding-right:16px!important}.pb-3{padding-bottom:16px!important}.pl-3{padding-left:16px!important}.ma-4{margin:24px 24px!important}.my-4{margin-top:24px!important;margin-bottom:24px!important}.mx-4{margin-left:24px!important;margin-right:24px!important}.mt-4{margin-top:24px!important}.mr-4{margin-right:24px!important}.mb-4{margin-bottom:24px!important}.ml-4{margin-left:24px!important}.pa-4{padding:24px 24px!important}.py-4{padding-top:24px!important;padding-bottom:24px!important}.px-4{padding-left:24px!important;padding-right:24px!important}.pt-4{padding-top:24px!important}.pr-4{padding-right:24px!important}.pb-4{padding-bottom:24px!important}.pl-4{padding-left:24px!important}.ma-5{margin:48px 48px!important}.my-5{margin-top:48px!important;margin-bottom:48px!important}.mx-5{margin-left:48px!important;margin-right:48px!important}.mt-5{margin-top:48px!important}.mr-5{margin-right:48px!important}.mb-5{margin-bottom:48px!important}.ml-5{margin-left:48px!important}.pa-5{padding:48px 48px!important}.py-5{padding-top:48px!important;padding-bottom:48px!important}.px-5{padding-left:48px!important;padding-right:48px!important}.pt-5{padding-top:48px!important}.pr-5{padding-right:48px!important}.pb-5{padding-bottom:48px!important}.pl-5{padding-left:48px!important}




