﻿@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('../font/font_gr3gk5802t3ayvi.eot');
    src: url('../font/font_gr3gk5802t3ayvi.eot?#iefix') 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: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
    border-top: solid 1px #ccc
}

img {
    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: 11px;
    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; width:100%;
}

.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: 100%;
    }

    .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 !important;
    }
}

@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: 100%;
	text-align:center;
    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;
    line-height: 24px;
    margin-top: 20px;
}

@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
    }
}

@media (max-width: 768px) {
    .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;
	margin-right:1%;
}

.footer .pull-right a {
    color: #fff;
    font-family: arial
}

.footer .pull-right a:hover {
    text-decoration: underline
}

.footer .f-search {
    margin-top: 10px
}

.footer input {
    padding: 10px;
    border: 0;
    width: 80%;
    vertical-align: top;
    outline: none;
    height:35px;
}

.footer input[type="submit"] {
    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-banner img{ width:100%;}
.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: 22px;
    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: #acacac;
    margin-top: 15px;
    border: solid 1px #e1e1e1;
    outline: none;
}

.a-list-item-1 input[type="submit"] {
    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;
}

.picslider {
    width: 45%;float: left;
    margin-right: 3%;
    position: relative;
    padding: 5px 5px 40px 5px;
}
.picslider ul li img {max-width: 100%;max-height: 100%;}
.smallImg {height:90px;width:422px;position:relative;overflow:hidden;margin-top:8px;}
.smallImg_in{height:90px;width:360px;overflow:hidden;padding:0 30px;}
.smallImg ul {position:absolute;margin:0 30px 0 0;width:625px;}
.smallImg ul li {float:left;width:125px;height:94px;margin-top: 3px;}
.smallImg ul li.on td {border:1px solid #0058cb;}
.smallImg ul li table td {text-align:center;vertical-align:middle;width:102px;height:85px;padding:2px;border:1px solid #dedede;}
.smallImg .btnLeft {width:30px;height:82px;position:absolute;left:0;top:5px;background: url(../images/btn.png) left top no-repeat;}
.smallImg .btnRight {width:30px;height:82px;position:absolute;right:0;top:5px;background: url(../images/btn.png) right top no-repeat;}

@media (max-width: 1024px) {
    .proshow-top .picslider, .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
    }
	.picslider .pro_wrap{ width:auto; height:auto;}
	.picslider #preview{ width:auto;}
	.smallImg{ display:none;}
}

@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;
	line-height:37px;
}

.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*/
.footer .flink{
    width: 1230px;
    border: 1px solid #e1e1df;
    float: left;
    font-size: 14px;
    color: #747474;
    position: relative;
    margin-top: 10px;
}
footer .flink:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 8px;
    right: 9px;
    top: 10px;
}
.footer .flink .title{
    display: block;
    padding-left: 4px;
    width: 112px;
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    border-right: 1px solid #e1e1df;
    text-align: center;
    color:#fff;float: left;
}

.footer .flink:hover .foptn{display: block;}
.footer .foptn a { float:left; padding-right:5px; display:block; color:#fff;}
.footer .flink .foptn dt{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0 2px;
}
.footer .foptn{ width:1100px; float:right;}
/*新增--友情链接样式--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:50%;}}
.nav li{    width: 110px;    margin-left: 5px;}
table tr, table td { border:1px solid #e1e1e1; padding:5px;word-break: break-all;}
.tab-box .title li{
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.tab-box .divTitle{
    display: inline-block;
    width: 100%;
}
.proshow-content .divTitle span{
    border-bottom: 0;
}
.proshow-content .current span {
    border-bottom: solid 3px #ff5c01;
}

/*留言框*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;width: 90%;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#1983cd;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

@media (max-width:768px) {
.cpzx .ly_msg ul li h4{ width:20%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{ width:80%!important;}
.cpzx .ly_msg ul li .msg_ipt12{width:80% !important;}
.cpzx .ly_msg{ width:98%;}
.indesmulu{display: block;width: 82.5%; float: right;height: 44px;overflow: hidden;}
	}
@media (max-width:767px) {
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}
.cpzx .ly_msg ul li h4{ width:25%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:75%!important;}
	}


/* 新增 */

.list-xinwen dl {
    padding: 20px 0;
    margin: 0 40px;
    overflow: hidden;
    border-bottom: dotted 1px #ccc
}

.list-xinwen dl:last-child {
    border-bottom: 0;
}

.list-xinwen dl:hover dd h3 {
    text-decoration: underline
}

.list-xinwen dl:hover dd .more {
    color: #fff;
    font-weight: bold;
    background-color: #d30009
}

.list-xinwen dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-xinwen dt {
    width: 24%;
    float: left;
    overflow: hidden;
    position: relative
}

.list-xinwen dt:after {
    content: "";
    display: block;
    padding-bottom: 50%
}

.list-xinwen dt img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.list-xinwen dd {
    width: 74%;
    float: right
}

.list-xinwen dd h3 {
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.list-xinwen dd h3 a {
    font-size: 16px;
    display: block
}

.list-xinwen dd time {
    font-size: 12px;
    color: #979797;
    font-family: arial
}

.list-xinwen dd p {
    height: 44px;
    margin-top: 5px;
    overflow: hidden;
    color: #656565;
    line-height: 22px
}

@media (max-width:1200px) {
    .list-xinwen dt {
        width: 30%
    }

    .list-xinwen dd {
        width: 68%
    }
}

@media (max-width:960px) {
    .list-xinwen dt {
        width: 35%
    }

    .list-xinwen dd {
        width: 63%
    }
}

@media (max-width:800px) {
    .list-xinwen dt {
        width: 40%
    }

    .list-xinwen dd {
        width: 58%
    }
}

@media (max-width:767px) {
    .list-xinwen dl {
        margin: 0 20px
    }
}

@media (max-width:640px) {
    .list-xinwen dt {
        display: none
    }

    .list-xinwen dd {
        width: 100%
    }
}


/* case */
.case-in {
    margin-top: 40px;
}
.case-in a {
  width: 33.33333%;
  padding-left: 40px;
  margin-bottom: 3%;
  float: left;
}
.case-in a .case-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case-in a .case-img:after {
  display: block;
  content: '';
  position: relative;
  width: 100%;
  padding-bottom: 53.43915344%;
}
.case-in a .case-img img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.case-in a .case-wen {
  padding: 7.93650794% 10.58201058% 17.1957672% 6.61375661%;
  background-color: #f8f8f8;
  position: relative;
}
.case-in a .case-wen:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #191919;
  transition: .3s;
}
.case-in a .case-wen i {
  display: block;
  font-size: 14px;
  color: #707070;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-style: normal;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.case-in a .case-wen span {
  display: block;
  font-size: 16px;
  color: #292929;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.case-in a .case-wen p {
  display: block;
  font-size: 12px;
  color: #6e6e6e;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.case-in a .case-wen em {
  display: block;
  width: 105px;
  height: 34px;
  font-size: 12px;
  color: #6e6e6e;
  line-height: 34px;
  overflow: hidden;
  margin-top: 24px;
  text-align: center;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  font-style: normal;
}
.case-in a:hover .case-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case-in a:hover .case-wen:after {
  height: 100%;
}
.case-in a:hover .case-wen i {
  color: #8c8c8c;
}
.case-in a:hover .case-wen span {
  color: #ffffff;
}
.case-in a:hover .case-wen p {
  color: #939393;
}
.case-in a:hover .case-wen em {
  color: #d4d4d4;
}
@media (max-width:1024px) {
    .case-in a {
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
  .case-in a {
    width: 50%;
  }
}
@media (max-width: 767px) {
	.phone-nav {top: 28px;}
	} 
@media (max-width: 460px) {
    .case-in {
        margin-bottom: 20px;
    }
  .case-in a {
    width: 100%;
    margin-right: 0;
  }
}
.case-in a.right {
  margin-right: 0;
}

/**ly_banner**/
.flickerplate {position:relative;width:100%;height:680px;background-color:#e6e6e6;overflow:hidden}
.flickerplate ul.flicks {width:10000%;height:100%;padding:0px;margin:0px;list-style:none}
.flickerplate ul.flicks>li {float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner1.jpg);}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner2.jpg);}
.flickerplate ul.flicks>li .flick-inner {height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}
.flickerplate ul.flicks>li .flick-inner .flick-content {max-width:68.75em;margin-left:auto;margin-right:auto}
.flickerplate ul.flicks>li .flick-title {padding:0px 0px;font-size:2.778em;line-height:1.995em;text-align:center}
@media only screen and (max-width:43.813em) {.flickerplate ul.flicks>li .flick-title {font-size:1.667em}}
.flickerplate ul.flicks>li .flick-sub-text {padding:5px;font-weight:300;line-height:2.5em;color:rgba(255,255,255,0.8);text-align:center}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {padding:12px 18px;background-color:rgba(0,0,0,0.6)}
.flickerplate .arrow-navigation {position:absolute;height:80%;width:10%;top:10%;z-index:100;overflow:hidden}
.flickerplate .arrow-navigation .arrow {display:block;height:100%;width:90%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}
.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {cursor:pointer}
.flickerplate .arrow-navigation.left {left:0%}
.flickerplate .arrow-navigation.left .arrow {opacity:0;margin:0px 0px 0px 50%;background-image:url("../images/arrow-left-light.png");background-repeat:no-repeat;background-position:left}
.flickerplate .arrow-navigation.right {right:0%}
.flickerplate .arrow-navigation.right .arrow {opacity:0;margin:0px 0px 0px -50%;background-image:url("../images/arrow-right-light.png");background-repeat:no-repeat;background-position:right}
.flickerplate .arrow-navigation.left.hover .arrow {opacity:1;margin:0px 0px 0px 20%}
.flickerplate .arrow-navigation.right.hover .arrow {opacity:1;margin:0px 0px 0px -20%}
.flickerplate .dot-navigation {position:absolute;bottom:15px;width:100%;text-align:center;z-index:100}
.flickerplate .dot-navigation ul {text-align:center;list-style:none;padding:0px 15px}
.flickerplate .dot-navigation ul li {display:inline-block;float:none}
.flickerplate .dot-navigation .dot {width:10px;height:10px;margin:0px 5px;background-color:rgba(255,255,255,0.5);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}
.flickerplate .dot-navigation .dot:hover {cursor:pointer;background-color:rgba(255,255,255,0.5)}
.flickerplate .dot-navigation .dot.active {background-color:#4b8cff;}
.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {text-align:left}
.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {text-align:right}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {background-image:url("../images/arrow-left-dark.png")}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {background-image:url("../images/arrow-right-dark.png")}
.flickerplate.flicker-theme-dark .dot-navigation .dot {background-color:rgba(0,0,0,0.12)}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {background-color:rgba(0,0,0,0.6)}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {background-color:#000}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate.animate-transform-slide ul.flicks {-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%,0px,0px);-webkit-transform:translate3d(0%,0px,0px);-webkit-transition:-webkit-transform 0.6s;-o-transition:-o-transform 0.6s;-moz-transition:-moz-transform 0.6s;transition:transform 0.6s}
.flickerplate.animate-transition-slide ul.flicks {position:relative;left:0%;-webkit-transition:left 0.4s ease-out;-moz-transition:left 0.4s ease-out;-o-transition:left 0.4s ease-out;-ms-transition:left 0.4s ease-out;transition:left 0.4s ease-out}
.flickerplate.animate-jquery-slide ul.flicks {position:relative;left:0%}
.flickerplate.animate-scroller-slide {padding-bottom:0px;overflow:auto}
.flickerplate.animate-scroller-slide ul.flicks {position:auto}
@media (max-width:768px){
.flickerplate{height:360px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_small1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_small2.jpg) !important;}
}


