﻿@charset "utf-8";
html, body { color: #111; background-color: #fff; font-size: 14px; }
a { color: inherit; }
/* 重置表单样式 */
select::-ms-expand { display: none; }
input, select, textarea { box-shadow: none; outline: none; border: none; border-radius: 0; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 0; }
    select::-ms-expand { display: none; }
/* 单行截取 */
.els { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 100%; }
/* 禁止选中文本 */
.noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; }
/* 背景图撑满容器 */

.scaleimg { transition: all .3s; overflow: hidden; }
    .scaleimg:hover img { transition: all .3s; transform: scale(1.1) }




.container { width: 1200px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto }
.w1200 { width: 1200px; margin-right: auto; margin-left: auto }
.w1300 { width: 1300px; margin-right: auto; margin-left: auto }
.w1000 { width: 1000px; margin-right: auto; margin-left: auto }
.w1160 { width: 1160px; margin-right: auto; margin-left: auto }
a { color: #111; transition: color 0.3s ease 0s; }
    a:hover { color: #006eab; }

.vertical-img img { vertical-align: middle; width: 100%; }
.vertical-img i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }

.d-tit { text-align: center; }
    .d-tit h3 { font-size: 32px; color: #555; text-transform: uppercase; position: relative; line-height: 42px; }
        .d-tit h3::after { width: 48px; height: 6px; background: #006eab; content: ''; display: block; position: absolute; left: 50%; top: 50px; margin-left: -24px; }


.hd-item { position: fixed; left: 0; top: 0; width: 100%; z-index: 99; box-shadow: 0 0 20px rgba(0, 0, 0, .3); background-color: #fff; text-transform: capitalize; }
    .hd-item .hd-top { line-height: 80px; padding-top: 5px; border-bottom: 1px solid rgba(51,51,51,.05); padding-bottom: 4px; }
        .hd-item .hd-top .search-inp { color: #666666; font-weight: bold; right: 20px; width: 210px; border: 1px solid #999; border-radius: 18px; padding: 5px 8px; top: 42px; }
            .hd-item .hd-top .search-inp button[type="submit"] { float: left; width: 14px; height: 14px; color: #999; display: block; }
            .hd-item .hd-top .search-inp input[type=text] { float: right; width: 88%; height: 14px; line-height: 14px; }
            .hd-item .hd-top .search-inp input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999; }
            .hd-item .hd-top .search-inp input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; }
            .hd-item .hd-top .search-inp input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; }
            .hd-item .hd-top .search-inp input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999; }
            .hd-item .hd-top .search-inp input[type=text] { /* border-bottom: 1px solid #999; */ }
        .hd-item .hd-top .logo { display: inline-block; color: #000000; font-weight: bold; }
            .hd-item .hd-top .logo img { height: 60px; margin-right: 10px; float: left;margin:10px 0 10px; }
            .hd-item .hd-top .logo h1 { line-height: 80px; font-size: 24px; font-weight:bold;text-indent:-9999px;}
        .hd-item .hd-top .side { right: 20px; top: 5px; line-height: 0; }
            .hd-item .hd-top .side .applink { display: inline-block; *display: inline; zoom: 1; height: 25px; font-size: 25px; margin-right: 10px; color: #000; }
                .hd-item .hd-top .side .applink:hover { color: #006eab; }
    .hd-item .hd-tel { top: 0px; right: 20px; width: 400px; color: #222; line-height: 30px; display: none; }
        .hd-item .hd-tel i { font-size: 30px; color: #006eab; float: left }
        .hd-item .hd-tel b { color: #222; font-size: 24px; padding-top: 10px; }

    .hd-item .hd-fot { border-bottom: 0px solid rgba(51,51,51,.05); }
        .hd-item .hd-fot .item { display: inline-block; width: 170px; line-height: 45px; text-align: center; border-right: 1px solid rgba(51,51,51,.05); max-width: 20%; float: left; position: relative; }
            .hd-item .hd-fot .item:last-child { border-right: none; }
            .hd-item .hd-fot .item .item-tit { font-weight: bold; color: #000000; display: inline-block; width: 100%; vertical-align: top; position: relative; transition: all .4s ease; z-index: 0; font-size: 16px; }
                .hd-item .hd-fot .item .item-tit:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #006eab; border-radius: 0px; opacity: 0; transition: all .4s ease; z-index: -1; }
            .hd-item .hd-fot .item:hover .item-tit, .hd-item .hd-fot .item .cur { color: #fff; }
            .hd-item .hd-fot .item:hover .pcft-subnav-box { visibility: visible; opacity: 1; z-index: 9; }
            .hd-item .hd-fot .item:hover .item-tit:after, .hd-item .hd-fot .item .cur:after { opacity: 1; }
            .hd-item .hd-fot .item .nav-item-tit:hover:after { border-top: 3px solid #006eab; }

.pcft-subnav-box { position: absolute; min-width: 200px; top: 100%; left: 0; z-index: 3; visibility: hidden; opacity: 0; background: #fff; }
    .pcft-subnav-box .pcft-subnav { line-height: 40px; }
        .pcft-subnav-box .pcft-subnav .nav { max-width: 1200px; margin: 0 auto; text-align: left; }
            .pcft-subnav-box .pcft-subnav .nav.tac { text-align: center; }
        .pcft-subnav-box .pcft-subnav .nav-item { display: block; transition: all .4s ease; width: 100%; }
        .pcft-subnav-box .pcft-subnav .nav.tac .nav-item { float: initial; }
        .pcft-subnav-box .pcft-subnav .nav-item:hover { }
        .pcft-subnav-box .pcft-subnav .nav-item.pronav-item:hover .nav-item-subbox { background: #14326d; opacity: 1; visibility: visible; }
        .pcft-subnav-box .pcft-subnav .nav .nav-item:hover .nav-item-subbox { opacity: 1; visibility: visible; }
        .pcft-subnav-box .pcft-subnav .nav-item { width: 100%; min-width: 200px; }
            .pcft-subnav-box .pcft-subnav .nav-item .nav-item-tit { max-width: 100%; border-bottom: 1px #006eab solid; }
            .pcft-subnav-box .pcft-subnav .nav-item + .nav-item .nav-item-tit { border-left: 1px solid rgba(255,255,255,.05); }
        .pcft-subnav-box .pcft-subnav .nav-item-tit { display: inline-block; padding: 0 25px 0 15px; text-align: left; position: relative; vertical-align: top; width: 100%; box-sizing: border-box; color: #000; }
            .pcft-subnav-box .pcft-subnav .nav-item-tit:hover { color: #006eab; }
            .pcft-subnav-box .pcft-subnav .nav-item-tit:after { content: ''; position: absolute; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid rgba(0,0,0,.9); right: 10px; top: 0; bottom: 0; margin: auto 0; }
        .pcft-subnav-box .pcft-subnav .nav .pronav-item .nav-item-subbox { height: 300px; width: 100%; position: absolute; top: 40px; left: 0; border-top: 1px solid rgba(255,255,255,.05); visibility: hidden; opacity: 0; transition: all .4s ease; }
        .pcft-subnav-box .pcft-subnav .nav .nav-item-subbox { visibility: hidden; opacity: 0; }
        .pcft-subnav-box .pcft-subnav .nav-item-wrap { margin-right: -50px; height: 100%; max-width: 100%; }
        .pcft-subnav-box .pcft-subnav .nav-item-subleft { float: left; width: 208px; height: 100%; border-left: 1px solid rgba(255,255,255,.05); border-right: 1px solid rgba(255,255,255,.1); max-width: 100%; }
            .pcft-subnav-box .pcft-subnav .nav-item-subleft a { color: #fff; padding: 0 25px; display: block; position: relative; border-bottom: 1px solid rgba(255,255,255,.05); transition: all .4s ease; }
                .pcft-subnav-box .pcft-subnav .nav-item-subleft a.cur { background: #32579e; }
                .pcft-subnav-box .pcft-subnav .nav-item-subleft a:after { content: ''; position: absolute; width: 3px; height: 5px; background: url('../img/arrow3.png') no-repeat center/100% auto; right: 20px; top: 0; bottom: 0; margin: auto 0; opacity: .2; }



.slide-home { z-index: 5; margin-top: 131px; }
    .slide-home .item { position: relative; height: 600px; min-width: 1200px; }
        .slide-home .item .imgs { height: 100%; position: relative; display: block; }
            .slide-home .item .imgs .bgimg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: no-repeat center/cover; }

    .slide-home .owl-dots { font-size: 0; text-align: center; position: absolute; left: 0; bottom: 76px; z-index: 3; width: 100%; }
        .slide-home .owl-dots .owl-dot span { display: inline-block; *display: inline; zoom: 1; width: 17px; height: 17px; border-radius: 50%; border: 2px solid #d3d4d6; background-color: transparent; position: relative; margin: 0 7px; }
        .slide-home .owl-dots .owl-dot.active span, .slide-home .owl-dots .owl-dot:hover span { border-color: #e6001a; background-color: transparent; }

.owl-theme .owl-dots { font-size: 0; text-align: center; margin-top: 20px; }
    .owl-theme .owl-dots .owl-dot span { width: 16px; height: 16px; display: inline-block; margin: 0 7px !important; position: relative; transition-duration: .5s; cursor: pointer; background: none; opacity: 1; border: 1px solid transparent; background-color: transparent; }
        .owl-theme .owl-dots .owl-dot span:before { position: absolute; display: block; left: 50%; top: 50%; content: ""; width: 6px; height: 6px; margin-left: -3px; margin-top: -3px; border-radius: 50%; transition-duration: .5s; background: #c6c6c6; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { border-color: #006eab; background-color: transparent; }
        .owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before { background: #006eab; }


.i-fir-wrap { background: #f5f5f5; }
.i-category { text-align: center; }
    .i-category a { display: inline-block; line-height: 36px; text-align: center; background: #eee; color: #006eab; text-transform: capitalize; }
        .i-category a.active, .i-category a:hover { color: #fff; background: #006eab; }

.i-newproduct .itemgroup { width: 1220px; }

    .i-newproduct .itemgroup .item { width: 285px; margin-right: 20px; float: left; margin-bottom: 20px; }
.i-newproduct .item a { width: 100%; text-align: center; height: 100%; display: block; background: #fff; overflow: hidden; position: relative; cursor: pointer; transition: box-shadow .3s; }
    .i-newproduct .item a:hover { box-shadow: 0 0 30px rgba(0, 0, 0, .1); }
.i-newproduct .item .pic { width: 285px; height: 214px; display: block; text-align: center; padding-bottom: 46px; }
    .i-newproduct .item .pic img { max-width: 100%; max-height: 100%; }
.i-newproduct .item .con { display: block; width: 245px; text-align: left; padding: 10px 20px 10px 20px; position: absolute; bottom: 0; left: 0; }
.i-newproduct .item:hover .con { color: #fff; }
.i-newproduct .item .bg { width: 100%; background: #006eab; position: absolute; bottom: 0; left: 0; height: 0; transition: height .3s; z-index: 0; }
.i-newproduct .item:hover .bg { height: 46px; }
.i-newproduct .item h2 { line-height: 26px; height: 26px; width: 100%; overflow: hidden; font-size: 14px; }
.i-newproduct .item i.fas { width: 14px; height: 16px; position: absolute; bottom: 15px; right: 6px; cursor: pointer; transition: background .3s; font-size: 14px; }
.i-newproduct .item:hover i.fas, .i-newproduct .item:hover .con { color: #fff; }

/*.i-newproduct .owl-dots { font-size: 0; text-align: center; margin-top: 20px; }
    .i-newproduct .owl-dots .owl-dot span { width: 16px; height: 16px; display: inline-block; margin: 0 7px !important; position: relative; transition-duration: .5s; cursor: pointer; background: none; opacity: 1; border: 1px solid transparent; background-color: transparent; }
        .i-newproduct .owl-dots .owl-dot span:before { position: absolute; display: block; left: 50%; top: 50%; content: ""; width: 6px; height: 6px; margin-left: -3px; margin-top: -3px; border-radius: 50%; transition-duration: .5s; background: #c6c6c6; }
    .i-newproduct .owl-dots .owl-dot.active span, .i-newproduct .owl-dots .owl-dot:hover span { border-color: #006eab; background-color: transparent; }
        .i-newproduct .owl-dots .owl-dot.active span:before, .i-newproduct .owl-dots .owl-dot:hover span:before { background: #006eab; }*/









.i-newproduct .owl-nav { height: 0; top: 50%; -webkit-transform: translateY(calc(-50%)); -ms-transform: translateY(calc(-50%)); transform: translateY(calc(-50%)); position: absolute; width: 100%; margin: 0; }
    .i-newproduct .owl-nav button { margin: 0; position: absolute; opacity: 1; filter: alpha(opacity=100); width: 66px; height: 77px; margin: -38px 0 0; text-shadow: none; background-size: 100% !important; transition: background .3s; z-index: 1; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
        .i-newproduct .owl-nav button span { display: none; }
.i-newproduct.owl-carousel .owl-nav button.owl-prev { background: url(../img/prev.png) no-repeat center; left: -121px }
.i-newproduct.owl-carousel .owl-nav button.owl-next { background: url(../img/next.png) no-repeat center; right: -121px }
.i-newproduct.owl-carousel .owl-nav button.owl-prev:hover { background: url(../img/prev_h.png) no-repeat center; }
.i-newproduct.owl-carousel .owl-nav button.owl-next:hover { background: url(../img/next_h.png) no-repeat center; }

/*.i-thi-wrap { background: url(../img/aboutbg.jpg) no-repeat bottom; overflow: hidden; }
    .i-thi-wrap .about-tit h3 { }
    .i-thi-wrap .desc { font-size: 14px; color: #888; line-height: 26px; margin-bottom: 20px; text-align: center; }
    .i-thi-wrap a.more { width: 180px; line-height: 48px; display: block; margin: 0 auto; text-align: center; border: 1px solid #eee; border-radius: 30px; background-position: 120px center; height: 48px; }
        .i-thi-wrap a.more:hover { background-color: #006eab; color: #fff; }
    .i-thi-wrap .quicklink { padding-top: 50px; }
        .i-thi-wrap .quicklink .tab-title { width: 478px; box-shadow: 0 12px 30px rgba(80,80,80,.1); border: 1px solid rgba(170,170,170,.2); border-bottom: 0px; }
            .i-thi-wrap .quicklink .tab-title ul li { overflow: hidden; }
                .i-thi-wrap .quicklink .tab-title ul li a { width: 300px; transition: all .6s ease 0s; height: 86px; padding: 48px 148px 18px 30px; font-size: 18px; line-height: 30px; display: block; position: relative; }
                    .i-thi-wrap .quicklink .tab-title ul li a em { font-size: 14px; font-style: normal; line-height: 20px; display: block; }
                    .i-thi-wrap .quicklink .tab-title ul li a:hover { background-color: #f2f2f2; color: #006eab; }
                .i-thi-wrap .quicklink .tab-title ul li.active a, .i-thi-wrap .quicklink .tab-title ul li.active a:hover { background: #006eab; color: #fff; }
                .i-thi-wrap .quicklink .tab-title ul li a:before { content: ""; display: block; margin: 0 auto; font-size: 58px; color: rgba(212,212,212,.41); position: absolute; top: 28%; right: 10px; opacity: 1; transition: all .6s ease 0s; line-height: 70px; }
                .i-thi-wrap .quicklink .tab-title ul li.active a:before, .i-thi-wrap .quicklink .tab-title ul li a:hover:before { opacity: 0; font-size: 5px; }
                .i-thi-wrap .quicklink .tab-title ul li a:after { content: ""; display: block; font-size: 128px; color: rgba(212,212,212,.41); position: absolute; top: 38%; right: 10px; opacity: 0; text-align: right; transition: all .6s ease 0s; line-height: 190px; }
                .i-thi-wrap .quicklink .tab-title ul li.active a:after, .i-thi-wrap .quicklink .tab-title ul li a:hover:after { opacity: 1; font-size: 158px; }
                .i-thi-wrap .quicklink .tab-title ul li a.tab01:before { content: "01"; }
                .i-thi-wrap .quicklink .tab-title ul li a.tab02:before { content: "02"; }
                .i-thi-wrap .quicklink .tab-title ul li a.tab03:before { content: "03"; }
                .i-thi-wrap .quicklink .tab-title ul li a.tab01:after { content: "01"; }
                .i-thi-wrap .quicklink .tab-title ul li a.tab02:after { content: "02"; }
                .i-thi-wrap .quicklink .tab-title ul li a.tab03:after { content: "03"; }
                .i-thi-wrap .quicklink .tab-title ul li::after { display: block; width: 88%; height: 1px; margin: 0 auto; content: ""; background-color: #f1f1f1; }
        .i-thi-wrap .quicklink .tab-content { width: 618px; margin: 0 auto; overflow: hidden; }
            .i-thi-wrap .quicklink .tab-content .content_list { width: 242px; margin: 44px auto 5px; height: 100%; }
            .i-thi-wrap .quicklink .tab-content .owl-carousel .owl-stage-outer { overflow: visible; }
            .i-thi-wrap .quicklink .tab-content .item_block { float: none; width: 100%; transition: all .6s ease 0s; }
            .i-thi-wrap .quicklink .tab-content .content_list .item_img { position: relative; overflow: hidden; }
            .i-thi-wrap .quicklink .tab-content .content_list .item_block img { -webkit-transform: scale(.4); -ms-transform: scale(.4); transform: scale(.4); transition: .36s; width: 100%; display: inline; border-radius: 100%; }
            .i-thi-wrap .quicklink .tab-content .content_list .owl-item:not(.active) .item_block img { border: 8px solid #fff; box-shadow: 4px 10px 30px rgba(0,0,0,.27); }
            .i-thi-wrap .quicklink .tab-content .content_list .owl-item.active .item_block img { box-sizing: border-box; border: 3px solid #006eab; border-radius: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
            .i-thi-wrap .quicklink .tab-content .content_list .owl-item .item_block img::after { position: relative; top: -105px; display: block; width: 0; height: 0; margin: 0 auto; content: ""; color: transparent; border-width: 10px; border-style: solid; border-color: #006eab; }
            .i-thi-wrap .quicklink .tab-content .tab-content-desc { background: #fff; width: 618px; height: 113px; overflow: hidden; padding: 15px; line-height: 27px; text-align: center; overflow: hidden; box-shadow: 0 12px 50px rgba(0,0,0,.09); box-sizing: border-box; border: 1px solid #e3e3e3; }
                .i-thi-wrap .quicklink .tab-content .tab-content-desc .item_block { display: none; transition: .36s ease; height: 81px; overflow: hidden; }
                    .i-thi-wrap .quicklink .tab-content .tab-content-desc .item_block.active { display: block; }
*/

.news_bg { height: 692px; overflow: hidden; padding: 70px 0 0; }
.news .yin_t { height: 112px; }
    .news .yin_t:before { left: 38%; }
    .news .yin_t:after { right: 38%; }

.news_t { width: 210px; height: 466px; background: #f0f0f0; padding: 14px 0 0; text-align: center; overflow: hidden; }
    .news_t h3 { font-size: 240px; color: #006eab; margin-bottom: 20px; }
        .news_t h3 a { color: #666 }
            .news_t h3 a:hover { color: #006eab; }
    .news_t em { font-size: 24px; color: #006eab; }
    .news_t em { width: 27px; height: 27px; display: block; margin: 0 auto; padding: 35px 0 20px; }
        .news_t em img { width: 27px; height: 27px; }
    /*    .news_t i { display: block; font-family: Arial, Helvetica, sans-serif; padding: 5px 0; font-weight: bold; text-transform: uppercase; }*/
    .news_t b { display: block; font-size: 24px; color: #272d3b; line-height: 24px; }
    .news_t p { color: #272d3b; line-height: 24px; }
    .news_t span { display: block; width: 112px; margin: 0 auto; padding: 10px 0 0; }
        .news_t span a { display: block; color: #fff; background: #006eab; width: 112px; height: 35px; text-align: center; line-height: 35px; overflow: hidden; }
            .news_t span a:hover { animation: shake 1.5s linear; -webkit-animation: shake 1.5s linear; }
.news_bt { height: 70px; line-height: 60px; overflow: hidden; font-weight: normal; text-transform: uppercase; }
    .news_bt a, .wd_t a { font-size: 24px; color: #006eab; }
    /*        .news_bt a:hover, .news_l dl dd a:hover, .news_c ul li a:hover, .wd_t a:hover, .about dl dd h5 a:hover { color: #f68100; }*/
    .news_bt em { padding: 0 0 0 15px; }
    .news_bt span, .wd_t span { float: right; }
        .news_bt span a, .wd_t span a { color: #666; font-size: 14px; }

.news_c { width: 506px; background: url(../img/news_line.gif) no-repeat 30px 0; padding: 0 30px 0 60px; height: 480px; overflow: hidden; }
.news_pic { width: 506px; overflow: hidden; margin-bottom: 10px; }
    .news_pic img { width: 506px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
        .news_pic img:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.news_info { line-height: 24px; height: 144px; overflow: hidden; text-indent: 2em; }





.news_c ul li { width: 508px; height: 46px; line-height: 46px; overflow: hidden; border-bottom: #d6d6d6 1px dashed; }
    .news_c ul li a { width: 400px; color: #000; display: block; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .news_c ul li span { float: right; color: #7b7b7b; display: block; width: 100px; text-align: right; }

.news_l { width: 364px; height: 480px; background: url(../img/news_line.gif) no-repeat; padding: 0 0 0 30px; }
.wd_t { height: 70px; line-height: 60px; background: url(../img/wd_ico.gif) no-repeat 0 16px; text-transform: uppercase; font-weight: normal; }
.wd_m { height: 400px; overflow: hidden; line-height: 24px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #006eab; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #006eab; }
.mCSB_inside > .mCSB_container { margin-right: 5px; }
.news_l dl { background: #f0f0f0; padding: 10px; }
    .news_l dl dt { overflow: hidden; position: relative; padding-left: 30px; }
        .news_l dl dt i { position: absolute; height: 20px; width: 20px; line-height: 20px; background: #006eab; color: #fff; left: 0px; top: 0px; font-size: 16px; text-align: center; font-style: normal; }
        .news_l dl dt a { display: block; padding: 0 20px 0 75px; width: 205px; height: 60px; line-height: 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
            .news_l dl dt a:hover { color: #f68100; }
    .news_l dl dd { margin: 19px 0 19px; line-height: 20px; padding-left: 35px; padding-bottom: 19px; border-bottom: 1px dashed #cfcfcf; position: relative; }
        .news_l dl dd i { position: absolute; height: 20px; width: 20px; line-height: 20px; background: #696969; color: #fff; left: 0px; top: 0px; font-size: 16px; text-align: center; font-style: normal; }



















.i-sec-wrap { background: #f6f6f6 url(../img/new_bg.jpg) no-repeat center; overflow: hidden; }
.i-news { }
.left-wrap { width: 482px; }
    .left-wrap .img { width: 482px; height: 240px; display: block; transition: transform 0.3s ease 0s; overflow: hidden; }
        .left-wrap .img img { width: 100%; }
        .left-wrap .img:hover img { transform: scale(1.05, 1.05); transition: transform 0.6s ease 0s; }
    .left-wrap .cont { padding: 28px; background: #006eab; color: #fff; }
        .left-wrap .cont .date { width: 60px; text-align: center; font-size: 16px; margin-top: 10px; }
            .left-wrap .cont .date b { font-size: 32px; display: block; line-height: 45px; }
        .left-wrap .cont .tit-box { width: 342px; }
            .left-wrap .cont .tit-box p { line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
                .left-wrap .cont .tit-box p a { font-size: 18px; font-weight: bold; }
            .left-wrap .cont .tit-box .word { margin-top: 10px; line-height: 25px; height: 100px; overflow: hidden; }
            .left-wrap .cont .tit-box a, .left-wrap .cont .tit-box a:hover { color: #fff; }


.right-list { width: 628px; }
    .right-list dl { border-bottom: 1px dashed #dadada; padding-bottom: 10px; margin-bottom: 10px; }
    .right-list dd { width: 60px; text-align: center; font-size: 16px; margin-top: 10px; }
        .right-list dd b { font-size: 32px; display: block; line-height: 45px; }

    .right-list dt { width: 500px; }
        .right-list dt p { line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
            .right-list dt p a { color: #006eab; font-size: 18px; }
        .right-list dt .word { margin-top: 10px; line-height: 25px; height: 50px; overflow: hidden; }
.main-list { margin-top: 52px; }
    .main-list li { line-height: 55px; border-bottom: 1px solid #dadada; }
        .main-list li a { float: left; width: 540px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
        .main-list li span { float: right; }


.i-sec-wrap .nmore { width: 160px; height: 33px; line-height: 33px; background: #006eab; margin: 30px auto; display: block; text-align: center; color: #fff; }
    .i-sec-wrap .nmore:hover { background: #494949; }


.i-fou-wrap { overflow: hidden; }

.i-applications { position: relative; }
    .i-applications .item_block { width: 100%; transition: all .36s ease; height: auto; float: left; margin-right: 0px; margin-bottom: 0px; position: relative; box-shadow: 0 0 0 rgba(0,0,0,.15); overflow: hidden; }
        .i-applications .item_block:hover { }
        .i-applications .item_block .item_img { overflow: hidden; }
        .i-applications .item_block img { transition: all .36s ease; }
        .i-applications .item_block:hover .item_box .item_img img { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); }
        .i-applications .item_block .item_name { line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #006eab; color: #fff; text-align: center; }
    .i-applications .owl-theme .owl-nav { height: 0; top: 50%; -webkit-transform: translateY(calc(-50%)); -ms-transform: translateY(calc(-50%)); transform: translateY(calc(-50%)); position: absolute; width: 100%; margin: 0; }
        .i-applications .owl-theme .owl-nav .owl-prev { position: absolute; left: -60px; transition: all .36s ease; width: 50px; height: 50px; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0; background: #D6D6D6 url(../img/proprev.png) no-repeat center; }
            .i-applications .owl-theme .owl-nav .owl-prev:hover { background: #006eab url(../img/proprev.png) no-repeat center; }
        .i-applications .owl-theme .owl-nav .owl-next { position: absolute; right: -60px; transition: all .36s ease; width: 50px; height: 50px; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0; background: #D6D6D6 url(../img/pronext.png) no-repeat center; }
            .i-applications .owl-theme .owl-nav .owl-next:hover { background: #006eab url(../img/pronext.png) no-repeat center; }



.footer-wrap { background: #222222; padding-top: 60px; margin-bottom: 10px; }
    .footer-wrap ul li { text-align: left; margin-right: 10% }
        .footer-wrap ul li .link { margin-bottom: 20px }
            .footer-wrap ul li .link a { position: relative; text-transform: uppercase; color: #eee; font-weight: bold; }
                .footer-wrap ul li .link a::after { content: ' '; position: absolute; left: 50%; bottom: -6px; width: 28px; height: 2px; margin-left: -14px; background-color: #e60606; opacity: 0; filter: alpha(opacity=0); transform: scale(0, 1); transition: transform 0.4s }
        .footer-wrap ul li .sm-link { margin-bottom: 8px; }
            .footer-wrap ul li .sm-link a { text-transform: capitalize; transition: color 0.4s; color: #eee; }
                .footer-wrap ul li .sm-link a:hover { }
        .footer-wrap ul li.last .link { text-transform: uppercase; color: #eee; font-weight: bold; }
        .footer-wrap ul li.last.fr { width: 285px; margin-right: 0; }


.footer-right-address { line-height: 24px; }
.footer-icon .applink { display: inline-block; *display: inline; zoom: 1; height: 25px; margin-right: 10px; color: #006eab; font-size: 25px; }
    .footer-icon .applink:hover { color: #006eab; }
.footer-right-address .footer-company, .footer-right-address .work-h5, .footer-right-address .ser-line { margin-top: 1rem; }
.ser-line p { margin-bottom: 5px; color: #eee; }
    .ser-line p a { color: #eee; }
    .ser-line p i { font-size: 24px; color: #006eab; margin-right: 5px; float: left; }
.footer-right-address .footer-add-h5 { margin-top: 1rem; }
    .footer-right-address .footer-add-h5 i { font-size: 15px; color: #006eab; margin-right: 3px; }




.footer-wrap .btn .w1200 { padding: 15px 0; color: #616161; }

.footer-wrap .bot { line-height: 56px; background: #111111; border-top: 1px solid #020202; color: #eee; }
    .footer-wrap .bot a { color: #eee; }
    .footer-wrap .bot .fl { color: #999999; }
    .footer-wrap .bot .fr { color: #999999; }

.weblinks { width: 1200px; margin-right: auto; margin-left: auto; line-height: 40px; }
    .weblinks dt { display: block; float: left; width: 100px; }
        .weblinks dt strong { color: #464646; }
            .weblinks dt strong img { margin-top: -3px; margin-right: 5px; height: 18px; }
    .weblinks dd { display: block; float: left; width: 1100px; }
    .weblinks span { padding-right: 10px; padding-left: 10px; }
    .weblinks a { text-decoration: none; }
        .weblinks a:hover { color: #006eab; text-decoration: none; }

.yb_conct { position: fixed; z-index: 9999999; top: 200px; right: -127px; cursor: pointer; transition: all .3s ease; }
.yb_bar ul li { width: 180px; height: 53px; font: 16px/53px 'Microsoft YaHei'; color: #fff; text-indent: 54px; margin-bottom: 3px; border-radius: 3px; transition: all .5s ease; overflow: hidden; }
.yb_bar .yb_top { background: #006eab url(../img/rightbar.png) no-repeat 0 0; }
.yb_bar .yb_phone { background: #006eab url(../img/rightbar.png) no-repeat 0 -57px; }
.yb_bar .yb_QQ { text-indent: 0; background: #006eab url(../img/rightbar.png) no-repeat 0 -113px; }
.yb_bar .yb_ercode { background: #006eab url(../img/rightbar.png) no-repeat 0 -169px; }
.hd_qr { padding: 0 29px 25px 29px; }
.yb_QQ a { display: block; text-indent: 54px; width: 100%; height: 100%; color: #fff; }


.new-float { position: fixed; right: 0; top: 50%; z-index: 50; width: 77px; height: 374px; margin-top: -150px; }
    .new-float li { position: relative; width: 77px; height: 57px; margin-bottom: 1px; line-height: 27px; color: #fff; text-align: center; background: #006eab; }
        .new-float li.hover { overflow: hidden; }
        .new-float li i { height: 30px; line-height: 40px; font-size: 24px; color: #fff; }
        .new-float li a { display: inline-block; color: #fff; }
            .new-float li a.tit { width: 77px; height: 57px; padding: 0px 10px 0 0; color: #fff; }
        .new-float li p { position: relative; z-index: 2; height: 27px; cursor: pointer; }
        .new-float li.return-webtop i { line-height: 57px; font-size: 40px; cursor: pointer; }
        .new-float li .tel { position: absolute; left: 77px; top: 0; z-index: 1; width: 184px; height: 57px; font: 20px/57px Arial; color: #fff; background: #006eab; cursor: pointer; }
.floatimg { position: absolute; right: 77px; top: -36.5px; z-index: 1; width: 120px; height: 120px; border: 5px solid #006eab; }
    .floatimg img { width: 100%; }
