@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: arial;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    min-width: 1260px;
    margin: 0 auto;
    background: #fff;
    max-width: 1920px
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

ul, li {
    list-style: none
}

ul {
    padding: 0
}

li {
    zoom: 1;
    vertical-align: middle
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 36px
}

fieldset, img {
    border: 0
}

img {
    border: 0;
    max-width: 100%
}

div {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 0;
    width: 100%
}

th, td {
    padding: 0
}

input, textarea {
    font-family: arial, "microsoft yahei";
    font-size: 14px
}

input {
    outline: 0
}

textarea {
    outline: 0
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff;
    opacity: 1
}

::-moz-placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1280px) {
    .container {
        width: 1260px;
        margin-left: auto;
        margin-right: auto
    }
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    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
}

#container {
    overflow: hidden;
    position: relative
}

@font-face {
    font-family: "DINPro-Regular";
    src: url("../font/DINPro-Regular.woff2") format("woff2"), url("../font/DINPro-Regular.woff") format("woff"), url("../font/DINPro-Regular.ttf") format("truetype"), url("../font/DINPro-Regular.eot") format("embedded-opentype"), url("../font/DINPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "DINCond-Black";
    src: url("../font/DINCond-Black.woff2") format("woff2"), url("../font/DINCond-Black.woff") format("woff"), url("../font/DINCond-Black.ttf") format("truetype"), url("../font/DINCond-Black.eot") format("embedded-opentype"), url("../font/DINCond-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.header {
    height: 93px;
    width: 100%;
    position: relative;
    z-index: 1000;
    background: #0054a6
}

.header .container {
    width: 1705px
}

.header .logo {
    padding-top: 4px;
    float: left;
    z-index: 4;
    padding-left: 30px
}

.header .logo a {
    float: left;
    position: relative
}

.header .logo a img {
    float: left
}

.header .header-right {
    float: right
}

.header .header-right .header-phone {
    float: right;
    margin-right: 35px;
    margin-top: 30px;
    background: url("../images/phone.png") no-repeat center left;
    padding-left: 43px
}

.header .header-right .header-phone p {
    font-size: 30px;
    color: #fff;
    font-family: "DINPro-Regular";
    font-weight: 100;
    line-height: 30px
}

.header .header-right .bottom .header-search {
    float: right;
    position: relative;
    margin-top: 27px;
    background: url("../images/line.png") no-repeat center left;
    padding-left: 17px
}

.header .header-right .bottom .header-search .pull-right a {
    display: block;
    height: 37px;
    width: 36px;
    line-height: 37px;
    transition: .5s;
    background: url("../images/search.png") no-repeat center center
}

.header .header-right .bottom .search {
    z-index: 99
}

.header .header-right .bottom .search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}

.header .header-right .bottom .search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}

.header .header-right .bottom .search .search-main {
    top: 66px;
    right: 0;
    z-index: 9;
    width: 330px;
    display: none;
    position: absolute;
    padding: 14px;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd
}

.header .header-right .bottom .search-container {
    padding-left: 0;
    position: relative
}

.header .header-right .bottom .search-info {
    width: 100%;
    position: relative;
    background: 0
}

.header .header-right .bottom .search-info .inp_srh {
    color: #555;
    width: 254px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background: 0;
    border: 1px solid #ccc;
    float: left;
    border-right: 0
}

.header .header-right .bottom .search-info .inp_srh:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9
}

.header .header-right .bottom .btn_srh {
    background: #3374d0;
    width: 48px;
    line-height: 18px;
    height: 34px;
    float: right;
    border: 0;
    color: #fff
}

.header .header-right .bottom #search-closed {
    right: 10px;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

.menu {
    float: right;
    margin-right: 50px;
    margin-top: 10px
}

.menu ul li {
    float: left;
    position: relative;
    text-align: center;
    margin-left: 19px
}

.menu ul li a {
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0 19px
}

.menu ul li:hover > a {
    border-bottom: 3px solid #0081ff
}

.menu ul li:hover .subnav {
    display: block
}

.menu ul li .subnav {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 250px;
    z-index: 55;
    margin-left: -120px;
    display: none;
    white-space: nowrap;
    text-align: left;
    padding: 3px 0
}

.menu ul li .subnav ul {
    border-bottom: 3px solid #3374d0;
    position: relative;
    padding: 13px 14px 24px 14px;
    background: rgba(255, 255, 255, 0.95)
}

.menu ul li .subnav ul li {
    float: none;
    margin: 0;
    width: 100%;
    background: 0;
    height: auto
}

.menu ul li .subnav ul li a {
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    border-bottom: 0;
    text-align: left;
    padding: 0 12px 0 22px;
    border-bottom: 1px solid #e2e2e2;
    background: url("../images/dot04.png") no-repeat 8px center
}

.menu ul li .subnav ul li ul {
    padding: 0;
    background: 0;
    border-bottom: 1px solid #e2e2e2;
    display: none
}

.menu ul li .subnav ul li ul li a {
    background: 0;
    color: #999;
    font-size: 12px;
    line-height: 28px;
    border-bottom: 0
}

.menu ul li .subnav ul li ul li a:hover {
    color: #3374d0
}

.menu ul li .subnav ul li:hover a {
    color: #0054a6
}

.menu ul li .subnav ul li:hover ul {
    display: block
}

.menu ul li .subnav ul li:hover ul li a {
    background: 0;
    color: #999;
    font-size: 12px
}

.menu ul li .subnav ul li:hover ul li a:hover {
    color: #3374d0
}

.menu ul li .aboutsubnav {
    width: 200px;
    margin-left: -100px
}

.menu ul li .prosubnav {
    width: 200px;
    margin-left: -100px
}

.menu ul li .servicesubnav {
    width: 140px;
    margin-left: -70px
}

.menu ul li .contactsubnav {
    width: 160px;
    margin-left: -80px
}

.menu ul .active > a {
    border-bottom: 3px solid #0081ff
}

@media (max-width: 1705px) {
    .header .container {
        width: 1280px
    }

    .header .logo {
        padding-left: 0
    }

    .menu {
        margin-right: 10px
    }

    .header .header-right .header-phone {
        margin-right: 10px
    }

    .menu ul li a {
        padding: 0 14px
    }

    .menu ul li {
        margin-left: 0px
    }
}

@media (max-width: 1280px) {
    .header .container {
        width: 1260px
    }

    .menu {
        margin-right: 0px
    }
}

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: url(../images/transparent-bg.png) repeat;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

.video-popup {
    position: fixed;
    z-index: 999;
    width: 880px;
    height: 650px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -325px 0 0 -440px;
    text-align: center;
    padding: 20px;
    display: none
}

.video-popup .box {
    background: #f1f1f1;
    height: 100%
}

.video-popup .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -45px;
    top: 0;
    background: url(../images/close-icon.png) no-repeat
}

.video-popup .p-01 {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0
}

.video-popup .p-02 {
    font-size: 12px
}

.video-popup a {
    color: #274095
}

.video-popup a:hover {
    text-decoration: underline
}

.home-banner {
    overflow: hidden;
    width: 100%;
    height: 600px;
    position: relative
}

.home-banner .home-banner-slick {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.home-banner .home-banner-slick .item {
    position: relative;
    height: 600px
}

.home-banner .slick-dots {
    z-index: 100;
    bottom: 30px;
    line-height: 0;
    padding: 4px 0;
    background: url("../images/bg.png") no-repeat center center
}

.home-banner .slick-dots li {
    margin: 0 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    border: 1px solid transparent
}

.home-banner .slick-dots li button {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    padding: 0;
    border-radius: 50%
}

.home-banner .slick-dots li button:before {
    content: ""
}

.home-banner .slick-dots .slick-active {
    border: 3px solid #fff;
    padding: 3px
}

.home-banner .slick-dots .slick-active button {
    width: 7px;
    height: 7px;
    background: 0
}

.home-banner .slick-dots .slick-active button:before {
    color: transparent
}

.home-title {
    position: relative;
    padding-top: 5px
}

.home-title .pic {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px auto;
    z-index: 2
}

.home-title p {
    font-family: "DINCond-Black";
    font-size: 132px;
    text-align: center;
    text-transform: uppercase;
    line-height: 110px;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    letter-spacing: 5px;
    color: #f0f0f0;
    z-index: 1
}

.home-title .bt {
    font-size: 30px;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 2
}

.home-product {
    padding: 86px 0 70px 0;
    overflow: hidden;
    background: url("../images/home1.jpg") no-repeat top center
}

.home-product .home-bottom {
    margin: 0 -11px;
    padding-top: 51px;
    padding-bottom: 61px;
    overflow: hidden;
    position: relative;
    height: 604px
}

.home-product .home-bottom .item {
    width: 25%;
    float: left;
    padding: 0 11px
}

.home-product .home-bottom .item a {
    display: block;
    background: url("../images/bg1.png") no-repeat bottom center;
    padding-bottom: 7px
}

.home-product .home-bottom .item .box {
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.02);
    background: #fff
}

.home-product .home-bottom .item .pic img {
    transition: .5s
}

.home-product .home-bottom .item .pic:after {
    padding-bottom: 84.7%
}

.home-product .home-bottom .item .text {
    padding: 10px 27px 35px 27px
}

.home-product .home-bottom .item .text .bt {
    font-size: 19px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    color: #333
}

.home-product .home-bottom .item .text .jsh {
    font-size: 15px;
    color: #888;
    text-align: center;
    line-height: 25px;
    margin-bottom: 29px;
    height: 75px;
    overflow: hidden
}

.home-product .home-bottom .item .text .more {
    width: 158px;
    height: 40px;
    line-height: 38px;
    color: #999;
    padding-left: 38px;
    background: url(../images/more1.png) no-repeat 87% center;
    padding-right: 41px;
    margin: 0 auto;
    border: 1px solid #999;
    transition: .5s
}

.home-product .home-bottom .item:hover .pic img {
    transform: scale(1.05)
}

.home-product .home-bottom .item:hover .text .more {
    border: 1px solid #0054a6;
    color: #fff;
    background: #0054a6 url(../images/more.png) no-repeat 87% center
}

.home-product .home-bottom .slick-dots {
    z-index: 100;
    bottom: 0;
    line-height: 0;
    left: 0
}

.home-product .home-bottom .slick-dots li {
    margin: 0 6px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    border: 1px solid transparent
}

.home-product .home-bottom .slick-dots li button {
    width: 11px;
    height: 11px;
    display: block;
    background: #0054a6;
    padding: 0;
    border-radius: 50%
}

.home-product .home-bottom .slick-dots li button:before {
    content: ""
}

.home-product .home-bottom .slick-dots .slick-active {
    border: 1px solid #0054a6;
    padding: 3px
}

.home-product .home-bottom .slick-dots .slick-active button:before {
    color: transparent
}

.home-about {
    padding: 74px 0 58px 0;
    overflow: hidden
}

.home-about .home-bottom {
    padding-top: 34px
}

.home-about .home-bottom .jsh {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    margin-bottom: 38px
}

.home-about .home-bottom ul {
    text-align: center
}

.home-about .home-bottom ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 20px
}

.home-about .home-bottom ul li .num {
    color: #ffa800;
    font-size: 27px;
    font-family: "DINPro-Regular"
}

.home-about .home-bottom ul li .num span {
    font-size: 49px;
    display: inline-block;
    vertical-align: top
}

.home-about .home-bottom ul li .shm {
    font-size: 14px;
    color: #999;
    line-height: 28px
}

.home-hexin {
    position: relative;
    padding: 80px 0;
    height: 722px
}

.home-hexin:after {
    content: '';
    display: block;
    height: 562px;
    width: 50%;
    background: #f4f5f6;
    position: absolute;
    top: 80px;
    right: 0
}

.home-hexin .pic {
    width: 960px;
    height: 722px;
    position: absolute;
    top: 0;
    right: 50%
}

.home-hexin .info {
    padding-left: 94px
}

.home-hexin .picScroll-left {
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: 562px;
    background: #f4f5f6
}

.home-hexin .picScroll-left .hd {
    position: absolute;
    bottom: 66px;
    left: 113px
}

.home-hexin .picScroll-left .hd .prev, .home-hexin .picScroll-left .hd .next {
    display: inline-block;
    vertical-align: bottom;
    width: 6px;
    height: 35px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/al.png") no-repeat no-repeat center center
}

.home-hexin .picScroll-left .hd .next {
    background: url("../images/ar.png") no-repeat no-repeat center center
}

.home-hexin .picScroll-left .hd .pageState {
    color: #010200;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 7px
}

.home-hexin .picScroll-left .hd .pageState span {
    font-size: 35px
}

.home-hexin .picScroll-left .bd ul li .box {
    padding: 77px 0 30px 110px
}

.home-hexin .picScroll-left .bd ul li .box .text {
    float: left;
    width: 450px
}

.home-hexin .picScroll-left .bd ul li .box .bt {
    font-size: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px
}

.home-hexin .picScroll-left .bd ul li .box .span {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 43px
}

.home-hexin .picScroll-left .bd ul li .box .span:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #0054a6;
    margin-top: 17px
}

.home-hexin .picScroll-left .bd ul li .box .jsh {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 75px;
    margin-bottom: 41px
}

.home-hexin .picScroll-left .bd ul li .box .tel {
    background: url(../images/phone1.png) no-repeat 8px center;
    padding-left: 50px;
    font-size: 30px;
    color: #0054a6;
    font-family: "DINPro-Regular";
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-right: 9px;
    padding-bottom: 5px
}

.home-hexin .picScroll-left .bd ul li .box .img {
    float: right;
    padding-right: 27px;
    padding-top: 26px;
    width: 555px;
    background: url("../images/bg2.png") no-repeat top right
}

.home-hexin .picScroll-left .bd ul li .box .img .pic {
    width: 528px;
    height: 373px;
    position: relative;
    top: auto;
    right: auto
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.home-distributed {
    padding: 85px 0 85px 0;
    overflow: hidden
}

.home-distributed .home-bottom {
    text-align: center;
    padding-top: 26px
}

.home-distributed .home-bottom .jsh {
    text-align: center;
    display: inline-block
}

.home-distributed .home-bottom .jsh p {
    text-align: left;
    font-size: 15px;
    color: #777;
    line-height: 28px
}

.home-distributed .home-bottom .jsh p span {
    color: #0054a6;
    font-weight: bold
}

.home-distributed .home-map {
    position: relative;

}

.home-distributed .home-map .img {
    width: 1920px;
    height: 665px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;

}

.home-distributed .home-map .home-bottom .pic {
    width: 765px;
    height: 859px;
    float: left;
    margin-left: 32px;
    margin-top: 11px;

}

.home-distributed .home-map .home-bottom .pic .globalMap {
    width: 100%;
    height: 589px;
    margin: 30px auto 0 auto;
    position: relative
}

.home-distributed .home-map .home-bottom .pic .area {
    position: absolute;
    width: 80px;
    height: 80px;
    visibility: visible;
    opacity: 1
}

.home-distributed .home-map .home-bottom .pic .area .name {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 50px;
    font-size: 12px;
    cursor: initial
}

.home-distributed .home-map .home-bottom .pic .area .name:hover {
    color: #333
}

.home-distributed .home-map .home-bottom .pic .area .dot {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: 23px;
    color: #fff;
    font-size: 9px;
    background: url("../images/d2.png") no-repeat center center
}

.home-distributed .home-map .home-bottom .pic .area .circle {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent
}

.home-distributed .home-map .home-bottom .pic .area .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #5a92eb;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite
}

.home-distributed .home-map .home-bottom .pic .area .circle-shadow:after {
    -webkit-box-shadow: inset 0 0 5em rgba(0, 84, 166, 0.16);
    box-shadow: inset 0 0 5em rgba(0, 84, 166, 0.16)
}

.home-distributed .home-map .home-bottom .pic .area .circle-10:after {
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite
}

.home-distributed .home-map .home-bottom .pic .area .circle-40:after {
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite
}

.home-distributed .home-map .home-bottom .pic .area .circle-70:after {
    -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
    animation: ripple 4500ms ease-out 1575ms infinite
}

.home-distributed .home-map .home-bottom .pic .area .circle-80:after {
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite
}

.home-distributed .home-map .home-bottom .pic .meixi {
    top: 120px;
    left: 140px
}

.home-distributed .home-map .home-bottom .pic .m01 {
    top: 73px;
    right: 22px;
    width: 100px;
    height: 100px
}

.home-distributed .home-map .home-bottom .pic .m02 {
    top: 156px;
    right: 134px
}

.home-distributed .home-map .home-bottom .pic .m03 {
    top: 223px;
    right: 102px
}

.home-distributed .home-map .home-bottom .pic .m04 {
    top: 264px;
    right: 144px
}

.home-distributed .home-map .home-bottom .pic .m05 {
    top: 302px;
    right: 135px
}

.home-distributed .home-map .home-bottom .pic .m06 {
    top: 262px;
    right: 244px
}

.home-distributed .home-map .home-bottom .pic .m07 {
    top: 257px;
    right: 105px
}

.home-distributed .home-map .home-bottom .pic .m08 {
    top: 318px;
    right: 340px
}

.home-distributed .home-map .home-bottom .pic .m09 {
    top: 209px;
    right: 166px
}

.home-distributed .home-map .home-bottom .pic .m09 .dot {
    background: url("../images/d.png") no-repeat center center
}

.home-distributed .home-map .home-bottom .pic .m10 {
    top: 282px;
    right: 94px
}

.home-distributed .home-map .home-bottom .pic .m10 .dot {
    background: url("../images/d1.png") no-repeat center center
}

/*.home-distributed .home-map .home-bottom .text {
    float: right;
    width: 100%;
    text-align: left;
    padding-top: 20px
}

.home-distributed .home-map .home-bottom .text ul li {
    position: relative;
    padding-left: 55px;
    font-size: 15px;
    margin-bottom: 28px;
    color: #333;
	float: left;
	width: 33%;
	line-height: 25px;
}*/

.home-distributed .home-map .home-bottom .text {
    float: right;
    width: 380px;
    text-align: left;
    padding-top: 20px
}

.home-distributed .home-map .home-bottom .text ul li {
	position: relative;
	padding-left: 55px;
	font-size: 15px;
	margin-bottom: 28px;
	color: #333;
}

.home-distributed .home-map .home-bottom .text ul li span {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/d2.png) no-repeat center center;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px
}
/*.home-distributed .home-map .home-bottom .text ul .m2{
	width:50%;
}*/
.home-distributed .home-map .home-bottom .text ul .m1 span {
    background: url("../images/d.png") no-repeat center center
}

.home-distributed .home-map .home-bottom .text ul .m2 span {
    background: url("../images/d1.png") no-repeat center center
}

.home-news {
    padding: 103px 0 78px 0;
    background: #f4f5f6 url("../images/home2.jpg") no-repeat top center
}

.home-news .home-title p {
    color: rgba(255, 255, 255, 0.03)
}

.home-news .home-title .bt {
    color: #fff
}

.home-news .home-bottom {
    margin-top: 104px;
    overflow: hidden;
    padding-top: 62px;
    padding-bottom: 76px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13)
}

.home-news .home-bottom ul {
    margin: 0 -3px
}

.home-news .home-bottom ul li {
    width: 33.333333333333336%;
    float: left;
    padding: 0 47px
}

.home-news .home-bottom ul li .box {
    transition: .5s
}

.home-news .home-bottom ul li .box .date {
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 26px
}

.home-news .home-bottom ul li .box .date span {
    font-size: 32px;
    margin-right: 15px
}

.home-news .home-bottom ul li .box .bt {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 11px
}

.home-news .home-bottom ul li .box .jsh {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    height: 56px;
    overflow: hidden;
    margin-bottom: 36px
}

.home-news .home-bottom ul li .box .more {
    width: 158px;
    height: 40px;
    line-height: 38px;
    color: #999;
    padding-left: 38px;
    background: url(../images/more1.png) no-repeat 87% center;
    padding-right: 41px;
    border: 1px solid #999;
    transition: .5s
}

.home-news .home-bottom ul li:hover .box {
    margin-top: -10px
}

.home-news .home-bottom ul li:hover .box .bt {
    color: #0054a6
}

.home-news .home-bottom ul li:hover .box .more {
    border: 1px solid #0054a6;
    color: #fff;
    background: #0054a6 url(../images/more.png) no-repeat 87% center
}

.home-partner {
    padding-bottom: 86px;
    overflow: hidden;
    background: #f4f5f6
}

.home-partner .home-bottom {
    padding-top: 50px;
    padding-bottom: 71px;
    overflow: hidden;
    position: relative;
    height: 389px
}

.home-partner .home-bottom .item ul {
    margin: 0 -4px
}

.home-partner .home-bottom .item ul li {
    float: left;
    width: 16.666666666666668%;
    padding: 0 4px;
    margin-bottom: 8px
}

.home-partner .home-bottom .item ul li .box {
    position: relative;
    border: 2px solid #f4f5f6;
    transition: .5s;
    background: #fff;
    height: 126px
}

.home-partner .home-bottom .item ul li .box .pic {
    height: 122px;
    transition: .5s
}

.home-partner .home-bottom .item ul li .box .bt {
    height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
    background: #0054a6;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s
}

.home-partner .home-bottom .item ul li .box:hover {
    border: 2px solid #0054a6
}

.home-partner .home-bottom .item ul li .box:hover .bt {
    height: 40px
}

.home-partner .home-bottom .item ul li .box:hover .pic {
    height: 82px
}

.home-partner .home-bottom .slick-dots {
    z-index: 100;
    bottom: 0;
    line-height: 0;
    left: 0
}

.home-partner .home-bottom .slick-dots li {
    margin: 0 6px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    border: 1px solid transparent
}

.home-partner .home-bottom .slick-dots li button {
    width: 11px;
    height: 11px;
    display: block;
    background: #0054a6;
    padding: 0;
    border-radius: 50%
}

.home-partner .home-bottom .slick-dots li button:before {
    content: ""
}

.home-partner .home-bottom .slick-dots .slick-active {
    border: 1px solid #0054a6;
    padding: 3px
}

.home-partner .home-bottom .slick-dots .slick-active button:before {
    color: transparent
}

.footer .footer-top {
    padding: 57px 0 34px 0;
    background: #283345;
    overflow: hidden
}

.footer .footer-top ul {
    width: 1006px;
    float: left;
    padding-left: 10px;
    border-right: 1px solid #3e4858;
    min-height: 281px
}

.footer .footer-top ul li {
    float: left;
    margin-right: 35px;
    width: 95px
}

.footer .footer-top ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px
}

.footer .footer-top ul li a:hover {
    text-decoration: underline
}

.footer .footer-top ul li ul {
    width: 100%;
    float: none;
    padding-left: 0;
    border-right: 0;
    min-height: 0
}

.footer .footer-top ul li ul li {
    margin-right: 0;
    float: none;
    width: 100%
}

.footer .footer-top ul li ul li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0
}

.footer .footer-top ul .f2 {
    width: 134px
}

.footer .footer-top ul .f3 {
    width: 124px
}

.footer .footer-top ul .f5 {
    width: 124px
}

.footer .footer-top ul .f6 {
    width: 200px
}

.footer .footer-top .footer-contact {
    float: right;
    width: 230px
}

.footer .footer-top .footer-contact .tel {
    background: url("../images/tel1.png") no-repeat top left;
    padding-left: 63px;
    margin-bottom: 15px
}

.footer .footer-top .footer-contact .tel h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 17px
}

.footer .footer-top .footer-contact .tel p {
    font-size: 26px;
    color: #fff;
    font-family: "DINPro-Regular"
}

.footer .footer-top .footer-contact .link {
    overflow: hidden;
    margin-bottom: 23px
}

.footer .footer-top .footer-contact .link a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px
}

.footer .footer-top .footer-contact .link .wb {
    background: #fff url(../images/wb.png) no-repeat center center
}

.footer .footer-top .footer-contact .link .wb:hover {
    background: #ffa800 url(../images/wb1.png) no-repeat center center
}

.footer .footer-top .footer-contact .link .wx {
    background: #fff url(../images/wxx.png) no-repeat center center
}

.footer .footer-top .footer-contact .link .wx:hover {
    background: #ffa800 url(../images/wxx1.png) no-repeat center center
}

.footer .footer-top .footer-contact .link .qq {
    background: #fff url(../images/qq.png) no-repeat center center
}

.footer .footer-top .footer-contact .link .qq:hover {
    background: #ffa800 url(../images/qq1.png) no-repeat center center
}

.footer .footer-top .footer-contact .img {
    width: 132px;
    height: 132px;
    padding: 4px;
    border: 1px solid #535c6a
}

.footer .footer-top .footer-contact .bt {
    width: 132px;
    text-align: center;
    color: #fff;
    line-height: 40px
}

.footer .footer-bottom {
    color: #bfbfbf;
    padding: 26px 0 19px 0;
    background: #202b3c
}

.footer .footer-bottom span {
    float: right
}

.footer .footer-bottom span a {
    color: #bfbfbf
}

.footer .footer-bottom span a:hover {
    color: #fff;
    text-decoration: underline
}

.inbanner {
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative
}

.inbanner .inbanner-slick {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    z-index: 1
}

.inbanner .inbanner-slick img {
    display: block;
    transition: 5s
}

.navlist {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 84, 166, 0.85);
    height: 54px;
    overflow: hidden
}

.navlist ul li {
    float: left;
    text-align: center
}

.navlist ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.navlist ul li a:hover {
    background: #fff;
    color: #0054a6
}

.navlist ul .active a {
    background: #fff;
    color: #0054a6
}

.navabout ul li {
    width: 20%
}

.navservice ul li {
    width: 33.333333333333336%
}

.page {
    text-align: center;
    overflow: hidden
}

.page a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dcdcdc;
    background: #fff
}

.page a:hover {
    background: #0054a6;
    color: #fff;
    border: 1px solid #0054a6
}

.page a.cpb {
    background: #0054a6;
    color: #fff;
    border: 1px solid #0054a6
}

.current {
    border-bottom: 1px solid #e5e5e5;
    padding: 19px 0 12px 0;
    background: #fff;
    overflow: hidden
}

.current img {
    width: 17px;
    margin-right: 8px;
    margin-left: 7px
}

.current a {
    color: #666
}

.current span {
    color: #0054a6
}

.product {
    overflow: hidden;
    padding: 59px 0 100px 0;
    background: #f9f9fa
}

.product .left {
    float: left;
    width: 269px
}

.product .left .title {
    color: #fff;
    height: 144px;
    text-align: center;
    padding-top: 37px;
    background: url("../images/bg3.jpg") no-repeat top center;
    margin-bottom: 12px
}

.product .left .title h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 4px
}

.product .left .title p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.product .left ul {
    margin-bottom: 32px;
    overflow: hidden
}

.product .left ul li {
    margin-bottom: 15px
}

.product .left ul li a {
    display: block;
    line-height: 39px;
    font-size: 16px;
    color: #333;
    background: #e8e8e8 url(../images/more2.png) no-repeat 94% center;
    padding-left: 19px;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product .left ul li a:hover {
    color: #fff;
    background: #0054a6 url(../images/more2h.png) no-repeat 94% center
}

.product .left ul .active a {
    color: #fff;
    background: #0054a6 url(../images/more2h.png) no-repeat 94% center
}

.product .left .aside-phone {
    background: url("../images/aleft.png") no-repeat 15px 24px;
    padding-left: 88px;
    border-bottom: 1px solid #d0d0d0;
    border-top: 2px solid #0054a6;
    padding-bottom: 21px;
    padding-top: 20px
}

.product .left .aside-phone h3 {
    font-size: 16px;
    color: #4e4e4e;
    letter-spacing: 2px;
    margin-bottom: 4px
}

.product .left .aside-phone p {
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 169px;
    text-align: center;
    border-radius: 20px;
    background: #ffa800
}

.product .right {
    float: right;
    width: 973px
}

.product .right .top .title {
    font-size: 22px;
    color: #333;
    background: url(../images/title.png) no-repeat left 2px;
    padding-left: 53px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cecdcd
}

.productlist {
    margin: 0 -11px;
    padding-top: 28px;
    overflow: hidden;
    padding-bottom: 29px
}

.productlist .item {
    width: 33.333333333333336%;
    float: left;
    padding: 0 11px;
    margin-bottom: 21px
}

.productlist .item a {
    display: block;
    background: url("../images/bg1.png") no-repeat bottom center;
    padding-bottom: 7px
}

.productlist .item .box {
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.02);
    background: #fff
}

.productlist .item .pic img {
    transition: .5s
}

.productlist .item .pic:after {
    padding-bottom: 84.7%
}

.productlist .item .text {
    padding: 10px 27px 35px 27px
}

.productlist .item .text .bt {
    font-size: 19px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    color: #333
}

.productlist .item .text .jsh {
    font-size: 15px;
    color: #888;
    text-align: center;
    line-height: 25px;
    margin-bottom: 29px;
    height: 75px;
    overflow: hidden
}

.productlist .item .text .more {
    width: 158px;
    height: 40px;
    line-height: 38px;
    color: #999;
    padding-left: 38px;
    background: url(../images/more1.png) no-repeat 87% center;
    padding-right: 41px;
    margin: 0 auto;
    border: 1px solid #999;
    transition: .5s
}

.productlist .item:hover .pic img {
    transform: scale(1.05)
}

.productlist .item:hover .text .more {
    border: 1px solid #0054a6;
    color: #fff;
    background: #0054a6 url(../images/more.png) no-repeat 87% center
}

.in-title p {
    color: #fafafa
}

.in-title1 p {
    color: rgba(255, 255, 255, 0.03)
}

.in-title1 .bt {
    color: #fff
}

.in-title2 p {
    color: #f4f4f4
}

.plan {
    padding: 61px 0 93px 0;
    overflow: hidden;
    background: #fefefc url("../images/plan.jpg") no-repeat bottom center
}

.plan .bottom {
    text-align: center;
    padding-top: 39px
}

.plan .bottom .jsh {
    text-align: center;
    margin-bottom: 64px;
    display: inline-block
}

.plan .bottom .jsh p {
    text-align: left;
    font-size: 15px;
    color: #777;
    line-height: 28px
}

.plan .bottom .jsh p span {
    color: #0054a6
}

.plan .bottom .list {
    margin: 0 -7px;
    overflow: hidden;
    padding: 0 106px;
    height: 229px;
    background: url("../images/line1.jpg") repeat-x left 72px;
    position: relative
}

.plan .bottom .list:after {
    content: '';
    display: block;
    position: absolute;
    top: 67px;
    width: 12px;
    height: 13px;
    background: url(../images/dot.jpg) no-repeat center center;
    right: 0;
    z-index: 6
}

.plan .bottom .list:before {
    content: '';
    display: block;
    position: absolute;
    top: 67px;
    width: 12px;
    height: 13px;
    background: url(../images/dot.jpg) no-repeat center center;
    left: 0;
    z-index: 6
}

.plan .bottom .list .item {
    width: 16.666666666666668%;
    float: left;
    padding: 0 7px;
    text-align: center
}

.plan .bottom .list .item .pic {
    width: 167px;
    height: 146px;
    margin: 0 auto 19px auto
}

.plan .bottom .list .item .bt {
    font-size: 20px;
    color: #333;
    line-height: 32px
}

.tq {
    padding: 61px 0 79px 0;
    overflow: hidden
}

.tq .bottom {
    text-align: center;
    padding-top: 21px
}

.tq .bottom .jsh {
    text-align: center;
    margin-bottom: 38px;
    display: inline-block
}

.tq .bottom .jsh p {
    text-align: left;
    font-size: 15px;
    color: #777;
    line-height: 28px
}

.tq .bottom .jsh p span {
    color: #0054a6
}

.tq .bottom .pro-min {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    height: 435px;
    padding: 0 62px;
    position: relative
}

.tq .bottom .pro-min .getIndex {
    padding: 0 13px;
    float: left;
    width: 25%;
    text-align: center
}

.tq .bottom .pro-min .getIndex .item {
    overflow: hidden;
    position: relative
}

.tq .bottom .pro-min .getIndex .item .pic {
    display: block;
    position: relative
}

.tq .bottom .pro-min .getIndex .item .pic:after {
    padding-bottom: 139%
}

.tq .bottom .pro-min .getIndex .item .pic .bg {
    background: rgba(0, 84, 166, 0.51) url(../images/search2.png) no-repeat center center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: 400ms
}

.tq .bottom .pro-min .getIndex h3 {
    text-transform: uppercase;
    margin-top: 25px;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
    width: 257px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/line01.png") no-repeat bottom center
}

.tq .bottom .pro-min .getIndex:hover .item .pic .bg {
    display: block
}

.tq .bottom .pro-min .getIndex:hover h3 {
    color: #0054a6;
    background: url("../images/line01h.png") no-repeat bottom center
}

.tq .bottom .pro-min .slick-prev {
    background: url(../images/cleft.png) no-repeat center center !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 160px;
    cursor: pointer;
    z-index: 2;
    left: 0;
    border-radius: 50%;
    border: 2px solid #a0a0a0
}

.tq .bottom .pro-min .slick-prev:hover {
    background: #0054a6 url(../images/clefth.png) no-repeat center center !important;
    border: 2px solid #0054a6
}

.tq .bottom .pro-min .slick-next {
    background: url(../images/cright.png) no-repeat center center !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 160px;
    cursor: pointer;
    z-index: 2;
    right: 0;
    border-radius: 50%;
    border: 2px solid #a0a0a0
}

.tq .bottom .pro-min .slick-next:hover {
    background: #0054a6 url(../images/crighth.png) no-repeat center center !important;
    border: 2px solid #0054a6
}

.tq .bottom .pro-min .slick-prev:before, .tq .bottom .pro-min .slick-next:before {
    content: ""
}

.tq1 {
    padding: 74px 0 68px 0;
    overflow: hidden;
    background: url("../images/tq1.jpg") no-repeat top center
}

.tq1 .bottom {
    text-align: center;
    padding-top: 26px
}

.tq1 .bottom .jsh {
    text-align: center;
    margin-bottom: 51px;
    display: inline-block
}

.tq1 .bottom .jsh p {
    text-align: left;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px
}

.tq1 .bottom .jsh p span {
    color: #0054a6
}

.tq1 .bottom .pro-min {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    height: 435px;
    padding: 0 62px;
    position: relative
}

.tq1 .bottom .pro-min .getIndex {
    padding: 0 13px;
    float: left;
    width: 25%;
    text-align: center
}

.tq1 .bottom .pro-min .getIndex .item {
    overflow: hidden;
    position: relative
}

.tq1 .bottom .pro-min .getIndex .item .pic {
    display: block;
    position: relative
}

.tq1 .bottom .pro-min .getIndex .item .pic:after {
    padding-bottom: 139%
}

.tq1 .bottom .pro-min .getIndex .item .pic .bg {
    background: rgba(0, 84, 166, 0.51) url(../images/search2.png) no-repeat center center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: 400ms
}

.tq1 .bottom .pro-min .getIndex h3 {
    text-transform: uppercase;
    margin-top: 25px;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 257px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/line01.png") no-repeat bottom center
}

.tq1 .bottom .pro-min .getIndex:hover .item .pic .bg {
    display: block
}

.tq1 .bottom .pro-min .getIndex:hover h3 {
    color: #0054a6;
    background: url("../images/line01h.png") no-repeat bottom center
}

.tq1 .bottom .pro-min .slick-prev {
    background: url(../images/clefth.png) no-repeat center center !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 160px;
    cursor: pointer;
    z-index: 2;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff
}

.tq1 .bottom .pro-min .slick-prev:hover {
    background: #0054a6 url(../images/clefth.png) no-repeat center center !important;
    border: 2px solid #0054a6
}

.tq1 .bottom .pro-min .slick-next {
    background: url(../images/crighth.png) no-repeat center center !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 160px;
    cursor: pointer;
    z-index: 2;
    right: 0;
    border-radius: 50%;
    border: 2px solid #fff
}

.tq1 .bottom .pro-min .slick-next:hover {
    background: #0054a6 url(../images/crighth.png) no-repeat center center !important;
    border: 2px solid #0054a6
}

.tq1 .bottom .pro-min .slick-prev:before, .tq1 .bottom .pro-min .slick-next:before {
    content: ""
}

.development {
    padding: 61px 0 100px 0;
    overflow: hidden
}

.development .bottom {
    text-align: center;
    padding-top: 15px
}

.development .bottom .jsh {
    text-align: center;
    margin-bottom: 34px;
    display: inline-block
}

.development .bottom .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.development .bottom .jsh p span {
    color: #0054a6
}

.development .bottom ul {
    padding-bottom: 20px;
    position: relative
}

.development .bottom ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #ccdded;
    margin-left: -0.5px
}

.development .bottom ul li .box {
    position: relative
}

.development .bottom ul li .text {
    width: 50%
}

.development .bottom ul li .bt {
    font-size: 44px;
    color: #2b2b2b;
    line-height: 86px;
    font-weight: bold
}

.development .bottom ul li .jsh1 {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    margin-left: 80px
}

.development .bottom ul li .jsh1 p {
    background: url("../images/dot1.png") no-repeat left 11px;
    padding-left: 40px;
    margin-bottom: 18px
}

.development .bottom ul .even .text {
    float: right
}

.development .bottom ul .even .text .bt {
    text-align: left;
    background: url("../images/bleft.png") no-repeat center left;
    padding-left: 121px
}

.development .bottom ul .odd .text {
    float: left
}

.development .bottom ul .odd .text .bt {
    text-align: right;
    background: url("../images/bright.png") no-repeat center right;
    padding-right: 121px
}

.development .bottom ul .odd .text .jsh1 {
    text-align: right;
    margin-right: 80px
}

.development .bottom ul .odd .text .jsh1 p {
    background: url("../images/dot1.png") no-repeat right 11px;
    padding-right: 40px
}

.development .bottom .more {
    width: 103px;
    height: 103px;
    margin: 0 auto
}

.development .bottom .more a {
    display: block
}

.distinguish {
    padding: 63px 0 211px 0;
    overflow: hidden;
    background: url("../images/dis.jpg") no-repeat bottom center
}

.distinguish .bottom {
    text-align: center;
    padding-top: 22px
}

.distinguish .bottom .jsh {
    text-align: center;
    margin-bottom: 34px;
    display: inline-block
}

.distinguish .bottom .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.distinguish .bottom .jsh p span {
    color: #0054a6
}

.distinguish .bottom .list {
    margin: 0 -11px;
    padding-top: 19px
}

.distinguish .bottom .list .item {
    width: 33.333333333333336%;
    float: left;
    padding: 0 11px
}

.distinguish .bottom .list .item .img {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    background: #fff
}

.distinguish .bottom .list .item .img .pic {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden
}

.distinguish .bottom .list .item .img .pic img {
    transition: .5s
}

.distinguish .bottom .list .item .img .pic .hover {
    background: rgba(0, 0, 0, 0.32) url("../images/search1.png") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.distinguish .bottom .list .item .img .span {
    position: absolute;
    bottom: -6px;
    right: 20px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "DINPro-Regular";
    background: #0054a6;
    border-radius: 50%;
    overflow: hidden
}

.distinguish .bottom .list .item .text {
    border: 1px solid #dadee2;
    margin-top: -106px;
    position: relative;
    z-index: 1;
    padding-top: 157px;
    min-height: 303px;
    background: #fff
}

.distinguish .bottom .list .item .text p {
    font-size: 18px;
    color: #777;
    line-height: 30px
}

.distinguish .bottom .list .item .text span {
    font-size: 14px;
    line-height: 30px;
    color: #777
}

.distinguish .bottom .list .item:hover .img .pic img {
    transform: scale(1.05)
}

.contact {
    padding: 63px 0 5px 0;
    overflow: hidden
}

.contact .bottom {
    text-align: center;
    padding-top: 23px;
    position: relative;
    padding-bottom: 452px
}

.contact .bottom .jsh {
    text-align: center;
    margin-bottom: 52px;
    display: inline-block
}

.contact .bottom .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.contact .bottom .jsh p span {
    color: #0054a6
}

.contact .bottom .map {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1920px;
    height: 452px;
    margin-left: -960px
}

.contact .bottom #allmap {
    height: 452px;
    width: 100%
}

.contact .bottom #allmap img {
    max-width: initial;
    max-height: inherit
}

.contact .bottom #allmap .anchorBL {
    display: none
}

.contact .contactlist {
    margin-top: 93px;
    overflow: hidden
}

.contact .contactlist li {
    width: 25%;
    float: left;
    text-align: center
}

.contact .contactlist li .box {
    margin-bottom: 86px;
    overflow: hidden;
    border-right: 1px solid #ebebeb
}

.contact .contactlist li .pic {
    height: 50px;
    margin-bottom: 25px
}

.contact .contactlist li .bt {
    font-size: 20px;
    color: #666;
    margin-bottom: 28px
}

.contact .contactlist li .jsh {
    font-size: 18px;
    color: #333;
    font-family: arial;
    min-height: 54px
}

.contact .contactlist li .jsh1 {
    font-size: 20px;
    color: #333;
    font-family: arial;
    min-height: 54px
}

.contact .contactlist li .jsh2 {
    font-size: 18px;
    color: #333;
    min-height: 54px
}

.contact .contactlist li .span {
    font-size: 14px;
    color: #c4c4c4;
    font-family: arial;
    margin-top: 24px;
    letter-spacing: 2px
}

.contact .contactlist li:last-child .box {
    border-right: 0
}

.contact .contact-list ul {
    margin: 0 -6px
}

.contact .contact-list ul li {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 8px;
    overflow: auto;
    height: 203px
}

.contact .contact-list ul li h3 {
    font-size: 16px;
    color: #fff;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    background: #0054a6;
    padding-left: 20px
}

.contact .contact-list ul li .contact-info {
    padding: 30px 15px 15px 20px;
    background: #f9f9fa;
    min-height: 153px
}

.contact .contact-list ul li .contact-info p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    position: relative;
    padding-left: 94px;
    margin-bottom: 18px;
    min-height: 25px
}

.contact .contact-list ul li .contact-info p span {
    position: absolute;
    top: 0;
    left: 25px
}

.contact .contact-list ul li .contact-info .c1 {
    background: url("../images/c01.png") no-repeat left 8px
}

.contact .contact-list ul li .contact-info .c2 {
    background: url("../images/c02.png") no-repeat left 3px
}

.contact .contact-list ul li:hover .contact-info {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13)
}

.contact .mess {
    padding: 56px 0
}

.contact .mess .bottom1 {
    text-align: center;
    padding-top: 23px;
    position: relative
}

.contact .mess .bottom1 .jsh {
    text-align: center;
    display: inline-block
}

.contact .mess .bottom1 .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.contact .mess .bottom1 .jsh p span {
    color: #0054a6
}

.contact .message1 {
    padding: 37px 0 39px 0
}

.contact .message1 ul {
    overflow: hidden;
    margin: 0 -5px
}

.contact .message1 ul li {
    margin-bottom: 11px;
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    overflow: hidden
}

.contact .message1 ul li input {
    outline: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 43px;
    padding: 10px 14px 10px 15px;
    font-size: 14px;
    color: #888;
    position: relative;
    font-family: arial, "microsoft yahei"
}

.contact .message1 ul li input::-webkit-input-placeholder {
    color: #888
}

.contact .message1 ul li input:-moz-placeholder {
    color: #888;
    opacity: 1
}

.contact .message1 ul li input::-moz-placeholder {
    color: #888;
    opacity: 1
}

.contact .message1 ul li input:-ms-input-placeholder {
    color: #888
}

.contact .message1 ul li textarea {
    outline: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 148px;
    line-height: 24px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    color: #888;
    position: relative;
    font-family: arial, "microsoft yahei";
    display: block
}

.contact .message1 ul li textarea::-webkit-input-placeholder {
    color: #888
}

.contact .message1 ul li textarea:-moz-placeholder {
    color: #888;
    opacity: 1
}

.contact .message1 ul li textarea::-moz-placeholder {
    color: #888;
    opacity: 1
}

.contact .message1 ul li textarea:-ms-input-placeholder {
    color: #888
}

.contact .message1 ul .width {
    width: 100%
}

.contact .message1 .line {
    width: 100%;
    height: 1px;
    background: #dbdbdb
}

.contact .message1 .btn2 {
    padding: 0 20px;
    margin-top: 17px;
    text-align: center
}

.contact .message1 .btn2 input {
    width: 234px;
    border: 0;
    padding: 0;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background: #0054a6;
    transition: .5s;
    margin: 0 auto;
    font-family: arial, "microsoft yahei"
}

.contact .message1 input:focus, .contact .message1 textarea:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: 0;
    border: 1px solid #0054a6
}

.news {
    padding-bottom: 99px
}

.news .one {
    text-align: center;
    padding: 56px 0 51px 0
}

.news .one .box .bt {
    font-size: 25px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding-right: 34px;
    background: url("../images/news.png") no-repeat center right;
    margin-bottom: 20px;
    max-width: 100%
}

.news .one .box .span {
    font-size: 13px;
    color: #0054a6;
    margin-bottom: 22px
}

.news .one .box .jsh {
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    text-align: left;
    width: 1100px;
    margin-bottom: 20px
}

.news .one .box .more {
    width: 40px;
    height: 61px;
    background: url("../images/more4.png") no-repeat center center;
    margin: 0 auto
}

.news .one .box:hover .bt {
    color: #0054a6
}

.news ul {
    margin-bottom: 36px
}

.news ul li {
    padding: 45px 0;
    overflow: hidden
}

.news ul li .box {
    position: relative
}

.news ul li .box .pic {
    width: 276px;
    height: 193px;
    position: absolute;
    top: 0;
    left: 0
}

.news ul li .box .text {
    padding-left: 317px;
    height: 193px;
    padding-top: 7px
}

.news ul li .box .text .bt {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 26px;
    padding-right: 100px
}

.news ul li .box .text .jsh {
    font-size: 14px;
    color: #777;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 37px
}

.news ul li .box .text .date {
    font-size: 14px;
    color: #0054a6;
    font-weight: bold;
    position: absolute;
    top: 9px;
    right: 0
}

.news ul li .box .text .more {
    width: 158px;
    height: 40px;
    line-height: 38px;
    color: #999;
    padding-left: 38px;
    background: url(../images/more1.png) no-repeat 87% center;
    padding-right: 41px;
    border: 1px solid #999;
    transition: .5s
}

.news ul li:hover .box .text .more {
    border: 1px solid #0054a6;
    color: #fff;
    background: #0054a6 url(../images/more.png) no-repeat 87% center
}

.news ul .odd {
    background: #f9f9fa
}

.news-show {
    padding: 53px 0 90px 0;
    overflow: hidden;
    background: #f9f9fa
}

.news-show .h1 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 19px
}

.news-show .h2 {
    font-size: 13px;
    color: #999;
    text-align: center;
    background: url("../images/line03.png") no-repeat bottom center;
    padding-bottom: 27px
}

.news-show .h2 span {
    padding: 0 20px
}

.news-show .info {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding: 35px 0
}

.news-show .info .p {
    background: url("../images/dot2.png") no-repeat center left;
    padding-left: 20px;
    font-size: 18px;
    color: #0054a6
}

.list-page-news {
    overflow: hidden;
    margin: 47px -4px 53px -4px
}

.list-page-news li {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 4px
}

.list-page-news li p {
    height: 44px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    transition: .5s;
    border: 1px solid #cdcdce
}

.list-page-news li p a {
    color: #676767;
    transition: .5s;
    font-weight: normal
}

.list-page-news li p:hover {
    border: 1px solid #0054a6;
    background: #0054a6;
    color: #fff
}

.list-page-news li p:hover a {
    color: #fff
}

.return {
    text-align: center;
    height: 34px;
    font-size: 16px;
    background: #efeff0;
    margin-bottom: 48px
}

.return a {
    color: #fff;
    display: block;
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    background: #0054a6
}

.return a:hover {
    background: #024485
}

.related .title {
    font-size: 25px;
    color: #333;
    background: url("../images/relatead.png") no-repeat center left;
    padding-left: 42px;
    margin-bottom: 36px
}

.related .list {
    margin: 0 -11px;
    overflow: hidden
}

.related .list li {
    width: 50%;
    float: left;
    padding: 0 11px
}

.related .list li a {
    border-top: 6px solid #efeff0;
    padding: 31px 42px;
    display: block;
    background: #fff
}

.related .list li a:hover {
    background: #0054a6
}

.related .list li a:hover .date {
    color: #fff
}

.related .list li a:hover .bt {
    color: #fff;
    background: url("../images/more5h.png") no-repeat center right
}

.related .list li a:hover .jsh {
    color: #fff
}

.related .list li .date {
    color: #0054a6;
    margin-bottom: 12px;
    font-size: 14px
}

.related .list li .bt {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    background: url("../images/more5.png") no-repeat center right
}

.related .list li .jsh {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden
}

.related .list1 {
    margin: 0 -11px
}

.related .list1 .item {
    width: 33.333333333333336%;
    float: left;
    padding: 0 11px;
    margin-bottom: 21px
}

.related .list1 .item a {
    display: block
}

.related .list1 .item .box {
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #dcdcdc;
    background: #fff
}

.related .list1 .item .pic img {
    transition: .5s
}

.related .list1 .item .pic:after {
    padding-bottom: 84.7%
}

.related .list1 .item .text {
    padding: 0 12px 14px 12px
}

.related .list1 .item .text .bt {
    font-size: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
    border-top: 1px solid #dcdcdc;
    transition: .5s
}

.related .list1 .item:hover .pic img {
    transform: scale(1.05)
}

.related .list1 .item:hover .text .bt {
    background: #0054a6;
    color: #fff;
    border-top: 1px solid #0054a6
}

.xin1 {
    padding: 77px 0 49px 0;
    text-align: center
}

.xin1 .jsh {
    text-align: center;
    margin-top: 43px;
    display: inline-block
}

.xin1 .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 32px
}

.xin1 .jsh p span {
    color: #0054a6
}

.xin2 {
    padding: 60px 0 64px 0;
    background: #f9f9fa
}

.xin2 ul {
    margin: 0 -22px;
    overflow: hidden;
    padding-top: 47px
}

.xin2 ul li {
    float: left;
    width: 50%;
    padding: 0 22px
}

.xin2 ul li .box {
    position: relative;
    padding: 45px 55px 58px 55px;
    border: 1px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    background: #fff
}

.xin2 ul li .box .pic {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 51px;
    left: 54px
}

.xin2 ul li .box .pic .xh {
    display: none
}

.xin2 ul li .box .text {
    padding-top: 20px
}

.xin2 ul li .box .text .bt {
    font-size: 25px;
    color: #333;
    padding-left: 65px;
    overflow: hidden;
    min-height: 55px;
    position: relative;
    margin-bottom: 10px
}

.xin2 ul li .box .text .bt:after {
    content: '';
    display: block;
    height: 1px;
    width: 44px;
    background: #999;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: 0
}

.xin2 ul li .box .text .bt span {
    font-size: 20px
}

.xin2 ul li .box .text .jsh {
    font-size: 20px
}

.xin2 ul li .box:hover {
    background: #0054a6
}

.xin2 ul li .box:hover .pic .x {
    display: none
}

.xin2 ul li .box:hover .pic .xh {
    display: block
}

.xin2 ul li .box:hover .text .bt {
    color: #fff
}

.xin2 ul li .box:hover .text .bt:after {
    background: #80aad3;
    width: 100%
}

.xin2 ul li .box:hover .text .jsh {
    color: rgba(255, 255, 255, 0.5)
}

.xin3 {
    overflow: hidden;
    padding: 77px 0 59px 0;
    background: url("../images/zl.jpg") no-repeat top center
}

.xin3 .home-bottom {
    margin-top: 43px
}

.xin3 .home-bottom .pro-max {
    margin-bottom: 51px;
    overflow: hidden;
    background: #fff;
    height: 485px
}

.xin3 .home-bottom .pro-max .item {
    position: relative;
    width: 100%
}

.xin3 .home-bottom .pro-max .item .box {
    padding: 38px 30px 0 40px;
    overflow: hidden
}

.xin3 .home-bottom .pro-max .item .pic {
    width: 609px;
    height: 447px;
    float: right
}

@media (max-width: 1280px) {
    .xin3 .home-bottom .pro-max .item .pic {
        width: 590px
    }
}

.xin3 .home-bottom .pro-max .item .text {
    float: left;
    height: 445px;
    width: 600px;
    overflow: auto
}

.xin3 .home-bottom .pro-max .item .text .top {
    position: relative;
    padding-bottom: 24px
}

.xin3 .home-bottom .pro-max .item .text .top .num {
    font-size: 39px;
    font-family: "DINPro-Regular";
    color: #0054a6;
    background: url("../images/num.png") no-repeat center center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute
}

.xin3 .home-bottom .pro-max .item .text .top .right {
    padding-left: 55px
}

.xin3 .home-bottom .pro-max .item .text .top .right .bt {
    font-size: 25px;
    color: #0054a6;
    font-weight: bold;
    margin-top: 10px
}

.xin3 .home-bottom .pro-max .item .text .top .right .span {
    font-size: 17px;
    color: #333
}

.xin3 .home-bottom .pro-max .item .text .jsh {
    font-size: 14px;
    color: #666;
    margin-bottom: 28px
}

.xin3 .home-bottom .pro-max .item .text .jsh ul li {
    margin-bottom: 28px;
    overflow: hidden
}

.xin3 .home-bottom .pro-max .item .text .jsh ul li h3 {
    background: url("../images/dot04.png") no-repeat left 5px;
    padding-left: 28px;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    margin-bottom: 9px
}

.xin3 .home-bottom .pro-max .item .text .jsh ul li dl {
    position: relative
}

.xin3 .home-bottom .pro-max .item .text .jsh ul li dl:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 6px;
    background: #d5d5d5;
    z-index: 1
}

.xin3 .home-bottom .pro-max .item .text .jsh ul li dl dd {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    background: url("../images/dot05.png") no-repeat left 10px;
    padding-left: 30px;
    position: relative;
    z-index: 2
}

.xin3 .home-bottom .pro-min {
    margin: 0 -1px;
    padding: 32px 33px 0 33px
}

.xin3 .home-bottom .pro-min .getIndex {
    padding: 0 1px;
    width: 25%;
    float: left;
    padding-top: 13px;
    position: relative
}

.xin3 .home-bottom .pro-min .getIndex .item {
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    background: #f9f9fa;
    text-transform: uppercase
}

.xin3 .home-bottom .pro-min .getIndex .item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    display: none;
    height: 13px;
    background: url("../images/dot06.png") no-repeat center center
}

.xin3 .home-bottom .pro-min .on .item {
    color: #fff;
    background: #0054a6
}

.xin3 .home-bottom .pro-min .on .item:after {
    display: block
}

.xin4 {
    padding-bottom: 54px;
    overflow: hidden
}

.xin4 .home-bottom {
    margin-top: 70px;
    overflow: hidden
}

.xin4 ul {
    margin: 0 -15px;
    overflow: hidden
}

.xin4 ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.xin4 ul li .box {
    position: relative;
    padding-left: 114px
}

.xin4 ul li .pic {
    width: 319px;
    height: 276px;
    position: absolute;
    top: 20px;
    left: 0
}

.xin4 ul li .pic .num {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    width: 57px;
    height: 58px;
    text-align: center;
    padding: 11px 13px 0 13px;
    position: relative;
    background: #0054a6
}

.xin4 ul li .pic .num:after {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -16px
}

.xin4 ul li .text {
    padding: 58px 45px 20px 239px;
    min-height: 316px;
    background: #f9f9fa
}

.xin4 ul li .text .bt {
    color: #0054a6;
    font-size: 20px;
    line-height: 31px
}

.xin4 ul li .text .bt:after {
    content: '';
    display: block;
    width: 74px;
    height: 2px;
    background: #8a8a8a;
    margin: 14px 0
}

.xin4 ul li .text .jsh {
    font-size: 14px;
    line-height: 25px
}

.xin5 {
    padding: 79px 0 75px 0;
    position: relative;
    overflow: hidden;
    background: #f9f9fa
}

.xin5 .contact-list {
    margin-top: 46px;
    overflow: hidden;
    position: relative;
    padding-bottom: 57px
}

.xin5 .contact-list ul {
    margin: 0 -7px
}

.xin5 .contact-list ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
    margin-bottom: 12px
}

.xin5 .contact-list ul li h3 {
    font-size: 16px;
    color: #fff;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    background: #0054a6;
    padding-left: 20px
}

.xin5 .contact-list ul li .contact-info {
    padding: 30px 15px 15px 20px;
    background: #fff;
    min-height: 129px
}

.xin5 .contact-list ul li .contact-info p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    position: relative;
    padding-left: 92px;
    margin-bottom: 17px;
    min-height: 25px
}

.xin5 .contact-list ul li .contact-info p span {
    position: absolute;
    top: 0;
    left: 25px
}

.xin5 .contact-list ul li .contact-info .c1 {
    background: url("../images/c01.png") no-repeat left 8px
}

.xin5 .contact-list ul li .contact-info .c2 {
    background: url("../images/c03.png") no-repeat left 6px
}

.xin5 .contact-list ul li .contact-info .c2 span {
    letter-spacing: 1px
}

.xin5 .contact-list ul li:hover .contact-info {
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.02)
}

.xin5 .contact-list .slick-dots {
    z-index: 100;
    bottom: 0;
    line-height: 0;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0
}

.xin5 .contact-list .slick-dots li {
    margin: 0 6px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    float: none;
    vertical-align: middle;
    border: 1px solid transparent
}

.xin5 .contact-list .slick-dots li button {
    width: 11px;
    height: 11px;
    display: block;
    background: #0054a6;
    padding: 0;
    border-radius: 50%
}

.xin5 .contact-list .slick-dots li button:before {
    content: ""
}

.xin5 .contact-list .slick-dots .slick-active {
    border: 1px solid #0054a6;
    padding: 3px
}

.xin5 .contact-list .slick-dots .slick-active button:before {
    color: transparent
}

.xin6 {
    padding: 79px 0 75px 0;
    position: relative;
    overflow: hidden
}

.xin6 .home-bottom {
    padding-top: 40px
}

.about01 {
    padding: 59px 0 65px 0;
    text-align: center
}

.about01 .title {
    text-align: center;
    font-size: 30px;
    color: #3f3f3f;
    margin-bottom: 29px
}

.about01 .jsh {
    text-align: center;
    margin-bottom: 42px;
    display: inline-block
}

.about01 .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 30px
}

.about01 .jsh p span {
    color: #0054a6
}

.about01 ul {
    text-align: center
}

.about01 ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 20px
}

.about01 ul li .num {
    color: #ffa800;
    font-size: 27px;
    font-family: "DINPro-Regular"
}

.about01 ul li .num span {
    font-size: 49px;
    display: inline-block;
    vertical-align: top
}

.about01 ul li .shm {
    font-size: 14px;
    color: #999;
    line-height: 28px
}

.about02 {
    padding: 62px 0 20px 0;
    text-align: center
}

.about02 .title {
    text-align: center;
    font-size: 25px;
    color: #777;
    margin-bottom: 33px
}

.about02 .title span {
    color: #0054a6
}

.about02 .jsh {
    text-align: center;
    margin-bottom: 42px;
    display: inline-block
}

.about02 .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 30px
}

.about02 .jsh p span {
    color: #0054a6
}

.culture {
    padding-top: 66px;
    padding-bottom: 31px;
    background: url("../images/culture.jpg") no-repeat top center
}

.culture .list {
    padding-bottom: 40px;
    padding-left: 130px;
    padding-right: 130px;
    height: 540px;
    overflow: hidden;
    position: relative;
    margin-top: 41px
}

.culture .slick-track {
    padding-top: 35px;
    padding-bottom: 60px
}

.culture li {
    width: 33.33333333%;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s
}

.culture li .box {
    padding: 32px 0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center
}

.culture li .icon {
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    position: relative;
    margin: auto auto auto auto
}

.culture li .hover {
    display: none
}

.culture li .title {
    font-size: 18px;
    margin-top: 20px;
    color: #1f1f1f
}

.culture li .info {
    margin: 15px 0;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    min-height: 72px
}

.culture .slick-current {
    z-index: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.culture .slick-current .box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    z-index: 1
}

.culture .slick-current .title {
    font-size: 24px;
    color: #1f1f1f;
    font-weight: bold
}

.culture .slick-current .info {
    font-size: 16px
}

.culture .slick-prev, .culture .slick-next {
    z-index: 9;
    width: 40px;
    height: 40px;
    border: 2px #f7f7f7 solid;
    border-radius: 50%;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.culture .slick-prev:before, .culture .slick-next:before {
    font-family: simsun;
    color: #f7f7f7;
    font-size: 26px
}

.culture .slick-prev:hover, .culture .slick-next:hover {
    border-color: #0d8ff9
}

.culture .slick-prev:hover:before, .culture .slick-next:hover:before {
    color: #0d8ff9
}

.culture .slick-prev {
    left: 50%;
    bottom: 43px;
    margin-left: -50px
}

.culture .slick-prev:before {
    content: "<"
}

.culture .slick-next {
    right: 50%;
    bottom: 43px;
    margin-right: -50px
}

.culture .slick-next:before {
    content: ">"
}

@font-face {
    font-family: "Hapna_Mono_Light";
    src: url("../font/Hapna_Mono_Light.woff2") format("woff2"), url("../font/Hapna_Mono_Light.woff") format("woff"), url("../font/Hapna_Mono_Light.ttf") format("truetype"), url("../font/Hapna_Mono_Light.eot") format("embedded-opentype"), url("../font/Hapna_Mono_Light.svg") format("svg")
}

.about03 {
    padding: 63px 0 15px 0;
    overflow: hidden;
    background: url("../images/about03.jpg") no-repeat top center
}

.about03 .home-bottom {
    text-align: center;
    margin-top: 25px
}

.about03 .home-bottom ul {
    width: 400px;
    margin: 0 37px;
    display: inline-block;
    position: relative;
    padding: 27px 0
}

.about03 .home-bottom ul:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 90px;
    background: #e5e5e5
}

.about03 .home-bottom ul li {
    text-align: left;
    position: relative;
    padding-left: 156px;
    line-height: 30px;
    margin-bottom: 43px
}

.about03 .home-bottom ul li:before {
    content: '';
    display: block;
    height: 1px;
    width: 55px;
    background: #e5e5e5;
    position: absolute;
    top: 13px;
    left: 63px
}

.about03 .home-bottom ul li span {
    font-family: "Hapna_Mono_Light";
    font-size: 34px;
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.about03 .home-bottom ul li p {
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.video {
    position: relative;
    margin: 0 auto
}

.video .pic {
    width: 1920px;
    height: 462px;
    margin: 0 auto
}

.video .video-info {
    height: 462px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.video .video-info .v-info {
    padding-top: 222px
}

.video .video-info .v-info h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    text-decoration: underline
}

.product .pro-info1 {
    padding-top: 44px;
    padding-bottom: 44px;
    overflow: hidden;
    background: url("../images/line04.png") no-repeat bottom center
}

.product .pro-info1 .pro-pic {
    width: 455px;
    float: left
}

.product .pro-info1 .text {
    float: right;
    width: 478px;
    padding-top: 6px
}

.product .pro-info1 .text .bt {
    font-size: 30px;
    color: #313131;
    margin-bottom: 33px;
    font-weight: bold
}

.product .pro-info1 .text .bt:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #0054a6;
    margin-top: 11px
}

.product .pro-info1 .text .jsh {
    overflow: hidden;
    margin-bottom: 51px
}

.product .pro-info1 .text .jsh h3 {
    font-size: 18px;
    display: inline-block;
    color: #0054a6;
    margin-bottom: 10px
}

.product .pro-info1 .text .jsh p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background: url("../images/dot07.png") no-repeat left 10px;
    padding-left: 20px
}

.product .pro-info1 .text .jsh p span {
    color: #333
}

.product .pro-info1 .text .btn {
    overflow: hidden;
    margin: 0 -2px;
    display: none
}

.product .pro-info1 .text .btn a {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    width: 237px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #0054a6;
    border-radius: 5px;
    margin: 0 2px
}

.product .pro-info1 .text .btn a img {
    margin-right: 20px;
    vertical-align: middle
}

.product .pro-info1 .text .btn a:hover {
    background: rgba(0, 84, 166, 0.9)
}

.product .pro-pic .pro-max {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #cacbcc
}

.product .pro-pic .pro-max .item .pic:after {
    padding-bottom: 76%
}

.product .pro-pic .pro-min {
    text-align: center;
    margin: 10px -4px 0 -4px;
    position: relative
}

.product .pro-pic .pro-min .getIndex {
    display: inline-block;
    *float: none;
    *display: inline;
    zoom: 1;
    text-align: center;
    padding: 0 4px
}

.product .pro-pic .pro-min .getIndex .item {
    border: 1px solid #cacbcc;
    padding: 4px
}

.product .pro-pic .pro-min .getIndex .item .pic:after {
    padding-bottom: 76%
}

.product .pro-pic .pro-min .getIndex .item .pic:hover {
    cursor: pointer
}

.product .pro-pic .pro-min .slick-current .item {
    border: 2px solid #3374d0
}

.product .pro-info {
    padding: 33px 0 0 0
}

.product .pro-info .h3 {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    background: url(../images/dot08.png) no-repeat center left;
    padding-left: 32px;
    margin-bottom: 22px
}

.product .pro-info .h3 span {
    color: #0054a6;
    font-weight: bold;
    font-size: 22px
}

.product .pro-info p {
    font-size: 16px;
    color: #333;
    line-height: 30px
}

.product .pro-info .p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 27px
}

.product .pro-info .p p {
    background: url("../images/dot09.png") no-repeat left 9px;
    padding-left: 32px
}

.product .pro-info .culture2-bottom {
    padding: 34px 0;
    margin-bottom: 35px;
    background: url("../images/culture1.jpg") no-repeat center center
}

.product .pro-info .culture2-bottom ul {
    text-align: center
}

.product .pro-info .culture2-bottom ul li {
    display: inline-block;
    width: 198px;
    height: 198px;
    margin: 0 28px;
    padding-top: 51px;
    background: url("../images/culture-08.png") no-repeat center center
}

.product .pro-info .culture2-bottom ul li h3 {
    color: #0054a6;
    font-size: 20px;
    font-family: arial;
    margin-bottom: 3px
}

.product .pro-info .culture2-bottom ul li p {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px
}

.map {
    width: 100%;
    margin: 0 auto
}

.map dl {
    border: #d6dbe1 solid 1px;
    border-top: #0054a6 solid 2px;
    border-bottom: 0;
    margin: 20px 0 20px 0
}

.map dl:hover {
    background: #f5f8fa
}

.map dl:hover dt a {
    color: #0054a6
}

.map dt {
    background: #fcfcfc;
    color: #0054a6;
    font-size: 16px;
    line-height: 40px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 0 0 20px
}

.map dt a {
    color: #333
}

.map dt a:hover {
    color: #0054a6
}

.map dt img {
    margin-left: 20px
}

.map dd {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both
}

.map dd .p2 a {
    color: #b87500;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.map dd .p2 a:hover {
    color: #764b00
}

.map dd div {
    clear: both;
    overflow: hidden;
    line-height: 30px;
    border-bottom: #d6dbe1 solid 1px;
    padding: 0 20px 10px 10px
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}

.map dd div a:hover {
    background: #0054a6;
    color: #fff
}

.download-list {
    padding-top: 40px;
    overflow: hidden
}

.download-list ul {
    margin: 0 -12px 20px -12px
}

.download-list ul li {
    width: 33.3333333%;
    padding: 0 12px 36px 12px;
    float: left
}

.download-list ul li .pic {
    width: 77px;
    height: 77px;
    margin: 0 auto;
    overflow: hidden
}

.download-list ul li .pic .dh {
    bottom: -200px;
    transition: .5s
}

.download-list ul li .pic .d {
    bottom: 0;
    transition: .5s
}

.download-list ul li .down-info {
    border: 1px solid #d1d1d1;
    margin-top: -38px;
    overflow: hidden;
    padding: 63px 36px 32px 36px;
    transition: .5s
}

.download-list ul li .down-info h3 {
    font-size: 15px;
    color: #555;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    text-align: center;
    margin-bottom: 11px;
    overflow: hidden
}

.download-list ul li .down-info .line {
    width: 2px;
    height: 24px;
    background: #0054a6;
    margin: 0 auto 13px auto
}

.download-list ul li .down-info span {
    width: 136px;
    height: 43px;
    line-height: 41px;
    border: 1px solid #0054a6;
    font-size: 15px;
    font-family: arial;
    display: block;
    text-align: center;
    color: #0054a6;
    text-transform: uppercase;
    margin: 0 auto;
    transition: .5s
}

.download-list ul li:hover .pic .d {
    bottom: -200px
}

.download-list ul li:hover .pic .dh {
    bottom: 0
}

.download-list ul li:hover .down-info {
    border: 1px solid #0054a6;
    background: #0054a6;
    box-shadow: 0 0 10px #0054a6
}

.download-list ul li:hover .down-info h3 {
    color: #fff
}

.download-list ul li:hover .down-info .line {
    background: #fff
}

.download-list ul li:hover .down-info span {
    border: 1px solid #fff;
    background: #fff
}


.yummy{
    padding:0;
    background: none;
}
.yummy01{
    padding: 41px 0;
    overflow: hidden;
}
.yummy-title{
    text-align: center;
    font-size:45px;
    color:#333333;
    font-family: "DINCond-Black";
}

.yummy-title h3{
    display: inline-block;
    vertical-align: middle;
}
.yummy-title h3:before{
    content:'';
    display: inline-block;
    width:40px;
    height:2px;
    vertical-align: middle;
    background: #0054a6;
    margin-right:30px;
}
.yummy-title h3:after{
    content:'';
    display: inline-block;
    width:40px;
    height:2px;
    vertical-align: middle;
    background: #0054a6;
    margin-left:30px;
}
.yummy01 .yummy-bottom{
    padding:35px 0;
    overflow: hidden;
}
.yummy01 .yummy-bottom .img{
    float:left;
    width:637px;
    padding:5px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    background: #fff;
}

.yummy01 .yummy-bottom .img .pic:after{
    padding-bottom:58.37%;
}

.yummy01 .yummy-bottom .text{
    float:right;
    width:583px;
    padding-top: 28px;
    position: relative;
}
.yummy01 .yummy-bottom .text:after{
    width:323px;
    height:1px;
    background: #c9c9c9;
    content:'';
    display: block;
    position: absolute;
    top: 72px;
    left: 0px;
}
.yummy01 .yummy-bottom .text .bt{
    font-size:16px;
    color:#0054a6;
    text-transform: uppercase;
    position: relative;
    padding-left: 32px;
    letter-spacing: 2px;
    margin-bottom: 36px;
}

.yummy01 .yummy-bottom .text .bt:before{
    width:12px;
    height:12px;
    background: #0054a6;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-6px;
    content:'';
    display: block;
}

.yummy01 .yummy-bottom .text .span{
    color:#333333;
    font-size:35px;
    text-transform: uppercase;
    font-family: "DINPro-Regular";
}
.yummy01 .yummy-bottom .text .span span{
    color:#0054a6;
}

.yummy01 .yummy-bottom .text .jsh{
    font-size:17px;
    color:#383838;
}
.yummy01 .yummy-bottom .text .jsh:after{
    width:51px;
    height:3px;
    background: #2060aa;
    content:'';
    display: block;
    margin: 19px 0 24px 0;
}
.yummy01 .yummy-bottom .text ul li{
    background: url("../images/yu-dot.png") no-repeat left 7px;
    line-height:26px;
    font-size:15px;
    color:#555555;
    padding-left: 28px;
}

.yummy02{
    padding:40px 0 31px 0;
    overflow: hidden;
    background: #f4f5f7;
}

.yummy02 .yummy-bottom{
    padding:35px 0;
    overflow: hidden;
}


.yummy03{
    padding:59px 0 45px 0;
    overflow: hidden;
}
.yummy03 .yummy-bottom{
    padding: 21px 0px;
}
.yummy03 .yummy-bottom ul{
    text-align: center;
    margin-bottom: 28px;
}
.yummy03 .yummy-bottom ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 20px;
    text-align: center;
}

.yummy03 .yummy-bottom ul li .num {
    color: #ffa800;
    font-size: 27px;
    font-family: "DINPro-Regular"
}

.yummy03 .yummy-bottom ul li .num span {
    font-size: 49px;
    display: inline-block;
    vertical-align: top
}

.yummy03 .yummy-bottom ul li .shm {
    font-size: 15px;
    color: #555555;
    line-height: 28px
}
.yummy04{
    padding:43px 0 61px 0;
    overflow: hidden;
    background: #f4f5f7;
}
.yummy04 .yummy-bottom{
    padding:10px 0;
    text-align: center;
}

.yummy04 .yummy-bottom .jsh{
    font-size:15px;
    color:#555;
    line-height:26px;
    text-align: center;
    display: inline-block;
    margin-bottom: 26px;
}
.yummy04 .yummy-bottom .jsh p{
    text-align: left;

}


.yummy05{
    padding:53px 0 45px 0;
    overflow: hidden;
}
.yummy05 .yummy-bottom{
    padding:18px 0;
    text-align: center;
}

.yummy05 .yummy-bottom .jsh{
    font-size:13px;
    color:#555;
    line-height:26px;
    text-align: center;
    display: inline-block;
    margin-bottom: 32px;
}
.yummy05 .yummy-bottom .jsh p{
    text-align: left;

}


.yummy06{
    padding:0;
    overflow: hidden;
}
.yummy06 .yummy-bottom{
    padding:33px 0;
}

.yummy06 .yummy-bottom .jsh{
    font-size:20px;
    color:#2e2e2f;
    font-weight: bold;
    line-height:53px;
    padding: 0 21px;
    background: #dfeaf1;
    margin-bottom: 26px;
}
.yummy06 .yummy-bottom .jsh p{
    text-align: left;
}
.yummy06 .yummy-bottom .jsh1{
    margin:0 -16px;
}
.yummy06 .yummy-bottom .jsh1 .item{
    float:left;
    width:50%;
    padding:0 16px;
}
.yummy06 .yummy-bottom .jsh1 .item .bt{
    font-size:20px;
    color:#000000;
    margin-bottom: 17px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom{
    padding:26px 65px 44px 28px;
    background: #f8f8f8;
    overflow: hidden;
}

.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom .title{
    width:197px;
    color:#fff;
    height:28px;
    line-height:28px;
    padding-left:14px;
    font-size:17px;
    background: #0054a6;
    margin-bottom: 17px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom ul{
    margin-bottom: 17px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom ul li{
    background: url(../images/yu-dot.png) no-repeat left 7px;
    line-height: 28px;
    font-size: 15px;
    color: #333333;
    padding-left: 28px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom .table{
    padding-top:13px;
    overflow: hidden;
    margin-bottom: 12px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom p{
    line-height:28px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom table{
    border:0;
    table-layout: auto;
    text-align: center;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom table td{
    border-top:1px solid #7a7979;
    border-bottom:1px solid #7a7979;
    font-size:12px;
    color:#231815;
    padding: 6px 9px;
}
.yummy06 .yummy-bottom .jsh1 .item .jsh1-bottom .b{
    text-align: center;
    font-size:17px;
    color:#231815;
    margin-top: 12px;
}


.yummy07{
    padding: 42px 0 0 0;
}
.yummy-p{
    font-size:15px;
    color:#777777;
    line-height:20px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 33px;
}



.yummy07 .contact1 {
    overflow: hidden;
    padding-top: 58px;
    padding-bottom: 58px;
    background:#f9f9fa;
}
.yummy07 .contact1 .bottom{
    border:1px solid #e5e5e5;
    padding:12px;
    overflow: hidden;
    background: #fff;
}
.yummy07 .contact1 #mapContainer {
    width: 50%;
    height: 495px;
    float: left
}

.yummy07 .contact1 .text {
    float: left;
    width: 50%;
    padding-left: 48px;
    padding-top:34px;
    text-align: left;
    padding-right: 31px;
}

.yummy07 .contact1 .text .bt {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 22px
}

.yummy07 .contact1 .text .bt p {
    font-size: 15px;
    color: #999
}
.yummy07 .contact1 .text .jsh{
    margin-bottom:0;
}
.yummy07 .contact1 .text .jsh ul {
    padding-top: 20px
}

.yummy07 .contact1 .text .jsh ul li {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 17px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 17px;
}
.yummy07 .contact1 .text .jsh ul li p{
    padding-left: 46px;
    color:#333;
    line-height:28px;
}
.yummy07 .contact1 .text .jsh ul li:last-child{
    border:0;
}
.yummy07 .contact1 .text .jsh ul li h3{
    text-align: left;
    font-size:20px;
    color:#333;
    margin-bottom: 16px;
}
.yummy07 .contact1 .text .jsh ul li span {
    color: #0054a6;
}

.yummy07 .contact1 .text .jsh ul .y1 {
    background: url("../images/yu01.png") no-repeat 7px 6px
}

.yummy07 .contact1 .text .jsh ul .y2 {
    background: url("../images/yu02.png") no-repeat 7px 6px;
    margin-bottom: 6px;
}

.yummy07 .contact1 .text .jsh ul .y3 {
    width: 100%;
    margin-bottom: 6px;
    background: url("../images/yu03.png") no-repeat 9px 6px
}

.yummy07 .contact1 .text .jsh ul .y4 {
    background: url("../images/yu04.png") no-repeat 7px 6px
}


