* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}
ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.container {
    width: 1270px;
    margin: 0 auto;
}
.pic{
    width: 100%;
    height: auto;
}
.pa0{ padding:0 !important;}
p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555555;
    margin: 0px;
    transition: all 500ms ease;
}
body,
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}

@media (min-width:1500px) {
    .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (max-width:1499px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
}

@media (max-width:1299px) {
    .container {
        max-width: 940px;
        padding: 0 15px;
    }
}

@media (max-width:979px) {
    .container {
        max-width: 100%;
        padding: 0;
    }
}
/* 搜索 */
.topbox{ width: 100%; height: auto; display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;}
.seabox{ width: 180px; height: auto;}
.seabox h4{ margin: 0; font-weight: 600;}
.search{ width: 100%; position: relative; margin: 5px 0 0;}
.search input{ border-radius: 0; margin: 18px 0 0;}
.search .btn{ position: absolute; right: 0; bottom: 0; color: #333;}
.searchbox {width:100%;margin:0 auto;padding:0 15px 30px;}
.searchbox p {margin-bottom:20px;}
.searchbox .seayemian {width:100%;height:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.searchbox .seayemian input {width:40%;border-radius:15px 0 0 15px;border-right:none;}
.searchbox .seayemian a {background:#1086df;border-radius:0 15px 15px 0;color:#fff;padding:6px 18px;}
.plistyou{ margin-top: 20px;}
@media (min-width:1500px) {
    .seabox{ width: 260px !important;}
    .navbar-nav>li>a {
        font-size: 18px !important;
        padding: 10px 24px !important;
    }
}

/*导航*/
.top {
    position: relative;
    z-index: 99;
}
.navbar-brand>img {
    display: block;
    width: 240px;
}
.navbar-default{ background: none !important;}
.navbar1{
    box-shadow: none;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.navbar1.active{
    background: rgba(255, 255, 255, 1);
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition:background 1s;
}

.navbar-nav {
    float: right !important;
}

.navbar-nav>li {
    line-height: 80px;
}

.navbar-nav>li>a {
    line-height: 48px !important;
    color: #111;
    font-size: 16px;
    position: relative;
    padding: 10px 15px;
}
.navbar-nav>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 37px;
    width: 82%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.11);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 32px;
    border-radius: 0 0 0 10px;
    margin: 0 auto;
    opacity: 0;
    z-index: -1;
}

.navbar-nav>li:hover>a::before{
    opacity: 1;
}

.navbar-brand {
    padding: 8px 15px !important;
}


.sec-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
    padding-bottom: 24px;
}

.sec-title.centred {
    text-align: center;
    padding-bottom: 22px;
}

.sec-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: #ec652d;
}

.sec-title.centred:before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -8px;
}

.sec-title .dotted-box .dotted {
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #ec652d;
}

.sec-title .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.sec-title .dotted-box .dotted:last-child {
    left: 55px;
}

.sec-title.centred .dotted-box .dotted {
    left: 50%;
    margin-left: 15px;
}

.sec-title.centred .dotted-box .dotted:nth-child(2) {
    left: 50%;
    margin-left: 21px;
}

.sec-title.centred .dotted-box .dotted:last-child {
    left: 50%;
    margin-left: 27px;
}

.sec-title p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    text-transform: uppercase;
    /* font-weight: 600; */
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 26px;
    /* line-height: 6px; */
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform:uppercase;
}

.sec-title.light p,
.sec-title.light h2 {
    color: #fff
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Cabin',
    sans-serif;
    /* font-weight: 600; */
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 10px 42px;
    z-index: 1;
    background: #ec652d;
}

.theme-btn-two i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn-two:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-two:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.theme-btn-two:hover:after {
    opacity: 1;
}

/** about-section **/
.about-section {
    position: relative;
    padding: 110px 0px 415px 0px;
    margin-bottom: -300px;
}

#image_block_1 .image-box {
    position: relative;
    margin-right: 70px;
}

#image_block_1 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

/* #image_block_1 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(22, 46, 64, 0) 0%, rgba(22, 46, 64, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 46, 64, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(22, 46, 64, 0) 0%, rgba(22, 46, 64, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

#image_block_1 .image-box .image img {
    width: 100%;
} */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

#image_block_1 .image-box .box {
    position: absolute;
    bottom: -70px;
    width: calc(100% - 186px);
    left: 80px;
    background: #fff;
    padding: 10px;
    z-index: 1;
}

#image_block_1 .image-box .box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 5px solid #2d5883;
    padding: 18px 30px 5px;
}

#image_block_1 .image-box .box .inner span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    text-transform: uppercase;
        letter-spacing: 1px;
}

#image_block_1 .image-box .box .inner h1 {
    position: relative;
    display: block;
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
    margin: 0px;
}

#image_block_1 .image-box .box .inner p {
    font-size: 15px;
    font-weight: 400;
    color: #222;
     padding: 0 0 0 5px;
}

#image_block_1 .image-box .box .inner .icon-box .icon {
    position: absolute;
    width: 171px;
    height: 171px;
    background: #edf6ff;
    border-radius: 50%;
}

#image_block_1 .image-box .box .inner .icon-box .icon-1 {
    left: -20px;
    bottom: -20px;
}

#image_block_1 .image-box .box .inner .icon-box .icon-2 {
    right: -90px;
    top: -135px;
}

#content_block_1 .content-box .bold-text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

#content_block_1 .content-box .text {
    margin-bottom: 31px;
}

#content_block_1 .content-box {
    position: relative;
}

.about-section #content_block_1 .content-box {
    margin-left: -30px;
        margin-top: 50px;
}

.about-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/** feature-section **/
.feature-section{
    width: 80%;
    margin: 0 10%;
}

.feature-block{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.feature-block-one {
    position: relative;
    z-index: 1;
    width: 32%;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #f5f5f5;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
     transition: .5s;
     margin: 40px 0 0;
     overflow: hidden;
     border-radius: 5px;
}

.feature-block-one .inner-box:hover {
    transform: translateY(-10px);
}

.feature-block-one .inner-box .text {
    position: relative;
    padding: 0 15px 10px;
}
.feature-block-one .inner-box .text h3 a{
    font-size: 18px;
}
.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.feature-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

/* .feature-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(22, 46, 64, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
} */

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: all 500ms ease;
}

h3 a {
    display: inline-block;
    color: #222;
}

h3 a:hover {}

.bg-color-1 {
    background: url(../images/bg.jpg);
    background-position: 50% 55.231%;
    margin-bottom: 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0 0;
}



/*--产品切换--*/
#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

.img-box {
    border: 1px solid #ddd;
    margin: 0 5px;
}

.zoom .img-box {
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}

.zoom:hover .img-box {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.zoom {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.img-box-content,
.pets-info {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-box-content img,
.pets-info img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-box-content {
    position: relative;
}

.pets-info {
    top: 0;
    left: 0;
    position: absolute;
}

.pets-info .pets-info-slid {
    display: block;
    position: relative;
    padding: 2%;
    left: 50%;
    top: 50%;
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.strip_line {
    display: block;
    position: relative;
    height: 1px;
    width: 60%;
    margin: 16px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.pets-effect {
    display: block;
    overflow: hidden;
    position: relative;
}

.pets-effect .pets-info {
    filter: alpha(opacity=0);
    -wekbit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateZ(0) scale(2, 2);
    -moz-transform: translateZ(0) scale(2, 2);
    -ms-transform: translateZ(0) scale(2, 2);
    -o-transform: translateZ(0) scale(2, 2);
    transform: translateZ(0) scale(2, 2);
    color: #e6e6e6;
}

.pets-effect .pets-info * {
    z-index: 3;
}

.pets-effect .pets-info:after,
.pets-effect .pets-info:before {
    content: "";
    display: block !important;
    position: absolute;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 101%;
    height: 101%;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.pets-effect.ver_line .pets-info:before {
    -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    transform: translateZ(0) translateX(100%) rotateZ(180deg);
}

.pets-effect.ver_line .pets-info:after {
    -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}

.pets-effect.ver_line:hover .pets-info {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.pets-effect.ver_line:hover .pets-info:before {
    -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    transform: translateZ(0) translateX(50%) rotateZ(0deg);
}

.pets-effect.ver_line:hover .pets-info:after {
    -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}

.pets-effect.horizontal .pets-info:before {
    -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    transform: translateZ(0) translateY(100%) rotateZ(180deg);
}

.pets-effect.horizontal .pets-info:after {
    -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}

.pets-effect.horizontal:hover .pets-info {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.pets-effect.horizontal:hover .pets-info:before {
    -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    transform: translateZ(0) translateY(50%) rotateZ(0deg);
}

.pets-effect.horizontal:hover .pets-info:after {
    -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}

.pets-info-slid h4 {
    font-size: 28px;
    color: #168772;
}

.pets-info-slid p {
    line-height: 2.2em;
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

/* .treatments {
    background: #383838;
} */

.treatments h3 {
    color: #168772;
}

.pets-effect-btm h5 {
    color: #fff;
    font-size: 18px;
    margin: 0px 0 20px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}

.pets-effect-btm p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 2.2em;
}

.pets-effect-btm {
    padding: 2.5em 2.5em 0;
}

.treatments p {
    color: #fff;
}

.home-pro {
    margin: 0 0 60px;
    background: url(../images/bg.jpg);
    margin-bottom: 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.sytitle {
    font-size: 26px !important;
    color: #333 !important;
    margin: 10px 0;
    letter-spacing: 2px;
}

.xian {
    width: 100%;
    display: block;
    text-align: center;

}

.gray {
    color: #999 !important;
    /* font-size: 18px; */
    /* letter-spacing: 3px; */
    margin: 0;
}

.listpro {
    margin: 15px 0 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.listpro li {
    float: left;
    border: 1px solid #ddd;
    padding: 5px 25px;
    margin: 0 10px;
    border-radius: 30px;
}

.listpro li a {
    color: #666;
}

.listpro li:hover {
    background: #168772;
}

.listpro li:hover a {
    color: #fff;
}

/*--//产品切换--*/

/* add-syabout */
.cont8{ width: 80%; height: auto; margin: 0 10%;}
.syabout{
    width: 100%;
    height: auto;
    margin: 60px 0;
    display: inline-block;
    /* display: inline-flex;
    background: url(../images/pattern-3.jpg) center center no-repeat;
    padding: 100px 0;
    background-size: cover; */
}

/* add-sycompet */
.sycompet{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0;
    background: url(../images/bg2.jpg);
}
.itemcore {
    padding-left: 85px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 34px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .itemcore {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .itemcore {
        padding-left: 85px;
    }
}

.itemcore i {
    position: absolute;
    left: 0;
    top: 3px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: #ec652d;
    border: 1px solid #ec652d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 10;
}

.itemcore i::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .itemcore i {
        position: static;
        margin-bottom: 20px;
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .itemcore i {
        position: absolute;
        margin-bottom: 0;
    }
}

.itemcore .title {
    font-size: 22px;
    font-weight: 400;
    color: #192437;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.itemcore p {
    font-weight: 300;
    color: #7e8591;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    padding-right: 40px;
}

.itemcore:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.itemcore:hover i {
    color: #ec652d;
}

.itemcore:hover i::after {
    transform: scaleX(1);
}

/* sy-news */
.synews{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.synzi{
    padding: 30px;
}
.synzi .time{
    font-size: 24px;
    color: #ec652d;
    position: relative;
    margin-bottom: 15px;
}
.synzi .time::before{
    content: "";
    width: 50px;
    height: 2px;
    background: #ec652d;
    position: absolute;
    top: 12px;
    left: 180px;
}

.synzi h3{
    font-size: 20px;
    color: #333;
    line-height: 32px;
    margin: 0 0 36px;
}

.synzi span{
    font-size: 16px;
    color: #555;
}
.synews ul{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.synews ul li {
    width: 32%;
    transition: all 0.3s ease 0s;
}

.synews ul li:hover{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translate(0, -10px);
}


/* sylogo */
.sylogo {
    width: 100%;
    height: auto;
    background: #555;
    padding: 60px 0;
}
.khzi{
    width: 70%;
    height: auto;
    margin: -15px auto 0;
    font-size: 18px;
    color: #ddd;
}

.sylogo img {
    width: 96%;
    margin: 0 2% 12px;
    border: 3px solid rgba(0, 0, 0, .3);
    transition: all 0.3s ease 0s;
}

.sylogo img:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px);
}

.sylogobox {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    display: inline-block;
}
.sykhbtn{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.sylink{
    background: url(../images/bg3.jpg);
    margin: -1px 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.sylink .sylinkzi{
    display: inline-block;
    width: 100%;
    color: #fff;
    
}

.sylink .sylinkzi p{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.sylink h3{
    font-size: 26px;
    color: #fff;
}

.sylink h3 img{
   width: 68px;
   height: auto;
}

.sylinkzi .slinkleft{
    float: left;
    border-right: 1px solid #ddd;
    margin: 0 30px 0 0;
    padding: 15px 20px 15px 60px;
    text-align: right;
    font-size: 16px;
}
.sylinkzi .slinkleft p b{
    font-size: 18px;
}
.sylinkzi .slinkright{
    display: inline-block;
    padding: 32px 20px 15px 0;
}
.slinkright img{
    width: 120px;
    height: auto;
}

/* footer */
footer{
    background: #222;
    padding: 50px 0 30px;
    border-top: 8px solid #ec652d;
}
footer ul{
    display: inline-block;
    padding: 0 12px;
}
footer ul li{
    float: left;
    line-height: 32px;
}
footer ul li:last-child span{
    display: none;
}
footer ul li a{
    color: #fff;
    font-size: 14px;
}
footer ul li:hover a{
    color: #ec652d;
}
footer ul li span{
    margin: 0 15px;
    display: inline-block;
    color: #ddd;
}
.bq {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #666;
    line-height: 62px;
    padding: 30px 12px 0;
}

.bq p {
    margin: 0;
    color: #fff;
    line-height: 62px;
}
.bq a{
    margin: 0;
    color: #fff;
}

@media all and (min-width: 1400px) {
    .sylinkzi .slinkleft {
        padding: 15px 20px 15px 0;
    }
}

@media all and (max-width: 767px) {
    .carousel{ padding-top: 68px;}
    .carousel-control{ display: none;}
    .navbar-brand>img{ height: 48px !important; width: auto;}
    .navbar-toggle .icon-bar { background: #000 !important;}
    .navbar-toggle{ padding: 18px 0 !important;}
}



/* ny-about */
.nyabbg {
    background: #fff;
}
.nycontent.bgnone{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 30px;
}
.nycontent {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    padding: 50px 0;
}

.tua {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.abjj{
    border-right: 1px solid #ddd;
    padding: 16px 50px 22px 60px;
}
.abjj h3{
    margin-bottom: 26px;
}

.abjj h3 b{
    font-size: 20px;
    color: #666;
}

.abright ul li{
    clear: both;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}
.abright ul li h2{
    float: left;
    color: #ec652d;
    font-weight: 600;
    font-size: 50px;
}
.abright ul li p{
    float: left;
    padding: 44px 0 0 15px;
    font-weight: normal;
    font-size: 18px;
}

/* ny-news */
.news {
    width: 100%;
    display: inline-block;
    margin: 50px 0 0;
}

.news li {
    width: 100%;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 32px;
    margin-bottom: 15px;
    transition: all 1s;
    background: #fff;
}

.news li:hover {
    background: #fafafa;
    box-shadow: 10px 10px 10px #ddd;
}
.news li:hover a{
    color: #ec652d;
}

.news li a {
    color: #333;
}

.news li a p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

.news li h4 {
    font-size: 20px;
    margin: 15px 0;
}

.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}
.wenz p strong {
    font-size: 18px;
    color: #ec652d;
    padding-left: 8px;
}
.wenz p img{
    width: 96%;
    height: auto;
}
.casems{
    color: #666;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 20px 0 30px;
}
.casems P{
    text-indent: 0;
    font-size: 12px;
    margin: 0;
}
.news2 li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 8px;
}
.news2 li a{
    color: #333;
}
.news2 li a:hover{
    color: #ec652d;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.nyprolist{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.nyprolist li{
    width: 98%;
    margin: 0 1% 8px;
    text-align: center;
    background: #f5f5f5;
    height: 32px;
    line-height: 32px;
}
.nyprolist .active a{
    color: #ec652d;
}
.nyprolist li a{
    color: #333;
}
.nyprolist li:hover{
    background: #ec652d;
}
.nyprolist li:hover a{
    color: #fff;
}
.ptit{
    width: 100%;
    margin: 0 0 10px;
    background: #ec652d;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    height: 52px;
    line-height: 52px;
}
.news2{
    margin-bottom: 30px;
}
.pbox {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    text-align: center;
    border: 5px solid #ddd;
}
.pbox .tubox{
    width:96%;
    margin: 2%;
    overflow:hidden;
    border-radius: 5px;
}
.pbox:hover {
    border: 5px solid rgba(236, 101, 45, .6);
}
.pbox .tubox img {
    width: 100%;
    height: auto;
    box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition:all 1.5s ease 0s;
    -moz-transition:all 1.5s ease 0s;
    -webkit-transition:all 1.5s ease 0s;
    -o-transition:all 1.5s ease 0s;
}

.pbox:hover .tubox img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.pbox h3 {
    font-size: 20px;
    margin: 12px 0;
    color: #444;
    text-align: center;
}
.pbox p {
    display: inline-block;
    background: #f5f5f5;
    padding: 6px 36px;
    border-radius: 20px;
    color: #ec652d;
    margin: 0 auto 15px;
    border: 1px solid #f5f5f5;
}

.pbox p span{
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background: #ec652d;
    margin: 0 0 0 5px;
}
.pbox:hover h3 {
    color: #ec652d;
}

.pro-xq-ms .pro-test h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}
.pleft{ float: left; width: 66%; margin-right: 4%; padding-top: 26px;}
.protu{ width: 30%; height: auto;}
.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 20px 15px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pro-next p a{
    color: #333;
}
.pro-next p a:hover{
    color: #ec652d;
}
.pro-test{
    width: 100%;
    padding: 20px 30px;
}
.pro-test p{
    font-size: 16px;
    letter-spacing: 2px;
    color: #444;
}
.pro-test p strong{
    font-size: 18px;
    color: #ec652d;
}
.pro-test table{
    width: 100% !important;
    height: auto;
    border: 1px solid 1px solid #ddd !important;
}
.pro-test table p{
    margin: 0;
}
.pro-test table tr td{
    border-width: 1px 1px 1px 1px !important;
    border-style: double solid solid double !important;
    border-color: rgba(236, 101, 45, 0.9) !important;
    padding: 5px !important;
}
.proxqtit{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 18px 10px 18px;
    font-size: 36px;
    font-weight: 600;
    color: #ec652d;
}
.pdescribe {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 30px 0 26px;
    /* height: 360px;
    overflow-y: auto;
    overflow-x: hidden; */
}

.pdescribe p {
    line-height: 32px;
    font-size: 18px;
    color: #666;
    text-align: justify;
}
.pdescribe p strong{
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
} 
.pdescribe .huhuan{
    line-height: 32px;
    font-size: 18px;
    color: #666;
    text-align: justify;
}

.pdescribe .huhuan h3{
    font-size: 20px;
    color: #666 !important;
}
.pdescribe .huhuan div p{
    width: 50%;
    height: 34px;
    line-height: 34px;
    float: left;
    color: #777;
    font-weight: normal;
    font-family: "微软雅黑" !important;
}
/* .pdescribe::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pdescribe::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 5px rgba(236, 101, 45, 0.9);
    background: rgba(236, 101, 45, 0.9);
}

.pdescribe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
*/

/* pro-canshu */
.cstit{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 50px 0 20px;
}
.pback{
    float: right;
    display: block;
    font-size: 14px;
    padding: 5px 24px;
    border-radius: 15px;
    background: #999;
    color: #fff;
    text-decoration: none;
    margin: 12px 0 0;
}
.pback:hover{
    background: #ec652d;
    color: #fff;
}
.cstit .syprolist{
    width: 100%;
    height: auto;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.cstit .syprolist li{
    width: 32.8%;
    height: auto;
    background: #ddd;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.cstit .syprolist li:hover{
    cursor: pointer;
}
.cstit .syprolist .but{
    background: #ec652d;
    color: #fff;
    cursor: pointer;
}

.canshubox .sycptu{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    padding: 0 50px;
}
.canshubox .sycptu p{
    font-weight: normal !important;
    font-family: "微软雅黑" !important;
    font-size: 18px !important;
    line-height: 36px !important;
}
.canshubox .sycptu p span{
    font-family: "微软雅黑" !important;
}
.canshubox .sycptu p strong{
    width: 100%;
    height: auto;
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
}
.canshubox .sycptu.guige img{
    width: auto;
    height: 180px;
    display: block;
    float: right;
    margin: 10px;
}
.canshubox .sycptu.jishu img{
    width: 52%;
    height: auto;
    display: block;
    float: right;
    margin: 10px;
}
.canshubox .sycptu table {width:100% !important;height:auto;border:1px solid #999;margin:20px auto 10px; }
.canshubox .sycptu table tbody tr td {
    padding:10px;
    border:1px solid #b4b4b4;
    display: table-cell;
    vertical-align: inherit;
    white-space: nowrap;
    text-align:center;
}
.canshubox .sycptu table tbody tr td:last-child{ border-right: none; }
.canshubox .sycptu .pic{ width: 100% !important; height: auto;}

/* ny-download */
.nytit{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 36px;
}
.nytit b{
    font-size: 56px;
    color: rgba(0, 0, 0, .1);
    text-transform:uppercase;
}
.nytit p{
    font-size: 28px;
    margin-top: -46px;
    color: #333;
    font-weight: normal;
}
.downbox li a{
    width: 96%;
    margin: 0 auto;
    padding: 16px 10px;
    color: #333;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.downbox li a:hover{
    color: #ec652d;
}
.downbox li a p{
    margin: 0;
}


/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
  
  .thumbnail {
    width: 100%;
    overflow: hidden;
    padding: 8px;
    border: 5px solid #ddd;
    border-radius: 0;
    margin: 0 0 30px 0;
  }
  .thumbnail:hover{
    border: 5px solid rgba(236, 101, 45, .6);
  }
  
  .thumbnail img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
  }
  
  .thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  .caption{
      margin: 15px 0 20px;
  }
  .caption h5{
    font-size: 16px;
}

 
/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px 0 50px;
    font-size: 20px;
    letter-spacing: 1px;
}
.linkbox ul li{
    width: 33.3333%;
    height: auto;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
    padding: 20px 0;
}
.linkbox ul li:last-child{
    border-right: none;
}
.linkbox ul li b{
    font-size: 17px;
}

.messagebg{
    width: 100%;
    height: auto;
    background: url(../images/bgmes.jpg) center no-repeat;
    display: inline-block;
}

.messagebox {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 60px 45px;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.messagebox h4 {
    font-size: 36px;
    letter-spacing: 3px;
    color: #fff;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 33.3333%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 46px;
    color: #555;
    background-color: transparent;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 15px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 108px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #ec652d;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(70, 158, 48, .9);
}

.linkicon2 li>a {
    color: #fff;
}

/* bread */
.position {
    width: 100%;
    line-height: 48px;
    margin: 70px 0 0;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding-top: 20px;
}

.position .posbox {
    width: 100%;
    height: auto;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}

.position .posbox ul li{
    position: relative;
    padding: 0 12px;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}
.position .posbox ul li a{
    font-size: 15px;
    color: #333;
    display: inline-block;
}
.position .posbox ul li::before {
    content: '';
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #d6d6d6;
    position: absolute;
}
.position .posbox ul li:last-child::before{
    background: none;
}
.position .posbox ul .active a{
    color: #fff;
    background: #ec652d;
    border-radius: 5px;
    padding: 0 15px;
}
.abright a{
    color: #333;
}
.position2{
    width: 100%;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    margin: 70px 0 0;
    padding: 10px 0;
}
.position2 .posbox2{
    width: 100%;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.position2 .posbox2 .nybanleft h3 {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background: #ec652d;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    z-index: 2;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}

.position2 .posbox2 .nybanright{
    padding-top: 15px;
}
.position2 .posbox2 .nybanright a {
    color: #333;
}


@media all and (max-width:768px) {
    html{ overflow-x: hidden;}
    .cont8{ width: 94%; margin: 0 3%;}
    .navbar-toggle{ float: none !important;}
    .navbar-nav{ float: none !important; width: 100%; text-align: center; margin: 0;}
    .navbar-nav>li>a{ line-height: 30px !important;}
    .syabout{ padding: 50px 0;}
    .sec-title h2{ font-size: 20px;}
    .sycompet{ background: #ddd;}
    .itemcore h3{ font-size: 18px;}
    .itemcore p{ font-size: 14px; line-height: 24px; padding-right: 0;}
    .synews ul li{ width: 100%;}
    .slinkright { display: none !important;}
    footer ul{ display: none !important;}
    .sylinkzi .slinkleft{ border: none; margin: 0; padding: 0; text-align: center;}
    .abright{ display: none !important}
    .position2 .posbox2 .nybanright{ display: none !important;}
    .nybanleft h3{ margin: 0 0 0 10px;}
    .pagination span:nth-of-type(1){ display: none !important}
    .abjj{ border: none; padding: 0;}
    .linkbox ul li{ width: 100%; border-right: none;}
    .linkbox ul li:nth-of-type(3){ display: none !important}
    .nytit b{ font-size: 44px;}
    .form-group{ width: 100%;}
    .submit{ width: 50%; margin: 12px 25%;}
    .bq p{ line-height: 10px;}
    /* prodetail */
    .canshubox .sycptu{ padding: 0;}
    .canshubox .sycptu table{ width: 100%;}
    .canshubox .sycptu.guige img{ width: 100%; height: auto;}
    .canshubox .sycptu.jishu img{ width: 100%; height: auto;}
    .table-responsive{ border: 5px solid #ddd; padding: 10px;}
    .nycontent.bgnone{ padding: 50px 10px;}
}