@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('../font/font_gr3gk5802t3ayvi.eot');
    src: url('../font/font_gr3gk5802t3ayvi_B38582A2.eot') format('embedded-opentype'), url('../font/font_gr3gk5802t3ayvi.woff') format('woff'), url('../font/font_gr3gk5802t3ayvi.ttf') format('truetype'), url('../font/font_gr3gk5802t3ayvi.svg#iconfont') format('svg')
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 24px
}

img {
    max-width: 100%;
    border: 0
}

a {
    color: #666;
}

input {
    /*-webkit-appearance: none*/
}

textarea {
    /*-webkit-appearance: none*/
}

a:hover {
    color: #118cd2
}

h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.iconfont {
    font-family: 'iconfont'
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.top-prompt {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    background-color: #efefef
}

.top-prompt .tel a {
    color: #eb6100;
    font-weight: bold;
    font-family: arial
}
.top-prompt .tel .m_ctrl a{
    color:#fff;
    font-weight: normal;
    font-family: not specified;
}
.top-prompt a {
    padding: 0 10px;
    display: inline-block
}
.pull-left{
    max-width: 50%;
}
@media (max-width: 767px) {
    .top-prompt .pull-left {
        display: none
    }

    .top-prompt .tel {
        display: none
    }
}

.header .container {
    position: relative
}

.logo {
    float: left;
    padding-top: 10px
}

@media (max-width: 1000px) {
    .logo {
        padding: 5px 0
    }

    .logo img {
        height: 40px
    }
}

.nav {
    z-index: 9;
    float: right;
    padding-right: 30px;
    position: relative
}

.nav ul > li {
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 70px
}

.nav ul > li > a {
    padding: 0 20px;
    display: inline-block;
    color: #4c4c4c
}

.nav ul > li:hover > a {
    color: #fff;
    background-color: #118cd2
}

.nav ul > li.active > a {
    color: #fff;
    background-color: #118cd2
}

.nav ul > li > ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 200px;
    padding: 10px 0;
    list-style: none;
    background-color: #118cd2
}

.nav ul > li > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-left: 0
}

.nav ul > li > ul > li > a {
    color: #fff;
    height: 30px;
    padding-left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    line-height: 30px;
    overflow: hidden;
    display: block
}

.nav ul > li > ul > li > a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #0f7ebd
}

@media (max-width: 1240px) {
    .nav ul > li > a {
        padding-left: 30px
    }
}

@media (max-width: 1000px) {
    .nav {
        display: none
    }
}

.search {
    z-index: 9;
    right: 25px;
    top: 25px;
    position: absolute
}

@media (max-width: 1000px) {
    .search {
        right: 55px;
        top: 15px;
    }
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}

.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}

.search .btn-search-max:active .icon1 {
    -webkit-animation: myAnimateRotateSwing .2s ease-in 1;
    animation: myAnimateRotateSwing .2s ease-in 1
}

.search .search-main {
    top: 46px;
    right: 0;
    z-index: 9;
    width: 300px;
    display: none;
    padding: 10px;
    padding-top: 0;
    position: absolute;
    background-color: #e5e5e5
}

@media (max-width: 767px) {
    .search .search-main {
        top: 45px;
        /*right: -65px*/
    }
}

@media (max-width: 405px) {
    .search .search-main {
        width:200px;
    }
}

#search-btn img {
    width: 20px
}

.search .search-main .search-container {
    overflow: hidden;
    position: relative
}

.search .search-main .search-container .search-type {
    overflow: hidden;
    width: 72px;
    height: 30px;
    left: 0;
    top: 2px;
    padding: 0 10px;
    line-height: 30px;
    position: absolute;
    cursor: pointer
}

.search .search-main .search-container .search-type:after {
    content: "";
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    border-style: solid dashed dashed;
    border-color: #666 transparent transparent;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute
}

.search .search-main .search-container .search-type:active {
    background-color: rgba(0, 0, 0, 0.5)
}

.search-controller {
    padding-top: 10px
}

.search .search-main .search-container .form-control {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    background-color: #fff;
    padding: 5px 30px 5px 10px;
    -webkit-appearance: none;
    outline:none;
}

.search .search-main .search-container .btn {
    right: -5px;
    width: 25px;
    height: 34px;
    text-align: center;
    position: absolute;
    background-color: #e5e5e5;
    top: 10px;
}

.search .search-main .search-container .btn img {
    max-width: 20px
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    line-height: 60px;
    display: none;
    color: #118cd2
}

@media (max-width: 1000px) {
    .phone-nav {
        display: block
    }
}

#mmenu {
    z-index: 99
}

#mmenu .mm-title {
    color: #f8f8f8
}

.banner .slick-dots {
    bottom: 20px
}

.banner .slick-dots li button {
    background-color: #fff
}

.banner .slick-dots li.slick-active button {
    background-color: #118cd2
}

@media (max-width: 767px) {
    .banner .slick-dots {
        opacity: 0
    }
}

.footer {
    color: #8d8d8d;
    padding: 50px 0;
    font-size: 14px;
    background-color: #262729
}

.footer a {
    color: #8d8d8d
}

.footer a:hover {
    color: #fff
}

.footer .sub-logo {
    color: #767779;
    line-height: 40px
}

.footer .sub-search {
    margin-top: 20px
}

.footer .sub-search input {
    color: #fff;
    width: 200px;
    vertical-align: top;
    line-height: 18px;
    padding: 9px 0 9px 10px;
    border: solid 1px #3e4043;
    background-color: #262729
}

.footer .sub-search input[type="button"] {
    width: 46px;
    height: 38px;
    border: 0;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center #118cd2
}

.footer .col-xs-4 {
    width: 35%;
    padding-left: 0
}

.footer .col-xs-8 {
    width: 65%;
    padding-left: 0;
    line-height: 28px
}

.footer .subnav-two {
    padding: 15px 0 25px 0;
    border-top: solid 1px #484a4d
}

.footer .subnav-two a {
    color: #fff;
    padding-left: 45px;
    display: inline-block
}

.footer .subnav-two a:hover {
    text-decoration: underline
}

.footer .subnav-two a:first-child {
    padding-left: 10px
}

.footer .weixin {
    max-width: 120px
}

.footer .copy {
    margin-top: 15px
}

.footer .copy a.contacs {
    color: #8d8d8d;
    padding-left: 5px;
    display: inline-block
}

.footer .copy a.contacs:hover {
    color: #fff
}

@media (max-width: 767px) {
    .footer {
        padding: 15px 0 10px 0
    }

    .footer .col-xs-4, .footer .col-xs-8 {
        display: none
    }

    .footer .copy {
        margin-top: 0
    }
}

.home-padding {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .home-padding {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.home-about-left {
    width: 20%;
    float: left
}

.home-about-left .txtbox {
    color: #fff;
    padding: 20px;
    height: 175px;
    margin-top: 8px;
    background-color: #118cd2
}

.home-about-left .txtbox .tit {
    font-size: 16px;
    margin-bottom: 15px;
    height: 24px;
    overflow: hidden
}

.home-about-left .txtbox .txt {
    height: 96px;
    overflow: hidden
}

.home-about-left img {
    max-width: inherit
}

@media (max-width: 640px) {
    .home-about-left {
        display: none
    }
}

.home-about-middle {
    height: 358px;
    float: left;
    width: 40%;
    padding: 30px 35px 0 35px;
    background-color: #f4f4f4;
    border-left: solid 10px #fff
}

.home-about-middle .tit {
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.home-about-middle .tit > a {
    color: #000
}

.home-about-middle .txt-1 {
    height: 48px;
    overflow: hidden;
    line-height: 24px
}

.home-about-middle .more {
    line-height: 80px;
}

.home-about-middle .more a:hover {
    color: #118cd2;
    border: solid 1px #118cd2;
    background-color: #fff;
}

.home-about-middle .more a {
    width: 140px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    border-radius: 15px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background-color: #118cd2;
}

.home-about-middle .txt-2 {
    height: 48px;
    overflow: hidden;
    line-height: 24px
}

.home-about-middle li {
    float: left;
    width: 50%;
    color: #000;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 50px
}

.home-about-middle li .bule {
    color: #118cd2
}

.home-about-middle li .bule b {
    font-family: arial;
    font-size: 46px
}

.home-about-middle li:first-child {
    padding-left: 0
}

@media (max-width: 1000px) {
    .home-about-middle li {
        padding-top: 20px
    }

    .home-about-middle li .bule b {
        font-size: 24px
    }
}

@media (max-width: 640px) {
    .home-about-middle {
        width: 100%;
        height: auto;
        border: 0;
        padding: 15px;
        overflow: hidden
    }

    .home-about-middle .tit {
        font-size: 16px
    }

    .home-about-middle .txt-1, .home-about-middle .txt-2 {
        height: auto
    }

    .home-about-middle ul {
        display: none
    }
}

.home-about-right {
    width: 40%;
    float: left;
    border-left: solid 10px #fff
}

.home-about-right .txtbox {
    color: #fff;
    padding: 20px;
    height: 175px;
    background-color: #118cd2
}

.home-about-right .txtbox .tit {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 15px
}

.home-about-right .txtbox .txt {
    height: 72px;
    overflow: hidden
}

.home-about-right dl {
    margin-top: 8px;
    overflow: hidden
}

.home-about-right dd {
    width: 50%;
    float: left;
    height: 173px;
    padding: 20px;
    color: #615f5f;
    background-color: #f4f4f4
}

.home-about-right dd .tit-1 {
    height: 30px;
    margin: 5px 0;
    font-size: 16px;
    overflow: hidden
}

.home-about-right dd .tit-1 a {
    color: #000;
    display: block
}

.home-about-right dd .tit-1 a:hover {
    color: #118cd2
}

.home-about-right dd .txt-2 {
    line-height: 24px;
    height: 96px;
    overflow: hidden
}

.home-about-right dt {
    float: left;
    width: 50%;
    padding-left: 10px
}

.home-about-right img {
    max-width: inherit
}

@media (max-width: 640px) {
    .home-about-right {
        display: none
    }
}

.home-product {
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
    background: url(../images/home-pro-bg.jpg) no-repeat top center
}

.home-product:before {
    left: auto;
    right: 0
}

.home-product .title {
    color: #fff;
    text-align: center
}

.home-product .tt-1 {
    font-size: 70px;
    line-height: 70px;
    font-family: arial;
    font-weight: bold
}

.home-product .tt-1 span {
    font-size: 14px;
    vertical-align: top;
    font-weight: normal
}

.home-product .tt-2 {
    font-size: 14px;
    line-height: 16px;
    font-family: arial;
    height:16px;
    overflow: hidden;
}

.home-product .tt-3 {
    margin-top: 10px;
    line-height: 36px;
    font-size: 32px;
    font-weight: bold;
    height: 36px;
    overflow: hidden;
}

.home-product .list {
    padding: 0 20%
}

.home-product .list p {
    margin-top: 12px;
    text-align: center;
    outline:none;
}

.home-product .list a {
    width: 90px;
    height: 104px;
    text-align: center;
    line-height: 104px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/p-bg.png) no-repeat top center;
    outline: none;
}

.home-product .list a img {
    display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.home-product .list p:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

@media (max-width: 767px) {
    .home-product {
        background: none;
        background-color: #118cd2
    }

    .home-product .tt-1 {
        font-size: 36px;
        line-height: 36px
    }

    .home-product .tt-3 {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
    }

    .home-product .list {
        padding: 0 5%
    }
}

.home-prolist ul {
    padding: 0;
    position: relative
}

.home-prolist ul:after {
    content: "";
    display: block;
    width: 1px;
    height: 700%;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #fff
}

.home-prolist li {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb
}

.home-prolist li a:after {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    background-color: rgba(0, 0, 0, 0.5)
}

.home-prolist li .pic {
    position: relative
}

.home-prolist li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.home-prolist li .tit {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    color: #118cd2;
    position: relative;
    z-index: 9;
    overflow: hidden;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    border: solid 2px #118cd2
}

.home-prolist li:hover a:after {
    height: 100%;
    opacity: 1
}

.home-prolist li:hover .tit {
    color: #fff;
    border-color: #fff
}

@media (max-width: 580px) {
    .home-prolist li {
        width: 50%;
        border-right: 0;
        padding-bottom: 15px
    }

    .home-prolist li .tit {
        height: 30px;
        line-height: 30px;
        border: solid 1px #118cd2
    }
}

.home-title {
    color: #000;
    padding-bottom: 20px;
    text-align: center
}

.home-title h2 {
    font-size: 30px
}

.home-title h2 span {
    color: #118cd2
}

.home-title h2 img {
    max-width: 50px
}

@media (max-width: 767px) {
    .home-title h2 {
        font-size: 20px
    }
}

.home-title-2 {
    color: #fff;
    padding-top: 45px
}

.home-title-2 p {
    margin-top: 10px
}

@media (max-width: 767px) {
    .home-title-2 {
        color: #fff;
        padding-top: 40px
    }
}

.home-case {
    background-color: #f4f4f4
}

.home-case li {
    width: 50%;
    float: left;
    border-bottom: solid 1px #fff;
    padding: 20px 0
}

.home-case li .pic {
    width: 29%;
    float: left;
    position: relative
}

.home-case li .pic:after {
    content: "";
    display: block;
    padding-bottom: 94%
}

.home-case li .txtbox {
    width: 67%;
    float: right
}

.home-case li .txtbox .tit {
    height: 30px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 50px;
}

.home-case li .txtbox .tit a {
    color: #333;
    display: block
}

.home-case li .txtbox .txt {
    height: 72px;
    overflow: hidden;
    padding-right: 50px
}

.home-case li:hover .txtbox .tit a {
    color: #118cd2
}

.home-case .more {
    margin-top: 40px
}

.home-case .more a {
    width: 140px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    border-radius: 15px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background-color: #118cd2
}

.home-case .more a:hover {
    color: #118cd2;
    border: solid 1px #118cd2;
    background-color: #fff
}

@media (max-width: 900px) {
    .home-case li .txtbox .tit {
        margin: 0
    }
}

@media (max-width: 767px) {
    .home-case li .txtbox .txt {
        height: 48px
    }
}

@media (max-width: 640px) {
    .home-case li {
        width: 100%;
        padding: 10px 0
    }

    .home-case li .txtbox {
        margin-top: 30px
    }

    .home-case li .txtbox .txt {
        height: 48px;
        padding-right: 0
    }

    .home-case .more {
        margin-top: 20px
    }
}

@media (max-width: 460px) {
    .home-case li .txtbox {
        margin-top: 5px
    }
}

.home-news ul {
    width: 1160px;
    overflow: hidden;
    margin-left: -25px
}

.home-news li {
    width: 45%;
    float: left;
    margin: 0 25px;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: solid 1px #a4a4a4
}

.home-news li .number {
    width: 17%;
    float: left;
    height: 80px;
    color: #494949;
    padding: 5px 10px;
    font-family: arial;
    text-align: center;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #f4f4f4
}

.home-news li .time {
    font-size: 46px;
    display: block;
    line-height: 46px;
    border-bottom: solid 1px #494949
}

.home-news li .txtbox {
    width: 83%;
    float: left;
    padding-left: 20px
}

.home-news li .txtbox .tit {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    font-weight: normal
}

.home-news li .txtbox .tit > a {
    display: block;
    color: #000
}

.home-news li .txtbox .txt {
    height: 60px;
    color: #959595;
    overflow: hidden;
    line-height: 20px
}

.home-news li .more {
    width: 90px;
    height: 25px;
    float: right;
    margin-top: 10px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background-color: #f3f3f3
}

.home-news li:hover .number {
    color: #fff;
    background-color: #118cd2
}

.home-news li:hover .txtbox .tit a {
    color: #118cd2
}

.home-news li:hover .time {
    border-color: #fff
}

.home-news li:hover .more {
    background-color: #118cd2;
    color: #fff
}

@media (max-width: 1200px) {
    .home-news ul {
        width: 100%;
        margin-left: 0
    }

    .home-news ul li {
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }

    .home-news ul li .time {
        font-size: 24px
    }

    .home-news ul li .txtbox {
        padding-right: 50px
    }

    .home-news ul li .txtbox .txt {
        height: 40px
    }
}

@media (max-width: 767px) {
    .home-news ul li {
        width: 100%
    }

    .home-news ul li .number {
        display: none
    }

    .home-news ul li .txtbox {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.home-about-video {
    overflow: hidden;
    padding-bottom: 20px;
    background: url(../images/about-bg.jpg) no-repeat top center
}

.home-about-video .video {
    margin-top: 0
}

@media (max-width: 767px) {
    .home-about-video {
        background: none
    }
}

.home-nav {
    padding: 30px 0;
    background-color: #f4f4f4
}

.home-nav li {
    float: left;
    width: 32%;
    margin-left: 20px;
    position: relative
}

.home-nav li .pic {
    overflow: hidden;
    position: relative
}

.home-nav li .pic:after {
    content: "";
    display: block;
    padding-bottom: 36%
}

.home-nav li .pic img {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

.home-nav li .txtbox {
    top: 30px;
    left: 30px;
    width: 90%;
    color: #000;
    position: absolute
}

.home-nav li .txtbox a {
    color: #000
}

.home-nav li .txtbox h3 {
    font-size: 24px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.home-nav li .txtbox p {
    margin-top: 5px;
    font-size: 16px;
    font-family: arial;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}

.home-nav li:hover h3 {
    color: #118cd2
}

.home-nav li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.home-nav li:first-child {
    margin-left: 0
}

@media (max-width: 1040px) {
    .home-nav {
        padding: 15px 0
    }

    .home-nav li {
        width: 33.333%;
        margin-left: 0;
        padding: 0 5px
    }

    .home-nav li .txtbox {
        top: 20px
    }

    .home-nav li .txtbox h3 {
        line-height: 20px;
        font-size: 16px;
        max-width: 85%;
        height: 20px;
    }

    .home-nav li .txtbox p {
        display: none
    }
}

@media (max-width: 480px) {
    .home-nav li {
        width: 100%;
        padding: 0;
        margin-top: 3px
    }

    .home-nav li .txtbox {
        top: 50px
    }
}

.home-links .title {
    border: 0;
    border-top: solid 1px #c6c6c6
}

.home-links .title legend {
    color: #000;
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold
}

.home-links ul {
    margin-top: 40px;
    overflow: hidden;
    border: solid 1px #c6c6c6
}

.home-links ul li {
    float: left;
    width: 16.5%
}

.home-links ul li .pic {
    -webkit-filter: #808080;
    filter: #808080;
/*     -webkit-filter: grayscale(100%);
filter: grayscale(100%); */
    position: relative
}

.home-links ul li .pic img {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

.home-links ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 50%
}

.home-links ul li:hover .pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: #808080;
    filter: #808080
}

@media (max-width: 767px) {
    .home-links ul li {
        width: 33.3%;
    }
}

.page-banner {
    text-align: center
}

.location {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    margin-top: 1px;
    color: #222;
    font-size: 14px;
    background-color: #e9e9e9
}

.location h2 {
    font-size: 18px;
    width: 30%;
    float: left;
    font-weight: normal
}

.location p {
    width: 60%;
    float: right;
    text-align: right
}

.location a {
    color: #222
}

.location a:hover {
    color: #118cd2
}

@media (max-width: 767px) {
    .location {
        height: 36px;
        line-height: 36px
    }

    .location h2 {
        font-size: 14px
    }

    .location p {
        font-size: 12px
    }
}

.menu-scroll {
    width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 50px;
    height: 45px;
    overflow: hidden;
    text-align: center
}

.menu-scroll div {
    text-align: center
}

.menu-scroll div span {
    display: block;
    height: 45px;
    padding: 0 15px;
    font-size: 18px;
    overflow: hidden;
    line-height: 45px;
    margin: 0 2px;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #a9a9a9
}

.menu-scroll div span > a {
    display: block;
    color: #fff
}

.menu-scroll div span:hover {
    color: #fff;
    background-color: #118cd2
}

.menu-scroll div > a:hover {
    border-color: #118cd2
}

.menu-scroll .slick-list {
    width: 100%;
    display: inline-block
}

.menu-scroll .slick-list .slick-track {
    display: inline-block
}

.menu-scroll .slick-prev {
    left: -30px;
    width: 25px;
    height: 25px;
    opacity: 0;
    margin-top: -20px;
    background: url(../images/arrow-1.png) no-repeat
}

.menu-scroll .slick-next {
    right: -30px;
    width: 25px;
    height: 25px;
    opacity: 0;
    margin-top: -20px;
    background: url(../images/arrow-2.png) no-repeat
}

.menu-scroll .cur {
    color: #fff;
    background-color: #118cd2
}

.menu-scroll .cur > a {
    color: #fff
}

@media (max-width: 1100px) {
    .menu-scroll {
        width: 100%
    }
}

@media (max-width: 767px) {
    .menu-scroll {
        margin-top: 40px
    }

    .menu-scroll div span {
        height: 36px;
        line-height: 36px
    }
}

.page-banner {
    overflow: hidden;
    text-align: center
}

.page-banner p {
    /*left: 50%;*/
    width: 100%;
    /*position: relative;*/
    /*margin-left: -960px*/
}

.page-banner img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .page-banner {
        /*height: 150px*/
    }
}

.page-wrap {
    padding: 40px 0
}

@media (max-width: 767px) {
    .page-wrap {
        padding: 20px 0
    }
}

.page-title {
    color: #898989;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #a4a4a4
}

.page-title h2 {
    width: 30%;
    float: left;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    overflow: hidden
}

.page-title p {
    float: right;
    width: 65%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: right
}
.page-title p a:last-child{
    color:#118cd2;
}

.page-title p span {
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #118cd2
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 16px
    }
}

.list-about {
    color: #111;
    padding-top: 40px
}

.list-about .tit {
    font-size: 16px;
    padding-top: 70px
}

.list-about .pic {
    margin-left: 5%;
    float: right
}

.list-about .pic-2 {
    margin-right: 5%;
    float: left
}

@media (max-width: 767px) {
    .list-about {
        padding-top: 20px
    }

    .list-about .tit {
        padding-top: 30px
    }

    .list-about .pic {
        float: none;
        margin-left: 0;
        text-align: center
    }

    .list-about .pic-2 {
        float: none;
        margin-right: 0;
        margin-top: 15px;
        text-align: center
    }
}

.recom-news {
    margin-top: 50px
}

.recom-news h3 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    background: url(../images/line.jpg) repeat-x left center
}

.recom-news h3 span {
    padding: 0 10px;
    display: inline-block;
    background-color: #fff
}

.recom-news ul {
    overflow: hidden;
    padding: 15px;
    background-color: #f4f4f4
}

.recom-news ul li {
    overflow: hidden;
    border-top: solid 1px #d9d9d9
}

.recom-news ul li p {
    width: 80%;
    float: left;
    height: 36px;
    padding-left: 10px;
    overflow: hidden;
    line-height: 36px;
    position: relative
}

.recom-news ul li p:before {
    content: "";
    width: 0;
    height: 0;
    top: 14px;
    left: 0;
    position: absolute;
    border-left: 4px solid #118cd2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.recom-news ul li a {
    display: inline-block;
    width: 60%
}

.recom-news ul li span {
    float: right;
    color: #aaa;
    padding-right: 50px;
    font-family: arial
}

.recom-news ul li:first-child {
    border: 0
}

@media (max-width: 767px) {
    .recom-news {
        margin-top: 20px
    }

    .recom-news ul li {
        border: 0
    }

    .recom-news ul li p {
        width: 100%
    }

    .recom-news ul li span {
        padding-right: 10px
    }
}

.pronav {
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.pronav a.icte {
    color: #fff;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    margin-right: 10px;
    display: inline-block;
    width: 135px;
    text-align: center;
    overflow: hidden;
    background-color: #636367;
    margin-bottom: 10px;
    /*float: left;*/
    padding: 0 5px;
}
.pronav a:hover{
    background-color: #118cd2
}
.pronav a.active {
    background-color: #118cd2
}

.prosubnav {
    padding: 10px 0;
    border-bottom: solid 1px #118cd2;
    text-align: center;
}

.prosubnav a {
    padding: 0 10px;
    color:#888;
    display: inline-block
}

.prosubnav .active {
    color: #118cd2
}

.list-news-show {
    padding-top: 20px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    _height:1%;
}

.list-news-show .title {
    color: #333;
    font-size: 24px;
    text-align: center
}

.list-news-show .msg {
    padding: 5px;
    line-height: 24px;
    font-size: 12px;
    margin-top: 30px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background-color: #f5f5f5;
    text-align: center
}

.list-news-show .msg span {
    padding: 0 10px;
    display: inline-block
}

.list-case {
    background-color: #fff
}

.list-case li {
    border-bottom: solid 1px #a6a6a6
}

.list-contact {
    padding-top: 50px
}

.list-contact .title {
    color: #000;
    font-size: 24px
}

.list-contact .iteam {
    padding-top: 20px;
    overflow: hidden
}

.list-contact .iteam li {
    float: left;
    padding-top: 10px;
    font-size: 14px;
    width: 33.33%
}

.list-contact .iteam li img {
    max-width: 25px;
    margin-right: 5px;
    float: left
}

.list-contact .box {
    margin-top: 30px
}

.list-contact .contact-emap {
    width: 100%;
    height: 375px;
    float: right;
    position: relative
}

@media (max-width: 1200px) {
    .list-contact .iteam li {
        width: 50%
    }

    .list-contact .box .imss {
        display: none
    }

    .list-contact .contact-emap {
        width: 100%
    }
}

@media (max-width: 500px) {
    .list-contact .iteam li {
        width: 100%
    }
}

.messge_main {
    width: 100%;
    margin-top: 50px;
    list-style: none
}

.messge_main li {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1
}
.messge_main li em {
    color: #f00;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 15px;
}
.messge_main li a.qing{
    display: inline-block;
    line-height: 54px;
}
@media (max-width: 767px) {
    .messge_main li {
        width: 100%;
        float: none
    }
    .messge_main li em{
        top:10px;
    }
    .messge_main li a.qing{
        line-height: 38px;
    }
}

.messge_main li p {
    position: relative;
    width: 53%;
    float: left;
    margin: 0 0 28px
}

@media (max-width: 767px) {
    .messge_main li p {
        width: 100%;
        float: none;
        margin: 0 0 15px
    }
}

.messge_main li .p1 {
    display: block;
    font-style: inherit;
    width: 44%;
    float: left;
    position: relative;
    margin: 0 0 28px 3%
}

@media (max-width: 767px) {
    .messge_main li .p1 {
        width: 100%;
        float: none;
        margin: 0 0 15px
    }
}

.messge_main li .p2 {
    display: block;
    font-style: inherit;
    width: 100%;
    position: relative;
    margin: 0 0 28px
}

@media (max-width: 767px) {
    .messge_main li .p2 {
        margin: 0 0 15px
    }
}

.messge_main li .a1 {
    width: 100%;
    height: 54px;
    line-height: 52px;
    padding: 0 19px;
    border: 1px solid #118cd2;
    /*color: #a4a3a3;*/
    font-size: 14px;
    font-family: "微软雅黑";
    outline: none;
}

.messge_main li .a1::-webkit-input-placeholder, .messge_main li .a1 input::-webkit-input-placeholder {
    color: #a4a3a3
}

.messge_main li .a1::-moz-placeholder, .messge_main li .a1 input:-moz-placeholder {
    color: #a4a3a3
}

.messge_main li .a1::-moz-placeholder, .messge_main li .a1 input::-moz-placeholder {
    color: #a4a3a3
}

.messge_main li .a1::-ms-input-placeholder, .messge_main li .a1 input:-ms-input-placeholder {
    color: #a4a3a3
}

@media (max-width: 767px) {
    .messge_main li .a1 {
        height: 38px;
        line-height: 38px
    }
}

.messge_main li .a1:focus {
    border: 1px solid #ff6200
}

.messge_main li small {
    width: 150px;
    height: 54px;
    float: left;
    display: block;
    position: relative
}

@media (max-width: 767px) {
    .messge_main li small {
        height: 38px
    }
}

.messge_main li .codes {
    float: left;
    display: block;
    width: 131px;
    height: 54px;
    margin: 0 12px;
    position: relative
}

@media (max-width: 767px) {
    .messge_main li .codes {
        width: 92px;
        height: 38px
    }
}

.messge_main li #message-submit {
    background: url("../images/proico.png") no-repeat 20px center #118cd2;
    width: 180px;
    height: 54px;
    float: right;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 54px;
    text-align: center;
    font-family: "微软雅黑"
}

@media (max-width: 767px) {
    .messge_main li #message-submit {
        margin: 0;
        line-height: 40px;
        height: 40px;
        float: left;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .messge_main li #message-submit {
        margin: 15px 0
    }
}

.messge_main li #message-submit:hover {
    cursor: pointer;
    background: url("../images/proico.png") no-repeat 20px center #118cd2
}

.messge_main .li_1 {
    width: 47%;
    float: right
}

@media (max-width: 767px) {
    .messge_main .li_1 {
        width: 100%;
        float: none
    }
}

.messge_main .li_1 textarea {
    width: 100%;
    height: 217px;
    line-height: 24px;
    padding: 10px 20px;
    border: 1px solid #118cd2;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .messge_main .li_1 textarea {
        margin: 0 0 15px
    }
}

.messge_main .li_1 textarea::-webkit-input-placeholder, .messge_main .li_1 textarea textarea::-webkit-input-placeholder {
    color: #a4a3a3
}

.messge_main .li_1 textarea::-moz-placeholder, .messge_main .li_1 textarea textarea:-moz-placeholder {
    color: #a4a3a3
}

.messge_main .li_1 textarea::-moz-placeholder, .messge_main .li_1 textarea textarea::-moz-placeholder {
    color: #a4a3a3
}

.messge_main .li_1 textarea::-ms-input-placeholder, .messge_main .li_1 textarea textarea:-ms-input-placeholder {
    color: #a4a3a3
}

@media (max-width: 767px) {
    .messge_main .li_1 textarea {
        height: 160px
    }
}

.messge_main .reda {
    color: #f00;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 10
}

@media (max-width: 767px) {
    .messge_main .reda {
        top: 13px
    }
}

.messge_main .a2 {
    color: #fff;
    position: absolute;
    top: -24px;
    right: 0;
    max-width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    font-family: "微软雅黑";
    padding: 0 8px
}

.messge_main .error {
    background: #658a38
}

.messge_main .righta {
    background: #118cd2
}

@media (max-width: 767px) {
    .messge_main {
        margin-top: 20px
    }
}

.jobbox {
    margin-top: 50px
}

@media (max-width: 990px) {
    .jobbox {
        margin-top: 20px
    }

    .jobbox img {
        display: none
    }
}

.joblist {
    width: 72%;
    float: right
}

.joblist li {
    font-size: 14px;
    cursor: pointer;
    background-color: #f4f4f4;
    border-bottom: solid 2px #fff
}

.joblist li .tspan {
    width: 45%;
    line-height: 36px;
    padding-left: 30px;
    overflow: hidden;
    height: 36px;
    margin-top: 3px;
    vertical-align: top;
    display: inline-block
}

.joblist li .more {
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    height: 24px;
    line-height: 24px;
    padding-left: 0;
    background-color: #7b7b7b
}

.joblist li:hover .more {
    color: #fff;
    background-color: #118cd2
}

@media (max-width: 990px) {
    .joblist {
        width: 100%
    }
}

.joblist li.active span {
    color: #118cd2
}

.joblist li.active .more {
    color: #fff;
    background-color: #118cd2
}

.joblist li > div {
    display: none;
    font-size: 13px;
    line-height: 24px;
    background-color: #fff;
    padding: 20px 0 30px 30px
}

.page-news {
    overflow: hidden;
    margin-top: 40px;
    background-color: #118cd2
}

.page-news li {
    color: #fff;
    float: left;
    width: 50%;
    height: 33px;
    padding: 0 15px;
    line-height: 33px;
    overflow: hidden
}

.page-news li a {
    color: #fff;
}
.page-news li a:hover{
    font-weight: bold;
}
.asider-page {
    text-align: center;
    position: relative
}

.asider-page .num-container {
    position: relative;
    display: inline-block;
    background-color: #fff
}

.asider-page span, .asider-page a {
    padding: 0 12px;
    height: 28px;
    margin: 0 2px;
    line-height: 28px;
    vertical-align: top;
    display: inline-block
}

.asider-page span.num, .asider-page a.num {
    font-family: arial
}

.asider-page .page-cur{
    color: #fff;
    background-color: #118cd2
}

.asider-page span.iconfont, .asider-page a.iconfont {
    width: 50px;
    line-height: 34px
}

.asider-page a,.asider-page span {
    background-color: #eee
}

.asider-page a:hover {
    color: #fff;
    background-color: #118cd2
}

@media (max-width: 767px) {
    .asider-page {
        padding-top: 0;
        padding-bottom: 0
    }

    .asider-page .page-num {
        display: none
    }
}

.proshow {
    font-size: 14px;
    line-height: 30px;
    padding-top: 50px
}

.proshow h1 {
    color: #000;
    font-size: 24px;
    line-height: 35px
}
.proshow .proimgs{
    width: 100%;
    text-align: center;
    max-height: 300px;
    margin-top: 20px;
}
.proshow .proimgs img{
    max-width: 100%;
    max-height: 300px;
}
.proshow-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    padding: 40px 0 20px 0;
    border-bottom: solid 1px #ccc
}

.home-prolist-2 ul:after {
    height: 200px
}

.w1004 {
    padding: 30px 0
}

.map {
    margin: 0 auto
}

.map dl {
    margin: 20px 0 20px 0;
    overflow: hidden;
    line-height: 30px
}

.map dl:hover {
    background: #f5f8fa
}

.map dl:hover dt a {
    color: #e0e9f3;
    font-weight: bold
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    background: #118cd2
}

.map dt:hover {
    background: #317ebf
}

.map dt a {
    color: #fff;
    display: block
}

.map dt a:hover {
    color: #e0e9f3;
    font-weight: bold
}

.map dd {
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 85%
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both
}

.map dd .p2 a {
    color: #333;
    font-weight: bold;
    overflow: hidden;
}

.map dd .p2 a:hover {
    color: #764b00
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0 20px 0 10px
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}

.map dd div a:hover {
    background: #118cd2;
    color: #fff
}

@media (max-width: 640px) {
    .map dt {
        width: 100%
    }
}
#map{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#contact-form  .validate-on {
    border: 1px solid #ff0000;
    box-shadow: 0 0 1px #ff0000;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.pub_form_ul li input[type="text"]{line-height:30px!important;height:30px!important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!important;}
label {margin-bottom: 1px!important;}
.pub_form_ul li label {margin-right: 0px!important;}
.panel {margin-bottom: 0px!important;}
.panel_inner .tip{padding: 0px!important;}
.panel-body {   padding: 0px; }
a{-webkit-transition:all 0 ease 0!important;transition:all 0 ease 0!important;}
.fn-suspend{margin-right:0px!important;}
.BMapLib_nav{display:none;padding:10px!important;}
.BMapLib_bubble_content{padding:10px!important;}
.BMapLib_sendToPhone,.BMapLib_bubble_close{display:none;}
.BMap_cpyCtrl{display:none;}
.BMapLib_trans{margin:0!important;}
.BMap_Marker img{max-width:39px;}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}