﻿@charset "utf-8";
html, body { color: #666; background-color: #fff; font-size: 14px; }
.w1200 { width: 1200px; margin: 0 auto;  }
.w1300 { width: 1300px; margin: 0 auto; }
.w1000 { width: 1000px; margin: 0 auto; }
.w1160 { width: 1160px; margin: 0 auto; }
.pt50 { padding-top: 50px; }
a { color: #666; transition: color 0.3s ease 0s; }
    a:hover { color: #4b73b0; }
ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
.mt15 { margin-top: 15px; }
.mb15 { margin-bottom: 15px; }
.img a img { vertical-align: middle; width: 100%; }
.img a i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }


.tit-box h4 { font-size: 24px; line-height: 30px; color: #555; margin-right: 10px; display: inline-block; }
.tit-box .intr { font-size: 14px; color: #bbb; line-height: 26px; display: inline-block; }
.tit-box .line { display: block; width: 10px; height: 2px; background-color: #4b73b0; margin-top: 6px; line-height: 2px; }
.tit-box .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; }
.i-wrap { background: #fff; max-width: 1300px; margin: 0 auto; }


/*.header_wrap { width: 100%; margin-right: auto; margin-left: auto; }
.header_top { width: 100%; padding-top: 10px; height: 70px; }
.header { width: 1200px; margin-right: auto; margin-left: auto; }
.logo { float: left; }
.t_text { height: 60px; line-height: 60px; color: #3e3e3f; font-size: 36px; font-weight: bold; background: url(../img/h_l.gif) no-repeat left center; }
.h-lx { height: 60px; font: 20px/60px "微软雅黑"; background: url(../Img/tel.png) no-repeat left top; padding-left: 240px; overflow: hidden; float: right; }
    .h-lx b { display: inline-block; font: bold 28px/60px Arial, Helvetica, sans-serif; color: #D90000; }

.header_nav { width: 100%; background: #4b73b0; height: 50px; }
    .header_nav .w1200 { z-index: 20; }
    .header_nav li { float: left; background: url(../img/nav_bor.gif) no-repeat 0 18px; position: relative; }
        .header_nav li:first-child { background: none; }
    .header_nav ul li a { font-size: 15px; color: #FFF; display: block; width: 150px; text-align: center; line-height: 50px; }
        .header_nav ul li a:hover { font-weight: bold; }
    .header_nav ul li.cur a { font-weight: bold; }
        .header_nav ul li.cur a:hover { }
    .header_nav .sub-box { position: absolute; left: 0px; top: 100%; width: 100%; font-size: 14px; line-height: 42px; display: none; background-color: #4b73b0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; }
        .header_nav .sub-box p { line-height: 40px; margin: 0 auto; text-align: center; transition: background 0.3s ease 0s; }
            .header_nav .sub-box p:hover { background-color: #595959; }
                .header_nav .sub-box p:hover a { color: #fff; }
            .header_nav .sub-box p:last-child a { border-bottom: none; }
        .header_nav .sub-box a { display: inline-block; color: #fff; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 8px; width: 104px; }
            .header_nav .sub-box a:hover { }*/



.header-wrap { background: #fff; position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); }
.header-top { height: 60px; border-bottom: 1px solid #e5e5e5;padding:15px 0 }
    .header-top .logo { display: inline-block; }
    .header-top h1 { height: 60px; line-height: 60px;font-size: 30px; font-weight: bold;margin-left:10px; }
        .header-top h1 a {color:#000; }
        .header-top span { height: 32px; width: 340px; background: #4b73b0; display: block; color: #fff; border-radius: 5px; margin-top: 19px; font-size: 16px; text-align: center; line-height: 32px; }
/*.header-bottom { position: relative; }*/
/* .header-bottom .header-nav { line-height: 42px; margin-right: 8px;  z-index: 2; }
        .header-bottom .header-nav li { font-size: 16px; position: relative; float: left; }
        .header-bottom .header-nav a.tit { color: #000; width: 120px; text-align: center; padding: 0 0px;  display: inline-block; height: 60px; line-height: 60px; }
        .header-bottom .header-nav li:first-child a.tit { background: none; padding-left: 0; }
        .header-bottom .header-nav li:hover a.tit { color: #003A8C; }
        .header-bottom .header-nav .sub-box { position: absolute; left: 0px; top: 100%; width: 120px; font-size: 16px; line-height: 30px; display: none; background-color: #F3F3F3; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; }
            .header-bottom .header-nav .sub-box p { width: 100px; line-height: 42px; margin: 0 auto; padding: 0 10px; transition: background 0.3s ease 0s; }
                .header-bottom .header-nav .sub-box p:hover { background-color: #003A8C; }
                    .header-bottom .header-nav .sub-box p:hover a { color: #fff; border-bottom: 1px solid #003A8C; }
                .header-bottom .header-nav .sub-box p:last-child a { border-bottom: none; }
            .header-bottom .header-nav .sub-box a { display: inline-block; color: #333; text-align: center; width: 100px; border-bottom: 1px solid #d4d4d4; }
                .header-bottom .header-nav .sub-box a:hover { color: #003A8C; }*/
.header-bottom {background:#4b73b0; }

.nav_ul { float: right; line-height: 60px; }
    .nav_ul li {width:120px;float: left;}
        .nav_ul li>a { font-size: 16px; display: block; color: #fff; transition: all 0.5s ease 0s;text-align:center; }
            .nav_ul li > a:hover { font-weight: bold; color: #fff; transition: all 0.5s ease 0s; }

.nav_box { -webkit-animation: fadeInUp 0.5s linear 0s both; -moz-animation: fadeInUp 0.5s linear 0s both; animation: fadeInUp 0.5s ease 0s both; width: 100%; top: 151px; left: 0; display: none; padding: 20px 0; background: url(../img/navbj.png) left top; position: absolute; }
.nav_dl dt { float: left; background: url(../img/navline.jpg) left top no-repeat; height: 140px; width: 228px; padding-left: 28px; box-sizing: border-box; }
    .nav_dl dt .nav_h3 { height: 32px; line-height: 32px; font-size: 22px; padding-top: 42px; color: #4b73b0; }
    .nav_dl dt .nav_i { display: block; height: 20px; line-height: 20px; font-size: 14px; font-family: 'Arial'; color: #c7c7c7; text-transform: uppercase; }
.nav_dl dd { float: left; width: 972px; padding-top: 48px; }
    .nav_dl dd a { display: block; margin-left: 43px; width: auto; min-width: 200px; box-sizing: border-box; padding: 0 10px 0 0; height: 42px; line-height: 42px; text-indent: 5px; float: left; margin-bottom: 20px; overflow: hidden; background: url(../img/navli.png) right center no-repeat; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; font-size: 14px; color: #666666 !important; }
.nav_ul li:hover .nav_box { display: block; }
.nav_ul li .nav_box a:hover { font-weight: normal; color: #4b73b0 !important; }










.header-search { height: 21px; position: relative; border: 1px solid #e4e4e4; padding: 4px; margin-top: 15px;background:#fff; }
    .header-search .text { width: 180px; height: 21px; line-height: 21px; color: #444; float: left; border: none; }
    .header-search .btn { width: 18px; height: 18px; background: url(../img/search_icon.png) no-repeat; float: right; border: none; margin-top: 2px; cursor: pointer; text-indent: -9999px; }









.search_bg { background: #4b73b0; top; width: 100%; height: 41px; padding: 10px 0; }
.hotsearch { width: 1200px; margin-right: auto; margin-left: auto; line-height: 41px; }
    .hotsearch dl dt { float: left; color: #fff; }
    .hotsearch dl dd { float: left; padding-left: 10px; }
        .hotsearch dl dd a { font-size: 14px; color: #fff; }
            .hotsearch dl dd a:hover { }
    .hotsearch dl { float: left; display: block; width: 680px; height: 41px; overflow: hidden; }
.productsearch { float: right; width: 500px; height: 36px; margin-top: 2px; }
    .productsearch input { border: 0; padding: 0px; margin: 0px; }
    .productsearch .s_text { width: 415px; display: block; float: left; line-height: 36px; background: #fff; padding-left: 10px; padding-left: 10px; }
    .productsearch .s_btn { cursor: pointer; display: block; float: left; height: 36px; width: 65px; font-size: 14px; font-weight: 700; color: #FFF; background: #3f3f3f; line-height: 36px; }
        .productsearch .s_btn:hover { background: #1976d2; }
.flex-control-nav { display: none; }
.flex-direction-nav { display: block; }
.flex-prev { display: block; background: url(../img/banner_left.png) center center no-repeat; font-size: 0; width: 58px; height: 58px; position: absolute; left: 60px; top: 50%; margin-top: -29px; z-index: 99; }
.flex-next { display: block; background: url(../img/banner_right.png) center center no-repeat; font-size: 0; width: 58px; height: 58px; position: absolute; right: 60px; top: 50%; margin-top: -29px; z-index: 999; }
.flexslider { position: relative; width: 100%; height: 530px; margin: 151px auto 0; overflow: hidden; }
.slides { }
    .slides li .banner_img { width: 1920px; height: 530px; }
    .slides li { position: relative; }
        .slides li img { transition: 8s ease 0s; }
.slides { width: 1920px; height: 530px; position: absolute; left: 50%; margin-left: -960px; }
    /*.slides li.flex-active-slide img { transition: 8s ease 0s; transform: scale(1.15,1.15); }*/

.sban-wrap { height: 350px; margin-top: 132px; }
.sban { height: 350px; background: url(../img/loadings.gif) no-repeat center; }
    .sban .imglist li.active { animation: bannerIn 15s forwards; }

.d-tit { text-align: center; margin-bottom: 50px; }
    .d-tit h3 { font-size: 36px; font-weight: 700; color: #555; padding: 10px 0px; line-height: 30px; font-family: "PN-BOLD" }
    /*.d-tit h3 span { color: #4b73b0; }*/
    .d-tit em { font-size: 14px; line-height: 26px; text-transform: uppercase; color: #595959; font-style: normal; }
    .d-tit h4 { font-size: 16px; line-height: 30px;color: #595959; font-style: normal; }
    /*.d-tit h3::after { width: 5px; height: 24px; background: #00a1e9; content: '.'; display: block; position: absolute; left: 0; top: 3px; }*/
    .d-tit span { color: #bfbfbf; text-transform: uppercase; height: 25px; line-height: 25px; font-size: 12px; padding-bottom: 28px; position: relative; display: block; }
        .d-tit span::after { width: 24px; height: 6px; background: #4b73b0; content: ''; display: block; position: absolute; left: 50%; top: 36px; margin-left: -12px; }
    .d-tit p { line-height: 28px; color: #7f7f7f; }

.tit-box h4 { font-size: 24px; line-height: 30px; color: #555; margin-right: 10px; display: inline-block; }
.tit-box .intr { font-size: 14px; color: #bbb; line-height: 26px; display: inline-block; }
.tit-box .line { display: block; width: 10px; height: 2px; background-color: #4b73b0; margin-top: 6px; line-height: 2px; }
.tit-box .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; }

.i-fir-wrap { padding-top: 50px;background: #fff; overflow: hidden; }
    .i-fir-wrap .w1200 { background: url(../img/about.jpg) no-repeat center; height: 500px; border: 1px solid #eee; transition: all .6s; }
        .i-fir-wrap .w1200 .about_info { background: url(../img/about_bg.png) no-repeat; width: 450px; height: 450px; color: #fff; padding: 50px 0 0 35px; line-height: 26px;}
        .i-fir-wrap .w1200:hover .about_info { background: url(../img/about_bg1.png) no-repeat; -moz-transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; }
        .i-fir-wrap .w1200 .about_info h2 { text-align: left; font-size: 30px; color: #ffffff;line-height:normal;margin-bottom:40px }
            .i-fir-wrap .w1200 .about_info h2 a { color: #ffffff; }
            .i-fir-wrap .w1200 .about_info h2 span { font-size:18px; color: #ffffff; display: block; font-weight: normal; }

.i-zero-wrap { background: #fff; }
    .i-zero-wrap .w1200 { }
.counter_list { padding-top: 50px; padding-bottom: 50px; }
    .counter_list li { width: 25%; float: left; text-align: center; position: relative; }
        .counter_list li:not(:last-child):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 { text-align: left; margin-left: 90px; }
            .counter_list li p.number .counterDX { font-size: 50px; font-family: helveticaneuethn,Arial; text-align: center; margin-top: 15px; 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; }


.i-sec-wrap { padding-top: 60px; padding-bottom: 10px; background: #fff; overflow: hidden; background: #ededed url(../img/product_bg11.png) no-repeat center 480px;}

.i-category { text-align: center; margin-top: 20px; }
    .i-category a { display: inline-block; margin-right: 3px; font-size: 14px; line-height: 36px; text-align: center; padding: 0 20px; }
        .i-category a.active, .i-category a:hover { color: #fff; background: #4b73b0; }

.pro_list { margin-bottom: 52px; height: 489px }
    .pro_list li { width: 400px; height: 489px; float: left; position: relative; border: 1px solid #D6D6D6; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-transition: all .3s ease; transition: all .3s ease }
        .pro_list li > a { display: block; overflow: hidden; height: 487px }
        .pro_list li img { width: 80%; text-align: center; margin-left: 10%; margin-top: 150px; }
        .pro_list li h3 { position: absolute; padding-bottom: 20px; padding-top: 62px; padding-left: 67px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; top: 0 }
            .pro_list li h3 strong { display: block; font-size: 24px; color: #333; line-height: 100% }
            .pro_list li h3 span { display: block; font-size: 14px; color: #333; line-height: 100%; text-transform: uppercase; margin-top: 9px; font-weight: 400 }
            .pro_list li h3:after { position: absolute; content: ""; width: 36px; height: 5px; background: #4b73b0; left: 67px; bottom: 0; opacity: 1; -o-transition: all .3s ease; transition: all .3s ease }
            .pro_list li h3:before { position: absolute; content: ""; width: 130px; height: 63px; background: url(../img/pro_more.png) no-repeat center; right: -1px; top: -1px; opacity: 0; -o-transition: all .3s ease; transition: all .3s ease }
        .pro_list li:nth-child(2n) { border-right: 0; border-left: 0 }
        .pro_list li:hover { border-color: #fff; box-shadow: 0 0 35px rgba(0, 0, 0, .1); z-index: 2 }
            .pro_list li:hover h3 { background: url(../img/pro_t.png) no-repeat 64px 27px }
                .pro_list li:hover h3:before { opacity: 1 }
                .pro_list li:hover h3:after { opacity: 0 }
        .pro_list li:nth-child(2n):hover:before, .pro_list li:nth-child(2):hover:after { position: absolute; content: ""; width: 1px; height: 489px; background: #fff; top: -1px }
        .pro_list li:nth-child(2n):hover:before { left: -1px }
        .pro_list li:nth-child(2n):hover:after { right: -1px }


.product_ct { position: relative; margin-top: 20px; }
.pprev, .pnext { width: 80px; height: 80px; position: absolute; top: 50%; margin-top: -40px; cursor: pointer; -webkit-transition: all .3s; transition: all .3s; border-radius: 50%; z-index: 30; }
.pprev { left: -100px; }
.pnext { right: -100px; }
    .pprev:hover, .pnext:hover { box-shadow: 0 10px 15px 0 #bbb; z-index: 2; -webkit-transform: translate(0,-0px); -webkit-transform: translate(0,-0px) }

.i-thi-wrap { background: url(../img/aboutbg.jpg) no-repeat center -200px; overflow: hidden; padding-top: 50px; padding-bottom: 50px; }
    .i-thi-wrap .about-tit h3 { font-size: 24px; line-height: 30px; color: #555; margin-bottom: 20px; text-align: center; font-family: "PN-BOLD" }
    .i-thi-wrap .about-tit .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: #4b73b0; 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: #4b73b0; }
                .i-thi-wrap .quicklink .tab-title ul li.active a, .i-thi-wrap .quicklink .tab-title ul li.active a:hover { background: #4b73b0; 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: 22px 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 #4b73b0; 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: #4b73b0; }
            .i-thi-wrap .quicklink .tab-content .tab-content-desc { background: #fff; width: 618px; height: 138px; 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-fou-wrap { background: #f6f6f6 url(../img/new_bg.jpg) no-repeat center; overflow: hidden; padding-top: 80px; }
.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:hover img { transform: scale(1.05, 1.05); transition: transform 0.6s ease 0s; }
    .left-wrap .cont { padding: 28px; background: #4b73b0; color: #fff; }
        .left-wrap .cont .date { width: 60px; text-align: center; }
            .left-wrap .cont .date b { font-size: 30px; 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; padding-bottom: 14px; border-bottom: 1px solid #7daad3; font-size: 16px; }
            .left-wrap .cont .tit-box .word { margin-top: 10px; line-height: 25px; height: 50px; overflow: hidden; }
            .left-wrap .cont .tit-box a, .left-wrap .cont .tit-box a:hover { color: #fff; }


.right-list { width: 628px; }
    .right-list dl { margin-top: 18px; }
    .right-list dd { width: 60px; text-align: center; }
        .right-list dd b { font-size: 30px; 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; padding-bottom: 14px; border-bottom: 1px solid #dadada; font-size: 16px; }
            .right-list dt p a { color: #4b73b0; }
        .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-fou-wrap .nmore { width: 160px; height: 33px; line-height: 33px; background: #4b73b0; margin: 30px auto; display: block; text-align: center; color: #fff; }
    .i-fou-wrap .nmore:hover { background: #494949; }


.i-fiv-wrap { overflow: hidden; margin-bottom: 50px; margin-top: 50px; }

.i-applications { position: relative; }
    .i-applications .item_block { 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; border: 1px solid #4b73b0; }
        .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: #4b73b0; color: #fff; text-align: center; font-size: 16px; }
    .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: #4b73b0 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: #4b73b0 url(../img/pronext.png) no-repeat center; }

.footer-wrap { background: url(../img/foot_bg.jpg) no-repeat bottom center; padding-top: 36px; padding-bottom: 10px;line-height:2; }
    .footer-wrap ul li { text-align: left; margin-right: 9% }
        .footer-wrap ul li .link { margin-bottom: 20px }
            .footer-wrap ul li .link a { position: relative; font-size: 18px; color: #fff; font-family: "PN-REG"; text-transform: uppercase }
                .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 { font-size: 14px; font-family: PN-REG; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; transition: color 0.4s; }
                .footer-wrap ul li .sm-link a:hover { color: #fff; }
        .footer-wrap ul li.last .link { font-size: 18px; color: #fff; font-family: "PN-REG"; text-transform: uppercase; }
        .footer-wrap ul li.last.fr { margin-right: 0; width: 315px; }
.footer-right-address { font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.6); }
    .footer-right-address .footer-company, .footer-right-address .work-h5, .footer-right-address .ser-line { color: #fff; margin-top: 1rem; }
    .footer-right-address .footer-add-h5 { padding-left: 15px; color: #e60039; margin-top: 1rem; background: url(../img/add2.png) no-repeat left center; }
    .footer-right-address .footer-company { font-size: 20px; margin-bottom: 15px; }
    .footer-right-address li { margin-bottom: 20px; }
        .footer-right-address li img { width: 40px; height: 40px; float: left; margin-right: 17px; margin-top: 6px; margin-bottom: 10px; }
        .footer-right-address li span { font-size: 14px; display: block; color: #fff; line-height: 26px; }
            .footer-right-address li span.tel { font-size: 18px; }






.footer-wrap .btm .w1200 { padding: 5px 0; border-top: 1px solid #1a1a1a; font-size: 12px; font-family: "PN-BOLD"; color: #616161; }
.footer-wrap .btn .w1200 a { color: #999; }      
        .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: #4b73b0; 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: #4b73b0 url(../img/rightbar.png) no-repeat 0 0; }
.yb_bar .yb_phone { background: #4b73b0 url(../img/rightbar.png) no-repeat 0 -57px; }
.yb_bar .yb_QQ { text-indent: 0; background: #4b73b0 url(../img/rightbar.png) no-repeat 0 -113px; }
.yb_bar .yb_ercode { background: #4b73b0 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; }
