/*公共样式--开始*/


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;
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}

/* 头部 */
.htop {
    background: #002a48;
    cursor: pointer;

}

.tbss {
    position: relative;
}

.so {
    background: url(../../imgs/ss.png)no-repeat center;
    width: 20px;
    height: 38px;
}

.ss {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    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;
}

.hotworld {
    font-size: 13px;
    color: #6f8798;
    line-height: 38px;
    margin-left: 10px;

}

.hotworld a {
    margin-right: 10px;
    transition: all 0.5s;
    color: #6f8798;
    /* opacity: 0.6; */
}

.hotworld a:hover {
    /* opacity: 1; */
    color: #fff;
}

.rtxx {
    color: #6f8798;
    line-height: 38px;
    font-size: 13px;
}

.rtxx a {
    color: #6f8798;
    transition: all 0.5s;
}

.rtxx a:hover {
    color: #fff;
}

.lloo h1 {
    line-height: 110px;
}

.hbot {
    position: relative;
}
.hbot .toggle_lan{
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #2592cc;
    color: #fff;
    margin-left: 20px;

}
.hbot .toggle_lan a{
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

/* .hbot::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    background: url(../../imgs/topbj.png)no-repeat top center;
} */

.nav {
    width: 55.2%;
}

/* 关于我们 */
.about {
    background: url(../../imgs/abbj.jpg)no-repeat center;
    padding: 94px 0;
}

.ableft {
    width: 51.52%;
}

.abimg {
    overflow: hidden;
}

.abimg img {
    transition: all 0.8s;
    width: 100%;
}

.abimg:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.abright {
    width: 43.2%;
    padding-top: 22px;
}

.abright .p1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    color: #002a48;
    opacity: 0.2;
}

.abright .p2 {
    font-size: 30px;
    line-height: 30px;
    color: #2693ce;
    font-weight: 600;
    margin-top: 10px;
}

.abright .p3 {
    width: 72px;
    height: 4px;
    display: block;
    background: #2693ce;
    margin-top: 21px;
}

.abright .p4 {
    font-size: 16px;
    line-height: 34px;
    color: #704f4f;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}

.abright .abam {
    display: block;
    width: 166px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: url(../../imgs/jt1.png)no-repeat center #2693ce;
    background-position: 139px;
    padding-left: 35px;
    transition: all 0.5s;
    margin-top: 44px;
}

.abright .abam:hover {
    padding-left: 48px;
}

/* 产品中心 */
.product {
    margin-top: 66px;
}

.product .p1 {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.pcname {
    margin-top: 45px;
}

.pcname ul {
    max-width: 942px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.pcname ul li {
    width: 180px;
    line-height: 54px;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
}

.pcname ul li a {
    color: #666666;
    transition: all 0.5s;
    display: block;
}

.pcname ul li:hover {
    border: 1px solid #2693ce;
    background: #2693ce;
}

.pcname ul li:hover a {
    color: #fff;
}

.pjt img {
    width: auto !important;
    display: inline-block !important;
}

.ppp {
    padding-bottom: 1px;
}

.ppp p {
    text-align: center;
}

.pro {
    margin-top: 100px;
}

.ppp .pro1 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

/* .ppp .pimg {
    overflow: hidden;
}

.ppp .pimg img {
    transition: all 0.8s;
    width: 100%;
}

.ppp:hover .pimg img {
    transition: all 0.8s;
    transform: scale(1.05);
} */
.ppp {
    margin: 0 14px;
}

.pro {
    margin-left: -14px;
    margin-right: -14px;
}

.ppp .pimg {
    position: relative;
    padding: 33px 0;
}

.ppp .pimg::after {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    position: absolute;
    background: url(../../imgs/oh.png);
}

.ppp:hover .pimg::after {
    height: 100%;
}

.ppp:hover .pro1 {
    color: #2693ce;
}

.pjt {
    margin-top: 26px;
}

.ppp:hover .pjt img {
    filter: invert(134%) sepia(167%) saturate(853%) hue-rotate(200deg) brightness(58%) contrast(96%);
    transition: all 0.1s;
}

/* 行业领域 */
.case {
    position: relative;
    margin-top: 90px;
}

.cnr {
    position: absolute;
    width: 39.583%;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../../imgs/c2.png);
    padding-top: 90px;
}

.cnr .p1 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    margin-left: 44.07%;
}

.rtm {
    margin-top: 73px;
}

.rtm ul li p {
    line-height: 90px;
    background: no-repeat center;
    padding-left: 52.23%;
    background-position: 44.07%;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 22;
    width: 100%;
}



.rtm ul li a {
    display: block;
    position: relative;
}

.rtm ul li a::after {
    content: "+";

    background: url(../../imgs/c3.png);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    color: #fff;
    font-size: 0px;
    text-align: right;
    font-weight: 100;
    transition: all 0.5s;

}

.rtm ul li.on a::after {
    width: 115.789%;
    font-size: 60px;
    padding-right: 40px;
}

.cimg ul img {
    width: 100%;
}

.case2 {
    display: none;
    margin-top: 80px;
}

.sjctp ul img {
    width: 100%;
}

.sjpb ul {
    display: flex;
    justify-content: space-between;
}

.sjpb {
    margin-bottom: 30px;
}

.sjpb ul li {
    width: 23%;
    border: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    line-height: 50px;

}

.sjpb ul li a {
    color: #333333;
}

.sjpb ul li:hover a {
    color: #2693ce;
}

/* 新闻资讯 */
.news {
    margin-top: 70px;
}

.nleft {
    width: 68.48%;
}

.n1 .s1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.n1 .s3 {
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;

}

.n1 .s3 a {
    color: #666666;
}

.n1 .s3.on {
    background: #2693ce;
    color: #fff;
}

.n1 .s3.on a {
    color: #fff;
}

.nimg {
    overflow: hidden;
}

.nimg img {
    transition: all 0.8s;
    width: 100%;
}

.nnr .nimg img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.nnr .pn1 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    margin-top: 27px;
}

.nnr .pn2 {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;

}

.nnr .pn3 {
    width: 98px;
    line-height: 36px;
    text-align: center;
    background: #333333;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 39px;
}

.nnr:hover .pn1 {
    color: #2693ce;
    font-weight: 600;
}

.nnr:hover .pn3 {
    background: #2693ce;
}

.n3 {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: 45px;
}

.nnr {
    margin: 0 13px;
}

.nright {
    width: 26.8%;
}

.cjwt .s1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.cjwt .s2 {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.cjwt .s2 a {
    color: #999999;
}

.cjwt .s2 a:hover {
    color: #2693ce;
}

.pnr1 {
    padding-left: 18px;
    font-size: 15px;
    line-height: 15px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../../imgs/ty1.png)no-repeat center left;
}

.pnr1:hover {
    font-weight: 600;
    color: #2693ce;
}

.newList:hover .pnr1 {
    background: url(../../imgs/ty2.png)no-repeat center left;
}

.newList {
    padding: 18px 12px;
    border: 1px solid #dedede !important;
    background: #f2f2f5;
}
.news_box,.each_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 45px;
}
.news_box .news_item,.each_box .each_item{
    width: 30%;
    margin-bottom: 5%;

}
.each_box .each_item:hover .pn3{
    background-color: #2693ce;
}
.each_box .each_item:hover .pn1{
color: #2693ce;
}
.each_box .each_item:hover .pn2{
color: #2693ce;
}
.news_box .news_item:hover .pn3{
background-color: #2693ce;
}
.news_box .news_item:hover .pn2{
color: #2693ce;
}
.news_box .news_item:hover .pn1{
color: #2693ce;
}
.news_box .news_item .pn1 ,.each_box .each_item .pn1{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.news_box .news_item .pn2,.each_box .each_item .pn2{
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    overflow: hidden;

    text-overflow: ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical; 

    -webkit-line-clamp:3;
    min-height: 65px;
}
.news_box .news_item .pn3,.each_box .each_item .pn3{
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #333333;
    border-radius: 4px;
    
}

.pnr2 {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    padding-left: 18px;
    margin-top: 9px;
}

.nright .slick-arrow {
    display: none !important;
}

.newList+.newList {
    margin-top: 10px;
}

.slider {
    margin-top: 45px;
}

.hzimg {
    border: 1px solid #e9e9e9;
}

.hz2 {
    margin: 0 10px;
}

.hz1 {
    margin-left: -10px;
    margin-right: -10px;
    cursor: pointer;
}

.hzkh {
    margin-top: 70px;
    margin-bottom: 65px;
}

.hz2:hover .hzimg {
    border: 1px solid #2693ce;
}

/* 尾部 */
.flink {
    font-size: 16px;
    line-height: 72px;
    color: #fff;
    position: relative;

}

.flink::after {
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    background: #04344d;
    left: 0;
    top: 0;
}

.flink .container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 999;
}

.flink span {
    color: #5e7080;
    margin-right: 35px;
}

.flink a {
    color: #fff;
    opacity: 0.8;
	 margin-left: 15px;
    margin-right: 15px;
}

.flink a:hover {
    opacity: 1;
}

footer {
    background: url(../../imgs/fbb.jpg) repeat-x top #193249;
}

.fb1 {
    padding-top: 63px;
    padding-bottom: 65px;
}

.fp1 {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}

.d1 ul li {
    font-size: 14px;
    line-height: 14px;
    color: #5e7080;
}

.d1 ul {
    margin-top: 35px;
}

.d1 ul li a {
    color: #5e7080;
}

.d1 ul li+li {
    margin-top: 17px;
}

.d1 ul li:hover a {
    color: #fff;
}

.dnm1 {
    margin-right: 13.12%;
}

.dnm2 {
    margin-right: 8.32%;
}

.dma {
    margin-left: 7.44%;
}

.dma p {
    font-size: 14px;
    text-align: center;
    color: #5e7080;
    line-height: 14px;
    margin-top: 17px;
}

.dblx p:not(:nth-child(1)) {
    color: #8395a5;
    font-size: 14px;
    line-height: 26px;

}
.dblx p{
    position: relative;
}
.x-menu{
    display: flex;
    align-items: center;
}
.dblx .tel {
    color: #fff;
    margin: 28px 0px;
    display: inline-flex;
}
.dblx .tel div{
    line-height: 38px;
    font-size: 20px;
    font-family: Arial;
    display: inline-flex;
}
.fb2 {
    line-height: 52px;
    background: #04344d;
    font-size: 14px;
    color: #5e7080;
}

.fb2 a {
    color: #5e7080;
}

.fb2 a:hover {
    color: #fff;
}

.foot,
.sjbq {
    display: none;
}

@media (max-width: 1680px) {
    .rtm ul li p {
        line-height: 65px;
    }

    .rtm ul li.on a::after {
        font-size: 44px;
    }

    .rtm {
        margin-top: 25px;
    }
}

@media (max-width: 1360px) {
    .cnr {
        padding-top: 45px;
    }
}

@media (max-width: 1200px) {
    .abright .p2 {
        font-size: 25px;
        line-height: 25px;
    }

    .abright .p1 {
        line-height: 36px;
        font-size: 36px;
    }

    .abright {
        padding-top: 0;
    }

    .abright .p4 {
        margin-top: 10px;
    }

    .abright .p3 {
        margin-top: 10px;
    }

    .abright .abam {
        margin-top: 15px;
    }

    .lloo {
        width: 20%;
    }

    .lloo img {
        width: 100%;
    }
}

@media (max-width: 1125px) {
    .cnr {
        padding-top: 18px;
    }
   
}

@media (max-width: 992px) {
    header {
        display: none;
    }
.xypg-right-content img{
    max-width:100% ! important;
    height:auto ! important;
}

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }

    .ableft {
        width: 100%;
        float: none;
    }

    .abright {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .about {
        background: #fbfbfb;
    }

    .case {
        display: none;
    }

    .case2 {
        display: block;
    }

    .nright {
        display: none;
    }

    .nleft {
        width: 100%;
        margin-left: 15px;
    }

    .foot,
    .sjbq {
        display: block;
    }

    footer {
        display: none;
    }

    .foot {
        background: #1e1d2d;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        /* margin-top: 30px; */
    }

    .fw {
        width: 95%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }

}

@media (max-width: 942px) {
    .pcname ul {
        flex-wrap: wrap;
    }

    .pcname ul li {
        width: 22%;
    }

    .pcname ul li:last-child {
       /*display: none;*/
    }
}

@media (max-width: 616px) {
    .about {
        padding: 40px 0;
    }

    .abright .p2 {
        font-size: 20px;
        line-height: 20px;
    }

    .abright .p4 {
        font-size: 14px;
        line-height: 28px;
    }

    .abright .abam {
        display: block;
        width: 132px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        background: url(../../imgs/jt1.png)no-repeat center #2693ce;
        background-position: 103px;
        padding-left: 20px;
        transition: all 0.5s;
    }

    .product .p1 {
        font-size: 30px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }

    .product {
        margin-top: 40px;
    }

    .pcname ul {
        padding: 0 15px;
    }

    .pcname ul li {
        width: 48%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 38px;
    }

    .pro {
        margin-top: 35px;
    }

    .ppp .pro1 {
        margin-top: 10px;
        padding:0 10px;
    }

    .case2 {
        margin-top: 60px;
    }

    .sjpb ul li {
        width: 48%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 38px;
    }

    .sjpb ul {
        flex-wrap: wrap;
    }

    .sjpb {
        margin-bottom: 15px;
    }

    .news {
        margin-top: 43px;
    }

    .nnr .pn3 {
        margin-top: 15px;
    }

    .hzkh {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .news_box,.each_box{
        flex-direction: column;
    }
    .news_box .news_item,.each_box .each_item{
        width: 100%;
    }
}


.miaos{
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}