/*
网站变灰
html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}
*/


/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}



body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

body {
    font-family: Microsoft YaHei;
}

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

.htop {
    background: #393939;
    line-height: 34px;
    color: #fff;
}

.htop a {
    color: #fff;
    transition: all 0.5s;
}

.htop a:hover {
    color: #1e74bf;
}

.lloo h1 {
    line-height: 121px;
}

.logopb p:nth-child(1) {
    color: #1e74bf;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.logopb p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    color: #555555;
    margin-top: 9px;

}

.logopb {

    border-left: 2px solid #e5e5e5;
    padding: 2px 0;
    padding-left: 21px;
    margin-left: 26px;
    margin-top: 38px;
}

@keyframes move {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-25deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.toptelimg {
   /* margin-right: 20px; */
    background: url(../image/toptel.png)no-repeat;
    width: 48px;
    height: 100px;
/*    animation: move 3s linear infinite; */
    transform-origin: top center;
}

.toptel {
    font-size: 34px;
    line-height: 121px;
    color: #1e74bf;
    font-weight: 600;
    margin-left: 13px;
}



.so {
    width: 79px;
    height: 30px;
    border-radius: 5px;
    background: #1e74bf;
    margin-top: 16px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 71px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(28, 64, 134, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
}

.ss #keyword::placeholder {
    color: #fff;
}

nav {
    border-top: 1px solid #e5e5e5;
	background-color: #0070bc
}

nav ul {
    display: flex;
    justify-content: space-between;
}

nav ul li {
    position: relative;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
}

nav ul li a {
    color: ##ffad21;
    transition: all 0.5s;
}

nav ul .zui {
    line-height: normal;
}

nav ul li:hover a {
    color: #fdaf1d;
}



nav ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #1e74bf;
    position: absolute;
    top: 0;
    left: 60%;
    -webkit-transform: translateX(-59%);
    -ms-transform: translateX(-59%);
    transform: translateX(-59%);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

nav ul li:hover>a::after {
    width: 122%;
}

/* 质量保证 彩板钢构 */
.zhiliang {
    padding-top: 75px;
}

.bt .p1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #333333;
    font-weight: 600;
}

.bt .p1 span {
    font-weight: normal;
}

.bt .p2 {
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    text-align: center;
    margin-top: 13px;
}

.tbiao {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 19px;

}

.caiban ul {
    display: flex;
    justify-content: space-between;
}

.caiban ul li {
    cursor: pointer;
}


.circleProgress_wrapper {
    width: 138px;
    height: 138px;

    position: relative;
    border-radius: 50%;
    border: 1px solid #ededed;
}

.wrapper {
    width: 69px;
    height: 138px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.right {
    right: 0;
}

.left {
    left: 0;
}

.circleProgress {
    width: 138px;
    height: 138px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top: 0;
}

.rightcircle {
    border-top: 1px solid #1e74bf;
    border-right: 1px solid #1e74bf;
    right: 0;
}

.circleProgress {
    width: 138px;
    height: 138px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
}

.leftcircle {
    border-bottom: 2px solid #1e74bf;
    border-left: 2px solid #1e74bf;
    left: 0;
}

.circleProgress_wrapper:hover .rightcircle {
    border-top: 2px solid #1e74bf;
    border-right: 2px solid #1e74bf;
    right: 0;
    -webkit-animation: circleProgressLoad_right 2s linear infinite;
}

.circleProgress_wrapper:hover .leftcircle {
    border-bottom: 2px solid #1e74bf;
    border-left: 2px solid #1e74bf;
    left: 0;
    -webkit-animation: circleProgressLoad_left 2s linear infinite;
}


.circleProgress {
    width: 138px;
    height: 138px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}

@-webkit-keyframes circleProgressLoad_right {
    0% {
        -webkit-transform: rotate(-135deg);
    }

    50%,
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes circleProgressLoad_left {

    0%,
    50% {
        -webkit-transform: rotate(-135deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

.bab {
    background: url(../image/bb.png)no-repeat;
    width: 143px;
    height: 138px;
    position: absolute;
    top: 0;
    left: -5px;
}

.circleProgress_wrapper:hover .tbiao {
    transform: rotateY(360deg);
    transition: all 3s;
}

.caiban {
    margin-top: 50px;
}

.caiban ul li p {
    text-align: center;
    margin-top: 29px;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.caiban ul li:hover p {
    color: #1e74bf;
}

/* 产品中心 彩板钢型材 */
.pr {
    
    padding-top: 76px;
    background: #f8f8f8;
    padding-bottom: 43px;
}

.prleft {
    width: 272px;
}

.prltop {
    background: #1e74bf;
    border-radius: 5px 5px 0 0;
    padding-top: 35px;
    padding-bottom: 31px;
}

.prltop .p1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

.prltop .p2 {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    opacity: 0.5;
    margin-top: 7px;
    text-transform: uppercase;
}

.prcname ul li a {
    display: block;
    padding-left: 25px;
    font-size: 18px;
    color: #333333;
    background: url(../image/pn.jpg)no-repeat center left;
}

.prcname ul li {
    line-height: 81px;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 46px;
}

.prcname ul li:hover a {
    color: #1c4086;
}

.prcname ul li:last-child {
    border-bottom: none;
}

.prleft {
    background: url(../image/pb.png)no-repeat bottom center;
    padding-bottom: 5px;
}

.prright {
    width: 895px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pimg {
    width: 284px;
    height: 215px;
    overflow: hidden;
    border: 3px solid #eaeaea;
}

.pimg img {
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}

.pcp:hover .pimg img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.pcp:hover .pimg {
    border: 3px solid #1e74bf;
}

.pcp {
    margin-bottom: 29px;
}

.pcp p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 24px;
    text-align: center;
    transition: all 0.5s;
}

.pcp:hover p {
    color: #1e74bf;
}

.pr .w1200 {
    margin-top: 46px;
}

/* 广告 */
.guang {
    height: 160px;
    background: url(../image/ad.jpg)center;
}

.gleft {
    padding-top: 52px;
}

.gright {
    width: 549px;
    margin-top: 46px;
    padding: 7px 0;
    border-left: 2px solid #ff6c00;

}

.gright p {
    color: #fff;
    padding-left: 35px;
    font-size: 16px;
    line-height: 30px;
    font-family: "黑体";
}

.ys {
    background: url(../image/ads.png)no-repeat center top;
    padding-top: 33px;
}


.cd1 .cdimg {
    padding-top: 73px;
}

.cdcont {
    width: 599px;
}

.cdcont1 {
    width: 74px;
    height: 240px;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-family: Arial;
    background: url(../image/bt.png)no-repeat;
    padding-top: 172px;
}

.cdcont2 {
    width: 503px;
    padding-top: 169px;

}

.cdcont2 .p1 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ff6c00;
}

.cdcont2 .p2 {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 30px;
    margin-top: 15px;
}

.ys1 {
    background: url(../image/bp.jpg)repeat-x bottom;
    transform: translateY(-12px);
    padding-bottom: 22px;
}

.ys1 .cdcont2 {
    width: 477px;
}

.ys1 .cdcont {
    width: 574px;
}

.ys2 {
    margin-top: -12px;
}

.cdcont2 .p3 {
    margin-top: 31px;
    border-left: none;
    width: 412px;
    height: 56px;
    padding-left: 104px;
    background: url(../image/atel.png)no-repeat;
}

.cdcont2 .p3 p {
    font-size: 18px;
    line-height: 56px;
    color: #1a1a1a;
}

.cdcont2 .p3 p span {
    color: #2f2f2f;
    font-size: 24px;
    font-weight: 600;
    line-height: 56px;
}

/* 为您提彩板钢型材一体化解决方案 */
.jjfa {
    background: url(../image/by1.jpg)no-repeat center;
    height: 301px;
    margin-top: 91px;
}

.jjfa2 {
    background: url(../image/by2.png)no-repeat left center;
    width: 1588px;
    margin: 0 auto;
    height: 301px;
}

.w1288 {
    width: 1288px;
    margin: 0 auto;
}

.w1288 .p1 {
    color: #fff;
    padding-top: 84px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
}

.w1288 .p2 {
    width: 476px;
    height: 1px;
    background: #fff;
    margin-top: 19px;
}

.w1288 .p3 {
    width: 526px;
    height: 1px;
    background: #fff;
    margin-top: 3px;
}

.w1288 .p4 {
    margin-top: 27px;
}

.w1288 .p5 {
    width: 315px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    font-family: "黑体";
    background: #ff6c00;
    margin-right: 16px;
    text-align: center;
}

.w1288 .p6 {
    font-size: 16px;
    color: #fff;
    font-family: "黑体";
    line-height: 43px;
}

.anli {
    margin-top: 81px;
    padding-bottom: 65px;
}

.animg {
    position: relative;
}

.animg p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../image/anp.png);
    font-size: 18px;
    color: #fff;
}

.anlb {
    margin: 0 29px;
}

.an1 {
    margin-left: -29px;
    margin-right: -29px;
    margin-top: 47px;
}

.jtf {
    margin-top: 58px;
}

.jtf p {
    text-align: center;
    font-size: 15px;
    color: #666666;
    line-height: 15px;
}

.jtf p+p {
    margin-top: 15px;
}

.jtf p a {
    color: #1e74bf;
    text-decoration: underline;
}

.gywm {
    background: url(../image/ab1.jpg)no-repeat center top;
}

.gywm .p1 {
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 60px;
}

.gywm .p2 {
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin-top: 15px;
    background: url(../image/abp2.png)no-repeat center;
}

.abl {
    width: 625px;
}

.abl img {
    transition: all 0.8s;
    width: 100%;
}

.abl {
    overflow: hidden;
}

.abl:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.ab {
    background: #fff;
    margin-top: 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}

.abr {
    width: 575px;
    padding-top: 51.5px;
    padding-left: 35px;
    padding-right: 35px;

}

.pab1 p {
    font-size: 14px;
    line-height: 33px;
    color: #636363;
}

.pab1 {
    position: relative;
}

.pab1 .abam {
    position: absolute;
    bottom: 9.5px;
    right: 0;
    color: #1e74bf;
    transition: all 0.5s;
}

.pab1 .abam:hover {
    right: 15px;
}

.pab2 {
    display: flex;
    justify-content: space-between;
}

.pab2 .sj1 {
    text-align: center;
}

.pab2 .sj1 .s1 {
    font-size: 43px;
    font-family: Impact;
    /* font-weight: 600; */
    line-height: 43px;
    color: #1e74bf;
}

.pab2 .sj1 .s2 {
    vertical-align: 7px;
}

.pab2 .sj2 {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
}

.pab2 {
    margin-top: 39px;
    padding: 0 16px;
}

.cfhj {
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 24px;
    background: url(../image/cfhj.png)no-repeat center left;
}

.abb {
    margin: 0 8.5px;
}

.abtp {
    margin-left: -8.5px;
    margin-right: -8.5px;
}

.abtp .owl-carousel .owl-nav button.owl-prev {
    width: 39px;
    height: 39px;
    background: url(../image/z.png);
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -27.5px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);

}

.abtp .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../image/z1.png);
    box-shadow: none;
}

.abtp .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../image/y1.png);
    box-shadow: none;
}

.abtp .owl-carousel .owl-nav button.owl-next {
    width: 39px;
    height: 39px;
    background: url(../image/y.png);
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -27.5px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

/* 聚焦 栋梁金属制品 */
.xw {
    margin-top: 57px;
    padding-top: 75px;
    background: #f5f5f5;
    padding-bottom: 70px;
}

.xwleft {
    width: 397px;
}

.xw1 {
    margin-top: 42px;
}

.xwleft .xwimg {
    overflow: hidden;
}

.xwleft .xwimg img {
    transition: all 0.8s;
    width: 100%;
}

.xwleft:hover .xwimg img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.xwleft .xwlcont {
    background: #fff;
    padding: 0 28px;
    padding-top: 36px;
    padding-bottom: 37px;
}

.xwleft .xwlcont .p1 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.xwleft:hover .xwlcont .p1 {
    color: #1e74bf;
    font-weight: 600;
}

.xwleft .xwlcont .p2 {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 18px;
}

.xwleft .xwlcont .p3 {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 30px;
    background: url(../image/xwsj.jpg)no-repeat left center;
}

.xwright {
    width: 782px;
}

.xwrighttop {
    background: #fff;
    padding-top: 43px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 27px;
}

.xwrr {
    width: 50%;
    padding: 0 18px;
}

.xwrcont .p1 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.xwrcont:hover .p1 {
    color: #1e74bf;
    font-weight: 600;
}

.xwrcont .p2 {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
}

.xwrcont .p3 {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 26px;
    background: url(../image/xwsj.jpg)no-repeat left center;
}

.xwrightbot {
    background: #fff;
    padding-bottom: 28px;
   height: 330px;
}

.xwbot {
    padding-top: 40px;
    padding-left: 17px;
}

.xwgd {
    width: 750px;
    padding-right: 36px;
}

.pgd {
    padding-top: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.gdxw .news_size {
    height: 178px;
    overflow: hidden;
}

.gdxw ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.gdxw ul li .gp1 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-left: 38px;
    background: url(../image/q.png)no-repeat left center;
}

.gdxw ul li .gp1:hover {
    color: #1e74bf;
}

.gdxw ul li .gp2 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 38px;
    background: url(../image/a.png)no-repeat left center;
}

.gdxw {
    margin-top: 23px;
}

.gdxw ul li {
    margin-bottom: 17px;
}

/* 友情链接 */
.yqlj {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #1e74bf;
    padding: 18px 0;
}

.yqlj a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 5px;
}

.yqlj a:hover {
    opacity: 0.8;
}

/* 尾部 */
footer {
    background: #1f1f1f;
}

.fb1 {
    padding-top: 64px;
}

.fd1 p:nth-child(1) {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.fd1 p:nth-child(2) {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: Arial;
    font-weight: 600;
    margin-top: 10px;
}

.fb1 .w1200 {
    display: flex;
    justify-content: space-between;
}

.fd1 p:nth-child(3) {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 14px;
    margin-top: 30px;
}

.fd1 p:nth-child(3) a {
    color: #a9a9a9;
}

.fd1 p:nth-child(4) {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
}


.f-share .bdshare-button-style0-16 a.bds_qzone {
    width: 21px;
    height: 25px;
    background: url(../image/f2.png) no-repeat center;
    margin-right: 30px;
}

.f-share .bdshare-button-style0-16 a.bds_tsina {
    width: 26px;
    height: 22px;
    background: url(../image/f3.png) no-repeat center;
    margin-right: 30px;
}

.f-share .bdshare-button-style0-16 a.bds_weixin {
    width: 28px;
    height: 24px;
    background: url(../image/fd1.png) no-repeat center;
}

.fd2 {
    margin-top: 45px;
}

.dblj .p1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
}

.dblj ul {
    margin-top: 38px;
}

.dblj ul li {
    font-size: 14px;
    line-height: 14px;
}

.dblj ul li a {
    color: #fff;
    opacity: 0.8;
}

.dblj ul li:hover a {
    opacity: 1;
}

.dblj ul li+li {
    margin-top: 18px;
}

.ma {
    padding: 13px 15px;
    background: #313131;
    height: 191px;
}

.ma .p1 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    margin-top: 20px;

}

.fb1 {
    padding-bottom: 20px;
}

.fb2 {
    background: #111111;
    line-height: 74px;
    font-size: 14px;
    color: #ededed;
}

.fb3 {
    padding-top: 20px;
    background: #111111;
    line-height: 16px;
    font-size: 14px;
    color: #ededed;
}


.fb2 a {
    color: #ededed;
}

.fb2 a:hover {
    color: #fff;
}


/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

/* .x-banner .owl-carousel .owl-nav button {
    display: none;
} */

.x-banner .owl-carousel .owl-nav button.owl-prev {
    outline: none;
    position: absolute;
    top: 109%;
    left: 69%;
    z-index: 9999;
    background: url(../image/zb.png);
    height: 19px;
    width: 10px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 109%;
    left: 80%;
    z-index: 9999;
    background: url(../image/yb.png);
    height: 19px;
    width: 10px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* .x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #005cac;
} */

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: -7%;
    left: 25%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 0.5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background: #fff;
    opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #fff;
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

.xc1,
.xc2 {
    width: 50%;
    height: 90px;
}

.xc2 {
    background: #1e74bf;
}

.xc1 {
    padding-left: 357px;
    padding-top: 16px;
}

.xincai {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}

.xc11 {
    padding-left: 93px;
    height: 62px;
    background: url(../image/toptel2.png)no-repeat center left;
}

.xc11 .p1 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;

}


.xc11 .p1 span {
    color: #1e74bf;
}

.xc11 .p2 {
    margin-top: 10px;
}

.xc11 .p2 p {
    font-size: 24px;
    line-height: 24px;
    color: #333333;

}
.xypg-banner .wz{
    display: none;
}
@media (max-width: 1430px) {
   .xc1{
       padding-left:140px;
   }
   
}

@media (min-width: 1230px) {
    .container {
        width: 1230px
    }
}
.xypg-detail-tags .tags-title .baidu-share{
    display: none;
}
