.selector {
    margin-top: 20px;
    height: auto;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
}

.selectorwrap {
    padding: 15px 20px 5px 25px;
    font-size: 14px;
    box-sizing: border-box;
}

.s-line {
    border-bottom: 1px dashed #d9d9d9;
}

.selectorwrap .sl-key {
    width: 80px;
    text-align: center;
    float: left;
    color: #787878;
    line-height: 26px;
}

.selectorwrap .sl-v-list {
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box;
    width: auto;
    margin-left: 80px;
    position: relative;
}

.selectorwrap .sl-v-list2 {
    height: 72px;
}

.selectorwrap .sl-v-list li {
    cursor: pointer;
    margin: 0 7px;
    float: left;
    height: 26px;
    line-height: 26px;
    color: #787878;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.selectorwrap .sl-v-list li:hover {
    color: #ff8a00;
}

.selectorwrap .sl-v-list .active:hover {
    color: #ffffff;
}

.selectorwrap .sl-more {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #fc9913;
    line-height: 26px;
}

.selectorwrap .sl-v-list .active {
    height: 26px;
    background-color: #fc9913;
    border-radius: 2px;
    color: #ffffff;
}

.goods-warp {
    margin-top: 30px;
}

.goods-warp .filter {
    font-size: 18px;
    color: #fc9913;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    padding-bottom: 17px;
    border-bottom: 1px solid #d9d9d9;
}

.goods-warp .filter:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 4px;
    height: 23px;
    background-image: linear-gradient(7deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%);
}

.goodsList {
    box-sizing: initial;
}

.goodsList li {
    width: 284px;
    float: left;
    height: auto;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    color: #818181;
    border: 1px solid #d9d9d9;
    margin-top: 20px;
}

.goodsList li .goodsimg {
    border-radius: 2px;
    height: 214px;
    width: 100%;
    overflow: hidden;
}

.goodsList li .goodsimg {
    border-radius: 2px;
    height: 214px;
    width: 100%;
}

.goodsList li .goodsimg img {
    width: 100%;
    height: 214px;
    border-radius: 2px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.goodsList li .g-name {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 36px;
    padding-left: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodsList li .g-des,
.goodsList li .g-focus {
    font-size: 14px;
    color: #818181;
    line-height: 36px;
    padding-left: 10px;
    border-bottom: 1px dashed #d9d9d9;
}

.goodsList li .g-flag {
    display: block;
    line-height: 36px;
    padding-left: 10px;
}

.goodsList li a {
    font-size: 14px;
    color: #818181;
}

.goodsList li .g-icons {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
}

.goodsList li .g-icons b {
    float: right;
    font-size: 14px;
    color: #818181;
}

.goodsList li .g-icons img {
    vertical-align: middle;
}

.goodsList li .g-icons i {
    color: #959595;
    margin-right: 5px;
}

.goodsList li a:hover .goodsimg img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.goodsList ul {
    margin-left: -21px;
}

.goodsList li:hover {
    border: 1px solid #fc9913;
}

.goodsList li a:hover .g-name {
    color: #fc9913;
}

.goodsList li {
    margin-left: 21px;
}

.mess {
    margin-top: 68px;
    width: 100%;
    height: auto;
    padding: 45px 0 27px 0;
    box-sizing: border-box;
    background-color: #377ecb;
}

.online {
    width: 100%;
    height: 442px;
    padding: 30px 0 30px 48px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
}

.bgs {
    background: url(https://img.schthr.cn/web/images/obg.png) no-repeat right center;
    width: 660px;
    height: 442px;
    position: absolute;
    top: 0;
    right: -50px;
    /* 原为 right: -0px; */
    z-index: 0;
    border-radius: 0 4px 4px 0;
}

.ageov {
    position: absolute;
    left: 48px;
    top: 30px;
    width: 492px;
    /* 原为 width: 442px; */
    height: auto;
}

.ageov h4 {
    font-size: 24px;
    color: #2f2f2f;
    vertical-align: middle;
}

.ageov h4 img {
    vertical-align: middle;
    margin-right: 20px;
}

.formbox {
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    padding: 0 28px;
    box-sizing: border-box;
    background: #ffffff;
}

.formbox .form-item {
    width: 100%;
    margin-bottom: 20px;
}

.formbox .form-item:first-of-type {
    margin-top: 20px;
}

.formbox .form-item label {
    width: 100px;
    line-height: 33px;
    text-align: right;
    font-size: 16px;
    color: #2f2f2f;
    float: left;
    display: block;
}

.formbox .input-block {
    position: relative;
    width: 100%;
    padding-left: 110px;
    /* 原为 padding-left: 60px; */
}

.formbox .input-block i {
    position: absolute;
    top: 6px;
    left: 115px;
    /* 原为left: 65px; */
    color: #ee0000;
    font-size: 16px;
}

.formbox .input-block img {
    position: absolute;
    left: 125px;
    /* 原为left: 75px; */
    top: 10px;
}

.formbox .input-block input {
    padding-left: 45px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #929292;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
}

.formbox .input-block textarea {
    padding-left: 45px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #929292;
    line-height: 33px;
    height: 103px;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
}

.online .frombtn {
    width: 100%;
    text-align: right;
}

.online .frombtn button {
    border: none;
    width: 121px;
    height: 34px;
    background-image: linear-gradient(-8deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #ffa719 100%),
        linear-gradient(#f2a41e,
            #f2a41e);
    background-blend-mode: normal,
        normal;
    border-radius: 4px 4px 15px 4px;
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    margin-top: 27px;
}

.formbox .input-block input:hover,
.formbox .input-block textarea:hover {
    border: 1px solid #fc9913 !important;
}

.formbox .input-block input:focus,
.formbox .input-block textarea:focus {
    border: 1px solid #fc9913 !important;
}

/*联系我们*/
.us-slfe {
    margin-top: 35px;
}

.contactie {
    text-align: center;
}

.contactie h3 {
    font-size: 36px;
    color: #3b3b3b;
    font-weight: bold;
}

.contactie h3 i {
    color: #f38c00;
}

.contactie .xian {
    width: 110px;
    height: 3px;
    background: #ffcc00;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.us-des {
    font-size: 18px;
    line-height: 30px;
    color: #5a5a5a;
    margin-top: 30px;
    text-indent: 2em;
}

.corporate {
    margin-top: 40px;
}

.brief {
    float: left;
    width: 70%;
    height: 480px;
    position: relative;
}

.brief .bri-img {
    width: 100%;
    height: 480px;
    border-radius: 4px;
}

.gsinfo {
    position: absolute;
    bottom: 48px;
    left: 7%;
    width: 87%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 64, 114, 0.35);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.88);
    padding: 20px 44px;
    box-sizing: border-box;
}

.gsinfo>p {
    font-size: 20px;
    color: #292929;
}

.gsinfo>span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 24px;
}

.gsinfo .us-icon {
    margin-top: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0px 1px 3px 0px rgba(0, 64, 114, 0.13);
    border-radius: 4px;
    padding: 15px 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

.gsinfo .us-icon li {
    flex: 1;
    text-align: center;
}

.gsinfo .us-icon li p {
    margin-top: 15px;
    font-size: 14px;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gsinfo .us-icon li img {
    height: 41px;
}

.culture {
    float: right;
    width: 27.5%;
    height: auto;
    min-height: 480px;
    background-color: #f2f6ff;
    padding: 25px 15px;
    box-sizing: border-box;
}

.culogo {
    padding: 30px 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    background: #ffffff;
}

.culogo img {
    width: 171px;
}

.culogo p {
    text-align: left;
    padding-left: 65px;
    box-sizing: border-box;
    margin-top: 5px;
    font-size: 16px;
    color: #292929;
}

.culogo p .xian {
    height: 1px;
    background: #292929;
    width: 25px;
    margin-right: 5px;
    display: inline-block;
}

.cuwenhua {
    margin-top: 20px;
    padding: 25px 42px 25px 38px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    background: #ffffff;
}

.cuwenhua div {
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
}

.cuwenhua div .xian {
    width: 46px;
    height: 2px;
    background-color: #3d3d3d;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.cuwenhua span {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 25px;
    height: 169px;
    display: block;
    overflow: hidden;
}

.factorylist {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.factorylist li {
    margin-left: 36px;
    padding-bottom: 47px;
    box-sizing: border-box;
    float: left;
    width: 376px;
    height: auto;
    background-color: #f0f3fa;
    border-radius: 4px;
    margin-top: 20px;
}

.factorylist ul {
    margin-left: -36px;
}

.factorylist li p {
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #363650;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.factorylist li img {
    width: 100%;
}

.factorylist li:hover {
    background: #fc9913;
}

.factorylist li a:hover p {
    color: #ffffff;
}

.mtop65 {
    margin-top: 65px;
}

.export {
    width: 100%;
    margin-top: 83px;
}

.mtop106 {
    margin-top: 106px;
}

.us-videobox {
    margin-top: 74px;
}

.us-videobox .us-video {
    float: left;
    width: 50%;
    background: url(https://img.schthr.cn/web/images/in4.jpg) no-repeat;
    height: 495px;
    background-size: 100% 100%;
}

.us-videobox .us-videodes {
    float: left;
    width: 50%;
    background: url(https://img.schthr.cn/web/images/in5.jpg) no-repeat;
    height: 495px;
    background-size: 100% 100%;
    position: relative;
}

.us-videobox .u-mask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.68);
}

.ex-us {
    position: absolute;
    top: 87px;
    left: 10%;
    background: #000000;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    max-width: 642px;
}

.ex-us>h5 {
    font-size: 36px;
    color: #d0112b;
    font-weight: 600;
}

.ex-us>p {
    font-size: 24px;
    color: #d0112b;
    margin-top: 10px;
}

.ex-us>span {
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    display: block;
    line-height: 24px;
}

.ex-us>div {
    margin-top: 30px;
    display: flex;
}

.ex-us>div>span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    flex: 1;
}

.ex-us>div span>b {
    font-size: 72px;
    color: #ffffff;
    font-weight: 600;
}

.capacity {
    padding: 42px 0;
    box-sizing: border-box;
    margin-top: 58px;
    background: url(https://img.schthr.cn/web/images/usbg.png) no-repeat;
    background-position: -1px;
    width: 100%;
    height: 598px;
}

.capacont {
    width: 755px;
}

.capades {
    line-height: 36px;
    margin-top: 25px;
    font-size: 16px;
    color: #ffffff;

}

.mtop55 {
    margin-top: 55px;
}

.capalunbo {
    margin-top: 40px;
    height: 168px;
}

.img-responsive {
    width: 100%;
}

.imgZoom2 img {
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom2 img:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.carbox {
    width: 100%;
}

.carbox li {
    width: 33%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.capalunbo .carousel-indicators {
    position: initial;
    margin-top: 30px;
}

.capalunbo .carousel-indicators li {
    border: none !important;
    width: 10px;
    height: 10px;
    padding: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #666666;
}

.capalunbo .carousel-indicators li.active {
    width: 36px;
    height: 10px;
    padding: 0 !important;
    background-color: #f7ac1b;
    border-radius: 4px;
}

.develop {
    margin-top: 81px;
}

.develf {
    height: 480px;
    width: 40%;
    float: left;
    position: relative;
    border-radius: 2px;
}

.develf .deimg {
    height: 337px;
    width: 100%;
}

.werwen {
    height: 337px;
    position: relative;
}

.develf .deimg {
    height: 337px;
    width: 100%;
    overflow: hidden;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    height: auto;
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom img:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.develf .fa {
    position: absolute;
    top: 10px;
    left: 59px;
    z-index: 66;
}

.spec-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 337px;
}

.develf .zhan {
    position: absolute;
    top: 0;
    left: 119px;
}

.develf .huigu {
    width: 48px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 75px;
    color: #222222;
    font-size: 24px;
    text-shadow: -1px 0 #ffffff,
        0 1px #ffffff,
        1px 0 #ffffff,
        0 -1px #ffffff;
    /*text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;*/
    line-height: 30px;
}

.develf .huigu b {
    font-size: 36px;
}

.deverf {
    margin-top: 150px;
    width: 44%;
    float: right;
}

.deverf .devyears {
    font-weight: 600;
    font-size: 120px;
    color: #e9edf6;
}

.deverf span {
    width: 100%;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.develop .carousel-indicators {
    position: initial;
}

.develop .carousel-indicators li {
    border: none !important;
    width: 22px;
    height: 22px;
    padding: 0 !important;
    margin-right: 40px;
    border-radius: 50%;
    user-select: none;
    border: 2px solid #e9edf6 !important;
    margin-left: 20px;
    text-indent: initial;
}

.develop .carousel-indicators li.active {
    background-color: #ed1c24;
    border: solid 2px #e9edf6;
    padding: 0 !important;
}

.carousel-index {
    margin-top: 58px;
}

.develop .carousel-control-next,
.develop .carousel-control-prev {
    position: initial;
    width: 15%;
    text-align: center;
}

.develop .carousel-control-next {
    float: right;
}

.develop .carousel-control-prev {
    float: left;
}

.carousel-index .carousel-control-next-icon,
.carousel-index .carousel-control-prev-icon {
    background: none;
    width: 50px;
    font-size: 50px;
    color: #e9edf5;
}

.carousel-index .carousel-time {
    margin-top: 5px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-index .carousel-time li {
    font-size: 20px;
    color: #555555;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 80px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
}

.qualification {
    margin-top: 124px;

}

.certificat {
    background: #2c6195;
    width: 100%;
    box-sizing: border-box;
    margin-top: 80px;
    height: 463px;
    padding-top: 148px;

}

.ExampleControlshright {
    height: 350px;
}

.backpro {
    width: 100%;
}

.backpro .backpro-item {
    height: 350px;
    width: 290px;
    text-align: center;
    float: left;
    margin: 0 5px;
    position: relative;
}

.backpro .bag_img1 {
    width: 236px;
    height: 315px;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -118px;
    top: 0;
}

.backpro .bag_img2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 289px;
    height: 64px;
    z-index: 0;
}

.carousel-index2 .carousel-control-next,
.carousel-index2 .carousel-control-prev {
    width: 22px;
    text-align: center;
}

.carousel-index2 .carousel-control-next-icon,
.carousel-index2 .carousel-control-prev-icon {
    background: none;
    width: 22px;
    font-size: 22px;
    color: #ffffff;
}

.morenterpris {
    margin-top: 144px;
}

.terplist {
    margin-top: 20px;
    margin-left: -15px;
}

.terplist li {
    float: left;
    width: 158px;
    height: 87px;
    margin-top: 30px;
    margin-left: 15px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.terplist li img {
    width: 100%;
    height: 100%;

}

/*产品页*/
.seckill-product {
    margin-top: 40px;
}

.seckill-aside {
    width: 230px;
    float: left;
}

.seckill_ {
    margin-left: 250px;
}

.se-presell {
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: solid 1px #dedede;
}

.se-tie {
    width: 230px;
    height: 98px;
    background-image: linear-gradient(20deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%),
        linear-gradient(#ff0000,
            #ff0000);
    text-align: center;
    display: table-cell;
}

.se-tie {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    vertical-align: middle;
}

.se-ul {
    margin-top: 10px;
    padding-bottom: 10px;
}

.se-ul li {
    color: #1e1d1d;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;

}

.se-ul li p {
    border-bottom: 1px dashed #dedede;
    width: 100%;
    line-height: 40px;
}

.se-ul li.active {
    background: #ebebeb;
}

.se-ul li:hover {
    background: #ebebeb;
}

.se-ul2 {
    margin-top: 20px;
    padding-bottom: 10px;
}

.se-ul2 li {
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    text-align: justify;

}

.se-ul2 li p {
    word-break: break-all;
    padding: 0 10px 10px 10px;
    border-bottom: 1px dashed #dedede;
    width: 100%;
}

.se-img {
    height: 105px;
    width: 100%;
}

.se-img img {
    /*height: 88px;*/
    width: 100%;
}

.sek-lan {
    padding-left: 23px;
    height: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #1e1d1d;
    position: relative;
}

.sek-lan:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 23px;
    background-image: linear-gradient(7deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%);

}

.sek-goodslist {
    overflow: hidden;
    /*width: 100%;*/
    box-sizing: border-box;
    margin-left: -20px;
}

.sek-goodslist li {
    border-radius: 2px;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    width: 303px;
    border: solid 1px #ebebeb;
}

.sek-goodslist li .pro_img {
    box-sizing: border-box;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

.sek-goodslist li .pro_img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s,
        -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform .3s,
    -moz-transform .3s
}

.sek-goodslist li a:hover .pro_img img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sek-goodslist li .pro-des {
    padding: 18px;
    box-sizing: border-box;
    width: 100%;
}

.sek-goodslist li .pro-des p {
    font-size: 14px;
    font-weight: bold;
    color: #426a8e;
    line-height: 24px;
}

.sek-goodslist li .pro-des span {
    display: block;
    font-size: 12px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}

.sek-goodslist li a:hover .pro-des p {
    color: #fc9913;
}

/*放大镜*/
.product-intro {
    margin-top: 40px;
}

.preview-wrap {
    width: 554px;
    height: auto;
    float: left;
    position: relative;
}

.spec-backward {
    width: 100%;
    height: auto;
}

.spec-forward {
    position: absolute;
    z-index: 18;
    position: absolute;
    top: 0;
    left: 554px;
}

.spe-img {
    width: 554px;
    height: 460px;
    margin-bottom: 10px;
    position: relative;
    cursor: move
}

.spe-img img {
    width: 554px;
    height: 460px;
}

.spe-img .spec-mask {
    width: 277px;
    height: 230px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.spec-big {
    width: 554px;
    height: 460px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #E8E8E8;
}

.spec-big img {
    width: 1108px;
    height: 920px;
    margin-right: 10px;
}

.preview {
    width: 100%;
    height: 100px;
    position: relative
}

.preview img {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s
}

.preview>.spec-list {
    margin-left: 30px;
    margin-right: 30px;
    width: 490px;
    overflow: hidden;
    height: 100px;
}

.preview .spec-ul {
    overflow: hidden;
    transition: all 0.5s;
    height: 100px;
}

.preview .spec-ul>li {
    width: 122px;
    height: 100px;
    float: left;
    cursor: pointer;
    padding: 0 8px;
}

.preview .spec-ul>li img {
    width: 106px;
    height: 100px;
}

.preview>p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.preview>.spec-prev {
    left: 0;
    background: url(https://img.schthr.cn/web/images/hover-prev.png) no-repeat;
    transition: all 0.5s
}

.preview>.spec-next {
    right: 0;
    background: url(https://img.schthr.cn/web/images/hover-next.png) no-repeat;
    transition: all 0.5s
}

.preview>.spec-prev.prevnone {
    left: 0;
    background: url(https://img.schthr.cn/web/images/prev.png) no-repeat;
    cursor: not-allowed
}

.preview>.spec-next.nextnone {
    right: 0;
    background: url(https://img.schthr.cn/web/images/next.png) no-repeat;
    cursor: not-allowed
}

.itemInfo-wrap {
    padding-left: 600px;
    width: 100%;
}

.summary-info .summary-tie h4 {
    font-size: 28px;
    color: #404040;
    font-weight: 600;
}

.summary-info .summary-tie p {
    font-size: 14px;
    color: #404040;
    margin-top: 15px;
}

.summary-info .summary-tie span {
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    margin-top: 30px;
    display: block;
}

.summary-info .summary-ul {
    margin-top: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.summary-info .summary-ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-top: 20px;
}

.summary-track {
    margin-top: 35px;
}

.summary-track li {
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    color: #000000;
    width: auto;
    float: left;
    margin-right: 30px;
}

.summary-track li img {
    margin-right: 10px;
    vertical-align: middle;
}

.summary-price {
    margin-top: 35px;
}

.summary-price>a {
    display: inline-block;
    width: 138px;
    height: 48px;
    background-color: #ef001d;
    border-radius: 4px;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.summary-price>a:hover,
.detail-tie .xiuxn:hover {
    background-image: linear-gradient(20deg, #529fa5 0%, #a9b577 0%, #ffca48 0%, #e89715 100%), linear-gradient(#2c99fe, #2c99fe);
}

.summary-price .su-phone {
    margin-left: 20px;
    font-size: 24px;
    color: #ef001d;
    font-weight: 600;
}

.summary-price .su-phone i {
    font-size: 24px;
    color: #ef001d;
    margin-right: 5px;
    font-weight: 600;
}

.shopRecSuit {
    margin-top: 50px;
}

.shop-box {
    height: auto;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    padding: 0 0 25px 2px;
    box-sizing: border-box;
}

.shop-box .large {
    width: 143px;
    height: 45px;
    background-color: #ef001d;
    border-radius: 0 0 6px 6px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-left: -2px;
}

.shopRec-list li {

    width: 202px;
    float: left;
    margin: 0 18px;
    margin-top: 20px;
}

.shopRec-list li img {
    width: 202px;
    height: 167px;
    border-radius: 4px;
}

.shopRec-list li p {
    font-size: 16px;
    color: #6666;
    margin-top: 10px;
    text-align: center;
}

.shopRec-list li:hover p {
    color: #fc9913;
}

.detail-lanmu .detail-tie {
    width: 100%;
    padding-right: 200px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #2c99fe;
    padding-left: 50px;
    box-sizing: border-box;
}

.tab-detail {
    margin-top: 20px;
}

.detail-tie li {
    color: #ffffff;
    width: auto;
    font-size: 18px;
    cursor: pointer;
    padding: 0 17px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    float: left;

}

.det-fx .detail-tie li {
    width: 110px;
}

.det-fx.det-fixed .detail-tie li {
    width: 200px;
}

.detail-tie li.active {
    background-image: linear-gradient(20deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%),
        linear-gradient(#2c99fe,
            #2c99fe);
}

.detail-lanmu {
    position: relative;

}

.detail-lanmu .xiuxn {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    background-color: #ef001d;
    display: block;
    text-align: center;
}

.detail-box {
    min-height: 560px;
    position: relative;
}

.detail-box .param-lf {
    width: 100%;
    margin-right: 390px;
    padding-right: 450px;
    box-sizing: border-box;
}

.detail-box .param-rf {
    position: absolute;
    right: 0;
    top: 50px;
    width: 390px;
    z-index: 3;
}

.detail-box .par-fixed {
    position: fixed;
    top: 90px;
    bottom: unset;
    margin-left: 810px;
    right: initial;
}

.detail-box .par-post {
    position: absolute;
    top: unset;
    bottom: 0;
}

.parameter-brand {
    padding-bottom: 2px;
    border-bottom: 1px solid #d9d9d9;
}

.parameter-brand p {
    color: #0b5eab;
    font-size: 28px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}

.parameter-brand p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 23px;
    background-image: linear-gradient(7deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%);
}

.parameter-brand span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #b1b1b1;
}

.parameter-brand .xian {
    display: inline-block;
    width: 325px;
    height: 2px;
    background: #d9d9d9;
    margin-bottom: -6px;
}

.de-aside {
    border-radius: 4px;
    border: solid 1px #f4f4f4;
    background: #ffffff;
}

.de-aside .de-as-tie {
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    background-color: #0b5eab;
    font-size: 18px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.de-aside .de-as-tie:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 20px;
    background-color: #ffffff;
    left: 10px;
    top: 11px;
}

.de-aside .de-as-ul {
    margin-top: 10px;
}

.de-aside .de-as-ul li {
    border-bottom: 1px dashed #d9d9d9;
    line-height: 40px;
    font-size: 14px;
    padding-left: 55px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.de-aside .de-as-ul li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: linear-gradient(20deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%),
        linear-gradient(#f4f4f4,
            #f4f4f4);
    border-radius: 2px;
    left: 30px;
    top: 14px;
    transform: rotate(45deg);
}

.de-aside .de-as-ul li a:hover {
    color: #fc9913;
}

.de-aside2 {
    margin-top: 30px;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    border-top: 3px solid #0b5eab;
    background: #FFFFFF;
}

.de-aside2>p {
    font-size: 18px;
    color: #3f3e3e;
    font-weight: 600;
    text-align: center;
}

.de-aside2 .de-wea {
    font-size: 18px;
    color: #ef001d;
    font-weight: 600;
    margin-top: 25px;
    display: flex;
    line-height: 24px;
}

.de-aside2 .de-wea span {
    flex: 1;
}

.de-aside2>span {
    margin-top: 35px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    color: #666666;
}

.de-aside2 .de-wea span .icon-24gl-telephone {
    display: inline-block;
    line-height: 27px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 5px;
    width: 27px;
    height: 27px;
    background-image: linear-gradient(20deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%);
    text-align: center;
    border-radius: 50%;
}

.detail-img {
    width: 100%;
    margin-top: 35px;
}

.detail-img img {
    width: 100%;
    margin-bottom: 15px;
}

.detail-imglist {
    margin-top: 20px;
}

.detail-imglist li {
    margin-top: 15px;
}

.detail-imglist img {
    width: 100%;
    margin-bottom: 15px;
}

.galles-list {
    margin-top: 10px;
    overflow: hidden;
    margin-left: -2%;
}

.galles-list li {
    margin-left: 2%;
    width: 48%;
    float: left;
    border: solid 1px #efefef;
    margin-top: 25px;
}

.galles-list li p {
    color: #666666;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.galles-list li img {
    width: 100%;
    height: auto;
}

.sider-service {
    background-color: #f6f6f6;
    border: solid 1px #e9edf6;
    margin-top: 25px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.sider-service ul {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.sider-service ul li {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 24px;
}

.ser-list h5 {
    font-size: 24px;
    color: #d8012d;
    font-weight: 600;
    line-height: 30px;

}

.ser-list h5 b {
    font-style: oblique;
    font-size: 48px;
    color: #d8012d;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.det-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    margin-top: 0;
    width: 100%;
}

.ser-list {
    line-height: 30px;
    padding-bottom: 4px;
    border-bottom: 3px solid #d8012d;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}

.rela-articles {
    margin-top: 100px;
}

.rela-articles .rela-acles {
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    width: 100%;
    height: auto;
}

.rela-articles .art-tie {
    color: #0b5eab;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 24px;
    position: relative;
    border-bottom: solid 1px #d9d9d9;
    line-height: 50px;
}

.rela-articles .art-tie:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 4px;
    height: 24px;
    background-image: linear-gradient(7deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%);
}

.rela-articles .art-tie a {
    font-size: 14px;
    color: #8f8f8f;
    float: right;
}

.rela-articles .art-ul {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #d9d9d9;
}

.rela-articles .art-ul li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    padding-left: 55px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 33%;
    line-height: 35px;
    padding-right: 10px;
    box-sizing: border-box;
}

.rela-articles .art-ul li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: linear-gradient(20deg,
            #529fa5 0%,
            #a9b577 0%,
            #ffca48 0%,
            #e89715 100%),
        linear-gradient(#f4f4f4,
            #f4f4f4);
    border-radius: 2px;
    left: 30px;
    top: 12px;
    transform: rotate(45deg);

}

.rela-articles .art-ul li a:hover,
.rela-articles .art-tie a:hover {
    color: #fc9913;
}

.detail-cont .detail-item {
    padding-top: 50px;
}

.gaodemap {
    margin-top: 80px;
    width: 100%;
    height: 665px;
    position: relative;
}

.map-box {
    width: 1200px;
    height: 665px;
    position: absolute;
    height: 260px;
    left: 50%;
    margin-left: -600px;
    bottom: 60px;
}

.map-ding .map-dew {
    padding-top: 35px;
    width: 330px;
    float: left;
    display: table;
    padding-left: 20px;
    box-sizing: border-box;
}

.map-ding .map-dew div {
    display: table-cell;
    vertical-align: middle;
}

.map-ding .map-dew p {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ededed;
    font-size: 20px;
    color: #414141;
    font-weight: 600;
}

.map-ding .map-dew span {
    padding-top: 10px;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 24px;
    display: block;
}

.map-finds {
    display: table;
    width: 995px;
    height: 260px;
    background: url(https://img.schthr.cn/web/images/masp.jpg) no-repeat;
    background-size: 100%;
    padding: 15px 55px;
    box-sizing: border-box;
    border-radius: 4px;
}

.map-finds .seekouy {
    line-height: 40px;
    width: 200px;
    height: auto;
    display: table-cell;
    vertical-align: middle;

}

.map-finds .seekouy {
    font-size: 32px;
    color: #3b3b3b;
    font-weight: 600;
}

.map-finds .seekouy p {
    position: relative;
    font-size: 32px;
    color: #f38c00;
    font-weight: 600;
    margin-top: 15px;
}

.map-finds .seekouy p:before {
    width: 83px;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    bottom: -25px;
    content: '';
}

.map-ert {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.map-ert li {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 45px;
}

.map-ert li img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 20px;
}


@media only screen and (max-width: 1480px) and (min-width: 100px) {
    .ex-us {
        left: 8%;
        width: 85%;
        max-width: initial;
    }

    .ex-us>div span>b {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 100px) {
    .summary-price .su-phone {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .summary-track {
        margin-top: 20px;
    }

    .summary-track li {
        margin-top: 10px;
    }

    .certificat,
    .ExampleControlshright {
        height: auto;
    }

    .certificat {
        padding-bottom: 20px;
    }

    .gaodemap {
        margin-top: 50px;
        background: none;
        height: auto;
        margin-bottom: 30px;
        width: 100%;
    }

    .map-box {
        left: 20px;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .map-finds {
        padding: 20px;
        width: 800px;
        height: auto;
        margin-top: 20px;
    }

    .map-ding .map-dew p {
        font-size: 16px;
    }

    .map-ding .map-dew {
        padding-top: 0;
        width: 240px;
    }

    .map-ding>img {
        width: 100px;
        height: 100px;
    }

    .map-finds {
        margin-left: 20px;
    }

    .map-finds .seekouy {
        font-size: 22px;
        width: 90px;
    }

    .map-finds .seekouy p {
        font-size: 22px;
        margin-top: 8px;
    }

    .map-ert {
        padding-left: 15px;
    }

    .map-ert li {
        font-size: 14px;
        line-height: 35px;
    }

    .map-ert li img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

    .detail-box .par-fixed {
        top: 140px;
        margin-left: 550px;
    }

}

@media only screen and (max-width: 1100px) and (min-width: 100px) {

    .banner-cont {
        margin-top: 50px;
    }

    .selector {
        margin-top: 40px;
        padding: 0 15px;
        padding-bottom: 10px;
        box-sizing: border-box;
        border: none;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

    .selectorwrap {
        padding: 15px 0 5px 0;
    }

    .goods-warp {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .goods-warp .filter {
        font-size: 16px;
        padding-left: 25px;
    }

    /*产品内页*/
    .product-intro {
        margin-top: 40px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .preview-wrap {
        width: 100%;
        float: initial;
    }

    .spe-img {
        width: 100%;
        height: 280px;
    }

    .spe-img .spec-mask {
        display: none;
    }

    .preview {
        height: 70px;
    }

    .preview>p {
        background-size: 100%;
    }

    .preview>.spec-list {
        height: 70px;
    }

    .preview .spec-ul>li {
        width: 86px;
        height: 70px;
    }

    .preview>.spec-list {
        width: 75%;
    }

    .preview .spec-ul>li img {
        width: 70px;
        height: 70px;
    }

    .spec-forward {
        display: none;
    }

    .spe-img img {
        width: 100%;
        height: 280px;
    }

    .preview .spec-ul>li {
        padding: 0 10px;
    }

    .itemInfo-wrap {
        padding-left: 0;
        margin-top: 30px;
    }

    .summary-info .summary-tie h4 {
        font-size: 22px;
    }

    .summary-info .summary-tie {
        margin-top: 20px;
    }

    .summary-price {
        margin-top: 20px;
    }

    .shopRecSuit,
    .tab-detail,
    .rela-articles {
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .shopRec-list li {
        width: 46%;
        margin: 0 2%;
        margin-top: 20px;
    }

    .shopRec-list li img {
        width: 100%;
    }

    .detail-lanmu .detail-tie {
        padding-left: 0;
        padding-right: 80px;
    }

    .detail-lanmu .xiuxn {
        width: 80px;
        font-size: 16px;
    }

    .detail-tie li {
        padding: 0 12px;
        font-size: 16px;
    }

    .parameter-brand p {
        font-size: 22px;
    }

    .parameter-brand p:before {
        top: 8px;
    }

    .parameter-brand .xian {
        width: 210px;
    }

    .detail-img {
        margin-top: 25px;
    }

    .galles-list li p {
        font-size: 16px;
    }

    .rela-articles .art-tie {
        font-size: 20px;
    }

    .rela-articles .art-ul li {
        float: initial;
        width: 100%;
        border-bottom: 1px dashed #d9d9d9;
        line-height: 40px;
    }

    .rela-articles .art-ul {
        border: none;
        margin-top: 0;
    }

    .cont-uswo {
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .contactie h3 {
        font-size: 20px;
    }

    .contactie h3 {
        margin-top: 20px;
        font-size: 16px;
    }

    .us-des {
        font-size: 16px;
    }

    .factorylist {
        margin-top: 20px;
    }

    .qualification {
        margin-top: 50px;
    }

    .us-videobox {
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .us-videobox .us-video {
        height: 400px;
    }

    .us-videobox .us-videodes {
        height: 400px;
    }

    .us-videobox .u-mask {
        height: 400px;
    }

    .ex-us>h5 {
        font-size: 24px;
    }

    .ex-us>p {
        font-size: 18px;
    }

    .ex-us>span {
        font-size: 14px;
        margin-top: 15px;
    }

    .ex-us>div span>b {
        font-size: 22px;
    }

    .ex-us>div span {
        font-size: 14px;
    }

    .ex-us {
        top: 30px;
        left: 4%;
        width: 92%;

    }

    .det-fixed {
        top: 50px;
        width: 100%;
    }

}

@media only screen and (max-width: 1000px) {
    .detail-box .par-fixed {
        margin-right: 400px;
    }
}

@media only screen and (max-width: 770px) {
    .goodsList ul {
        margin-left: 0;
    }

    .goodsList li {
        float: initial;
        margin: 0 auto;
        margin-top: 20px;
    }

    .bgs {
        display: none;
    }

    .mess {
        padding: 27px 0 27px 0;
        margin-top: 50px;
    }

    .online {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .formbox {
        padding: 0 10px;
    }

    .ageov {
        position: initial;
        left: 0;
        top: 0;
        width: 100%;
    }

    .seckill-product {
        margin-top: 40px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .seckill-aside {
        width: 130px;
    }

    .se-tie {
        width: 130px;
        font-size: 17px;
    }

    .se-ul li {
        font-size: 12px;
    }

    .seckill_ {
        margin-left: 140px;
    }

    .sek-goodslist {
        margin-left: 0;
    }

    .sek-goodslist li {
        width: 100%;
        float: initial;
        margin-left: 0;
    }

    .sek-goodslist li .pro_img img {
        width: 100%;
        height: auto;
    }

    .sek-goodslist li .pro_img {
        padding: 15px;

    }

    .galles-list {
        margin-left: 0;
        margin-top: 0;
    }

    .detail-box .param-rf {
        position: initial !important;
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }

    .de-aside2 .de-wea {
        display: block;

    }

    .de-aside2 .de-wea span {
        display: block;
        margin-bottom: 10px;
    }

    .de-aside2>span {
        margin-top: 20px;
    }

    .factorylist li {
        width: 100%;
        float: initial;
        margin-left: 0;
    }

    .factorylist ul {
        margin-left: 0;
    }

    .brief {
        width: 100%;
        float: initial;
    }

    .culture {
        width: 100%;
        float: initial;
        margin-top: 20px;
    }

    .gsinfo {
        top: 15px;
        bottom: initial;
        padding: 20px;
    }

    .gsinfo .us-icon {
        margin-top: 20px;
    }

    .gsinfo .us-icon {
        display: block;
    }

    .gsinfo .us-icon li {
        width: 50%;
        float: left;
    }

    .gsinfo .us-icon li p {
        font-size: 13px;
    }

    .cuwenhua span {
        height: auto;
    }

    .gsinfo .us-icon li img {
        height: 35px;
    }

    .capacity {
        height: auto;
        padding: 20px;
        background: #333333;
        margin-top: 20px;
    }

    .export {
        margin-top: 50px;
    }

    .export .pades {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .capacont {
        width: 100%;
    }

    .capacont {
        line-height: 30px;
    }

    .mtop55 {
        margin-top: 20px;
    }

    .capalunbo {
        margin-top: 20px;
        height: auto;
    }

    .capades {
        margin-top: 0;
        font-size: 15px;
    }

    .develop {
        margin-top: 30px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .develf {
        float: initial;
        width: 100%;

    }

    .detail-box {
        padding: 0;
        box-sizing: border-box;
        position: initial;
    }

    .detail-box .param-lf {
        margin-right: 0;
        padding-right: 0;
    }

    .carousel-index {
        margin-top: 30px;
    }

    .deverf {
        float: initial;
        width: 100%;
        margin-top: 30px;
    }

    .deverf .devyears {
        font-size: 50px;
    }

    .deverf span {
        padding-left: 0;
    }

    .carousel-index .carousel-control-next-icon,
    .carousel-index .carousel-control-prev-icon {
        width: 30px;
        font-size: 30px;
    }

    .develop .carousel-indicators li {
        width: 15px;
        height: 15px;
    }

    .carousel-index .carousel-time li {
        font-size: 14px;
        text-align: center;
    }

    .certificat {
        margin-top: 30px;
        padding-top: 30px;
    }

    .backpro .backpro-item {
        float: initial;
        margin-left: 10%;
    }

    .morenterpris {
        margin-top: 50px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .terplist {
        margin-top: 0;
    }

    .terplist li {
        margin-top: 20px;
    }

    .terplist li {
        width: 48%;
        margin: 0 1%;
        margin-top: 20px;
    }

    .terplist {
        margin-left: 0;
    }

    .carousel-index .carousel-time {
        display: none;
    }

    .develop .carousel-indicators {
        padding-top: 12px;
    }

    .us-videobox .us-video {
        width: 100%;
        height: 350px;
        float: initial;
    }

    .us-videobox .us-videodes {
        margin-top: 30px;
        width: 100%;
        float: initial;
        height: 350px;
    }

    .us-videobox .u-mask {
        height: 350px;
    }

    .detail-tie li {
        line-height: 45px;
    }

    .detail-lanmu .xiuxn {
        height: 45px;
        line-height: 45px;
    }

    .map-finds {
        width: 100%;
        margin-left: 0;
        padding: 15px;
        background: #ffffff;
    }

    .map-box {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0;
        padding: 0;
        bottom: 15px;
    }


}

@media only screen and (max-width: 500px) {
    .mess {
        padding: 27px 0 27px 0;
    }

    .online {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .formbox {
        padding: 0 10px;
    }
}