        @charset 'UTF-8';

        body,
        div,
        dl,
        dt,
        dd,
        ul,
        ol,
        li,
        i,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        pre,
        code,
        form,
        fieldset,
        legend,
        input,
        button,
        textarea,
        p,
        blockquote,
        th,
        td {
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 微软雅黑, Arial, Verdana, Helvetica;
            font-size: 14px;
            color: #555;
            background: #fff;
        }

        td,
        th,
        caption {
            font-size: 14px;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: normal;
            color: #111;
        }

        address,
        caption,
        cite,
        code,
        dfn,
        em,
        strong,
        th,
        var {
            font-weight: normal;
            font-style: normal;
        }

        a {
            text-decoration: none;
            color: #555;
        }

        a:hover {
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            text-decoration: none;
            color: #00a7eb;
        }

        img {
            border: none;
        }

        img:hover {
            opacity: .8;
            filter: alpha(opacity=80);
        }

        ol,
        ul,
        li {
            list-style: none;
        }

        li {
            float: left;
        }

        input,
        textarea,
        select,
        button {
            font: 14px Verdana, Helvetica, Arial, sans-serif;
        }

        table {
            border-collapse: collapse;
        }

        html {
            overflow-y: scroll;
        }
        /*Initial label end*/
        /*pub start*/

        @font-face {
            font-family: 'iconfont';
            src: url('/iconfont/iconfont.eot');
            /* IE9*/
            src: url('/iconfont/iconfont.eot?#iefix') format('/iconfont/embedded-opentype'), /* IE6-IE8 */
            url('/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
            url('/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
            url('/iconfont/iconfont.svg#iconfont') format('svg');
            /* iOS 4.1- */
            ;
        }

        .iconfont {
            font-family: 'iconfont' !important;
            font-size: 16px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: .2px;
            -moz-osx-font-smoothing: grayscale;
        }

        .animated {
            -webkit-animation-duration: 2s;
            -moz-animation-duration: 2s;
            -o-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        @-webkit-keyframes rotateInDownLeft {
            0% {
                -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @-moz-keyframes rotateInDownLeft {
            0% {
                -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                -ms-transform: rotate3d(0, 0, 1, -45deg);
                -moz-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @-o-keyframes rotateInDownLeft {
            0% {
                -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                -ms-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @keyframes rotateInDownLeft {
            0% {
                -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                -ms-transform: rotate3d(0, 0, 1, -45deg);
                -moz-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                -moz-transform-origin: left bottom;
                -o-transform-origin: left bottom;
                transform-origin: left bottom;
                -webkit-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                -o-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @-webkit-keyframes rotateInDownRight {
            0% {
                -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @-moz-keyframes rotateInDownRight {
            0% {
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                -moz-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                -ms-transform: rotate3d(0, 0, 1, 45deg);
                -moz-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                -moz-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @-o-keyframes rotateInDownRight {
            0% {
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                -o-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                -ms-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                -o-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        @keyframes rotateInDownRight {
            0% {
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                -moz-transform-origin: right bottom;
                -o-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                -ms-transform: rotate3d(0, 0, 1, 45deg);
                -moz-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0;
            }
            100% {
                -webkit-transform-origin: right bottom;
                -ms-transform-origin: right bottom;
                -moz-transform-origin: right bottom;
                -o-transform-origin: right bottom;
                transform-origin: right bottom;
                -webkit-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                -o-transform: none;
                transform: none;
                opacity: 1;
            }
        }

        .rotateInDownRight {
            -webkit-animation-name: rotateInDownRight;
            -moz-animation-name: rotateInDownRight;
            -o-animation-name: rotateInDownRight;
            animation-name: rotateInDownRight;
        }

        .rotateInDownLeft {
            -webkit-animation-name: rotateInDownLeft;
            -moz-animation-name: rotateInDownLeft;
            -o-animation-name: rotateInDownLeft;
            animation-name: rotateInDownLeft;
        }

        .pw {
            overflow: hidden;
            max-width: 1440px;
            margin: 0 auto;
        }

        .sw,.tk{
            overflow: hidden;
            max-width: 1440px;
            margin: 0 auto;
        }
        .pw ul{width:100%}

        .pubtitle {
            overflow: hidden;
            zoom: 1;
            width: 100%;
            padding-bottom: 15px;
            border-bottom: 1px solid #dbdbdb;
        }

        .pubtitle em {
            display: inline-block;
            float: left;
            width: 18px;
            height: 18px;
            margin-top: 3px;
            margin-right: 2%;
            background: #fcb036;
            *display: inline;
            *zoom: 1;
        }

        .pubtitle h4 {
            font-size: 20px;
            font-weight: bold;
            float: left;
        }

        .pubtitle h4 span {
            font-size: 14px;
            font-weight: normal;
            padding-left: 10px;
        }

        .pubtitle a {
            line-height: 10px;
            float: right;
            padding: 10px 2%;
            text-align: center;
            color: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            background: #fcb036;
            dispaly: block;
        }

        .pubtitle a:hover {
            background: #00a6e9;
        }

        .pubnav {
            overflow: visible;
            height: 55px;
            background: #4585c3;
        }

        .pubnav ul li {
            font-size: 20px;
            font-weight: bold;
            line-height: 55px;
            color: #fff;
        }

        .pnrt {
            font-size: 14px;
            line-height: 55px;
            float: right;
            margin-right: 5%;
            color: #fff;
        }

        .pnrt a {
            font-size: 14px;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            color: #fff;
        }

        .pnrt a:hover {
            color: #fcb035;
        }

        .clear {
            padding-top: 150px;
        }

        .clear2 {
            clear: both;
        }
        /*ggend*/

        .dher {
            position: fixed;
            z-index: 999;
            width: 100%;
            height: 70px;
            background: #393939;
        }

        .dh {
            position: relative;
            overflow: visible;
            height: 30px;
            z-index:111;
            padding: 10px 0;
            padding-left: 5px;
        }

        .dh img.imglogo {
            position: absolute;
            z-index: 88;
            top: 10px;
            left: 43%;
            width: 130px;
            height: 119px;
            -webkit-animation-name: fadeInDown;
            -moz-animation-name: fadeInDown;
            -o-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -webkit-animation-duration: 2s;
            -moz-animation-duration: 2s;
            -o-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
        }

        @-webkit-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
            }
            30% {
                opacity: 0.75;
                -webkit-transform: none;
                transform: none;
            }
            55% {
                opacity: 1;
                -webkit-transform: translate3d(0, -30%, 0);
                transform: translate3d(0, -30%, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }

        @-moz-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -100%, 0);
                -moz-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
            }
            30% {
                opacity: 0.75;
                -webkit-transform: none;
                -moz-transform: none;
                transform: none;
            }
            55% {
                opacity: 1;
                -webkit-transform: translate3d(0, -30%, 0);
                -moz-transform: translate3d(0, -30%, 0);
                transform: translate3d(0, -30%, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -moz-transform: none;
                transform: none;
            }
        }

        @-o-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
            }
            30% {
                opacity: 0.75;
                -webkit-transform: none;
                -o-transform: none;
                transform: none;
            }
            55% {
                opacity: 1;
                -webkit-transform: translate3d(0, -30%, 0);
                transform: translate3d(0, -30%, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -o-transform: none;
                transform: none;
            }
        }

        @keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -100%, 0);
                -moz-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
            }
            30% {
                opacity: 0.75;
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
                transform: none;
            }
            55% {
                opacity: 1;
                -webkit-transform: translate3d(0, -30%, 0);
                -moz-transform: translate3d(0, -30%, 0);
                transform: translate3d(0, -30%, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -moz-transform: none;
                -o-transform: none;
                transform: none;
            }
        }

        .dh img:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .dh ul {
            float: right;
            width: 45%;
        }

        .dh ul li {
            line-height: 40px;
            height:40px;
            width: 26%;
            margin-top: 20px;
            margin-right: 2%;
            padding: 0 1%;
            cursor: pointer;
            text-align: center;
        }

        .dh ul li a {
            font-size:17px;
            color: #f1f1f1;
        }

        .dh ul li span {
            margin-left: 2%;
        }

        .dh ul li:hover {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            background: #fcb036;
        }

        .dh ul li:hover a {
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            color: #fff;
        }

        .dh ul:first-child {
            float: left;
        }

        .dher .wave {
            position: absolute;
            z-index:77;
            bottom: -40px;
            width: 100%;
            height: 40px;
            background: url(/img/vect.png);
        }
        /*nav end*/

        .slide {
            position: relative;
            overflow: hidden;
            width: 100%;
            margin: 0 auto;
            min-height:440px;
        }

        .slide .pic {
            position: relative;
            z-index: 0;
        }

        .slide .pic li {
            width: 100%;
        }

        .slide .pic img {
            display: block;
            width: 100%;
            height:auto;
        }

        .slide .pic img:hover {
            opacity: 1;
        }

        .slide .hd {
            position: absolute;
            bottom: 20px;
            left: 45%;
            width: 100%;
            text-align: right;
        }

        .slide .hd li {
            display: inline-block;
            overflow: hidden;
            zoom: 1;
            width: 16px;
            height: 16px;
            margin: 0 5px;
            cursor: pointer;
            background: url(/img/dot.png) no-repeat 0 -16px;
            *display: inline;
            _background: url(/img/dot.png) no-repeat 0 -16px;
        }

        .slide .hd .on {
            background-position: 0 0;
        }

        .slide .prev:hover,
        .slide .next:hover {
            opacity: .5 !important;
            filter: alpha(opacity=50) !important;
        }
        /*huandengpian end*/

        .inbotop {
            margin-top: 50px;
        }

        .inbotop .ibtleft {
            float: left;
            width: 45%;
        }

        .inbotop .ibtright {
            float: right;
            width: 45%;
        }

        .ibtleft .inabout {
            margin: 20px 0;
        }

        .inabout img {
            float: left;
            width: 60%;
            padding-right: 2%;
        }

        .inabout p {
            line-height: 25px;
            text-indent: 2em;
        }

        .ibtright .incase {
            clear: both;
            margin: 20px 0;
        }

        .incase ul.incaseul {
            overflow: hidden;
            height: 400px;
        }

        .incase ul li {
            overflow: hidden;
            width:100%;
            zoom: 1;
            padding: 15px 0;
            border-bottom: 1px dashed #dbdbdb;
        }
       .incase ul li dl dt{float:left;width:20%;overflow:hidden;}
        .incase ul li:first-child {
            padding-top: 0;
        }

        .incase ul li dl dt img {
            float: left;
            width: 100%;
        }

        .incase ul li dl dd {
            float: right;
            width: 73%;
        }

        .incase ul li dl dd h5 {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .incase ul li dl dd h5:hover{color:#01A6E9}
        .incase ul li dl dd p {
            line-height: 25px;
        }
        /* inbodytop end */

        .incp {
            clear: both;
            padding: 50px 0;
        }

        .incp .hd {
            overflow: hidden;
            zoom: 1;
            border-left: 1px solid #ddd;
            background: #efefef;
        }

        .incp .hd li {
            font: normal 16px/37px 'Microsoft YaHei';
            line-height: 37px;
            position: relative;
            float: left;
            width: 20%;
            height: 37px;
            margin-left: -1px;
            cursor: pointer;
            text-align: center;
            color: #111;
            border: 1px solid #ddd;
            _font-weight: bold;
        }

        .incp .hd li.on {
            font-size: 18px;
            width: 20%;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            color: #fcb036;
            border-bottom: 1px solid #fff;
            background: #fff;
        }

        .incp .bd {
            overflow: hidden;
            height: 300px;
            padding-top: 30px;
            border: 1px solid #ddd;
            border-top: 0;
        }

        .proleft .incp .bd {
            height: auto;
        }

        .incp .lh,
        .incp .lht {
            overflow: hidden;
            height: 300px;
        }

        .proleft .incp .lh {
            height: auto;
            overflow: hidden;
            padding-bottom:20px\9;
        }

        .incp .lh li,
        .incp .lht li {
            float: left;
            width: 15%;
            height: 300px;
            padding-left: 1.428%;
            text-align: center;
        }

        .proleft .incp .lh li {
            width: 23.2%;
            margin-bottom:20px;
            overflow: hidden;
        }

        .incp .lh li .p-img,
        .incp .lht li .p-img {
            overflow: hidden;
            width: 100%;
            margin: 0 auto;
            border: 1px solid #dbdbdb;
        }
         .p-img a img{width:100%;}
         .p-name{height:18px;}
        .incp .lh li .p-name,
        .incp .lht li .p-name {
            line-height: 18px;
            overflow: hidden;
            margin: 10px 0;
            word-wrap: break-word;
            word-break: break-all;
        }

        .incp .lh li .p-price,
        .incp .lht li .p-price {
            color: #999;
        }

        .incp .lh li .p-price strong,
        .incp .lht li .p-price strong {
            font-family: verdana;
            font-size: 14px;
            color: #c00;
        }
        /*incp end*/

        .inanli {
            overflow: hidden;
            max-width: 1440px;
            margin-bottom: 50px;
        }

        .inanli ul {
            margin-top: 30px;
        }

        .inanli ul li {
            position: relative;
            float: left;
            width: 20%;
            margin-right: 6.6666%;
        }

        .ilicase .ilicaseb {
            font-size: 13px;
            line-height: 19px;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 65%;
            height: 100%;
            padding: 0 11px;
            -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
            -moz-transition: -moz-transform .4s, opacity .1s .3s;
            -o-transition: -moz-transform .4s, opacity .1s .3s;
            -webkit-transition: opacity .1s .3s, -webkit-transform .4s;
            transition: opacity .1s .3s, -webkit-transform .4s;
            -moz-transition: transform .4s, opacity .1s .3s, -moz-transform .4s;
            -o-transition: transform .4s, opacity .1s .3s, -o-transform .4s;
            transition: transform .4s, opacity .1s .3s;
            transition: transform .4s, opacity .1s .3s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
            -webkit-transform: rotateY(-90deg);
            -moz-transform: rotateY(-90deg);
            -o-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            text-align: left;
            opacity: 0;
            color: #fff;
            background-color: #fcb036;
            filter: alpha(opacity=0);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -o-box-sizing: border-box;
        }

        .ilicaseb h3 {
            font-size: 20px;
            margin-bottom: 18px !important;
            padding-top: 18px !important;
            text-align: center;
            color: #fff;
            text-shadow: 0 0 10px #fff;
        }

        .ilicaseb {
            position: relative;
        }

        .ilicaseb a.btn {
            display: block;
            float: right;
            margin-top: 36px;
            margin-right: 4px;
            padding: 4px 16px 4px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
        .ilicaseb a.btn:hover{background:#02A6E8;color:#fff}
        .ilicase {
            position: relative;
            background-color: #fcb036;
            -webkit-perspective: 1700px;
            -moz-perspective: 1700px;
            -ms-perspective: 1700px;
            -o-perspective: 1700px;
            perspective: 1700px;
            -webkit-perspective-origin: 0 50%;
            -moz-perspective-origin: 0 50%;
            -ms-perspective-origin: 0 50%;
            -o-perspective-origin: 0 50%;
            perspective-origin: 0 50%;
        }

        a.btn {
            font-size: 15px;
            line-height: 15px;
            position: absolute;
            right: 5px;
            bottom: 5px;
            display: inline-block;
            padding: 5px 16px 4px;
            text-decoration: none;
            opacity: 0;
            color: #000;
            border: 1px solid #b1aaaa;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background-color: #fbf6f8;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-box-shadow: 0 1px 1px #dedbdb;
            -moz-box-shadow: 0 1px 1px #dedbdb;
            box-shadow: 0 1px 1px #dedbdb;
            filter: alpha(opacity=0);
        }

        .ilicase img {
            position: relative;
            width: 100%;
            height:264px;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            -moz-transition: .5s ease;
            transition: .5s ease;
            -webkit-animation-name: pulse;
            -moz-animation-name: pulse;
            -o-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-duration: 2s;
            -moz-animation-duration: 2s;
            -o-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        @-webkit-keyframes pulse {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
            50% {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
            }
            100% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        @-moz-keyframes pulse {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                -moz-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
            50% {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                -ms-transform: scale3d(1.05, 1.05, 1.05);
                -moz-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
            }
            100% {
                -webkit-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                -moz-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        @-o-keyframes pulse {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
            50% {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                -ms-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
            }
            100% {
                -webkit-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        @keyframes pulse {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                -moz-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
            50% {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                -ms-transform: scale3d(1.05, 1.05, 1.05);
                -moz-transform: scale3d(1.05, 1.05, 1.05);
                transform: scale3d(1.05, 1.05, 1.05);
            }
            100% {
                -webkit-transform: scale3d(1, 1, 1);
                -ms-transform: scale3d(1, 1, 1);
                -moz-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        .ilicase img:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .ilicase:hover img {
            -webkit-transform: translateX(25%);
            -moz-transform: translateX(25%);
            -ms-transform: translateX(25%);
            -o-transform: translateX(25%);
            transform: translateX(25%);
        }

        .ilicase:hover .ilicaseb {
            -webkit-transition: -webkit-transform .4s, opacity .1s;
            -moz-transition: -moz-transform .4s, opacity .1s;
            -o-transition: -moz-transform .4s, opacity .1s;
            -webkit-transition: opacity .1s, -webkit-transform .4s;
            transition: opacity .1s, -webkit-transform .4s;
            -moz-transition: transform .4s, opacity .1s, -moz-transform .4s;
            -o-transition: transform .4s, opacity .1s, -o-transform .4s;
            transition: transform .4s, opacity .1s;
            transition: transform .4s, opacity .1s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .ilicase:hover a.btn {
            -webkit-transition: 2s;
            -moz-transition: 2s;
            -o-transition: 2s;
            transition: 2s;
            opacity: 1;
            filter: alpha(opacity=100);
        }
        /*incase*/

        .footer {
            clear:both;
            overflow: hidden;
            width: 100%;
            padding: 30px 0;
            background: #393939;
        }

        .footer a {
            color: #fff;
        }

        .footer a:hover {
            color: #00a7eb;
        }
        .link ul li a:hover {
            transition:all .3s;
            color: #00a7eb;
        }
        .footo,
        .foott,
        .footh {
            float: left;
            width: 30%;
            margin-right: 5%;
            color: #fff;
        }
        .footo img:hover{opacity:.9;filter:alpha(opacity=90);}
        .foott {
            width: 25%;
        }

        .footh {
            width: 35%;
        }

        .footh {
            margin-right: 0;
        }

        .foottop {
            overflow: hidden;
        }

        .footo p {
            margin-top: 30px;
        }

        .foott dl,
        .footh dl {
            float: left;
            width: 40%;
        }
        .foott dl.intj{float:right;}
        .foott dl dt,
        .footh dl dt {
            font-size: 22px;
            margin-bottom: 10px;
            padding-bottom:10px;
            border-bottom:1px dashed #ccc;
        }

        .foott dl dd,
        .footh dl dd {
            line-height: 30px;
                height: 30px;
    overflow: hidden;
        }

        .footh i {
            padding-right: 10px;
        }
        .footh dl dd:hover i {
            font-size: 26px;
            color: #ffda40;
        }

        .footh p {
            line-height: 30px;
            clear: both;
        }

        .footh span {
            line-height: 30px;
            color: #fcb036;
        }

        .link {
            padding: 10px 0 20px;
            color: #fff;
            background: #000;
        }

        .link a {
            color: #fff;
        }

        .link p {
            text-align: center;
            margin-top:15px;
        }
        .link ul li {
            margin-right: 1.2%;
            margin-top:5px;
        }

        .co1:before {
            content: '\e646';
        }

        .co2:before {
            content: '\e707';
        }

        .co3:before {
            content: '\e65f';
        }

        .co4:before {
            content: '\e624';
        }

        .co5:before {
            content: '\e646';
        }

        .co6:before {
            content: '\e707';
        }

        .co7:before {
            content: '\e60c';
        }

        .co8:before {
            content: '\e624';
        }

        .co9:before {
            content: '\e6a6';
        }

        .co10:before {
            content: '\e615';
        }

        .co11:before {
            content: '\e621';
        }

        .co12:before {
            content: '\e831';
        }
        /*foot end*/
        /*index end*/
        /*product start*/

        .product .proleft {
            float: left;
            overflow: hidden;
            width: 70%;
        }

        .pubright {
            float: right;
            overflow: hidden;
            width: 25%;
            padding: 50px 0;
        }

        .pubright .hotpro h4 {
            font-size: 16px;
            font-weight: 700;
            width: 100%;
            margin-bottom: 30px;
            padding: 8px 2%;
            text-align: center;
            letter-spacing: 8px;
            color: #fff;
            background: #fab033;
        }

        .hotpro dl {
            padding: 15px 0;
            clear: both;
            border-top: 1px dashed #ccc;
        }

        .hotpro dl dt {
            font-size: 16px;
            margin-bottom: 20px;
            text-align:center;
        }
        .hotpro dd {
            position: relative;
            overflow: hidden;
        }

        .hotpro dl img {
            float: left;
            width: 40%;
            cursor: pointer;
            border: 1px solid #dbdbdb;
            -webkit-animation-name: fadeInLeftBig;
            -moz-animation-name: fadeInLeftBig;
            -o-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig;
            -webkit-animation-duration: 1.5s;
            -moz-animation-duration: 1.5s;
            -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .hotpro dl:nth-child(3) img {
            -webkit-animation-duration: 2.5s;
            -moz-animation-duration: 2.5s;
            -o-animation-duration: 2.5s;
            animation-duration: 2.5s;
        }

        .hotpro dl:nth-child(4) img {
            -webkit-animation-duration: 3.5s;
            -moz-animation-duration: 3.5s;
            -o-animation-duration: 3.5s;
            animation-duration: 3.5s;
        }

        .hotpro dl:nth-child(5) img {
            -webkit-animation-duration: 4.5s;
            -moz-animation-duration: 4.5s;
            -o-animation-duration: 4.5s;
            animation-duration: 4.5s;
        }

        .hotpro dl:nth-child(6) img {
            -webkit-animation-duration: 5.5s;
            -moz-animation-duration: 5.5s;
            -o-animation-duration: 5.5s;
            animation-duration: 5.5s;
        }

        @-webkit-keyframes fadeInLeftBig {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }

        @-moz-keyframes fadeInLeftBig {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(-2000px, 0, 0);
                -ms-transform: translate3d(-2000px, 0, 0);
                -moz-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                transform: none;
            }
        }

        @-o-keyframes fadeInLeftBig {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(-2000px, 0, 0);
                -ms-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
            }
        }

        @keyframes fadeInLeftBig {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(-2000px, 0, 0);
                -ms-transform: translate3d(-2000px, 0, 0);
                -moz-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                -moz-transform: none;
                -o-transform: none;
                transform: none;
            }
        }

        .hotpro dl p {
            float: right;
            width: 55%;
        }

        .hotpro dd a span {
            position: absolute;
            right: 5px;
            bottom: 0;
            display: block;
            padding: 6px 5%;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #fab033;
        }

        .hotpro dd a span:hover {
            background: #01a6e8;
        }
        /*product end*/
        /*ab start*/

        .gy {
            margin-bottom: 30px;
        }

        .gy h1 {
            font-size: 26px;
            margin: 20px 0;
            padding-right: 5%;
            padding-bottom: 30px;
            text-align: center;
            color: #fcb035;
            background: url(/img/line.jpg) no-repeat bottom center;
        }

        .gytop {
            padding-bottom: 50px;
            background: url(/img/line.jpg) no-repeat bottom center;
        }

        .gytop img {
            float: left;
            margin-right: 2%;
        }

        .gy p {
            line-height: 30px;
            text-indent: 2em;
        }

        .gybot .gbleft {
            float: left;
            width: 45%;
            margin-top: 20px;
        }

        .gbtitle {
            overflow: hidden;
            margin: 20px 0;
        }

        .gbtitle em {
            font-size: 22px;
            line-height: 50px;
            display: block;
            float: left;
            width: 50px;
            height: 50px;
            margin-right: 5%;
            text-align: center;
            color: #fff;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background: #fcb036;
        }

        .gbtitle h4 {
            font-size: 20px;
            font-weight: 700;
            line-height: 50px;
            float: left;
            margin-left: 30px;
            color: #333;
        }

        .gybot img {
            width: 45%;
            margin: 15px 0;
        }

        .gybot img:last-child {
            float: right;
        }

        .gybot .gbright {
            float: right;
            width: 45%;
            margin-top: 20px;
        }
        /*ab end*/
        /*xinwen start*/

        .xinwen {
            overflow: hidden;
            margin: 30px auto;
        }
        .thisclass{background:#FAB033;color:#fff;}
        .thisclass:hover{color:#fff;}
        .zxwlist li:last-child a.thisclass{    border-left: 0;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px;}
        .zxwlist li:last-child{  border-left: 0;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;}
    .zxwlist li:first-child a.thisclass{  border-right: 0;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;}
        .zxwlist li:last-child{    border-left: 0;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;}
        .xinwenleft {
            float: left;
            overflow: hidden;
            width: 70%;
        }

        .xinwenright {
            float: right;
            width: 25%;
        }

        .xinwenleft h1 {
            font-size: 24px;
            margin: 15px 0;
            text-align: center;
            color: #111;
        }

        .xinwenleft .xwxinxi {
            width: 80%;
            margin: 0 auto;
        }

        .xwxinxi ul li {
            font-size: 14px;
            margin-left: 5%;
        }

        .xwxinxi ul li i {
            font-size: 15px;
            font-style: normal;
            padding-right: 10px;
        }

        .xwxinxi ul li i.xwtime:before {
            content: '\e65b';
        }

        .xwxinxi ul li i.xwview:before {
            content: '\e69c';
        }

        .xwxinxi ul li i.xwlm:before {
            content: '\343a';
        }

        .xwxinxi ul li i.xwbj:before {
            content: '\f0022';
        }

        .xinwenleft .daodu {
            line-height: 20px;
            float: left;
            clear: both;
            width: 92%;
            margin: 30px auto;
            padding: 10px 4%;
            background: #ffebce;
        }

        .daodu span {
            color: #ff8700;
        }

        .daodu p {
            line-height: 30px;
            display: inline;
        }

        .xinwenleft .xwzw {
            line-height: 30px;
            width:100%;
            float: left;
            overflow: hidden;
        }

        .xwzw p {
            line-height: 30px;
            text-indent: 2em;
        }
        .xinwenleft .xwzw table{width:100%;text-align: center;border-top:1px solid #ccc;border-left:1px solid #ccc;margin:20px 0}
        .xwzw a.zan {
            font-size: 16px;
            line-height: 50px;
            display: block;
            width: 240px;
            height: 50px;
            margin: 10px auto;
            text-align: center;
            color: #fff;
            background: #4585c3;
        }
    .xinwenleft .xwzw table tr{height:40px;line-height: 40px;}
    .xinwenleft .xwzw table tr td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;}

        a.zan .xwzan:before {
            padding-right: 10%;
            content: '\f01b8';
        }

        .xinwenleft .lianjie {
            float: left;
            overflow: hidden;
            width: 100%;
            margin: 30px 0;
        }

        .lianjie ul li {
            float: right;
        }

        .lianjie ul li:first-child {
            float: left;
        }
        /*xinwen end*/
        /*xinwenlist start*/

        .xinwenleft {
            float: left;
            overflow: hidden;
            width: 70%;
        }

        .xinwenleft .zxwlist {
            overflow: hidden;
            margin-bottom: 30px;
        }

        .xinwenleft .zxwlist li {
            font-size: 16px;
            line-height: 40px;
            width: 100px;
            height: 40px;
            text-align: center;
            color: #111;
            border: 1px solid #ccc;
        }

        .zxwlist li:first-child {
            border-right: 0;
            -webkit-border-top-left-radius: 15px;
            -moz-border-radius-topleft: 15px;
            border-top-left-radius: 15px;
            -webkit-border-bottom-left-radius: 15px;
            -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
        }

        .zxwlist li:last-child {
            border-left: 0;
            -webkit-border-top-right-radius: 15px;
            -moz-border-radius-topright: 15px;
            border-top-right-radius: 15px;
            -webkit-border-bottom-right-radius: 15px;
            -moz-border-radius-bottomright: 15px;
            border-bottom-right-radius: 15px;
        }

        .xinwenleft .zxwlist a {
            display: block;
            width: 100%;
        }

        .xinwenleft ul.xwlist li {
            position: relative;
            width:100%;
        }

        .xwlist li {
            padding: 26px 0;
            border-top: dotted 1px #aaa;
        }

        .xwlist li:first-child {
            border-top: none;
        }

        .xwlist li dl {
            float: left;
            width: 85%;
        }

        .xwlist li dl dt a h4 {
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            color: #323232;
        }

        .xwlist li dl dd {
            font-size: 14px;
            line-height: 200%;
            margin-top: 16px;
            color: #323232;
        }

        .xwlist li .xwtime {
            float: right;
            width: 56px;
        }

        .xwlist li .n_r {
            float: right;
            margin-right: 30px;
        }

        .xwlist li .n_r .n_time {
            width: 56px;
            height: 75px;
        }

        .xwlist li .n_r .n_time .d {
            font-size: 20px;
            line-height: 36px;
            display: block;
            width: 56px;
            height: 36x;
            text-align: center;
            color: #fff;
            border: 1px solid #0087d1;
            border-bottom: none;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            background: #0087d1;
        }

        .xwlist li .n_r .n_time .y {
            font-size: 12px;
            line-height: 36px;
            display: block;
            width: 56px;
            height: 36px;
            text-align: center;
            color: #666;
            border: 1px solid #ccc;
        }
        /*xinwenlist end*/
        /*anli start*/

        .anlileft {
            float: left;
            width: 70%;
            margin-top: 30px;
            overflow: hidden;
            padding-bottom:30px \9;
        }
        .anlileft ul{margin-left:-5%}
        .anlileft ul li {
            width:28.33%;
            margin: 0 0 0 5%;
        }

        .ilicaseimg {
            overflow: hidden;
            cursor: pointer;
        }

        .anlileft ul li h4 {
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            color: #666;
            height: 40px;
        }
        /*anli end*/
        /*contact start*/

        .contact {
            width: 100%;
            margin: 50px auto;
        }

        .conleft {
            float: left;
            width: 70%;
            margin: 50px 0;
            background: url(/img/contact.png) no-repeat center center;
        }

        .conleft h3 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #ea5f64;
        }

        .conleft p {
            line-height: 30px;
            color: #333;
        }
        .conleft p sup{    font-family: '宋体';
    font-weight: 700;
    padding-left: 10px;
    color: #e40006;
    text-shadow: 0 0 10px #e40006;}
        .con1,
        .con2,
        .con3 {
            clear: both;
            overflow: hidden;
            margin-top: 75px;
        }

        .con1 .con1nr,
        .con3 .con3nr {
            float: left;
            margin-left: 8%;
        }

        .con1 img.con1img,
        .con3 img.con3img {
            float: right;
            margin-right: 8%;
        }

        .con2 img.con2img {
            float: left;
            margin-left: 8%;
        }

        .con2 .con2nr {
            float: right;
            margin-right: 21%;
        }

        .con2 h3 {
            color: #bb9e11;
        }

        .con3 h3 {
            color: #499ef6;
        }
        /*contact end*/
        /*pronr start*/

        .pronr {
            margin: 60px auto;
        }

        .protop {
            position: relative;
            overflow: hidden;
            margin-bottom: 50px;
        }

        .cpleft {
            float: left;
            overflow: hidden;
            width: 35%;
            height: auto;
            padding: 10px;
            background: #e9e9e9;
        }
        .cpright {
            float: left;
            width: 35%;
            margin-left: 5%;
        }
        .cprightt {
            float: right;
            width: 20%;
            height: 400px;
            padding-bottom: 20px;
            background: #f3f3f3;
        }

        .cprightt h4 {
            font-size: 16px;
            line-height: 30px;
            width: 100%;
            height: 30px;
            text-align: center;
            letter-spacing: 5px;
            color: #fff;
            background: #4585c3;
        }

        .cprightt p {
            margin: 10px 0;
            padding: 5px 5%;
        }

        .cprightt ul li {
            width: 80%;
            margin: 5px 9%;
        }

        .cprightt ul li input {
            line-height: 30px;
            width:75%;
            height: 30px;
            padding-left: 5%;
            color: #999;
            border: 1px solid #ccc;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin:0 auto;
        }

        .cprightt ul li textarea {
            line-height: 20px;
            width: 95%;
            height: 120px;
            padding: 5px 0 0 5%;
            color: #999;
            border: 1px solid #ccc;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .cprightt ul li.submita input {
            width: 40%;
            width:31%\9;
            margin-left: 7.5%;
            padding-left: 0;
            cursor: pointer;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            text-align: center;
            color: #333;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
        .cprightt ul li.submita:first-child{margin-left:0}
        .cprightt ul li.submita input:hover {
            color: #fff;
            background: #00a6e8;
        }

        .proimg {
            position: relative;
            overflow: hidden;
            width: 400px;
        }

        .proimg .bigImg {
            position: relative;
        }

        .proimg .bigImg li img {
            width: 400px;
            height: 400px;
            vertical-align: middle;
        }

        .proimg .bigImg h4 {
            font-size: 14px;
            font-weight: bold;
            line-height: 33px;
            overflow: hidden;
            height: 33px;
            padding-right: 30px;
            text-align: left;
        }

        .proimg .sPrev:hover {
            background-position: 0 -3133px;
        }

        .proimg .sNext:hover {
            background-position: 0 -2785px;
        }

        .proimg .smallImg {
            display: inline;
            float: left;
            overflow: hidden;
            width: 100%;
            margin-top: 20px;
        }

        .proimg .smallImg ul {
            overflow: hidden;
            width: 100%;
            height: 95px;
        }

        .proimg .smallImg li {
            display: inline;
            float: left;
            width: 90px;
            padding: 0 13px 0 0;
            cursor: pointer;
        }

        .proimg .smallImg img {
            width: 90px;
            height: 92px;
            border: 1px solid #dcdddd;
        }

        .proimg .smallImg .on img {
            border-color: #ccc;
        }

        .proimg .pageState {
            font-family: 'Times New Roman', serif;
            position: absolute;
            top: 235px;
            right: 5px;
            letter-spacing: 1px;
        }

        .proimg .pageState span {
            font-size: 16px;
            color: #f00;
        }

        .cpright h1 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .cpright ul li {
            line-height: 30px;
            float: none;
        }

        .cpright .cplx {
            position: absolute;
            bottom: 0;
        }

        .cpright .cplx a {
            font-size: 16px;
            line-height: 40px;
            display: block;
            float: left;
            width: 150px;
            height: 40px;
            margin-right: 20px;
            text-align: center;
            color: #fff;
            background: #fcb036;
        }

        .cpright .cplx a:hover {
            background: #00a6e8;
        }

        .cpright .cpcon {
            position: absolute;
            bottom: 80px;
        }
        .cpright p{line-height:35px;font-size:16px;}
        .cpcon p {
            font-size: 16px;
            line-height: 25px;
        }

        .cpright p sup {
            font-family: '宋体';
            font-weight: 700;
            padding-left: 10px;
            color: #e40006;
            text-shadow: 0 0 10px #e40006;
        }

        .cplx a i {
            padding-right: 10px;
        }

        .cplx a i.cplxt:before {
            content: '\345f';
        }

        .cplx a i.cpqq:before {
            content: '\e65f';
        }

        .cplx a:hover i {
            font-size: 22px;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .produstlist .hd {
            line-height: 40px;
            zoom: 1;
            height: 40px;
            border-bottom: 1px solid #ddd;
        }

        .produstlist .hd {
            overflow: hidden;
        }

        .produstlist .hd li {
            font: normal 16px/40px 'Microsoft YaHei';
            line-height: 40px;
            width: 10%;
            height: 40px;
            margin-right: -1px;
            cursor: pointer;
            text-align: center;
            color: #111;
            border: 1px solid #ccc;
            border-bottom: none;
            _font-weight: bold;
        }

        .produstlist .hd li.on {
            font-size: 18px;
            width: 10%;
            color: #fcb036;
            color: #fff;
            border-bottom: 12px solid #fff;
            background: #fcb036;
        }

        .produstlist .bd {
            overflow: hidden;
            padding: 2%;
            border: 1px solid #ddd;
            border-top: 0;
        }

        .produstlist .lh {
            font-size: 14px;
            overflow: hidden;
            padding-left: 0;
            color: #333;
        }

        .bd .lh {
            line-height: 30px;
        }

        .bd .lh p {
            font-size: 14px;
            line-height: 30px;
            width: 100%;
            margin-bottom: 10px;
        }

        .bd .lh table {
            width: 100%;
            cursor: pointer;
            text-align: center;
            border: 1px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .order strong {
            font-size: 16px;
        }

        .produstlist table tr td {
            font-size: 14px;
            color: #333;
        }

        .produstlist table tr:hover {
            background: #f75a53;
        }

        .produstlist table tr:hover td,
        .produstlist table tr:hover td p {
            color: #fff;
        }

        .produstlist table tr:first-child {
            text-align: center;
        }

        table tr:nth-child(odd) {
            background: #cae5fc;
        }

        .procase {
            margin: 30px 0;
        }
        .procase ul{margin-top:15px;padding-top:15px;border-top: 1px solid #ccc;}
        .procase p {
            font-size: 16px;
            line-height: 40px;
            width: 150px;
            height: 40px;
            text-align: center;
            color: #fff;
            background: #fcb036;
        }

        .procase ul li {
            overflow: hidden;
            width: 14.9%;
            margin-left: 2%;
            overflow: hidden;
        }

        .procase ul li:first-child {
            margin-left: 0;
        }

        .procase ul li a img {
            overflow: hidden;
            width: 100%;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
        }

        .procase ul li a img:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .procase ul li a h4 {
            font-size: 14px;
            margin: 15px 0;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            text-align: center;
            color: #333;
        }

        .procase ul li a h4:hover {
            color: #00a7eb;
        }
        /*pronr end*/
     /*fenye start*/
 .pagelist{
    overflow:hidden;
    margin:20px 0;
    clear:both;
}.pagelist a{
    color:#0087D1;
    float:left;
    display:block;
    background:#fff;
    padding:6px 13px;
    margin-right:20px;
    border:1px solid #BCBCBC;
    border-radius: 5px;
}.pagelist a:hover{
    border:1px solid #FAB033;
    color:#FAB033;
    transition:all 0.2s;
}.pagelist b{
    color:#FFF;
    float:left;
    display:block;
    padding:6px 13px;
    display:block;
    background:#0087D1;
    padding:6px 13px;
    margin-right:20px;
    box-shadow:#C3C3C3 0 1px 1px 0;
    border-radius:5px;
}
/*diyu*/
.city{ padding:80px 0 40px 0; }
  .cityleft{ width:65%; float:left; padding-bottom:30px; border:1px solid #ccc; }
  .cityleft dl{ width:90%; margin: 20px 5% 0 5%; }
  .cityleft dl dt{ font-size:20px; font-weight: bold; margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid #ccc; }
  .cityleft dl dt a{ font-size:14px; font-weight: 400; float:right;}
.cityleft dl dd,  .cityleft dl dd  a{ font-size:14px; }
  .cityleft dl dd ul li{ line-height:30px; width: 100%;}
  .cityleft dl dd ul li a{ color:#555; width: 80%; overflow: hidden;height: 30px; white-space: nowrap; text-overflow: ellipsis; }
  .cityleft dl dd ul li a:hover{ color:#FD971F; }
  .cityleft dl dd ul li span{ float:right; }
  .citylist{overflow:hidden;margin-bottom:30px}
  .cityright{ width:25%; float:right; border:1px solid #ccc;margin-right:8px;padding:15px 2.5% 20px}
  .cityright ul li{ float: left; margin: 0 4% 0 0; border:none; padding:0; font-size:14px; float:left}
  .cityright .tuijiannews{ border:none; overflow: hidden; }
  .cityright .cityhot ul li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height:35px; }
  .citylist h3,.cityhot h3{    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;}
    .citylist h3 em,.cityhot h3 em{display: inline-block;
    background-position: 0 -90px;    background: url(../images/tubiao.png) no-repeat;
    width: 25px;
    height: 25px;display: inline-block;
    background-position: 0 -90px;}
    .citylist h3 span,.cityhot h3 span{    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    color: #777;}
    .cityhot{overflow:hidden;margin-bottom: 20px;}
    .tuijiancontact p{font-weight: normal;}
    .tuijiancontact ul li{float:none;line-height:30px}