.container-fluid {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

div.pos {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.xypg-right-content p{font-size:16px;line-height:2em;}
/*头部样式*/

#header,
.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin: 0 0 0 0;
}

.tophead {
    width: 100%;
    height: 60px;
    background: #111111;
    position: relative;
    overflow: hidden;
}

.headtitle {
    font-size: 14px;
    color: #969696;
    line-height: 35px;
}

.k1 {
    font-size: 12px;
    line-height: 60px;
    color: #fff;
}

.k1 a {
    color: #fff;
}

.sechead {
    height: 104px;
    position: relative;
    /* overflow: hidden; */
}

.logo {
    float: left;
    line-height: 104px;
}

.sechead .k2 {
    margin-top: 19px;
    background: url(../images/ttel.png) left center no-repeat;
    text-align: left;
    padding-left: 70px;
    font-size: 20px;
    color: #3e3e3e;
    line-height: 24px;
}

.sechead .k2 p {
    font-size: 16px;
    color: #666;
}

.sechead .k2 p strong {
    font-size: 24px;
    color: #333;
}


/* 导航 */

.menu {
    /* width: 100%; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
    /* height: 40px; */
    width: 71%;
    float: right;
    padding-right: 53px;
    box-sizing: border-box;
    margin-right: 20px;
}

.x-menu {
    /* width: 1200px; */
    /* margin:0 auto; */
    display: flex;
}

.x-menu>li {
    flex: 1;
    position: relative;
    text-align: center;
    margin: 0;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 0;
    line-height: 104px;
}

.x-menu>li.active>a,
.x-menu>li>a:hover {
    /* background:#292e39; */
    color: #333333;
}

.x-menu>li:hover>a {
    color: #0067c6;
}

.x-menu>li:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 20px;
    opacity: 0;
    top: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu>li:hover:after {
    height: 0px;
}

.x-sub-menu {
    top: 100%;
}


/*滚动*/

#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;
}


/* 搜索 */

#formsearch {
    margin-top: 2px;
    width: 250px;
    position: relative;
}

#formsearch input {
    height: 40px;
    background: none;
    border: none;
    line-height: 40px;
    outline: none;
    float: left;
}

#formsearch input#keyword {
    text-indent: 1px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.37);
}

#formsearch input#keyword::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

#formsearch input#s_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: url("../images/ss.png") no-repeat 17px center;
}


/* 内页 */

.left {
    width: 240px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.product_list {}

.product_list li {
    float: left;
    width: 293px;
    border: 1px solid #eee;
    margin: 0 10px 10px;
    padding: 5px;
}

.product_list li a.img {
    display: block;
    width: 281px;
    height: 281px;
    overflow: hidden;
}

.product_list li img {
    width: 281px;
    height: 281px;
    transition: all .5s ease;
}

.product_list li h3 {
    line-height: 35px;
    text-align: center;
}

.product_list li h3 a {
    color: #5a5a5a;
    font-size: 14px;
}

.product_list li:hover {
    border-color: #292e39
}

.product_list li:hover img {
    transform: scale(1.1);
}


/* 在线留言 */

.ly11 {
    position: absolute;
    z-index: 88;
    top: 0;
    right: 0;
    width: 53px;
    padding-top: 27px;
    text-align: center;
    height: 176px;
    background: #0067c6;
    border-radius: 0 0 53px 53px;
}

.ly11 a {
    font-size: 18px;
    width: 20px;
    color: #fff;
    display: inline-block;
    line-height: 27px;
}


/* 轮播 */

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    width: 52px;
    height: 189px;
    background-color: #0067c6;
    top: 50%;
    margin-top: -94.5px;
}

.x-banner .owl-carousel .owl-nav button.owl-prev .icon-left-arrow::before {
    content: "";
    display: block;
    width: 15px;
    height: 48px;
    background: url("../images/pr1.png")no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.x-banner .owl-carousel .owl-nav button.owl-next .icon-right-arrow::before {
    content: "";
    display: block;
    width: 15px;
    height: 48px;
    background: url("../images/pr2.png") no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* .icon-font:after{display: none;} */

.x-banner .owl-carousel .owl-nav button.owl-prev .icon-font:after,
.x-banner .owl-carousel .owl-nav button.owl-next .icon-font:after {
    display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(0, 103, 198, 0.6);
}


/* 关于我们 */

.about {
    width: 100%;
    height: 688px;
    padding-top: 148px;
}

.about .abb {
    width: 616px;
    margin-left: 168px;
}

.about .abb h2 {
    font-size: 22px;
    color: #333333;
    margin-top: 7px;
}

.about .abb h3 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 32px;
}

.alk {
    display: block;
    width: 142px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #0067c6;
    font-size: 14px;
    color: #fff;
    font-family: 'Arial';
    text-transform: uppercase;
    margin-top: 36px;
    border-radius: 3px;
}

.alk:hover {
    background-color: transparent;
    border: 1px solid #0067c6;
    color: #0067c6;
}

.about .abb ul {
    width: 100%;
    margin-top: 45px;
}

.about .abb ul li {
    float: left;
    width: 33.333%;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.about .abb ul li .img {
    width: 100%;
    height: 100%;
    background-color: #1f1e18;
}

.about .abb ul li .img img {
    width: 100%;
    opacity: 0;
}

.about .abb ul li .afont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
    text-align: center;
    padding-top: 28px;
    width: 100%;
}

.about .abb ul li .afont h4 {
    font-size: 36px;
    color: #fff;
    font-family: 'Arial';
    display: inline-block;
    position: relative;
    padding-right: 12px;
}

.about .abb ul li .afont h4 span {
    font-size: 14px;
    color: #fff;
    font-family: 'Arial';
    position: absolute;
    /* top: -18px; */
    right: 0px;
    display: i;
}
.about .abb ul li:nth-child(3) .afont h4 span{
    display: none;
}
.about .abb ul li .afont h3 {
    font-size: 13px;
    color: #fff;
    margin-top: 6px;
}

.about .abb ul li:hover .img img {
    opacity: 1;
}


/* 产品 */

.product {
    width: 100%;
    padding-top: 70px;
}

.title {
    text-align: center;
    margin: 0 auto;
}

.title h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

.title h3 {
    font-size: 16px;
    color: #0067c6;
    margin-top: 16px;
}

.title i {
    display: block;
    width: 100%;
    height: 21px;
    background: url(../images/ptt.png)no-repeat top center;
    margin-top: 14px;
}

.product .pbb {
    width: 100%;
    margin-top: 44px;
}

.product .pbb .hd {
    width: 100%;
    position: absolute;
    z-index: 9999999;
    top: 50%;
}

.product .pbb .hd a {
    display: block;
    width: 45px;
    height: 94px;
    background: url("../images/p_jt.png") no-repeat center;
    background-color: #ededed;
    transition: 0.5s ease;
}

.product .pbb .hd a.next {
    position: absolute;
    left: -90px;
}

.product .pbb .hd a.prev {
    position: absolute;
    right: -90px;
    transform: rotate(-180deg);
}

.product .pbb .hd a:hover {
    background: url("../images/p_jth.png") no-repeat center;
    background-color: #0067c6;
}

.product .pbb .bd {
    width: 100%;
}

.product .pbb .bd ul {
    width: 100%;
}

.product .pbb .bd ul li {
    float: left;
    width: 370px;
    margin-right: 42px;
    text-align: center;
}

.product .pbb .bd ul li .img {
    width: 100%;
    height: 367px;
    position: relative;
    display: block;
}

.product .pbb .bd ul li .img img {
    width: 100%;
    height: 100%;
}

.product .pbb .bd ul li .mask {
    opacity: 1;
    position: absolute;
    z-index: 44;
    transition: all ease-in-out 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
}

.product .pbb .bd ul li .mask h2 {
    display: inline-block;
    width: 132px;
    height: 47px;
    line-height: 47px;
    background: #0067c6;
    text-align: center;
    position: absolute;
    left: 20%;
    top: calc(100% - 23.5px);
    transform: translate(-50%);
    font-size: 14px;
    color: #fff;
    font-family: 'Arial';
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}

.product .pbb .bd ul li h3 {
    margin-top: 50px;
    display: block;
}

.product .pbb .bd ul li h3 a {
    font-size: 16px;
    color: #666666;
}

.product .pbb .bd ul li:hover h3 a {
    color: #0067c6;
}

.product .pbb .bd ul li:hover .mask {
    background: rgba(0, 0, 0, 0.63);
}

.product .pbb .bd ul li:hover .mask h2 {
    left: 50%;
    top: 50%;
}


/* 品质 */

.pz {
    width: 100%;
    height: 216px;
    background-color: #191919;
    margin-top: 64px;
    padding-top: 74px;
}

.pz ul {
    width: 100%;
    display: flex;
}

.pz ul li {
    display: block;
    position: relative;
}

.pz ul li:nth-child(1) {
    width: 264px;
}

.pz ul li:nth-child(2) {
    width: 325px;
}

.pz ul li:nth-child(3) {
    width: 348px;
}

.pz ul li:nth-child(4) {
    flex-grow: 1;
}

.pz ul li a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.pz ul li:nth-child(n+2) a {
    padding-left: 30px;
}

.pz ul li:nth-child(4) a {
    padding-left: 30px;
}

.pz ul li .img {
    width: 63px;
    height: 61px;
    float: left;
    display: flex;
    margin-left: 22px;
    justify-content: center;
    align-items: center;
}

.pz ul li:nth-child(1) .img {
    margin-left: 0;
}

.pz ul li .img img {
    max-width: 100%;
}

.pz ul li .afont {
    margin-left: 22px;
    float: left;
}

.pz ul li .afont h4 {
    font-size: 18px;
    color: #fff;
}

.pz ul li .afont h3 {
    font-size: 14px;
    color: #fff;
    opacity: 0.74;
    margin-top: 24px;
}

.pz ul li i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 1px;
    height: 60px;
    background: #7a7a7a;
}

.pz ul li:last-child i {
    display: none;
}


/* 我们的优势 */

.fw {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 63px;
}

.fw .fbb {
    width: 100%;
    margin-top: 42px;
}

.fw .fbb ul {
    width: 100%;
}

.fw .fbb ul li {
    width: 100%;
}

.fw .fbb ul li .img {
    float: left;
    width: 586px;
    height: 450px;
}

.fw .fbb ul li .img img {
    width: 100%;
}

.fw .fbb ul li .afont {
    float: right;
    width: 614px;
    padding-top: 53px;
}

.fw .fbb ul li .afont a {
    margin-left: 47px;
}

.fw .fbb ul li .afont .alk {
    margin-top: 0;
}

.fw .fbb ul li .afont h4 {
    margin-left: 47px;
    font-size: 18px;
    color: #333333;
    margin-top: 48px;
}

.fw .fbb ul li .afont h3 {
    margin-left: 47px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fw .fbb ul li .afont .imgg {
    width: 100%;
    margin-top: 20px;
    height: 66px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fw .fbb ul li .afont .imgg .sp_im {
    padding-left: 38px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    display: flex;
    align-items: center;
    position: relative;
}

.fw .fbb ul li .afont .imgg .sp_im::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.fw .fbb ul li .afont .imgg .sp_im:last-child::after {
    display: none;
}

.fw .fbb ul li .afont .imgg .sp_im img {
    margin-right: 17px;
}

.fw .fbb ul li .afont .imgg .sp_im:nth-child(1) {
    padding-right: 23px;
}

.fw .fbb ul li .afont .imgg .sp_im:nth-child(2) {
    padding-right: 30px;
}

.fw .fbb ul li .afont .imgg .sp_im:nth-child(3) {}

.fw .fbb ul li:nth-child(2) {
    margin-top: 60px;
}

.fw .fbb ul li:nth-child(2) .img {
    float: right;
}

.fw .fbb ul li:nth-child(2) .afont {
    float: left;
}

.fw .fbb ul li:nth-child(2) .afont h3 {
    margin-top: 30px;
}

.fw .fbb ul li:nth-child(2) .afont a,
.fw .fbb ul li:nth-child(2) .afont h4,
.fw .fbb ul li:nth-child(2) .afont h3 {
    margin-left: 0;
}


/* 为您提供最新的行业资讯 */

.news {
    width: 100%;
    background: #f9f9f9;
    padding-top: 46px;
    padding-bottom: 54px;
}

.news .nbb {
    width: 100%;
    margin-top: 40px;
}

.news .nbb .bd {
    width: 100%;
}

.news .nbb .hd {
    width: 100%;
    margin-top: 47px;
}

.news .nbb .bd ul {
    width: 100%;
}

.news .nbb .bd ul li {
    float: left;
    width: 373px;
    margin-right: 40px;
}

.news .nbb .bd ul li .img {
    width: 100%;
    position: relative;
    height: 335px;
}

.news .nbb .bd ul li .img img {
    width: 100%;
}

.news .nbb .bd ul li .img .date {
    position: absolute;
    z-index: 999;
    width: 69px;
    background-color: #0067c6;
    height: 86px;
    text-align: center;
    padding-top: 18px;
    right: 20px;
    bottom: -30px
}

.news .nbb .bd ul li .img .date h4 {
    font-size: 26px;
    color: #fff;
    font-family: 'Arial';
    font-weight: 700;
}

.news .nbb .bd ul li .img .date h5 {
    font-size: 18px;
    color: #fff;
    font-family: 'Arial';
}

.news .nbb .bd ul li h3 {
    font-size: 16px;
    color: #333333;
    margin-top: 57px;
}

.news .nbb .bd ul li h2 {
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    margin-top: 22px;
}

.news .nbb .bd ul li:hover h3 {
    color: #0067c6;
}

.news .nbb .hd ul {
    width: 100%;
    text-align: center;
}

.news .nbb .hd ul li {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #ebebeb;
    margin: 0 21px;
    font-size: 0;
}

.news .nbb .hd ul li.on {
    background: #0067c6;
}


/* 页脚 */

.fft {
    width: 100%;
    background: #191919;
    padding-top: 60px;
}

.fft .fftb h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.fft .fftb h2::after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 21px;
    background: url(../images/ftt.png)no-repeat left center;
    margin-left: 16px;
    vertical-align: middle;
}

.fft .fftb .ffbox {
    margin-top: 40px;
    width: 100%;
}

.fft .fftb1 {
    width: 230px;
}

.fft .fftb1 .ffbox a {
    font-size: 14px;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    padding-left: 24px;
    background: url(../images/ak1.png)no-repeat left center;
}

.fft .fftb1 .ffbox a:hover {
    background: url(../images/ak2.png)no-repeat left center;
    color: #0067c6;
}

.fft .fftb2 {
    width: 426px;
}

.fft .fftb2 .ffbox ul {
    width: 100%;
}

.fft .fftb2 .ffbox ul li {
    width: 100%;
    margin-bottom: 22px;
}

.fft .fftb2 .ffbox ul li .img {
    float: left;
    width: 68px;
    height: 68px;
    margin-right: 18px;
}

.fft .fftb2 .ffbox ul li .img img {
    width: 100%;
}

.fft .fftb2 .ffbox ul li .ftbox {
    float: left;
    width: 280px;
    padding-top: 10px;
}

.fft .fftb2 .ffbox ul li .ftbox h4 {
    font-size: 14px;
    font-family: 'Arial';
    color: #ffffff;
}

.fft .fftb2 .ffbox ul li .ftbox h3 {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.fft .fftb2 .ffbox ul li:hover .ftbox h3 {
    color: #0067c6;
}

.fft .fftb3 .ffbox p {
    line-height: 52px;
    font-size: 14px;
    color: #fff;
}

.fft .fftb3 .ffbox p img {
    display: inline-block;
    margin-right: 12px;
}

.fft .fftb3 .ffbox p a {
    color: #fff;
}

.fft .flk {
    width: 100%;
    margin-top: 40px;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
}

.fft .flk a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    opacity: 0.62;
    margin-left: 14px;
}

.x-footer {
    background-color: #131313;
    color: #fff;
    font-size: 14px;
}

.x-footer a {
    color: #fff;
}


/* 内页 */

.container {
    width: 1200px !important;
}