/*单页*/
/*用于公司简介等页面*/
.xsy_page {
    margin: 0 auto 20px
}

.xsy_page p {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    text-indent: 30px
}
.xsy_page p strong{color: #0075c1}

/*联系我们专用页面*/
.xsy_page_lxwm {
    margin: 0 auto 20px
}

.xsy_page_lxwm dl {}

.xsy_page_lxwm dl dt {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #0075c1
}

.xsy_page_lxwm dl dd {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    width: 50%;

}

.xsy_page_lxwm dl dd:nth-child(odd) {
    float: right
}

.xsy_page_lxwm dl dd:nth-child(even) {
    float: left
}

.xsy_page_lxwm dl dd img {
    float: left;
    margin-right: 10px
}

/*在线留言页面专用*/
.xsy_page_zxly {
    font-size: 16px;
    line-height: 40px
}

.xsy_page_zxly #main_book {
    border: 1px solid #f5f5f5;
    margin: 20px auto;
    background: url(../images/lxwm/message_bg.jpg) no-repeat center bottom #fff;
    padding: 40px 5%;
}

.xsy_page_zxly #main_book h1 {
    font-size: 20px;
    line-height: 50px
}


.xsy_page_zxly #main_book td {
    text-align: left;
    padding: 0 20px 0 0
}

.xsy_page_zxly .xing {
    color: #f00;
    padding: 0 10px
}

.xsy_page_zxly input {
    border: 1px solid #ccc;
    line-height: 30px;
    min-width: 200px
}

.xsy_page_zxly textarea {
    border: 1px solid #ccc;
    line-height: 30px;
    min-width: 200px
}

.xsy_page_zxly .submit {
    padding: 10px 30px;
    background: #0075c1;
    border: none;
    color: #fff;
    cursor: pointer;
}

.xsy_page_zxly .submit:hover {
    background: #0075c1
}


/*上下列表*/
.xsy_sxlb {
    margin: 20px auto
}

.xsy_sxlb ul {}

.xsy_sxlb li {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1.3333333333333333333333333333333%;
    float: left;
    top: 0;
    position: relative;
    transition: top 0.5s;
    text-align: center;
    margin-bottom: 10px
}

.xsy_sxlb li:nth-child(4n+0) {
    margin-right: 0
}

.xsy_sxlb li:hover {
    top: -5px;
}

.xsy_sxlb li img {
    width: 250px;
    height: 100px;
    padding: 5px;
    border: 1px solid #efefef
}

.xsy_sxlb li h5 {
    line-height: 30px;


    margin-bottom: 15px;
}



/*下一篇、下一篇*/
.sx {
    line-height: 50px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 0;
    width: 100%;
}

.sx span {
    overflow: hidden;
    height: 50px;
    display: block;
    width:100%;
    float: left;
    line-height: 50px
}
.sx a {
    color: #201618;line-height: 50px
}
/*图片模型*/
.pictrue_lists{}
.pictrue_lists ul{ display:flex; flex-wrap: wrap; }
.pictrue_lists li{ width:25%;padding: 10px;box-sizing: border-box;  overflow: hidden;}
.pictrue_lists li .pic{  overflow: hidden; width: 100%}
.pictrue_lists li img{ width: 100%;overflow: hidden;transition: all 0.6s; -ms-transition: all 0.6s;border:1px solid #efefef;box-sizing: border-box;}
.pictrue_lists li h5{font-size: 16px; text-align: center;line-height: 50px}
.pictrue_lists li img:hover{ transform: scale(1.05);}

/*图片文章*/
.xsy_news_pic_page{}
.xsy_news_pic_page ul{ display:flex; flex-wrap: wrap; }
.xsy_news_pic_page li{ width:33.3333333333333333333%;padding: 10px;box-sizing: border-box;  overflow: hidden;}
.xsy_news_pic_page li .pic{  overflow: hidden; width: 100%;border: 1px solid #efefef;}
.xsy_news_pic_page li img{ width: 100%;overflow: hidden;transition: all 0.6s; -ms-transition: all 0.6s; box-sizing: border-box;}
.xsy_news_pic_page li h5{font-size: 16px; text-align: center;line-height: 50px}
.xsy_news_pic_page li img:hover{ transform: scale(1.05);}
/*文章*/

.xsy_news_page{padding: 10px 0 30px 0; margin: 0 auto}

.xsy_news_page .left{ width: 100%; float: left }
.xsy_news_page .left1{ width: 100%; float: left }

.xsy_news_page .left1 dl {
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #f9f9f9;
    overflow: hidden;
    width: 100%;
    position: relative;
    cursor:pointer ;
    display: block;
}
.xsy_news_page .left1 a{display: block;}

.xsy_news_page .left1 dl:after{content: '';position: absolute;height: 3px; width:5%;background:#0075c1;right: 0;top: 0;transition: all 0.5s}
.xsy_news_page .left1 dl:hover:after{content: '';position: absolute;height: 3px; width:100%;background:#0075c1;right: 0;top: 0;}
.xsy_news_page .left1 dl:hover h4{color:#0075c1;}

.xsy_news_page .left1 dt {
    width: 30%;
    float: left;
}

.xsy_news_page .left1 dt img {
    width: 100%;
    display: block;
}
.xsy_news_page .left1 dd{
    width: 66%;
    float: right
}
.xsy_news_page .left1 dd h4 {
    height: 40px;
    font-weight: normal;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
}

.xsy_news_page .left1 h4 a {
    display: block;
    height: 40px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}


.xsy_news_page .left1-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.xsy_news_page .left1-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.xsy_news_page .left1-time{font-size: 14px; color: #999;display: block;;line-height: 30px}

.xsy_news_page .left1-deta a {
    color: #fff;
}

.xsy_news_page .left1 dl:hover .left1-deta {
    background: #0075c1;
    border-color: #0075c1;
}

.xsy_news_page .left1 dl:hover .left1-deta a {
    color: #fff;
}

.xsy_news_page .left2 {
    width: 100%;
    float: left;
}

.xsy_news_page .left2 h1 {
    padding-top: 16px;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 22px/63px "Microsoft Yahei";
    font-weight: bold;
}

.xsy_news_page .left2 .info_con_tit .n_tit {
    text-align: left;
    color: #999;
    border-bottom: 1px dashed #999;
    height: 44px;
    line-height: 44px;
    font-size: 14px
}

.xsy_news_page .left2 .info_con_tit .n_tit .m_qrinfo a {
    background: url(../images/tel0.gif) no-repeat left top;
    height: 45px;
    display: inline-block;
    font-size: 0px;
    width: 24px;
}

.xsy_news_page .left2 .info_con_tit .n_tit .m_qrinfo a:hover {
    background: url(../images/tel1.gif) no-repeat left top;
}

.xsy_news_page .left2 .info_con_tit .n_tit a {
    color: #BCBBBB;
}

.xsy_news_page .left2 .info_con_tit .n_tit span .cur {
    color: #000;
}

.xsy_news_page .left2 .info_con_tit {
    font-family: "Microsoft Yahei";
    line-height: 24px;
    margin-bottom: 15px;
}

.xsy_news_page .left2 .info_con_tit span {
    margin-right: 20px;
}

/*解决方案*/
.xsy_solution_page{}
.xsy_solution_page ul{ display:flex; flex-wrap: wrap; }
.xsy_solution_page li{ width:33.33333333%;padding: 30px;box-sizing: border-box;  overflow: hidden; position: relative; }
.xsy_solution_page li .pic{  overflow: hidden; width: 100%;}
.xsy_solution_page li img{ width: 100%;overflow: hidden; transition: all 0.6s; -ms-transition: all 0.6s; box-sizing: border-box;}
.xsy_solution_page li h5{font-size: 18px;line-height: 50px;text-align: left;position: relative;}
.xsy_solution_page li h5:after{content: '';height: 1px; position: absolute; width: 80px;background: #efefef;left: 0;bottom: 0}
.xsy_solution_page li p{padding-top:10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-align: left;font-size: 14px; line-height: 30px;margin-bottom: 20px;color: #666;height: 100PX;}
.xsy_solution_page li img:hover{ transform: scale(1.05);}
.xsy_solution_page li:hover h5 {color: #0075c1}

/**/
.xsy_other {
    background: #f5f5f5;
    padding: 30px 0
}

.xsy_other_con {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.xsy_other_con .prev {
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-family: 'KaiTi';
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 100px;
    color: #dedede
}

.xsy_other_con .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-family: 'KaiTi';
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 100px;
    color: #dedede
}

.xsy_other_con .next:hover,
.xsy_other_con .prev:hover {
    color: #0075c1
}

.xsy_other_con .bd {
    width: 1200px;
    margin: 0 auto
}

.xsy_other_con .bd ul {
    overflow: hidden;
    zoom: 1;
}

.xsy_other_con .bd ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 33.3333333%;
    position: relative;
}

.xsy_other_con .bd ul li .pic {
    text-align: center;
    padding: 10px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    z-index: 0
}

.xsy_other_con .bd ul li .pic img {
    width: 340px;
    height: 250px;
}

.xsy_other_con .bd ul li .title {
    display: none;
}

.xsy_other_con .bd ul li .title img {
    display: block;
    margin: 0 auto
}


.xsy_other_con .bd ul li:hover .title {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 10px;
    width: 340px;
    height: 250px;
    box-sizing: border-box;
    z-index: 1;
    font-size: 24px;
    line-height: 80px;
    color: #fff;
    padding: 50px 0 0 0;
    display: block;
}

.xsy_other_con .bd ul li:hover .title img {
    margin: 0 auto;
    width: 43px;
    height: 43px
}


/*产品展示专用*/
.xsy_product_page{background: #f4f4f4}
.xsy_product_page .content{background: #FFF;padding: 40px;margin: 30px auto;box-sizing: border-box;}
.xsy_product_page_01{}
.xsy_product_page_01 .left{ width: 50%; float: left;text-align: center; }
.xsy_product_page_01 .right{ width: 48%; float: right }
.xsy_product_page_01 .right h1{line-height: 240%;border-bottom: 1px solid #efefef;margin-bottom: 20px}
.xsy_product_page_01 .right .pho{font-weight: bold;font-size: 16px;padding: 10px;box-sizing: border-box;background: url(../images/p_tel.png) no-repeat 0 15px ;padding-left: 40px;border-top: 1px solid #efefef;margin-top: 20px}
.xsy_product_page_01 .right .pho strong{font-size: 30px;font-family: 'Impact';color: #035fa0}