input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*头部样式*/
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

#header .boxx {
    background-color: rgba(0, 0, 0, .3);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0 30px 0 50px;
    height: 70px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#header .boxx.on {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#header .boxx.on .topup {
    max-width: 1200px;
    margin: 0 auto;
}

.logo h1 {
    line-height: 70px;
}

.btns {
    height: 70px;
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/71dd4e032af523d038985c83ccdd633af35c78a7.png) no-repeat 50% 50%;
}

@media (max-width: 1199px) {
    #header .boxx {
        border-radius: 0;
        padding: 0 15px 0 0;
    }
}

/*热门搜索*/
.topup {
    position: relative;
}

#formsearch2 {
    width: 320px;
    position: absolute;
    right: 12px;
    top: 75px;
    height: 32px;
    background: rgba(0, 0, 0, .3);
    border-radius: 25px;
    line-height: 32px;
    display: none
}

#formsearch2 input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    float: left;
}

#formsearch2 input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    color: #fff;
    width: 260px;
    outline: none;
}

#formsearch2 input#s_btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(//cdn.myxypt.com/c12f3e75/21/04/f79ee92ffc3d5352378b382b3d4ee1bd58ce148e.png) no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
}




/*主体样式*/
.boxx {
    max-width: 1200px;
    margin: 0 auto;
}


/* 公司简介 */

.aboutbg {
    height: 630px;
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/121fa0501d54c106a6d3f8e069cf8fa29a258091.jpg) no-repeat 50% 0;
    padding-top: 98px;
}

.aboutbg h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
    text-align: center;
}

.about {
    color: #878787;
    font: 400 15px/31px "Microsoft Yahei";
    text-align: center;
    padding: 100px 20%;
}

.about .ab {
    position: relative;
}

.abheight {
    min-height: 93px;
    overflow: hidden;
    color: #946d4d;
    font-size: 14px;
}

.about .ab:before {
    position: absolute;
    left: -80px;
    top: -20px;
    width: 41px;
    height: 45px;
    background-image: url(//cdn.myxypt.com/3ec3f6be/21/06/18de25eaa0b453789b19efa8c9a60165331d91e6.png);
    background-repeat: no-repeat;
    content: "";
}

.about .ab:after {
    position: absolute;
    right: -80px;
    bottom: -20px;
    width: 41px;
    height: 45px;
    background-image: url(//cdn.myxypt.com/3ec3f6be/21/06/971fdccf8a2f06560ca3538ec2fa320a4328d0d2.png);
    background-repeat: no-repeat;
    content: "";
}

.aboutbg .more {
    text-align: center;
}

.aboutbg .more a {
    display: inline-block;
    color: #946d4d;
    font: 400 15px/40px "Microsoft Yahei";
    width: 149px;
    border: 2px solid #946d4d;
}

@media (max-width: 991px) {
    .aboutbg {
        padding: 50px 0;
        height: auto;
    }

    .about {
        padding: 50px 50px;
    }

    .about .ab:before {
        background-size: 24px 26px;
        left: -30px;
        top: -20px;
    }

    .about .ab:after {
        background-size: 24px 26px;
        right: -50px;
        bottom: -30px;
    }
}


/* 案例展示 */

.casebg .case {
    padding: 60px 10% 0;
}

.casebg .col-md-6 {
    padding: 0;
}

.case h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
}

.case .content {
    color: #878787;
    font: 400 14px/24px "Microsoft Yahei";
    padding-top: 30px;
    max-height: 126px;
    overflow: hidden;
}

.case a.more {
    display: inline-block;
    width: 177px;
    color: #fff;
    font: 400 16px/37px "Microsoft Yahei";
    background: #4e4e4e;
    text-indent: 15px;
    position: relative;
    margin-top: 70px;
}

.case a.more:before {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: 11px;
    top: 18px;
    content: "";
}

@media (max-width: 991px) {
    .casebg .case {
        padding: 60px 15px 0;
    }
}

.swiper-container2 {
    margin-top: 30px;
}


/* 产品展示 */

.probg {
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/fe6eb68bea5ac3375eefadeb67796d8089369d34.jpg) repeat;
    padding: 75px 5%;
}

.probg h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
    padding-left: 15px;
}

.pro-center {
    padding-top: 40px;
}

.pro-center li {}



.pro-center img {
    width: 100%;
    height: auto;
}

.pro-center h3 {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 102px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.pro-center h3 a {
    display: block;
    color: #363636;
    font: 400 20px/36px "Microsoft Yahei";
}

.pro-center h3 p {
    color: #999;
    font: 400 14px/26px "Microsoft Yahei";
}

.probox {
    position: relative;
    padding-bottom: 102px;
    overflow: hidden;
}

.pro-center li:hover .probox {
    box-shadow: 2px 2px 9px #999;
}

.pro-center li:hover h3 {
    background: #946d4d;
    height: 158px;
}

.pro-center li:hover h3 a {
    color: #fff;
}

.omitted {
    color: #fff;
    font: 400 20px/20px "Microsoft Yahei";
    display: none;
    padding-bottom: 20px;
}

.pro-center li h3 .img {
    display: none;
}

.pro-center li:hover h3 p {
    display: none;
}

.pro-center li:hover .omitted {
    display: block;
}

.pro-center li:hover h3 .img {
    display: block;
}

.pro-center li:hover h3 .img img {
    max-width: 100%;
    width: auto;
}

.pro-cate {
    text-align: right;
}

.pro-cate li {
    display: inline-block;
    padding: 0 15px;
    margin: 0 15px;
}

.pro-cate li a {
    color: #363636;
    font: 400 16px/45px "Microsoft Yahei";
}

.pro-cate li:hover {
    background: #946d4d;
}

.pro-cate li:hover a {
    color: #fff;
}

@media (max-width: 991px) {
    .pro-center li {
        margin-bottom: 20px;
    }

    .pro-center li.pro4 {
        display: block;
    }

    .probg {
        padding: 50px 15px;
    }
}


/* 企业风采 */

.style {
    width: 100%;
    height: 680px;
    background: url(//cdn.myxypt.com/3ec3f6be/21/08/44016252030420630ac6774d52894adbec073052.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
}

.stylec {
    width: 100%;
    height: 680px;
    background: url(//cdn.myxypt.com/3ec3f6be/21/08/001d46d6dc44700106d6728b65e3b31a3ce60989.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.style:hover .stylec {
    opacity: 0;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

@media (max-width: 991px) {
    .style {
        height: 400px;
    }

    .stylec {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .style {
        height: 250px;
    }

    .stylec {
        height: 250px;
    }
}


/* 新闻资讯 */

.news_list1 li {
    padding: 0;
    text-align: center;
}

.news_list1 li a {
    display: block;
}

.news_list1 li img {
    max-width: 100%;
    height: auto;
}

.news_list1 .text {
    position: relative;
}

.news_list1 .text span {
    display: block;
    color: #636c71;
    font: 400 16px/22px "Microsoft Yahei";
}

.news_list1 .text a {
    color: #363636;
    font: 400 16px/26px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list1 .text p {
    color: #636c71;
    font: 400 14px/23px "Microsoft Yahei";
    height: 46px;
    overflow: hidden;
    margin: 30px 0;
}

.news_list1 .text a.more {
    display: inline-block;
    color: #363636;
    font: 400 16px/37px "arial";
    width: 178px;
    border: 1px solid #b3b3b3;
}

.news_list1 .text:hover a.more {
    color: #fff;
    background: #946d4d;
}

.news_list1 .text .text-d {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

.text-s {
    position: absolute;
    width: 100%;
    padding: 0 9%;
    left: 0;
    top: 50%;
    margin-top: -97px;
}

@media (max-width:767px) {
    .news_list1 .te {
        border-top: 1px solid #ddd;
    }
}


.heng {
    width: 100%;
}

.heng p {
    margin: 0;
}

.heng img {
    width: 100%;
    height: auto;
}


/* 联系我们 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mapcover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 120px;
    transition: .5s;
}

.mapcover:hover {
    background-color: rgba(0, 0, 0, .7);
}

.contacts {
    max-width: 330px;
    background: #fff;
}

.contacts h2 {
    color: #000;
    font: 400 20px/26px "Microsoft Yahei";
    text-align: center;
    padding: 20px 0 10px;
}

.contacts .tit img {
    max-width: 100%;
    height: auto;
}

.contacts .content {
    color: #272235;
    font: 400 14px/67px "Microsoft Yahei";
}

.contacts .content p {
    padding-left: 20px;
}

.contacts .content p img {
    padding-right: 10px;
}

.contacts .content p+p {
    border-top: 1px solid #d3d3d3;
}


.hotkey {
    display: none;
}

.hotkey a {
    margin-right: 6px;
}



.topcase {
    width: 100%;
    position: relative;
}

.bannery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.bannery ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannery ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannery ul.bc li a {
    display: block;
    width: 100%;
    height: 100%;
}

.small {
    position: relative;
}

.small li {
    display: none;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.small li img {
    max-width: 100%;
    height: auto;
}

.small li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .59);
    position: absolute;
    top: 0;
    left: 0;
}

.small li.small_hover::after {
    display: none;
}

.small-ban {
    padding: 55px 0;
    width: 100%;
    position: relative;
    margin-top: 80px;
    height: 330px;
}

.small-ban .num {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

.small-ban .num li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/a842c8439b18d22bbaaad7d4c387e1b95fc007ad.png) no-repeat 0 50%;
    line-height: 25px;
    position: relative;
}

.small-ban .num li {
    _display: inline;
    _zoom: 1;
    *display: inline;
}

.small-ban .num li a:before {
    content: '0';
}

.small-ban .num li.num_hover {}

.small-ban .num li.num_hover a {
    color: #946d4d;
}

.small-ban .num li.num_hover:before {
    position: absolute;
    width: 2px;
    height: 45px;
    background: #946d4d;
    top: 25px;
    left: 50%;
    margin-left: -1px;
    content: "";
}

.small-ban .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #c5c5c5;
    text-decoration: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.small-pre {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pre {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

.next {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1599px) {

    .case .content,
    .case a.more {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .small-ban {
        height: 230px
    }
}

@media (max-width: 991px) {

    .case .content,
    .case a.more {
        display: block !important;
    }
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}


/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/7d5eafe261363f9c0a7741384fbd218935455d50.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/11c426880ae32eedacd9be37afe8fe549441f6dd.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(//cdn.myxypt.com/3ec3f6be/21/06/2392280f244a88b8f89297329ef6959e4a49a2b0.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}