﻿.btn,a {
    cursor: pointer
}

#nav>li,.btn {
    text-align: center
}

.error404 .sorry .pic img,.main_c img,img {
    max-width: 100%
}

.btn,.form .tips-txt,.news .hot .info h3,.prod .tjprod li a .tt,.search .go span,.sidefloat ul li a,.sidefloat ul li.tel .list a {
    white-space: nowrap
}

.about .intro,.about-intro .intro .con,.news_detail .pic,.pic_detail .pic img,.spic li a,.ta,.tb {
    box-sizing: border-box
}
 
.fc {
    clear: both
}

.cf:after,.wrapper:after {
    content: ".";
    visibility: hidden
}

.cf {
    zoom:1}

.top,.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative
}
 

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden
}

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.i:before,[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    padding: 0 22px;
    vertical-align: middle;
    border-radius: 4px;
    position: relative;
    border: 0
}

.btn-default,.btn-default:hover {
    background: #9293a0
}

.btn-blue {
    background-color: #7cd0f4
}

.btn-blue:hover {
    background-color: #2db6f0
}

.btn-primary,.btn-primary:hover {
    background-color: #d42426
}

.btn-disabled,.btn-disabled:hover {
    background-color: #999;
    color: #fff;
    text-decoration: none;
    cursor: default
}

.btn-outline-default {
    color: #333;
    text-decoration: none
}

.btn-outline-default:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 1px solid #aaa;
    border-radius: 4px
}

.btn-outline-default:hover {
    color: #fff;
    background: #d42426
}

.btn-outline-default:hover:before {
    border: 0
}

.btn-outline-default.btn-radius:before,.btn-radius {
    border-radius: 36px
}

.btn-big {
    line-height: 50px;
    padding: 0 32px
}

.header {
    position: relative;
    z-index: 12;
    box-shadow: 0 0 14px rgba(0,0,0,.25)
}

.header .tnav {
    height: 36px;
    line-height: 36px;
    background: #f2f0f0;
    border-bottom: 1px solid #ebebeb
}

.header .tnav .notice {
    float: left;
    color: #777
}

.header .tnav .link {
    float: right;
    font-size: 25px
}

.header .tnav .link a {
    float: left;
    margin-left: 10px
}

.header .tnav .link a.taobao {
    color: #ff8a00
}

.header .tnav .link a.ali {
    color: #ff6c00
}

.header .tnav .link a.wx {
    color: #52ab2b
}

.header .tnav .link a.xcx {
    color: #9346bf
}

.header .slogan {
    float: left;
    font-size: 24px;
    color: #000;
    padding-left: 18px;
    height: 30px;
    line-height: 30px;
    margin: 43px 0 0 28px;
    border-left: 1px solid #adadad
}

.header .top {
    position: relative;
    height: 100px
}

.header .logo {
    float: left;
    margin-top: 25px
}

.header .tels {
    position: absolute;
    background: url(404.png) no-repeat;
    height: 42px;
    top: 32px;
    right: 0;
    padding: 0 0 0 62px
}

.header .tels .tt {
    line-height: 18px
}

.header .tels .tel {
    font-size: 24px;
    color: #d42426;
    line-height: 26px;
    font-weight: 700
}

.fixnav .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

#nav,#nav>li,#nav>li .ca,.header .nav {
    position: relative
}

.fixnav .tbanner {
    margin-top: 50px
}

.header .nav {
    height: 50px;
    background: #000
}

#nav {
    z-index: 2
}

#nav>li {
    float: left;
    margin-right: 5px
}

#nav>li .ca {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 50px
}

#nav>li .active,#nav>li .ca:hover,#nav>li .shover {
    text-decoration: none;
    color: #fff;
    background: #d42426
}

#nav>li .snav {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    overflow: hidden
}

#nav>li .subnav {
    position: absolute;
    left: 5px;
    bottom: 5px;
    float: left;
    background: #fff;
    padding: 10px 0;
    width: 150px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border: 1px solid red
}

#nav>li .subnav .sub-menu {
    float: left
}

#nav>li .subnav .sub-menu li {
    position: relative
}

#nav>li .subnav .sub-menu li a {
    position: relative;
    display: block;
    text-align: left;
    line-height: 40px;
    height: 40px;
    color: #555;
    padding: 0 15px 0 25px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap
}

.banner .bnav,.loading .all,.search .go,.searchs .so,.tc {
    text-align: center
}

#nav>li .subnav .sub-menu li a i {
    margin-top: -5px;
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 10px
}

#nav>li .subnav .sub-menu li a.active,#nav>li .subnav .sub-menu li a:hover {
    background: 0 0;
    color: red;
    text-decoration: none
}

#nav>li .subnav .sub-menu li:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #eee;
    content: ''
}

#nav>li .subnav .sub-menu li:last-child:after {
    display: none
}

#nav>li .subnav .sub-menu ul {
    opacity: 0;
    position: absolute;
    left: 0;
    top: -10px;
    width: 150px;
    box-shadow: 0 3px 3px #11294d;
    background: #2d2d2d;
    border-radius: 0 3px 3px 0;
    padding: 10px 0;
    z-index: -1
}

.banner,.banner .banner_m {
    position: relative;
    overflow: hidden
}

.searchs {
    float: right
}

#side,.main_t h2,.search .go,.search .searchbd,.search .stxt {
    float: left
}

.searchs .icon-search:before {
    content: "\e6c3"
}

.searchs .so {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 20px
}

.searchs.showsearch .so .icon-search:before {
    content: "\e628"
}

.searchs.showsearch .search {
    visibility: visible;
    opacity: 1;
    top: 50px
}

.banner .banner_m {
    margin: 0 auto
}

.banner .banner_m li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%
}

.banner .banner_m a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.banner .banner_m img {
    width: 100%
}

.banner .bnav {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 10
}

.banner .bnav a {
    float: left;
    width: 80px;
    height: 6px;
    text-indent: -999em;
    margin-right: 10px;
    cursor: pointer;
    background: #fff
}

.banner .bnav a.selected {
    background: #fac218
}

#navigateLeft,#navigateRight {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 39px;
    height: 72px;
    z-index: 4;
    display: none;
    background: url(404.png) no-repeat
}

#side,.c_list>li>a span {
    z-index: 1
}

#navigateRight {
    right: 30px;
    background-position: -39px 0
}

#navigateLeft {
    left: 30px
}

.tbanner {
    position: relative
}

.tbanner .hname {
    position: absolute;
    bottom: 38px;
    left: calc(50% - 600px);
    z-index: 1;
    width: 1200px;
    font-size: 36px;
    color: #fff;
    line-height: 55px
}

.c_list>li .sub-menu:after,.c_list>li>a:before {
    bottom: 0;
    content: ''
}

.search {
    transition: all .15s ease-out 0s;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    border: 4px solid red;
    background: #fff
}

.search .stxt {
    border: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 4px 10px;
    width: 178px;
    font-size: 14px
}

.search .go {
    display: block;
    width: 20px;
    height: 20px;
    padding: 9px
}

.search .go span {
    color: #fff;
    display: none
}

.c_list>li>a,.c_list>li>a span {
    position: relative;
    display: block
}

#main_content {
    margin: 30px auto 0;
    padding-bottom: 50px;
    position: relative
}

#side {
    width: 230px;
    position: relative
}

#main {
    float: right;
    width: 920px
}

.bg-gray {
    background: #f8f8f8
}

.mainc {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px
}

.main_t {
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 15px
}

.main_t h2 {
    font-size: 24px;
    color: #333
}

.mapnav,.mapnav a {
    color: #777;
    float: left
}

.main_c {
    min-height: 150px;
    height: auto
}

.main_c p {
    margin-bottom: 10px
}

.mapnavs {
    height: 48px;
    border-bottom: 1px solid #edf0f1
}

.mapnav {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 9px 0
}

.mapnav span {
    float: left
}

.mapnav em {
    float: left;
    padding: 0 5px
}

.mapnav .ns {
    color: red
}

.sbox {
    margin-bottom: 20px
}

.sbox_t {
    background: red;
    padding: 0 0 0 15px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 60px
}

.c_list>li>a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    background: #eee;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    margin-bottom: 3px
}

.c_list>li>a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    background: #be5b5e;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    z-index: 0
}

.c_list>li>a i {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.c_list>li>a .arrow {
    right: 10px
}

.c_list>li>a.active,.c_list>li>a:hover {
    text-decoration: none;
    color: #fff
}

.c_list>li>a.active i,.c_list>li>a:hover i {
    opacity: 1
}

.c_list>li>a.active:before,.c_list>li>a:hover:before {
    width: 100%
}

.c_list>li .sub-menu {
    position: relative;
    display: none;
    padding: 0 15px 12px;
    margin-top: -1px;
    background: #f8f8f8
}

.c_list>li .sub-menu a {
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #555
}

.c_list>li .sub-menu a:after {
    display: none
}

.c_list>li .sub-menu a.active,.c_list>li .sub-menu a:hover {
    background: 0 0;
    color: #427bae
}

.c_list>li .sub-menu:after {
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #d2e6f1
}

.c_list>li:last-child a {
    margin-bottom: 0
}

.loading {
    width: 200px;
    height: 31px;
    line-height: 31px;
    border-radius: 5px;
    margin: 10px auto 40px
}

.loading span {
    display: block;
    background: url(404.png) 0 center no-repeat;
    padding-left: 25px;
    font-size: 14px;
    color: #fff
}

.loading .all {
    background: #ddd;
    padding: 0;
    border-radius: 4px
}

.footer {
    transition: all .3s ease-out 0s;
    background: #fbfbfb
}

.footer .fnav {
    background: #000;
    height: 50px;
    line-height: 50px
}

.footer .fnav a {
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 0 50px
}

.footer .fnav a.active,.footer .fnav a:hover {
    color: #fff;
    background: #d42426
}

.footer .fnav li {
    line-height: 36px;
    font-size: 14px
}

.footer .fnav li i {
    color: #f8c300;
    margin-right: 15px
}

.footer .finfo {
    background: url(404.png) no-repeat;
    background-size: cover;
    padding: 35px 0
}

.footer .finfo .qcode {
    float: right;
    width: 112px;
    margin-top: 10px
}

.footer .finfo .qcode img {
    width: 100%
}

.footer .copyright {
    float: left;
    color: #fff;
    line-height: 26px;
    position: relative
}

.footer .copyright a,.footer .copyright a:hover {
    color: #fff
}

.footer .links {
    padding: 15px 0;
    line-height: 28px
}

.footer .links h2 {
    margin-bottom: 6px
}

.footer .links em {
    margin: 0 10px
}

.fat {
    font-weight: 700
}

.fl {
    float: left
}

.fr {
    float: right
}

.red {
    color: red
}

.orange {
    color: #f60
}

.blue {
    color: #2678b7
}

.song {
    font-family: "\5B8B\4F53"
}

.yahei {
    font-family: "\5FAE\8F6F\96C5\9ED1"
}

.heiti {
    font-family: "\9ED1\4F53"
}

.arial {
    font-family: Arial
}

.tu {
    text-transform: uppercase
}

.tlow {
    text-transform: lowercase
}

.tj {
    text-align: justify
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.bfocus .num_nav span,.c-tips-box .j_loading,.error404 .sorry .con,.error404 .sorry .pic,.hezuo .item em,.hezuo .item h2,.mtitle,.noinfo,.pagenav,.pagination,.pagination li a.num,.prod .tjprod li a .tt,.sidefloat ul li .list.erweima p,.sidefloat ul li.top {
    text-align: center
}

.hide {
    display: none
}

.mr20 {
    margin-right: 20px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.noinfo {
    color: #777;
    padding: 150px 0;
    font-size: 20px
}

.noinfo a {
    color: #016aaf
}

.pagination {
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 0;
    clear: both;
    margin: 20px 0 40px;
    font-size: 16px;
    border-radius: 4px;
    overflow: hidden
}

.pagination li {
    float: left;
    color: #555;
    border-right: 1px solid #e8e8e8
}

.pagination li:last-child {
    border-right: 0
}

.pagination li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #555;
    padding: 0 15px
}

.pagination li a.num {
    width: 50px;
    height: 40px;
    padding: 0
}

.pagination li a.current,.pagination li a:hover {
    background: red;
    color: #fff;
    text-decoration: none
}

.pnav,.pnav a {
    color: #777
}

.pnav {
    line-height: 20px;
    padding: 15px 0;
    border-top: 1px solid #edf0f1;
    margin: 20px 0 0
}

.pnav span {
    display: block
}

.back-top {
    display: none;
    width: 60px;
    height: 60px;
    background: url(404.png) center center no-repeat red;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 1001;
    filter: alpha(Opacity=80);
    opacity: .8
}

.back-top:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
    cursor: pointer;
    transition: all .4s ease-in 0s
}

.wapBtnAn {
    transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg)
}

.error404 {
    background: #fff;
    padding: 0;
    border-top: 1px solid #ddd
}

.error404 .sorry .con {
    padding: 40px 0 160px;
    font-size: 24px;
    line-height: 40px;
    color: #333
}

.error404 .sorry .con h3 {
    vertical-align: top
}

.error404 .sorry .con h3 em {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    color: #81c36a;
    font-family: Arial;
    font-weight: 700;
    vertical-align: top;
    margin-right: 20px
}

.error404 .sorry .con h3 a {
    display: inline-block;
    border: 2px solid #81c36a;
    color: #81c36a;
    vertical-align: top;
    padding: 0 15px;
    line-height: 46px;
    margin-top: 5px
}

.error404 .sorry .con h3 a:hover {
    background: #81c36a;
    color: #fff;
    text-decoration: none
}

.bfocus {
    position: relative;
    margin: 0 auto
}

.bfocus img {
    border: 0
}

.bfocus .bfocus_wrap a {
    display: block;
    overflow: hidden
}

.bfocus .link_nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 32px;
    font-weight: 700;
    color: #818181
}

.bfocus .link_nav a {
    position: absolute;
    line-height: 32px;
    left: 5px;
    color: #818181
}

.bfocus .num_nav {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.bfocus .num_nav span {
    float: left;
    width: 24px;
    height: 20px;
    line-height: 20px;
    background: #e4ebf5;
    cursor: pointer;
    margin-right: 5px
}

.bfocus .num_nav span.selected {
    background: #0092df;
    width: 26px;
    color: #fff
}

.bfocus .slt_nav {
    position: absolute;
    bottom: 5px;
    right: 0
}

.bfocus .slt_nav a {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    border: 1px solid #222
}

.bfocus .slt_nav span {
    display: block;
    float: left;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=40);
    opacity: .4
}

.onlinebox {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 999;
    background: red;
    border-radius: 6px 0 0 6px
}

.onlinebox a {
    color: #00A0E9
}

.onlinebox a:hover {
    color: #ff8100;
    text-decoration: none
}

.onlinebox .hd {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 21px;
    height: 181px
}

.onlinebox .hd a {
    font-size: 0;
    text-indent: -999em;
    display: block;
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    background: url(404.png) 0 12px no-repeat;
    width: 20px;
    height: 146px;
    overflow: hidden;
    padding: 8px
}

.onlinebox .bd .con,.onlinebox .con {
    background: #F7F7F7
}

.onlinebox .bd {
    display: none;
    float: left;
    width: 150px;
    padding: 5px;
    overflow: hidden
}

.onlinebox .con {
    min-height: 152px;
    border-radius: 6px;
    margin-top: 4px
}

.online-left .hd a,.online-show .hd a {
    background-position: -36px 12px
}

.onlinebox .con h3 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center
}

.onlinebox .con ul {
    padding: 0
}

.onlinebox .con ul li {
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #E6E4E4;
    overflow: hidden;
    padding: 0 8px
}

.onlinebox .con ul li .tit {
    color: #666
}

.onlinebox .con ul li .img {
    margin-right: 5px
}

.onlinebox .con ul li img {
    vertical-align: middle
}

.onlinebox .con ul li:last-child {
    border-bottom: 0
}

.online-show .bd {
    display: block
}

.onlinebox .en a {
    background-image: url(404.png)
}

.online-left {
    left: 0;
    right: auto;
    border-radius: 0 6px 6px 0
}

.online-left .hd {
    float: right
}

.online-left.online-show .hd a {
    background-position: 0 12px
}

.sidefloat {
    top: 20%;
    position: fixed;
    right: 0;
    width: 50px;
    z-index: 9999
}

.sidefloat ul li {
    background: #555;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 1px
}

.sidefloat ul li.top {
    position: relative;
    background: red;
    color: #1c1c1c;
    cursor: pointer;
    font-weight: 800;
    line-height: 60px;
    width: 60px;
    overflow: visible
}

.sidefloat ul li.top span {
    margin-top: 15px
}

.sidefloat ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555
}

.sidefloat ul li a:hover {
    color: #333
}

.sidefloat ul li i {
    background: url(404.png) center 0 no-repeat;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 50px
}

.sidefloat ul li i.ico-qq {
    background-position: 0 0
}

.sidefloat ul li i.ico-ali,.sidefloat ul li i.ico-alius,.sidefloat ul li i.ico-taobao {
    background-position: center -50px
}

.sidefloat ul li i.ico-weixin {
    background-position: center -100px
}

.sidefloat ul li i.ico-skype {
    background-position: center -150px
}

.sidefloat ul li i.ico-whatapp {
    background-position: center -200px
}

.sidefloat ul li i.ico-tel {
    background-position: center -250px
}

.sidefloat ul li i.ico-email {
    background-position: center -300px
}

.sidefloat ul li i.ico-msn {
    background-position: center -350px
}

.sidefloat ul li i.ico-top {
    background-position: center -400px
}

.sidefloat ul li.tel .list {
    width: auto
}

.sidefloat ul li .list {
    position: absolute;
    display: none;
    right: 60px;
    top: 0;
    min-width: 120px;
    padding: 0 14px;
    border: 2px solid red;
    border-radius: 5px;
    background: #fff
}

.sidefloat ul li .list:after,.sidefloat ul li .list:before {
    position: absolute;
    content: '';
    top: 16px;
    display: block;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.sidefloat ul li .list:after {
    right: -9px;
    border-left: 7px solid red;
    z-index: 1
}

.sidefloat ul li .list:before {
    right: -7px;
    border-left: 7px solid #fff;
    z-index: 2
}

.sidefloat ul li .list a {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    position: relative;
    padding-left: 30px
}

.sidefloat ul li .list a em {
    top: 0;
    position: absolute;
    left: 0;
    font-size: 24px;
    color: red
}

.sidefloat ul li .list a:last-child {
    border-bottom: 0
}

.sidefloat ul li .list.erweima {
    padding: 10px
}

.sidefloat ul li .list.erweima p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    display: block
}

.sidefloat ul li .list.erweima p img {
    display: block;
    width: 100%
}

.sidefloat ul li:hover>i {
    background-color: red
}

.sidefloat ul li.active .list {
    display: block
}

.icon-sqq:before {
    content: '\e622'
}

.icon-stel:before {
    content: '\e653'
}

.icon-sali:before,.icon-salius:before,.icon-staobao:before {
    content: '\e75b'
}

.icon-sskype:before {
    content: '\e699'
}

.icon-smsn:before {
    content: '\e664'
}

.icon-semail:before {
    content: '\e61d'
}

.icon-sweixin:before {
    content: '\e7e5'
}

.icon-swhatapp:before {
    content: '\e665'
}

.tips-dialog {
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    background: #fff;
    z-index: 999
}

.tips-dialog a {
    color: #2a8dda
}

.tips-dialog a.brown {
    color: #b8954b
}

.tips-dialog a:hover {
    text-decoration: underline
}

.tips-dialog .icon-close {
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px
}

.tips-bottom-right .j-arrow-a,.tips-bottom-right .j-arrow-b,.tips-top-right .j-arrow-a,.tips-top-right .j-arrow-b {
    right: 15px
}

.c-tips-header {
    height: 48px;
    line-height: 48px;
    color: #333;
    padding: 0 20px
}

.c-tips-header .title {
    font-size: 16px
}

.c-tips-box {
    position: absolute;
    opacity: 0;
    filter: Alpha(opacity=0)
}

.c-tips-box .j_loading {
    margin: 2px 0 17px;
    padding: 20px 0 10px
}

.c-tips-box .j_loading span {
    background: url(404.png) 0 center no-repeat;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 26px
}

.tips-top .tips-dialog,.tips-top-left .tips-dialog,.tips-top-right .tips-dialog {
    top: -8px
}

.tips-bottom .tips-dialog,.tips-bottom-left .tips-dialog,.tips-bottom-right .tips-dialog {
    top: 8px
}

.tips-left .tips-dialog,.tips-left-bottom .tips-dialog,.tips-left-top .tips-dialog {
    left: -8px
}

.tips-right .tips-dialog,.tips-right-bottom .tips-dialog,.tips-right-top .tips-dialog {
    left: 8px
}

.j-arrow-a,.j-arrow-b {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0
}

.form,.form .field,.form .mtip {
    position: relative
}

.tips-top .j-arrow-a,.tips-top-left .j-arrow-a,.tips-top-right .j-arrow-a {
    bottom: -8px;
    border-top: 8px solid #f6f6f6;
    border-bottom: 0 none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.tips-top .j-arrow-b,.tips-top-left .j-arrow-b,.tips-top-right .j-arrow-b {
    bottom: -7px;
    border-top: 8px solid #fff;
    border-bottom: 0 none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.tips-left-bottom .j-arrow-a,.tips-left-bottom .j-arrow-b,.tips-right-bottom .j-arrow-a,.tips-right-bottom .j-arrow-b {
    bottom: 15px
}

.tips-top-left .j-arrow-a,.tips-top-left .j-arrow-b {
    left: 15px
}

.tips-top .j-arrow-a,.tips-top .j-arrow-b {
    left: 50%;
    margin-left: -8px
}

.tips-bottom .j-arrow-a,.tips-bottom-left .j-arrow-a,.tips-bottom-right .j-arrow-a {
    top: -8px;
    border-bottom: 8px solid #f6f6f6;
    border-top: 0 none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.tips-bottom .j-arrow-b,.tips-bottom-left .j-arrow-b,.tips-bottom-right .j-arrow-b {
    top: -7px;
    border-bottom: 8px solid #fff;
    border-top: 0 none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.tips-bottom-left .j-arrow-a,.tips-bottom-left .j-arrow-b {
    left: 15px
}

.tips-bottom .j-arrow-a,.tips-bottom .j-arrow-b {
    margin-left: -8px;
    left: 50%
}

.tips-left .j-arrow-a,.tips-left-bottom .j-arrow-a,.tips-left-top .j-arrow-a {
    right: -8px;
    border-left: 8px solid #f6f6f6;
    border-right: 0 none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.tips-left .j-arrow-b,.tips-left-bottom .j-arrow-b,.tips-left-top .j-arrow-b {
    right: -7px;
    border-left: 8px solid #fff;
    border-right: 0 none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.tips-left-top .j-arrow-a,.tips-left-top .j-arrow-b {
    top: 7px
}

.tips-left .j-arrow-a,.tips-left .j-arrow-b {
    margin-top: -8px;
    top: 50%
}

.tips-right .j-arrow-a,.tips-right-bottom .j-arrow-a,.tips-right-top .j-arrow-a {
    left: -8px;
    border-right: 8px solid #f6f6f6;
    border-left: 0 none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.tips-right .j-arrow-b,.tips-right-bottom .j-arrow-b,.tips-right-top .j-arrow-b {
    left: -7px;
    border-right: 8px solid #f6f6f6;
    border-left: 0 none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.tips-right-top .j-arrow-a,.tips-right-top .j-arrow-b {
    top: 7px
}

.tips-right .j-arrow-a,.tips-right .j-arrow-b {
    margin-top: -8px;
    top: 50%
}

.form {
    font-size: 14px
}

.form li {
    margin-top: 20px;
    line-height: 32px
}

.form .label,.form .th {
    float: left;
    width: 100px;
    line-height: 40px;
    font-weight: 400
}

.ta,.tb {
    width: 540px
}

.form .label em {
    color: red;
    margin-right: 5px
}

.form .field {
    margin-left: 100px;
    display: block;
    line-height: 40px;
    min-height: 40px
}

.ta,.tb {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 30px;
    padding: 4px 10px;
    background-color: #eaeaea;
    color: #333;
    vertical-align: top;
    transition: All .15s ease-in-out;
    -webkit-transition: All .15s ease-in-out;
    -moz-transition: All .15s ease-in-out;
    -o-transition: All .15s ease-in-out;
    border-radius: 5px
}

.news .time,.news .time em {
    transition: All .3s ease-in-out
}

.ta {
    display: block;
    height: 152px;
    resize: none
}

.form .error,.ta:focus,.tb:focus {
    border-color: #ccc;
    background: #f1f1f1
}

.tb380 {
    width: 380px
}

.radiobox input {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
    cursor: pointer
}

.form .field .radiobox {
    margin-right: 10px;
    color: #666
}

.form .formbtn {
    padding: 40px 0
}

.form .formbtn .btn {
    display: block;
    width: 200px;
    padding: 0;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 0 auto
}

.form .tips-txt {
    display: none;
    position: absolute;
    left: 10px;
    z-index: 10;
    line-height: 34px;
    color: #999;
    font-size: 12px;
    background: #fff3e6;
    border: 1px solid #ffba8c;
    padding: 0 10px 0 5px
}

.form .tips-txt:after,.form .tips-txt:before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.form .tips-txt:before {
    left: -6px;
    border-right: 6px solid #ffba8c
}

.form .tips-txt:after {
    left: -5px;
    border-right: 6px solid #fff3e6
}

.form .tips-txt .n-icon {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(404.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.form .tips-txt .n-msg {
    display: inline-block;
    line-height: 15px
}

.form .tips-txt.n-error {
    color: #c33
}

.form .tips-txt.n-ok {
    color: #390;
    border-color: #390;
    background-color: #fff
}

.form .tips-txt.n-tip,.form-info .tips-txt.n-loading {
    color: grey
}

.form .tips-txt.n-error .n-icon {
    background-position: 0 0
}

.form .tips-txt.n-ok .n-icon {
    background-position: -16px 0
}

.form .tips-txt.n-tip .n-icon {
    background-position: -32px 0
}

.form .tips-txt.n-loading .n-icon {
    background: url(404.png) 0 center no-repeat!important
}

.form .tips-txt.n-ok:before {
    border-right-color: #390
}

.form .tips-txt.n-ok:after {
    border-right-color: #fff
}

.checkbox,.radio {
    position: relative;
    display: inline-block;
    padding-left: 0;
    height: 40px;
    overflow: hidden
}

.checkbox input,.radio input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2
}

.checkbox label,.radio label {
    padding: 0 0 0 25px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    left: 0;
    font-size: 12px
}

.checkbox label:after,.radio label:after {
    background: url(404.png) no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 18px;
    width: 18px;
    margin: -9px 2px 0;
    content: ""
}

.radio label:after {
    background-position: 0 -18px
}

.radio input:active+label:after {
    background-position: -18px -18px
}

.radio input:hover+label:after {
    background-position: -36px -18px
}

.radio input:active:hover+label:after {
    background-position: -54px -18px
}

.radio input:checked+label:after {
    background-position: -72px -18px
}

.radio input:checked:active+label:after {
    background-position: -90px -18px
}

.radio input:checked:hover+label:after {
    background-position: -108px -18px
}

.radio input:checked:active:hover+label:after {
    background-position: -126px -18px
}

.radio input:disabled+label:after {
    background-position: -144px -18px
}

.radio input:checked:disabled+label:after {
    background-position: -162px -18px
}

.checkbox input:active+label:after {
    background-position: -19px 0
}

.checkbox input:hover+label:after {
    background-position: -38px 0
}

.checkbox input:active:hover+label:after {
    background-position: -57px 0
}

.checkbox input:checked+label:after {
    background-position: -76px 0
}

.checkbox input:checked:active+label:after {
    background-position: -95px 0
}

.checkbox input:checked:hover+label:after {
    background-position: -114px 0
}

.checkbox input:checked:active:hover+label:after {
    background-position: -133px 0
}

.checkbox input:disabled+label:after {
    background-position: -152px 0
}

.checkbox input:checked:disabled+label:after {
    background-position: -171px 0
}

.mtitle {
    padding: 20px 0;
    color: #777
}

.mtitle h2 {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 30px;
    line-height: 50px;
    padding: 0 100px
}

.mtitle h2:after,.mtitle h2:before {
    position: absolute;
    top: 50%;
    content: '';
    height: 1px;
    background: #ccc;
    width: 80px
}

.mtitle h2:before {
    left: 0
}

.mtitle h2:after {
    right: 0
}

.mtitle .con {
    line-height: 22px;
    font-size: 16px
}

.newprod .plist {
    margin: 0 -8px
}

.newprod .plist .prod-item {
    width: calc(33.3333% - 16px);
    margin: 0 8px
}

.hotprod .fd {
    padding: 23px 0 30px
}

.prod {
    border-top: 1px solid #ccc;
    padding: 40px 0
}

.prod .intro {
    float: left;
    width: 500px
}

.prod .intro .con {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 40px
}

.prod .intro .con h2 {
    font-size: 36px;
    line-height: 48px;
    color: #222;
    font-weight: bolder;
    margin-bottom: 50px
}

.prod .intro .btn {
    width: 138px;
    padding: 0
}

.prod .intro .btn i {
    font-size: 26px
}

.prod .video {
    float: right;
    width: 580px;
    height: 580px;
    background: #000;
    padding: 10px
}

.prod .tjprod {
    float: right;
    padding-top: 68px
}

.prod .tjprod li {
    float: left;
    margin-left: 13px
}

.prod .tjprod li a {
    background: #fff;
    display: block;
    width: 288px;
    border: 1px solid #ebebeb
}

.prod .tjprod li a .tt {
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333
}

.prod .tjprod li a:hover {
    border-color: #0149c0
}

.prod.prod2 .intro {
    float: right
}

.prod.prod2 .video {
    float: left
}

.hezuo {
    border-top: 1px solid #ccc;
    padding: 90px 0 50px
}

.hezuo .bd {
    margin: 0 -15px;
    display: flex
}

.hezuo .item {
    background: #f0f0f0;
    width: calc(33.3333% - 30px);
    position: relative;
    padding: 50px 0 90px;
    margin: 0 15px
}

.hezuo .item em {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 60px;
    line-height: 100px;
    background: #44b549;
    color: #fff
}

.hezuo .item h2 {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    margin-bottom: 12px
}

.hezuo .item ul {
    padding: 0 10px 0 30px
}

.hezuo .item li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px
}

.hezuo .item li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\e67b';
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #86d989
}

.hezuo .item .btn {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 70px);
    width: 138px;
    padding: 0
}

.about .youshi li,.cooperation,.news .hd h2,.news .hot .pic a,.zhengshu {
    position: relative
}

.hezuo .item .btn i {
    font-size: 26px
}

.hezuo .item:nth-child(2) em {
    background: #ff8600
}

.hezuo .item:nth-child(2) li:before {
    color: #ffc17d
}

.hezuo .item:nth-child(3) em {
    background: #66f
}

.hezuo .item:nth-child(3) li:before {
    color: #aeaef3
}

.about .hd,.about .youshi li i {
    color: #fff;
    text-align: center
}

.about {
    background: url(404.png) center top no-repeat #fbfbfb;
    padding-bottom: 50px
}

.about .hd h2 {
    font-size: 24px;
    padding-top: 36px;
    line-height: 70px
}

.about .hd b {
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 auto;
    background: #fff
}

.about .youshi {
    height: 106px;
    padding-top: 40px
}

.about .youshi li {
    float: left;
    width: 25%;
    text-align: center
}

.about .youshi li i {
    vertical-align: top;
    display: inline-block;
    font-size: 36px;
    margin-right: 12px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #fff;
    background: #da251c;
    border-radius: 50%
}

.about .bds,.about .pic {
    border: 1px solid #f0f0f0
}

.about .youshi li .desc {
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #FFF
}

.about .youshi li .desc em {
    font-size: 24px;
    color: #ffd234;
    display: block;
    padding-top: 2px
}

.about .bds {
    background: #fff;
    padding: 30px
}

.about .bd {
    display: flex;
    background: #f0f0f0;
    margin-bottom: 20px
}

.about .pic {
    float: left;
    width: 558px
}

.about .pic img {
    display: block;
    width: 100%
}

.about .intro {
    float: right;
    width: 580px;
    background: #f0f0f0;
    padding: 53px 35px 0;
    font-size: 16px;
    line-height: 28px
}

.about .intro h2 {
    font-size: 20px;
    margin-bottom: 28px
}

.about .intro .con {
    height: 224px;
    overflow: hidden
}

.about .intro .btn {
    margin-top: 38px
}

.zhengshu {
    height: 180px;
    overflow: hidden;
    padding: 5px 0
}

.zhengshu li {
    float: left;
    margin-right: 20px
}

.zhengshu li a {
    display: block;
    padding: 3px;
    height: 172px;
    border: 1px solid #dedede;
    background: #fff
}

.zhengshu li a:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

.news {
    background: #fff;
    border-top: 1px solid #ddd;
    padding-bottom: 30px
}

.news .hd {
    height: 100px;
    color: #777
}

.news .hd .tt {
    float: left;
    padding-top: 28px
}

.news .hd h2 {
    color: #555;
    font-size: 24px;
    line-height: 28px
}

.news .hd p {
    line-height: 18px;
    font-weight: lighter
}

.news .hd .cate {
    float: right;
    margin-top: 36px;
    line-height: 30px;
    font-size: 16px
}

.news .hd .cate a,.news .hot,.news .time {
    float: left
}

.news .hd .cate em {
    float: left;
    margin: 0 20px
}

.news .hot a {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 9px 9px 14px;
    width: 580px;
    background: #f0f0f0
}

.news .hot a:hover {
    color: #777
}

.news .hot a:hover .info h3 {
    color: red
}

.news .hot a:hover .con {
    color: #777
}

.news .hot .pic {
    margin-bottom: 8px
}

.news .hot .pic img {
    display: block;
    height: 100%;
    width: 100%
}

.news .hot .pic a {
    display: block;
    overflow: hidden
}

.news .hot .info {
    line-height: 24px
}

.news .hot .info h3 {
    color: #333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px
}

.news .hot .info .con {
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 42px
}

.news .hot .more {
    color: #d42426;
    display: inline-block;
    line-height: 30px
}

.news .time {
    color: #777;
    width: 86px;
    height: 86px;
    text-align: center;
    background: #eee;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.news .time span {
    display: block;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px
}

.news .time em {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #999;
    margin-top: 4px;
    font-weight: 400;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out
}

.news .list {
    float: right;
    width: 565px
}

.news .list li {
    margin-bottom: 23px
}

.news .list li a {
    display: block;
    height: 86px;
    overflow: hidden
}

.news .list li a .desc {
    margin-left: 105px;
    line-height: 22px;
    color: #777
}

.news .list li a .desc h2 {
    color: #333;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 2px
}

.news .list li a .desc .con {
    height: 66px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.newslist .item .info h3,.pic_list .li a .tt,.prod-item a .tt,.search_list .item .info h3,.tuijian li .tt,.xgprod .bd ul li a .tt {
    white-space: nowrap;
    text-overflow: ellipsis
}

.news .list li a:hover .time {
    background: red;
    color: #fff
}

.news .list li a:hover .time em {
    color: #fff
}

.news .list li a:hover .desc h2 {
    color: red
}

.news .list li:last-child {
    margin-bottom: 32px
}

.dy-content {
    line-height: 24px
}

.dy-content .photo {
    line-height: 0;
    padding-bottom: 27px
}

.dy-content a {
    color: #0e8cd8
}

.dy-content p {
    margin-bottom: 20px
}

.contacts {
    line-height: 24px;
    padding: 0
}

#dituContent {
    height: 460px;
    margin-top: 30px;
    border: 1px solid #ddd
}

#dituContent img {
    max-width: none
}

.contact {
    line-height: 28px
}

.contact h2 {
    font-size: 18px;
    margin-bottom: 8px
}

.abouts .title {
    background: url(404.png) 0 29px no-repeat;
    line-height: 84px;
    padding-left: 34px;
    font-size: 24px;
    color: #333
}

.about-intro .intro,.abouts .dy-content {
    background: #f0f0f0;
    font-size: 16px;
    line-height: 28px
}

.abouts .dy-content {
    padding: 36px
}

.abouts .item {
    margin-bottom: 32px
}

.about-intro {
    display: flex;
    background: #f0f0f0
}

.about-intro .pic {
    flex: 0 0 558px;
    width: 558px;
    border: 1px solid #f0f0f0
}

.about-intro .pic img {
    display: block;
    width: 100%
}

.about-intro .intro {
    flex: 1;
    width: 1%
}

.about-intro .intro h2 {
    font-size: 20px;
    margin-bottom: 28px
}

.about-intro .intro .con {
    padding: 52px 35px 0;
    height: 400px;
    overflow-y: auto
}

.about-intro .intro .btn {
    margin-top: 38px
}

.cooperation:after {
    position: absolute;
    content: '';
    width: 1px;
    right: 320px;
    bottom: -50px;
    top: -30px;
    background: #e6e6e6
}

.cooperation .details {
    float: left;
    width: 850px;
    padding-top: 10px
}

.cooperation .hd {
    height: 40px;
    margin-bottom: 30px
}

.cooperation .hd em {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    background: #44b549;
    color: #fff;
    margin-right: 10px
}

.cooperation .hd h2 {
    font-size: 24px;
    line-height: 40px;
    color: #333
}

.cooperation .bd {
    position: relative;
    background: #f0f0f0;
    padding: 20px 220px 30px 40px;
    border-radius: 6px;
    line-height: 28px;
    font-size: 16px
}

.cooperation .bd h2 {
    font-size: 18px;
    color: #333;
    line-height: 32px
}

.cooperation .bd h2+p {
    margin-bottom: 20px
}

.cooperation .bd:after {
    position: absolute;
    content: '';
    left: 50px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0
}

.cooperation .bd .btn {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.cooperation .item {
    margin-bottom: 50px
}

.cooperation .item:last-child {
    margin-bottom: 0
}

.cooperation .item:nth-child(2) .hd em {
    background: #ff8600
}

.cooperation .item:nth-child(3) .hd em {
    background: #66f
}

.tuijian {
    float: right;
    width: 290px
}

.tuijian .hd {
    line-height: 48px;
    margin-bottom: 10px;
    font-size: 20px
}

.tuijian li {
    margin-bottom: 20px
}

.tuijian li a {
    display: block
}

.tuijian li a .pic {
    border: 1px solid #e6e6e6;
    position: relative
}

.tuijian li a .pic span {
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(1,73,192,.4);
    font-size: 50px;
    text-align: center;
    color: #fff;
    line-height: 302px
}

.tuijian li a:hover .pic span {
    opacity: 1
}

.tuijian li .tt {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    font-size: 18px;
    text-align: center
}

.tuijian li:last-child {
    margin-bottom: 0
}

.newslist .item {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px
}

.newslist .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}



.newslist .item .pic {
    flex: 0 0 198px;
    width: 198px;
    height: 148px;
    float: left;
    overflow: hidden
}

.newslist .item .pic a {
    display: block;
    width: 100%;
    height: 100%
}

.newslist .item .pic img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.newslist .item .info {
    width: 100%
}

.newslist .item .info h3 {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    overflow: hidden
}

.newslist .item .info .time {
    line-height: 28px;
    height: 28px;
    color: #999;
    font-size: 12px;
    margin-bottom: 5px
}

.newslist .item .info .desc {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #777
}

.newslist .item .info .more {
    margin-top: 5px;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ededed;
    color: #666;
    display: block
}

.newslist .item .info .more:hover {
    background-color: #f70;
    color: #fff;
    border-color: #f70;
    text-decoration: none
}

.newslist .item .pic+.info {
    flex: 1;
    width: 1%;
    padding-left: 20px
}

.news_detail .hd {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 25px 0 15px
}

.news_detail .hd .tt {
    line-height: 38px;
    position: relative;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px
}

.news_detail .hd .datetime {
    color: #999
}

.news_detail .detail {
    word-wrap: break-word;
    word-break: normal;
    padding: 20px 0 10px;
    line-height: 28px;
    font-size: 14px;
    color: #777
}

.news_detail .detail a {
    color: #18b6ea
}

.news_detail .pic {
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-bottom: 15px
}

.news_detail .pic img {
    border: 2px solid #B47738
}

.news_detail img {
    max-width: 100%
}

.plist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px
}

.prod-item {
    width: calc(25% - 14px);
    margin: 7px
}

.prod-item a {
    display: block;
    border: 1px solid #ebebeb;
    transition: all .3s ease-out 0s;
    color: #555;
    position: relative
}

.prod-item a .pic {
    overflow: hidden
}

.prod-item a .pic img {
    width: 100%;
    transition: all .5s ease
}

.prod-item a .tt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    padding: 0 10px;
    background: rgba(0,0,0,.5);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    color: #fff
}

.prod-item a:hover {
    color: #aa4b2e;
    box-shadow: 0 5px 10px rgba(0,0,0,.16);
    transform: translateY(-5px)
}

.prod-item a:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.prod-item a:hover .tt {
    background: #0149c0;
    color: #fff
}

.prod_list .list {
    margin: 0 -7px
}

.prod_list .list li {
    margin-bottom: 20px
}

.prod_list .loadings {
    height: 200px;
    position: relative
}

.prod_list .loadings span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    background: url(404.png) no-repeat;
    font-size: 18px
}

.prod_detail {
    margin-bottom: 30px
}

.prod_pic {
    float: left;
    width: 550px
}

.bpic {
    width: 550px;
    height: 550px;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #e6e6e6;
}

.bpic img {
    display: block;
    width: 100%;
    height: 100%
}

.spic,.spic .list {
    height: 80px;
    position: relative
}

.spic .list {
    overflow: hidden
}

.spic .list ul {
    width: 9999px
}

.spic li {
    float: left;
    margin-right: 8px
}

.spic li a {
    float: left;
    width: 78px;
    height: 78px;
    border: 1px solid #e6e6e6;
    transition: none
}

.spic li a img {
    width: 100%;
    height: 100%
}

.spic li a:hover,.spic li.active a {
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.spic .next,.spic .prev {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 9px;
    height: 16px;
    background: #d42426;
    padding: 5px;
    z-index: 3;
    opacity: 0;
    transition: All .15s ease-in-out;
    -webkit-transition: All .15s ease-in-out;
    -moz-transition: All .15s ease-in-out;
    -o-transition: All .15s ease-in-out
}

.spic .next i,.spic .prev i {
    display: block;
    width: 9px;
    height: 16px;
    background: url(../image/arrowd.png) no-repeat
}

.tab .tabm .tabc,.tab .tabt span:last-child:after {
    display: none
}

.spic .next i {
    background-position: -9px 0
}

.spic .prev {
    left: 0
}

.spic .next {
    right: 0
}

.spic:hover .next,.spic:hover .prev {
    opacity: 1
}

.prod_title {
    font-size: 24px;
    color: #333;
    line-height: 45px;
    margin-bottom: 13px
}

.prod_info .info,.prod_info .tt {
    line-height: 30px
}

.prod_info {
    float: right;
    width: 415px
}

.prod_info .tt {
    font-size: 18px;
    color: #333;
    padding-bottom: 14px;
    position: relative
}

.prod_info .tt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #be5b5e;
    width: 80px;
    height: 2px
}

.prod_info .info .t1 {
    font-weight: 600;
    color: #333
}

.prod_info .info .t2 {
    color: #d42426
}

.prod_info .intro {
    line-height: 24px;
    padding: 12px 0;
    min-height: 200px;
    color: #666
}

.chat {
    line-height: 28px;
    margin: 7px 0 33px
}

.chat h2 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    color: #333;
    margin-bottom: 20px
}

.chat h2 strong {
    font-size: 24px;
    color: #d42426
}

.chat a {
    float: left;
    background: #3a79c6;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    margin-right: 20px;
    text-align: center
}

.chat a i {
    font-size: 20px
}

.chat a:last-child {
    background: #be441f
}

.prod-content {
    position: relative
}

 
.prod-content .prod_details {
    float: left;
    width: 1050px;
    padding-top: 10px;
    margin-left: 30px;
}

.tab {
     
}

.tab .tabt {
    height: 46px;
    border-bottom: 2px solid #b92d1e
}

.tab .tabt span {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    margin-right: 25px
}

.tab .tabt span.active {
    color: #d42426
}

.tab .tabt span:after {
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    height: 13px;
    width: 1px;
    background: #555
}

.tab .tabm {
    padding: 30px 0;
    line-height: 22px
}

.tab .tabm .tabc:first-child {
    display: block
}

.xgdown {
    background: #fff;
    padding: 10px 30px 30px
}

.xgdown .hd {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dotted #bfbfbf;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px
}

.xgdown li a,.xgprod .hd {
    height: 40px;
    line-height: 40px
}

.xgdown li {
    float: left;
    margin-right: 10px
}

.xgdown li a {
    display: block;
    background: #ffe3cc;
    padding: 0 36px 0 24px;
    border-radius: 40px
}

.xgdown li a i {
    float: left;
    margin: 0 10px 0 0;
    color: #c26768;
    font-size: 24px
}

.xgdown li a:hover {
    background: red;
    color: #fff
}

.xgdown li a:hover i {
    color: #fff
}

.xgprod {
    margin-top: 30px
}

.xgprod .hd {
    padding: 10px 30px;
    background: #eee;
    font-size: 18px;
    color: #333
}

.xgprod .bd {
    background: #fff;
    padding: 30px
}

.xgprod .bd ul {
    margin: 0 -4px
}

.xgprod .bd ul li {
    float: left;
    width: calc(25% - 8px);
    margin: 0 4px 22px
}

.xgprod .bd ul li a {
    display: block
}

.xgprod .bd ul li a .pic {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
    -moz-transition: All .5s ease-in-out;
    -o-transition: All .5s ease-in-out
}

.xgprod .bd ul li a .pic img {
    display: block;
    width: 100%;
    transition: all .5s ease
}

.xgprod .bd ul li a .tt {
    background: #eee;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
    -moz-transition: All .5s ease-in-out;
    -o-transition: All .5s ease-in-out
}

.xgprod .bd ul li a:hover .pic {
    border-color: red
}

.xgprod .bd ul li a:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.xgprod .bd ul li a:hover .tt {
    background: red;
    color: #fff
}

.inquiry-form .frow {
    margin-bottom: 14px
}

.inquiry-form input,.inquiry-form textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    line-height: 24px
}

.inquiry-form .w1 {
    width: 194px;
    float: left;
    margin-right: 12px
}

.inquiry-form .w2 {
    width: 244px;
    float: left
}

.inquiry-form textarea {
    height: 156px
}

.inquiry-form .error {
    border-color: #bf3540
}

.pic_detail .pic img,.pic_list .li a .pic {
    border: 1px solid #edf0f1
}

.inquiry-form .btn {
    color: #fff;
    width: 110px;
    padding: 0;
    margin-right: 10px
}

.inquiry-form .tip {
    color: #bf3540
}

.pic_list ul {
    margin: 0 -20px
}

.pic_list .li {
    float: left;
    width: calc(33.3333% - 20px);
    margin: 0 10px 24px
}

.pic_list .li a {
    display: block
}

.pic_list .li a .pic img {
    display: block;
    width: 100%
}

.pic_list .li a .tt {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    text-align: center
}

.pic_detail .title {
    font-size: 24px;
    padding-top: 10px;
    color: #3a94c6;
    border-bottom: 1px solid #edf0f1;
    line-height: 54px
}

.pic_detail .pic {
    text-align: center;
    padding: 36px 0;
    border-bottom: 1px solid #edf0f1
}

.pic_detail .tt {
    font-size: 18px;
    line-height: 60px
}

.pic_detail .detail {
    padding: 10px 0
}

.pic_detail .detail p {
    marign-bottom: 20px
}

.Comm-Box {
    padding: 18px 0
}

.comm-frm .tit {
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px
}

.comm-frm .tit span {
    float: left;
    border-bottom: 3px solid #3abdff;
    color: #333;
    font-size: 16px
}

.comm-frm {
    width: 640px;
    margin: 0 auto
}

.search_list .item {
    padding: 0 0 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px
}

.search_list .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.search_list .item .pic {
    width: 100px;
    float: left;
    overflow: hidden
}

.search_list .item .pic a {
    display: block;
    border: 1px solid #ddd
}

.search_list .item .pic img {
    display: block;
    width: 100%
}

.search_list .item .info {
    margin-left: 120px
}

.search_list .item .info h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.search_list .item .info .time {
    line-height: 24px;
    height: 24px;
    color: #999;
    font-size: 12px;
    margin-bottom: 5px
}

.search_list .item .info .desc {
    line-height: 24px;
    color: #777
}

.sitemap {
    padding: 0 15px
}

.sitemap li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}

.sitemap h3 {
    font-size: 16px;
    line-height: 30px
}

.sitemap .list {
    line-height: 25px;
    padding: 5px 0;
    color: #999
}

.sitemap .list a {
    margin: 0 10px;
    color: #555
}

.sitemap .list a:first-child {
    margin-left: 0
}