﻿@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/font_gr3gk5802t3ayvi.eot');
    src: url('../fonts/font_gr3gk5802t3ayvi.eot') format('embedded-opentype'), url('../fonts/font_gr3gk5802t3ayvi.woff') format('woff'), url('../fonts/font_gr3gk5802t3ayvi.ttf') format('truetype'), url('../fonts/font_gr3gk5802t3ayvi.svg#iconfont') format('svg')
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
    border-top: solid 1px #ccc
}

img {
    max-width: 100%;
    border: 0
}

a {
    color: #666;
    /*-webkit-transition-duration: .3s;*/
    /*transition-duration: .3s*/
}

/*input {*/
    /*-webkit-appearance: none*/
/*}*/

/*textarea {*/
    /*-webkit-appearance: none*/
/*}*/

a:hover {
    color: #ff5c01
}

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;
    margin: auto;
    vertical-align: middle
}

.top {
    padding: 10px 0;
    color: #808080;
    line-height: 20px;
    position: relative;
    margin-top: -1px;
    background-color: #444
}

.top .intross{
    max-width: 50%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.top a {
    padding: 0 5px;
    display: inline-block;
    border-right: solid 1px #575757
}

.top a.cn{
    color:#fff;
}

.top a:last-child {
    border: 0;
    padding-right: 0
}

.top a:hover {
    color: #fff
}

.top .btn img {
    max-width: 20px
}

.top .mail-img img {
    margin-left: 5px;
    max-width: 20px
}

.top .weixin-im:hover .wx {
    display: block
}

.top .ww {
    margin-top: 3px;
    max-width: 15px;
    margin-right: 4px;
    vertical-align: top
}

.top .wx {
    top: 20px;
    left: 150px;
    z-index: 999;
    display: none;
    position: absolute
}

@media (max-width: 1024px) {
    .top .container {
        padding: 0
    }

    .top .pull-right {
        padding-right: 15px
    }

    .top .weixin-im {
        display: none
    }
}

@media (max-width: 580px) {
    .top .pull-left {
        display: none
    }
}

.search {
    z-index: 9;
    padding-left: 100px;
    position: relative
}

.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: 0;
    right: 0;
    z-index: 9;
    width: 320px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    background-color: #666
}

.search .search-main a {
    color: #333
}

.search .search-main .search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}

.search .search-main .search-container .search-type {
    overflow: hidden;
    left: 1px;
    top: 0;
    width: 72px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    position: absolute;
    cursor: pointer;
    color: #333;
    border-right: solid 1px #ccc
}

.search .search-main .search-container .search-type:after {
    content: "";
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    border-style: solid dashed dashed;
    border-color: #bbb transparent transparent;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute
}

.search .search-main .search-container .search-type:active {
    background-color: #41b3e7
}

.search-controller {
    height: 32px
}

.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: 12px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    outline:none;
}

.search .search-main .search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 40px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background-color: #ff5c01;
    outline:none;
}

.search .search-main .search-type-chose {
    text-align: center;
    width: 72px;
    padding: 5px 0;
    cursor: pointer;
    color: #fff;
    margin-left: 1px;
    background-color: #41b3e7;
    display: none
}

.search .search-main .search-type-chose li {
    line-height: 24px;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out
}

.search .search-main .search-type-chose li.active {
    background-color: #249ed6;
    color: #fff
}

.search .search-main .icon2 {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 15px;
    cursor: pointer
}

.search .search-main .icon2:hover {
    filter: contrast(1.5);
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    -mz-filter: contrast(1.5)
}

.search .search-main .placeholder {
    margin-top: 7px
}

#search-closed {
    right: 0;
    top: 10px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

.logo {
    float: left;
    margin-top: 15px
}

.home-title {
    border: 0;
    color: #333;
    margin-top: 60px;
    font-size: 24px;
    font-weight: bold;
    border-top: solid 1px #efefef
}

.home-title legend {
    padding: 0 25px
}

@media (max-width: 1024px) {
    .home-title {
        font-size: 18px;
        margin-top: 30px
    }
}

.home-info {
    margin-top: 5px;
    color: #6f6f6f
}

.home-vive {
    margin-top: 45px;
    padding: 0 20px;
    line-height: 35px;
    display: inline-block;
    text-decoration: underline;
    border: solid 2px #b4b4b4
}

.home-vive:hover {
    color: #fff;
    background-color: #ff5c01;
    border-color: #ff5c01
}

@media (max-width: 1024px) {
    .home-vive {
        margin-top: 24px
    }
}

.nav {
    height: 90px;
   /*  position: relative */
}
.top-head{
	z-index:100;top:0px;position:fixed; width:100%;height:auto; background:#fff;border-bottom:1px solid #ccc;
}

.nav ul {
    float: right
}

.nav li {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 87px;
    position: relative;
    width: 120px;
    height: 90px;
    text-align: center;

}

.nav li a {
    color: #000;
    padding: 0 5px;
    display: inline-block;
    overflow: hidden;
}

.nav li a:hover {
    color: #ff5c01;
    border-top: solid 3px #ff5c01
}

.nav .active > a, .nav li:hover > a {
    color: #ff5c01;
    border-top: solid 3px #ff5c01
}

.nav .subnav {
    top: 90px;
    left: 0;
    display: none;
    z-index: 99;
    width: 200px;
    float: none;
    padding: 10px 0;
    position: absolute;
    background-color: #ff5c01
}

.nav .subnav li {
    display: block;
    padding: 5px 0;
    line-height: 24px;
    height: auto;
    width: 80%;
    margin: 0 20px;
    text-align: left;
}

.nav .subnav li a {
    color: #fff;
    border: 0
}

.nav .subnav li a:hover {
    border: 0;
    font-weight: bold;
    text-decoration: none
}

@media (max-width: 1200px) {
    .nav li {
        margin: 0
    }
}

@media (max-width: 1024px) {
    .nav {
        height: auto;
    }

    .nav .logo {
        padding: 5px;
        margin-top: 0
    }

    .nav .logo img {
        max-width: 100px
    }

    .nav ul {
        display: none
    }
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 40px;
    line-height: 65px;
    display: none;
    color: #ff5c01;
}

@media (min-width: 1025px) {
    #mmenu{
        display:none;
    }
}

@media (max-width: 1024px) {
    .phone-nav {
        display: block
    }
}

#mmenu {
    z-index: 99
}

#mmenu .mm-title {
    color: #666;
    height: 30px;
}

.banner .slick-dots {
    bottom: 20px
}

.banner .slick-dots li button {
    width: 12px;
    height: 12px
}

.banner .slick-dots li.slick-active button {
    background-color: #ff5c01
}

@media (max-width: 1024px) {
    .banner .slick-dots {
        bottom: 5px
    }
}

.home-about {
    padding-bottom: 60px
}

@media (max-width: 1024px) {
    .home-about {
        padding-bottom: 20px
    }
}

.home-news .container {
    padding: 0
}

.home-news li:first-child {
    padding-left: 0
}

.home-news li {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 0
}

.home-news li .box {
    padding: 60px 15px;
    text-align: center;
    border: solid 1px #ececec
}

.home-news li .box h3 {
    font-size: 22px;
    height: 24px;
    overflow: hidden;
    text-align: center
}

.home-news li .box h3 a {
    color: #333;
    display: block
}

.home-news li .box p {
    height: 96px;
    margin-top: 15px;
    overflow: hidden;
    text-align: left
}

.home-news li:hover .box {
    border: solid 2px #ff5c01
}

.home-news li:hover .box .home-vive {
    color: #fff;
    border-color: #ff5c01;
    background-color: #ff5c01
}

@media (max-width: 1200px) {
    .home-news .container {
        padding: 0 15px
    }
}

@media (max-width: 640px) {
    .home-news li:first-child {
        padding-left: 0
    }

    .home-news li {
        width: 100%;
        padding: 0;
        margin-top: 15px
    }

    .home-news li .box {
        padding: 30px 15px
    }

    .home-news li .box h3 {
        font-size: 14px
    }

    .home-news li .box p {
        height: 72px;
        margin-top: 5px
    }
}

.home-product {
    padding: 40px 0;
    color: #6f6f6f
}

.home-product .title {
    color: #333;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center
}

.home-product .container {
    padding: 0
}

.home-product li {
    margin-top: 40px
}

.home-product li .box {
    padding: 6px;
    border: solid 1px #ececec
}

.home-product li .pic {
    overflow: hidden;
    position: relative
}

.home-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 73%
}

.home-product li .pic img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.home-product li .tit {
    height: 56px;
    line-height: 56px
}

.home-product li .tit a {
    color: #333
}

.home-product li .tit .name {
    width: 60%;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    display: inline-block
}

.home-product li .tit .more {
    color: #8c8a8a;
    float: right;
    text-decoration: underline
}

.home-product li .tit .more img {
    max-width: 25px
}

.home-product li .tit .icon-2 {
    display: none
}

.home-product li:hover .box {
    border-color: #ff5c01;
    background-color: #ff5c01
}

.home-product li:hover .tit a {
    color: #fff
}

.home-product li:hover .tit .more {
    color: #fff
}

.home-product li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-product li:hover .icon {
    display: none
}

.home-product li:hover .icon-2 {
    float: left;
    margin-top: 15px;
    display: block
}

@media (max-width: 1200px) {
    .home-product .container {
        padding: 0 10px
    }
}

@media (max-width: 1024px) {
    .home-product {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .home-product .title {
        margin-bottom: 0;
        font-size: 18px
    }

    .home-product ul {
        padding-top: 15px
    }

    .home-product li {
        padding: 0 5px;
        margin: 5px 0
    }
}

@media (max-width: 640px) {
    .home-product li {
        width: 50%
    }

    .home-product li .tit {
        text-align: center
    }

    .home-product li .tit .more {
        display: none
    }
}

@media (max-width: 400px) {
    .home-product li {
        width: 100%;
        padding: 0
    }
}

.home-adv {
    padding-bottom: 60px;
    background-color: #efefef
}

.home-adv .home-info {
    margin-bottom: 60px
}

.home-adv .pic {
    width: 50%;
    margin-top: -20px;
    position: relative
}

.home-adv .pic:after {
    content: "";
    top: -5px;
    left: 10px;
    width: 90%;
    height: 300px;
    z-index: 1;
    position: absolute;
    border: solid 6px #ff5c01
}

.home-adv .pic span {
    z-index: 9;
    display: inline-block;
    position: relative;
    padding: 10px 0 0 40px
}

.home-adv .box {
    width: 48%;
    text-align: right
}

.home-adv .t1 {
    color: #333;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    font-size: 24px
}

.home-adv .t2 {
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    color: #7f7d7d
}

.home-adv .t3 {
    color: #333;
    height: 96px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden
}

@media (max-width: 640px) {
    .home-adv .home-info {
        margin-bottom: 20px
    }

    .home-adv .pic {
        display: none
    }

    .home-adv .box {
        width: 100%;
        z-index: 999;
        text-align: left;
        position: relative;
        padding-top: 20px;
        border-top: solid 1px #ccc
    }

    .home-adv .box .t1 {
        font-size: 16px
    }
}

.home-dowland {
    padding: 60px 0;
    padding-top: 0;
    margin-top: 60px;
    background-color: #efefef
}

.home-dowland .container {
    padding: 0
}

.home-dowland ul {
    padding-top: 15px
}

.home-dowland li {
    padding: 0 30px;
    margin-top: 25px
}

.home-dowland li .pic {
    height: 88px;
    width: 15%;
    float: left;
    line-height: 88px;
    text-align: center;
    background-color: #fff
}

.home-dowland li .pic img {
    max-width: 60px
}

.home-dowland li .box {
    height: 88px;
    width: 100%;
    float: right;
    border-bottom: solid 1px #e4e4e4
}

.home-dowland li .box h3 {
    height: 24px;
    overflow: hidden
}

.home-dowland li .box h3 a {
    color: #333;
    display: block
}

.home-dowland li .box p {
    margin-top: 10px;
    color: #747474;
    height: 36px;
    line-height: 18px;
    overflow: hidden
}

.home-dowland li:hover .box h3 a {
    color: #ff5c01
}

@media (max-width: 1024px) {
    .home-dowland {
        margin-top: 30px;
        padding-bottom: 30px
    }

    .home-dowland ul {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .home-dowland li {
        width: 100%;
        padding: 0 15px
    }

    .home-dowland li .box h3 {
        font-size: 14px
    }
}

@media (max-width: 560px) {
    .home-dowland li .pic {
        width: 20%;
        height: 60px;
        line-height: 60px
    }

    .home-dowland li .pic img {
        max-width: 40px
    }

    /*.home-dowland li .box {*/
        /*width: 75%;*/
        /*height: 66px*/
    /*}*/

    .home-dowland li .box p {
        margin-top: 0;
        font-size: 12px
    }
}

.footer {
    color: #fff;
    padding: 40px 0;
    background: #ff5c01
}

.footer .title span {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: solid 3px #fff
}

.footer .pull-right {
    padding-right: 0;

    font-size: 16px
}

.footer .pull-right img {
    max-width: 17px
}

.footer .pull-right a {
    color: #fff;
    font-family: arial
}

.footer .pull-right a:hover {
    text-decoration: underline
}

.footer .f-search {
    margin-top: 10px
}

.footer .f-search input {
    padding: 10px;
    border: 0;
    width: 80%;
    vertical-align: top;
    outline: none;
    height:35px;
	color:#5a5050;
}

.footer .f-search input[type="button"] {
    width: 15%;
    color: #fff;
    line-height: 17px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ff7801;
    height:35px;
}

.footer select {
    color: #fff;
    padding: 6px;
    margin-top: 5px;
    cursor: pointer;
    border: solid 1px rgba(255, 255, 255, 0.5);
    background-color: #ff5c01
}

@media (max-width: 1200px) {
    .footer {
        display: none
    }
}

.copy {
    text-align: center;
    padding: 30px 0;
    background-color: #f6f6f6
}

.copy .pull-left a {
    color: #b5b5b5
}

.copy .pull-left a:hover {
    color: #666
}

.copy a {
    padding: 0 10px;
    color: #797979;
    display: inline-block
}

.copy a:hover{
    color: #ff5c01
}

.copy .font16 {
    margin-top: 15px;
    color: #595959;
    font-size: 16px
}

@media (max-width: 1200px) {
    .copy {
        padding: 15px 0;
        font-size: 12px;
        border-top: solid 1px #ccc
    }

    .copy .pull-right {
        display: none
    }

    .copy .font16 {
        margin-top: 0;
        font-size: 14px
    }
}

.page-banner {
    text-align: center
}

.page-main {
    padding-bottom: 60px
}

@media (max-width: 1024px) {
    .page-main {
        padding-bottom: 0
    }
}

.page-location {
    color: #929292;
    float: right;
    text-align: right;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

.page-location a {
    color: #929292
}

.page-location span {
    color: #7c7676;
    font-weight: bold
}

.page-location a:hover{
    color:#ff5c01
}

.page-location a:last-child{
    color:#ff5c01
}

@media (max-width: 1024px) {
    .page-location {
        height: 40px;
        line-height: 40px
    }
}

.page-content {
    min-height: 500px
}

.page-content-2 {
    background: #fff
}

.page-title {
    color: #333;
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    margin-left: 40px;
    border-bottom: solid 1px #e1e1e1
}

@media (max-width: 1024px) {
    .page-title {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        margin: 0
    }
}

.page-title-2 {
    color: #333;
    height: 24px;
    font-size: 18px;
    overflow: hidden;
    line-height: 24px;
    font-weight: bold
}

.page-title-3 {
    color: #fff;
    position: relative;
    padding: 41px 10px 29px 10px;
    background-color: #ff5c01
}

.page-title-3 span {
    font-size: 18px;
    font-weight: bold;
    border-top: 6px solid #fff;
    height: 34px;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
}

.page-title-3:after {
    content: "";
    width: 0;
    height: 0;
    right: 20px;
    bottom: -10px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff5c01
}

.page-tel {
    font-size: 18px;
    line-height: 30px;
    color: #ff5c01;
    padding-top: 20px;
    font-weight: bold;
    border-top: solid 1px #e6e6e6
}

.page-tel img {
    float: left;
    margin: 18px 10px 0 0;
    max-width: 40px
}

.page-tel a {
    font-size: 24px;
    color: #ff5c01;
    display: inline-block
}

.l-content {
    width: 82%;
    float: right;
    border-left: solid 1px #e6e6e6;
    min-height: 300px
}

@media (min-width: 1025px) {
    .l-content {
        min-height: 635px
    }
}

@media (max-width: 1024px) {
    .l-content {
        width: 100%;
        border: 0;
        float: none
    }
}

.r-content {
    width: 16%;
    float: left;
    padding-bottom: 40px
}

@media (max-width: 1024px) {
    .r-content {
        display: none
    }
}

.list-about {
    color: #333;
    margin-top: 40px;
    padding-left: 40px;
    padding-bottom: 80px
}

@media (max-width: 1024px) {
    .list-about {
        padding: 20px 10px;
        padding-top: 0
    }
}

.a-ty {
    box-shadow: 5px 5px 5px #ccc
}

.a-list-item-1 {
    margin-bottom: 40px
}

.a-list-item-1 ul {
    padding: 20px 0;
    background-color: #f3f2f2
}

.a-list-item-1 li {
    line-height: 20px;
    font-size: 16px;
    border-top: solid 1px #ddd
}

.a-list-item-1 li a {
    color: #333;
    padding: 15px 0;
    text-align: center;
    display: block
}

.a-list-item-1 li .pro-subnav {
    margin-top: 10px
}

.a-list-item-1 li .pro-subnav a {
    color: #666;
    padding: 5px;
    text-align: center;
    font-size: 12px
}

.a-list-item-1 li .pro-subnav a:hover, .a-list-item-1 li .pro-subnav .active {
    border: 0;
    color: #ff5c01;
    background: #eae9e9
}

.a-list-item-1 li .pro-subnav a.curr{
    color: #ff5c01;
}

.a-list-item-1 li a:hover {
    background: #eae9e9;
    border-right: solid 3px #6d6d6d
}

.a-list-item-1 li.active > a {
    border-right: solid 3px #6d6d6d;
    background: #eae9e9
}

.a-list-item-1 li:first-child {
    border-top: 0
}

.a-list-item-1 input {
    padding: 10px;
    width: 100%;
    color: #000;
    margin-top: 15px;
    border: solid 1px #e1e1e1;
    outline: none;
}

.a-list-item-1 input[type="button"] {
    color: #fff;
    width: 50%;
    cursor: pointer;
    background-color: #ff5c01
}

.list-related-news {
    padding: 40px 0;
    background-color: #ececec
}

.list-related-news .title {
    margin-bottom: 20px
}

.list-related-news .title img {
    max-width: 35px
}

.list-related-news .title span {
    color: #333;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 3px #ff5c01
}

.list-related-news ul {
    width: 1260px;
    overflow: hidden
}

.list-related-news li {
    width: 50%;
    float: left;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding-right: 70px
}

.list-related-news li span {
    color: #999;
    float: right;
    padding-left: 60px;
    font-family: arial
}

@media (max-width: 1260px) {
    .list-related-news ul {
        width: 100%
    }
}

@media (max-width: 767px) {
    .list-related-news {
        padding-top: 20px
    }

    .list-related-news ul li {
        width: 100%;
        padding-right: 0
    }

    .list-related-news .title {
        font-size: 16px
    }

    .list-related-news .title img {
        max-width: 25px
    }

    .list-related-news .title span {
        font-size: 16px;
        line-height: 40px
    }
}

.list-news dl {
    padding: 40px 0;
    overflow: hidden;
    margin-left: 40px;
    border-bottom: dotted 1px #d8d8d8
}

.list-news dl:hover dd h3 a {
    color: #ff5c01
}

.list-news dl:hover dd .more {
    color: #ff5c01;
    font-weight: bold
}

.list-news dt {
    width: 6%;
    float: left;
    color: #fff;
    font-family: arial;
    text-align: center;
    background: #6d6d6d;
    overflow: hidden;
    position: relative
}

.list-news dt p {
    font-weight: bold;
    padding-top: 10px
}

.list-news dt span {
    margin-top: 10px;
    display: inline-block;
    border-top: solid 1px rgba(255, 255, 255, 0.5)
}

.list-news dt:after {
    content: "";
    display: block;
    padding-bottom: 45%
}

.list-news dd {
    width: 90%;
    float: right
}

.list-news dd h3 {
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.list-news dd h3 a {
    color: #333;
    font-size: 16px;
    display: block
}

.list-news dd time {
    font-size: 12px;
    color: #979797;
    font-family: arial
}

.list-news dd p {
    height: 36px;
    margin-top: 8px;
    overflow: hidden;
    color: #656565;
    line-height: 18px
}

.list-news dd .more {
    color: #656565;
    margin-top: 8px;
    display: inline-block
}

@media (max-width: 1024px) {
    .list-news dl {
        margin: 0
    }
}

@media (max-width: 640px) {
    .list-news dl {
        padding: 20px 0
    }

    .list-news dt {
        display: none
    }

    .list-news dd {
        width: 100%
    }
}

.list-news-show {
    padding: 60px 40px;
    padding-right: 0
}

.list-news-show h1 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-align: center
}

.list-news-show .info {
    color: #979797;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding:15px 0;
    border-bottom: solid 1px #e7e7e7
}

.list-news-show .info span{
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .list-news-show {
        padding: 30px 0;
        padding-bottom: 0
    }

    .list-news-show h1 {
        font-size: 16px
    }
}

.list-page-news {
    padding: 50px 0;
    overflow: hidden
}

.list-page-news li {
    width: 50%;
    float: left;
    padding-left: 40px
}

.list-page-news li p {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #f0f0f0
}

.list-page-news li:hover p {
    color: #fff;
    background-color: #ff5c01
}

.list-page-news li:hover p a {
    color: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.list-page-news li:first-child {
    padding-left: 0
}

@media (max-width: 1024px) {
    .list-page-news {
        padding-top: 30px;
        padding-bottom: 0
    }

    .list-page-news li {
        width: 100%;
        margin-top: 5px;
        padding-left: 0
    }
}

.list-dowland dl {
    padding: 20px 0;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 40px;
    border-bottom: dotted 1px #d8d8d8
}

.list-dowland dl:hover {
    background-color: #fbfbfb
}

.list-dowland dl:hover dd h3 a {
    color: #ff5c01
}

.list-dowland dl:hover dd .more {
    padding: 0 10px;
    line-height: 26px;
    color: #ff5c01;
    border: solid 2px #ff5c01
}

.list-dowland dt {
    width: 8%;
    padding-left: 15px;
    float: left;
    overflow: hidden;
    position: relative
}

.list-dowland dt:after {
    content: "";
    display: block;
    padding-bottom: 50%
}

.list-dowland dt img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.list-dowland dd {
    width: 100%;
    float: right
}

.list-dowland dd h3 {
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.list-dowland dd h3 a {
    font-size: 16px;
    display: block
}

.list-dowland dd time {
    font-size: 12px;
    color: #979797;
    font-family: arial
}

.list-dowland dd p {
    height: 36px;
    margin-top: 5px;
    overflow: hidden;
    color: #656565;
    line-height: 18px
}

.list-dowland dd .more {
    color: #989898;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    display: inline-block
}

@media (max-width: 1024px) {
    .list-dowland dl {
        margin-left: 0
    }
}

@media (max-width: 640px) {
    .list-dowland dt {
        display: none
    }

    .list-dowland dd {
        width: 100%
    }
}



.list-contact {
    color: #000;
    padding: 80px 40px;
    line-height: 30px
}

.list-contact .telimg {
    float: left;
    margin-right: 10px;
    margin-left: 130px
}

.list-contact .tel {
    float: left;
    padding: 10px 20px;
    padding-top: 60px
}

.list-contact .red {
    font-size: 20px;
    font-weight: bold;
    color: #ff5c01
}

.list-contact .contact-emap {
    width: 100%;
    height: 375px;
    float: right;
    position: relative;
    margin: 50px 0 60px 0
}

.list-contact #allmap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.list-contact .anchorBL {
    display: none
}

@media (max-width: 1240px) {
    .list-contact .telimg {
        margin-left: 0
    }
}

@media (max-width: 1024px) {
    .list-contact {
        padding: 20px 0;
        font-size: 12px
    }

    .list-contact .tel {
        padding-top: 30px
    }

    .list-contact .red {
        font-size: 16px
    }
}

@media (max-width: 800px) {
    .list-contact {
        padding-top: 30px
    }

    .list-contact .telimg {
        display: none
    }

    .list-contact .tel {
        padding-top: 0;
        padding-left: 0
    }

    .list-contact .contact-emap {
        margin: 30px 0;
        margin-top: 0
    }
}

.list-message {
    margin: 60px 110px;
    margin-bottom: 250px
}

.list-message .li-1 {
    width: 100%;
}

.list-message .li-2 {
    width: 100%;
    /*border: solid 1px #e1e1e1;*/
    height:152px;
}

.list-message .li-2 textarea {
    width: 100%;
    font-size: 14px;
    /*color: #d0d0d0;*/
    /*border: 0;*/
    border: solid 1px #e1e1e1;
    height: 150px;
    padding: 10px;
    outline: none;
}

.list-message .li-3 {
    width: 270px
}

.list-message .li-3 span {
    width: 72%
}
@media (max-width:350px) {
    .list-message .li-3 span {
        width: 63%
    }
}

.list-message li:first-child {
    margin-top: 0
}

.list-message li {
    margin-top: 20px
}

.list-message li img#verify{
    width:85px;
    height:40px;
}

.list-message li:hover {
    /*border-color: #c00008*/
}

.list-message li p {
    padding:0 10px;
    display: inline-block;
    /*border: solid 1px #e1e1e1*/
}

.list-message li.li-2 p{
    border:none;
    width:100%;
}

.list-message li.li-2 p span{
    width: 90%;
}

.person-mess li.li-2 p span{
    width: 80%;
}

.person-mess .tijiaos{
    text-align: center;
}

.list-message li p:hover {
    /*border-color: #c00008*/
}

.list-message li label {
    width: 70px;
    font-weight: normal;
    /*border-right: solid 1px #e1e1e1;*/
    float: left;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 2px;
}

.list-message li label em {
    color: #f30;
    padding-right: 5px;
    font-style: normal
}

.list-message li span {
    width: 80%;
    display: inline-block
}

.list-message li input {
    width: 100%;
    /*border: 0;*/
    padding: 0 10px;
    /*font-family: "微软雅黑";*/
    border:1px solid  #e1e1e1;
    outline: none;
    /*line-height: 20px;*/
    height: 40px;
}

.list-message li .button:first-child {
    background-color: #ff5c01
}

.list-message li .button {
    width: 50px;
    width: 208px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #444
}

@media (max-width: 1141px) {
    .list-message li span{
        width: 80%;
    }
    .list-message li.li-2 p span {
        width: 90%;
    }
    .list-message li.li-2 p span {
        width: 90%;
    }
    .list-message .li-5{
        width:100%;
    }
    .person-mess li.li-2 p span{
        width: 80%;
    }
}


@media (max-width: 1024px) {
    .list-message {
        margin-bottom: 30px
    }
}

@media (max-width: 950px) {
    .list-message-2 li {
        width: 100%
    }
}

@media (max-width: 950px) {
    .list-message li span {
        width: 78%
    }
    .list-message li.li-2 p span{
        width: 90%
    }
    .person-mess li.li-2 p span{
        width: 78%;
    }
}

@media (max-width: 767px) {
    .list-message {
        margin: 20px
    }

    .list-message .li-1 {
        width: 100%
    }

    .list-message li.li-2 p span{
        width: 78%
    }

    /*.list-message .li-3 {*/
    /*width: 158px*/
    /*}*/

    /*.list-message li span {*/
    /*width: 60%*/
    /*}*/

    .list-message li a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 560px) {
    .list-message li span {
        width: 80%
    }
    .list-message li.li-2 p span{
        width: 80%
    }
}

@media (max-width: 525px) {
    .list-message li a {
        display:none
    }
}

@media (max-width: 439px) {
    .list-message li span {
        width: 68%
    }
    .list-message li.li-2 p span{
        width: 68%
    }
}

@media (max-width: 409px) {
    .list-message li img#verify{
        margin-top: 20px;
        margin-left: 80px;
    }
}

@media (max-width: 530px) {
    .list-message li .button {
        width: 100px;
        height: 30px;
        line-height: 30px
    }
}


.proshow-top {
    margin-top: 40px
}

.proshow-top .items {
    width: 50%;
    float: left;
    padding-right: 30px;
    overflow: hidden
}

.proshow-top .itemsBig p {
    margin: 0 5px;
    background-color: #eef0f1;
    position: relative
}

.proshow-top .itemsBig p:after {
    content: "";
    display: block;
    padding-bottom: 80%
}

/*@media (max-width:1024px) {*/
    /*.proshow-top .itemsBig p:after {*/
        /*padding-bottom: 40%*/
    /*}*/
/*}*/

.proshow-top .itemsSmall {
    margin-top: 5px
}

.proshow-top .itemsSmall p {
    cursor: pointer;
    margin: 0 5px;
    border: solid 1px #eee;
    position: relative
}

.proshow-top .itemsSmall p:after {
    content: "";
    display: block;
    padding-bottom: 72%
}

.proshow-top .itemsCot {
    width: 50%;
    float: right;
    font-size: 16px
}

.proshow-top .itemsCot h1 {
    font-size: 22px;
    color: #434343
}

.proshow-top .itemsCot .txt {
    /*height: 72px;*/
    font-size: 14px;
    overflow: hidden
}

.proshow-top .itemsCot .tel {
    margin-top: 60px;
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
    color: #ff5c01;
    background-color: #f8f8f8
}

.proshow-top .itemsCot .tel img {
    max-width: 30px;
    margin-right: 5px
}

.proshow-top .itemsCot .tel .dh {
    color: #ff5c01
}

.proshow-top .itemsCot .zx {
    color: #fff;
    width: 137px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    background-color: #ff5c01
}

.proshow-top .slick-initialized .slick-slide{
    outline: none;
}

.proshow-top .slick-current p{
    border: 1px solid #ff5c01;
    outline: none;
}

.proshow-top .slick-list{
    padding: 5px 0;
}

.proshow-top .slick-prev, .slick-next,
.proshow-top .slick-dots{
    display:none!important;
}

@media (max-width: 1024px) {
    .proshow-top .items, .proshow-top .itemsCot {
        float: none;
        width: 100%;
        padding-right: 0
    }

    .proshow-top .itemsCot {
        margin-top: 20px
    }

    .proshow-top .itemsCot .tel {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        font-weight: normal
    }
}

@media (max-width: 1024px) {
    .proshow-top {
        padding: 20px 0;
        margin-top: 0
    }
}

@media (max-width: 370px) {
    .proshow-top .itemsCot .Leavemess a {
        width: 100%
    }
}

.proshow-content {
    padding: 40px 0;
    padding-bottom: 0
}

.proshow-content .title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    /*margin-bottom: 30px;*/
    border-bottom: solid 1px #e7e7e7
}

.proshow-content .title span {
    border-bottom: solid 3px #ff5c01
}

@media (max-width: 1024px) {
    .proshow-content {
        padding: 20px 0
    }

    .proshow-content .title {
        margin-top: 30px;
        font-size: 16px;
        line-height: 29px
    }
}

.list-message-2 {
    margin: 0
}

.list-message-2 li:first-child {
    margin-top: 20px
}

.list-message-2 li {
    width: 50%;
    float: left
}

.list-message-2 li.li-5{
    width: 100%;
}

.list-message-2 .li-1 {
    width: 98%
}

.list-message-2 .li-2 {
    width: 99%
}

.list-message-2 .li-4 {
    width: 100%
}

.list-message-2 .li-4 .button {
    width: 100%;
    font-weight: bold
}

@media (max-width: 767px) {
    .list-message-2 li {
        width: 100%
    }

    .list-message-2 .li-1 {
        width: 100%
    }

    .list-message-2 .li-2 {
        width: 100%
    }
}

.pro-title {
    margin-top: 30px
}

.home-product-2 {
    background: none;
    margin-top: 0;
    padding: 0
}

.home-product-2 li {
    margin-top: 0;
    padding: 0 5px;
    margin-bottom: 60px
}

.home-product-2 li .pic {
    background-color: #eef0f1
}

.asider-page {
    text-align: center;
    position: relative;
    margin: 60px 40px;
    margin-right: 0;
    padding: 20px 0;
    border-top: dotted 1px #d8d8d8;
    border-bottom: dotted 1px #d8d8d8
}

.asider-page .num-container {
    position: relative;
    display: inline-block;
    background-color: #fff
}

.asider-page span, .asider-page a {
    padding: 0 10px;
    height: 37px;
    margin: 0 2px;
    line-height: 37px;
    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: #ff5c01
}

.asider-page span.iconfont, .asider-page a.iconfont {
    width: 50px;
    line-height: 34px
}

.asider-page a,.asider-page span {
    border: solid 1px #ccc
}

.asider-page a:hover {
    color: #fff;
    background-color: #ff5c01
}

@media (max-width: 1024px) {
    .asider-page {
        margin: 30px 0;
        margin-top: 0
    }

    .asider-page a.num {
        display: none
    }
}

.list-product {
    padding: 0;
    padding-left: 25px;
    width: 1000px
}

@media (max-width: 1230px) {
    .list-product {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .list-product {
        padding-top: 0;
        padding-left: 0
    }
}

.list-honor {
    padding-bottom: 60px
}

.list-honor li {
    padding: 0 40px;
    margin-top: 30px
}

.list-honor li .pic {
    padding: 7px;
    cursor: pointer;
    position: relative;
    border: solid 1px #e5e5e5
}

.list-honor li .pic:after {
    content: "";
    display: block;
    padding-bottom: 130%
}

.list-honor li p {
    color: #333;
    margin-top: 10px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .list-honor {
        padding-bottom: 30px
    }

    .list-honor li {
        padding: 0 20px
    }

    .asider-page .page-num {
        display: none
    }
}

@media (max-width: 480px) {
    .list-honor li {
        width: 50%
    }
}

.culture-modal {
    display: none;
    z-index: 99999;
    color: #666;
    text-align: center;
    position: relative
}

.culture-modal .pic-2 {
    padding: 15px
}

.culture-modal .pic-2 img {
    border: solid 10px #fff
}

.culture-modal .close-modal {
    top: 0;
    right: 10px;
    position: absolute;
    background-color: #000
}

.culture-modal .close-modal img {
    max-width: 30px
}

.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: #ff5c01
}

.map dt:hover {
    background: #ff5c01
}

.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;
    text-overflow: ellipsis
}

.map dd .p2 a:hover {
    color: #ff5c01
}

.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: #ff5c01;
    color: #fff
}

@media (max-width: 767px) {
    .map dl {
        margin: 20px
    }

    .map dt {
        width: 100%
    }
}

.footer .col-xs-7,
.footer .col-xs-5{
    width:48%;
}

/*新增--友情链接样式--begin*/
.flink a{
    color:#fff;
    line-height: 30px;
    padding: 0 7px;
}

.flink a:hover{
    color: #ccc;
    font-size:15px;
}
/*新增--友情链接样式--end*/


/* 留言框填写错误，提示框变红  */
#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: 28px!important;  padding: 0px !important;}
.pub_form_ul li .pub_radio{margin-top:-2px !important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!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;}

.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;}

@media (max-width: 1203px){.logo{max-width: 300px;}}
@media (max-width: 1135px){.logo{max-width: 280px;}}
@media (max-width: 1118px){.logo{max-width: 255px;margin-top: 21px;}}
@media (max-width: 1090px){.logo{max-width: 245px;}}
@media (max-width: 1080px){.logo{max-width: 235px;}}
@media (max-width: 1070px){.logo{max-width: 225px;}}
@media (max-width: 1060px){.logo{max-width: 190px;margin-top: 28px;}}
.phone-nav {top: -16px;} 
.nav li{    width: 110px;    margin-left: 5px;}
table tr, table td { border:1px solid #e1e1e1; padding:5px;word-break: break-all;}
.keycolor{color:#000}
.submit{background-color:#da4747d9;}