﻿            @charset "utf-8";
        body {
            overflow-x: hidden
        }
        
        @font-face {
            font-family: "DINPro-Light_0";
            src: url("../fonts/DINPro-Light_0.woff2") format("woff2"), url("../fonts/DINPro-Light_0.woff") format("woff"), url("../fonts/DINPro-Light_0.ttf") format("truetype"), url("../fonts/DINPro-Light_0.eot") format("embedded-opentype"), url("../fonts/DINPro-Light_0.svg") format("svg");
            font-weight: normal;
            font-style: normal
        }
        
        @font-face {
            font-family: "avgr45w";
            src: url("../fonts/avgr45w.woff2") format("woff2"), url("../fonts/avgr45w.woff") format("woff"), url("../fonts/avgr45w.ttf") format("truetype"), url("../fonts/avgr45w.eot") format("embedded-opentype"), url("../fonts/avgr45w.svg") format("svg");
            font-weight: normal;
            font-style: normal
        }
        
        @font-face {
            font-family: "times";
            src: url("../fonts/times.woff2") format("woff2"), url("../fonts/times.woff") format("woff"), url("../fonts/times.ttf") format("truetype"), url("../fonts/times.eot") format("embedded-opentype"), url("../fonts/times.svg") format("svg");
            font-weight: normal;
            font-style: normal
        }
        
        @font-face {
            font-family: "../fonts/HelveticaLTStd-Roman";
            src: url("../fonts/HelveticaLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaLTStd-Roman.ttf") format("truetype"), url("../fonts/HelveticaLTStd-Roman.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStd-Roman.svg") format("svg");
            font-weight: normal;
            font-style: normal
        }
        
        @font-face {
            font-family: "DIN-BOLD";
            src: url("../fonts/DIN-BOLD.woff2") format("woff2"), url("../fonts/DIN-BOLD.woff") format("woff"), url("../fonts/DIN-BOLD.ttf") format("truetype"), url("../fonts/DIN-BOLD.eot") format("embedded-opentype"), url("../fonts/DIN-BOLD.svg") format("svg");
            font-weight: normal;
            font-style: normal
        }
        
        @font-face {
            font-family: "DINCond-Regular";
            src: url("../fonts/DINCond-Regular.woff2") format("woff2"), url("../fonts/DINCond-Regular.woff") format("woff"), url("../fonts/DINCond-Regular.ttf") format("truetype"), url("../fonts/DINCond-Regular.eot") format("embedded-opentype"), url("../fonts/DINCond-Regular.svg") format("svg")
        }
        
        @font-face {
            font-family: "DIN-MEDIUM(1)";
            src: url("../fonts/DIN-MEDIUM(1).woff2") format("woff2"), url("../fonts/DIN-MEDIUM(1).woff") format("woff"), url("../fonts/DIN-MEDIUM(1).ttf") format("truetype"), url("../fonts/DIN-MEDIUM(1).eot") format("embedded-opentype"), url("../fonts/DIN-MEDIUM(1).svg") format("svg")
        }
        
        input,
        textarea,
        select {
            -webkit-appearance: none;
            border-radius: 0
        }
        
        input[type="checkbox"] {
            -webkit-appearance: checkbox
        }
        
        img {
            vertical-align: top
        }
        
        input,
        textarea {
            -webkit-appearance: none
        }
        
        .container {
            width: 1300px;
            margin-left: auto;
            margin-right: auto
        }
        
        @media (max-width:1300px) {
            .container {
                width: 100%;
                padding: 0 15px
            }
        }
        
        .container-2 {
            width: 1260px;
            margin-left: auto;
            margin-right: auto
        }
        
        @media (max-width:1260px) {
            .container-2 {
                width: 100%;
                padding: 0 10px
            }
        }
        
        .header {
            height: 100px;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99;
            background: #FDFDFE;
            position: absolute
        }
        
        .header .logo {
            float: left
        }
        
        .header .logo img {
            margin-top: 15px;
            max-height: 70px
        }
        
        .header .warp {
            width: 61%;
            float: right
        }
        
        .header .navigation {
            float: right;
            margin-top: 13px;
            line-height: 28px;
            text-align: right
        }
        
        .header .navigation a {
            color: #555;
            font-size: 15px;
            padding: 0 10px;
            position: relative;
        }
        
        .header .navigation a:before {
            left: 0;
            top: 50%;
            margin-top: -8px;
            width: 1px;
            height: 17px;
            content: "";
            position: absolute;
            background: #dbdbdb
        }
        
        .header .navigation a:hover {
            color: #004ea2
        }
        
        .header .navigation img {
            margin-right: 10px;
            max-height: 25px
        }
        
        .header .search {
            margin-left: 10px
        }
        
        .header .search input {
            padding: 0 10px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            color: #777;
            width: 200px;
            font-family: "微软雅黑";
            border: solid 1px #ddd
        }
        
        .header .search .btn {
            padding-right: 0;
            margin-left: -35px
        }
        
        .header .search .btn img {
            margin-top: 5px;
            max-height: 15px
        }
        
        .header .search .btn:before {
            display: none
        }
        
        .header .language {
            right: 0;
            top: 0;
            width: 150px;
            height: 100%;
            font-size: 15px;
            line-height: 100px;
            text-align: center;
            background: #004ea2;
            position: absolute;
            display: none
        }
        
        .header .language img {
            margin-right: 6px;
            max-height: 25px;
            margin-top: 40px;
            vertical-align: top
        }
        
        @media (max-width:1600px) {
            .header .warp {
                width: 59%;
                padding-right: 0px;
            }
        }
        
        .header .language a {
            color: #fff;
        }
        
        @media (max-width:1439px) {
            .header .warp {
                width: 59%;
                padding-right: 0px
            }
            .nav li {
                font-size: 16px;
                margin-left: 30px !important
            }
        }
        
        @media (max-width:1200px) {
            .header {
                left: 0;
                top: 0;
                height: 65px;
                width: 100%;
                z-index: 999;
                background: #fff;
                position: fixed;
                border-bottom: solid 1px #004ea2
            }
            .header .navigation {
                display: none
            }
            .header .logo img {
                margin-top: 10px;
                max-height: 45px
            }
            .header .language {
                width: 180px;
                padding-left: 20px;
                text-align: left;
                line-height: 65px
            }
            .header .language img {
                margin-top: 22px;
                max-height: 20px
            }
        }
        
        .nav {
            float: right;
            text-align: right
        }
        
        .nav li {
            float: left;
            font-size: 17px;
            margin-left: 45px;
            position: relative
        }
        
        .nav li>a {
            color: #333;
            display: block;
            height: 50px;
            line-height: 50px
        }
        
        .nav li .subnav {
            top: 50px;
            left: 50%;
            margin-left: -100px;
            width: 100%;
            width: 200px;
            display: none;
            z-index: 99;
            padding: 20px 0;
            text-align: center;
            background: #fff;
            background: rgba(255, 255, 255, 0.9);
            position: absolute
        }
        
        .nav li .subnav a {
            color: #222;
            display: block;
            font-size: 16px;
            padding: 10px
        }
        
        .nav li .subnav a:hover {
            color: #fff;
            background: #004ea2
        }
        
        .nav li:hover .subnav {
            display: block
        }
        
        .nav li:hover>a,
        .nav .active>a {
            font-weight: bold;
            color: #004ea2
        }
        
        @media (max-width:1260px) {
            .nav {
                display: none
            }
        }
        
        .phone-nav {
            right: 10px;
            top: 7px;
            position: absolute;
            width: 78px;
            height: 87px;
            display: none;
            background: url("../images/menu.png") no-repeat center;
            background-size: 40px 36px;
            margin: 0 0 0 5px
        }
        
        @media (max-width:1260px) {
            .phone-nav {
                display: block
            }
        }
        
        @media (max-width:1260px) {
            .phone-nav {
                height: 50px;
                width: 50px;
            }
        }
        
        .phone-subnav {
            width: 100%;
            position: fixed;
            left: 0;
            height: 100%;
            top: 0;
            background: rgba(255, 255, 255, 0.98);
            z-index: 9999999;
            margin: 0 auto;
            display: none
        }
        
        .phone-subnav .close {
            padding: 20px 40px;
            display: block
        }
        
        .phone-subnav .close img {
            max-height: 40px
        }
        
        .phone-subnav ul {
            height: 90%;
            overflow-y: scroll;
            margin: 0 30px
        }
        
        @media (max-width:360px) {
            .phone-subnav ul {
                height: 410px
            }
        }
        
        .phone-subnav ul li {
            position: relative;
            border-top: 1px solid #dadada
        }
        
        .phone-subnav ul li i {
            position: absolute;
            right: 10px;
            top: 5px;
            text-align: center;
            line-height: 30px;
            display: block;
            border-radius: 100%;
            font-style: inherit;
            cursor: pointer
        }
        
        .phone-subnav ul li i:after {
            content: "+";
            color: #666;
            font-size: 24px;
            cursor: pointer;
            text-align: center
        }
        
        .phone-subnav ul li .menu {
            color: #333;
            font-size: 16px;
            line-height: 40px;
            overflow: hidden;
            padding: 0 40px 0 20px;
            display: block;
            cursor: pointer;
            text-align: left;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05)
        }
        
        .phone-subnav ul li .menu>a {
            display: block;
            color: #333
        }
        
        .phone-subnav ul li .menu02>a {
            color: #004ea2
        }
        
        .phone-subnav ul li .menu03 {
            display: block;
            padding: 10px 0
        }
        
        .phone-subnav ul li .menu03 a {
            color: #888;
            font-size: 13px;
            line-height: 20px;
            padding-top: 0
        }
        
        .phone-subnav ul li div {
            display: none;
            padding-bottom: 15px
        }
        
        .phone-subnav ul li div a {
            color: #666;
            line-height: 20px;
            padding: 5px 10px 5px 20px;
            display: block;
            height: auto;
            font-weight: 100;
            position: relative
        }
        
        .phone-subnav ul li div em {
            display: block;
            font-style: inherit
        }
        
        .phone-subnav ul li div em>a {
            color: #666;
            font-size: 12px;
            display: block;
            padding: 5px 5px 5px 48px;
            line-height: 18px
        }
        
        .phone-subnav ul .active i:after {
            content: "-"
        }
        
        .searchz {
            float: right;
            cursor: pointer;
            background: #004ea2;
            height: 87px;
            width: 67px;
            line-height: 87px
        }
        
        .searchz .iconfont {
            color: #fff;
            display: block;
            text-align: center;
            font-size: 20px
        }
        
        @media (max-width:1440px) {
            .searchz {
                width: 80px
            }
        }
        
        @media (max-width:1260px) {
            .searchz {
                display: none
            }
        }
        
        @media (max-width:1024px) {
            .searchz {
                height: 50px;
                width: 50px;
                text-align: center;
                line-height: 50px
            }
            .searchz .iconfont {
                padding-left: 0
            }
        }
        
        .search-box {
            left: 0;
            top: 0;
            display: none;
            width: 100%;
            height: 100%;
            z-index: 999;
            position: fixed;
            background: url("../images/maskz.png")
        }
        
        .search-box .search-main {
            position: relative
        }
        
        .search-box .top-right1 {
            background: #004ea2;
            z-index: 99;
            right: 65px;
            top: 60px;
            top: 0;
            position: absolute;
            float: right;
            width: 60%;
            height: 87px
        }
        
        @media (max-width:1600px) {
            .search-box .top-right1 {
                right: 170px
            }
        }
        
        @media (max-width:1440px) {
            .search-box .top-right1 {
                right: 70px
            }
        }
        
        @media (max-width:1024px) {
            .search-box .top-right1 {
                height: 50px;
                right: 40px
            }
        }
        
        .search-box .search-select {
            width: 120px;
            position: absolute;
            left: 0;
            top: 0;
            cursor: pointer;
            background: #8e2424;
            z-index: 50;
            border-right: 1px solid #b06666;
            height: 100px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 100px
        }
        
        .search-box .container {
            width: 100%
        }
        
        .search-box .search-select span {
            display: inline-block;
            margin: 0 8px 0 0
        }
        
        .search-box .search-select em {
            font-style: inherit;
            display: inline-block
        }
        
        .search-box .search-select .icon-xiajiantou {
            font-size: 13px
        }
        
        .search-box .search-right {
            position: relative;
            width: 100%;
            height: 100px;
            padding: 0 28% 0 120px;
            z-index: 5
        }
        
        @media (max-width:1024px) {
            .search-box .search-right {
                height: 50px;
                padding: 0 5% 0 0
            }
        }
        
        .search-box .search-right .search-input {
            position: relative;
            z-index: 5;
            height: 100px;
            width: 100%;
            padding: 28px 50px 0 75px
        }
        
        @media (max-width:1024px) {
            .search-box .search-right .search-input {
                height: 50px;
                padding-top: 5px
            }
        }
        
        .search-box .search-right .search-input input {
            width: 100%;
            height: 42px;
            border: 1px solid #cdcdcd;
            font-family: "microsoft yahei";
            line-height: 42px;
            color: #fff;
            font-size: 14px;
            background: none;
            border: none
        }
        
        .search-box .search-right .search-input input::-webkit-input-placeholder {
            color: #fff
        }
        
        .search-box .search-right span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 75px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            color: #fff;
            overflow: hidden
        }
        
        @media (max-width:1024px) {
            .search-box .search-right span {
                height: 50px;
                line-height: 50px;
                padding-top: 0
            }
        }
        
        .search-box .search-right span a {
            display: block;
            color: #fff
        }
        
        .search-box .search-right b {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            width: 45px;
            font-weight: bold;
            height: 100px;
            line-height: 96px;
            text-align: center;
            color: #fff;
            overflow: hidden
        }
        
        @media (max-width:1024px) {
            .search-box .search-right b {
                height: 50px;
                line-height: 50px;
                padding-top: 0
            }
        }
        
        .search-box .search-right .icon-sousuo {
            color: #fff;
            font-size: 20px
        }
        
        .search-box .search-right .icon-error {
            color: #fff;
            font-size: 16px
        }
        
        .search-box .top1 {
            display: block;
            transition: all .35s ease-in-out;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg)
        }
        
        .search-box .top2 {
            display: block;
            transition: all .35s ease-in-out;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .35s ease-in-out;
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg)
        }
        
        .search-box .search-hide {
            position: absolute;
            left: 0;
            top: 100px;
            width: 50%;
            background: #fff;
            padding: 20px 0 40px;
            display: none
        }
        
        .search-box .search-hide li {
            cursor: pointer;
            color: #666;
            font-size: 14px;
            padding: 8px 55px;
            line-height: 22px
        }
        
        .search-box .search-hide li:hover {
            background: #8e2424;
            color: #fff
        }
        
        .banner {
            text-align: center
        }
        
        .banner .slick-dots {
            bottom: 35px;
            right: 240px;
            text-align: right
        }
        
        .banner .slick-dots li button {
            margin: 0 2px;
            background: none;
            width: 50px;
            height: 6px;
            border-radius: 0;
            background: #fff
        }
        
        .banner .slick-slide img {
            display: inline-block
        }
        
        .banner .slick-dots li.slick-active button {
            background: #004ea2
        }
        
        .banner .box {
            position: relative
        }
        
        .banner .txtbox {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99;
            text-align: left;
            position: absolute
        }
        
        .banner .container {
            color: #fff;
            padding-top: 17%;
            position: relative
        }
        
        .banner .txt-01 {
            font-size: 56px;
            font-weight: 400;
            line-height: 60px;
            display: none;
        }
        
        .banner .txt-02 {
            margin-top: 10px;
            font-size: 15px;
            display: none;
        }
        
        .banner .arrows {
            width: 44px;
            height: 44px;
            margin-top: 40px;
            background: #fff;
            border-radius: 100%;
            display: none;
        }
        
        .banner .slick-active .txtbox .txt-01 {
            position: relative;
            -webkit-animation: 1s myfirst03 alternate linear;
            animation: 1s myfirst03 alternate linear
        }
        
        .banner .slick-active .txtbox .txt-02 {
            position: relative;
            -webkit-animation: 1.2s myfirst03 alternate linear;
            animation: 1.2s myfirst03 alternate linear
        }
        
        .banner .slick-active .txtbox .arrows {
            position: relative;
            -webkit-animation: 1.3s myfirst03 alternate linear;
            animation: 1.3s myfirst03 alternate linear
        }
        
        .banner .slick-active img {
            -webkit-animation: 1s touming alternate linear;
            animation: 1s touming alternate linear
        }
        
        @media (max-width:1367px) {
            .banner .container {
                padding-left: 100px
            }
            .banner .container .txt-01 {
                font-size: 30px;
                line-height: 40px
            }
        }
        
        @media (max-width:1260px) {
            .banner .slick-dots {
                right: 30px
            }
            .banner .container .txt-01 {
                font-size: 20px;
                line-height: 30px
            }
        }
        
        @media (max-width:640px) {
            .banner {
                margin-top: 50px
            }
            .banner .slick-dots {
                bottom: 20px;
                right: 15px
            }
            .banner .slick-dots li button {
                width: 30px;
                height: 3px
            }
            .banner .txt-02 {
                display: none
            }
            .banner .container .txt-01 {
                font-size: 16px;
                line-height: 20px
            }
            .banner .arrows {
                margin-top: 10px;
                width: 34px;
                height: 34px;
                line-height: 30px
            }
            .banner .container {
                padding-left: 20px
            }
        }
        
        @-webkit-keyframes dong {
            0% {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
            }
            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        @keyframes dong {
            0% {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
            }
            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        @-webkit-keyframes myfirst {
            0% {
                top: 100px;
                opacity: 0
            }
            100% {
                top: 0;
                opacity: 1
            }
        }
        
        @keyframes myfirst {
            0% {
                top: 100px;
                opacity: 0
            }
            100% {
                top: 0;
                opacity: 1
            }
        }
        
        @-webkit-keyframes myfirst2 {
            0% {
                left: -30px;
                opacity: 0
            }
            100% {
                left: 0;
                opacity: 1
            }
        }
        
        @keyframes myfirst2 {
            0% {
                left: -30px;
                opacity: 0
            }
            100% {
                left: 0;
                opacity: 1
            }
        }
        
        @-webkit-keyframes myfirst01 {
            0% {
                opacity: 0;
                -webkit-transform: translateX(-200px);
                transform: translateX(-200px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
        }
        
        @keyframes myfirst01 {
            0% {
                opacity: 0;
                -webkit-transform: translateX(-200px);
                transform: translateX(-200px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
        }
        
        @-webkit-keyframes myfirst02 {
            0% {
                opacity: 0;
                -webkit-transform: translateX(200px);
                transform: translateX(200px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
        }
        
        @keyframes myfirst02 {
            0% {
                opacity: 0;
                -webkit-transform: translateX(200px);
                transform: translateX(200px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }
        }
        
        @-webkit-keyframes myfirst03 {
            0% {
                opacity: 0;
                -webkit-transform: translateY(50px);
                transform: translateY(50px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        @keyframes myfirst03 {
            0% {
                opacity: 0;
                -webkit-transform: translateY(50px);
                transform: translateY(50px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        @-webkit-keyframes myfirst04 {
            0% {
                opacity: .5;
                -webkit-transform: translateY(-40px);
                transform: translateY(-40px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        @keyframes myfirst04 {
            0% {
                opacity: .5;
                -webkit-transform: translateY(-40px);
                transform: translateY(-40px)
            }
            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        @-webkit-keyframes touming {
            0% {
                opacity: .7
            }
            100% {
                opacity: 1
            }
        }
        
        @keyframes touming {
            0% {
                opacity: .7
            }
            100% {
                opacity: 1
            }
        }
        
        .index-news {
            padding: 80px 0;
            background: #f8f8f8
        }
        
        .index-news ul {
            margin: 0 -15px
        }
        
        .index-news li {
            float: left;
            width: 33.333%;
            padding: 0 15px
        }
        
        .index-news li a {
            display: block;
            padding: 25px 30px;
            -webkit-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
            border: solid 1px #d6d6d6
        }
        
        .index-news li .tit {
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            color: #151515;
            font-size: 16px;
            font-weight: normal
        }
        
        .index-news li .time {
            color: #555;
            font-family: arial
        }
        
        .index-news li .txt {
            color: #777;
            height: 44px;
            overflow: hidden;
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 30px
        }
        
        .index-news li img {
            -webkit-transition: all 300ms ease-in;
            transition: all 300ms ease-in
        }
        
        .index-news li:hover a {
            background: #fff;
            outline: solid 1px #004ea2;
            border-color: #004ea2
        }
        
        .index-news li:hover .tit {
            font-weight: bold;
            color: #004ea2
        }
        
        .index-news li:hover img {
            margin-left: 15px
        }
        
        @media (max-width:1370px) {
            .index-news {
                padding: 80px 0
            }
        }
        
        @media (max-width:1280px) {
            .index-news {
                padding: 40px 0
            }
            .index-news ul {
                margin: 0
            }
        }
        
        @media (max-width:480px) {
            .index-news li {
                width: 100%;
                padding: 0;
                margin-top: 30px
            }
            .index-news li:first-child {
                margin-top: 0
            }
        }
        
        .footer {
            padding-top: 70px;
            background: #333
        }
        
        .footer .copy {
            padding: 30px 0;
            color: #606060;
            text-align: center;
            border-top: solid 1px #484848
        }
        
        .footer .copy a {
            padding-left: 10px
        }
        
        .footer .copy a:hover {
            color: #fff
        }
        
        @media (max-width:1200px) {
            .footer {
                padding-top: 0
            }
            .footer .copy {
                border-top: 0;
                padding: 15px 0
            }
        }
        
        .footer-nav {
            padding-bottom: 100px
        }
        
        .footer-nav li {
            float: left;
            width: 15%;
            padding-right: 15px;
            line-height: 26px
        }
        
        .footer-nav li h3 {
            color: #fff;
            font-size: 16px;
            margin-bottom: 20px
        }
        
        .footer-nav li a {
            color: #bababa;
            display: block
        }
        
        .footer-nav li a:hover {
            color: #fff s
        }
        
        .footer-nav .contact {
            float: right;
            width: 20%;
            color: #fff;
            padding-left: 65px;
            position: relative;
            padding-right: 0
        }
        
        .footer-nav .contact img {
            top: 0;
            left: 0;
            position: absolute
        }
        
        .footer-nav .contact h3 {
            margin-bottom: 0
        }
        
        .footer-nav .contact .tel {
            font-size: 25px;
            margin-bottom: 20px;
            font-family: arial
        }
        
        .footer-nav .contact .tel a {
            color: #fff
        }
        
        .footer-nav .contact .service {
            color: #fff;
            margin-top: 15px;
            text-align: center;
            background: #004ea2;
            padding: 10px 0;
        }
        
        @media (max-width:1370px) {
            .footer-nav .contact {
                padding-left: 60px
            }
            .footer-nav .contact img {
                left: 0
            }
        }
        
        @media (max-width:1200px) {
            .footer-nav {
                display: none
            }
        }
        
        .footer-links {
            color: #bababa;
            position: relative;
            padding-right: 20%;
            padding-bottom: 20px
        }
        
        .footer-links a {
            color: #bababa;
            padding-right: 15px;
            display: inline-block
        }
        
        .footer-links a:hover {
            color: #fff
        }
        
        .footer-links .share {
            right: 0;
            top: 0;
            position: absolute
        }
        
        .footer-links .share a {
            width: 30px;
            height: 30px;
            padding: 0;
            margin: 0 5px;
            line-height: 25px;
            text-align: center;
            border-radius: 100%;
            display: inline-block;
            border: solid 1px #6c6c6c
        }
        
        .footer-links .share img {
            max-height: 20px;
            text-align: center;
            vertical-align: middle
        }
        
        @media (max-width:1200px) {
            .footer-links {
                display: none
            }
        }
        
        .index-title {
            color: #555;
            padding-bottom: 50px;
            text-align: center
        }
        
        .index-title .font40 {
            color: #333;
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 10px
        }
        
        @media (max-width:1200px) {
            .index-title {
                padding-bottom: 30px
            }
            .index-title .font40 {
                font-size: 20px;
                line-height: 20px
            }
        }
        
        .index-about {
            color: #555;
            font-size: 15px
        }
        
        .index-about ul {
            padding: 0 120px
        }
        
        .index-about li {
            width: 25%;
            float: left;
            border-left: solid 1px #eee;
            text-align: center
        }
        
        .index-about li p:first-child {
            color: #004ea2
        }
        
        .index-about li .counter {
            font-size: 70px;
            line-height: 70px;
            display: inline-block;
            letter-spacing: -5px;
            font-weight: lighter;
            margin-right: 5px;
            font-family: "avgr45w"
        }
        
        .index-about li:first-child {
            border: 0
        }
        
        .index-about {
            padding: 100px 0
        }
        
        .index-about .index-title {
            line-height: 32px
        }
        
        .index-about .index-title .font40 {
            margin-bottom: 20px
        }
        
        @media (max-width:1370px) {
            .index-about {
                padding-top: 60px;
                min-height: auto;
                min-height: 600px
            }
        }
        
        @media (max-width:1200px) {
            .index-about {
                min-height: auto;
                padding-bottom: 60px
            }
            .index-about .index-title {
                line-height: 22px
            }
            .index-about ul {
                padding: 0 30px
            }
            .index-about li {
                font-size: 12px;
                margin-top: 40px
            }
            .index-about li .counter {
                font-size: 30px;
                line-height: 30px
            }
        }
        
        @media (max-width:480px) {
            .index-about .index-title {
                text-align: left
            }
            .index-about ul {
                padding: 0
            }
        }
        
        .index-case {
            position: relative;
            padding: 80px 0 80px 0
        }
        
        @media (max-width:1000px) {
            .index-case {
                padding: 30px 0
            }
        }
        
        .index-case .img01 {
            right: 0;
            bottom: 0;
            position: absolute
        }
        
        @media (max-width:1000px) {
            .index-case .img01 {
                display: none
            }
        }
        
        .index-case ul {
            margin: 0 -15px
        }
        
        .index-case li {
            width: 33.333%;
            float: left;
            padding: 0 15px
        }
        
        .index-case li .box .pic {
            overflow: hidden;
            position: relative
        }
        
        .index-case li .box .pic img {
            -webkit-transition: all 500ms ease-in;
            transition: all 500ms ease-in
        }
        
        .index-case li .box .pic:after {
            content: "";
            display: block;
            padding-bottom: 56.5%
        }
        
        .index-case li .box .tit {
            color: #222;
            height: 24px;
            overflow: hidden;
            font-size: 22px;
            margin: 25px 0 15px 0
        }
        
        .index-case li .box .txt {
            height: 67px;
            overflow: hidden;
            line-height: 20px;
            color: #7a7a7a
        }
        
        .index-case li .box .more {
            color: #555;
            margin-top: 30px;
            font-size: 13px;
            display: block;
            font-family: "微軟正黑體"
        }
        
        .index-case .box:hover .pic img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }
        
        .index-case .box:hover .tit {
            color: #004ea2
        }
        
        @media (max-width:1200px) {
            .index-case li .box .tit {
                font-size: 16px
            }
        }
        
        @media (max-width:480px) {
            .index-case li {
                width: 100%;
                margin-bottom: 20px
            }
            .index-case li .box .more {
                margin-top: 15px
            }
        }
        
        .inside-banner {
            text-align: center
        }
        
        @media (max-width:1260px) {
            .inside-banner {
                margin-top: 50px
            }
        }
        
        .fixed {
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99999;
            position: fixed;
            background: #fff;
            box-shadow: 0 0 5px #ccc;
            -webkit-transition: all 334ms ease-in-out;
            transition: all 334ms ease-in-out;
            -webkit-animation: 2s dong;
            animation: 2s dong
        }
        
        @keyframes dong {
            0% {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
            }
            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }
        }
        
        .insider-bg {
            background: #f8f8f8
        }
        
        .insider-current {
            line-height: 80px;
            font-size: 16px;
            border-bottom: solid 1px #dcdcdc
        }
        
        .insider-current .tag {
            width: 25%;
            float: left;
            height: 80px;
            overflow: hidden
        }
        
        .insider-current .tag span {
            color: #004ea2
        }
        
        .insider-current img {
            margin: 30px 10px 0 0
        }
        
        @media (max-width:1200px) {
            .insider-current {
                line-height: 24px;
                padding: 0;
                font-size: 14px
            }
            .insider-current .tag {
                width: 100%;
                height: 24px;
                display: none;
                margin-bottom: 20px
            }
            .insider-current .tag img {
                margin: 3px 10px 0 0
            }
        }
        
        .insider-menu {
            width: 75%;
            float: right;
            text-align: right
        }
        
        .insider-menu a {
            margin-left: 2%;
            position: relative;
            display: inline-block
        }
        
        .insider-menu a:before {
            content: "";
            height: 2px;
            bottom: 0;
            width: 0;
            left: 50%;
            opacity: 0;
            position: absolute;
            background: #004ea2;
            -webkit-transition: all 334ms linear;
            transition: all 334ms linear
        }
        
        .insider-menu a:hover,
        .insider-menu .active {
            color: #004ea2
        }
        
        .insider-menu a:hover:before,
        .insider-menu .active:before {
            left: 0;
            opacity: 1;
            width: 100%
        }
        
        @media (max-width:1200px) {
            .insider-menu {
                width: 100%;
                float: none;
                text-align: left
            }
            .insider-menu a {
                margin-left: 0;
                margin-right: 15px;
                line-height: 50px
            }
        }
        
        .insider-menu-02 a {
            margin-left: 3%
        }
        
        .insider-banner {
            overflow: hidden
        }
        
        @media (max-width:1259px) {
            .insider-banner {
                margin-top: 55px
            }
        }
        
        .insider-about {
            font-size: 15px;
            padding-top: 110px;
            padding-bottom: 110px;
            line-height: 30px;
            background: url(../images/about-img1.jpg) no-repeat top center
        }
        
        @media (max-width:767px) {
            .insider-about {
                line-height: 24px;
                font-size: 14px
            }
        }
        
        .insider-about .title {
            color: #000;
            font-size: 30px;
            font-weight: lighter;
            text-align: center;
            padding-bottom: 40px
        }
        
        .insider-about .title .t1 {
            padding-top: 50px;
            display: inline-block
        }
        
        .insider-about .title .t2 {
            vertical-align: bottom
        }
        
        .insider-about .title span {
            vertical-align: top;
            display: inline-block
        }
        
        .insider-about .list {
            margin-top: 60px;
            padding: 50px 0;
            background: #fff
        }
        
        @media (max-width:540px) {
            .insider-about .list {
                padding: 20px 0;
                margin-top: 30px
            }
        }
        
        .insider-about .list li {
            float: left;
            text-align: left;
            padding: 0 80px;
            border-left: solid 1px #e3e3e3
        }
        
        .insider-about .list li .number {
            font-size: 18px
        }
        
        .insider-about .list li .counter {
            font-size: 60px;
            line-height: 60px;
            font-family: "DIN-MEDIUM(1)";
            color: #004ea2
        }
        
        .insider-about .list li .tit {
            padding-left: 10px
        }
        
        @media (max-width:1260px) {
            .insider-about .list li {
                width: 25%;
                padding: 0 10px;
                text-align: center
            }
        }
        
        @media (max-width:930px) {
            .insider-about .list li .counter {
                font-size: 24px;
                line-height: 24px
            }
            .insider-about .list li .number {
                font-size: 14px
            }
        }
        
        @media (max-width:540px) {
            .insider-about .list li {
                width: 50%;
                border: 0;
                padding: 10px
            }
        }
        
        .insider-about .list li:first-child {
            border-left: 0
        }
        
        @media (max-width:1000px) {
            .insider-about {
                padding-top: 40px;
                padding-bottom: 40px
            }
            .insider-about .title {
                font-size: 24px
            }
            .insider-about .title img {
                max-height: 50px
            }
            .insider-about .title .t1 {
                padding-top: 10px;
                vertical-align: bottom
            }
        }
        
        .insider-culture {
            font-size: 15px;
            padding-top: 100px;
            padding-bottom: 100px;
            position: relative;
            line-height: 30px
        }
        
        .insider-culture .text {
            left: 60px;
            top: 180px;
            position: absolute
        }
        
        .insider-culture .text .cn span {
            color: #fff;
            padding: 0 40px;
            line-height: 24px;
            display: inline-block;
            background: #004ea2
        }
        
        .insider-culture .text .en {
            color: #202020;
            font-size: 36px;
            line-height: 46px;
            font-weight: bold;
            padding: 15px 0 20px 0
        }
        
        .insider-culture .text .t1 {
            padding-left: 15px;
            position: relative
        }
        
        .insider-culture .text .t1:before {
            top: 12px;
            left: 0;
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #004ea2
        }
        
        @media (max-width:1080px) {
            .insider-culture {
                padding-top: 30px;
                padding-bottom: 30px
            }
            .insider-culture .pic {
                display: none
            }
        }
        
        @media (max-width:1080px) {
            .insider-culture {
                margin-top: 0
            }
            .insider-culture:before {
                display: none
            }
            .insider-culture .text {
                top: auto;
                left: auto;
                padding: 20px;
                position: relative
            }
            .insider-culture .text .en {
                font-size: 20px;
                line-height: 20px
            }
        }
        
        .insider-vision {
            padding-top: 100px;
            padding-bottom: 100px
        }
        
        .insider-vision .textbox {
            font-size: 16px;
            width: 950px;
            margin: 0 auto
        }
        
        @media (max-width:950px) {
            .insider-vision .textbox {
                width: 100%;
                font-size: 14px
            }
        }
        
        .insider-vision .textbox li {
            padding: 20px;
            text-align: center;
            border-bottom: solid 1px #e5e5e5
        }
        
        .insider-vision .textbox li .t1 {
            padding-bottom: 20px
        }
        
        .insider-vision .textbox li .t1 span {
            color: #fff;
            min-width: 200px;
            line-height: 30px;
            font-size: 18px;
            font-style: italic;
            display: inline-block;
            background: #004ea2
        }
        
        @media (max-width:950px) {
            .insider-vision .textbox li .t1 span {
                font-size: 15px;
                min-width: 150px
            }
        }
        
        @media (max-width:1000px) {
            .insider-vision {
                padding-top: 15px;
                padding-bottom: 30px
            }
        }
        
        .insider-honor {
            padding-top: 50px;
            padding-bottom: 80px
        }
        
        @media (max-width:1000px) {
            .insider-honor {
                padding-top: 0;
                padding-bottom: 30px
            }
        }
        
        .insider-honor .list ul {
            width: 102%;
            margin-left: -10px
        }
        
        @media (max-width:1260px) {
            .insider-honor .list ul {
                width: 100%;
                margin-left: 0
            }
        }
        
        .insider-honor .list li {
            width: 25%;
            font-size: 14px;
            padding: 0 10px;
            margin-top: 20px;
            text-align: center
        }
        
        @media (max-width:420px) {
            .insider-honor .list li {
                width: 50%;
                padding: 5px
            }
        }
        
        .insider-honor .list li .item {
            position: relative
        }
        
        .insider-honor .list li .item:before {
            content: "";
            width: 89.4%;
            height: 87.5%;
            top: 5px;
            z-index: 0;
            right: -5px;
            position: absolute;
            border: solid 1px #ebebeb
        }
        
        @media (max-width:1259px) {
            .insider-honor .list li .item:before {
                display: none
            }
        }
        
        .insider-honor .list li .item a {
            width: 100%;
            height: 100%;
            display: block;
            background: #fff;
            position: relative;
            z-index: 1;
            border: solid 1px #d8d8d8
        }
        
        .insider-honor .list li .textbox {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            opacity: 0;
            display: none\9;
            position: absolute;
            text-align: center;
            background: #004ea2;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            background: rgba(0, 0, 0, 0.5)
        }
        
        .insider-honor .list li .textbox p {
            height: 20px;
            overflow: hidden
        }
        
        .insider-honor .list li .textbox span {
            display: block;
            margin-top: 10px
        }
        
        .insider-honor .list li .textbox span img {
            -webkit-transition: all 1500ms ease;
            transition: all 1500ms ease
        }
        
        .insider-honor .list li .icon {
            top: 50%;
            height: 60px;
            width: 100%;
            text-align: center;
            margin-top: -30px;
            position: absolute
        }
        
        .insider-honor .list li .tit {
            color: #333;
            font-size: 16px;
            height: 24px;
            overflow: hidden;
            margin-top: 30px
        }
        
        @media (max-width:1000px) {
            .insider-honor .list li .tit {
                font-size: 14px;
                margin-top: 15px
            }
        }
        
        .insider-honor .list li:hover .textbox {
            opacity: 1;
            display: block\9
        }
        
        .insider-detection {
            padding-top: 10px;
            /*padding-bottom: 80px*/
        }
        
        @media (max-width:1000px) {
            .insider-detection {
                /*padding-bottom: 30px*/
            }
        }
        
        .insider-detection ul {
            width: 102%;
            margin-left: -14px
        }
        
        @media (max-width:1260px) {
            .insider-detection ul {
                width: 100%;
                margin-left: 0
            }
        }
        
        .insider-detection li {
            float: left;
            width: 33.333%;
            margin-top: 40px;
            padding: 0 14px
        }
        
        .insider-detection li .pic {
            overflow: hidden;
            position: relative
        }
        
        .insider-detection li .pic img {
            -webkit-transition: all 334ms ease-in;
            transition: all 334ms ease-in
        }
        
        .insider-detection li .pic:after {
            content: "";
            display: block;
            padding-bottom: 56.5%
        }
        
        .insider-detection li .textbox {
            background: #fff;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease;
            padding: 30px 20px 40px 20px
        }
        
        .insider-detection li .textbox .t1 {
            color: #333;
            height: 40px;
            font-size: 18px;
            overflow: hidden;
            line-height: 40px;
            position: relative
        }
        
        .insider-detection li .textbox .t1:before {
            content: "";
            width: 20px;
            height: 1px;
            bottom: 0;
            left: 0;
            position: absolute;
            background: #c3c3c3
        }
        
        .insider-detection li .textbox .t2 {
            height: 67px;
            overflow: hidden;
            margin-top: 10px
        }
        
        @media (max-width:1260px) {
            .insider-detection li {
                padding: 0 10px;
                margin-top: 20px
            }
        }
        
        @media (max-width:640px) {
            .insider-detection li {
                padding: 0 5px;
                margin-top: 15px
            }
        }
        
        @media (max-width:540px) {
            .insider-detection li {
                width: 50%
            }
        }
        
        @media (max-width:418px) {
            .insider-detection li {
                width: 100%
            }
        }
        
        .insider-detection li:hover .pic img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }
        
        .insider-detection li:hover .textbox {
            background: #f7941e
        }
        
        .insider-detection li:hover .textbox .t1,
        .insider-detection li:hover .textbox .t2 {
            color: #fff
        }
        
        .insider-detection li:hover .textbox .t1:before {
            background: #fff
        }
        
        .insider-news-show {
            padding: 70px 50px;
            background: #fff;
            margin-top: 50px
        }
        
        @media (max-width:1200px) {
            .insider-news-show {
                padding: 20px;
                margin-top: 0
            }
        }
        
        .insider-news-show .date-title {
            position: relative;
            padding-left: 145px;
            min-height: 120px;
            margin-bottom: 20px
        }
        
        .insider-news-show .date-title .date {
            display: block;
            width: 120px;
            min-height: 120px;
            text-align: center;
            background: #004ea2;
            color: #fff;
            font-size: 12px;
            position: absolute;
            left: 0;
            line-height: 2
        }
        
        .insider-news-show .date-title .date .day {
            display: block;
            border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
            font-size: 52px;
            line-height: 1.5;
            padding-top: 10px;
            font-family: "DIN-MEDIUM(1)"
        }
        
        .insider-news-show .title {
            font-weight: bold;
            font-size: 20px;
            line-height: 1.5;
            padding: 15px 0 10px 0;
            color: #004ea2
        }
        
        .insider-news-show .info {
            color: #999;
            font-size: 14px
        }
        
        .insider-news-show .info .source {
            display: inline-block;
            margin-right: 15px
        }
        
        .insider-news-show .info .view {
            display: inline-block
        }
        
        .insider-news-show .share {
            color: #999
        }
        
        .insider-news-show .share .bdsharebuttonbox {
            display: inline-block;
            vertical-align: middle
        }
        
        .insider-news-show .nr {
            padding: 30px 0 30px 0
        }
        
        .insider-news-show .p-01 {
            padding: 0 0 0 20px;
            position: relative
        }
        
        .insider-news-show .p-01:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            background: #004ea2;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 8px
        }
        
        .insider-news-show .prev-next {
            overflow: hidden;
            color: #666;
            margin: 30px 0 30px 0;
            padding: 20px 0;
            border-top: 1px #e5e5e5 solid;
            border-bottom: 1px #e5e5e5 solid
        }
        
        .insider-news-show .prev-next li {
            line-height: 41px;
            height: 41px;
            overflow: hidden;
            position: relative;
            padding-left: 65px
        }
        
        .insider-news-show .prev-next li span {
            float: left;
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            width: 60px
        }
        
        .insider-news-show .prev-next li a {
            color: #666;
            line-height: 41px;
            height: 41px;
            overflow: hidden;
            display: inline-block;
            overflow: hidden
        }
        
        .insider-news-show .prev-next li:hover a {
            color: #004ea2
        }
        
        .insider-news-show .prev-next li.return {
            padding-left: 0
        }
        
        .insider-news-show .relatedBt {
            margin-bottom: 40px;
            position: relative
        }
        
        .insider-news-show .relatedBt:before {
            top: 10px;
            left: 0;
            content: "";
            width: 10px;
            height: 2px;
            position: absolute;
            background: #004ea2
        }
        
        .insider-news-show .relatedBt span {
            padding-left: 20px;
            display: block;
            text-align: center;
            color: #004ea2;
            position: absolute;
            left: 0;
            top: -1px;
            font-weight: bold;
            font-size: 20px
        }
        
        .insider-news-show .relatedBt span:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            z-index: 1
        }
        
        @media (max-width:640px) {
            .insider-news-show .relatedBt span {
                font-size: 16px
            }
        }
        
        .insider-news-show .related-news {
            overflow: hidden;
            margin-bottom: 30px
        }
        
        .insider-news-show .related-news .list {
            margin: 0 0
        }
        
        .insider-news-show .related-news li {
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            position: relative;
            padding-left: 20px;
            padding-right: 85px;
            -webkit-transition: all .5s;
            transition: all .5s
        }
        
        .insider-news-show .related-news li:before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background: url(../images/news-show-2.jpg) no-repeat center center;
            float: left;
            margin: 9px 0 0 0;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }
        
        .insider-news-show .related-news li a {
            color: #666;
            overflow: hidden;
            height: 40px;
            line-height: 40px
        }
        
        .insider-news-show .related-news li .time {
            color: #999;
            float: right;
            font-size: 13px;
            position: absolute;
            right: 0;
            top: 0;
            display: inline-block;
            width: 80px;
            text-align: right
        }
        
        .insider-news-show .related-news li:hover {
            margin-left: 10px
        }
        
        .insider-news-show .related-news li:hover a {
            color: #004ea2;
            text-decoration: underline
        }
        
        @media (max-width:767px) {
            .insider-news-show .title {
                font-size: 18px
            }
            .insider-news-show .date-title {
                padding-left: 0;
                padding-bottom: 15px;
                margin-bottom: 0;
                border-bottom: 1px #eee solid;
                min-height: auto
            }
            .insider-news-show .date-title .date {
                display: none
            }
            .insider-news-show .related-news li:before {
                background: no-repeat;
                width: 6px;
                height: 6px;
                border-top: 1px #cd272e solid;
                border-right: 1px #cd272e solid;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 5px
            }
        }
        
        .insider-news ul {
            width: 102%;
            margin-left: -15px
        }
        
        @media (max-width:1260px) {
            .insider-news ul {
                width: 100%;
                margin-left: 0;
                padding-top: 10px
            }
        }
        
        .insider-news li {
            width: 33.333%;
            float: left;
            margin-top: 20px;
            padding: 0 15px
        }
        
        @media (max-width:1260px) {
            .insider-news li {
                padding: 0 10px
            }
        }
        
        @media (max-width:650px) {
            .insider-news li {
                width: 50%
            }
        }
        
        @media (max-width:420px) {
            .insider-news li {
                width: 100%
            }
        }
        
        .insider-news li time {
            color: #fff;
            font-size: 15px;
            font-family: arial;
            line-height: 30px;
            padding: 0 20px;
            margin-top: 15px;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease;
            display: inline-block;
            background: #dcdcdc
        }
        
        .insider-news li .box {
            padding: 30px;
            margin-top: 50px;
            background: url(../images/news-bg.jpg) repeat-x #fff;
            box-shadow: 0 10px 14px -2px #eee
        }
        
        @media (max-width:1260px) {
            .insider-news li .box {
                padding: 15px;
                margin-top: 15px
            }
        }
        
        .insider-news li .box .t1 {
            height: 24px;
            overflow: hidden;
            color: #373636;
            font-size: 20px;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease
        }
        
        .insider-news li .box .t2 {
            height: 48px;
            color: #717171;
            overflow: hidden;
            margin: 15px 0 20px 0
        }
        
        @media (max-width:1280px) {
            .insider-news li .box .t2 {
                margin-bottom: 20px
            }
        }
        
        .insider-news li .box .pic {
            overflow: hidden;
            position: relative
        }
        
        .insider-news li .box .pic img {
            -webkit-transition: all 600ms ease;
            transition: all 600ms ease
        }
        
        .insider-news li .box .pic:before {
            content: "";
            display: block;
            padding-bottom: 46.2%
        }
        
        .insider-news li:hover time {
            background: #004ea2
        }
        
        .insider-news li:hover .box .t1 {
            font-size: 21px
        }
        
        .insider-news li:hover .box .pic img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }
        
        .insider-page {
            text-align: center;
            padding: 80px 0
        }
        
        .insider-page a {
            padding: 0 10px;
            line-height: 28px;
            display: inline-block;
            font-family: arial;
            border: solid 1px #ccc
        }
        
        .insider-page a:hover,
        .insider-page .cur {
            color: #fff;
            background: #004ea2;
            border-color: #004ea2
        }
        
        @media (max-width:640px) {
            .insider-page {
                padding: 40px 0
            }
        }
        
        .insider-detection-2 {
            padding-bottom: 100px
        }
        
        @media (max-width:1000px) {
            .insider-detection-2 {
                padding-bottom: 30px
            }
        }
        
        .insider-detection-2 li {
            float: left;
            padding: 10px;
            width: 25%;
            margin-top: 40px;
            position: relative
        }
        
        .insider-detection-2 li .pic {
            margin-top: 30px;
            background: #fff;
            position: relative;
            border: solid 1px #d8d8d8
        }
        
        .insider-detection-2 li .pic:after {
            content: "";
            display: block;
            padding-bottom: 130%
        }
        
        .insider-detection-2 li .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            right: -5px;
            top: 5px;
            position: absolute;
            border: solid 1px #ebebeb
        }
        
        @media (max-width:1259px) {
            .insider-detection-2 li .pic:before {
                display: none
            }
        }
        
        .insider-detection-2 li .tit {
            color: #333;
            font-size: 18px;
            height: 24px;
            overflow: hidden;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease
        }
        
        .insider-detection-2 li .txt {
            height: 24px;
            color: #666;
            overflow: hidden;
            margin-top: 30px
        }
        
        @media (max-width:580px) {
            .insider-detection-2 li {
                width: 50%;
                padding: 0 5px;
                margin-top: 20px
            }
            .insider-detection-2 li .tit {
                font-size: 14px
            }
            .insider-detection-2 li .pic {
                margin-top: 15px
            }
            .insider-detection-2 li .txt {
                margin-top: 15px
            }
        }
        
        .insider-detection-2 li:hover .tit {
            font-size: 19px;
            color: #004ea2
        }
        
        @media (max-width:580px) {
            .insider-detection-2 li:hover .tit {
                font-size: 14px
            }
        }
        
        .insider-industry {
            padding-top: 60px;
            padding-bottom: 100px
        }
        
        @media (max-width:1000px) {
            .insider-industry {
                padding-top: 30px;
                padding-bottom: 30px;
                padding-left: 20px;
                padding-right: 20px
            }
        }
        
        .insider-industry .tit {
            color: #333;
            padding-bottom: 30px;
            padding-left: 20px;
            font-size: 22px;
            position: relative
        }
        
        .insider-industry .tit:before {
            content: "";
            width: 8px;
            height: 8px;
            top: 8px;
            left: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            background: #004ea2
        }
        
        @media (max-width:1000px) {
            .insider-industry .tit {
                font-size: 18px;
                padding-bottom: 20px
            }
        }
        
        .insider-job {
            margin-top: 50px
        }
        
        @media (max-width:640px) {
            .insider-job {
                margin-top: 30px
            }
        }
        
        .insider-job .box {
            font-size: 15px
        }
        
        .insider-job .box a {
            color: #fff;
            padding: 0 10px
        }
        
        .insider-job .box a:hover {
            text-decoration: underline
        }
        
        .insider-job li:first-child {
            color: #fff;
            font-size: 16px;
            background: #004ea2
        }
        
        .insider-job li:first-child span:first-child {
            border: 0
        }
        
        @media (max-width:1000px) {
            .insider-job li:first-child span:first-child {
                padding-left: 25px
            }
        }
        
        @media (max-width:480px) {
            .insider-job li:first-child span:first-child {
                padding-left: 0;
                text-align: center
            }
        }
        
        .insider-job li:first-child:before {
            display: none
        }
        
        .insider-job li,
        .insider-job .tit {
            cursor: pointer;
            text-align: left;
            position: relative;
            border-bottom: solid 1px #e8e8e8
        }
        
        .insider-job li:before,
        .insider-job .tit:before {
            width: 13px;
            height: 13px;
            right: 50px;
            top: 22px;
            content: "";
            position: absolute;
            background: url(../images/job-icon.png) no-repeat
        }
        
        @media (max-width:1000px) {
            .insider-job li:before,
            .insider-job .tit:before {
                display: none
            }
        }
        
        .insider-job li span,
        .insider-job .tit span {
            width: 20%;
            float: left;
            height: 53px;
            line-height: 52px;
            padding-left: 80px;
            overflow: hidden
        }
        
        @media (max-width:767px) {
            .insider-job li span,
            .insider-job .tit span {
                padding-left: 10px
            }
        }
        
        .insider-job li span img,
        .insider-job .tit span img {
            vertical-align: top;
            margin-right: 5px;
            margin-top: 15px
        }
        
        @media (max-width:580px) {
            .insider-job li span,
            .insider-job .tit span {
                font-size: 12px;
                height: 40px;
                line-height: 39px
            }
            .insider-job li span img,
            .insider-job .tit span img {
                display: none
            }
        }
        
        .insider-job li span:first-child,
        .insider-job .tit span:first-child {
            text-align: left
        }
        
        @media (max-width:1000px) {
            .insider-job li span:first-child,
            .insider-job .tit span:first-child {
                padding-left: 10px
            }
        }
        
        .insider-job .txt {
            line-height: 22px;
            padding: 20px 80px 50px 80px;
            text-align: left;
            display: none;
            color: #fff;
            font-size: 15px;
            line-height: 30px;
            background: #f7c68b
        }
        
        @media (max-width:1199px) {
            .insider-job .txt {
                margin: 0;
                font-size: 14px;
                line-height: 24px;
                padding: 20px 10px
            }
        }
        
        .insider-job .font16 {
            padding: 30px 0 0 0;
            font-weight: bold
        }
        
        @media (max-width:767px) {
            .insider-job .font16 {
                padding-top: 20px
            }
        }
        
        .insider-job .active {
            background: #fff
        }
        
        .insider-job .active:before {
            background: url(../images/job-icon2.png) no-repeat
        }
        
        @media (max-width:640px) {
            .insider-job li span:nth-child(5) {
                display: none
            }
            .insider-job li span {
                width: 25%
            }
            .insider-job .tit span:nth-child(5) {
                display: none
            }
            .insider-job .tit span {
                width: 25%
            }
        }
        
        .insider-product {
            background: none;
            margin-top: 0;
            padding-top: 36px;
            padding-bottom: 60px
        }
        
        @media (max-width:500px) {
            .insider-product {
                padding-top: 15px
            }
        }
        
        .insider-product li a {
            width: 100%;
            height: 100%;
            padding: 15px 0;
            overflow: hidden
        }
        
        .insider-product li .item .t1 {
            color: #333;
            height: 24px;
            overflow: hidden;
            font-size: 16px
        }
        
        .insider-product li .item .t2 {
            color: #a3a2a2;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            margin-top: 15px;
            padding-right: 40px
        }
        
        .insider-product li .item .more {
            margin-top: 20px
        }
        
        @media (max-width:500px) {
            .insider-product li .item .t2 {
                margin-top: 5px
            }
        }
        
        .insider-raw {
            padding-top: 60px;
            padding-bottom: 15px;
            background: #004ea2
        }
        
        .insider-raw .index-title {
            color: #fff
        }
        
        .insider-raw .index-title .font40 {
            color: #fff
        }
        
        @media (max-width:1260px) {
            .insider-raw {
                padding-top: 30px
            }
        }
        
        @media (max-width:480px) {
            .insider-raw {
                padding-top: 30px;
                padding-bottom: 0px
            }
        }
        
        .insider-raw ul {
            margin: 0 -10px
        }
        
        @media (max-width:1260px) {
            .insider-raw ul {
                width: 100%;
                margin-left: 0
            }
        }
        
        .insider-raw li {
            float: left;
            width: 33.333%;
            padding: 10px;
            -webkit-transition: all 334ms ease-in;
            transition: all 334ms ease-in;
            text-align: center
        }
        
        .insider-raw li a {
            width: 100%;
            height: 100%;
            background: #fff;
            display: block;
            padding: 30px 0;
        }
        
        .insider-raw li .tit {
            color: #333;
            height: 24px;
            overflow: hidden;
            font-size: 18px;
            margin-bottom: 30px
        }
        
        .insider-raw li .txt {
            height: 40px;
            color: #a3a2a2;
            overflow: hidden;
            line-height: 20px;
            padding: 0 80px
        }
        
        @media (max-width:1000px) {
            .insider-raw li .txt {
                padding: 0 10px
            }
        }
        
        .insider-raw li .pic {
            position: relative
        }
        
        .insider-raw li .pic:after {
            content: "";
            display: block;
            padding-bottom: 63%
        }
        
        @media (max-width:1260px) {
            .insider-raw li {
                padding: 10px;
                min-height: auto
            }
        }
        
        @media (max-width:680px) {
            .insider-raw li {
                width: 50%
            }
        }
        
        @media (max-width:480px) {
            .insider-raw li {
                width: 100%;
                padding: 0;
                margin: 15px 0 0 0;
                -webkit-transition: all 0ms ease;
                transition: all 0ms ease
            }
        }
        
        .insider-raw li:hover {
            background: #fff
        }
        
        .insider-proshow {
            margin-top: 50px;
            padding-bottom: 80px
        }
        
        @media (max-width:1000px) {
            .insider-proshow {
                margin-top: 30px;
                padding-bottom: 30px
            }
        }
        
        .insider-proshow .ptit {
            font-size: 16px;
            font-weight: bold;
            color: #004ea2;
            margin-bottom: 15px
        }
        
        .insider-proshow .box-1 .leftbox {
            width: 45%;
            float: left
        }
        
        .insider-proshow .box-1 .leftbox .bigimg {
            margin: 0 5px;
            background: #fff;
            border: solid 1px #dadada
        }
        
        .insider-proshow .box-1 .leftbox .bigimg .pic {
            position: relative
        }
        
        .insider-proshow .box-1 .leftbox .bigimg .pic:after {
            content: "";
            display: block;
            padding-bottom: 66%
        }
        
        .insider-proshow .box-1 .leftbox .smallimg {
            margin-top: 10px
        }
        
        .insider-proshow .box-1 .leftbox .smallimg .pic {
            margin: 0 5px;
            position: relative;
            cursor: pointer;
            background: #fff;
            border: solid 1px #dadada
        }
        
        .insider-proshow .box-1 .leftbox .smallimg .pic:after {
            content: "";
            display: block;
            padding-bottom: 60%
        }
        
        .insider-proshow .box-1 .leftbox .smallimg .slick-current .pic {
            border-color: #004ea2
        }
        
        @media (max-width:800px) {
            .insider-proshow .box-1 .leftbox {
                width: 100%
            }
        }
        
        .insider-proshow .box-1 .rightbox {
            width: 55%;
            float: left;
            padding-right: 40px;
            padding-left: 40px
        }
        
        .insider-proshow .box-1 .rightbox h1 {
            color: #333;
            font-size: 28px;
            line-height: 38px;
            padding: 40px 0 20px 0;
            font-weight: normal
        }
        
        .insider-proshow .box-1 .rightbox .text {
            line-height: 20px
        }
        
        @media (max-width:800px) {
            .insider-proshow .box-1 .rightbox {
                width: 100%;
                padding: 0 10px
            }
            .insider-proshow .box-1 .rightbox h1 {
                font-size: 18px;
                line-height: 24px;
                padding: 30px 0 10px 0
            }
        }
        
        .insider-proshow .box-2 {
            margin-top: 50px;
            border-top: solid 2px #004ea2
        }
        
        .insider-proshow .box-2 li {
            width: 25%;
            float: left;
            font-size: 16px;
            line-height: 55px;
            text-align: center;
            background: #004ea2;
            border-left: solid 1px #f9b462
        }
        
        .insider-proshow .box-2 li a {
            color: #fff;
            display: block
        }
        
        .insider-proshow .box-2 li:first-child {
            border-left: 0
        }
        
        .insider-proshow .box-2 .active {
            background: none
        }
        
        .insider-proshow .box-2 .active>a {
            color: #004ea2
        }
        
        @media (max-width:1000px) {
            .insider-proshow .box-2 {
                margin-top: 40px
            }
            .insider-proshow .box-2 li {
                font-size: 14px;
                line-height: 40px
            }
        }
        
        .insider-proshow .box-3 {
            display: none;
            padding-top: 40px;
            color: #4a4a4a;
            font-size: 15px;
            line-height: 30px;
            position: relative
        }
        
        .insider-proshow .dw {
            top: -100px;
            z-index: -1;
            height: 1px;
            position: absolute
        }
        
        .insider-message {
            padding-top: 40px;
            margin-top: 50px;
            position: relative;
            border-top: solid 1px #d7d7d7
        }
        
        .insider-message .ptit {
            margin-bottom: 0
        }
        
        @media (max-width:767px) {
            .insider-message {
                margin-top: 20px;
                padding-bottom: 30px
            }
        }
        
        .insider-message ul {
            width: 102.5%;
            margin-left: -15px
        }
        
        @media (max-width:1199px) {
            .insider-message ul {
                width: 100%;
                margin-left: 0
            }
        }
        
        .insider-message li {
            margin-top: 25px
        }
        
        .insider-message li p {
            padding: 0 15px;
            width: 33.333%;
            float: left;
            position: relative
        }
        
        .insider-message li label {
            top: 13px;
            left: 24px;
            color: #f30;
            position: absolute
        }
        
        .insider-message li input,
        .insider-message li textarea {
            padding: 10px;
            width: 100%;
            color: #000;
            font-size: 14px;
            padding-left: 20px;
            font-family: "微软雅黑";
            border: solid 1px #c9c9c9
        }
        
        .insider-message li input:focus,
        .insider-message li textarea:focus {
            border-color: #004ea2;
            border: solid 2px #004ea2;
            padding-top: 9px;
            padding-bottom: 9px
        }
        
        .insider-message li .code {
            width: 100%
        }
        
        .insider-message li .code input {
            width: 30%
        }
        
        .insider-message li .code img {
            margin: 0 5px;
            height: 41px;
        }
        
        .insider-message li .textarea {
            width: 100%
        }
        
        .insider-message li .textarea textarea {
            height: 200px
        }
        
        .insider-message li .button-01 {
            width: 100%
        }
        
        .insider-message li .button-01 input[type="button"] {
            border: 0;
            color: #fff;
            font-size: 16px;
            background: #004ea2
        }
        
        .insider-message li .button-01 input[type="button"]:hover {
            background: #004793
        }
        
        @media (max-width:767px) {
            .insider-message li {
                margin-top: 0
            }
            .insider-message li p {
                padding: 0;
                width: 100%;
                margin-top: 15px
            }
            .insider-message li .textarea textarea {
                height: 80px
            }
            .insider-message li label {
                left: 10px
            }
        }
        
        .insider-xg li a {
            border: solid 1px #eee
        }
        
        .insider-contact {
            padding-top: 50px;
            padding-bottom: 80px
        }
        
        @media (max-width:1000px) {
            .insider-contact {
                padding-top: 30px;
                padding-bottom: 30px
            }
        }
        
        .insider-contact .box-1 {
            background: #fff;
            margin-bottom: 25px
        }
        
        .insider-contact .box-1 .leftbox {
            width: 50%;
            float: left
        }
        
        @media (max-width:520px) {
            .insider-contact .box-1 .leftbox {
                width: 100%
            }
        }
        
        .insider-contact .box-1 .rightbox {
            width: 50%;
            float: left;
            padding: 60px 130px 0 50px
        }
        
        .insider-contact .box-1 .rightbox .font24 {
            font-size: 24px;
            font-weight: bold;
            color: #004ea2;
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-bottom: solid 1px #d7d7d7
        }
        
        @media (max-width:1200px) {
            .insider-contact .box-1 .rightbox {
                padding-right: 50px
            }
        }
        
        @media (max-width:700px) {
            .insider-contact .box-1 .rightbox {
                padding: 30px
            }
            .insider-contact .box-1 .rightbox .font24 {
                font-size: 18px
            }
        }
        
        @media (max-width:520px) {
            .insider-contact .box-1 .rightbox {
                width: 100%
            }
        }
        
        .insider-contact .box-1 .amap {
            width: 100%;
            height: 310px;
            overflow: hidden
        }
        
        .insider-contact .box-1 .ditu {
            overflow: hidden;
            position: relative;
            width: 100%;
            background: #fff;
            height: 310px
        }
        
        .insider-contact .box-1 .ditu #l-map {
            width: 100%;
            height: 100%
        }
        
        .insider-contact .box-1 .ditu #l-map2 {
            width: 100%;
            height: 100%
        }
        
        @media (max-width:480px) {
            .insider-contact .box-1 .amap {
                height: 300px
            }
            .insider-contact .box-1 .ditu {
                height: 300px
            }
        }
        
        .insider-message-2 {
            background: #fff;
            border-top: 0;
            padding-top: 50px;
            padding-bottom: 0
        }
        
        @media (max-width:580px) {
            .insider-message-2 {
                padding-top: 30px
            }
        }
        
        .insider-message-2 ul {
            padding: 0 40px;
            width: 100%;
            margin-left: 0
        }
        
        @media (max-width:580px) {
            .insider-message-2 ul {
                padding: 0 20px
            }
        }
        
        .insider-message-2 li input,
        .insider-message-2 li textarea {
            background: #f9f9f9;
            border: solid 2px #f9f9f9
        }
        
        .insider-message-2 .t1,
        .insider-message-2 .red {
            padding: 0 55px
        }
        
        @media (max-width:580px) {
            .insider-message-2 .t1,
            .insider-message-2 .red {
                padding: 0 20px
            }
        }
        
        .insider-message-2 .t1 {
            font-size: 16px
        }
        
        .insider-message-2 .red {
            color: #f30
        }
        
        .insider-message-2 .code .submit {
            color: #fff;
            width: 200px;
            margin-left: 10px;
            font-weight: bold;
            border: solid 2px #fff;
            border-color: #004ea2;
            background: #004ea2
        }
        
        .insider-message-2 .code .submit:hover,
        .insider-message-2 .code .submit:focus {
            color: #004ea2;
            background: #fff;
            border: solid 2px #004ea2
        }
        
        .insider-downdoad {
            padding-top: 50px;
            padding-bottom: 80px
        }
        
        @media (max-width:1200px) {
            .insider-downdoad {
                padding-top: 0;
                padding-bottom: 30px
            }
        }
        
        .insider-downdoad .box-1 {
            background: #fff;
            padding: 30px
        }
        
        @media (max-width:1000px) {
            .insider-downdoad .box-1 {
                padding: 15px
            }
        }
        
        .insider-downdoad .box-1 .title:first-child {
            padding-top: 0
        }
        
        .insider-downdoad .box-1 .title {
            padding: 40px 0 10px 0
        }
        
        .insider-downdoad .box-1 .title span {
            color: #fff;
            font-size: 16px;
            line-height: 40px;
            padding: 0 25px;
            border-radius: 30px;
            display: inline-block;
            background: #004ea2
        }
        
        .insider-downdoad .box-1 .title a {
            float: right;
            display: inline-block
        }
        
        @media (max-width:1000px) {
            .insider-downdoad .box-1 .title span {
                line-height: 30px
            }
        }
        
        .insider-downdoad .box-1 li {
            height: 50px;
            line-height: 48px;
            overflow: hidden;
            margin-top: 20px;
            font-size: 16px;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease;
            border: solid 1px #eee
        }
        
        @media (max-width:1000px) {
            .insider-downdoad .box-1 li {
                margin-top: 10px
            }
        }
        
        .insider-downdoad .box-1 li:first-child {
            color: #fff;
            border-color: #b3b3b3;
            background: #b3b3b3
        }
        
        .insider-downdoad .box-1 li a {
            color: #666
        }
        
        .insider-downdoad .box-1 li span {
            width: 15%;
            float: left;
            display: block;
            padding: 0 15px;
            text-align: center
        }
        
        .insider-downdoad .box-1 li span img {
            max-height: 20px;
            margin: 14px 5px 0 0
        }
        
        @media (max-width:1000px) {
            .insider-downdoad .box-1 li span {
                font-size: 14px;
                padding: 0 5px
            }
        }
        
        .insider-downdoad .box-1 li span:first-child {
            width: 55%;
            padding-left: 35px;
            text-align: left
        }
        
        @media (max-width:1000px) {
            .insider-downdoad .box-1 li span:first-child {
                padding-left: 15px
            }
        }
        
        .insider-downdoad .box-1 li:hover {
            background: #fff3e4;
            border-color: #fff3e4
        }
        
        .insider-downdoad .box-1 li:first-child:hover {
            color: #fff;
            border-color: #b3b3b3;
            background: #b3b3b3
        }
        
        @media (max-width:640px) {
            .insider-downdoad .box-1 li span:nth-child(2) {
                display: none
            }
            .insider-downdoad .box-1 li span:nth-child(3) {
                display: none
            }
            .insider-downdoad .box-1 li span {
                width: 45%
            }
        }
        
        .downdoadBox {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            position: fixed;
            display: none;
            background: rgba(0, 0, 0, 0.5)
        }
        
        .downdoadBox .bg {
            background: #fff;
            width: 680px;
            min-height: 330px;
            top: 50%;
            left: 50%;
            padding: 80px 50px 0 50px;
            margin-left: -340px;
            margin-top: -165px;
            border-radius: 10px;
            position: absolute
        }
        
        @media (max-width:680px) {
            .downdoadBox .bg {
                width: 300px;
                margin: 0 auto;
                min-height: 240px;
                margin-top: -120px;
                margin-left: -150px;
                padding: 50px 10px 0 25px
            }
        }
        
        .downdoadBox .bg p {
            padding-bottom: 15px
        }
        
        .downdoadBox .bg label {
            font-size: 18px
        }
        
        @media (max-width:680px) {
            .downdoadBox .bg label {
                font-size: 14px
            }
        }
        
        .downdoadBox .bg input {
            padding: 10px;
            width: 300px;
            color: #666;
            font-size: 14px;
            font-family: "微软雅黑";
            border: solid 1px #dcdcdc
        }
        
        @media (max-width:680px) {
            .downdoadBox .bg input {
                width: 110px
            }
        }
        
        .downdoadBox .bg input[type="button"] {
            color: #fff;
            width: 100px;
            margin-left: 10px;
            font-size: 16px;
            border-color: #004ea2;
            background: #004ea2
        }
        
        @media (max-width:680px) {
            .downdoadBox .bg input[type="button"] {
                width: 80px;
                margin-left: 5px;
                font-size: 14px
            }
        }
        
        .downdoadBox .bg .close {
            right: 30px;
            top: 30px;
            position: absolute
        }
        
        .downdoadBox .bg .close img {
            opacity: .6;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease
        }
        
        @media (max-width:680px) {
            .downdoadBox .bg .close {
                right: 25px;
                top: 15px
            }
            .downdoadBox .bg .close img {
                max-height: 25px
            }
        }
        
        .downdoadBox .bg .close:hover img {
            opacity: 1
        }
        
        .map {
            margin-top: -20px;
            padding-bottom: 60px
        }
        
        .map li {
            padding: 20px 0;
            border-top: solid 1px #ddd
        }
        
        .map li h3 {
            margin-bottom: 10px
        }
        
        .map li a {
            padding-right: 15px;
            display: inline-block
        }
        
        .map li:first-child {
            border-top: 0
        }
        
        .map {
            margin: 0 auto;
            padding-bottom: 40px
        }
        
        .map dl {
            overflow: hidden;
            line-height: 30px;
            border-bottom: solid 1px #eee;
            padding: 20px 0
        }
        
        .map dl:hover {
            background: #f5f8fa
        }
        
        .map dl:hover dt a {
            color: #e0e9f3;
            font-weight: bold
        }
        
        .map dt {
            font-size: 14px;
            float: left;
            width: 10%;
            text-align: center;
            background: #004ea2
        }
        
        .map dt:hover {
            background: #004ea2
        }
        
        .map dt a {
            color: #fff;
            display: block
        }
        
        .map dt a:hover {
            color: #e0e9f3;
            font-weight: bold
        }
        
        .map dd {
            font-size: 12px;
            overflow: hidden;
            float: left;
            width: 85%
        }
        
        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both
        }
        
        .map dd .p2 a {
            color: #333;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }
        
        .map dd .p2 a:hover {
            color: #004ea2
        }
        
        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0 20px 0 10px
        }
        
        .map dd div a {
            color: #333;
            float: left;
            padding: 0 10px 0 10px
        }
        
        .map dd div a:hover {
            background: #004ea2;
            color: #fff
        }
        
        .page {
            text-align: center;
            padding: 30px 0;
            overflow: hidden
        }
        
        .page-status {
            line-height: 40px;
        }
        
        .page a {
            color: #353535;
            display: inline-block;
            font-size: 14px;
            line-height: 38px;
            height: 40px;
            padding: 0 16px;
            margin: 0 8px;
            font-family: arial;
            -webkit-transition: all .5s;
            transition: all .5s;
            border: 1px solid #dadada;
            vertical-align: top
        }
        
        .page a.cpb,
        .page a:hover {
            background: #043490;
            border: 1px solid #043490;
            color: #fff
        }
        
        @media (max-width:767px) {
            .map dl {
                margin: 20px
            }
            .map dt {
                width: 100%
            }
            .page a {
                display: none;
                font-size: 12px;
                line-height: 37px;
                height: 37px;
                padding: 0 10px;
                margin: 0 5px
            }
            .page a.prev,
            .page a.next {
                display: inline-block
            }
        }
        
        .mobile-footer-menu {
            display: none;
            height: 54px
        }
        
        @media (max-width:768px) {
            .footer {
                margin-bottom: 54px
            }
            .mobile-footer-menu {
                display: block;
                width: 100%;
                background: #666;
                padding: 5px 0;
                position: fixed;
                left: 0;
                bottom: 0;
                z-index: 99;
                list-style: none;
                font-size: 12px
            }
            .mobile-footer-menu li {
                width: 25%;
                float: left;
                position: relative
            }
            .mobile-footer-menu li:after {
                content: "";
                position: absolute;
                height: 42px;
                width: 1px;
                background: rgba(255, 255, 255, 0.1);
                right: 0;
                top: 2px
            }
            .mobile-footer-menu li span {
                width: 24px;
                height: 24px;
                display: block;
                margin: 0 auto;
                position: relative;
                overflow: hidden
            }
            .mobile-footer-menu li span img {
                max-width: 100%
            }
            .mobile-footer-menu li em {
                font-style: normal;
                text-align: center;
                display: block;
                color: #fff;
                height: 20px;
                line-height: 20px;
                overflow: hidden
            }
            .mobile-footer-menu li:last-child:after {
                display: none
            }
        }
        /**********IE8***********/
        
        .prompt {
            position: fixed;
            width: 100%;
            height: 100%;
            background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
            left: 0;
            bottom: 0;
            display: none;
            z-index: 999999;
            filter: alpha(opacity=80);
            opacity: 80;
        }
        
        .prompt span {
            position: absolute;
            font-size: 14px;
            font-family: 'Microsoft YaHei';
            top: 55%;
            left: 50%;
            margin-left: -200px;
            width: 400px;
            display: block;
            line-height: 24px;
            color: #666;
        }
        
        .prompt span a {
            text-decoration: underline;
        }
        
        .prompt_close {
            width: 30px;
            height: 30px;
            position: absolute;
            right: 30px;
            top: 30px;
            background: url(../images/closed.png) no-repeat center center;
            cursor: pointer;